From 60f357e8bf704e6c278e7c1fe2dc0fc3ab4558f7 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 26 Dec 2023 16:36:51 +0100 Subject: [PATCH] doc/org-manual.org: Clarify that inline code blocks cannot be named * doc/org-manual.org (Structure of Code Blocks): --- doc/org-manual.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 7db69cbb6..23f250fa7 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -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= ::