From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: Re: Drawers and visibility cycling Date: Sun, 28 Dec 2014 23:09:36 -0800 Message-ID: <87y4pr0w5r.fsf@stevenarntson.com> References: <87bnmn2rv0.fsf@stevenarntson.com> <878uhrnt03.fsf@bobnewell.net> <877fxb2pmo.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5USg-0000sA-Tc for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 02:09:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5USb-0007RG-Uy for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 02:09:54 -0500 Received: from plane.gmane.org ([80.91.229.3]:37334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5USb-0007RA-P3 for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 02:09:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y5USZ-0003mW-NA for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 08:09:47 +0100 Received: from 174-24-229-45.tukw.qwest.net ([174.24.229.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 08:09:47 +0100 Received: from steven by 174-24-229-45.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 08:09:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Steven Arntson writes: > Bob Newell writes: > >> Steven Arntson 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! For the list: Bob wrote me the solution over email: > Try closing the file and reopening. You have to force a re-read and > re-eval. There is another way to do this but I can't recall it > quickly. It worked perfectly. Thank you! steven