[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Bug: org-install must precede customization [7.02trans]
From: |
Anupam Sengupta |
Subject: |
[Orgmode] Re: Bug: org-install must precede customization [7.02trans] |
Date: |
Sat, 13 Nov 2010 11:25:25 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2.90 (darwin) |
>>>>> David Abrahams <address@hidden> writes:
> Is it merely the autoload of org-capture-templates, or is this a
> general rule for everything in org-install? I think I'm perfectly
> happy to work with the dependency in place as long as it's
> documented. For most people it wouldn't be an issue since
> custom-* puts its custom-set-variables call at the end of the
> file. I think you need to be using something like initsplit to
> see the problem.
The problem also comes up when a separate file is used for storing
the `custom-set-variables', i.e., something like:
(setq custom-file "~/emacs-custom.el")
(load custom-file)
Because of the autoload, these statements now need to be at the very
end of the init.el file. Not a big problem, but still something
that needs to be known (and was not required prior to 7.02).
--
Anupam Sengupta
- [Orgmode] Bug: org-install must precede customization [7.02trans], David Abrahams, 2010/11/12
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], Carsten Dominik, 2010/11/12
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], David Abrahams, 2010/11/12
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], Carsten Dominik, 2010/11/12
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], David Abrahams, 2010/11/13
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], Carsten Dominik, 2010/11/13
- Re: [Orgmode] Bug: org-install must precede customization [7.02trans], David Abrahams, 2010/11/14
- [Orgmode] Re: Bug: org-install must precede customization [7.02trans],
Anupam Sengupta <=
- [Orgmode] Re: Bug: org-install must precede customization [7.02trans], Carsten Dominik, 2010/11/13
- [Orgmode] Re: Bug: org-install must precede customization [7.02trans], David Abrahams, 2010/11/14