Hello, Omar Antolin <omar.anto...@gmail.com> writes:
> If you have an org buffer that contains just: > > * A headline > > And when the point is, say, on the `h`, you run `org-backward-paragraph` > you get the error message: "Wrong type argument: number-or-marker-p, > nil". It comes from the comparison `(>= (point) contents-end)`: when > you're in the middle of a headline, `contents-end` gets set to `nil` which > can't be compared with `(point)`. Fixed. Thank you. Regards, -- Nicolas Goaziou