0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 02:10:43 +00:00
Commit graph

123 commits

Author SHA1 Message Date
Carsten Dominik adf548f2ab Synchronize version number across files.
I am ignoring org-mac-message.el and org-irc.el for
the time being because they are still young.
2008-03-10 19:43:39 +01:00
Carsten Dominik bab92717e5 Fixing minor quibbles prior to release. 2008-03-10 17:59:08 +01:00
Bastien Guerry 06fb98f1e2 Updated the documentation for the template pre-selection.
Also update the Changes.org file.
Cleaned the code in `org-select-remember-template'.
2008-03-10 10:13:39 +00:00
Bastien Guerry 7da7810202 Added the extra :content parameter for dblocks. 2008-03-10 09:26:39 +00:00
Carsten Dominik cdb872efb9 Implement filtered iCalendar export.
This patch implements a way to limit the iCalendar export to
the entries listed in any agenda view.  It is implemented as a way to
export an agenda view (using C-x C-w) in the agenda, but internally
it really is a limited iCalendar export.
2008-03-09 12:44:47 +01:00
Carsten Dominik 34dfe919a5 Merge branch 'add-repeater-moves'
Conflicts:

	ChangeLog
	org.el
2008-03-07 13:10:02 +01:00
Carsten Dominik 3047e9faee Implemented new repeater mechanisms.
There mechanisms were asked for by Wanrong Lin and Reiner Stengele and
have the goal to make sure the new deadline/scheduled/time is in
the future, and may be chosen relative to the current date.
2008-03-07 13:07:13 +01:00
Carsten Dominik 5d744f224f Documentation of the new :link parameter in clock tables. 2008-03-07 12:48:16 +01:00
Carsten Dominik b0af4ade44 Improve customize type of org-agenda-custom-commands.
The new extensive definition has examples for variable settings that
allow beginners to learn how to set such values.
2008-03-06 15:48:14 +01:00
Carsten Dominik 99e22650f8 Improved the documentation for per-state logging settings.
Why?  Because it was still hard to understand.  Still is, kind of.
2008-03-05 09:14:59 +01:00
Carsten Dominik b72a2d71e7 Improved documentation of exit-logging of states.
I got questions in email that made clear that the documentation
does not explain the meaning of the second logging trigger
(like the "/@" in WAIT(@/@)) well enough.
Hope it is better now.
2008-03-04 09:52:54 +01:00
Bastien Guerry 187ab7d599 Added the template pre-selection feature.
See the new docstring of `org-remember-templates' for details.
Documented the template pre-selection feature in org.texi.
2008-03-04 03:17:59 +00:00
Carsten Dominik 84ac2ccab5 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ChangeLog
2008-03-03 11:57:44 +01:00
Carsten Dominik ea89f66796 Make C-c - and C-c * modify list and headline status. 2008-03-03 11:56:51 +01:00
Bastien Guerry 8ea076e2de Updated org-publish.el (now version 1.81)
Updated the ChangeLog and the manual accordingly.
2008-03-03 10:01:36 +00:00
Bastien Guerry df54646ab3 Fixed the Timeline node. 2008-03-03 00:06:49 +00:00
Bastien Guerry f247d16417 Added support for :maxlevel and :skip-empty-rows parameters to columnview dblock. 2008-03-01 09:58:17 +00:00
Carsten Dominik 4f7cb263f3 Implementing search view. 2008-02-29 14:49:06 +01:00
Carsten Dominik d195e13448 intermediate 2008-02-28 19:38:08 +01:00
Carsten Dominik 678f39716a Bug fixes and cleanup. 2008-02-28 08:26:22 +01:00
Carsten Dominik bde33fdb07 Make line splitting with M-RET configurable. 2008-02-22 12:01:03 +01:00
Carsten Dominik b0e67e64ca Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-20 14:54:48 +01:00
Carsten Dominik acd926f6c2 Starting to reverse changes on M-RET. 2008-02-20 14:54:42 +01:00
Phil Jackson 280c235062 Merge branch 'master' of ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ChangeLog
2008-02-19 09:09:59 +00:00
Phil Jackson ac45f89f8e Docs for the new irc bits and integration with org.el. 2008-02-19 09:07:34 +00:00
Carsten Dominik 9bca3981f7 Release 5.22a. 2008-02-19 09:18:46 +01:00
Carsten Dominik a011ae4ecb Release 5.22 2008-02-19 09:09:59 +01:00
Carsten Dominik 32a2b5712f Cleanup and typo fixes. 2008-02-19 08:59:25 +01:00
Carsten Dominik 9dfd23276b Solidify the new logging stuff. 2008-02-19 08:16:39 +01:00
Carsten Dominik 93b4787cb2 Bug fixed related to lognotedone keyword.
In response to a report by Bernt Hansen.
2008-02-18 15:02:33 +01:00
Carsten Dominik 7be218be71 Fixing Documentation typos (taken from Emacs cvs). 2008-02-18 08:27:47 +01:00
Carsten Dominik 4bbd7784fb New attempt to get the logging code right.
Please read the manual sections about progress logging again.
2008-02-17 17:00:04 +01:00
Carsten Dominik cb56b6684e Cleaning up the progress logging code.
New STARTUP option "logstate" for logging only time stamps.
New character "!" for per-keyword setting of this.
2008-02-15 11:01:52 +01:00
Carsten Dominik 45f1d176da Cleaned up the description fo C-c C-t for changing TODO states.
There was a misunderstanding in Bastiens fix: C-c C-t is already
defined earlier in that same table.  Using `C-c C-t' is really
discussed later, in the section about todo selection.  There it is
also mentioned that you can use the variable
`org-fast-tag-selection-include-todo' to combine todo states and tags
into a single interface.
2008-02-14 11:41:10 +01:00
Bastien Guerry e3ae2b88c4 Fixed typo about fast tag selection of TODO keywords. 2008-02-13 18:55:34 +00:00
Carsten Dominik 3121896446 Document the checkbox extension in column view. 2008-02-12 20:21:23 +01:00
Carsten Dominik 095a584584 Document property searches matching undefined or empty property value. 2008-02-12 10:15:52 +01:00
Carsten Dominik d3fbe81502 If we cannot say Excel here, tht it seems to me that the joke is gone.
So I removed the setence.
2008-02-10 11:52:32 +01:00
Bastien Guerry 0b4b89c32e Fixed minor typo. 2008-02-10 00:48:09 +00:00
Bastien Guerry 7a25b2fab3 Minor docstring change in org.el. Remove "Excel" from org.texi.
org.el: fixed the docstring of `org-remember-templates': %i inserts the
active region even when `org-remember' is not called with C-u.

org.texi: removed the reference to a brandname (Excel)
See message: http://article.gmane.org/gmane.emacs.orgmode/4438
2008-02-08 15:44:52 +00:00
Carsten Dominik 95ca2834e6 Release 5.21. 2008-02-07 14:45:04 +01:00
Carsten Dominik 4ecd547ce1 preparing for release 5.20 2008-02-05 20:11:18 +01:00
Carsten Dominik acd4a90c8c Document hierarchical checkboxes. 2008-02-05 19:52:59 +01:00
Carsten Dominik 93c665b56d Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
Carsten Dominik 1fb725c45d Release 5.19 2008-01-31 11:38:46 +01:00
Carsten Dominik 218feee70e Release 5.18 2008-01-31 11:38:36 +01:00
Carsten Dominik 8079032340 Release 5.17a 2008-01-31 11:38:30 +01:00
Carsten Dominik da2eea46f0 Release 5.17 2008-01-31 11:38:26 +01:00
Carsten Dominik 293b06347f Release 5.16b 2008-01-31 11:38:20 +01:00
Carsten Dominik 2da69ead43 Release 5.16a 2008-01-31 11:38:16 +01:00