Just a heads up, dclick on the @path node creates file nodes,
dclick on file nodes loads the file, so this is just about convenience.
focus on @path node
selecting from Plugins -> active-path -> Set Node To Absolute Path Recursive
traceback:
Traceback (most recent call last):
File "/usr/fetching/leo-editor/leo/core/leoCommands.py", line 561,
in doCommand
val = command(event)
File "/usr/fetching/leo-editor/leo/plugins/plugins_menu.py", line
128, in cmd_callback
fn(c)
File "/usr/fetching/leo-editor/leo/plugins/active_path.py", line
584, in cmd_SetNodeToAbsolutePathRecursive
cmd_SetNodeToAbsolutePath(c, p=s)
File "/usr/fetching/leo-editor/leo/plugins/active_path.py", line
593, in cmd_SetNodeToAbsolutePath
d = p.h.split(None, 1)
File "/usr/fetching/leo-editor/leo/core/leoNodes.py", line 385, in __get_h
return p.headString()
File "/usr/fetching/leo-editor/leo/core/leoNodes.py", line 451, in headString
return self.v.headString()
AttributeError: 'NoneType' object has no attribute 'headString'
Thanks,
Kent
--
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.