emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Remove filename from agenda view?


From: Nick Dokos
Subject: Re: [O] Remove filename from agenda view?
Date: Fri, 04 Jan 2013 10:27:04 -0500

Carsten Dominik <address@hidden> wrote:

> 
> On 4.1.2013, at 06:28, Nick Dokos <address@hidden> wrote:
> 
> > Boyan Penkov <address@hidden> wrote:
> > ...
> >> Can anyone point me in the right direction with a .emacs file snippet?
> > 
> > AFAIK, you cannot eliminate it in any simple way.
> 
> Well, you can customize org-agenda-prefix-format and remove the "%-12:c" from 
> each of the strings where you do not want the category to be shown.  Note 
> that the two leading space characters in these formats are necessary IIRC, 
> for technical reasons.
> 
> (setq org-agenda-prefix-format
>       '((agenda . " %i %?-12t% s")
>         (timeline . "  % s")
>         (todo . " %i ")
>         (tags . " %i ")
>         (search . " %i "))
> 
> 

I should have known better - thanks!

Nick



reply via email to

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