You should insert two nodes under @settings node. In one of them change headline to @bool mod-autosave-active=True and the headline of the other one change to @int mod-autosave-interval=30 Then save the file and close Leo. The next time you run Leo it should report in the Log pane that autosave is active and saving 30 seconds after any change.
You have put both of this settings in the body, which won't work, and also you have put this node outside of the @settings subtree. For any setting to be in effect it must be inside @settings subtree. One setting usually is one node and the type and name of the setting is determined by its headline. For simple types like bool, int, string the headline contains also value. Some other types of settings use body text or entire subtree of the node. HTH Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/94095b0d-2719-4465-96de-b1e671ac1c89%40googlegroups.com.
