Differences From Artifact [b135d898]:
- File crystalize.rkt — part of check-in [ecb3576a] at 2020-03-15 21:42:54 on branch trunk — Implement adding index entries via ‘keywords’ meta (user: joel, size: 11567) [annotate] [blame] [check-ins using]
To Artifact [f3846856]:
- File crystalize.rkt — part of check-in [cbaca7d9] at 2020-03-20 03:24:18 on branch trunk — Add and document save-cache-things! (user: joel, size: 11566) [annotate] [blame] [check-ins using]
| ︙ | |||
260 261 262 263 264 | 260 261 262 263 264 265 266 | - + |
(define all-entries
(append (for/list ([etx (in-list entry-txs)]) (txexpr->index-entry etx pagenode))
(current-metas-keyword-entries pagenode)))
(delete-index-entries! pagenode)
|