From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: noninteractive use of org-export Date: Thu, 17 Apr 2014 11:44:26 +0200 Message-ID: <87ioq81e9x.fsf@bzg.ath.cx> References: <87y4z5xsxw.fsf@free.fr> <877g6o8kvu.fsf@bzg.ath.cx> <87tx9sxpuc.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wais3-0000lQ-CI for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wairu-0001eM-6x for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:44:39 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:59725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wairu-0001eH-1J for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 05:44:30 -0400 Received: by mail-wi0-f176.google.com with SMTP id r20so2646014wiv.9 for ; Thu, 17 Apr 2014 02:44:29 -0700 (PDT) In-Reply-To: <87tx9sxpuc.fsf@free.fr> (Julien Cubizolles's message of "Thu, 17 Apr 2014 11:33:31 +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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Hi Julien, Julien Cubizolles writes: > Something must be wrong with the :include syntax since every org file in > the base-directory is exported when I run C-c C-e P x. Add :exclude ".*" on top of your include. > > Also, is it possible to specify export options like LATEX_CLASS_OPTIONS > from org-publish-project-alist ? Yes, use :latex-class-options in the publishing project. -- Bastien