From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Clocktable: Put summary line as table caption Date: Tue, 02 Oct 2012 13:31:13 +0200 Message-ID: <878vbpt8ji.fsf@gmail.com> References: <80d311evos.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ0m0-0001Zh-Jy for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 07:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ0lu-0000ex-RT for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 07:36:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:40325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ0lt-0000ef-SC for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 07:36:18 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TJ0lR-0000gz-Q7 for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 13:35:49 +0200 In-Reply-To: <80d311evos.fsf@somewhere.org> (Sebastien Vauban's message of "Mon, 01 Oct 2012 23:20:19 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > Hello, > > Looking at the presentation of the clocktable, I find that its "summary" line > should be converted into a caption, as any legend would be for any regular > table. > > You can test it, and see its effect, with such a ECM file: > > * Development > :LOGBOOK: > CLOCK: [2012-09-28 Fri 10:00]--[2012-09-28 Fri 11:00] => 1:00 > :END: > > ** Task 1 > :LOGBOOK: > CLOCK: [2012-09-28 Fri 11:00]--[2012-09-28 Fri 12:00] => 1:00 > :END: > > ** Task 2 > > *** Task 2a > :LOGBOOK: > CLOCK: [2012-09-28 Fri 12:00]--[2012-09-28 Fri 13:00] => 1:00 > :END: > > *** Task 2b > :LOGBOOK: > CLOCK: [2012-09-28 Fri 13:00]--[2012-09-28 Fri 14:00] => 1:00 > :END: > > * Clock tables > > #+BEGIN: clocktable :maxlevel 1 :scope file > #+CAPTION: Clock summary at [2012-10-01 Mon 23:18] > > | Headline | Time | > |-------------+------| > | Total time | 4:00 | > |-------------+------| > | Development | 4:00 | > #+END: There shouldn't be any space between the caption an the table. Regards, -- Nicolas Goaziou