emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Schmidt <cs@canau.de>
To: emacs-orgmode@gnu.org
Subject: Bug: Column view does not function properly in Agenda buffers [7.7]
Date: Thu, 11 Aug 2011 21:49:38 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.1.00.1108112127120.9633@h1648734.stratoserver.net> (raw)


  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

             reply	other threads:[~2011-08-11 19:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11 19:49 Christian Schmidt [this message]
2011-08-17 14:58 ` Bug: Column view does not function properly in Agenda buffers [7.7] Bastien
2011-08-17 20:31   ` Christian Schmidt
2011-08-18  7:18     ` Bastien
2011-08-20 21:57       ` Christian Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.1.00.1108112127120.9633@h1648734.stratoserver.net \
    --to=cs@canau.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).