From a02c13a1fcf2b3d023bb5ef464245d600f4eaf30 Mon Sep 17 00:00:00 2001 From: Ian Martins Date: Wed, 4 Nov 2020 08:32:12 -0500 Subject: [PATCH] org-manual.org: Remove language list and fix Worg link * doc/org-manual.org: Remove the language list and fix the Worg link since the page has moved. The language list in the manual is missing many languages. Rather than trying to keep the list up to date in two places that link to each other, this removes the list from the manual which is updated less frequently. The languages page was moved in Worg to make it the index page in the languages directory. This updates the link in the manual to point to its new location. --- doc/org-manual.org | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index ef2dad9ef..2a6ef6f16 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17925,35 +17925,8 @@ code block header arguments: #+cindex: source code, languages #+cindex: code block, languages -Code blocks in the following languages are supported. - -#+attr_texinfo: :columns 0.25 0.25 0.25 0.20 -| Language | Identifier | Language | Identifier | -|------------+---------------+----------------+--------------| -| Asymptote | =asymptote= | Lisp | =lisp= | -| Awk | =awk= | Lua | =lua= | -| C | =C= | MATLAB | =matlab= | -| C++ | =C++=[fn:142] | Mscgen | =mscgen= | -| Clojure | =clojure= | Objective Caml | =ocaml= | -| CSS | =css= | Octave | =octave= | -| D | =D=[fn:143] | Org mode | =org= | -| ditaa | =ditaa= | Oz | =oz= | -| Emacs Calc | =calc= | Perl | =perl= | -| Emacs Lisp | =emacs-lisp= | Plantuml | =plantuml= | -| Eshell | =eshell= | Processing.js | =processing= | -| Fortran | =fortran= | Python | =python= | -| Gnuplot | =gnuplot= | R | =R= | -| GNU Screen | =screen= | Ruby | =ruby= | -| Graphviz | =dot= | Sass | =sass= | -| Haskell | =haskell= | Scheme | =scheme= | -| Java | =java= | Sed | =sed= | -| Javascript | =js= | shell | =sh= | -| LaTeX | =latex= | SQL | =sql= | -| Ledger | =ledger= | SQLite | =sqlite= | -| Lilypond | =lilypond= | Vala | =vala= | - -Additional documentation for some languages is at -https://orgmode.org/worg/org-contrib/babel/languages.html. +Code blocks in dozens of languages are supported. Language specific +documentation can be found on [[https://orgmode.org/worg/org-contrib/babel/languages/index.html][Worg]]. #+vindex: org-babel-load-languages By default, only Emacs Lisp is enabled for evaluation. To enable or -- 2.25.1