From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: 'listings' package used but not required in LaTeX export Date: Sun, 09 Jun 2013 13:50:58 +0200 Message-ID: <877gi3v6xp.fsf@gmail.com> References: <8761xoqtjf.fsf@gmail.com> <87a9n0w5vx.fsf@pank.eu> <871u8cqhxa.fsf@gmail.com> <87bo7fwxd3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ule9V-0007ay-Mj for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 07:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ule9Q-0001zf-Nv for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 07:51:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:51031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ule9Q-0001zV-HK for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 07:51:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ule9N-0000fl-Ow for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 13:51:09 +0200 Received: from e178062098.adsl.alicedsl.de ([85.178.62.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 13:51:09 +0200 Received: from tjolitz by e178062098.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 13:51:09 +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 Rasmus writes: Nicolas Goaziou writes: > By default, `org-latex-listings' is nil, which means no "listings" code > is inserted in the output. Therefore, the problem comes from your > configuration (i.e. you changed variable's value without reading its > docstring). Ok, thanks to both of you, knowing what to search for I found the entry in my init file and adapted my settings such that 'listings' are enabled _and_ the package is loaded by default. -- cheers, Thorsten