branch: externals/denote-silo commit cd85764fcceb21fc11a163da0d36bf4b7f166f53 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update to denote-silo 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 | 8 ++++---- denote-silo.el | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cba60281dd..1181314f4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Denote Silo extras -WORK-IN-PROGRESS: <https://protesilaos.com/codelog/2025-02-11-emacs-splitting-denote-many-packages/>. - The `denote-silo` package makes it easier to work with multiple "silos", as explained in the Denote manual. In short, a "silo" is a localised `denote-directory` that is not connected to the @@ -14,7 +12,7 @@ their setup to use the `denote-silo` package. This can be done by replacing all instances of `denote-silo-extras` with `denote-silo` across their configuration. -+ Package name (GNU ELPA): `denote-silo` (⚠️ Not available yet) ++ Package name (GNU ELPA): `denote-silo` + Official manual: <https://protesilaos.com/emacs/denote-silo> + Git repository: <https://github.com/protesilaos/denote-silo> + Backronym: Denote... Silos Insulate Localised Objects. diff --git a/README.org b/README.org index 5ed8a183a2..3b5eac92cf 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-silo.texi #+texinfo_filename: denote-silo.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-silo~ (⚠️ Not available yet) ++ Package name (GNU ELPA): ~denote-silo~ + Official manual: <https://protesilaos.com/emacs/denote-silo> + Git repository: <https://github.com/protesilaos/denote-silo> + Backronym: Denote... Silos Insulate Localised Objects. diff --git a/denote-silo.el b/denote-silo.el index abe215c561..e5d5f5fd44 100644 --- a/denote-silo.el +++ b/denote-silo.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://github.com/protesilaos/denote-silo -;; 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.