From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi 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 00:40:11 +0000 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: multipart/alternative; boundary="94eb2c0b07f05cb55d055738b9e4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djalX-0000ir-Je for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 20:40:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djalW-000604-Hm for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 20:40:27 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:34449) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djalW-0005wQ-CP for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 20:40:26 -0400 Received: by mail-yw0-x235.google.com with SMTP id s143so83546725ywg.1 for ; Sun, 20 Aug 2017 17:40:23 -0700 (PDT) In-Reply-To: <87inhi9eef.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 , Sam Halliday Cc: emacs-org list --94eb2c0b07f05cb55d055738b9e4 Content-Type: text/plain; charset="UTF-8" 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 --94eb2c0b07f05cb55d055738b9e4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Sun, Aug 20, 2017, 4:25 PM N= icolas Goaziou <mail@nicolasgo= aziou.fr> 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 w= ith
a bare configuration, i.e., with just

=C2=A0 (require 'package)
=C2=A0 (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 t= o shadows on org packages.=C2=A0
--

Kaushal Modi

--94eb2c0b07f05cb55d055738b9e4--