diff --git a/configuration.org b/configuration.org index 9c7b8d3..83cf91e 100644 --- a/configuration.org +++ b/configuration.org @@ -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-hide-leading-stars 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 ;; Load the markdown exporter (require 'ox-md)