From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Paragraph consisting only of number and full stop disappears in export Date: Mon, 05 Mar 2018 14:04:06 +0100 Message-ID: <87vaea4qt5.fsf@nicolasgoaziou.fr> References: <87y3j7trzu.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1espmp-0007Ya-1A for emacs-orgmode@gnu.org; Mon, 05 Mar 2018 08:04:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1espml-0004qs-Qe for emacs-orgmode@gnu.org; Mon, 05 Mar 2018 08:04:15 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:46685) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1espml-0004qD-Jw for emacs-orgmode@gnu.org; Mon, 05 Mar 2018 08:04:11 -0500 In-Reply-To: <87y3j7trzu.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 04 Mar 2018 14:07:01 -0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > I just discovered that a paragraph disappeared from a subtree I was > exporting, I guess because the paragraph consists of just a number > followed by a full stop, and was interpreted as a list item. I'm > translating subtitles, and the dialogue went: > > #+begin_src org > There are no taxis, but I've got a car. > > How much to Dongying? > > 300. > > We can be there 10am tomorrow. > #+end_src > > I'm not surprised that "300." got interpreted as a list item, but I > wonder if there's a way to protect against it being removed altogether. > I suppose it might be nice if a single list item with no content would > be interpreted as a paragraph, but that probably opens the door to all > kinds of weird edge cases. If there were just a way to escape it... You could insert a zero width space between the number and the dot. Regards, -- Nicolas Goaziou