help-gnu-emacs
[Top][All Lists]
Advanced

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

org-mode with a custom binding on S-Up and no shift-select


From: Alain Ketterlin
Subject: org-mode with a custom binding on S-Up and no shift-select
Date: Tue, 19 May 2009 10:38:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hello,

I've just started using org-mode and have a small problem with <S-up>
and <S-down>. I don't use shift-select-mode. My .emacs has:

(global-set-key (kbd "S-<down>") `(lambda ()
                                    (interactive)
                                    (scroll-up 1)))

and similar for <S-up>. (BTW, is interactive of any use here? I copied
this somewhere, my elisp skills are almost non-existent.)

Org-mode has special use for <S-up> and <S-down>. I would like to keep
my own bindings, except on timestamps. I have customized
org-support-shift-select, with the hope that org-mode would revert to
default behavior, but it does not. Instead, it seems that it tries to
emulate shift-select-mode.

Is there any way to keep my own bindings? If not, is there any way to
have org-mode's on timestamps, scroll-up by 1 otherwise?

Thanks in advance for any help.

-- Alain.


reply via email to

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