On Wed, May 18, 2011 at 12:37 PM, Matt Lundin <[email protected]> wrote: > Nathan Neff <[email protected]> writes: > >> Thanks Matt! >> >> If it's not too much trouble for you, may I ask how I would filter >> out DONE, etc questions? >> > > Sure, no problem at all! > > #+begin: insert-links :match "questions/-DONE" > > Or, if you want to filter out all inactive todos: > > #+begin: insert-links :match "questions/!"
This is cool. Thanks! --Nate > > Best, > Matt > >> On Mon, May 16, 2011 at 12:08 PM, Matt Lundin <[email protected]> wrote: >>> Matt Lundin <[email protected]> writes: >>> >>>> You could then create a dblock by typing C-c C-c on the following >>>> >>>> #+begin: insert-links :match questions >>>> #+end: >>> >>> Correction: this should be: >>> >>> --8<---------------cut here---------------start------------->8--- >>> #+begin: insert-links :match "questions" >>> #+end: >>> --8<---------------cut here---------------end--------------->8--- >>> >>> Best, >>> Matt >>> >
