diff options
-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 c573ddb..60b86b8 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -517,7 +517,7 @@ If file or id are not found, use `org-open-at-point'." (journal ([(id :not-null :primary-key) (file :not-null) - (date text) + (title text :not-null) (level text :not-null) tags])) (node-tag |