From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to convert org file: link path into shell path? Date: Sat, 28 Apr 2018 15:28:07 +0200 Message-ID: <87d0yjzcig.fsf@gnu.org> References: <87d0z2i0ka.fsf@gmail.com> <87in8bjwv8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCPtd-0002Ww-Gi for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 09:28:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCPtc-00081Y-M7 for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 09:28:13 -0400 In-Reply-To: <87in8bjwv8.fsf@gmail.com> (stardiviner's message of "Sat, 28 Apr 2018 21:15:07 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: org-mode Hi, stardiviner writes: > The problem is how to convert org file: link path into shell path. Maybe by replacing "%s -ss %s %s" by "%s -ss %s \"%s\"", i.e. adding double-quotes around the filename? BTW, the video link works fine on a few files I tried on my disk. HTH, -- Bastien