Browse Source

agenda-files now without duplicates

master
Marc 1 year ago
parent
commit
efcc2670da
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
config.org

@ -1088,7 +1088,8 @@ org-roam-db-sync
"Add all org roam files with #+filetags: Project"
(interactive)
(nconc org-agenda-files
(my--org-roam-list-notes-by-tag "Project")))
(my--org-roam-list-notes-by-tag "Project"))
(setq org-agenda-files (delete-dups org-agenda-files)))
:config
(require 'org-roam-dailies) ;; ensure the keymap is available
(org-roam-db-autosync-mode)

Loading…
Cancel
Save