Re: [O] Remove the build-in orgmode

2014-06-10 Thread Shiyuan
Thanks for the reply and the tips. Just add another small tip to this thread: `-Q`/`-q` skips ELPA load path. So we need to manually add the ELPA load path to the debugorg.el. It looks like that by default the ELPA org-mode load path is ~/.emacs.d/org/$DATE On Fri, Jun 6, 2014 at 10:57 PM, Thors

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Thorsten Jolitz
Achim Gratz writes: > Nick Dokos writes: >> I did that in the past (presumably for reasons similar to Thorsten's) >> and I don't bother any longer (overriding is simple enough as you point >> out), but the question still bugs me: what's so bad about it? > > The reason it is bad is that parts of

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Achim Gratz
Nick Dokos writes: > I did that in the past (presumably for reasons similar to Thorsten's) > and I don't bother any longer (overriding is simple enough as you point > out), but the question still bugs me: what's so bad about it? The reason it is bad is that parts of the code have already leaked o

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Nick Dokos
Bastien writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> (On Archlinux) I simply trash the Org dir shipped with Emacs and put a >> symlink to my git-version of Org-mode there. I was told I shouldn't do >> that, but since I had many problems with mixed installs before, and no >> problems a

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > (On Archlinux) I simply trash the Org dir shipped with Emacs and put a > symlink to my git-version of Org-mode there. I was told I shouldn't do > that, but since I had many problems with mixed installs before, and no > problems at all after doing so, I stic

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Thorsten Jolitz
Shiyuan writes: > Hi, > I updated Org-mode from ELPA. If I start emacs normally, M-x > org-version does show the new version(8.2.6). But if I start emacs > with -Q, emacs will still run the built-in version(7.9.3). This is not > convenient for debugging purpose. Is there anyway to remove the > b

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Rainer M Krug
Brady Trainor writes: > Shiyuan wrote: > >> Hi, >> I updated Org-mode from ELPA. If I start emacs normally, M-x >> org-version does show the new version(8.2.6). But if I start emacs with >> -Q, emacs will still run the built-in version(7.9.3). This is not >> convenient for debugging purpose.

Re: [O] Remove the build-in orgmode

2014-06-01 Thread Brady Trainor
Shiyuan wrote: > Hi, > I updated Org-mode from ELPA. If I start emacs normally, M-x > org-version does show the new version(8.2.6). But if I start emacs with > -Q, emacs will still run the built-in version(7.9.3). This is not > convenient for debugging purpose. Is there anyway to remove the b

[O] Remove the build-in orgmode

2014-06-01 Thread Shiyuan
Hi, I updated Org-mode from ELPA. If I start emacs normally, M-x org-version does show the new version(8.2.6). But if I start emacs with -Q, emacs will still run the built-in version(7.9.3). This is not convenient for debugging purpose. Is there anyway to remove the built-in version 7.9.3 comp