From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: Agenda add item, move point Date: Wed, 04 Feb 2015 15:23:14 -0500 Message-ID: <87mw4ta0jx.fsf@gmail.com> References: <878ugddevh.fsf@gmail.com> <87siely364.fsf@ucl.ac.uk> <87egq5bkhm.fsf@gmail.com> <87iofhv57h.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ6To-0007zN-Rl for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 15:23:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ6Tl-0006ZI-Eq for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 15:23:20 -0500 Received: from mail-yk0-x232.google.com ([2607:f8b0:4002:c07::232]:55329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ6Tl-0006ZB-BZ for emacs-orgmode@gnu.org; Wed, 04 Feb 2015 15:23:17 -0500 Received: by mail-yk0-f178.google.com with SMTP id q200so1580977ykb.9 for ; Wed, 04 Feb 2015 12:23:17 -0800 (PST) In-Reply-To: <87iofhv57h.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 4 Feb 2015 19:37:06 +0000") 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: Eric S Fraga Cc: orgmode list Fragment from my agenda.org; basically, it's almost completely just what is automatically created when you tell agenda to use an org file. It should be similar to what you have; yes, hitting tab or enter takes me to entries just fine. --8<---------------cut here---------------start------------->8--- * 2015 ** 2015-02 February *** 2015-02-01 Sunday **** DONE Give John ride to church <2015-02-01 Sun 09:30> --8<---------------cut here---------------end--------------->8--- My problem is just trying to find my new entry (e.g. "Give John ride to church") in the actual agenda view after creating the item; rather than going there by default when I create the item, I have to i-search my point to it. Eric S Fraga writes: > On Wednesday, 4 Feb 2015 at 13:27, Tory S. Anderson wrote: >> Yes. I use the following (possibly relevant) code definition, which sets my diary to agenda.org. >> >> (setq org-agenda-include-diary nil) >> ;; org-agenda >> (setq org-agenda-diary-file "~/emacs/agenda.org" >> org-special-ctrl-o nil >> org-agenda-span 'day) > > Ah, yes, sorry. You said this in another response. > > Maybe post a snippet from your agenda.org file? > > In my case, my diary file is in date-tree format and the entries are > inserted in the current day's section. More to the point, the entries > appear in my agenda and all I have to do is RET or TAB to go to the > entry in the diary file.