emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] columnview at startup


From: Carsten Dominik
Subject: Re: [Orgmode] columnview at startup
Date: Fri, 2 Oct 2009 08:28:29 +0200


On Oct 1, 2009, at 2:58 PM, Philipp Schaefer wrote:

Hello,

I'm wondering whether it is possible to have an orgfile be viewed in
column view when it is loaded into an emacs buffer. I've looked through
the options of #+startup but couldn't find anything.

No, there is no such option, and I would not recommend it.

Why don't you assign this to a function key:

(defun my-start-file-wide-coumn-view ()
   (interactive)
   (goto-char (point-min))
   (org-columns))


Another thing is, that for my files in which I use column view, when the
buffer is in column view, the names of scheduled headlines in that
buffer disappear in the agenda buffer (weekly view), but reapear, once
the buffer has been switched to normal view again (each time I have to
reload the agenda buffer of course, to see the change). I suppose that
is a bug?

I cannot reproduce this.

- Carsten


Best Regards,

Philipp Schäfer



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]