From mboxrd@z Thu Jan 1 00:00:00 1970 From: broek@cc.umanitoba.ca Subject: Re: org-archive-save-context-info questions Date: Tue, 27 May 2008 02:20:27 -0500 Message-ID: <20080527022027.bk7qegl24g0c4wgo@webware.cc.umanitoba.ca> References: <20080527010914.ovrxbn2msko88coc@webware.cc.umanitoba.ca> <69F97EB6-FD2F-48C4-8CF4-E2457628066B@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0tUK-0006Qi-Qz for emacs-orgmode@gnu.org; Tue, 27 May 2008 03:20:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0tUJ-0006QW-D5 for emacs-orgmode@gnu.org; Tue, 27 May 2008 03:20:52 -0400 Received: from [199.232.76.173] (port=40655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0tUJ-0006QT-6P for emacs-orgmode@gnu.org; Tue, 27 May 2008 03:20:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:64974) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K0tUI-0001Jl-VJ for emacs-orgmode@gnu.org; Tue, 27 May 2008 03:20:51 -0400 Received: from electra.cc.umanitoba.ca ([130.179.16.23]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0tUI-0005zh-D7 for emacs-orgmode@gnu.org; Tue, 27 May 2008 03:20:50 -0400 In-Reply-To: <69F97EB6-FD2F-48C4-8CF4-E2457628066B@uva.nl> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org ----- Message from C.Dominik@uva.nl --------- Date: Tue, 27 May 2008 08:26:40 +0200 From: Carsten Dominik Subject: Re: [Orgmode] org-archive-save-context-info questions > On May 27, 2008, at 8:09 AM, broek@cc.umanitoba.ca wrote: > >> >> Hi all, >> 3) I spent a bit being very puzzled about why C-h v =20 >> org-archive-save-context-info yielded the claim that there was no =20 >> matching variable. It also didn't show up in the customize =20 >> interface. Puzzled, I created a dummy headline to test what would =20 >> happen on archiving. After archiving once, the variable exists. Is =20 >> there some reason for making the variable dependent upon an =20 >> invocation of org-archive-subtree? I doubt it will confound me =20 >> again, but there wouldn't have been a problem were the variable =20 >> initialized when org-mode is entered rather than upon a first =20 >> archiving. > > > Well, the problem here is that Org is now set up in a modular way, and tha= t > many variables are in subfiles that are only loaded when needed. I am awa= re > of the problem and would like to fix it, but I do not know a good way > to do so. > > If you like you can call `org-require-autoloaded-modules' in .emacs after = the > > (require 'org-install) > (org-require-autoloaded-modules) > > and that will load everything. Thanks Carsten. I tried making the change you suggest above. I got ``Symbol's function =20 definition is void: org-require-autoloaded-modules''. I see the defun =20 of it in org.el, so I am puzzled. Best, Brian vdB