Audacity 1.3.2 broken as designed
When I’ve spent the last 3 hours splitting tracks in Audacity, the last thing I want to see is:

They’ve changed the way that Split works, so you now get a bunch of semi-useless ‘clips’ that you can’t do anything with. You can’t select a clip, or move them to new tracks (at least under Linux and OS X).
How apt that one of the tracks was trying to split was I Wanna Destroy You.
Tags: audacity
November 12th, 2006 at 13:47:02
grep ‘<waveclip’ project.aup | sort -n | uniq | sed ’s/<waveclip offset=”//; s/”>//;’
This will give you a not-quite-in-numerical-order list of the clip offsets. Fiddling with this in a spreadsheet, adding track names, then doing ‘Import Labels’ will allow you to export as expected.
November 15th, 2006 at 07:29:42
November 15th, 2007 at 19:57:33
May 17th, 2008 at 09:33:30