0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 13:46:27 +00:00
Commit graph

551 commits

Author SHA1 Message Date
Carsten Dominik 9488a162c0 Re-implementation if ID creation.
IDs are now more compact, and they use a 10-character encoding
of the current time to microsecond accuracy, to ensure global
uniqueness.
2008-04-28 10:48:49 +02:00
Carsten Dominik 525b2d41fa Webpage version number update. 2008-04-27 07:47:57 +02:00
Carsten Dominik 49799dd08e Release 6.02b. 2008-04-27 07:43:19 +02:00
Carsten Dominik 89e67b1368 Fixed bug with tag-alignment when inserting text before the tags.
It could happen that the tags then moved into the invisible
part of the line.  Fixed now.
2008-04-27 07:39:53 +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 fb4684e51b Pass prefix argument to "I" in agenda through to org-clock-in. 2008-04-25 16:06:23 +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 2c2d172e10 Bug fixes. 2008-04-25 08:06:13 +02:00
Carsten Dominik be0ed780d2 Document use of :step in clocktables. 2008-04-24 16:44:33 +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 7d455cd271 Remove org-install.el with "make clean".
Following a report by Bernt Hansen.
2008-04-24 16:36:32 +02:00
Carsten Dominik 2c81d25208 Minor fixes to the Makefile. 2008-04-24 10:47:29 +02:00
Carsten Dominik 2ea352b4cf Release 6.02. 2008-04-24 10:29:47 +02:00
Carsten Dominik 6d72968730 Allow <> as operator for property regexp matches.
When <> is used as the operator, the comparison test it true if the
regexp does *not* match the value of the property.
2008-04-24 08:47:41 +02:00
Carsten Dominik dd8c0eb4c5 Remove the MAX_RUNS setting for INFOJS, it is no longer needed.
Sebastian has figured out a better method of loading large documents.
2008-04-24 08:34:43 +02:00
Carsten Dominik ba91e25cae Turn off flyspell-mode for the duration of column view.
Bernt Hansen had reported an infinite loop due to the interaction between
flyspell and Org  column view.
2008-04-24 08:33:49 +02:00
Carsten Dominik 794d4647a4 Remove forgotten (debug). 2008-04-23 17:32:03 +02:00
Carsten Dominik 816cc80acb Fix property fontification problem. 2008-04-23 13:52:55 +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 91857aaebb Documentation updates. 2008-04-23 08:43:23 +02:00
Carsten Dominik a1a77ba2a9 Merge branch 'implemente-general-comparisons-for-properties' 2008-04-23 07:50:16 +02:00
Carsten Dominik 97e557b696 Switch to a new version of org-mew.el, for testing purposes.
The decision which version should be used will be made in a few days,
I am switching to the new version for now to get some test results.
2008-04-23 07:50:07 +02:00
Carsten Dominik d38aab0443 General operators for property searches.
We have now numerical comparisons, and we can do < and > for strings.
2008-04-23 07:48:22 +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 e6590eed4d Protect the call to x-selection-value. 2008-04-21 21:24:23 +02:00
Carsten Dominik 51eac353ae Bug fixes. 2008-04-21 18:28:07 +02:00
Carsten Dominik 2ee5c7e9d1 Bug fixes. 2008-04-21 16:46:35 +02:00
Carsten Dominik 1508d31b6e Applied patch series from Jason Riedy.
You can slice a single table full of calculations in different ways
into separate destinations.  Or you can format the table differently.
There are many fun and exciting possible uses.

A fancier implementation would scan the document *once* for the
set of destinations.  That could help implement another function
to update all destinations from all sources.

Refactor orgtbl-to-generic; explicitly separate heading from body.
Support last-line specializers.
Allow functions for some orgtbl parameters.
Add a :remove-nil-lines parameter to orgtbl-to-generic.
2008-04-21 07:50:27 +02:00
Carsten Dominik 383774f360 New version number. 2008-04-20 18:18:51 +02:00
Carsten Dominik 31b23f43bd Some support for column view in XEmacs.
Works somewhat, but clearly not well enough yet.  This was a patch by
Greg Chernev.
2008-04-20 17:00:46 +02:00
Carsten Dominik b97d2bcc4e Minor XEmacs compatiblity fixes from Greg Chernev. 2008-04-20 08:10:18 +02:00
Carsten Dominik 684d959759 Minor patch from Greg Chernov for xemacs/noutline. 2008-04-19 19:07:40 +02:00
Carsten Dominik 4d98decbac Install fixes from Thomas Baumann to org-bbdb.el. 2008-04-19 07:21:33 +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 8b79f0b650 Cleanup compiler messages. 2008-04-18 05:42:38 +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 9b921f8f34 Typo fixes. 2008-04-16 17:13:55 +02:00
Carsten Dominik 614ad45fac Improve adding up time estimates.
Appointment times can now be included into the estimated load for a day.
2008-04-16 17:08:04 +02:00
Carsten Dominik 8489632557 Enable additional options for JavaScript org-info.js 2008-04-16 10:34:55 +02:00
Carsten Dominik e533bfaadf More changes...... 2008-04-15 15:05:33 +02:00
Carsten Dominik 7290579e69 Make the list of changes use org-info.js. 2008-04-15 15:01:34 +02:00
Carsten Dominik ad673b4c6a Modify web version only when explicitly requested.
The set_version.pl program sets the version number in all
relevant files.  From now on, it will need an option -a
to also affect the webpage files.
2008-04-15 14:20:26 +02:00