Log Org state changes to a drawer

This commit is contained in:
Gergely Polonkai 2017-10-01 13:20:19 +02:00
parent bbcabf3c74
commit 3d3ca79fc1
1 changed files with 2 additions and 1 deletions

View File

@ -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)