Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The answer is hinted at within the gmane thread you linked. In particular the <a href="http://osdir.com/ml/emacs-orgmode-gnu/2010-04/msg01221.html" rel="noreferrer">last reply</a> says to use <code>\nbsp</code> as your non-breaking space. By itself this won't work since you need a space after the <code>\nbsp</code> for it to recognize it as a command and not just part of your text.</p> <p>However the following works (adding to your list of attempts:</p> <pre><code>#+title:Title * Test 1) e.g.~example 2) e.g. example 3) #+BEGIN_LaTeX e.g.~example #+END_LaTeX 4) e.g. example 5) e.g.\nbsp example (non-breaking \240 space between \nbsp and example) </code></pre> <p>Which outputs to LaTeX as:</p> <pre class="lang-latex prettyprint-override"><code>\item e.g.\~{}example \item e.g. example \item e.g.~example \item e.g. example \item e.g.~ example %\240 non-breaking between ~ and example </code></pre> <p>And this renders as:</p> <p><img src="https://i.stack.imgur.com/OAJUg.png" alt="Rendered"></p> <hr> <h3>EDIT</h3> <p>I just retested my results, somehow my non-breaking spaces had not exported properly the first time and my results have changed (towards what should be expected rather than what was displayed). New results below to retain history and keep comments making sense.</p> Org <pre><code>#+title:Title * Test 1) e.g.~example 2) e.g. example 3) #+BEGIN_LaTeX e.g.~example #+END_LaTeX 4) e.g. example %Space is non-breaking 5) e.g.\nbsp example %Space is non-breaking </code></pre> LaTeX <pre class="lang-latex prettyprint-override"><code>\item e.g.\~{}example \item e.g. example \item e.g.~example \item e.g. example %Space is non-breaking \item e.g.~ example %Space is non-breaking </code></pre> Rendered <p><img src="https://i.stack.imgur.com/CRwp9.png" alt="enter image description here"></p> <p>This corresponds to the stated double-spacing (as well as the non-breaking space exporting properly)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload