From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Struggling with new exporter Date: Tue, 23 Sep 2014 23:35:21 +0200 Message-ID: <8738bif2au.fsf@nicolasgoaziou.fr> References: <87a95r4epd.fsf@newcastle.ac.uk> <87y4tbfm3l.fsf@nicolasgoaziou.fr> <87iokera0o.fsf@newcastle.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWXjZ-0000gR-72 for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 17:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWXjQ-0006TJ-4C for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 17:34:53 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:54470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWXjP-0006No-Uq for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 17:34:44 -0400 In-Reply-To: <87iokera0o.fsf@newcastle.ac.uk> (Phillip Lord's message of "Tue, 23 Sep 2014 09:55:35 +0100") 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: Phillip Lord Cc: emacs-orgmode@gnu.org Hello, phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > Okay, I've done it this way. Took a bit of fiddling since I need the > project-alist to work in different configurations (i.e. interactively, > in batch and in batch on a CI machine). Also, the timestamp stuff > confused me -- org was skipping publication, even though the output file > had been deleted. You can force re-pulication. > This part... > > #+BIND: org-latex-custom-lang-environments ((clojure "tawny")) > #+BIND: org-latex-listings t > > isn't working at the moment. Source listings are coming out in verbatim. > Can I set this in the project-alist. From looking at org-latex-src-block > it would appear not. On the development branch, you can add ":latex-listings t" property in your project definition. In maint branch, you may dynamically bind `org-latex-listings' around project publishing function call. Regards, -- Nicolas Goaziou