emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error using Calc time format in table
@ 2010-08-21 13:32 Christian Moe
  2010-08-21 14:04 ` Christian Moe
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Moe @ 2010-08-21 13:32 UTC (permalink / raw)
  To: Org Mode

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$1+@2$1

But summing just the minutes and seconds works:

| 23' 45"    |
| 14' 45"    |
|------------|
| 0@ 38' 30" |
#+TBLFM: @3$1=@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-21 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-21 13:32 Error using Calc time format in table Christian Moe
2010-08-21 14:04 ` Christian Moe

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).