<div dir="ltr">send-message-without-bullets simply turns off org-bullets-mode before doing message-send, since org-bullets-mode seemed to be interfering with org-mime-htmlize. <div><br></div><div><div>(defun send-message-without-bullets ()</div><div>  (interactive)</div><div>  (remove-hook 'org-mode-hook 'org-bullets-mode)</div><div>  (message-send)</div><div>  (add-hook 'org-mode-hook 'org-bullets-mode)) </div></div><div><br></div><div>I also have this:</div><div><br></div><div>(setq message-send-hook (quote (org-mime-htmlize)))<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 29, 2015 at 3:44 PM, David Bremner <span dir="ltr"><<a href="mailto:david@tethera.net" target="_blank">david@tethera.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Peter Salazar <<a href="mailto:cycleofsong@gmail.com">cycleofsong@gmail.com</a>> writes:<br>
<br>
<br>
> Yes, following your steps, emacs -q followed by "M-x load-library <return><br>
> notmuch", I was able to send an email without the error. It prompted me for<br>
> my smtp server, username, and password, then returned this:<br>
><br>
<br>
</span>[snip]<br>
<span class="">> Does this give us any leads?<br>
<br>
</span>It seems to be some interaction with your configuration. I'm not<br>
familiar with this "send-message-without-bullets" function. Perhaps you<br>
could point us to the source?<br>
<span class="HOEnZb"><font color="#888888"><br>
d<br>
<br>
</font></span></blockquote></div><br></div>