From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: #+bind options ignored during async export Date: Mon, 26 Mar 2018 18:19:08 +0200 Message-ID: <87d0zqvmgz.fsf@nicolasgoaziou.fr> References: <87zi2ukij4.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0Uq2-000374-D3 for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 12:19:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0Upz-0008G5-8I for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 12:19:14 -0400 Received: from relay0.mail.gandi.net ([217.70.178.220]:40015 helo=relay0-d.mail.gandi.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f0Upz-0008FX-1Z for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 12:19:11 -0400 In-Reply-To: <87zi2ukij4.fsf@free.fr> (Julien Cubizolles's message of "Mon, 26 Mar 2018 16:39:43 +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" To: Julien Cubizolles Cc: emacs-orgmode@gnu.org Hello, Julien Cubizolles writes: > The options specified by #+ keywords are set during asynchronous export > whereas those specified by the #+BIND: method aren't. In the following > example, org-latex-image-default-width is set to .25\linewidth only in > synchronous export whereas the author is set regardless of the type of > export. > > #+AUTHOR: myself > #+BIND: org-latex-image-default-width ".25\\linewidth" > > * 1st heading > [[file:some_picture.png]] > > I think both the #+KEYWORD: and #+BIND: should have the same behaviour > whereas one is using async export or not. I don't think it is related. Maybe `org-export-allow-bind-keywords' is nil in your async configuration. Regards, -- Nicolas Goaziou