emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Marco Wahl <marcowahlsoft@gmail.com>
Cc: Arun Isaac <arunisaac@systemreboot.net>, emacs-orgmode@gnu.org
Subject: Re: [PATCH] manual: Fix minor typo
Date: Sun, 05 Jul 2020 22:00:34 -0400	[thread overview]
Message-ID: <87eeppjtbx.fsf@kyleam.com> (raw)
In-Reply-To: <87tuylws92.fsf@gmail.com>

Marco Wahl writes:

> Up to now I thought only a 'format-patch' can be applied easily. Would
> you please share a way to apply an inline patch? Or at least give a hint?

Sure.  For an inline patch, you feed the entire message, rather than the
attachment, to 'git am'.  It looks like Gnus is your MUA, so you may be
interested in gnus-summary-pipe-output.

For those that don't use an Emacs-based mail client, something like this
might be more convenient than getting the message out of your reader:

  $ # in org repo
  $ curl -fSsL https://orgmode.org/list/MSGID/raw | git am

In this particular case

  $ curl -fSsL https://orgmode.org/list/20200705112846.16510-1-arunisaac@systemreboot.net/raw | git am


  reply	other threads:[~2020-07-06  2:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-05 11:28 [PATCH] manual: Fix minor typo Arun Isaac
2020-07-05 19:40 ` Marco Wahl
2020-07-05 21:12   ` Kyle Meyer
2020-07-05 21:36     ` Arun Isaac
2020-07-05 21:45     ` Marco Wahl
2020-07-06  2:00       ` Kyle Meyer [this message]
2020-07-07  7:12         ` Marco Wahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eeppjtbx.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=arunisaac@systemreboot.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=marcowahlsoft@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).