emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: friedel@nomaden.org
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Feature request about habit tracking [was: RELEASE: Org-mode version 6.32]
Date: Mon, 2 Nov 2009 13:36:17 +0100	[thread overview]
Message-ID: <C6F6F912-9EC3-4DFF-80B2-F75884AD46C9@gmail.com> (raw)
In-Reply-To: <20091102110618.GA16103@taupan.ath.cx>

Hi Friedrich,

from what I see, John has built the habit tracking
into the routine that looks for scheduling entries.  So it would be
a significant change to do this for normal time stamps.

A solution for you could be to just use the scheduling stuff anyway,
and then use a filter function to make sure these entries do not show up
in the iCalendar export (untested):

(defun my-icalendar-verify ()
    (if (string= (org-entry-get nil "STYLE") "habit") nil t))

(setq org-icalendar-verify-function 'my-icalendar-verify)

HTH

- Carsten
	
On Nov 2, 2009, at 12:06 PM, Friedrich Delgado Friedrichs wrote:

> Hi!
>
> Carsten Dominik schrieb:
>> John and I are not really clear about exactly what you are
>> asking for.  Can you try again?  What exactly is the difference
>> between what we have now and what you are asking for?
>
> You know after I had sent that mail, I had the nagging thought that
> maybe I should have explicitely mentioned the difference:
>
>>> I'd really like habit tracking to be enabled for all TODOs with  
>>> active
>>> timestamps + repeaters with the property :STYLE: habit.
>
> That means: Exactly what you have now, but add an option to also match
> active timestamps *without* the SCHEDULED or DEADLINE keyword.
>
> (i.e. similar to what you did for me in the icalendar export)
>
> And I hope the next paragraph also makes more sense now:
>
>>> Those things are rarely part of the hard landscape of the day for  
>>> me,
>>> things won't blow up if I won't do them on exactly that same day,  
>>> so I
>>> don't want them scheduled and don't want them on my calendar, but I
>>> want to be reminded in my agenda. But tracking how consistently I've
>>> done things on those days is still very useful.
>
>
>
> -- 
>        Friedrich Delgado Friedrichs <friedel@nomaden.org>
>                             TauPan on Ircnet and Freenode ;)
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

  reply	other threads:[~2009-11-02 12:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-26  8:03 RELEASE: Org-mode version 6.32 Carsten Dominik
2009-10-30 15:13 ` Feature request about habit tracking [was: RELEASE: Org-mode version 6.32] Friedrich Delgado Friedrichs
2009-11-02 10:19   ` Carsten Dominik
2009-11-02 11:06     ` Friedrich Delgado Friedrichs
2009-11-02 12:36       ` Carsten Dominik [this message]
2009-11-02 12:53         ` Friedrich Delgado Friedrichs
2009-11-02 13:58           ` Feature request about habit tracking Matt Lundin
2009-11-02 15:11             ` Friedrich Delgado Friedrichs
2009-11-05 11:15         ` Feature request about habit tracking [was: RELEASE: Org-mode version 6.32] Friedrich Delgado Friedrichs
2009-11-05 12:21           ` Friedrich Delgado Friedrichs
2009-11-05 12:33             ` Carsten Dominik
2009-11-05 22:06               ` Friedrich Delgado Friedrichs
2009-11-05 22:48                 ` Carsten Dominik
2009-11-06 11:06                   ` Friedrich Delgado Friedrichs

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=C6F6F912-9EC3-4DFF-80B2-F75884AD46C9@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=friedel@nomaden.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).