Set org-tags-column to 0

This is needed so Orgzly doesn’t mess up my files.
This commit is contained in:
Gergely Polonkai 2017-11-08 08:25:41 +01:00
parent ee8aa62c97
commit ad1b39cc9e
1 changed files with 2 additions and 1 deletions

View File

@ -403,7 +403,8 @@
"/orgmode/from-mobile.org"))
org-log-done 'time
org-src-preserve-indentation t
org-log-into-drawer t)
org-log-into-drawer t
org-tags-column 0)
:config
(require 'ox-md)
(unless (boundp 'org-capture-templates)