On Thu, Mar 01, 2012 at 12:10:16PM -0500, Jesse W. Wilson wrote: > After a year and a half with paper notebooks, I've decided to > return to org-mode. :) One thing I could never figure out, though, > is how to get org-export-as-html to export individual clock entries. > The clock summary tables are very nice, but I would also like to see > clock-in and clock-out timestamps for each entry I make. > > Is there an option or setting I am missing?
Add the 'd:t' option to the export options of the clocking subtree: :PROPERTIES: :EXPORT_OPTIONS: d:t :END: (or to the file export options). This will show drawer contents for every entry. .j.