- Should be
(page-property ?ref :status "active")
- Then combined like this:
(and (page-property ?ref :status "active") (page-property ?ref :type "matter") )
2 Likes
(page-property ?ref :status "active")
(and
(page-property ?ref :status "active")
(page-property ?ref :type "matter")
)