* Tbl: addition of two times results in error
@ 2011-07-13 20:31 Karl Voit
2011-07-18 8:55 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Karl Voit @ 2011-07-13 20:31 UTC (permalink / raw)
To: emacs-orgmode
,----[ http://orgmode.org/org.html#Durations-and-time-values ]
| | Task 1 | Task 2 | Total |
| |--------+--------+---------|
| | 35:00 | 35:00 | 1:10:00 |
| #+TBLFM: @2$3=$1+$2;T
`----
... results in #ERROR at @2$3 on my system with current Org-mode (I
did «git pull» right now):
,----[ debug message ]
| Substitution history of formula
| Orig: $1+$2;T
| $xyz-> $1+$2
| @r$c-> $1+$2
| $1-> (35:00)+(35:00)
| ------^
| Error: Bad format
`----
Where is the problem?
--
Karl Voit
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tbl: addition of two times results in error
2011-07-13 20:31 Tbl: addition of two times results in error Karl Voit
@ 2011-07-18 8:55 ` Bastien
2011-07-18 10:28 ` Sebastien Vauban
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2011-07-18 8:55 UTC (permalink / raw)
To: news1142; +Cc: emacs-orgmode
Hi Karl,
Karl Voit <devnull@Karl-Voit.at> writes:
> ,----[ http://orgmode.org/org.html#Durations-and-time-values ]
> | | Task 1 | Task 2 | Total |
> | |--------+--------+---------|
> | | 35:00 | 35:00 | 1:10:00 |
> | #+TBLFM: @2$3=$1+$2;T
> `----
>
> ... results in #ERROR at @2$3 on my system with current Org-mode (I
> did «git pull» right now):
Er... I cannot reproduce this error. Anyone else?
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tbl: addition of two times results in error
2011-07-18 8:55 ` Bastien
@ 2011-07-18 10:28 ` Sebastien Vauban
2011-07-18 11:29 ` Karl Voit
0 siblings, 1 reply; 6+ messages in thread
From: Sebastien Vauban @ 2011-07-18 10:28 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Bastien and Karl,
Bastien wrote:
> Karl Voit <devnull-lKKztaIpiO84+ND2ZU0ZlA@public.gmane.org> writes:
>
>> ,----[ http://orgmode.org/org.html#Durations-and-time-values ]
>> | | Task 1 | Task 2 | Total |
>> | |--------+--------+---------|
>> | | 35:00 | 35:00 | 1:10:00 |
>> | #+TBLFM: @2$3=$1+$2;T
>> `----
>>
>> ... results in #ERROR at @2$3 on my system with current Org-mode (I
>> did «git pull» right now):
>
> Er... I cannot reproduce this error. Anyone else?
Nope. Results is correctly computed[1].
Best regards,
Seb
Footnotes:
[1] Using Org from this morning, at least.
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tbl: addition of two times results in error
2011-07-18 10:28 ` Sebastien Vauban
@ 2011-07-18 11:29 ` Karl Voit
2011-07-18 12:14 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Karl Voit @ 2011-07-18 11:29 UTC (permalink / raw)
To: emacs-orgmode
* Sebastien Vauban <wxhgmqzgwmuf@spammotel.com> wrote:
> Hi Bastien and Karl,
>
> Bastien wrote:
>> Karl Voit <devnull@Karl-Voit.at> writes:
>>
>>> ,----[ http://orgmode.org/org.html#Durations-and-time-values ]
>>> | | Task 1 | Task 2 | Total |
>>> | |--------+--------+---------|
>>> | | 35:00 | 35:00 | 1:10:00 |
>>> | #+TBLFM: @2$3=$1+$2;T
>>> `----
>>>
>>> ... results in #ERROR at @2$3 on my system with current Org-mode (I
>>> did «git pull» right now):
>>
>> Er... I cannot reproduce this error. Anyone else?
>
> Nope. Results is correctly computed[1].
> [1] Using Org from this morning, at least.
Hm. I just pulled newest Org-mode (again) and created an Org-mode
file with only the table from above and still it does not work :-(
Maybe I am trying to triage the problem by selectively disabling
parts of my .emacs configuration. I'll let you know, if I find
anything related to this problem.
--
Karl Voit
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tbl: addition of two times results in error
2011-07-18 11:29 ` Karl Voit
@ 2011-07-18 12:14 ` Bastien
2011-07-18 16:56 ` Karl Voit
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2011-07-18 12:14 UTC (permalink / raw)
To: news1142; +Cc: emacs-orgmode
Hi Karl,
Karl Voit <devnull@Karl-Voit.at> writes:
> Hm. I just pulled newest Org-mode (again) and created an Org-mode
> file with only the table from above and still it does not work :-(
Please try the table alone in single file.
> Maybe I am trying to triage the problem by selectively disabling
> parts of my .emacs configuration. I'll let you know, if I find
> anything related to this problem.
Thanks for hunting this bug!
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tbl: addition of two times results in error
2011-07-18 12:14 ` Bastien
@ 2011-07-18 16:56 ` Karl Voit
0 siblings, 0 replies; 6+ messages in thread
From: Karl Voit @ 2011-07-18 16:56 UTC (permalink / raw)
To: emacs-orgmode
* Bastien <bzg@altern.org> wrote:
> Hi Karl,
>
> Karl Voit <devnull@Karl-Voit.at> writes:
>
>> Hm. I just pulled newest Org-mode (again) and created an Org-mode
>> file with only the table from above and still it does not work :-(
>
> Please try the table alone in single file.
I already did so for the last posting/email here.
>> Maybe I am trying to triage the problem by selectively disabling
>> parts of my .emacs configuration. I'll let you know, if I find
>> anything related to this problem.
>
> Thanks for hunting this bug!
Well, lets see if I can find anything :-)
--
Karl Voit
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-07-18 16:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 20:31 Tbl: addition of two times results in error Karl Voit
2011-07-18 8:55 ` Bastien
2011-07-18 10:28 ` Sebastien Vauban
2011-07-18 11:29 ` Karl Voit
2011-07-18 12:14 ` Bastien
2011-07-18 16:56 ` Karl Voit
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).