From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Passing options for latex table export Date: Sat, 22 May 2010 13:15:51 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1718877234==" Return-path: Received: from [140.186.70.92] (port=39153 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFtEp-0007ea-OQ for emacs-orgmode@gnu.org; Sat, 22 May 2010 14:15:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFtEn-0003XP-CP for emacs-orgmode@gnu.org; Sat, 22 May 2010 14:15:55 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:40046) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFtEn-0003X3-1v for emacs-orgmode@gnu.org; Sat, 22 May 2010 14:15:53 -0400 Received: by gwb20 with SMTP id 20so1335437gwb.0 for ; Sat, 22 May 2010 11:15:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --===============1718877234== Content-Type: multipart/alternative; boundary=000e0cdf1b983b385e048732cccf --000e0cdf1b983b385e048732cccf Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm writing a report and would like to pass something like the \begin{sidewaystable} or \begin{rotate}{90} option but it's not going so hot. I tried putting #+BEGIN_LaTeX \begin{sidewaystable} #+END_LaTeX |table|goes|here| #+BEGIN_LaTeX \end{sidewaystable} #+END_LaTeX That didn't work. The manual discusses passing options to override the default orgtbl-to-generic which seemed possible; perhaps some way of altering the line: :tstart (concat "\\begin{tabular}{" alignment "}") Maybe getting \\begin{sidewaystable} in there somehow before \\begin{tabular}... Is there a recommended way to pass various table options? I've wondered the same for getting vertical lines in between columns but not come up with anything for org-mode, just exporting and then doctoring up the generated .tex file afterwards, which is cumbersome since every .org file change requires an export and then another editing of selected sections in the .tex file. I'm sure there's a way, I just haven't found it... Thanks! John --000e0cdf1b983b385e048732cccf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I'm writing a report and would like to pass something like t= he \begin{sidewaystable} or \begin{rotate}{90} option but it's not goin= g so hot. I tried putting

#+BEGIN_LaTeX
\begin{sidewaystable}
#+END_LaTeX

|table|goes|here|

#+BEGIN_LaTeX
\end{sidewaystable}
#+END_LaTeX

That didn't work.

The manual discusses passin= g options to override the default orgtbl-to-generic which seemed possible; = perhaps some way of altering the line:
:tstart (conc=
at "\\begin{tabular}{" alignment "}")
Maybe getting \\begin{sidewaystable} in there somehow before \\begin{= tabular}...

Is there a recommended way to pass various table options= ? I've wondered the same for getting vertical lines in between columns = but not come up with anything for org-mode, just exporting and then doctori= ng up the generated .tex file afterwards, which is cumbersome since every .= org file change requires an export and then another editing of selected sec= tions in the .tex file.

I'm sure there's a way, I just haven't found it...

<= br>Thanks!
John

--000e0cdf1b983b385e048732cccf-- --===============1718877234== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1718877234==--