Fix header arguments

This commit is contained in:
Gerard Vermeulen 2023-07-08 10:59:40 +02:00
parent 5df503070b
commit a9c5b8306c
1 changed files with 1 additions and 1 deletions

View File

@ -3043,7 +3043,7 @@ The property is from the drawer of headline matching TARGET and LEVEL."
#+end_src
#+name: lst:tables-and-headings
#+begin_src emacs-lisp -n :lexical t :results silent
#+begin_src emacs-lisp -n :exports both :results silent
(with-eval-after-load 'org
(defun all-org-heading-components (max-level)
"Find all MAX-LEVEL `org-heading-components' prefixed by `pos-bol'."