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: Mon, 21 Aug 2017 18:32:41 +0100 Message-ID: References: <87h8x3zy94.fsf@gmail.com> <87k21zlwcg.fsf@nicolasgoaziou.fr> <87inhil1lh.fsf@nicolasgoaziou.fr> <87inhi9eef.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]:36183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djqZB-0002WJ-Eh for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 13:32:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djqZA-0001M5-By for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 13:32:45 -0400 Received: from mail-ua0-x232.google.com ([2607:f8b0:400c:c08::232]:38603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djqZA-0001KC-7M for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 13:32:44 -0400 Received: by mail-ua0-x232.google.com with SMTP id n29so25182001uai.5 for ; Mon, 21 Aug 2017 10:32:42 -0700 (PDT) In-Reply-To: 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: Kaushal Modi Cc: emacs-org list , Nicolas Goaziou By running this (cl-delete-if (lambda (el) (string-match-p "/usr/share/.*org" el)) load-path) I'm able to hide org and now the org-plus-contrib loads up, yay! Thanks for the hints. On 21 August 2017 at 01:40, Kaushal Modi wrote: > On Sun, Aug 20, 2017, 4:25 PM Nicolas Goaziou > wrote: >> >> >> > 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. > > > :) > > M-x list-load-path-shadows will also help. Pay attention to shadows on org > packages. > > -- > > Kaushal Modi