emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Glyn Millington <glyn.millington@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Installation of Org 8
Date: Tue, 04 Jun 2013 11:16:09 +0100	[thread overview]
Message-ID: <87obbmyydy.fsf@nowhere.org> (raw)
In-Reply-To: loom.20130604T112115-204@post.gmane.org

SabreWolfy <sabrewolfy@gmail.com> writes:

> <rant> Please can someone point me to instructions to install Org 8?
> I've downloaded the tar.gz file and searched and tried several sets of
> instructions. The 'build instructions' are no help. Neither are the
> ELPA instructions. I'm on Kubuntu 13.04. The default org-mode is
> 7.9.something.  I've purged that. I've done make and make install all
> and sudo make install all. I'm not interested in installing and
> learning git.

Ok - part of the problem here is that you don't tell us what went wrong!
And I don't know anything about Ubuntu, though I used Debian thirteen
years ago......

You have downloaded the tarball - good.

You have unzipped it somewhere sensible - maybe in an .emacs.d directory

Then you went 

cd org-8.0 (or whatever it is called)

and did make - did that go wrong?

If it did there is a chance you don't have to tools on board to build
it. This command should get them for you:

apt-get build-dep <package_name>

where <package name>  is the name of your emacs package.

Try make again

If it runs this time then fire up emacs and add these line to your .emacs
file - you will of course need to edit the path.

(setq load-path (cons "~/path/to/orgdir/lisp" load-path))
     (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))

Restart your emacs and you should be good to go. 

Good luck!



Glyn

      parent reply	other threads:[~2013-06-04 10:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04  9:25 Installation of Org 8 SabreWolfy
2013-06-04  9:48 ` Rasmus
2013-06-04 10:16 ` Glyn Millington [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obbmyydy.fsf@nowhere.org \
    --to=glyn.millington@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).