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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote a07851218d 6/9: Fix confirmation message for den


From: ELPA Syncer
Subject: [elpa] externals/denote a07851218d 6/9: Fix confirmation message for denote-migrate-old-markdown-yaml-tags
Date: Sat, 13 Aug 2022 03:57:30 -0400 (EDT)

branch: externals/denote
commit a07851218de1b9c745eb3005be41cc356e98c6f6
Author: Abin Simon <mail@meain.io>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix confirmation message for denote-migrate-old-markdown-yaml-tags
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 2fd513b89d..4ba63759b3 100644
--- a/denote.el
+++ b/denote.el
@@ -2257,7 +2257,7 @@ Consult the manual for template samples."
 
 (add-hook 'org-capture-after-finalize-hook 
#'denote-org-capture-delete-empty-file)
 
-;;;; For the migration of old Org filetags
+;;;; For the migration of old Org filetags/Markdown+YAML tags
 
 (defun denote--migrate-type-files (type file-type)
   "Return list of TYPE files in variable `denote-directory'.
@@ -2333,7 +2333,7 @@ This command is provided for the convenience of the user. 
 It
 shall be deprecated and eventually removed from future versions
 of Denote.  Written on 2022-08-10 for version 0.5.0."
   (interactive)
-  (when-let (((yes-or-no-p "Rewrite filetags in Org files to use colons 
(buffers are NOT saved)?"))
+  (when-let (((yes-or-no-p "Rewrite tags in Markdown files with YAML header to 
use lists (buffers are NOT saved)?"))
              (files (denote--migrate-type-files "md" 'markdown-yaml)))
     (dolist (file files)
       (when-let* ((kw (denote--front-matter-keywords-to-list file 
'markdown-yaml))



reply via email to

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