emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Tim O'Callaghan" <tim.ocallaghan@gmail.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Org Remember hooks?
Date: Tue, 18 Nov 2008 18:18:50 +0100	[thread overview]
Message-ID: <3d6808890811180918l1c9f1eafof77ef38aa7dd3bb@mail.gmail.com> (raw)

Hi,

I want to change/add to the remember mode key-map but i'm having some
problems reverting them.
That's because the remember buffer is actually org-mode in disguise,
the keys stay mapped after the remember mode buffer is closed.

Is it possible to localise the org-remember mappings, or supply a post
org-remember hook?

The function that causes trouble:
(defun toc:remap-remember-keys ()
  (define-key (current-local-map) [(control x) (control s)] 'remember-finalize)
  (define-key (current-local-map) [(meta k)]                'remember-destroy))
(add-hook 'remember-mode-hook 'toc:remap-remember-keys 'append)


Cheers,

Tim.

             reply	other threads:[~2008-11-18 17:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18 17:18 Tim O'Callaghan [this message]
2008-11-18 19:43 ` Org Remember hooks? Carsten Dominik
2008-11-19 13:19   ` Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d6808890811180918l1c9f1eafof77ef38aa7dd3bb@mail.gmail.com \
    --to=tim.ocallaghan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).