0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 07:16:32 +00:00
Commit graph

424 commits

Author SHA1 Message Date
Carsten Dominik d996cbb312 Customizable faces for individual tags.
Samuel Wales writes:

> It would be really nice if you could set tags to different
> faces the way you can with todo keywords.
>
> For example, you could set :urgent: to a bright color.  Or
> set a face for all contexts.

This patch add a new customization variable `org-tag-faces' that can
be used to specify such faces.  The rest of the patch implements these
new faces in Org-mode buffers as well as in the agenda.
2008-12-04 14:24:21 +01:00
Carsten Dominik b266f5a90c Make LOCATION property inheritable for iCalendar export.
Harri Kiiskinen suggested that it might be useful to make the LOCATION
property an inherited property during iCalendar export.  In this way
you can have set the LOCATION for a whole set of items by setting it
only in the parent.

While this will slow down iCalendar export for large files, I think it
can be quite useful.  This patch does implement the basic code needed
for this functionality.  However, you still need to tell Org that
LOCATION should be inherited, by setting org-use-property-inheritance.
If you set it to t, beware that this may trigger a significant
slowdown when creating the match view in the agenda.  So it may be
better to set this variable to

(setq org-use-property-inheritance '("LOCATION"))

instead.
2008-12-03 08:28:26 +01:00
Carsten Dominik aa07f68c12 Better handling of export options.
This patch improves the internal handling of the large number of
export options that Org-mode has.  In particular, it now defines a
single constant, `org-export-plist-vars' that contains the full list
of options, and how these can be accessed through variables, and
through the #+OPTIONS line.  Before the patch, there used to be a
separate list or the OPTIONS handling, which has gotten out of sync.
This now no longer can happen.

Also, this patch adds two new variables, `org-export-with-priority',
and `org-export-with-todo-keywords', which can be used to turn the
export of TODO keywords and priority cookies on and off, so that these
can simply disappear and not be shown in the exported file.  In fact,
the default for the priority cookie is to remove it.
2008-12-03 07:33:05 +01:00
Carsten Dominik 269c5a85bc New ways to specify time comparison values in property searches.
In addition to "<now>", "<today>", "<yesterday>", and
"<tomorrow>", there are more special values accepted now in
time comparisons in property searches:  You may use strings
like =<+3d>= or =<-2w>=, with units d, w, m, and y for day,
week, month, and year, respectively

