Remove header argument duplication

This commit is contained in:
Gerard Vermeulen 2023-03-05 10:48:03 +01:00
parent 84cd8a677c
commit 48e6673b0e

View File

@ -2417,7 +2417,7 @@ else:
#+caption: Find valid entries for =org-babel-load-languages=.
#+name: lst:valid-org-babel-load-languages-entries
#+header: :wrap "src emacs-lisp :results silent :tangle no"
#+begin_src emacs-lisp :exports both :results value pp :exports both
#+begin_src emacs-lisp :exports both :results value pp
(defun all-org-babel-execute-fns ()
"Find `ob-LANGUAGE' files in Org defining `org-babel-execute:LANGUAGE'.