branch: externals/denote-sequence
commit 22bdb31f20dd49ee13f511b74a9ae7ba5f8c2ade
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update to denote-sequence 0.2.0
---
README.org | 9 ++++-----
denote-sequence.el | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index dc55f53a19..f922f1a356 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-sequence.texi
#+texinfo_filename: denote-sequence.info
#+texinfo_dir_category: Emacs misc features
@@ -208,7 +208,6 @@ Concretely, we provide the following commands:
#+findex: denote-sequence-rename-as-parent
Finally, to make an existing file use the Denote file-naming scheme
and become a new parent sequence, use the command
~denote-sequence-rename-as-parent~.
-[ The ~denote-sequence-rename-as-parent~ is part of {{{development-version}}}.
]
** Find a relative of the current sequence
:PROPERTIES:
@@ -229,7 +228,7 @@ puts all the matching files in a bespoke Dired buffer
([[#h:show-all-or-some-seq
#+findex: denote-sequence-find-previous-sibling
Finally, the commands ~denote-sequence-find-next-sibling~ and
~denote-sequence-find-previous-sibling~ move between sibling files in
-a given sequence. [ These two commands are part of {{{development-version}}}. ]
+a given sequence.
** Link only to sequences
:PROPERTIES:
diff --git a/denote-sequence.el b/denote-sequence.el
index 1691413a10..15b8932c10 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -5,7 +5,7 @@
;; Author: Protesilaos Stavrou <[email protected]>
;; Maintainer: Protesilaos Stavrou <[email protected]>
;; URL: https://github.com/protesilaos/denote-sequence
-;; 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.