From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Paragraph consisting only of number and full stop disappears in export Date: Sun, 04 Mar 2018 17:43:22 -0800 Message-ID: <87606bthz9.fsf@ericabrahamsen.net> 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]:37065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esfCR-0005BB-6y for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 20:46:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esfCO-0008TR-2D for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 20:45:59 -0500 Received: from [195.159.176.226] (port=46550 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esfCN-0008T5-RM for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 20:45:55 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1esfAJ-0003v3-7t for emacs-orgmode@gnu.org; Mon, 05 Mar 2018 02:43:47 +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" To: emacs-orgmode@gnu.org Samuel Wales writes: > verse block? Maybe, except that puts it into monospaced font, and I'd have to wrap the whole document in a verse block... > On 3/4/18, Eric Abrahamsen wrote: >> Hi, >> >> 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... >> >> Thanks, >> Eric >> >> >>