From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Stribblehill Subject: Re: patch for git: org-ascii.el Date: Tue, 8 Sep 2009 19:17:38 +0100 Message-ID: <1f38ae890909081117i68a92fedkfe4190b5b34d61fe@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ml5GJ-000539-HA for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:17:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ml5GE-00052i-35 for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:17:50 -0400 Received: from [199.232.76.173] (port=44097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ml5GD-00052f-TX for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:17:45 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:53173) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ml5GD-0004I9-IW for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 14:17:45 -0400 Received: by bwz20 with SMTP id 20so816947bwz.42 for ; Tue, 08 Sep 2009 11:17:38 -0700 (PDT) In-Reply-To: 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: Wes Hardaker Cc: emacs-orgmode@gnu.org Are you sure you need this? Try make clean; make, without it? 2009/9/8 Wes Hardaker : > > org-ascii uses org-float-time which is in org-compat: > > diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el > index 4fd5675..e6ad8d1 100644 > --- a/lisp/org-ascii.el > +++ b/lisp/org-ascii.el > @@ -27,6 +27,7 @@ > =A0;;; Commentary: > > =A0(require 'org-exp) > +(require 'org-compat) > > =A0(defgroup org-export-ascii nil > =A0 "Options specific for ASCII export of Org-mode files." > > > -- > \ Wes Hardaker =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http:/= /pontifications.hardakers.net / > =A0\_____ "In the bathtub of history the truth is harder to hold than ___= _____/ > =A0 =A0 =A0 \_______ the soap, and much more difficult to find." _______/ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 \_________ -- Terry Pratchett ______________/ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \__________________/ > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >