From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Is it possible to keep /all/ the heading properties in one place? Date: Sun, 28 Feb 2016 17:05:09 +0000 Message-ID: <87egbw6a0q.fsf@ucl.ac.uk> References: <87fuwht5s3.fsf@gmail.com> <87lh683o7c.fsf@nicolasgoaziou.fr> <878u28ucl8.fsf@gmail.com> <878u283n15.fsf@nicolasgoaziou.fr> <87oab4sw70.fsf@gmail.com> <87h9gw20mi.fsf@nicolasgoaziou.fr> <87twkw8xd0.fsf@ucl.ac.uk> <87si0f4egp.fsf@gmx.us> <87si0d5ga7.fsf@ucl.ac.uk> <87si0djcis.fsf@gmx.us> <87egbx6m3u.fsf@ucl.ac.uk> <87h9gskck7.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa4mT-0001Sa-Sn for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 12:05:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa4mQ-00044T-MU for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 12:05:17 -0500 Received: from mail-db3on0125.outbound.protection.outlook.com ([157.55.234.125]:21536 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa4mQ-00044L-E6 for emacs-orgmode@gnu.org; Sun, 28 Feb 2016 12:05:14 -0500 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: Rasmus Cc: emacs-orgmode@gnu.org On Sunday, 28 Feb 2016 at 17:46, Rasmus wrote: > Did you try prettify-symbol-mode? That's exactly what I am using and tried: #+begin_src emacs-lisp (defun esf/setup-org-prettify-symbols () (setq prettify-symbols-alist '(("\\to" . =E2=86=92) ("SCHEDULED:". =F0=9F=95=97) ("DEADLINE:" . =F0=9F=8F=81) ))) (add-hook 'org-mode-hook 'esf/setup-org-prettify-symbols) #+end_src The \to is there for testing and this bit seems to work without problems. It's the two new lines that cause difficulties. > Though org will do some fortification already, which might cause the > error you are seeing. There's some clash somewhere because enabling the above causes fontification to fail partway through my org file. > Fallback might be too strong, but you could use the prepend argument to > set-fontset-font. Here=E2=80=99s what I used to use. In Emacs-25 it see= ms I > don=E2=80=99t really mess with this anymore, though. Thanks for this. But it does seem like it's not necessary in emacs 25. I only use pre-25 emacs on my Nokia but I don't need this kind of font support there so I'll leave things be. Thanks again, eric --=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55