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 20:02:21 +0530 Message-ID: References: <878vbp7zix.fsf@bzg.ath.cx> <87fw5x6je5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54c537637c64704cb146685 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3Wx-00033m-Ou for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ3Ww-0007rm-F0 for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:33:03 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:34223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3Ww-0007rg-9x for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:33:02 -0400 Received: by oagk14 with SMTP id k14so7185292oag.0 for ; Tue, 02 Oct 2012 07:33:01 -0700 (PDT) In-Reply-To: <87fw5x6je5.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 --bcaec54c537637c64704cb146685 Content-Type: text/plain; charset=ISO-8859-1 Hi, I did what you said but still it is giving the same error,..[undefined reference] There is one line in the org file [[papers:paper2012][paper2012-paper]] [[bib:paper2012][paper2012-bib]] [[biblist:paper2012][paper2012-biblist]] This line is giving the error. If I remove this line from my org file, then everything is perfect. While I am trying to export pdf including that line, i am getting the error .[undefined reference]. Thanks a lot. ----------------------------- *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Tue, Oct 2, 2012 at 7:55 PM, Bastien wrote: > Hi Sanjib, > > Sanjib Sikder writes: > > > or only > > > > (search "rtcite:" desc))) > > > > > > > > with this > > > > (or search "rtcite:" desc))) > > only this line. > > You get this error because Emacs tries to evaluate > > (search "rtcite:" desc) > > ... and it cannot, because search is not a function. > Search here is a variable (a string), hence > (or search "rtcite:" desc))) should return something > sensible. > > HTH, > > -- > Bastien > --bcaec54c537637c64704cb146685 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I did what you said but still it is giving the same error,..[und= efined reference]

There is one line in the org file

[[papers:= paper2012][paper2012-paper]]=A0=A0=A0 [[bib:paper2012][paper2012-bib]]=A0= =A0=A0
[[biblist:paper2012][paper2012-biblist]]

This line is giving the err= or. If I remove this line from my org file, then everything is perfect. Whi= le I am trying to export pdf including that line, i am getting the error .[= undefined reference].

Thanks a lot.

-----------------------------
Sanjib Sikder=
Ph.D. Fellow
Chemi= cal Engineering
IIT Bombay






On Tue, Oct 2, 2012 at 7:55 PM, Bastien = <b= zg@altern.org> wrote:
Hi Sanjib,

Sanjib Sikder <sanjibju2002@gm= ail.com> writes:

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

only this line.

You get this error because Emacs tries to evaluate

=A0 (search "rtcite:" desc)

... and it cannot, because search is not a function.
Search here is a variable (a string), hence
(or search "rtcite:" desc))) should return something
sensible.

HTH,

--
=A0Bastien

--bcaec54c537637c64704cb146685--