Make Org mode start indented
This commit is contained in:
parent
3bf2033198
commit
547d141abd
3
init.el
3
init.el
@ -411,7 +411,8 @@
|
|||||||
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)
|
org-tags-column 0
|
||||||
|
org-startup-indented 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