* Bug: Entering formula in cell on spreadsheet replaces all other formulas @ 2010-04-01 22:17 Russell Adams 2010-04-02 7:45 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Russell Adams @ 2010-04-01 22:17 UTC (permalink / raw) To: emacs-orgmode When using the =formula syntax in the spreadsheet and tabbing to the next cell instead of using C-u C-c =, the entire TBLFM line is overwritten. Thanks! ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-01 22:17 Bug: Entering formula in cell on spreadsheet replaces all other formulas Russell Adams @ 2010-04-02 7:45 ` Carsten Dominik 2010-04-02 8:19 ` Russell Adams 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2010-04-02 7:45 UTC (permalink / raw) To: Russell Adams; +Cc: emacs-orgmode On Apr 2, 2010, at 12:17 AM, Russell Adams wrote: > When using the =formula syntax in the spreadsheet and tabbing to the > next cell instead of using C-u C-c =, the entire TBLFM line is > overwritten. Hi Russel, I do not understand what the problem is here. Can you make a more detailed description with a test file? Thanks. - Carsten ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-02 7:45 ` Carsten Dominik @ 2010-04-02 8:19 ` Russell Adams 2010-04-02 9:03 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Russell Adams @ 2010-04-02 8:19 UTC (permalink / raw) To: emacs-orgmode On Fri, Apr 02, 2010 at 09:45:55AM +0200, Carsten Dominik wrote: > > On Apr 2, 2010, at 12:17 AM, Russell Adams wrote: > >> When using the =formula syntax in the spreadsheet and tabbing to the >> next cell instead of using C-u C-c =, the entire TBLFM line is >> overwritten. > > Hi Russel, > > I do not understand what the problem is here. Can you make a more > detailed description with a test file? > > Thanks. > > - Carsten When entering data, you can type "=" and enter a formula in the cell which apparently becomes the column formula when you hit tab. It is written to the TBLFM line under the table. Unfortunately it replaces the TBLFM line instead of appending to it, wiping out current formulas. I'm on 6.34c. Thanks. ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-02 8:19 ` Russell Adams @ 2010-04-02 9:03 ` Carsten Dominik 2010-04-02 14:37 ` Russell Adams 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2010-04-02 9:03 UTC (permalink / raw) To: Russell Adams; +Cc: emacs-orgmode On Apr 2, 2010, at 10:19 AM, Russell Adams wrote: > On Fri, Apr 02, 2010 at 09:45:55AM +0200, Carsten Dominik wrote: >> >> On Apr 2, 2010, at 12:17 AM, Russell Adams wrote: >> >>> When using the =formula syntax in the spreadsheet and tabbing to the >>> next cell instead of using C-u C-c =, the entire TBLFM line is >>> overwritten. >> >> Hi Russel, >> >> I do not understand what the problem is here. Can you make a more >> detailed description with a test file? >> >> Thanks. >> >> - Carsten > > When entering data, you can type "=" and enter a formula in the cell > which apparently becomes the column formula when you hit tab. It is > written to the TBLFM line under the table. > > Unfortunately it replaces the TBLFM line instead of appending to it, > wiping out current formulas. Well, not for me, so there must be something funny in your formulas/ table. Please make me an example. - Carsten ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-02 9:03 ` Carsten Dominik @ 2010-04-02 14:37 ` Russell Adams 2010-04-02 16:49 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Russell Adams @ 2010-04-02 14:37 UTC (permalink / raw) To: emacs-orgmode > Well, not for me, so there must be something funny in your formulas/ > table. Please make me an example. > > - Carsten > I just figured it out. I ran into it while composing the spreadsheet for the narrowing FR. Its that using = in a cell create a column formula, and I kept replacing the same column. That wasn't what I was expecting. ;] Thanks. ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-02 14:37 ` Russell Adams @ 2010-04-02 16:49 ` Carsten Dominik 2010-04-02 17:00 ` Russell Adams 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2010-04-02 16:49 UTC (permalink / raw) To: Russell Adams; +Cc: emacs-orgmode On Apr 2, 2010, at 4:37 PM, Russell Adams wrote: >> Well, not for me, so there must be something funny in your formulas/ >> table. Please make me an example. >> >> - Carsten >> > > I just figured it out. I ran into it while composing the spreadsheet > for the narrowing FR. > > Its that using = in a cell create a column formula, and I kept > replacing the same column. That wasn't what I was expecting. ;] You know about ":=" ? - Carsten > > Thanks. > > ------------------------------------------------------------------ > Russell Adams RLAdams@AdamsInfoServ.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > _______________________________________________ > 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 - Carsten ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Bug: Entering formula in cell on spreadsheet replaces all other formulas 2010-04-02 16:49 ` Carsten Dominik @ 2010-04-02 17:00 ` Russell Adams 0 siblings, 0 replies; 7+ messages in thread From: Russell Adams @ 2010-04-02 17:00 UTC (permalink / raw) To: emacs-orgmode Carsten, I do now! ;] Thanks. > You know about ":=" ? > > - Carsten ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-04-02 17:00 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-01 22:17 Bug: Entering formula in cell on spreadsheet replaces all other formulas Russell Adams 2010-04-02 7:45 ` Carsten Dominik 2010-04-02 8:19 ` Russell Adams 2010-04-02 9:03 ` Carsten Dominik 2010-04-02 14:37 ` Russell Adams 2010-04-02 16:49 ` Carsten Dominik 2010-04-02 17:00 ` Russell Adams
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.