From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: hiding billing information from generated pdf Date: Fri, 07 Sep 2012 22:10:27 -0400 Message-ID: <24884.1347070227@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAAkR-0004pW-Pd for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 22:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAAkQ-0005ml-Qf for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 22:26:15 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:21815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAAVD-0000DB-Fe for emacs-orgmode@gnu.org; Fri, 07 Sep 2012 22:10:31 -0400 In-Reply-To: Message from Mehul Sanghvi of "Fri, 07 Sep 2012 21:06:28 EDT." 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: Mehul Sanghvi Cc: ML Emacs-orgmode Mehul Sanghvi wrote: > I have an org file in which I will be keeping tracking of time spent > on that particular document. > This will help me with billing the client. What I do not want to do > is to have that time tracking > information be a part of the generated PDF file. How do I do > something like that ? > > > Say I have the following kind of information near the top of my file: > > > #+BEGIN: clocktable :maxlevel 2 :scope file > Clock summary at [2012-06-22 Fri 10:38] > > | Headline | Time | | > |--------------+----------+--------| > | *Total time* | *104:02* | | > |--------------+----------+--------| > | 2012 | 104:02 | | > | June | | 104:02 | > #+END: > > > * 2012 > > ** June > > *** [2012-06-05 Tue] :late:traffic: > > *** [2012-06-06 Wed] :late: > CLOCK: [2012-06-06 Wed 09:59]--[2012-06-06 Wed 19:13] => 9:14 > > *** [2012-06-07 Thu] :late:late_start: > CLOCK: [2012-06-07 Thu 10:13]--[2012-06-07 Thu 16:47] => 6:34 > > *** [2012-06-08 Fri] > CLOCK: [2012-06-08 Fri 09:50]--[2012-06-08 Fri 18:10] => 8:20 > > *** [2012-06-11 Mon] :sick: > > *** [2012-06-12 Tue] > CLOCK: [2012-06-12 Tue 09:51]--[2012-06-12 Tue 19:05] => 9:14 > CLOCK: [2012-06-12 Tue 21:38]--[2012-06-13 Wed 03:51] => 6:13 > > > How would I prevent everything that is related to the time tracking > from showing up in the PDF report > that I create ? I will want to generate a separate PDF with just the > billable hours. > Tag the 2012 headline :noexport: Nick