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 22:23:52 +0200 Message-ID: <87inhi9eef.fsf@nicolasgoaziou.fr> References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> <87inhil1lh.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djWlM-0000u7-Li for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 16:24:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djWlH-0007i3-Lx for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 16:24:00 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:56418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djWlH-0007hj-Fj for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 16:23:55 -0400 In-Reply-To: (Sam Halliday's message of "Sun, 20 Aug 2017 19:10:13 +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 Sam Halliday writes: > If you are confirming that org is definitely compatible with my .org > file It is, although I didn't check the details of the output. It didn't error in the process anyway. > 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. `locate-library' may help. Also, `load-path' can give a clue. Try with a bare configuration, i.e., with just (require 'package) (package-initialize) It can be tricky to find out what is loading bundled Org too early. Enjoy the Frankenorg. Regards,