John Kitchin <jkitc...@andrew.cmu.edu> writes:

> I too am wondering if there is a defined way to get to the element
> properties within a filter function.

qNo.  But sometimes you can recover it from the text-properties, if it
is not a verb, (~·~, =·=).  Her's an example:

  (defun rasmus/get-org-headline-string-element  (headline backend info)
    "Return the org element representation of a headline."
    (let ((prop-point (next-property-change 0 headline)))
      (and prop-point (plist-get (text-properties-at prop-point headline) 
:parent))))

-- 
And I faced endless streams of vendor-approved Ikea furniture. . .




Reply via email to