Function: org-element-put-property-2--inliner

org-element-put-property-2--inliner is a function defined in org-element-ast.el.gz.

Signature

(org-element-put-property-2--inliner INLINE--FORM PROPERTY VALUE NODE)

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element-ast.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form property value node)
  ((ignore inline--form)
   (catch 'inline--just-use
     (list 'org-element-put-property node property value)))
  (t)]