Set org-tags-column to 0
This is needed so Orgzly doesn’t mess up my files.
This commit is contained in:
parent
ee8aa62c97
commit
ad1b39cc9e
3
init.el
3
init.el
@ -403,7 +403,8 @@
|
|||||||
"/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)
|
org-log-into-drawer t
|
||||||
|
org-tags-column 0)
|
||||||
: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