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

* Re: patch for git: org-ascii.el
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Stribblehill @ 2009-09-08 18:17 UTC (permalink / raw)
  To: Wes Hardaker; +Cc: emacs-orgmode

Are you sure you need this? Try make clean; make, without it?

2009/9/8 Wes Hardaker <wjhns209@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
>

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

* Re: patch for git: org-ascii.el
  2009-09-08 18:17 ` Andrew Stribblehill
@ 2009-09-09 17:49   ` Wes Hardaker
  0 siblings, 0 replies; 3+ messages in thread
From: Wes Hardaker @ 2009-09-09 17:49 UTC (permalink / raw)
  To: Andrew Stribblehill; +Cc: emacs-orgmode

>>>>> On Tue, 8 Sep 2009 19:17:38 +0100, Andrew Stribblehill <ads@wompom.org> said:

AS> Are you sure you need this? Try make clean; make, without it?

I think you're right.  The "make clean" first was necessary.
-- 
\ 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	[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).