Re: [O] org-mode fontification error

2015-12-10 Thread Zack Piper
> 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 http://apertron.net

Re: [O] org-mode fontification error

2015-12-10 Thread Kyle Meyer
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/) (late

Re: [O] "org-mode fontification error" on master

2015-12-10 Thread Zack Piper
Please refer to the second email I sent (14:35) as I feel this is better. Due to technical problems with my email system I sent two different ones and didn’t think to look in the logs, my apologies.

[O] org-mode fontification error

2015-12-10 Thread Zack Piper
(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/

[O] "org-mode fontification error" on master

2015-12-10 Thread Zack Piper
Hi, I'm using Org mode from master, when I attempt to open an Org file with code blocks while `org-src-fontify-natively' as `t' I get "org-mode fontification error", I appear to be able to reproduce this using a minimal config. ╭ │ (require 'org) │ (require 'ob-tangle) │ (setq org-src-fontif

[O] "org-mode fontification error" with newest git

2014-05-16 Thread Rainer M Krug
Hi I get an "org-mode fontification error" for R when using the newest org From git. I have set (setq org-src-fontify-natively t) Unfortunately, I do not manage to get a backtrace. Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. P

Re: [O] org-mode fontification error [6 times]

2012-04-09 Thread Bastien
Hi Henning, Henning Redestig writes: > Better now but still some issues here, now if I start a new org buffer and > type > > > to complete the source block, I get org-mode fontification error > again. This is fixed now. Thanks to you and Nick for digging this. -- Bastien

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Nick Dokos
Henning Redestig wrote: > Better now but still some issues here, now if I start a new org buffer and > type > > > to complete the source block, I get org-mode fontification error again. Probably more off-by-1 errors - the backtrace shows: , | | Debugger entered--Lisp error: (args-out-

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Henning Redestig
Better now but still some issues here, now if I start a new org buffer and type : > Hi Nick, > > Nick Dokos writes: > >> Confirmed. It only happens when you start typing into an empty buffer. >> Looks like an off-by-one error in org.el:org-fontify-meta-lines-and-blocks-1, >> aroung line 5487: >>

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Bastien
Hi Nick, Nick Dokos writes: > Confirmed. It only happens when you start typing into an empty buffer. > Looks like an off-by-one error in org.el:org-fontify-meta-lines-and-blocks-1, > aroung line 5487: > > , > | ;; just any other in-buffer setting, but not indented > | (add-te

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Nick Dokos
Henning Redestig wrote: > +1 on this, I get 'org-mode fontification error' all the time after > having typed just > > #+ > > in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs > -Q > > 2011/8/18 Leo : > > On 2011-08-18 15:22 +0800, Bastien wrote: > >>> Just a heads-u

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Henning Redestig
+1 on this, I get 'org-mode fontification error' all the time after having typed just #+ in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs -Q 2011/8/18 Leo : > On 2011-08-18 15:22 +0800, Bastien wrote: >>> Just a heads-up. I saw this in my *message* buffer. I don't kno

Re: [O] org-mode fontification error [6 times]

2011-08-18 Thread Leo
On 2011-08-18 15:22 +0800, Bastien wrote: >> Just a heads-up. I saw this in my *message* buffer. I don't know how >> it happened. > > Is this with emacs -Q? > > I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1. It is in my normal running emacs session. I haven't found a reproduc

Re: [O] org-mode fontification error [6 times]

2011-08-18 Thread Bastien
Hi Leo, Leo writes: > Just a heads-up. I saw this in my *message* buffer. I don't know how > it happened. Is this with emacs -Q? I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1. Thanks, -- Bastien

[O] org-mode fontification error [6 times]

2011-08-17 Thread Leo
Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. I am using org-mode 7.7 on Emacs 23.3.50. Leo

Re: [O] org-mode fontification error when exporting to LaTeX

2011-07-13 Thread Luke J Crook
Bastien altern.org> writes: > Yes -- also please give more details about your setup: what version > of Org and Emacs? What system? I tracked it down to the following in my text; - list item - list item - list item - Note :: Blah - list item - Note :: Blah - list item The error goes aw

Re: [O] org-mode fontification error when exporting to LaTeX

2011-07-13 Thread Bastien
Hi Luke, "David O'Toole" writes: > try doing (setq debug-on-error t) and then re-export; this should give > you a backtrace. > > but sometimes fontification stuff can have errors without backtraces. > try checking the *Messages* buffer. misbehaving font-lock rules and > improperly defined faces

Re: [O] org-mode fontification error when exporting to LaTeX

2011-07-12 Thread David O'Toole
Hi, try doing (setq debug-on-error t) and then re-export; this should give you a backtrace. but sometimes fontification stuff can have errors without backtraces. try checking the *Messages* buffer. misbehaving font-lock rules and improperly defined faces can also be issues. On Tue, Jul 12, 2011

[O] org-mode fontification error when exporting to LaTeX

2011-07-12 Thread Luke J Crook
I get an 'org-mode fontification error' when I export to LaTeX. Any idea what may be causing this? Thanks, -Luke