From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: columnview at startup Date: Fri, 2 Oct 2009 08:28:29 +0200 Message-ID: References: <1254401924.3362.20.camel@gravor> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtcMu-0002wN-Rx for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 03:15:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtcMo-0002s3-Jb for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 03:15:56 -0400 Received: from [199.232.76.173] (port=54002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtcMo-0002ry-Fk for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 03:15:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40520) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtcMo-0005Fj-2g for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 03:15:50 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtcMn-0002E4-Ht for emacs-orgmode@gnu.org; Fri, 02 Oct 2009 03:15:49 -0400 Received: by mail-ew0-f208.google.com with SMTP id 4so802928ewy.31 for ; Fri, 02 Oct 2009 00:15:49 -0700 (PDT) In-Reply-To: <1254401924.3362.20.camel@gravor> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Philipp Schaefer Cc: emacs-orgmode@gnu.org 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 =20 > 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 =20= > 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=E4fer > > > > _______________________________________________ > 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