Correct indentation of --org
This commit is contained in:
parent
0e90b3446b
commit
ab745a2b8a
1 changed files with 3 additions and 6 deletions
|
@ -32,14 +32,11 @@
|
|||
(org-duration-format (quote h:mm))
|
||||
(org-export-with-sub-superscripts nil)
|
||||
(org-export-dispatch-use-expert-ui nil)
|
||||
(org-export-backends
|
||||
'(ascii html latex md))
|
||||
(org-global-properties
|
||||
'(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
|
||||
(org-export-backends '(ascii html latex md))
|
||||
(org-global-properties '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
|
||||
(org-html-doctype "html5")
|
||||
(org-html-html5-fancy t)
|
||||
(org-latex-pdf-process
|
||||
'("latexmk -xelatex -shell-escape -quiet -f %f"))
|
||||
(org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f"))
|
||||
(org-latex-compiler "xelatex")
|
||||
(org-latex-listings t)
|
||||
(org-log-done (quote time))
|
||||
|
|
Loading…
Add table
Reference in a new issue