Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
I actually rarely visit the diary file; I do everything from the agenda view. In the rare cases I do need to visit the agenda file, I just switch buffers like usual (`C-x b RET`). John Kitchin writes: > How do you go back to the agenda from the diary file? > > Tory S. Anderson writes: > >> Fr

Re: [O] Agenda add item, move point

2015-02-04 Thread Eric S Fraga
On Wednesday, 4 Feb 2015 at 15:23, Tory S. Anderson wrote: [...] > 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 i

Re: [O] Agenda add item, move point

2015-02-04 Thread John Kitchin
How do you go back to the agenda from the diary file? Tory S. Anderson writes: > 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

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
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

Re: [O] Agenda add item, move point

2015-02-04 Thread Eric S Fraga
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 ni

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
Yes. I use the following (possibly relevant) code definition, which sets my diary to agenda.org. --8<---cut here---start->8--- (setq org-agenda-include-diary nil) ;; org-agenda (setq org-agenda-diary-file "~/emacs/agenda.org" org-special-ctrl-o nil

Re: [O] Agenda add item, move point

2015-02-04 Thread e.fraga
Have you defined org-agenda-diary-file? -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd8.dirty

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
Your point is on the created entry? When I do `i d` the entry is created somewhere down in the midst of my big list, and I have to use C-s to search for it and then I add things (such as with `t` for todo, `C-d` for deadline, `>` for additional time details). The trouble is finding it in the lis

Re: [O] Agenda add item, move point

2015-02-04 Thread John Kitchin
This sounds interesting, but I don't understand what you are trying to do. In my agenda, when I press `i d` i get a new diary entry, and the point is on that entry. But it is a diary entry with no todo, and no new org entry. Do you do something else for that? Tory S. Anderson writes: > I plan ou

[O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
I plan out my days in the agenda using `i d` (org-agenda-diary-entry). I then move to the newly added entry to edit todo status, the hour of the item, deadlines, tags, and schedules. This would be tremendously facilitated if point automatically moved to the newly created item, rather than my hav