emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Remember destroys my plan page


From: Jody Klymak
Subject: Re: [emacs-wiki-discuss] Remember destroys my plan page
Date: Thu, 22 Apr 2004 13:41:18 -0700
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (darwin)

Hi Martin,

Martin Stemplinger <address@hidden> writes:
> sometimes (I couldn't yet find a pattern) remembering a note destroy
> my plan page. I.e. it only displays this note and deletes all my
> tasks on it. Anyone else seen this?

Are you using remember-planner and 
(setq remember-handler-functions '(remember-planner-append))

Are you sure that the page is destroyed and not just "narrowed"? (try
M-x widen)

Is there an error in you *Messages*?  

remember-planner-append runs narrow-to-region on the note and then
calls 'remember-planner-append-hook.  It is possible that whatever
remember-planner-append-hook has in it is dying and leaving your plan
page narrowed.

If it is truly destroying your plan page, then try to edebug
remember-planner-add-xref in remember-planner.

Cheers,  Jody
 
-- 
Jody Klymak      http://opg1.ucsd.edu/~jklymak/
mailto:address@hidden   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]