On Mon, 26 Mar 2018 at 17:33:15 +0300, Niko Tyni wrote: > <define-tag chairman><br> > -<spaces><em><gettext > domain="organization">chairman</gettext></em> </define-tag> > +<spaces><em><gettext > domain="organization">chair</gettext></em> </define-tag> ... > - <chairman>Didier Raboud ... > + <chair>Margarita Manterola
I don't really speak WML, but I think you probably need to <define-tag chair> instead of <define-tag chairman> if you want to use <chair> further down the document. The alternative would be to leave the machine-readable tag as <chairman> but make it produce the human-readable text "chair", as in a previous patch. The version in this patch looks like a middle ground between the two that isn't going to work as intended. smcv