Function: org-next-line-empty-p
org-next-line-empty-p is a byte-compiled function defined in
org-macs.el.
Signature
(org-next-line-empty-p)
Documentation
Is the previous line a blank line? When NEXT is non-nil, check the next line instead.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defun org-next-line-empty-p ()
"Is the previous line a blank line?
When NEXT is non-nil, check the next line instead."
(org--line-empty-p 1))