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
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 used to bring up the remember template, I now
get:
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
Is there a way to override the 'remember files requires a headline'
requirement?
I'd like to have a remember template that just appends the template to
a file. In this case I'm using a remember template to try and create a
ledger entry for expenses. It is not an org file.
Using remember is the ri