diff options
author | Thanos Apollo <[email protected]> | 2025-02-26 17:47:32 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-02-26 17:47:32 +0200 |
commit | 2f1ed5320b8e9b31c67c0720be2693fe416f16a1 (patch) | |
tree | 05ede959f7f63378103d32a788a95c101de4a521 | |
parent | 18fa485148c69c512346c54d3840df410e54b42a (diff) |
+ Add support for inserting journal entries as links with custom
description.
-rw-r--r-- | NEWS.org | 4 | ||||
-rw-r--r-- | org-gnosis.el | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ This document contains the release notes that are included in each tagged commit on the project's main git repository: <https://git.thanosapollo.org/org-gnosis>. +* 0.0.9 ++ Add support for inserting journal entries as links with custom + description. + * 0.0.8 New Features: + When org-gnosis-insert is called with a prefix arg, prompt for diff --git a/org-gnosis.el b/org-gnosis.el index 064814f..ff56742 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/org-gnosis/ -;; Version: 0.0.8 +;; Version: 0.0.9 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2")) |