[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Installing Org through the new http://orgmode.org ELPA
From: |
Bastien |
Subject: |
Re: [O] Installing Org through the new http://orgmode.org ELPA |
Date: |
Sat, 29 Sep 2012 07:49:58 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Hi Eric,
Eric Schulte <address@hidden> writes:
> should be expanded to
>
> ;; -*- emacs-lisp -*-
> (package-initialize) ;; Initialize & Install Package
> (unless package-archive-contents (package-refresh-contents))
> (unless (package-installed-p 'org) (package-install 'org))
> (require 'org-install) ;; Initialize Org
> ;; (setq org-...) ;; Custom settings
I gave these instructrion, but in a separate chunk as I want to
keep the first one very short and clear... Thanks for this!
--
Bastien