From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ruiz Subject: Cannot get exported a correctly-recalculated table generated by org-babel Date: Sun, 27 Jan 2013 14:57:03 +0000 (GMT) Message-ID: <1359298623.3072.YahooMailClassic@web133103.mail.ir2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzTfP-0007FX-0u for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 09:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzTfN-0000Dy-Ti for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 09:57:06 -0500 Received: from nm19-vm0.bullet.mail.ird.yahoo.com ([77.238.189.92]:30063) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TzTfN-0000Dj-J0 for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 09:57:05 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Problem: I cannot get exported a correctly-recalculated table generated by = org-babel.=0A=0AHi,=0A=0A0. Windoze 7 x64, Emacs 24.pre3 r111199, Org-mode = 7.9.3d (commit 08f5b0ad)=0A(I cannot show the results with Emacs 24.1releas= e or Emacs 24.2release because of the Windoze heap bug#13065=0A=0A http://e= macs.1067599.n5.nabble.com/bug-13065-Bug-in-x-file-dialog-with-GetOpenFileN= ame-td271410.html)=0A=0A1. Load:=0A=0A# start-of-org-file=0A=0A#+name: tabl= e1=0A| C1 | C2 | C3 |=0A|----+----+----|=0A| A=A0 |=A0 1 |=A0 1 |=0A| B=A0 = |=A0 2 |=A0 2 |=0A| C=A0 |=A0 3 |=A0 3 |=0A=0A=0A#+name: table2=0A| C1 | C4= | C5 |=0A|----+----+----|=0A| A=A0 |=A0 1 |=A0 1 |=0A| B=A0 |=A0 2 |=A0 2 = |=0A| C=A0 |=A0 3 |=A0 3 |=0A=0A=0A#+call: table-operations-combine-merge(t= able1,table2) :colnames yes=0A#+tblfm: $6=3D$5+$4+$3+$2=0A=0A=0A# end-of-or= g-file=0A=0A2. M-: (require 'cl) RET=0A=0A3. M-: (org-babel-lob-ingest 'pat= h/to/lob-table-operations.org') RET=0A=0A4. M-x org-babel-execute-buffer RE= T yes RET yes RET=0A=0A5. M-x org-table-recalculate-buffer-tables RET=0A=0A= Results: tables merged and new column calculated correctly.=0A=0A------=0AN= ow let's export the file:=0A=0A6. M-x org-export RET b yes RET yes RET=0A= =0AResults: tables merged correctly and new column empty=0A=0AI presume tha= t org-export re-execute babel but does not recalculate tables.=0A=0AHow can= I get recalculated tables through org-export:=0A=0Aa) Switch-off org-babel= -execute-buffer in org-export?=0Ab) Switch-on org-tables recalculate-buffer= -tables AFTER org-babel-execute-buffer?=0A=0AI cannot figure out the sequen= ce in org-export or the multiple hooks available.=0A=0AThanks for this wond= erful piece of software.=0A=0AMiguel Ruiz.=0ASevilla, Spain.=0A