So I discussed this briefly on IRC, but how are others handling
mileage reporting? Its very similar to clocking time, and fits neatly
into the property drawer.

Here's a sample of what I started, I'm just concerned about how to get
the delta and a summary.

** DONE Meeting Downtown
   CLOSED: [2008-04-02 Wed 22:55]
   :PROPERTIES:
   :MILES_START: 50375
   :MILES_END: 50417
   :END:

I wrote a short piece of code I can eval to see the delta on the
current item:

(- (string-to-number (org-entry-get (point) '"MILES_END")) 
   (string-to-number (org-entry-get (point) '"MILES_START"))
) 

My question has to do with scale, how could this be made to auto
update across all headings? Column view already allows me a nice
summary view, though I may have to sort out the date range to review.

Suggestions?

Thanks!

------------------------------------------------------------------
Russell Adams                            [EMAIL PROTECTED]

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to