Christian Wittern <cwitt...@gmail.com> writes: > I am developing a mode derived from org for special editing and > browsing purposes. I will add my own menu to the menubar and would > like to remove the menus added by org, "Org" and "Tbl", in order not > to confuse my users
Try this (add-hook 'org-mode-hook (lambda nil (local-unset-key [menu-bar Org])))