From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-mode fontification error Date: Thu, 10 Dec 2015 10:34:16 -0500 Message-ID: <87poyepbbb.fsf@kyleam.com> References: 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]:54062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a73Ee-0005dL-Gf for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 10:34:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a73Eb-0007rb-78 for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 10:34:24 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:61425 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a73Eb-0007r6-1c for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 10:34:21 -0500 In-Reply-To: (Zack Piper's message of "Thu, 10 Dec 2015 14:35:07 +0000") 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: Zack Piper Cc: emacs-orgmode@gnu.org Zack Piper writes: > When attempting to open an Org file (such as my own `config.org'), I > get "org-mode fontification error" appear in the mini-buffer. > > I can reproduce it using the following: > > Org-mode version 8.2.10 (release_8.2.10 @ > /home/zack/ins/share/emacs/25.0.50/lisp/org/) (latest Git master) > > GNU Emacs 25.0.50.7 (x86_64-suse-linux-gnu, GTK+ Version 3.16.7) of 2015-= 12-10 > Git: d75849e937af0ecbcdc7bf621aa9bcd43aa75df4 > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80[ r.el ] > =E2=94=82 (require 'org) > =E2=94=82 (setq org-src-fontify-natively t) > =E2=94=82=20 > =E2=94=82 (find-file "r.org") > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 You haven't modified your load-path in this minimal config, so you're using the built-in Org version, as indicated in your Org version output above. > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80[ $ ] > =E2=94=82 emacs -Q -l r.el > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80[ r.org ] > =E2=94=82 #+BEGIN_SRC emacs-lisp > =E2=94=82 (message "test") > =E2=94=82 #+END_SRC > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > All the above produce "org-mode fontification error", and results in > no code blocks being fontified. I'm not able to reproduce this on master (64aee4692) with (a somewhat old) build of Emacs 25. --=20 Kyle