emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* hiding billing information from generated pdf
@ 2012-09-08  1:06 ` Mehul Sanghvi
  2012-09-08  2:10   ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Mehul Sanghvi @ 2012-09-08  1:06 UTC (permalink / raw)
  To: ML Emacs-orgmode

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.

-- 
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hiding billing information from generated pdf
  2012-09-08  1:06 ` hiding billing information from generated pdf Mehul Sanghvi
@ 2012-09-08  2:10   ` Nick Dokos
  2012-09-08  3:13     ` Mehul Sanghvi
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2012-09-08  2:10 UTC (permalink / raw)
  To: Mehul Sanghvi; +Cc: ML Emacs-orgmode

Mehul Sanghvi <mehul.sanghvi@gmail.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hiding billing information from generated pdf
  2012-09-08  2:10   ` Nick Dokos
@ 2012-09-08  3:13     ` Mehul Sanghvi
  2012-09-08  3:51       ` Charles Philip Chan
  2012-09-08  3:57       ` Nick Dokos
  0 siblings, 2 replies; 5+ messages in thread
From: Mehul Sanghvi @ 2012-09-08  3:13 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: ML Emacs-orgmode

On Fri, Sep 7, 2012 at 10:10 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:
>
> Tag the 2012 headline :noexport:
>
> Nick


Nick,  John,

         Thanks for that pointer.  If I put a :noexport: tag on that
headline,  will I at some later point be able to
export just that headline to PDF ?   How ?


cheers,

       mehul

-- 
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hiding billing information from generated pdf
  2012-09-08  3:13     ` Mehul Sanghvi
@ 2012-09-08  3:51       ` Charles Philip Chan
  2012-09-08  3:57       ` Nick Dokos
  1 sibling, 0 replies; 5+ messages in thread
From: Charles Philip Chan @ 2012-09-08  3:51 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

Mehul Sanghvi <mehul.sanghvi@gmail.com> writes:

Hello Mehul:


> Thanks for that pointer.  If I put a :noexport: tag on that headline,
> will I at some later point be able to export just that headline to PDF
> ?  How ?

Get rid of the "noexport" tag. Select the subtree with "C-c @" and then
use an export command.

Cheers,
Charles

-- 
There are no threads in a.b.p.erotica,  so there's no  gain in using a
threaded news reader.
(Unknown source)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hiding billing information from generated pdf
  2012-09-08  3:13     ` Mehul Sanghvi
  2012-09-08  3:51       ` Charles Philip Chan
@ 2012-09-08  3:57       ` Nick Dokos
  1 sibling, 0 replies; 5+ messages in thread
From: Nick Dokos @ 2012-09-08  3:57 UTC (permalink / raw)
  To: Mehul Sanghvi; +Cc: ML Emacs-orgmode

Mehul Sanghvi <mehul.sanghvi@gmail.com> wrote:

> On Fri, Sep 7, 2012 at 10:10 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:
> >
> > Tag the 2012 headline :noexport:
> >
> > Nick
> 
> 
> Nick,  John,
> 
>          Thanks for that pointer.  If I put a :noexport: tag on that
> headline,  will I at some later point be able to
> export just that headline to PDF ?   How ?
> 
> 

Check section 12.2, Export Options, in the org manual, in particular
#+EXPORT_SELECT_TAGS and #+EXPORT_EXCLUDE_TAGS. Probably better to
define your own tags in that case, than have noexport mean export
and vice-versa :-)

Nick

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-08  3:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mehul.sanghvi@gmail.com>
2012-09-08  1:06 ` hiding billing information from generated pdf Mehul Sanghvi
2012-09-08  2:10   ` Nick Dokos
2012-09-08  3:13     ` Mehul Sanghvi
2012-09-08  3:51       ` Charles Philip Chan
2012-09-08  3:57       ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).