+org-todo-keywords
TODO -> WAIT -> DONE PROJ -> WAIT -> COMPLETE
This commit is contained in:
@@ -837,6 +837,9 @@ Also setup a lot of variables, particularly for latex exports.
|
|||||||
(org-priority-faces '((?A . error) (?B . warning) (?C . success)))
|
(org-priority-faces '((?A . error) (?B . warning) (?C . success)))
|
||||||
(org-startup-indented t)
|
(org-startup-indented t)
|
||||||
(org-tags-column 0)
|
(org-tags-column 0)
|
||||||
|
(org-todo-keywords
|
||||||
|
'((sequence "TODO" "WAIT" "DONE")
|
||||||
|
(sequence "PROJ" "WAIT" "COMPLETE")))
|
||||||
(org-use-sub-superscripts '{})
|
(org-use-sub-superscripts '{})
|
||||||
(org-latex-listings 'minted)
|
(org-latex-listings 'minted)
|
||||||
(org-babel-load-languages '((emacs-lisp . t)
|
(org-babel-load-languages '((emacs-lisp . t)
|
||||||
|
|||||||
Reference in New Issue
Block a user