* Avoid canceling of events which do have multiple time-stamps
@ 2014-11-07 10:43 Karl Voit
2014-11-07 22:31 ` Jorge A. Alfaro-Murillo
0 siblings, 1 reply; 2+ messages in thread
From: Karl Voit @ 2014-11-07 10:43 UTC (permalink / raw)
To: emacs-orgmode
Hi!
Sometimes, I use single events and use
"org-clone-subtree-with-time-shift" to create clones for multiple
occurrences. (method A)
: ** <2014-08-30 Sat 15:00-17:00> Volleyball
:
: Do some sport.
For other events, I do have one single "* Volleyball" heading and
multiple time-stamps for each occurrence in its body. (method B)
:
: ** Volleyball
:
: - <2014-08-30 Sat 15:00-17:00>
: - <2014-09-06 Sat 15:00-17:00>
: - <2014-09-13 Sat 15:00-17:00>
Unfortunately in the agenda view, both entries are visualized the same
way. This is causing issues in certain cases.
For example, when I see an event on my agenda and I know that I don't
have time for it, I usually cancel the event right away in my agenda.
However, when this time-stamp occured only in the body of a heading
(method B), cancelling does cancel *all* occurrences. For example when
I cancel "Volleyball" on the agenda of 2014-09-06, I'd cancel also
2014-08-30 (in the past) and 2014-09-13 (in the future).
And much worse: I do not notice my error.
There is a certain issue with this: how to determine whether or not a
time-stamp is the only one or if it is mentioned in the heading
itself.
Is there a clever way to differ the two methods so that we are able to
come up with different visualizations?
What are your thoughts on this issue?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Avoid canceling of events which do have multiple time-stamps
2014-11-07 10:43 Avoid canceling of events which do have multiple time-stamps Karl Voit
@ 2014-11-07 22:31 ` Jorge A. Alfaro-Murillo
0 siblings, 0 replies; 2+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2014-11-07 22:31 UTC (permalink / raw)
To: emacs-orgmode
Hi, Karl.
Karl Voit writes:
> For other events, I do have one single "* Volleyball" heading
> and multiple time-stamps for each occurrence in its body.
> (method B)
>
> Unfortunately in the agenda view, both entries are visualized
> the same way. This is causing issues in certain cases.
>
> For example, when I see an event on my agenda and I know that I
> don't have time for it, I usually cancel the event right away in
> my agenda.
>
> However, when this time-stamp occured only in the body of a
> heading (method B), cancelling does cancel *all* occurrences.
> For example when I cancel "Volleyball" on the agenda of
> 2014-09-06, I'd cancel also 2014-08-30 (in the past) and
> 2014-09-13 (in the future).
>
> And much worse: I do not notice my error.
>
> There is a certain issue with this: how to determine whether or
> not a time-stamp is the only one or if it is mentioned in the
> heading itself.
I use several time stamps as well, but I use
org-agenda-follow-mode by default (see the variable
`org-agenda-start-with-follow-mode') so I can see the entry with
its multiple entries before archiving or killing it.
> Is there a clever way to differ the two methods so that we are
> able to come up with different visualizations?
In the case of something like Volleyball, perhaps you might want
to look at habits: (info "(org) Tracking your habits")
Another option is to create subheadlines for each activity, and
avoid multiple timestamps.
Best,
--
Jorge.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-07 22:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 10:43 Avoid canceling of events which do have multiple time-stamps Karl Voit
2014-11-07 22:31 ` Jorge A. Alfaro-Murillo
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).