emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [export] Markdown - Exporting headings
@ 2017-01-05 21:01 sergio ruiz
  2017-01-06  9:39 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: sergio ruiz @ 2017-01-05 21:01 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 739 bytes --]

For some reason, when I export headings under over 2 deep, I get an unexpected  markdown export. For example:

* First header
** second level
*** Third level
**** Fourth level


gives me:

First header<a id="sec-1" name="sec-1"></a>
============

second level<a id="sec-1-1" name="sec-1-1"></a>
------------

1.  Third level

    1.  Fourth level


ideas?

thanks!


----
peace,
sergio
photographer, journalist, visionary

Public Key: http://bit.ly/29z9fG0
#BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
http://www.Village-Buzz.com
http://www.ThoseOptimizeGuys.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

[-- Attachment #1.2: Type: text/html, Size: 2368 bytes --]

[-- Attachment #2: Message signed with OpenPGP using AMPGpg --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [export] Markdown - Exporting headings
  2017-01-05 21:01 [export] Markdown - Exporting headings sergio ruiz
@ 2017-01-06  9:39 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-01-06  9:39 UTC (permalink / raw)
  To: sergio ruiz; +Cc: emacs-orgmode

Hello,


sergio ruiz <sergio.rrd@gmail.com> writes:

> For some reason, when I export headings under over 2 deep, I get an unexpected  markdown export. For example:
>
> * First header
> ** second level
> *** Third level
> **** Fourth level
>
>
> gives me:
>
> First header<a id="sec-1" name="sec-1"></a>
> ============
>
> second level<a id="sec-1-1" name="sec-1-1"></a>
> ------------
>
> 1.  Third level
>
>     1.  Fourth level
>
>
> ideas?

This is a limitation of Mardown syntax. See

  (info "(org) Markdown export")

and `org-md-headline-style' variable.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-06  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-05 21:01 [export] Markdown - Exporting headings sergio ruiz
2017-01-06  9:39 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).