On Fri, Nov 30, 2018 at 2:28 AM Rik Kabel wrote: > On 11/4/2018 07:27, luigi scarso wrote: > > > > On Fri, Nov 2, 2018 at 7:06 PM Rik Kabel > wrote: > >> >> > it should be fixed in the next beta. > > > I am afraid it is not fixed. The compilation of the wiki example now fails > with: > > lua error > lua error on line 12 in file > c://Users/micro/Projects/TeX/ConTeXt/pdfa.tex: > ...ce0dde776fb1556f32e\formats\luajittex/lpdf-ini-macro.lua:236: attempt > to call global 'pdfsetomitcidset' (a nil value) > > > typo $ diff -u lpdf-ini.lua.orig lpdf-ini.lua --- lpdf-ini.lua.orig 2018-11-30 07:13:21.120218873 +0100 +++ lpdf-ini.lua 2018-11-30 07:13:37.459920498 +0100 @@ -233,7 +233,7 @@ end function lpdf.setomitcidset(v) - return pdfsetomitcidset(v) + return pdf.setomitcidset(v) end do -- luigi