From 6382a6bbb31aad38b3157a8cb6b2e2c8f39fcd6e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 1 Nov 2018 23:31:57 +0100 Subject: [PATCH] org-attach: Fix command string * lisp/org-attach.el (org-attach): Add missing command letters. --- lisp/org-attach.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 53389f782..e827d3721 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -193,7 +193,7 @@ D Delete all of a task's attachments. A safer way is s Set a specific attachment directory for this entry or reset to default. i Make children of the current entry inherit its attachment directory."))) (org-fit-window-to-buffer (get-buffer-window "*Org Attach*")) - (message "Select command: [acmlzoOfFdD]") + (message "Select command: [acmlyunzoOfFdD]") (setq c (read-char-exclusive)) (and (get-buffer "*Org Attach*") (kill-buffer "*Org Attach*")))) (cond