|
@ -1214,13 +1214,18 @@ Necessary when updating roam agenda todos." |
|
|
nil))) |
|
|
nil))) |
|
|
:config |
|
|
:config |
|
|
(when *work_remote* |
|
|
(when *work_remote* |
|
|
(org-add-link-type "outlook" 'my--org-outlook-open)) |
|
|
|
|
|
:custom |
|
|
|
|
|
(when *work_remote* |
|
|
|
|
|
(org-todo-keywords |
|
|
|
|
|
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED")))) |
|
|
|
|
|
|
|
|
(org-add-link-type "outlook" 'my--org-outlook-open) |
|
|
|
|
|
(setq org-todo-keywords |
|
|
|
|
|
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED"))) |
|
|
|
|
|
(setq org-capture-templates |
|
|
|
|
|
'(("t" "telephone call" entry |
|
|
|
|
|
; (file+olp+datetree (concat MY--PATH_ORG_FILES "phone_calls.org")) |
|
|
|
|
|
(file+datetree "p:/Eigene Dateien/Notizen/phone_calls.org") |
|
|
|
|
|
"* [%<%Y-%m-%d %H:%M>] %?" |
|
|
|
|
|
:empty-lines 0 :jump-to-captured t)))) |
|
|
(when *sys/linux* |
|
|
(when *sys/linux* |
|
|
(org-pretty-entities t)) |
|
|
(org-pretty-entities t)) |
|
|
|
|
|
:custom |
|
|
(org-startup-truncated t) |
|
|
(org-startup-truncated t) |
|
|
(org-startup-align-all-tables t) |
|
|
(org-startup-align-all-tables t) |
|
|
(org-src-fontify-natively t) ;; use syntax highlighting in code blocks |
|
|
(org-src-fontify-natively t) ;; use syntax highlighting in code blocks |
|
|