From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Displaying a journal. Date: Fri, 28 Mar 2008 02:01:32 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jf2yP-00083z-Hi for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 21:01:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jf2yP-00083n-4H for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 21:01:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jf2yO-00083k-VZ for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 21:01:37 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jf2yO-0004Re-Hs for emacs-orgmode@gnu.org; Thu, 27 Mar 2008 21:01:36 -0400 Received: by fg-out-1718.google.com with SMTP id d23so4454243fga.30 for ; Thu, 27 Mar 2008 18:01:35 -0700 (PDT) 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: org-mode I have separate org files for different sections. e.g journal.org might contain ,---- | * Journal | | #+CATEGORY: Journal | ** [2008-03-28 Fri 01:55] Washed the car | And boy was it hard work! `---- The only way I have found from the agenda to see journal entries is to do a keyword search. Ideally I would like to include all journal entries for a certain day in the normal week/day agenda. Is this currently possible? Thanks for any help. r.