[Orgmode] patch for git: org-ascii.el

2009-09-08 Thread 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 @@
 ;;; Commentary:

 (require 'org-exp)
+(require 'org-compat)

 (defgroup org-export-ascii nil
   Options specific for ASCII export of Org-mode files.


-- 
\ Wes Hardaker   http://pontifications.hardakers.net /
 \_ In the bathtub of history the truth is harder to hold than /
   \___ the soap, and much more difficult to find. ___/
   \_ -- Terry Pratchett __/
 \__/


___
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


Re: [Orgmode] patch for git: org-ascii.el

2009-09-08 Thread Andrew Stribblehill
Are you sure you need this? Try make clean; make, without it?

2009/9/8 Wes Hardaker wjhns...@hardakers.net:

 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 @@
  ;;; Commentary:

  (require 'org-exp)
 +(require 'org-compat)

  (defgroup org-export-ascii nil
   Options specific for ASCII export of Org-mode files.


 --
 \ Wes Hardaker                           http://pontifications.hardakers.net /
  \_ In the bathtub of history the truth is harder to hold than /
       \___ the soap, and much more difficult to find. ___/
               \_ -- Terry Pratchett __/
                         \__/


 ___
 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



___
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