From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Drawers in Org 6.28e Date: Tue, 07 Jul 2009 21:50:59 +0200 Message-ID: <87hbxos258.fsf@kassiopeya.MSHEIMNETZ> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOGcz-0006Zb-6I for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 15:46:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOGcu-0006VQ-IV for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 15:46:56 -0400 Received: from [199.232.76.173] (port=36832 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOGcu-0006VL-D3 for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 15:46:52 -0400 Received: from mail.gmx.net ([213.165.64.20]:60082) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MOGct-0000HD-FQ for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 15:46:51 -0400 In-Reply-To: (Markus Heller's message of "Tue, 07 Jul 2009 11:27:04 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Markus Heller Cc: emacs-orgmode@gnu.org Markus Heller writes: > Hello, > > I have a drawer like this in my org file: > > :SERVICE-IDEAS: > > - Do this > > - do that > > :END: > > and the org file contains the following line: > > #+DRAWERS: SERVICE-IDEAS > > Whenever I cycle thru visibility states, the drawer is always expanded, and > hitting C-Tab with point on the :SERVICE-IDEAS: has no effect. > > I've found a similar thread (see below), but unfortunately, no solution was > given. > > So, what do I need to do to make my drawer work? Don't use a dash. Use underscore instead: SERVICE_IDEAS Sebastian