[Emacs] Add plantuml to org languages

This commit is contained in:
Lucien Cartier-Tilet 2022-10-19 15:06:02 +02:00
parent 6dedcc140b
commit a97fb2eb64
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -4488,6 +4488,7 @@ activated. Here are the languages I activated in my Org-mode configuration:
| gnuplot | | gnuplot |
| latex | | latex |
| makefile | | makefile |
| plantuml |
| python | | python |
| sass | | sass |
| shell | | shell |
@ -4503,12 +4504,13 @@ activated. Here are the languages I activated in my Org-mode configuration:
"\n ")) "\n "))
#+END_SRC #+END_SRC
#+RESULTS[950a986eb2df1e9ebf0564f945fc997412fdf1f7]: org-babel-languages-gen #+RESULTS[c17ed46f816ab4113f6b13066b3c39e1217e106e]: org-babel-languages-gen
: '((C . t) : '((C . t)
: (emacs-lisp . t) : (emacs-lisp . t)
: (gnuplot . t) : (gnuplot . t)
: (latex . t) : (latex . t)
: (makefile . t) : (makefile . t)
: (plantuml . t)
: (python . t) : (python . t)
: (sass . t) : (sass . t)
: (shell . t)) : (shell . t))