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