Uwe Brauer <o...@mat.ucm.es> writes: >>>> "Thorsten" == Thorsten Jolitz <tjol...@gmail.com> writes:
> > Peter Davis <p...@pfdstudio.com> writes: > >> I realize this would require somehow converting the original message > >> to org-mode markup, and that seems very tricky. I just wondered > >> if anyone had taken a stab at building something like this. > hi > > > > outorg.el works with message-mode too, so I currently write this > > message > > in Org-mode. Not related to org-mime in anyway, maybe not even to your > > intention, but nevertheless helpful perhaps. Just install outshine and > > outorg via package manager and follow the instructions for your .emacs > > file, and don't forget to put > > I don't find these two package in the package manager, could you provide > a pointer, please? > Thanks You need to incude MELPA as package archive in your .emacs, e.g.: ,---- | (setq package-archives | '(("gnu" . "http://elpa.gnu.org/packages/") | ("marmalade" . "http://marmalade-repo.org/packages/") | ("tromey" . "http://tromey.com/elpa/") | ("melpa" . "http://melpa.milkbox.net/packages/"))) `---- -- cheers, Thorsten