From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Compilation error about org-protecting-blocks Date: Sat, 13 Jun 2009 22:42:16 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFiUD-0001xW-TI for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 01:42:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFiU8-0001qe-98 for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 01:42:32 -0400 Received: from [199.232.76.173] (port=46532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFiU8-0001qJ-4N for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 01:42:28 -0400 Received: from main.gmane.org ([80.91.229.2]:54479 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MFiU7-0007YV-JC for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 01:42:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MFiU6-0002wP-9C for emacs-orgmode@gnu.org; Sun, 14 Jun 2009 05:42:26 +0000 Received: from adsl-76-192-233-190.dsl.pltn13.sbcglobal.net ([76.192.233.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Jun 2009 05:42:26 +0000 Received: from cbaoqiu by adsl-76-192-233-190.dsl.pltn13.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Jun 2009 05:42:26 +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-orgmode@gnu.org Hi, I just did the following: git pull make clean make all but hit this error: ... In toplevel form: lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-protecting-blocks make: *** [lisp/org-exp.elc] Error 1 Is this a known problem? Thanks, Baoqiu