From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iPUlObIH/l/xNAAA0tVLHw (envelope-from ) for ; Tue, 12 Jan 2021 20:33:54 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4FbfNLIH/l+XbAAAbx9fmQ (envelope-from ) for ; Tue, 12 Jan 2021 20:33:54 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 14C5D940105 for ; Tue, 12 Jan 2021 20:33:53 +0000 (UTC) Received: from localhost ([::1]:35386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzQMS-0002j3-UE for larch@yhetil.org; Tue, 12 Jan 2021 15:33:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzQM6-0002ix-Kd for emacs-orgmode@gnu.org; Tue, 12 Jan 2021 15:33:30 -0500 Received: from grinta.net ([109.74.203.128]:53742) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzQM4-00064p-B8 for emacs-orgmode@gnu.org; Tue, 12 Jan 2021 15:33:30 -0500 Received: from black.local (ip-109-41-64-21.web.vodafone.de [109.41.64.21]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id DD8E8EE861 for ; Tue, 12 Jan 2021 20:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1610483604; bh=Ofd3l2R0oU1qpWMQafyAtSLDWc1yxziflcwNcrQTttE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=RXLGONm63klma/WRZOQUDvl8SgXIT8d5R9PsCOJP6L4B5i3ECI8vp1iN+tLyWUY0I nW3Rk+A6E03aHLyB083uScnUEGlI9bLdSUGDs4cpjqpZJICQT6DQMeoCuowDEuB2Rd YWBeacVossFI3Ee2Xix08J2S/vJpLMfiLniuFXrkVTImUxsoW9ErH6RgHN7Hwt5EZe BBr1cOWqvKlru2wK0V2vFZ9rO+Uhh8x0Ap4m/F43CKOHwB6KpSRMrPySpMVm0/fe3n zBjgZHcpVn2jy9RlWmlHwdpvL5o9zsdU/lqupQSds3LdX/yIMPHfca7M3rNrc9iy2N FiMRxqJ2e3+kg== Subject: Re: ol-plo.el --- Orgmode Link type for navigating Ordered Plain Lists To: emacs-orgmode@gnu.org References: <55473cf050e1b3f3c716f3c43bc5bce0@isnotmyreal.name> From: Daniele Nicolodi Message-ID: Date: Tue, 12 Jan 2021 21:33:22 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <55473cf050e1b3f3c716f3c43bc5bce0@isnotmyreal.name> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.36 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=grinta.net header.s=2020 header.b=RXLGONm6; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 14C5D940105 X-Spam-Score: -1.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: v2htGYtL940T On 12/01/2021 21:21, TRS-80 wrote: > Hello *, > > I just banged out a bit of Elisp implementing a new Orgmode link type > for navigating Ordered (i.e., numbered/lettered) Plain Lists.[0] How do you deal with the lists being re-numbered when you edit them? Cheers, Dan