* Export of clocking times
@ 2013-08-05 13:14 Gian-Maria Daffré
2013-08-05 13:39 ` Nick Dokos
0 siblings, 1 reply; 4+ messages in thread
From: Gian-Maria Daffré @ 2013-08-05 13:14 UTC (permalink / raw)
To: emacs-orgmode
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?
Thanks for your help.
Best regards
Giammi
--
I kindly ask you not to send me attachments in proprietary file
formats, use open standards like PDF, HTML, RTF or plain text.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Export of clocking times
2013-08-05 13:14 Export of clocking times Gian-Maria Daffré
@ 2013-08-05 13:39 ` Nick Dokos
2013-08-05 14:16 ` Gian-Maria Daffré
0 siblings, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2013-08-05 13:39 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Export of clocking times
2013-08-05 13:39 ` Nick Dokos
@ 2013-08-05 14:16 ` Gian-Maria Daffré
2013-08-05 14:30 ` Nick Dokos
0 siblings, 1 reply; 4+ messages in thread
From: Gian-Maria Daffré @ 2013-08-05 14:16 UTC (permalink / raw)
To: emacs-orgmode
Nick Dokos <ndokos@gmail.com> writes:
> 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
>
>
> #+OPTIONS: c:t
>
>
> to your file (or customize the variable org-export-with-clocks
> if you want it always).
Added #+OPTIONS: c:t - clocking times do not appear.
Cannot customize the variable org-export-with-clocks as it is not
available.
I have to assume then, that my current version of Org-Mode in Debian
Stable does not yet contain this feature.
Thanks anyway for your help.
Best,
Giammi
--
I kindly ask you not to send me attachments in proprietary file
formats, use open standards like PDF, HTML, RTF or plain text.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Export of clocking times
2013-08-05 14:16 ` Gian-Maria Daffré
@ 2013-08-05 14:30 ` Nick Dokos
0 siblings, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2013-08-05 14:30 UTC (permalink / raw)
To: emacs-orgmode
gian-maria.daffre@giammi.com (Gian-Maria Daffré) writes:
> Nick Dokos <ndokos@gmail.com> writes:
>
>> gian-maria.daffre@giammi.com (Gian-Maria Daffré) writes:
>>
>>>
>>> I am on GNU Emacs 23.4.1 and Org Version 6.33x.
>>>
> Added #+OPTIONS: c:t - clocking times do not appear.
>
> Cannot customize the variable org-export-with-clocks as it is not
> available.
>
> I have to assume then, that my current version of Org-Mode in Debian
> Stable does not yet contain this feature.
>
Indeed - the first time around, I didn't notice the version of org you
are running: 6.33 is very old.
--
Nick
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-05 14:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05 13:14 Export of clocking times Gian-Maria Daffré
2013-08-05 13:39 ` Nick Dokos
2013-08-05 14:16 ` Gian-Maria Daffré
2013-08-05 14:30 ` 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).