|
|
@ -1224,7 +1224,7 @@ nil))) |
|
|
|
(org-add-link-type "outlook" 'my--org-outlook-open) |
|
|
|
(org-add-link-type "outlooknewmail" 'my--org-outlook-new-mail) |
|
|
|
(setq org-todo-keywords |
|
|
|
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED"))) |
|
|
|
'((sequence "WAIT" "OPEN" "NEXT" "TODO" "|" "DONE" "DROP"))) |
|
|
|
(setq org-capture-templates |
|
|
|
'(("t" "telephone call" entry |
|
|
|
; (file+olp+datetree (concat MY--PATH_ORG_FILES "phone_calls.org")) |
|
|
@ -1325,7 +1325,7 @@ Ggf. durch org-roam-journal ersetzen |
|
|
|
org-journal-enable-agenda-integration t))) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
** COMMENT org-roam |
|
|
|
** org-roam |
|
|
|
[[https://github.com/org-roam/org-roam][Github]] |
|
|
|
Um Headings innerhalb einer Datei zu verlinken: |
|
|
|
- org-id-get-create im Heading, |
|
|
@ -1546,6 +1546,7 @@ If nil it defaults to `split-string-default-separators', normally |
|
|
|
** org-node (alternative to org-roam) |
|
|
|
https://github.com/meedstrom/org-node |
|
|
|
no sqlite, just plain text and linking with ids |
|
|
|
not sure if actually better |
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package org-node |
|
|
|
:ensure t |
|
|
|