emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vincent Emanuele <vincent.emanuele@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Column View does not work properly during Agenda View
Date: Tue, 13 Mar 2012 15:42:47 -0400	[thread overview]
Message-ID: <CAEJbu0f+0DTd8O-FmCEFnZo0UJsQryPbz9Yd0LjJH-Sw2dY+3A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 954 bytes --]

Dear Org Mode Users/Developers:

Thanks for collaborating on such a wonderful program that has really
enabled me to boost my productivity as a researcher.

I've been having trouble getting column view to work correctly within the
agenda view.  I finally have taken some time to investigate the problem, to
no avail.  This is my first time reporting a bug, so I apologize in advance
for any newbie blunders.

Attachments: minimal-org.el, debugtable.el, debugtable2.el

Steps to reproduce:
$ emacs -Q -l minimal-org.el

C-x C-f ~/org/debugtable.org
C-c a a
d
C-c C-x C-c

Note now the CLOCKSUM for 'TODO Task 1 :test:' is missing

If I add more files to org-agenda-list, the problem gets worse and less
predictable.

Org Version: 7.8.03 (built from master branch on 2011-03-13 at 3:20pm).

Emacs Version:
GNU Emacs 23.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.18.9) of
2012-02-27 on x86-007.build.bos.redhat.com

The relevant files are attached,

Vince

[-- Attachment #1.2: Type: text/html, Size: 1166 bytes --]

[-- Attachment #2: debugtable.org --]
[-- Type: application/octet-stream, Size: 309 bytes --]


* List of Tasks							       :test:
** TODO Task 1
   SCHEDULED: <2012-03-13 Tue>
  CLOCK: [2012-03-13 Tue 12:33]--[2012-03-13 Tue 13:34] =>  1:01
** TODO Task 2
  CLOCK: [2012-03-13 Tue 13:15]--[2012-03-13 Tue 13:34] =>  0:19
** TODO Task 3
  CLOCK: [2012-03-13 Tue 09:34]--[2012-03-13 Tue 13:34] =>  4:00


[-- Attachment #3: debugtable2.org --]
[-- Type: application/octet-stream, Size: 485 bytes --]


* List of Stuff 						       :test:
** TODO Stuff 1
   SCHEDULED: <2012-03-13 Tue>
  CLOCK: [2012-03-13 Tue 12:50]--[2012-03-13 Tue 13:34] =>  0:44
** TODO Stuff 2
   SCHEDULED: <2012-03-13 Tue>
  CLOCK: [2012-03-13 Tue 13:30]--[2012-03-13 Tue 13:34] =>  0:04
** TODO Stuff 3
   SCHEDULED: <2012-03-13 Tue>
  CLOCK: [2012-03-13 Tue 08:55]--[2012-03-13 Tue 13:34] =>  4:39
** TODO Stuff 4
   SCHEDULED: <2012-03-13 Tue>
  CLOCK: [2012-03-13 Tue 08:55]--[2012-03-13 Tue 10:20] =>  1:25

[-- Attachment #4: minimal-org.el --]
[-- Type: application/octet-stream, Size: 871 bytes --]

;;; Minimal setup to load latest `org-mode'

;; activate debugging
(setq debug-on-error t
      debug-on-signal nil
      debug-on-quit nil)

;; add latest org-mode to load path
;;(add-to-list 'load-path (expand-file-name "/path/to/org-mode/lisp"))
;;(add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp"))

(global-set-key (kbd "<f12>") 'org-agenda)
(global-set-key "\C-ca" 'org-agenda)

;; Agenda-mode settings
(custom-set-variables
 '(org-agenda-files (quote ("~/org/debugtable.org" "~/org/debugtable2.org")))
)

(setq org-columns-default-format "%50ITEM(Task) %10Effort(Estimate){:} %10CLOCKSUM")
(setq org-agenda-overriding-columns-format "%50ITEM(Task) %10Effort(Estimate){:} %10CLOCKSUM")

(setq org-agenda-custom-commands
      '(("c" "Agenda and CDC tasks"
	 ((agenda "")
	  (tags-todo "test"))
	 )))

;; activate org
(require 'org-install)

                 reply	other threads:[~2012-03-13 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAEJbu0f+0DTd8O-FmCEFnZo0UJsQryPbz9Yd0LjJH-Sw2dY+3A@mail.gmail.com \
    --to=vincent.emanuele@gmail.com \
    --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).