From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Mobile-org crash --- same error? Date: Wed, 28 Jul 2010 16:30:26 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51284 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe9Wo-0000mt-RZ for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 12:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe9Wn-0001hH-BL for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 12:30:46 -0400 Received: from lo.gmane.org ([80.91.229.12]:46708) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe9Wn-0001gq-4a for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 12:30:45 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oe9Wk-00035G-2I for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 18:30:42 +0200 Received: from 216.243.156.16.real-time.com ([216.243.156.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2010 18:30:42 +0200 Received: from rpgoldman by 216.243.156.16.real-time.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2010 18:30:42 +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 I just got an error in doing this after an update: (void-function ps-header-footer-string) I don't have any way of knowing if this is the same bug as yours. This happens because org-write-agenda calls ps-print-buffer-with-faces on "/Volumes/rpgoldman/org/agendas.org" As far as I can tell, this should /not/ happen. ps-print-buffer-with-faces is only called by org-write-agenda when one of these two conditions matches: (string-match "\\.ps\\'" file) or (string-match "\\.pdf\\'" file) but file (as far as the emacs debugger can tell me) is bound to "/Volumes/rpgoldman/org/agendas.org" Any idea why this might be happening?