From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Passing font size to exported LaTeX table Date: Mon, 13 Jun 2011 00:27:31 -0400 Message-ID: <24109.1307939251@alphaville.dokosmarshall.org> References: <5180.1306265114@alphaville.americas.hpqcorp.net> <6073.1306269772@alphaville.americas.hpqcorp.net> <6564.1306271566@alphaville.americas.hpqcorp.net> <6636.1306271949@alphaville.americas.hpqcorp.net> <20110527095013.385082e0@bhishma.homelinux.net> <20110527113013.253f79d9@bhishma.homelinux.net> <8988.1306954234@alphaville.dokosmarshall.org> <20110601120825.4ae3d622@kuru.homelinux.net> <20110610153121.189b6ffb@kuru.homelinux.net> <21819.1307929971@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyks-0006TX-OI for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVykr-000292-Fj for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:28:02 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:65367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVykr-00028r-CO for emacs-orgmode@gnu.org; Mon, 13 Jun 2011 00:28:01 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LMP007OHODVYT60@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 12 Jun 2011 23:27:44 -0500 (CDT) In-reply-to: Message from tsd@tsdye.com (Thomas S. Dye) of "Sun, 12 Jun 2011 17:45:58 -1000." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Sebastien Vauban , emacs-orgmode@gnu.org, nicholas.dokos@hp.com Thomas S. Dye wrote: > Nick's got a good editorial eye: "compatible options" is probably not > correct. In the example on Worg hacks, \footnotesize is not an optional > argument to the \table environment, it is a LaTeX command whose scope is > determined by the \table environment within which it is issued. So, > instead of "One can also pass other compatible options" it would be good > to say "One can also pass LaTeX commands into the \table environment" or > something along those lines. > > The entry in Worg hacks looks good to me. Thanks for taking care of > this, Suvayu. > > Many thanks to Nick and Suvayu for figuring out how to get inside the > table environment from Org-mode. I can't remember how many times I > tried and failed to figure this out on my own ... > Now that the Worg entry exists, I'd like to expand it a bit to add essentially what Tom mentions in his first paragraph and also to add a pointer to the "other" solution of this problem. Suvauy, is that OK with you? Or would you rather I created a separate hack? Nick