Function: org-entry-end-position

org-entry-end-position is a byte-compiled function defined in org.el.gz.

Signature

(org-entry-end-position)

Documentation

Return the end position of the current entry.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defsubst org-entry-end-position ()
  "Return the end position of the current entry."
  (save-excursion (outline-next-heading) (point)))