emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sacha Chua <sacha@sachachua.com>
To: emacs-orgmode@gnu.org
Subject: Re: date added into logbook?
Date: Thu, 31 May 2012 23:03:24 -0400	[thread overview]
Message-ID: <871ulzg2lp.fsf@sachachua.com> (raw)
In-Reply-To: 27237E64-67BA-4FA4-8365-3EBF9DD00B94@gilbert.org

Michael Gilbert <mcg@gilbert.org> writes:

Hello, Michael!

> one of them involves a piece that I've wanted for a while: a way to
> keep the data that is lost when I refile an item from my default
> date-tree file ― the date the item was created/added.

Have you considered using org-capture with the clock options? I like
using this because it automatically grabs the timestamp as well, and
when I press C-c C-c, it clocks out. Handy - I've been using it to
calculate my words per minute (dismally low for blog posts sometimes!).

Here's a snippet from my config:

(setq org-capture-templates '(
 ;; Lots of other lines here 
 ("r" "Notes" entry
  (file+datetree "~/personal/organizer.org" "Inbox")
  "* %?\n\n%i\n" :clock-in :clock-resume)
  ))

(global-set-key (kbd "C-c r") 'org-capture)

Anyway, if you happen to use org-capture a lot, then it's a good way of
capturing creation times too. =)

Hope that helps!

Sacha

  parent reply	other threads:[~2012-06-01  3:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-28 19:01 date added into logbook? Michael Gilbert
2012-05-28 19:56 ` John Hendy
2012-05-28 21:58   ` Michael C Gilbert
2012-05-28 22:51     ` John Hendy
2012-05-29 13:04       ` Jonathan Leech-Pepin
2012-05-29 17:50         ` Michael C Gilbert
2012-06-01  3:03 ` Sacha Chua [this message]
2012-06-10 16:59   ` Michael C Gilbert

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=871ulzg2lp.fsf@sachachua.com \
    --to=sacha@sachachua.com \
    --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).