On Tuesday, November 21, 2017 at 9:26:26 AM UTC-6, Terry Brown wrote:
>
> https://github.com/leo-editor/leo-editor/commit/fec44e0 
> casts tags to sets in case the subtree was stored in the cloud via 
> leo_cloud, which stores v.uA as JSON, which can't represent sets. 
>
> I don't think this will have any impact, but just pointing it out in 
> case anyone notices anything. 
>

Thanks for the comment.  I don't think the order of tags will ever matter.  
The org-mode writer contains:

        tags = self.tc.get_tags(p.v)
        if tags:
            # Sort the tags for unit tests.
            return '%s :%s:' % (p.h.strip(), ':'.join(sorted(tags)))

Actually, though, this code is about to go away. It will be replaced by 
declutter.

Edward

-- 
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 https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to