From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] How do I include text between a range of line numbers with #INCLUDE Date: Tue, 18 Jan 2011 01:48:30 +0100 Message-ID: <87ipxnkpep.fsf@altern.org> References: <8BB07121-9AD5-4919-9421-FF8E050E536F@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=45997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pezl0-00021d-Vr for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 19:49:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pezkz-00041r-Qr for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 19:49:10 -0500 Received: from mail-wy0-f195.google.com ([74.125.82.195]:62366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pezkz-00041k-H7 for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 19:49:09 -0500 Received: by wyg36 with SMTP id 36so1631757wyg.6 for ; Mon, 17 Jan 2011 16:49:08 -0800 (PST) In-Reply-To: (Puneeth's message of "Sun, 9 Jan 2011 00:58:01 +0530") 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: Puneeth Cc: Venkatesh Choppella , emacs-orgmode@gnu.org, Carsten Dominik Hi Puneeth, Puneeth writes: > Here is a patch with a ChangeLog entry and documentation for the > manual. I applied it -- thanks for it! I added minor modifications to the code and the documentation. You can check them from http://orgmode.org/w/org-mode.git > 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: http://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.) Thanks for your contribution and your efforts! Best, -- Bastien