0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 15:48:31 +00:00
Commit graph

292 commits

Author SHA1 Message Date
Carsten Dominik 9cad371bc4 Implement setup inclusion from external file.
The #+STARTUP etc lines that define settings on a per-file
basis can now be collected in a separate file and included
with a line:

#+SETUPFILE: "/path/to/setup.org"

This has been a frequent request in the past, now it is
finally possible.
2008-05-07 16:26:01 +02:00
Carsten Dominik a738e446be Implement include files for export. 2008-05-07 13:57:00 +02:00
Carsten Dominik 61cc58514d Add documentation of Changes.org. 2008-05-07 08:55:24 +02:00
Carsten Dominik 7f51b95a4f Update documentation, to formulate the markup rules more compactly. 2008-05-06 09:32:16 +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 82037963de Document blockquotes. 2008-05-03 16:35:52 +02:00
Carsten Dominik 7436274350 Implement color formatting of code examples during HTML export. 2008-05-03 16:17:43 +02:00
Carsten Dominik 525b2d41fa Webpage version number update. 2008-04-27 07:47:57 +02:00
Carsten Dominik 0082c0c129 Release 6.02a 2008-04-25 15:45:35 +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 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 91857aaebb Documentation updates. 2008-04-23 08:43:23 +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 d58985eec4 Bugfix webpage. 2008-04-15 14:13:37 +02:00
Bastien Guerry 71a8f2bf76 Added some TODOs about publishing options. 2008-04-15 13:34:30 +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 8d462f4489 Cleaned up the todo.org file. Some bug fixes. 2008-04-15 10:01:32 +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 9546c15252 Update list of user-visible changes. 2008-04-14 08:27:14 +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 7c37f334af Final changes before release.
This implements executing export commands in the background.
Also, the documentation has been updated.
2008-04-14 07:47:32 +02:00
Carsten Dominik 80a93d5d1b Version number bump, 6.00pre-6 2008-04-13 22:17:29 +02:00
Carsten Dominik 178ebd83f6 Improved the treatment of internal links during export.
So far only internal links that lead to a dedicated target where
converted correctly during HTML export.  Now, also heuristic
links create a working jump in a file.
2008-04-13 19:26:31 +02:00
Carsten Dominik 10ecd2f850 Allow temporary agenda display with inactive timestamps included.
You get this by pressing `[' in the agenda or timeline buffer.
2008-04-10 14:48:59 +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 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
Carsten Dominik e2540171c6 Merge branch 'master' of git://repo.or.cz/org-mode
Conflicts:

	CONTRIB/README
	ORGWEBPAGE/Changes.org
2008-02-08 11:40:57 +01:00
Carsten Dominik e69fe370bd Improvements for RET and M-RET, + bug fixes. 2008-02-08 11:35:26 +01:00
Carsten Dominik b1770b093e Release 5.21. 2008-02-08 11:35:25 +01:00
Carsten Dominik 95ca2834e6 Release 5.21. 2008-02-07 14:45:04 +01:00
Carsten Dominik a301fb745a Preparing the CONTRIB directory. 2008-02-06 17:34:42 +01:00
Carsten Dominik 4ecd547ce1 preparing for release 5.20 2008-02-05 20:11:18 +01:00
Carsten Dominik 9c30f7b951 Bugs. 2008-02-05 17:24:34 +01:00
Carsten Dominik 71b08c4c5e Hierarchical Checkboxes and new org-mac-message.el. 2008-02-05 15:38:57 +01:00
Carsten Dominik bcacae20a2 Show all clock entries in og-mode in agenda and timeline.
Special command as safe replacement for C-k.
2008-01-31 22:26:09 +01:00
Carsten Dominik 4803a44f2a test 2008-01-31 16:12:58 +01:00
Carsten Dominik 93c665b56d Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00