...and it's a major-urgent-pain-in-the-neck for me!
- None of the plugin submenus appear in the File > Export Files... menu
- The plugin is correctly enabled in myLeoSettings.leo
- There is no "@bool leo_to_html_no_menus = True" anywhere
- I have a ~450 headlines outline, so I tried with a 3-line
"test1"
"test2"-"test3" outline, here is what I get by running
"export-html-bullet" from the minibuffer:
Leo Log Window
Leo 6.7.7
Python 3.11.8, PyQt version 5.15.2
Windows 10 AMD64 (build 10.0.19045) SP0
leo_to_html: running ...
Traceback (most recent call last):
File "C:\leo-editor-master\leo\core\leoKeys.py", line 2501, in callAltXFunction
func(event)
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 248, in export_html_head
self.export_html(bullet='head')
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 236, in export_html
html.main(bullet=bullet, show=show, node=node)
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 453, in main
self.do_xhtml(node)
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 353, in do_xhtml
self.doItemHeadlineTags(root)
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 373, in doItemHeadlineTags
self.doHeadline(p, level)
File "C:\leo-editor-master\leo\plugins\leo_to_html.py", line 408, in doHeadline
self.xhtml.append(self.openHeadlineString % h + headline + self.closeHeadlineString % h)
^^^^^^^^^^
AttributeError: 'Leo_to_HTML' object has no attribute 'xhtml'
same result with "export-html-head"
- The Toolbar Menu -> Plugins ->Properties results in this in the log window:
Properties menu not supported for Qt gui
"export-html-node" doesn't work either.
HELP!