[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequen
From: |
Sébastien Vauban |
Subject: |
[Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline" |
Date: |
Sun, 27 Feb 2011 21:07:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) |
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
- [Orgmode] [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Vladimir Alexiev, 2011/02/27
- Re: [Orgmode] [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Eric Schulte, 2011/02/27
- [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline",
Sébastien Vauban <=
- Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Eric Schulte, 2011/02/27
- [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Sébastien Vauban, 2011/02/27
- [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Vladimir Alexiev, 2011/02/27
- Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline", Eric Schulte, 2011/02/27
- [Orgmode] Re: [BUG] org-babel-tangle causes, Vladimir Alexiev, 2011/02/27
- Re: [Orgmode] Re: [BUG] org-babel-tangle causes, Eric Schulte, 2011/02/27