emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Hide file names in agenda view


From: Matt Lundin
Subject: [Orgmode] Re: Hide file names in agenda view
Date: Thu, 28 Jan 2010 19:06:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

"David A. Gershman" <address@hidden> writes:

> I've been searching a while and thought it'd be simple to find.  How can
> I suppress the file names in the agenda view?
>
> i.e. turn
>
>    file2:    7:00- 8:00 alwkjekisdjksj
>    file1:   10:00-11:00 alsdkfjasdlfkj
>
> into
>
>     7:00- 8:00 alwkjekisdjksj
>    10:00-11:00 alsdkfjasdlfkj
>

This is controlled via the variable org-agenda-prefix-format. You can
type C-h v org-agenda-prefix-format to get all the details.

Here's very *simple* setting to get rid of file names on all agenda
views:

(setq org-agenda-prefix-format "%t %s")

- Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]