From f61f8b2d768db8b15cc65699d773b7433f98b1c1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 3 Jan 2023 11:51:20 -0500 Subject: [PATCH] [emacs] Update org config to use dailies directory Today I re-organized how I use org mode. Historically, the directory was a huge jumble of flatfiles. No subdirectories, no per-file organization. This was great for org-roam's preferred flow, but made Orgzly die a horrible death. That meant the only way I could interact with org-mode was via a computer and I am often not in front of a computer. Putting dailies in a subdirectory, and running my per-day task list out of my index.org file should make it much easier ot keep track fo what needs to get done. The only thing that doesn't really work this way is future events. But that's not such a big part of my flow. I may even be able to get away with just stashing them in the inbox heading (or maybe even a futures heading). --- emacs/.config/doom/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 26fe09b..e59738e 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -205,7 +205,7 @@ a serif font when I’m writing a lot of words. (after! org (setq org-directory (expand-file-name "~/var/org/") - org-agenda-files (file-expand-wildcards "~/var/org/2022-*") + org-agenda-files (file-expand-wildcards "~/var/org/index.org") org-ellipsis "…" org-image-actual-width '(600) org-fontify-quote-and-verse-blocks t @@ -248,7 +248,7 @@ easier. I just need to level up with Zettels and web publishing of my notes. #+BEGIN_SRC emacs-lisp (setq org-roam-directory "~/var/org/") -(setq org-roam-dailies-directory "") +(setq org-roam-dailies-directory "dailies") #+END_SRC * Novel