Rasmus <ras...@gmx.us> writes:

> Forget about fill-paragraph.  Try this with test-org as nil and non-nil:
>
> (let ((test-org nil))
>   (switch-to-buffer "test.org")
>   (if test-org (org-mode) (text-mode))
>   (erase-buffer)
>   (insert "1. foo bar\n   baz")
>   (backward-sentence))
>
> When the buffer is in org-mode backward sentence behaves differently from
> when it's in text-mode.  I think text-mode behaves correctly.

This should be fixed in 98ec17e204689f415200a2930fc148bf6a4dfe49. Thank
you.

Regards,

Reply via email to