emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-mode fontification error


From: Kyle Meyer
Subject: Re: [O] org-mode fontification error
Date: Thu, 10 Dec 2015 10:34:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Zack Piper <address@hidden> 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
>
> ╭────[ r.el ]
> │ (require 'org)
> │ (setq org-src-fontify-natively t)
>
> │ (find-file "r.org")
> ╰────

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.

>
> ╭────[ $ ]
> │ emacs -Q -l r.el
> ╰────
>
> ╭────[ r.org ]
> │ #+BEGIN_SRC emacs-lisp
> │ (message "test")
> │ #+END_SRC
> ╰────
>
> 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.

-- 
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]