On 29-9-2011 13:49, Wolfgang Schuster wrote:
local tag, plus = match(entry,"^([^%+:]+)(.*)$")
"^([^%+:]+)[%+:]*(.*)$"
Even when you patch this you don’t get any output because context tries (in the example below) to use the label “August:mnem” but only the label “august:mnem” is defined.
\starttext
\date[d=1,m=8][day:ord,space,month,space,month:mnem]
\starttabulate[|Tl|l|] \NC August \EQ \labeltext{August} \NC\NR \NC August:mnem \EQ \labeltext{August:mnem} \NC\NR \NC august:mnem \EQ \labeltext{august:mnem} \NC\NR \stoptabulate
\stoptext
which makes me wonder ... in the past these v! were used instead of labels but it might make more sense now to lowercase the v! okay? ["august"]={ ["cs"]="srpen", ["de"]="August", -- august ["en"]="August", -- august ["fr"]="août", ["it"]="agosto", ["nl"]="augustus", ["pe"]="آگوست", ["ro"]="august", }, of course the labeltexts stay the same ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------