25 Oct
2021
25 Oct
'21
4:59 p.m.
Rik Kabel via ntg-context schrieb am 25.10.2021 um 16:45:
Hello all,
The example below continues to work with MkIV, but now fails with the most recent (ConTeXt ver: 2021.10.24 21:45) LMTX:
\define\DraftOf {Draft of \date} \setupinteraction [date={\DraftOf}] \starttext Fail with LMTX, works with MkIV. \stoptext
If the answer is "don't do that" I can find another way to accomplish what this does -- not a big problem. But I do want to point out the difference in behavior.
The date-key expects its argument in a certain format but you pass garbage values. See the following thread for more information: https://mailman.ntg.nl/pipermail/ntg-context/2021/103884.html Wolfgang