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

    journal: Default to having a single journal file.
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 3471bccd95..1ca332d980 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -126,7 +126,7 @@ compatability with `org-todo-keywords'."
   :type 'file
   :group 'org-gnosis)
 
-(defcustom org-gnosis-journal-file nil
+(defcustom org-gnosis-journal-file (expand-file-name "jounral.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