branch: externals/org-gnosis commit c27bc53bbea630b9f1ef380833ab9c7f5685606c Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
[packaging] Update commentary --- org-gnosis.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org-gnosis.el b/org-gnosis.el index 810e42cc9b..22c644aa1e 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -1,4 +1,4 @@ -;;; org-gnosis.el --- Roam-like Note Management System -*- lexical-binding: t; -*- +;;; org-gnosis.el --- Knowledge Management System -*- lexical-binding: t; -*- ;; Copyright (C) 2024-2025 Thanos Apollo @@ -29,6 +29,9 @@ ;; their data is saved in an SQLite databse, making it easier to ;; retrieve information and view relationships. +;; Functionality for journaling with journal entries in a separated +;; directory & customizable templates is also available. + ;;; Code: (require 'cl-lib) @@ -360,6 +363,7 @@ DIRECTORY." ;;;###autoload (defun org-gnosis-find-by-tag (&optional tag) "Find node under TAG." + (interactive) (let* ((tag (or tag (funcall org-gnosis-completing-read-func "Select tag: " (org-gnosis-select 'tag 'tags '1=1 t))))