all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mark package as installed when use git
@ 2017-06-12 13:11 Martin
  2017-06-12 16:59 ` John Ankarström
  0 siblings, 1 reply; 6+ messages in thread
From: Martin @ 2017-06-12 13:11 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

I use org-mode from github with in my init.el:

(add-to-list 'load-path (concat my-user-emacs-directory "contrib/org-mode/lisp"))
(add-to-list 'load-path (concat my-user-emacs-directory "contrib/org-mode/contrib/lisp"))
(require 'org)

And later I like to use pandoc for export:

(use-package orgbox :ensure t)

So now this use-package will install org also from melpa.  Is there a
way to avoid that?  So like tell package.el that org is allready
installed, don't check that dependency?

Thanks,
Martin

-- 
Thanks for your help!



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

end of thread, other threads:[~2017-06-13 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 13:11 Mark package as installed when use git Martin
2017-06-12 16:59 ` John Ankarström
2017-06-12 17:03   ` John Ankarström
2017-06-12 18:24     ` Martin
2017-06-13 10:14       ` John Ankarström
2017-06-13 11:20         ` Martin

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.