[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).
This commit is contained in:
2023-01-03 11:51:20 -05:00
parent e1fd78225b
commit f61f8b2d76

View File

@ -205,7 +205,7 @@ a serif font when Im 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