emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7


From: Bastien
Subject: Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]
Date: Thu, 15 May 2014 12:22:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Hisao,

KURODA Hisao <address@hidden> 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

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