Kyle Meyer <kyle <at> kyleam.com> writes:
> It's not an interactive function.  If you prefer to bind it directly to
> a key, you can wrap it in a command and then bind that to a key.
> 
>     (defun my/org-insert-property-draw ()
>       (interactive)
>       (org-insert-property-drawer))
> 

Thanks! That worked.





Reply via email to