Regenerate the Org Babel active languages

This commit is contained in:
Gerard Vermeulen 2024-01-24 14:58:34 +01:00
parent d1f7e96f51
commit 9952f53807
1 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#+latex_class_options: [11pt,a4paper,english,svgnames]
#+macro: kbd (eval (by-backend-kbd-org-macro $1))
#+options: ^:{} timestamp:nil
#+property: header-args:emacs-lisp :exports code :results silent :tangle init.el
#+property: header-args:emacs-lisp :exports code :tangle init.el
#+startup: showeverything
#+begin_src latex :noweb yes :results raw
,#+latex_header: <<latex-header-1>>
@ -3229,9 +3229,15 @@ Return a list of items where the filename is the `car' of each item and the
#+caption: Active Org Babel languages.
#+RESULTS: lst:org-babel-active-languages
#+begin_src emacs-lisp -n :eval never :tangle no
(("calc") ("conf") ("emacs-lisp") ("eshell") ("fortran") ("js")
("latex") ("latex-extra-header") ("latex-header") ("lisp") ("maxima")
("org") ("perl") ("python") ("ruby") ("shell") ("text") ("toml"))
(("C") ("C++") ("D") ("R") ("awk") ("calc") ("clojure")
("clojurescript") ("conf") ("cpp") ("css") ("ditaa") ("dot")
("emacs-lisp") ("eshell") ("forth") ("fortran") ("gnuplot")
("groovy") ("haskell") ("java") ("js") ("julia") ("latex")
("latex-extra-header") ("latex-header") ("lilypond") ("lisp") ("lua")
("makefile") ("matlab") ("maxima") ("ocaml") ("octave") ("org")
("perl") ("plantuml") ("processing") ("python") ("ruby") ("sass")
("scheme") ("screen") ("sed") ("shell") ("sql") ("sqlite") ("text")
("toml"))
#+end_src
*** [[https://github.com/bdarcus/citar][Citar: citing bibliography]] with [[https://orgmode.org/][Org Mode]]