<div dir="ltr"><div>This seems to have done the trick! Thank you so much!</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:19.2px">This is wrong for </span><span class="" style="font-size:19.2px">notmuch</span><span style="font-size:19.2px"> - you need to use `</span><span class="" style="font-size:19.2px">notmuch</span><span style="font-size:19.2px">-</span><span class="" style="font-size:19.2px">mua</span><span style="font-size:19.2px">-</span><span class="" style="font-size:19.2px">send</span><span style="font-size:19.2px">' rather<br></span><span style="font-size:19.2px">than calling `message-</span><span class="" style="font-size:19.2px">send</span><span style="font-size:19.2px">' directly.</span></blockquote><div><span style="font-size:19.2px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 29, 2015 at 4:48 PM, David Edmondson <span dir="ltr"><<a href="mailto:dme@dme.org" target="_blank">dme@dme.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Dec 29 2015, Peter Salazar <<a href="mailto:cycleofsong@gmail.com">cycleofsong@gmail.com</a>> wrote:<br>
> send-message-without-bullets simply turns off org-bullets-mode before doing<br>
> message-send, since org-bullets-mode seemed to be interfering with<br>
> org-mime-htmlize.<br>
><br>
> (defun send-message-without-bullets ()<br>
>   (interactive)<br>
>   (remove-hook 'org-mode-hook 'org-bullets-mode)<br>
>   (message-send)<br>
<br>
</span>This is wrong for notmuch - you need to use `notmuch-mua-send' rather<br>
than calling `message-send' directly.<br>
<span class=""><br>
>   (add-hook 'org-mode-hook 'org-bullets-mode))<br>
><br>
> I also have this:<br>
><br>
> (setq message-send-hook (quote (org-mime-htmlize)))<br>
><br>
><br>
> On Tue, Dec 29, 2015 at 3:44 PM, David Bremner <<a href="mailto:david@tethera.net">david@tethera.net</a>> wrote:<br>
><br>
>> 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<br>
>> <return><br>
>> > notmuch", I was able to send an email without the error. It prompted me<br>
>> for<br>
>> > my smtp server, username, and password, then returned this:<br>
>> ><br>
>><br>
>> [snip]<br>
>> > Does this give us any leads?<br>
>><br>
>> 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>
>><br>
>> d<br>
>><br>
>><br>
</span>> _______________________________________________<br>
> notmuch mailing list<br>
> <a href="mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a><br>
> <a href="https://notmuchmail.org/mailman/listinfo/notmuch" rel="noreferrer" target="_blank">https://notmuchmail.org/mailman/listinfo/notmuch</a><br>
</blockquote></div><br></div>