Benoit Bidoggia wrote:
> Thanks for the piece of advice. I'll do that asap.
> I first need though to configure for the git version (now I'm using the
> emacs package version).

The following should do it -- if place right at the start of your .emacs
file (before any ELPA package initialization).

--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path "/path/to/org-mode/lisp") ; <--- update!

;; getting started
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)\\'" . 
org-mode))
(require 'org-loaddefs)
--8<---------------cut here---------------end--------------->8---

> I'll post on the list again when I find the problematic commit.

Good.

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to