Org IDs come by default with org roam now
This commit is contained in:
parent
7f31f7ef74
commit
1987370791
10
config.org
10
config.org
|
@ -31,7 +31,6 @@
|
||||||
- [[#main-agenda-view][Main agenda view]]
|
- [[#main-agenda-view][Main agenda view]]
|
||||||
- [[#habits][Habits]]
|
- [[#habits][Habits]]
|
||||||
- [[#save-all-org-buffers-shortcut][Save all org buffers shortcut]]
|
- [[#save-all-org-buffers-shortcut][Save all org buffers shortcut]]
|
||||||
- [[#org-ids][Org IDs]]
|
|
||||||
- [[#roam][Roam]]
|
- [[#roam][Roam]]
|
||||||
- [[#roam-directory][Roam Directory]]
|
- [[#roam-directory][Roam Directory]]
|
||||||
- [[#graph-browser][Graph browser]]
|
- [[#graph-browser][Graph browser]]
|
||||||
|
@ -433,15 +432,6 @@ By default bound to =C-x C-s=, rebind it to =SPC m s= in =org-agenda-mode= :
|
||||||
"s" #'org-save-all-org-buffers)
|
"s" #'org-save-all-org-buffers)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Org IDs
|
|
||||||
|
|
||||||
Org can link to entries using UUIDs, but we need the module to be loaded for
|
|
||||||
links to work:
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(add-to-list 'org-modules 'org-id)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Roam
|
** Roam
|
||||||
|
|
||||||
Setup for [[https://github.com/jethrokuan/org-roam][org-roam]].
|
Setup for [[https://github.com/jethrokuan/org-roam][org-roam]].
|
||||||
|
|
Loading…
Reference in a new issue