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 Mc9bHehDnl5XBgAA0tVLHw (envelope-from ) for ; Tue, 21 Apr 2020 00:52:56 +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 IIscC+5Dnl6TagAAbx9fmQ (envelope-from ) for ; Tue, 21 Apr 2020 00:53:02 +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 7B2C1941CBA for ; Tue, 21 Apr 2020 00:53:00 +0000 (UTC) Received: from localhost ([::1]:45108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQh9n-0006oG-OR for larch@yhetil.org; Mon, 20 Apr 2020 20:52:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54136) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQh9A-0006mN-Vp for emacs-orgmode@gnu.org; Mon, 20 Apr 2020 20:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQh9A-0004eE-DE for emacs-orgmode@gnu.org; Mon, 20 Apr 2020 20:52:20 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:59569) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQh99-0004cj-UL for emacs-orgmode@gnu.org; Mon, 20 Apr 2020 20:52:20 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 9B5D55B257; Mon, 20 Apr 2020 20:52:18 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=XbcbX+P0JQze3KWzAdlxpUJL4Bg=; b=Cai8pb w5tlLBLGPyu3l8Ani/Yp+XfXH7UJUf4CWK8fhr9/VlKTRh+qVXE5dR7sKUisGqde kPl7q9271KoCCEwFzHbx8y2vv3zhe3Vc3yy4RtGN6b9iIjB1KDXZrGMxkVrHhe0r qTpxwM19okoQnb87mnV5UFy8+TqpRxdm3WiXM= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 921DE5B256; Mon, 20 Apr 2020 20:52:18 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=o4Y5Qyiwk111eOpfy3VFX6KVydaiOAJrQiHwoWespII=; b=bwdRZ+lWKOZHsAs9biZZUDkXyw1kyiTxC0ldO+OxNJx6QH3/TSZjYtcwI1fAoIQcJV4QT5lj5N0pPlBzJWgSVgCkyIBr/gcTp2csNuyDjv1aGyJPlSTvxzE9svKs2ygwVC0nxfwEXTnUbT5udqu1OErD1lCV67QbybOmkm0Fj9A= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id F33585B255; Mon, 20 Apr 2020 20:52:17 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Ian Eure Subject: Re: Subject: [PATCH] org-id: Allow file name to be overridden on ID creation In-Reply-To: <87o8rs80u9.fsf@kyleam.com> References: <87a73caayj.fsf@phaktory> <87o8rs80u9.fsf@kyleam.com> Date: Tue, 21 Apr 2020 00:52:17 +0000 Message-ID: <871rohslry.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 598899FA-836A-11EA-8B05-C28CBED8090B-24757444!pb-smtp1.pobox.com Received-SPF: pass client-ip=64.147.108.70; envelope-from=kyle@kyleam.com; helo=pb-smtp1.pobox.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/20 20:52:18 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.70 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: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 X-Spam-Score: 0.19 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=pobox.com header.s=sasl header.b=Cai8pb w; dkim=pass header.d=kyleam.com header.s=mesmtp header.b=bwdRZ+lW; 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-Scan-Result: default: False [0.19 / 13.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; GENERIC_REPUTATION(0.00)[-0.56883569801195]; MX_INVALID(1.00)[cached]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.51.188.0/24:c]; IP_REPUTATION_HAM(0.00)[asn: 22989(0.23), country: US(-0.01), ip: 209.51.188.17(-0.57)]; DKIM_TRACE(0.00)[pobox.com:+,kyleam.com:+]; RCPT_COUNT_TWO(0.00)[2]; MAILLIST(-0.20)[mailman]; FORGED_RECIPIENTS_MAILLIST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[209.51.188.17:from]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:22989, ipnet:209.51.188.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; TAGGED_FROM(0.00)[larch=yhetil.org]; FROM_NEQ_ENVFROM(0.00)[kyle@kyleam.com,emacs-orgmode-bounces@gnu.org]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[pobox.com:s=sasl,kyleam.com:s=mesmtp]; URIBL_BLOCKED(0.00)[pobox.com:dkim,kyleam.com:dkim]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[kyleam.com]; HAS_LIST_UNSUB(-0.01)[]; RCVD_COUNT_SEVEN(0.00)[8]; FORGED_SENDER_MAILLIST(0.00)[] X-TUID: 0jSMKbJp1foL Kyle Meyer writes: > Subject: [PATCH] org-id: Allow file name to be overridden on ID creation Applied (c716b7c08).