Re: [O] How to apply multiple TBLFM rules?

2012-05-09 Thread Bastien
Hi Michael, Michael Hannon writes: > Here is the same table, but with the formulas spread across three different > lines: > >     #+TBLNAME: test2 >     | 1 | 2 |   | >     | 4 | 5 |   | >     | 7 | 8 | 9 | >     #+TBLFM: @1$3='(+ 10 7) >     #+TBLFM: @2$3='(+ 11 9) >     #+TBLFM: @3$1=42 > > If

Re: [O] How to apply multiple TBLFM rules?

2012-05-08 Thread Michael Hannon
Bastien wrote: > Charles writes: > >> Perhaps only one #+TBLFM: per table is allowed > > More precisely, hitting C-c C-c on #+TBLFM: will just apply formulas in > *this* line. > > Using several #+TBLFM: lines is sometimes useful when you want to apply > different sets of formulas -- which I thin

Re: [O] How to apply multiple TBLFM rules?

2012-05-08 Thread Bastien
Hi Charles and Michael, Charles writes: > Perhaps only one #+TBLFM: per table is allowed More precisely, hitting C-c C-c on #+TBLFM: will just apply formulas in *this* line. Using several #+TBLFM: lines is sometimes useful when you want to apply different sets of formulas -- which I think is t

Re: [O] How to apply multiple TBLFM rules?

2012-05-07 Thread Michael Hannon
Charles wrote: > I'm fairly new to Org and did an experiment. Perhaps only one #+TBLFM: per > table is allowed since the plural is used . . . Thanks, Charlie.  I think you must be correct.  Since posting my message, I've run across the notion of using " C-c ' " within a table to edit formulas. 

Re: [O] How to apply multiple TBLFM rules?

2012-05-07 Thread Charles
Mike, I'm fairly new to Org and did an experiment. Perhaps only one #+TBLFM: per table is allowed since the plural is used 15.6 Summary of in-buffer settings == . . . `#+TBLFM:' This line contains the formulas for the table directly above the line.

[O] How to apply multiple TBLFM rules?

2012-05-07 Thread Michael Hannon
Greetings.  I'm having difficulty applying multiple formula expressions to an Org-mode table.  For example, if I start with:     #+TBLNAME: test     | 1 | 2 | |     | 4 | 5 | |     | 7 | 8 |  9 |     #+TBLFM: @1$3='(+ 10 7)     #+TBLFM: @2$3='(+ 11 9) and then position the cursor on the f