Eemeli, Peter,<br><br>Thanks. I think Peter is onto something here.
Eemeli, I WANT both links to resolve to Main.Dogs! I just ALSO want to
be able to generate a list that only includes one of the links, not
both.<br><br>I&#39;ve just done a little test and Peter&#39;s solution  does seem to work:<br>
<br>[[_Dogs]] and [[Dogs]] both take me to Main.Dogs.<br><br>If I then, on the Main.Dogs page, add the pagelist query<br>(:pagelist link={$Name} _Dogs:)<br><br>It lists those pages tagged with _Dogs, and not pages that have a link to Dogs.<br>

<br>Essentially this is very similar to my original solution, but using
underscores instead of asterisks, which means the pagelist doesn&#39;t
refer to itself. It doesn&#39;t rely on any changes to categorygroups -
this whole solution works independently of categories.<br>
<br>It&#39;s still not perfect - I now have a bunch of links displaying on
a page with an ugly underscore in front of them, although I guess I
could live with that.<br><br>I did play around with Bloge tagging last
night, and that looked like it might offer a slightly neater solution.
I could create a standard link [[Dogs]], and a tag generated from
(:keywords dogs:), both of which resolved to Main.Dogs. But I couldn&#39;t
see a way of creating a list that was only looking at keywords. Anyone
have any ideas of a way to do that?<br><br>
<br><br><div class="gmail_quote">2009/8/14 Eemeli Aro <span dir="ltr">&lt;<a href="mailto:eemeli@gmail.com">eemeli@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/8/14 Peter Bowers &lt;<a href="mailto:pbowers@pobox.com">pbowers@pobox.com</a>&gt;:<br>
<div class="im">&gt; Perhaps you could use the<br>
&gt;<br>
&gt;   $CategoryGroup = &#39;Main&#39;;<br>
&gt;<br>
&gt; solution, as mentioned by Michale Continues, but then your &quot;special&quot;<br>
&gt; links could be [[!_Dogs]] while normal links to Main/Dogs would be<br>
&gt; either [[!Dogs]] or [[Main.Dogs]] or otherwise (note that there is no<br>
&gt; underscore before Dogs in the &quot;non-special&quot; links.<br>
<br>
</div>Won&#39;t work. Categories are determined from link targets, and in the<br>
above [[!_Dogs]] will create a link to Main.Dogs, not Main._Dogs due<br>
to the normal name resolution rules. Hence [[!Dogs] and [[!_Dogs]]<br>
will point to the same page.<br>
<font color="#888888"><br>
eemeli<br>
</font></blockquote></div><br>