From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Agenda and one-line diary display Date: Sat, 15 Jan 2011 15:23:55 +0100 Message-ID: <87ipxqdz44.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49449 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pe72t-0002TN-Ae for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 09:24:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pe72s-0005Qm-DN for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 09:23:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:55979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pe72s-0005QY-6Y for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 09:23:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pe72q-0005M5-96 for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 15:23:56 +0100 Received: from 0x555293e1.adsl.cybercity.dk ([85.82.147.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jan 2011 15:23:56 +0100 Received: from rasmus.pank by 0x555293e1.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jan 2011 15:23:56 +0100 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, I have finally found a tolerable solution to include Google calendars into Emacs and thus Org using "emacs-google"[1]. However, one thing is bothering me about the way Org agenda view handles my newly populated diary file. It shows too much information! Basically, I want /one line per entry/. If I want more info I'll just hit the entry. The reason is that I will often include a lot of extra information for each calendar/diary entry. When needed, I will fetch it but it usually preclude the overview that I wish to obtain in the agenda view. Here is a simple agenda example: ,---- | Diary: Semester start | Diary: Location: Lund University | Diary: Status: CONFIRMED (UID: 5g7mb67iupjvf75cdorlr1bs2s@google.com) `---- And the corresponding diary code: ,---- | %%(and (diary-block 1 17 2011 1 17 2011)) Semester start | Location: Lund University | Status: CONFIRMED (UID: 5g7mb67iupjvf75cdorlr1bs2s@google.com) `---- What I want to agenda view to show is merely: ,---- | Diary: Semester start `---- Or, even better: ,---- | Diary: Semester start (Lund University) `---- I.e. no other information than the event and if possible the location. If time is available this should also be displayed, but all in one line. Is this possible in one way or the other? If so I'd appreciate any hints on getting there. Thanks a bunch, Rasmus Footnotes: [1] http://code.google.com/p/emacs-google/wiki/googlecalendar