emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alexander Baier <lexi.baier@gmail.com>
To: Renato Pontefice <renato.pontefice@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: using Agenda org-agenda-files variable
Date: Fri, 10 Jan 2014 13:45:14 +0100	[thread overview]
Message-ID: <87vbxshup1.fsf@gmail.com> (raw)
In-Reply-To: <CAF83ECBnNqfk2auhNWR7g5RK7LysKJjEBVzmkE6D41GhaWq5hA@mail.gmail.com> (Renato Pontefice's message of "Fri, 10 Jan 2014 12:21:19 +0100")

On 2014-01-10 12:21 Renato Pontefice wrote:

[...]

> (setq org-agenda-files (list "~/org/work.org"
>                              "~/org/school.org"
>                              "~/org/home.org"))

[...]

> I have on my 1.org the following line:
> *** configure
>    SCHEDULED: <2014-01-08 mer>
>
> So, I'm expecting, that i could find at least this TODO line on the Agenda.
> But nothing...

[...]

I did not take a look at the tutorial you mentioned, but I would guess
that the file list ("~/org/work.org" "~/org/school.org" ...) was only
given as an example.

If you want entries from your 1.org file to show up in the agenda, you
have to add that file to `org-agenda-files'. Org mode will go through
all the files in that list and buid the agenda from the entries it finds
in those.

So your setq should look like this:

#+begin_src elisp
  (setq org-agenda-files (list "~/org/1.org"))
#+end_src

This assumes, that your 1.org is located under ~/org.

HTH,
-- 
 Alexander Baier

      parent reply	other threads:[~2014-01-10 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10 11:21 using Agenda org-agenda-files variable Renato Pontefice
2014-01-10 12:30 ` Derek
2014-01-10 12:45 ` Alexander Baier [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=87vbxshup1.fsf@gmail.com \
    --to=lexi.baier@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=renato.pontefice@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).