Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
Ciaran Mulloy writes: > Inserting the following as a field formula in location @2$3: > :='(mapconcat 'identity (delete-dups (list @2$1..@>$1 @2$2..@>$2)) " ") > and doing a C-c or a C-u-C-c C-c generates an 'Invalid regexp: "Regular > expression too big"' error. > > It seems that I can r

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Ciaran Mulloy
On 27/08/14 12:52, Nick Dokos wrote: Ciaran Mulloy writes: Hi Nick, Many thanks for your input. The table I was trying was the example in the tutorial shown as follows (not big) and no hint of a regex!: | Col1 | Col2 | Col3 | Col4 | Col5 | |--+--+--+--+--| | a| a|

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
Hello Ciaran, given your example: > | Col1 | Col2 | Col3 | Col4 | Col5 | > |--+--+--+--+--| > | a| a| :='(mapconcat 'identity (delete-dups (list @2$1..@>$1 > @2$2..@>$2)) " ") | b| | > | b| a| | | | > | c| d| | |

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread ciaran_mulloy
On 27/08/14 08:21, Ciaran Mulloy wrote: > On 27/08/14 03:52, Nick Dokos wrote: >> Ciaran Mulloy writes: >> >>> Hi! >>> I was fascinated to work through the examples provided in the >>> org-tutorials sections under Worg and really see the power of using >>> eLisp as spreadsheet formula: http://orgm

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Nick Dokos
Ciaran Mulloy writes: > Hi Nick, > Many thanks for your input. > > The table I was trying was the example in the tutorial shown as follows > (not big) and no hint of a regex!: > > | Col1 | Col2 | Col3 | Col4 | Col5 | > |--+--+--+--+--| > | a| a| :='(mapconcat 'identit

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Ciaran Mulloy
On 27/08/14 03:52, Nick Dokos wrote: Ciaran Mulloy writes: Hi! I was fascinated to work through the examples provided in the org-tutorials sections under Worg and really see the power of using eLisp as spreadsheet formula: http://orgmode.org/worg/ org-tutorials/org-spreadsheet-lisp-formulas.

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-26 Thread Nick Dokos
Ciaran Mulloy writes: > Hi! > I was fascinated to work through the examples provided in the org-tutorials > sections under Worg and really see the power of using eLisp as spreadsheet > formula: http://orgmode.org/worg/ > org-tutorials/org-spreadsheet-lisp-formulas.html > > However the use of th

[O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-26 Thread Ciaran Mulloy
Hi! I was fascinated to work through the examples provided in the org-tutorials sections under Worg and really see the power of using eLisp as spreadsheet formula: http://orgmode.org/worg/org-tutorials/org-spreadsheet-lisp-formulas.html However the use of the mapconcat function always generat