emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]


From: Sebastien Vauban
Subject: Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]
Date: Tue, 09 Aug 2011 22:23:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Christian,

Christian Schmidt wrote:
> Sebastien wrote:
>> I (would have) thought that, when having a column dedicated for
>> tags, the tag would as well be removed from the "headline" column
>> (3^rd one, in your example).
>>
>> Is there a good reason it's not working like that for the tag as
>>  well?
>
> Talking about version 7.5, you can get rid of the tags in the agenda
> view by setting org-agenda-remove-tags to t. But I think that
> variable is depricated in version 7.7 as well.

It still is in my Org, git pulled this morning.

> Anyway my original issue is concerning the column view called upon an
> agenda view in version 7.7: Unfortunately column view is not cleaning
> up the column "ITEM" at all when called upon an agenda view (not only
> the tag). But according to the documentation it should clean up the
> column "ITEM". But it does not. :-(
>
> Does org-mode clean up the column "ITEM" in the column view when
> called upon agenda view in your installation?

Everything seems fine, before and after the timeline (C-c a L).

My ECM:

#+begin_src org
* TODO [#B] Test                                                         :Tag:
  SCHEDULED: <2011-08-07 So>
#+end_src

My config:

#+begin_src emacs-lisp
(setq org-columns-default-format
      "%65ITEM(Task) %TODO %3PRIORITY %TAGS")
#+end_src

The result: http://imgur.com/TAYH5

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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