Hi, Shall i replace > (equal 0 (search "rtcite:" desc))) > ^^^^^^^ > or only > (search "rtcite:" desc))) > with this (or search "rtcite:" desc))) I tried with replacing the whole line i.e (equal 0 (search "rtcite:" desc))) Now the last error message os gone but during pdf export i get a new error message "Exporting to pdf... done, with some errors: [undefined reference]" thanks a lot :) ----------------------------- *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Tue, Oct 2, 2012 at 7:21 PM, Bastien wrote: > > (cond ((eq format 'latex) > > (if (or (not desc) > > (equal 0 (search "rtcite:" desc))) > ^^^^^^^ > > Replace this last line with this > > (or search "rtcite:" desc))) > > > I did no test this, though, just a wild guess. >