From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Question about org-mode compilation Date: Sat, 10 Sep 2011 12:08:45 -0500 Message-ID: <4E6B999D.6030708@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2R2v-0000A4-EW for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 13:08:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2R2u-0001hp-JG for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 13:08:49 -0400 Received: from mpls.sift.info ([75.146.46.193]:54840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2R2u-0001hl-D3 for emacs-orgmode@gnu.org; Sat, 10 Sep 2011 13:08:48 -0400 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: Org Mode Today I was trying to push to mobile org after an update from git, and got an invalid function error on org-eval-in-environment. This macro is defined in org-macs.el and is used in org-agenda.el. I note that the makefile has org-agenda depending on org.el, but /not/ on org-macs.el. Is that an error? Adding that dependency, then making clean and making all fixes things. But I may not have properly cleaned before my last build, so I'm not sure. Thanks! r