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

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

[emacs-wiki-discuss] Re: Time Clock / Day Page Template Help


From: Peter K . Lee
Subject: [emacs-wiki-discuss] Re: Time Clock / Day Page Template Help
Date: Mon, 15 Aug 2005 10:57:36 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

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

> How do i add a timeclock summury section to my day pages.
>
> I want to replace the Schedule section with the Summury section.
> Can someone show me how I would change the variable and what it would
> be changed to in order to get it to appear?

(require 'planner-timeclock)
(require 'planner-timeclock-summary)

(setq planner-day-page-template
          "* Tasks\n\n\n* Diary\n\n\n* Timeclock\n\n\n* Accomplishments\n\n\n* 
Notes\n\n")

(planner-timeclock-summary-insinuate)

> Also will the change happen on day pages that already exist or only on
> new ones?

It will automatically appear for new ones, but you can go back and add
the section * Timeclock to old ones and it should automagically fill
in as you save the file.

-Peter




reply via email to

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