* (new exporter) itemized lists converted from deep headlines should not be numbered
@ 2012-11-02 18:22 Hsiu-Khuern Tang
2012-11-02 20:08 ` Hsiu-Khuern Tang
0 siblings, 1 reply; 2+ messages in thread
From: Hsiu-Khuern Tang @ 2012-11-02 18:22 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
Under the new exporter, if I export this to ascii:
------------------------------
#+TITLE:
#+AUTHOR:
#+OPTIONS: H:1 num:t toc:nil
* First level
** Second level
Something
------------------------------
I get
------------------------------
1 First level
=============
* 1.1 Second level
Something
------------------------------
I'd prefer
* Second level
without the "1.1" label, just like with the old exporter.
Thanks!
--
Best,
Hsiu-Khuern.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: (new exporter) itemized lists converted from deep headlines should not be numbered
2012-11-02 18:22 (new exporter) itemized lists converted from deep headlines should not be numbered Hsiu-Khuern Tang
@ 2012-11-02 20:08 ` Hsiu-Khuern Tang
0 siblings, 0 replies; 2+ messages in thread
From: Hsiu-Khuern Tang @ 2012-11-02 20:08 UTC (permalink / raw)
To: emacs-orgmode
* On Fri 11:22AM, 02 Nov 2012, Hsiu-Khuern Tang (tangoh@gmail.com) wrote:
> I get
>
> ------------------------------
> 1 First level
> =============
>
> * 1.1 Second level
>
> Something
> ------------------------------
>
>
> I'd prefer
>
> * Second level
>
> without the "1.1" label, just like with the old exporter.
Using the latest git source, headlines deeper than the "H:" export setting is converted to an ordered list item, e.g.,
1.1 Second level
for the above example, and this is also fine with me.
Sorry for the noise.
--
Best,
Hsiu-Khuern.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-02 20:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 18:22 (new exporter) itemized lists converted from deep headlines should not be numbered Hsiu-Khuern Tang
2012-11-02 20:08 ` Hsiu-Khuern Tang
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.