mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: update the section about denote-journal
This commit is contained in:
parent
e5b2e99636
commit
ebe5db6ab0
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue