From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgmod: R and threeparttable Date: Sun, 15 Dec 2013 11:46:07 +0100 Message-ID: <87eh5ebde8.fsf@gmail.com> References: <87sitvakg6.fsf@gmail.com> <87ob4jae2y.fsf@gmail.com> <87bo0ia10v.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs9Cr-0007SM-Uw for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:45:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs9Cl-0002wu-NH for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:45:53 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:58901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs9Cl-0002wp-G8 for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 05:45:47 -0500 Received: by mail-ee0-f52.google.com with SMTP id d17so1631486eek.25 for ; Sun, 15 Dec 2013 02:45:46 -0800 (PST) In-Reply-To: (Vikas Rawal's message of "Sun, 15 Dec 2013 11:21:31 +0100") 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: Vikas Rawal Cc: "emacs-orgmode@gnu.org" Vikas Rawal writes: >> >> Try this: >> >> #+name: gharsondi-yield >> #+caption: Average yields of selected crops in Gharsondi, Gwalior, >> Madhya Pradesh and India, 2007-08 (kilograms per acre) >> #+attr_latex: :options [htb] >> #+begin_table >> #+begin_threeparttable >> > > I need #+attr_latex to come after #begin_threeparttable. Otherwise, it is > not used. You can have both. The "attr_latex" line I suggest applies to the "table" environment below. It doesn't prevent you to add another one applying to the "tabularx" environment. Attributes apply to the element right after them. Regards, -- Nicolas Goaziou