Dont hide code blocks in org
This commit is contained in:
parent
990c748f8b
commit
e67a93f62c
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
(setq org-capture-templates '())
|
||||
:custom
|
||||
(abbrev-suggest t)
|
||||
(org-hide-block-startup nil)
|
||||
(org-hide-emphasis-markers nil)
|
||||
(org-default-notes-file "notes.org")
|
||||
(org-insert-mode-line-in-empty-file t)
|
||||
|
@ -68,7 +69,6 @@
|
|||
(org-export-with-todo-keywords nil)
|
||||
(org-export-with-tables t)
|
||||
(org-export-date-timestamp-format "%a, %d %b %Y %R %z")
|
||||
(org-confirm-babel-evaluate nil)
|
||||
(org-export-backends '(ascii html latex md odt texinfo))
|
||||
(org-global-properties '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
|
||||
(org-html-doctype "html5")
|
||||
|
|
Loading…
Add table
Reference in a new issue