Jörg Hagmann <joerg.hagm...@unibas.ch> writes:

> Third attempt to get your attention:
>

I confirm the bug.

GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1
Org-mode version 7.4 commit-eb0d35dd185043933a0415222adc51906579dc67


> - If you export the (new) minimal example below to latex (C-cC-e l),
>   it works.
 -------New minimal example------------
* Subtree 

| One    | Two  | Three |
|--------+------+-------|
| * Test | text | text  |
| ** One | text | text  |

Some text, subtree 1

** Subsubtree 

| One  2 | Two 2  | Three 2 |
|--------+------+-------|
| * Test 2 | text 2 | text 2  |
| ** One 2 | text 2 | text 2  |
--------End of new minimal example---------------------


> - If you only export a tree (Subtree in the example; C-c C-e 1 l), 
> the 
> first table ends at the horizontal line and everything between it and
> the next node (Subsubtree) is eliminated. 
> The second (identical) table  is exported correctly.

this happens also if it is manually selected the region between  
"* Subtree " and "subtree 1" and exported with C-c C-e

The html export works ok.

> - If you remove the asterisk(s) in the first table, it works.

Actually,  it works *only* for the lines without "*"
----------------------------------example: --------
* Subtree 

| One    | Two  | Three |
|--------+------+-------|
| Test   | text | text  |
| ** One | text | text  |

Some text, subtree 1
-----------------------------------------
Is exported as:

\begin{center}
\begin{tabular}{lll}
 One   &  Two   &  Three  \\
\hline
 Test  &  text  &  text   \\
\end{tabular}
\end{center}
\section{Subsubtree}

the second line "** One ...." is not exported.
>
> This problem crept in in the last days or weeks before 7.4.


> Emacs 23.2.1 on OS X 10.6.5
> Org-mode version 7.4 (release_7.4.24.g48b11.dirty)

cheers,
Giovanni

P.S. 
Jörg in the meanwhile you may write a function, to post-process your
column-view, that 
either deletes "*"
or 
substitutes "| * <- space" with "| "

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to