From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to control visibility cycling of headlines using custom tags? Date: Fri, 26 Mar 2010 18:21:38 +0100 Message-ID: <0CA88D9F-ACF6-4832-8FF8-93596D9B3290@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvDEH-0001t6-0N for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 13:21:53 -0400 Received: from [140.186.70.92] (port=41338 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvDEF-0001s8-FJ for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 13:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvDEB-0000gg-Vv for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 13:21:51 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:39017) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvDEB-0000ek-MP for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 13:21:47 -0400 Received: by ewy27 with SMTP id 27so4471ewy.30 for ; Fri, 26 Mar 2010 10:21:39 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Kevin D. Robbins" Cc: emacs-orgmode@gnu.org On Mar 26, 2010, at 4:36 PM, Kevin D. Robbins wrote: > Hello, > > I have not been able to find how to control visibility cycling of > individual headlines. I want to be able to use my own tags, but have > their visibility cycling behave just like when the headline is > tagged with the archive tag. That is, I want to create custom tags > that keep a headline closed except for when using C-TAB on the > headline. > > Is this currently possible? No, only a single tag is supported for this purpose. You can change the tag name with the variable org-archive-tag. - Carsten