From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Breadcrumbs? Date: Tue, 25 Sep 2012 13:25:29 +0200 Message-ID: <80r4pqjqdy.fsf@somewhere.org> References: <21A5E1E970CD46459ECBE86D6CC4B28C676DD94D@spexch01.WindLogics.local> <1CA35E1C-E081-471B-9A56-9A83E1B3BECB@landerfamily.ca> <803926a1v0.fsf@somewhere.org> <87zk4ephro.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Bastien, Bastien wrote: > "Sebastien Vauban" writes: >>> You can bind this to a speed command. >> >> SPC in column 0 does already do that, doesn't it? > > Yes. And here a small extension to your function, in order to add a more visible color to the displayed path: #+begin_src emacs-lisp (add-hook 'org-mode-hook (lambda() (add-to-list 'mode-line-format '(:eval (org-propertize (org-display-outline-path nil t t) 'face 'mode-line-emphasis 'help-echo "Outline path")) t))) #+end_src Could we imagine the displayed outline path to be separated by " / " instead of by "/", that is: "Tasks / Add color to modeline / Check function org-propertize" instead of: "Tasks/Add color to modeline/Check function org-propertize"? That way, it would as well be equivalent to what's displayed by helm-imenu. Best regards, Seb -- Sebastien Vauban