emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo)
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode Habit with Varying Description
Date: Mon, 20 Oct 2014 12:02:04 -0400	[thread overview]
Message-ID: <87egu2d91f.fsf@yale.edu> (raw)
In-Reply-To: CAMaREXYajGgfuX69Z44+NzLW7tBi6PAMdRHTjobqBcndR8My=Q@mail.gmail.com

Daya Atapattu writes:

> Is there a way to create a habit that picks-up the description 
> from a list? 
> 
> I like to schedule studying a book: It would be scheduled as 
> "Read pages 100-125." Then the next day it should read "Read 
> pages 126-150."  The description of the habit varies; org-mode 
> picks that up sequentially from a list. 

Maybe you want to take a look at TODO dependencies (info "(org) 
TODO dependencies") set `org-enforce-todo-dependencies' to t, and 
do something like

#+BEGIN_EXAMPLE
  * TODO Read book
  :PROPERTIES:
  :ORDERED:  t
  :END:
  ** TODO Pages 1-150
  ** TODO Pages 151-300
   
#+END_EXAMPLE

Then when closing one of the sub headlines, schedule the next one.

Best,
-- 
Jorge.

  parent reply	other threads:[~2014-10-20 16:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20 14:33 Org-mode Habit with Varying Description Daya Atapattu
2014-10-20 14:52 ` Bastien
2014-10-20 15:46   ` Daya Atapattu
2014-10-20 16:02 ` Jorge A. Alfaro-Murillo [this message]
2014-10-20 17:37 ` Pete Ley
2014-10-21  0:34   ` Eric Abrahamsen
2014-10-21 12:21     ` Samuel Loury
2014-10-21 16:29       ` Eric Abrahamsen
2014-10-24  3:42         ` Pete Ley
2014-10-26 15:51           ` Eric Abrahamsen
2014-10-28 13:28             ` Nicolas Goaziou
2014-10-28 13:41               ` Eric Abrahamsen
2014-10-28 15:01               ` Eric Abrahamsen
2014-10-28 16:22                 ` Nicolas Goaziou
2014-10-28 16:38                   ` Eric Abrahamsen
2014-10-29 20:48                     ` Nicolas Goaziou
2014-10-20 19:13 ` Melleus
2014-10-20 20:03 ` Brady Trainor
2014-10-21 15:37 ` Michael Brand

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=87egu2d91f.fsf@yale.edu \
    --to=jorge.alfaro-murillo@yale.edu \
    --cc=emacs-orgmode@gnu.org \
    /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).