> Ah.  I downloaded muse.latest, and it is the same thing.  But I don't
> think that it is a muse bug, it must be a "wrong" emacs option or
> something like that.  Now I'll look through my emacs configuration.

I think it is a muse bug.
This bug occurred when `debug-on-error' ==> t and
`eval-expression-debug-on-error' ==> nil.

Try this.

put in your .emacs.

(defadvice muse-publish-file (around ad-muse-publish-file activate)
  (let ((debug-on-error nil))
    ad-do-it))

------------------------
Shunsuke OKANO

_______________________________________________
Muse-el-discuss mailing list
Muse-el-discuss@gna.org
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to