On Tue, Sep 9, 2008 at 10:55 AM, Kent Tenney <[EMAIL PROTECTED]> wrote: > > Just a recap. > > given the following myLeoSettings.leo files: > > home/.leo/myLeoSettings.leo > home/myLeoSettings.leo > <cwd>/.leo/myLeoSettings.leo > <cwd>/myLeoSettings.leo > > I get the following: > reading settings in /home/ktenney/src/leo-editor/leo/config/leoSettings.leo > reading settings in /home/ktenney/.leo/myLeoSettings.leo > reading settings in /home/ktenney/work/docubi/myLeoSettings.leo > reading settings in /home/ktenney/work/docubi/start.leo > > indicating that; > > home: ONLY the home/.leo dir is searched, not home/ > cwd: ONLY the 'cwd' dir is searched, not cwd/.leo
Yes, this is expected. I don't want Leo creating .leo directories except in the home directory. As far as being documented, I just changed chapter 8 so it says: Leo stores options in [EMAIL PROTECTED] trees, that is, parts of Leo outlines whose root node has the headline [EMAIL PROTECTED] When opening a .leo file, Leo looks for [EMAIL PROTECTED] trees in the following places: - The file ``leoSettings.leo`` in the leo/config directory. - The file ``leoSettings.leo`` in the user's home/.leo directory. - The file ``myLeoSettings.leo`` in the leo/config directory. - The file ``myLeoSettings.leo`` in the user's home/.leo directory. - The file being loaded. I think that is close enough to the truth. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
