mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat: add contacts.org to agenda
This commit is contained in:
parent
be08c8b2b6
commit
8516c33edc
2 changed files with 3 additions and 1 deletions
|
|
@ -2973,6 +2973,7 @@ Returns (<buffer> . <workspace-index>) or nil."
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
`("inbox.org"
|
`("inbox.org"
|
||||||
"misc/habit.org"
|
"misc/habit.org"
|
||||||
|
"contacts.org"
|
||||||
,@project-files))
|
,@project-files))
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
`(,@(mapcar
|
`(,@(mapcar
|
||||||
|
|
|
||||||
|
|
@ -4173,6 +4173,7 @@ Also, my project structure is somewhat chaotic, so I have an =.el= file in the o
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
`("inbox.org"
|
`("inbox.org"
|
||||||
"misc/habit.org"
|
"misc/habit.org"
|
||||||
|
"contacts.org"
|
||||||
,@project-files))
|
,@project-files))
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
`(,@(mapcar
|
`(,@(mapcar
|
||||||
|
|
@ -5066,7 +5067,7 @@ A template looks like this:
|
||||||
(org-roam-capture- :node (org-roam-node-create)
|
(org-roam-capture- :node (org-roam-node-create)
|
||||||
:templates `(,my/org-review-capture-template)))
|
:templates `(,my/org-review-capture-template)))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** org-contacts
|
*** Contacts
|
||||||
=org-contacts= is a package to store contacts in an org file.
|
=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.
|
It seems the package has been somewhat revived in the recent months. It used things like =lexical-let= when I first found it.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue