emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode fontification error
@ 2015-12-10 14:35 Zack Piper
  2015-12-10 15:34 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Zack Piper @ 2015-12-10 14:35 UTC (permalink / raw)
  To: emacs-orgmode

(Apologies for the second email, didn’t see it go through...)

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")
╰────

╭────[ $ ]
│ 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.

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-mode fontification error
  2015-12-10 14:35 org-mode fontification error Zack Piper
@ 2015-12-10 15:34 ` Kyle Meyer
  2015-12-10 15:48   ` Zack Piper
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle Meyer @ 2015-12-10 15:34 UTC (permalink / raw)
  To: Zack Piper; +Cc: emacs-orgmode

Zack Piper <zack@apertron.net> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-mode fontification error
  2015-12-10 15:34 ` Kyle Meyer
@ 2015-12-10 15:48   ` Zack Piper
  0 siblings, 0 replies; 3+ messages in thread
From: Zack Piper @ 2015-12-10 15:48 UTC (permalink / raw)
  To: emacs-orgmode

> 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.

That was it! Thanks! Sorry for the noise.

-- 
Zack Piper <zack@apertron.net> http://apertron.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-10 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 14:35 org-mode fontification error Zack Piper
2015-12-10 15:34 ` Kyle Meyer
2015-12-10 15:48   ` Zack Piper

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).