emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Mobile-org crash --- same error?


From: Robert Goldman
Subject: [Orgmode] Mobile-org crash --- same error?
Date: Wed, 28 Jul 2010 16:30:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]