emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Column View does not work properly during Agenda View
@ 2012-03-13 19:42 Vincent Emanuele
  0 siblings, 0 replies; only message in thread
From: Vincent Emanuele @ 2012-03-13 19:42 UTC (permalink / raw)
  To: emacs-orgmode


[-- 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-13 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 19:42 Column View does not work properly during Agenda View Vincent Emanuele

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).