Hello, 

I am developing a library for exporting Org-mode files from EMACS to 
Node.js TiddlyWiki sites. I need to avoid name collisions when exporting 
sections that have the same name. For example: 

* Chapter 1
blabla
** comments

* Chapter 2
blabla
** comments

... 

Here the sections named "comments" would be exported as separate tiddlers. 
 I need to keep the displayed name of the tiddler as "comments" in both 
tiddlers, but the tiddler files to be different.  For example: 

comments_BC142DXF.tid 
comments_ZX0AF721.tid 

where the appended strings to the names are derived from the unique IDs 
generated by Org-mode. 

How can I indicate the name displayed by the TiddlyWiki site to be 
different from the name of the file?

Thanks in advance.

Iannis Zannos

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2e1e34fb-444b-4533-859a-0e1dc7e3a397%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to