emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* I have org-plus-contrib from ELPA. How do I temporarily test Org from git?
@ 2017-02-04 18:08 Jorge Morais Neto
  2017-02-04 18:32 ` Kyle Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: Jorge Morais Neto @ 2017-02-04 18:08 UTC (permalink / raw)
  To: org mode

Hi.  I wanted to temporarily run git Org so I could test a fix by Nicolas
Goaziou.  I have pulled the master branch and adapted local.mk.  In that
file, I set:
      prefix = ~/.emacs.d/locally_built_org

      # Where local lisp files go.
      # $(prefix)/emacs/site-lisp/org
      lispdir= $(prefix)/site-lisp

      # Where local data files go.
      # $(prefix)/emacs/etc/org
      datadir = $(prefix)/etc

      # Where info files go.
      # infodir = $(prefix)/info
      infodir = /usr/local/emacs/share/info

I have built and run ‘make test’ (there were two unexpected test failures, but
they regard functionality I don’t use).  In init.el I added
      (add-to-list 'load-path
		   (concat user-emacs-directory
			   "locally_built_org/site-lisp"))

At that point (just before ‘sudo make install’), [1] scared me with the
warning "We strongly recommend to stick to a single installation method".
Does that mean I cannot install Org from git if I already have it from ELPA?
I wanted Org from git to just override Org from ELPA.
1: http://orgmode.org/org.html#Installation

As a precaution, I have uninstalled ELPA org-plus-contrib before
‘sudo make install’.  After testing, I installed ELPA org-plus-contrib
again.  Was that really necessary?

-- 
• I am Brazilian.  I hope my English is correct and I welcome corrections.
• Please adopt free formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z.
• Free (as in free speech) software for Android: https://f-droid.org/

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

end of thread, other threads:[~2017-02-04 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-04 18:08 I have org-plus-contrib from ELPA. How do I temporarily test Org from git? Jorge Morais Neto
2017-02-04 18:32 ` Kyle Meyer
2017-02-04 18:38   ` Kyle Meyer
2017-02-04 18:48   ` Achim Gratz

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