emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* patch for git: org-ascii.el
@ 2009-09-08 16:40 Wes Hardaker
  2009-09-08 18:17 ` Andrew Stribblehill
  0 siblings, 1 reply; 3+ messages in thread
From: Wes Hardaker @ 2009-09-08 16:40 UTC (permalink / raw)
  To: emacs-orgmode


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 ______________/
                         \__________________/

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-09 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08 16:40 patch for git: org-ascii.el Wes Hardaker
2009-09-08 18:17 ` Andrew Stribblehill
2009-09-09 17:49   ` Wes Hardaker

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).