Hello,

Charles Berry <ccbe...@ucsd.edu> writes:

> Remove the spaces before #+name OR take out the '- item' and 
> org-export-dispatch
> succeeds.
>
> As is, it fails with 
>
> org-element-paragraph-parser: Invalid search bound (wrong side of point)
>
>
> ,----
> | * export dispatcher
> |     
> | - item 
> | 
> |      #+name: xyz
> | #+BEGIN_SRC emacs-lisp 
> |  (pwd)
> | #+END_SRC
> `----

This should be fixed. Thank you for reporting this.

Note that it won't give you the result you're probably expecting. The
NAME keyword belongs to the list whereas the src-block doesn't. The are
unrelated. So the affiliated keyword will be parsed as a regular keyword
and the block will have no name.


Regards,

-- 
Nicolas Goaziou

Reply via email to