From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Subject: [Buglet] issue where org-agenda always prints to PostScript "with faces" Date: Tue, 16 Jun 2009 04:19:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGQEV-0006rZ-4J for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 00:25:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGQEP-0006mp-HG for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 00:25:13 -0400 Received: from [199.232.76.173] (port=60409 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGQEP-0006mm-BS for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 00:25:09 -0400 Received: from main.gmane.org ([80.91.229.2]:35813 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGQEP-0000ba-1m for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 00:25:09 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MGQEI-0003M3-Dx for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 04:25:03 +0000 Received: from gate.alliedtelesyn.co.nz ([202.49.72.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 04:25:02 +0000 Received: from jamesodhunt by gate.alliedtelesyn.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 04:25:02 +0000 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 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. Thanks for a fantastic productivity tool! Regards, James.