From: Austin Frank <austin.frank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [org-clock] default clock for non-org-mode buffers
Date: Wed, 10 Feb 2010 12:49:06 -0500 [thread overview]
Message-ID: <m0ocjxj819.fsf@gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1451 bytes --]
Hello--
Sometimes I want to clock in but I'm not in an org-mode buffer. Would
it be possible to either provide a function or hook that uses the
current buffer to add a selection to the destinations provided by
`org-clock-select-task'?
I can see two possible functions I would add to an
`org-clock-prepare-selections-hook'. First, a version with remember
that would create a new task to clock into based on the current buffer
#v+
(defun au-clock-in-to-new-task ()
(if (fboundp org-remember)
;; use one of my remember templates that creates a TODO entry under
;; the heading "uncategorized tasks". it includes a link to the
;; current buffer
(org-remember nil (kbd "t")))
;;
;; then either clock in to the task right away,
;; or add the new task to the selection buffer somehow
;; ...
)
#v-
And second, a version that lets you browse to an existing task.
#v+
;; I think this one doesn't work as written, but only because I don't
;; know what I am doing
(defun au-clock-in-go-to-task ()
;; use the org-refile interface to go to an existing task
(org-refile t)
;;
;; then do something with link to buffer we clocked in on
;; ...
)
#v-
Does a hook or some other way of introducing this functionality already
exist? If not, would other people use it?
Thanks,
/au
--
Austin Frank
http://aufrank.net
GPG Public Key (D7398C2F): http://aufrank.net/personal.asc
[-- Attachment #1.2: Type: application/pgp-signature, Size: 194 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next reply other threads:[~2010-02-10 17:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 17:49 Austin Frank [this message]
2010-02-12 14:58 ` [org-clock] default clock for non-org-mode buffers Bernt Hansen
2010-02-18 9:09 ` Sébastien Vauban
2010-02-18 17:14 ` Bernt Hansen
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=m0ocjxj819.fsf@gmail.com \
--to=austin.frank@gmail.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).