From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Re: inter-word space in org -> latex Date: Wed, 16 Sep 2015 11:33:09 -0400 Message-ID: References: <20150914165432.GE2932@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3be580989bf051fdf0426 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcEhr-0004m4-56 for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 11:33:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcEhq-0000lq-DN for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 11:33:11 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:33890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcEhq-0000ld-6Q for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 11:33:10 -0400 Received: by lahg1 with SMTP id g1so102738244lah.1 for ; Wed, 16 Sep 2015 08:33:09 -0700 (PDT) In-Reply-To: <20150914165432.GE2932@chitra.no-ip.org> 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 --001a11c3be580989bf051fdf0426 Content-Type: text/plain; charset=UTF-8 On Mon, Sep 14, 2015 at 12:54 PM, Suvayu Ali wrote: > You can use entities. Maybe something like this: > > (setq org-entities-user ; can also use "\ " > '(("space" "~" nil " " " " " " " "))) > > Then the following: > > Mr.\space{}Henry Higgins. > That's also a nice solution. Thanks. --001a11c3be580989bf051fdf0426 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Mon, Sep 14, 2015 at 12:54 PM, Suvayu Ali <fatkasuvayu+linux= @gmail.com> wrote:
You can use entities.=C2=A0 Maybe something like this:

(setq org-entities-user ; can also use "\ "
=C2=A0 =C2=A0 =C2=A0 '(("space" "~" nil "&= nbsp;" " " " " " ")))

Then the following:

=C2=A0 Mr.\space{}Henry Higgins.


That's also= =C2=A0 a nice solution. Thanks.

--001a11c3be580989bf051fdf0426--