emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Robert Horn <rjhorn@alum.mit.edu>
Cc: emacs-orgmode@gnu.org, Jay Iyer <jayiyer09@gmail.com>
Subject: Re: How to extract TODOs from date-tree
Date: Sun, 02 Nov 2014 22:00:52 +0100	[thread overview]
Message-ID: <m24muhb9mj.fsf@polytechnique.org> (raw)
In-Reply-To: <m3sii67jri.fsf@alum.mit.edu> (Robert Horn's message of "Wed, 29 Oct 2014 15:34:21 -0400")

[-- Attachment #1: Type: text/plain, Size: 1794 bytes --]

On 2014-10-29 15:34, Robert Horn <rjhorn@alum.mit.edu> writes:

> Jay Iyer writes:
>
>> If there are use cases out there, it might be worth collecting them and
>> then thinking about how to support them better. If there aren't, maybe
>> it should be thrown out.
>
> It's most definitely useful.  I'm not sure what you think would be
> "better".  I make extensive use of date tree for maintaining various log
> book journals.  I've got various capture templates set up so that the
> two characters: F* <char> take me to the right file and date tree.  I
> type in the note, then C-c C-c takes me back where I had been
> previously.  The template capures the date and time for the note, plus
> other context information per the template.  This creates very nice time
> tagged logs.

I also use datetrees regularly. I have this in my capture templates:

#+begin_src emacs-lisp
(setq org-capture-templates
      (quote
        ("o" "Old Journal" entry (file+datetree+prompt "diary-runx.org")
         "* %i%?")
        ("O" "Old Journal with link" entry (file+datetree+prompt "diary-runx.org")
         "* %i%?\n%a")
        ("j" "Journal" entry (file+datetree "diary-runx.org")
         "* %?\nEntered on %U\n  %i")
        ("J" "Journal with link" entry (file+datetree "diary-runx.org")
         "* %?\nEntered on %U\n  %i\n  %a")))
#+end_src

Typical usage for a trivial topic: I watch a movie that I like, I write
a quick review in movies.org, I mark the title of the movie, and capture
with 'J'. It gives me an entry with the highlighted title and a link to
the review.

Less trivial usage: as a meeting start, I start a capture with 'j', and
C-u C-c C-c to jump to the diary file where I can take notes.

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

      reply	other threads:[~2014-11-02 21:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28 15:53 How to extract TODOs from date-tree Jay Iyer
2014-10-28 16:20 ` Thorsten Jolitz
2014-10-28 16:54 ` Jay Iyer
2014-10-28 17:26   ` Thorsten Jolitz
2014-10-28 17:28   ` Thorsten Jolitz
2014-10-29  2:59     ` Nick Dokos
2014-10-29  8:24       ` Detlef Steuer
2014-10-29 12:20         ` Nick Dokos
2014-10-29 15:15           ` Detlef Steuer
2014-10-29 12:27       ` Alexander Baier
2014-10-29 15:28   ` Jay Iyer
2014-10-29 19:34     ` Robert Horn
2014-11-02 21:00       ` Alan Schmitt [this message]

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=m24muhb9mj.fsf@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=jayiyer09@gmail.com \
    --cc=rjhorn@alum.mit.edu \
    /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).