From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Buglet] issue where org-agenda always prints to PostScript "with faces" Date: Thu, 18 Jun 2009 09:57:08 +0200 Message-ID: <19F2922D-780A-4431-AA01-56CE37EFEB8B@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHCsA-0005lq-8j for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHCs1-0005fo-KN for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:24 -0400 Received: from [199.232.76.173] (port=51477 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHCs0-0005fW-6c for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:16 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:45770) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHCrz-0002kw-Np for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:15 -0400 Received: by mail-ew0-f210.google.com with SMTP id 6so1196813ewy.42 for ; Thu, 18 Jun 2009 01:21:15 -0700 (PDT) In-Reply-To: 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: Manish Cc: James , emacs-orgmode@gnu.org On Jun 16, 2009, at 5:27 PM, Manish wrote: > On Tue, Jun 16, 2009 at 9:49 AM, James wrote: >> If you tweak org-agenda-custom-commands to create a PostScript >> version >> of your agenda (for example by following this link... >> >> http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php#sec-5.4 >> >> ) ... and like me you happen to use a dark background in Emacs >> (set-face-background 'default "black"), you end up with PostScript >> files which take account of your background colour. In my case if I >> were to actually print my agenda on a printer, I'd probably drain it >> of black ink! :-) >> >> This problem appears to be because org-agenda always prints using >> "ps-print-buffer-with-faces". >> >> Please could a variable be added such that for awkward users like me >> org-mode would use "ps-print-buffer" instead. > > A similar issue was dicussed in this thread > http://thread.gmane.org/gmane.emacs.orgmode/12719 I the mean time, I have found a better solution for this. (setq org-agenda-exporter-settings '((ps-print-color-p 'black-white))) Matt, or anyone, maybe this is worth a FAQ entry? - Carsten