emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug: can't export org file with tables to html [7.01trans]


From: Nick Dokos
Subject: Re: [Orgmode] Bug: can't export org file with tables to html [7.01trans]
Date: Wed, 27 Oct 2010 10:30:00 -0400

Nick Dokos <address@hidden> wrote:

> Uwe Brauer <address@hidden> 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                | address@hidden            | 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]