From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: 'listings' package used but not required in LaTeX export Date: Sat, 08 Jun 2013 21:41:40 +0200 Message-ID: <8761xoqtjf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlP1R-00040T-K2 for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 15:41:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlP1Q-0006gI-M4 for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 15:41:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:58319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlP1Q-0006g6-Fo for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 15:41:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UlP1P-00078i-D5 for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 21:41:55 +0200 Received: from g231107190.adsl.alicedsl.de ([92.231.107.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Jun 2013 21:41:55 +0200 Received: from tjolitz by g231107190.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Jun 2013 21:41:55 +0200 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: emacs-orgmode@gnu.org Hi List, at the risk that this is caused by some personnal configuration I'm not aware of at the moment, I report it nevertheless: When I export an .org buffer with source code blocks (e.g. R) to LaTeX, functions from the 'listings' package are used in the LaTeX sources, like e.g. ,--------------------------------- | \lstset{language=R,numbers=none} | \begin{lstlisting} `--------------------------------- but there is no ,---------------------- | \usepackage{listings} `---------------------- statement in the preamble. This is about exporting with no further options or properties set, the default case so to say. PS Emacs Version: (24.3.1 24 3 gnu/linux hostname x86_64-unknown-linux-gnu x nil) Org-mode version 8.0.3 (release_8.0.3-165-g60ca9e @ /home/tj/gitclone/org-mode/lisp/) -- cheers, Thorsten