Re: [Orgmode] org-install.el in Emacs probably should be removed

2009-02-15 Thread Carsten Dominik
On Feb 15, 2009, at 11:18 PM, Tim O'Callaghan wrote: This is what I have done extensively in the manual, but this has not kept people from doing (require 'org) in .emacs. I have been fighting hard to get people to use (require 'org- install), so I did not want to punish them when they move

Re: [Orgmode] org-install.el in Emacs probably should be removed

2009-02-15 Thread Tim O'Callaghan
> > This is what I have done extensively in the manual, but this has not > kept people from doing (require 'org) in .emacs. > > I have been fighting hard to get people to use (require 'org-install), > so I did not want to punish them when they move to Emacs 23 and want > to use the Emacs versi

Re: [Orgmode] org-install.el in Emacs probably should be removed

2009-02-15 Thread Carsten Dominik
On Feb 15, 2009, at 8:50 AM, Leo wrote: Hi Carsten, I just notice there is a dummy file in emacs/lisp/org. The use of this file hides problems away for example if users install org to a dir that is overshadowed by the lisp/org in emacs (this happen quite often to newbies too). Two files wit

[Orgmode] org-install.el in Emacs probably should be removed

2009-02-14 Thread Leo
Hi Carsten, I just notice there is a dummy file in emacs/lisp/org. The use of this file hides problems away for example if users install org to a dir that is overshadowed by the lisp/org in emacs (this happen quite often to newbies too). Two files with the same name but different content also conf