emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Babel-tables: Column-width formatting strings should be discarded wh


From: Luis Muñiz
Subject: [O] Babel-tables: Column-width formatting strings should be discarded while tangling
Date: Sat, 18 Aug 2012 15:28:35 +0200

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=sample-table :tangle yes
  ()
#+END_SRC

After tangling the code block, the formatting strings are there.  Okay,
the <a 
href="http://orgmode.org/org.html#Column-width-and-alignment";>documentation</a>
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 <a
href="http://orgmode.org/org.html#hlines";>horizontal lines</a>,
<a href="http://orgmode.org/org.html#colnames";>column names</a>,
and <a href="http://orgmode.org/org.html#rownames";>row names</a>.

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, <l>, <c>
and <r>) with the same results.

TIA,
--
  - Luis Muñiz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]