emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-list-allow-alphabetical LaTeX export


From: Josiah Schwab
Subject: Re: [O] org-list-allow-alphabetical LaTeX export
Date: Thu, 6 Jun 2013 14:36:39 -0700

> Why doesn't this cut it:
> 
> #+BEGIN_SRC org
> 1. <<1>> Do something.
> 2. Use your answer in part [[1]] to do something else.
> #+END_SRC

That will work ok in LaTeX I think.
But that will export to HTML like

<ol class="org-ol">
<li><a id="1" name="1"></a> Do something.
</li>
<li>Use your answer in part <a href="#1">1</a> to do something else.
</li>
</ol>

and the link name will remain "1", even if one adds type="a" to the <ol> tag to 
adjust the bullet appearance.

Josiah


reply via email to

[Prev in Thread] Current Thread [Next in Thread]