From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien <bastien.guerry@wikimedia.fr> 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: <AANLkTikn64EGS5z5hTto_CVoFAZAvxZBdsHzVGySDqo8@mail.gmail.com> <AANLkTi=G8u9raP6p3jMeTRYPB_AzGgmZVKKZjPqqCPX4@mail.gmail.com> <8BB07121-9AD5-4919-9421-FF8E050E536F@gmail.com> <AANLkTi=EBSvP9ukR5LRJQxBk+DaBHK4vyM0pvdr=9-JR@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> 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 <bastienguerry@googlemail.com>) 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 <bastienguerry@googlemail.com>) 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 <emacs-orgmode@gnu.org>; Mon, 17 Jan 2011 16:49:08 -0800 (PST) In-Reply-To: <AANLkTi=EBSvP9ukR5LRJQxBk+DaBHK4vyM0pvdr=9-JR@mail.gmail.com> (Puneeth's message of "Sun, 9 Jan 2011 00:58:01 +0530") List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <punchagan@gmail.com> Cc: Venkatesh Choppella <venkatesh.choppella@iiit.ac.in>, emacs-orgmode@gnu.org, Carsten Dominik <carsten.dominik@gmail.com> Hi Puneeth, Puneeth <punchagan@gmail.com> 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