summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorhttp://seph.myopenid.com/ <http://seph.myopenid.com/@web>2010-04-22 19:15:42 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-22 19:15:42 +0000
commit8eac7c2ad4966bdf2a1ea003df9e356da4c4e6bd (patch)
treef5913d9da95982f96537b28140a994c8118e664f /doc/ikiwiki
parentad296f90c3b99bb5e033f769c44e5653f518f264 (diff)
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/map/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/map/discussion.mdwn b/doc/ikiwiki/directive/map/discussion.mdwn
index f6eaa6b80..a39862347 100644
--- a/doc/ikiwiki/directive/map/discussion.mdwn
+++ b/doc/ikiwiki/directive/map/discussion.mdwn
@@ -83,3 +83,9 @@ Is there any way to do that? I don't mind mucking around with `\[[!meta]]` on e
>>> I think that the ideas and code in
>>> [[todo/tracking_bugs_with_dependencies]] might also handle this case.
>>> --[[Joey]]
+
+----
+
+I feel like this should be obvious, but I can't figure out how to sort numerically.
+
+I have `map pages="./* and !*/Discussion and !*/sidebar"` and a bunch of pages with names like 1, 2, 3, 11, 12, 1/1.1, 12/12.3 etc. I want to sort them numerically. I see lots of conversation implying there's a simple way to do it, but not how.