Nick Dokos <ndo...@gmail.com> writes: > --8<---------------cut here---------------start------------->8--- > * Clocktable > > #+BEGIN: clocktable :maxlevel 3 :emphasize nil :scope file > #+END: clocktable > --8<---------------cut here---------------end--------------->8--- > > I position the cursor on the #+BEGIN line and evaluate > `(org-element-at-point)'. I expected to get a dynamic-block, but I get a > paragraph:
It is to be expected. Dynamic block syntax is the following (see manual): #+BEGIN: dynamic_block_name [args] ... #+END: You should not put dynamic block name after #+END: Best, Ihor