emacs-configuration: Minor org-{mode,roam} improvements

* user-config/emacs/.emacs.d/config.org (Org Mode): Complete org-mode tags across all agenda files
(Setup org-roam): Add keybinding for finding an org-roam note by reference
This commit is contained in:
Collin J. Doering 2022-10-02 10:40:44 -04:00
parent 9a3aeceb90
commit 65ea26c689
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 0 deletions

View File

@ -1920,6 +1920,7 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
org-refile-use-outline-path t
org-global-properties '(("Effort_ALL" . "0 0:10 0:15 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00"))
org-columns-default-format "%65ITEM(Task) %TODO %3PRIORITY %8Effort(Effort){:} %CLOCKSUM %SCHEDULED %DEADLINE %TAGS"
org-complete-tags-always-offer-all-agenda-tags t
;; Setup external applications used when org-mode opens files
;; See: https://orgmode.org/worg/org-faq.html#external-application-launched-to-open-file-link
@ -2145,6 +2146,7 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
'(("d" "default" entry "* %?" :target (file+datetree "dailies.org.gpg" week))))
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)
("C-c n F" . org-roam-ref-find)
("C-c n g" . org-roam-graph)
("C-c n D" . org-roam-doctor)