From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanjib Sikder Subject: Re: Symbol's function definition is void: search Date: Tue, 2 Oct 2012 19:50:35 +0530 Message-ID: References: <878vbp7zix.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb2024c27f0c704cb143cf7 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3LZ-0007vG-JL for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:21:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ3LY-0003mc-Jd for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:21:17 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:58092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3LY-0003mY-EG for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:21:16 -0400 Received: by obcva7 with SMTP id va7so7016938obc.0 for ; Tue, 02 Oct 2012 07:21:15 -0700 (PDT) In-Reply-To: <878vbp7zix.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --e89a8fb2024c27f0c704cb143cf7 Content-Type: text/plain; charset=ISO-8859-1 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. > --e89a8fb2024c27f0c704cb143cf7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

Shall i replace
=A0=A0 (equal 0 (search "rtcite:" desc)))
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^^^^^^^
or only
(searc= h "rtcite:" desc)))


with this
=A0 (or search "rtcite:" desc)))=A0 =A0


I tried with replacing the whole line i.e (equal 0 (search "rtcit= e:" desc)))

Now the last error message os gone but during pdf e= xport i get a new error message
"Exporting to pdf... done, with som= e errors: [undefined reference]"

thanks a lot :)


-----------------------------
Sanjib Sikder
Ph.D. Fellow
Chemical EngineeringIIT Bombay






On Tue, Oct 2, 2012 at 7:21 PM, Bastien = <b= zg@altern.org> wrote:
> =A0=A0=A0 (cond ((eq format 'latex)
> =A0=A0=A0=A0=A0=A0=A0=A0=A0 (if (or (not desc)
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (equal 0 (search &= quot;rtcite:" desc)))
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^^^^^^^
Replace this last line with this

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(or search "= ;rtcite:" desc)))


I did no test this, though, just a wild guess.

--e89a8fb2024c27f0c704cb143cf7--