Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: >> >> Hi, >> >> I just pulled the new version, but now I get another error message, >> here's the message lock >> > > I just pushed up another fix which should resolve this problem. > Cheers -- Eric Thanks Eric, the error message is gone, I can now export the subtree again

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Eric Schulte
>> >> I just pushed up a fix for this issue. Thanks for reporting and >>please let me know if the problem persists with the latest version of >>Org-mode from git head. >> >> Best -- Eric >> > > Hi, > > I just pulled the new version, but now I get another error message, > here's the message lock >

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: > maxi.mat...@googlemail.com (Maximilian Matthé) writes: > >> Hi guys, >> >> I found a bug (or I'm doing something wrong): See this org file: >> >> >> >> * 1 >> * 2 >> ** 2.1 >> ** 2.2 >> Exporting this subtree to latex (C-c C-e 1 d) r

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Eric Schulte
maxi.mat...@googlemail.com (Maximilian Matthé) writes: > Hi guys, > > I found a bug (or I'm doing something wrong): See this org file: > > > > * 1 > * 2 > ** 2.1 > ** 2.2 > Exporting this subtree to latex (C-c C-e 1 d) raises > "wrong type argument: arrayp"

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
maxi.mat...@googlemail.com (Maximilian Matthé) writes: I'm using org-mode version Org-mode version 7.7 (release_7.7.280.gdbf0) Thanks for your help! > Hi guys, > > I found a bug (or I'm doing something wrong): See this org file: > > > > * 1 > * 2 > ** 2.

[O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Hi guys, I found a bug (or I'm doing something wrong): See this org file: * 1 * 2 ** 2.1 ** 2.2 Exporting this subtree to latex (C-c C-e 1 d) raises "wrong type argument: arrayp" #+BEGIN_SRC python :results output :export results print 1 print 2 #+END_SR