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

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

[emacs-wiki-discuss] Re: Link and date fields unset in task info


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: Link and date fields unset in task info
Date: Sat, 04 Dec 2004 14:34:38 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

address@hidden (Andrew J. Korty) writes:

> When the link is just a date (which wouldn't match
> emacs-wiki-name-regexp), this code seems to set link to nil.  Hence,
> later on, the date field also gets set to nil.

This happens when the code is being run outside the planner project.
To be safe, use (with-emacs-wiki-project planner-project ...) like so:

(with-temp-buffer
 (with-emacs-wiki-project ...))

Note also that (planner-mode) by itself might not shift a buffer
successfully to planner-mode. The workaround is to

(let ((emacs-wiki-project planner-project))
  ...
  (planner-mode))

Am not quite sure why this is the case, but this needs fixing in the future.

-- 
Sacha Chua <address@hidden> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, CS ed
applying as a Debian new maintainer | looking for a grad school




reply via email to

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