From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. Goldman Subject: Minor buglet in orgmode Makefile Date: Mon, 16 Nov 2009 02:19:43 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9rCO-0000DN-Ft for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:20:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9rCJ-0000BR-Vu for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:20:12 -0500 Received: from [199.232.76.173] (port=48567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9rCJ-0000BL-PM for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:20:07 -0500 Received: from lo.gmane.org ([80.91.229.12]:51253) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9rCJ-0004v9-FW for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:20:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9rCG-000521-UH for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 03:20:05 +0100 Received: from 216.243.156.16.real-time.com ([216.243.156.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Nov 2009 03:20:04 +0100 Received: from rpgoldman by 216.243.156.16.real-time.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Nov 2009 03:20:04 +0100 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 I just pulled an update from git for the first time in a long while, and when I tried to build org-mode, it failed with an undefined function error for the function org-float-time in org-ascii. It only took me a moment to find the fix --- it seems like we just need to push org-compat up the list of lisp files ahead of org-ascii, since org-compat provides the function definition org-ascii craves. Cheers, R