Function: org-element-put-property-2

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

Signature

(org-element-put-property-2 PROPERTY VALUE NODE)

Documentation

Like org-element-put-property, but NODE is the last argument.

See org-element-put-property for the meaning of PROPERTY and VALUE.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element-ast.el.gz
(define-inline org-element-put-property-2 (property value node)
  "Like `org-element-put-property', but NODE is the last argument.
See `org-element-put-property' for the meaning of PROPERTY and VALUE."
  (inline-quote (org-element-put-property ,node ,property ,value)))