gian-maria.daf...@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