From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: BUG? starting org-agenda-list from .emacs
Date: Sun, 20 Jan 2008 13:11:57 -0500 [thread overview]
Message-ID: <87ejccl636.fsf@gollum.intra.norang.ca> (raw)
Carsten,
I live in the agenda view. I'm always wanting to look at that as the
first thing I do when I start Emacs.
If I add (org-agenda-list) as the last thing in my .emacs I get an error
when I try to switch to day view the very first time. Am I missing some
other setup or is this a bug?
If I don't call org-agenda-list from .emacs and display the agenda
normally via C-a a a then d it works fine every time so I think some
initial setup is missing when going straight to org-agenda-list at
startup.
Here's the error I get:
,----
| org-agenda-check-type: Not allowed in nil-type agenda buffers
`----
The second time I hit 'd' it works fine.
,----
| Rebuilding agenda buffer...done
| Switched to day view
`----
,----[ minimal.emacs ]
| (setq inhibit-splash-screen t)
| (global-font-lock-mode t)
| (add-to-list 'load-path (expand-file-name "~/git/org-mode"))
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| (require 'org-install)
| (define-key global-map "\C-ca" 'org-agenda)
| (custom-set-variables
| '(org-agenda-files (quote ("~/org/test.org"))))
| (setq org-use-fast-todo-selection t)
|
| (org-agenda-list)
`----
,----[ test.org ]
| * one |
| SCHEDULED: <2008-01-20 Sun> |
| * two |
| SCHEDULED: <2008-01-19 Sat> |
| * three |
| SCHEDULED: <2008-01-17 Thu> |
| *** TODO One Two Three |
`----
| Key Sequence | Notes |
|--------------+----------------|
| d | Go to day view |
|--------------+----------------|
You know I can't live without org-mode anymore... My desk is clean and
my notes are all in org-mode :)
Thanks again!
Bernt
next reply other threads:[~2008-01-20 18:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-20 18:11 Bernt Hansen [this message]
2008-01-21 7:20 ` BUG? starting org-agenda-list from .emacs Carsten Dominik
2008-01-21 14:28 ` Bernt Hansen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ejccl636.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.