Re: [O] exporting clock-in and clock-out times

2012-11-15 Thread Thomas S. Dye
Aloha Peter, In general, make sure contrib/lisp is on your load path, require the back-end you want to use, and (optionally) define a key stroke sequence to launch org-export-dispatch. You might have this in .emacs: (setq load-path (cons "~/.emacs.d/src/org-mode/lisp" load-path)) (setq load-path

Re: [O] exporting clock-in and clock-out times

2012-11-15 Thread Peter Salazar
OK, I see a folder called contrib, but the documentation doesn't say anything about a new exporter. Inside contrib is a folder called elisp, which has org-export.el and export-export-generic.el. Is that the new exporter? How do I install it? On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou wrote

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Nicolas Goaziou
Peter Salazar writes: > Oh cool. How do I install the new exporter? I don't use git. You can use package.el, for example and install org-plus-contrib package (new exporter is in contrib/ directory). See: http://orgmode.org/elpa.html Regards,

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Peter Salazar
Oh cool. How do I install the new exporter? I don't use git. My specs: GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4 Org-mode version 7.9.2 (7.9.2-dist @ /Users/peter/elisp/org-7.9.2/lisp/) OS X 10.8.2

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Nicolas Goaziou
Peter Salazar writes: > Wait, I was wrong—adding the c:t OPTION actually did not solve the problem. > I forgot I had converted my clock-in and clock-out to plain text in an > attempt to work around the problem, so it appeared to work only because it > was plain text. Apologies. I was talking abo

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Peter Salazar
Wait, I was wrong—adding the c:t OPTION actually did not solve the problem. I forgot I had converted my clock-in and clock-out to plain text in an attempt to work around the problem, so it appeared to work only because it was plain text. Apologies. So. I still have the same problem, namely: How t

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Nicolas Goaziou
Peter Salazar writes: > Great! And how should I specify org-time-stamp-custom-formats in order to > display 12-hour times? > > Default is this, which displays 24-hour times: > > ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") According to `format-time-string' docstring, something like: ("<%m/%d/%y

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Perfect! Worked perfectly! Thank you! On Fri, Nov 9, 2012 at 12:50 PM, Nicolas Goaziou wrote: > Peter Salazar writes: > > > Great! And how should I specify org-time-stamp-custom-formats in order to > > display 12-hour times? > > > > Default is this, which displays 24-hour times: > > > > ("<%m/%

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Great! And how should I specify org-time-stamp-custom-formats in order to display 12-hour times? Default is this, which displays 24-hour times: ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") On Fri, Nov 9, 2012 at 12:04 PM, Nicolas Goaziou wrote: > Peter Salazar writes: > > > Is there a way to get

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Nicolas Goaziou
Peter Salazar writes: > Is there a way to get clock items to display in 12-hour format? At least in > the HTML export? You could use `org-display-custom-times' variable, with `org-time-stamp-custom-formats' set accordingly. Note that if you don't want to toggle the custom time display globally,

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Thanks! The c:t OPTION worked like a charm! Is there a way to get clock items to display in 12-hour format? At least in the HTML export? On Fri, Nov 9, 2012 at 5:38 AM, Nicolas Goaziou wrote: > Hello, > > Giovanni Ridolfi writes: > > > 2. Otherwise I cannot get the clock line in the HTML fi

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Nicolas Goaziou
Hello, Giovanni Ridolfi writes: > 2. Otherwise  I cannot get the clock line in the HTML file: [...] > - with the new exporter > >   (with or without propertiies) You may want to use `org-export-with-clocks', or the c:t OPTION item. Regards, -- Nicolas Goaziou

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Giovanni Ridolfi
Da: Peter Salazar Inviato: Venerdì 9 Novembre 2012 10:50 Hi, Peter, > I'm exporting to HTML and trying to get my clock-in and clock-out > times to export as well, but it's not working.  > My org file looks like this: > #+OPTIONS:   d:t timestamp:t > * foo    >  CLOCK: [2012-11-09 Fri 03:58]

[O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
I'm exporting to HTML and trying to get my clock-in and clock-out times to export as well, but it's not working. My org file looks like this: * foo CLOCK: [2012-11-09 Fri 03:58]--[2012-11-09 Fri 03:59] => 0:01 foo. #+OPTIONS: d:t timestamp:t --- But the clock-in and clock-out times