Hi Mirko,
> [snip]
>
> Within emacs, it is straightforward to move from one day-page to the next.
>
> However, when viewing the day pages are published in html, one would have to
> explicitly open the previous/following page in the browser.
>
> Is it possible to publish pages with automatic links to the next and
> previous published day pages?
If I understand tou correctly, I accomplish this using a little lisp:
(setq planner-day-page-template
"\n<verse>\n[[<lisp>(planner-date-to-filename
(planner-calculate-date-from-day-offset (planner-filename-to-calendar-date
(planner-get-current-date-filename)) -1))</lisp>][<]] - [[WikiHome][Home]]
- [[<lisp>(planner-date-to-filename (planner-calculate-date-from-day-offset
(planner-filename-to-calendar-date (planner-get-current-date-filename))
1))</lisp>][>]]\n</verse>\n\n<comment>\n[[lisp://(planner-goto
(planner-date-to-filename (planner-calculate-date-from-day-offset
(planner-filename-to-calendar-date (buffer-file-name)) -1)))][yesterday]]
[[lisp://(planner-goto (planner-date-to-filename
(planner-calculate-date-from-day-offset (planner-filename-to-calendar-date
(buffer-file-name)) 1)))][tomorrow]]\n</comment>\n\n* Tasks\n\n\n* Diary\n\n\n*
Notes")
The first set of links will be published in HTML, the second give me
forward & backward links in muse-mode.
HTH,
--
Michael <[EMAIL PROTECTED]>
web o http://www.unwoundstack.com
ICQ o 198685593
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss