From Kyle Meyer to ~protesilaos/denote
Protesilaos Stavrou writes:
> Thank you, Kyle!
Thank you for denote. I've just started poking around now, but I'm
looking forward to using it more.
From Kyle Meyer to ~protesilaos/denote
A few doc strings put \\ in front of a single quote, but that doesn't protect the quote from being processed according to text-quoting-style. Use \\= instead to ensure that the apostrophe is rendered as is. --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index f757d05..b7533a1 100644 --- a/denote.el +++ b/denote.el @@ -809,7 +809,7 @@ (defun denote-type () "Create note while prompting for a file type. [message trimmed]
From Kyle Meyer to ~protesilaos/denote
--- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 4417efd..f757d05 100644 --- a/denote.el +++ b/denote.el @@ -181,7 +181,7 @@ (defcustom denote-prompts '(title keywords) file names are included in the list of candidates. The `keywords' prompt uses `completing-read-multiple', meaning that it can accept multiple keywords separated by a comma (or whatever the value of `crm-sepator' is). whatever the value of `crm-separator' is).[message trimmed]