Re: [Orgmode] Re: Error in FAQ

2010-01-08 Thread Carsten Dominik
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)))

[Orgmode] Re: Error in FAQ

2010-01-07 Thread Matt Lundin
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