From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: IDs w/ human friendly component Date: Sun, 02 Feb 2014 13:47:59 +0700 Message-ID: <877g9e80yo.wl%n142857@gmail.com> References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9qqk-0006ke-HZ for emacs-orgmode@gnu.org; Sun, 02 Feb 2014 01:48:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9qqc-0006bB-4y for emacs-orgmode@gnu.org; Sun, 02 Feb 2014 01:48:14 -0500 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:56022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9qqb-0006b2-Tf for emacs-orgmode@gnu.org; Sun, 02 Feb 2014 01:48:06 -0500 Received: by mail-pa0-f42.google.com with SMTP id kl14so5979778pab.29 for ; Sat, 01 Feb 2014 22:48:04 -0800 (PST) In-Reply-To: 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: Ken Mankoff Cc: Org-mode Have you tried changing the strange ID to the ID that you want? (e.g. 7f3b531b-f1c9-41aa-854b-37235500495f → introduction). They should be unique. I use my manually written IDs for some important headers which I want to detect from outside org. In addition there's CUSTOM_ID, but I think that's the id="…" you want in HTML exports. El Sat, 1 Feb 2014 14:39:15 -0500 (EST) Ken Mankoff va escriure: > > > I've never cared that the ID field was not human friendly. > > But I've just learned about the Estimate Table where you can see your estimates > and actual clock time to complete tasks. If you want to see the estimates for > the current tree, you need to know the ID, which is not human friendly. > > It seems like with IDO mode, the first few characters or words of the title, > stripped of whitespace, could be pre- or ap- pended onto the ID, and then it > would be easy to select IDs. If this were how IDs were created, would this break > some other features? Do others see this as a good or bad thing? Or is there some > other way to tell the Estimate Table to work on the local tree. > > Cheers, > > -k. >