emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-element-paragraph-parser fails


From: Nicolas Goaziou
Subject: Re: [O] org-element-paragraph-parser fails
Date: Mon, 11 Feb 2013 21:16:50 +0100

Hello,

Charles Berry <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]