Hi

Since some time I am using orgtbl-mode, a minor mode from the org package,
which greatly simplifies the constructions of latex tables, even in a
latex buffer.

The idea is that the org table construct is wrapped into a
comment environment, like this.

\begin{comment}
#+ORGTBL: SEND data2 orgtbl-to-latex  :lend "\\\\ \\hline"
| / | <> | <> | <> | <> | <> | <> | <> | <> | <> | <> |
|---+----+----+----+----+----+----+----+----+----+----|
|   | A  |  6 |  8 |  8 |  9 |  9 |  6 |  7 |  8 |  9 |
|   | B  |  7 |  6 |  7 |  7 |  6 |  8 |  6 |  8 |  8 |
\end{comment}

And then is «send» as latex source code into some place of the buffer.


The only problem is when I run LaTeX-fill-region and friends
because is results in a useless (for orgtbl-mode) construct like this

\begin{comment}
  #+ORGTBL: SEND data2 orgtbl-to-latex :lend "\\\\ \\hline" | / | <> |
  <> | <> | <> | <> | <> | <> | <> | <> | <> |
  |---+----+----+----+----+----+----+----+----+----+----| | | A | 6 |
  8 | 8 | 9 | 9 | 6 | 7 | 8 | 9 | | | B | 7 | 6 | 7 | 7 | 6 | 8 | 6 |
  8 | 8 |
\end{comment}


So the question is this: could (optionally)  \begin{comment} be  exclude
from LaTeX-fill-region and friends?

thanks

Uwe Brauer 

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to