emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marco Wahl <marcowahlsoft@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists
Date: Mon, 12 Jan 2015 12:10:46 +0100	[thread overview]
Message-ID: <84k30sl0eh.fsf@gmail.com> (raw)
In-Reply-To: 54B38C59.1040802@gmail.com

Christoph LANGE <math.semantic.web@gmail.com> writes:

> Hi all,
>
> I'm using clocktables to compute my working hours per calendar week,
> e.g.
>
> #+NAME: T2014-W50
> #+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope ("default.org") 
>
> :indent
>
> #+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for week 2014-W50.
> | File        | Headline         | Time    |
>
> |-------------+------------------+---------|
> |             | ALL *Total time* | *47:28* |
> |-------------+------------------+---------|
> | default.org | *File time*      | *47:28* |
> #+END:
>
> For a while I haven't been able to run org-dblock-update on these tables
> because the clocktable code calls the calendar-absolute-from-iso
> function, which seems to have been abolished in preparation of Emacs 25.
>
> The following workaround helps:
>
> (defalias 'calendar-absolute-from-iso 'calendar-iso-to-absolute)

Thanks for your report and the workaround.

I had a similar issue some days ago.  The reson for these issues is that
the Emacs guys finally dropped some functions in the calendar which have
been marked obsolete for a long time.

I try to fix the concrete issue immediately.

If I find time I try to fix all similar issues.


Best regards,  Marco
-- 
http://www.wahlzone.de
GPG: 0x49010A040A3AE6F2

  reply	other threads:[~2015-01-12 11:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12  8:56 Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists Christoph LANGE
2015-01-12 11:10 ` Marco Wahl [this message]
2015-01-12 12:26   ` Marco Wahl

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=84k30sl0eh.fsf@gmail.com \
    --to=marcowahlsoft@gmail.com \
    --cc=emacs-orgmode@gnu.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).