Hi Sanjib,

Sanjib Sikder <sanjibju2...@gmail.com> 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