From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Re: Added support for "habit tracking" Date: Tue, 20 Oct 2009 13:19:22 -0400 Message-ID: <8B88370B-7E89-41BC-8C54-EAC633821412@gmail.com> References: <87fx9erwn2.fsf@fastmail.fm> <4F1F6D95-0A72-4A24-998D-4625BC4A7437@gmail.com> <1175C839-0796-4E37-B468-AD3A2E70BA00@gmail.com> <1e5bcefd0910201013u66cfdd74x9d32528c57c54b3f@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0IMq-0007lj-Q9 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 13:19:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0IMq-0007kk-0u for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 13:19:28 -0400 Received: from [199.232.76.173] (port=57266 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0IMp-0007kc-Qh for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 13:19:27 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:46034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0IMp-0004ke-Gy for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 13:19:27 -0400 Received: by fg-out-1718.google.com with SMTP id 16so2479862fgg.12 for ; Tue, 20 Oct 2009 10:19:26 -0700 (PDT) In-Reply-To: <1e5bcefd0910201013u66cfdd74x9d32528c57c54b3f@mail.gmail.com> 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: Marcelo de Moraes Serpa Cc: Matt Lundin , Org-mode Mode , Carsten Dominik On Oct 20, 2009, at 1:13 PM, Marcelo de Moraes Serpa wrote: > However, how do I apply these patches? I tried with patch, like this: > > patch -p0 < name_of_the_patch_file.patch (in the org-mode root > directory, relatively to the lisp subdir) but it did not seem to work. Hi Marcelo, The habits code is now in org-mode's 'master' Git branch. You no longer need the patches, just pull the code from there: git clone git://repo.or.cz/org-mode.git John