[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote a4d3d62b26 10/11: Clarify how denote-sequence ca
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote a4d3d62b26 10/11: Clarify how denote-sequence can be loaded |
Date: |
Sun, 12 Jan 2025 06:58:06 -0500 (EST) |
branch: externals/denote
commit a4d3d62b2637ee02c712f1afc514498428fd6c87
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Clarify how denote-sequence can be loaded
---
README.org | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 1a1aab3e7b..bd8d039c7e 100644
--- a/README.org
+++ b/README.org
@@ -4026,7 +4026,14 @@ you get all the parameters included:
[ The =denote-sequence.el= is part of {{{development-version}}}. ]
This section is about the optional extension =denote-sequence.el=,
-which is part of the ~denote~ package.
+which is part of the ~denote~ package. Its commands are autoloaded, so
+they are avaialble in the =M-x= interface at the outset and will load
+their file when they are invoked. Though users can explicitly load
+the file on demand with:
+
+#+begin_src emacs-lisp
+(require 'denote-sequence)
+#+end_src
Denote defines an optional file name component called the =SIGNATURE=
([[#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d][The file-naming scheme]]). This is
a free form field that users can
- [elpa] externals/denote updated (913571e79e -> 4e62c3f2b6), ELPA Syncer, 2025/01/12
- [elpa] externals/denote 14dd0b5d2e 03/11: Make denote-sequence--get-new-child work with alphanumeric sequences, ELPA Syncer, 2025/01/12
- [elpa] externals/denote a0188e7cba 05/11: Expand tests to also cover alphanumeric child sequences, ELPA Syncer, 2025/01/12
- [elpa] externals/denote a4d3d62b26 10/11: Clarify how denote-sequence can be loaded,
ELPA Syncer <=
- [elpa] externals/denote 182db0675e 06/11: Expand tests to also cover alphanumeric sibling sequences, ELPA Syncer, 2025/01/12
- [elpa] externals/denote 26f43c8aec 07/11: Make denote-sequence-alphanumeric-p require numeric prefix, ELPA Syncer, 2025/01/12
- [elpa] externals/denote 4997e6b007 02/11: Rename denote-sequence-get-sequences-with-max-depth to include "all", ELPA Syncer, 2025/01/12
- [elpa] externals/denote b642758ff9 04/11: Ensure the sequence tests target the implied scheme, ELPA Syncer, 2025/01/12
- [elpa] externals/denote 6e9473cd4f 09/11: Merge branch 'alphanumeric-sequence-extension', ELPA Syncer, 2025/01/12
- [elpa] externals/denote 43bd30e6eb 01/11: Make the groundwork for alphanumeric (Luhmann) sequences in denote-sequence.el, ELPA Syncer, 2025/01/12
- [elpa] externals/denote a717f46eee 08/11: Make denote-sequence-convert also convert complete sequences, ELPA Syncer, 2025/01/12
- [elpa] externals/denote 4e62c3f2b6 11/11: Rewrite and expand the manual about denote-sequence.el, ELPA Syncer, 2025/01/12