emacs: update the section about denote-journal

This commit is contained in:
Protesilaos Stavrou 2025-04-01 07:59:08 +03:00
parent e5b2e99636
commit ebe5db6ab0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 5 additions and 5 deletions

View file

@ -365,12 +365,12 @@
:commands ( denote-journal-new-entry
denote-journal-new-or-existing-entry
denote-journal-link-or-create-entry )
:hook (calendar-mode . denote-journal-calendar-mode)
:config
;; Use the "journal" subdirectory of the `denote-directory'. Set this
;; to nil to use the `denote-directory' instead.
(setq denote-journal-directory (expand-file-name "journal" denote-directory))
;; Default keyword for new journal entries. It can also be a list of
;; strings.
;; Default keyword for new journal entries. It can also be a list of strings.
(setq denote-journal-keyword "journal")
;; Read the doc string of `denote-journal-title-format'.
(setq denote-journal-title-format 'day-date-month-year))

View file

@ -9051,7 +9051,7 @@ the generic ~denote~ command (and related) to maintain a journal, this
package defines extra functionality to streamline the journaling
workflow.
+ Package name (GNU ELPA): `denote-journal` (⚠️ Not available yet)
+ Package name (GNU ELPA): ~denote-journal~
+ Official manual: <https://protesilaos.com/emacs/denote-journal>
+ Git repository: <https://github.com/protesilaos/denote-journal>
+ Backronym: Denote... Journaling Obviously Utilises Reasonableness
@ -9065,12 +9065,12 @@ workflow.
:commands ( denote-journal-new-entry
denote-journal-new-or-existing-entry
denote-journal-link-or-create-entry )
:hook (calendar-mode . denote-journal-calendar-mode)
:config
;; Use the "journal" subdirectory of the `denote-directory'. Set this
;; to nil to use the `denote-directory' instead.
(setq denote-journal-directory (expand-file-name "journal" denote-directory))
;; Default keyword for new journal entries. It can also be a list of
;; strings.
;; Default keyword for new journal entries. It can also be a list of strings.
(setq denote-journal-keyword "journal")
;; Read the doc string of `denote-journal-title-format'.
(setq denote-journal-title-format 'day-date-month-year))