Thanks Terry, you're right, it was p.insertAsLastChild() that I really wanted (see Push to Gist thread, soon)
c.createLastChildNode(parent, my_head, my_body_text) gave me "AttributeError: 'unicode' object has no attribute 'insertAsLastChild'" > Search leoPy.leo, your local copy of leoPyRef.leo. That's what I do. Ok, I'll start there next time. I did eventually find the function and the docstrings, but """Inserts a new vnode as the last child of self. Returns the newly created position.""" doesn't help me much. My newbie python-fu is not at that level. :) It's okay, I'll get there sooner or later. cheers, -matt -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
