[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 89ddd46996 15/19: Add TODOs for denote-org-captu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 89ddd46996 15/19: Add TODOs for denote-org-capture-with-prompts |
Date: |
Sat, 2 Dec 2023 03:57:53 -0500 (EST) |
branch: externals/denote
commit 89ddd469960477e81953d852c0dc8fcaacd3412f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add TODOs for denote-org-capture-with-prompts
---
denote.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/denote.el b/denote.el
index f234f024f9..de7e093fc0 100644
--- a/denote.el
+++ b/denote.el
@@ -3887,6 +3887,14 @@ Consult the manual for template samples."
(denote--keywords-add-to-history keywords)
(concat front-matter denote-org-capture-specifiers)))
+;; TODO 2023-12-02: Maybe simplify `denote-org-capture-with-prompts'
+;; by passing a single PROMPTS that is the same value as `denote-prompts'?
+
+;; TODO 2023-12-02: The `denote-org-capture-with-prompts' is missing a
+;; signature argument, but nobody has asked for it. I think
+;; refactoring it per the above TODO is better, anyway. But maybe do
+;; this after version 2.2.0 is out.
+
;;;###autoload
(defun denote-org-capture-with-prompts (&optional title keywords subdirectory
date template)
"Like `denote-org-capture' but with optional prompt parameters.
- [elpa] externals/denote e6a4bac215 13/19: Reinstate macro in denote-sort.el, (continued)
- [elpa] externals/denote e6a4bac215 13/19: Reinstate macro in denote-sort.el, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 57eb0b4d54 07/19: Declare 'denote-find-link' and 'denote-find-backlink' as interactive only, ELPA Syncer, 2023/12/02
- [elpa] externals/denote e0480c7953 03/19: Always omit current file from Org dynamic blocks, ELPA Syncer, 2023/12/02
- [elpa] externals/denote a44600b4fa 11/19: Refactor denote-retrieve-filename-title, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 8e8cecde65 12/19: Clarify what 'denote-retrieve-filename-signature' fallback return value is, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 13674e8f76 06/19: Expand the interactive spec of Org dynamic blocks to cover org-mode, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 938a761ae8 09/19: Remove trailing space from denote-sort-component-prompt text, ELPA Syncer, 2023/12/02
- [elpa] externals/denote df82fcf176 01/19: Fix nil title error in denote-change-file-type-and-front-matter, ELPA Syncer, 2023/12/02
- [elpa] externals/denote ad644c88e8 02/19: Add 'omit-current' parameter to denote-sort-get-directory-files, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 199609b3f3 08/19: Consolidate font-lock keywords into a single variable, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 89ddd46996 15/19: Add TODOs for denote-org-capture-with-prompts,
ELPA Syncer <=
- [elpa] externals/denote 981410d347 18/19: Add missing reference to denote-faces-signature, ELPA Syncer, 2023/12/02
- [elpa] externals/denote c686a9e16a 17/19: Make title prompt accept empty string; renaming now ignores/removes title if empty, ELPA Syncer, 2023/12/02
- [elpa] externals/denote 5f6501a40c 05/19: Make denote-link--prepare-links account for files with signature, ELPA Syncer, 2023/12/02
- [elpa] externals/denote b13d899c01 10/19: Fix sorting algorithm of denote-sort-signature-lessp, ELPA Syncer, 2023/12/02