emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to re-bind C-,?
@ 2014-09-26 17:07 Grant Rettke
  2014-09-26 17:17 ` Jorge A. Alfaro-Murillo
  2014-09-27 12:30 ` Teika Kazura
  0 siblings, 2 replies; 8+ messages in thread
From: Grant Rettke @ 2014-09-26 17:07 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Good afternoon,

╭────
│ (print emacs-version)
│ (print org-version)
╰────

╭────
│ "24.3.1"
│
│ "8.2.7c"
╰────

My goal was to set a new keybinding for two keys like this:

╭────
│ (local-set-key (kbd "C-,") (lambda () (interactive) (insert " \\larr ")))
│ (local-set-key (kbd "C-.") (lambda () (interactive) (insert " \\rarr ")))
╰────

The second works fine. The first does not; it stays bound to
`org-cycle-agenda-files' instead. Trying to remove it first and the bind
it I did:

╭────
│ (local-unset-key (kbd "C-,"))
│ (local-set-key (kbd "C-,") (lambda () (interactive) (insert " \\larr ")))
╰────

With no effect. That got me wondering if the binding occurred to
`org-cycle-agenda-files' /after/ mine. I don't think it that is possible
or likely because I do not customize agenda at all either via the UI or
Lisp.

Not sure if I am facing a Lisp thing or where to start.

What do you folks think I ought to do here?

Kind regards,


-- 
Grant Rettke
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-09-27 14:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 17:07 How to re-bind C-,? Grant Rettke
2014-09-26 17:17 ` Jorge A. Alfaro-Murillo
2014-09-26 20:06   ` Grant Rettke
2014-09-26 20:25     ` Jorge A. Alfaro-Murillo
2014-09-26 21:03       ` Jorge A. Alfaro-Murillo
2014-09-27  1:39         ` Grant Rettke
2014-09-27 12:30 ` Teika Kazura
2014-09-27 14:11   ` Grant Rettke

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).