From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to get "clean" markdown export Date: Sat, 11 Mar 2017 15:24:20 +0100 Message-ID: <87h92z7uy3.fsf@nicolasgoaziou.fr> References: <877f3yuwua.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmhwW-0007UH-5l for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 09:24:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmhwV-0003R6-Ay for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 09:24:24 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39210) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cmhwV-0003QT-4s for emacs-orgmode@gnu.org; Sat, 11 Mar 2017 09:24:23 -0500 In-Reply-To: (stefano franchi's message of "Thu, 9 Mar 2017 12:32:12 -0600") 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: stefano franchi Cc: emacs-orgmode@gnu.org Hello, stefano franchi writes: > On Thu, Mar 9, 2017 at 12:30 PM, Eric S Fraga wrote: > >> On Thursday, 9 Mar 2017 at 17:44, stefano franchi wrote: >> > Hi all, >> > >> > I 'm just beginning with org-mode and I' trying to understand how to >> > get a clean export to markdown. By "clean" I mean: no extraneous html >> >> Just tested what I suggested and, actually, adding >> >> #+options: toc:nil >> >> removes all the cruft you don't want! >> >> > > Indeed! Thanks a lot, problem solved. Speaking of which, I just implemented native table of contents in Markdown export back-end. It supports global table of contents, and local ones, e.g. #+TOC: headlines local 3 Regards, -- Nicolas Goaziou