Dont hide code blocks in org

This commit is contained in:
Marcus Kammer 2024-07-29 11:18:44 +02:00
parent 990c748f8b
commit e67a93f62c

View file

@ -14,6 +14,7 @@
(setq org-capture-templates '()) (setq org-capture-templates '())
:custom :custom
(abbrev-suggest t) (abbrev-suggest t)
(org-hide-block-startup nil)
(org-hide-emphasis-markers nil) (org-hide-emphasis-markers nil)
(org-default-notes-file "notes.org") (org-default-notes-file "notes.org")
(org-insert-mode-line-in-empty-file t) (org-insert-mode-line-in-empty-file t)
@ -68,7 +69,6 @@
(org-export-with-todo-keywords nil) (org-export-with-todo-keywords nil)
(org-export-with-tables t) (org-export-with-tables t)
(org-export-date-timestamp-format "%a, %d %b %Y %R %z") (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-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-global-properties '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
(org-html-doctype "html5") (org-html-doctype "html5")