branch: externals/org-gnosis
commit 8dba5433f32a1c3f715408303cbe59b7db96f070
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Version bump: 0.2.2
** New features
+ Add =org-gnosis--find-file-h=, a find-file hook that enables
=org-gnosis-mode= when visiting org-gnosis files.
---
NEWS.org | 10 ++++++----
org-gnosis.el | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index eee235b72a..7a3d661f15 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,11 +3,13 @@
#+EMAIL: [email protected]
#+OPTIONS: ':nil toc:nil num:nil author:nil email:nil
++ [[https://git.thanosapollo.org/org-gnosis/][Upstream]]
++ [[https://thanosapollo.org/log/org-gnosis/][Changelog]]
-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.2.2
+** New features
++ Add =org-gnosis--find-file-h=, a find-file hook that enables
+ =org-gnosis-mode= when visiting org-gnosis files.
* 0.2.1
#+DATE: 2026/02/23
** Critical Fixes
diff --git a/org-gnosis.el b/org-gnosis.el
index fdd5cc3004..ebfbe5c6d1 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -5,7 +5,7 @@
;; Author: Thanos Apollo <[email protected]>
;; Keywords: outlines, extensions, org-mode
;; URL: https://thanosapollo.org/projects/org-gnosis/
-;; Version: 0.2.1
+;; Version: 0.2.2
;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2"))