cashmere

cashmere

Denote Journal Capture

Description

This library provides basic integration between denote-journal and org-capture, providing a function to allow a specific date to be captured to, while saving the date for later editing as part of the capture process.

Code

(setq org-capture-templates '(("a" "Appointment" entry
                               (file+olp denote-journal-capture-entry-for-date "Appointments")
                               "* %(denote-journal-capture-timestamp) %^{Subject?}")))

Link

~swflint/denote-journal-capture - Improved integration between denote-journal…