Re: [Orgmode] Re: [BUG] org-babel-tangle causes

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: > I found a simple WORKAROUND. > Kindly put this in the documentation of :colnames, > at the end of the nil value: > > Please note that such "table disassembly" does not work with var > indexing. As a simple workaround, put the #+tblname AFTER the hline > (not before th

Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Eric Schulte
Vladimir Alexiev writes: >> The hline was assumed to be a list (as normal rows are) by the indexing >> code, so I just inserted a quick check to ensure that hlines are left >> alone. > > So Eric, you're handing this arg as per documentation (info) > * :hlines: `no' (default) > Strips horizontal

Re: [Orgmode] Re: [BUG] org-babel-tangle causes "Wrong type argument: sequencep, hline"

2011-02-27 Thread Eric Schulte
Sébastien Vauban writes: > 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? > The hl