Fix retain labels.

This is a numeric value based on the character offset of -k from the beginning of the switches.
This commit is contained in:
Tom Alexander
2023-10-04 15:20:57 -04:00
parent 32da06776c
commit 301a6db83e
5 changed files with 39 additions and 17 deletions

View File

@@ -1,3 +1,15 @@
#+BEGIN_SRC elisp -n -r -l "((%s))"
#+BEGIN_EXAMPLE elisp -n -r -l "((%s))"
foo
#+END_SRC
#+END_EXAMPLE
#+BEGIN_EXAMPLE elisp -k -n -r -l "((%s))"
foo
#+END_EXAMPLE
#+BEGIN_EXAMPLE elisp -k 8 -n -r -l "((%s))"
foo
#+END_EXAMPLE
#+BEGIN_EXAMPLE elisp -n -r -k -l "((%s))"
foo
#+END_EXAMPLE