emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Upgrade to org 8.0


From: Nicolas Richard
Subject: Re: [O] Upgrade to org 8.0
Date: Fri, 21 Jun 2013 17:47:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

John Hendy <address@hidden> writes:

> On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali <address@hidden> wrote:
>> On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote:
>>> *Before I was using (require 'org-install) to get org code evaluated. Seems
>>> org-install is obsolete now,  then what should I put in my .emacs to get
>>> org loaded?*
>>
>> This has been obsolete for quite a while now; all you need is `(require 
>> 'org)'
>
> I thought one didn't need this either? I don't have it in my config.

IIUC, when nothing bad happens, org has autoloads installed in emacs
which will load org as soon as needed. So you are right, (require 'org)
is unneeded.

In rare cases, though (such as major update of org not yet reflected in
emacs), I guess it might be required to load the right set of autoloads,
i.e. say (load "org-loaddefs"). I'm have no idea why org-install got
removed, because I think it used to serve the same purpose. Maybe I
simply don't understand correctly.

-- 
Nico.



reply via email to

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