diff options
| author | Thanos Apollo <public@thanosapollo.org> | 2026-02-23 00:06:30 +0200 |
|---|---|---|
| committer | Thanos Apollo <public@thanosapollo.org> | 2026-02-23 00:48:27 +0200 |
| commit | f279f8d76eeeacc86c438d9e62e7799f75464518 (patch) | |
| tree | c64d9a562d0167eaa210380c54bf882757c44ed7 | |
| parent | 23791e03b9962e318e8dd691757068d6c5c00e05 (diff) | |
[fix] Fix typo in journal file path.
* Fix typo in default value of custom org-gnosis-journal-file.
| -rw-r--r-- | org-gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-gnosis.el b/org-gnosis.el index 50ef542..c522c9d 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -134,7 +134,7 @@ compatability with `org-todo-keywords'." :type 'file :group 'org-gnosis) -(defcustom org-gnosis-journal-file (expand-file-name "jounral.org" org-gnosis-journal-dir) +(defcustom org-gnosis-journal-file (expand-file-name "journal.org" org-gnosis-journal-dir) "When non-nil, use this file for journal entries as level 1 headings. If nil, journal entries are created as separate files in |
