Christopher Kuettner <[EMAIL PROTECTED]> writes:

> Hi,
>
> installed planner-mode yesterday, I was unable to find further information on
> how to customize planner page templates.  How does this function?
>

What kinds of things are you interested in customizing? The templates are very
flexible. You can essentially put whatever you want in
planner-day-page-template and planner-plan-page-template. Just make sure to
keep a section called "* Tasks" for your tasks and "* Notes" for your notes.
Here's mine:

(defun johnsu01/planner-daily-template ()
  "Build a new daily planner page."
  (let ((cur (planner-get-current-date-filename))
        (today (planner-today)))
    (planner-timewarp cur)
    (insert 
     (format 
      "%s | %s

* Tasks

* Diary

* E-mail sent

* Notes
"
      (planner-yesterday) (planner-tomorrow)))
    (planner-timewarp today)))

There is some info about this in the manual as well. See
"(planner-el.info)Customizing Your Day Pages".

> Also I could not find a way to search the list-archives with a search-progam.
> How can one do that?
>

What search program? You can search via gmane. See gmane.emacs.planner.general
and the old inactive list at gmane.emacs.wiki.discuss. Both at
http://gmane.org.

-- 
-John Sullivan
-http://www.wjsullivan.net
-GPG Key: AE8600B6

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to