[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Drawers and visibility cycling
From: |
Steven Arntson |
Subject: |
Re: [O] Drawers and visibility cycling |
Date: |
Sun, 28 Dec 2014 17:47:43 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Bob Newell <address@hidden> writes:
> Steven Arntson <address@hidden> writes:
>
>> Here's my "not working" process:
>>
>> + type some sample text.
>> + select the region and do `C-c C-x d'
>> + I'm queried for the title of the drawer and type "test"
>>
>> The result looks like this:
>>
>> :testdrawer:
>> test content
>> :END:
>
> I've always had to put the drawer title in a line with all the drawer
> names like this:
>
> #+DRAWERS: EXPANSION PROPERTIES CLOCK LOGBOOK TESTDRAWER
I gave this a try, adding
#+DRAWERS: DATA
and then created a drawer:
:DATA:
test data
:END:
and I still can't get it to do anything when I put point on `DATA'. I
did `C-h k' just to verify that TAB is running `org-cycle', which it is.
I'm perplexed!