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.
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
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,
> > > >
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:
> > >>
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
> >>
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
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
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