Do not use `ob-C' and introspect using Emacs-30.0.50 pretty printing
This commit is contained in:
parent
538c82c622
commit
f934eefb55
83
README.org
83
README.org
@ -2190,8 +2190,7 @@ list detailing and motivating each listing:
|
||||
(with-eval-after-load 'org
|
||||
(setopt
|
||||
org-babel-load-languages
|
||||
`((C . t)
|
||||
(calc . t)
|
||||
`((calc . t)
|
||||
(dot . ,(fboundp 'grapviz-dot-mode))
|
||||
(emacs-lisp . t)
|
||||
(eshell . t)
|
||||
@ -2891,45 +2890,21 @@ Return a list of items where the filename is the `car' of each item and the
|
||||
#+caption: Org Babel libraries with =org-babel-execute:language= functions.
|
||||
#+RESULTS: lst:valid-org-babel-load-languages-entries
|
||||
#+begin_src emacs-lisp -n :eval never :tangle no
|
||||
(("ob-C" "C" "D" "C++" "cpp")
|
||||
("ob-R" "R")
|
||||
("ob-awk" "awk")
|
||||
("ob-calc" "calc")
|
||||
("ob-clojure" "clojurescript" "clojure")
|
||||
("ob-css" "css")
|
||||
("ob-ditaa" "ditaa")
|
||||
("ob-dot" "dot")
|
||||
("ob-emacs-lisp" "emacs-lisp")
|
||||
("ob-eshell" "eshell")
|
||||
("ob-forth" "forth")
|
||||
("ob-fortran" "fortran")
|
||||
("ob-gnuplot" "gnuplot")
|
||||
("ob-groovy" "groovy")
|
||||
("ob-haskell" "haskell")
|
||||
("ob-java" "java")
|
||||
("ob-js" "js")
|
||||
("ob-julia" "julia")
|
||||
("ob-latex" "latex")
|
||||
("ob-lilypond" "lilypond")
|
||||
("ob-lisp" "lisp")
|
||||
("ob-lua" "lua")
|
||||
("ob-makefile" "makefile")
|
||||
("ob-maxima" "maxima")
|
||||
("ob-ocaml" "ocaml")
|
||||
("ob-octave" "octave" "matlab")
|
||||
("ob-org" "org")
|
||||
("ob-perl" "perl")
|
||||
("ob-plantuml" "plantuml")
|
||||
("ob-processing" "processing")
|
||||
("ob-python" "python")
|
||||
("ob-ruby" "ruby")
|
||||
("ob-sass" "sass")
|
||||
("ob-scheme" "scheme")
|
||||
("ob-screen" "screen")
|
||||
("ob-sed" "sed")
|
||||
("ob-shell" "shell")
|
||||
("ob-sql" "sql")
|
||||
("ob-sqlite" "sqlite"))
|
||||
(("ob-C" "C" "D" "C++" "cpp") ("ob-R" "R") ("ob-awk" "awk")
|
||||
("ob-calc" "calc") ("ob-clojure" "clojurescript" "clojure")
|
||||
("ob-css" "css") ("ob-ditaa" "ditaa") ("ob-dot" "dot")
|
||||
("ob-emacs-lisp" "emacs-lisp") ("ob-eshell" "eshell")
|
||||
("ob-forth" "forth") ("ob-fortran" "fortran")
|
||||
("ob-gnuplot" "gnuplot") ("ob-groovy" "groovy")
|
||||
("ob-haskell" "haskell") ("ob-java" "java") ("ob-js" "js")
|
||||
("ob-julia" "julia") ("ob-latex" "latex") ("ob-lilypond" "lilypond")
|
||||
("ob-lisp" "lisp") ("ob-lua" "lua") ("ob-makefile" "makefile")
|
||||
("ob-maxima" "maxima") ("ob-ocaml" "ocaml")
|
||||
("ob-octave" "octave" "matlab") ("ob-org" "org") ("ob-perl" "perl")
|
||||
("ob-plantuml" "plantuml") ("ob-processing" "processing")
|
||||
("ob-python" "python") ("ob-ruby" "ruby") ("ob-sass" "sass")
|
||||
("ob-scheme" "scheme") ("ob-screen" "screen") ("ob-sed" "sed")
|
||||
("ob-shell" "shell") ("ob-sql" "sql") ("ob-sqlite" "sqlite"))
|
||||
#+end_src
|
||||
|
||||
#+caption[Find active Org Babel languages]:
|
||||
@ -2959,29 +2934,9 @@ 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
|
||||
(("C")
|
||||
("C++")
|
||||
("D")
|
||||
("calc")
|
||||
("conf")
|
||||
("cpp")
|
||||
("emacs-lisp")
|
||||
("eshell")
|
||||
("fortran")
|
||||
("js")
|
||||
("latex")
|
||||
("latex-extra-header")
|
||||
("latex-header")
|
||||
("lisp")
|
||||
("maxima")
|
||||
("org")
|
||||
("perl")
|
||||
("python")
|
||||
("racket")
|
||||
("scheme")
|
||||
("shell")
|
||||
("text")
|
||||
("toml"))
|
||||
(("calc") ("conf") ("emacs-lisp") ("eshell") ("fortran") ("js")
|
||||
("latex") ("latex-extra-header") ("latex-header") ("lisp") ("org")
|
||||
("perl") ("python") ("shell") ("text") ("toml"))
|
||||
#+end_src
|
||||
|
||||
*** [[https://github.com/bdarcus/citar][Citar: citing bibliography]] with [[https://orgmode.org/][Org Mode]]
|
||||
|
Loading…
Reference in New Issue
Block a user