Tasks referring to pages with two particular page properties

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