emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Where is org-mime?
@ 2018-12-10 15:43 Alexandre Garreau
  2018-12-10 15:55 ` John Kitchin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexandre Garreau @ 2018-12-10 15:43 UTC (permalink / raw)
  To: Org-Mode mailing list

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

I recently learnt about org elpa repo, including its package with the
contrib directory (I always wondered about what were the canonical way
to get it!), but it seems not to include org-mime
(org-plus-contrib-20181210)… where are we supposed to get it as an
installable package?

[-- Attachment #2.1: Type: text/html, Size: 297 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where is org-mime?
  2018-12-10 15:43 Where is org-mime? Alexandre Garreau
@ 2018-12-10 15:55 ` John Kitchin
  2018-12-10 15:56   ` Alexandre Garreau
  2018-12-10 15:59 ` Amin Bandali
  2018-12-10 16:00 ` Kaushal Modi
  2 siblings, 1 reply; 6+ messages in thread
From: John Kitchin @ 2018-12-10 15:55 UTC (permalink / raw)
  To: galex-713; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

I believe it is at https://github.com/org-mime/org-mime.

you can just download
https://raw.githubusercontent.com/org-mime/org-mime/master/org-mime.el into
your load-path and then require it.

John

-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



On Mon, Dec 10, 2018 at 10:43 AM Alexandre Garreau <galex-713@galex-713.eu>
wrote:

> I recently learnt about org elpa repo, including its package with the
> contrib directory (I always wondered about what were the canonical way to
> get it!), but it seems not to include org-mime (org-plus-contrib-20181210)…
> where are we supposed to get it as an installable package?
>

[-- Attachment #2: Type: text/html, Size: 1539 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where is org-mime?
  2018-12-10 15:55 ` John Kitchin
@ 2018-12-10 15:56   ` Alexandre Garreau
  2018-12-10 17:14     ` Colin Baxter
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre Garreau @ 2018-12-10 15:56 UTC (permalink / raw)
  To: John Kitchin; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

On 2018/12/10 at 10:55, John Kitchin wrote:
> I believe it is at https://github.com/org-mime/org-mime.
>
> you can just download
> https://raw.githubusercontent.com/org-mime/org-mime/master/org-mime.el into
> your load-path and then require it.

This is what I did.

But I’m seeing everywhere org-mime is inside org-contrib… so is this not
true?

[-- Attachment #2.1: Type: text/html, Size: 651 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where is org-mime?
  2018-12-10 15:43 Where is org-mime? Alexandre Garreau
  2018-12-10 15:55 ` John Kitchin
@ 2018-12-10 15:59 ` Amin Bandali
  2018-12-10 16:00 ` Kaushal Modi
  2 siblings, 0 replies; 6+ messages in thread
From: Amin Bandali @ 2018-12-10 15:59 UTC (permalink / raw)
  To: Alexandre Garreau; +Cc: Org-Mode mailing list

On 2018-12-10  4:43 PM, Alexandre Garreau wrote:
> I recently learnt about org elpa repo, including its package with the contrib directory (I always wondered about what were the canonical way to get it!), but it seems not to include org-mime (org-plus-contrib-20181210)… where are we supposed to get it as an
> installable package? 
>

org-mime used to reside in contrib/ (and was thus available in the
org-plus-contrib package from Org ELPA), but it was removed¹ from
contrib/ about two years ago and now lives in its own repo².  You can
get it from MELPA³ if you have MELPA listed in your package-archives.

Footnotes:
¹  https://code.orgmode.org/bzg/org-mode/commit/eb87e9b8fed78f02e3d546874cab9e471846a48e
²  https://github.com/org-mime/org-mime
³  https://melpa.org/#/org-mime

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where is org-mime?
  2018-12-10 15:43 Where is org-mime? Alexandre Garreau
  2018-12-10 15:55 ` John Kitchin
  2018-12-10 15:59 ` Amin Bandali
@ 2018-12-10 16:00 ` Kaushal Modi
  2 siblings, 0 replies; 6+ messages in thread
From: Kaushal Modi @ 2018-12-10 16:00 UTC (permalink / raw)
  To: Garreau, Alexandre; +Cc: emacs-org list

On Mon, Dec 10, 2018 at 10:44 AM Alexandre Garreau
<galex-713@galex-713.eu> wrote:
>
> I recently learnt about org elpa repo, including its package with the contrib directory (I always wondered about what were the canonical way to get it!), but it seems not to include org-mime (org-plus-contrib-20181210)… where are we supposed to get it as an installable package?

You can find it here: https://github.com/org-mime/org-mime

Here's the raw wgettable link:
https://raw.githubusercontent.com/org-mime/org-mime/master/org-mime.el

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where is org-mime?
  2018-12-10 15:56   ` Alexandre Garreau
@ 2018-12-10 17:14     ` Colin Baxter
  0 siblings, 0 replies; 6+ messages in thread
From: Colin Baxter @ 2018-12-10 17:14 UTC (permalink / raw)
  To: Alexandre Garreau; +Cc: org-mode-email, John Kitchin

>>>>> Alexandre Garreau <galex-713@galex-713.eu> writes:

    > On 2018/12/10 at 10:55, John Kitchin wrote: I believe it is at
    > https://github.com/org-mime/org-mime. you can just download
    > https://raw.githubusercontent.com/org-mime/org-mime/master/org-mime.el
    > into your load-path and then require it.

    > This is what I did.

    > But I’m seeing everywhere org-mime is inside org-contrib… so is
    > this not true?

That must be an old version. It's not in org-mode version 9.1.14.

Best wishes,


Colin Baxter
m43cap@yandex.com
---------------------------------------------------------------------
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8
---------------------------------------------------------------------
Since mathematicians have invaded the theory of relativity, I do not
understand it myself. A. Einstein

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-10 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-10 15:43 Where is org-mime? Alexandre Garreau
2018-12-10 15:55 ` John Kitchin
2018-12-10 15:56   ` Alexandre Garreau
2018-12-10 17:14     ` Colin Baxter
2018-12-10 15:59 ` Amin Bandali
2018-12-10 16:00 ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).