From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Nedrehagen Subject: Re: printing pdf of agenda buffer: two issues Date: Mon, 16 Mar 2009 09:12:40 +0100 Message-ID: References: <7bef1f890903052132v5f4fc87ar2f9eca6872bc9d4@mail.gmail.com> <31BB812B-B0FA-4074-A5D1-2767FA94BB41@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lj7wT-0003JH-6b for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 04:13:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lj7wO-0003Is-4p for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 04:13:00 -0400 Received: from [199.232.76.173] (port=43613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lj7wO-0003Ip-1L for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 04:12:56 -0400 Received: from bgo1smout1.broadpark.no ([217.13.4.94]:52098) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lj7wN-0007bA-Ly for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 04:12:55 -0400 Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KGL00LG7AT4FU50@bgo1smout1.broadpark.no> for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 09:12:40 +0100 (CET) Received: from gorontha.mshome.net ([80.203.148.138]) by bgo1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KGL00AXXAT47610@bgo1sminn1.broadpark.no> for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 09:12:40 +0100 (CET) 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: Carsten Dominik Cc: emacs-orgmode Mailinglist P=E5 Fri, 13 Mar 2009 18:10:30 +0100, skrev Carsten Dominik =20 : > > On Mar 13, 2009, at 2:01 PM, Ivan Nedrehagen wrote: > >> P=E5 Fri, 06 Mar 2009 10:38:22 +0100, skrev Carsten Dominik =20 >> : >> >>> >>> On Mar 6, 2009, at 6:32 AM, Alan E. Davis wrote: >>> >>>> Maybe I have missed something about the use of this new feature.= And =20 >>>> also other attempts to print have failed. So I am posing two = =20 >>>> questions in this post (hopefully related). They may well be du= e to =20 >>>> my setup. >>>> >>>> 1. When I attempt to write a pdf file of a buffer of TODO items= as =20 >>>> collected by C-c a t, the following error is reported: >>>> >>>> comment-normalize-vars: Command attempted to use minibuffer = while =20 >>>> in minibuffer >>>> Formatting... 0% >>>> color-values: Wrong type argument: stringp, ("blue" :weight= bold) >>>> >>>> There is little use in my theorizing about this. >>> >>> >>> I cannot reproduce this. C-x C-w somefile.pdf RET in my agenda w= orks. >>> >>>> >>>> >>>> 2. I have tried two other ways to print agenda output, using sc= ripts =20 >>>> posted elsewhere. One of them was a script from an org-mode = =20 >>>> tutorial, and the other, perhaps, from the FAQ. Both times, I g= et =20 >>>> colored text that cannot print. It is pale yellow. >>> >>> >>> Very likel this is because you are using a script that >>> runs Emacs in batch-mode, in which case the font colors >>> are poorly defined. You can try to bind org-agenda-with-colors >>> to nil during the agenda command, as one of the options. >>> >>>> >>>> >>>> Perhaps these are related? >>> >>> I don't think so. >>> >>> HTH >>> >>> - Carsten >>> >>> >>> >> >> I am running Emacs on Windows, and I have a similar problem with o= rg-=20 >> mode 6.24b. >> >> My *Messages* gives me this >> >> Preparing diary...done >> Loading cl-macs...done >> Loading cl-seq...done >> Formatting... 0% >> Loading ps-mule...done >> Loading composite...done >> Collecting face information... >> Formatting... 39% >> ps-e-color-values: Wrong type argument: stringp, ("blue" :weight b= old) > > What is ps-e-color-values? I do not have this function. > > - Carsten > >> >> Hope anyone can help. An pdf from agenda view would give a good ki= ck in =20 >> the butt >> to they guys in the office who frowns upon planning done elsewhere= than =20 >> MS Projects >> and Outlook :P >> >> - Ivan >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > It is a defalias for 'color-value used in ps-print.el Somehow, while searching for the values, I somehow made the error go = away, Ill get back to it if I am able to reproduce. - Ivan