[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-wiki-discuss] publishing
From: |
fouvry+emacs-wiki |
Subject: |
[emacs-wiki-discuss] publishing |
Date: |
Wed, 11 Aug 2004 18:31:43 +0200 (CEST) |
Hi all,
With publishing planner pages, non-existing links get a mailto
href. Is there any reason for that?
<a class="nonexistent" href="mailto:">ToCheck</a>
Also: I needed this patch to get rmail links to be published more
or less properly. (still todo: it should not consider the link
as a missing one.)
diff -u planner-rmail.el{,~}
--- planner-rmail.el 2004-08-11 18:26:39.000000000 +0200
+++ planner-rmail.el~ 2004-05-25 11:20:38.000000000 +0200
@@ -97,10 +97,10 @@
(defun planner-rmail-resolve-url (id)
"Replace ID with nothing. RMAIL entries should not be linked."
- "")
+ nil)
(add-to-list 'planner-resolve-url-table
- '("rmail://" . planner-rmail-resolve-url))
+ '("rmail:" . planner-rmail-resolve-url))
(add-hook 'planner-annotation-functions 'planner-rmail-annotation-from-mail)
(custom-add-option 'planner-annotation-functions
Cheers,
Frederik
- [emacs-wiki-discuss] publishing,
fouvry+emacs-wiki <=