emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Using org-agenda opens all my .org files.
@ 2010-04-14 20:37 Rich Wellum
  2010-04-14 23:59 ` Matt Lundin
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Wellum @ 2010-04-14 20:37 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi,

Another impressed newbie here.

When I run org-agenda to look at all my TODO's - every single .org file is
opened into buffers. Is this simply the way it works or is my setup
incorrect? It's a pain to have to kill all those buffers each time.

Setup is:

;; Org-mode settings
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(setq org-log-done t)
(setq org-return-follows-link t)
(setq org-agenda-files (file-expand-wildcards "~/org/*.org"))

;remember
(require 'remember)

;(org-remember-insinuate)
(setq org-directory "~/org/")
(setq org-default-notes-file (concat org-directory "/notes.org"))
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(define-key global-map "\C-cr" 'org-remember)

Thanks,

||Rich Wellum

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

end of thread, other threads:[~2010-04-15  1:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-14 20:37 Using org-agenda opens all my .org files Rich Wellum
2010-04-14 23:59 ` Matt Lundin
2010-04-15  2:00   ` Rich Wellum

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