org-manual: Improve list of Babel languages

* doc/org-manual.org (Languages): Re-order table.  Use verbatim markup
  for identifiers.

* doc/org.texi: Sync file.
This commit is contained in:
Nicolas Goaziou 2018-04-25 10:19:02 +02:00
parent becbefb9d7
commit 92785f7bf6
2 changed files with 96 additions and 96 deletions

View File

@ -17573,29 +17573,29 @@ code block header arguments:
Code blocks in the following languages are supported. Code blocks in the following languages are supported.
| Language | Identifier | Language | Identifier | | Language | Identifier | Language | Identifier |
|------------+------------+----------------+------------| |------------+--------------+----------------+--------------|
| Asymptote | asymptote | Awk | awk | | Asymptote | =asymptote= | Lua | =lua= |
| C | C | C++ | C++ | | Awk | =awk= | MATLAB | =matlab= |
| Clojure | clojure | CSS | css | | C | =C= | Mscgen | =mscgen= |
| D | d | ditaa | ditaa | | C++ | =C++= | Objective Caml | =ocaml= |
| Graphviz | dot | Emacs Calc | calc | | Clojure | =clojure= | Octave | =octave= |
| Emacs Lisp | emacs-lisp | Fortran | fortran | | CSS | =css= | Org mode | =org= |
| Gnuplot | gnuplot | Haskell | haskell | | D | =d= | Oz | =oz= |
| Java | java | Javascript | js | | ditaa | =ditaa= | Perl | =perl= |
| LaTeX | latex | Ledger | ledger | | Emacs Calc | =calc= | Plantuml | =plantuml= |
| Lisp | lisp | Lilypond | lilypond | | Emacs Lisp | =emacs-lisp= | Processing.js | =processing= |
| Lua | lua | MATLAB | matlab | | Fortran | =fortran= | Python | =python= |
| Mscgen | mscgen | Objective Caml | ocaml | | Gnuplot | =gnuplot= | R | =R= |
| Octave | octave | Org mode | org | | GNU Screen | =screen= | Ruby | =ruby= |
| Oz | oz | Perl | perl | | Graphviz | =dot= | Sass | =sass= |
| Plantuml | plantuml | Processing.js | processing | | Haskell | =haskell= | Scheme | =scheme= |
| Python | python | R | R | | Java | =java= | Sed | =sed= |
| Ruby | ruby | Sass | sass | | Javascript | =js= | shell | =sh= |
| Scheme | scheme | GNU Screen | screen | | LaTeX | =latex= | SQL | =sql= |
| Sed | sed | shell | sh | | Ledger | =ledger= | SQLite | =sqlite= |
| SQL | sql | SQLite | sqlite | | Lilypond | =lilypond= | Vala | =vala= |
| Vala | vala | | | | Lisp | =lisp= | | |
Additional documentation for some languages is at Additional documentation for some languages is at
https://orgmode.org/worg/org-contrib/babel/languages.html. https://orgmode.org/worg/org-contrib/babel/languages.html.

View File

@ -18424,93 +18424,93 @@ file.
Code blocks in the following languages are supported. Code blocks in the following languages are supported.
@multitable {aaaaaaaaaa} {aaaaaaaaaa} {aaaaaaaaaaaaaa} {aaaaaaaaaa} @multitable {aaaaaaaaaa} {aaaaaaaaaaaa} {aaaaaaaaaaaaaa} {aaaaaaaaaaaa}
@headitem Language @headitem Language
@tab Identifier @tab Identifier
@tab Language @tab Language
@tab Identifier @tab Identifier
@item Asymptote @item Asymptote
@tab asymptote @tab @samp{asymptote}
@tab Awk @tab Lua
@tab awk @tab @samp{lua}
@item C @item Awk
@tab C @tab @samp{awk}
@tab C++
@tab C++
@item Clojure
@tab clojure
@tab CSS
@tab css
@item D
@tab d
@tab ditaa
@tab ditaa
@item Graphviz
@tab dot
@tab Emacs Calc
@tab calc
@item Emacs Lisp
@tab emacs-lisp
@tab Fortran
@tab fortran
@item Gnuplot
@tab gnuplot
@tab Haskell
@tab haskell
@item Java
@tab java
@tab Javascript
@tab js
@item @LaTeX{}
@tab latex
@tab Ledger
@tab ledger
@item Lisp
@tab lisp
@tab Lilypond
@tab lilypond
@item Lua
@tab lua
@tab MATLAB @tab MATLAB
@tab matlab @tab @samp{matlab}
@item Mscgen @item C
@tab mscgen @tab @samp{C}
@tab Mscgen
@tab @samp{mscgen}
@item C++
@tab @samp{C++}
@tab Objective Caml @tab Objective Caml
@tab ocaml @tab @samp{ocaml}
@item Octave @item Clojure
@tab octave @tab @samp{clojure}
@tab Octave
@tab @samp{octave}
@item CSS
@tab @samp{css}
@tab Org mode @tab Org mode
@tab org @tab @samp{org}
@item Oz @item D
@tab oz @tab @samp{d}
@tab Oz
@tab @samp{oz}
@item ditaa
@tab @samp{ditaa}
@tab Perl @tab Perl
@tab perl @tab @samp{perl}
@item Plantuml @item Emacs Calc
@tab plantuml @tab @samp{calc}
@tab Plantuml
@tab @samp{plantuml}
@item Emacs Lisp
@tab @samp{emacs-lisp}
@tab Processing.js @tab Processing.js
@tab processing @tab @samp{processing}
@item Python @item Fortran
@tab python @tab @samp{fortran}
@tab Python
@tab @samp{python}
@item Gnuplot
@tab @samp{gnuplot}
@tab R @tab R
@tab R @tab @samp{R}
@item Ruby @item GNU Screen
@tab ruby @tab @samp{screen}
@tab Ruby
@tab @samp{ruby}
@item Graphviz
@tab @samp{dot}
@tab Sass @tab Sass
@tab sass @tab @samp{sass}
@item Scheme @item Haskell
@tab scheme @tab @samp{haskell}
@tab GNU Screen @tab Scheme
@tab screen @tab @samp{scheme}
@item Sed @item Java
@tab sed @tab @samp{java}
@tab Sed
@tab @samp{sed}
@item Javascript
@tab @samp{js}
@tab shell @tab shell
@tab sh @tab @samp{sh}
@item SQL @item @LaTeX{}
@tab sql @tab @samp{latex}
@tab SQL
@tab @samp{sql}
@item Ledger
@tab @samp{ledger}
@tab SQLite @tab SQLite
@tab sqlite @tab @samp{sqlite}
@item Vala @item Lilypond
@tab vala @tab @samp{lilypond}
@tab Vala
@tab @samp{vala}
@item Lisp
@tab @samp{lisp}
@tab @tab
@tab @tab
@end multitable @end multitable