From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property? Date: Sat, 27 Aug 2016 14:06:34 -0500 Message-ID: References: <2016-08-25T10-38-52@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdiw8-00084c-O6 for emacs-orgmode@gnu.org; Sat, 27 Aug 2016 15:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdiw7-0006n8-Jv for emacs-orgmode@gnu.org; Sat, 27 Aug 2016 15:06:36 -0400 Received: from mail-it0-x22b.google.com ([2607:f8b0:4001:c0b::22b]:36534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdiw7-0006n2-FL for emacs-orgmode@gnu.org; Sat, 27 Aug 2016 15:06:35 -0400 Received: by mail-it0-x22b.google.com with SMTP id e63so45564128ith.1 for ; Sat, 27 Aug 2016 12:06:35 -0700 (PDT) In-Reply-To: <2016-08-25T10-38-52@devnull.Karl-Voit.at> 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" To: Karl Voit Cc: "emacs-orgmode@gnu.org" On Thu, Aug 25, 2016 at 3:50 AM, Karl Voit wrote: > What is org-uuid and http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD ";;; org-id.el --- Global identifiers for Org entries" > why should I have automatically generated IDs? I do because I want `org-babel-detangle' to make sense whether the reader has Emacss+Org-Mode, or not, and whether the writer has set ID on headlines and NAME on codeblocks, or not. It is tedious to set allocate a name for every single code block and headline when each of them simply doesn't need a name or id. It is easier to give it a default a name and id.