Carsten Dominik 写道:

Hi Carsten,


On May 2, 2009, at 2:15 AM, Wei-Wei Guo wrote:

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?

Yes, org-remember-insinuate does this, and is supposed to do this.
What is the problem?


My problem is I don't want org-remember take over remember forever. But never
mind, I prohibited the behavior by setting remember-mode-hook to nil when 
killing
remember buffer. Thanks anyway.


Best wishes,
Wei-Wei


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to