summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2021-08-14 21:45:01 -0700
committerMarius Peter <marius.peter@tutanota.com>2021-08-14 21:45:01 -0700
commit894541bb6e601b8e703c03d5e09475b73d8eb68e (patch)
treef0ce6d0ec9ab21f671fbf92fefcb35f9ca9edf3f
parent4eb62939a9dd6e28f7031c6348f55f8651199083 (diff)
Cleanup org babel languages.
-rw-r--r--smart-documents.org24
1 files changed, 11 insertions, 13 deletions
diff --git a/smart-documents.org b/smart-documents.org
index 441fa3d..f9dabfe 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -1140,20 +1140,18 @@ The following languages can be used inside =SRC= blocks, in view of
being executed by the Org Babel backend upon document export.
#+BEGIN_SRC emacs-lisp :tangle yes
- (setq org-babel-load-languages
- '((shell . t)
- (python . t)
- (plantuml . t)
- (emacs-lisp . t)
- (awk . t)
- (ledger . t)
- (gnuplot . t)
- (latex . t)))
-
(org-babel-do-load-languages
- 'org-babel-load-languages '((C . t)
- (shell . t)
- (gnuplot . t)))
+ 'org-babel-load-languages
+ '((shell . t)
+ (python . t)
+ (ditaa . t)
+ (plantuml . t)
+ (emacs-lisp . t)
+ (awk . t)
+ (ledger . t)
+ (latex . t)
+ (C . t)
+ (gnuplot . t)))
#+END_SRC
** Agenda
Copyright 2019--2024 Marius PETER