From 3d3ca79fc16f3370886b858d641931779e030185 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 1 Oct 2017 13:20:19 +0200 Subject: [PATCH] Log Org state changes to a drawer --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7cdeac9..4a9f54e 100644 --- a/init.el +++ b/init.el @@ -399,7 +399,8 @@ (convert-standard-filename "/orgmode/from-mobile.org")) org-log-done 'time - org-src-preserve-indentation t) + org-src-preserve-indentation t + org-log-into-drawer t) :config (require 'ox-md) (unless (boundp 'org-capture-templates)