Is there a way to use "natural sort" (e.g. Alphabetical, not ASCIIbetical) when sorting entries? I can't seem to find anything about it in the doc.
To be clear, I want entries to be sorted in this order:
Entry 1
Entry 2
Entry 15
Entry 150
not in this order:
Entry 1
Entry 15
Entry 150
Entry 2
Reported on Movable Type 4.2
Are you sorting on entry ID or entry title? If the former, you should not have a problem. If you are sorting on entry title, you will probably have to look to a plugin for it. Not that it's a difficult problem, but I don't believe that it's a built-in option.
Beau recently update the entries documentation with all the options (sort_order is just below): http://www.movabletype.org/documentation/appendices/tags/entries.html#sort_by