Hi Andrey,

Andrey Tykhonov <atykho...@gmail.com> writes:

> I've tried to reproduce with (toggle-debug-on-error) and now (setq
> debug-on-error t) but buffer with the backtrace doesn't appear.

Maybe you need to try from a fresh Emacs session: in this case, just
add (setq debug-on-error t) in your .emacs.el.

> I can see
> just the same messages in the *Messages* buffer that's all.

Another way to explore this:

M-x find-function RET org-html-do-format-code RET
M-x edebug-defun RET

Then try to export: the evaluation will stop at the beginning
of this function.  You need to type `n' to let the evaluation
continue step by step, and perhaps you will hit the point where
you can make sense of this "End of buffer" error.

Good luck!

-- 
 Bastien

Reply via email to