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 CF3oGxw531+DcgAA0tVLHw (envelope-from ) for ; Sun, 20 Dec 2020 11:44:28 +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 iOGhFxw53199GAAAbx9fmQ (envelope-from ) for ; Sun, 20 Dec 2020 11:44:28 +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 9E77E9402B6 for ; Sun, 20 Dec 2020 11:44:27 +0000 (UTC) Received: from localhost ([::1]:58962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqx8T-0005hI-0Y for larch@yhetil.org; Sun, 20 Dec 2020 06:44:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqx87-0005hB-6I for emacs-orgmode@gnu.org; Sun, 20 Dec 2020 06:44:03 -0500 Received: from grinta.net ([109.74.203.128]:56026) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqx85-00048V-EL for emacs-orgmode@gnu.org; Sun, 20 Dec 2020 06:44:02 -0500 Received: from black.local (p4fe7185a.dip0.t-ipconnect.de [79.231.24.90]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id 75B81E0D60 for ; Sun, 20 Dec 2020 11:43:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1608464639; bh=68vRVDOnq8VhetJ0yUldKu4yiukKsH6qJ9p+L0GxWYc=; h=Subject:To:References:From:Date:In-Reply-To:From; b=OI02Gh5ef4aHWTPBxHPhjPLc8uu53JFKPNYwH0Pno5+jbbcHxA37utjgAfMKrh2Jv pkx7hbOEH1n9XbpnzJ7GSJwJMUOhgYAm6pDnXxvgsiE12JYUwtuORMFsr9DCA6/zIz FZEYsOnsePEsH1S9qX6o7gTbSgGbjk6HW2lQ/OrLKw/voHqEw86MDcS0wmp3woI9YN 2pT6uHqrgMY+5VH30S6l/NTtsWhX25OIpIcn6BV7U1kW9nFslgrWIlCByRsv4L1nYU svmIyAeaCI3C415R1JvXlDT0W9xg+k91Uxd6OYB1/WVbf0Y/3OX7vs7fmEcPt/8ccC XLuCT4TOsBd4w== Subject: Re: org-mime: markdown not html To: emacs-orgmode@gnu.org References: <87zh29a6du.fsf@mat.ucm.es> From: Daniele Nicolodi Message-ID: Date: Sun, 20 Dec 2020 12:43:58 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: <87zh29a6du.fsf@mat.ucm.es> 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: -53 X-Spam_score: -5.4 X-Spam_bar: ----- X-Spam_report: (-5.4 / 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=-3.299, 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.32 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=grinta.net header.s=2020 header.b=OI02Gh5e; 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: 9E77E9402B6 X-Spam-Score: -1.32 X-Migadu-Scanner: scn1.migadu.com X-TUID: rDdeCRrnK61m On 19/12/2020 21:27, Uwe Brauer wrote: > > Hi > > Does anybody know a package which would allow, using say gnus, to > markdown-ise an email, that would be useful for sending email to github > issues. As far as I know, GitHub does not interpret Mardown in comments added to issues via the email interface. Are you suggesting that Github has special handling for emails that contain text/markdown MIME parts? I haven't seen this documented anywhere. Cheers, Dan