branch: externals/org-gnosis
commit f279f8d76eeeacc86c438d9e62e7799f75464518
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] Fix typo in journal file path.
    
    * Fix typo in default value of custom org-gnosis-journal-file.
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 50ef542c3a..c522c9d051 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

Reply via email to