[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 6fe68be094 30/44: Fix denote-sequence-file-promp
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 6fe68be094 30/44: Fix denote-sequence-file-prompt indentation |
Date: |
Wed, 1 Jan 2025 03:57:49 -0500 (EST) |
branch: externals/denote
commit 6fe68be094def712e25eb25008c56d29d4a3e34a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix denote-sequence-file-prompt indentation
---
denote-sequence.el | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index b6984977bc..3378dfafb3 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -247,13 +247,13 @@ Return selected type as a symbol."
"Prompt for file with sequence in variable `denote-directory'.
A sequence is a Denote signature that conforms with `denote-sequence-p'."
(if-let* ((relative-files (mapcar
#'denote-get-file-name-relative-to-denote-directory
- (denote-sequence-get-all-files)))
- (prompt "Select FILE with sequence: ")
- (input (completing-read
- prompt
- (denote--completion-table 'file relative-files)
- nil :require-match
- nil 'denote-sequence-file-history)))
+ (denote-sequence-get-all-files)))
+ (prompt "Select FILE with sequence: ")
+ (input (completing-read
+ prompt
+ (denote--completion-table 'file relative-files)
+ nil :require-match
+ nil 'denote-sequence-file-history)))
(concat (denote-directory) input)
(error "There are no sequence notes in the `denote-directory'")))
- [elpa] externals/denote 90372d9627 38/44: Update copyright years in a few places, (continued)
- [elpa] externals/denote 90372d9627 38/44: Update copyright years in a few places, ELPA Syncer, 2025/01/01
- [elpa] externals/denote f293ee60df 44/44: Define denote-sequence-dired command and its helpers, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 36cb4234dd 15/44: Change where 'denote-sequence' does the signature extraction, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 61f5712095 31/44: Capitalise "Denote" in the defgroup of denote-sequence, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 23892d55f6 16/44: Define denote-sequence-split function, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 7299ed9bc0 43/44: Define denote-sequence-get-all-files-with-max-depth, ELPA Syncer, 2025/01/01
- [elpa] externals/denote b72257ad7d 28/44: Make denote-sequence--pad throw an error if the type is unknown, ELPA Syncer, 2025/01/01
- [elpa] externals/denote bb357f03bb 18/44: Make denote-sequence--get-new-child more robust, ELPA Syncer, 2025/01/01
- [elpa] externals/denote cdba50e984 33/44: Rewrite the doc string of denote-sequence-new-parent and let it work from Lisp, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 35fc16ec30 17/44: Define denote-sequence-depth function, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 6fe68be094 30/44: Fix denote-sequence-file-prompt indentation,
ELPA Syncer <=
- [elpa] externals/denote c72e535a04 09/44: Make denote-sequence--get-new-parent work if there are no sequences, ELPA Syncer, 2025/01/01
- [elpa] externals/denote c5438dfdb3 10/44: Make denote-sequence-file-prompt err if there are no sequence notes, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 265b0401a0 14/44: Add TODO for a possible cl-letf in 'denote-sequence', ELPA Syncer, 2025/01/01
- [elpa] externals/denote cd772dad09 27/44: Add TODO for possibly sharing state between some tests, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 2eded970e9 35/44: Rewrite denote-sequence-new-child doc string, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 6c5858c72b 12/44: Reword denote-sequence doc sentence to not exceed 80 characters, ELPA Syncer, 2025/01/01
- [elpa] externals/denote b933238dcb 13/44: Rewrite the second parameter of 'denote-sequence' to avoid confusion, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 9871d5b2ab 34/44: Rewrite denote-sequence-new-sibling doc string, ELPA Syncer, 2025/01/01
- [elpa] externals/denote df24b3639b 07/44: Tweak the defgroup of denote-sequence, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 608e0e880b 42/44: Define denote-sequence-get-all-files-with-prefix, ELPA Syncer, 2025/01/01