emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] dropping the debian version


From: Charles Millar
Subject: Re: [O] dropping the debian version
Date: Tue, 26 Aug 2014 17:19:54 -0400
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1

Sharon,

Sharon Kimble wrote:
This has been probably been asked many times before but auntie google
can't find it if so.

I've just updated my git clone of org-mode to its version
'409913b253de2de1b49f9468a4b77b9292e090c4' from 'ORIG_HEAD' and I've
done
--8<---------------cut here---------------start------------->8---
M-x org-version
--8<---------------cut here---------------end--------------->8---

which now shows

╭────
│Org-mode version 8.2.6 (release_8.2.6-1 @ 
/usr/local/share/emacs/24.3.93/lisp/org/)
╰────

How do I drop the debian version and stick with the git version please?

I have this as part of my init file.
--8<---------------cut here---------------start------------->8---
;;; -*- emacs-lisp-mode -*- --- init file
;;; mine from 27-11-13. Heavily influenced by http://www.aaronbedra.com/emacs.d/
;; Show errors in this file:
(setq debug-on-error t
debug-on-signal nil
debug-on-quit nil)

(setq load-path (cons "/home/boudiccas/.emacs.d/lisp" load-path))
(add-to-list 'load-path "/home/boudiccas/git/org-mode/lisp" load-path) (require 
'org-install)
(add-to-list 'load-path "/home/boudiccas/git/org-mode/contrib/lisp" load-path)
--8<---------------cut here---------------end--------------->8---

Thanks
Sharon.
Pretty much what Eric and Achim have already siad.

I run make update2 each morning; the most recent org mode is in my /home/directory/.elisp

and my .emacs.d/init.el loads it via

        (add-to-list 'load-path "/home/directory/.elisp/org-mode/lisp")
        (add-to-list 'load-path "/home/directory/.elisp/org-mode/contrib/lisp/")

Essentially I copied it from section 1.2 of the manual.

Charlie Millar

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com





reply via email to

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