Fix listing line numbering in LaTeX export
This commit is contained in:
parent
4a3412e2b9
commit
1356d65fcf
@ -4970,7 +4970,7 @@ post.
|
||||
#+caption[Define a =Common Lisp= function to find standard symbol names]:
|
||||
#+caption: Define a =Common Lisp= function to find standard symbol names.
|
||||
#+name: lst:standard-symbol-names
|
||||
#+begin_src lisp :eval never-export :results silent :tangle no
|
||||
#+begin_src lisp -n :eval never-export :results silent :tangle no
|
||||
(defun standard-symbol-names (predicate)
|
||||
(let ((symbols nil))
|
||||
(do-external-symbols (symbol :common-lisp)
|
||||
|
Loading…
Reference in New Issue
Block a user