From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: how to manage org-ids for many org files scattered on system Date: Sat, 4 Feb 2012 03:09:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtU8U-0001yz-Kh for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 20:09:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtU8T-0001Ny-Ed for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 20:09:50 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:54791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtU8T-0001No-9u for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 20:09:49 -0500 Received: by obbta7 with SMTP id ta7so6306546obb.0 for ; Fri, 03 Feb 2012 17:09:48 -0800 (PST) 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: emacs-orgmode Hi all, I've started having a lot of org files in various locations across my system, and I am wondering how others manage keeping track of global ids in this situation. I am aware of org-id-extra-files, but adding things by hand has started to seem a bit painful. Additionally, as some projects are done, their dedicated org files go away (content is moved to a common archive org file) and I know I won't always remember to delete the relevant entires in org-id-extra-files. So far, the best I can figure is to write a script that runs as a chron job and uses the results of appropriate find commands to generate a small .el file that sets org-id-extra-files and that itself gets loaded as a library in my .emacs. What do others do? Additionally, anyone have any light to shed on how long org-id-extra-files can get (how much data it can point to) before org-id-update-id-locations gets bogged down? Thanks and best, Brian vdB