Hi,

When I use Calc time format in the spreadsheet, it fails to deal with hours. (Using 7.01trans, pulled today.)

E.g. this simple sum gives an error:

| 1@ 23' 45" |
| 1@ 14' 45" |
|------------|
| #ERROR     |
#+TBLFM: @3...@1$1+@2$1

But summing just the minutes and seconds works:

| 23' 45"    |
| 14' 45"    |
|------------|
| 0@ 38' 30" |
#+TBLFM: @3...@1$1+@2$1

I see there's been an issue with the `@' syntax, but it seems to have been solved:
http://article.gmane.org/gmane.emacs.orgmode/8520

Am I doing something wrong?

Yours,
Christian

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to