From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: [PATCH] How do I include text between a range of line numbers with #INCLUDE Date: Tue, 18 Jan 2011 08:54:46 +0530 Message-ID: References: <8BB07121-9AD5-4919-9421-FF8E050E536F@gmail.com> <87ipxnkpep.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35339 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf2By-00042c-6b for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 22:25:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pf2Bw-0004Cn-RV for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 22:25:10 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:43522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pf2Bw-0004CT-MJ for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 22:25:08 -0500 Received: by wwb17 with SMTP id 17so5817243wwb.30 for ; Mon, 17 Jan 2011 19:25:07 -0800 (PST) In-Reply-To: <87ipxnkpep.fsf@altern.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien On Tue, Jan 18, 2011 at 6:18 AM, Bastien wrot= e: > Hi Puneeth, > > Puneeth writes: > >> Here is a patch with a ChangeLog entry and documentation for the >> manual. > > I applied it -- thanks for it! Great! Thanks! > > I added minor modifications to the code and the documentation. > You can check them from http://orgmode.org/w/org-mode.git I have seen them. Thanks for the clean up! :) >> Please tell me if it looks OK. Also, I hope using >> git-format-patch is the right way to send this page. If not, what is >> the right way? > > It is *one* of the right way. > > For those patches -- as produced with git format-patch and attached to > emails -- I should apply them directly, not using pw (my bad I used pw > this time). > > Some people send patches using git send-mail: > > =C2=A0http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html > > This way I can safely use pw: the commit summary will be the subject > line, and the commit message will be the ChangeLog entry (that you had > right btw.) Ok. Will look into that. -- Puneeth