Re: [Orgmode] tag or property names with dashes

2010-08-30 Thread Manish
On Mon, Aug 30, 2010 at 2:04 PM, Carsten Dominik wrote: > Hi Manish, > > this looks pretty good.  I just went over the patch and > found something like 5 locations where you did not make > the change, and I fixed those. > > Have you been testing your patch extensively?  Some testing > needs to be d

Re: [Orgmode] tag or property names with dashes

2010-08-30 Thread Carsten Dominik
Hi Manish, this looks pretty good. I just went over the patch and found something like 5 locations where you did not make the change, and I fixed those. Have you been testing your patch extensively? Some testing needs to be done before we can merge it. - Carsten On Aug 20, 2010, at 9:30 PM,

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Manish
On Sat, Aug 21, 2010 at 12:58 AM, Manish wrote: > On Fri, Aug 20, 2010 at 11:02 PM, Manish wrote: >> On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote: >>> >>> On Aug 20, 2010, at 3:36 PM, Manish wrote: >>> > [snip: accepting -'s in properties (17 lines)] Are "#" and "%" are disallo

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Manish
On Fri, Aug 20, 2010 at 11:02 PM, Manish wrote: > On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote: >> >> On Aug 20, 2010, at 3:36 PM, Manish wrote: >> [snip: accepting -'s in properties (17 lines)] >>> >>> Are "#" and "%" are disallowed in the tags? Can they be made to work >>> please? >> >>

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Manish
On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote: > > On Aug 20, 2010, at 3:36 PM, Manish wrote: > >> On Fri, Aug 20, 2010 at 12:57 PM, Carsten Dominik wrote: >>> >>> On Aug 17, 2010, at 9:40 PM, Ilya Shlyakhter wrote: >>> When doing an agenda tags match for tags or properties with dashe

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Carsten Dominik
On Aug 20, 2010, at 3:36 PM, Manish wrote: On Fri, Aug 20, 2010 at 12:57 PM, Carsten Dominik wrote: On Aug 17, 2010, at 9:40 PM, Ilya Shlyakhter wrote: When doing an agenda tags match for tags or properties with dashes in their name, the dashes become negation operators: "my-prop>0" means

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Manish
On Fri, Aug 20, 2010 at 12:57 PM, Carsten Dominik wrote: > > On Aug 17, 2010, at 9:40 PM, Ilya Shlyakhter wrote: > >> When doing an agenda tags match for tags or properties with dashes in >> their name, >> the dashes become negation operators: "my-prop>0" means "entries that >> have the tag >> 'my'

Re: [Orgmode] tag or property names with dashes

2010-08-20 Thread Carsten Dominik
On Aug 17, 2010, at 9:40 PM, Ilya Shlyakhter wrote: When doing an agenda tags match for tags or properties with dashes in their name, the dashes become negation operators: "my-prop>0" means "entries that have the tag 'my' and do not have a positive property 'prop'", rather than "entries that ha

[Orgmode] tag or property names with dashes

2010-08-17 Thread Ilya Shlyakhter
When doing an agenda tags match for tags or properties with dashes in their name, the dashes become negation operators: "my-prop>0" means "entries that have the tag 'my' and do not have a positive property 'prop'", rather than "entries that have a positive property 'my-prop'". Is there a way to es