[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 1975648e39 6/7: Document denote-slug-keep-only-a
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 1975648e39 6/7: Document denote-slug-keep-only-ascii in the manual |
Date: |
Tue, 3 Sep 2024 07:46:39 -0400 (EDT) |
branch: externals/denote
commit 1975648e3985bba25f20252d0c8c64c3fa7750e0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Document denote-slug-keep-only-ascii in the manual
---
README.org | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.org b/README.org
index 1b4d5399f0..9369221165 100644
--- a/README.org
+++ b/README.org
@@ -5104,6 +5104,12 @@ might change them without further notice.
+ Function ~denote-get-identifier-at-point~ :: Return the identifier
at point or =POINT=. [ Part of {{{development-version}}}. ]
+#+findex: denote-slug-keep-only-ascii
++ Function ~denote-slug-keep-only-ascii~ :: Remove all non-ASCII
+ characters from =STR= and replace them with spaces. This is useful
+ as a helper function to construct ~denote-file-name-slug-functions~
+ ([[#h:d1e4eb5b-e7f2-4a3b-9243-e1c653817a4a][Custom sluggification to remove
non-ASCII characters]]).
+
#+findex: denote-sluggify
+ Function ~denote-sluggify~ :: Make =STR= an appropriate slug for
file name =COMPONENT=
([[#h:ae8b19a1-7f67-4258-96b3-370a72c43f4e][Sluggification of file name
components]]).
- [elpa] externals/denote updated (e7cfd48bd6 -> 7743d02042), ELPA Syncer, 2024/09/03
- [elpa] externals/denote 1a1775acd2 3/7: Add function denote-slug-keep-only-ascii, ELPA Syncer, 2024/09/03
- [elpa] externals/denote b600e70857 1/7: Fix a typo in denote-kill-buffers, ELPA Syncer, 2024/09/03
- [elpa] externals/denote afe2bcaafe 4/7: Add test for denote-slug-keep-only-ascii, ELPA Syncer, 2024/09/03
- [elpa] externals/denote 4c5d882f62 2/7: Add two more outline headings, ELPA Syncer, 2024/09/03
- [elpa] externals/denote 7743d02042 7/7: Add TODO for after version 3.1.0 (which is coming soon), ELPA Syncer, 2024/09/03
- [elpa] externals/denote 1975648e39 6/7: Document denote-slug-keep-only-ascii in the manual,
ELPA Syncer <=
- [elpa] externals/denote 5180991464 5/7: Document custom functions to sluggify by removing non-ASCII characters, ELPA Syncer, 2024/09/03