From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Tracking progress in sport trainings ? Date: Thu, 29 Sep 2011 13:41:13 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9HEk-00028P-BW for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9HEc-0007UV-8H for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:05:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:56900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9HEc-0007UJ-3F for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 10:05:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R9HEY-0007wW-NC for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 16:05:08 +0200 Received: from ip-217-146-125-41.adsl.wizards.co.uk ([ip-217-146-125-41.adsl.wizards.co.uk]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 16:05:06 +0200 Received: from ian by ip-217-146-125-41.adsl.wizards.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 16:05:06 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Xavier maillard.im> writes: > > Currentyl I am using a stupid physical notebook which is good for instant > results but does not fit well when I want see plots for example ;) > > What I am writting down onto the paper is this: > > 1. date/time > 2. duracy > 3. distance > 4. weather > 5. heartrate (both max and average) > 6. session type > 7. pace > > I can even recover data directly from my watch in a text format. > This could be useful to see changes in my heartbeat, my pace so on > and get a plot of all of this. > > Any idea how to this efficiently ? > For cycling I use my Garmin eTrex and then download the data in gpx format. Have a look at gpsbabel, which you can use to manipulate your data. To get plots and get your data into an org mode table have a look at gpxplot from http://code.google.com/p/gpxplot/ Ian.