all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Package Dependency
@ 2021-01-13  0:44 Togan Muftuoglu via Users list for the GNU Emacs text editor
  2021-01-13  3:09 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Togan Muftuoglu via Users list for the GNU Emacs text editor @ 2021-01-13  0:44 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,

I am using org-plus-contrib from the https://orgmode.org/elpa/


(use-package org
  :defer t
  ;; to be sure we have the latest Org version
  :ensure org-plus-contrib)


Whenever a package has a dependency to org, looks like my already installed
org-plus-contrib package is ignored and org package is installed as a
dependency.

How do I break this dependency hell as org-plus surely provides org




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

* Re: Package Dependency
  2021-01-13  0:44 Package Dependency Togan Muftuoglu via Users list for the GNU Emacs text editor
@ 2021-01-13  3:09 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2021-01-13  3:09 UTC (permalink / raw)
  To: help-gnu-emacs

> How do I break this dependency hell as org-plus surely provides org

Ask the Org maintainers to replace their `org-plus-contrib` package with
an `org-contrib` package that has` org` as a dependency.


        Stefan




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

end of thread, other threads:[~2021-01-13  3:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13  0:44 Package Dependency Togan Muftuoglu via Users list for the GNU Emacs text editor
2021-01-13  3:09 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.