A problem came up. Scheduled date would pop up because it also has “>”
Is there a way I can exclude SCHEDULED DATE from this search.
I tried adding
(not [(re-pattern “(<)”) ?regex])
but it doesnt work.
I use “>” to make some comments in my page.
In the picture, the blue straight vertical line is the block that is searched and presented.
In the last block, the scheduled date is the one I don’t want. And I think it is because the <xxxx “>” that it was presented.