From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Noboru Ota Newsgroups: gmane.emacs.devel Subject: [ELPA] Submitting new package Org-remark Date: Fri, 28 Jan 2022 20:07:40 +0100 Message-ID: <865yq3el1f.fsf@nobiot.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5568"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 28 21:27:43 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDXqP-0001HS-VP for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Jan 2022 21:27:41 +0100 Original-Received: from localhost ([::1]:37828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDXqP-00079S-39 for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Jan 2022 15:27:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDWbH-0006ZY-QF for emacs-devel@gnu.org; Fri, 28 Jan 2022 14:08:01 -0500 Original-Received: from outbound.soverin.net ([116.202.65.215]:51365) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDWbE-00065C-1R for emacs-devel@gnu.org; Fri, 28 Jan 2022 14:07:58 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id E24BA6010E for ; Fri, 28 Jan 2022 19:07:41 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net Received-SPF: pass client-ip=116.202.65.215; envelope-from=me@nobiot.com; helo=outbound.soverin.net X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285526 Archived-At: Hi everyone, Wishing you all Happy Year 2022. I would like to submit a new package named "Org-remark" to ELPA. It lets you highlight and annotate any text file with using Org mode. - GitHub repository: https://github.com/nobiot/org-remark - A 8-minute introductory video is available on YouTube at https://youtu.be/c8DHrAsFiLc I would appreciate it if someone could advise if my request should be acceptable. If the request is acceptable, I believe the ELPA spec definition should be set as follows (this is based on my other package, Org-transclusion) --- ("org-remark" :url "https://github.com/nobiot/org-remark" :make "README-elpa" :doc "docs/org-remark.org" :auto-sync t) --- Thank you and have a great weekend. Noboru