Log Org state changes to a drawer
This commit is contained in:
parent
bbcabf3c74
commit
3d3ca79fc1
3
init.el
3
init.el
@ -399,7 +399,8 @@
|
|||||||
(convert-standard-filename
|
(convert-standard-filename
|
||||||
"/orgmode/from-mobile.org"))
|
"/orgmode/from-mobile.org"))
|
||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
org-src-preserve-indentation t)
|
org-src-preserve-indentation t
|
||||||
|
org-log-into-drawer t)
|
||||||
:config
|
:config
|
||||||
(require 'ox-md)
|
(require 'ox-md)
|
||||||
(unless (boundp 'org-capture-templates)
|
(unless (boundp 'org-capture-templates)
|
||||||
|
Loading…
Reference in New Issue
Block a user