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?


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to