emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Agenda printing: org-agenda-write doesn't use ps-paper-type


From: Myles English
Subject: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type
Date: Wed, 12 Jun 2013 02:04:18 +0100
User-agent: mu4e 0.9.9.5-dev6; emacs 24.3.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]