emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Scott Otterson <scotto@u.washington.edu>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-export-region-as-latex exports more than region
Date: Wed, 06 Feb 2008 11:38:57 -0800	[thread overview]
Message-ID: <47AA0CD1.5000906@u.washington.edu> (raw)
In-Reply-To: <FEE716EF-6C98-432E-9A99-BE83550B6DBB@science.uva.nl>

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

Carsten Dominik wrote:
> This command creates a temporary buffer with the LaTeX code but does 
> not write it
> to a file.  You are supposed to copy the code from the temporary buffer.
Yes, that was my eventual understanding too --  it might be a good idea 
to rename the function to something like "org-export-as-latex-buffer" or 
something like that.
>
> If you select a table and then export to latex normally, you should get a
> file with just the table and some document setup around it.
>
> So maybe this is a misunderstanding, or I cannot reproduce what you 
> describe.
Huh, for me, both 'org-export-region-as-latex' and 'org-export-as-latex' 
export all the tables, regardless of whether or not only one of them is 
highlighted.  I've attached an example org file.  If I select last table 
in the file, all tables are exported.  I wonder if this might have 
something to do with this particular document or maybe my .emacs?

Scott

[-- Attachment #2: tmp.tex --]
[-- Type: text/x-tex, Size: 2435 bytes --]

% Created 2008-02-06 Wed 11:32
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}


\title{* RUNS}
\author{Scott Otterson}
\date{06 February 2008}

\begin{document}

\maketitle

\textbf{*} Updated to Xavi's latest cvs on cluster and BeamformIt on 10/2/06

\begin{tabular}{llrl}
 corpus  &  data set  &  run  &  comment  \\
\hline
 rt04s   &  del4xs    &  63+  &           \\
\end{tabular}


    \underline{Runs below with new code: [[CVS tag of my code w/ new PCA][CVS tag of my code w/ new PCA]]} 
\begin{tabular}{llrl}
 corpus  &  data set     &    run  &  comment                           \\
\hline
 rt05se  &  xc5          &  1598+  &  1416, no NR                       \\
 rt04s   &  NRall.xc1.0  &  1655+  &  1.0s XC, 0.5s ER, new PCA all NR  \\
 rt05se  &  NRall.xc1.0  &  1677+  &  1.0s XC, 0.5s ER, new PCA all NR  \\
\end{tabular}

    \underline{below, removed feat3/4 merge stream feats so that remStuckFrms.m will get called}
\begin{tabular}{lrl}
 devDD  &  broken speech tools 7226  &  XC1ref, *, NR on, in case this matters for low dim pca input (dfw=1)  \\
 tstDD  &               broken 7262  &  XC1ref, *, NR on, in case this matters for low dim pca input (dfw=1)  \\
\hline
 dtDD   &                      6474  &  dimPick, ent1G, entNLG                                                \\
 dtDD   &                      6535  &  dimPick, many new methods                                             \\
\end{tabular}


\begin{tabular}{rrrrlrrrrl}
         &         &        &         &     &         &         &        &          &                    \\
\hline
    dev  &         &        &    dev  &     &    tst  &         &        &          &  dev               \\
 runNum  &  worst  &  best  &    tot  &     &    tot  &  worst  &  best  &  runNum  &  note              \\
\hline
  04677  &  49.26  &  2.75  &  18.04  &     &  17.29  &  46.08  &  2.96  &   04680  &  baseline, dfw==0  \\
  05739  &  44.36  &   3.3  &  16.01  &     &  15.03  &  40.15  &  1.96  &   05746  &  baseline, dfw==1  \\
  05386  &  36.36  &  2.58  &  15.17  &     &  13.03  &   24.3  &  3.65  &   05373  &  XC-PCA            \\
  05454  &   44.2  &  6.29  &  19.73  &     &  20.26  &  42.99  &  5.88  &   05455  &  ER/XC             \\
  05716  &  36.39  &  2.36  &  15.22  &     &  13.42  &  30.47  &  2.34  &   05733  &  XCfCCA.dMI.3      \\
\end{tabular}


\end{document}

[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

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

  reply	other threads:[~2008-02-06 19:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-28 19:41 org-export-region-as-latex exports more than region Scott Otterson
2008-02-03  8:22 ` Carsten Dominik
2008-02-06 19:38   ` Scott Otterson [this message]
2008-02-08 18:07     ` Scott Otterson
2008-02-07  0:08   ` Nick Dokos
2008-02-07  9:41     ` Carsten Dominik
2008-02-08 15:13     ` Bastien Guerry
  -- strict thread matches above, loose matches on Subject: below --
2008-01-28 19:41 Scott Otterson

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=47AA0CD1.5000906@u.washington.edu \
    --to=scotto@u.washington.edu \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /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).