Re: [O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-13 Thread Bastien
Oleh writes: > I've pushed a bugfix related to the patch. > `org-entry-delete' was being called with 3 args, although it takes 2. > I hope I understood it correctly. Could you please check? Looks good, thanks for the fix, -- Bastien

Re: [O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-13 Thread Oleh
Hi Bastien, I've pushed a bugfix related to the patch. `org-entry-delete' was being called with 3 args, although it takes 2. I hope I understood it correctly. Could you please check? regards, Oleh On Wed, Mar 12, 2014 at 7:22 PM, Bastien wrote: > Hi Oleh, > > Oleh writes: > >> Can someone have

Re: [O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-12 Thread Bastien
Hi Oleh, Oleh writes: > Can someone have a look at this patch and check it in? I applied a different patch, things are a bit more complicate: (org-get-category) always returns a non-empty string (at least after `org-refresh-category-properties' as been called once), while (org-entry-get (point)

[O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-12 Thread Oleh
Hi all, Can someone have a look at this patch and check it in? It fixes `org-delete-property` offering to delete "CATEGORY" property although it's not present. Also skip completion when there's only one candidate. regards, Oleh From ad4415a4cbf67955c636b8a3384f3163cac61462 Mon Sep 17 00:00:00 20