org-element-paragraph-separate
org-element-paragraph-separate is a variable defined in `
org-element.el
'.
Its value is
"^\\(?:\\*+ \\|\\[\\(?:[0-9]+\\|fn:[-_[:word:]]+\\)\\]\\|%%(\\|[ ]*\\(?:$\\|\\(?:|\\|\\+-[-+]\\)\\|#\\(?:[+ ]\\|$\\)\\|:\\|-\\{5,\\}[ ]*$\\|\\\\begin{\\([A-Za-z0-9]+\\*?\\)}\\|\\(?:\\(?:CLO\\(?:CK\\|SED\\)\\|DEADLINE\\|SCHEDULED\\):\\)\\|\\(?:[-+*]\\|\\(?:[0-9]+\\)[.)]\\)\\(?:[ ]\\|$\\)\\)\\)"
- This variable may be risky if used as a file-local variable.
Documentation:
Regexp to separate paragraphs in an Org buffer.
In the case of lines starting with "#" and ":", this regexp
is not sufficient to know if point is at a paragraph ending. See
`org-element-paragraph-parser' for more information.