To Eric and the org-list, 

Question about org-mime. When sending email, I'd like to instruct org-mime to pull certain variables from my org-mode subtrees. For example, how can I instruct org-mime to pull the "to" email address from the subtree?

So that, for example, my org-mode subtree could look something like this and org-mime would pull the email address automatically? 

-------
* test of org-mime
#+EMAIL-TO: test@gnu.org
#+EMAIL-CC: emacs-orgmode@gnu.org
Hey man,
    
This is a test of org-mime. 
    
Best,
Peter
---------

It would be great to do the same thing for cc, bcc, custom signatures, etc.

Has anyone hacked together anything like this?