Re: [O] Caption and notes for images in latex export

2012-09-29 Thread Vikas Rawal
> > By default, orgmode export to latex puts captions of images below the > > images. How to change the behaviour and make the captions appear at > > the top? > > You can use filters: > > #+begin_src emacs-lisp > (defun my-latex-captions-above (link backend info) > (when (and (memq backend '(

Re: [O] Caption and notes for images in latex export

2012-09-28 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > By default, orgmode export to latex puts captions of images below the > images. How to change the behaviour and make the captions appear at > the top? You can use filters: #+begin_src emacs-lisp (defun my-latex-captions-above (link backend info) (when (and (memq

Re: [O] Caption and notes for images in latex export

2012-09-28 Thread Bastien
Hi Vikas, Vikas Rawal writes: > By default, orgmode export to latex puts captions of images below the > images. How to change the behaviour and make the captions appear at > the top? Well, you can't at the moment. > Also, I would like to add "Notes" and "Source" below the > image. What is the