From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Re: org-ellipsis problem Date: Wed, 9 Dec 2015 08:13:28 -0500 Message-ID: References: <87k2opey25.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3c1ae300d13052676db10 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6eYl-0002Wt-Ta for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:13:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6eYk-0000Bh-6z for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:13:31 -0500 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:35440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6eYj-0000BX-Vz for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:13:30 -0500 Received: by lbpu9 with SMTP id u9so29509845lbp.2 for ; Wed, 09 Dec 2015 05:13:29 -0800 (PST) In-Reply-To: <87k2opey25.fsf@delle7240.chemeng.ucl.ac.uk> 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: emacs-orgmode@gnu.org --001a11c3c1ae300d13052676db10 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Dec 8, 2015 at 10:53 AM, Eric S Fraga wrote: > On Monday, 30 Nov 2015 at 15:10, Dan Griswold wrote: > > Setting org-ellipsis (either via setq or customize) has no effect for m= e. > > Maybe show us how you actually do it? What version of org? What is > your intended result (just in case)? > > I have > > (setq org-ellipsis " =E2=96=B8") > > in my customisation and it works just fine. > Thanks, Eric. It helped to know that it works for someone. Knowing that, I went into my .emacs file and did some testing. It turns out that there is some conflict with pp-c-l. These lines: (use-package pp-c-l) (pretty-control-l-mode 1) would mess up org-mode's use of org-ellipsis. I don't know why. But commenting out those two lines solves the problem for me. Regards, Dan --001a11c3c1ae300d13052676db10 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Tue, Dec 8, 2015 at 10:53 AM, Eric S Fraga <e.fraga@ucl.ac.uk&g= t; wrote:
On Monday, 30 Nov 2015 at 15:10, Dan Griswold wrote:
> Setting org-ellipsis (either via setq or customize) has no effect for = me.
=C2=A0
Maybe show us how you actually do it?=C2=A0 What version of org= ?=C2=A0 What is
your intended result (just in case)?

I have

=C2=A0 (setq org-ellipsis " =E2=96=B8")

in my customisation and it works just fine.


Thanks, Eric. = It helped to know that it works for someone.

Knowing that= , I went into my .emacs file and did some testing.

It tur= ns out that there is some conflict with pp-c-l. These lines:

=C2=A0= =C2=A0 (use-package pp-c-l)
=C2=A0=C2=A0 (pretty-control-l-mode 1)
would mess up org-mode's use of org-ellipsis. I don't = know why. But commenting out those two lines solves the problem for me.
=
Regards,

Dan
=C2=A0
--001a11c3c1ae300d13052676db10--