emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug (?): Columnview in emacsclient broken?
@ 2009-09-15 16:35 Memnon Anon
  2009-09-15 17:51 ` Sebastian Rose
  2009-09-16 10:22 ` Maurice Boucher
  0 siblings, 2 replies; 4+ messages in thread
From: Memnon Anon @ 2009-09-15 16:35 UTC (permalink / raw)
  To: emacs-orgmode

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 "\\<Memnon Anon\\>"
 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"))
 )

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

* Re: Bug (?): Columnview in emacsclient broken?
  2009-09-15 16:35 Bug (?): Columnview in emacsclient broken? Memnon Anon
@ 2009-09-15 17:51 ` Sebastian Rose
  2009-09-15 19:35   ` Memnon Anon
  2009-09-16 10:22 ` Maurice Boucher
  1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Rose @ 2009-09-15 17:51 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode

Memnon Anon <gegendosenfleisch@googlemail.com> writes:
> 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:

Guess you use the CVS version of Emacs?
There was a complaint about a problem with matching parentheses in an
emacsclient X11 session on emacs-devel today.

I don't see any of those problems - I use the official Emacs-23 release
currently. So the problem might be related.


Best wishes

  Sebastian

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

* Re: Bug (?): Columnview in emacsclient broken?
  2009-09-15 17:51 ` Sebastian Rose
@ 2009-09-15 19:35   ` Memnon Anon
  0 siblings, 0 replies; 4+ messages in thread
From: Memnon Anon @ 2009-09-15 19:35 UTC (permalink / raw)
  To: emacs-orgmode

Sebastian Rose <sebastian_rose@gmx.de> writes:
> I don't see any of those problems - I use the official Emacs-23 release
> currently. So the problem might be related.

Okay, it seems to be some part of my setup.
Starting with emacs -q or -Q, the client behaves correctly.

I already went through my .emacs, enabling bit by bit and checking again
and again, no idea so far what is triggering this :(.
I will keep on searching...

Sorry for the noise and thanks for your confirmation.

memnon

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

* Re: Bug (?): Columnview in emacsclient broken?
  2009-09-15 16:35 Bug (?): Columnview in emacsclient broken? Memnon Anon
  2009-09-15 17:51 ` Sebastian Rose
@ 2009-09-16 10:22 ` Maurice Boucher
  1 sibling, 0 replies; 4+ messages in thread
From: Maurice Boucher @ 2009-09-16 10:22 UTC (permalink / raw)
  To: emacs-orgmode

Hello org-moders,

Memnon Anon <gegendosenfleisch@googlemail.com> disait le 15/09/2009 que :

> 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?

I have the same problem in emacsclient (X) after I started a server in
Screen session (emacs -nw), but columns view works fine with emacsclient
in console (-t option) and with emacs alone in X.

I read the thread reported above in your post, and I decided to start an
emacs server like daemon (emacs --daemon) and now columns in emacslient
under X are Ok. I have no explanation.

emacs 23.1.50.1 modified by Debian
org-mode 6.30trans

Maurice
  

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15 16:35 Bug (?): Columnview in emacsclient broken? Memnon Anon
2009-09-15 17:51 ` Sebastian Rose
2009-09-15 19:35   ` Memnon Anon
2009-09-16 10:22 ` Maurice Boucher

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