emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-html-do-format-code: End of buffer
@ 2014-03-19 17:43 Andrey Tykhonov
  2014-03-19 23:08 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Tykhonov @ 2014-03-19 17:43 UTC (permalink / raw)
  To: emacs-orgmode


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 :results silent
'hello world'
#+end_src

In the same time for Emacs Lisp it does work, for example:

#+name: basic-elisp
#+begin_src emacs-lisp
(defun test ()
  (interactive)
  (message "Test"))
#+end_src

Also I tried such commands as `org-html-export-to-html' and
`org-html-export-as-html' and got the following in the *Messages* buffer:

org-babel-exp process python at line 2...
Here is not Git work tree
org-html-do-format-code: End of buffer


What is the problem? Why mentioned error occurs? How can I fix it? Please
help.

(org-version)
"8.2.5h"

$ emacs --version
GNU Emacs 24.3.1

I removed built in `org' package and installed it by means of el-get.


Thank you,
Andrey

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

end of thread, other threads:[~2014-03-19 23:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 17:43 org-html-do-format-code: End of buffer Andrey Tykhonov
2014-03-19 23:08 ` Bastien
2014-03-19 23:24   ` Andrey Tykhonov
2014-03-19 23:34     ` Bastien

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