branch: externals/org-gnosis
commit 7851136732fa64d04b4dfc9f79cd596838e5be07
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    schemata: Use title for journals.
    
    * Instead of focusing on just journals as just being dates, it's
      better to see them as fleeting notes for a current date as well,
      where they can have sub-nodes.
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index c573ddbb43..60b86b8c3e 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

Reply via email to