2 Commits

Author SHA1 Message Date
Marc 95ff199fef activated org roam again for now 1 month ago
Marc 9dce373d4e changed TOODs to 4 letters 1 month ago
1 changed files with 3 additions and 2 deletions
Unified View
  1. 5
      config.org

5
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"))
@ -1325,7 +1325,7 @@ Ggf. durch org-roam-journal ersetzen
org-journal-enable-agenda-integration t))) org-journal-enable-agenda-integration t)))
#+END_SRC #+END_SRC
** COMMENT org-roam
** org-roam
[[https://github.com/org-roam/org-roam][Github]] [[https://github.com/org-roam/org-roam][Github]]
Um Headings innerhalb einer Datei zu verlinken: Um Headings innerhalb einer Datei zu verlinken:
- org-id-get-create im Heading, - 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) ** org-node (alternative to org-roam)
https://github.com/meedstrom/org-node https://github.com/meedstrom/org-node
no sqlite, just plain text and linking with ids no sqlite, just plain text and linking with ids
not sure if actually better
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-node (use-package org-node
:ensure t :ensure t

Loading…
Cancel
Save