From 1eabbb4c17e1e002fbbaa11d735900b66439f435 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 31 Oct 2018 16:23:13 +0100 Subject: [PATCH] Fine tune Org configuration --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)