Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
[org-mode.git] / ORGWEBPAGE / Changes.org
blob7b08b2921e355a8a7a82585d12c8b3da50fc3ae5
1 #   -*- mode: org; org-export-publishing-directory: "tmp"; fill-column: 65 -*-
3 #+TITLE: Org-mode list of User-visible changes
4 #+AUTHOR:  Carsten Dominik
5 #+EMAIL:  carsten at orgmode dot org
6 #+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:{} *:t TeX:t LaTeX:nil
8 * Version 5.23
10 ** Incompatible changes
12 ** Details
14    - M-RET can again be used to split a line so tha the rest of
15      the line becomes the new heading.  However, if you do this
16      in a heading containing tags, the tags will stay in the old
17      line. 
19      Customize the variable `org-M-RET-may-split-line' if you
20      don't want this command to split a line in the middle.  The
21      same variable also influences line splitting in items and in
22      tables.
25 * Version 5.22
27 ** Incompatible changes
29    - The variable `org-log-done' is now less complex.
30    - The in-buffer settings for logging have changed.  Some
31      options no longer exists, some new ones have been added.
33 ** Details
35 *** Changes to logging progress
37     There is now more control over which state changes are being
38     logged in what way.  Please read carefully the corresponding
39     sections in the manual.  Basically: 
41     - The variable `org-log-done' has been simplified, it no
42       longer influences logging state changes and clocking out.
43     - There is a new variable for triggering note-taking when
44       clocking out an item: `org-log-note-clock-out'.
45     - Logging of state changes now has to be configured on a
46       pre-keyword basis, either in `org-todo-keywords' or in the
47       #+TODO in-buffer setting.
48     - These per-keyword settings allow more control.  For example
50       : WAIT(w@)    Record a note when entering this state.
51       : WAIT(w!)    Record a timestamp when entering this state.
52       : WAIT(w@/!)  Recore a note when entering and timestamp
53       :             when leaving this state.  This is great for
54       :             getting a record when switching *back* from
55       :              WAIT to TODO.
56       : WAIT(/!)    Record a timestamp when leaving this state.
57       :             Here we not even define a fast access
58       :             character, but just the logging stuff.
60     This was triggered by requests from Wanrong Lin and Bernt Hansen.
62 *** Other
64    - M-RET no longer brakes a line in the middle, it will make a
65      new line after the current or (if cursor is at the beginning
66      of the line) before the current line.
68    - RET, when executed in a headline after the main text and
69      before the tags will leave the tags in the current line and
70      create a new line below the current one.
72 * Version 5.21
74   Bug fixes, in particular the long-hunted bug about wrong window
75   positions after pressing SPACE in the agenda.  Hopefully this
76   is really fixed.
78 * Version 5.20
80 ** Overview
82 *** Remember/Refile/Goto
84     - The use of prefix arguments for the commands `org-remember'
85       and `org-refile' has been normalized.
87     - The clock can now safely be used in a remember buffer.
88       
89     - The variable `org-remember-use-refile-when-interactive'
90       introduced only in 5.19 is already obsolete.  Please use
91       `org-remember-interactive-interface' instead.
93     - It is no longer necessary to update the refiling targets.
95     - Automatic isearch in `org-goto'.
97     - Outline-path-completion as alternative org-goto interface.
99 *** Misc
101     - Checkboxes now work hierarchically.
103     - `C-k' can now behave specially in headlines.
105     - Repeater for tasks in plain timestamps.
107     - All clock intervals of an item show in agenda/timeline.
108       
109     - New parameter =:step= for clocktable, to get daily reports.
111     - Never loose a repeaded scheduled item from the agenda.
113     - Archiving a subtree now stores the outline path in a property.
115     - Links to messages in Apple Mail.
117     - Bug fixes.
119 ** Incompatible Changes
120    
121    - The variable `org-remember-use-refile-when-interactive'
122      introduced only in 5.19 is already obsolete.  Please use
123      `org-remember-interactive-interface' instead.
125 ** Details
127 *** Remember/Refile/Goto
129     - The use of prefix arguments for the commands `org-remember'
130       and `org-refile' has been normalized:
132       + when called without prefix argument, the command does its
133         normal job, starting a remember note or refiling a tree.
135       + when called with a single C-u prefix, these commands can be
136         used to select a target location and to jump there.  In
137         the case of `org-remember', you will be prompted for a
138         template and then Emacs jumps to the default target
139         location or this template.  In the case of `org-refile',
140         you select a location from the refile target list and jump
141         there.
143       + when called with two prefixes (`C-u C-u'), the command
144         jumps to the location last used for storing a note or a
145         moved tree.
147     - When the clock is running inside an remember buffer, storing
148       the remember buffer with `C-c C-c' will automatically clock
149       out.  This was inspired by a request by Rainer Stengle. 
150       
151     - The variable `org-remember-use-refile-when-interactive'
152       introduced only in 5.19 is already obsolete.  Please use
153       `org-remember-interactive-interface' instead.  This new
154       variable does select the interface that is used to select
155       the target for a remember note in an interactive way.
156       Possible values are:
158       + `outline': Use an outline of the document to select a
159         location.  
160       + `outline-path-completion': Use completion of an outline
161         path to select a location.
162       + `refile': Offer the `org-refile-targets' as possible
163         targets.
165     - It is no longer necessary to update the refiling targets -
166       they are always current.
168     - In `org-goto', typing characters now automatically starts
169       isearch from the beginning of the buffer.  The isearch is
170       special also because it only matches in headline.  This
171       goes some way toward saving org-goto from being removed
172       from Org-mode.  Thanks to Piotr Zielinski for the code, and
173       sorry that it took me so long to put it in.  If you prefer
174       to use single letters n,p,f,b,u,q for navigation as before,
175       configure the variable `org-goto-auto-isearch'.
177     - Outline-path-completion is now available as an alternative
178       interface in the command `org-goto'.  Please select the
179       default interface you'd like to use with the new variable
180       `org-goto-interface'.  You can then select the alternative
181       interface with a prefix argument to `C-c C-j' (org-goto).  I
182       am considering to make outline-path-completion the default
183       interface.  Comments?
186 *** Misc
188     - Checkboxes now work hierarchically.  When a plain-list item
189       with a checkbox has children with checkboxes, the status of
190       the item's checkbox is calculated from the children, each
191       time a checkbox is toggled with C-c C-c.  Thanks to Miguel
192       A. Figueroa-Villanueva for a patch to this effect.
194     - There is a new variable `org-special-ctrl-k'.  When set,
195       `C-k' will behave specially in headlines:
197       + When the cursor is at the beginning of a headline, kill
198         the entire line and possible the folded subtree below the
199         line.
200       + When in the middle of the headline text, kill the
201         headline up to the tags.
202       + When after the headline text, kill the tags.
204       This is following a proposal by Piotr Zielinski.
206     - You can now also have a plain (as opposed to deadline or
207       scheduled) repeater timestamp in a task.  Switching the task
208       to DONE will now also shift a plain time stamp.  This was a
209       request by Austin Frank.
211     - If an entry is clocked multiple times, it will now show up
212       several times in the agenda and timeline buffers, when
213       log-mode is on.  This was a proposal by Jurgen Defurne.
214       
215     - The clock table accepts a new parameter =:step=.  This
216       parameter can be `day' or `week' and will result in separate
217       tables for each day or week in the requested time interval.
218       This was triggered by a proposal by Sacha Chua in her [[http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/][blog]].
220     - A time-stamp with a repeater now no longer refers to the
221       date *closest* to the current day.  Instead, it means either
222       today or the most recent match.  This change makes sure that
223       overdue scheduled or deadline items never disappear from the
224       agenda.  With the previous convention, an overdue scheduled
225       item would disappear.  For example, a weekly item scheduled
226       for Sunday would appear as overdue until Wednesday, and the
227       suddenly disappear until next Sunday.  Now the item will
228       show up as "Sched 7x" on Saturday.  From Sunday on it will
229       be in the list as "Scheduled", i.e. old sins will be
230       forgiven.  This follows a request by Warong, Dennis and
231       Bernt.
233     - Archiving a subtree now creates an additional property,
234       =ARCHIVE_OLPATH=.  This property contains the "path" in the
235       outline tree to the archived entry, as it was in the
236       original file.  For example, archiving =Fix the door= in the
237       following hierarchy
238       
239       : * Tasks
240       : ** HOME
241       : *** Garage
242       : **** Fix the door
243       
244       will file is with the following property
245       
246       : :ARCHIVE_PATH: Task/HOME/Garage
247       
248       Note that you can configure (i.e. limit) the information
249       that gets stored upon archiving with the variable
250       `org-archive-save-context-info'.
252     - New file `org-mac-message.el' by John Wiegley to create
253       links for messages in Apple Mail, and to follow these
254       links.
256     - Bug fixes.
258 * Version 5.19
260 ** Overview
262    - Column view can list the clocked times of a subtree.
264    - Storing remember notes can use the `org-refile' interface.
266    - Storing remember notes no longer produced empty lines.
268    - Moving subtrees now folds all siblings of the subtree.
270    - New variable `org-agenda-todo-keyword-format'.
272    - Hack to allow brackets in link descriptions.
274    - Clocking into an entry can enforce a specific TODO state.
276    - EXPORT_FILE_NAME may be an absolute file name with "~".
278    - Bug fixes, lots of them.
280 ** Details
282    - A new special column definition lists the sum of all CLOCK
283      entries in a subtree.  For example
285      : #+COLUMNS: %20ITEM %10Time_Estimate{:} %CLOCKSUM
287      will allow you to compare estimated times (as given in the
288      Time_Estimate property) with the clocked times.  This was a
289      request by Bernt Hansen.
291    - Storing remember notes can now use the `org-refile'
292      interface instead of the `org-goto' interface (see the
293      variable `org-remember-use-refile-when-interactive').
294      Nothing will change if the note is stored immediately after
295      pressing `C-c C-c' in the =*Remember*= buffer.  But if you
296      have chosen (e.g. by pressing `C-u C-c C-c') to
297      interactively select the filing location (file and
298      headline), the refile interface will be used instead.  I am
299      excited about this change, because the `org-goto' interface
300      is basically a failure, at least for this application.  Note
301      that in any case the refile interface has to be configured
302      first by customizing `org-refile-targets'.
304    - Notes inserted with remember now remove any whitespace
305      before and after the note before being pasted, so that there
306      will be no empty lines inserted together with the note.  We
307      could invent special syntax in remember templates to allow
308      creating empty lines before a note - is there anyone who'd
309      want this?
311    - Moving subtrees now folds all siblings of the subtree.  This
312      is the only reasonably simple way I could find to avoid the
313      reported inconsistencies in the folding state of the outline
314      tree after moving entries.  There are reasons to like this
315      new behavior, because it easily visualizes where the tree is
316      located after the move.  Still, not everyone might be happy
317      with this.  Massive complaining would be needed to make me
318      fix this.
320    - New variable `org-agenda-todo-keyword-format' to specify the
321      width of the TODO keyword field in the agenda display.  Use
322      it to get things to line up better.  This was a proposal by
323      Rainer Stengele.
325    - If a link description inserted with `C-c C-l' contains
326      brackets, the brackets will now be converted into curly
327      braces.  This looks similar enough.  Supporting brackets in
328      link descriptions is, for technical reasons too long to
329      explain here, complex.
331    - The new option `org-clock-in-switch-to-state' can be set to
332      a TODO state that will be enforced when the clock is started
333      on an entry.  This follows an idea by Sacha Chua.
335    - The EXPORT_FILE_NAME property may now also be an absolute
336      file name, and it may contain abbreviations like "~" for the
337      users home directory.  This was requested by Adam Spiers.
339    - Bug fixes, lots of them.
341 * Version 5.18
343   Minor fixes.
345 * Version 5.17
347 ** Details
349 *** Whitespace
351     - When cutting, pasting, or moving subtrees and items, the
352       empty lines *before* the subtree/item now belong to the
353       part and will be moved with it.  There is one exception to
354       this rule: If the first child is moved down (or,
355       equivalently, the second is moved up), the amount of empty
356       lines *above* the first child to be moved along with it is
357       limited by the number of empty lines *below* it.  This
358       sounds complicated, but it allows to have extra empty space
359       before the first child and still have good behavior of the
360       subtree motion commands.
362     - Plain lists items work the same.
364     I believe we have finally nailed this one.  Thanks to Daniel
365     Pittman for bring this up again and to Eric Schulte for
366     pointing out that it is the empty lines *before* an entry
367     that really count.
369     This change was non-trivial, please give it a good test and
370     let me know about any problems.
372 *** Remember
374     - The new command `org-remember-goto-last-stored' will jump
375       to the location of the remember note stored most recently.
376       If you have `org-remember' on a key like `C-c r', then you
377       can go to the location with a double prefix arg: `C-u C-u
378       C-c r'.  This was a proposal by Rainer Stengele.
380     - Template items that are being prompted for can now specify
381       a default value and a completion table.  Furthermore,
382       previous inputs at a specific prompt are captured in a
383       history variable.  For example:
385       : %^{Author|Roald Dahl|Thomas Mann|Larry Niven}
387       will prompt for an author name.  Pressing RET without
388       typing anything will select "Roald Dahl".  Completion will
389       give you any of the three names.  And a history will be
390       kept, so you can use the arrow keys to get to previous
391       input.  The history is tied to the prompt.  By using the
392       same prompt in different templates, you can build a history
393       across templates.  The ideas for this came from proposals
394       by Bastien and Adam.
396     - When a remember template contains the string `%!', the note
397       will be stored immediately after all template parts have
398       been filled in, so you don't even have to press `C-c
399       C-c'. The was a proposal by Adam Spiers.
401 *** Refile
403     - `org-refile-targets' has a new parameter to specify a
404       maximum level for target selection.  Thanks to Wanrong Lin
405       for this proposal.
407     - When the new option `org-refile-use-outline-path' is set,
408       refile targets will be presented like a file path to the
409       completion interface: "level 1/level 2/level 3".  This
410       may be the fastest interface yet to get to a certain
411       outline entry.  Do we need to use this interface in other
412       places?  Thanks to Jose Ruiz for this proposal.
414 * Version 5.16
416 ** Details
418 *** Restriction lock on agenda scope
420     You can now permanently lock the agenda construction to a
421     certain scope, like a file or a subtree.  So instead of
422     pressing "<" for each command in the agenda dispatcher, you
423     only once select a restriction scope.  All subsequent agenda
424     commands will than respect this restriction.  For example,
425     you can use this at work, to limit agendas to your work file
426     or tree, and at home to limit to the home file or tree.  Or
427     you can use it during the day in order to focus in on certain
428     projects.
430     You select a scope with the command `C-c C-x <', which
431     restricts to the current subtree.  When called with a `C-u'
432     prefix, the restriction is to the current file.  You can also
433     make restrictions from the speedbar frame, see below.
435     When making a new restriction and an agenda window is
436     currently visible, it will immediately be updated to reflect
437     the new scope.  TO if you like you can display an agenda view
438     and then watch it change in various scopes.
440     To get rid of the restriction, use the command "C-c C-x >".
441     Or press ">" in the agenda dispatcher.  Also, and use of "<"
442     in the dispatcher will disable the restriction lock and
443     select a new restriction.
445     Thanks to Rick Moynihan for triggering this development. 
447 *** Imenu and Speedbar support
449     - Org-mode now supports Imenu.  For example, with the setting
451       : (add-hook 'org-mode-hook 
452       :    (lambda () 'imenu-add-to-menubar "Imenu"))
454       a menu will be created in each Org-mode buffer that
455       provides access to all level 1 and level 2 headings.  The
456       depth of the menu can be set with the variable
457       `org-imenu-depth'.
459     - org-mode now supports Speedbar.  This means that you can
460       drill into the first and second level headlines of an
461       Org-mode file right from the speedbar frame.
463     - You can set a restriction lock for the Org-mode agenda to a
464       file or a subtree directly from the speedbar frame.  Just
465       press "<" with the cursor on an Org-mode file or subtree to
466       set the lock and immediately update the agenda if it is
467       visible.  Use ">" to get rid of the lock again.
469 * Version 5.15
471 ** Details
473    - There are new special properties TIMESTAMP and TIMESTAMP_IA.
474      These can be used to access the first keyword-less active
475      and inactive timestamp in an entry, respectively.
477    - New variable `org-clock-heading-function'.  It can be set to
478      a function that creates the string shown in the mode line
479      when a clock is running.  Thanks to Tom Weissmann for this
480      idea.
482    - Bug fixes.
484 * Version 5.14
486 ** Overview
488    + Remember and related stuff
489      - New command `org-refile' to quickly move a note.
490      - Easy way to jump to the target location of remember template.
491      - New %-escapes in remember templates: %c %(...) and %[...]
492      - `org-remember-insinuate' simplifies remember setup
494    + Emphasis and Font-lock stuff
495      - Stacked emphasis is no longer allowed.
496      - You may finally emphasize a single character like ~*a*~.
497      - Font-lock now can hide the emphasis markers
498      - Text in the "=" emphasis is exported verbatim
499      - There is a new emphasis marker "~" for verbatim text
500      - Constructs treated specially by the exporters can be highlighted
502    + Properties and Column view
503      - More control over which properties use inheritance
504      - CATEGORY="work" can now be used in a tags/property search
505      - the {+} summary type can specify a printf-style output format
506      - New currency summary type {$}
508    + The date/time prompt
509      - While entering data, watch live the current interpretation.
510      - The date prompt now prefers to select the future
511      - Easier modification of time in an existing time stamp.
513    + Export
514      - You can now export some special strings in HTML, like "..."
515      - #+EMAIL: may contain several email addresses
517    + Agenda
518      - In the agenda, a few keys have changed: `g', `G', and `e'.
520    + Miscellaneous
521      - Class-dependent sectioning structures in LaTeX export.
522      - Radio-lists modeled after the radio tables.
523      - The default for `org-ellipsis' is back to nil
524      - Support for pabbrev-mode
525      - New variable `org-show-entry-below'.
527 ** Incompatible changes
529    - If you have customized the variable `org-emphasis-alist' or
530      org-export-emphasis-alist', you need to do it again by first
531      canceling your customization and then adding it again.
533    - I know that some people have defined their own private helper
534      functions to select a specific remember template, without being
535      prompted, like this:
537      : (defun my-remember-template-n ()
538      :    (interactive)
539      :    (org-remember ?n))
541      You need to modify this.  The character selecting the template
542      must now be the /second/ argument to `org-remember':
544      : (defun my-remember-template-n ()
545      :    (interactive)
546      :    (org-remember nil ?n))
548    - `C-c C-w' now refiles an entry.  To get a sparse tree of
549      deadlines, use `C-c / d' instead.
551 ** Details
553 *** Remember and related stuff
555     - New command `org-refile' to quickly move a note to a
556       different place.  It is bound to `C-c C-w'.  The foremost
557       application might be to put a note or task captured with
558       `remember' into the proper list or project.  The command
559       offers a list of possible refiling targets for completion.
560       These are headings under which the entry will be inserted
561       as a subitem.  By default, this will offer all top-level
562       headings in the current buffer, but you can configure the
563       variable `org-refile-targets' to get more complex
564       definitions.  For example:
566       : (setq org-refile-targets '((nil . (:level . 2))))
568       selects all level 2 headlines in the current buffer as
569       targets.  And
571       : (setq org-refile-targets
572       :      '((org-agenda-files . (:tag . "refile"))))
574       searches all agenda files and selects headlines that are
575       explicitly marked with the tag :refile: .  Note that the
576       list of targets is built upon first use only, to rebuilt
577       it, call the command `C-c C-w' with a double prefix
578       argument.
580       This is based on an idea and example implementation by Max
581       Mikhanosha.  Many thanks Max.
583     - You can now use a C-u prefix on `org-remember' to jump to
584       the location where a specific templates stores its notes.
585       For example, if you have `org-remember' bound to `C-c r',
586       then `C-u C-c r n' will get you to the file and headline
587       given in the template associated with the letter "n".
589       This was proposed by someone, but I have lost track who.
590       Sorry, and thanks anyway.
592     - New %-escapes in remember templates:
594       : %c     insert the current clipboard, like C-y would do
595       : %(..)  evaluate Lisp expression and insert the result
596       : %[..]  include file
598       Thanks to Adam Spiers and Tim O'Callaghan.
600     - New function `org-remember-insinuate' that makes is easier
601       to set Org-mode specific values for remember variables.
602       Thanks to Michael Olson for this proposal.  It is
603       equivalent to:
605       : (require 'remember)
606       : (setq remember-annotation-functions '(org-remember-annotation))
607       : (setq remember-handler-functions '(org-remember-handler))
608       : (add-hook 'remember-mode-hook 'org-remember-apply-template))
610       You might still want to set `org-default-notes-file' to
611       provide a default for templates without a file, and
612       `org-directory' to show where to find other org files.
614 *** Emphasis and Font-lock stuff
616     - Stacked emphasis like ~*/bold italic/*~ is no longer allowed.
618     - You may finally emphasize a single character like ~*a*~.
620     - Font-lock now can hide the emphasis markers, just like Muse
621       does.  Configure the variable `org-hide-emphasis-markers'
622       if you want this.  Showing the characters continues to be
623       the default in Org-mode.
625     - Text in the "=" emphasis is now exported verbatim, i.e. no
626       further parsing and interpretation of this text takes place.  So
627       you can write ~=quoted *xxx* a_x = b=~.  This and the following
628       point implement a request by Daniel Clemente.
630     - There is a new emphasis marker "~" which marks text to be
631       exported verbatim, without special formatting.  Inside an
632       org-mode file, this text is highlighted with the org-verbatim
633       face.  I am not happy with the face yet (currently is is like
634       org-code, but underlined), please suggest a better one.
636     - Whether an emphasis environment is verbatim or not is now an
637       extra flag in the variable `org-emphasis-alist'.  If you have
638       configured this variable, do it again by first canceling your
639       customization to revert to the default, and then adding it
640       again.
642     - New variable `org-highlight-latex-fragments-and-specials'.
643       When turned on, Org-mode will highlight all strings that
644       are treated in a special way by the exporters.  This is
645       great for export-oriented writing, but maybe a bit noisy
646       for note taking, so this feature is off by default.
648 *** Properties and Column view
650     - `org-use-property-inheritance' may now also be a list of
651       property names that should be treated with inheritance
652       during searches.
654     - CATEGORY="work" can now be used in a tags/property search,
655       even if the category is not specified as a property in the
656       entry, but rather is inherited or derived from #+CATEGORY.
657       Thanks to Adam, Tim, and Bastien for an interesting
658       discussion around this issue.
660     - Summary type improvements in column view.
661       * The {+} summary type can specify a printf-style output
662         format for computed values like this: {+;%5.2f}
663         This was triggered by a report by Levin.
664       * New currency summary type {$}, which so far is just a
665         shorthand for {+;%.2f}.  Do we need to have a currency
666         symbol in front of each value.  Scott Jaderholm asked for
667         this, but I am not sure if this is already what he meant.
669 *** The date/time prompt
671     There have been several small but *very* useful additions to
672     the date prompt.
674     - While entering data at the date prompt, the current
675       interpretation of your input is shown next to your input in
676       the minibuffer.  I find this great to understand how the
677       input works.  If you find the extra stuff in the minibuffer
678       annoying, turn it off with `org-read-date-display-live'.
680     - The date prompt now prefers to select the future.  If you
681       enter a date without a month, and the day number is before
682       today (for example, on the 16th of the month you enter
683       "9"), Org-mode will assume next month.  Similarly, if you
684       enter a month and no year, next year will be assumed if the
685       entered month is before the current, for example if you
686       enter "May" in September.  Thanks to John Rakestraw for
687       this great suggestion.  If you find it confusing, turn it
688       off with `org-read-date-prefer-future'.
690     - When modifying an existing date using `C-c .' at the stamp,
691       the time or time range in the stamp are now offered as
692       default input at the prompt.  This goes a long way to
693       simplifying the modification of an existing date.  Thanks
694       to Adam Spiers for this proposal.
696 *** Export (all implemented by Bastien...)
698     - You can now export special strings in HTML.  Here is the
699       list of newly performed conversions:
701       | Org | Description                        | HTML     |
702       |-----+------------------------------------+----------|
703       | ~\\-~ | double backslash followed by minus | &shy;    |
704       | ~--~  | two dashes (minuses)               | &ndash;  |
705       | ~---~ | three dashes (minuses)             | &mdash;  |
706       | ~...~ | three dots                         | &hellip; |
708       You can turn this globally on or off with
709       `org-export-with-special-strings' or locally with "-:t" or
710       "-:nil" in the #+OPTIONS line.  Thanks to Adam Spiers for
711       starting the discussion, and thanks to Daniel Clemente and
712       William Henney for relevant inputs.
714     - Comma-separated emails in #+EMAIL: are correctly exported.
715       Thanks to Raman for pointing out this omission.
717 *** Agenda
719     - In the agenda, a few keys have changed
720       : g  does now the same a "r", refresh current display,
721       :    because "g" is the Emacs standard for "refresh"
722       : G  toggle the time grid, used to be "g"
723       : e  Execute another agenda command, pretty much the same as
724       :    `C-c a', but shorter and keep the same agenda window.
726 *** Miscellaneous (much of it from Bastien)
728     - You can now select the sectioning structure of your LaTeX
729       export by setting it either globally
730       (`org-export-latex-default-class') or locally in each Org
731       file (with #+LaTeX_CLASS: myclass).  You can also customize
732       the list of available classes and their sectioning
733       structures through the new `org-export-latex-classes'
734       option.  Thanks to Daniel for discussions and suggestion on
735       this issue.
737     - You can send and receive radio lists in HTML,
738       LaTeX or TeXInfo, just as you send and receive radio
739       tables.  Check the documentation for details and examples.
741     - The default for `org-ellipsis' is back to nil, some people
742       seem to have had problems with the face as a default.
744     - Support for pabbrev-mode, needs pabbrev version 1.1.  Thanks
745       to Phillip Lord for adapting his package to make this
746       possible.
748     - New variable `org-show-entry-below' to force context-showing
749       commands to expose the body of a headline that is being
750       shown.  Thanks to Harald Weis for pointing out this omission.
753 * Version 5.13i
755 ** Details
757    - On the date/time prompt, you can now also answer with
758      something like +2tue to pick the second tuesday from today.
759      This was a proposal by Sacha Chua.
761    - When interpopating into Lisp formulas in the spreadsheet,
762      the values of constants and properties are no longer
763      enclosed into parenthesis.  When interpolating for calc,
764      this still happens in order to allow expressions in
765      constants.  This problem was reported by Eddward DeVilla.
767    - When a directory is listed in `org-agenda-files', all files
768      with extension matched by the new variable
769      `org-agenda-file-regexp' in that directory will be agenda
770      files.
772    - Bug fixes.
774 * Version 5.13
776 ** Overview
778    - Bug fixes and improvements in column view
779      + All known bugs fixed.
780      + A Column view can be captured into a dynamic block.
781      + The ITEM column is formatted core compactly.
782      + Also ITEM can be edited with `e'
784    - The agenda dispatcher
785      + `<' cycles through restriction states.
786      + Multi-character access codes to commands (= sub-keymaps).
788    - Sorting improvements
789      + User-defined sorting keys.
790      + Sorting by properties.
791      + Sorting of plain lists.
793    - HTML <div> structure
795    - Other stuff
796      + New variables, several of them.
797      + Drawers can be set on a per-file basis.
798      + Better control over priority fontification in agenda.
799      + M-up and M-down now move the current line up and down.
800      + Abort remember template selection with C-g.
802 ** Details
804 *** Bug fixes and improvements in column view
806     - All the bugs described by Scott Jaderholm have been fixed
807       (at least I hope so...).
809     - You can now capture a column view into a dynamic block, for
810       exporting or printing it.  The column view can be
812       + global, i.e. for the entire file
813       + local, i.e. for the subtree where the dynamic block is
814       + from an entry with a specific :ID: property.
816       You can identify the entry whose column view you want to
817       capture by assigning an :ID: property, and use that property
818       in the dynamic block definition.  For example:
820       : * Planning
821       :   :PROPERTIES:
822       :     :ID: planning-overview
823       :   :END:
824       :
825       : [...]
826       :
827       : * The column view
828       : #+BEGIN: columnview :hlines 1 :id "planning-overview"
829       :
830       : #+END:
832       Use `C-c C-x r' to insert such a dynamic block, and you will
833       be prompted for the ID.
835     - When the current column format displays TODO keyword,
836       priority or tags, these parts are stripped from the content
837       of the ITEM column, making for more compact and readable
838       entries.  When any of these "properties" are not listed in
839       the current column format, they are instead retained in the
840       ITEM column.
842     - You can now also edit the ITEM column with `e'.
844 *** The agenda dispatcher
846     - Instead of pressing `1' to restrict an agenda command to
847       the current buffer, or `0' to restrict it to the current
848       subtree or region, you can now also press `<' once or
849       twice, respectively.  This frees up `1' and `0' for user
850       commands, a request by Bastien.  In fact, "<" cycles
851       through different restriction states.  "1" and "0" are
852       still available for backward compatibility, until you bind
853       them to custom commands.
855     - The access code to custom agenda commands can now contain
856       several characters, effectively allowing to bundle several
857       similar commands into a sub-keymap.  This follows an
858       excellent proposal by Adam Spiers.  For example:
860       : (setq org-agenda-custom-commands
861       :   '(("h" . "HOME + Name tag searches") ; describe prefix "h"
862       :     ("hl" tags "+HOME+Lisa")
863       :     ("hp" tags "+HOME+Peter")
864       :     ("hk" tags "+HOME+Kim")))
866     - The user function option in org-agenda-custom-commands may
867       now also be a lambda expression, following a request by
868       Adam Spiers.
870 *** Sorting improvements
872     We are using a new routine for sorting entries, courtesy of
873     John Wiegley.  Many thanks to John.
875     - You can define your own function to extract a sorting key
876       and in this way sort entries by anything you like.
878     - Entries can now be sorted according to the value of a
879       property.
881     - Plain lists can be sorted.
883 *** HTML <div> structure
885     There is now a <div>-based structure in exported HTML.
887     - The table of context is wrapped into a div with a class
888       "table-of-contents".
890     - The outline structure is embedded in <div> elements with
891       classes "outline-1", "outline-2" etc.
893     - The postamble, containing the author information and the
894       date is wrapped into a div with class "postamble".
896     I am not sure if the class names are the best choice, let me
897     know if there are more "canonical" choices.
899     Thanks to Mike Newman and Cezar for input, and in particular
900     to Mike for his clearly formulated specification.
902 *** Other stuff
904     - New variable `org-agenda-window-frame-fractions' to
905       customize the size limits of the agenda window in the case
906       that you display the agenda window by reorganizing the
907       frame.
909     - Drawers can be set on a per-file basis using
911       : #+DRAWERS: HIDDEN STATE PROPERTIES
913       This will define the drawers :HIDDEN: and :STATE:.
914       The :PROPERTY: drawer should always be part of this list, or
915       your properties will not be folded away.
916       Thanks to Richard G. Riley for this proposal.
918     - `org-agenda-fontify-priorities' may now also be an
919       association list of priorities and faces, to specify the
920       faces of priorities in the agenda individually.
922     - The variable `org-export-with-property-drawer' no longer
923       exists, please use `org-export-with-drawers' instead.  Also,
924       the corresponding switch in the #+OPTIONS line has changed
925       from "p" to "d".  Thanks to Bastien for pointing out that we
926       needed to handle not only the property drawer.
928     - M-up and M-down now move the current line up and down (if
929       not at a headline, item or table).  Among other things you
930       can use this to re-order properties in the drawer.  This was
931       a proposal by Bastien.
933     - New variable `org-agenda-todo-ignore-with-date', based on a
934       request by Wanrong Lin.
936     - Aborting remember template selection with C-g now kills the
937       remember buffer and restores the old window configuration.
938       This was a request by Nuutti Kotivuori.
940 * Version 5.12
942 ** Overview
944    - Remember templates can now have name.
945    - `C-c C-k' will abort taking a note (remember of log)
946    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg.
947    - Lines in the agenda can be fontified according to priority.
948    - New variable `org-scheduled-past-days'.
949    - New variables `org-agenda-deadline-leaders' and
950      `org-agenda-scheduled-leaders'.
951    - New sparse tree function `org-sparse-tree'.
952    - The variable `org-ellipsis' now defaults to `org-link'.
953    - The #+OPTIONS line has a new option "tags".
954    - New variable `org-use-property-inheritance'.
956 ** Incompatible Changes
958    - `C-c /' now calls `org-sparse-tree'.
960 ** Details
962    - Remember templates can now have a template name as the first
963      element.  The name will be listed along with the selection
964      character when prompting for a template.  It is best to have
965      the name start with the selection character, for example if
966      you use ("Note" "n"), you will be prompted like "[n]ote".
967      Thanks to Matiyam for this proposal.
969    - `C-c C-k' will abort taking a note.  You can use this in remember
970      buffers and when taking a logging note (e.g. for a state
971      change).  Thanks to Bastien.
973    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg to
974      cut N sequential subtrees.  This was a proposal by John.
976    - Lines in the agenda are now bold if they have priority A and
977      italic if they have priority C.  You can turn this off using
978      the variable `org-agenda-fontify-priorities'.  Thanks to
979      John Wiegley for the idea and code.
981    - New variable `org-scheduled-past-days' to set the number a
982      scheduled item will be listed after its date has passed.
983      Default is 10000, i.e. indefinitely.
985    - New variables `org-agenda-deadline-leaders' and
986      `org-agenda-scheduled-leaders' to adjust the leading text o
987      scheduled items and deadline in the agenda.  Thanks to John
988      Wiegley for a patch.
990    - New sparse tree function `org-sparse-tree'.  This is now the
991      default binding for `C-c /'.  It requires one additional
992      keypress to select a command, but in return is provides a
993      single interface to all the different sparse tree commands,
994      with full completion support.
996    - The variable `org-ellipsis' now defaults to the face
997      `org-link' because the visibility of the dots is really bad
998      and I have found this change very useful indeed.
1000    - The #+OPTIONS line has a new option "tags" which can be used
1001      to set `org-export-with-tags'.  Thanks to Wanrong Lin for
1002      this proposal.
1004    - New variable `org-use-property-inheritance'.  Configure it
1005      to `t' if you want that searching for entries with certain
1006      properties always should assume inheritance.  This is not
1007      well tested yet, please check it out.
1009    - Bug fixes
1011 * Version 5.11
1013 ** Overview
1015    - SUMMARY, DESCRIPTION, LOCATION properties for iCalendar
1016    - Command to jump to the running clock
1017    - Clock entries can now have their own drawer
1018    - `C-c C-x C-r' only updates a clocktable at point
1019    - New way to assign a remember template to a single key
1020    - `C-n' and `C-p' are back to their default binding
1021    - `C-x C-s' in agenda buffer saves all org-mode buffers
1022    - Schedule/deadline leaves note in agenda buffer
1023    - Prefix argument for `C-c C-d/s' will remove date
1024    - New variable to make block aranda more compact
1025    - Better tag alignment in agenda
1027 ** Incompatible changes
1029    - If you have customized `org-drawers', you need to add
1030      "CLOCK" to the list of drawers.
1032    - The variable `org-agenda-align-tags-to-column' has been
1033      renamed to `org-agenda-tags-column'.  The old name is still
1034      an alias, in Emacs 22 and in XEmacs, but not in Emacs 21.
1036    - The default value for both `org-tags-column' and
1037      `org-agenda-tags-column' is now -80.
1039    - The variable
1040      `org-insert-labeled-timestamps-before-properties-drawer'
1041      is now obsolete.
1043 ** Details
1045    - The LOGGING property allows to modify the settings for
1046      progress logging for a single entry.  For example:
1048      : :PROPERTIES:
1049      :   :LOGGING: nologging nologrepeat
1050      : :END:
1052      turns off all progress logging for the current entry and its
1053      children.
1055    - The properties SUMMARY, DESCRIPTION and LOCATION have
1056      special meaning during iCalendar export, when they translate
1057      to the corresponding VEVENT and VTODO fields.  If not given,
1058      Org-ode continues to use cleaned-up version of the headline
1059      and body as the summary and the description, respectively.
1061    - New function to go to the entry with the currently running
1062      clock.  Bound to `C-c C-x C-j', in agenda also to "J".  If
1063      you use this often, you might even want to assign a global
1064      key.  Thanks to Bernt and Bastien.
1066    - Clock entries can now have their own drawer, the :CLOCK:
1067      drawer.  Check out the variable `org-clock-into-drawer' for
1068      configuration of this feature.  The default is to create a
1069      drawer when the second clocking line gets added to an entry.
1070      Note that "CLOCK" has been added to the default value of
1071      `org-drawers', but if you have configured that variable, you
1072      must go back and add "CLOCK" yourself to get this drawer
1073      folded away.  Thanks to Tom Weissman for pointing out that
1074      too many clock entries are visually annoying.
1076    - `C-c C-x C-r' no longer tries to find the first clocktable
1077      in a buffer and then updates it.  Instead, it will update
1078      the clocktable at point if there is one (same as C-c C-c
1079      will do if the cursor is in the "#+BEGIN" line of the
1080      table).  If there is none at point, a new one will be
1081      inserted.  This change was necessary because the new :scope
1082      parameter allows to have several clocktables in a buffer.
1083      Thanks to Bastien for pointing this out.
1084      To update all dynamic blocks in a file, use `C-u C-c C-x C-u'.
1086    - The function `org-remember' can now be called with a
1087      template selection key as argument.  This helps to make key
1088      bindings that go directly to a specific template without
1089      being prompted for a template, like this:
1091      : (global-set-key [f5] (lambda () (interactive) (org-remember "j")))
1093      Thanks to Richard G Riley for bringing this up.
1095    - `C-n' and `C-p' are back to their default binding
1096      (next/previous line) in the agenda buffer.  Enough people,
1097      including recently Denis Bueno, have complained about this,
1098      and I agree it is not good to break habits like that.
1100    - `C-x C-s' in an agenda buffer now saves all org-mode buffers
1101      (also `s' does this).
1103    - Setting schedule or deadline dates from the agenda now
1104      produces a note in the agenda, similarly to what happens
1105      with S-left/right.
1107    - Using a prefix argument for `C-c C-d' or `C-c C-s' will
1108      remove the deadline or scheduling date from an item.  Thanks
1109      to Wanrong Lin for this proposal.
1111    - New variable `org-agenda-compact-blocks'.  When set, the
1112      space between blocks in a block agenda is reduced as much as
1113      possible, to show more items on a single screen.
1115    - The variable `org-agenda-tags-column' (renamed from
1116      `org-agenda-align-tags-to-column') can now also be negative,
1117      to mean alignment to the left.  The new default is -80, just
1118      like it is now for `org-tags-column'.
1120    - Bug fixes
1122 * Version 5.10
1124 ** Overview
1126    - Category and the archive location can be properties.
1127    - The clocktable has a new =:scope= parameter.
1128    - CSV support when importing a table.
1129    - Better defaults when modifying a time stamp.
1130    - New way to specify the duration of an appointment.
1131    - More aggressive version of orgstruct-mode improved wrapping.
1132    - Modifications to priority cycling.
1133    - Modifications to computations in column view.
1134    - New command `org-occur-in-agenda-files'.
1135    - Bug fixes.
1137 ** Details
1139    - Both the category and the archive location in a (sub)tree of
1140      the buffer can now be specified using a property, for
1141      example:
1143      : * Tree with special properties
1144      :   :PROPERTIES:
1145      :     :CATEGORY: Examples
1146      :     :ARCHIVE:  /some/special/file::
1147      :   :END:
1149      This is a much cleaner way of dealing with multiple
1150      categories and archives in a single file.  The preferred use
1151      of the =#+CATEGORY= and =#+ARCHIVE= lines is now to set a
1152      *single* default for the file which is then locally
1153      overruled by properties.  This was a proposal from Bastien
1154      if I remember correctly.  Multiple =#+= lines still work
1155      and I don't plan to remove this support soon, but I
1156      encourage you to stop using them.
1158    - The clocktable has a new =:scope= parameter that determines
1159      the range in the file from which clock entries should be
1160      taken.  This can be anything from the local subtree to the
1161      entire buffer to even the full list of agenda files.  Legal
1162      values are:
1164      | value   | scope                                           |
1165      |---------+-------------------------------------------------|
1166      | nil     | the current buffer or narrowed region           |
1167      | file    | the full current buffer                         |
1168      | subtree | the subtree where the clocktable is located     |
1169      | treeN   | the surrounding level N tree, for example tree3 |
1170      | tree    | the surrounding level 1 tree                    |
1171      | agenda  | all agenda files                                |
1173      Thanks to Jason F. McBrayer and Bernt Hansen for
1174      inspiration.  Thanks to cranreuch (what is you full name?)
1175      for mentioning, at the right moment, that the clocktable is
1176      not so bad - that remark made it seem worthwhile to add
1177      features.
1179    - The commands to import a table and to convert a region to a
1180      table can now handle comma-separated values (CSV).  The
1181      algorithm does not yet treat quoting correctly, but for
1182      basic input it works.
1184    - When modifying an existing time stamp, or when entering the
1185      second stamp of a range, the date prompt will now
1186      consistently default to the date/time in the existing stamp.
1187      This was triggered by Nuutti Kotivuori's request.
1189    - At the date/time prompt, there is a new way to specify a
1190      range of hours, by using "+DURATION" after the time.  For
1191      example:
1193      :  14:00+2  means 14:00-16:00
1194      :  2pm+2:30 means 14:00-16:30
1196      Again, Nuutti Kotivuori's request.
1198    - When you use the function `turn-on-orgstruct++' to turn on
1199      orgstruct-mode, the special org-mode settings for
1200      auto-filling, indentation and paragraphs are exported into
1201      the buffer, so that typing list items with indentation works
1202      better.  This was Bastien's idea and request.
1204    - New variable `org-priority-start-cycle-with-default'.  When
1205      t (the default), priority cycling will initially set the
1206      default priority and then increase or decrease.  When nil,
1207      the first priority set by cycling is already 1 different
1208      from the default priority.  This was mostly driven by
1209      Bastien.
1211    - In column view: When an entry has a property for a summary
1212      column defined, its value is normally overwritten by the sum
1213      of all the children's values each time you enter column
1214      view.  Now there is an exception to this rule: If none of
1215      the children has that particular property defined, the
1216      parent's value stays.  In this way you can still place TODO
1217      items under such an entry without getting the property value
1218      changed.  Thanks to Russel Adams for pointing out that this
1219      is a better way of doing things.
1221    - In column view, computed values are now bold face, and
1222      trying to edit them is an error.  I think this works, but
1223      testing is appreciated.
1225    - New command `org-occur-in-agenda-files', this is basically
1226      the quick command John Wiegley proposed the other day, but
1227      it also works when the agenda files are not yet in buffers.
1228      The key is `C-c C-x /', any better proposals?
1230    - Links containing a space will now be handled correctly when
1231      calling the browser.  Note that you need to enclose such
1232      links in square or angular brackets.
1234    - Bug fixes.
1236 * Version 5.09
1238 ** Overview
1240    - Taking a note upon TODO state changes can be restricted to
1241      selected states.
1243    - The format in which dates are shown in the daily/weekly
1244      agenda can be configured.
1246    - The default for `org-remember-store-without-prompt' is now t.
1248    - `org-goto' has been made into a general lookup command.
1250    - Priority cycling goes back to the nil state.
1252    - You can store a remember note to the *last used* location.
1254    - On Emacs 23, the headline faces for org-mode are now
1255      inherited from the outline faces.
1257 ** Incompatible Changes
1259    - The default for `org-remember-store-without-prompt' is now
1260      t, in order to better match the original intent of
1261      remember.el (storing a note with minimum interruption of
1262      work flow).  I expect that many people will be hit by this
1263      incompatible change - nevertheless I believe it is the right
1264      thing to do.
1266 ** Details
1268    - You can now select specific states for recording a note when
1269      switching to that state.  With the setting
1271      : #+SEQ_TODO: TODO(t) ORDERED(o@) INVOICE(i@) PAYED(p) | RECEIVED(r)
1272      : #+STARTUP: lognotestate
1274      only the states ORDERED and INVOICE will record a timestamp
1275      and a note.
1277    - You can now set the format of the string for each day in the
1278      agenda and timeline buffers.  You can use a format string
1279      interpreted by `format-time-string', or you can write your
1280      own function.  Configure the new variable
1281      `org-agenda-format-date'.  Thanks to Levin for triggering
1282      this development with a patch.
1284    - The default for `org-remember-store-without-prompt' is now
1285      t, in order to better match the original intent of
1286      remember.el (storing a note with minimum interruption of
1287      work flow).  Since we can assign files and headlines to
1288      templates, I guess this takes care of selecting a filing
1289      location in most cases.  For interactive filing, you now
1290      need a prefix command when exiting `remember'.
1292    - `org-goto' (bound to `C-c C-j') now uses an indirect buffer
1293      and has additional commands enabled: Org-occur with `C-c /'
1294      or even faster with `/', and the commands needed to select
1295      and copy a region.  This make `org-goto' a more general
1296      lookup command instead of only a jumping command.  Remember
1297      that you can exit with `Q' to go back to the original
1298      location.  Thanks to William Henney for this idea.
1300    - Setting the priority with S-up/down now cycles back to a
1301      state where no priority is specified.  This was requested by
1302      Rick Moynihan.
1304    - You can store a remember note to the *last used* location.
1305      So if you select a location interactively once, you can
1306      re-use it without having to find it again.  For this, exit
1307      the remember buffer with `C-u C-u C-c C-c'.  The leading
1308      comment in the remember buffer will tell exactly where the
1309      note goes if you exit with a particular command.
1310      Thanks to Maxim Loginov for this idea.
1312    - On Emacs 23, the headline faces for org-mode are now
1313      inherited from the outline faces.  This is just a
1314      convenience, so that you only have to configure one set of
1315      faces, and that will then be outline-1 .. outline-8.  You
1316      will actually not see any difference in org-mode, because
1317      Stefan Monnier has made the outline faces in Emacs 23 to
1318      match the current org-mode faces.
1320      This change does not effect XEmacs, nor Emacs 21 and 22.
1322 * Version 5.08
1324 ** Incompatible changes
1326    - The default for `org-deadline-warning-days' is now 14.
1328 ** Details
1330    - There is now a separate interface for fast and directly
1331      setting a TODO keyword.  This interface kicks in when you
1332      have configured keys for TODO keywords like
1334      : #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c)
1336      C-c C-t still does the cycling thing, you need to use a
1337      prefix argument to get to the fast interface.  Or configure
1338      the variable `org-use-fast-todo-selection' to t, then this
1339      will be the default and the prefix argument will make the
1340      command fall back to cycling.
1342      The tag selection no longer does include TODO keywords -
1343      Leo's arguments have convinced me that this is not a good
1344      idea.  If you'd like to see the TODO keywords in the tags
1345      interface anyway, set the variable
1346      `org-fast-tag-selection-include-todo'.  Thanks to Leo and
1347      others for input on this issue.
1349    - New variable `org-edit-timestamp-down-means-later'.  When
1350      set, `S-down' on a timestamp will change the timestamp to
1351      later.  Thanks to Raman for this idea.
1353    - Property names can now contain non-ascii word characters.
1354      This follows a request from Daniel Clemente.
1356    - For export, the date that should be given in the exported
1357      file can now be set to a specific value with a line like
1359      : #+DATE: 15 November 2003
1361      If you want to use the date/time when the file was created,
1362      use a format string that will be interpreted by
1363      `format-time-string', for example:
1365      : #+DATE: %Y/%m/%d %X
1367    - The default of `org-deadline-warning-days' has changed to 14
1368      days.  30 was really too much, I suspect most people (me
1369      included) have changed this.
1371    - When a deadline has an individual lead time, this lead time
1372      obviously overrules `org-deadline-warning-days'.  However,
1373      if you bind `org-deadline-warning-days' to a number <=0, for
1374      example during a custom agenda command, then the absolute
1375      value of this number will be enforced also when a different
1376      lead time has been specified.  This is useful to get a list
1377      of all deadlines coming up in the next N days.
1379 * Version 5.07
1381 ** Overview
1383    - Different faces for different TODO keywords.
1385    - Setting TODO states through the TAG setting interface.
1387    - Context information is stored when moving a tree to the archive.
1389    - Sorting can be done by priority.
1391    - `Org-ellipsis' can now also be a face.
1393    - Scheduling info is no longer removed entry is marked CLOSED.
1395    - Unavailable files in `org-agenda-files' can be skipped.
1397 ** Incompatible changes
1399    - The time of archiving is now stored as a property.
1400      ARCHIVED is no longer a special time keyword.
1402    - Scheduling info is no longer removed entry is marked CLOSED.
1404 ** Details
1406    - You can now define different faces for different TODO
1407      keywords.  This request has come up frequently, so here it
1408      is: Use the variable `org-todo-keyword-faces'.
1410      A Here is a configuration example:
1412      : (setq org-todo-keyword-faces
1413      :   '(("TODO"      . org-warning)
1414      :     ("DEFERRED"  . shadow)
1415      :     ("CANCELED"  . (:foreground "blue" :weight bold
1416      :                    :underline t))))
1418      Org-mode continue still use `org-todo' and `org-done' for
1419      keywords that have no specific face assigned.
1421    - Some People use TODO states more like tags.  For them the
1422      TODO keywords mark special states and they like to quickly
1423      switch between states in arbitrary sequence.  The standard
1424      TODO interface is not perfect for this, because it assumes
1425      that the states are reached in sequence.  However, the fast
1426      tag setting interface is in fact perfect for this.  You can
1427      now "misuse" the TAG selection interface to also set TODO
1428      states.  All you need to do is to assign keys to the TODO
1429      states, just like you also do for tags.
1431      : #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d)
1432      : #+TAGS: @HOME(h) @OFFICE(o) @SHOP(s)
1434      Next time you try to set tags with C-c C-c, the todo states
1435      will be offered as well, and the corresponding key will
1436      switch the entry to that state.
1438    - New variable `org-archive-save-context-info' governs if
1439      information that would be lost by moving a subtree to the
1440      archive file, should be stored as special properties.  For
1441      example,
1443      : (setq org-archive-save-context-info '(itags category))
1445      will store the inherited tags and the category in properties
1446      ARCHIVE_ITAGS and ARCHIVE_CATEGORY, respectively.  The
1447      default setting for this variable is to save everything that
1448      could be lost.  This was a proposal by John Wiegley.
1450    - Sorting (`C-c ^') can use the use the priority to sort.  Use
1451      the "p" and "P" keys at the prompt.  John Wiegley, again.
1453    - `Org-ellipsis' can now also be a face to make the folding
1454      ellipsis more visible.  This is based on a post by Tassilo
1455      Horn.  Since `org-ellipsis' only works in Org-mode, you
1456      might want to use Tassilo Horn's hack directly in order to
1457      affect the folding ellipsis globally.
1459    - Scheduling info is no longer removed when an entry is marked
1460      CLOSED.  This was a request by Brian van den Broek.  Let me
1461      know if this breaks anything for you - then it will become
1462      an option.
1464    - New option `org-agenda-skip-unavailable-files'.  Currently,
1465      if a file does not exist, it will be removed from
1466      `org-agenda-files' after a query.  When this option is set,
1467      the file will simply be skipped.
1469    - Bug fixes.
1471 * Version 5.06
1473 ** Overview
1475 ** Details
1477    - When exporting only a region and this region is a single
1478      (sub)tree (for example selected with `C-c @'), the title for
1479      the exported document is taken to be the heading of the
1480      subtree.  The sublevels become top-level entries in the
1481      export.  Furthermore, if the head entry of the tree has or
1482      inherits an EXPORT_FILE_NAME property, that file name (with
1483      appropriately substituted extension) will be used for the
1484      exported tree.  Thanks to Patrick Drechsler and Jost Burkart
1485      for these ideas.
1487    - org-special-ctrl-a/e has a third allowed value, `reversed'.
1488      When it is set to this value, the first C-a or C-e command
1489      behaves normally, i.e. it goes to the true beginning or end
1490      of the line.  Only when you press C-a or C-e immediately
1491      again, the the "special" position will be found.  Additional
1492      presses of the same key jump between the two positions.  I
1493      like this a lot better than the `t' setting, because now the
1494      keys behave more predictable and still give easy access to
1495      the special locations.
1497    - New command to set or remove a tag from all headlines in a
1498      region.
1500    - When Org-mode visits a file, it will initially hide all
1501      drawers.
1503    - The default of the variable `org-cycle-global-at-bob' is now
1504      nil, meaning that TAB no longer does global visibility
1505      cycling at the beginning of the buffer.
1507    - Bug fixes, in particular the problems with scheduling and
1508      deadlines introduced in 5.05.  Please check carefully if
1509      this works correctly again, and complain if not.
1511 * Version 5.05
1513 ** Overview
1515    - LaTeX export, finally, thanks to Bastien.
1517    - Extension mechanism for the hyperlink system.
1519    - Global access to commands inserting and following links.
1521    - Individual lead-times for deadlines.
1523    - Option to show only the next instance of repeating timestamp.
1525    - Store remember notes with only 2 keys: C-c C-c
1527    - Appointment reminders from Org-mode.
1529    - Global values for selected properties.
1531    - Bug fixes.
1534 ** Details
1536    - Bastien's `org-export-latex.el' is now part of the org-mode
1537      distribution.  You can export an Org-mode document to a
1538      LaTeX file with `C-c C-e l'.  For more options, see the
1539      manual, and the commentary in the Lisp file.  Kudos to
1540      Bastien for contributing this frequently requested feature.
1541      I am sure this has been tough because of the many different
1542      ways I have been allowing LaTeX snippets and environments to
1543      be incorporated in lazy free-format ways.
1545    - Org-mode has now an extension mechanism for the hyperlink
1546      system.  This should clear the road for all those mairix and
1547      other ideas that have been floating around.  Now it is on
1548      *you* to write and share new link types for Org-mode.  The
1549      interface for adding a new link type is described in the
1550      appendix of the manual, section A2.  The unsolved problem is
1551      currently how to handle the new link types for
1552      export/publishing.
1554    - New *global* commands `org-open-at-point-global' and
1555      `org-insert-link-global'.  You can bind these commands to
1556      global keys and use them to insert and follow Org-mode-like
1557      links anywhere in Emacs.  Thanks to Adam Spiers for this
1558      excellent idea.
1560    - Each deadline timestamp may now specify its own interval of
1561      lead-time display, given in days, weeks, months or years.
1562      The syntax is like this
1564      : DEADLINE: <2007-08-13 Mon -5d>
1566      When combined with a repeater, the repeater has to come
1567      first:
1569      : DEADLINE: <2007-08-13 Mon +2w -5d>
1571      You may now also customize the faces that are used in the
1572      agenda to indicate the distance of an approaching deadline.
1573      See the new option `org-agenda-deadline-faces'.
1575      Thanks to Pavel Chalmoviansky and John Wiegley proposals in
1576      this direction.
1578    - New option `org-agenda-repeating-timestamp-show-all'.  When
1579      set to nil, repeating time stamps will only show up once in
1580      the agenda, either today or in the near future.  Other
1581      matches will be ignored.  Thanks to John Wiegley for this
1582      proposal.
1584    - New variable `org-remember-store-without-prompt'.  When set,
1585      exiting the remember buffer with C-c C-c will store the note
1586      without further prompts to the default location, and `C-u
1587      C-c C-c' will get the prompts for file and location.  So
1588      this variable reverses the prefix-argument functionality for
1589      storing remember notes.  This follows a request from John
1590      Wiegley.
1592    - A new function `org-agenda-to-appt' activates all
1593      appointments for the current day so that Emacs will display
1594      reminders.  This uses appt.el.  Thanks to Bastien for this
1595      function.
1597    - You can now set default values for properties that can be
1598      inherited by all entries in a buffer, or by all entries
1599      globally.  Global properties are set in the variable
1600      `org-global-properties', like this:
1602        (setq org-global-properties '(("NAME" "This is the value")))
1604      Buffer-local values are set like this:
1606        #+PROPERTY: NAME This is the value
1608      When using org-entry-get to get the value of a property with
1609      the `inherit' flag and the hierarchy above the entry does
1610      not contain this property, the buffer-local and global lists
1611      are checked as well.  This is mostly useful (I think) to set
1612      the list of allowed values for a property.  Thanks to Bernt
1613      Hansen and Bastien for these ideas.
1615    - Bug fixes.
1617 * Version 5.04
1619 ** Details
1621    - New variables `org-export-author-info' and
1622      `org-export-time-stamp-file' to turn off inclusion of author
1623      and time information into exported files.  Thank to Patrick
1624      Drechsler for pointing out that this would be useful.
1626    - New variable to avoid moving DEADLINE and SCHEDULED info
1627      into the property drawer.  The default is now to not move
1628      this stuff into the drawer.
1629      `org-insert-labeled-timestamps-before-properties-drawer'
1631    - `org-archive-mark-done' can be a string now, to select a
1632      specific keyword that should be used for archived entries.
1634    - New command "j" in agenda to jump to an arbitrary date.
1635      Thanks to Bernt Hansen for the patch.
1637    - Lots of minor fixes.
1639 * Version 5.03
1641 ** Incompatible Changes
1643    - The variable `org-special-ctrl-a' has been renamed to
1644      `org-special-ctrl-a/e'.  The old one is still an alias (but
1645      not on Emacs 21 where variable aliases cannot be defined).
1647 ** Details
1649   - When the variable `org-special-ctrl-a/e' is set, C-e in a
1650     headline first goes to the end of the headline ignoring the
1651     tags.  A second C-e then goes to after the tags.
1653   - Typing and removing single characters in a headline now
1654     keeps the tags in the headline aligned.  This could have a
1655     little impact on performance while deleting stuff - let me
1656     know if we need to make this customizable.
1658   - New option `org-n-level-faces' can be used to set the number
1659     of different faces that are used for headlines.  Default is
1660     all 8 faces Org-mode defines for this purpose, level 9 uses
1661     again the level-1 face.  However, you can use fewer, and then
1662     the level-1 face will be reused already for level N+1, etc.
1664   - Column View and hidestars now work together.
1666   - Bug fixes.
1669 * Version 5.02
1671 ** Overview
1673    - The interfaces for properties and column view are finished
1674      now and work well.
1676    - Properties can be summaries, i.e. the parent nodes can
1677      compute their value from the children's values.
1679    - Headlines finally require a space ofter the star(s).  The
1680      conflict with bold text at the beginning of the line is no
1681      longer there.
1683 ** Incompatible Changes
1685    - Bad news.  It looks like it is going to be really hard to
1686      make column view work on XEmacs and on Emacs 21.  Emacs 22
1687      is currently the only Emacs where this works.  If you are
1688      using Emacs 21 or XEmacs, you can still use properties, but
1689      not column view.
1691 ** Details
1693    - Improvements for properties:
1695      + There are interactive commands to insert and delete
1696        properties.  Read the manual chapter 7 for details.
1698      + You can define /allowed values/ for a property.  When
1699        these are defined, you can change the value of a property
1700        with S-left and S-right.  And you may use completion when
1701        inserting the property.  This goes a long way to prevent
1702        typos when entering properties.
1704    - Improvements for column view.
1706      + In column view, you may use the keys S-left/right (and
1707        also the keys `n' and `p') to switch from one allowed
1708        value to the next.
1710      + You can define summaries for columns.  For example,
1711        parents can contain the sum of all children values of a
1712        property, or the parent node can have a check box property
1713        that is automatically checked when all children's boxes are
1714        checked.
1716      + There are interactive commands to add and remove columns,
1717        and to change the attributes of a column like the summary
1718        type.
1720      These additions lead to the exciting fact that the example
1721      from [[http://www.omnigroup.com/images/applications/omnioutliner/features/multicolumn.jpg][omni outliner]] posted by Scott Jaderholm can now be
1722      accurately [[file:omni-org.jpg][reproduced by Org-mode]].
1724    - The space after the stars is now required in a headline, in
1725      order to remove the conflict with bold words at the
1726      beginning of a line.  So
1728      :    * This is a level 1 headline
1729      :    *this is bold text*
1731    - S-up and S-down to navigate plain item lists are now also
1732      available in orgstruct-mode.
1734 * Version 5.01
1736 ** Overview
1738    - A new minor mode, orgstruct-mode, exports the Org-mode
1739      structure editing commands into any other mode.
1741    - DRAWERS are a new level off folding for special sections
1742      that should stay closed during visibility cycling and only
1743      open if explicitly asked.
1745    - Entries can now have PROPERTIES.
1747    - A COLUMN VIEW implementation allows to easily view and edit
1748      the properties of a hierarchy of entries (Emacs only, for
1749      now).
1751    - Formula evaluation in the spreadsheet is more consistent
1752      now.  Properties and per-file constants can be used during
1753      evaluation.
1755    - Bug fixes and minor changes.
1757 ** Incompatible changes
1759    - When using LEVEL=N in a tags search, things have changed if
1760      you are also using `org-odd-levels-only'.  If you are using
1761      only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
1762      now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
1763      to Leo (or blame on him if you must) who has convinced me
1764      that this is the better convention.
1766 ** Details
1768 *** Orgstruct minor mode
1770     There is a new minor mode, orgstruct-mode.  This modes works
1771     in a similar way as Orgtbl-mode.  It can be used to export
1772     the Org-mode structure-editing commands into arbitrary major
1773     modes in Emacs.  For example, you can use it in Mail-mode to
1774     easily create lists.
1776     The functionality in Orgstruct mode is only active, if the
1777     cursor is in a line that looks either like a headline, or
1778     like the first line of a plain list item.  Then the commands
1779     `TAB', `M-cursor', `M-S-cursor', `M-RET', `M-S-RET', `C-c ^',
1780     `C-c C-c', and `C-c -' will do structure-related editing just
1781     like in Org-mode.  If the cursor is not in such a line, all
1782     these keys will do whatever the major mode or other active
1783     minor modes have assigned to them.
1785     Orgstruct-mode is the result of a proposal by Raman, quite
1786     some time ago.  It has taken a long time, but here is finally
1787     the promised implementation.
1789 *** Drawers
1791     The new concept of /drawers/ allows to create sections
1792     that remain folded during visibility cycling.  Drawers need
1793     to be configured using the variable `org-drawers'.  A drawer
1794     starts with a line containing only the name of the drawer
1795     bracketed by colons. It ends with :END:.  For example,
1796     after setting
1798     :   (setq org-drawers '("PROPERTIES" "HIDDEN"))
1800     you can then create drawers like this:
1802     :   :HIDDEN:
1803     :     here is some stuff that remains hidden
1804     :     unless TAB is pressed directly in that line
1805     :   :END:
1807     The PROPERTIES drawer has special meaning for ORG-mode, it
1808     contains properties of an entry (see below).
1810 *** Properties and Column View
1812     - Entries in Org-mode can now have arbitrary /properties/
1813       associated with them.  Org-mode handles some default
1814       properties like the TODO state, the priority, the local
1815       tags, and planning information like DEADLINE and SCHEDULED.
1816       In addition, you can assign arbitrary properties by creating
1817       a property drawer and inserting a line like
1819       :   :PROPNAME: This is the value of the property
1821       Org-mode has an API for properties, if you want to write a
1822       program using properties, use the functions
1823       `org-entry-properties', `org-entry-get', `org-entry-put',
1824       and `org-entry-delete'.
1826     - Planning information like DEADLINE can be hidden in the
1827       properties drawer.
1829       If the PROPERTIES drawer starts in the first line after a
1830       headline, also the DEADLINE, SCHEDULED and CLOCK information
1831       will be inserted inside the drawer.  If no PROPERTIES drawer
1832       is present, or if it does not start in the line right after
1833       the headline, this information remains in the lines directly
1834       after the headline, outside the drawer.
1836     - TAGS searches can now also query properties.  For example,
1837       the search
1839       :   LEVEL=3+BOSS+ASSIGNED="Hans"/WAITING
1841       will find entries that
1842       - are level 3
1843       - have the tag BOSS
1844       - have an ASSIGNED property with the value "Hans"
1845       - are TODO status WAITING.
1847         So here is an entry that will match:
1849         :   *** WAITING Clean up the factory     :BOSS:
1850         :       :PROPERTIES:
1851         :       :ASSIGNED: Hans
1852         :       :END:
1854         You may also use a regular expression to match against a
1855         property value.  For example, to find stuff assigned to Hans
1856         or Sarah, use
1858         :   ASSIGNED={^\(Hans\|Sarah\)$}
1860     - Column View is a special way to look at property values in
1861       tabular form.  Column View can be used in any org-mode
1862       file, and also in any agenda buffer.  It works by placing
1863       an overlay over each headline (or agenda line) that shows a
1864       table of selected properties.  You can look at and edit
1865       properties from this view.  Which properties are shown in
1866       the table must be set up using the COLUMNS property.  You
1867       can set up different property columns on different levels
1868       of an outline tree.  For example:
1870       :   * People
1871       :     :PROPERTIES:
1872       :     :COLUMNS: %25ITEM %Name
1873       :     :END:
1874       :   ** Family
1875       :      :PROPERTIES:
1876       :      :COLUMNS: %25ITEM %Name %3Age
1877       :      :END:
1878       :   *** Sam
1879       :       Info about Sam, including a property list with Name and Age.
1880       :   *** Sarah
1881       :       Info about Sarah, including a property list with Name and Age.
1882       :   ** Office
1883       :      :PROPERTIES:
1884       :      :COLUMNS: %25ITEM %Name %Function %Salary
1885       :      :END:
1886       :   *** Boss
1887       :       Info about the Boss, including a property list with Name,
1888       :       Function and Salary (if only we knew....).
1890       Now we have defined three different sets of columns.  If
1891       you switch to column view in the /Family/ section, you
1892       will get a different table than if you do it in the
1893       /Office/ section.  However, if you switch to column
1894       view with the cursor on the /People/ section, the
1895       table will cover all entries, but contain only the
1896       /Name/.
1898       Column view does, for the time being, only work on Emacs.
1899       The XEmacs implementation needs a bit of work.
1901     - Properties can be used in table formulas.  To access the
1902       value of the property :XYZ:, use $PROP_XYZ.  The property
1903       needs to be defined in the hierarchy above the table, not
1904       necessarily in the same entry as the table.  This was a
1905       request by Eddward.  File-wide constants can be defined with
1906       #+CONSTANTS, see below.
1908     - Things that still need to be sorted out about drawers,
1909       properties and column view - comments and suggestions
1910       welcome!
1912       + How to deal with drawers and properties in HTML and ASCII
1913         export?
1914       + What key could be used to insert an empty property drawer
1915         into an entry?
1916       + Right now column view is invoked through the command C-c
1917         C-x C-c.  It is too easy to type C-x C-c by mistake, and
1918         that causes Emacs to quit.  Suggestions for a different
1919         key?
1920       + Fontification of drawers and properties is not good yet.
1921         Any suggestions for better defaults?
1922       + Mouse support for editing properties in column view would
1923         be nice - maybe Piotr is interested to add this to
1924         org-mouse.el?
1926 *** Spreadsheet
1928     - In the spreadsheet, the evaluation of formulas has changed.
1929       Previously, first the column formulas would be evaluated
1930       everywhere, and then the field formulas would kick in, and
1931       in some cases overwrite the results of column formulas in
1932       the appropriate fields.  This had the side effect that some
1933       formulas might always use the wrong, intermediate content of
1934       a field that is computed both by a column and a field
1935       formula.
1937       From now on, column formulas will no longer temporarily
1938       overwrite field formulas.  This gives much more consistent
1939       results.  For example you can now finally have a column of
1940       increasing numbers by setting the first field to a fixed
1941       number, and let the rest follow from a column formula.
1943       Here is an example
1945       :   | 1 |
1946       :   | 2 |
1947       :   | 3 |
1948       :   #+TBLFM: $1=@-1+1::@1$1=1
1950     - Constants for formulas in spreadsheets are globally defined
1951       with the variable `org-table-formula-constants'.  File-local
1952       constants can now be set with a line like:
1954       :   #+CONSTANTS: c=299792458.  pi=3.14  eps=2.4e-6
1956 *** Minor changes
1958     - When entries are archived, a timestamp for the moment of
1959       archiving is added to the line with planning information.
1960       It looks like this:
1962       : ARCHIVED: [2007-07-02 Mon 11:34]
1964       Thanks to J. David Boyd for constructive comments.
1966     - Bug fixes
1968       Many bugs are fixed, as usually all the ones where I replied
1969       "fixed" on emacs-orgmode.  If you reported one of these
1970       bugs, please check if it really has disappeared in the new
1971       version, and complain if not.  Thanks!
1974 * Version 4.79
1976 ** Details
1978    - We are back to a single file org.el that works both on Emacs
1979      and on XEmacs.  Merging comes at a speed penalty for you as
1980      an XEmacs user, but *only if you do not compile* org.el.
1981      Compilation completely removes the penalty.
1983    - New L flag for literal interpolation in Lisp formulas.
1984      See manual section 3.5.3.
1986    - New options for turning off footnotes.
1987      This was a request from Ignotus.
1988      See the option `org-export-with-footnotes'.
1990    - Default length for Agenda entries, but this is off by
1991      default.  This was a request from Micheal.
1992      See the option `org-agenda-default-appointment-duration'.
1994    - Bug fixes:
1996      + org-agenda-date-later (Juraj Kubelka)
1997      + letters off margin in orgcard.ps (Charles Cave)
1998      + TODO export problems on XEmacs (ignotus@freemail.hu)
1999      + args-out-of-range with table formulas (Cecil Westerhof)
2000      + problem with org-file without a heading (Tim O'Callaghan)
2002 * Version 4.78
2004 ** Overview
2006    - Time stamps with a time range *included*, like
2007      : <2007-06-18 Mon 17:33-18:23>
2009    - Clock times without clocking in/out: CLOCK: => 2:00
2011    - Language-specific characters allowed in TAGS (Emacs only).
2013    - Promotion and demotion of items gets the indentation right.
2015    - Indenting lines with TAB is more intelligent.
2017 ** Incompatible changes
2019    - There is now a special version of `org.el' for XEmacs.
2020      Before installation, as an XEmacs user you must rename the
2021      file org_xemacs.el to org.el, i.e. you must overwrite org.el
2022      with the xemacs version.  For example:
2024      : mv org_xemacs.el org.el
2026      This is necessary so that I can make use of some features
2027      that would be cumbersome to support in a single file.  The
2028      XEmacs version is derived from the Emacs version with a
2029      program, so no reason to fear that I might be dropping
2030      XEmacs support any time soon.  Sorry for the trouble.
2032 ** Details
2034    - A time stamp may now contain a range of times.  So you no
2035      longer need to use two separate stamps to indicate a time
2036      interval on a single day.  For example
2038      : <2007-06-18 Mon 17:30-18:20>
2040      This is now fully supported, including changing the time
2041      with S-up/down while the cursor is on the end time.  Also,
2042      da the date/time prompt, you can simply write your time like
2043      12:00-14:00 and the range will be inserted.
2045      This was proposed by Leo some time ago, and recently by
2046      Michael.
2048    - You may specify clocking times by hand (i.e. without
2049      clocking in and out) using this syntax.
2051      : CLOCK: => 2:00
2053      Thanks to Scott Jaderholm for this proposal.
2055    - TAGS may now contain language-specific word characters, as
2056      long as they are matched by the "[:alnum:]" regexp syntax.
2057      This is for Emacs only, the XEmacs version continues to use
2058      the character class "a-zA-Z0-9_@" for tag names.  Thanks to
2059      David Smith for a patch to this effect (a modified version
2060      of that patch was applied).  I am considering to make the
2061      same change for TODO keywords, but not yet.  Note that files
2062      using localization features may not work correctly in the
2063      Emacs configuration of another user, so if you are sharing
2064      org-mode files with other users, it might still be best to
2065      stick to the ASCII characters.
2067    - Promotion and demotion of plain list items (commands M-left,
2068      M-right) no longer changes the indentation by just one
2069      space.  Instead, it uses intelligence gathered from the
2070      surrounding list structure to do the right thing.  Thanks to
2071      William Henney for starting the discussion about this.
2073    - TAB does now a better job of indenting lines.
2075      + After tables and code segments (lines starting with ":"),
2076        indentation goes back to what it was before (thanks to
2077        William Henney for suggesting this behavior).
2079      + When plain lists items are involved, we had a long
2080        discussion on emacs-orgmode where I tried to show that a
2081        too-sophisticated implementation will still be easily
2082        fooled.   Here is what I have implemented now - lets see
2083        if we can agree on this:
2085        Indentation will flatten lists with the same bullet type,
2086        but indent another bullet type further.  The time when
2087        this fails is in a nested list, when you want to get back
2088        out to a previous level.  For example
2090        : - item 1
2091        : - item 2
2092        : + item 2a
2093        : + item 2b
2094        : - item 3
2096        When using TAB on every line in this list, the structure
2097        will change to
2099        : - item 1
2100        : - item 2
2101        :   + item 2a
2102        :   + item 2b
2103        :     - item 3
2105        So you need to change the level of the last line by hand,
2106        using promotion and demotion functions.
2108 * Version 4.77
2110 ** Overview
2112    - Vertical lines in exported tables.
2113    - New default for `org-show-following-heading'.
2115 ** Incompatible changes
2117    - The default for `org-show-following-heading' is now nil.
2119 ** Details
2121    - You can now specify column groups in tables, to the effect
2122      that the groups will be separated by vertical lines in HTML
2123      and ASCII output.  Column groups are specified by the
2124      characters "<" and ">" in a special table row.  "<" starts a
2125      group, ">" ends a group (in each case including the the
2126      column where the character is specified).  You may also use
2127      "<>" to make a group a single column wide.  For example:
2129 : |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
2130 : |---+----+-----+-----+-----+---------+------------|
2131 : | / | <> |   < |     |   > |       < |          > |
2132 : | # |  1 |   1 |   1 |   1 |       1 |          1 |
2133 : | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
2134 : | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
2135 : #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
2137      A table row with with nothing but "/" in the first field is
2138      never exported, but can be used to place column group
2139      information into the table.  In this table, we create a
2140      group for column 2, one for columns 3-5 and one for columns
2141      6-7.  HTML export will render a vertical line between these
2142      groups.
2144      Because HTML does not require closing <colgroup> tags with
2145      </colgroup>), you can also simply start a new column
2146      wherever you want a vertical line:
2148 : | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N0 |
2149 : |---+-----+-----+-----+---------+------------|
2150 : | / | <   | <   |     | <       |            |
2152    - Vertical lines are now also omitted in ASCII export, unless
2153      grouping explicitly requests these lines.
2155    - The default for `org-show-following-heading' is now nil,
2156      meaning that sparse trees will be more compact.  This has
2157      become possible due to in important remark by Jason Dunsmore
2158      who pointed out that TAB should behave differently in the
2159      inconsistent trees produced by the sparse tree commands.
2160      TAB does now make sure that the heading after a freshly
2161      unfolded tree is made visible at all, removing the confusing
2162      behavior we had before.
2164    - Several bugs fixed.  In particular:
2166      + Strings produced by agenda batch processing with
2167        `org-batch-agenda' and `org-batch-agenda-csv' are now
2168        properly encoded, so that you should be able to use
2169        special characters in other languages as along as your
2170        post-processing program handles them correctly.  At least
2171        for Emacs this should work now, but have not yet figured
2172        out how to do this in XEmacs.
2174 * Version 4.76
2176 ** Overview
2178    - Exporting Footnotes to HTML
2180 ** Details
2182    - Footnotes like[1] are now exported to HTML
2184         [1]This is a footnote
2186      Thanks to Scott Jaderholm for this proposal and a detailed
2187      HTML example on how the exported text should look like.
2189    - Special version of the reference card, for letter paper.
2191    - Switching to OVERVIEW with S-TAB no loner moves the cursor,
2192      so after three `S-TAB' commands, you will be back where you
2193      started.
2195    - Bug fixes, lots of them again.
2197 * Version 4.75
2199 ** Overview
2201    - Cyclic time stamps that repeat after an interval.
2202    - Special timestamps for appointments like "every 2nd Thursday
2203      in a month".
2204    - Completion of link abbreviation prefixes inside `C-c C-l'.
2205    - Replacing a region of org-mode syntax with HTML.
2206    - iCalendar export now honors ARCHIVE etc.
2207    - New command to add/change emphasis markers.
2209 ** Incompatible Changes
2211    - The REPEAT(...) cookie is no longer supported, the repeater
2212      interval now goes directly into the time stamp.
2214 ** Details
2216    - Time stamps can contain a repeater code, like +1w for once
2217      every week, +2d for every two days, etc.  For example,
2219           <2007-05-16 Wed 12:30 +1w>
2221      will apply to every Wednesday, starting from the date given.
2222      I believe this syntax was actually suggested by someone on
2223      the mailing list, but I cannot find the email back.  To
2224      collect your credit, let me know!
2226    - You can use an sexp diary entry (with the syntax used by the
2227      Emacs calendar/diary) in a time stamp, like this:
2229        *** The nerd club meets on 2nd Thursday of every month
2230            <%%(diary-float t 4 2)>
2232    - You can put diary-style sexp entries directly into an
2233      org-mode file, where they will be interpreted just like they
2234      would in the diary.  For example
2236        * Birthdays and similar stuff
2237        #+CATEGORY: Holiday
2238        %%(org-calendar-holiday) ; special function for holiday names
2239        #+CATEGORY: Ann
2240        %%(diary-anniversary 14  5 1956) Artur Dent %d is years old
2241        %%(diary-anniversary  2 10 1869) Mahatma Gandhi
2243      These entries must start at column 0 to be evaluated.
2245      It turns out that evaluating the entries in an org-mode file
2246      is actually faster than in the diary itself, because using
2247      the diary has some overhead (creating fancy diary display,
2248      then reading and re-interpreting the entries).  I have moved
2249      all the sexp entries from my diary into an org-mode file,
2250      put in a few categories, and then turned off
2251      `org-agenda-include-diary'.  This has led to a noticeably
2252      faster agenda display.
2254    - New command `org-replace-region-by-html' that converts the
2255      current region from org-mode syntax into HTML.  For example,
2256      you might write an itemized list in plain text in an HTML
2257      buffer, and then invoke this command to convert it.  Thanks
2258      to Raman for this idea.
2260    - When inserting a link with `C-c C-l', completion will now
2261      fill in all valid link prefixes, like http or ftp, but also
2262      link abbreviation prefixes.  This is based on an idea by
2263      Bastien.
2265    - Highest, lowest, and default priority can be set on a
2266      per-file basis with #+PRIORITIES: H L D
2267      For example, to use priorities from 1 to 9, you could use
2269        #+PRIORITIES: 1 9 9
2271      Thanks to Dmitri Minaev for a patch to this effect.
2273    - iCalendar export now honors (i.e. skips) subtrees marked as
2274      ARCHIVE, COMMENT, or QUOTE.
2276    - There is a new command to add or change the emphasis (like
2277      bold or italic) of a piece of text.  For lack of better
2278      available keys the command is at `C-c C-x C-f', but you may
2279      well want to choose a more convenient key like `C-c f' in
2280      your private setup:
2282      (add-hook 'org-load-hook
2283       (lambda () (define-key org-mode-map "\C-cf" 'org-emphasize)))
2285      The command will prompt for an emphasis type, and you may
2286      reply either with the marker that triggers the emphasis, or
2287      with the first letter of the corresponding HTML tag.  For
2288      example, to select italic, press either "/" or "i".
2290      If there is an active region, the emphasis of this region
2291      will be set or changed.  If there is no region, only the
2292      emphasis markers will be inserted and the cursor positioned
2293      between them.  Thanks to Bastien for proposing this feature.
2295    - Bug fixes, everything where I have replied "fixed" on the
2296      mailing list.  Thanks to all of you for keeping these reports
2297      coming.
2299 * Version 4.74
2301 ** Overview
2303    This release is about exporting agenda views, to HTML, to
2304    postscript for printing, and to a special format (CSV) for
2305    further processing in scripts.
2307 ** Incompatible Changes
2309    - The variable `org-agenda-remove-tags-when-in-prefix' has
2310      been renamed to `org-agenda-remove-tags'.
2312 ** Details
2314    - Agenda views can be exported as plain text, as HTML, and as
2315      Postscript(R).  This can simply be done from the agenda
2316      buffer with `C-x C-w' and then specifying a filename like
2317      `myagenda.html' or `myagenda.ps'.  See section 8.6.4 of the
2318      manual.
2320    - Each custom agenda view can specify a list of associated
2321      files names.  The command `C-c a e' then creates all views
2322      that have associated file names and exports the views to
2323      these files.  This is great for producing paper versions of
2324      your views, to take with you when you don't have your
2325      computer.  The manual has an example on how to do this, and
2326      in particular on how to customize the format of the printed
2327      version.  See section 8.6.4 of the manual.
2329    - You can produce a CSV format of agenda information with an
2330      Emacs batch command.  This is greate for further processing
2331      in scipts.  Thanks to Jason F. McBrayer for this idea.
2332      See section 8.6.5 of the manual.
2334    - New variable `org-agenda-skip-deadline-if-done'.  When set,
2335      a deadline associated with a DONE item will not be shown in
2336      the agenda.  This is based upon a report by Denis Bueno.
2338    - Quite a few bug fixes.
2340 * Version 4.73
2342   Minor bug fixes.
2344 * Version 4.72
2346 ** Overview
2348    - Control over blank lines between trees in collapsed view.
2350    - Info about the running clock is shown in the modeline.
2352    - C-a can behave specially in headlines.
2354    - Better color and scaling defaults for LaTeX fragments.
2356    - Customizable list of keys in org-mode to be replaced.
2358    - Stuck project descriptions have been extended.
2360    - Emphasis code has been modified to fix some issues.
2362    - Bug fixes.
2364 ** Incompatible changes
2366    - The option `org-format-latex-options' has changed.  If you
2367      have customized it, please revert to default and then redo
2368      your customization.
2370    - `org-CUA-compatible' no longer modifies S-RET by default,
2371      because newer versions of CUA don't use this key anymore.
2372      If you need this replacement, customize the variable
2373      `org-disputed-keys'.
2375    - The variable `org-CUA-compatible' is obsolete, please use
2376      `org-replace-disputed-keys' instead.  `org-CUA-compatible'
2377      is still an alias for this new variable, though.
2379 ** Details
2381    - Better control over blank lines between trees in collapsed
2382      view.  This has come up several times in the past and most
2383      recently by Scott Jaderholm.  There is now a new variable
2384      `org-cycle-separator-lines' with default value 2.  It says
2385      how many empty lines there need to be after the end of a
2386      subtree to get an empty line in collapsed view.  So with the
2387      default, if you leave only one empty line it will disappear
2388      in collapsed view.  If you leave two, one empty line will
2389      remain so that you can use double empty lines to structure
2390      the collapsed views of a file.  I love it, so many thanks to
2391      Scott fro bringing this up again.
2393      One property of the new setup is that you will never get
2394      more than one blank line in collapsed view.  We could do
2395      something special to allow *several* empty lines in
2396      collapsed view, but I think this is counter-productive.
2398      In Emacs 22, if you want to make full use of this, make sure
2399      that you have not set `outline-blank-line'.
2401    - When the clock is running, Org-mode will put info about it
2402      into the modeline.  The info consists of the elapsed time
2403      and the heading of the clocked item.  This was a proposal
2404      from Bastien who got the idea from Muse.
2406    - C-a can behave specially in headlines when you set the
2407      variable `org-special-ctrl-a'.  It will bring the cursor
2408      first back only to the beginning of the headline *text*,
2409      i.e. after the stars and the TODO keyword, if any.  A second
2410      C-a will then move the cursor to the beginning of the line.
2411      If the cursor is already at the beginning of the line, C-a
2412      will spring *forward* to the headline text.  This was a
2413      proposal from Leo, based on a request from Scott Jaderholm.
2415      I have not turned this turned this on by default, should I?
2417    - When LaTeX fragments are processed into images, there is now
2418      more control and (hopefully) betters defaults for colors and
2419      scaling.  Special values can be set for HTML export, so that
2420      these values can differ from what is used for display in an
2421      emacs buffer.  The default foreground and background colors
2422      for images embedded in emacs are now taken from the default
2423      emacs face.  Thanks to Xiao-Yong Jin for proposing these
2424      changes.
2426    - There is now a much better mechanism to change some keys in
2427      org-mode if these keys clash with other modes you use.  Turn
2428      this on by setting `org-replace-disputed-keys' (aliased to
2429      `org-CUA-compatible').  The list of keys to replace is now
2430      fully customizable, see the option `org-disputed-keys'.
2431      Many thanks to Meciej Katafiasz for a patch implementing
2432      this.
2434    - Stuck project descriptions have been extended.  You can now
2435      use "*" as a TODO keyword or tag to say that *any* TODO
2436      keyword or TAG marks a project as non-stuck.  You also can
2437      give an arbitrary regular expression that, if it matches,
2438      indicates a non-stuck project.
2440    - The code for emphasis like bold, italic etc has been
2441      modified - I might have broken something in the process,
2442      please let me know if you find problems.
2444    - A number of bugs have been fixed - those where I have
2445      replied "Fixed" on the mailing list.
2447 * Version 4.71
2449 ** Overview
2451 ** Incompatible changes
2453 ** Details
2455   - New variables to customize the header and data tags in
2456     exported HTML.  These are the variables
2457     `org-export-table-header-tags' and
2458     `org-export-table-data-tags'.  This follows a request from
2459     Scott Otterson.
2461   - New option `org-format-latex-header' for customizing the
2462     header of the LaTeX file used to convert embedded LaTeX to
2463     images.  Thanks to `Matthieu Lemerre' for the suggestion.
2465   - The prefix version of `org-todo-list' works again.  This
2466     means that `C-1 C-c a t' produces the list of TODO entries
2467     for the first TODO keyword.  If you use different TODO setups
2468     in different agenda files, be careful:  This number now
2469     refers to the list of *all* todo keywords used in files
2470     that are scanned for the agenda.
2472   - Many bug fixes.
2474 * Version 4.70
2476 ** Overview
2478    - Dust settles after revamp of TODO keyword system.
2479    - The export title can be taken from the first text line.
2480    - TTY replacement keys have changed.
2482 ** Incompatible changes
2484    - Some TTY replacement keys are changed, see below.
2486 ** Details
2488   - Further development concerning TODO keywords.
2490     + You can now have several DONE states in a sequence, like
2492       #+SEQ_TODO: TODO VERIFY | DONE DELEGATED
2494       The difference to the proposal discussed on the mailing
2495       list (and which is also works!)
2497         #+SEQ_TODO: TODO VERIFY | DONE
2498         #+SEQ_TODO: | CANCELED
2500       is that in the first case, the extra DONE states will be
2501       reached with `C-c C-t' (or with `t' from the agenda), while
2502       in the second case you need S-<right> to get to the special
2503       states.  I guess both ideas can be useful - I am leaning
2504       toward using the latter.
2506     + Setting up TODO keywords in Lisp previously used two
2507       separate variables: `org-todo-keywords' and
2508       `org-todo-interpretation'.  The preferred way is now to use
2509       only `org-todo-keywords', with a new structure:
2511        (setq org-todo-keywords
2512          '((sequence "TODO" "|" "DONE")
2513            (sequence "BUG" "KNOWNCAUSE" "|" "FIXED" "IGNORED")
2514            (type "Fred" "Lisa" "Peter" "|" "DONE")
2515            (sequence "CANCELED")    ; for things we decide to not do.
2516            ))
2518       If your setting has this new structure,
2519       `org-todo-interpretation' will be ignored.  This change
2520       does not break backward compatibility.  The old way of
2521       using a flat list in `org-todo-keywords' and taking the
2522       interpretation from the other variable still works.
2524     + When listing *specific* TODO entries via a sparse tree
2525       (`C-u C-c C-v') or via the agenda (`C-c a T' or `C-u C-c a
2526       t'), you can now specify several keywords to be selected,
2527       like "TODO|VERIFY|WAITING".  This also works for custom
2528       agenda commands.  Thanks to Jason F. McBrayer for pointing
2529       out this omission.
2531   - If you have configured Org-mode to export also the text
2532     before the first headline (this is done by setting the
2533     variable `org-export-skip-text-before-1st-heading' to nil),
2534     then the first normal text line in the buffer becomes the
2535     title of the exported document.  A title set with #+TITLE
2536     overules this default, and the first line then belongs to the
2537     normal text.  Thanks to David House for this proposal.
2539   - TTY replacement keys.  Some of the key bindings used by
2540     Org-mode do not work on a tty, so replacement key sequences
2541     are provided on ttys.  In version 4.70, there are some
2542     changes in the tty replacements.  Thanks to Jason F. McBrayer
2543     for coming up with the idea to use C-c <cursor> keys.
2545     | Command           |           | Old TTY       | New TTY       |
2546     | org-.....         | Main Key  | Replacement   | Replacement   |
2547     |-------------------+-----------+---------------+---------------|
2548     | shiftleft         | S-left    | C-c C-x left  | C-c left      |
2549     | shiftright        | S-right   | C-c C-x right | C-c right     |
2550     | shiftup           | S-up      | C-c C-x up    | C-c up        |
2551     | shiftdown         | S-down    | C-c C-x down  | C-c down      |
2552     | shiftcontrolleft  | C-S-left  |               | C-c C-x left  |
2553     | shiftcontrolright | C-s-right |               | C-c C-x right |
2556 * Version 4.69
2558 ** Overview
2560    This time the changes affect the following areas:
2562    - TODO keywords:  Multiple sequences in a single file.
2563    - Export: More control over text before the first heading.
2564    - Export: More control over sub/superscript interpretation.
2565    - Plain lists:  Option to let empty lines terminate lists.
2566    - Tables: New command to insert hline and move into line below.
2567    - REPEATing items:  Turn of note taking.
2568    - Bug fixes.
2570 ** Incompatible changes
2572    - It used to be possible to spread the list of TODO keywords
2573      over several lines, like
2575      #+SEQ_TODO: TODO
2576      #+SEQ_TODO: PROGRESS
2577      #+SEQ_TODO: DONE
2579      This is no longer possible.  Each such line now specifies an
2580      independent set of TODO keywords, with its own DONE state.
2581      See below for details.
2583    - The #+TEXT construct has been used to insert unchanged HTML
2584      into an exported file.  This is no longer possible, the TEXT
2585      lines will be processed like any other lines.  However,
2586      there are now much better ways of getting quoted HTML into
2587      the exported file.
2589 ** Details
2591    - You can now use multiple sets of TODO keywords in the same
2592      buffer.  For example, you may put the following three lines
2593      into a file:
2595        #+SEQ_TODO: TODO DONE
2596        #+SEQ_TODO: REPORT BUG KNOWNCAUSE RESOLVED
2597        #+TYP_TODO: Fred Laura Peter Me OK
2599      Each sub-sequence has its own DONE state.  It is best to use
2600      different keywords in all sequences, to make sure Org-mode
2601      does not loose track in which specific sequence it is
2602      working.  You could use the same word for all DONE states,
2603      but then cycling through to a TODO state might not bring you
2604      where you want to be.
2606      After initially setting a keyword, `C-c C-t' cycles through
2607      a sublist, i.e. is cycles from TODO to DONE or from
2608      KNOWNCAUSE to RESOLVED and further to (nothing) and back to
2609      REPORT.
2611      S-right and S-left allow to select any keyword, so they move
2612      from DONE to REPORT and from RESOLVED to Fred.
2614      C-S-right and C-S-left jump from one sub-sequence to the
2615      next, for example from TODO or DONE to REPORT to Fred.
2617      Thanks to Rick Moynihan for triggering this development.
2619    - Text before the first headline can now be exported if you
2620      configure Org-mode accordingly.  Either set the variable
2621      `org-export-skip-text-before-1st-heading' to nil, or use the
2622      new in-buffer option
2624      #+OPTION: skip:nil
2626    - Export content specified via the #+TEXT construct is now
2627      fully processed, i.e. links, emphasis etc. are all
2628      interpreted.  #+TEXT lines may include
2629      #+BEGIN_HTML...#+END_HTML sections to embed literal HTML.
2631    - During HTML export, you can request to have a_{b}
2632      interpreted as a subscript, but to leave a_b as it is.  This
2633      can be done by setting the variable
2634      org-export-sub-superscript to the symbol `{}' with
2636           (setq org-export-sub-superscript '{})
2638      or by using
2640            #+OPTIONS: ^:{}
2642      Thanks to Eddward DeVilla for this idea.
2644    - New variable `org-empty-line-terminates-plain-lists'.
2645      Default is nil, meaning that empty lines are part of the
2646      previous list item, and that you can have several paragraphs
2647      in one such item.  Set this to t if you want an empty line
2648      terminate all levels of plain list items.
2650      Thanks to Mike Newman for triggering this development.
2652    - C-c RET does insert a horizontal separator line and move the
2653      cursor into the table line below it.  Thanks to Bastien for
2654      this proposal.
2656    - Org-mode always offers you to record a note when a TODO item
2657      automatically repeats, even if you are not logging state
2658      changes.  The new variable `org-log-repeat' allows to turn
2659      this off, so that notes are really only been taken if you
2660      are logging all state changes.
2662    - Various Bug fixes, thanks to everyone who reported.
2664 * Version 4.68
2666 ** Overview
2667    - Priority handling in the tags view
2668    - Date/time prompt follows the popup calender, and accepts AM/PM times.
2669    - Standard references like B4 in the spreadsheet.
2670    - Improvements to the formula editor.
2671    - C-j does better indentation.
2672    - Bug fixes
2674 ** Details
2675    - Priority handling in the tags view
2677      + Agenda lists selected by tag are now sorted by priority.
2678        Thanks to Andrew Korty for reporting this omission.
2680    - Improvements to the date/time prompt.
2682      + When you move (using S-cursor keys) the cursor in the pop-up
2683        calendar window while responding to a date/time prompt, the
2684        prompt is updated with the new default date (Emacs only).
2686      + You can now enter AM/PM times at this prompt.
2688    - Changes in the spreadsheet
2690      + You can now also write B4 instead of @4$2 as a reference in
2691        formulas.  The column references without specified row can be
2692        written as C& instead of $3.  Such references make formulas
2693        easier to read and are now the default way how references are
2694        shown when you edit existing formulas.  To get the old behavior
2695        back (i.e. only @row$col references), set the variable
2696        `org-table-use-standard-references' to nil.
2698        Relative references like @-3$-2 or @II..III continue to use the
2699        internal format.
2701    - Changes in the formula editor (the one you get with "C-c '")
2703      + The formulas are organized in a more logical way.
2705      + There is now a menu with commands.
2707      + When starting the formula editor with "C-c '", the cursor
2708        immediately moves to the formula for the current field.
2710      + With the cursor on a reference in the formula, you can use
2711        S-cursor keys to change the field being referenced.
2713    - C-j indents the following line correctly whe used in a headline
2714      or in aplain list item.  Thanks to Leo for this suggestion.
2716    - Bug fixes
2718      + Flyspell now knows about special org-mode commands.
2719        Thanks to Vinod Valsalam for reporting this problem, and to
2720        Andrew Korty for showing how to fix it.
2722      + Most other bugs discussed recently on emacs-orgmode@gnu.org
2723        should be fixed, except the problem with non-ASCII characters
2724        in tags....
2726 * Version 4.67
2728    - Expert mode for fast tag selection.
2729      When org-fast-tag-selection-single-key is `expert', not even
2730      the selection window is shown, only the prompt.  One more C-c
2731      gets you the window, another one goes to multiple selection mode.
2733    - Synchronized with Emacs once more:  Emacs CVS has now org-mode
2734      4.67.  At least until it causes a problem, then the Emacs people
2735      will switch back to 4.56.  Lets hope there will be no problem.
2737    - Code cleanup
2739    - Bug fixes
2741 * Version 4.66
2743 ** Overview
2745    - Sorting of top-level entries works now if the region contains
2746      top-level entries, or if the cursor is before the first headline.
2747      Thanks to "redblue" for reporting this bug.
2749    - When entering date and time at the prompt, you can now mix
2750      entering text and selecting something in the calendar.  For
2751      example, enter 22:15 at the prompt without pressing RET, and then
2752      click on a date in the calendar.  Both pieces of information will
2753      be included in the resulting time stamp.  You can also use
2754      S-curser to move the cursor in the calendar to the desired date
2755      and then enter 22:15 and press RET at the prompt.
2757    - When setting a deadline or a schedule, entering a time now
2758      automatically selects the time stamp format that includes the
2759      time. Bug report (by means of a question) from Bastre.
2761    - C-c C-l can be used to convert a plain link into a bracket link.
2763    - Internal links now match inside (the visible part of) other
2764      links.  Thanks to Scott Otterson for reporting this bug.
2766    - iCalendar export of TODO items fixed, see also the variable
2767      `org-icalendar-include-todo'.  Thanks to Philipp Raschdorf.
2769    - The number of levels in the table of contents of an exported
2770      document can now be set independently of the number of headline
2771      levels.  For example:
2773         #+OPTIONS: H:4 toc:2
2775    - The command `C-c }' toggles the display of row and column numbers
2776      the the current table, to aid constructing formulas.  To try it,
2777      move the cursor to a table and press `C-c }', or use the menu
2778      entry.
2780    - Orgtbl translation functions (introduced in 4.65) have been
2781      simplified using a generic function `orgtbl-to-generic' that can
2782      be used for very general languanges.  Writing your own translator
2783      should be very easy now.  More info in the manual.
2785    - CONTENTS visibility can be limited to a certain level.  The
2786      command `C-3 S-TAB' will switch to CONTENTS view and show the
2787      first 3 levels.
2789    - Bug fixes.
2791 * Version 4.65
2793 ** Overview
2795    - Orgtbl can be used to maintain tables in LaTeX, and in any other mode
2796    - Editing Lisp formulas for tables improved.
2797    - Better structure for HTML exported tables.
2798    - New "calculation" marker "/" to mark lines that should not be exported.
2800 ** Detailed description of changes
2802    - You can use orgtbl mode to maintain a LaTeX table, or pretty much
2803      any table in any mode.
2805      This does *not* work by making Orgtbl aware of LaTeX syntax.  That
2806      would be a box of Pandora I am not willing to open.  Instead, you
2807      use a normal Orgtbl-mode table, and a converter program to
2808      automatically place a LaTeX version of the table into the correct
2809      spot in the LaTeX file.  The orgtbl-mode table can be maintained
2810      inside the same file, in a block comment.
2812      I am providing translators for LaTeX, HTML, and TeXInfo.  For
2813      other applications, you need to write one yourself - but that is
2814      not hard if you start from the LaTeX version and just modify it.
2815      Thanks to Thomas Baumann for triggering this development through
2816      a request for a table-to-LaTeX converter.
2818    - In the special buffer to edit the formulas of a table (created
2819      with "C-c '"), there is now better support for editing Lisp
2820      formulas.  TAB and M-TAB work like in an Emacs Lisp buffer,
2821      indenting lines and completing lisp symbols.  With the cursor on
2822      a line defining a complex Lisp formula, a first press on TAB will
2823      convert the formula into a pretty-printed version with proper
2824      linebreaks and indentation.  A second TAB folds the line back to
2825      the compact form.
2827    - Tables in HTML export have now additional structure elements
2828      defined.  The header (before the first hline) is wrapped into
2829      <thead>..</thead>, and each part of the body (as separated in
2830      org-mode by hlines) is wrapped into <tbody>..</tbody> tags.  I
2831      have also changed the CSS style for <td> fields and the value of
2832      `org-export-html-table-tag' to get cleaner tables. Basically,
2833      tables now have horizontal lines only where needed, and no
2834      vertical lines at all, as generally recommended for tables in
2835      printed text.  I like the new look, but I am not sure if this
2836      change will find general approval, please throw in your view if
2837      you like.  Thanks to Scott for driving this, and to goud-H for
2838      pointing me to the row grouping in tables.
2840    - In a table with calculation markers in the first column, you can
2841      now also put "/" into the first column.  It indicates that this
2842      line should not be exported.  The foremost application for this
2843      are lines containing only "<N>" markers for narrowing columns.
2845 * Version 4.64
2847 ** Overview
2849    - Email links get better, configurable descriptions
2850    - When inserting a link, selected text becomes the description
2851    - Easier access to the list of stored links.
2852    - Horizontal lines in HTML export.
2853    - Remember templates and storing of notes improved.
2855 ** Detailed description of changes
2857    - The descriptive part of links to email messages can be configured
2858      using the variable `org-email-link-description-format'.  The new
2859      default is "Email %c: %.30s" and leads to
2861         Email from NAME: SUBJECT
2863      If you configure the variable `org-from-is-user-regexp'
2864      correctly, then for email you *sent* this will actually change to
2866         Email to NAME: SUBJECT
2868      The subject is limited to 30 characters.  If you have become
2869      attached to the previous default (look twice, the new one is
2870      better), use "%f on: %s" as your format.
2872    - Selecting text before entering a new link with C-c C-l now really
2873      works, the selected text becomes the description part of the
2874      link.  Requested by Scott, buggy 4.62 implementation is now fixed.
2876    - Stored links are part of the history list for C-c C-l, so to
2877      reach them, you can use up/down rather than completion.  Thanks
2878      to Raman for this excellent idea.
2880    - A line consisting only of "-", and at least 5 of them, is
2881      exported into HTML as <hr/>, as proposed by Giovanni Ridolfi.
2883    - Several changes to org <-> remember integration
2885        - You can use `org-remember' as your default command to start
2886          remember.  It will automatically detect if there is an active
2887          region and use it as initial content (we will probably make
2888          remember.el work like this as well).
2889          Also, when calling `org-remember' in a remember buffer that
2890          was created with a template, you will again be asked to
2891          select a template.  The buffer is then re-created with the
2892          new template, but the old context information.  This is
2893          useful if you change your mind about the template to use
2894          (Leo's idea).
2896        - Besides specifying a default *target* file for a note, you
2897          can also give a default *heading* of which the note should
2898          become a subitem.  In many cases this avoids or speeds up
2899          navigating to the right location.  Both file and heading can
2900          be different for each template.  Both are non-binding, you
2901          can change them while storing the note.  However, when you
2902          exit remember with C-u C-c C-c, these defaults will be used
2903          without interaction.
2905        - Templates can specify interactive fields.  During expansion
2906          of the template, you will be prompted for the information in
2907          that field.  For example %^t will pop up a calendar and ask
2908          you to select a date. This new feature follows a proposal
2909          from Leo, who in the mean time has said he does not need it
2910          anymore.  But I liked it, so here it is :-)
2912        - Templates can access information specific to the link type
2913          created, for example the author and subject of an email.
2914          Syntax is %:fromname, %:fromaddress, %:subject etc, details
2915          in the manual.  Proposed by Peder O. Klingenberg.
2917        - I have been considering to move, at some stage, the template
2918          functionality into remember.el itself - which would of course
2919          require consent of the remember.el maintainers.  I am not
2920          sure how well this would work though, since some things like
2921          the interactive time stamps are org.el specific, so treating
2922          them would require special hooks.  Comments?
2924 * Version 4.63
2925    - Bug fixes
2927 * Version 4.62
2928    - Many changes to the spreadsheet functions in the table editor.
2929      For details, please re-read the manual section 3.4.
2930      + New Features
2931        - It is much easier to assign formulas to individual fields.
2932        - References to arbitrary fields and ranges.
2933        - Absolute references are modified in row-editing commands.
2934        - Formula editor that highlights referenced fields.
2935      + Incompatible changes
2936        - Empty fields are excluded in range references, see "E" mode flag.
2937        - &... ranges no longer supported, use new @... ranges.
2938        - Variable insertion into Lisp formulas work differently.
2939    - Selected text becomes the default description for C-c C-l links.(Scott)
2940    - The date format in the agenda/timeline views is now customizable.
2941      See the new option `org-agenda-date-format'. (request by Victor)
2942    - Link abbreviations no longer need a double colon, single colon is fine.
2943    - Bug fixes.
2945 * Version 4.61
2946    - Avoiding keybinding clashes with flyspell
2947      - Archiving is now also on `C-C C-x C-s' (was just `C-c $')
2948      - Cycling through agenda files is now also on "C-'" (was just "C-,")
2949    - Colon is considered part of number, to align times in clock tables.
2950    - Fixed bug for list of stuck projects.
2951    - Fixed several bugs/problems concerning linking to gnus.
2952    - Block agendas can contain the list of stuck projects.
2953    - #+ARCHIVE may now appear several times in the buffer.
2954    - More bug fixes.
2956 * Version 4.60
2957    - HTML export: inlining images, clickable images (manual 10.2.4).
2958    - Incremental search now shows proper context when exiting.
2959    - Tables calculation and Calc package.
2960      - Calc is no longer needed when using only elisp formulas.
2961      - Proper error messages when calc is needed and not available.
2962    - Tracking TODO state changes with time stamps and notes.
2963    - Empty entries go full circle.
2964    - Links in iCalendar export cleaned up.
2965    - Bug fixes.
2968 * Version 4.59
2969    - Cleanup code, bug fixes.
2971 * Version 4.58
2972    - Full undo support in the agenda buffer.
2973    - Listing stuck GTD projects (projects without any NEXT ACTIONS).
2974      Configure `org-stuck-projects' before using it.
2975    - C-c C-x b shows the current subtree in an indirect buffer, in
2976      another, dedicated frame.
2977    - Custom agenda commands take precedence over builtin commands.
2978    - auto-fill for comments works on the Emacs side, XEmacs not yet.
2980 * Version 4.57
2981    - Sorting of outline items on same level.
2982    - Sorting tables automatically selects line range between hlines.
2983    - Changes in Agenda buffer
2984      - `C-c C-o' follows a link in the current line.
2985      - `C-c $' archives the subtree corresponding to the line.
2986      - Changing dates with S-left and S-right show new date in agenda,
2987        but still do not move the entry to the new date.
2988      - new option `org-agenda-skip-scheduled-if-done'.
2989    - Agenda and sparse tree construction using tag matches can now
2990      use regular expressions.
2991    - When prompted for a date/time, entering "+7" indicates a date
2992      7 days from now - but only this is the only thing you give.
2993    - Custom time formats also apply to exported html and ascii.
2994    - Bug fixes.
2996 * Version 4.56
2997    - `C-k' in agenda kills current line and corresponding subtree in file.
2998    - XEmacs compatibility issues fixed, in particular tag alignment.
2999    - M-left/right now in/outdents plain list items, no Shift needed.
3000    - Bug fixes.
3002 * Version 4.55
3003    - Bug fixes.
3005 * Version 4.54
3006    - Improvements to fast tag selection
3007      + show status also in target line.
3008      + option to auto-exit after first change to tags list (see manual).
3009    - Tags sparse trees now also respect the settings in
3010      `org-show-hierarchy-above' and `org-show-following-heading'.
3011    - Bug fixes.
3013 * Version 4.53
3014    - Custom time formats can be overlayed over time stamps.
3015    - New option `org-agenda-todo-ignore-deadlines'.
3016    - Work-around for flyspell bug (CVS Emacs has this fixed in flyspell.el).
3017    - Work-around for session.el problem with circular data structures.
3018    - Bug fixes.
3020 * Version 4.52
3021    - TAG matches can also specify conditions on TODO keywords.
3022    - The fast tag interface allows setting tags that are not in the
3023      predefined list.
3024    - Bug fixes.
3026 * Version 4.51
3027    - Link abbreviations (manual section 4.5).
3028    - More control over how agenda is displayed.  See the new variables
3029      `org-agenda-window-setup', `org-agenda-restore-windows-after-quit'.
3030    - Bug fixes.
3032 * Version 4.50
3033    - Closing a TODO item can record an additional note.
3034      See variables `org-log-done' and `org-log-note-headings'.
3035    - Inserting headlines and bullets can leave an extra blank line.
3036      See variable `org-blank-before-new-entry'. (Ed Hirgelt patch)
3037    - [[bracket links]] in the agenda are active just as in org-mode buffers.
3038    - C-c C-o on a date range displays the agenda for exactly this range.
3039    - The default for `org-cycle-include-plain-lists' is back to nil.
3040    - Calls to `org-occur' can be stacked by using a prefix argument.
3041    - The options `org-show-hierarchy-above' and `org-show-following-heading'
3042      now always default to `t', but can be customized differently for
3043      different types of sparse trees or jump commands.
3044    - Bug fixes.
3047 * Version 4.49
3048    - Agenda views can be made in batch mode from the command line.
3049    - `org-store-link' does the right thing in dired-mode.
3050    - File links can contain environment variables.
3051    - Full Emacs 21 compatibility has been restored.
3052    - Bug fixes.
3054 * Version 4.47
3055    - Custom commands may produce an agenda which contains several blocks,
3056      each block created by a different agenda command.
3057    - Agenda commands can be restricted to the current file, region, subtree.
3058    - The timeline command must now be called through the agenda
3059      dispatcher (C-c a L).  `C-c C-r' no longer works.
3060    - Agenda items can be sorted by tag.  The *last* tag is used for this.
3061    - The prefix and the sorting strategy for agenda items can depend
3062      upon the agenda type.
3063    - The handling of `mailto:' links can be customized, see the new
3064      variable `org-link-mailto-program'.
3065    - `mailto' links can specify a subject after a double colon,
3066      like [[mailto:carsten@orgmode.org::Org-mode is buggy]].
3067    - In the #+STARTUP line, M-TAB completes valid keywords.
3068    - In the #+TAGS: line, M-TAB after ":" inserts all currently used tags.
3069    - Again full Emacs 21 support:  Checkboxes and publishing are fixed.
3070    - More minor bug fixes.
3072 * Version 4.45
3073    - Checkbox lists can show statistics about checked items.
3074    - C-TAB will cycle the visibility of archived subtrees.
3075    - Documentation about checkboxes has been moved to chapter 5.
3076    - Bux fixes.
3078 * Version 4.44
3079    - Clock table can be done for a limited time interval.
3080    - Obsolete support for the old outline mode has been removed.
3081    - Bug fixes and code cleaning.
3083 * Version 4.43
3084    - Bug fixes
3085    - `s' key in the agenda saves all org-mode buffers.
3087 * Version 4.41
3088    - Shift-curser keys can modify inactive time stamps (inactive time
3089      stamps are the ones in [...] brackets.
3090    - Toggle all checkboxes in a region/below a headline.
3091    - Bug fixes.
3093 * Version 4.40
3094    - Bug fixes.
3097 * Version 4.39
3098    - Special tag ARCHIVE keeps a subtree closed and away from agenda lists.
3099    - LaTeX code in Org-mode files can be converted to images for HTML.
3100    - Bug fixes.
3101    - CDLaTeX-mode features can be used in Org-mode to help inserting
3102      LaTeX environment and math.
3104 * Version 4.38
3105    - noutline.el is now required (important for XEmacs users only).
3106    - Dynamic blocks.
3107    - Archiving of all level 1 trees without open TODO items.
3108    - Clock reports can be inserted into the file in a special section.
3109    - FAQ removed from the manual, now only on the web.
3110    - Bug fixes.
3112 * Version 4.37
3113    - Clock-feature for measuring time spent on specific items.
3114    - Improved emphasizing allows configuration and stacking.
3116 * Version 4.36
3117    - Improved indentation of ASCII export, when headlines become items.
3118    - Handling of 12am and 12pm fixed.  Times beyond 24:00 can be used
3119      and will not lead to conflicts.
3120    - Support for mutually exclusive TAGS with the fast tags interface.
3121    - Bug fixes.
3123 * Version 4.35
3124    - HTML export is now valid XHTML.
3125    - Timeline can also show dates without entries.  See new option
3126      `org-timeline-show-empty-dates'.
3127    - The bullets created by the ASCII exporter can now be configured.
3128      See the new option `org-export-ascii-bullets'.
3129    - New face `org-upcoming-deadline' (was `org-scheduled-previously').
3130    - New function `org-context' to allow testing for local context.
3132 * Version 4.34
3133    - Bug fixes.
3135 * Version 4.33
3136    - New commands to move through plain lists: S-up and S-down.
3137    - Bug fixes and documentation update.
3139 * Version 4.32
3140    - Fast (single-key-per-tag) interface for setting TAGS.
3141    - The list of legal tags can be configured globally and locally.
3142    - Elisp and Info links (thanks to Todd Neal).
3143    - `org-export-publishing-directory' can be an alist, with different
3144      directories for different export types.
3145    - All context-sensitive commands use `call-interactively' to dispatch.
3146    - `org-confirm-shell-links' renamed to `org-confirm-shell-link-function'.
3147    - Bug fixes.
3149 * Version 4.31
3150    - Bug fixes.
3152 * Version 4.30
3153    - Modified installation: Autoloads have been collected in org-install.el.
3154    - Logging (org-log-done) is now a #+STARTUP option.
3155    - Checkboxes in plain list items, following up on Frank Ruell's idea.
3156    - File links inserted with C-c C-l will use relative paths if the linked
3157      file is in the current directory or a subdirectory of it.
3158    - New variable `org-link-file-path-type' to specify preference for
3159      relative and absolute paths.
3160    - New CSS classes for tags, timestamps, timestamp keywords.
3161    - Bug and typo fixes.
3164 * Version 4.29
3165    - Inlining images in HTML export now depends on wheather the link
3166      contains a description or not.
3167    - TODO items can be scheduled from the global TODO list using C-c C-s.
3168    - TODO items already scheduled can be made to disappear from the global
3169      todo list, see `org-agenda-todo-ignore-scheduled'.
3170    - In Tables, formulas may also be Lisp forms.
3171    - Exporting the visible part of an outline with `C-c C-x v' works now
3172      for all available exporters.
3173    - Bug fixes, lots of them :-(
3175 * Version 4.28
3176    - Bug fixes.
3178 * Version 4.27
3179    - HTML exporter generalized to receive external options.
3180      As part of the process, author, email and date have been moved to the
3181      end of the HTML file.
3182    - Support for customizable file search in file links.
3183    - BibTeX database links as first application of the above.
3184    - New option `org-agenda-todo-list-sublevels' to turn off listing TODO
3185      entries that are sublevels of another TODO entry.
3187 * Version 4.26
3188    - Bug fixes.
3190 * Version 4.25
3191    - Revision of the font-lock faces section, with better tty support.
3192    - TODO keywords in Agenda buffer are fontified.
3193    - Export converts links between .org files to links between .html files.
3194    - Better support for bold/italic/underline emphasis.
3196 * Version 4.24
3197    - Bug fixes.
3199 * Version 4.23
3200    - Bug fixes.
3202 * Version 4.22
3203    - Bug fixes.
3204    - In agenda buffer, mouse-1 no longer follows link.
3205      See `org-agenda-mouse-1-follows-link' and `org-mouse-1-follows-link'.
3207 * Version 4.20
3208    - Links use now the [[link][description]] format by default.
3209      When inserting links, the user is prompted for a description.
3210    - If a link has a description, only the description is displayed
3211      the link part is hidden.  Use C-c C-l to edit the link part.
3212    - TAGS are now bold, but in the same color as the headline.
3213    - The width of a table column can be limited by using a field "<N>".
3214    - New structure for the customization tree.
3215    - Bug fixes.
3218 * Version 4.13
3219    - The list of agenda files can be maintainted in an external file.
3220    - Bug fixes.
3222 * Version 4.12
3223    - Templates for remember buffer.  Note that the remember setup changes.
3224      To set up templates, see `org-remember-templates'.
3225    - The time in new time stamps can be rounded, see new option
3226      `org-time-stamp-rounding-minutes'.
3227    - Bug fixes (there are *always* more bugs).
3229 [...]
3231 Version 4.00
3232    - Headlines can contain TAGS, and Org-mode can produced a list
3233      of matching headlines based on a TAG search expression.
3234    - `org-agenda' has now become a dispatcher that will produce the agenda
3235      and other views on org-mode data with an additional keypress.
3238 * Version 3.24
3239    - Switching and item to DONE records a time stamp when the variable
3240      `org-log-done' is turned on.  Default is off.
3242 * Version 3.23
3243    - M-RET makes new items as well as new headings.
3244    - Various small bug fixes
3246 * Version 3.22
3247    - CamelCase words link to other locations in the same file.
3248    - File links accept search options, to link to specific locations.
3249    - Plain list items can be folded with `org-cycle'.  See new option
3250      `org-cycle-include-plain-lists'.
3251    - Sparse trees for specific TODO keywords through numeric prefix
3252      argument to `C-c C-v'.
3253    - Global TODO list, also for specific keywords.
3254    - Matches in sparse trees are highlighted (highlights disappear with
3255      next buffer change due to editing).
3257 * Version 3.21
3258    - Improved CSS support for the HTML export.  Thanks to Christian Egli.
3259    - Editing support for hand-formatted lists
3260      - M-S-cursor keys handle plain list items
3261      - C-c C-c renumbers ordered plain lists
3263 * Version 3.20
3264    - There is finally an option to make TAB jump over horizontal lines
3265      in tables instead of creating a new line before that line.
3266      The option is `org-table-tab-jumps-over-hlines', default nil.
3267    - New command for sorting tables, on `C-c ^'.
3268    - Changes to the HTML exporter
3269      - hand-formatted lists are exported correctly, similar to
3270        markdown lists.  Nested lists are possible.  See the docstring
3271        of the variable `org-export-plain-list-max-depth'.
3272      - cleaned up to produce valid HTML 4.0 (transitional).
3273      - support for cascading style sheets.
3274    - New command to cycle through all agenda files, on C-,
3275    - C-c [ can now also be used to change the sequence of agenda files.
3278 * Version 3.19
3279    - Bug fixes
3281 * Version 3.18
3282    - Export of calendar information in the standard iCalendar format.
3283    - Some bug fixes.
3285 * Version 3.17
3286    - HTML export specifies character set depending on coding-system.
3288 * Version 3.16
3289    - In tables, directly after the field motion commands like TAB and RET,
3290      typing a character will blank the field.  Can be turned off with
3291      variable `org-table-auto-blank-field'.
3292    - Inactive timestamps with `C-c !'.  These do not trigger the agenda
3293      and are not linked to the calendar.
3294    - Additional key bindings to allow Org-mode to function on a tty emacs.
3295    - `C-c C-h' prefix key replaced by `C-c C-x', and `C-c C-x C-h' replaced
3296      by `C-c C-x b' (b=Browser).  This was necessary to recover the
3297      standard meaning of C-h after a prefix key (show prefix bindings).
3299 * Version 3.15
3300    - QUOTE keyword at the beginning of an entry causes fixed-width export
3301      of unmodified entry text. `C-c :' toggles this keyword.
3302    - New face `org-special-keyword' which is used for COMMENT, QUOTE,
3303      DEADLINE and SCHEDULED, and priority cookies.  Default is only a weak
3304      color, to reduce the amount of aggressive color in the buffer.
3306 * Version 3.14
3307    - Formulas for individual fields in table.
3308    - Automatic recalculation in calculating tables.
3309    - Named fields and columns in tables.
3310    - Fixed bug with calling `org-archive' several times in a row.
3312 * Version 3.13
3313    - Efficiency improvements:  Fewer table re-alignments needed.
3314    - New special lines in tables, for defining names for individual cells.
3316 * Version 3.12
3317    - Tables can store formulas (one per column) and compute fields.
3318      Not quite like a full spreadsheet, but very powerful.
3319    - table.el keybinding is now `C-c ~'.
3320    - Numeric argument to org-cycle does `show-subtree' above on level ARG.
3321    - Small changes to keys in agenda buffer.  Affected keys:
3322      [w] weekly view; [d] daily view; [D] toggle diary inclusion.
3323    - Bug fixes.
3325 * Version 3.11
3326    - Links inserted with C-c C-l are now by default enclosed in angle
3327      brackets.  See the new variable `org-link-format'.
3328    - ">" terminates a link, this is a way to have several links in a line.
3329      Both "<" and ">" are no longer allowed as characters in a link.
3330    - Archiving of finished tasks.
3331    - C-<up>/<down> bindings removed, to allow access to paragraph commands.
3332    - Compatibility with CUA-mode (see variable `org-CUA-compatible').
3333    - Compatibility problems with viper-mode fixed.
3334    - Improved html export of tables.
3335    - Various clean-up changes.
3337 * Version 3.10
3338    - Using `define-derived-mode' to derive `org-mode' from `outline-mode'.
3341 * Version 3.09
3342    - Time-of-day specifications in agenda are extracted and placed
3343      into the prefix.  Timed entries can be placed into a time grid for
3344      day.
3346 * Version 3.08
3347    - "|" no longer allowed as part of a link, to allow links in tables.
3348    - The prefix of items in the agenda buffer can be configured.
3349    - Cleanup.
3351 * Version 3.07
3352    - Some folding inconsistencies removed.
3353    - BBDB links to company-only entries.
3354    - Bug fixes and global cleanup.
3356 * Version 3.06
3357    - M-S-RET inserts a new TODO heading.
3358    - New startup option `content'.
3359    - Better visual response when TODO items in agenda change status.
3360    - Window positioning after visibility state changes optimized and made
3361      configurable.  See `org-cycle-hook' and `org-occur-hook'.
3363 * Version 3.05
3364    - Agenda entries from the diary are linked to the diary file, so
3365      adding and editing diary entries can be done directly from the agenda.
3366    - Many calendar/diary commands available directly from agenda.
3367    - Field copying in tables with S-RET does increment.
3368    - C-c C-x C-v extracts the visible part of the buffer for printing.
3369    - Moving subtrees up and down preserves the whitespace at the tree end.
3371 * Version 3.04
3372    - Table editor optimized to need fewer realignments, and to keep
3373      table shape when typing in fields.
3374    - A new minor mode, orgtbl-mode, introduces the Org-mode table editor
3375      into arbitrary major modes.
3376    - Fixed bug with realignment in XEmacs.
3377    - Startup options can be set with special #+STARTUP line.
3378    - Heading following a match in org-occur can be suppressed.
3380 * Version 3.03
3381    - Copyright transfer to the FSF.
3382    - Effect of C-u and C-u C-u in org-timeline swapped.
3383    - Timeline now always contains today, and `.' jumps to it.
3384    - Table editor:
3385      - cut and paste of rectangular regions in tables
3386      - command to convert org-mode table to table.el table and back
3387      - command to treat several cells like a paragraph and fill it
3388      - command to convert a buffer region to a table
3389      - import/export tables as tab-separated files (exchange with Excel)
3390    - Agenda:
3391      - Sorting mechanism for agenda items rewritten from scratch.
3392      - Sorting fully configurable.
3393      - Entries specifying a time are sorted together.
3394    - Completion also covers option keywords after `#-'.
3395    - Bug fixes.
3397 * Version 3.01
3398    - New reference card, thanks to Philip Rooke for creating it.
3399    - Single file agenda renamed to "Timeline".  It no longer shows
3400      warnings about upcoming deadlines/overdue scheduled items.
3401      That functionality is now limited to the (multifile) agenda.
3402    - When reading a date, the calendar can be manipulated with keys.
3403    - Link support for RMAIL and Wanderlust (from planner.el, untested).
3404    - Minor bug fixes and documentation improvements.
3406 * Version 3.00
3407    - Multifile Agenda shows current entries from many different files.
3408    - TeXInfo documentation (thanks to Christian Egli for the conversion).
3409    - Additional applications for TODO keywords, see documentation.
3410      Different files may have different TODO keywords etc.
3411    - Priorities for TODO items.
3412    - The browser mode used by `org-remember-handler' is improved.
3413    - Images get inlined in HTML export (thanks to Carsten Wimmer).
3414    - File links can contain line numbers, like file:/usr/etc/config:255
3415    - Minor bug fixes.
3418 * Version 2.10
3419    - TODO entries can have additional states besides TODO and DONE.
3420      See new variable `org-todo-keywords'.
3421    - TODO keywords can be interpreted as categories.  See variable
3422      `org-todo-interpretation'.
3423    - M-TAB completion on TODO keywords, TeX symbols, and normal words.
3424    - All keywords (like TODO, DEADLINE etc) are configurable.
3425    - Cursor positioning optimized after pro/demotion and TODO cycling.
3426    - Emphasizing in HTML works now for *bold*, /italic/ and _underline_.
3427    - New commands to kill, copy and yank entire subtrees.  Yanking
3428      modifies the level of the tree before insertion.
3429    - New command `org-goto' (C-c C-j) to quickly move to other locations
3430      in the buffer without affecting outline visibility.
3431    - Hooks for John Wiegley's remember.el.
3432    - `org-read-date' pops up calendar for date selection with the mouse.
3433      See variable `org-popup-calendar-for-date-prompt'.
3435 * Version 2.6
3436    - TODO items can be SCHEDULED to a certain date.
3437    - Expired DEADLINEs are ignored if in an entry marked DONE.
3438    - From the diary or time-sorted view (C-c C-r), C-c C-t can be used to
3439      change the TODO state of an item remotely.
3440    - Horizontal computations in table editor. See `org-table-eval-formula'.
3441    - Fixed bug with summing tables (command `org-table-sum', `C-c +').
3442    - Calendar window follows the timestamp when a timestamp is changed.
3443      New variable `org-calendar-follow-timestamp-change'.
3444    - Time-sorted view (`org-diary-view', C-c C-r) now uses the prefix
3445      argument to force inclusion of unscheduled TODO items.
3446    - New variable `org-confirm-shell-links' to turn of safety query.
3447    - New variable `org-open-non-existing-files'.
3449 * Version 2.4
3450    - A time-sorted view on all time stamps can be created with C-c C-r.
3451    - Timestamps and Deadlines can be shown in the Emacs diary.
3452    - Date ranges introduced.
3453    - Time-string formats are no longer configurable.
3454    - Vertical lines in tables can be made invisible with `C-c |'.
3455    - New "link" type to execute shell commands, like "shell:ls *.org"
3456    - Upon export, "myfile.org" becomes "myfile.html" or "myfile.txt",
3457      instead of "myfile.org.html" or "myfile.org.txt".
3458    - When the cursor is in the white space at the beginning of a line,
3459      TAB removes the whitespace before indenting again.
3461 * Version 2.0
3462    - Windows (NT/2000) support.
3463    - Works with both Emacs and XEmacs.
3464    - Fully automatic table editor.
3465    - New link types into Gnus, VM and BBDB.
3466    - Other link system changes
3467      - Time stamps are treated as links to the calendar.
3468      - Easy creation of links with global command `org-store-link'.
3469      - Insertion of links with `C-c C-l' works differently now.
3470      - Space characters allowed as part of a link.
3471      - Options in `org-file-apps' extended.  The command may now be
3472        symbol 'emacs', or a lisp form.
3473    Please re-read the manual section about links.
3474    - Timestamp changes
3475      - `org-deadline' now prompts for a date.
3476      - A line can now contain several timestamps.  Updating of a
3477        timestamp only happens if the cursor is at the timestamp.
3478      - Changed the time-stamp-format to ISO, to make sure it will
3479        always work (non-English month names had caused problems
3480        with `parse-time-string'.).  Changing the time stamp format
3481        is not recommended.
3482    - Picture mode enhancements have been removed from org.el
3485 * Version 1.4
3486    - Some option name changes, not backward compatible.
3487    - ASCII exporter upgrade: Table of contents.
3488    - HTML exporter upgrade: fixed-width regions, better
3489      sub/superscripts, many TeX symbols supported.
3490    - Calendar support.
3492 * Version 1.3
3493    - HTML exporter upgrade, in particular table of contents