From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Export to LaTeX bug Date: Thu, 09 Dec 2010 17:07:57 +0100 Message-ID: <877hfjhqua.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode Hi, Exporting to LaTeX generates a weird a usepackage line (with fixltx2e). Here's a simple example: --8<---------------cut here---------------start------------->8--- #+TITLE: Test export LaTeX * This is a simple test --8<---------------cut here---------------end--------------->8--- Look at the 4th line of the resulting export: --8<---------------cut here---------------start------------->8--- % Created 2010-12-09 Thu 17:04 \documentclass[11pt]{article} \usepackage[utf8x]{inputenc} \usepackage[(T1 fontenc)]{( fixltx2e)} \usepackage{listings} \usepackage{xcolor} \providecommand{\alert}[1]{\textbf{#1}} \begin{document} \title{Test export \LaTeX{}} \author{Francesco Pizzolante} \date{09 December 2010} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{This is a simple test} \label{sec-1} \end{document} --8<---------------cut here---------------end--------------->8--- Thanks, F. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode