Bob Newell <bobnew...@bobnewell.net> writes: > Steven Arntson <ste...@stevenarntson.com> 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!