Skip to content

Commit

Permalink
org-babel-load-languages: Link to the manual for language list
Browse files Browse the repository at this point in the history
* lisp/org.el: Update docstring linking to the manual for the list of
supported babel languages.

Reported in https://orgmode.org/list/86fsh61a3u.fsf@gmail.com
  • Loading branch information
yantar92 committed Sep 9, 2022
1 parent f25b308 commit 7c20552
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lisp/org.el
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,10 @@ byte-compiled before it is loaded."
(defcustom org-babel-load-languages '((emacs-lisp . t))
"Languages which can be evaluated in Org buffers.
\\<org-mode-map>
This list can be used to load support for any of the languages
below. Each language will depend on a different set of system
executables and/or Emacs modes.
This list can be used to load support for any of the available
languages with babel support (see info node `(org) Languages'). Each
language will depend on a different set of system executables and/or
Emacs modes.

When a language is \"loaded\", code blocks in that language can
be evaluated with `org-babel-execute-src-block', which is bound
Expand Down

0 comments on commit 7c20552

Please sign in to comment.