0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 17:10:43 +00:00
org-mode/lisp
Bernt Hansen 0f301d133b Allow clocking in new tasks inserted before the current clocking task
* lisp/org-clock.el (org-clock-in): Allow clocking in new tasks inserted
  before the current clocking task

org-clock-in now checks that the name of the task you are clocking in
also matches org-clock-current-task.  This allows us to insert a new
task in front of the current clocking task (with M-S-RET on the
heading of the current clocking task) and then clock in the new task.

Previously this just stated that clocking continues in the old task
since the marker point now matches the new task.

A side-effect of this change is that changing the current clocking
task headline and clocking in again will now close the current clock
and open a new entry as well as update the name of the current
clocking task in the modeline.
2011-03-10 10:21:19 +01:00
..
ob-asymptote.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-C.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-calc.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-clojure.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-comint.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-css.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-ditaa.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-dot.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-emacs-lisp.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-eval.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-exp.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-gnuplot.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-haskell.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-js.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-keys.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-latex.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-ledger.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-lisp.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-lob.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-matlab.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-mscgen.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-ocaml.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-octave.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-org.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-perl.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-plantuml.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-python.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-R.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-ref.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-ruby.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-sass.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-scheme.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-screen.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-sh.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-sql.el ob-sql: feed mysql through a pipe, thanks to Alain Clément 2011-03-07 08:32:37 -07:00
ob-sqlite.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-table.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob-tangle.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
ob.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-agenda.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-archive.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-ascii.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-attach.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-bbdb.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-beamer.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-bibtex.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-capture.el Fix bug with the handling of the new :clock-keep option. 2011-03-07 17:25:00 +01:00
org-clock.el Allow clocking in new tasks inserted before the current clocking task 2011-03-10 10:21:19 +01:00
org-colview-xemacs.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-colview.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-compat.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-crypt.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-ctags.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-datetree.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-docbook.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-docview.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-entities.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-exp-blocks.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-exp.el org-html.el: correct HTML export of dedicated target. 2011-03-09 16:37:32 +01:00
org-faces.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-feed.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-footnote.el org-footnote.el: Fix sorting of footnotes. 2011-03-09 11:42:56 +01:00
org-freemind.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-gnus.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-habit.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-html.el org-html.el: correct HTML export of dedicated target. 2011-03-09 16:37:32 +01:00
org-icalendar.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-id.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-indent.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-info.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-inlinetask.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-irc.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-jsinfo.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-latex.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-list.el org-list: small refactoring 2011-03-09 20:30:18 +01:00
org-mac-message.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-macs.el org-macs.el (org-with-wide-buffer): Bugfix. 2011-03-09 10:56:47 +01:00
org-mew.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-mhe.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-mks.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-mobile.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-mouse.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-pcomplete.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-plot.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-protocol.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-publish.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-remember.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-rmail.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-special-blocks.el Use `org-export-current-backend' whenever possible. 2011-03-01 20:01:42 +01:00
org-src.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-table.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-taskjuggler.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-timer.el org-timer: fix bug with `org-timer-item' 2011-03-08 10:40:46 +01:00
org-vm.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-w3m.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-wl.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org-xoxo.el Update website to show 7.5 as current release 2011-03-07 14:27:39 +00:00
org.el Fix fill-region in an item 2011-03-10 00:51:03 +01:00