Browse Source

changed TOODs to 4 letters

master
Marc 1 month ago
parent
commit
9dce373d4e
1 changed files with 1 additions and 1 deletions
  1. 2
      config.org

2
config.org

@ -1224,7 +1224,7 @@ nil)))
(org-add-link-type "outlook" 'my--org-outlook-open) (org-add-link-type "outlook" 'my--org-outlook-open)
(org-add-link-type "outlooknewmail" 'my--org-outlook-new-mail) (org-add-link-type "outlooknewmail" 'my--org-outlook-new-mail)
(setq org-todo-keywords (setq org-todo-keywords
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED")))
'((sequence "WAIT" "OPEN" "NEXT" "TODO" "|" "DONE" "DROP")))
(setq org-capture-templates (setq org-capture-templates
'(("t" "telephone call" entry '(("t" "telephone call" entry
; (file+olp+datetree (concat MY--PATH_ORG_FILES "phone_calls.org")) ; (file+olp+datetree (concat MY--PATH_ORG_FILES "phone_calls.org"))

Loading…
Cancel
Save