[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Multipart/Alternative reply to email?
From: |
Thorsten Jolitz |
Subject: |
Re: [O] Multipart/Alternative reply to email? |
Date: |
Sat, 26 Mar 2016 13:21:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Uwe Brauer <address@hidden> writes:
>>>> "Thorsten" == Thorsten Jolitz <address@hidden> writes:
> > Peter Davis <address@hidden> 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