From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: problem with agenda view? Date: Thu, 20 Jun 2013 00:43:54 -0400 Message-ID: <87txktz911.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpWjA-0000jH-NW for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 00:44:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpWj9-0002sd-Db for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 00:44:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:37018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpWj9-0002sG-79 for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 00:44:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UpWj7-0003wg-A3 for emacs-orgmode@gnu.org; Thu, 20 Jun 2013 06:44:05 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jun 2013 06:44:05 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jun 2013 06:44:05 +0200 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 kevinbanjo writes: > i create this little org file:https://pastebin.sabayon.org/pastie/12827 > You should have pasted the file into your mail: quicker for you, quicker for us. > and I try and do an agenda view showing todos, or showing one of the > tags, and all I get is this: > > Global list of TODO items of type: ALL > Available with `N r': (0)[ALL] > > What's wrong? The agenda is constructed from the files in org-agenda-files: you have to add the file to it. There are a few ways to do that, so you want to read the doc string of the variable: C-h v org-agenda-files RET -- Nick