emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Wei-Wei Guo <wwguocn@gmail.com>
To: emacs-orgmode@gnu.org
Subject: How to disconnect "remember" with "org-remember"?
Date: Sat, 02 May 2009 08:15:55 +0800	[thread overview]
Message-ID: <49FB90BB.4080907@gmail.com> (raw)

Dear all,

I set two different usages for remember, one is the plain remember, the other
is the org-remember.

(defun ww/plain ()
   "Writing diary or notes."
   (interactive)
   (setq remember-handler-functions 'nil)
   (remember))

(defun ww/schedule ()
   "Recoding tasks or appointments."
   (interactive)
   (setq org-remember-store-without-prompt t)
   (org-remember-insinuate)
   (org-remember))

After I run ww/schedule, the (remember) and ww/plain become a call of org-remember.
It seems (org-remember) will take over (remember). Can I change the behavior?


Best wishes,
Wei-Wei

             reply	other threads:[~2009-05-02  0:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-02  0:15 Wei-Wei Guo [this message]
2009-05-03 18:48 ` How to disconnect "remember" with "org-remember"? Carsten Dominik
2009-05-04  0:18   ` Wei-Wei Guo

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=49FB90BB.4080907@gmail.com \
    --to=wwguocn@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).