Commit Graph

724 Commits

Author SHA1 Message Date
Carsten Dominik 6fdfd10c18 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-05-06 09:33:57 +02:00
Carsten Dominik a547c0f50b Merge branch 'improve-markup-documentation' 2008-05-06 09:32:29 +02:00
Carsten Dominik 7f51b95a4f Update documentation, to formulate the markup rules more compactly. 2008-05-06 09:32:16 +02:00
Bastien Guerry e00ecff463 Added support for blockquote conversion in org-export-latex.el.
Also added *.elc to .gitignore.
2008-05-06 02:06:09 +02:00
Carsten Dominik 1ade1c7c8b Fix bug with relative date specification.
When there was a lone weekday abbreviation like "fri"
is was interpreted relative to the default date.  I think
now this special case should always be relative to today.

This was a bug report from David Kritzberg.
2008-05-05 17:00:11 +02:00
Carsten Dominik e6b87d40b3 Implement description lists.
These are implemented as part of plain lists, so a leading
"-" or "+" is still needed.  Maybe this is not the most pretty
implementation, but it works without rewriting the quite
complex list formatting code.  So all the list formatting
continues to work just fine.  The description tag
is highlighted in bold, so still easy to spot.

The HTML exporter does export these already, the LaTeX
exporter still needs to be adapted.
2008-05-05 09:13:25 +02:00
Carsten Dominik 97eef5ed07 Typo fixes. 2008-05-03 16:38:34 +02:00
Carsten Dominik 82037963de Document blockquotes. 2008-05-03 16:35:52 +02:00
Carsten Dominik af0b9e7405 Improvements to contrib/lisp/org-eval.el
This works now reasonably stable.
2008-05-03 16:29:48 +02:00
Carsten Dominik 7436274350 Implement color formatting of code examples during HTML export. 2008-05-03 16:17:43 +02:00
Carsten Dominik 403485afd3 Make dot an alias for today in the date prompt. 2008-05-02 18:00:20 +02:00
Carsten Dominik e4871aa58b Bug fixes in function calls. 2008-05-02 17:54:15 +02:00
Carsten Dominik a8c6685f40 Fixing some typos. 2008-05-02 09:39:08 +02:00
Carsten Dominik 453dbf7372 Bug fixes and documentation related to saving clock markers. 2008-05-02 09:01:56 +02:00
Carsten Dominik e364fa62e2 Include org-eval.el as a module.
This allows tricks similar to the <lisp> tag in Muse.
2008-05-01 10:24:19 +02:00
Carsten Dominik 98ef50b7a4 Make face org-column determine weight, underline, etc.
This used to be enforced despite the settings of or-column.
2008-05-01 10:06:15 +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 54888d3840 Make sure iCalendar export quotes comma and semicolon.
There was a bug in the escaping code, and also the function doing the
escaping was not called for the headline, which can also be the source
of the summary.
2008-04-29 17:42:58 +02:00
Carsten Dominik 15db65ad72 Arch-tag lines and declaration fixes from upstream Emacs. 2008-04-29 07:15:41 +02:00
Carsten Dominik 3b5e243e21 Implementing the eval tags like <lisp> in Muse. 2008-04-28 22:47:04 +02:00
Carsten Dominik ea9f9df4a9 Fix some typos. 2008-04-28 10:58:29 +02:00
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