]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/inline_sort_order_and_meta_date_value.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / inline_sort_order_and_meta_date_value.mdwn
index f5f4ea48451572661f368d178e12587d93aaecc9..d4ec8f345e5fc3b7348742ec50559f9c3a9473da 100644 (file)
@@ -300,3 +300,15 @@ 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
 >         }
 >
 > --[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.
+
+Verified, fix works. [[done]]
+--[[Joey]]