Hallo,

I want to globally use M-<tab> to cycle between buffers (using a function by 
Xah Lee). It works fine except when in Org-mode where this key is bound to 
org-complete in org.el. I have tried:

(add-hook 'org-mode-hook
                  (lambda ()
                        (define-key org-mode-map [(meta tab)] 
'previous-user-buffer)))

unfortunately, the original Org-mode setting prevails. What is going wrong?

Many thanks in advance.
Warm regards,
 Stefan
-- 
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