branch: externals/denote-org
commit 57bca6df0049a5a5e28b91b819b39117cba2e5c7
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update to denote-org version 0.2.0
---
README.org | 23 +++++++----------------
denote-org.el | 2 +-
2 files changed, 8 insertions(+), 17 deletions(-)
diff --git a/README.org b/README.org
index b15ccede1c..6f702654bc 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.1.0
-#+macro: release-date 2025-04-15
-#+macro: development-version 0.2.0-dev
+#+macro: stable-version 0.2.0
+#+macro: release-date 2025-10-17
+#+macro: development-version 0.3.0-dev
#+export_file_name: denote-org.texi
#+texinfo_filename: denote-org.info
#+texinfo_dir_category: Emacs misc features
@@ -166,8 +166,7 @@ line to update the block.
=identifier=, =random=, =last-modified=. When using the command
~denote-org-dblock-insert-files~, this parameter is automatically
inserted together with the (=:regexp= parameter) and the user is
- prompted for a file name component. [ The =random= and
- =last-modified= sort are part of {{{development-version}}}. ]
+ prompted for a file name component.
- The =:reverse-sort= parameter is optional. It reverses the order in
which files appear in. This is meaningful even without the presence
@@ -199,8 +198,6 @@ block. We cover that case as well
([[#h:1a81e255-0510-4ee0-bc3a-374de048ef46][Th
:CUSTOM_ID: h:1a81e255-0510-4ee0-bc3a-374de048ef46
:END:
-[ The parameter =:not-regexp= for the ~denote-org-dblock-insert-missing-links~
is part of {{{development-version}}}. ]
-
#+findex: denote-org-dblock-insert-missing-links
The =denote-missing-links= block is available with the command
~denote-org-dblock-insert-missing-links~. It is like the
@@ -224,8 +221,6 @@ Remember to type =C-c C-x C-u= (~org-dblock-update~) with
point on the
:CUSTOM_ID: h:f9a97859-1deb-47dd-bdae-52f8b424ff46
:END:
-[ The parameter =:not-regexp= for the ~denote-org-dblock-insert-backlinks~ is
part of {{{development-version}}}. ]
-
#+findex: denote-org-dblock-insert-backlinks
Apart from links to files matching a regular expression, we can also
produce a list of backlinks to the current file. The dynamic block can
@@ -323,8 +318,7 @@ parameters, which are described further below:
=identifier=, =random=, =last-modified=. When using the command
~denote-org-dblock-insert-files~, this parameter is automatically
inserted together with the (=:regexp= parameter) and the user is
- prompted for a file name component. [ The =random= and
- =last-modified= sort are part of {{{development-version}}}. ]
+ prompted for a file name component.
- The =:reverse-sort= parameter is optional. It reverses the order in
which files appear in. This is meaningful even without the presence
@@ -434,8 +428,7 @@ you get all the parameters included:
=identifier=, =random=, =last-modified=. When using the command
~denote-org-dblock-insert-files~, this parameter is automatically
inserted together with the (=:regexp= parameter) and the user is
- prompted for a file name component. [ The =random= and
- =last-modified= sort are part of {{{development-version}}}. ]
+ prompted for a file name component.
- The =:reverse-sort= parameter is optional. It reverses the order in
which files appear in. This is meaningful even without the presence
@@ -451,7 +444,7 @@ you get all the parameters included:
- The =:exclude-tags= parameter is optional. It controls whether the
=#+filetags= of the matching file are appended to the title as tags.
This is what happens by default. If =:exclude-tags= is non-nil, then
- the tags are omitted. [ Part of {{{development-version}}}. ]
+ the tags are omitted.
- An optional =:block-name= parameter can be specified with a string
value to add a =#+name= to the results. This is useful for further
@@ -463,8 +456,6 @@ you get all the parameters included:
:CUSTOM_ID: h:4ba84125-3ec4-4feb-926e-3aae91d0844e
:END:
-[ The integration with ~denote-sequence~ is part of {{{development-version}}}.
]
-
#+findex: denote-org-dblock-insert-sequence
The Denote-Sequence package enables using the Denote signature as a
hierarchical indicator inspired by the Folgezettel principle in the
diff --git a/denote-org.el b/denote-org.el
index 4778afb01c..3b6133c5c0 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -5,7 +5,7 @@
;; Author: Protesilaos Stavrou <[email protected]>
;; Maintainer: Protesilaos Stavrou <[email protected]>
;; URL: https://github.com/protesilaos/denote-org
-;; Version: 0.1.1
+;; Version: 0.2.0
;; Package-Requires: ((emacs "28.1") (denote "4.0.0"))
;; This file is NOT part of GNU Emacs.