Re: [O] Installation via el-get: info not added correctly

2012-07-29 Thread Jude DaShiell
The file (1) command is available on some systems and makes guesses about file formats to help users sort out unknown files. Maybe a for loop in a script could find the info files and do so more reliably than only checking a file's suffix. I think there's also a rather expensive book availabl

Re: [O] Installation via el-get: info not added correctly

2012-07-29 Thread Mike McLean
On Jul 28, 2012, at 2:13 PM, Mike McLean wrote: > On Fri, Jul 27, 2012 at 2:03 AM, Achim Gratz wrote: > Markus Baden writes: > > I just installed org-mode via the recipe provided with the current > > development version of el-get [1]. Org-Mode is installed correctly > > into emacs.d/el-get/org-m

Re: [O] Installation via el-get: info not added correctly

2012-07-28 Thread Mike McLean
On Fri, Jul 27, 2012 at 2:03 AM, Achim Gratz wrote: > Markus Baden writes: > > I just installed org-mode via the recipe provided with the current > > development version of el-get [1]. Org-Mode is installed correctly > > into emacs.d/el-get/org-mode and the docs can be found in the doc > > subfol

Re: [O] Installation via el-get: info not added correctly

2012-07-26 Thread Markus Baden
> > I just installed org-mode via the recipe provided with the current > > development version of el-get [1]. Org-Mode is installed correctly > > into emacs.d/el-get/org-mode and the docs can be found in the doc > > subfolder. The recipe [2] adds the doc to the info via the :info "doc" > > property

Re: [O] Installation via el-get: info not added correctly

2012-07-26 Thread Achim Gratz
Markus Baden writes: > I just installed org-mode via the recipe provided with the current > development version of el-get [1]. Org-Mode is installed correctly > into emacs.d/el-get/org-mode and the docs can be found in the doc > subfolder. The recipe [2] adds the doc to the info via the :info "doc"

[O] Installation via el-get: info not added correctly

2012-07-26 Thread Markus Baden
Hi, I'm relatively new to both (the awesome) org-mode, el-get and emacs, so I think I just describe what problem I encountered when installing org-mode via el-get. Hopefully someone can point me into the right direction where to look (el-get or org-mode) in order to fix that problem. I just insta