]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/relative_pagespec_deficiency.mdwn
mercurial: Implement rcs_diff. (Daniel Andersson)
[ikiwiki.git] / doc / todo / relative_pagespec_deficiency.mdwn
1 While a relative pagespec like `./posts/*` will work, when used in a page
2 such as `bdale/blog`, you cannot do
3 `created_after(./posts/foo)` -- only `glob()` supports relative page
4 references.
5
6 The other pagespec functions should too, where appropriate.
7
8 [[done]]