[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 4cc6d241c1 1/3: Move denote-retrieve-filename-ti
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 4cc6d241c1 1/3: Move denote-retrieve-filename-title closer to related functions in the manual |
Date: |
Wed, 29 Nov 2023 09:57:41 -0500 (EST) |
branch: externals/denote
commit 4cc6d241c189d4785cb1c8b94271cf03a63a08b7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Move denote-retrieve-filename-title closer to related functions in the
manual
---
README.org | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 2d05f67908..2205586215 100644
--- a/README.org
+++ b/README.org
@@ -3832,6 +3832,11 @@ might change them without further notice.
from =FILE= name. To create a new one, refer to the
~denote-create-unique-file-identifier~ function.
+#+findex: denote-retrieve-filename-title
++ Function ~denote-retrieve-filename-title~ :: Extract title from
+ =FILE= name, else return ~file-name-base~. Run ~denote-desluggify~
+ on the title if the extraction is successful.
+
#+findex: denote-retrieve-filename-signature
+ Function ~denote-retrieve-filename-signature~ :: Extract signature
from =FILE= name, if present, else return nil.
@@ -3854,11 +3859,6 @@ might change them without further notice.
To only return an existing identifier, refer to the function
~denote-retrieve-filename-identifier~.
-#+findex: denote-retrieve-filename-title
-+ Function ~denote-retrieve-filename-title~ :: Extract title from
- =FILE= name, else return ~file-name-base~. Run ~denote-desluggify~
- on the title if the extraction is successful.
-
#+findex: denote-retrieve-title-value
+ Function ~denote-retrieve-title-value~ :: Return title value from
=FILE= front matter per =FILE-TYPE=.