emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Rebinding of home and end keys


From: Liam Healy
Subject: [Orgmode] Rebinding of home and end keys
Date: Wed, 10 Nov 2010 10:50:22 -0500

I have in my .emacs

(global-set-key [(home)] 'beginning-of-buffer)
(global-set-key [(end)] 'end-of-buffer)

Starting with a recent (last few months) org-mode version, the home
and end keys are bound to be beginning of end of line when in org
files.   This happens even if I do my keybinding after I load org.
Can this rebinding be removed, or at least made optional?  I do not
see why these keys are bound at all; these are regular emacs functions
(not org-mode functions) so emacs (by default) and the user (by
resetting the keys globally) can establish themselves what they want.

Org-mode version 7.02trans (release_7.3.10.g7f79)

Thank you.

Liam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]