* Drawers in Org 6.28e
@ 2009-07-07 18:27 Markus Heller
2009-07-07 19:50 ` Sebastian Rose
0 siblings, 1 reply; 4+ messages in thread
From: Markus Heller @ 2009-07-07 18:27 UTC (permalink / raw)
To: emacs-orgmode
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?
Thanks
Markus
PS: Here's the old thread I found:
From: Manish <mailtomanish.sharma <at> gmail.com>
Subject: Re: Drawers in Org-Mode 6.06b
Newsgroups: gmane.emacs.orgmode
Date: 2008-09-16 07:49:54 GMT (42 weeks, 10 hours and 32 minutes ago)
On Mon, Sep 15, 2008 at 6:59 AM, Ryan wrote:
> I'm using Emacs 22 for XP Pro and seem to be having an issue with
> drawers.
> When I create a drawer and cycle the visibility of the headline
> it belongs to, the entire contents of the drawer appear each time
> instead of staying inside the drawer. Performing visibility
> cycling on the drawer has no effect. I attempted to create a
> drawer just like the example in the Org-Mode manual.
Did you define the drawer name you are using in `org-drawers' variable?
You could use customize to, well.. customize it.
Do let us know if it still does now work.
-- Manish
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Drawers in Org 6.28e
2009-07-07 18:27 Drawers in Org 6.28e Markus Heller
@ 2009-07-07 19:50 ` Sebastian Rose
2009-07-07 20:18 ` Sebastian Rose
0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Rose @ 2009-07-07 19:50 UTC (permalink / raw)
To: Markus Heller; +Cc: emacs-orgmode
Markus Heller <hellerm2@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Drawers in Org 6.28e
2009-07-07 19:50 ` Sebastian Rose
@ 2009-07-07 20:18 ` Sebastian Rose
2009-07-07 20:32 ` Markus Heller
0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Rose @ 2009-07-07 20:18 UTC (permalink / raw)
To: Markus Heller; +Cc: emacs-orgmode
Sebastian Rose <sebastian_rose@gmx.de> writes:
> Markus Heller <hellerm2@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Drawers in Org 6.28e
2009-07-07 20:18 ` Sebastian Rose
@ 2009-07-07 20:32 ` Markus Heller
0 siblings, 0 replies; 4+ messages in thread
From: Markus Heller @ 2009-07-07 20:32 UTC (permalink / raw)
To: emacs-orgmode
Sebastian Rose wrote:
> Sebastian Rose <sebastian_rose@gmx.de> writes:
>> Markus Heller <hellerm2@gmail.com> 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.
>
Thanks Sebastian,
that works!
Cheers
Markus
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-07 20:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 18:27 Drawers in Org 6.28e Markus Heller
2009-07-07 19:50 ` Sebastian Rose
2009-07-07 20:18 ` Sebastian Rose
2009-07-07 20:32 ` Markus Heller
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.