You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some characters which can not be used in node names i GraphViz. I noticed this with - and /, but there seems to be more. Currently the function org-brain-export--dot-id is responsible for creating the node name. That function should be changed. I think the culprit is file entries, since their ID could be anything. Maybe a hash could be created from their name.
Hi,
When I try to export, if I have spaces or characters like apostrophes it produces an error in graphviz.
The error seems to come from the
%
character and the apostrophes.I don't know how we could solve... by transforming all these characters with
_
? Or any UTF8 option ?The text was updated successfully, but these errors were encountered: