Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
> I don't think it is related. Maybe `org-export-allow-bind-keywords' is
> nil in your async configuration.
You're right, it was nil. When it is set, #+BIND: works as
expected. Thanks.
Julien.
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
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.
--8<-