diff options
author | Thanos Apollo <[email protected]> | 2025-01-19 00:56:51 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-19 00:56:51 +0200 |
commit | 7851136732fa64d04b4dfc9f79cd596838e5be07 (patch) | |
tree | a96e3fee888687a3b80a33328af8f0af6c75991c | |
parent | 63326abf32e5da0bb9575640e698113cd9350927 (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.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 |