[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Adding an item to the agenda from the agenda view
From: |
Eric Abrahamsen |
Subject: |
Re: [O] Adding an item to the agenda from the agenda view |
Date: |
Tue, 06 Mar 2018 15:06:34 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Shérab <address@hidden> writes:
> Dear all,
[...]
> When I want to schedule a dinner with John, what I currently do is:
>
> 1. C-c a a
>
> 2. Look for a date
>
> 3. (say I find that April 1st isalright)
>
> 4. quit the agenda view
>
> 5. Visit the buffer corresponding to ~/gtd/agenda.org
>
> 6. Go to the end of that buffer with M->
>
> 7. Add a heading like
> * Dinner with John
>
> 8. Use C-c . to add the date, 1 apr <ret>
Yup, it's "k" in the Agenda that you want. First, set up your
org-capture templates appropriately. I've got one for exactly this
purpose that looks like:
("e" "Event" entry (file "~/org/schedule.org")
"* %?\n%^T")
Any capture template that has one of the "t/T" expansion elements will
default to the date under point in the Agenda. So after step 3 above,
hit "k", choose this template, and it will help you fill in the correct
information. "C-c C-c", and you're done. You actually never have to look
at the agenda.org file.
Eric
- [O] Adding an item to the agenda from the agenda view, Shérab, 2018/03/04
- Re: [O] Adding an item to the agenda from the agenda view, Eric S Fraga, 2018/03/05
- Re: [O] Adding an item to the agenda from the agenda view, Neil Jerram, 2018/03/05
- Re: [O] Adding an item to the agenda from the agenda view, Eric S Fraga, 2018/03/05
- Re: [O] Adding an item to the agenda from the agenda view, Eduardo Mercovich, 2018/03/05
- Re: [O] Adding an item to the agenda from the agenda view, Shérab, 2018/03/06
- Re: [O] Adding an item to the agenda from the agenda view,
Eric Abrahamsen <=
- Re: [O] Adding an item to the agenda from the agenda view, Eric S Fraga, 2018/03/07
- Re: [O] Adding an item to the agenda from the agenda view, Shérab, 2018/03/09
- Re: [O] Adding an item to the agenda from the agenda view, Nick Dokos, 2018/03/09
- Re: [O] Adding an item to the agenda from the agenda view, Shérab, 2018/03/09
- Re: [O] Adding an item to the agenda from the agenda view, Manuel Hermenegildo, 2018/03/07