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

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

[emacs-wiki-discuss] Re: Notes all on one page


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: Notes all on one page
Date: Tue, 22 Nov 2005 10:39:44 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

"Paul D. Kraus" <address@hidden> writes:

> is there a way to have all notes stored in a file called notes? The
> linking should still work but when i want to search for something i
> hate having to go through all my planner pages or using perl to do a
> quick query.

Try

(defadvice remember-planner-append (around paul activate)
 "Turn off day pages."
 (let ((planner-use-da-pages nil))
   ad-do-it))
(setq remember-planner-page "Notes")

Or use the remember-append-to-file handler instead. =)

-- 
Sacha Chua <address@hidden> - open source, free software geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, public speaking
sachac on irc.freenode.net#emacs . YM: sachachua83




reply via email to

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