Function: org-next-line-empty-p

org-next-line-empty-p is a byte-compiled function defined in org-macs.el.gz.

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 /usr/src/emacs/lisp/org/org-macs.el.gz
(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))