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 15:51:34 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Sanjib,

Sanjib Sikder <address@hidden> writes:

>     (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.

HTH,

-- 
 Bastien



reply via email to

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