From 974786c726e151ea6bb709bd508faab1cc155fcf Mon Sep 17 00:00:00 2001 Message-Id: <974786c726e151ea6bb709bd508faab1cc155fcf.1686222568.git.yantar92@posteo.net> From: Ihor Radchenko Date: Thu, 8 Jun 2023 14:08:30 +0300 Subject: [PATCH] * org-syntax.org (Special tokens): Clarify recursive matching Explain that contained objects are only matched against parent contents. Reported-by: Laith Bahodi Link: https://orgmode.org/list/CABhQr0TRuGeJMn+G5xzqJuX=UhvwiBHJr1+P8qqDRhA8KUpPfQ@mail.gmail.com --- org-syntax.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org-syntax.org b/org-syntax.org index ee05c5a8..7073442b 100644 --- a/org-syntax.org +++ b/org-syntax.org @@ -161,6 +161,13 @@ *** Special tokens PRE TOKEN POST #+end_example +/PRE/ and /POST/ token are only matched against the contents of the +containing object. For example, /bold/ object within link description is +only matched against the description text =*bold* description=, not +against the full containing link text: + +: [[https://orgmode.org][*bold* description]] + *** Case significance In this document, unless specified otherwise, case is insignificant. -- 2.40.0