From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [bug] error in html export: backend not defined Date: Tue, 01 Mar 2011 20:24:56 +0000 Message-ID: <8762s2y4fb.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35291 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuWRA-00061S-Oo for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 15:44:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuWAK-00086L-TW for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 15:27:30 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:56177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuWAK-0007Hm-Mu for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 15:27:28 -0500 Received: from 79-67-231-55.dynamic.dsl.as9105.com ([79.67.231.55] helo=localhost) by vscane-a.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1PuW7t-0000Ta-J4 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 20:24:57 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode mailing list Hi, I notice that there has been a recent commit which affects export of org files. I have just needed to export an org file to HTML and get the following error: : if: Symbol's value as variable is void: backend The backtrace is: ,---- | Debugger entered--Lisp error: (void-variable backend) | (eq backend (quote html)) | (if (eq backend (quote html)) (progn (org-exp-bibtex-docites [...] | (when (eq backend (quote html)) (org-exp-bibtex-docites [...] | (save-window-excursion (setq oebp-cite-plist [...] | org-export-bibtex-preprocess() | run-hooks(org-export-preprocess-hook) | org-export-preprocess-string( [...] ) | org-export-as-html(nil) | call-interactively(org-export-as-html) | org-export(nil) | call-interactively(org-export nil nil) `---- For now, I am going to disable the invocation of the bibtex preprocessing as this appears to be the only place that =backend= appears. thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.576.g99675.dirty)