emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric J Haywiser <ejh1@MIT.EDU>
To: emacs-orgmode@gnu.org
Cc: larsi@gnus.org
Subject: org-5.15 & emacs 21 compatibility: time-date.el version issue
Date: Thu, 29 Nov 2007 15:54:06 -0500 (EST)	[thread overview]
Message-ID: <Pine.GSO.4.64L.0711291438250.13917@mint-square.mit.edu> (raw)

Dear orgers,

Sometime between org-5.10 and org-5.15 the agenda command C-a a began 
initiatating a call to a new command time-subtract.

Unfortunately, time-subtract is not present in the time-date.el
that is shipped with some emacs 21.

In the older date-time.el subtract-time is provided instead.

Adding the following to ones startup under emacs 21 seems resolve this:

(load-library "time-date")
(if (not(fboundp 'time-subtract))
     (defalias 'time-subtract 'subtract-time)
   )

Would distributing such tweaks/backports in an emacs21
subdir of org much like the xemacs tweaks be appropriate?

                 reply	other threads:[~2007-11-29 20:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.64L.0711291438250.13917@mint-square.mit.edu \
    --to=ejh1@mit.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).