From: "Sven Bretfeld" <sven.bretfeld@gmx.ch>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Final Question: Usage
Date: 29 Apr 2010 10:43:37 +0200 [thread overview]
Message-ID: <87aasmk5s6.fsf@gmx.ch> (raw)
In-Reply-To: <v2q9cf5ced21004281057n3612c4d7rd2b5dfd911b0a775@mail.gmail.com> (David Frascone's message of "Wed, 28 Apr 2010 11:57:51 -0600")
David Frascone <dave@frascone.com> writes:
> Organization: I'm using one monolithic file now. And, agenda mode
> doesn't know about it till I add it. Should I be using agenda mode to
> track todos? (This goes with my calendar questions a bit in the other
> mail). If I do use agenda mode, how do I add multiple files?
You can define a variable for this.
--8<---------------cut here---------------start------------->8---
(defvar org-gtd-file "~/aktuell/mygtd.org")
(defvar org-gtd-other-files)
(setq org-gtd-file "~/aktuell/mygtd.org")
(setf org-gtd-other-files (list "~/aktuell/notes.org"))
(setf org-agenda-files (cons org-gtd-file org-gtd-other-files))
--8<---------------cut here---------------end--------------->8---
The fourth line can contain as many files as you want to be evaluated by
the agenda-view, separated by space.
> How do I work with multiple files? Is there an easy way to jump back
> and forth from them, if I start making one file for Bugs, one for
> Escalations, one for projects, one for notes, etc?
You can use bookmarks, buffer-cycling, links or just define keys to find
the files.
Greetings,
Sven
next prev parent reply other threads:[~2010-04-29 8:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 17:57 Final Question: Usage David Frascone
2010-04-28 20:01 ` Nathan Neff
2010-04-28 21:31 ` Bernt Hansen
2010-04-29 8:43 ` Sven Bretfeld [this message]
2010-04-29 21:23 ` Stephan Schmitt
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=87aasmk5s6.fsf@gmx.ch \
--to=sven.bretfeld@gmx.ch \
--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 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).