emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-


From: Nicolas Goaziou
Subject: Re: [O] 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Sam Halliday <address@hidden> 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]