emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* columnview and emacsclient (again)
@ 2009-10-12 22:12 Memnon Anon
  2009-10-12 23:39 ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Memnon Anon @ 2009-10-12 22:12 UTC (permalink / raw)
  To: emacs-orgmode

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:
===============================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-13  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-12 22:12 columnview and emacsclient (again) Memnon Anon
2009-10-12 23:39 ` David Bremner
2009-10-13  0:16   ` Memnon Anon

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