branch: externals/denote-org
commit 7c8d53bf8e4ee073b1654ad0221be01e7801d4c6
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update to denote-org 0.1.0
    
    The release notes will be available in the change log of Denote
    version 4.0.0, which I will publish in a few minutes.
---
 README.md     |  4 +---
 README.org    | 17 +++++++----------
 denote-org.el |  2 +-
 3 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 60f1c54504..3bbde61a60 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
 # denote-org: Extras to integrate Org mode with Denote (like Org dynamic 
blocks)
 
-WORK-IN-PROGRESS: 
<https://protesilaos.com/codelog/2025-02-11-emacs-splitting-denote-many-packages/>.
-
 The `denote-org` package contains extra features that better integrate
 Denote with Org mode. These used to be available as part of the main
 `denote` package in a file called `denote-org-extras.el`, but now live
@@ -13,7 +11,7 @@ blocks, links to headings, and splitting an Org subtree into 
its own
 standalone file. This package's official manual covers the
 technicalities.
 
-+ Package name (GNU ELPA): `denote-org` (⚠️ Not available yet)
++ Package name (GNU ELPA): `denote-org`
 + Official manual: <https://protesilaos.com/emacs/denote-org>
 + Git repository: <https://github.com/protesilaos/denote-org>
 + Backronym: Denote... Ordinarily Restricts Gyrations.
diff --git a/README.org b/README.org
index 3ecb195fac..c43f9b8cc5 100644
--- a/README.org
+++ b/README.org
@@ -4,9 +4,9 @@
 #+language: en
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
-#+macro: stable-version 0.0.0
-#+macro: release-date N/A
-#+macro: development-version 0.1.0-dev
+#+macro: stable-version 0.1.0
+#+macro: release-date 2025-04-15
+#+macro: development-version 0.2.0-dev
 #+export_file_name: denote-org.texi
 #+texinfo_filename: denote-org.info
 #+texinfo_dir_category: Emacs misc features
@@ -30,7 +30,7 @@ commit, is explicitly marked as such.
 
 Current development target is {{{development-version}}}.
 
-+ Package name (GNU ELPA): ~denote-org~ (⚠️ Not available yet)
++ Package name (GNU ELPA): ~denote-org~
 + Official manual: <https://protesilaos.com/emacs/denote-org>
 + Git repository: <https://github.com/protesilaos/denote-org>
 + Backronym: Denote... Ordinarily Restricts Gyrations.
@@ -142,8 +142,7 @@ line to update the block.
   include all files that have a =journal= keyword.
 
 - The =:not-regexp= parameter is optional. It is a regular expression
-  that applies after =:regexp= to filter out the matching files. [
-  Part of {{{development-version}}}. ]
+  that applies after =:regexp= to filter out the matching files.
 
 - The =:excluded-dirs-regexp= is a string that contains a word or
   regular expression that matches against directory files names
@@ -294,8 +293,7 @@ parameters, which are described further below:
   include all files that have a =journal= keyword.
 
 - The =:not-regexp= parameter is optional. It is a regular expression
-  that applies after =:regexp= to filter out the matching files. [
-  Part of {{{development-version}}}. ]
+  that applies after =:regexp= to filter out the matching files.
 
 - The =:excluded-dirs-regexp= is a string that contains a word or
   regular expression that matches against directory files names
@@ -404,8 +402,7 @@ you get all the parameters included:
   include all files that have a =journal= keyword.
 
 - The =:not-regexp= parameter is optional. It is a regular expression
-  that applies after =:regexp= to filter out the matching files. [
-  Part of {{{development-version}}}. ]
+  that applies after =:regexp= to filter out the matching files.
 
 - The =:excluded-dirs-regexp= is a string that contains a word or
   regular expression that matches against directory files names
diff --git a/denote-org.el b/denote-org.el
index 7037a39778..e8a371a6a1 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com>
 ;; URL: https://github.com/protesilaos/denote-org
-;; Version: 0.0.0.1
+;; Version: 0.1.0
 ;; Package-Requires: ((emacs "28.1") (denote "3.1.0"))
 
 ;; This file is NOT part of GNU Emacs.

Reply via email to