From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How do I create a drawer? Date: Wed, 25 Jan 2012 10:03:46 +0100 Message-ID: <8739b4p30t.fsf@gnu.org> References: <30687.1327452372@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpykX-0002eQ-50 for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:02:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpykV-0005T1-Tc for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:02:37 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpykV-0005St-Iz for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:02:35 -0500 Received: by wgbds1 with SMTP id ds1so2925913wgb.30 for ; Wed, 25 Jan 2012 01:02:34 -0800 (PST) In-Reply-To: <30687.1327452372@alphaville> (Nick Dokos's message of "Tue, 24 Jan 2012 19:46:12 -0500") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Hi Nick, Nick Dokos writes: > The only way I found so far to create a drawer is to actually type the > damn thing in (I'm talking about my own drawers, not the special > drawers that org knows something about). I didn't find any utility > functions to insert drawers (except for :PROPERTIES:), and somewhat to > my surprise, completion does not seem to work for drawer names: I > expected typing a colon and M-TAB would allow me to use drawer names for > completion, but it seems to only care about property keys, even if I'm > not in the context of a :PROPERTIES: drawer. You can now complete drawer names using M-TAB. It will insert the drawer name and the ":END:" string. HTH, -- Bastien