Re: +Aux and collect

2010-01-19 Thread Alexander Burger
On Tue, Jan 19, 2010 at 11:45:02PM +0100, Henrik Sarvell wrote: > Another quick question, when using collect in conjunction with +Aux the > following can be used: (collect 'rel '+Cls (list Obj1 Obj2)). > > Now could the following also work: (collect 'feed '+ArFeLink (list This T) > 'article) to fo

+Aux and collect

2010-01-19 Thread Henrik Sarvell
Another quick question, when using collect in conjunction with +Aux the following can be used: (collect 'rel '+Cls (list Obj1 Obj2)). Now could the following also work: (collect 'feed '+ArFeLink (list This T) 'article) to for instance get all the articles of a feed, ie using T as a wildcard? /Hen