From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Links Lost and Export-Report Date: Wed, 18 Aug 2010 23:55:52 +0200 Message-ID: <8739ubegbb.fsf@gmx.de> References: <1CAF6BB4-68B6-46C0-AE9A-11984B8DEC3A@nf.mpg.de> <871v9vdhku.fsf@norang.ca> <26232062-ECCC-484B-B59D-B1A9CB63FE70@nf.mpg.de> <87aaoj6dwe.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olqc8-0001qk-8J for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 17:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Olqc6-0001zh-P9 for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 17:56:04 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:51682 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Olqc6-0001zM-Dh for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 17:56:02 -0400 In-Reply-To: <87aaoj6dwe.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Wed, 18 Aug 2010 13:15:13 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > I think you can just regenerate the file with a call to > > M-x org-id-update-id-locations This works for agenda files only, as well as files mentioned in the variable `org-id-locations'. Thus you need to rename the element in the list in your id-locations file. E.G.: Change ~/.emacs.d/.org-id-locations: (("~/emacs/org/notes/index.org" "org:1234...") ... sh$ mv ~/emacs/org/notes/index.org ~/emacs/org/notes/Linux/index.org Change ~/.emacs.d/.org-id-locations accordingly: (("~/emacs/org/notes/Linux/index.org" "org:1234...") ... Shouldn't we have a command `org-move-file' or `org-rename-file' that takes care of id-locations? Best wishes Sebastian