From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brody, William (Buck)" Subject: RE: printing error Date: Wed, 17 Mar 2010 17:58:51 -0400 Message-ID: <46FF04F1BA077D4586212E7E31C57D2A0451260E43@MAIL.darden.virginia.edu> References: <46FF04F1BA077D4586212E7E31C57D2A04511725FE@MAIL.darden.virginia.edu> <8073.1268836388@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ns1G4-0008G7-OJ for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 17:58:32 -0400 Received: from [140.186.70.92] (port=36915 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ns1G3-0008Dj-39 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 17:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ns1G1-0006gT-R3 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 17:58:30 -0400 Received: from proteus2.darden.virginia.edu ([128.143.59.148]:16756 helo=mail.darden.virginia.edu) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ns1G1-0006gN-OM for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 17:58:29 -0400 In-Reply-To: <8073.1268836388@gamaville.dokosmarshall.org> Content-Language: en-US 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: "nicholas.dokos@hp.com" Cc: "emacs-orgmode@gnu.org" Emacs version 22.3.1 Org-mode version 6.34c Printing works on most documents. It works on some org documents, but it s= eems to depend on whether specific fonts are used in the faces. =20 I created a sparse tree and typed=20 Command: M-x ps-print-buffer-with faces Minibuffer: Font for some characters not found. Continue anyway? (yes or no) Command: Yes This is the back trace: ebugger entered--Lisp error: (wrong-type-argument stringp ("blue" :weight b= old)) xw-color-values(("blue" :weight bold) nil) ps-e-color-values(("blue" :weight bold)) ps-color-values(("blue" :weight bold)) ps-color-scale(("blue" :weight bold)) ps-plot-with-face(292 296 (:foreground "blue" :weight bold)) ps-generate-postscript-with-faces(1 111826) ps-generate(# 1 111826 ps-generate-postscript-with-fa= ces) ps-spool-with-faces(1 111826 nil) ps-print-with-faces(1 111826 nil) ps-print-buffer-with-faces(nil) call-interactively(ps-print-buffer-with-faces) execute-extended-command(nil) call-interactively(execute-extended-command) -----Original Message----- From: nick@gamaville.dokosmarshall.org [mailto:nick@gamaville.dokosmarshall= .org] On Behalf Of Nick Dokos Sent: Wednesday, March 17, 2010 10:33 AM To: Brody, William (Buck) Cc: emacs-orgmode@gnu.org; nicholas.dokos@hp.com Subject: Re: [Orgmode] printing error Brody, William (Buck) wrote: > When I try to print, using ps-print-buffer-with-faces, I am getting the f= ol=3D > lowing error message: "Wrong type argument: stringp, ("blue" :weight bol= d)=3D > " >=20 It could be anything: you will have to be *much* more specific. It's not ev= en clear that it is an org problem, since you didn't specify *what* you are trying t= o print. If printing a text document does not work, then it is not an org problem (b= ut you want to gather up a back trace in any case - you are just going to have to = send it to the emacs list instead of the org mode list). If printing a text documen= t works, but printing an org document does not, then gather up a backtrace and send = it to this list. To find out how to get a backtrace, see section 1.4 "Feedback" of the Orgmo= de manual. HTH, Nick