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

[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.



reply via email to

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