doc/org-manual.org: Fix description of switches in literal examples

Fix erroneous assertion that switches are always at the end of "begin"
line.

Reported-by: João Pedro <jpedrodeamorim@gmail.com>
Link: https://orgmode.org/list/87zftm2ltt.fsf@ergo
This commit is contained in:
Ihor Radchenko 2024-04-22 21:08:20 +03:00
parent 0db82ee8f8
commit a9275d5fd1
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 9 additions and 7 deletions

View File

@ -11353,13 +11353,15 @@ see [[*Structure Templates]] for shortcuts to easily insert code blocks.
#+end_example #+end_example
Both in =example= and in =src= snippets, you can add a =-n= switch to Both in =example= and in =src= snippets, you can add a =-n= switch to
the end of the =#+BEGIN= line, to get the lines of the example the =#+BEGIN= line[fn::In the =src= snippets, switches must be placed
numbered. The =-n= takes an optional numeric argument specifying the right after the language name and before the [[*Structure of Code
starting line number of the block. If you use a =+n= switch, the Blocks][header arguments]]], to get the lines of the example numbered.
numbering from the previous numbered snippet is continued in the The =-n= takes an optional numeric argument specifying the starting
current one. The =+n= switch can also take a numeric argument. This line number of the block. If you use a =+n= switch, the numbering
adds the value of the argument to the last line of the previous block from the previous numbered snippet is continued in the current one.
to determine the starting line number. The =+n= switch can also take a numeric argument. This adds the value
of the argument to the last line of the previous block to determine
the starting line number.
#+begin_example #+begin_example
,#+BEGIN_SRC emacs-lisp -n 20 ,#+BEGIN_SRC emacs-lisp -n 20