emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Philipp Schaefer <philipp.schaefer@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: columnview at startup
Date: Fri, 2 Oct 2009 08:28:29 +0200	[thread overview]
Message-ID: <B817BD75-034A-4DD8-BAA9-4C623332F378@gmail.com> (raw)
In-Reply-To: <1254401924.3362.20.camel@gravor>


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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2009-10-02  7:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-01 12:58 columnview at startup Philipp Schaefer
2009-10-02  6:28 ` Carsten Dominik [this message]

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=B817BD75-034A-4DD8-BAA9-4C623332F378@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=philipp.schaefer@gmail.com \
    /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).