[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2017-12-01 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rares Vernica writes: >> >>> Just to clarify, how would you fix this: >>> >>> | [2016-07-05 Tue]--[2016-07-06 Wed] | 1d | vsum(d) | >>> | [2016-07-06 Wed]--[2016-07-07 Thu] | 1d | 2 d | >>> #+TBLFM: $3=vsum(@1$-1..@0$-1) >>

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2017-12-01 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Hello, > > Rares Vernica writes: > >> Just to clarify, how would you fix this: >> >> | [2016-07-05 Tue]--[2016-07-06 Wed] | 1d | vsum(d) | >> | [2016-07-06 Wed]--[2016-07-07 Thu] | 1d | 2 d | >> #+TBLFM: $3=vsum(@1$-1..@0$-1) >> >> Notice the "vsum(d)" instead of th

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-06 Thread Nicolas Goaziou
Hello, Rares Vernica writes: > Just to clarify, how would you fix this: > > | [2016-07-05 Tue]--[2016-07-06 Wed] | 1d | vsum(d) | > | [2016-07-06 Wed]--[2016-07-07 Thu] | 1d | 2 d | > #+TBLFM: $3=vsum(@1$-1..@0$-1) > > Notice the "vsum(d)" instead of the expected "1 d". How would you add > "

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-06 Thread Rares Vernica
Nicolas Goaziou writes: > It isn't a bug actually. > > Spreadsheet formulas are sent to Calc (unless it starts with "'(" in > which case it is treated as Elisp). Doing symbolic computations, Calc > parses "1d" as one time the symbolic variable "d". So "1d" is the same > as "d". > > Basically, the

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-05 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: >> From: Glenn Morris >> Cc: Rares Vernica , 23...@debbugs.gnu.org >> Date: Mon, 04 Jul 2016 12:30:48 -0400 >> >> (Isn't it weird to have a component of Emacs for which we effectively >> don't accept bug reports?) > > It is. But as long as the Org maintainers are

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-04 Thread Eli Zaretskii
> From: Glenn Morris > Cc: Rares Vernica , 23...@debbugs.gnu.org > Date: Mon, 04 Jul 2016 12:30:48 -0400 > > (Isn't it weird to have a component of Emacs for which we effectively > don't accept bug reports?) It is. But as long as the Org maintainers are rare guests here, I see no other way.

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-04 Thread Glenn Morris
Eli Zaretskii wrote: > Thanks, but I think you should first report this to the Org > developers. Come back here if they say this is a problem in core > Emacs, not in Org code. You can just reassign the bug to org-mode, as I did. (Isn't it weird to have a component of Emacs for which we effective