I’d like to use mark-paragraph (also for movement with forward/backward-paragraph) in org-mode buffers in the same way as in other major modes, i.e. to mark a continuous region delimited by empty lines. This should apply also to headings, list items, lines starting with ‘#’ etc. – i.e. I’d like for the purposes of paragraph editing to everything be treated as regular text.
Is this possible?
See the variables
paragraph-startandparagraph-separate, and possibly also theuse-hard-newlinesfunction which is related (but probably not actually relevant in this case).Edit: Admittedly, org-mode might depend upon its paragraph definitions for more than just interactive marking and moving, so here is a more targeted approach for customising the paragraph definitions for those commands only when called interactively using their key bindings.