Re: [O] [PATCH] improve doc for org-use-speed-commands

2013-11-05 Thread Bastien
Oleh writes: > Here's the updated patch. Applied with some minor edits and a ChangeLog, thanks! -- Bastien

Re: [O] [PATCH] improve doc for org-use-speed-commands

2013-11-05 Thread Oleh
Hi Bastien, Here's the updated patch. regards, Oleh On Tue, Nov 5, 2013 at 5:34 PM, Bastien wrote: > Hi Oleh, > > Oleh writes: > >> I have my headings abbreviated to one star and often >> instead of executing org-speed-command, I get a letter inserted >> because the point isn't exactly at the

Re: [O] [PATCH] improve doc for org-use-speed-commands

2013-11-05 Thread Bastien
Hi Oleh, Oleh writes: > I have my headings abbreviated to one star and often > instead of executing org-speed-command, I get a letter inserted > because the point isn't exactly at the beginning of line. > > Problem is solved by setting `org-use-speed-commands' to an appropriate > lambda. I attac