Hi! I still see this problem with emacsclient and columnview (cf. http://article.gmane.org/gmane.emacs.orgmode/17568/match= , especially the links to the pictures).
I cut down my .emacs to a minimum, could someone please again test it with emacs 23? 0.) change path-to-org-directory to your setup. 1.) Start emacs in server-mode with this .emacs. 2.) Start emacsclient in X, open test.org in emacsclient. 3.) Columnmode should work. 4.) Uncomment one of the commented lines, save .emacs. 5.) Restart Emacs, start emacsclient session in X 6.) Columnmode fails in the emacsclient session. (Setup still works in a non emacsclient session) Problem here in: Emacs 23.1.1 (debian testing) and Emacs 23.1.50 (debian-snapshot) Thanks ;) =========== .emacs (setq load-path (cons "~/elisp/org-6.31a/lisp" load-path)) ; change! (setq load-path (cons "~/elisp/org-6.31a/contrib/lisp" load-path)) ; change! (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (global-font-lock-mode 1) (add-hook 'org-mode-hook 'turn-on-font-lock) (setq org-log-into-drawer "LOGBOOK") (setq org-clock-persist t) ;(org-clock-persistence-insinuate) ;;;!!!! Breaks columnview ;;;;;;;;;;;;;;;; Settings remember ;(org-remember-insinuate) ;;;!!!! Breaks columnview (setq org-directory "~/orgdirectory/") (setq org-default-notes-file (concat org-directory "/organizer.org")) (define-key global-map "\C-cr" 'org-remember) (server-mode) =================================== ============= test.org ================== #+PROPERTY: COOKIE_DATA ESTIMATE_ALL 0 0:05 0:10 0:20 0:30 1:00 2:00 3:00 #+COLUMNS: %35ITEM %4TODO %19SCHEDULED %10TAGS %5ESTIMATE{:} %5CLOCKSUM * Example :PROPERTIES: :CATEGORY: example :END: ** TODO [#B] Fix org columns for emacs client :PROPERTIES: :ESTIMATE: 2:00 :END: =============================================== _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode