What I want in org-mode is similar to the syntax of the built-in code block in Markdown X <- 3 . I googled and tried ( link ):
src_R{X <- 3}
inline in org-mode, but exporting to html (with Cc Ce h ) does not display inline code. Another code, such as #+begin_src R , works fine, but when exporting during export, a warning message appears:
htmlize.el 1.34 or later is needed for source code formatting [14 times]
Could this be the reason?
Update:
Thanks for the opinion of @LeVieuxGildas, I installed and downloaded the latest version of htmlize.el version 1.43 and did not receive any export error message. But still, the html export cannot display part of the embedded code.
: OS X 10.8.2; emacs mac port https://github.com/railwaycat/emacs-mac-port ; built-in org mode
source share