From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Luis_Mu=F1iz?= Subject: Babel-tables: Column-width formatting strings should be discarded while tangling Date: Sat, 18 Aug 2012 15:28:35 +0200 Message-ID: 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]:38171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2j5a-0002TX-0L for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 09:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2j5Y-0000DO-Qe for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 09:29:17 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2j5Y-0000DI-KG for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 09:29:16 -0400 Received: by wibhn17 with SMTP id hn17so2079328wib.12 for ; Sat, 18 Aug 2012 06:29:15 -0700 (PDT) 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 Given the following table and source block: #+TBLNAME: sample-table | n | 2**n | 3**n | |-------+------------+------------| | <5> | <10> | <10> | | 1 | 2 | 3 | | 2 | 4 | 9 | #+BEGIN_SRC emacs-lisp :var data=3Dsample-table :tangle yes () #+END_SRC After tangling the code block, the formatting strings are there. Okay, the docu= mentation clearly states that /Lines which only contain these formatting cookies will be removed automatically when exporting the document/, and I've *tangled*, not *exported*. But, should not the same happen when tangling? Moreover, it is done with horizontal lines, column names, and row names. I'm using org-mode version 7.8.11 from the GIT repository (updated yesterday release_7.8.11-505-g952d72), and Emacs 23.2.1. I have tested with some of the other formatting strings (alignment, , and ) with the same results. TIA, -- - Luis Mu=F1iz