Re: [O] Using different image format given the export backend

2013-07-01 Thread Xavier Garrido
Hi Vincent, Thanks for the trick. Until I found something else I will try it ;) Xavier Le 01/07/2013 21:22, Vincent Beffara a écrit : Hello, #+CAPTION: Toto figure #+NAME: fig::toto #+ATTR_LATEX: :width 0.38\textwidth #+BEGIN_SRC emacs-lisp :exports results :results value raw (case (and

Re: [O] Using different image format given the export backend

2013-07-01 Thread Vincent Beffara
Hello, > #+CAPTION: Toto figure > #+NAME: fig::toto > #+ATTR_LATEX: :width 0.38\textwidth > #+BEGIN_SRC emacs-lisp :exports results :results value raw >(case (and (boundp 'backend) backend) > (nil "") > (latex "[[file:./toto.pdf]]" > (html "[[file:./toto.png]]")) > #+END_SRC

[O] Using different image format given the export backend

2013-07-01 Thread Garrido Xavier
Dear Orgers, As explain is this forum thread http://stackoverflow.com/questions/13611837/how-can-i-use-different-image-formats-for-different-exports-in-org-mode, I'd also like to use different image format given the export backend. I have used the answer provided in the forum to have something