Extract the line number from the switches.

This commit is contained in:
Tom Alexander
2023-10-04 11:31:45 -04:00
parent 3d7f411cf9
commit 317293f0f2
4 changed files with 93 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#+begin_example -n -10
foo
#+end_example
#+begin_example +n -15
bar
#+end_example

View File

@@ -0,0 +1,7 @@
#+begin_example -n 0
foo
#+end_example
#+begin_example +n 0
bar
#+end_example