Re: [O] org-speed-commands and `org-beginning-of-line-tip'

2013-08-02 Thread Rainer Stengele
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-backward

[O] org-speed-commands and `org-beginning-of-line-tip'

2013-08-01 Thread 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-backward ^*) (org-beginning-of-line