Re: Planner: Readable headers on day pages
Sebastian Luque <[email protected]>
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Organization | Memorial University of Newfoundland |
| Message-ID | <[email protected]> |
Phillip Lord <[email protected]> wrote: > It is possible to get readable day titles on the day pages? Sometimes, > I've gone into the wrong day page and don't realise, because I don't > remember the dates. It would be great to be able to add a title to the > top with "Tuesday, 29th Feb", so that I knew where I am. To add to what Jim suggested, another options is (assuming you use timestamp): (setq planner-day-page-template (concat "#date Time-stamp: <>\n\n* Tasks\n\n")) -- Seb