From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [export] Markdown - Exporting headings Date: Fri, 06 Jan 2017 10:39:20 +0100 Message-ID: <87lguo1q9j.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPQzo-0001De-BH for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 04:39:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPQzj-0000Bb-Fa for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 04:39:36 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56002) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPQzj-0000BM-9M for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 04:39:31 -0500 In-Reply-To: (sergio ruiz's message of "Thu, 5 Jan 2017 16:01:27 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: sergio ruiz Cc: emacs-orgmode Hello, sergio ruiz writes: > For some reason, when I export headings under over 2 deep, I get an unexp= ected =C2=A0markdown export. For example: > > * First header > ** second level > *** Third level > **** Fourth level > > > gives me: > > First header > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > second level > ------------ > > 1. =C2=A0Third level > > =C2=A0 =C2=A0 1. =C2=A0Fourth level > > > ideas? This is a limitation of Mardown syntax. See (info "(org) Markdown export") and `org-md-headline-style' variable. Regards, --=20 Nicolas Goaziou