Am 10.09.2008 um 20:26 schrieb JBash:
Hello,
I've recently started using the version of org from the git
repository, and I somehow have broken the remember-mode integration
with org. I was previously using 5.22a, with linux, emacs 22, and
remember 1.9.
When I type 'Ctrl-C r', which us
Hi Russel,
remember-handler-functions is a hook that can contain several
functions. The first function that returns non-nil is assumed to have
done the work, so the other ons are not called.
You can do
(setq remember-handler-functions '(my-ledger-function org-remember-
handler))
and