On Jan 7, 2010, at 3:56 PM, Matt Lundin wrote:
Joe Snikeris writes:
There is an error in the FAQ found here:
http://orgmode.org/worg/org-faq.php#visual-line-mode
The line:
(define-key org-mode-map "\C-a" 'move-end-of-line)))
should read:
(define-key org-mode-map "\C-e" 'move-end-of-line)))
Joe Snikeris writes:
> There is an error in the FAQ found here:
> http://orgmode.org/worg/org-faq.php#visual-line-mode
>
> The line:
> (define-key org-mode-map "\C-a" 'move-end-of-line)))
>
> should read:
> (define-key org-mode-map "\C-e" 'move-end-of-line)))
I just fixed this. Thanks!
- Matt