From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: 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: Thu, 26 Dec 2019 15:01:32 -0800 Message-ID: <80a77eofn7.fsf@felesatra.moe> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53474) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikc8O-0004Ie-Lz for emacs-orgmode@gnu.org; Thu, 26 Dec 2019 18:01:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikc8N-00040r-Gs for emacs-orgmode@gnu.org; Thu, 26 Dec 2019 18:01:36 -0500 Received: from mail-pf1-x42c.google.com ([2607:f8b0:4864:20::42c]:39703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikc8N-000407-33 for emacs-orgmode@gnu.org; Thu, 26 Dec 2019 18:01:35 -0500 Received: by mail-pf1-x42c.google.com with SMTP id q10so13843186pfs.6 for ; Thu, 26 Dec 2019 15:01:34 -0800 (PST) Received: from localhost ([2600:1700:7270:7d1f:fa59:71ff:fe00:10cc]) by smtp.gmail.com with ESMTPSA id p28sm35308790pgb.93.2019.12.26.15.01.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Dec 2019 15:01:32 -0800 (PST) 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 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: =E2=80=98C-c C-k=E2=80=99 (=E2=80=98outline-show-branches=E2=80=99) 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/el= pa/org-plus-contrib-20191226/)