From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Mac OS Alias file links Date: Tue, 08 Apr 2014 09:03:20 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXQ4F-0006z1-1X for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 03:03:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXQ46-00017W-0V for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 03:03:34 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:53531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXQ45-00017G-OE for emacs-orgmode@gnu.org; Tue, 08 Apr 2014 03:03:25 -0400 Received: by mail-lb0-f179.google.com with SMTP id p9so457582lbv.38 for ; Tue, 08 Apr 2014 00:03:24 -0700 (PDT) Received: from gorgonzola ([130.225.125.196]) by mx.google.com with ESMTPSA id u4sm1143647laj.2.2014.04.08.00.03.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Apr 2014 00:03:23 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode I use links to files quite often in Org Mode. Either by C-l file: or drag-and-drop (with smart-dnd). But when files move, the links break. BibDesk solves this by storing Mac OS Aliases to files. Then if files move, the alias still works. BibDesk actually stores more: > The Bdsk-File entries store Mac OS aliases, which contain a file ID > and absolute path. Bdsk-File entries also store a relative path, which > is used if the alias is broken. Is there a way to add this feature to Org Mode? Yes, obviously, since this is emacs and Org Mode. But has anyone already done this? Any advice where to start? Thanks, -k.