[BUG] org-fill-paragraph doesn't handle ^L correctly [9.5.4 (release_9.5.4-19-g4dff42 @ /home/matt/Code/emacs/lisp/org/)]

2022-09-25 Thread Matt Beshara
‘org-fill-paragraph’ does not correctly handle ^L characters (a.k.a. form feed, C-q C-l). It should treat them as paragraph separating whitespace, but instead treats them as any other character which would appear in normal text. Here is an example to demonstrate the current behaviour: abc d

Re: Should page break (^L) work as paragraph element separator and be included into Org syntax? (was: [BUG] org-fill-paragraph doesn't handle ^L correctly [9.5.4 (release_9.5.4-19-g4dff42 @ /home/matt

2022-09-26 Thread Matt Beshara
^L is not a part of Org specification for paragraph separators. According to https://orgmode.org/worg/dev/org-syntax.html#Paragraphs, paragraph boundaries should either be empty lines, or beginning of other Org elements. Fair enough. If the consensus from others is that ^L should be recogni