From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 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 Message-ID: <87d2ffs5nx.fsf@bzg.ath.cx> References: <714n104qsj.fsf@msi.co.jp> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wksnr-0004Z8-Iv for emacs-orgmode@gnu.org; Thu, 15 May 2014 06:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wksnl-0004WZ-E2 for emacs-orgmode@gnu.org; Thu, 15 May 2014 06:22:19 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:62119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wksnl-0004W1-8A for emacs-orgmode@gnu.org; Thu, 15 May 2014 06:22:13 -0400 Received: by mail-we0-f174.google.com with SMTP id k48so848986wev.33 for ; Thu, 15 May 2014 03:22:12 -0700 (PDT) In-Reply-To: <714n104qsj.fsf@msi.co.jp> (KURODA Hisao's message of "Thu, 08 May 2014 17:29:16 +0900") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: KURODA Hisao Cc: emacs-orgmode@gnu.org Hi Hisao, KURODA Hisao 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. > >
(save-excursion      
>      (goto-char (point-min)))
>   
> > 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