Re: [O] #+bind options ignored during async export

2018-03-27 Thread Julien Cubizolles
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.

Re: [O] #+bind options ignored during async export

2018-03-26 Thread Nicolas Goaziou
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

[O] #+bind options ignored during async export

2018-03-26 Thread Julien Cubizolles
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<-