From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Bug: C-c C-k show branches also expands archived headings [9.3.1 (9.3.1-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20191226/)] Date: Tue, 31 Dec 2019 14:03:45 +0100 Message-ID: <84woacejf2.fsf@gmail.com> References: <80a77eofn7.fsf@felesatra.moe> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54192) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imHBi-000514-Ke for emacs-orgmode@gnu.org; Tue, 31 Dec 2019 08:03:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imHBh-0001n6-IZ for emacs-orgmode@gnu.org; Tue, 31 Dec 2019 08:03:54 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:52278 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1imHBh-0001dz-8v for emacs-orgmode@gnu.org; Tue, 31 Dec 2019 08:03:53 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1imHBf-0014jk-98 for emacs-orgmode@gnu.org; Tue, 31 Dec 2019 14:03:51 +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" To: emacs-orgmode@gnu.org Allen Li writes: > The command org-kill-note-or-show-branches bound to C-c C-k when used to > show branches also expands headings tagged with :ARCHIVE:. This is > contrary to expectations, as the manual states: > > ‘C-c C-k’ (‘outline-show-branches’) > Expose all the headings of the subtree, CONTENTS view for just one > subtree. > > CONTENTS view when using TAB cycling does not expand archived headings. > > Can be reproduced with a .org file containing: > > * Foo > ** Bar :ARCHIVE: > *** Baz > > Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.10) > of 2019-08-29 > Package: Org mode version 9.3.1 (9.3.1-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20191226/) Please check out the git heads or a future Org vorsion for the fix. Thanks.