Fix export backends list
This commit is contained in:
parent
56d286b028
commit
6ea2329684
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
(org-export-with-sub-superscripts nil)
|
||||
(org-export-dispatch-use-expert-ui nil)
|
||||
(org-export-backends
|
||||
'((ascii beamer html icalendar latex md odt)))
|
||||
'(ascii beamer html icalendar latex md odt))
|
||||
(org-global-properties
|
||||
'(("EFFORT_ALL" . "1:00 2:00 3:00 5:00 8:00 13:00")))
|
||||
(org-html-doctype "html5")
|
||||
|
|
Loading…
Add table
Reference in a new issue