Function: allout-item-location
allout-item-location is a byte-compiled function defined in
allout-widgets.el.gz.
Signature
(allout-item-location ITEM-WIDGET)
Documentation
Location of the start of the item's text.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ : Status
;;;_ . allout-item-location (item-widget)
(defun allout-item-location (item-widget)
"Location of the start of the item's text."
(overlay-start (widget-get item-widget :span-overlay)))