From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export latex source blocks as HTML Date: Mon, 1 Mar 2010 08:54:42 +0100 Message-ID: <37C769B3-28FC-4789-BB40-E3654E78BA26@gmail.com> References: <6457.1267332445@gamaville.dokosmarshall.org> <72D73972-320C-4093-A603-6CCE2E9831E6@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nm0pV-0004D6-2v for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:17 -0500 Received: from [140.186.70.92] (port=43563 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm0pS-0004CR-3y for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm0pO-0001JE-El for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:12 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:7141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm0pN-0001J0-BZ for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 03:18:09 -0500 Received: by fg-out-1718.google.com with SMTP id e21so1019774fga.12 for ; Mon, 01 Mar 2010 00:18:08 -0800 (PST) In-Reply-To: <72D73972-320C-4093-A603-6CCE2E9831E6@tsdye.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote: > > On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: > >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> Exporting this file to html gives me a source code block for >>> bibtex but not for latex. >>> >>> * Test export >>> #+BEGIN_SRC latex >>> No export with latex >>> #+END_SRC >>> >>> #+BEGIN_SRC bibtex >>> Export OK with bibtex >>> #+END_SRC >>> >>> Does anyone else see this? Any idea what I might have messed up? >>> Files that used to export perfectly have all lost their latex >>> source code blocks in >>> HTML output. >>> >> >> Tom, >> >> I just put the above in a file and exported it to html. I get the >> attached html file (which, afaict, contains both latex and bibtex src >> blocks, in contrast to what you get). This is with Org-mode version >> 6.34trans (release_6.34c.103.g8625e). Does that need to be fixed somewhere? - Carsten