From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Agenda printing: org-agenda-write doesn't use ps-paper-type Date: Wed, 12 Jun 2013 02:04:18 +0100 Message-ID: <87a9mwdtrh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmZRj-0005hX-C1 for Emacs-orgmode@gnu.org; Tue, 11 Jun 2013 21:01:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmZRe-0002y9-ET for Emacs-orgmode@gnu.org; Tue, 11 Jun 2013 21:01:55 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:42850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmZRe-0002y0-8m for Emacs-orgmode@gnu.org; Tue, 11 Jun 2013 21:01:50 -0400 Received: by mail-wg0-f51.google.com with SMTP id e11so2280881wgh.6 for ; Tue, 11 Jun 2013 18:01:48 -0700 (PDT) Received: from localhost (host81-153-205-24.range81-153.btcentralplus.com. [81.153.205.24]) by mx.google.com with ESMTPSA id fu14sm21245509wic.0.2013.06.11.18.01.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 11 Jun 2013 18:01:47 -0700 (PDT) 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 Hello, Trying to print an agenda to pdf always results in the paper size being US letter even though ps-paper-type is set to a4. This is how I try to print it: (org-agenda-write "/home/myles/tmp/agenda.pdf" nil nil "*Org Agenda(a)*") and setting this doesn't fix it either: (eval-after-load "ps-print" '(setq ps-paper-type 'a4)) Is there something else I need to customise? Thanks, Myles