emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-mode release 7.9


From: Eric Schulte
Subject: Re: [O] Org-mode release 7.9
Date: Mon, 17 Sep 2012 11:36:56 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

>> I'm not sure what "providing the link" entails.  Does this mean
>> coordinating with elpa.gnu.org so that orgplus becomes available through
>> the gnu elpa?  That sounds ideal.
>
> I was actually thinking of using orgmode.org as the package repository
> for orgplus.  I don't think it is a good idea to provide both org and
> orgplus via ELPA as long as no "negative" dependencies can be expressed
> via the package manager.
>

Agreed, this would simply mean generating an archive-contents file on
the Org-mode site which lists the latest org and orgplus archive.  I'm
not sure which elisp function is used to generate this file, but it
could be done directly from the server.mk file with something like...

    # -*- Makefile -*-
    archive-contents:
            echo "(1 (org     . [($(PKG_TAG)) nil \"$(PKG_DOC)\"])"  > $<; \
            echo "   (orgplus . [($(PKG_TAG)) nil \"$(PKG_DOC)\"]))" > $<;

Bastien, does this sound like a good idea?  I'd love to finally get this
package published.

Thanks,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

[Prev in Thread] Current Thread [Next in Thread]