소스 검색

[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).
Colin Powell 2 년 전
부모
커밋
f61f8b2d76
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      emacs/.config/doom/config.org

+ 2 - 2
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