From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-split-string handles empty strings differently in 9.1 Date: Thu, 07 Sep 2017 14:41:25 +0200 Message-ID: <87o9qmznnu.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpw7i-00087g-GY for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 08:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpw7d-0007iE-VI for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 08:41:34 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:56803) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dpw7d-0007gF-OL for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 08:41:29 -0400 In-Reply-To: ("Erik =?utf-8?Q?Sj=C3=B6strand=22's?= message of "Thu, 07 Sep 2017 09:06:20 +0000") 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" To: Erik =?utf-8?Q?Sj=C3=B6strand?= Cc: "emacs-orgmode@gnu.org" Hello, Erik Sj=C3=B6strand writes: > It seems that org-split-string was rewritten and handles empty strings > differently in org-mode 9.1. Before (org-split-string "" " ") would > return nil, but now it returns '(""). Correct. > I couldn't see any information in the changelog about this. Indeed. I overlooked this. I added this to ORG-NEWS. > A side effect (among others, I would guess) of this is that > org-entry-get-multivalued-property and org-entry-put-multivalued-property > now return that a property always have a value, even though it is > empty. Fixed. Thank you. Regards, --=20 Nicolas Goaziou