Skip to content

Commit 7c20552

Browse files
committed
org-babel-load-languages: Link to the manual for language list
* 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
1 parent f25b308 commit 7c20552

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lisp/org.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,10 @@ byte-compiled before it is loaded."
282282
(defcustom org-babel-load-languages '((emacs-lisp . t))
283283
"Languages which can be evaluated in Org buffers.
284284
\\<org-mode-map>
285-
This list can be used to load support for any of the languages
286-
below. Each language will depend on a different set of system
287-
executables and/or Emacs modes.
285+
This list can be used to load support for any of the available
286+
languages with babel support (see info node `(org) Languages'). Each
287+
language will depend on a different set of system executables and/or
288+
Emacs modes.
288289

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

0 commit comments

Comments
 (0)