From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Properties ID vs. CUSTOM_ID (was: Automatically Generating IDs From Title and Date) Date: Thu, 22 Dec 2016 11:03:48 +0100 Message-ID: <2016-12-22T11-00-17@devnull.Karl-Voit.at> References: <2016-08-25T14-36-57@devnull.Karl-Voit.at> <877fb429j4.fsf@saiph.selenimh> <2016-08-25T17-05-15@devnull.Karl-Voit.at> <87mvg2t8g0.fsf@artlab.createcnix.lan> <2016-12-12T12-38-45@devnull.Karl-Voit.at> <2016-12-12T15-59-38@devnull.Karl-Voit.at> <2016-12-18T13-12-13@devnull.Karl-Voit.at> <2016-12-20T20-43-27@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cK0EV-0004PU-De for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 05:04:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cK0ES-0001F0-AR for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 05:04:19 -0500 Received: from [195.159.176.226] (port=44452 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cK0ES-0001EG-4L for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 05:04:16 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cK0EF-0006d2-8U for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:04:03 +0100 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: emacs-orgmode@gnu.org * Karl Voit wrote: > * Samuel Wales wrote: >> On 12/18/16, Karl Voit wrote: >>> Usually, my IDs start with the current ISO day to enforce uniqueness >>> and look like this: >> >> my understanding, which might be incorrect, is that custom id is for >> human-readable purposes, while id is for uuid. although you could >> prepend to uuid. > > To me, using :ID: was straight forward since I never read about any > other ID when I began with Org-mode in 2011. Another argument: According to http://orgmode.org/worg/org-contrib/org-depend.html I have to use :ID: properties and not :CUSTOM_ID: properties. ,----[ task with dependency to a generated ID ] | ** TODO a task | :PROPERTIES: | :BLOCKER: 6347hsfdl387ns43 | :ID: `---- ... in comparison to: ,----[ task with dependency to a manually written ID ] | ** TODO a task | :PROPERTIES: | :BLOCKER: contacting-customer-XY | :ID: `---- I prefer the example with the manually written ID since it is human readable. -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github