emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Memnon Anon <gegendosenfleisch@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: columnview and emacsclient (again)
Date: Mon, 12 Oct 2009 22:12:26 +0000 (UTC)	[thread overview]
Message-ID: <87zl7wi7nj.fsf@mean.albasani.net> (raw)

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

             reply	other threads:[~2009-10-12 22:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-12 22:12 Memnon Anon [this message]
2009-10-12 23:39 ` columnview and emacsclient (again) David Bremner
2009-10-13  0:16   ` Memnon Anon

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=87zl7wi7nj.fsf@mean.albasani.net \
    --to=gegendosenfleisch@googlemail.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).