emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Can ELPA package split contrib part?
@ 2014-04-01  7:05 Satoru KURASHIKI
  2014-04-17  7:08 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Satoru KURASHIKI @ 2014-04-01  7:05 UTC (permalink / raw)
  To: emacs-orgmode

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

hi,

While I use "org-plus-contrib" package from orgmode ELPA,
With other package which requires (updated) "org", it isn't
recognized as I expect.

So, I'm glad if orgmode ELPA provides:
- org
- org-contrib (requires "org")

regards,
-- 
KURASHIKI Satoru

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

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

* Re: Can ELPA package split contrib part?
  2014-04-01  7:05 Can ELPA package split contrib part? Satoru KURASHIKI
@ 2014-04-17  7:08 ` Bastien
  2014-04-18 14:46   ` Sacha Chua
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2014-04-17  7:08 UTC (permalink / raw)
  To: Satoru KURASHIKI; +Cc: emacs-orgmode

Hi Satoru,

Satoru KURASHIKI <lurdan@gmail.com> writes:

> While I use "org-plus-contrib" package from orgmode ELPA,
> With other package which requires (updated) "org", it isn't
> recognized as I expect.

You should really not have both installed, I'd recommend using
`org-plus-contrib' only.

If that's not feasible because of some compatibility constraint
you have, then use git or the .tar.gz/.zip archives, it's easy
enough.

HTH,

-- 
 Bastien

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

* Re: Can ELPA package split contrib part?
  2014-04-17  7:08 ` Bastien
@ 2014-04-18 14:46   ` Sacha Chua
  0 siblings, 0 replies; 3+ messages in thread
From: Sacha Chua @ 2014-04-18 14:46 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@gnu.org> writes:

Hello, Bastien, all!

>> While I use "org-plus-contrib" package from orgmode ELPA,
>> With other package which requires (updated) "org", it isn't
>> recognized as I expect.
> You should really not have both installed, I'd recommend using
> `org-plus-contrib' only.
> If that's not feasible because of some compatibility constraint
> you have, then use git or the .tar.gz/.zip archives, it's easy
> enough.

I find that the following snippet seems to load Org fine even if I'm
mixing org-plus-contrib (which is needed for some of the other Org
packages like org-drill-table) with Org from git:

;; Set up load path, but don't actually load packages yet
(package-initialize nil)
;; Override the packages with the git version of Org and other packages
(add-to-list 'load-path "~/elisp/org-mode/lisp")
(add-to-list 'load-path "~/elisp/org-mode/contrib/lisp")
;; Load the rest of the packages
(package-initialize t)

Sacha

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

end of thread, other threads:[~2014-04-18 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-01  7:05 Can ELPA package split contrib part? Satoru KURASHIKI
2014-04-17  7:08 ` Bastien
2014-04-18 14:46   ` Sacha Chua

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).