From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: "Jörg Hagmann" <joerg.hagmann@unibas.ch>
Cc: emacs-orgmode@gnu.org
Subject: Re: BUG Latex: exporting a tree
Date: Wed, 15 Dec 2010 12:45:05 +0100 [thread overview]
Message-ID: <83mxo7i7jy.fsf_-_@yahoo.it> (raw)
In-Reply-To: <4D0892B2.2020908@unibas.ch> ("Jörg Hagmann"'s message of "Wed, 15 Dec 2010 11:04:34 +0100")
Jörg Hagmann <joerg.hagmann@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 "| "
next prev parent reply other threads:[~2010-12-15 11:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 9:02 Latex: exporting a tree Jörg Hagmann
2010-12-10 14:49 ` Jörg Hagmann
2010-12-15 10:04 ` Jörg Hagmann
2010-12-15 11:41 ` Carsten Dominik
2010-12-15 12:13 ` Nicolas Goaziou
2010-12-15 13:48 ` Carsten Dominik
2010-12-15 18:15 ` Nicolas Goaziou
2010-12-15 22:12 ` Carsten Dominik
2010-12-19 0:15 ` Nicolas Goaziou
2011-01-26 10:07 ` [Accepted] " Carsten Dominik
2010-12-15 11:45 ` Giovanni Ridolfi [this message]
2010-12-15 11:53 ` BUG " Giovanni Ridolfi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83mxo7i7jy.fsf_-_@yahoo.it \
--to=giovanni.ridolfi@yahoo.it \
--cc=emacs-orgmode@gnu.org \
--cc=joerg.hagmann@unibas.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).