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

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

[emacs-wiki-discuss] Re: On the 43folders list


From: Chris Lowis
Subject: [emacs-wiki-discuss] Re: On the 43folders list
Date: Tue, 22 Feb 2005 15:24:50 +0000
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Andrew J. Korty wrote:
> planner-calendar.el has a function you can add to
> emacs-wiki-after-file-publish-hook to do that:
>
> ,----
> | (add-hook 'emacs-wiki-mode-hook
> |           (lambda ()
> |             (add-hook 'emacs-wiki-after-file-publish-hook
> |                       'planner-calendar-create-today-link nil t)))
> `----

Thank you for your help but somehow, I can't get that to work - I just end up with .lnk files to various pages, but no today.lnk, perhaps because I am on a windows machine.

At the moment I have :

(setq emacs-wiki-publishing-transforms
      '(("WelcomePage" . "index")))

as a transform . Is it possible with elisp to create a string from todays date that matches the name of the current day's plan file say "2005.02.22", and use a transform to create "today" . That would seem like a clean way to do things, but I can't find a variable that gives me today's date in "planner" format.

Chris





reply via email to

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