From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: outline-up-heading ignoring hidden levels of headings Date: Wed, 9 Nov 2016 10:20:19 +0100 Message-ID: <2016-11-09T10-19-51@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4P3l-0001nC-Qr for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 04:20:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4P3i-000760-JK for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 04:20:45 -0500 Received: from [195.159.176.226] (port=52517 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4P3i-00075o-Cj for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 04:20:42 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c4P3V-0001F4-GO for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 10:20:29 +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 Hi! Since I recently upgraded my Org-mode maint branch to 8.3.4 (release_8.3.4-1384-gc61ee8)[1], one behavior changed to a worse one. Before: Given an Org-mode buffer whose headings are all collapsed. When I open a task (heading) from my agenda, the corresponding heading *and all of its "upstream" headings* are shown as well. This way, I could easily use C-c C-u (outline-up-heading) to go to the corresponding father heading. Current behavior: Jumping to a collapsed sub-tree results in the target heading shown but *not the "upstream headings"*. When I use C-c C-u to go to the upper heading, I end up corresponding top heading, ignoring all the level of headings in between. To get to a direct father heading, I have to make Org-mode show all headings of the buffer and then, C-c C-u is able to jump one level up. Question: How can I get back to the previous behavior? Thanks! [1] Why isn't the major version changed to 9? -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github