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
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|
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| | |
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
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
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.
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
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