Re: [Orgmode] using orgmode to send html mail?

2010-04-04 Thread Eric Schulte
David Maus writes: > Eric Schulte wrote: >>David Maus writes: > >>> Eric Schulte wrote: > > Thinking functional this might be the first function of > org-mail-htmlize[1]: Create a html representation of message body if > necessary or appropriate. > >>> Oh, so this would b

Re: [Orgmode] using orgmode to send html mail?

2010-04-03 Thread David Maus
Eric Schulte wrote: >David Maus writes: >> Eric Schulte wrote: Thinking functional this might be the first function of org-mail-htmlize[1]: Create a html representation of message body if necessary or appropriate. >> >>>Oh, so this would be a slightly different issue, >>

Re: [Orgmode] using orgmode to send html mail?

2010-04-02 Thread Eric Schulte
David Maus writes: > Eric Schulte wrote: >>> >>> Thinking functional this might be the first function of >>> org-mail-htmlize[1]: Create a html representation of message body if >>> necessary or appropriate. >>> > >>Oh, so this would be a slightly different issue, > >>So this function could be ru

Re: [Orgmode] using orgmode to send html mail?

2010-04-02 Thread David Maus
Eric Schulte wrote: >> >> Thinking functional this might be the first function of >> org-mail-htmlize[1]: Create a html representation of message body if >> necessary or appropriate. >> >Oh, so this would be a slightly different issue, >So this function could be run *every* time an email is sent.

Re: [Orgmode] using orgmode to send html mail?

2010-03-31 Thread Eric Schulte
David Maus writes: [...] > 1/ > > But I still feel uncomfortable with the current solution: Even if the > message created by current org-mail-htmlize is a valid MIME message (I > think so) it is a rather complex MIME structure and I have no idea how > other MUAs will display such a message. > Y

Re: [Orgmode] using orgmode to send html mail?

2010-03-31 Thread David Maus
Eric Schulte wrote: >Hi David, > [...] >> >> 2nd/ >> >> The usage of multipart/alternative is not in compliance with the >> specs, too. There it reads: >> >> [...] >> >> So if you attach *only a part* of the plain text message body, you >> should not use multipart/alternative: Because >> >> 1. a

Re: [Orgmode] using orgmode to send html mail?

2010-03-26 Thread Eric Schulte
Hi David, David Maus writes: [...] > Two remarks: > > 1st/ > > , > | (add-to-list 'html-images > | (org-mail-file (concat "image/" ext) path id)) > ` > > Using the file extension as subtype is not in compliance with the > specs. For instance the MIME type of "filename.jpg"

Re: [Orgmode] using orgmode to send html mail?

2010-03-26 Thread David Maus
Eric Schulte wrote: >So I believe inline LaTeX images are working in gnus, see here >[cid]and immediately below >[cid] >This turned out to be fairly easy, and didn't require any encoding or >explicit mime function calls. >I've also re-structured the code so that it should be easy to apply th

Re: [Orgmode] using orgmode to send html mail?

2010-03-26 Thread Eric Schulte
Hi, plain html)) ('semi "?") ('vm "?")) #+end_src everything is available at http://github.com/eschulte/org-html-mail I'd love to hear feedback, suggestions, or expansion of the missing WL and VM portions of the two functions mentioned above. <><> David Maus writes: >

Re: [Orgmode] using orgmode to send html mail?

2010-03-25 Thread David Maus
Okay, took a look on the specs and attached is a memo on how an implementation of org to MIME could be done. The MIME delimiters of SEMI and mml are quite similar so there's already a generic function that creates representation of a MIME message for both. I've published this memo on Worg, too,

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
David Maus writes: > Eric Schulte wrote: >>Thanks Dan, > >>I'm happy to hear I'm not the only person who's enjoying playing with >>this :). > >>Aside from changing the mime-delimeters for VM and wanderlust, it seems >>to me that the only remaining step between the current functionality and >>a se

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread David Maus
Eric Schulte wrote: >Thanks Dan, >I'm happy to hear I'm not the only person who's enjoying playing with >this :). >Aside from changing the mime-delimeters for VM and wanderlust, it seems >to me that the only remaining step between the current functionality and >a seamless use of org-mode for emai

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
Thanks Dan, I'm happy to hear I'm not the only person who's enjoying playing with this :). Aside from changing the mime-delimeters for VM and wanderlust, it seems to me that the only remaining step between the current functionality and a seamless use of org-mode for email composition, is the reso

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Dan Davison
"Eric Schulte" writes: > Xiao-Yong Jin writes: > >> On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote: >> >>> Nice to see this topic has come back to life. >>> I've been playing with my old org-html-mail.el file, and come up with a >>> much simpler solution, which takes advantage of the mml

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
Xiao-Yong Jin writes: > On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote: > >> Nice to see this topic has come back to life. >> I've been playing with my old org-html-mail.el file, and come up with a >> much simpler solution, which takes advantage of the mml message mode >> functionality wi

Re: [Orgmode] using orgmode to send html mail?

2010-03-23 Thread Xiao-Yong Jin
On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote: > Nice to see this topic has come back to life. > I've been playing with my old org-html-mail.el file, and come up with a > much simpler solution, which takes advantage of the mml message mode > functionality with is used in gnus (and I would

Re: [Orgmode] using orgmode to send html mail?

2010-03-23 Thread Eric Schulte
Nice to see this topic has come back to life. I've been playing with my old org-html-mail.el file, and come up with a much simpler solution, which takes advantage of the mml message mode functionality with is used in gnus (and I would imagine in some other Emacs mail clients, but I can't be sure).

Re: [Orgmode] using orgmode to send html mail?

2010-03-22 Thread David Maus
Matt Price wrote: >Hi, >I just wondered whether anyone composes mail in orgmode & then >generates html from the source code. I'd like to be able to do that >sometimes in wanderlust, e.g. when I'm responding to html mail with >links in it. Just pushed to hacks to Worg on how to send html messages

[Orgmode] using orgmode to send html mail?

2010-03-21 Thread Matt Price
Hi, I just wondered whether anyone composes mail in orgmode & then generates html from the source code. I'd like to be able to do that sometimes in wanderlust, e.g. when I'm responding to html mail with links in it. like I say, just wondering -- glad for any help anyone can offe.r thanks, matt