From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: "Clocktable summary at ..." line not showing up right in export Date: Thu, 27 Oct 2011 22:08:29 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJY7w-0000xV-Gt for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 18:08:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJY7v-0004ZU-Dr for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 18:08:44 -0400 Received: from lo.gmane.org ([80.91.229.12]:45802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJY7v-0004ZK-7B for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 18:08:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJY7s-0002wl-Cd for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 00:08:40 +0200 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Oct 2011 00:08:40 +0200 Received: from hesitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Oct 2011 00:08:40 +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: emacs-orgmode@gnu.org I'm exporting a file with a clocktable and the first line of the Clocktable shows up with no date or time info, just: "Clock summary at" [followed by nothing] The rest of the clocktable shows up fine, and has lines that look like: #+begin: clocktable :maxlevel 1 Clock summary at [2011-10-27 Thu 14:29] | Headline | Time | |-------------------------------------+--------| | *Total time* | *5:11* | |-------------------------------------+--------| | DONE Tasks and States | 1:01 | | FIXME Custom agenda views | 0:01 | [ . . . ] :#+end: I'm using Org 7.4 and Emacs 23.1. Don't know if this bug has been reported or addressed but didn't see it in quick search of the archives. Is something wrong on my end? -- Herb