Fine tune Org configuration

This commit is contained in:
Gergely Polonkai 2018-10-31 16:23:13 +01:00
parent 203bb554c5
commit 1eabbb4c17
1 changed files with 3 additions and 1 deletions

View File

@ -2456,7 +2456,9 @@ This is a big one; I use a lot of customisation here.
org-speed-commands-user '(("m" . org-mark-subtree)) org-speed-commands-user '(("m" . org-mark-subtree))
org-hide-leading-stars t org-hide-leading-stars t
org-enforce-todo-dependencies t org-enforce-todo-dependencies t
org-catch-invisible-edits 'show) org-catch-invisible-edits 'show
org-log-reschedule 'time
org-log-redeadline 'note)
:config :config
;; Load the markdown exporter ;; Load the markdown exporter
(require 'ox-md) (require 'ox-md)