emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [Babel] LaTeX code not exported


From: Francesco Pizzolante
Subject: [Orgmode] [Babel] LaTeX code not exported
Date: Thu, 09 Dec 2010 17:43:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi,

LaTeX code blocks are ignored when exporting to HTML or PDF.

The following Org example:

--8<---------------cut here---------------start------------->8---
#+TITLE: Test export LaTeX
#+BABEL: :exports code

#+begin_src latex
\documentclass{article}
#+end_src
--8<---------------cut here---------------end--------------->8---

Gives the following HTML result:

--8<---------------cut here---------------start------------->8---
<body>
<div id="content">

<h1 class="title">Test export LaTeX</h1>


<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1 This is a simple test</a></li>
</ul>
</div>
</div>

<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> This is a simple 
test</h2>
<div class="outline-text-2" id="text-1">


</div>
</div>
<div id="postamble">
<p class="author"> Author: Francesco Pizzolante
</p>
<p class="date"> Date: 2010-12-09 17:41:54 </p>
</div>
</div>
</body>
--8<---------------cut here---------------end--------------->8---

Is this a bug? Do I miss an option somewhere?

Any help is welcome.

Regards,
Francesco



reply via email to

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