emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Inserting property drawers and comments


From: R C
Subject: Re: [O] Inserting property drawers and comments
Date: Tue, 9 Dec 2014 21:26:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

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