emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-i


From: Marco Wahl
Subject: Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists
Date: Mon, 12 Jan 2015 12:10:46 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Christoph LANGE <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]