From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SInQMDY842L/BwEAbAwnHQ (envelope-from ) for ; Fri, 29 Jul 2022 03:47:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6K/hMDY842J8JwAA9RJhRA (envelope-from ) for ; Fri, 29 Jul 2022 03:47:34 +0200 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 740ADDDBA for ; Fri, 29 Jul 2022 03:47:33 +0200 (CEST) Received: from localhost ([::1]:48402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oHF6C-0005Bx-Gm for larch@yhetil.org; Thu, 28 Jul 2022 21:47:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oHF5R-0005Bb-Sg for emacs-orgmode@gnu.org; Thu, 28 Jul 2022 21:46:46 -0400 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]:34503) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oHF5Q-00030r-5e; Thu, 28 Jul 2022 21:46:45 -0400 Received: by mail-pf1-x436.google.com with SMTP id 70so3423653pfx.1; Thu, 28 Jul 2022 18:46:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=G9BErMrPBj5iKYlsO2HUDZc5fKldOSm0y3whFYS8HFI=; b=Vaowwury6YnYkli8aEW5USnrVx/PJkjVHDTBNvf6j9NY2w1JBtpetA5vbY28p2FMMJ 55lSXr1rBJ5lOLfqWl6V6Ahbj78FDbrfJR98eYvbsjyVv3dcFaDZPmm/jWpjP8a8KjdS wOXeWCskar6HIkrdHrQmFGyAOTsv1rditzig2G8LIAD+Jdo6GgC7uO/h34XYyMBdaTZz AKHLKbfWZRGJUS+7q7Voeng0Y9p4WR+SUP0thcoqZ+zepvfamoBRvs9RG4ErCg+Q90wW FCMiMQhUBitR4O8zl423j1q1HhZj6vTAtBEcRtd6Lf6vpo32zmevg/iUDvZDmJydmfQn lIdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=G9BErMrPBj5iKYlsO2HUDZc5fKldOSm0y3whFYS8HFI=; b=pQEU/u34O524e2sxZCsqjfWwPGKdCFX+ajh9GhBO8R7wmzTMsI0eKJJjOGZYssqOvg oBeOSR4Vvl1QN//nkcIo7+5S4MAGXsZZeaAblr248cJSF/VGLbxLaXEmEa9lmF4i6sES 4P1X2inHShXHLkwTHRIiQx06+ryi7gglf8YMIxBvOFAzKnkqAxZ7VGnSOzvkJyfQgQce +iTqXY5J72r3H1fH5bx7atHB2f6DkCxyzw5LndES5p5Qu525Ws1f8n0Wlb+fAqIjxwkp QbPlsDmJC/RXY62gSVMQG1dtqxxjRtunC3J1eXldR8OdFb4YGP3ztE5AS+Tv5e6FUspb VMsQ== X-Gm-Message-State: AJIora9f3T5To4GmdNleWxJpDY/iqNY2d81KL6kzn8vhBFyHbaktooKM 2XBInoO4cM82recV7vjLnBg/EQUZqA0= X-Google-Smtp-Source: AGRyM1thgcvgbeVDpLyc0jqCN7vwD6PdmRWFt3JhuTt/DVcM8tFX2BA6ZHcriSAEp63AB25AnZThlw== X-Received: by 2002:a63:a55b:0:b0:419:e9df:7495 with SMTP id r27-20020a63a55b000000b00419e9df7495mr1129203pgu.457.1659059202509; Thu, 28 Jul 2022 18:46:42 -0700 (PDT) Received: from localhost ([111.20.225.131]) by smtp.gmail.com with ESMTPSA id a25-20020a634d19000000b00419b66846fcsm1477957pgb.91.2022.07.28.18.46.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 18:46:41 -0700 (PDT) From: Ihor Radchenko To: Hugo Heagren , Bastien Cc: Max Nikulin , emacs-orgmode@gnu.org Subject: Re: [PATCH v7] ol.el: add description format parameter to org-link-parameters In-Reply-To: <87mtd0gthe.fsf@heagren.com> References: <87zgl1npow.fsf@localhost> <20220405192931.6747-1-hugo@heagren.com> <87a6cx79xn.fsf@localhost> <87zgi6fckr.fsf@heagren.com> <871qvixhfw.fsf@gmail.com> <87v8s8n1bm.fsf@heagren.com> <87let39d3c.fsf@localhost> <877d4flu3x.fsf@heagren.com> <87cze5e84m.fsf@localhost> <87tu7gkb4l.fsf@heagren.com> <87y1ws6o0c.fsf@localhost> <87k08bjw0t.fsf@heagren.com> <47248a4f-10aa-0980-c054-563f30c05aaa@gmail.com> <87mtd0gthe.fsf@heagren.com> Date: Fri, 29 Jul 2022 09:47:42 +0800 Message-ID: <87ilngn0zl.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::436; envelope-from=yantar92@gmail.com; helo=mail-pf1-x436.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659059253; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=G9BErMrPBj5iKYlsO2HUDZc5fKldOSm0y3whFYS8HFI=; b=tFDNu/r4GnqA1/Z9pZXrjh9kE6tM2SrQOCum6WMRgLa6J1yh1R5ttMx/EkjOqN6SDd7047 TkioHM47uOrRBwVQ43kdEu0VLU6xnltjIm0qBFXJMp45nFkSE0Gk5asgvg+2HSD6lD8KNr qUWyctlqyx9j8L89pFsR7QD1rnA2yS145Uq0Iu1s0cEtlqHCN1kKrtJMxKgwB2ElcEg72r 1QWa2V5I+R4TkaBgc19TOw5LTpY9Kubu9kMIyXTnGDiUf1XLXebUiXhq9Pu1Alr5xZxgXL 7j8YnluCz9/zYl3WcaGFI6lSueTcJshgYiJ20/8lRrRjau6p6Ficiry2wPXn6g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659059253; a=rsa-sha256; cv=none; b=cXNJnKiGrKKmttMjfkMgjexcdodapD3LablFA4CvbJrGdHrZyAmutC/wsAfJcJkYcX9dpg Q8GjGQMeSJgauYErzSsFCz5AZnWVw46qLCEJ3ktJ8AkWilDDcdkVUlZlqUMk2An1fgLs12 N0rDyDDZbL6ooCLNXNHom5YsQ/mUUlscz8jXRkKVkg2jlX/KoFYQeWigBI/BO4qnBkuoto gJnML23FBlOME3OF4XYtkUkFWqQ25rvflgNq96iHzTJwwp1c/SzqWl7iga2Z9T8x3NcTbQ rIbRJEpzScFnG75Mrq5j7e+D6uhsb3rx7vi3ZF5ibf/v89QspoYQOoh6yHmj3w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=Vaowwury; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.43 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=Vaowwury; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 740ADDDBA X-Spam-Score: -3.43 X-Migadu-Scanner: scn0.migadu.com X-TUID: TxaQ0mKnFGi5 Hugo Heagren writes: > On 18/07/2022 17:55, Max Nikulin wrote: > >> I am sorry if I am wrong, but I do not see you among known Org, >> contributors. You patch is likely greater than it is allowed for >> TINYCHANGE, so before you patch can be committed, copyright assignment >> should be signed, see >> for details. > > I've already assigned copyright to the FSF for work on Emacs (see > attached certificate). Do I need to do anything else for org-mode in > particular? Bastien, can you please confirm that Hugo is listed in the FSF records and then add him to the contributors.org? Best, Ihor