Skip to content

org-vcard--escape-value-string duplicates escaping on already escaped sequences #48

@Seme4eg

Description

@Seme4eg

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions