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 22:18:48 +0200 Message-ID: <873a98s0uv.fsf@kassiopeya.MSHEIMNETZ> References: <87hbxos258.fsf@kassiopeya.MSHEIMNETZ> 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 1MOH3u-0001wz-Qu for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 16:14:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOH3q-0001uT-6O for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 16:14:46 -0400 Received: from [199.232.76.173] (port=38617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOH3q-0001uP-1Y for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 16:14:42 -0400 Received: from mail.gmx.net ([213.165.64.20]:34942) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MOH3p-000410-9G for emacs-orgmode@gnu.org; Tue, 07 Jul 2009 16:14:41 -0400 In-Reply-To: <87hbxos258.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Tue, 07 Jul 2009 21:50:59 +0200") 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 Sebastian Rose writes: > 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 Pardon me, that was ...beep... an underscore doesn't work either. But only characters and numbers (if not the first char) seem to work. Funny enough, the highlighting is OK. Sebastian