emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-archive-save-context-info questions


From: broek
Subject: Re: [Orgmode] org-archive-save-context-info questions
Date: Tue, 27 May 2008 02:20:27 -0500
User-agent: Internet Messaging Program (IMP) H3 (4.1.3)



----- Message from address@hidden ---------
    Date: Tue, 27 May 2008 08:26:40 +0200
    From: Carsten Dominik <address@hidden>
 Subject: Re: [Orgmode] org-archive-save-context-info questions

On May 27, 2008, at 8:09 AM, address@hidden wrote:


Hi all,

<snip>

3) I spent a bit being very puzzled about why C-h v org-archive-save-context-info yielded the claim that there was no matching variable. It also didn't show up in the customize interface. Puzzled, I created a dummy headline to test what would happen on archiving. After archiving once, the variable exists. Is there some reason for making the variable dependent upon an invocation of org-archive-subtree? I doubt it will confound me again, but there wouldn't have been a problem were the variable initialized when org-mode is entered rather than upon a first archiving.


Well, the problem here is that Org is now set up in a modular way, and that
many variables are in subfiles that are only loaded when needed.  I am aware
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 definition is void: org-require-autoloaded-modules''. I see the defun of it in org.el, so I am puzzled.

Best,

Brian vdB




reply via email to

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