From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: new to drawers Date: Sat, 10 May 2014 12:11:53 -0700 Message-ID: <87a9apzbwm.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjCgz-0007hg-JK for emacs-orgmode@gnu.org; Sat, 10 May 2014 15:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjCgr-0004qz-31 for emacs-orgmode@gnu.org; Sat, 10 May 2014 15:12:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:57496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjCgq-0004qv-SF for emacs-orgmode@gnu.org; Sat, 10 May 2014 15:12:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WjCgo-0002kv-Ou for emacs-orgmode@gnu.org; Sat, 10 May 2014 21:12:06 +0200 Received: from 75-165-118-176.tukw.qwest.net ([75.165.118.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 May 2014 21:12:06 +0200 Received: from steven by 75-165-118-176.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 May 2014 21:12:06 +0200 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'm having trouble getting drawers to collapse, and am wondering if I'm misunderstanding their nature. I make an active region in an org-mode doc on, for instance, "sample text" and invoke C-c C-x d, which invites me to name the drawer. I name it "test," and RET, which gives me: :test: sample text :END: ":END:" is colored green by org-mode, but "test" isn't. And it won't go through any kind of visibility cycle. I've tried [TAB] and shift+TAB, and shift+arrowkey, and don't get any response. Using emacs 24.3.1 and org 7.9.3f. What am I doing wrong? Thank you! steven arntson