Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-14 Thread Jeff Horn
On Sat, Jan 1, 2011 at 4:58 AM, Ian Barton wrote: > I have been struggling to get the info from the git repo to display in > Emacs, rather than the default info. > > In my .emacs I have: (add-to-list 'Info-default-directory-list > "~/.emacs.d/src/org-mode/doc/") > > C-h v Info-directory-list shows

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Nick Dokos
Ian Barton wrote: > On 01/01/11 09:58, Ian Barton wrote: > > On 01/01/11 05:36, Jambunathan K wrote: > >> > >>> Inspecting the Makefile, I see that I probably want to make the info > >>> documentation and have that installed automatically, I just don't want > >>> to byte-compile the lisp. > >> >

[Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Jambunathan K
>> Inspecting the Makefile, I see that I probably want to make the info >> documentation and have that installed automatically, I just don't want >> to byte-compile the lisp. > > $ make doc/org > > The above command will create a file named 'org' in the doc directory. > > Once this is done alter `

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Ian Barton
On 01/01/11 09:58, Ian Barton wrote: On 01/01/11 05:36, Jambunathan K wrote: Inspecting the Makefile, I see that I probably want to make the info documentation and have that installed automatically, I just don't want to byte-compile the lisp. $ make doc/org The above command will create a f

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Ian Barton
On 01/01/11 05:36, Jambunathan K wrote: Inspecting the Makefile, I see that I probably want to make the info documentation and have that installed automatically, I just don't want to byte-compile the lisp. $ make doc/org The above command will create a file named 'org' in the doc directory.

[Orgmode] Re: Installing org-mode from git without byte-compiling

2010-12-31 Thread Jambunathan K
> Inspecting the Makefile, I see that I probably want to make the info > documentation and have that installed automatically, I just don't want > to byte-compile the lisp. $ make doc/org The above command will create a file named 'org' in the doc directory. Once this is done alter `Info-directo

[Orgmode] Re: Installing org-mode from git without byte-compiling

2010-12-31 Thread Bernt Hansen
Jeff Horn writes: > Bernt, Eric Schulte, and others, > > Bernt recently mentioned to me on #org-mode that he doesn't > byte-compile org-mode, which makes it much easier to read backtraces. > I'm trying to use Eric Schulte's starter-kit fork, and the > instructions suggest compiling org-mode.[1] >