emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Symbol's function definition is void: search


From: Sanjib Sikder
Subject: Re: [O] Symbol's function definition is void: search
Date: Tue, 2 Oct 2012 19:50:35 +0530


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 <address@hidden> 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.


reply via email to

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