Hello,

Omar Antolin <omar.anto...@gmail.com> writes:

> If you run `org-backward-paragraph` from the `#+BEGIN_SRC` line of a
> source block it gives the error message "Invalid search bound (wrong
> side of point)", instead of moving point.

Fixed. Thank you.

> This excerpt is from inside a branch of a `cond` that tests for
> `(memq type '(src-block verse-block))`. I don't really understand what
> the code is trying to do or why the case of source blocks and verse
> block should be handled together.

Because we want to treat their contents differently than what the parser
sees. For example, source blocks have no contents, and verse blocks'
ignore blank lines.

Regards,

-- 
Nicolas Goaziou

Reply via email to