From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Breadcrumbs? Date: Tue, 25 Sep 2012 10:18:06 -0400 Message-ID: <13235.1348582686@alphaville> References: <21A5E1E970CD46459ECBE86D6CC4B28C676DD94D@spexch01.WindLogics.local> <1CA35E1C-E081-471B-9A56-9A83E1B3BECB@landerfamily.ca> <803926a1v0.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com 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]:37298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGVyP-0008Pe-Tk for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 10:18:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGVyO-0007Qp-CN for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 10:18:53 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:42180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGVyO-0007MI-8J for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 10:18:52 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [98.110.161.175]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MAW00999T27II60@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 09:18:18 -0500 (CDT) In-reply-to: Message from "Sebastien Vauban" of "Tue\, 25 Sep 2012 11\:27\:47 +0200." <803926a1v0.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban wrote: > Hi, >=20 > Anthony Lander wrote: > > On 12-Sep-24, at 5:36 PM, Ken Williams wrote: > > > >> Has anyone ever tried implementing a =E2=80=9Cbreadcrumbs=E2=80=9D-typ= e feature in org-mode? > >> By that I mean something that would quickly tell you the headings up t= he > >> whole path to the root, to quickly orient yourself when you=E2=80=99re= deep within a > >> document. I was originally thinking of something always-present shown = at the > >> top of the frame, but maybe it would be better as something shown on d= emand > >> in the minibuffer, possibly making it taller while shown. > > > > You can bind this to a speed command. >=20 > SPC in column 0 does already do that, doesn't it? >=20 Not here, I'm afraid: SPC in column 0 (both on headlines and not on headlin= es) is bound to org-self-insert-command and just inserts a space. Nick