From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: pages properties in agenda Date: Tue, 13 Apr 2010 08:13:01 +0200 Message-ID: <71942EEF-FE2B-41A9-A1BA-E45FAFE12923@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) 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 1O1aBt-00021q-R0 for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:46 -0400 Received: from [140.186.70.92] (port=56722 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1aBr-0001zS-FJ for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1aBm-0008DP-6u for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:42 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:48831) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1aBm-0008Ch-1S for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 03:05:38 -0400 Received: by ewy6 with SMTP id 6so154282ewy.32 for ; Tue, 13 Apr 2010 00:05:37 -0700 (PDT) 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: Shelagh Manton Cc: emacs-orgmode@gnu.org Hi Shepagh On Apr 11, 2010, at 2:59 AM, Shelagh Manton wrote: > I have been using the org-learning module in some study and while it > is > quite useful as it is, I was thinking that I might improve my use by a > special agenda command that could pull out and display a property. > > Use case: > > I use the org-learning to re-read sections of a book I am studying. > And > so I have a :PAGES: property with the page numbers of the section I > am to > read. Specially if I bomb out on remembering what I am supposed to > know! > > I was wondering if I could create a custom agenda command that would > display the page numbers from that property so that I can just open > the > book up at the relevant pages for immediate study instead of going > to the > relevant todo, opening up the drawer and seeing what the page > numbers are? No. But you can create a sparse tree based on a tags match or however else you can tell that you need to repeat that section. Then switch to column view, and make sure the page number shows up in the column view format. HTH - Carsten