summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-01-19 00:56:51 +0200
committerThanos Apollo <[email protected]>2025-01-19 00:56:51 +0200
commit7851136732fa64d04b4dfc9f79cd596838e5be07 (patch)
treea96e3fee888687a3b80a33328af8f0af6c75991c
parent63326abf32e5da0bb9575640e698113cd9350927 (diff)
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.
-rw-r--r--org-gnosis.el2
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