emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Exporting C++ code block to html


From: Xavier Garrido
Subject: [O] Exporting C++ code block to html
Date: Fri, 27 Sep 2013 20:45:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Dear Orgers,

I face a problem when I want to 'html' export a pretty simple org file : test.org contains the following lines

#+BEGIN_SRC c++
int j= 1;
#+END_SRC

If I do
emacs --batch -q --eval '(require (quote org))' --visit test.org \ --funcall org-html-export-to-html

I get
Loading vc-git...
Loading cc-langs...
Symbol's function definition is void: nil

I have also activated the debug mode but the messages are quite cryptic for me (attached file). The point is that it only crashes with C/C++ languages but works with python, awk, sh, emacs-lisp ...

I'm using orgmode 8.2-35 from the git repository.

Thanks for your help,
Xavier

Attachment: org_html_export.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]