Function: org-element--property-idx

org-element--property-idx is a function defined in org-element-ast.el.gz.

Signature

(org-element--property-idx PROPERTY)

Documentation

Return standard property index or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element-ast.el.gz
;; Could not find source code, showing raw function object.
#[(property)
  ((plist-get org-element--standard-properties-idxs property)) (t) nil
  "Return standard property index or nil."]