emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r110286: Sync Org 7.9.2 from the commit tagged


From: Glenn Morris
Subject: Re: /srv/bzr/emacs/trunk r110286: Sync Org 7.9.2 from the commit tagged "release_7.9.2" in Org's Git repo.
Date: Mon, 01 Oct 2012 13:39:01 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Achim Gratz wrote:

> You change all autoload cookies to some different value like
> autoload-org.  Then you generate org-loaddefs.el using that cookie and
> when loaddefs.el is generated using the original cookie it comes up
> empty.  The real work there is to decide, for each autoload, whether it
> belongs into org-loaddefs.el or loaddefs.el. 

That is the more complex method, yes, which you need if a given file
needs both kinds of autoloads (ones that belong in org-loaddefs and also
ones that belong in loaddefs). Hopefully the simpler
generated-autoload-file method suffices. It depends how many entry
points Org needs beyond the obvious "org-mode"...




reply via email to

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