diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 590719e..d0b27c6 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -118,6 +118,22 @@ #+attr_texinfo: :tag Important #+begin_quote You need to do this in a session where no =.org= file has been visited, i.e., where no Org built-in function have been loaded. + + + #+begin_example +,#+CAPTION: This is the caption for the next figure link (or table) +,#+NAME: fig:SED-HR4049 +[[./img/a.jpg]] +#+end_example + + + #+begin_example +,#+CAPTION: Ceci est la légende du prochain lien de la figure (ou tableau) +,#+NAME: fig:SED-HR4049 +[[./img/a.jpg]] +#+end_example + + #+begin_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t) #+end_src