From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Export latex source blocks as HTML Date: Mon, 1 Mar 2010 06:19:42 -1000 Message-ID: References: <6457.1267332445@gamaville.dokosmarshall.org> <72D73972-320C-4093-A603-6CCE2E9831E6@tsdye.com> <37C769B3-28FC-4789-BB40-E3654E78BA26@gmail.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 1Nm8LV-0002wC-VG for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:19:49 -0500 Received: from [140.186.70.92] (port=60051 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm8LV-0002v9-3o for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:19:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm8LU-0001pQ-9m for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:19:49 -0500 Received: from outbound-mail-360.bluehost.com ([66.147.249.254]:48207) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Nm8LU-0001pA-16 for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 11:19:48 -0500 In-Reply-To: <37C769B3-28FC-4789-BB40-E3654E78BA26@gmail.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: Carsten Dominik Cc: emacs-orgmode@gnu.org On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote: > > 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 > Hi Carsten, I think we should add a footnote to the org-mode publishing section that points to the org-babel documentation (which should probably be augmented to make explicit the need for the :exports code header argument in org-mode publishing). I'm willing to do these things when I find some time, but am wondering about making changes to the org- mode manual. What's the polite way to do this? All the best, Tom