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

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

[emacs-wiki-discuss] Re: planner-markup-task confusing emacs-wiki-publis


From: Andrew J. Korty
Subject: [emacs-wiki-discuss] Re: planner-markup-task confusing emacs-wiki-publish
Date: Mon, 08 Nov 2004 08:43:27 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

address@hidden (Andrew J. Korty) writes:

> Sacha Chua <address@hidden> writes:
>
>> address@hidden (Andrew J. Korty) writes:
>>
>>> On planner pages with an odd number of unfinished tasks (marked with
>>> "_"), I sometimes lose formatting for _underlining_, *emphasis*,
>>> =code=, etc. on the rest of the page.  The cause seems to be
>>
>> Pfft. Unfortunate choice, that.
>>
>> emacs-wiki needs to do some more processing, so we can't mark the task
>> as read-only. Workaround: change planner-markup-task so that it
>> doesn't insert underscores. What would be a good way of indicating
>> unfinished tasks in published HTML?
>
> Maybe a hyphen (-) or a dot (.)?

Here's an easy fix for now: just insert a space before the </span> tag
that follows the status mark.

- --- planner.el~       2004-06-24 07:38:11.000000000 -0500
+++ planner.el  2004-11-08 08:40:40.359539958 -0500
@@ -2056,7 +2056,7 @@
         ((string= category "C") "taskC")
         (t "task"))
        "\">"
- -       category priority " " status "</span> ")
+       category priority " " status " </span> ")
       (when priority (insert "</span>"))
       (insert text "</div>")))
   "")


- -- 
Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
Office of the Vice President for Information Technology
Indiana University
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBj3f/8gM8+Mr5peERAhGGAJwJZrti77yBcbxOIDCV2nai/agM5gCg3/Bh
S4mFHnWch1sQ+lOwG92Ywuo=
=T2DH
-----END PGP SIGNATURE-----




reply via email to

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