>>364
--- navi2ch-board.el.orig 2004-03-24 16:06:34.000000000 +0900
+++ navi2ch-board.el 2004-03-24 16:04:52.000000000 +0900
@@ -341,6 +341,16 @@
(- (string-to-number res) read)))
-5)
" -")))
+ (and navi2ch-board-insert-subject-with-rpd
+ (concat
+ "/"
+ (substring
+ (format " %01.2f"
+ (* (/ (string-to-number res)
+ (- (float-time)
+ (string-to-number artid)))
+ 60 60 24))
+ -7)))
")"))
(cond ((and navi2ch-board-check-updated-article-p
(setq updated

21 じゃないと動かんかもしれんけど、こんなもんでどう?
(setq navi2ch-board-insert-subject-with-rpd t)
してね。