emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Remove Org and Tbl from menubar for derived mode


From: Christian Wittern
Subject: [O] Remove Org and Tbl from menubar for derived mode
Date: Fri, 13 Sep 2013 21:28:04 +0900
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

Hi there,

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, who will be Emacs newbies in most cases.
I tried several things like

(define-key org-mode-map [menu-bar Org] nil)
or
(define-key global-map [menu-bar Org] nil)
and some other combinations of this line of thought, but nothing succeeded in removing the stuff.

I wonder if anybody here has any advice?

All the best and thanks in advance,

Christian

--
Christian Wittern, Kyoto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]