From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renato Pontefice Subject: using Agenda org-agenda-files variable Date: Fri, 10 Jan 2014 12:21:19 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c339e6d786fa04ef9bec41 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1a9R-0005S5-St for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 06:21:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1a9Q-0002k7-E2 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 06:21:21 -0500 Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:33370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1a9Q-0002jv-70 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 06:21:20 -0500 Received: by mail-ob0-f179.google.com with SMTP id wm4so4677699obc.10 for ; Fri, 10 Jan 2014 03:21:19 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c339e6d786fa04ef9bec41 Content-Type: text/plain; charset=ISO-8859-1 Hi, following this tutorial "http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html" at this point: "A taste of advanced features"it's written to add this text, on my init.el file (I'm working on win). (setq org-agenda-files (list "~/org/work.org" "~/org/school.org" "~/org/home.org")) I've done it. Continuing the tutorial, I find some operation to do in my org file "Press *C-c a t* to enter the global todo list" I do that, but I receive in the *Org Agenda* buffer, the following text: _________________________________ Global list of TODO items of type: ALL Available with `N r': (0)[ALL] __________________________________ and nothing else. 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... What I've done wrong? Do someone can link me some page example? Or something similar where I can get help? TIA Renato ps I don' t find the file work, school and home .org, on the folder where my org file (1.org) are stored :-( ) --001a11c339e6d786fa04ef9bec41 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
at this point:

"A taste of advanced features= "

it's written to add this text, on my init.el file (I'm w= orking on win).
(setq org-agenda-files (list "~/org=
/work.org"
                             "~/org/scho=
ol.org"=20
                             "~/org/home.o=
rg"))

I've done it.

Continuing the tutor= ial, I find some operation to do in my org file "Press C-c a t = to enter the global todo list"
I do that, but I receive in the *Org Agenda* buffer, the following te= xt:
_________________________________
Global list of TODO items of ty= pe: ALL
Available with `N r': (0)[ALL]
__________________________= ________
and nothing else.
I have on my 1.or= g the following line:
*** configure
=A0=A0 SCHEDULED: <2014-01= -08 mer>

So, I'm expecting, that i could find at least = this TODO line on the Agenda. But nothing...

What I've done wrong?
Do someone can link me so= me page example? Or something similar where I can get help?
TIA
Renato

ps
I don' t find the file work,= school and home .org, on the folder where my org file (1.org) are stored :-( ) --001a11c339e6d786fa04ef9bec41-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Subject: Re: using Agenda org-agenda-files variable Date: Fri, 10 Jan 2014 12:30:48 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bIs-0000wJ-8Q for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:35:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1bIn-0007CG-SO for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:35:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:33560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bIn-00079x-L8 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:35:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W1bIl-0001zK-GD for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 13:35:03 +0100 Received: from dflt1w.psi.ch ([129.129.194.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 13:35:03 +0100 Received: from dfeich by dflt1w.psi.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 13:35:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Renato Pontefice gmail.com> writes: > Hi, > following this tutorial "http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html" > at this point:"A taste of advanced features"it's written to add this text, on my init.el file (I'm working on win).(setq org-agenda-files (list "~/org/work.org" > "~/org/school.org" > "~/org/home.org"))I've done it. > Continuing the tutorial, I find some operation to do in my org file "Press C-c a t to enter the global todo list" > I do that, but I receive in the *Org Agenda* buffer, the following text:_________________________________Global list of TODO items of type: ALLAvailable with `N r': (0)[ALL]__________________________________ > and nothing else. > 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... > What I've done wrong? Your todo item line must start with a TODO keyword, by default "TODO" (you can configure more states in org), so that it looks like this *** TODO configure Then it will be found in that search. Read http://orgmode.org/org.html#TODO-Items Cheers Derek > > Do someone can link me some page example? Or something similar where I can get help? > TIA > Renato > ps > I don' t find the file work, school and home .org, on the folder where my org file (1.org) are stored ) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: using Agenda org-agenda-files variable Date: Fri, 10 Jan 2014 13:45:14 +0100 Message-ID: <87vbxshup1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bT3-0006cf-3C for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1bSz-0001hJ-0r for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:45:41 -0500 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:57589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bSy-0001hC-Q1 for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 07:45:36 -0500 Received: by mail-ee0-f51.google.com with SMTP id b15so1911388eek.38 for ; Fri, 10 Jan 2014 04:45:35 -0800 (PST) In-Reply-To: (Renato Pontefice's message of "Fri, 10 Jan 2014 12:21:19 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Renato Pontefice Cc: emacs-orgmode@gnu.org 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