From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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 17:07:22 +0200 Message-ID: <87inhil1lh.fsf@nicolasgoaziou.fr> References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> 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]:47745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djRp0-0002Zc-UW for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 11:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djRoz-0005xF-UG for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 11:07:26 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53321) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djRoz-0005x5-No for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 11:07:25 -0400 In-Reply-To: (Sam Halliday's message of "Sun, 20 Aug 2017 15:47:45 +0100") 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: Sam Halliday Cc: emacs-orgmode@gnu.org Hello, Sam Halliday writes: > 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. As I wrote, it is still a problem of mixed installation. Quoting the manual Recent Emacs distributions include a packaging system which lets you install Elisp libraries. You can install Org with =E2=80=98M-x package-i= nstall RET org=E2=80=99. Important: you need to do this in a session where no =E2=80=98.org=E2=80= =99 file has been visited, i.e., where no Org built-in function have been loaded. Otherwise autoload Org functions will mess up the installation. Then, to make sure your Org configuration is taken into account, initialize the package system with =E2=80=98(package-initialize)=E2=80=99= in your =E2=80=98.emacs=E2=80=99 before setting any Org option. If you want to u= se Org=E2=80=99s package repository, check out the Org ELPA page (http://orgmode.org/elpa.html). Some users install Org launching a new Emacs session without any configuration file. > 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 Could you point out what are the problems? I have no issue exporting the document above with latest Org, but I may have missed some wrong bits in the output. I have no Scala mode installed. Regards, --=20 Nicolas Goaziou