From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: orgmode and physical fitness training Date: Fri, 7 Nov 2008 21:52:44 +0100 Message-ID: <7376B4E0-AC8B-42EF-844E-22C71DA37A55@uva.nl> References: <1223994514.15613.17.camel@monad.lab> <87abceez2z.fsf@abc.se> <87abccu71x.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.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 1KyYK9-0000C6-Lx for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:52:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyYK7-0000Ba-KD for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:52:57 -0500 Received: from [199.232.76.173] (port=34204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyYK7-0000BX-HF for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 15:52:55 -0500 In-Reply-To: <87abccu71x.fsf@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: Eric Schulte Cc: Mikael Fornius , David O'Toole , emacs-orgmode@gnu.org Hi, if you do not need the tags, calling (org-entry-properties nil 'standard) will be a lot faster. - Carsten On Nov 6, 2008, at 5:56 PM, Eric Schulte wrote: > Mikael Fornius writes: > >> David O'Toole writes: >> >>> Does anyone else here use org-mode for fitness and/or health >>> tracking? > [...] >> Lately I have been thinking of and trying to implement a true org- >> mode >> running diary. Which means to use the org-mode file as raw-data file >> (properties) instead of my parallell sexp-assoc-list-elisp-data-file. >> >> I tried column mode but it is far too slow for 300 headings and the >> calculations possible is only sums but I need much more. >> > > Hi Mikael, > > I ran into a very similar issue with column view lately while trying > to > use org-mode to collect experimental results. I created the attached > file, which can be used to collect data from properties in a manner > similar to column view, but using a simpler method meant only for > table > display, rather than column viewing, and allowing for the > application of > general elisp to the values before they are dumped into the table. I > think it would work in your case as well. > > I applied it to the data you posted with the following results. The > mechanics are working, but it could use some display cleaning. The > file > `org-collector.el' is attached > >