I am try to use el-get to manage my packages because it is good to update the latest from github. But sometimes the package I want is only available in ELPA. So I use
(:name <package_name> :type elpa)
to install them.
Now my problem is: I installed org-mode with el-get and try to install org-gcal by
(:name org-gcal :type elpa)
The "org-gcal" depends on org-mode 8.2.4 which I already have under el-get directory, but it still said it can't find it and will install org from elpa again.
How could I solve this kind of dependence problem between elpa and el-get?