From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Beamer export error Date: Thu, 10 Aug 2017 12:21:06 +0200 Message-ID: <87tw1f910t.fsf@nicolasgoaziou.fr> References: <87poc5t27q.fsf@iki.fi> <87tw1gag9x.fsf@gmx.us> 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]:38100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfkaW-0004Tv-O5 for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfkaS-0005Oo-HB for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:21:12 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:45053) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfkaS-0005N1-A4 for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:21:08 -0400 In-Reply-To: <87tw1gag9x.fsf@gmx.us> (rasmus@gmx.us's message of "Wed, 09 Aug 2017 17:54:02 +0200") 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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > This is caused by this commit, which changes how org-split-string works. > > f776e65373fa135fffb51e201698823fbfb3865b > > Before (org-split-string "" ",") would return =E2=80=98nil=E2=80=99. Now= it returns "". > > Depending on whether the new behavior is desired or not, the fix should > either be in =E2=80=98org-split-string=E2=80=99 or in =E2=80=98org-beamer= --format-frame=E2=80=99. I=E2=80=99ll > wait for Nicolas=E2=80=99 verdict. I think the new behaviour is correct, because it is equivalent to (split-string "" ",") Do you want to fix it? Thank you. Regards, --=20 Nicolas Goaziou