> Here is the code that does this:

> (define-key org-mode-map [menu-bar headings] 'undefined)
> (define-key org-mode-map [menu-bar hide] 'undefined)
> (define-key org-mode-map [menu-bar show] 'undefined))

If org-mode-map inherits from outline-mode-map, then it should be OK,
although binding them to nil rather than `undefined' should work as well
(nil bindings hide other bindings in parent keymaps, but not in lower-level
keymaps).


        Stefan


_______________________________________________
emacs-pretest-bug mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to