X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2612595a0c2fef24de733a175e55c9e30455f350..68fd245addb9b96b473949349440b86796955cce:/doc/ikiwiki/directive/map/discussion.mdwn

diff --git a/doc/ikiwiki/directive/map/discussion.mdwn b/doc/ikiwiki/directive/map/discussion.mdwn
index 6d44733ac..062b4267a 100644
--- a/doc/ikiwiki/directive/map/discussion.mdwn
+++ b/doc/ikiwiki/directive/map/discussion.mdwn
@@ -45,7 +45,7 @@ Is there any way to do that?  I don't mind mucking around with `\[[!meta]]` on e
 
 > I think that you're looking for this:
 > 
-> pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"
+> `pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"`
 > 
 > Let's pull that [[PageSpec]] apart. 
 > 
@@ -62,3 +62,13 @@ Is there any way to do that?  I don't mind mucking around with `\[[!meta]]` on e
 > on the right track. PS, be aware of
 > [[this_sidebar_issue|todo/Post-compilation_inclusion_of_the_sidebar]]!
 > --[[Joey]]
+
+>> Thanks, but this assumes that topic pages are named `Topic<something>`.
+>> They aren't.  They are tagged with `\[[!meta link="/topic"]]`, and as
+>> far as I can tell there is no [[PageSpec]] notation for "subpages of a
+>> page that satisfies link(foo)"...
+>> -- Zack
+
+>>> I think that the ideas and code in
+>>> [[todo/tracking_bugs_with_dependencies]] might also handle this case.
+>>> --[[Joey]]