From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: org-export-region-as-latex exports more than region Date: Wed, 06 Feb 2008 11:38:57 -0800 Message-ID: <47AA0CD1.5000906@u.washington.edu> References: <479E2FE8.1070508@sharpleaf.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060006050909070006000808" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMq7A-0005Yq-BB for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 14:39:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMq79-0005XM-5n for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 14:39:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMq78-0005XC-Un for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 14:39:23 -0500 Received: from mxout1.cac.washington.edu ([140.142.32.134]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JMq78-0007e5-Cd for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 14:39:22 -0500 In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------060006050909070006000808 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------060006050909070006000808 Content-Type: text/x-tex; name="tmp.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tmp.tex" % 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} --------------060006050909070006000808 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --------------060006050909070006000808--