Preamble

Org-mode allows you to write org files with live code snippets inside, evaluate them as you like and even allocate their output.

Emacs

Type in your terminal:

emacs --version
GNU Emacs 27.1
Copyright (C) 2020 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Org-mode

Type M-x org-version

org-version
9.4.4

Language support

Check source code support languages accessible in babel. Evaluate this statement in emacs:

(print org-babel-load-languages)
((python . t) (emacs-lisp . t) (shell . t) (sqlite . t) (sql . t) (octave . t))


blog comments powered by Disqus

Published

25 August 2016

Categories

emacs literate programming practice

Tags