From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BIND and LaTeX export Date: Mon, 13 May 2013 19:07:51 +0200 Message-ID: <8761ymu7tk.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbwqN-0006Qw-9s for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbwF5-0005A5-Fu for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:08:56 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:63752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbwE1-0004eh-Sc for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:07:50 -0400 Received: by mail-we0-f169.google.com with SMTP id x54so6805397wes.28 for ; Mon, 13 May 2013 10:07:49 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Mon, 13 May 2013 15:58:17 +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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > Is it me or something is wrong with the very latest org-mode (git > repository). > I have this line in my org-file : > > #+BIND: org-latex-pdf-process ("pdflatex -interaction nonstopmode > -shell-escape -output-directory %o %f") > > My default value for this variable states that lualatex is used for > compilation. > Even using the BIND line, it is still lualatex which is used. > And I have set org-export-allow-bind-keywords to t. > > I'm pretty sure it worked a couple of days ago. I'm surprised it even worked. BIND keywords only affect the export process, i.e. Org to LaTeX translation in this case. File compilation to PDF is a post-processing thing, these keywords don't survive that long. You may use file local variables instead. Regards, -- Nicolas Goaziou