From 3a07dbcb975577734d4abf6d68e1ab83a01951bb Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 23 Aug 2017 03:00:35 +0530 Subject: Ignore minor errors while copying tags. * exiftool.el (exiftool-copy): Call exiftool with the "-m" flag. --- exiftool.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exiftool.el b/exiftool.el index 0ca14c1..a9495c5 100644 --- a/exiftool.el +++ b/exiftool.el @@ -106,7 +106,7 @@ value. If no TAGS are specified, read all tags from FILE. If no TAGS are specified, copy all tags from SOURCE." (apply 'exiftool-command - "-overwrite_original" + "-m" "-overwrite_original" "-tagsFromFile" source (append (if tags -- cgit v1.2.3