Peter Bowers wrote:
> If you are looking to get a pagelist that will include PageA and PageB
> but not PageC then this should work:
>
> (:pagelist if="equal {=$Name} {=$:myptv}":)
>
Yes, that's it. I think I was confused by the example at
http://www.pmwiki.org/wiki/PmWiki/PageLists#pagelistif that uses
{*$Name} and {=$Name} there.
Thanks.