|
@ -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 |
|
|