Stefan Vollmar <voll...@nf.mpg.de> writes:

> Dear Andrea,
>
> I have this in my .emacs file
>
> (defun my-org-mode-stuff ()
>   (define-key org-mode-map [(meta tab)] 'previous-user-buffer)
>   (local-set-key (kbd "S-<right>") 'forward-char-mark)
>   (local-set-key (kbd "S-<left>") 'backward-char-mark)
>   (local-set-key (kbd "S-<up>") 'previous-line-mark)
>   (local-set-key (kbd "S-<down>") 'next-line-mark))
>
> (add-hook 'org-mode-hook 'my-org-mode-stuff)
>
> this was a suggestion from the list (thanks to PT 
> <spamfilteracco...@gmail.com>) and works for me, I realize that this was not 
> exactly what you were asking for but thought it might help.
>

I'm quite sure that also would work for me, that's the normal way to
proceed.
But since org-mode has this disputed-keys feature which is quite a good
idea I wanted to use it if possible...

Looks like that the key meta-left which would be bound to "other-frame"
is not seen as used by org-mode, that's my explanation...


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to