(Emacs/config)~Sort org variables
This commit is contained in:
@@ -2691,22 +2691,21 @@ Emacs was very helpful here.
|
|||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(setq org-edit-src-content-indentation 0
|
(setq org-edit-src-content-indentation 0
|
||||||
org-goto-interface 'outline
|
|
||||||
org-imenu-depth 10
|
|
||||||
org-export-backends '(ascii html latex odt icalendar)
|
|
||||||
org-eldoc-breadcrumb-separator " → "
|
org-eldoc-breadcrumb-separator " → "
|
||||||
org-enforce-todo-dependencies t
|
org-enforce-todo-dependencies t
|
||||||
|
org-export-backends '(ascii html latex odt icalendar)
|
||||||
org-fontify-quote-and-verse-blocks t
|
org-fontify-quote-and-verse-blocks t
|
||||||
org-fontify-whole-heading-line t
|
org-fontify-whole-heading-line t
|
||||||
org-footnote-auto-label t
|
org-footnote-auto-label t
|
||||||
org-hide-leading-stars t
|
org-goto-interface 'outline
|
||||||
org-hide-emphasis-markers nil
|
org-hide-emphasis-markers nil
|
||||||
|
org-hide-leading-stars t
|
||||||
org-image-actual-width nil
|
org-image-actual-width nil
|
||||||
org-priority-faces '((?A . error) (?B . warning) (?C . success))
|
org-imenu-depth 10
|
||||||
org-link-descriptive nil
|
org-link-descriptive nil
|
||||||
|
org-priority-faces '((?A . error) (?B . warning) (?C . success))
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
org-todo-keywords
|
org-todo-keywords '((sequence "TODO" "WIP" "DONE")
|
||||||
'((sequence "TODO" "WIP" "DONE")
|
|
||||||
(sequence "PROJ" "WAIT" "COMPLETE"))
|
(sequence "PROJ" "WAIT" "COMPLETE"))
|
||||||
org-use-sub-superscripts '{}))
|
org-use-sub-superscripts '{}))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user