Re: [O] Bug: Table formula does not copy time interval correctly [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.0.94/lisp/org/)]

2016-07-07 Thread Rares Vernica
Michael Brand writes: > Hi Rares > > On Mon, Jul 4, 2016 at 6:28 PM, Rares Vernica wrote: > >> | [2016-07-03 Sun]--[2016-07-04 Mon] | 1d | d | >> | [2016-07-03 Sun]--[2016-07-05 Tue] | 2d | 2 d | >> #+TBLFM: $3=$2 > > A Calc formula interprets field

[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: Table formula does not copy time interval correctly [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.0.94/lisp/org/)]

2016-07-06 Thread Rares Vernica
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

[Orgmode] another bug in remote references in spreadsheet

2009-04-12 Thread Rares Vernica
Hi, I think I found another bug related to remote references. When I insert/remove a row/column using the table commands, the remote references to other tables are also updated. I think org treats "remote" as a regular function and updates the references inside it. Here is an example: #+TBLNAME:

[Orgmode] bug in remote references in spreadsheet

2009-04-06 Thread Rares Vernica
Hello, I think the standard references do not work correctly in the "remote" function. Moreover, the "edit all formulas" (C-c ') window replaces the internal references with standard references. Even if I toggle the references back to internal ones, the references in the "remote" function do not g

[Orgmode] get bbdb entry from org-agenda

2008-05-29 Thread Rares Vernica
Hello, I am using org-bbdb to add the anniversaries of my bbdb contacts to org-agenda. When I select an anniversary in org-agenda, my .org file that contains (org-bbdb-anniversaries) shows up. Is it possible to show up the bbdb entry for that name instead? Thanks.