I had thought that the bug https://bugs.launchpad.net/leo-editor/+bug/751976
would be trivial to fix. Instead, it has dumped me into
scrolledmessage.py: doActionRST3.
Regardless of whether controller is defined in the rst3.py plugin or
in leoRst.py in Leo's core, the call::
p,s = controller.writeNodeToString(ext='.html')
has no chance of working. Indeed, c.p must contain an @rst node,
which it does not.
As of rev 4100, I have "fixed" this bug by disabling all code in
doActionRST3.
I was not able to remove the rst3 button because it is defined in
leo/plugins/ScrolledMessage.ui It is not easy to make even trivial
changes to this file by hand.
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.