0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 13:46:27 +00:00

adding org-src-lang-modes as place holder until something comparable makes it's way into the org core

This commit is contained in:
Eric Schulte 2009-08-18 13:37:18 -06:00
parent 41f4401c84
commit e56bed5fc8

View file

@ -39,6 +39,15 @@ shebang(#!) line to use when writing out the language to file,
and an optional flag indicating that the language is not
commentable.")
;; This is just a place holder until this variable (or comparable) is
;; inserted into org-mode
(defcustom org-src-lang-modes
'(:ocaml "tuareg")
"Property list mapping languages to their major mode.
The key is the language name, the value is the string that should
be inserted as the name of the major mode."
:type 'plist)
(defun org-babel-load-file (file)
"Load the contents of the Emacs Lisp source code blocks in the
org-mode formatted FILE. This function will first export the