From 8516c33edccf7e60942344459f5842d9a6885b10 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 27 Jan 2023 13:52:21 +0300 Subject: [PATCH] feat: add contacts.org to agenda --- .emacs.d/init.el | 1 + Emacs.org | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b8da6ad..e3235f4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2973,6 +2973,7 @@ Returns ( . ) or nil." (setq org-agenda-files `("inbox.org" "misc/habit.org" + "contacts.org" ,@project-files)) (setq org-refile-targets `(,@(mapcar diff --git a/Emacs.org b/Emacs.org index b252ec5..23ba897 100644 --- a/Emacs.org +++ b/Emacs.org @@ -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.