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

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

Then the following:

  Mr.\space{}Henry Higgins.


That's also  a nice solution. Thanks.