From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: Re: How to remove spaces for soft line-breaks Date: Tue, 09 Jul 2013 13:52:08 +0900 Message-ID: <51DB96F8.8060108@gmail.com> References: <878v1hfoki.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwPuP-0003Ym-1T for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 00:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwPuO-00088R-2x for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 00:52:12 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:59324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwPuN-00088H-S7 for emacs-orgmode@gnu.org; Tue, 09 Jul 2013 00:52:11 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa11so5157975pad.33 for ; Mon, 08 Jul 2013 21:52:10 -0700 (PDT) Received: from mbp3.local (chw.zinbun.kyoto-u.ac.jp. [130.54.104.146]) by mx.google.com with ESMTPSA id i16sm27731205pag.18.2013.07.08.21.52.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Jul 2013 21:52:09 -0700 (PDT) In-Reply-To: <878v1hfoki.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Bastien, Yujie On 2013-07-08 17:22, Bastien wrote: > Hi Yujie, > > Yujie Wen writes: > >> I am wondering whether there is a way to forbid such spaces, or if >> no such a way, whether it is possible to work out a patch to forbid >> it. > I would try M-x visual-line-mode RET and see if you like it. Well, this will not solve the problem for the OP, which occurs during export. What has to be done, I think, is to remove the CR/LF characters for Chinese (and Japanese, Korean etc.) text when exporting to HTML, because they will otherwise show up in the displayed HTML as single space characters. I guess, this requires either a derived custom export engine or a internationalization framework that allows the specification of the text language. Christian -- Christian Wittern, Kyoto