From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick DeNatale Subject: Help needed - export markdown is it supposed to pre-pend html? Date: Thu, 3 Apr 2014 17:59:23 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d1dd6bfb2e004f62a8433 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVpfm-0002iS-4v for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 17:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVpfl-0001pV-7R for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 17:59:46 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:42982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVpfk-0001pJ-Vw for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 17:59:45 -0400 Received: by mail-lb0-f171.google.com with SMTP id w7so1869295lbi.30 for ; Thu, 03 Apr 2014 14:59:43 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e013d1dd6bfb2e004f62a8433 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm a fairly new org mode user. I'm trying to export to markdown and I can't understand the output: For example with the simple org mode buffer * Top level headline ** Second level *** Third level Some text *** Third level More text * Another top level headline When I export with C-c C-e m M I end up with the resulting buffer: # Top level headline ## Second level ### Third level Some text ### Third level More text # Another top level headline Is this expected? or is there something wrong with my installation? M-x org-version gives Org-mode version 8.2.5h (8.2.4h-94-g91175a-elpa @ /Users/rick/.emacs.d/elpa/org-20140331/) I installed then used M-x customize-variable RET org-export-backends RET to turn md on. -- Rick DeNatale --089e013d1dd6bfb2e004f62a8433 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi, I'm a fairly new org mode user.

I'm trying to export to markdown and I can't understand the output= :

For example with the simple org mode buffer

* Top level headline
** Second level
*** Third level
=A0 =A0 Some text
*** Third leve= l
=A0 =A0 More text
* Another top level headline
<= div>
When I export with C-c C-e m M
I end up with the r= esulting buffer:

<div id=3D"table-of-= contents">
<h2>Table of Contents</h2>
<div id=3D"text-table-of-contents">
<ul&g= t;
<li><a href=3D"#sec-1">1. Top level head= line</a>
<ul>
<li><a href=3D"= #sec-1-1">1.1. Second level</a>
<ul>
<li><a href=3D"#sec-1-1-1">= 1.1.1. Third level</a></li>
<li><a href=3D&q= uot;#sec-1-1-2">1.1.2. Third level</a></li>
</ul>
</li>
</ul>
</li>
<= li><a href=3D"#sec-2">2. Another top level headline</= a></li>
</ul>
</div>
</div>

# Top level headline

## Second= level

### Third level

So= me text

### Third level

More text

# Another top level headline
=

Is this expected? or is there something wrong with my i= nstallation?

M-x org-version gives
Org-mode version 8.2.5h (8.2.4h-94-g91175a-elpa @=A0/Users/rick/.emacs.d/el= pa/org-20140331/)

I installed then used M-x customize-variable RET org-ex= port-backends RET to turn md on.


--
= Rick DeNatale


--089e013d1dd6bfb2e004f62a8433--