From f6e9db840e5f766274a3ba38096eac52aa8fc748 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Tue, 31 Aug 2021 22:49:11 +0900 Subject: [PATCH] =?UTF-8?q?Translated=20by=20suzume=20Ajout=C3=A9s=C2=A0:?= =?UTF-8?q?=207,=20Supprim=C3=A9s=C2=A0:=200,=20Modifi=C3=A9s=C2=A0:=200?= =?UTF-8?q?=20(Conflits=C2=A0:=200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index e1de0b5..a1be6eb 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -110,6 +110,30 @@ #$ + + + #+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. + + + #+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_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t) #+end_src + + + #+begin_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t) #+end_src + + + + + #+begin_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/lisp") #+end_src + + + #+begin_src emacs-lisp (add-to-list 'load-path "~/path/to/orgdir/lisp") #+end_src + + #+texinfo: @insertcopying @@ -4610,6 +4634,21 @@ bit est 1 plutôt que 0.) *** + + notoc + + *** Using Emacs packaging system +:PROPERTIES: +:UNNUMBERED: notoc +:END: + + + *** Using Emacs packaging system +:PROPERTIES: +:UNNUMBERED: notoc +:END: + + **** @@ -32179,6 +32218,14 @@ fonctions sauf qu'il n'y a aucun argument. D'autres combinaisons utiles sont @kbd{C-u C-n}, @kbd{C-u C-u C-n} (descendre d'une bonne fraction de l'écran), @kbd{C-u C-u C-o} (insère « beaucoup » de lignes vides) et @kbd{C-u C-k} (coupe quatre lignes). + + + Otherwise autoload Org functions will mess up the installation. + + + Otherwise autoload Org functions will mess up the installation. + + Otherwise it fails to match anything. @@ -40780,6 +40827,14 @@ des différents modes) ou parce qu'elles doivent encore être Il existe des commandes pour stocker un nombre dans un registre, pour insérer le nombre dans un tampon en décimal, et pour l'incrémenter. Ces commandes peuvent être utiles pour des macros clavier. (@pxref{Keyboard Macros}). + + + There are compatibility issues between Org mode and some other Elisp packages (see [[*Packages that conflict with Org mode]]). + + + There are compatibility issues between Org mode and some other Elisp packages (see [[*Packages that conflict with Org mode]]). + + There are four functions to convert floating point numbers to integers; they differ in how they round. @@ -46502,6 +46557,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}. Vous pouvez insérer un @dfn{caractère graphique} ordinaire (par ex. @samp{a}, @samp{B}, @samp{3}, et @samp{=}) en tapant la touche associée. Ceci ajoute le caractère au tampon à l'emplacement du point. L'insertion déplace le point vers l'avant de manière à ce que le point se trouve juste derrière le texte inséré. @xref{Point}. + + + You can install Org from the "package menu", with {{{kbd(M-x list-packages)}}}. + + + You can install Org from the "package menu", with {{{kbd(M-x list-packages)}}}. + + You can learn from it and mine it for ideas.