emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Column view does not function properly in Agenda buffers [7.7]
@ 2011-08-11 19:49 Christian Schmidt
  2011-08-17 14:58 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmidt @ 2011-08-11 19:49 UTC (permalink / raw)
  To: emacs-orgmode


  Hi,

  column-view gets confused in agenda buffers.
Please try my minimal example:

My example:
===========
#+begin_src org
* NEXTACTION [#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")
(setq org-todo-keywords
       (quote ("NEXTACTION" "WAITING" "MAYBE" "DONE")))
#+end_src

My commands:
============
C-c a L         --> Agenda buffer
C-c C-x C-c     --> column-view invoked inside Agenda buffer

The Result:
===========
NEXTACTION | B | NEXTACTION [#B] Test  | :Tag: | | | 2011-08-07 So |

The Bug:
========
Unfortunately the column ITEM (3rd one) does not get cleaned up from
priority "[#B]" and status "NEXTACTION".


Looking for help,
Christian


--
  Christian Schmidt
  mailto: cs@canau.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-20 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 19:49 Bug: Column view does not function properly in Agenda buffers [7.7] Christian Schmidt
2011-08-17 14:58 ` Bastien
2011-08-17 20:31   ` Christian Schmidt
2011-08-18  7:18     ` Bastien
2011-08-20 21:57       ` Christian Schmidt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).