fix org default tag keys
This commit is contained in:
@@ -247,7 +247,7 @@ Example defines
|
||||
(setq org-startup-with-inline-images t) ;; #+STARTUP: inlineimages|noinlineimages, show inline images when loading a new Org file
|
||||
(setq org-use-sub-superscripts '{}) ;; braces are *required* in order to trigger interpretations as sub/superscript, see also `org-export-with-sub-superscripts'. C-c C-x \ (`org-toggle-pretty-entities')
|
||||
(setq org-image-actual-width '(600)) ;; image width displayed in org
|
||||
(setq org-tag-persistent-alist '(("ignore" . "i") ("noexport" . "n")))
|
||||
(setq org-tag-persistent-alist '(("ignore" . ?i) ("noexport" . ?n)))
|
||||
;; todo see also org-todo-keyword-faces and org-superstar-todo-bullet-alist
|
||||
(setq org-todo-keywords ;; (x!) record a time stamp, (x@) add a note (with time), (y/z) entering the state / leaving the state
|
||||
'((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "CANC(c)")))
|
||||
|
||||
Reference in New Issue
Block a user