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

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

Re: [emacs-wiki-discuss] Re: gantt charts


From: Chris Parsons
Subject: Re: [emacs-wiki-discuss] Re: gantt charts
Date: Fri, 18 Mar 2005 08:40:34 +0000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

On the 18th of March 2005 at 05:19, Dryice Liu <dryiceliu#gmail.com> wrote:

> Sacha Chua <address@hidden> wrote:
>> I suppose we could put it in, although it's not really a planner-id
>> kind of thing... Maybe suggested config?
>
> Maybe make it configurable so we can hide all the {{ }} things like
> taskid, deadline, rank, etc?

Some of the info is useful though - it's nice to be able to see the deadline
of a task in the taskline, without having to mouseover. Perhaps we have
an alist with a regexp to match for the icon replacement, and then have
a replace string including the icon, like:

'(("{{Tasks:}}" . "<<<id.png>>>"
   "{{Deadline:\\(.*?\\) - \\(.*?\\)}}" . "<<<deadline.png>>> \2"))

Then when do a replace-match across the whole alist in one pass, and
then we stick an emacs-wiki-inline-img in place of the <<<>>> on the
second pass. Needs to be non-destructive to the page though...

Chris




reply via email to

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