1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-25 07:27:57 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Carsten Dominik
7a51a7e5f0 Completion for INFOJS options, and documentation. Add new faces. 2008-04-09 13:49:51 +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
Bastien Guerry
ace51db3a1 Added the correct link to the french translation of David's tutorial. 2008-04-07 18:34:40 +02:00
Carsten Dominik
417d3e5303 Version number bump to 6.00pre-3 2008-04-07 08:35:14 +02:00
Carsten Dominik
bd80cd71d2 Much better integration of org-info.js. 2008-04-07 08:32:00 +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
Bastien Guerry
88a4de4f41 Fix links to the Worg website. 2008-04-03 14:37:44 +02:00
Carsten Dominik
cff6e9af30 Version number bump. 2008-04-01 22:13:46 +02:00
Carsten Dominik
963ede8307 Removed support for tables in Org-mode, as part of de-scoping operation.
Fools!
2008-04-01 09:26:25 +02:00
Carsten Dominik
503ce14912 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ChangeLog
2008-04-01 09:24:46 +02:00
Carsten Dominik
1aec2e86a5 Enhancement for the clocktable.
The clocktable can now more easily select the correct time range
that should be considered when summing times.  S-right and S-left
in the "#+BEGIN: clocktable" line allow to shift the time block around.

Also some code-cleanup.
2008-04-01 08:59:52 +02:00
Bastien Guerry
ff7c35f344 Added a link to the git repo in the main webpage. 2008-03-31 13:33:38 +02:00
Bastien Guerry
5bd9f24339 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-31 13:10:14 +02:00
Carsten Dominik
a0be0664e2 Preparing a new release setup.
This required changing the Makefile.
I also added a new program set-version.pl that can be used
to synchronize the version number in all core files of the
distribution, along with the web files.
2008-03-31 12:59:00 +02:00
Bastien Guerry
4905318fb4 Deleted ORGWEBPAGE/.DS_Store 2008-03-24 23:11:28 +01:00
Carsten Dominik
37b3e9cae2 Selective tag inheritance.
Tags can now be selected for inheritance by using a list or a regular
expression.

Also for property inheritance, we now allow a regular
expression (list selection existed before).

The property API can now retrieve the value of a property
with inheritance based on the value of
`org-use-property-inheritance'.  Earlier this value was ignored
when querying an entry.  It still is ignored by default, but by
passing `selective' as the INHERIT flag, it can now be used.
2008-03-21 10:34:43 +01:00
Carsten Dominik
99b9b746d8 Interpret relative file names in remember templates.
Relative file names will now be interpreted relative to the directory
given by the variable `org-directory'.
2008-03-20 13:36:22 +01:00
Carsten Dominik
16e15ecd82 ISO weeks date support, and fast agenda jumping.
ISO week dates can now be entered at the date prompt.
The ISO week of each day is displayed in the agenda.
New jumping commands like `43 w' quickly switch the agenda
to a certain week.
2008-03-20 08:42:41 +01:00
Carsten Dominik
ee330492da Removed derived html files. 2008-03-18 15:24:22 +01:00
Carsten Dominik
0d3033e7e2 Merge branch 'improve-search-view'
Conflicts:

	ChangeLog
	ORGWEBPAGE/Changes.org
2008-03-14 09:47:49 +01:00
Carsten Dominik
5c339a3c14 Implemented a module loading system.
This system works by configuring a variable that contains a list of
all available modules.  These will automatically be loaded when the
first buffer is turned into org-mode, or when a global command
is run that needs org-mode code available (such are
org-store-link.
2008-03-14 09:45:26 +01:00
Carsten Dominik
469caa5ff6 Implement TODO-only search and bettwe ord boundaries. 2008-03-14 08:10:39 +01:00
Carsten Dominik
7eec8794f6 Fix minor issues after release 5.23.
In particular, this implements default dates for deadlines and
scheduled items, taken from previously existing deadline/scheduled
timestamps in the same entry.

Also we fix two minor bugs.
2008-03-13 12:00:08 +01:00
Carsten Dominik
d357e9d3ac Update version numbers. 2008-03-10 22:53:59 +01:00
Bastien Guerry
4d79c0d507 Offer to re-initialize the list of projects/files in org-publish-file.
To save time, we don't re-initialize the list of projects/files each
time a file is published.  But if people want to publish a file that
they just created, this file is not part of any project until the
list of project/files has been re-initialized.

If the file is not part of a project and should be, then the user
can tell so.
2008-03-10 18:04:07 +00:00
Carsten Dominik
bab92717e5 Fixing minor quibbles prior to release. 2008-03-10 17:59:08 +01:00
Bastien Guerry
ba643e8903 Update the Changes.org. 2008-03-10 09:38:05 +00:00
Carsten Dominik
64c68c6f6d Mention iCalendar export in the release notes.
Changes.org is the file from which the release notes will be derived.
2008-03-09 15:30:28 +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
f779372d56 Removed some derived files. 2008-03-07 12:50:04 +01:00
Carsten Dominik
5d744f224f Documentation of the new :link parameter in clock tables. 2008-03-07 12:48:16 +01:00
Bastien Guerry
c4b0866e29 Added an entry for the template pre-selection feature. 2008-03-04 03:52:01 +00:00
Carsten Dominik
e34824029d Changing timestamps granularly. 2008-03-03 14:15:19 +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
09d5df8fb0 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-29 18:11:36 +00:00
Bastien Guerry
11cc9a122d Reformatting. 2008-02-29 15:49:39 +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
bde33fdb07 Make line splitting with M-RET configurable. 2008-02-22 12:01:03 +01:00
Carsten Dominik
acd926f6c2 Starting to reverse changes on M-RET. 2008-02-20 14:54:42 +01: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
9dfd23276b Solidify the new logging stuff. 2008-02-19 08:16:39 +01:00
Carsten Dominik
32947b9d92 Cleanup. 2008-02-18 08:14:38 +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
7a0f7ee920 webfiles update 2008-02-12 17:44:13 +01:00
Carsten Dominik
d1aa1d3686 Updated the links to the tutorial pages on Worg. 2008-02-12 12:27:52 +01:00