note meta <metanote.t...@gmail.com> writes: > 1. Dynamic Block Parsing Issue > > #+begin_example > #+begin > #+end: > #+end_example > > The above is a Dynamic Block, and the parsed syntax tree is: > > (org-data nil (section (:begin 1 :end 17 :contents-begin 1 :contents-end > 17 :post-blank 0 :post-affiliated 1 :parent #0) (dynamic-block (:begin 1 > :end 17 :block-name nil :arguments nil :contents-begin nil :contents-end > nil :post-blank 0 :post-affiliated 1 :parent #1))))
Are you sure that you meant #+begin #+end: Maybe #+begin: #+end: ? Either way, there is no dynamic block in both cases - dynamic blocks must have non-empty NAME. See https://orgmode.org/worg/org-syntax.html#Dynamic_Blocks -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>