emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] #+bind options ignored during async export


From: Julien Cubizolles
Subject: [O] #+bind options ignored during async export
Date: Mon, 26 Mar 2018 16:39:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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<---------------cut here---------------start------------->8---
#+AUTHOR: myself
#+BIND: org-latex-image-default-width ".25\\linewidth"

* 1st heading
[[file:some_picture.png]]
--8<---------------cut here---------------end--------------->8---

I think both the #+KEYWORD: and #+BIND: should have the same behaviour
whereas one is using async export or not.

Julien.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]