From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Symbol's function definition is void: search Date: Tue, 02 Oct 2012 15:51:34 +0200 Message-ID: <878vbp7zix.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ2sn-0006eR-LY for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 09:51:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ2si-0001No-0l for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 09:51:33 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:41754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ2sh-0001Nj-QD for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 09:51:27 -0400 Received: by wibhj13 with SMTP id hj13so701928wib.12 for ; Tue, 02 Oct 2012 06:51:27 -0700 (PDT) In-Reply-To: (Sanjib Sikder's message of "Tue, 2 Oct 2012 15:44:45 +0530") 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: Sanjib Sikder Cc: emacs-orgmode@gnu.org Hi Sanjib, Sanjib Sikder 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