From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How do I create a drawer? Date: Wed, 25 Jan 2012 13:16:12 +0000 Message-ID: References: <30687.1327452372@alphaville> <8739b4p30t.fsf@gnu.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq2i4-0002kX-KJ for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 08:16:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq2i3-00052A-7t for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 08:16:20 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:64573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq2i2-00051k-TT for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 08:16:19 -0500 Received: by wibhj13 with SMTP id hj13so608216wib.0 for ; Wed, 25 Jan 2012 05:16:17 -0800 (PST) In-Reply-To: <8739b4p30t.fsf@gnu.org> 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: Bastien Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org On 25.1.2012, at 09:03, Bastien wrote: > 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. This is nice. But I think Olaf's patch would still be useful to apply. Cheers - Carsten