From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Structured links to headings with endless depth Date: Tue, 7 May 2019 16:39:00 +0200 Message-ID: References: <1520849353.1793.66.camel@gmail.com> <87tvtlsi2f.fsf@gmail.com> <1520851190.1793.74.camel@gmail.com> <87lgexfnl6.fsf@christianmoe.com> <1520862394.1793.83.camel@gmail.com> <87r2opcrkm.fsf@nicolasgoaziou.fr> <1520867316.1793.87.camel@gmail.com> <874l67eyif.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO1FT-00038L-2V for Emacs-orgmode@gnu.org; Tue, 07 May 2019 10:39:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hO1FS-0002bJ-73 for Emacs-orgmode@gnu.org; Tue, 07 May 2019 10:39:15 -0400 Received: from mail-lj1-x232.google.com ([2a00:1450:4864:20::232]:35836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hO1FS-0002Z0-06 for Emacs-orgmode@gnu.org; Tue, 07 May 2019 10:39:14 -0400 Received: by mail-lj1-x232.google.com with SMTP id m20so5354620lji.2 for ; Tue, 07 May 2019 07:39:13 -0700 (PDT) In-Reply-To: <874l67eyif.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> 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: Ihor Radchenko Cc: Nicolas Goaziou , Christian Moe , John Kitchin , Eric S Fraga , org-mode-email , ST Hi Ihor On Tue, May 7, 2019 at 5:27 AM Ihor Radchenko wrote: > I am wondering why you are strictly against ID properties. To me this looks like a misunderstanding. I use the ID often but my weighting of the different advantages is not the same in all cases. Some situations where no ID can be seen as an advantage: Looking at the raw view (for example visible-mode during ediff), looking at the raw file (when in the other world outside of Org mode), the time it can take to not find an ID in all the ID files when the target file or ID is not accessible, etc. There must be good reasons why some more users than just me sometimes prefer the format B over A: #+name: A #+begin_src org - [[id:8e5c5d87-291e-469b-a8e4-15704610c82c][The heading name]] ,* The heading name :PROPERTIES: :ID: 8e5c5d87-291e-469b-a8e4-15704610c82c :END: #+end_src #+name: B #+begin_src org - [[*The heading name]] ,* The heading name #+end_src Michael