org-forward-paragraph stops working when it reaches a line that begins with an
org-link.
It throws off this error:
org-forward-paragraph: Wrong type argument: integer-or-marker-p, nil
For example, in the following text, org-forward-paragraph gets stuck on that
first line with the link.
==
On 23/04/2024 02:01, Ihor Radchenko wrote:
For example, consider an HTML exporter that aligns tags nicely and
keeps blank lines between markup blocks for readability. If we
remove such blank lines unconditionally, it will be problematic.
I consider that just newlines are enough to make HTML ma
On 24/04/2024 19:52, Ihor Radchenko wrote:
Max Nikulin writes:
I believe, multiple arguments should be specified as '(1 a "b c").
Yes, but we do not, in general, know how to split them.
Something should be changed anyway since current behavior is
inconsistent and so is buggy.
The only dif