From mboxrd@z Thu Jan 1 00:00:00 1970 From: R C Subject: Re: Inserting property drawers and comments Date: Tue, 9 Dec 2014 21:26:45 +0000 (UTC) Message-ID: References: <87vblkr0ep.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XySJI-000828-3q for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 16:27:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XySJC-0008Gt-MC for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 16:27:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:45860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XySJC-0008Gj-Ed for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 16:27:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XySJ9-0000sw-9W for emacs-orgmode@gnu.org; Tue, 09 Dec 2014 22:26:59 +0100 Received: from c-98-230-85-128.hsd1.fl.comcast.net ([98.230.85.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2014 22:26:59 +0100 Received: from recif by c-98-230-85-128.hsd1.fl.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2014 22:26:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Kyle Meyer 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.