Re: [O] orgmode to markdown

2015-06-04 Thread flow
Hi Nicolas! El jue, 04-06-2015 a las 00:18 +0200, Nicolas Goaziou escribió: > flow writes: > > > I guessed setext support 6 levels so I don't know why ox-md supprot just > > 2 levels although my exporter seems to support 3 levels. Why? > > Setext style supports only 2 levels. Atx supports 6 of

Re: [O] orgmode to markdown

2015-06-04 Thread Rasmus
Nicolas Goaziou writes: > If this is common enough, we could also add a defcustom to toggle this > behaviour (yet, off by default). But is it common enough? I never use the md exporter, and I'd never use md for a complex documents. So to me it would be wasted effort. That being said, I guess i

Re: [O] orgmode to markdown

2015-06-03 Thread Nicolas Goaziou
flow writes: > I guessed setext support 6 levels so I don't know why ox-md supprot just > 2 levels although my exporter seems to support 3 levels. Why? Setext style supports only 2 levels. Atx supports 6 of them, per . > That's a good q

Re: [O] orgmode to markdown

2015-06-02 Thread flow
Hello Nicolas El lun, 01-06-2015 a las 00:12 +0200, Nicolas Goaziou escribió: > Hello, > > flow writes: > > > I would like to ask you about how org-mode exports title and headlines > > to markdow > > > > org-mode to markdown doesn't export title as md heading one # and > > org-mode heading one

Re: [O] orgmode to markdown

2015-05-31 Thread Nicolas Goaziou
Hello, flow writes: > I would like to ask you about how org-mode exports title and headlines > to markdow > > org-mode to markdown doesn't export title as md heading one # and > org-mode heading one as heading one but heading two > > I think it should work as org-mode to html: > > org-mode t

[O] orgmode to markdown

2015-05-31 Thread flow
Hi I would like to ask you about how org-mode exports title and headlines to markdow org-mode to markdown doesn't export title as md heading one # and org-mode heading one as heading one but heading two I think it should work as org-mode to html: org-mode title to md heading one # org-m