emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 0a7560882e 9/9: Update the denote-sluggify entry


From: ELPA Syncer
Subject: [elpa] externals/denote 0a7560882e 9/9: Update the denote-sluggify entry in the manual
Date: Sat, 27 Apr 2024 00:58:02 -0400 (EDT)

branch: externals/denote
commit 0a7560882e3f2d9a331191cda6cc7931723e4c30
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update the denote-sluggify entry in the manual
    
    This reflects the change made by Jean-Philippe Gagné Guay in pull
    request 331: <https://github.com/protesilaos/denote/pull/331>.
---
 README.org | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 5046864cc3..1e6822c9a6 100644
--- a/README.org
+++ b/README.org
@@ -4265,7 +4265,14 @@ might change them without further notice.
 
 #+findex: denote-sluggify
 + Function ~denote-sluggify~ :: Make =STR= an appropriate slug for
-  file names and related 
([[#h:ae8b19a1-7f67-4258-96b3-370a72c43f4e][Sluggification of file name 
components]]).
+  file name =COMPONENT= 
([[#h:ae8b19a1-7f67-4258-96b3-370a72c43f4e][Sluggification of file name 
components]]).
+  Apply the function specified in ~denote-file-name-slug-function~ to
+  =COMPONENT= which is one of =title=, =signature=, =keyword=. If the
+  resulting string still contains consecutive =-=,=_= or ~=~, they are
+  replaced by a single occurence of the character, if necessary
+  according to =COMPONENT=. If =COMPONENT= is ~keyword~, remove
+  underscores from =STR= as they are used as the keywords separator in
+  file names. [ Revised as part of {{{development-version}}}. ]
 
 #+findex: denote-sluggify-keyword
 + Function ~denote-sluggify-keyword~ :: Sluggify =STR= while joining



reply via email to

[Prev in Thread] Current Thread [Next in Thread]