From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: Drawers and visibility cycling Date: Sun, 28 Dec 2014 16:59:31 -0800 Message-ID: <87bnmn2rv0.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5Ogd-0005Vx-P5 for emacs-orgmode@gnu.org; Sun, 28 Dec 2014 19:59:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5OgY-0001N6-Ox for emacs-orgmode@gnu.org; Sun, 28 Dec 2014 19:59:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:56346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5OgY-0001Mt-I0 for emacs-orgmode@gnu.org; Sun, 28 Dec 2014 19:59:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y5OgU-0003tN-Nj for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 01:59:46 +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 01:59:46 +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 01:59:46 +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 I've never been able to get drawers to go through a visibility cycle, and so have always avoided using them, but now I have a use-case in which they would be very handy. 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: However, when I put point on :testdrawer: and hit TAB, it doesn't go through any kind of cycle---just sits there. What am I doing wrong? Thank you, steven arntson