From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: [babel][bug] Export latex table using noweb suddenly broken? Date: Tue, 1 Mar 2011 23:24:09 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37580 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pudbz-0000Vy-DX for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 23:24:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pudbx-000764-WC for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 23:24:31 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:48026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pudbx-00075q-QS for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 23:24:29 -0500 Received: by fxm5 with SMTP id 5so6547494fxm.0 for ; Tue, 01 Mar 2011 20:24:29 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode ml Hey orgsters, A sample document like the one below was compiling fine on an older git commit, say about 10 days ago. Now, the tabular environment is wrapped in latex verbatim. It's as if it is no longer respecting the :noweb header. ----- begin org doc ------ #+TITLE: Table Export Test * Endogenizing Policy Test table export. #+source: tab-export #+begin_src latex :exports results :results latex :noweb yes \begin{table}[htb!] \centering <> \end{table} #+end_src ** Tables :noexport: #+tblname: tab-test | Expectation | Pre-policy | Post-policy | Cycle Summary | |----------------------+-------------------------------------------------------------+----------------------------------------------------------------+------------------------------------| | Larger gov't sector | $\downarrow C$, $\downarrow U$, $\uparrow K$, $\uparrow Y$ | $\downarrow C$, $\downarrow U$, $\downarrow K$, $\downarrow Y$ | SR $\uparrow Y$, LR $\downarrow Y$ | | Smaller gov't sector | $\uparrow C$, $\uparrow U$, $\downarrow K$, $\downarrow Y$ | $\uparrow C$, $\uparrow U$, $\uparrow K$, $\uparrow Y$ | SR $\downarrow Y$, LR $\uparrow Y$ | ------ end org doc ------ Can anyone else confirm? -- Jeffrey Horn http://www.failuretorefrain.com/jeff/