* How to deactivate key binding "!" for org-agenda-toggle-deadlines?
@ 2014-06-25 8:32 Martin Beck
2014-06-25 9:10 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Martin Beck @ 2014-06-25 8:32 UTC (permalink / raw)
To: emacs orgmode-mailinglist
[-- Attachment #1: Type: text/html, Size: 606 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to deactivate key binding "!" for org-agenda-toggle-deadlines?
2014-06-25 8:32 How to deactivate key binding "!" for org-agenda-toggle-deadlines? Martin Beck
@ 2014-06-25 9:10 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-06-25 9:10 UTC (permalink / raw)
To: Martin Beck; +Cc: emacs orgmode-mailinglist
Hi Martin,
"Martin Beck" <elwood151@web.de> writes:
> I'd like to deactivate the key binding "!" (which is bound to
> org-agenda-toggle-deadlines) in agendas,
(add-hook 'org-agenda-mode-hook (lambda () (local-unset-key "!")))
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-25 9:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 8:32 How to deactivate key binding "!" for org-agenda-toggle-deadlines? Martin Beck
2014-06-25 9:10 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).