From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Export of clocking times Date: Mon, 05 Aug 2013 09:39:32 -0400 Message-ID: <8761vkl0iz.fsf@gmail.com> References: <87li4g700w.fsf@hp.giammi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6L0p-0005Jc-GV for emacs-orgmode@gnu.org; Mon, 05 Aug 2013 09:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6L0j-0005SI-RE for emacs-orgmode@gnu.org; Mon, 05 Aug 2013 09:39:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:57643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6L0j-0005S1-Dn for emacs-orgmode@gnu.org; Mon, 05 Aug 2013 09:39:45 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V6L0i-0001iJ-KJ for emacs-orgmode@gnu.org; Mon, 05 Aug 2013 15:39:44 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Aug 2013 15:39:44 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Aug 2013 15:39:44 +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 gian-maria.daffre@giammi.com (Gian-Maria Daffré) writes: > Hello, > > I am on GNU Emacs 23.4.1 and Org Version 6.33x. > > Maybe I am missing something obvious, but the clocking times are not > exported when I hit C-c C-e (org-export-dispatch) for Latex export. > > This org entry: > > * July 2013 > ** Visits > CLOCK: [2013-07-10 Wed 13:30]--<2013-07-10 Wed 17:30> => 4:00 > - Visit 10.7 afternoon > CLOCK: [2013-07-10 Wed 09:00]--[2013-07-10 Wed 12:00] => 3:00 > - Visit 10.7 morning > > > Results as follows in Latex: > ** Visits > - Visit 10.7 afternoon > - Visit 10.7 morning > > without the clocking times (which a customer requests). > > Are clocking time not exported at all (i.e. only Clock Report shows > totals) or do I have to add a setting/variable that I do not see at the > moment? > Try adding --8<---------------cut here---------------start------------->8--- #+OPTIONS: c:t --8<---------------cut here---------------end--------------->8--- to your file (or customize the variable org-export-with-clocks if you want it always). -- Nick