Fine tune Org configuration
This commit is contained in:
parent
203bb554c5
commit
1eabbb4c17
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user