emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How can you sort an Org clock table?


From: Noah Slater
Subject: Re: [O] How can you sort an Org clock table?
Date: Sat, 24 May 2014 20:33:04 +0200

Here's a broken example:

#+BEGIN: clocktable :maxlevel 2 :link :scope file :sort (2 . ?T)
#+END:

* A
CLOCK: [2014-05-24 Sat 10:00]--[2014-05-24 Sat 11:00] =>  1:00
* B
CLOCK: [2014-05-24 Sat 11:00]--[2014-05-24 Sat 12:30] =>  1:30
* C
CLOCK: [2014-05-24 Sat 12:30]--[2014-05-24 Sat 15:00] =>  2:30

If you run C-c C-c on the clocktable, it will update, but the sorting is wrong. It should be in reverse order because it's "T" and not "t".

Now: remove ":link" and try again. The sorting works!


On 20 April 2014 12:22, Bastien <address@hidden> wrote:
Noah Slater <address@hidden> writes:

> If you add ":link" to the BEGIN blog, the sorting doesn't appear to
> kick in. Bug, I expect.

Please provide a reproducible example.

--
 Bastien


reply via email to

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