Thanks to Linday Todd for this proposal.
2008-11-29 19:12:03 +01:00
Carsten Dominik 6c3bd0eeaf Add link to Russel Adams' video presentation. 2008-11-29 07:46:20 +01:00
Carsten Dominik 733dfca36b Allow to exclude specific tags from inheritance.
So far, the only way to select tags for inheritance was to
allow it for all tags, or to do a positive selection using
one of the more complex settings for
`org-use-tag-inheritance'.  It may actually be better to
allow inheritance for all but a few tags, which was difficult
to achieve with this methodology.

This patch introduces a new option,
`org-tags-exclude-from-inheritance' which allows to specify an
exclusion list for inherited tags.
2008-11-27 13:15:29 +01:00
Carsten Dominik f6b9e77ded Show inherited tags in the agenda.
This patch does a lot of things.  First, it makes sure that the tags
transferred to the agenda as text properties on each line are do carry
information about there origin (in the form of an `inherited' text
property).  Then it modifies the function creating agenda lines so
that inherited tags will be listed and identified as such in the
agenda.

This new feature can be turned off with a new variable,
`org-agenda-show-inherited-tags'.
2008-11-27 09:25:50 +01:00
Carsten Dominik a196eaa15c New file org-w3m.el, by Andy Stewart.
This file implements a special function to copy text from a w3m buffer
in a way that when the text is yanked back into an Org-mode buffer,
the links will be translated to Org syntax.
2008-11-26 15:45:50 +01:00
Carsten Dominik 7e3aa26628 Finalize the relative-timer setup.
This cleans up the implementation of the timer.  Most important change
is that, after starting a time list with `C-c C-x -', you can then
simply use M-RET to add new items, which is addictive!
2008-11-25 20:20:52 +01:00
Carsten Dominik 4b2d3c6feb Implement timer for timed notes.
This patch implements a relative time for taking timed notes, useful
for example while watching a video, or during a meeting which is also
recorded.  Here are the new commands:

    - `C-c C-x .' ::
      Insert a relative time into the buffer.  The first time
      you use this, the timer will be started.  When called
      with a prefix argument, the timer is reset to 0.

    - `C-c C-x -' ::
      Insert a description list item with the current relative
      time.  With a prefix argument, first reset the timer to 0.

    - `C-c C-x 0' ::
      Reset the timer without inserting anything into the buffer.
      By default, the timer is reset to 0.  When called with a
      `C-u' prefix, reset the timer to specific starting
      offset.  The user is prompted for the offset, with a
      default taken from a timer string at point, if any, So this
      can be used to restart taking notes after a break in the
      process.  When called with a double prefix argument
      `C-c C-u', change all timer strings in the active
      region by a certain amount.  This can be used to fix timer
      strings if the timer was not started at exactly the right
      moment.
2008-11-25 12:07:23 +01:00
Carsten Dominik 663960af62 Improve removal of temporary buffers during publishing.
Report by Richard Riley.
2008-11-24 18:27:14 +01:00
Carsten Dominik eb48aaa7c1 Release 6.13a. 2008-11-24 12:22:56 +01:00
Carsten Dominik daa9996b53 Document that Emacs 23 will likely ship with Org-mode 6.13. 2008-11-23 14:43:05 +01:00
Carsten Dominik ed2311923a More typos, dammit. 2008-11-23 08:27:31 +01:00
Carsten Dominik daa89d21fd Fix typo. 2008-11-23 08:14:18 +01:00
Carsten Dominik 06edd56942 Release 6.13 2008-11-23 08:10:04 +01:00
Carsten Dominik 619a4c1725 rm 2008-11-21 20:16:04 +01:00
Carsten Dominik db5c609be9 6.13pre04 2008-11-21 13:35:45 +01:00
Carsten Dominik 81e3b95843 6.13pre02. 2008-11-20 15:02:53 +01:00
Carsten Dominik cf0569774b Update list of user-visible changes. 2008-11-19 17:33:49 +01:00
Carsten Dominik 64254a637d Removed files that are no longer uploaded to the website. 2008-11-19 17:32:15 +01:00
Carsten Dominik 3e539eb8fb Split the Changes file into two.
It is really not necessary that each access to Changes.html downloads
this big file.
2008-11-19 13:59:54 +01:00
Carsten Dominik 2133adf81b Update the list of user-visible changes. 2008-11-19 12:24:58 +01:00
Carsten Dominik 3b5007cd2b Release 6.12b. 2008-11-12 23:58:49 +01:00
Carsten Dominik 18f0a1d70e Document that version 6.12a is now the one to be shipping with Emacs 23. 2008-11-12 09:11:08 +01:00
Carsten Dominik e249fcaf4f Fix typo. 2008-11-12 01:33:46 +01:00
Carsten Dominik fecda38973 Add a link to the Fink package by Jesse Alama. 2008-11-12 01:14:45 +01:00
Carsten Dominik b55ec41bc4 Release 6.12a
Because I forgot to push before I pressed the release button.....
2008-11-11 11:21:36 +01:00
Carsten Dominik ed81800ccf Release 6.12 2008-11-11 11:03:17 +01:00
Carsten Dominik 1a9215fc80 Document changes in Changes.org
The new features are now listed with short descriptions.
2008-11-11 09:25:54 +01:00
Bernt Hansen 33b11f6e70 Fix obvious typos in the user survey from 2007
I didn't fix everything since there are differences in word spellings
in different countries.  This patch corrects obvious errors in names
and spelling.
2008-11-10 13:35:47 -05:00
Carsten Dominik 1ffa6b76f5 Release 6.11c. 2008-11-09 08:20:00 +01:00
Carsten Dominik fb92308d22 Allow to only display logging information in the agenda.
Jurgen Defume asked for a way to display only logging information in
the agenda.  This patch implements such a possibility.  It works by
calling `org-agenda-log-mode' (bound to `l' in the agenda) with a
double prefix arg.  This sets the variable `org-agenda-show-log' to a
special value `only' which is then interpreted by the agenda-creating
functions.
2008-11-09 08:17:33 +01:00
Carsten Dominik eb4f62ae34 Release 6.11a. 2008-11-08 22:29:54 +01:00
Carsten Dominik f5d220127c Update version number on website. 2008-11-08 18:28:24 +01:00
Carsten Dominik d60d97970a Fix some typos. 2008-11-08 17:07:37 +01:00
Carsten Dominik e42c781d2b Finalize the list of user visible changes for 6.11 2008-11-08 16:56:07 +01:00
Carsten Dominik c708279809 Release 6.11 2008-11-08 16:43:48 +01:00
Bernt Hansen 387c1e7037 Fix typos on website Changes documentation
- Fix minor grammar issues
- Fix typos
- Fix typo is variable name for example lisp code
2008-11-07 15:17:40 -05:00
Carsten Dominik 1104da306a Update the list of User-visible changes
This means that we are starting to move towards a release....
2008-11-05 23:29:09 +01:00
Carsten Dominik 07657f3e80 Yank adjusted trees.
When yanking a cut/copied subtree or a series of trees, even
the nomal yank key `C-y' does now adjust the level of the tree
to make it fit into the current outline position, without
loosing its identity, and without swallowing other subtrees.

This uses the command `org-past-subtree'.  An additional
change in that command has been implemented:  Normally, this
command picks the right outline level from the surrounding
*visible* headlines, and uses the smaller on.  So it the
cursor is between a level 4 and a level 3 headline, the tree
will be pasted as level 3.  Now, if the cursor is actually
*at* the beginning of a headline, the level of that headline
will be used.  So lets say you have a tree like this:

  * Level one
  ** Level two
  (1)
  (2)* Level one again

with (1) and (2) indicating possible cursor positions for the
insertion.  When at (1), the tree will be pasted as level 2.
When at (2), it will be pasted as level 1.

If you do not like `C-y' to behave like this, configure the
variable `org-yank-adjusted-subtrees'.

Thanks to Samuel Wales for this idea and a partial implementation.
2008-10-28 09:07:56 +01:00
Carsten Dominik 67070b0289 Initial documentation of the new clock features. 2008-10-28 07:36:33 +01:00
Carsten Dominik 523cf1fe31 Release 6.10c. 2008-10-25 12:56:42 +02:00
Carsten Dominik 3794f574e2 Release 6.10b. 2008-10-25 12:54:49 +02:00
Carsten Dominik 88d4405e86 Release 6.10a. 2008-10-24 23:16:42 +02:00
Carsten Dominik 8b25d171b2 remove leftover string in list of changes. 2008-10-23 09:34:46 +02:00
Carsten Dominik 794839f1da Release 6.10. 2008-10-23 09:19:43 +02:00
Carsten Dominik 742c689a36 Update list of changes in preparation of release. 2008-10-23 08:35:47 +02:00
Carsten Dominik 2dc6b163c2 Fixed bugs in filtering, and made filtering persist through agenda refresh. 2008-10-21 07:53:01 +02:00
Carsten Dominik aead878b46 Implement narrowing existing agenda filters, and effort filters. 2008-10-20 23:01:23 +02:00
Carsten Dominik 98e368c474 Fix typos. 2008-10-16 14:51:09 +02:00
Carsten Dominik fda2a7cb6c Documentation updates. 2008-10-16 14:38:30 +02:00
Carsten Dominik 329a7a7d34 Implement tag changes triggered automatically by TODO state changes. 2008-10-16 09:54:30 +02:00
Carsten Dominik a1d3086419 New option `org-log-state-notes-insert-after-drawers'.
Default is nil.
2008-10-16 06:49:55 +02:00
Carsten Dominik 3e72fb8c35 Documentation update. 2008-10-15 17:28:04 +02:00
Carsten Dominik ca0671a432 Indicate Emacs 23 version of Org on the webpage. 2008-10-12 08:26:00 +02:00
Carsten Dominik 4574d894ce Release 6.09a. 2008-10-12 07:36:18 +02:00
Carsten Dominik 5ebc1a7982 Release 6.09. 2008-10-09 13:18:25 +02:00
Carsten Dominik 3d5bc9ab65 Documentation updates. 2008-10-08 12:46:51 +02:00
Carsten Dominik 8518c9ed81 Allow different methods to get an attachment into the directory.
Supported methods are copy, link, and move.
2008-10-07 14:28:21 +02:00
Carsten Dominik 4c55b885d5 Documentation fixes. 2008-10-05 12:57:01 +02:00
Carsten Dominik 8aa5e02881 Mention C-c C-a in Changes.org. 2008-10-05 08:43:25 +02:00
Carsten Dominik e195a3ee4b Release 6.08a. 2008-10-05 08:31:54 +02:00
Carsten Dominik c0292f955e Release 6.08. 2008-10-05 08:27:53 +02:00
Carsten Dominik 2a8dac9f70 Store remember notes under the current clock entry with `C-2 C-c C-c'.
Patch from James TD Smith, but modified.
2008-10-02 18:07:12 +02:00
Carsten Dominik 802e1175fe Documentation updates. 2008-10-01 11:54:33 +02:00
Carsten Dominik b1d5e6c62d Allow multiple #+STYLE lines in the buffer. 2008-10-01 11:41:00 +02:00
Carsten Dominik d043e31182 Integrate John Wiegley's org-attach.el. 2008-10-01 09:25:18 +02:00
Carsten Dominik 001e6df25c Reformulating in Changes.org. 2008-09-29 12:46:42 +02:00
Carsten Dominik d6d72b3436 Merge branch 'js' 2008-09-21 08:34:45 +02:00
Carsten Dominik a8b3081610 Release 6.07b. 2008-09-21 08:26:30 +02:00
Carsten Dominik 8a45b852ae New file contrib/lisp/org-checklist.el, by James TD Smith. 2008-09-21 08:14:17 +02:00
Carsten Dominik c9bf924246 Get x-clipboard in a way that is compatible with Emacs 21. 2008-09-21 07:35:39 +02:00
Carsten Dominik b777e88fd6 Release 6.07a. 2008-09-19 16:19:32 +02:00
Carsten Dominik 89f21ba3f4 Update todo.org. 2008-09-19 16:08:23 +02:00
Carsten Dominik 58325c8df0 Bug fixes. 2008-09-19 12:40:15 +02:00
Carsten Dominik 194faab2b6 Bumping up the version number to 6.07. 2008-09-19 08:25:13 +02:00
Carsten Dominik 79879070bb Prepare the Changes file for the release. 2008-09-19 08:24:21 +02:00
Carsten Dominik f3d15d8b7c Fixing typos. 2008-09-18 17:57:10 +02:00
Carsten Dominik a33d51d0d0 Documentation fixes. 2008-09-18 13:52:35 +02:00
Carsten Dominik 7b0f0c497c Implement sorting by TODO keyword sequence position. 2008-09-18 13:45:49 +02:00
Carsten Dominik 152092ce2b Fixing typos. 2008-09-18 12:23:02 +02:00
Carsten Dominik 8833885abb Make S-right/left work in column view for any timestamp
value of a property.
2008-09-18 10:24:57 +02:00
Carsten Dominik 2491b7e55d Fix typos. 2008-09-17 17:57:18 +02:00
Carsten Dominik ad7e092f98 Allow tags to select parts of a document for export. 2008-09-17 13:47:18 +02:00
Carsten Dominik 56b7b3f3ce New file org-plot.el. 2008-09-17 13:35:21 +02:00
Carsten Dominik 8e2b65bdef Intermediate 2008-09-16 16:52:21 +02:00
Carsten Dominik aaaabf6304 Fix Andrew Hyatt's link. 2008-09-14 16:16:25 +02:00
Carsten Dominik 53693652b0 Make C-y insert subtrees in folded state. 2008-09-14 08:03:55 +02:00
Carsten Dominik c6962bc9d7 Fix duplicate key definition. 2008-09-11 17:02:03 +02:00
Carsten Dominik e862a5cd58 Protect increment-by-copying in tables. 2008-09-08 20:18:18 +02:00
Carsten Dominik 3f1062a15d Save and restore formulas for column view capture. 2008-09-08 09:43:41 +02:00
Carsten Dominik f03ea46b3a The note buffer for clocking out now mentions the task. 2008-09-07 08:29:16 +02:00
Carsten Dominik ba2e31dad0 Modified the new agenda tag filtering command. 2008-09-07 07:49:09 +02:00
Carsten Dominik 7482b04df0 Implemented filtering of an existing agenda view with respect to a tag. 2008-09-05 19:02:14 +02:00
Carsten Dominik 089ac08747 Implement using artist-mode to edit fixed-width sections. 2008-09-05 13:37:33 +02:00
Carsten Dominik 22a6e1718c Ignore TODO keywords and Priorities when sorting headlines.
This applies to numeric and alphanumeric sorting.
2008-09-04 10:35:53 +02:00
Carsten Dominik 905fced617 Revised interpretation of prefix arg when storing remember note. 2008-09-04 10:19:46 +02:00
Carsten Dominik ac7d8fa752 New face `org-scheduled'
This face is used in the agenda for entries that are
scheduled on a day that is not today.
2008-09-03 13:23:31 +02:00
Carsten Dominik d74855408f Implement the :to and :toname keywords for gnus links.
Patch from Gregory Sullivan.
2008-09-03 11:17:49 +02:00
Carsten Dominik b831ab8ef5 Allow the file component in a remember template to be a function. 2008-09-03 10:36:03 +02:00
Carsten Dominik 806430ff1c Text version of orgcard updated to 6.06. 2008-07-29 08:27:48 -07:00
Carsten Dominik d172a1ccc5 Minor documentation fixes. 2008-07-28 12:12:50 -07:00
Carsten Dominik 7b5bf55e22 Added some well deserved acknowledgments. 2008-07-26 07:12:03 -07:00
Carsten Dominik c4375970d7 Minor fixes. 2008-07-25 20:41:02 -07:00
Carsten Dominik 2c26217b88 Release 6.06b. 2008-07-25 14:58:41 -07:00
Carsten Dominik 36987f5348 Add mode info to Google Tech Talk page. 2008-07-25 14:56:50 -07:00
Carsten Dominik d2697cf11e Fix bug with recursive publishing and the publishing directory.
This one has haunted us for a long time......
2008-07-25 14:04:26 -07:00
Carsten Dominik 177e154e6c Release 6.06a. 2008-07-24 06:42:03 -07:00
Carsten Dominik 14ffcc8b9a Release 6.06. 2008-07-24 06:26:02 -07:00
Carsten Dominik 0be85cda60 Fix bug when exporting links with attributes. 2008-07-23 16:04:01 -07:00
Carsten Dominik e67ec64a0f Fixed typo. 2008-07-22 13:58:59 -07:00
Carsten Dominik 6609f36d67 Add links to keynote and powerpoint versions of the talk. 2008-07-22 12:06:55 -07:00
Carsten Dominik adf3cec05e Improve documentation on accessing the git repository. 2008-07-22 10:53:14 -07:00
Bastien Guerry 5eeb965a54 Move the search form to the top of the page. 2008-07-20 17:25:14 +02:00
Bastien Guerry ca17ba0787 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-07-20 17:22:10 +02:00
Bastien Guerry 1eea4a3e7b Added a customized google search engine. 2008-07-20 17:21:51 +02:00
Carsten Dominik 6c28c92188 Fixing Changes.org. 2008-07-20 08:03:49 -07:00
Carsten Dominik 45e6f57af9 New option org-open-directory-means-index-dot-org. 2008-07-18 13:55:18 -07:00
Carsten Dominik 27403feed8 Added a NEWS section with a link to the Google Tech Talk. 2008-07-17 10:53:35 -07:00
Carsten Dominik 0702d9f3c6 Fixed typo. 2008-07-17 09:36:35 -07:00
Carsten Dominik da0d107d2e Bug fix in embedded video. 2008-07-17 09:33:20 -07:00
Carsten Dominik b24a83f395 Add stuff to Changes.org. 2008-07-16 16:57:48 -07:00
Carsten Dominik d1dd7fc708 Adding info about the Google Tech Talk. 2008-07-16 14:42:25 -07:00
Carsten Dominik 869aa0d628 Use SHA1 hashes to encode file names in the timestamp directory.
This will cause all files to be publish again, once, to update
to the new structure.
2008-07-07 14:35:54 -07:00
Carsten Dominik 4636a4d5e4 Fix bug with export of tags in headlines. 2008-07-03 10:36:32 -07:00
Carsten Dominik 51e087a970 Update Changed.org. 2008-07-02 13:33:18 -07:00
Carsten Dominik 7becc742cd Time comparisons for property searches. 2008-07-01 16:23:17 -07:00
Carsten Dominik 5f39979bbe New variable to add to the default HTML style.
Instead of overwriting the default style, you can now simply add to it
using the variable `org-export-html-style-extra'.
2008-06-29 17:20:17 +02:00
Carsten Dominik 9b084b22f5 Allow omitting the "file:" prefix in some file links.
The file path must be absolute, or it must start with "./" or "../".
2008-06-24 08:37:50 +02:00
Carsten Dominik 84c2010d2c Fix the link to the Debain package. 2008-06-24 08:36:03 +02:00
Carsten Dominik 14ca1697f3 Fix typo. 2008-06-23 09:55:48 +02:00
Carsten Dominik ec5b77ccd2 Implement better handling of deadlines in iCalendar Export.
Deadlines in TODO entries are now used as DUE dates.
2008-06-23 09:08:08 +02:00
Carsten Dominik 98e0056aa4 Add information about the new Debian package. 2008-06-23 05:38:54 +02:00
Carsten Dominik 21499409c3 Release 6.05b. 2008-06-20 00:21:15 +02:00
Carsten Dominik 5eb9ec818c Add the link to the Worg pag about GTH and other systems. 2008-06-18 09:23:07 +02:00
Carsten Dominik 9df22700aa Fixing typos. 2008-06-18 07:00:03 +02:00
Carsten Dominik d76c252a05 Added a list of related software to the homepage. 2008-06-18 06:55:59 +02:00
Carsten Dominik 641854a783 Put the survey results under org-info.js. 2008-06-18 06:25:41 +02:00
Carsten Dominik cacc5a7500 Small changes to the homepage. 2008-06-18 06:18:27 +02:00
Carsten Dominik 2a8f099e7e Release 6.05a. 2008-06-17 17:06:16 +02:00
Carsten Dominik 4dd4ab8921 Moved the FAQ into Worg. 2008-06-17 15:14:51 +02:00
Carsten Dominik 43ff7db861 Hacking the faq. 2008-06-17 15:05:41 +02:00
Carsten Dominik 315ecb46b1 Hacking the FAQ. 2008-06-17 14:44:43 +02:00
Carsten Dominik 018325ae1c Fix it again... 2008-06-17 14:03:24 +02:00
Carsten Dominik f0f82b8c8a Fix the index page. 2008-06-17 14:00:52 +02:00
Carsten Dominik 3f9a9e2bbf Small changes to the web page. 2008-06-17 13:56:38 +02:00
Carsten Dominik 5c9de5a038 Fix some typos. 2008-06-17 12:35:24 +02:00
Carsten Dominik e1c22570b7 Version number 6.05, this will be released soon. 2008-06-16 17:51:04 +02:00
Carsten Dominik 7416ed17aa Make agenda log mode also show the end time of a CLOCK entry. 2008-06-16 17:49:53 +02:00
Carsten Dominik be026ff5ad Implement actions tied to cursor date in agenda. 2008-06-16 16:26:30 +02:00
Carsten Dominik e8202bf861 Version number 6.05pre01, with a detailed list of changes.
Yes, the 6.05 release is just around the corner.
2008-06-15 09:44:21 +02:00
Carsten Dominik 800db00dc8 Update the todo list for Org. 2008-05-30 06:05:10 +02:00
Carsten Dominik 68cca55732 Cleanup ITEM when used in column view in the agenda. 2008-05-28 23:58:53 +02:00
Carsten Dominik 18eba42709 Fix typo in Changes.org. 2008-05-28 14:11:57 +02:00
Carsten Dominik afd70580b0 Remove some old entries from Org's todo list. 2008-05-28 06:37:01 +02:00
Carsten Dominik c9ea8bc470 Release 6.04c. 2008-05-27 08:09:31 +02:00
Carsten Dominik cd16b87216 Make C-c ' edit even more things around point. 2008-05-27 08:08:28 +02:00
Carsten Dominik f9fa54fcf4 Improvements to source code snippet editing. 2008-05-26 19:45:43 +02:00
Carsten Dominik 174cc21d08 Bug fix for removal of comments during export. 2008-05-25 16:15:25 +02:00
Carsten Dominik 3b2b3556b7 Use C-c ' to exit source code editing. 2008-05-25 14:54:53 +02:00
Carsten Dominik 0950127491 Release 6.04. 2008-05-25 09:08:46 +02:00
Carsten Dominik 6a2dbbec3f Implement editing source code examples in the native mode. 2008-05-25 09:07:23 +02:00
Carsten Dominik 7b73413b08 Documentation updates. 2008-05-24 22:34:13 +02:00
Carsten Dominik 23bf79d0d4 Fixed typo in file name. 2008-05-24 12:43:27 +02:00
Carsten Dominik 60eba43cdf Attempt to implement dynamic indentation.
This only lead to a contributed file, this is neither robust nor fast.
But maybe throwing the existing code into a contrib file
will make someone come up with an idea.
2008-05-24 11:18:40 +02:00
Carsten Dominik 332191cc13 Properties can be used to confiugre subtree export. 2008-05-21 09:49:04 +02:00
Carsten Dominik 26a35c28a6 Implement file tags, tags that apply to all entries in a file. 2008-05-19 19:48:52 +02:00
Carsten Dominik 2c0812caf1 Implement TODO statistics.
This uses the same cookies as Checkbox statistics, [%] and [/]
2008-05-19 14:11:47 +02:00
Carsten Dominik 24fd4650de Implement proper UIDs for iCalendar export.
This works now fine except for sexp entries which don't
get reusable UIDs, but fresh ones each time they are exported......
2008-05-19 08:22:51 +02:00
Carsten Dominik 92190080be Fix version number for web page.
Grrr, I had forgotten that.....
2008-05-15 05:06:08 +02:00
Carsten Dominik b4159c5017 Release 6.03. 2008-05-15 04:40:55 +02:00
Carsten Dominik 4b36c8d470 Fixed bug with date ranges in iCalendar export.
When there are no time-of-day infos, the appointment
ended up being too short by one day.  Fixed now.
2008-05-14 14:03:02 +02:00
Carsten Dominik f3e075ed62 Support for Muse-like structure tags. 2008-05-14 09:50:53 +02:00
Carsten Dominik cadf136e3d Documentation. 2008-05-12 16:17:49 +02:00
Carsten Dominik 9d4ad10615 Documentation. 2008-05-12 16:02:39 +02:00
Carsten Dominik 180b2b15cd Documentation. 2008-05-12 08:55:40 +02:00
Carsten Dominik f2247707a1 Fix setup of Changes.org. 2008-05-12 07:32:21 +02:00
Carsten Dominik 3e2c5413d2 Fix the links to Worg.
The new site is part of orgmode.org.
2008-05-12 07:29:13 +02:00
Bastien Guerry cdc4c23d2c Fixed typo in Changes.org: capitalized the #+include directive. 2008-05-09 21:21:04 +02:00
Carsten Dominik d4812f088b Organize Changes.org. 2008-05-08 18:20:28 +02:00
Carsten Dominik b6eb2bc65b Allow properties to influence startup visibilities. 2008-05-08 14:32:10 +02:00
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