From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id tHkGLjJIAl/wLQAA0tVLHw (envelope-from ) for ; Sun, 05 Jul 2020 21:37: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 mp0 with LMTPS id AHlYKTJIAl8sKgAA1q6Kng (envelope-from ) for ; Sun, 05 Jul 2020 21:37: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 BA1369403C7 for ; Sun, 5 Jul 2020 21:37:53 +0000 (UTC) Received: from localhost ([::1]:40536 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsCKd-0006MG-DG for larch@yhetil.org; Sun, 05 Jul 2020 17:37:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59122) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsCJL-0005uk-RN for emacs-orgmode@gnu.org; Sun, 05 Jul 2020 17:36:31 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53700) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsCJE-0000jL-Us for emacs-orgmode@gnu.org; Sun, 05 Jul 2020 17:36:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=sf5VnFE3fmbNnNs4GKHCQZnejxgnX+3A/UgSIGbYWUg=; b=YPlhQuEivrRdFhy/Huh7zQ5// Entbs75eh7zCCosr7wQGO68H1rEiVXeSx3OPIu1wfMNMQg4B//2lmCOMPukHv+XhkTAIYywRkqmlF qmncZMsMqySM+Qqq4qgCxFfSbItqNORhWzPGQ3Y1ULQoOTO0YbLSa378zEMrfwY4k2tAM=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jsCJ1-000ZDq-Jm; Mon, 06 Jul 2020 03:06:11 +0530 From: Arun Isaac To: Kyle Meyer , Marco Wahl Subject: Re: [PATCH] manual: Fix minor typo In-Reply-To: <87imf1k6nb.fsf@kyleam.com> References: <20200705112846.16510-1-arunisaac@systemreboot.net> <875zb1ycma.fsf@gmail.com> <87imf1k6nb.fsf@kyleam.com> Date: Mon, 06 Jul 2020 03:06:05 +0530 Message-ID: <87o8otablm.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 17:36:17 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=systemreboot.net header.s=default header.b=YPlhQuEi; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=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-Spam-Score: -2.01 X-TUID: SZeBpfCnqeDZ --=-=-= Content-Type: text/plain >> To make the handling of patches easier please use "format-patch". > > It looks like this was sent with git-send-email (which is fed > format-patch output either explicitly or underneath), and it applied > cleanly for me. > > My understanding is that, even though this project accepts patches as > attachments [*], inline patches are fine as well (and very much my > personal preference). git-send-email is explicitly mentioned at > . Indeed, I used `git format-patch` to create the patch and `git send-email` to send it. I don't mind sending attachments, but I used `git send-email` since it was allowed by the contribution guidelines. Thanks for applying the fix. Cheers! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl8CR8UACgkQLiXui2GA K7NHhwgAgBpxfPCaXJ4EFbM16DaBxvT0snonXbfxg9NUuCUt0moOZZaTqKPcKnf+ cUwZlH9Cd4noNjKE70PmgbwaFpWs7tKOwaAPRfWJU28HC4aavwQdf2O88Ry2i26r yiD/JObf6FZ3Nmcjtj7rlO0FaYJupgMVcINxp0CLxLwCtkCxxc+SlS4r1PBl1pkN kW7AEdj+8WcnqhdrWCIcEnH/aedrvRf1jduQ4TpqCtKjN/dvPDDjm5WY+1eUq3rU gCZyluqF7ujM7U9mTdblp3wFUryMqRB/4jcmHiCXb6hR7/hf6oJ5CJhAw5dPIVS3 yKiUHYVjzpx6akpFL/OAYUHxA9KRdA== =ThAU -----END PGP SIGNATURE----- --=-=-=--