Next: Note-taking Add-ons, Previous: Full-text search interface with Deft, Up: Ecosystem [Contents]
Org-journal is a more
powerful alternative to the simple function org-roam-dailies-today. It
provides better journaling capabilities, and a nice calendar interface
to see all dated entries.
(use-package org-journal
:bind
("C-c n j" . org-journal-new-entry)
:custom
(org-journal-date-prefix "#+title: ")
(org-journal-file-format "%Y-%m-%d.org")
(org-journal-dir "/path/to/org-roam-files/")
(org-journal-date-format "%A, %d %B %Y"))