From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: warning message while loading ox-bibtex.el Date: Sun, 2 Jun 2013 09:32:11 +0530 Message-ID: <20130602040211.GA29691@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UizUp-0001Yx-VK for emacs-orgmode@gnu.org; Sun, 02 Jun 2013 00:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UizUp-00082t-4D for emacs-orgmode@gnu.org; Sun, 02 Jun 2013 00:02:19 -0400 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]:33598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UizUo-00082p-Tt for emacs-orgmode@gnu.org; Sun, 02 Jun 2013 00:02:19 -0400 Received: by mail-pb0-f51.google.com with SMTP id um15so1000572pbc.38 for ; Sat, 01 Jun 2013 21:02:17 -0700 (PDT) Received: from panahar ([202.41.10.3]) by mx.google.com with ESMTPSA id fp2sm53399932pbb.36.2013.06.01.21.02.15 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Jun 2013 21:02:16 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode I am getting the following message while starting emacs as daemon. What could this be? ~/lisp/org-mode/contrib/lisp/ox-bibtex.el:Warning: reference to free variable `org-bibtex-html-keywords-alist' ~/lisp/org-mode/contrib/lisp/ox-bibtex.el:Warning: reference to free variable `org-bibtex-html-entries-alist' Vikas