doc/org-manual.org: Clarify that inline code blocks cannot be named

* doc/org-manual.org (Structure of Code Blocks):
This commit is contained in:
Ihor Radchenko 2023-12-26 16:36:51 +01:00
parent 5185339fe6
commit 60f357e8bf
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -17555,7 +17555,8 @@ or
from table formulas (see [[*The Spreadsheet]]) can use the name to
reference a source block. This naming serves the same purpose as
naming Org tables. Org mode requires unique names. For duplicate
names, Org mode's behavior is undefined.
names, Org mode's behavior is undefined. Inline code blocks cannot
have a name.
- =#+BEGIN_SRC= ... =#+END_SRC= ::