Translated by matth

This commit is contained in:
matth 2021-09-29 19:22:36 +02:00
parent eb827be5bc
commit 420aa0bef0
1 changed files with 16 additions and 0 deletions

View File

@ -118,6 +118,22 @@
<seg>#+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.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>#+begin_example
,#+CAPTION: This is the caption for the next figure link (or table)
,#+NAME: fig:SED-HR4049
[[./img/a.jpg]]
#+end_example</seg>
</tuv>
<tuv lang="fr" changeid="matth" changedate="20210929T172236Z" creationid="matth" creationdate="20210929T172236Z">
<seg>#+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</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>#+begin_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t) #+end_src</seg>