On Wed, Aug 26, 2009 at 8:09 AM, RobS <[email protected]> wrote:

>
> 1. Is there are command to comment-out a selection or block of code?


Select lines, ctrl-shift-( or alt-x add-comments.

To uncomment, select lines, strl-shift-( or alt-x  delete-comments


> 2. I know I can launch a URL from a headline using the @url directive,
> but is there a way to do the same in the body text?


    import webbrowser
    webbrowser.open_new(url)


> 3. Is there a setting or directive to cause Leo to automatically save
> an outline periodically?


Enable the mod_autosave.py plugin.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to