From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: BUG: org-clock-play-sound fails with some paths Date: Mon, 2 Nov 2009 16:21:38 +0000 Message-ID: <20091102162138.GD32187@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4zf9-0006oG-BL for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 11:21:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4zf4-0006k7-9k for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 11:21:46 -0500 Received: from [199.232.76.173] (port=56752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4zf4-0006jz-3v for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 11:21:42 -0500 Received: from arctic.adamspiers.org ([212.13.194.176]:34799) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4zf3-0004e8-O8 for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 11:21:41 -0500 Received: from localhost (dsl-217-155-199-114.zen.co.uk [217.155.199.114]) by arctic.adamspiers.org (Postfix) with ESMTP id 983E22401B for ; Mon, 2 Nov 2009 16:21:40 +0000 (UTC) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list If I set org-clock-sound to a path starting with "~/" then aplay fails to play it, because in `org-clock-play-sound' the tilde is not expanded prior to invocation of `start-process'.