[Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Robert P . Goldman
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

Re: [Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Noorul Islam
On Mon, Nov 16, 2009 at 7:49 AM, Robert P. Goldman rpgold...@sift.info wrote: 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