Am 8/1/2013 9:18 AM, schrieb Oleh:
> Hi all,
>
> I've come to rely on org-speed-commands quite a lot,
> and I wanted to share this tip with other people, who use them:
>
> (define-key org-mode-map (kbd "C-a")
> (lambda()(interactive)
> (if (looking-at "^[^*]")
> (re-search
Hi all,
I've come to rely on org-speed-commands quite a lot,
and I wanted to share this tip with other people, who use them:
(define-key org-mode-map (kbd "C-a")
(lambda()(interactive)
(if (looking-at "^[^*]")
(re-search-backward "^*")
(org-beginning-of-line