From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Bug (?): Columnview in emacsclient broken? Date: Tue, 15 Sep 2009 16:35:20 +0000 (UTC) Message-ID: <87fxao2mkm.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mnb0S-0006H7-IC for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 12:35:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnb0N-0006Eo-O0 for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 12:35:52 -0400 Received: from [199.232.76.173] (port=52560 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnb0N-0006Ec-If for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 12:35:47 -0400 Received: from lo.gmane.org ([80.91.229.12]:53368) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mnb0N-0004b0-1d for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 12:35:47 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mnb0K-00072N-6j for emacs-orgmode@gnu.org; Tue, 15 Sep 2009 18:35:44 +0200 Received: from e178206038.adsl.alicedsl.de ([85.178.206.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Sep 2009 18:35:44 +0200 Received: from gegendosenfleisch by e178206038.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Sep 2009 18:35:44 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ein Bild sagt mehr als tausend Worte ;) ------------------------------------------------------------------------ Hi! I am having trouble using column view in an emacsclient (X11) session. Here are screenshots of what happens: The outline: http://www.box.net/shared/lamexveohc The outline when Columnview is active: http://www.box.net/shared/33rbasmk25 [View with browser, wget does not work :(] I searched the list archive, but the only reported problem afaics that might be related is in this thread: http://thread.gmane.org/gmane.emacs.orgmode/9661/focus=9699 There seems to be nothing in my setup causing this behaviour ... I append the sample outline for a quick test, does anyone else see this problem? P.S.: org-submit-bug-report is nice, thanks for this ;) #+COLUMNS: %35ITEM %4TODO %19SCHEDULED %10TAGS %5ESTIMATE{:} %5CLOCKSUM * Sample File :PROPERTIES: :ESTIMATE: 02:10 :END: ** Heading 1 :PROPERTIES: :ESTIMATE: 0:10 :END: ** Heading 2 :PROPERTIES: :ESTIMATE: 01:00 :END: *** Sub 1 :PROPERTIES: :ESTIMATE: 01:00 :END: Emacs : GNU Emacs 23.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2009-08-03 on raven, modified by Debian Package: Org-mode version 6.30e current state: ============== (setq org-log-done 'time org-clock-in-switch-to-state "STARTED" org-agenda-files '("~/life/organizer.org") org-after-todo-state-change-hook '(org-clock-out-if-current) org-clock-history-length 35 org-deadline-warning-days 3 org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-finalize-agenda-hook '(my-org-agenda-to-appt) org-confirm-shell-link-function 'yes-or-no-p org-clock-persist t org-agenda-include-all-todo t org-todo-keywords '("TODO(t)" "STARTED(s!)" "WAITING(w@/!)" "APPT(a)" "|" "DONE(d!)" "CANCELLED(c@/!)") org-agenda-before-write-hook '(org-agenda-add-entry-text) org-default-notes-file "~/life//organizer.org" org-directory "~/life/" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-mode-hook '((lambda nil (make-variable-buffer-local (quote yas/trigger-key)) (setq yas/trigger-key [tab]) (define-key yas/keymap [tab] (quote yas/next-field-group)) (flyspell-mode 1)) org-clock-load #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] ) org-confirm-elisp-link-function 'yes-or-no-p org-log-into-drawer "LOGBOOK" org-agenda-mode-hook '((lambda nil (hl-line-mode 1))) org-agenda-start-on-weekday nil org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp "\\" org-agenda-log-mode-items '(clock) org-remember-templates '(("" 116 "* TODO %?\n %U\n %i\n %a" "~/life/organizer.org" "Inbox") ("" 97 "* APPT: %?\n%^T\n %U\n %i\n %a" "~/life/organizer.org" "Inbox")) )