org-mime: fixed type -- thanks Niels Giesen

This commit is contained in:
Eric Schulte 2011-01-15 10:16:18 -07:00
parent 48218e4b31
commit bbde97fb1e
1 changed files with 1 additions and 1 deletions

View File

@ -317,6 +317,6 @@ export that region, otherwise export the entire body."
MAIL_FMT property of the subtree."
(interactive)
(org-mime-send-subtree
(or (org-entry-get nil "MAIL_FMT" org-use-mime-property-inheritance) 'org)))
(or (org-entry-get nil "MAIL_FMT" org-mime-use-property-inheritance) 'org)))
(provide 'org-mime)