From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: Re: search for dates as tag or property Date: Wed, 28 Nov 2007 21:53:32 +0000 Message-ID: References: <87prxv7nst.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxTtS-0002Ca-Kf for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 15:52:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxTtQ-0002Bs-N2 for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 15:52:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxTtQ-0002BY-Eg for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 15:52:24 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IxTtP-0004Dl-RN for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 15:52:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IxTsW-0004xL-Gq for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 20:51:28 +0000 Received: from pd9e48067.dip0.t-ipconnect.de ([217.228.128.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Nov 2007 20:51:28 +0000 Received: from f.braennstroem by pd9e48067.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Nov 2007 20:51:28 +0000 In-Reply-To: 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: emacs-orgmode@gnu.org Hi to you both, Carsten Dominik schrieb am 11/28/2007 07:29 AM: > Fabian, > > this will be possible in 5.15. Works great! Thanks! The simulation data management system gets better and better :-) For the update of my links I use a small python, which does the update manually without a hook; though just for the main simulation directory link... the next step will be the automatic insertion for the properties. Is there a function which puts all links of the current tree in a kill-ring, which I could use for an external python script? BTW: The small tutorial will follow a bit later :-) Fabian > - Carsten > > On 11/27/07, Bastien wrote: >> Fabian Braennstroem writes: >> >>> I would like to include the date in my property/tags search ... >>> E.g. one entry looks like this: >>> >>> *** KONVERGIERT <2007-09-07 Fri>Klimakruemmer 2 / FLUENT >>> :PROPERTIES: >>> :Bauteil:Klimakruemmer >>> :END: >> Maybe something along this: >> >> (org-add-agenda-custom-command >> '("d" tags "Bauteil={.+}" >> ((org-agenda-skip-function >> '(org-agenda-skip-entry-if 'notregexp >> "[0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"))))) >> >>> Is it possible to do a search, which looks for the property >>> 'Bauteil' and for the month corresponding to the time stamp >>> of the entry, i.e. September? >> You cannot inherit a timestamp (or scheduled/deadline value) for now. >> If you are using the date not only for getting this entry displayed at >> the right place in the agenda view, maybe you could add a "Month" >> property? Then you can use it for searches like any other property. >> >>> The property search is no problem, but I couldn't find any special >>> syntax for the 'time stamps' search!? Would be nice, if that works >> Why not... but the agenda view is already a way to "search" for entries, >> no? >> >> -- >> Bastien >> >> >> _______________________________________________ >> 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 >> > > > _______________________________________________ > 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 >