From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Org-mode version 4.74 Date: Sun, 13 May 2007 12:43:29 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnCc8-0001qS-PG for emacs-orgmode@gnu.org; Sun, 13 May 2007 07:51:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnCc7-0001qG-Bw for emacs-orgmode@gnu.org; Sun, 13 May 2007 07:51:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnCc7-0001qD-43 for emacs-orgmode@gnu.org; Sun, 13 May 2007 07:51:47 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1HnCUS-0008DH-Np for emacs-orgmode@gnu.org; Sun, 13 May 2007 07:43:52 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HnCUJ-0004i7-NN for emacs-orgmode@gnu.org; Sun, 13 May 2007 13:43:43 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2007 13:43:43 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2007 13:43:43 +0200 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 ----- Carsten Dominik (2007-05-13) wrote:----- > - Agenda views can be exported as plain text, as HTML, and as > Postscript(R). This can simply be done from the agenda > buffer with `C-x C-w' and then specifying a filename like > `myagenda.html' or `myagenda.ps'. See section 8.6.4 of the > manual. Start Emacs in a terminal such as xterm and than `C-x C-w' to a .ps file, I get the following error: ,---- | Debugger entered--Lisp error: (error "`ps-default-fg' and `ps-default-bg' have the same color. | Text won't appear on page. Please, check these variables.") | signal(error ("`ps-default-fg' and `ps-default-bg' have the same color.\nText won't appear on page. Please, check these variables.")) | error("`ps-default-fg' and `ps-default-bg' have the same color.\nText won't appear on page. Please, check these variables.") | ps-begin-job(ps-generate-postscript-with-faces) | ps-generate(# 1 735 ps-generate-postscript-with-faces) | ps-spool-with-faces(1 735 nil) | ps-print-with-faces(1 735 "/home/leo/t.ps") | ps-print-buffer-with-faces("/home/leo/t.ps") | (cond ((string-match "\\.html?\\'" file) (require ...) (set-buffer ...) (write-file file) (kill-buffer ...) (message "HTML written to %s" file)) ((string-match "\\.ps\\'" file) (require ...) (ps-print-buffer-with-faces file) (message "Postscript written to %s" file)) (t (let ... ... ... ... ... ...))) | (save-window-excursion (cond (... ... ... ... ... ...) (... ... ... ...) (t ...))) | (save-excursion (save-window-excursion (cond ... ... ...))) | (let nil (save-excursion (save-window-excursion ...)) #) | eval((let nil (save-excursion (save-window-excursion ...)) #)) | org-let(nil (save-excursion (save-window-excursion (cond ... ... ...))) #) | org-write-agenda("/home/leo/t.ps") | call-interactively(org-write-agenda) `---- -- Leo (GPG Key: 9283AA3F)