emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Org-mode via ELPA and via git in parallel


From: Alan Schmitt
Subject: Re: [O] Org-mode via ELPA and via git in parallel
Date: Thu, 28 Jan 2016 11:21:42 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (darwin)

Hi Karl,

On 2016-01-28 10:48, Karl Voit <address@hidden> writes:

> Since I am using use-package[fn:up] to install most of my emacs
> add-ons, I do think that any other package may have org-mode
> installed via ELPA (dependency-rule?).

I have observed this in the past as well.

> Two questions:
>
> 1. Do I have to care about the ELPA Org-mode folder (ignoring the
> occupied disk space) or might this ELPA Org-mode interfere with my
> git Org-mode?

I’ve had issues with this in the past (I also use org for git). To make
sure org is never installed with elpa, I manually install
(`package-install-file') this org.el file:

#+begin_src emacs-lisp
;;; org.el --- Dummy org mode package

;; Copyright (C) 2014 Alan Schmitt

;; Version: 30000101

()

;;; org.el ends here
#+end_src

If you use it, don’t forget to change the copyright ;)

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated January 27, 2016, Mauna Loa Obs.): 403.69 ppm

Attachment: signature.asc
Description: PGP signature


reply via email to

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