emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-mime-org-buffer-htmlize sending hangs ...


From: Thorsten Jolitz
Subject: Re: [O] org-mime-org-buffer-htmlize sending hangs ...
Date: Mon, 21 Jul 2014 15:32:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Peter Davis <address@hidden> writes:

> I've used org-mode-org-mime-htmlize in the past to send email from
> org, via Gnus. However, recently I've discovered that after I edit the
> To: field and enter C-c C-c, I get "Sending via mail..." in the
> mini-buffer, and then emacs just sits there, apparently hung. Typing
> C-g enough times brings it back, but the mail never gets sent.

Does Emacs really hang or is it still responsive? Did you try moving
point or so? These messages sometimes don't disappear although the work
is long finished.  Did you try

,----
| top
`----

on the command-line to see if Emacs uses 100pc CPU?

> I have started running Gnus in a different emacs concurrently on the
> same machine (On OS X, I run org-mode in emacs-mac-port, and run Gnus
> in Aquamacs), using the same .gnus.el, but I would not expect that to
> cause any problems.
>
> Any suggestions as to what may be going on here, or how to trouble
> shoot it? I really like sending nicely formatted emails from org.

Just had a similar problem.
Try this, if Emacs actually really hangs:

1. M-x load-library RET org-elements.el

2. do as described (-> make Emacs hang)

3. send from command line

,----
| kill -s usr2 4352
`----

(get the PID with 'ps -e | grep emacs')

or, equivalently (?)

,----
| pkill --signal usr2 emacs
`----

4. go back to emacs and check/copy&send the *Backtrace* buffer

-- 
cheers,
Thorsten




reply via email to

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