Re: [O] Feature request: info-org-manual

2013-09-29 Thread Memnon Anon
Marcin Borkowski writes: > and - even > though I've read the Org-mode manual (almost) cover to cover - I now > also grepped it: this command is never mentioned there! So I guess > that my lack of knowledge was justifiable. :) Well, the manual does not contain everything; never did, never will.

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Nicolas Richard
Hello, Suvayu Ali writes: > On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: >> there is the info-emacs-manual, bound to C-h r. Why not introduce >> info-org-manual, like this: > > I'll play the Devil's advocate, there are many emacs packages with info > pages of their own. AFA

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Marcin Borkowski
Dnia 2013-09-28, o godz. 12:34:02 Suvayu Ali napisał(a): > On Sat, Sep 28, 2013 at 12:24:05PM +0200, Marcin Borkowski wrote: > > Dnia 2013-09-28, o godz. 12:16:52 > > Carsten Dominik napisał(a): > > > > > > > > On 28.9.2013, at 12:10, Suvayu Ali > > > wrote: > > > > > > > Hi Marcin, > > > >

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Suvayu Ali
On Sat, Sep 28, 2013 at 12:24:05PM +0200, Marcin Borkowski wrote: > Dnia 2013-09-28, o godz. 12:16:52 > Carsten Dominik napisał(a): > > > > > On 28.9.2013, at 12:10, Suvayu Ali > > wrote: > > > > > Hi Marcin, > > > > > > On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: > > >>

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Marcin Borkowski
Dnia 2013-09-28, o godz. 12:16:52 Carsten Dominik napisał(a): > > On 28.9.2013, at 12:10, Suvayu Ali > wrote: > > > Hi Marcin, > > > > On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: > >> Hi, > >> > >> there is the info-emacs-manual, bound to C-h r. Why not introduce > >>

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Carsten Dominik
On 28.9.2013, at 12:10, Suvayu Ali wrote: > Hi Marcin, > > On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: >> Hi, >> >> there is the info-emacs-manual, bound to C-h r. Why not introduce >> info-org-manual, like this: > > I'll play the Devil's advocate, there are many emacs

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Suvayu Ali
Hi Marcin, On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: > Hi, > > there is the info-emacs-manual, bound to C-h r. Why not introduce > info-org-manual, like this: I'll play the Devil's advocate, there are many emacs packages with info pages of their own. AFAIK, none of them

[O] Feature request: info-org-manual

2013-09-28 Thread Marcin Borkowski
Hi, there is the info-emacs-manual, bound to C-h r. Why not introduce info-org-manual, like this: (defun info-org-manual () "Display the Org-mode manual in Info mode." (interactive) (info "org")) (the above code is a tiny change;), since it's more or less s/emacs/org/ on the original func