emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Beamer export error


From: Nicolas Goaziou
Subject: Re: [O] Bug: Beamer export error
Date: Thu, 10 Aug 2017 12:21:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Rasmus <address@hidden> writes:

> This is caused by this commit, which changes how org-split-string works.
>
>     f776e65373fa135fffb51e201698823fbfb3865b
>
> Before (org-split-string "" ",") would return ‘nil’.  Now it returns "".
>
> Depending on whether the new behavior is desired or not, the fix should
> either be in ‘org-split-string’ or in ‘org-beamer--format-frame’.  I’ll
> wait for Nicolas’ verdict.

I think the new behaviour is correct, because it is equivalent to

  (split-string "" ",")

Do you want to fix it?

Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]