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: Bastien
Subject: Re: [O] Symbol's function definition is void: search
Date: Tue, 02 Oct 2012 16:25:22 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Sanjib,

Sanjib Sikder <address@hidden> 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



reply via email to

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