Carsten Dominik
3794f574e2
Release 6.10b.
2008-10-25 12:54:49 +02:00
Carsten Dominik
88d4405e86
Release 6.10a.
2008-10-24 23:16:42 +02:00
Carsten Dominik
794839f1da
Release 6.10.
2008-10-23 09:19:43 +02:00
Carsten Dominik
b7db897e6d
Moving toward the 6.10 release.
2008-10-22 09:57:42 +02:00
Carsten Dominik
f70127dd3f
Allow org-clock-in-switch-to-state to be a function.
...
Allow org-clock-in-switch-to-state to be a function. This lets you have
different clocked in states for different TODO keyword sets, for example
(defun ahkt-clock-state (state)
(cond ((string= state "TOREAD") "READING")
((string= state "TOWATCH") "WATCHING")
(t state)))
Also fix indentation on clock lines, and empty clock drawers when they are
inserted.
2008-10-16 18:26:43 +02:00
Carsten Dominik
4574d894ce
Release 6.09a.
2008-10-12 07:36:18 +02:00
Carsten Dominik
5ebc1a7982
Release 6.09.
2008-10-09 13:18:25 +02:00
Carsten Dominik
57e912c275
Push version number to 6.09pre01.
2008-10-07 15:45:58 +02:00
Carsten Dominik
4c55b885d5
Documentation fixes.
2008-10-05 12:57:01 +02:00
Carsten Dominik
e195a3ee4b
Release 6.08a.
2008-10-05 08:31:54 +02:00
Carsten Dominik
c0292f955e
Release 6.08.
2008-10-05 08:27:53 +02:00
Carsten Dominik
2a8dac9f70
Store remember notes under the current clock entry with `C-2 C-c C-c'.
...
Patch from James TD Smith, but modified.
2008-10-02 18:07:12 +02:00
Carsten Dominik
d6d72b3436
Merge branch 'js'
2008-09-21 08:34:45 +02:00
Carsten Dominik
feab6c1348
Change version number to 6.08-pre01
2008-09-21 08:34:23 +02:00
Carsten Dominik
a8b3081610
Release 6.07b.
2008-09-21 08:26:30 +02:00
Carsten Dominik
e6630ed359
Limit length of clock string and make it clickable.
...
Patch from James TD Smith.
2008-09-21 07:35:01 +02:00
Carsten Dominik
b777e88fd6
Release 6.07a.
2008-09-19 16:19:32 +02:00
Carsten Dominik
194faab2b6
Bumping up the version number to 6.07.
2008-09-19 08:25:13 +02:00
Carsten Dominik
785cde4d2b
Incude note when clock entry gets moved into a drawer.
2008-09-13 18:35:57 +02:00
Carsten Dominik
f03ea46b3a
The note buffer for clocking out now mentions the task.
2008-09-07 08:29:16 +02:00
Carsten Dominik
2c26217b88
Release 6.06b.
2008-07-25 14:58:41 -07:00
Carsten Dominik
177e154e6c
Release 6.06a.
2008-07-24 06:42:03 -07:00
Carsten Dominik
14ffcc8b9a
Release 6.06.
2008-07-24 06:26:02 -07:00
Carsten Dominik
989b2b6865
Fixed typo in docstring.
2008-07-09 11:37:25 -07:00
Bastien Guerry
b68b57c99f
Small doc fixes from Emacs (Juanma Barranquero) and a bug fix in org-exp.el.
...
See <E1KE2Mh-0005EC-CF@cvs.savannah.gnu.org> in emacs-commit@:
* org.el (org-agenda-skip-unavailable-files):
* org-clock.el (org-clock-out-when-done): Doc fixes.
The bug affected the exportation of commented subtree: case cannot be
ignored when checking for the COMMENT cookie ("Comment" is a frequent
word in french, and has a completely different meaning.)
2008-07-04 04:09:00 +02:00
Carsten Dominik
b5ed7fca04
Version number bumped to 6.06pre01.
2008-07-02 13:34:26 -07:00
Carsten Dominik
e6b8a60432
Fix bug with "yesterday" in clocktables.
2008-06-23 05:46:33 +02:00
Carsten Dominik
21499409c3
Release 6.05b.
2008-06-20 00:21:15 +02:00
Carsten Dominik
2a8f099e7e
Release 6.05a.
2008-06-17 17:06:16 +02:00
Carsten Dominik
e1c22570b7
Version number 6.05, this will be released soon.
2008-06-16 17:51:04 +02:00
Carsten Dominik
e8202bf861
Version number 6.05pre01, with a detailed list of changes.
...
Yes, the 6.05 release is just around the corner.
2008-06-15 09:44:21 +02:00
Carsten Dominik
c9ea8bc470
Release 6.04c.
2008-05-27 08:09:31 +02:00
Carsten Dominik
174cc21d08
Bug fix for removal of comments during export.
2008-05-25 16:15:25 +02:00
Carsten Dominik
3b2b3556b7
Use C-c ' to exit source code editing.
2008-05-25 14:54:53 +02:00
Carsten Dominik
0950127491
Release 6.04.
2008-05-25 09:08:46 +02:00
Carsten Dominik
9bd2896c94
Version number to 6.04pre01
...
We are preparing for another release.....
2008-05-24 22:35:23 +02:00
Carsten Dominik
8ee2a8b7d8
Default format for calc changed to (fload 8)
...
This gives better accuracy and less surprises.
2008-05-16 12:34:24 +02:00
Carsten Dominik
56a96e0364
Clock/add_time Format
...
Replace all occurrences of the format string "%d:%02d" with
org-time-clocksum-format, which contains the same string by default.
This allows anyone to customize the appearance of clock summaries.
For example:
(setq org-time-clocksum-format "%02d:%02d")
2008-05-16 07:36:27 +02:00
Carsten Dominik
b4159c5017
Release 6.03.
2008-05-15 04:40:55 +02:00
Carsten Dominik
4b8f738e62
Version number pumped to 6.03pre03
2008-05-14 10:32:24 +02:00
Carsten Dominik
77f1f31c99
Remove special characters as selection keys for clock history.
...
Patch from Bernt Hansen.
2008-05-09 21:40:50 +02:00
Carsten Dominik
66f801cbff
Version number change to 6.03pre01.
...
Yes, we are moving to the 6.03 release.
2008-05-08 17:17:58 +02:00
Carsten Dominik
7972356d09
Allow up to 42 elements for the clock history.
2008-05-06 15:08:35 +02:00
Carsten Dominik
fe5c248122
Sync copyright fixes from downstream Emacs
2008-05-06 14:47:44 +02:00
Carsten Dominik
453dbf7372
Bug fixes and documentation related to saving clock markers.
2008-05-02 09:01:56 +02:00
Carsten Dominik
3a94b2d07f
Bug fix for clock drawers.
2008-05-01 10:04:14 +02:00
Carsten Dominik
6d6c6e1d5d
Move markers with some cut-and-paste operations.
...
Clock-related markers and agenda markers used to get lost
when editing a file using cut and paste. Now some cut
and past operations move the markers with them. In particular,
structure editing like moving subtrees up and down.
Also, when exiting a remember buffer with a running clock, the clock
can now be moved along with the entry to the target location.
2008-05-01 09:52:45 +02:00
Carsten Dominik
f476a046f5
Bug fixes related to clocking in with narrowed buffers.
2008-04-29 21:06:53 +02:00
Carsten Dominik
15db65ad72
Arch-tag lines and declaration fixes from upstream Emacs.
2008-04-29 07:15:41 +02:00
Carsten Dominik
49799dd08e
Release 6.02b.
2008-04-27 07:43:19 +02:00
Carsten Dominik
c490fe784a
Bug fix for clock history.
...
Now it is possible to select also the current clocking task after
pressing C-u C-c C-x C-i. What will happen then is that this
entry will be clocked out, and then clocked in again.
2008-04-26 07:03:19 +02:00
Carsten Dominik
619e082d83
Bug fixes concerning the Clock history.
2008-04-25 19:59:51 +02:00
Carsten Dominik
0082c0c129
Release 6.02a
2008-04-25 15:45:35 +02:00
Carsten Dominik
05d3162553
Bug fixes.
2008-04-25 15:44:07 +02:00
Carsten Dominik
add34418c8
Implement a basic history system for recently clocked tasks.
...
Recently clocked tasks are now remembered as well as a default
task and an interrupted task.
There is no automatic clock-in yet.
Also, a number of bug fixes have sneaked into this patch,
sorry for the mess.
2008-04-25 08:18:49 +02:00
Carsten Dominik
1f6c502765
Work around XEmacs indentation problems.
...
There is an old XEmacs bug with indentation in the presence of
an extent with an invisibility property. We work around this now
by turning the invisibility property off, temporarily.
2008-04-24 16:44:12 +02:00
Carsten Dominik
2ea352b4cf
Release 6.02.
2008-04-24 10:29:47 +02:00
Carsten Dominik
739edc7849
6.02pre06, now for real!
2008-04-23 10:20:43 +02:00
Carsten Dominik
55235195fe
Version number increase to 6.02pre-06.
2008-04-23 08:44:39 +02:00
Carsten Dominik
931aa5b895
Bugfix removing clock line that results to 0.00 hours.
...
There was a bug that removing the line could remove any amount of
invisible text after it.
2008-04-21 22:05:46 +02:00
Carsten Dominik
383774f360
New version number.
2008-04-20 18:18:51 +02:00
Carsten Dominik
3798fbb8f5
New version number, effort estimates work now.
2008-04-18 18:03:08 +02:00
Carsten Dominik
6237667df0
Option to remove clock lines that result into 0 minutes.
...
Proposed by Bernt Hansen.
2008-04-18 16:43:48 +02:00
Carsten Dominik
f19c474a78
Bug fixes and come cleaning up.
2008-04-18 15:24:58 +02:00
Carsten Dominik
f35c6615a5
Clocktables including archives.
2008-04-18 09:50:50 +02:00
Carsten Dominik
2763b2001c
Allow search commands access to arhive files.
2008-04-18 05:34:16 +02:00
Carsten Dominik
4fda0399d5
Further steps concerning effort estimates. Still not done.
...
But I am pushing this, so that it can be tested......
2008-04-17 18:26:27 +02:00
Carsten Dominik
1a2d615023
6.02pre02, with an implementation of summaries in agenda columns.
2008-04-15 11:05:39 +02:00
Carsten Dominik
7e4a730ac7
Release 6.01c
2008-04-15 08:51:09 +02:00
Carsten Dominik
b63bd61796
release 6.01b
2008-04-14 21:31:16 +02:00
Carsten Dominik
9068f7c1c6
Version number set to 6.01a, release 6.01a.
2008-04-14 20:00:38 +02:00
Carsten Dominik
62db67e9eb
Correct dependencies in the Makefile.
...
Also a new variable and better implementation around export
processing in the background.
2008-04-14 14:59:37 +02:00
Carsten Dominik
d237e3dd0a
Version number set to 6.01, this will be the release.
2008-04-14 07:52:18 +02:00
Carsten Dominik
80a93d5d1b
Version number bump, 6.00pre-6
2008-04-13 22:17:29 +02:00
Carsten Dominik
1018c67ebb
Bug fix.
2008-04-10 14:50:39 +02:00
Carsten Dominik
b7628661b1
Version number change to 6.00pre-5
2008-04-10 08:37:43 +02:00
Carsten Dominik
d2d495df4f
Apply patches by James TD Smith.
2008-04-10 08:27:56 +02:00
Carsten Dominik
15534acef0
Implemented new archiving mechanism: The Attic Sibling.
...
Archiving to the attic sibling means to move the entry to
become a child of a sibling with heading "Attic", that is also
marked with the ARCHIVE tag.
2008-04-08 12:29:28 +02:00
Carsten Dominik
417d3e5303
Version number bump to 6.00pre-3
2008-04-07 08:35:14 +02:00
Carsten Dominik
b9293a6766
Make the agenda clockreport configurable.
...
We now have an option that allows to specify properties for the
report table. Most interesting is probably to set :maxlevel.
2008-04-06 17:53:34 +02:00
Carsten Dominik
3ab4658e17
Implemented showing a clock report in the agenda.
...
This is a new display mode in the agenda view. It appends a clock
table to the daily/weekly agenda view that covers clocked time
for the time span shown in the agenda, and also limited to the
files that were used to create the current view.
2008-04-06 17:25:47 +02:00
Carsten Dominik
de99ecb8bb
Created org-clock.el as split-off from org.el.
2008-04-03 17:58:13 +02:00