Regenerate the Org Babel active languages
This commit is contained in:
parent
d1f7e96f51
commit
9952f53807
14
README.org
14
README.org
@ -4,7 +4,7 @@
|
|||||||
#+latex_class_options: [11pt,a4paper,english,svgnames]
|
#+latex_class_options: [11pt,a4paper,english,svgnames]
|
||||||
#+macro: kbd (eval (by-backend-kbd-org-macro $1))
|
#+macro: kbd (eval (by-backend-kbd-org-macro $1))
|
||||||
#+options: ^:{} timestamp:nil
|
#+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
|
#+startup: showeverything
|
||||||
#+begin_src latex :noweb yes :results raw
|
#+begin_src latex :noweb yes :results raw
|
||||||
,#+latex_header: <<latex-header-1>>
|
,#+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.
|
#+caption: Active Org Babel languages.
|
||||||
#+RESULTS: lst:org-babel-active-languages
|
#+RESULTS: lst:org-babel-active-languages
|
||||||
#+begin_src emacs-lisp -n :eval never :tangle no
|
#+begin_src emacs-lisp -n :eval never :tangle no
|
||||||
(("calc") ("conf") ("emacs-lisp") ("eshell") ("fortran") ("js")
|
(("C") ("C++") ("D") ("R") ("awk") ("calc") ("clojure")
|
||||||
("latex") ("latex-extra-header") ("latex-header") ("lisp") ("maxima")
|
("clojurescript") ("conf") ("cpp") ("css") ("ditaa") ("dot")
|
||||||
("org") ("perl") ("python") ("ruby") ("shell") ("text") ("toml"))
|
("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
|
#+end_src
|
||||||
|
|
||||||
*** [[https://github.com/bdarcus/citar][Citar: citing bibliography]] with [[https://orgmode.org/][Org Mode]]
|
*** [[https://github.com/bdarcus/citar][Citar: citing bibliography]] with [[https://orgmode.org/][Org Mode]]
|
||||||
|
Loading…
Reference in New Issue
Block a user