Re: [O] org-html-do-format-code: End of buffer

2014-03-19 Thread Bastien
Hi Andrey, Andrey Tykhonov 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

Re: [O] org-html-do-format-code: End of buffer

2014-03-19 Thread Andrey Tykhonov
Hi Bastien! Bastien writes: > Hi Andrey, > > Andrey Tykhonov writes: > >> What is the problem? Why mentioned error occurs? How can I fix it? Please >> help. > > Can you reproduce the error with (setq debug-on-error t) and send us > the backtrace? If you can do this from an uncompiled version

Re: [O] org-html-do-format-code: End of buffer

2014-03-19 Thread Bastien
Hi Andrey, Andrey Tykhonov writes: > What is the problem? Why mentioned error occurs? How can I fix it? Please > help. Can you reproduce the error with (setq debug-on-error t) and send us the backtrace? If you can do this from an uncompiled version of Org, that's even better. -- Bastien

[O] org-html-do-format-code: End of buffer

2014-03-19 Thread Andrey Tykhonov
When I export org-file to the HTML by means of C-c C-e h H (as HTML buffer) I get the following error: org-html-do-format-code: End of buffer and exporting doesn't finish (buffer with the result doesn't appear). Mentioned org-file is pretty simple: #+name: basic-python #+begin_src python :resu