From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: [Buglet] issue where org-agenda always prints to PostScript "with faces" Date: Thu, 18 Jun 2009 22:26:51 +0530 Message-ID: References: <19F2922D-780A-4431-AA01-56CE37EFEB8B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHKvK-0001yE-D3 for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 12:57:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHKvJ-0001vo-9b for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 12:57:13 -0400 Received: from [199.232.76.173] (port=57362 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHKvI-0001vL-Vq for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 12:57:13 -0400 Received: from qw-out-1920.google.com ([74.125.92.147]:27662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHKvI-0003ae-Id for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 12:57:12 -0400 Received: by qw-out-1920.google.com with SMTP id 9so705972qwj.24 for ; Thu, 18 Jun 2009 09:57:11 -0700 (PDT) In-Reply-To: <19F2922D-780A-4431-AA01-56CE37EFEB8B@gmail.com> 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: Carsten Dominik Cc: James , emacs-orgmode@gnu.org On Thu, Jun 18, 2009 at 1:27 PM, Carsten Dominik wrote: > > 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? Pushed a small FAQ to worg about this. -- Manish