In exported .vcf file from phone lets say there is a string NOTE:some note here and \, escaped char
On importing this .vcf file to .org file the string remains unchanged.
But when exporting it back from .org file to .vcf file it becomes NOTE:some note here and \\\, escaped char
I tried to fix that by rewriting the func to use negation like (regex (concat "[^\134]\\([" symbols "]\\)")) but i am too noob at lisp, couldn't make it work, so - making an issue.