Am 14.01.2013 um 15:08 schrieb "Rogers, Michael K"
Hi,
I wrote Lua routines a while back that parse a string representation of a weekly schedule to create a table representation of the schedule. It worked last fall. Certainly in August, 2012 and I think at least as late October. I just tried it again, but it failed; and it failed on the same file it worked on before.
Before I roll up my sleeves and starting digging through the code, I was wondering if something had changed in the last two or three months that I should know about. No MWE for you, but here's the ConTeXt command that sends an ID (#1) and a parameters (#2) to Lua
\def\defineschedule{\dodoubleempty\dodefineschedule} \def\dodefineschedule[#1][#2]{\ctxlua{userdata.schedule.new("#1","#2")}}
What’s the error message, there is no way to tell what’s wrong with only these two code lines. Wolfgang