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 19:10:13 +0100 Message-ID: References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> <87inhil1lh.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]:44549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djUfw-0006XE-Bj for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 14:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djUfv-0008SH-9l for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 14:10:16 -0400 Received: from mail-ua0-x235.google.com ([2607:f8b0:400c:c08::235]:34152) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djUfv-0008SC-4i for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 14:10:15 -0400 Received: by mail-ua0-x235.google.com with SMTP id i3so20222742uad.1 for ; Sun, 20 Aug 2017 11:10:15 -0700 (PDT) In-Reply-To: <87inhil1lh.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 On 20 August 2017 at 16:07, Nicolas Goaziou wrote: > 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= -install > 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= use Org=E2=80=99s > package repository, check out the Org ELPA page > (http://orgmode.org/elpa.html). Yes, I followed this exactly and the problem still occurs. If you are confirming that org is definitely compatible with my .org file then I can try to investigate what could be causing the Emacs org to load. I cannot see how that is possible since it is not even available on the elisp path anymore. Is there a way to check which elisp files have been loaded? Then I can grep for anything from the emacs org install instead of my local install.