Correct indentation of --org

This commit is contained in:
Marcus Kammer 2022-11-20 10:33:24 +01:00
parent 0e90b3446b
commit ab745a2b8a
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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))