Xavier Maillard writes:
> Hello,
>
> Is there something to automatically mark an org element and put it in
> an e-mail body ? This is something I am doing quite often and this
> would be really useful to me.
>
> Currently, I do M-h then M-w then open a new mail buffer and finally
> C-y into it. I
I have some email functions here:
https://github.com/jkitchin/jmax/blob/master/email.el
that I use with org-mode regularly.
see email-heading in particular.
Xavier Maillard writes:
> Hello,
>
> Is there something to automatically mark an org element and put it in
> an e-mail body ? This is somet
Hello,
Is there something to automatically mark an org element and put it in
an e-mail body ? This is something I am doing quite often and this
would be really useful to me.
Currently, I do M-h then M-w then open a new mail buffer and finally
C-y into it. I'd probably write a macro for that, but,