projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc077f6
)
analysis
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 21 Dec 2008 06:41:00 +0000
(
01:41
-0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 21 Dec 2008 06:41:00 +0000
(
01:41
-0500)
doc/bugs/inline_sort_order_and_meta_date_value.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
index f5f4ea48451572661f368d178e12587d93aaecc9..21965775398da5e577d2f17227a5b4c612c2bef1 100644
(file)
--- a/
doc/bugs/inline_sort_order_and_meta_date_value.mdwn
+++ b/
doc/bugs/inline_sort_order_and_meta_date_value.mdwn
@@
-300,3
+300,13
@@
mtime and ctime" are not ones that I know how to follow (given that touch sets
> }
>
> --[David A. Harding](http://dtrt.org/), 2008-12-20
+
+Thank you for a textbook excellent reproduction recipe.
+
+What appears to be going on here is that meta directives are not processed
+until the leaf pages are rendered, and thus the ctime setting is not
+available at the time that they are inlined, and the newer unix ctime is
+used. On the second build, the meta data has already been recorded.
+
+This can probably be avoided by processing meta date at scan time.
+--[[Joey]]