* notes in the agenda
@ 2012-04-29 10:03 Richard Riley
2012-04-29 10:24 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Richard Riley @ 2012-04-29 10:03 UTC (permalink / raw)
To: emacs-orgmode
Hi folks.
I have a "journal template" which puts an active timestamp in journal
entries so they appear in the default agenda.
However the default note taking C-c C-z does this too. This is fine
per-se but this means the note too appears in the agenda as shown here
from the following org excerpt:
,----
| *** 2012-04-29 Sunday
| **** STARTED need to check Mike spoke with vodafone for 3g stick cancellation.
| SCHEDULED: <2012-04-30 Mon>
| :LOGBOOK:
| - Note taken on <2012-04-29 Sun 11:32> \\
| Mike promised to call them night of the 28th April
| :END:
| :PROPERTIES:
| :DateCreated: <2012-04-29 Sun 11:30>
| :END:
`----
Agenda:
,----
| Sunday 29 April 2012
| 8:00...... ----------------
| 10:00...... ----------------
| Journal: 11:30...... STARTED need to check Mike spoke with vodafone for 3g stick cancellation.
| Journal: 11:32...... STARTED need to check Mike spoke with vodafone for 3g stick cancellation.
| 12:00...... now - - - - - - - - - - - - - - - - - - - - - - - - -
`----
Agenda bitmap:
http://i.imgur.com/1j6dd.png
Now, whats the easist way to either (a, preferably) have the second agenda item display
the *note* rather than the org item title or (b, prefer not) remove it
all together?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: notes in the agenda
2012-04-29 10:03 notes in the agenda Richard Riley
@ 2012-04-29 10:24 ` Bastien
2012-04-29 11:08 ` Richard Riley
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2012-04-29 10:24 UTC (permalink / raw)
To: emacs-orgmode
Hi Richard,
Richard Riley <rileyrg@gmail.com> writes:
> Now, whats the easist way to either (a, preferably) have the second agenda item display
> the *note* rather than the org item title
There is no way to do this right now.
> or (b, prefer not) remove it all together?
I'd simply remove the timestamp from `org-log-note-headings', but I
guess you don't want that.
Cheers,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: notes in the agenda
2012-04-29 10:24 ` Bastien
@ 2012-04-29 11:08 ` Richard Riley
0 siblings, 0 replies; 3+ messages in thread
From: Richard Riley @ 2012-04-29 11:08 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bzg@gnu.org> writes:
> Hi Richard,
>
> Richard Riley <rileyrg@gmail.com> writes:
>
>> Now, whats the easist way to either (a, preferably) have the second agenda item display
>> the *note* rather than the org item title
>
> There is no way to do this right now.
>
>> or (b, prefer not) remove it all together?
>
> I'd simply remove the timestamp from `org-log-note-headings', but I
> guess you don't want that.
>
> Cheers,
Thanks! While displaying the note (or start of the note...) itself in
the agenda would be best (since notes are agenda/journal items in
themselves), just replacing the %T with %t in the template for now
avoids the duplicate agenda item.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-29 11:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 10:03 notes in the agenda Richard Riley
2012-04-29 10:24 ` Bastien
2012-04-29 11:08 ` Richard Riley
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.