Hi Mike, you wrote...
I have been playing with TODO (actually, I'd like to build a GTD bundle based on it). For some reason, nothing I label as RADAR shows up in the TODO list.
If you look at the command in the bundle editor you'll see
:regexp => /(.*<)ra?dar:/(?:/problem|)/([&0-9]+)(>.*)$/ },
in the "RADAR" slot. So it's going to be matching a line that looks something like
radar://3 or rdar://345 (or rdar://problem/3 )
rather than a raw "RADAR". I'm not sure what the pipe symbol's doing in there; it seems to be extraneous, but my regex fu is a bit "bah!" these days.
Cheers, Paul