Document changes in Changes.org
[org-mode/org-tableheadings.git] / ORGWEBPAGE / Changes.txt
bloba1d8ead59daba4f9715706e45bda556212cf5dd5
1                      Org-mode list of User-visible changes
2                      =====================================
4 Author: Carsten Dominik <carsten at orgmode dot org>
5 Date: 2008/02/19 09:16:04
8 Version 5.22
9 ~~~~~~~~~~~~
11 Incompatible changes
12 ====================
14    - The variable `org-log-done' is now less complex.
15    - The in-buffer settings for logging have changed.  Some
16      options no longer exists, some new ones have been added.
18 Details
19 =======
21 Changes to logging progress
22 ---------------------------
24     There is now more control over which state changes are being
25     logged in what way.  Please read carefully the corresponding
26     sections in the manual.  Basically: 
28     - The variable `org-log-done' has been simplified, it no
29       longer influences logging state changes and clocking out.
30     - There is a new variable for triggering note-taking when
31       clocking out an item: `org-log-note-clock-out'.
32     - Logging of state changes now has to be configured on a
33       pre-keyword basis, either in `org-todo-keywords' or in the
34       #+TODO in-buffer setting.
35     - These per-keyword settings allow more control.  For example
37        WAIT(w@)    Record a note when entering this state.
38        WAIT(w!)    Record a timestamp when entering this state.
39        WAIT(w@/!)  Recore a note when entering and timestamp
40                    when leaving this state.  This is great for
41                    getting a record when switching *back* from
42                     WAIT to TODO.
43        WAIT(/!)    Record a timestamp when leaving this state.
44                    Here we not even define a fast access
45                    character, but just the logging stuff.
47     This was triggered by requests from Wanrong Lin and Bernt Hansen.
49 Other
50 -----
52    - M-RET no longer brakes a line in the middle, it will make a
53      new line after the current or (if cursor is at the beginning
54      of the line) before the current line.
56    - RET, when executed in a headline after the main text and
57      before the tags will leave the tags in the current line and
58      create a new line below the current one.
60 Version 5.21
61 ~~~~~~~~~~~~
63   Bug fixes, in particular the long-hunted bug about wrong window
64   positions after pressing SPACE in the agenda.  Hopefully this
65   is really fixed.
67 Version 5.20
68 ~~~~~~~~~~~~
70 Overview
71 ========
73 Remember/Refile/Goto
74 --------------------
76     - The use of prefix arguments for the commands `org-remember'
77       and `org-refile' has been normalized.
79     - The clock can now safely be used in a remember buffer.
80       
81     - The variable `org-remember-use-refile-when-interactive'
82       introduced only in 5.19 is already obsolete.  Please use
83       `org-remember-interactive-interface' instead.
85     - It is no longer necessary to update the refiling targets.
87     - Automatic isearch in `org-goto'.
89     - Outline-path-completion as alternative org-goto interface.
91 Misc
92 ----
94     - Checkboxes now work hierarchically.
96     - `C-k' can now behave specially in headlines.
98     - Repeater for tasks in plain timestamps.
100     - All clock intervals of an item show in agenda/timeline.
101       
102     - New parameter `:step' for clocktable, to get daily reports.
104     - Never loose a repeaded scheduled item from the agenda.
106     - Archiving a subtree now stores the outline path in a property.
108     - Links to messages in Apple Mail.
110     - Bug fixes.
112 Incompatible Changes
113 ====================
114    
115    - The variable `org-remember-use-refile-when-interactive'
116      introduced only in 5.19 is already obsolete.  Please use
117      `org-remember-interactive-interface' instead.
119 Details
120 =======
122 Remember/Refile/Goto
123 --------------------
125     - The use of prefix arguments for the commands `org-remember'
126       and `org-refile' has been normalized:
128       + when called without prefix argument, the command does its
129         normal job, starting a remember note or refiling a tree.
131       + when called with a single C-u prefix, these commands can be
132         used to select a target location and to jump there.  In
133         the case of `org-remember', you will be prompted for a
134         template and then Emacs jumps to the default target
135         location or this template.  In the case of `org-refile',
136         you select a location from the refile target list and jump
137         there.
139       + when called with two prefixes (`C-u C-u'), the command
140         jumps to the location last used for storing a note or a
141         moved tree.
143     - When the clock is running inside an remember buffer, storing
144       the remember buffer with `C-c C-c' will automatically clock
145       out.  This was inspired by a request by Rainer Stengle. 
146       
147     - The variable `org-remember-use-refile-when-interactive'
148       introduced only in 5.19 is already obsolete.  Please use
149       `org-remember-interactive-interface' instead.  This new
150       variable does select the interface that is used to select
151       the target for a remember note in an interactive way.
152       Possible values are:
154       + `outline': Use an outline of the document to select a
155         location.  
156       + `outline-path-completion': Use completion of an outline
157         path to select a location.
158       + `refile': Offer the `org-refile-targets' as possible
159         targets.
161     - It is no longer necessary to update the refiling targets -
162       they are always current.
164     - In `org-goto', typing characters now automatically starts
165       isearch from the beginning of the buffer.  The isearch is
166       special also because it only matches in headline.  This
167       goes some way toward saving org-goto from being removed
168       from Org-mode.  Thanks to Piotr Zielinski for the code, and
169       sorry that it took me so long to put it in.  If you prefer
170       to use single letters n,p,f,b,u,q for navigation as before,
171       configure the variable `org-goto-auto-isearch'.
173     - Outline-path-completion is now available as an alternative
174       interface in the command `org-goto'.  Please select the
175       default interface you'd like to use with the new variable
176       `org-goto-interface'.  You can then select the alternative
177       interface with a prefix argument to `C-c C-j' (org-goto).  I
178       am considering to make outline-path-completion the default
179       interface.  Comments?
182 Misc
183 ----
185     - Checkboxes now work hierarchically.  When a plain-list item
186       with a checkbox has children with checkboxes, the status of
187       the item's checkbox is calculated from the children, each
188       time a checkbox is toggled with C-c C-c.  Thanks to Miguel
189       A. Figueroa-Villanueva for a patch to this effect.
191     - There is a new variable `org-special-ctrl-k'.  When set,
192       `C-k' will behave specially in headlines:
194       + When the cursor is at the beginning of a headline, kill
195         the entire line and possible the folded subtree below the
196         line.
197       + When in the middle of the headline text, kill the
198         headline up to the tags.
199       + When after the headline text, kill the tags.
201       This is following a proposal by Piotr Zielinski.
203     - You can now also have a plain (as opposed to deadline or
204       scheduled) repeater timestamp in a task.  Switching the task
205       to DONE will now also shift a plain time stamp.  This was a
206       request by Austin Frank.
208     - If an entry is clocked multiple times, it will now show up
209       several times in the agenda and timeline buffers, when
210       log-mode is on.  This was a proposal by Jurgen Defurne.
211       
212     - The clock table accepts a new parameter `:step'.  This
213       parameter can be `day' or `week' and will result in separate
214       tables for each day or week in the requested time interval.
215       This was triggered by a proposal by Sacha Chua in her [blog].
217     - A time-stamp with a repeater now no longer refers to the
218       date *closest* to the current day.  Instead, it means either
219       today or the most recent match.  This change makes sure that
220       overdue scheduled or deadline items never disappear from the
221       agenda.  With the previous convention, an overdue scheduled
222       item would disappear.  For example, a weekly item scheduled
223       for Sunday would appear as overdue until Wednesday, and the
224       suddenly disappear until next Sunday.  Now the item will
225       show up as "Sched 7x" on Saturday.  From Sunday on it will
226       be in the list as "Scheduled", i.e. old sins will be
227       forgiven.  This follows a request by Warong, Dennis and
228       Bernt.
230     - Archiving a subtree now creates an additional property,
231       `ARCHIVE_OLPATH'.  This property contains the "path" in the
232       outline tree to the archived entry, as it was in the
233       original file.  For example, archiving `Fix the door' in the
234       following hierarchy
235       
236        * Tasks
237        ** HOME
238        *** Garage
239        **** Fix the door
240       
241       will file is with the following property
242       
243        :ARCHIVE_PATH: Task/HOME/Garage
244       
245       Note that you can configure (i.e. limit) the information
246       that gets stored upon archiving with the variable
247       `org-archive-save-context-info'.
249     - New file `org-mac-message.el' by John Wiegley to create
250       links for messages in Apple Mail, and to follow these
251       links.
253     - Bug fixes.
255 Version 5.19
256 ~~~~~~~~~~~~
258 Overview
259 ========
261    - Column view can list the clocked times of a subtree.
263    - Storing remember notes can use the `org-refile' interface.
265    - Storing remember notes no longer produced empty lines.
267    - Moving subtrees now folds all siblings of the subtree.
269    - New variable `org-agenda-todo-keyword-format'.
271    - Hack to allow brackets in link descriptions.
273    - Clocking into an entry can enforce a specific TODO state.
275    - EXPORT_FILE_NAME may be an absolute file name with "~".
277    - Bug fixes, lots of them.
279 Details
280 =======
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
342 ~~~~~~~~~~~~
344   Minor fixes.
346 Version 5.17
347 ~~~~~~~~~~~~
349 Details
350 =======
352 Whitespace
353 ----------
355     - When cutting, pasting, or moving subtrees and items, the
356       empty lines *before* the subtree/item now belong to the
357       part and will be moved with it.  There is one exception to
358       this rule: If the first child is moved down (or,
359       equivalently, the second is moved up), the amount of empty
360       lines *above* the first child to be moved along with it is
361       limited by the number of empty lines *below* it.  This
362       sounds complicated, but it allows to have extra empty space
363       before the first child and still have good behavior of the
364       subtree motion commands.
366     - Plain lists items work the same.
368     I believe we have finally nailed this one.  Thanks to Daniel
369     Pittman for bring this up again and to Eric Schulte for
370     pointing out that it is the empty lines *before* an entry
371     that really count.
373     This change was non-trivial, please give it a good test and
374     let me know about any problems.
376 Remember
377 --------
379     - The new command `org-remember-goto-last-stored' will jump
380       to the location of the remember note stored most recently.
381       If you have `org-remember' on a key like `C-c r', then you
382       can go to the location with a double prefix arg: `C-u C-u
383       C-c r'.  This was a proposal by Rainer Stengele.
385     - Template items that are being prompted for can now specify
386       a default value and a completion table.  Furthermore,
387       previous inputs at a specific prompt are captured in a
388       history variable.  For example:
390        %^{Author|Roald Dahl|Thomas Mann|Larry Niven}
392       will prompt for an author name.  Pressing RET without
393       typing anything will select "Roald Dahl".  Completion will
394       give you any of the three names.  And a history will be
395       kept, so you can use the arrow keys to get to previous
396       input.  The history is tied to the prompt.  By using the
397       same prompt in different templates, you can build a history
398       across templates.  The ideas for this came from proposals
399       by Bastien and Adam.
401     - When a remember template contains the string `%!', the note
402       will be stored immediately after all template parts have
403       been filled in, so you don't even have to press `C-c
404       C-c'. The was a proposal by Adam Spiers.
406 Refile
407 ------
409     - `org-refile-targets' has a new parameter to specify a
410       maximum level for target selection.  Thanks to Wanrong Lin
411       for this proposal.
413     - When the new option `org-refile-use-outline-path' is set,
414       refile targets will be presented like a file path to the
415       completion interface: "level 1/level 2/level 3".  This
416       may be the fastest interface yet to get to a certain
417       outline entry.  Do we need to use this interface in other
418       places?  Thanks to Jose Ruiz for this proposal.
420 Version 5.16
421 ~~~~~~~~~~~~
423 Details
424 =======
426 Restriction lock on agenda scope
427 --------------------------------
429     You can now permanently lock the agenda construction to a
430     certain scope, like a file or a subtree.  So instead of
431     pressing "<" for each command in the agenda dispatcher, you
432     only once select a restriction scope.  All subsequent agenda
433     commands will than respect this restriction.  For example,
434     you can use this at work, to limit agendas to your work file
435     or tree, and at home to limit to the home file or tree.  Or
436     you can use it during the day in order to focus in on certain
437     projects.
439     You select a scope with the command `C-c C-x <', which
440     restricts to the current subtree.  When called with a `C-u'
441     prefix, the restriction is to the current file.  You can also
442     make restrictions from the speedbar frame, see below.
444     When making a new restriction and an agenda window is
445     currently visible, it will immediately be updated to reflect
446     the new scope.  TO if you like you can display an agenda view
447     and then watch it change in various scopes.
449     To get rid of the restriction, use the command "C-c C-x >".
450     Or press ">" in the agenda dispatcher.  Also, and use of "<"
451     in the dispatcher will disable the restriction lock and
452     select a new restriction.
454     Thanks to Rick Moynihan for triggering this development. 
456 Imenu and Speedbar support
457 --------------------------
459     - Org-mode now supports Imenu.  For example, with the setting
461        (add-hook 'org-mode-hook 
462           (lambda () 'imenu-add-to-menubar "Imenu"))
464       a menu will be created in each Org-mode buffer that
465       provides access to all level 1 and level 2 headings.  The
466       depth of the menu can be set with the variable
467       `org-imenu-depth'.
469     - org-mode now supports Speedbar.  This means that you can
470       drill into the first and second level headlines of an
471       Org-mode file right from the speedbar frame.
473     - You can set a restriction lock for the Org-mode agenda to a
474       file or a subtree directly from the speedbar frame.  Just
475       press "<" with the cursor on an Org-mode file or subtree to
476       set the lock and immediately update the agenda if it is
477       visible.  Use ">" to get rid of the lock again.
479 Version 5.15
480 ~~~~~~~~~~~~
482 Details
483 =======
485    - There are new special properties TIMESTAMP and TIMESTAMP_IA.
486      These can be used to access the first keyword-less active
487      and inactive timestamp in an entry, respectively.
489    - New variable `org-clock-heading-function'.  It can be set to
490      a function that creates the string shown in the mode line
491      when a clock is running.  Thanks to Tom Weissmann for this
492      idea.
494    - Bug fixes.
496 Version 5.14
497 ~~~~~~~~~~~~
499 Overview
500 ========
502    + Remember and related stuff
503      - New command `org-refile' to quickly move a note.
504      - Easy way to jump to the target location of remember template.
505      - New %-escapes in remember templates: %c %(...) and %[...]
506      - `org-remember-insinuate' simplifies remember setup
508    + Emphasis and Font-lock stuff
509      - Stacked emphasis is no longer allowed.
510      - You may finally emphasize a single character like `*a*'.
511      - Font-lock now can hide the emphasis markers
512      - Text in the "=" emphasis is exported verbatim
513      - There is a new emphasis marker "~" for verbatim text
514      - Constructs treated specially by the exporters can be highlighted
516    + Properties and Column view
517      - More control over which properties use inheritance
518      - CATEGORY="work" can now be used in a tags/property search
519      - the {+} summary type can specify a printf-style output format
520      - New currency summary type {$}
522    + The date/time prompt
523      - While entering data, watch live the current interpretation.
524      - The date prompt now prefers to select the future
525      - Easier modification of time in an existing time stamp.
527    + Export
528      - You can now export some special strings in HTML, like "..."
529      - #+EMAIL: may contain several email addresses
531    + Agenda
532      - In the agenda, a few keys have changed: `g', `G', and `e'.
534    + Miscellaneous
535      - Class-dependent sectioning structures in LaTeX export.
536      - Radio-lists modeled after the radio tables.
537      - The default for `org-ellipsis' is back to nil
538      - Support for pabbrev-mode
539      - New variable `org-show-entry-below'.
541 Incompatible changes
542 ====================
544    - If you have customized the variable `org-emphasis-alist' or
545      org-export-emphasis-alist', you need to do it again by first
546      canceling your customization and then adding it again.
548    - I know that some people have defined their own private helper
549      functions to select a specific remember template, without being
550      prompted, like this:
552       (defun my-remember-template-n ()
553          (interactive)
554          (org-remember ?n))
556      You need to modify this.  The character selecting the template
557      must now be the /second/ argument to `org-remember':
559       (defun my-remember-template-n ()
560          (interactive)
561          (org-remember nil ?n))
563    - `C-c C-w' now refiles an entry.  To get a sparse tree of
564      deadlines, use `C-c / d' instead.
566 Details
567 =======
569 Remember and related stuff
570 --------------------------
572     - New command `org-refile' to quickly move a note to a
573       different place.  It is bound to `C-c C-w'.  The foremost
574       application might be to put a note or task captured with
575       `remember' into the proper list or project.  The command
576       offers a list of possible refiling targets for completion.
577       These are headings under which the entry will be inserted
578       as a subitem.  By default, this will offer all top-level
579       headings in the current buffer, but you can configure the
580       variable `org-refile-targets' to get more complex
581       definitions.  For example:
583        (setq org-refile-targets '((nil . (:level . 2))))
585       selects all level 2 headlines in the current buffer as
586       targets.  And
588        (setq org-refile-targets
589             '((org-agenda-files . (:tag . "refile"))))
591       searches all agenda files and selects headlines that are
592       explicitly marked with the tag :refile: .  Note that the
593       list of targets is built upon first use only, to rebuilt
594       it, call the command `C-c C-w' with a double prefix
595       argument.
597       This is based on an idea and example implementation by Max
598       Mikhanosha.  Many thanks Max.
600     - You can now use a C-u prefix on `org-remember' to jump to
601       the location where a specific templates stores its notes.
602       For example, if you have `org-remember' bound to `C-c r',
603       then `C-u C-c r n' will get you to the file and headline
604       given in the template associated with the letter "n".
606       This was proposed by someone, but I have lost track who.
607       Sorry, and thanks anyway.
609     - New %-escapes in remember templates:
611        %c     insert the current clipboard, like C-y would do
612        %(..)  evaluate Lisp expression and insert the result
613        %[..]  include file
615       Thanks to Adam Spiers and Tim O'Callaghan.
617     - New function `org-remember-insinuate' that makes is easier
618       to set Org-mode specific values for remember variables.
619       Thanks to Michael Olson for this proposal.  It is
620       equivalent to:
622        (require 'remember)
623        (setq remember-annotation-functions '(org-remember-annotation))
624        (setq remember-handler-functions '(org-remember-handler))
625        (add-hook 'remember-mode-hook 'org-remember-apply-template))
627       You might still want to set `org-default-notes-file' to
628       provide a default for templates without a file, and
629       `org-directory' to show where to find other org files.
631 Emphasis and Font-lock stuff
632 ----------------------------
634     - Stacked emphasis like `*/bold italic/*' is no longer allowed.
636     - You may finally emphasize a single character like `*a*'.
638     - Font-lock now can hide the emphasis markers, just like Muse
639       does.  Configure the variable `org-hide-emphasis-markers'
640       if you want this.  Showing the characters continues to be
641       the default in Org-mode.
643     - Text in the "=" emphasis is now exported verbatim, i.e. no
644       further parsing and interpretation of this text takes place.  So
645       you can write `=quoted *xxx* a_x = b='.  This and the following
646       point implement a request by Daniel Clemente.
648     - There is a new emphasis marker "~" which marks text to be
649       exported verbatim, without special formatting.  Inside an
650       org-mode file, this text is highlighted with the org-verbatim
651       face.  I am not happy with the face yet (currently is is like
652       org-code, but underlined), please suggest a better one.
654     - Whether an emphasis environment is verbatim or not is now an
655       extra flag in the variable `org-emphasis-alist'.  If you have
656       configured this variable, do it again by first canceling your
657       customization to revert to the default, and then adding it
658       again.
660     - New variable `org-highlight-latex-fragments-and-specials'.
661       When turned on, Org-mode will highlight all strings that
662       are treated in a special way by the exporters.  This is
663       great for export-oriented writing, but maybe a bit noisy
664       for note taking, so this feature is off by default.
666 Properties and Column view
667 --------------------------
669     - `org-use-property-inheritance' may now also be a list of
670       property names that should be treated with inheritance
671       during searches.
673     - CATEGORY="work" can now be used in a tags/property search,
674       even if the category is not specified as a property in the
675       entry, but rather is inherited or derived from #+CATEGORY.
676       Thanks to Adam, Tim, and Bastien for an interesting
677       discussion around this issue.
679     - Summary type improvements in column view.
680       * The {+} summary type can specify a printf-style output
681         format for computed values like this: {+;%5.2f}
682         This was triggered by a report by Levin.
683       * New currency summary type {$}, which so far is just a
684         shorthand for {+;%.2f}.  Do we need to have a currency
685         symbol in front of each value.  Scott Jaderholm asked for
686         this, but I am not sure if this is already what he meant.
688 The date/time prompt
689 --------------------
691     There have been several small but *very* useful additions to
692     the date prompt.
694     - While entering data at the date prompt, the current
695       interpretation of your input is shown next to your input in
696       the minibuffer.  I find this great to understand how the
697       input works.  If you find the extra stuff in the minibuffer
698       annoying, turn it off with `org-read-date-display-live'.
700     - The date prompt now prefers to select the future.  If you
701       enter a date without a month, and the day number is before
702       today (for example, on the 16th of the month you enter
703       "9"), Org-mode will assume next month.  Similarly, if you
704       enter a month and no year, next year will be assumed if the
705       entered month is before the current, for example if you
706       enter "May" in September.  Thanks to John Rakestraw for
707       this great suggestion.  If you find it confusing, turn it
708       off with `org-read-date-prefer-future'.
710     - When modifying an existing date using `C-c .' at the stamp,
711       the time or time range in the stamp are now offered as
712       default input at the prompt.  This goes a long way to
713       simplifying the modification of an existing date.  Thanks
714       to Adam Spiers for this proposal.
716 Export (all implemented by Bastien...)
717 --------------------------------------
719     - You can now export special strings in HTML.  Here is the
720       list of newly performed conversions:
722         Org   Description                          HTML      
723        -----+------------------------------------+----------
724         `\\-'   double backslash followed by minus   &shy;     
725         `--'    two dashes (minuses)                 &ndash;   
726         `---'   three dashes (minuses)               &mdash;   
727         `...'   three dots                           &hellip;  
729       You can turn this globally on or off with
730       `org-export-with-special-strings' or locally with "-:t" or
731       "-:nil" in the #+OPTIONS line.  Thanks to Adam Spiers for
732       starting the discussion, and thanks to Daniel Clemente and
733       William Henney for relevant inputs.
735     - Comma-separated emails in #+EMAIL: are correctly exported.
736       Thanks to Raman for pointing out this omission.
738 Agenda
739 ------
741     - In the agenda, a few keys have changed
742        g  does now the same a "r", refresh current display,
743           because "g" is the Emacs standard for "refresh"
744        G  toggle the time grid, used to be "g"
745        e  Execute another agenda command, pretty much the same as
746           `C-c a', but shorter and keep the same agenda window.
748 Miscellaneous (much of it from Bastien)
749 ---------------------------------------
751     - You can now select the sectioning structure of your LaTeX
752       export by setting it either globally
753       (`org-export-latex-default-class') or locally in each Org
754       file (with #+LaTeX_CLASS: myclass).  You can also customize
755       the list of available classes and their sectioning
756       structures through the new `org-export-latex-classes'
757       option.  Thanks to Daniel for discussions and suggestion on
758       this issue.
760     - You can send and receive radio lists in HTML,
761       LaTeX or TeXInfo, just as you send and receive radio
762       tables.  Check the documentation for details and examples.
764     - The default for `org-ellipsis' is back to nil, some people
765       seem to have had problems with the face as a default.
767     - Support for pabbrev-mode, needs pabbrev version 1.1.  Thanks
768       to Phillip Lord for adapting his package to make this
769       possible.
771     - New variable `org-show-entry-below' to force context-showing
772       commands to expose the body of a headline that is being
773       shown.  Thanks to Harald Weis for pointing out this omission.
776 Version 5.13i
777 ~~~~~~~~~~~~~
779 Details
780 =======
782    - On the date/time prompt, you can now also answer with
783      something like +2tue to pick the second tuesday from today.
784      This was a proposal by Sacha Chua.
786    - When interpopating into Lisp formulas in the spreadsheet,
787      the values of constants and properties are no longer
788      enclosed into parenthesis.  When interpolating for calc,
789      this still happens in order to allow expressions in
790      constants.  This problem was reported by Eddward DeVilla.
792    - When a directory is listed in `org-agenda-files', all files
793      with extension matched by the new variable
794      `org-agenda-file-regexp' in that directory will be agenda
795      files.
797    - Bug fixes.
799 Version 5.13
800 ~~~~~~~~~~~~
802 Overview
803 ========
805    - Bug fixes and improvements in column view
806      + All known bugs fixed.
807      + A Column view can be captured into a dynamic block.
808      + The ITEM column is formatted core compactly.
809      + Also ITEM can be edited with `e'
811    - The agenda dispatcher
812      + `<' cycles through restriction states.
813      + Multi-character access codes to commands (= sub-keymaps).
815    - Sorting improvements
816      + User-defined sorting keys.
817      + Sorting by properties.
818      + Sorting of plain lists.
820    - HTML <div> structure
822    - Other stuff
823      + New variables, several of them.
824      + Drawers can be set on a per-file basis.
825      + Better control over priority fontification in agenda.
826      + M-up and M-down now move the current line up and down.
827      + Abort remember template selection with C-g.
829 Details
830 =======
832 Bug fixes and improvements in column view
833 -----------------------------------------
835     - All the bugs described by Scott Jaderholm have been fixed
836       (at least I hope so...).
838     - You can now capture a column view into a dynamic block, for
839       exporting or printing it.  The column view can be
841       + global, i.e. for the entire file
842       + local, i.e. for the subtree where the dynamic block is
843       + from an entry with a specific :ID: property.
845       You can identify the entry whose column view you want to
846       capture by assigning an :ID: property, and use that property
847       in the dynamic block definition.  For example:
849        * Planning
850          :PROPERTIES:
851            :ID: planning-overview
852          :END:
853       
854        [...]
855       
856        * The column view
857        #+BEGIN: columnview :hlines 1 :id "planning-overview"
858       
859        #+END:
861       Use `C-c C-x r' to insert such a dynamic block, and you will
862       be prompted for the ID.
864     - When the current column format displays TODO keyword,
865       priority or tags, these parts are stripped from the content
866       of the ITEM column, making for more compact and readable
867       entries.  When any of these "properties" are not listed in
868       the current column format, they are instead retained in the
869       ITEM column.
871     - You can now also edit the ITEM column with `e'.
873 The agenda dispatcher
874 ---------------------
876     - Instead of pressing `1' to restrict an agenda command to
877       the current buffer, or `0' to restrict it to the current
878       subtree or region, you can now also press `<' once or
879       twice, respectively.  This frees up `1' and `0' for user
880       commands, a request by Bastien.  In fact, "<" cycles
881       through different restriction states.  "1" and "0" are
882       still available for backward compatibility, until you bind
883       them to custom commands.
885     - The access code to custom agenda commands can now contain
886       several characters, effectively allowing to bundle several
887       similar commands into a sub-keymap.  This follows an
888       excellent proposal by Adam Spiers.  For example:
890        (setq org-agenda-custom-commands
891          '(("h" . "HOME + Name tag searches") ; describe prefix "h"
892            ("hl" tags "+HOME+Lisa")
893            ("hp" tags "+HOME+Peter")
894            ("hk" tags "+HOME+Kim")))
896     - The user function option in org-agenda-custom-commands may
897       now also be a lambda expression, following a request by
898       Adam Spiers.
900 Sorting improvements
901 --------------------
903     We are using a new routine for sorting entries, courtesy of
904     John Wiegley.  Many thanks to John.
906     - You can define your own function to extract a sorting key
907       and in this way sort entries by anything you like.
909     - Entries can now be sorted according to the value of a
910       property.
912     - Plain lists can be sorted.
914 HTML <div> structure
915 --------------------
917     There is now a <div>-based structure in exported HTML.
919     - The table of context is wrapped into a div with a class
920       "table-of-contents".
922     - The outline structure is embedded in <div> elements with
923       classes "outline-1", "outline-2" etc.
925     - The postamble, containing the author information and the
926       date is wrapped into a div with class "postamble".
928     I am not sure if the class names are the best choice, let me
929     know if there are more "canonical" choices.
931     Thanks to Mike Newman and Cezar for input, and in particular
932     to Mike for his clearly formulated specification.
934 Other stuff
935 -----------
937     - New variable `org-agenda-window-frame-fractions' to
938       customize the size limits of the agenda window in the case
939       that you display the agenda window by reorganizing the
940       frame.
942     - Drawers can be set on a per-file basis using
944        #+DRAWERS: HIDDEN STATE PROPERTIES
946       This will define the drawers :HIDDEN: and :STATE:.
947       The :PROPERTY: drawer should always be part of this list, or
948       your properties will not be folded away.
949       Thanks to Richard G. Riley for this proposal.
951     - `org-agenda-fontify-priorities' may now also be an
952       association list of priorities and faces, to specify the
953       faces of priorities in the agenda individually.
955     - The variable `org-export-with-property-drawer' no longer
956       exists, please use `org-export-with-drawers' instead.  Also,
957       the corresponding switch in the #+OPTIONS line has changed
958       from "p" to "d".  Thanks to Bastien for pointing out that we
959       needed to handle not only the property drawer.
961     - M-up and M-down now move the current line up and down (if
962       not at a headline, item or table).  Among other things you
963       can use this to re-order properties in the drawer.  This was
964       a proposal by Bastien.
966     - New variable `org-agenda-todo-ignore-with-date', based on a
967       request by Wanrong Lin.
969     - Aborting remember template selection with C-g now kills the
970       remember buffer and restores the old window configuration.
971       This was a request by Nuutti Kotivuori.
973 Version 5.12
974 ~~~~~~~~~~~~
976 Overview
977 ========
979    - Remember templates can now have name.
980    - `C-c C-k' will abort taking a note (remember of log)
981    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg.
982    - Lines in the agenda can be fontified according to priority.
983    - New variable `org-scheduled-past-days'.
984    - New variables `org-agenda-deadline-leaders' and
985      `org-agenda-scheduled-leaders'.
986    - New sparse tree function `org-sparse-tree'.
987    - The variable `org-ellipsis' now defaults to `org-link'.
988    - The #+OPTIONS line has a new option "tags".
989    - New variable `org-use-property-inheritance'.
991 Incompatible Changes
992 ====================
994    - `C-c /' now calls `org-sparse-tree'.
996 Details
997 =======
999    - Remember templates can now have a template name as the first
1000      element.  The name will be listed along with the selection
1001      character when prompting for a template.  It is best to have
1002      the name start with the selection character, for example if
1003      you use ("Note" "n"), you will be prompted like "[n]ote".
1004      Thanks to Matiyam for this proposal.
1006    - `C-c C-k' will abort taking a note.  You can use this in remember
1007      buffers and when taking a logging note (e.g. for a state
1008      change).  Thanks to Bastien.
1010    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg to
1011      cut N sequential subtrees.  This was a proposal by John.
1013    - Lines in the agenda are now bold if they have priority A and
1014      italic if they have priority C.  You can turn this off using
1015      the variable `org-agenda-fontify-priorities'.  Thanks to
1016      John Wiegley for the idea and code.
1018    - New variable `org-scheduled-past-days' to set the number a
1019      scheduled item will be listed after its date has passed.
1020      Default is 10000, i.e. indefinitely.
1022    - New variables `org-agenda-deadline-leaders' and
1023      `org-agenda-scheduled-leaders' to adjust the leading text o
1024      scheduled items and deadline in the agenda.  Thanks to John
1025      Wiegley for a patch.
1027    - New sparse tree function `org-sparse-tree'.  This is now the
1028      default binding for `C-c /'.  It requires one additional
1029      keypress to select a command, but in return is provides a
1030      single interface to all the different sparse tree commands,
1031      with full completion support.
1033    - The variable `org-ellipsis' now defaults to the face
1034      `org-link' because the visibility of the dots is really bad
1035      and I have found this change very useful indeed.
1037    - The #+OPTIONS line has a new option "tags" which can be used
1038      to set `org-export-with-tags'.  Thanks to Wanrong Lin for
1039      this proposal.
1041    - New variable `org-use-property-inheritance'.  Configure it
1042      to `t' if you want that searching for entries with certain
1043      properties always should assume inheritance.  This is not
1044      well tested yet, please check it out.
1046    - Bug fixes
1048 Version 5.11
1049 ~~~~~~~~~~~~
1051 Overview
1052 ========
1054    - SUMMARY, DESCRIPTION, LOCATION properties for iCalendar
1055    - Command to jump to the running clock
1056    - Clock entries can now have their own drawer
1057    - `C-c C-x C-r' only updates a clocktable at point
1058    - New way to assign a remember template to a single key
1059    - `C-n' and `C-p' are back to their default binding
1060    - `C-x C-s' in agenda buffer saves all org-mode buffers
1061    - Schedule/deadline leaves note in agenda buffer
1062    - Prefix argument for `C-c C-d/s' will remove date
1063    - New variable to make block aranda more compact
1064    - Better tag alignment in agenda
1066 Incompatible changes
1067 ====================
1069    - If you have customized `org-drawers', you need to add
1070      "CLOCK" to the list of drawers.
1072    - The variable `org-agenda-align-tags-to-column' has been
1073      renamed to `org-agenda-tags-column'.  The old name is still
1074      an alias, in Emacs 22 and in XEmacs, but not in Emacs 21.
1076    - The default value for both `org-tags-column' and
1077      `org-agenda-tags-column' is now -80.
1079    - The variable
1080      `org-insert-labeled-timestamps-before-properties-drawer'
1081      is now obsolete.
1083 Details
1084 =======
1086    - The LOGGING property allows to modify the settings for
1087      progress logging for a single entry.  For example:
1089       :PROPERTIES:
1090         :LOGGING: nologging nologrepeat
1091       :END:
1093      turns off all progress logging for the current entry and its
1094      children.
1096    - The properties SUMMARY, DESCRIPTION and LOCATION have
1097      special meaning during iCalendar export, when they translate
1098      to the corresponding VEVENT and VTODO fields.  If not given,
1099      Org-ode continues to use cleaned-up version of the headline
1100      and body as the summary and the description, respectively.
1102    - New function to go to the entry with the currently running
1103      clock.  Bound to `C-c C-x C-j', in agenda also to "J".  If
1104      you use this often, you might even want to assign a global
1105      key.  Thanks to Bernt and Bastien.
1107    - Clock entries can now have their own drawer, the :CLOCK:
1108      drawer.  Check out the variable `org-clock-into-drawer' for
1109      configuration of this feature.  The default is to create a
1110      drawer when the second clocking line gets added to an entry.
1111      Note that "CLOCK" has been added to the default value of
1112      `org-drawers', but if you have configured that variable, you
1113      must go back and add "CLOCK" yourself to get this drawer
1114      folded away.  Thanks to Tom Weissman for pointing out that
1115      too many clock entries are visually annoying.
1117    - `C-c C-x C-r' no longer tries to find the first clocktable
1118      in a buffer and then updates it.  Instead, it will update
1119      the clocktable at point if there is one (same as C-c C-c
1120      will do if the cursor is in the "#+BEGIN" line of the
1121      table).  If there is none at point, a new one will be
1122      inserted.  This change was necessary because the new :scope
1123      parameter allows to have several clocktables in a buffer.
1124      Thanks to Bastien for pointing this out.
1125      To update all dynamic blocks in a file, use `C-u C-c C-x C-u'.
1127    - The function `org-remember' can now be called with a
1128      template selection key as argument.  This helps to make key
1129      bindings that go directly to a specific template without
1130      being prompted for a template, like this:
1132       (global-set-key [f5] (lambda () (interactive) (org-remember "j")))
1134      Thanks to Richard G Riley for bringing this up.
1136    - `C-n' and `C-p' are back to their default binding
1137      (next/previous line) in the agenda buffer.  Enough people,
1138      including recently Denis Bueno, have complained about this,
1139      and I agree it is not good to break habits like that.
1141    - `C-x C-s' in an agenda buffer now saves all org-mode buffers
1142      (also `s' does this).
1144    - Setting schedule or deadline dates from the agenda now
1145      produces a note in the agenda, similarly to what happens
1146      with S-left/right.
1148    - Using a prefix argument for `C-c C-d' or `C-c C-s' will
1149      remove the deadline or scheduling date from an item.  Thanks
1150      to Wanrong Lin for this proposal.
1152    - New variable `org-agenda-compact-blocks'.  When set, the
1153      space between blocks in a block agenda is reduced as much as
1154      possible, to show more items on a single screen.
1156    - The variable `org-agenda-tags-column' (renamed from
1157      `org-agenda-align-tags-to-column') can now also be negative,
1158      to mean alignment to the left.  The new default is -80, just
1159      like it is now for `org-tags-column'.
1161    - Bug fixes
1163 Version 5.10
1164 ~~~~~~~~~~~~
1166 Overview
1167 ========
1169    - Category and the archive location can be properties.
1170    - The clocktable has a new `:scope' parameter.
1171    - CSV support when importing a table.
1172    - Better defaults when modifying a time stamp.
1173    - New way to specify the duration of an appointment.
1174    - More aggressive version of orgstruct-mode improved wrapping.
1175    - Modifications to priority cycling.
1176    - Modifications to computations in column view.
1177    - New command `org-occur-in-agenda-files'.
1178    - Bug fixes.
1180 Details
1181 =======
1183    - Both the category and the archive location in a (sub)tree of
1184      the buffer can now be specified using a property, for
1185      example:
1187       * Tree with special properties
1188         :PROPERTIES:
1189           :CATEGORY: Examples
1190           :ARCHIVE:  /some/special/file::
1191         :END:
1193      This is a much cleaner way of dealing with multiple
1194      categories and archives in a single file.  The preferred use
1195      of the `#+CATEGORY' and `#+ARCHIVE' lines is now to set a
1196      *single* default for the file which is then locally
1197      overruled by properties.  This was a proposal from Bastien
1198      if I remember correctly.  Multiple `#+' lines still work
1199      and I don't plan to remove this support soon, but I
1200      encourage you to stop using them.
1202    - The clocktable has a new `:scope' parameter that determines
1203      the range in the file from which clock entries should be
1204      taken.  This can be anything from the local subtree to the
1205      entire buffer to even the full list of agenda files.  Legal
1206      values are:
1208        value     scope                                            
1209       ---------+-------------------------------------------------
1210        nil       the current buffer or narrowed region            
1211        file      the full current buffer                          
1212        subtree   the subtree where the clocktable is located      
1213        treeN     the surrounding level N tree, for example tree3  
1214        tree      the surrounding level 1 tree                     
1215        agenda    all agenda files                                 
1217      Thanks to Jason F. McBrayer and Bernt Hansen for
1218      inspiration.  Thanks to cranreuch (what is you full name?)
1219      for mentioning, at the right moment, that the clocktable is
1220      not so bad - that remark made it seem worthwhile to add
1221      features.
1223    - The commands to import a table and to convert a region to a
1224      table can now handle comma-separated values (CSV).  The
1225      algorithm does not yet treat quoting correctly, but for
1226      basic input it works.
1228    - When modifying an existing time stamp, or when entering the
1229      second stamp of a range, the date prompt will now
1230      consistently default to the date/time in the existing stamp.
1231      This was triggered by Nuutti Kotivuori's request.
1233    - At the date/time prompt, there is a new way to specify a
1234      range of hours, by using "+DURATION" after the time.  For
1235      example:
1237        14:00+2  means 14:00-16:00
1238        2pm+2:30 means 14:00-16:30
1240      Again, Nuutti Kotivuori's request.
1242    - When you use the function `turn-on-orgstruct++' to turn on
1243      orgstruct-mode, the special org-mode settings for
1244      auto-filling, indentation and paragraphs are exported into
1245      the buffer, so that typing list items with indentation works
1246      better.  This was Bastien's idea and request.
1248    - New variable `org-priority-start-cycle-with-default'.  When
1249      t (the default), priority cycling will initially set the
1250      default priority and then increase or decrease.  When nil,
1251      the first priority set by cycling is already 1 different
1252      from the default priority.  This was mostly driven by
1253      Bastien.
1255    - In column view: When an entry has a property for a summary
1256      column defined, its value is normally overwritten by the sum
1257      of all the children's values each time you enter column
1258      view.  Now there is an exception to this rule: If none of
1259      the children has that particular property defined, the
1260      parent's value stays.  In this way you can still place TODO
1261      items under such an entry without getting the property value
1262      changed.  Thanks to Russel Adams for pointing out that this
1263      is a better way of doing things.
1265    - In column view, computed values are now bold face, and
1266      trying to edit them is an error.  I think this works, but
1267      testing is appreciated.
1269    - New command `org-occur-in-agenda-files', this is basically
1270      the quick command John Wiegley proposed the other day, but
1271      it also works when the agenda files are not yet in buffers.
1272      The key is `C-c C-x /', any better proposals?
1274    - Links containing a space will now be handled correctly when
1275      calling the browser.  Note that you need to enclose such
1276      links in square or angular brackets.
1278    - Bug fixes.
1280 Version 5.09
1281 ~~~~~~~~~~~~
1283 Overview
1284 ========
1286    - Taking a note upon TODO state changes can be restricted to
1287      selected states.
1289    - The format in which dates are shown in the daily/weekly
1290      agenda can be configured.
1292    - The default for `org-remember-store-without-prompt' is now t.
1294    - `org-goto' has been made into a general lookup command.
1296    - Priority cycling goes back to the nil state.
1298    - You can store a remember note to the *last used* location.
1300    - On Emacs 23, the headline faces for org-mode are now
1301      inherited from the outline faces.
1303 Incompatible Changes
1304 ====================
1306    - The default for `org-remember-store-without-prompt' is now
1307      t, in order to better match the original intent of
1308      remember.el (storing a note with minimum interruption of
1309      work flow).  I expect that many people will be hit by this
1310      incompatible change - nevertheless I believe it is the right
1311      thing to do.
1313 Details
1314 =======
1316    - You can now select specific states for recording a note when
1317      switching to that state.  With the setting
1319       #+SEQ_TODO: TODO(t) ORDERED(o@) INVOICE(i@) PAYED(p) | RECEIVED(r)
1320       #+STARTUP: lognotestate
1322      only the states ORDERED and INVOICE will record a timestamp
1323      and a note.
1325    - You can now set the format of the string for each day in the
1326      agenda and timeline buffers.  You can use a format string
1327      interpreted by `format-time-string', or you can write your
1328      own function.  Configure the new variable
1329      `org-agenda-format-date'.  Thanks to Levin for triggering
1330      this development with a patch.
1332    - The default for `org-remember-store-without-prompt' is now
1333      t, in order to better match the original intent of
1334      remember.el (storing a note with minimum interruption of
1335      work flow).  Since we can assign files and headlines to
1336      templates, I guess this takes care of selecting a filing
1337      location in most cases.  For interactive filing, you now
1338      need a prefix command when exiting `remember'.
1340    - `org-goto' (bound to `C-c C-j') now uses an indirect buffer
1341      and has additional commands enabled: Org-occur with `C-c /'
1342      or even faster with `/', and the commands needed to select
1343      and copy a region.  This make `org-goto' a more general
1344      lookup command instead of only a jumping command.  Remember
1345      that you can exit with `Q' to go back to the original
1346      location.  Thanks to William Henney for this idea.
1348    - Setting the priority with S-up/down now cycles back to a
1349      state where no priority is specified.  This was requested by
1350      Rick Moynihan.
1352    - You can store a remember note to the *last used* location.
1353      So if you select a location interactively once, you can
1354      re-use it without having to find it again.  For this, exit
1355      the remember buffer with `C-u C-u C-c C-c'.  The leading
1356      comment in the remember buffer will tell exactly where the
1357      note goes if you exit with a particular command.
1358      Thanks to Maxim Loginov for this idea.
1360    - On Emacs 23, the headline faces for org-mode are now
1361      inherited from the outline faces.  This is just a
1362      convenience, so that you only have to configure one set of
1363      faces, and that will then be outline-1 .. outline-8.  You
1364      will actually not see any difference in org-mode, because
1365      Stefan Monnier has made the outline faces in Emacs 23 to
1366      match the current org-mode faces.
1368      This change does not effect XEmacs, nor Emacs 21 and 22.
1370 Version 5.08
1371 ~~~~~~~~~~~~
1373 Incompatible changes
1374 ====================
1376    - The default for `org-deadline-warning-days' is now 14.
1378 Details
1379 =======
1381    - There is now a separate interface for fast and directly
1382      setting a TODO keyword.  This interface kicks in when you
1383      have configured keys for TODO keywords like
1385       #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c)
1387      C-c C-t still does the cycling thing, you need to use a
1388      prefix argument to get to the fast interface.  Or configure
1389      the variable `org-use-fast-todo-selection' to t, then this
1390      will be the default and the prefix argument will make the
1391      command fall back to cycling.
1393      The tag selection no longer does include TODO keywords -
1394      Leo's arguments have convinced me that this is not a good
1395      idea.  If you'd like to see the TODO keywords in the tags
1396      interface anyway, set the variable
1397      `org-fast-tag-selection-include-todo'.  Thanks to Leo and
1398      others for input on this issue.
1400    - New variable `org-edit-timestamp-down-means-later'.  When
1401      set, `S-down' on a timestamp will change the timestamp to
1402      later.  Thanks to Raman for this idea.
1404    - Property names can now contain non-ascii word characters.
1405      This follows a request from Daniel Clemente.
1407    - For export, the date that should be given in the exported
1408      file can now be set to a specific value with a line like
1410       #+DATE: 15 November 2003
1412      If you want to use the date/time when the file was created,
1413      use a format string that will be interpreted by
1414      `format-time-string', for example:
1416       #+DATE: %Y/%m/%d %X
1418    - The default of `org-deadline-warning-days' has changed to 14
1419      days.  30 was really too much, I suspect most people (me
1420      included) have changed this.
1422    - When a deadline has an individual lead time, this lead time
1423      obviously overrules `org-deadline-warning-days'.  However,
1424      if you bind `org-deadline-warning-days' to a number <=0, for
1425      example during a custom agenda command, then the absolute
1426      value of this number will be enforced also when a different
1427      lead time has been specified.  This is useful to get a list
1428      of all deadlines coming up in the next N days.
1430 Version 5.07
1431 ~~~~~~~~~~~~
1433 Overview
1434 ========
1436    - Different faces for different TODO keywords.
1438    - Setting TODO states through the TAG setting interface.
1440    - Context information is stored when moving a tree to the archive.
1442    - Sorting can be done by priority.
1444    - `Org-ellipsis' can now also be a face.
1446    - Scheduling info is no longer removed entry is marked CLOSED.
1448    - Unavailable files in `org-agenda-files' can be skipped.
1450 Incompatible changes
1451 ====================
1453    - The time of archiving is now stored as a property.
1454      ARCHIVED is no longer a special time keyword.
1456    - Scheduling info is no longer removed entry is marked CLOSED.
1458 Details
1459 =======
1461    - You can now define different faces for different TODO
1462      keywords.  This request has come up frequently, so here it
1463      is: Use the variable `org-todo-keyword-faces'.
1465      A Here is a configuration example:
1467       (setq org-todo-keyword-faces
1468         '(("TODO"      . org-warning)
1469           ("DEFERRED"  . shadow)
1470           ("CANCELED"  . (:foreground "blue" :weight bold
1471                          :underline t))))
1473      Org-mode continue still use `org-todo' and `org-done' for
1474      keywords that have no specific face assigned.
1476    - Some People use TODO states more like tags.  For them the
1477      TODO keywords mark special states and they like to quickly
1478      switch between states in arbitrary sequence.  The standard
1479      TODO interface is not perfect for this, because it assumes
1480      that the states are reached in sequence.  However, the fast
1481      tag setting interface is in fact perfect for this.  You can
1482      now "misuse" the TAG selection interface to also set TODO
1483      states.  All you need to do is to assign keys to the TODO
1484      states, just like you also do for tags.
1486       #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d)
1487       #+TAGS: @HOME(h) @OFFICE(o) @SHOP(s)
1489      Next time you try to set tags with C-c C-c, the todo states
1490      will be offered as well, and the corresponding key will
1491      switch the entry to that state.
1493    - New variable `org-archive-save-context-info' governs if
1494      information that would be lost by moving a subtree to the
1495      archive file, should be stored as special properties.  For
1496      example,
1498       (setq org-archive-save-context-info '(itags category))
1500      will store the inherited tags and the category in properties
1501      ARCHIVE_ITAGS and ARCHIVE_CATEGORY, respectively.  The
1502      default setting for this variable is to save everything that
1503      could be lost.  This was a proposal by John Wiegley.
1505    - Sorting (`C-c ^') can use the use the priority to sort.  Use
1506      the "p" and "P" keys at the prompt.  John Wiegley, again.
1508    - `Org-ellipsis' can now also be a face to make the folding
1509      ellipsis more visible.  This is based on a post by Tassilo
1510      Horn.  Since `org-ellipsis' only works in Org-mode, you
1511      might want to use Tassilo Horn's hack directly in order to
1512      affect the folding ellipsis globally.
1514    - Scheduling info is no longer removed when an entry is marked
1515      CLOSED.  This was a request by Brian van den Broek.  Let me
1516      know if this breaks anything for you - then it will become
1517      an option.
1519    - New option `org-agenda-skip-unavailable-files'.  Currently,
1520      if a file does not exist, it will be removed from
1521      `org-agenda-files' after a query.  When this option is set,
1522      the file will simply be skipped.
1524    - Bug fixes.
1526 Version 5.06
1527 ~~~~~~~~~~~~
1529 Overview
1530 ========
1532 Details
1533 =======
1535    - When exporting only a region and this region is a single
1536      (sub)tree (for example selected with `C-c @'), the title for
1537      the exported document is taken to be the heading of the
1538      subtree.  The sublevels become top-level entries in the
1539      export.  Furthermore, if the head entry of the tree has or
1540      inherits an EXPORT_FILE_NAME property, that file name (with
1541      appropriately substituted extension) will be used for the
1542      exported tree.  Thanks to Patrick Drechsler and Jost Burkart
1543      for these ideas.
1545    - org-special-ctrl-a/e has a third allowed value, `reversed'.
1546      When it is set to this value, the first C-a or C-e command
1547      behaves normally, i.e. it goes to the true beginning or end
1548      of the line.  Only when you press C-a or C-e immediately
1549      again, the the "special" position will be found.  Additional
1550      presses of the same key jump between the two positions.  I
1551      like this a lot better than the `t' setting, because now the
1552      keys behave more predictable and still give easy access to
1553      the special locations.
1555    - New command to set or remove a tag from all headlines in a
1556      region.
1558    - When Org-mode visits a file, it will initially hide all
1559      drawers.
1561    - The default of the variable `org-cycle-global-at-bob' is now
1562      nil, meaning that TAB no longer does global visibility
1563      cycling at the beginning of the buffer.
1565    - Bug fixes, in particular the problems with scheduling and
1566      deadlines introduced in 5.05.  Please check carefully if
1567      this works correctly again, and complain if not.
1569 Version 5.05
1570 ~~~~~~~~~~~~
1572 Overview
1573 ========
1575    - LaTeX export, finally, thanks to Bastien.
1577    - Extension mechanism for the hyperlink system.
1579    - Global access to commands inserting and following links.
1581    - Individual lead-times for deadlines.
1583    - Option to show only the next instance of repeating timestamp.
1585    - Store remember notes with only 2 keys: C-c C-c
1587    - Appointment reminders from Org-mode.
1589    - Global values for selected properties.
1591    - Bug fixes.
1594 Details
1595 =======
1597    - Bastien's `org-export-latex.el' is now part of the org-mode
1598      distribution.  You can export an Org-mode document to a
1599      LaTeX file with `C-c C-e l'.  For more options, see the
1600      manual, and the commentary in the Lisp file.  Kudos to
1601      Bastien for contributing this frequently requested feature.
1602      I am sure this has been tough because of the many different
1603      ways I have been allowing LaTeX snippets and environments to
1604      be incorporated in lazy free-format ways.
1606    - Org-mode has now an extension mechanism for the hyperlink
1607      system.  This should clear the road for all those mairix and
1608      other ideas that have been floating around.  Now it is on
1609      *you* to write and share new link types for Org-mode.  The
1610      interface for adding a new link type is described in the
1611      appendix of the manual, section A2.  The unsolved problem is
1612      currently how to handle the new link types for
1613      export/publishing.
1615    - New *global* commands `org-open-at-point-global' and
1616      `org-insert-link-global'.  You can bind these commands to
1617      global keys and use them to insert and follow Org-mode-like
1618      links anywhere in Emacs.  Thanks to Adam Spiers for this
1619      excellent idea.
1621    - Each deadline timestamp may now specify its own interval of
1622      lead-time display, given in days, weeks, months or years.
1623      The syntax is like this
1625       DEADLINE: <2007-08-13 Mon -5d>
1627      When combined with a repeater, the repeater has to come
1628      first:
1630       DEADLINE: <2007-08-13 Mon +2w -5d>
1632      You may now also customize the faces that are used in the
1633      agenda to indicate the distance of an approaching deadline.
1634      See the new option `org-agenda-deadline-faces'.
1636      Thanks to Pavel Chalmoviansky and John Wiegley proposals in
1637      this direction.
1639    - New option `org-agenda-repeating-timestamp-show-all'.  When
1640      set to nil, repeating time stamps will only show up once in
1641      the agenda, either today or in the near future.  Other
1642      matches will be ignored.  Thanks to John Wiegley for this
1643      proposal.
1645    - New variable `org-remember-store-without-prompt'.  When set,
1646      exiting the remember buffer with C-c C-c will store the note
1647      without further prompts to the default location, and `C-u
1648      C-c C-c' will get the prompts for file and location.  So
1649      this variable reverses the prefix-argument functionality for
1650      storing remember notes.  This follows a request from John
1651      Wiegley.
1653    - A new function `org-agenda-to-appt' activates all
1654      appointments for the current day so that Emacs will display
1655      reminders.  This uses appt.el.  Thanks to Bastien for this
1656      function.
1658    - You can now set default values for properties that can be
1659      inherited by all entries in a buffer, or by all entries
1660      globally.  Global properties are set in the variable
1661      `org-global-properties', like this:
1663        (setq org-global-properties '(("NAME" "This is the value")))
1665      Buffer-local values are set like this:
1667        #+PROPERTY: NAME This is the value
1669      When using org-entry-get to get the value of a property with
1670      the `inherit' flag and the hierarchy above the entry does
1671      not contain this property, the buffer-local and global lists
1672      are checked as well.  This is mostly useful (I think) to set
1673      the list of allowed values for a property.  Thanks to Bernt
1674      Hansen and Bastien for these ideas.
1676    - Bug fixes.
1678 Version 5.04
1679 ~~~~~~~~~~~~
1681 Details
1682 =======
1684    - New variables `org-export-author-info' and
1685      `org-export-time-stamp-file' to turn off inclusion of author
1686      and time information into exported files.  Thank to Patrick
1687      Drechsler for pointing out that this would be useful.
1689    - New variable to avoid moving DEADLINE and SCHEDULED info
1690      into the property drawer.  The default is now to not move
1691      this stuff into the drawer.
1692      `org-insert-labeled-timestamps-before-properties-drawer'
1694    - `org-archive-mark-done' can be a string now, to select a
1695      specific keyword that should be used for archived entries.
1697    - New command "j" in agenda to jump to an arbitrary date.
1698      Thanks to Bernt Hansen for the patch.
1700    - Lots of minor fixes.
1702 Version 5.03
1703 ~~~~~~~~~~~~
1705 Incompatible Changes
1706 ====================
1708    - The variable `org-special-ctrl-a' has been renamed to
1709      `org-special-ctrl-a/e'.  The old one is still an alias (but
1710      not on Emacs 21 where variable aliases cannot be defined).
1712 Details
1713 =======
1715   - When the variable `org-special-ctrl-a/e' is set, C-e in a
1716     headline first goes to the end of the headline ignoring the
1717     tags.  A second C-e then goes to after the tags.
1719   - Typing and removing single characters in a headline now
1720     keeps the tags in the headline aligned.  This could have a
1721     little impact on performance while deleting stuff - let me
1722     know if we need to make this customizable.
1724   - New option `org-n-level-faces' can be used to set the number
1725     of different faces that are used for headlines.  Default is
1726     all 8 faces Org-mode defines for this purpose, level 9 uses
1727     again the level-1 face.  However, you can use fewer, and then
1728     the level-1 face will be reused already for level N+1, etc.
1730   - Column View and hidestars now work together.
1732   - Bug fixes.
1735 Version 5.02
1736 ~~~~~~~~~~~~
1738 Overview
1739 ========
1741    - The interfaces for properties and column view are finished
1742      now and work well.
1744    - Properties can be summaries, i.e. the parent nodes can
1745      compute their value from the children's values.
1747    - Headlines finally require a space ofter the star(s).  The
1748      conflict with bold text at the beginning of the line is no
1749      longer there.
1751 Incompatible Changes
1752 ====================
1754    - Bad news.  It looks like it is going to be really hard to
1755      make column view work on XEmacs and on Emacs 21.  Emacs 22
1756      is currently the only Emacs where this works.  If you are
1757      using Emacs 21 or XEmacs, you can still use properties, but
1758      not column view.
1760 Details
1761 =======
1763    - Improvements for properties:
1765      + There are interactive commands to insert and delete
1766        properties.  Read the manual chapter 7 for details.
1768      + You can define /allowed values/ for a property.  When
1769        these are defined, you can change the value of a property
1770        with S-left and S-right.  And you may use completion when
1771        inserting the property.  This goes a long way to prevent
1772        typos when entering properties.
1774    - Improvements for column view.
1776      + In column view, you may use the keys S-left/right (and
1777        also the keys `n' and `p') to switch from one allowed
1778        value to the next.
1780      + You can define summaries for columns.  For example,
1781        parents can contain the sum of all children values of a
1782        property, or the parent node can have a check box property
1783        that is automatically checked when all children's boxes are
1784        checked.
1786      + There are interactive commands to add and remove columns,
1787        and to change the attributes of a column like the summary
1788        type.
1790      These additions lead to the exciting fact that the example
1791      from [omni outliner] posted by Scott Jaderholm can now be
1792      accurately [reproduced by Org-mode].
1794    - The space after the stars is now required in a headline, in
1795      order to remove the conflict with bold words at the
1796      beginning of a line.  So
1798          * This is a level 1 headline
1799          *this is bold text*
1801    - S-up and S-down to navigate plain item lists are now also
1802      available in orgstruct-mode.
1804 Version 5.01
1805 ~~~~~~~~~~~~
1807 Overview
1808 ========
1810    - A new minor mode, orgstruct-mode, exports the Org-mode
1811      structure editing commands into any other mode.
1813    - DRAWERS are a new level off folding for special sections
1814      that should stay closed during visibility cycling and only
1815      open if explicitly asked.
1817    - Entries can now have PROPERTIES.
1819    - A COLUMN VIEW implementation allows to easily view and edit
1820      the properties of a hierarchy of entries (Emacs only, for
1821      now).
1823    - Formula evaluation in the spreadsheet is more consistent
1824      now.  Properties and per-file constants can be used during
1825      evaluation.
1827    - Bug fixes and minor changes.
1829 Incompatible changes
1830 ====================
1832    - When using LEVEL=N in a tags search, things have changed if
1833      you are also using `org-odd-levels-only'.  If you are using
1834      only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
1835      now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
1836      to Leo (or blame on him if you must) who has convinced me
1837      that this is the better convention.
1839 Details
1840 =======
1842 Orgstruct minor mode
1843 --------------------
1845     There is a new minor mode, orgstruct-mode.  This modes works
1846     in a similar way as Orgtbl-mode.  It can be used to export
1847     the Org-mode structure-editing commands into arbitrary major
1848     modes in Emacs.  For example, you can use it in Mail-mode to
1849     easily create lists.
1851     The functionality in Orgstruct mode is only active, if the
1852     cursor is in a line that looks either like a headline, or
1853     like the first line of a plain list item.  Then the commands
1854     `TAB', `M-cursor', `M-S-cursor', `M-RET', `M-S-RET', `C-c ^',
1855     `C-c C-c', and `C-c -' will do structure-related editing just
1856     like in Org-mode.  If the cursor is not in such a line, all
1857     these keys will do whatever the major mode or other active
1858     minor modes have assigned to them.
1860     Orgstruct-mode is the result of a proposal by Raman, quite
1861     some time ago.  It has taken a long time, but here is finally
1862     the promised implementation.
1864 Drawers
1865 -------
1867     The new concept of /drawers/ allows to create sections
1868     that remain folded during visibility cycling.  Drawers need
1869     to be configured using the variable `org-drawers'.  A drawer
1870     starts with a line containing only the name of the drawer
1871     bracketed by colons. It ends with :END:.  For example,
1872     after setting
1874        (setq org-drawers '("PROPERTIES" "HIDDEN"))
1876     you can then create drawers like this:
1878        :HIDDEN:
1879          here is some stuff that remains hidden
1880          unless TAB is pressed directly in that line
1881        :END:
1883     The PROPERTIES drawer has special meaning for ORG-mode, it
1884     contains properties of an entry (see below).
1886 Properties and Column View
1887 --------------------------
1889     - Entries in Org-mode can now have arbitrary /properties/
1890       associated with them.  Org-mode handles some default
1891       properties like the TODO state, the priority, the local
1892       tags, and planning information like DEADLINE and SCHEDULED.
1893       In addition, you can assign arbitrary properties by creating
1894       a property drawer and inserting a line like
1896          :PROPNAME: This is the value of the property
1898       Org-mode has an API for properties, if you want to write a
1899       program using properties, use the functions
1900       `org-entry-properties', `org-entry-get', `org-entry-put',
1901       and `org-entry-delete'.
1903     - Planning information like DEADLINE can be hidden in the
1904       properties drawer.
1906       If the PROPERTIES drawer starts in the first line after a
1907       headline, also the DEADLINE, SCHEDULED and CLOCK information
1908       will be inserted inside the drawer.  If no PROPERTIES drawer
1909       is present, or if it does not start in the line right after
1910       the headline, this information remains in the lines directly
1911       after the headline, outside the drawer.
1913     - TAGS searches can now also query properties.  For example,
1914       the search
1916          LEVEL=3+BOSS+ASSIGNED="Hans"/WAITING
1918       will find entries that
1919       - are level 3
1920       - have the tag BOSS
1921       - have an ASSIGNED property with the value "Hans"
1922       - are TODO status WAITING.
1924         So here is an entry that will match:
1926            *** WAITING Clean up the factory     :BOSS:
1927                :PROPERTIES:
1928                :ASSIGNED: Hans
1929                :END:
1931         You may also use a regular expression to match against a
1932         property value.  For example, to find stuff assigned to Hans
1933         or Sarah, use
1935            ASSIGNED={^\(Hans\|Sarah\)$}
1937     - Column View is a special way to look at property values in
1938       tabular form.  Column View can be used in any org-mode
1939       file, and also in any agenda buffer.  It works by placing
1940       an overlay over each headline (or agenda line) that shows a
1941       table of selected properties.  You can look at and edit
1942       properties from this view.  Which properties are shown in
1943       the table must be set up using the COLUMNS property.  You
1944       can set up different property columns on different levels
1945       of an outline tree.  For example:
1947          * People
1948            :PROPERTIES:
1949            :COLUMNS: %25ITEM %Name
1950            :END:
1951          ** Family
1952             :PROPERTIES:
1953             :COLUMNS: %25ITEM %Name %3Age
1954             :END:
1955          *** Sam
1956              Info about Sam, including a property list with Name and Age.
1957          *** Sarah
1958              Info about Sarah, including a property list with Name and Age.
1959          ** Office
1960             :PROPERTIES:
1961             :COLUMNS: %25ITEM %Name %Function %Salary
1962             :END:
1963          *** Boss
1964              Info about the Boss, including a property list with Name,
1965              Function and Salary (if only we knew....).
1967       Now we have defined three different sets of columns.  If
1968       you switch to column view in the /Family/ section, you
1969       will get a different table than if you do it in the
1970       /Office/ section.  However, if you switch to column
1971       view with the cursor on the /People/ section, the
1972       table will cover all entries, but contain only the
1973       /Name/.
1975       Column view does, for the time being, only work on Emacs.
1976       The XEmacs implementation needs a bit of work.
1978     - Properties can be used in table formulas.  To access the
1979       value of the property :XYZ:, use $PROP_XYZ.  The property
1980       needs to be defined in the hierarchy above the table, not
1981       necessarily in the same entry as the table.  This was a
1982       request by Eddward.  File-wide constants can be defined with
1983       #+CONSTANTS, see below.
1985     - Things that still need to be sorted out about drawers,
1986       properties and column view - comments and suggestions
1987       welcome!
1989       + How to deal with drawers and properties in HTML and ASCII
1990         export?
1991       + What key could be used to insert an empty property drawer
1992         into an entry?
1993       + Right now column view is invoked through the command C-c
1994         C-x C-c.  It is too easy to type C-x C-c by mistake, and
1995         that causes Emacs to quit.  Suggestions for a different
1996         key?
1997       + Fontification of drawers and properties is not good yet.
1998         Any suggestions for better defaults?
1999       + Mouse support for editing properties in column view would
2000         be nice - maybe Piotr is interested to add this to
2001         org-mouse.el?
2003 Spreadsheet
2004 -----------
2006     - In the spreadsheet, the evaluation of formulas has changed.
2007       Previously, first the column formulas would be evaluated
2008       everywhere, and then the field formulas would kick in, and
2009       in some cases overwrite the results of column formulas in
2010       the appropriate fields.  This had the side effect that some
2011       formulas might always use the wrong, intermediate content of
2012       a field that is computed both by a column and a field
2013       formula.
2015       From now on, column formulas will no longer temporarily
2016       overwrite field formulas.  This gives much more consistent
2017       results.  For example you can now finally have a column of
2018       increasing numbers by setting the first field to a fixed
2019       number, and let the rest follow from a column formula.
2021       Here is an example
2023          | 1 |
2024          | 2 |
2025          | 3 |
2026          #+TBLFM: $1=@-1+1::@1$1=1
2028     - Constants for formulas in spreadsheets are globally defined
2029       with the variable `org-table-formula-constants'.  File-local
2030       constants can now be set with a line like:
2032          #+CONSTANTS: c=299792458.  pi=3.14  eps=2.4e-6
2034 Minor changes
2035 -------------
2037     - When entries are archived, a timestamp for the moment of
2038       archiving is added to the line with planning information.
2039       It looks like this:
2041        ARCHIVED: [2007-07-02 Mon 11:34]
2043       Thanks to J. David Boyd for constructive comments.
2045     - Bug fixes
2047       Many bugs are fixed, as usually all the ones where I replied
2048       "fixed" on emacs-orgmode.  If you reported one of these
2049       bugs, please check if it really has disappeared in the new
2050       version, and complain if not.  Thanks!
2053 Version 4.79
2054 ~~~~~~~~~~~~
2056 Details
2057 =======
2059    - We are back to a single file org.el that works both on Emacs
2060      and on XEmacs.  Merging comes at a speed penalty for you as
2061      an XEmacs user, but *only if you do not compile* org.el.
2062      Compilation completely removes the penalty.
2064    - New L flag for literal interpolation in Lisp formulas.
2065      See manual section 3.5.3.
2067    - New options for turning off footnotes.
2068      This was a request from Ignotus.
2069      See the option `org-export-with-footnotes'.
2071    - Default length for Agenda entries, but this is off by
2072      default.  This was a request from Micheal.
2073      See the option `org-agenda-default-appointment-duration'.
2075    - Bug fixes:
2077      + org-agenda-date-later (Juraj Kubelka)
2078      + letters off margin in orgcard.ps (Charles Cave)
2079      + TODO export problems on XEmacs (ignotus@freemail.hu)
2080      + args-out-of-range with table formulas (Cecil Westerhof)
2081      + problem with org-file without a heading (Tim O'Callaghan)
2083 Version 4.78
2084 ~~~~~~~~~~~~
2086 Overview
2087 ========
2089    - Time stamps with a time range *included*, like
2090       <2007-06-18 Mon 17:33-18:23>
2092    - Clock times without clocking in/out: CLOCK: => 2:00
2094    - Language-specific characters allowed in TAGS (Emacs only).
2096    - Promotion and demotion of items gets the indentation right.
2098    - Indenting lines with TAB is more intelligent.
2100 Incompatible changes
2101 ====================
2103    - There is now a special version of `org.el' for XEmacs.
2104      Before installation, as an XEmacs user you must rename the
2105      file org_xemacs.el to org.el, i.e. you must overwrite org.el
2106      with the xemacs version.  For example:
2108       mv org_xemacs.el org.el
2110      This is necessary so that I can make use of some features
2111      that would be cumbersome to support in a single file.  The
2112      XEmacs version is derived from the Emacs version with a
2113      program, so no reason to fear that I might be dropping
2114      XEmacs support any time soon.  Sorry for the trouble.
2116 Details
2117 =======
2119    - A time stamp may now contain a range of times.  So you no
2120      longer need to use two separate stamps to indicate a time
2121      interval on a single day.  For example
2123       <2007-06-18 Mon 17:30-18:20>
2125      This is now fully supported, including changing the time
2126      with S-up/down while the cursor is on the end time.  Also,
2127      da the date/time prompt, you can simply write your time like
2128      12:00-14:00 and the range will be inserted.
2130      This was proposed by Leo some time ago, and recently by
2131      Michael.
2133    - You may specify clocking times by hand (i.e. without
2134      clocking in and out) using this syntax.
2136       CLOCK: => 2:00
2138      Thanks to Scott Jaderholm for this proposal.
2140    - TAGS may now contain language-specific word characters, as
2141      long as they are matched by the "[:alnum:]" regexp syntax.
2142      This is for Emacs only, the XEmacs version continues to use
2143      the character class "a-zA-Z0-9_@" for tag names.  Thanks to
2144      David Smith for a patch to this effect (a modified version
2145      of that patch was applied).  I am considering to make the
2146      same change for TODO keywords, but not yet.  Note that files
2147      using localization features may not work correctly in the
2148      Emacs configuration of another user, so if you are sharing
2149      org-mode files with other users, it might still be best to
2150      stick to the ASCII characters.
2152    - Promotion and demotion of plain list items (commands M-left,
2153      M-right) no longer changes the indentation by just one
2154      space.  Instead, it uses intelligence gathered from the
2155      surrounding list structure to do the right thing.  Thanks to
2156      William Henney for starting the discussion about this.
2158    - TAB does now a better job of indenting lines.
2160      + After tables and code segments (lines starting with ":"),
2161        indentation goes back to what it was before (thanks to
2162        William Henney for suggesting this behavior).
2164      + When plain lists items are involved, we had a long
2165        discussion on emacs-orgmode where I tried to show that a
2166        too-sophisticated implementation will still be easily
2167        fooled.   Here is what I have implemented now - lets see
2168        if we can agree on this:
2170        Indentation will flatten lists with the same bullet type,
2171        but indent another bullet type further.  The time when
2172        this fails is in a nested list, when you want to get back
2173        out to a previous level.  For example
2175         - item 1
2176         - item 2
2177         + item 2a
2178         + item 2b
2179         - item 3
2181        When using TAB on every line in this list, the structure
2182        will change to
2184         - item 1
2185         - item 2
2186           + item 2a
2187           + item 2b
2188             - item 3
2190        So you need to change the level of the last line by hand,
2191        using promotion and demotion functions.
2193 Version 4.77
2194 ~~~~~~~~~~~~
2196 Overview
2197 ========
2199    - Vertical lines in exported tables.
2200    - New default for `org-show-following-heading'.
2202 Incompatible changes
2203 ====================
2205    - The default for `org-show-following-heading' is now nil.
2207 Details
2208 =======
2210    - You can now specify column groups in tables, to the effect
2211      that the groups will be separated by vertical lines in HTML
2212      and ASCII output.  Column groups are specified by the
2213      characters "<" and ">" in a special table row.  "<" starts a
2214      group, ">" ends a group (in each case including the the
2215      column where the character is specified).  You may also use
2216      "<>" to make a group a single column wide.  For example:
2218  |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
2219  |---+----+-----+-----+-----+---------+------------|
2220  | / | <> |   < |     |   > |       < |          > |
2221  | # |  1 |   1 |   1 |   1 |       1 |          1 |
2222  | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
2223  | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
2224  #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
2226      A table row with with nothing but "/" in the first field is
2227      never exported, but can be used to place column group
2228      information into the table.  In this table, we create a
2229      group for column 2, one for columns 3-5 and one for columns
2230      6-7.  HTML export will render a vertical line between these
2231      groups.
2233      Because HTML does not require closing <colgroup> tags with
2234      </colgroup>), you can also simply start a new column
2235      wherever you want a vertical line:
2237  | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N0 |
2238  |---+-----+-----+-----+---------+------------|
2239  | / | <   | <   |     | <       |            |
2241    - Vertical lines are now also omitted in ASCII export, unless
2242      grouping explicitly requests these lines.
2244    - The default for `org-show-following-heading' is now nil,
2245      meaning that sparse trees will be more compact.  This has
2246      become possible due to in important remark by Jason Dunsmore
2247      who pointed out that TAB should behave differently in the
2248      inconsistent trees produced by the sparse tree commands.
2249      TAB does now make sure that the heading after a freshly
2250      unfolded tree is made visible at all, removing the confusing
2251      behavior we had before.
2253    - Several bugs fixed.  In particular:
2255      + Strings produced by agenda batch processing with
2256        `org-batch-agenda' and `org-batch-agenda-csv' are now
2257        properly encoded, so that you should be able to use
2258        special characters in other languages as along as your
2259        post-processing program handles them correctly.  At least
2260        for Emacs this should work now, but have not yet figured
2261        out how to do this in XEmacs.
2263 Version 4.76
2264 ~~~~~~~~~~~~
2266 Overview
2267 ========
2269    - Exporting Footnotes to HTML
2271 Details
2272 =======
2274    - Footnotes like[1] are now exported to HTML
2276         [1]This is a footnote
2278      Thanks to Scott Jaderholm for this proposal and a detailed
2279      HTML example on how the exported text should look like.
2281    - Special version of the reference card, for letter paper.
2283    - Switching to OVERVIEW with S-TAB no loner moves the cursor,
2284      so after three `S-TAB' commands, you will be back where you
2285      started.
2287    - Bug fixes, lots of them again.
2289 Version 4.75
2290 ~~~~~~~~~~~~
2292 Overview
2293 ========
2295    - Cyclic time stamps that repeat after an interval.
2296    - Special timestamps for appointments like "every 2nd Thursday
2297      in a month".
2298    - Completion of link abbreviation prefixes inside `C-c C-l'.
2299    - Replacing a region of org-mode syntax with HTML.
2300    - iCalendar export now honors ARCHIVE etc.
2301    - New command to add/change emphasis markers.
2303 Incompatible Changes
2304 ====================
2306    - The REPEAT(...) cookie is no longer supported, the repeater
2307      interval now goes directly into the time stamp.
2309 Details
2310 =======
2312    - Time stamps can contain a repeater code, like +1w for once
2313      every week, +2d for every two days, etc.  For example,
2315           <2007-05-16 Wed 12:30 +1w>
2317      will apply to every Wednesday, starting from the date given.
2318      I believe this syntax was actually suggested by someone on
2319      the mailing list, but I cannot find the email back.  To
2320      collect your credit, let me know!
2322    - You can use an sexp diary entry (with the syntax used by the
2323      Emacs calendar/diary) in a time stamp, like this:
2325        *** The nerd club meets on 2nd Thursday of every month
2326            <%%(diary-float t 4 2)>
2328    - You can put diary-style sexp entries directly into an
2329      org-mode file, where they will be interpreted just like they
2330      would in the diary.  For example
2332        * Birthdays and similar stuff
2333        #+CATEGORY: Holiday
2334        %%(org-calendar-holiday) ; special function for holiday names
2335        #+CATEGORY: Ann
2336        %%(diary-anniversary 14  5 1956) Artur Dent %d is years old
2337        %%(diary-anniversary  2 10 1869) Mahatma Gandhi
2339      These entries must start at column 0 to be evaluated.
2341      It turns out that evaluating the entries in an org-mode file
2342      is actually faster than in the diary itself, because using
2343      the diary has some overhead (creating fancy diary display,
2344      then reading and re-interpreting the entries).  I have moved
2345      all the sexp entries from my diary into an org-mode file,
2346      put in a few categories, and then turned off
2347      `org-agenda-include-diary'.  This has led to a noticeably
2348      faster agenda display.
2350    - New command `org-replace-region-by-html' that converts the
2351      current region from org-mode syntax into HTML.  For example,
2352      you might write an itemized list in plain text in an HTML
2353      buffer, and then invoke this command to convert it.  Thanks
2354      to Raman for this idea.
2356    - When inserting a link with `C-c C-l', completion will now
2357      fill in all valid link prefixes, like http or ftp, but also
2358      link abbreviation prefixes.  This is based on an idea by
2359      Bastien.
2361    - Highest, lowest, and default priority can be set on a
2362      per-file basis with #+PRIORITIES: H L D
2363      For example, to use priorities from 1 to 9, you could use
2365        #+PRIORITIES: 1 9 9
2367      Thanks to Dmitri Minaev for a patch to this effect.
2369    - iCalendar export now honors (i.e. skips) subtrees marked as
2370      ARCHIVE, COMMENT, or QUOTE.
2372    - There is a new command to add or change the emphasis (like
2373      bold or italic) of a piece of text.  For lack of better
2374      available keys the command is at `C-c C-x C-f', but you may
2375      well want to choose a more convenient key like `C-c f' in
2376      your private setup:
2378      (add-hook 'org-load-hook
2379       (lambda () (define-key org-mode-map "\C-cf" 'org-emphasize)))
2381      The command will prompt for an emphasis type, and you may
2382      reply either with the marker that triggers the emphasis, or
2383      with the first letter of the corresponding HTML tag.  For
2384      example, to select italic, press either "/" or "i".
2386      If there is an active region, the emphasis of this region
2387      will be set or changed.  If there is no region, only the
2388      emphasis markers will be inserted and the cursor positioned
2389      between them.  Thanks to Bastien for proposing this feature.
2391    - Bug fixes, everything where I have replied "fixed" on the
2392      mailing list.  Thanks to all of you for keeping these reports
2393      coming.
2395 Version 4.74
2396 ~~~~~~~~~~~~
2398 Overview
2399 ========
2401    This release is about exporting agenda views, to HTML, to
2402    postscript for printing, and to a special format (CSV) for
2403    further processing in scripts.
2405 Incompatible Changes
2406 ====================
2408    - The variable `org-agenda-remove-tags-when-in-prefix' has
2409      been renamed to `org-agenda-remove-tags'.
2411 Details
2412 =======
2414    - Agenda views can be exported as plain text, as HTML, and as
2415      Postscript(R).  This can simply be done from the agenda
2416      buffer with `C-x C-w' and then specifying a filename like
2417      `myagenda.html' or `myagenda.ps'.  See section 8.6.4 of the
2418      manual.
2420    - Each custom agenda view can specify a list of associated
2421      files names.  The command `C-c a e' then creates all views
2422      that have associated file names and exports the views to
2423      these files.  This is great for producing paper versions of
2424      your views, to take with you when you don't have your
2425      computer.  The manual has an example on how to do this, and
2426      in particular on how to customize the format of the printed
2427      version.  See section 8.6.4 of the manual.
2429    - You can produce a CSV format of agenda information with an
2430      Emacs batch command.  This is greate for further processing
2431      in scipts.  Thanks to Jason F. McBrayer for this idea.
2432      See section 8.6.5 of the manual.
2434    - New variable `org-agenda-skip-deadline-if-done'.  When set,
2435      a deadline associated with a DONE item will not be shown in
2436      the agenda.  This is based upon a report by Denis Bueno.
2438    - Quite a few bug fixes.
2440 Version 4.73
2441 ~~~~~~~~~~~~
2443   Minor bug fixes.
2445 Version 4.72
2446 ~~~~~~~~~~~~
2448 Overview
2449 ========
2451    - Control over blank lines between trees in collapsed view.
2453    - Info about the running clock is shown in the modeline.
2455    - C-a can behave specially in headlines.
2457    - Better color and scaling defaults for LaTeX fragments.
2459    - Customizable list of keys in org-mode to be replaced.
2461    - Stuck project descriptions have been extended.
2463    - Emphasis code has been modified to fix some issues.
2465    - Bug fixes.
2467 Incompatible changes
2468 ====================
2470    - The option `org-format-latex-options' has changed.  If you
2471      have customized it, please revert to default and then redo
2472      your customization.
2474    - `org-CUA-compatible' no longer modifies S-RET by default,
2475      because newer versions of CUA don't use this key anymore.
2476      If you need this replacement, customize the variable
2477      `org-disputed-keys'.
2479    - The variable `org-CUA-compatible' is obsolete, please use
2480      `org-replace-disputed-keys' instead.  `org-CUA-compatible'
2481      is still an alias for this new variable, though.
2483 Details
2484 =======
2486    - Better control over blank lines between trees in collapsed
2487      view.  This has come up several times in the past and most
2488      recently by Scott Jaderholm.  There is now a new variable
2489      `org-cycle-separator-lines' with default value 2.  It says
2490      how many empty lines there need to be after the end of a
2491      subtree to get an empty line in collapsed view.  So with the
2492      default, if you leave only one empty line it will disappear
2493      in collapsed view.  If you leave two, one empty line will
2494      remain so that you can use double empty lines to structure
2495      the collapsed views of a file.  I love it, so many thanks to
2496      Scott fro bringing this up again.
2498      One property of the new setup is that you will never get
2499      more than one blank line in collapsed view.  We could do
2500      something special to allow *several* empty lines in
2501      collapsed view, but I think this is counter-productive.
2503      In Emacs 22, if you want to make full use of this, make sure
2504      that you have not set `outline-blank-line'.
2506    - When the clock is running, Org-mode will put info about it
2507      into the modeline.  The info consists of the elapsed time
2508      and the heading of the clocked item.  This was a proposal
2509      from Bastien who got the idea from Muse.
2511    - C-a can behave specially in headlines when you set the
2512      variable `org-special-ctrl-a'.  It will bring the cursor
2513      first back only to the beginning of the headline *text*,
2514      i.e. after the stars and the TODO keyword, if any.  A second
2515      C-a will then move the cursor to the beginning of the line.
2516      If the cursor is already at the beginning of the line, C-a
2517      will spring *forward* to the headline text.  This was a
2518      proposal from Leo, based on a request from Scott Jaderholm.
2520      I have not turned this turned this on by default, should I?
2522    - When LaTeX fragments are processed into images, there is now
2523      more control and (hopefully) betters defaults for colors and
2524      scaling.  Special values can be set for HTML export, so that
2525      these values can differ from what is used for display in an
2526      emacs buffer.  The default foreground and background colors
2527      for images embedded in emacs are now taken from the default
2528      emacs face.  Thanks to Xiao-Yong Jin for proposing these
2529      changes.
2531    - There is now a much better mechanism to change some keys in
2532      org-mode if these keys clash with other modes you use.  Turn
2533      this on by setting `org-replace-disputed-keys' (aliased to
2534      `org-CUA-compatible').  The list of keys to replace is now
2535      fully customizable, see the option `org-disputed-keys'.
2536      Many thanks to Meciej Katafiasz for a patch implementing
2537      this.
2539    - Stuck project descriptions have been extended.  You can now
2540      use "*" as a TODO keyword or tag to say that *any* TODO
2541      keyword or TAG marks a project as non-stuck.  You also can
2542      give an arbitrary regular expression that, if it matches,
2543      indicates a non-stuck project.
2545    - The code for emphasis like bold, italic etc has been
2546      modified - I might have broken something in the process,
2547      please let me know if you find problems.
2549    - A number of bugs have been fixed - those where I have
2550      replied "Fixed" on the mailing list.
2552 Version 4.71
2553 ~~~~~~~~~~~~
2555 Overview
2556 ========
2558 Incompatible changes
2559 ====================
2561 Details
2562 =======
2564   - New variables to customize the header and data tags in
2565     exported HTML.  These are the variables
2566     `org-export-table-header-tags' and
2567     `org-export-table-data-tags'.  This follows a request from
2568     Scott Otterson.
2570   - New option `org-format-latex-header' for customizing the
2571     header of the LaTeX file used to convert embedded LaTeX to
2572     images.  Thanks to `Matthieu Lemerre' for the suggestion.
2574   - The prefix version of `org-todo-list' works again.  This
2575     means that `C-1 C-c a t' produces the list of TODO entries
2576     for the first TODO keyword.  If you use different TODO setups
2577     in different agenda files, be careful:  This number now
2578     refers to the list of *all* todo keywords used in files
2579     that are scanned for the agenda.
2581   - Many bug fixes.
2583 Version 4.70
2584 ~~~~~~~~~~~~
2586 Overview
2587 ========
2589    - Dust settles after revamp of TODO keyword system.
2590    - The export title can be taken from the first text line.
2591    - TTY replacement keys have changed.
2593 Incompatible changes
2594 ====================
2596    - Some TTY replacement keys are changed, see below.
2598 Details
2599 =======
2601   - Further development concerning TODO keywords.
2603     + You can now have several DONE states in a sequence, like
2605       #+SEQ_TODO: TODO VERIFY | DONE DELEGATED
2607       The difference to the proposal discussed on the mailing
2608       list (and which is also works!)
2610         #+SEQ_TODO: TODO VERIFY | DONE
2611         #+SEQ_TODO: | CANCELED
2613       is that in the first case, the extra DONE states will be
2614       reached with `C-c C-t' (or with `t' from the agenda), while
2615       in the second case you need S-<right> to get to the special
2616       states.  I guess both ideas can be useful - I am leaning
2617       toward using the latter.
2619     + Setting up TODO keywords in Lisp previously used two
2620       separate variables: `org-todo-keywords' and
2621       `org-todo-interpretation'.  The preferred way is now to use
2622       only `org-todo-keywords', with a new structure:
2624        (setq org-todo-keywords
2625          '((sequence "TODO" "|" "DONE")
2626            (sequence "BUG" "KNOWNCAUSE" "|" "FIXED" "IGNORED")
2627            (type "Fred" "Lisa" "Peter" "|" "DONE")
2628            (sequence "CANCELED")    ; for things we decide to not do.
2629            ))
2631       If your setting has this new structure,
2632       `org-todo-interpretation' will be ignored.  This change
2633       does not break backward compatibility.  The old way of
2634       using a flat list in `org-todo-keywords' and taking the
2635       interpretation from the other variable still works.
2637     + When listing *specific* TODO entries via a sparse tree
2638       (`C-u C-c C-v') or via the agenda (`C-c a T' or `C-u C-c a
2639       t'), you can now specify several keywords to be selected,
2640       like "TODO|VERIFY|WAITING".  This also works for custom
2641       agenda commands.  Thanks to Jason F. McBrayer for pointing
2642       out this omission.
2644   - If you have configured Org-mode to export also the text
2645     before the first headline (this is done by setting the
2646     variable `org-export-skip-text-before-1st-heading' to nil),
2647     then the first normal text line in the buffer becomes the
2648     title of the exported document.  A title set with #+TITLE
2649     overules this default, and the first line then belongs to the
2650     normal text.  Thanks to David House for this proposal.
2652   - TTY replacement keys.  Some of the key bindings used by
2653     Org-mode do not work on a tty, so replacement key sequences
2654     are provided on ttys.  In version 4.70, there are some
2655     changes in the tty replacements.  Thanks to Jason F. McBrayer
2656     for coming up with the idea to use C-c <cursor> keys.
2658       Command                         Old TTY         New TTY        
2659       org-.....           Main Key    Replacement     Replacement    
2660      -------------------+-----------+---------------+---------------
2661       shiftleft           S-left      C-c C-x left    C-c left       
2662       shiftright          S-right     C-c C-x right   C-c right      
2663       shiftup             S-up        C-c C-x up      C-c up         
2664       shiftdown           S-down      C-c C-x down    C-c down       
2665       shiftcontrolleft    C-S-left                    C-c C-x left   
2666       shiftcontrolright   C-s-right                   C-c C-x right  
2669 Version 4.69
2670 ~~~~~~~~~~~~
2672 Overview
2673 ========
2675    This time the changes affect the following areas:
2677    - TODO keywords:  Multiple sequences in a single file.
2678    - Export: More control over text before the first heading.
2679    - Export: More control over sub/superscript interpretation.
2680    - Plain lists:  Option to let empty lines terminate lists.
2681    - Tables: New command to insert hline and move into line below.
2682    - REPEATing items:  Turn of note taking.
2683    - Bug fixes.
2685 Incompatible changes
2686 ====================
2688    - It used to be possible to spread the list of TODO keywords
2689      over several lines, like
2691      #+SEQ_TODO: TODO
2692      #+SEQ_TODO: PROGRESS
2693      #+SEQ_TODO: DONE
2695      This is no longer possible.  Each such line now specifies an
2696      independent set of TODO keywords, with its own DONE state.
2697      See below for details.
2699    - The #+TEXT construct has been used to insert unchanged HTML
2700      into an exported file.  This is no longer possible, the TEXT
2701      lines will be processed like any other lines.  However,
2702      there are now much better ways of getting quoted HTML into
2703      the exported file.
2705 Details
2706 =======
2708    - You can now use multiple sets of TODO keywords in the same
2709      buffer.  For example, you may put the following three lines
2710      into a file:
2712        #+SEQ_TODO: TODO DONE
2713        #+SEQ_TODO: REPORT BUG KNOWNCAUSE RESOLVED
2714        #+TYP_TODO: Fred Laura Peter Me OK
2716      Each sub-sequence has its own DONE state.  It is best to use
2717      different keywords in all sequences, to make sure Org-mode
2718      does not loose track in which specific sequence it is
2719      working.  You could use the same word for all DONE states,
2720      but then cycling through to a TODO state might not bring you
2721      where you want to be.
2723      After initially setting a keyword, `C-c C-t' cycles through
2724      a sublist, i.e. is cycles from TODO to DONE or from
2725      KNOWNCAUSE to RESOLVED and further to (nothing) and back to
2726      REPORT.
2728      S-right and S-left allow to select any keyword, so they move
2729      from DONE to REPORT and from RESOLVED to Fred.
2731      C-S-right and C-S-left jump from one sub-sequence to the
2732      next, for example from TODO or DONE to REPORT to Fred.
2734      Thanks to Rick Moynihan for triggering this development.
2736    - Text before the first headline can now be exported if you
2737      configure Org-mode accordingly.  Either set the variable
2738      `org-export-skip-text-before-1st-heading' to nil, or use the
2739      new in-buffer option
2741      #+OPTION: skip:nil
2743    - Export content specified via the #+TEXT construct is now
2744      fully processed, i.e. links, emphasis etc. are all
2745      interpreted.  #+TEXT lines may include
2746      #+BEGIN_HTML...#+END_HTML sections to embed literal HTML.
2748    - During HTML export, you can request to have a_{b}
2749      interpreted as a subscript, but to leave a_b as it is.  This
2750      can be done by setting the variable
2751      org-export-sub-superscript to the symbol `{}' with
2753           (setq org-export-sub-superscript '{})
2755      or by using
2757            #+OPTIONS: ^:{}
2759      Thanks to Eddward DeVilla for this idea.
2761    - New variable `org-empty-line-terminates-plain-lists'.
2762      Default is nil, meaning that empty lines are part of the
2763      previous list item, and that you can have several paragraphs
2764      in one such item.  Set this to t if you want an empty line
2765      terminate all levels of plain list items.
2767      Thanks to Mike Newman for triggering this development.
2769    - C-c RET does insert a horizontal separator line and move the
2770      cursor into the table line below it.  Thanks to Bastien for
2771      this proposal.
2773    - Org-mode always offers you to record a note when a TODO item
2774      automatically repeats, even if you are not logging state
2775      changes.  The new variable `org-log-repeat' allows to turn
2776      this off, so that notes are really only been taken if you
2777      are logging all state changes.
2779    - Various Bug fixes, thanks to everyone who reported.
2781 Version 4.68
2782 ~~~~~~~~~~~~
2784 Overview
2785 ========
2786    - Priority handling in the tags view
2787    - Date/time prompt follows the popup calender, and accepts AM/PM times.
2788    - Standard references like B4 in the spreadsheet.
2789    - Improvements to the formula editor.
2790    - C-j does better indentation.
2791    - Bug fixes
2793 Details
2794 =======
2795    - Priority handling in the tags view
2797      + Agenda lists selected by tag are now sorted by priority.
2798        Thanks to Andrew Korty for reporting this omission.
2800    - Improvements to the date/time prompt.
2802      + When you move (using S-cursor keys) the cursor in the pop-up
2803        calendar window while responding to a date/time prompt, the
2804        prompt is updated with the new default date (Emacs only).
2806      + You can now enter AM/PM times at this prompt.
2808    - Changes in the spreadsheet
2810      + You can now also write B4 instead of @4$2 as a reference in
2811        formulas.  The column references without specified row can be
2812        written as C& instead of $3.  Such references make formulas
2813        easier to read and are now the default way how references are
2814        shown when you edit existing formulas.  To get the old behavior
2815        back (i.e. only @row$col references), set the variable
2816        `org-table-use-standard-references' to nil.
2818        Relative references like @-3$-2 or @II..III continue to use the
2819        internal format.
2821    - Changes in the formula editor (the one you get with "C-c '")
2823      + The formulas are organized in a more logical way.
2825      + There is now a menu with commands.
2827      + When starting the formula editor with "C-c '", the cursor
2828        immediately moves to the formula for the current field.
2830      + With the cursor on a reference in the formula, you can use
2831        S-cursor keys to change the field being referenced.
2833    - C-j indents the following line correctly whe used in a headline
2834      or in aplain list item.  Thanks to Leo for this suggestion.
2836    - Bug fixes
2838      + Flyspell now knows about special org-mode commands.
2839        Thanks to Vinod Valsalam for reporting this problem, and to
2840        Andrew Korty for showing how to fix it.
2842      + Most other bugs discussed recently on emacs-orgmode@gnu.org
2843        should be fixed, except the problem with non-ASCII characters
2844        in tags....
2846 Version 4.67
2847 ~~~~~~~~~~~~
2849    - Expert mode for fast tag selection.
2850      When org-fast-tag-selection-single-key is `expert', not even
2851      the selection window is shown, only the prompt.  One more C-c
2852      gets you the window, another one goes to multiple selection mode.
2854    - Synchronized with Emacs once more:  Emacs CVS has now org-mode
2855      4.67.  At least until it causes a problem, then the Emacs people
2856      will switch back to 4.56.  Lets hope there will be no problem.
2858    - Code cleanup
2860    - Bug fixes
2862 Version 4.66
2863 ~~~~~~~~~~~~
2865 Overview
2866 ========
2868    - Sorting of top-level entries works now if the region contains
2869      top-level entries, or if the cursor is before the first headline.
2870      Thanks to "redblue" for reporting this bug.
2872    - When entering date and time at the prompt, you can now mix
2873      entering text and selecting something in the calendar.  For
2874      example, enter 22:15 at the prompt without pressing RET, and then
2875      click on a date in the calendar.  Both pieces of information will
2876      be included in the resulting time stamp.  You can also use
2877      S-curser to move the cursor in the calendar to the desired date
2878      and then enter 22:15 and press RET at the prompt.
2880    - When setting a deadline or a schedule, entering a time now
2881      automatically selects the time stamp format that includes the
2882      time. Bug report (by means of a question) from Bastre.
2884    - C-c C-l can be used to convert a plain link into a bracket link.
2886    - Internal links now match inside (the visible part of) other
2887      links.  Thanks to Scott Otterson for reporting this bug.
2889    - iCalendar export of TODO items fixed, see also the variable
2890      `org-icalendar-include-todo'.  Thanks to Philipp Raschdorf.
2892    - The number of levels in the table of contents of an exported
2893      document can now be set independently of the number of headline
2894      levels.  For example:
2896         #+OPTIONS: H:4 toc:2
2898    - The command `C-c }' toggles the display of row and column numbers
2899      the the current table, to aid constructing formulas.  To try it,
2900      move the cursor to a table and press `C-c }', or use the menu
2901      entry.
2903    - Orgtbl translation functions (introduced in 4.65) have been
2904      simplified using a generic function `orgtbl-to-generic' that can
2905      be used for very general languanges.  Writing your own translator
2906      should be very easy now.  More info in the manual.
2908    - CONTENTS visibility can be limited to a certain level.  The
2909      command `C-3 S-TAB' will switch to CONTENTS view and show the
2910      first 3 levels.
2912    - Bug fixes.
2914 Version 4.65
2915 ~~~~~~~~~~~~
2917 Overview
2918 ========
2920    - Orgtbl can be used to maintain tables in LaTeX, and in any other mode
2921    - Editing Lisp formulas for tables improved.
2922    - Better structure for HTML exported tables.
2923    - New "calculation" marker "/" to mark lines that should not be exported.
2925 Detailed description of changes
2926 ===============================
2928    - You can use orgtbl mode to maintain a LaTeX table, or pretty much
2929      any table in any mode.
2931      This does *not* work by making Orgtbl aware of LaTeX syntax.  That
2932      would be a box of Pandora I am not willing to open.  Instead, you
2933      use a normal Orgtbl-mode table, and a converter program to
2934      automatically place a LaTeX version of the table into the correct
2935      spot in the LaTeX file.  The orgtbl-mode table can be maintained
2936      inside the same file, in a block comment.
2938      I am providing translators for LaTeX, HTML, and TeXInfo.  For
2939      other applications, you need to write one yourself - but that is
2940      not hard if you start from the LaTeX version and just modify it.
2941      Thanks to Thomas Baumann for triggering this development through
2942      a request for a table-to-LaTeX converter.
2944    - In the special buffer to edit the formulas of a table (created
2945      with "C-c '"), there is now better support for editing Lisp
2946      formulas.  TAB and M-TAB work like in an Emacs Lisp buffer,
2947      indenting lines and completing lisp symbols.  With the cursor on
2948      a line defining a complex Lisp formula, a first press on TAB will
2949      convert the formula into a pretty-printed version with proper
2950      linebreaks and indentation.  A second TAB folds the line back to
2951      the compact form.
2953    - Tables in HTML export have now additional structure elements
2954      defined.  The header (before the first hline) is wrapped into
2955      <thead>..</thead>, and each part of the body (as separated in
2956      org-mode by hlines) is wrapped into <tbody>..</tbody> tags.  I
2957      have also changed the CSS style for <td> fields and the value of
2958      `org-export-html-table-tag' to get cleaner tables. Basically,
2959      tables now have horizontal lines only where needed, and no
2960      vertical lines at all, as generally recommended for tables in
2961      printed text.  I like the new look, but I am not sure if this
2962      change will find general approval, please throw in your view if
2963      you like.  Thanks to Scott for driving this, and to goud-H for
2964      pointing me to the row grouping in tables.
2966    - In a table with calculation markers in the first column, you can
2967      now also put "/" into the first column.  It indicates that this
2968      line should not be exported.  The foremost application for this
2969      are lines containing only "<N>" markers for narrowing columns.
2971 Version 4.64
2972 ~~~~~~~~~~~~
2974 Overview
2975 ========
2977    - Email links get better, configurable descriptions
2978    - When inserting a link, selected text becomes the description
2979    - Easier access to the list of stored links.
2980    - Horizontal lines in HTML export.
2981    - Remember templates and storing of notes improved.
2983 Detailed description of changes
2984 ===============================
2986    - The descriptive part of links to email messages can be configured
2987      using the variable `org-email-link-description-format'.  The new
2988      default is "Email %c: %.30s" and leads to
2990         Email from NAME: SUBJECT
2992      If you configure the variable `org-from-is-user-regexp'
2993      correctly, then for email you *sent* this will actually change to
2995         Email to NAME: SUBJECT
2997      The subject is limited to 30 characters.  If you have become
2998      attached to the previous default (look twice, the new one is
2999      better), use "%f on: %s" as your format.
3001    - Selecting text before entering a new link with C-c C-l now really
3002      works, the selected text becomes the description part of the
3003      link.  Requested by Scott, buggy 4.62 implementation is now fixed.
3005    - Stored links are part of the history list for C-c C-l, so to
3006      reach them, you can use up/down rather than completion.  Thanks
3007      to Raman for this excellent idea.
3009    - A line consisting only of "-", and at least 5 of them, is
3010      exported into HTML as <hr/>, as proposed by Giovanni Ridolfi.
3012    - Several changes to org <-> remember integration
3014        - You can use `org-remember' as your default command to start
3015          remember.  It will automatically detect if there is an active
3016          region and use it as initial content (we will probably make
3017          remember.el work like this as well).
3018          Also, when calling `org-remember' in a remember buffer that
3019          was created with a template, you will again be asked to
3020          select a template.  The buffer is then re-created with the
3021          new template, but the old context information.  This is
3022          useful if you change your mind about the template to use
3023          (Leo's idea).
3025        - Besides specifying a default *target* file for a note, you
3026          can also give a default *heading* of which the note should
3027          become a subitem.  In many cases this avoids or speeds up
3028          navigating to the right location.  Both file and heading can
3029          be different for each template.  Both are non-binding, you
3030          can change them while storing the note.  However, when you
3031          exit remember with C-u C-c C-c, these defaults will be used
3032          without interaction.
3034        - Templates can specify interactive fields.  During expansion
3035          of the template, you will be prompted for the information in
3036          that field.  For example %^t will pop up a calendar and ask
3037          you to select a date. This new feature follows a proposal
3038          from Leo, who in the mean time has said he does not need it
3039          anymore.  But I liked it, so here it is :-)
3041        - Templates can access information specific to the link type
3042          created, for example the author and subject of an email.
3043          Syntax is %:fromname, %:fromaddress, %:subject etc, details
3044          in the manual.  Proposed by Peder O. Klingenberg.
3046        - I have been considering to move, at some stage, the template
3047          functionality into remember.el itself - which would of course
3048          require consent of the remember.el maintainers.  I am not
3049          sure how well this would work though, since some things like
3050          the interactive time stamps are org.el specific, so treating
3051          them would require special hooks.  Comments?
3053 Version 4.63
3054 ~~~~~~~~~~~~
3055    - Bug fixes
3057 Version 4.62
3058 ~~~~~~~~~~~~
3059    - Many changes to the spreadsheet functions in the table editor.
3060      For details, please re-read the manual section 3.4.
3061      + New Features
3062        - It is much easier to assign formulas to individual fields.
3063        - References to arbitrary fields and ranges.
3064        - Absolute references are modified in row-editing commands.
3065        - Formula editor that highlights referenced fields.
3066      + Incompatible changes
3067        - Empty fields are excluded in range references, see "E" mode flag.
3068        - &... ranges no longer supported, use new @... ranges.
3069        - Variable insertion into Lisp formulas work differently.
3070    - Selected text becomes the default description for C-c C-l links.(Scott)
3071    - The date format in the agenda/timeline views is now customizable.
3072      See the new option `org-agenda-date-format'. (request by Victor)
3073    - Link abbreviations no longer need a double colon, single colon is fine.
3074    - Bug fixes.
3076 Version 4.61
3077 ~~~~~~~~~~~~
3078    - Avoiding keybinding clashes with flyspell
3079      - Archiving is now also on `C-C C-x C-s' (was just `C-c $')
3080      - Cycling through agenda files is now also on "C-'" (was just "C-,")
3081    - Colon is considered part of number, to align times in clock tables.
3082    - Fixed bug for list of stuck projects.
3083    - Fixed several bugs/problems concerning linking to gnus.
3084    - Block agendas can contain the list of stuck projects.
3085    - #+ARCHIVE may now appear several times in the buffer.
3086    - More bug fixes.
3088 Version 4.60
3089 ~~~~~~~~~~~~
3090    - HTML export: inlining images, clickable images (manual 10.2.4).
3091    - Incremental search now shows proper context when exiting.
3092    - Tables calculation and Calc package.
3093      - Calc is no longer needed when using only elisp formulas.
3094      - Proper error messages when calc is needed and not available.
3095    - Tracking TODO state changes with time stamps and notes.
3096    - Empty entries go full circle.
3097    - Links in iCalendar export cleaned up.
3098    - Bug fixes.
3101 Version 4.59
3102 ~~~~~~~~~~~~
3103    - Cleanup code, bug fixes.
3105 Version 4.58
3106 ~~~~~~~~~~~~
3107    - Full undo support in the agenda buffer.
3108    - Listing stuck GTD projects (projects without any NEXT ACTIONS).
3109      Configure `org-stuck-projects' before using it.
3110    - C-c C-x b shows the current subtree in an indirect buffer, in
3111      another, dedicated frame.
3112    - Custom agenda commands take precedence over builtin commands.
3113    - auto-fill for comments works on the Emacs side, XEmacs not yet.
3115 Version 4.57
3116 ~~~~~~~~~~~~
3117    - Sorting of outline items on same level.
3118    - Sorting tables automatically selects line range between hlines.
3119    - Changes in Agenda buffer
3120      - `C-c C-o' follows a link in the current line.
3121      - `C-c $' archives the subtree corresponding to the line.
3122      - Changing dates with S-left and S-right show new date in agenda,
3123        but still do not move the entry to the new date.
3124      - new option `org-agenda-skip-scheduled-if-done'.
3125    - Agenda and sparse tree construction using tag matches can now
3126      use regular expressions.
3127    - When prompted for a date/time, entering "+7" indicates a date
3128      7 days from now - but only this is the only thing you give.
3129    - Custom time formats also apply to exported html and ascii.
3130    - Bug fixes.
3132 Version 4.56
3133 ~~~~~~~~~~~~
3134    - `C-k' in agenda kills current line and corresponding subtree in file.
3135    - XEmacs compatibility issues fixed, in particular tag alignment.
3136    - M-left/right now in/outdents plain list items, no Shift needed.
3137    - Bug fixes.
3139 Version 4.55
3140 ~~~~~~~~~~~~
3141    - Bug fixes.
3143 Version 4.54
3144 ~~~~~~~~~~~~
3145    - Improvements to fast tag selection
3146      + show status also in target line.
3147      + option to auto-exit after first change to tags list (see manual).
3148    - Tags sparse trees now also respect the settings in
3149      `org-show-hierarchy-above' and `org-show-following-heading'.
3150    - Bug fixes.
3152 Version 4.53
3153 ~~~~~~~~~~~~
3154    - Custom time formats can be overlayed over time stamps.
3155    - New option `org-agenda-todo-ignore-deadlines'.
3156    - Work-around for flyspell bug (CVS Emacs has this fixed in flyspell.el).
3157    - Work-around for session.el problem with circular data structures.
3158    - Bug fixes.
3160 Version 4.52
3161 ~~~~~~~~~~~~
3162    - TAG matches can also specify conditions on TODO keywords.
3163    - The fast tag interface allows setting tags that are not in the
3164      predefined list.
3165    - Bug fixes.
3167 Version 4.51
3168 ~~~~~~~~~~~~
3169    - Link abbreviations (manual section 4.5).
3170    - More control over how agenda is displayed.  See the new variables
3171      `org-agenda-window-setup', `org-agenda-restore-windows-after-quit'.
3172    - Bug fixes.
3174 Version 4.50
3175 ~~~~~~~~~~~~
3176    - Closing a TODO item can record an additional note.
3177      See variables `org-log-done' and `org-log-note-headings'.
3178    - Inserting headlines and bullets can leave an extra blank line.
3179      See variable `org-blank-before-new-entry'. (Ed Hirgelt patch)
3180    - [bracket links] in the agenda are active just as in org-mode buffers.
3181    - C-c C-o on a date range displays the agenda for exactly this range.
3182    - The default for `org-cycle-include-plain-lists' is back to nil.
3183    - Calls to `org-occur' can be stacked by using a prefix argument.
3184    - The options `org-show-hierarchy-above' and `org-show-following-heading'
3185      now always default to `t', but can be customized differently for
3186      different types of sparse trees or jump commands.
3187    - Bug fixes.
3190 Version 4.49
3191 ~~~~~~~~~~~~
3192    - Agenda views can be made in batch mode from the command line.
3193    - `org-store-link' does the right thing in dired-mode.
3194    - File links can contain environment variables.
3195    - Full Emacs 21 compatibility has been restored.
3196    - Bug fixes.
3198 Version 4.47
3199 ~~~~~~~~~~~~
3200    - Custom commands may produce an agenda which contains several blocks,
3201      each block created by a different agenda command.
3202    - Agenda commands can be restricted to the current file, region, subtree.
3203    - The timeline command must now be called through the agenda
3204      dispatcher (C-c a L).  `C-c C-r' no longer works.
3205    - Agenda items can be sorted by tag.  The *last* tag is used for this.
3206    - The prefix and the sorting strategy for agenda items can depend
3207      upon the agenda type.
3208    - The handling of `mailto:' links can be customized, see the new
3209      variable `org-link-mailto-program'.
3210    - `mailto' links can specify a subject after a double colon,
3211      like [mailto:carsten@orgmode.org::Org-mode is buggy].
3212    - In the #+STARTUP line, M-TAB completes valid keywords.
3213    - In the #+TAGS: line, M-TAB after ":" inserts all currently used tags.
3214    - Again full Emacs 21 support:  Checkboxes and publishing are fixed.
3215    - More minor bug fixes.
3217 Version 4.45
3218 ~~~~~~~~~~~~
3219    - Checkbox lists can show statistics about checked items.
3220    - C-TAB will cycle the visibility of archived subtrees.
3221    - Documentation about checkboxes has been moved to chapter 5.
3222    - Bux fixes.
3224 Version 4.44
3225 ~~~~~~~~~~~~
3226    - Clock table can be done for a limited time interval.
3227    - Obsolete support for the old outline mode has been removed.
3228    - Bug fixes and code cleaning.
3230 Version 4.43
3231 ~~~~~~~~~~~~
3232    - Bug fixes
3233    - `s' key in the agenda saves all org-mode buffers.
3235 Version 4.41
3236 ~~~~~~~~~~~~
3237    - Shift-curser keys can modify inactive time stamps (inactive time
3238      stamps are the ones in [...] brackets.
3239    - Toggle all checkboxes in a region/below a headline.
3240    - Bug fixes.
3242 Version 4.40
3243 ~~~~~~~~~~~~
3244    - Bug fixes.
3247 Version 4.39
3248 ~~~~~~~~~~~~
3249    - Special tag ARCHIVE keeps a subtree closed and away from agenda lists.
3250    - LaTeX code in Org-mode files can be converted to images for HTML.
3251    - Bug fixes.
3252    - CDLaTeX-mode features can be used in Org-mode to help inserting
3253      LaTeX environment and math.
3255 Version 4.38
3256 ~~~~~~~~~~~~
3257    - noutline.el is now required (important for XEmacs users only).
3258    - Dynamic blocks.
3259    - Archiving of all level 1 trees without open TODO items.
3260    - Clock reports can be inserted into the file in a special section.
3261    - FAQ removed from the manual, now only on the web.
3262    - Bug fixes.
3264 Version 4.37
3265 ~~~~~~~~~~~~
3266    - Clock-feature for measuring time spent on specific items.
3267    - Improved emphasizing allows configuration and stacking.
3269 Version 4.36
3270 ~~~~~~~~~~~~
3271    - Improved indentation of ASCII export, when headlines become items.
3272    - Handling of 12am and 12pm fixed.  Times beyond 24:00 can be used
3273      and will not lead to conflicts.
3274    - Support for mutually exclusive TAGS with the fast tags interface.
3275    - Bug fixes.
3277 Version 4.35
3278 ~~~~~~~~~~~~
3279    - HTML export is now valid XHTML.
3280    - Timeline can also show dates without entries.  See new option
3281      `org-timeline-show-empty-dates'.
3282    - The bullets created by the ASCII exporter can now be configured.
3283      See the new option `org-export-ascii-bullets'.
3284    - New face `org-upcoming-deadline' (was `org-scheduled-previously').
3285    - New function `org-context' to allow testing for local context.
3287 Version 4.34
3288 ~~~~~~~~~~~~
3289    - Bug fixes.
3291 Version 4.33
3292 ~~~~~~~~~~~~
3293    - New commands to move through plain lists: S-up and S-down.
3294    - Bug fixes and documentation update.
3296 Version 4.32
3297 ~~~~~~~~~~~~
3298    - Fast (single-key-per-tag) interface for setting TAGS.
3299    - The list of legal tags can be configured globally and locally.
3300    - Elisp and Info links (thanks to Todd Neal).
3301    - `org-export-publishing-directory' can be an alist, with different
3302      directories for different export types.
3303    - All context-sensitive commands use `call-interactively' to dispatch.
3304    - `org-confirm-shell-links' renamed to `org-confirm-shell-link-function'.
3305    - Bug fixes.
3307 Version 4.31
3308 ~~~~~~~~~~~~
3309    - Bug fixes.
3311 Version 4.30
3312 ~~~~~~~~~~~~
3313    - Modified installation: Autoloads have been collected in org-install.el.
3314    - Logging (org-log-done) is now a #+STARTUP option.
3315    - Checkboxes in plain list items, following up on Frank Ruell's idea.
3316    - File links inserted with C-c C-l will use relative paths if the linked
3317      file is in the current directory or a subdirectory of it.
3318    - New variable `org-link-file-path-type' to specify preference for
3319      relative and absolute paths.
3320    - New CSS classes for tags, timestamps, timestamp keywords.
3321    - Bug and typo fixes.
3324 Version 4.29
3325 ~~~~~~~~~~~~
3326    - Inlining images in HTML export now depends on wheather the link
3327      contains a description or not.
3328    - TODO items can be scheduled from the global TODO list using C-c C-s.
3329    - TODO items already scheduled can be made to disappear from the global
3330      todo list, see `org-agenda-todo-ignore-scheduled'.
3331    - In Tables, formulas may also be Lisp forms.
3332    - Exporting the visible part of an outline with `C-c C-x v' works now
3333      for all available exporters.
3334    - Bug fixes, lots of them :-(
3336 Version 4.28
3337 ~~~~~~~~~~~~
3338    - Bug fixes.
3340 Version 4.27
3341 ~~~~~~~~~~~~
3342    - HTML exporter generalized to receive external options.
3343      As part of the process, author, email and date have been moved to the
3344      end of the HTML file.
3345    - Support for customizable file search in file links.
3346    - BibTeX database links as first application of the above.
3347    - New option `org-agenda-todo-list-sublevels' to turn off listing TODO
3348      entries that are sublevels of another TODO entry.
3350 Version 4.26
3351 ~~~~~~~~~~~~
3352    - Bug fixes.
3354 Version 4.25
3355 ~~~~~~~~~~~~
3356    - Revision of the font-lock faces section, with better tty support.
3357    - TODO keywords in Agenda buffer are fontified.
3358    - Export converts links between .org files to links between .html files.
3359    - Better support for bold/italic/underline emphasis.
3361 Version 4.24
3362 ~~~~~~~~~~~~
3363    - Bug fixes.
3365 Version 4.23
3366 ~~~~~~~~~~~~
3367    - Bug fixes.
3369 Version 4.22
3370 ~~~~~~~~~~~~
3371    - Bug fixes.
3372    - In agenda buffer, mouse-1 no longer follows link.
3373      See `org-agenda-mouse-1-follows-link' and `org-mouse-1-follows-link'.
3375 Version 4.20
3376 ~~~~~~~~~~~~
3377    - Links use now the [description] format by default.
3378      When inserting links, the user is prompted for a description.
3379    - If a link has a description, only the description is displayed
3380      the link part is hidden.  Use C-c C-l to edit the link part.
3381    - TAGS are now bold, but in the same color as the headline.
3382    - The width of a table column can be limited by using a field "<N>".
3383    - New structure for the customization tree.
3384    - Bug fixes.
3387 Version 4.13
3388 ~~~~~~~~~~~~
3389    - The list of agenda files can be maintainted in an external file.
3390    - Bug fixes.
3392 Version 4.12
3393 ~~~~~~~~~~~~
3394    - Templates for remember buffer.  Note that the remember setup changes.
3395      To set up templates, see `org-remember-templates'.
3396    - The time in new time stamps can be rounded, see new option
3397      `org-time-stamp-rounding-minutes'.
3398    - Bug fixes (there are *always* more bugs).
3400 [...]
3402 Version 4.00
3403    - Headlines can contain TAGS, and Org-mode can produced a list
3404      of matching headlines based on a TAG search expression.
3405    - `org-agenda' has now become a dispatcher that will produce the agenda
3406      and other views on org-mode data with an additional keypress.
3409 Version 3.24
3410 ~~~~~~~~~~~~
3411    - Switching and item to DONE records a time stamp when the variable
3412      `org-log-done' is turned on.  Default is off.
3414 Version 3.23
3415 ~~~~~~~~~~~~
3416    - M-RET makes new items as well as new headings.
3417    - Various small bug fixes
3419 Version 3.22
3420 ~~~~~~~~~~~~
3421    - CamelCase words link to other locations in the same file.
3422    - File links accept search options, to link to specific locations.
3423    - Plain list items can be folded with `org-cycle'.  See new option
3424      `org-cycle-include-plain-lists'.
3425    - Sparse trees for specific TODO keywords through numeric prefix
3426      argument to `C-c C-v'.
3427    - Global TODO list, also for specific keywords.
3428    - Matches in sparse trees are highlighted (highlights disappear with
3429      next buffer change due to editing).
3431 Version 3.21
3432 ~~~~~~~~~~~~
3433    - Improved CSS support for the HTML export.  Thanks to Christian Egli.
3434    - Editing support for hand-formatted lists
3435      - M-S-cursor keys handle plain list items
3436      - C-c C-c renumbers ordered plain lists
3438 Version 3.20
3439 ~~~~~~~~~~~~
3440    - There is finally an option to make TAB jump over horizontal lines
3441      in tables instead of creating a new line before that line.
3442      The option is `org-table-tab-jumps-over-hlines', default nil.
3443    - New command for sorting tables, on `C-c ^'.
3444    - Changes to the HTML exporter
3445      - hand-formatted lists are exported correctly, similar to
3446        markdown lists.  Nested lists are possible.  See the docstring
3447        of the variable `org-export-plain-list-max-depth'.
3448      - cleaned up to produce valid HTML 4.0 (transitional).
3449      - support for cascading style sheets.
3450    - New command to cycle through all agenda files, on C-,
3451    - C-c [ can now also be used to change the sequence of agenda files.
3454 Version 3.19
3455 ~~~~~~~~~~~~
3456    - Bug fixes
3458 Version 3.18
3459 ~~~~~~~~~~~~
3460    - Export of calendar information in the standard iCalendar format.
3461    - Some bug fixes.
3463 Version 3.17
3464 ~~~~~~~~~~~~
3465    - HTML export specifies character set depending on coding-system.
3467 Version 3.16
3468 ~~~~~~~~~~~~
3469    - In tables, directly after the field motion commands like TAB and RET,
3470      typing a character will blank the field.  Can be turned off with
3471      variable `org-table-auto-blank-field'.
3472    - Inactive timestamps with `C-c !'.  These do not trigger the agenda
3473      and are not linked to the calendar.
3474    - Additional key bindings to allow Org-mode to function on a tty emacs.
3475    - `C-c C-h' prefix key replaced by `C-c C-x', and `C-c C-x C-h' replaced
3476      by `C-c C-x b' (b=Browser).  This was necessary to recover the
3477      standard meaning of C-h after a prefix key (show prefix bindings).
3479 Version 3.15
3480 ~~~~~~~~~~~~
3481    - QUOTE keyword at the beginning of an entry causes fixed-width export
3482      of unmodified entry text. `C-c :' toggles this keyword.
3483    - New face `org-special-keyword' which is used for COMMENT, QUOTE,
3484      DEADLINE and SCHEDULED, and priority cookies.  Default is only a weak
3485      color, to reduce the amount of aggressive color in the buffer.
3487 Version 3.14
3488 ~~~~~~~~~~~~
3489    - Formulas for individual fields in table.
3490    - Automatic recalculation in calculating tables.
3491    - Named fields and columns in tables.
3492    - Fixed bug with calling `org-archive' several times in a row.
3494 Version 3.13
3495 ~~~~~~~~~~~~
3496    - Efficiency improvements:  Fewer table re-alignments needed.
3497    - New special lines in tables, for defining names for individual cells.
3499 Version 3.12
3500 ~~~~~~~~~~~~
3501    - Tables can store formulas (one per column) and compute fields.
3502      Not quite like a full spreadsheet, but very powerful.
3503    - table.el keybinding is now `C-c ~'.
3504    - Numeric argument to org-cycle does `show-subtree' above on level ARG.
3505    - Small changes to keys in agenda buffer.  Affected keys:
3506      [w] weekly view; [d] daily view; [D] toggle diary inclusion.
3507    - Bug fixes.
3509 Version 3.11
3510 ~~~~~~~~~~~~
3511    - Links inserted with C-c C-l are now by default enclosed in angle
3512      brackets.  See the new variable `org-link-format'.
3513    - ">" terminates a link, this is a way to have several links in a line.
3514      Both "<" and ">" are no longer allowed as characters in a link.
3515    - Archiving of finished tasks.
3516    - C-<up>/<down> bindings removed, to allow access to paragraph commands.
3517    - Compatibility with CUA-mode (see variable `org-CUA-compatible').
3518    - Compatibility problems with viper-mode fixed.
3519    - Improved html export of tables.
3520    - Various clean-up changes.
3522 Version 3.10
3523 ~~~~~~~~~~~~
3524    - Using `define-derived-mode' to derive `org-mode' from `outline-mode'.
3527 Version 3.09
3528 ~~~~~~~~~~~~
3529    - Time-of-day specifications in agenda are extracted and placed
3530      into the prefix.  Timed entries can be placed into a time grid for
3531      day.
3533 Version 3.08
3534 ~~~~~~~~~~~~
3535    - "|" no longer allowed as part of a link, to allow links in tables.
3536    - The prefix of items in the agenda buffer can be configured.
3537    - Cleanup.
3539 Version 3.07
3540 ~~~~~~~~~~~~
3541    - Some folding inconsistencies removed.
3542    - BBDB links to company-only entries.
3543    - Bug fixes and global cleanup.
3545 Version 3.06
3546 ~~~~~~~~~~~~
3547    - M-S-RET inserts a new TODO heading.
3548    - New startup option `content'.
3549    - Better visual response when TODO items in agenda change status.
3550    - Window positioning after visibility state changes optimized and made
3551      configurable.  See `org-cycle-hook' and `org-occur-hook'.
3553 Version 3.05
3554 ~~~~~~~~~~~~
3555    - Agenda entries from the diary are linked to the diary file, so
3556      adding and editing diary entries can be done directly from the agenda.
3557    - Many calendar/diary commands available directly from agenda.
3558    - Field copying in tables with S-RET does increment.
3559    - C-c C-x C-v extracts the visible part of the buffer for printing.
3560    - Moving subtrees up and down preserves the whitespace at the tree end.
3562 Version 3.04
3563 ~~~~~~~~~~~~
3564    - Table editor optimized to need fewer realignments, and to keep
3565      table shape when typing in fields.
3566    - A new minor mode, orgtbl-mode, introduces the Org-mode table editor
3567      into arbitrary major modes.
3568    - Fixed bug with realignment in XEmacs.
3569    - Startup options can be set with special #+STARTUP line.
3570    - Heading following a match in org-occur can be suppressed.
3572 Version 3.03
3573 ~~~~~~~~~~~~
3574    - Copyright transfer to the FSF.
3575    - Effect of C-u and C-u C-u in org-timeline swapped.
3576    - Timeline now always contains today, and `.' jumps to it.
3577    - Table editor:
3578      - cut and paste of rectangular regions in tables
3579      - command to convert org-mode table to table.el table and back
3580      - command to treat several cells like a paragraph and fill it
3581      - command to convert a buffer region to a table
3582      - import/export tables as tab-separated files (exchange with Excel)
3583    - Agenda:
3584      - Sorting mechanism for agenda items rewritten from scratch.
3585      - Sorting fully configurable.
3586      - Entries specifying a time are sorted together.
3587    - Completion also covers option keywords after `#-'.
3588    - Bug fixes.
3590 Version 3.01
3591 ~~~~~~~~~~~~
3592    - New reference card, thanks to Philip Rooke for creating it.
3593    - Single file agenda renamed to "Timeline".  It no longer shows
3594      warnings about upcoming deadlines/overdue scheduled items.
3595      That functionality is now limited to the (multifile) agenda.
3596    - When reading a date, the calendar can be manipulated with keys.
3597    - Link support for RMAIL and Wanderlust (from planner.el, untested).
3598    - Minor bug fixes and documentation improvements.
3600 Version 3.00
3601 ~~~~~~~~~~~~
3602    - Multifile Agenda shows current entries from many different files.
3603    - TeXInfo documentation (thanks to Christian Egli for the conversion).
3604    - Additional applications for TODO keywords, see documentation.
3605      Different files may have different TODO keywords etc.
3606    - Priorities for TODO items.
3607    - The browser mode used by `org-remember-handler' is improved.
3608    - Images get inlined in HTML export (thanks to Carsten Wimmer).
3609    - File links can contain line numbers, like [file:/usr/etc/config:255]
3610    - Minor bug fixes.
3613 Version 2.10
3614 ~~~~~~~~~~~~
3615    - TODO entries can have additional states besides TODO and DONE.
3616      See new variable `org-todo-keywords'.
3617    - TODO keywords can be interpreted as categories.  See variable
3618      `org-todo-interpretation'.
3619    - M-TAB completion on TODO keywords, TeX symbols, and normal words.
3620    - All keywords (like TODO, DEADLINE etc) are configurable.
3621    - Cursor positioning optimized after pro/demotion and TODO cycling.
3622    - Emphasizing in HTML works now for *bold*, /italic/ and _underline_.
3623    - New commands to kill, copy and yank entire subtrees.  Yanking
3624      modifies the level of the tree before insertion.
3625    - New command `org-goto' (C-c C-j) to quickly move to other locations
3626      in the buffer without affecting outline visibility.
3627    - Hooks for John Wiegley's remember.el.
3628    - `org-read-date' pops up calendar for date selection with the mouse.
3629      See variable `org-popup-calendar-for-date-prompt'.
3631 Version 2.6
3632 ~~~~~~~~~~~
3633    - TODO items can be SCHEDULED to a certain date.
3634    - Expired DEADLINEs are ignored if in an entry marked DONE.
3635    - From the diary or time-sorted view (C-c C-r), C-c C-t can be used to
3636      change the TODO state of an item remotely.
3637    - Horizontal computations in table editor. See `org-table-eval-formula'.
3638    - Fixed bug with summing tables (command `org-table-sum', `C-c +').
3639    - Calendar window follows the timestamp when a timestamp is changed.
3640      New variable `org-calendar-follow-timestamp-change'.
3641    - Time-sorted view (`org-diary-view', C-c C-r) now uses the prefix
3642      argument to force inclusion of unscheduled TODO items.
3643    - New variable `org-confirm-shell-links' to turn of safety query.
3644    - New variable `org-open-non-existing-files'.
3646 Version 2.4
3647 ~~~~~~~~~~~
3648    - A time-sorted view on all time stamps can be created with C-c C-r.
3649    - Timestamps and Deadlines can be shown in the Emacs diary.
3650    - Date ranges introduced.
3651    - Time-string formats are no longer configurable.
3652    - Vertical lines in tables can be made invisible with `C-c |'.
3653    - New "link" type to execute shell commands, like "[shell:ls] *.org"
3654    - Upon export, "myfile.org" becomes "myfile.html" or "myfile.txt",
3655      instead of "myfile.org.html" or "myfile.org.txt".
3656    - When the cursor is in the white space at the beginning of a line,
3657      TAB removes the whitespace before indenting again.
3659 Version 2.0
3660 ~~~~~~~~~~~
3661    - Windows (NT/2000) support.
3662    - Works with both Emacs and XEmacs.
3663    - Fully automatic table editor.
3664    - New link types into Gnus, VM and BBDB.
3665    - Other link system changes
3666      - Time stamps are treated as links to the calendar.
3667      - Easy creation of links with global command `org-store-link'.
3668      - Insertion of links with `C-c C-l' works differently now.
3669      - Space characters allowed as part of a link.
3670      - Options in `org-file-apps' extended.  The command may now be
3671        symbol 'emacs', or a lisp form.
3672    Please re-read the manual section about links.
3673    - Timestamp changes
3674      - `org-deadline' now prompts for a date.
3675      - A line can now contain several timestamps.  Updating of a
3676        timestamp only happens if the cursor is at the timestamp.
3677      - Changed the time-stamp-format to ISO, to make sure it will
3678        always work (non-English month names had caused problems
3679        with `parse-time-string'.).  Changing the time stamp format
3680        is not recommended.
3681    - Picture mode enhancements have been removed from org.el
3684 Version 1.4
3685 ~~~~~~~~~~~
3686    - Some option name changes, not backward compatible.
3687    - ASCII exporter upgrade: Table of contents.
3688    - HTML exporter upgrade: fixed-width regions, better
3689      sub/superscripts, many TeX symbols supported.
3690    - Calendar support.
3692 Version 1.3
3693 ~~~~~~~~~~~
3694    - HTML exporter upgrade, in particular table of contents