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.

Warm regards,
 Stefan


On 18.12.2010, at 22:26, Andrea Crotti wrote:

> I wanted finally to fix the following problem, I would like to use
> meta-left/right to switch frame, and that's one of the keys that orgmode
> uses.
> 
> I added the two values here to the org-disputed-keys
> 
> --8<---------------cut here---------------start------------->8---
> [(meta left)]
>            Value: [(meta control left)]
> [(meta right)]
>            Value: [(meta control right)]
> --8<---------------cut here---------------end--------------->8---
> 
> but still it doesn't work, in orgmode meta-left is always bound to the
> org action, not to other-frame as it is in other modes...
> 
> Any suggestions?
> 
> 
> _______________________________________________
> 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

-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: voll...@nf.mpg.de   http://www.nf.mpg.de






Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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