From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AKMhMZAsu19rSwAA0tVLHw (envelope-from ) for ; Mon, 23 Nov 2020 03:29:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QGz0LJAsu1/1DAAA1q6Kng (envelope-from ) for ; Mon, 23 Nov 2020 03:29:20 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 10BEE9401BF for ; Mon, 23 Nov 2020 03:29:19 +0000 (UTC) Received: from localhost ([::1]:35952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kh2XW-0004Ig-DZ for larch@yhetil.org; Sun, 22 Nov 2020 22:29:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kh2X5-0004IQ-Mf for emacs-orgmode@gnu.org; Sun, 22 Nov 2020 22:28:52 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:53640) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kh2X3-0006n3-4k for emacs-orgmode@gnu.org; Sun, 22 Nov 2020 22:28:51 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E36D6102F57; Sun, 22 Nov 2020 22:28:46 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=qonYAWiorURfxDT/UC6vv8OoKR8=; b=gWSWJX 4CYxohxco2T7Po9h9Mz+yCsVzi9ZxoHzKDElrOav5DyluVk97pvrZR2KpqJypXKN 3Sa3U9F7OWMhYUjqcfUgQq1k3kPpiqlB/8wDO2ZI/crHQyC11P2RXyXYKwVopTdG uJFN6em8OQgwaYhXAhDnAp4P0//PWjDKI0UtU= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id DB922102F56; Sun, 22 Nov 2020 22:28:46 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=Gccc1sFjRfblYbcbIfJwGMEO770USkXi1sUlDwww4TQ=; b=O4RK57W1o0QnxKlAFW8O3jr00GMZ44iNOmWNvQpUaMADPcXC21bgSBvvw4ALu6kRPQR6zpnfG4EoMktmo7cOtI3JU0uFWXHQ1/VGMxaKIAsieaYNVolMBaaemDsa51rI+fn4ILGp/3/6CETw409s+UWBfOrTsmf9LiVP/emu+6c= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 03209102F55; Sun, 22 Nov 2020 22:28:44 -0500 (EST) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Cheong Yiu Fung Subject: Re: [PATCH] ox-odt.el: quote output file name In-Reply-To: References: X-Woof-Patch: applied Date: Sun, 22 Nov 2020 22:28:42 -0500 Message-ID: <87eekkvjit.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: FD4356EA-2D3B-11EB-92AE-E43E2BB96649-24757444!pb-smtp20.pobox.com Received-SPF: pass client-ip=173.228.157.52; envelope-from=kyle@kyleam.com; helo=pb-smtp20.pobox.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emacs-orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=pobox.com header.s=sasl header.b=gWSWJX 4; dkim=pass header.d=kyleam.com header.s=mesmtp header.b=O4RK57W1; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.21 X-TUID: HCJb/O2hiQ4z Cheong Yiu Fung writes: > Hello, > > Here's a patch to quote output file name following the fashion of > input file name as used in `org-odt-convert'. It avoids conversion > errors in the underlying shell commands. [...] Thanks! Applied (2d23d55ac)... > --- > lisp/ox-odt.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el > index 01c0e6a90..59fe369e9 100644 > --- a/lisp/ox-odt.el > +++ b/lisp/ox-odt.el > @@ -4240,9 +4240,9 @@ Return output file's name." > `((?i . ,(shell-quote-argument in-file)) > (?I . ,(browse-url-file-url in-file)) > (?f . ,out-fmt) > - (?o . ,out-file) > + (?o . ,(shell-quote-argument out-file)) > (?O . ,(browse-url-file-url out-file)) > - (?d . , (shell-quote-argument out-dir)) > + (?d . ,(shell-quote-argument out-dir)) ...dropping this unrelated space change to the out-dir entry.