Re: [O] replying to emai with org-mode syntax in mu4e

2016-11-17 Thread Matt Price
one last thing: I had some further trouble when I tried to turn on org-mu4e-compose-org-mode as a hook to mu4e-compose-mode. I'm pretty sure there's some kind of a loop related to the funky post-command-hook-setting internal function org~mu4e-mime-switch-headers-or-body. Anyway, turning off hte ho

Re: [O] replying to emai with org-mode syntax in mu4e

2016-11-17 Thread Matt Price
On Thu, Nov 17, 2016 at 1:10 PM, Matt Price wrote: > Hey everyone, I am definitely still seeing this problem; I just sent a new > email to the mu list to see if anyone there has the same issue. Google > groups link is here: > https://groups.google.com/forum/#!topic/mu-discuss/Hvl9wzI01DA > In ca

Re: [O] replying to emai with org-mode syntax in mu4e

2016-11-17 Thread Matt Price
Hey everyone, I am definitely still seeing this problem; I just sent a new email to the mu list to see if anyone there has the same issue. Google groups link is here: https://groups.google.com/forum/#!topic/mu-discuss/Hvl9wzI01DA if you are able to reproduce or can see immediate errors in my ocnfi

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-29 Thread John Kitchin
You might like this post: http://kitchingroup.cheme.cmu.edu/blog/2016/10/29/Sending-html-emails-from-org-mode-with-org-mime/ I also sent it to the mailist, using the code as an html mail. I have not seen it yet though, so if it doesn't make it through (being html and all ;) You can check out the p

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-28 Thread Thibault Marin
I believe you can add a hook to `'mu4e-compose-mode-hook'. something like the following (not tested) may work: (add-hook 'mu4e-compose-mode-hook (defun do-compose-stuff () "My settings for message composition." (org-mu4e-compose-org-mode))) Matt Price write

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-28 Thread Matt Price
On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin wrote: > > It looks like you may be looking for `org-mu4e-compose-org-mode'. > > Hmm, just tested it, andthe message I sent didn't seem to get ocnverted to html. And I found this on github: https://github.com/djcb/mu/issues/392

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-28 Thread Matt Price
On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin wrote: > > It looks like you may be looking for `org-mu4e-compose-org-mode'. > duh... Thank you. So, if I want this to be on by default, do you happen to know where I should add a hook? Really appreciate the help, m

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-28 Thread Thibault Marin
It looks like you may be looking for `org-mu4e-compose-org-mode'. Matt Price writes: > I've just switched to mu4e. It's unbelievably great, thank you everyone > who's recommended it over the years. > > However, I would like to compose my replies in org-mode and send them out > as HTML. I guess

[O] replying to emai with org-mode syntax in mu4e

2016-10-28 Thread Matt Price
I've just switched to mu4e. It's unbelievably great, thank you everyone who's recommended it over the years. However, I would like to compose my replies in org-mode and send them out as HTML. I guess the older tools for doing this are officially deprecated. Nonetheless, does anyone use them? Woul