Remove header argument duplication
This commit is contained in:
parent
84cd8a677c
commit
48e6673b0e
@ -2417,7 +2417,7 @@ else:
|
|||||||
#+caption: Find valid entries for =org-babel-load-languages=.
|
#+caption: Find valid entries for =org-babel-load-languages=.
|
||||||
#+name: lst:valid-org-babel-load-languages-entries
|
#+name: lst:valid-org-babel-load-languages-entries
|
||||||
#+header: :wrap "src emacs-lisp :results silent :tangle no"
|
#+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 ()
|
(defun all-org-babel-execute-fns ()
|
||||||
"Find `ob-LANGUAGE' files in Org defining `org-babel-execute:LANGUAGE'.
|
"Find `ob-LANGUAGE' files in Org defining `org-babel-execute:LANGUAGE'.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user