Hi Eric,

"Eric Schulte" wrote:
> I've just pushed up a change which should fix this issue i.e., the code
> block below now evaluates without error.

Just for my (= our) information, which combination was special here and had to
be fixed in the code?

>> ---- input file:
>>
>> #+STARTUP:  showeverything
>> #+BABEL:    :tangle yes
>>
>> * Normalize
>> #+tblname: normalize
>> | search        | replace      |
>> |---------------+--------------|
>> | no salt added | without salt |
>>
>> #+begin_src perl :var norm_search=normalize[*,0] :var 
>> norm_repl=normalize[*,1]
>> $norm_search;
>> $norm_repl;
>> #+end_src 

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
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

Reply via email to