From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: A version of `show-branches' that doesn't expand archivedsubtreess Date: Fri, 30 May 2014 18:49:38 +0200 Message-ID: <87ha47i53x.fsf@mailbox.org> References: <87k394kois.fsf@h.attlocal.net> <87k393x162.fsf@bzg.ath.cx> <87ioonkzac.fsf@h.attlocal.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqQ0L-00009X-QG for emacs-orgmode@gnu.org; Fri, 30 May 2014 12:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqQ0E-0002Dl-P7 for emacs-orgmode@gnu.org; Fri, 30 May 2014 12:50:05 -0400 In-Reply-To: <87ioonkzac.fsf@h.attlocal.net> (GNRC's message of "Fri, 30 May 2014 11:27:07 -0500") 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: GNRC Cc: Bastien , emacs-orgmode@gnu.org On 2014-05-30 18:27 GNRC wrote: > Say I've got the following file: > --begin-- > * Top > ** Second > *** Third > ** Archive :ARCHIVE: > *** Thing > *** Another thing > --end-- > I'd like to be able to put the cursor at the beginning of that top > heading and press (e.g.) C-u C-c C-k, and have it then fold as > this: > --begin-- > * Top > ** Second > *** Third > ** Archive :ARCHIVE:... > --end-- I do not know how to do this with C-c C-k, but pressing TAB twice on the level one heading works for me just as well. The subtree tagged with :ARCHIVE: will only open when you press C-TAB. > (Side note: what's the function for the pretty scissors begin/end > thing?) Do you mean `message-mark-inserted-region', bound to C-c m in gnus? HTH, -- Alexander Baier