From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Wishlist: drop "a4paper" option from the default LaTeX class Date: Thu, 29 Jan 2009 11:53:09 -0800 Message-ID: <20090129195307.GK28304@hplhtang1> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LScyR-00018l-07 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 14:54:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LScyQ-00016c-0a for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 14:54:50 -0500 Received: from [199.232.76.173] (port=39358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LScyP-00016P-SG for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 14:54:49 -0500 Received: from gundega.hpl.hp.com ([192.6.19.190]:58201) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LScyP-0007Ze-8g for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 14:54:49 -0500 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n0TJrEGQ020628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Jan 2009 11:53:14 -0800 (PST) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n0TJrCsU015102 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Jan 2009 11:53:14 -0800 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1LScwn-0004UC-5E for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 11:53:09 -0800 Content-Disposition: inline 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: "emacs-orgmode@gnu.org" The default class "article" in the variable org-export-latex-classes (which Emacs can't find anymore -- I have just filed a report) is \documentclass[11pt,a4paper]{article} I suggest dropping the "a4paper" option and letting the local TeX customization determine the default papersize. -- Best, Hsiu-Khuern.