feat: add contacts.org to agenda

This commit is contained in:
Pavel Korytov 2023-01-27 13:52:21 +03:00
parent be08c8b2b6
commit 8516c33edc
2 changed files with 3 additions and 1 deletions

View file

@ -2973,6 +2973,7 @@ Returns (<buffer> . <workspace-index>) or nil."
(setq org-agenda-files
`("inbox.org"
"misc/habit.org"
"contacts.org"
,@project-files))
(setq org-refile-targets
`(,@(mapcar

View file

@ -4173,6 +4173,7 @@ Also, my project structure is somewhat chaotic, so I have an =.el= file in the o
(setq org-agenda-files
`("inbox.org"
"misc/habit.org"
"contacts.org"
,@project-files))
(setq org-refile-targets
`(,@(mapcar
@ -5066,7 +5067,7 @@ A template looks like this:
(org-roam-capture- :node (org-roam-node-create)
:templates `(,my/org-review-capture-template)))
#+end_src
*** org-contacts
*** Contacts
=org-contacts= is a package to store contacts in an org file.
It seems the package has been somewhat revived in the recent months. It used things like =lexical-let= when I first found it.