From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: org-set-property should not accept an empty string as property Date: Wed, 06 Jan 2016 14:46:52 +0100 Message-ID: <87h9iq7rcj.fsf@nicolasgoaziou.fr> References: <87fuybqftk.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGoOa-0004ig-Tw for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 08:45:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGoOV-0007nU-Vf for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 08:45:00 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGoOV-0007mn-P4 for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 08:44:55 -0500 In-Reply-To: <87fuybqftk.fsf@free.fr> (Julien Cubizolles's message of "Wed, 06 Jan 2016 09:20:55 +0100") 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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Hello, Julien Cubizolles writes: > According to > http://orgmode.org/worg/dev/org-syntax.html#Node_Properties, the NAME of > a property cannot be an empty string. However, the interactive version > of org-set-property accepts such a string, resulting in a malformed > drawer. When giving an empty string at the prompt for the property NAME, > org-set-property should instead gracefully exit without creating a new > property in the drawer. Fixed. Thank you. Regards, -- Nicolas Goaziou