[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: orgmode and physical fitness training
From: |
Mikael Fornius |
Subject: |
[Orgmode] Re: orgmode and physical fitness training |
Date: |
Fri, 07 Nov 2008 22:52:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Carsten Dominik <address@hidden> writes:
> (org-entry-properties nil 'standard)
>
> will be a lot faster.
Thanks! But I have already noticed that, and that it is about 10-times
faster to get properties of a subtree without inherited tags. :-)
The problem is that I like to use inherited tags in my document
structure. I am planning to use tags and properties to generate subsets
of my heading data, for tables and statistics.
* :2008:
** :november:
*** <2008-11-05> :temperature:
*** <2008-11-07> :weight:
*** <2008-11-09> :running:interval:
*** <2008-11-10> :skiing:
:PROPERTIES:...
Wow what a ride!
I want to be able to get subset of lets say skiing in year 2008 then
"Wow what a ride!" should match if all tags are inherited.
(org-tags-at "Wow what a ride!") -> ":2008:november:skiing:"
/Mikael Fornius
Re: [Orgmode] Re: orgmode and physical fitness training, Carsten Dominik, 2008/11/07
- [Orgmode] Re: orgmode and physical fitness training,
Mikael Fornius <=