From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Showing or going to previous entry from agenda view Date: Mon, 09 Jul 2012 16:12:42 -0400 Message-ID: <87pq84ae2t.fsf@norang.ca> References: <2012-06-28T09-56-24@devnull.Karl-Voit.at> <87y5n7puh5.fsf@norang.ca> <2012-06-28T16-09-02@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoKKJ-0006Vx-Gh for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:13:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoKKE-0000T0-3c for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:12:59 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:59901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoKKD-0000On-Qy for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:12:54 -0400 In-Reply-To: <2012-06-28T16-09-02@devnull.Karl-Voit.at> (Karl Voit's message of "Thu, 28 Jun 2012 16:10:11 +0200") 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: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org Karl Voit writes: > * Bernt Hansen wrote: >> Karl Voit writes: >> >>> C-c C-p (outline-previous-visible-heading) jumps from =C2=ABMeeting 3= =C2=BB >>> directly to the previous *visible* heading =C2=ABPerson X=C2=BB and not= to >>> =C2=ABMeeting 2=C2=BB. >> >> C-c C-r should call org-reveal which will show the preceeding hidden >> headline, then you can use C-c C-p normally. > > Hm, at my side, org-reveal does not show me the items above. In > fact, org-reveal does not seem to have any effect at all :-O Hi Karl, Sorry for the late response - I've been away on vacation the past week. C-u C-c C-r reveals all the siblings or you can just do S-TAB twice to show contents view for the entire file. Regards, Bernt