From mboxrd@z Thu Jan 1 00:00:00 1970 From: GNRC Subject: Re: A version of `show-branches' that doesn't expand archivedsubtreess Date: Fri, 30 May 2014 11:27:07 -0500 Message-ID: <87ioonkzac.fsf@h.attlocal.net> References: <87k394kois.fsf@h.attlocal.net> <87k393x162.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqPeM-0006dI-Es for emacs-orgmode@gnu.org; Fri, 30 May 2014 12:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqPeE-0001Sp-Jc for emacs-orgmode@gnu.org; Fri, 30 May 2014 12:27:22 -0400 Received: from nm15-vm3.bullet.mail.gq1.yahoo.com ([98.137.176.75]:51814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqPeE-0001Rp-C5 for emacs-orgmode@gnu.org; Fri, 30 May 2014 12:27:14 -0400 In-reply-to: <87k393x162.fsf@bzg.ath.cx> 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: Bastien Cc: GNRC , emacs-orgmode@gnu.org 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-- (Side note: what's the function for the pretty scissors begin/end thing?) Thanks, gnrc Bastien writes: > GNRC writes: > >> Is there such a function? > > Please be more explicit about what you need.