[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote-sequence 2dd7a6d7c6 04/14: Add a brief explanati
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote-sequence 2dd7a6d7c6 04/14: Add a brief explanation of what the denote-sequence is about |
Date: |
Fri, 14 Mar 2025 04:01:06 -0400 (EDT) |
branch: externals/denote-sequence
commit 2dd7a6d7c63f069df2109eadabbf4268e41aca69
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add a brief explanation of what the denote-sequence is about
---
README.org | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/README.org b/README.org
index dc39357608..e37f8cc966 100644
--- a/README.org
+++ b/README.org
@@ -72,15 +72,10 @@ modify this GNU manual.”
[ 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. 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
+The ~denote-sequence~ package provides an optional extension to
+~denote~ for naming files with a sequencing scheme. The idea is to
+establish hiearchical relationships between files, such that the
+contents of one logically follow or complement those of another.
Denote defines an optional file name component called the =SIGNATURE=
(read about the file-naming scheme in the Denote manual). This is a
- [elpa] branch externals/denote-sequence created (now bb0347b821), ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence ac0e3095fa 01/14: WORK-IN-PROGRESS Move denote-sequence.el into its own Git repository, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 0105a3d9ad 07/14: Remove WIP notice from the manual as all links work now, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence d97ba888b4 05/14: Include a README.md file fot Git forges, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence d883957cb3 09/14: Merge branch 'main' of github.com:protesilaos/denote-sequence, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 2dd7a6d7c6 04/14: Add a brief explanation of what the denote-sequence is about,
ELPA Syncer <=
- [elpa] externals/denote-sequence d166c4342e 06/14: Fix markup in the README.md, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 0662083388 10/14: Add condition to denote-sequence-and-scheme-p to disambiguate number-only sequence, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence bb0347b821 14/14: Add .elpaignore file for GNU ELPA, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 266f754e6e 03/14: Add warning that the package does not exist yet, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 576a3e2713 02/14: Clean up the manual for it to export properly, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence cad20c6e60 13/14: Fix typo in denote-sequence--infer-child doc string, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 786bc66f0c 11/14: Rename denote-sequence--get-parent to denote-sequence--infer-parent, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence 0c99c653d9 08/14: Use the correct texinfo_dir_title, ELPA Syncer, 2025/03/14
- [elpa] externals/denote-sequence a96f08be94 12/14: Add denote-sequence--infer-child function, ELPA Syncer, 2025/03/14