Function: org-get-at-bol

org-get-at-bol is a byte-compiled function defined in org-macs.el.gz.

Signature

(org-get-at-bol PROPERTY)

Documentation

Get text property PROPERTY at the beginning of line.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-macs.el.gz
(defsubst org-get-at-bol (property)
  "Get text property PROPERTY at the beginning of line."
  (get-text-property (line-beginning-position) property))