Hi Hisao,

KURODA Hisao <kur...@msi.co.jp> writes:

> A very simple literal example below seems not work 
> with M-x org-export-as-html.
>
>
>   #+BEGIN_SRC emacs-lisp
>    (save-excursion      
>       (goto-char (point-min)))
>   #+END_SRC
>
>
> The HTML output is class=example not emacs-lisp as follows.
>
>   <pre class="example">(save-excursion      
>      (goto-char (point-min)))
>   </pre>
>
> It also reproducible on 8.2.6.

I can't reproduce this with 8.2.6.  In Org >8, `org-export-as-html'
does not exist anymore, you need to try `org-html-export-as-html'.
Can you test again, making sure you are using Org >8 ?

Test this with M-x org-version RET

Thanks,

-- 
 Bastien

Reply via email to