From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: [PATCH] org.el (org-delete-property): Remove bogus properties Date: Thu, 13 Mar 2014 21:57:50 +0100 Message-ID: References: <878usfcm5q.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOChN-0005WE-Ei for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 16:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOChM-0004d9-KP for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 16:57:53 -0400 In-Reply-To: <878usfcm5q.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: org mode 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 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) "CATEGORY") is the real check we > need to perform. > > Thanks for raising this! > > -- > Bastien >