From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Drawers and visibility cycling Date: Mon, 29 Dec 2014 20:08:17 +0800 Message-ID: <878uhqy7ym.fsf@ericabrahamsen.net> References: <87bnmn2rv0.fsf@stevenarntson.com> <878uhrnt03.fsf@bobnewell.net> <877fxb2pmo.fsf@stevenarntson.com> <87y4pr0w5r.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5Z29-0000KT-Fp for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 07:02:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5Z23-0007pP-GQ for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 07:02:49 -0500 Received: from plane.gmane.org ([80.91.229.3]:50381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5Z23-0007pD-9O for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 07:02:43 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y5Z1v-0001Rk-EO for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 13:02:35 +0100 Received: from 50.56.99.223 ([50.56.99.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 13:02:35 +0100 Received: from eric by 50.56.99.223 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 13:02:35 +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: > 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. C-c C-c on any of the header lines at the top of the file! In this case, in particular, the #+DRAWERS line. > It worked perfectly. > > Thank you! > steven