From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: More entries able to export to icalendar format Date: Fri, 11 Feb 2011 20:43:49 +0100 Message-ID: <87mxm24aru.fsf@gnu.org> References: <87fws4f2js.fsf@gmail.com> <871v3ex0dp.fsf@gnu.org> <87fwru4dek.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnyuB-0005sa-Tm for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:43:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnyuA-0005nI-N9 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:43:47 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:60995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnyuA-0005n2-DG for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 14:43:46 -0500 Received: by bwz16 with SMTP id 16so3515603bwz.0 for ; Fri, 11 Feb 2011 11:43:45 -0800 (PST) In-Reply-To: <87fwru4dek.fsf@gmail.com> (Niels Giesen's message of "Fri, 11 Feb 2011 19:46:59 +0100") 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: Niels Giesen Cc: emacs-orgmode@gnu.org Hi Niels, Niels Giesen writes: > Hi Bastien, > >> Can you submit your changes in the form of a patch, precisely describing >> your changes? This way I can more easily try to understand/test them. > > I will do so. Thanks! > What is the preferred way to do so: attaching those patches or quoting > them in-line? Both attaching and quoting patches should be fine. Please read this: http://orgmode.org/worg/org-contribute.html#sec-3 The best way to make a patch is to work on a separate branch, to make one or several commit(s) then to create patches from this branch with ~$ git format-patch master This way we have the proper ChangeLog etc. The more explanations we have on what the patch does, the better. Best, -- Bastien