From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Breadcrumbs? Date: Wed, 26 Sep 2012 05:49:49 +0200 Message-ID: References: <21A5E1E970CD46459ECBE86D6CC4B28C676DD94D@spexch01.WindLogics.local> <1CA35E1C-E081-471B-9A56-9A83E1B3BECB@landerfamily.ca> <803926a1v0.fsf@somewhere.org> <87zk4ephro.fsf@bzg.ath.cx> <80r4pqjqdy.fsf@somewhere.org> <87vcf2gte1.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGidG-0002ij-Bf for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 23:49:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGidF-0006so-AJ for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 23:49:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:55877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGidF-0006sk-2x for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 23:49:53 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGidI-0006TV-HY for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 05:49:56 +0200 In-Reply-To: <87vcf2gte1.fsf@bzg.ath.cx> 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: Bastien Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban On 25.9.2012, at 14:48, Bastien wrote: >=20 >=20 > "Sebastien Vauban" > writes: >=20 >> Could we imagine the displayed outline path to be separated by " / " = instead >> of by "/", that is: >=20 > =46rom current master, try this out: >=20 > (org-display-outline-path nil t " - ") Hi everyone, I just changed the definitions of org-display-outline-path and org-format-outline-path, so the call above would have to be modified to (org-display-outline-path nil t " / " t) Cheers - Carsten >=20 > HTH, >=20 > --=20 > Bastien >=20 >=20