Nick Dokos <nicholas.do...@hp.com> wrote: > Uwe Brauer <o...@mat.ucm.es> wrote: > > > > Remember to cover the basics, that is, what you expected to happen and > > what in fact did happen. You don't know how to make a good report? See > > > > http://orgmode.org/manual/Feedback.html#Feedback > > > > Your bug report will be posted to the Org-mode mailing list. > > ------------------------------------------------------------------------ > > > > Hello > > > > I have an org file of the form > > > > | Nom | e-mail | Telephone > > | > > |---------------------------+----------------------------------+-------------| > > | Uwe Brauer | oub.oub....@gmail.com | 123 456 > > 789 | > > when I try to export it to html I obtain an error, whose trace I attach > > (debug-on-error t) > > > > No problem on GNU emacs 23.2.50 or 24.0.50 - must be specific to Xemacs. >
C-h v replace-regexp-in-string says (among other things): ,---- | REP is either a string used as the NEWTEXT arg of `replace-match' or a | function. If it is a function, it is called with the actual text of each | match, and its value is used as the replacement text. When REP is called, | the match-data are the result of matching REGEXP against a substring | of STRING. `---- Maybe the Xemacs implementation of this function cannot deal with functions as the replacement (second) argument? Nick _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode