all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.