From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [export] Should sidewaystable option automatically add rotating package? Date: Wed, 11 Sep 2013 14:01:28 +0200 Message-ID: <877gentvmv.fsf@gmx.us> References: <87ob7z4nzl.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJj7N-0003hg-9Y for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 08:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJj7E-0005WB-3N for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 08:01:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:41314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJj7D-0005Vz-TJ for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 08:01:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VJj7B-0005xC-1k for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 14:01:45 +0200 Received: from 217.39.7.252 ([217.39.7.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 14:01:45 +0200 Received: from rasmus by 217.39.7.252 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 14:01:45 +0200 In-Reply-To: <87ob7z4nzl.fsf@pinto.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Wed, 11 Sep 2013 12:05:50 +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: emacs-orgmode@gnu.org Hi Eric, Eric S Fraga writes: > A minor feature request. Feel free to ignore! > > Using the sidewaystable :float option for table exports to LaTeX > requires one to manually add a > > #+LaTeX_header: \usepackage{rotating} > > line to the org file. Could this package be added automatically by the > exporter if the sidewaystable option is present? My 2¢: I think the policy is that the ox-latex ain't going to track packages. Aaron made some patches for this some time ago, but they weren't included. So the question is should it be a default package? I think not. E.g. tabu isn't loaded. Amsmath isn't loaded if you generate a matrix. Also, a kitten dies every time the length of org-latex-default-packages-alist increases! –Rasmus -- When in doubt, do it!