From a32e4791ee3b0f12d8b9ce006c2ec4cede3829eb Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Sun, 1 Jan 2023 16:21:32 +0300 Subject: [PATCH] org-insert-property-drawer: Make into a command * lisp/org.el (org-insert-property-drawer): Make interactive. This function is mentioned in the manual and may be used by users. Reported-by: Alain.Cochard@unistra.fr Link: https://orgmode.org/list/25520.25134.831330.318368@gargle.gargle.HOWL --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index db32ec562..6cb326ca0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13062,6 +13062,7 @@ (defun org-insert-property-drawer () "Insert a property drawer into the current entry. Do nothing if the drawer already exists. The newly created drawer is immediately hidden." + (interactive) (org-with-wide-buffer ;; Set point to the position where the drawer should be inserted. (if (or (not (featurep 'org-inlinetask)) (org-inlinetask-in-task-p)) -- 2.38.1