From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Memnon Anon <gegendosenfleisch@googlemail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: repeater not working?
Date: Sun, 02 Sep 2012 08:47:43 +0200 [thread overview]
Message-ID: <m2y5ksudio.fsf@polytechnique.org> (raw)
In-Reply-To: <87mx19bmrt.fsf@mean.albasani.net> (Memnon Anon's message of "Sat, 1 Sep 2012 19:08:14 +0000 (UTC)")
Memnon Anon <gegendosenfleisch@googlemail.com> writes:
> http://doc.norang.ca/org-mode.html#ChecklistHandling describes a similar
> case.
Ah, interesting. I'll give it a try.
> For minor (less than 5 minutes) subtasks like "Create folder, move mail
> there", I would not want that to show up in my agenda, but only the
> "real" task at hand: Archive Mail.
>
> #+BEGIN_SRC org
>
> * TODO Archive Mail [0/2]
> SCHEDULED: <2012-09-01 Sat +1m>
> :PROPERTIES:
> RESET_CHECK_BOXES: t
> :END:
>
> - [ ] Read and archive all mail (orgmode, Sent)
> - [ ] Create monthly folder and move mail there
>
> #+END_SRC
I tried it and it works great (small typo: there should be a colon at the
beginning of "RESET_CHECK_BOXES"; I see that some colons are missing
also on the above site).
By the way, what is the canonical way to install contribs? The
doc.norang.ca site says to simply add a "load_path" to the source
directory of org-mode, but maybe there is another way.
>>As you can see, subtasks are done, and I have set a repeater for the
>>scheduling for one month. If I go on the first line and close the entry,
>>I get the following:
>>
>>*** DONE Archive Mail [2/2]
>> CLOSED: [2012-09-01 Sat 15:13] SCHEDULED: <2012-09-01 Sat +1m>
>
> The entry should go back to TODO and SCHEDULED: <2012-10-01 Mon +1m>
> ...
This is also what I was expecting.
> What is your org-todo-keywords sequence?
Stolen from Bastien ;-)
#+BEGIN_SRC elisp
(setq org-todo-keywords
'((sequence "NEXT(/)" "TODO(t)" "STRT(s)" "WAIT(w@)")
(sequence "|" "DONE(d)" "DELEGATED(D@)" "CANCELED(c@)")))
#+END_SRC
> Did you set org-todo-repeat-to-state? (Should not be necessary...)
No, it's nil.
Thanks,
Alan
next prev parent reply other threads:[~2012-09-02 6:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-01 13:14 repeater not working? Alan Schmitt
2012-09-01 19:08 ` Memnon Anon
2012-09-02 6:47 ` Alan Schmitt [this message]
2012-09-02 8:39 ` Bastien
2012-09-02 13:33 ` Alan Schmitt
2012-09-02 20:58 ` Bastien
2012-09-03 15:20 ` Memnon Anon
2012-09-05 13:54 ` Alan Schmitt
2012-09-05 16:09 ` Sebastien Vauban
2012-09-06 8:28 ` Alan Schmitt
2012-09-06 15:11 ` Achim Gratz
2012-09-18 9:44 ` Bastien
2012-09-03 15:20 ` Memnon Anon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2y5ksudio.fsf@polytechnique.org \
--to=alan.schmitt@polytechnique.org \
--cc=emacs-orgmode@gnu.org \
--cc=gegendosenfleisch@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).