2018-01-24 8:54 GMT+01:00 Alan Schmitt <alan.schmitt@polytechnique.org >:Hello,
I use this great trick to have both a pdf and html export of tikz
images:
#+header: :file (by-backend (latex "tp6-tree.tikz") (t "tp6-tree.png"))
#+header: :imagemagick yes :iminoptions -density 600 :imoutoptions -geometry 800
#+header: :results file raw
#+header: :fit yes
#+header: :headers '("\\usepackage{tikz}")
#+begin_src latex
\begin{tikzpicture}
…
\end{tikzpicture}
#+end_src
I jump on this example to ask: does this by-backend trick still work with Org 9.1.6?Because I used it too and for some reason it fails to evaluate the by-backend form now.What am I overlooking ?Thanks,Fabrice