[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] cautionary tale: avoid creating/using a macro called "title"
From: |
Eric S Fraga |
Subject: |
Re: [O] cautionary tale: avoid creating/using a macro called "title" |
Date: |
Thu, 22 Mar 2018 15:34:38 +0000 |
On Thursday, 22 Mar 2018 at 12:23, Kaushal Modi wrote:
>
> Org is probably getting loaded before you tweak the load paths. e.g. emacs
> -Q foo.org would do that. That version looks like the one that's on
> emacs-26/master branch of Emacs.
Thank you. What is the number after the 9.1.6- in the org version for
yours? I do not load the file immediately. My means of testing is:
emacs -Q
evaluate
#+begin_src emacs-lisp
(add-to-list 'load-path "~/git/org-mode/lisp")
(require 'org)
#+end_src
and then visit foo.org to test.
I get a different version of org (differing in the number of 9.1.6-) if
I evaluate that lisp code when compared to not evaluating it.
Thanks again,
eric
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-341-g3a4fd3
signature.asc
Description: PGP signature
- [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/14
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Bastien, 2018/03/20
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/21
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Bastien, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Bastien, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Kaushal Modi, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title",
Eric S Fraga <=
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Nicolas Goaziou, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/22
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Nicolas Goaziou, 2018/03/23
- Re: [O] cautionary tale: avoid creating/using a macro called "title", Eric S Fraga, 2018/03/24