Function: org-get-at-bol

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

Signature

(org-get-at-bol PROPERTY)

Documentation

Get text property PROPERTY at the beginning of line.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defsubst org-get-at-bol (property)
  "Get text property PROPERTY at the beginning of line."
  (get-text-property (line-beginning-position) property))