From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Halliday Subject: Re: Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)] Date: Sun, 20 Aug 2017 15:47:45 +0100 Message-ID: References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djRW5-0002Tb-K6 for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 10:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djRW2-0003jD-CX for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 10:47:51 -0400 Received: from mail-ua0-x22f.google.com ([2607:f8b0:400c:c08::22f]:37811) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djRW2-0003ig-7R for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 10:47:50 -0400 Received: by mail-ua0-x22f.google.com with SMTP id x35so9502868uax.4 for ; Sun, 20 Aug 2017 07:47:46 -0700 (PDT) In-Reply-To: <87k21zlwcg.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicholas, To ensure that the Emacs-installed org-mode is not interfering, I added this to my init (cl-delete-if (lambda (el) (string-match-p ".*org" el)) load-path) and I can confirm that emacs/org is not in my load-path. However, the backtrace still occurs. For a much larger file that causes additional problems with org-mode markdown export (e.g. problems with BEGIN_SRC blocks) is my book's manuscript: https://github.com/fommil/fp-scala-mortals/blob/master/manuscript/book.org I am able to successfully export this using the built-in org-mode. Although I'm using additional extensions of md as per https://github.com/fommil/dotfiles/blob/master/.emacs.d/lisp/ox-leanpub.el I'm restricting my experiments to stock org-md for now. Best regards, Sam On 19 August 2017 at 10:50, Nicolas Goaziou wrote: > Hello, > > Sam Halliday writes: > >> Regression in org-plus-contrib from http://orgmode.org/elpa/ vs version >> distributed with Emacs 25.2.1 >> >> Running >> >> M-x md-org-export-to-markdown >> >> on a simple org file such as the following >> >> ================================================== >> >> #+TITLE: Functional Programming in Scala for Mortals >> >> /Functional Programming in Scala for Mortals/ is a book aimed at Scala >> developers with an Object Oriented background who wish to learn the >> *Functional Programming* paradigm. >> ================================================== >> >> Causes the following backtrace: >> >> Debugger entered--Lisp error: (wrong-type-argument listp #("Functional Programming in Scala for Mortals" 0 43 (:parent (#1)))) > > This usually mean that you have a mixed installation. You should check > that the Org shipped with Emacs is not used. > > Regards, > > -- > Nicolas Goaziou