Fix duplicate key definition.
[org-mode/org-tableheadings.git] / ORGWEBPAGE / Changes.org
blob14e2a7ab545d78afaf108611b2bea5082dfa49f9
1 #   -*- mode: org; org-export-publishing-directory: "tmp"; fill-column: 65 -*-
3 #+STARTUP: hidestars
5 #+TITLE: Org-mode list of user-visible changes
6 #+AUTHOR:  Carsten Dominik
7 #+EMAIL:  carsten at orgmode dot org
8 #+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:{} *:t TeX:t LaTeX:nil
9 #+INFOJS_OPT: view:info toc:1 path:org-info.js tdepth:2 ftoc:t
10 #+LINK_UP: index.html
11 #+LINK_HOME: http://orgmode.org
13 * Version 6.07 (in preparation)
14 :PROPERTIES:
15 :VISIBILITY: content
16 :END:
18 ** Incompatible changes
20 *** Prefix interpretation when storing remember notes
21     The prefix argument to the `C-c C-c' command that finishes a
22     remember process is not interpetred differently:
24     :C-c C-c       Store the note to predefined file and headline
25     :C-1 C-c C-c   Select the storage location interactively
26     :C-0 C-c C-c   Re-use the last used location
27     :C-u C-c C-c   Like C-c C-c, but immediately visit the note
28     :              in its new location.
30     This was requested by John Wiegley.
33 *** Capturing column view is now on `C-c C-x i'
34     The reason for this change was that `C-c C-x r' is also used
35     as a tty key replacement.
36 ** Details
38 *** Prefix arg 0 to S-RET disabled integer increment during copy
39     This was a request by Chris Randle.
40 *** Column view capture tables can have formulas and plotting instructions
41     If you attach formulas and plotting instructions to a table
42     capturing column view, these extra lines will now survive an
43     update of the coloumn view capture, and any formulas will be
44     re-applied to the captured table.  This works be keeping any
45     continuous block of comments bfore an after the actual table.
47 *** The note buffer for clocking out now mentions the task
48     
49     This was a request by Peter Frings.
51 *** Secondary filtering of agenda views.
53     You can now easily and interactively filter an existing
54     agenda view with respect to a tag.  This command is executed
55     with the =/= key in the agenda.  You will be prompted for a
56     tag selection key, and all entries that do not contain or
57     inherit the corresponding tag will be hidden.  With a prefix
58     argument, the complementary filter is applied: entries that
59     do have the tag will be hidden.
61     This operation only hides lines in the agenda buffer.  It
62     does not initiate a new search and therefore is very fast.
64     If you press TAB at the tag selection prompt, you will be
65     switched to a completion interface to select a tag.  This is
66     useful in particular when you want to select a tag that does
67     not have a direct access character.
69     A double =/ /= will restore the original agenda view by
70     unhiding any hidden lines.
72     This functionality was John Wiegley's idea.  It is a simpler
73     implementation of some of the query-editing features proposed
74     and implemented some time ago by Christopher League (see the
75     file contrib/lisp/org-interactive-query.el).
77 *** Editing fixed-width regions with picture or artist mode
79     The command @<code>C-c '@</code> (that is =C-c= followed by a
80     single quote) can now also be used to switch to a special
81     editing mode for fixed-width sections.  The default mode is
82     =artist-mode= which allows you to create ASCII drawings.
84     It works like this: Enter the editing mode with
85     @<code>C-c '@</code>.  An indirect buffer will be created and
86     narrowed to the fixed-width region.  Edit the drawing, and
87     press @<code>C-c '@</code> again to exit.
89     Lines in a fixed-width region should be preceded by a colon
90     followed by at least one space.  These will be removed during
91     editing, and then added back when you exit the editing mode.
93     Using the command in an empty line will create a new
94     fixed-width region.
96 *** New interpretation of prefix arguments when exiting remember
97     The prefix argument to the `C-c C-c' command that finishes a
98     remember process is not interpetred differently:
100     :C-c C-c       Store the note to predefined file and headline
101     :C-1 C-c C-c   Select the storage location interactively
102     :C-0 C-c C-c   Re-use the last used location
103     :C-u C-c C-c   Like C-c C-c, but immediately visit the note
104     :              in its new location.
106     This was requested by John Wiegley.
108 *** Sorting entries now ignores the TODO keyword and the priority
109     Numerical and alphanumerical sorting now skips any TODO
110     keyword or priority cookie when constructing the comparison
111     string.  This was a request by Wanrong Lin.
113 *** New face =org-scheduled= for entries that at some time in the future.
114     This was a request by Richard G Rigley.
115 *** Remember templates for gnus links can now use the :to escape.
116     Thanks to Tommy Lindgren for a patch to this effect.
117 *** The file specification in a remember template may now be a function
118     Thanks to Gregory Sullivan for a patch to this effect.
120 *** It is now possible to define filters for column view
121     The filter can modify the value that will be displayed in a
122     column, for example it can cut out a part of a time stamp.
123     For more information, look at the variable
124     =org-columns-modify-value-for-display-function=.
126 * Version 6.06
128 ** Overview
130    - New, more CSS-like setup for HTML style information
131    - Attributes in hyperlinks, for example alt and title for images
132    - Simplified way to specify file links
133    - Modified behavior of time stamps in iCalendar export
134    - New way to compare times during a property search
135    - New option `org-open-directory-means-index'
136    - New parameters :prefix and :prefix1 for include files
137    - New option :index-style for org-publish
138    - New structure for the timestamp directory for org-publish.
140 ** Incompatible changes
142 *** New structure for the timestamp directory for org-publish.
144     The timestamp directory now uses SHA1 hashed versions of the
145     path to each publishing file.  This should be a consistent
146     and system-independent way to handle things.  The change
147     means that your next publishing command will publish each and
148     every file again, but just once, until new time stamps are in
149     place.
151 ** Details
153 *** New setup for HTML style information
155     In order to create a more CSS-like setup of the HTML style
156     information, the following changes have been made:
157     - The default style has moved to a constant,
158       =org-export-html-style-default= and should not be changed
159       anymore.
160     - The default of the variable =org-export-html-style= is now
161       just the empty string.  This variable should receive
162       settings that are Org-wide.  When using org-publish, this
163       variable is associated with the =:style= property and can
164       be used to establish project-wide settings.
165     - There is a new variable =org-export-html-style-extra= that
166       should be used for file-local settings.  Org-publish can, if
167       necessary, access this variable with the =:style-extra=
168       property.
169     - When a file is published, the values of 
170       - org-export-html-style-default
171       - org-export-html-style
172       - org-export-html-style-extra
173       are all inserted into the HTML header, in the given
174       sequence.
176     This follows a proposal by Rustom Mody.
178 *** Attributes in hyperlinks
180     You can now set attributes in hyperlinks that will be used
181     when publishing to HTML.  For example, if you want to use the
182     ALT and TITLE attributes of an inlined image, here is who to
183     do this:
185     : [[./img/a.jpg{{alt="This is image A" title="Image with no action"}}]]
187     Thanks to Charles Chen for this idea.
189 *** Simplified way to specify file links
191     In a link, you can now leave out the "file:" prefix if you
192     write an absolute file name like =/Users/dominik/.emacs= or
193     =~/.emacs=, or if you write a relative file name by using
194     =./= or =../= to start the file path.  You cannot write a
195     plain file name, because plain text is interpreted as an
196     internal link.
198     So for example, a link to an image /A.jpg/ with a thumbnail
199     /B.jpg/ can now be written like
201 #+begin_src org
202 [[./A.jpg][./B.jpg] ]
203 #+end_src
205 *** Changes in iCalendar export
207     Deadline and scheduling time stamps are now treated
208     differently in iCalendar export.  The default behavior is now
209     the following:
211     - a DEADLINE that appears in an entry that is a TODO item is
212       used as the item's DUE date.  Therefore, such a deadline
213       will no longer show up in the calendar.
215     - a DEADLINE that appears in an item that is *not* a TODO
216       item is exported as an EVENT and will show up in the
217       calendar.
219     - a SCHEDULED timestamp in a TODO item will be used as the
220       items DTSTART.  Therefore, such a timestamp will not show
221       up in the calendar.
223     - a SCHEDULED timestamp in an item that is not a TODO has no
224       effect on iCalendar export at all.  It will be ignored.
226     Of course this would not be Emacs if you could not configure
227     exactly what you want.  Take a look at the variables
228     =org-icalendar-use-deadlines= and
229     =org-icalendar-use-scheduled= if you want to go back to the
230     old behavior or even do something completely different.
232     Thanks to Karen Cooke for triggering this change.
234 *** New way to compare times during a property search
236     If the comparison value in a property search is a string that
237     is enclosed in angular brackets, a time comparison will be
238     done.  For example
240     : +DEADLINE>="<2008-12-24 15:20>"
242     looks for entries with a deadline on or after that time.
243     Special allowed values are "<now>" (with time) and "<today>"
244     (date only).
246     This is based on a request by Manish.
248 *** New option `org-open-directory-means-index'
250     When set, a link pointing to a directory will actually open
251     the index.org file in that directory.  This is a good setting
252     inside a publishing project.  When not set, you get a
253     finder/explorer window for that directory, or dired,
254     depending on system and setup.
256     This follows a request by Richard Riley.
258 *** New parameters :prefix and :prefix1 for include files
260     These parameters specify prefixes for each line of included
261     text.  :prefix1 is only for the first line, :prefix for all
262     other lines.
264     This follows a proposal by Richard Riley.
266 *** New option :index-style for org-publish
268     This option can be used to switch the style of the index
269     produced by org-publish.  Can be `list' (index is just an
270     itemized list of the titles of the files involved) or `tree'
271     (the directory structure of the source files is reflected in
272     the index).  The default is `tree'.
274     Thanks to Manuel Hermenegildo for the patch.
276 *** In the Agenda, inclusion of archives can now be toggled
277     - Pressing =v= will toggle inclusion of trees with the
278       ARCHIVE tag, this includes obviously the archive sibling.
279     - Pressing `C-u v'  will include trees with ARCHIVE tag, and
280       will also include all archive files that are currently
281       associated with your agenda files.
283     This was triggered by a proposal by Manuel Hermenegildo.
285 * Version 6.05
287 If I were to name my releases, this one would be called "Adam".
288 Adam, you definitely owe me a beer :-).  And I owe you one, too -
289 thanks for all the great ideas.
291 ** Overview
293    - Use cursor position in agenda for remember, scheduling and deadlines
294    - New API for mapping a function over all or selected entries
295    - Remember templates can be filed to beginning/end of a file
296    - Visiting a filed remember buffer immediately
297    - BBDB anniversaries are now links
298    - Column view in the agenda now cleans the ITEM field
299    - The format of section numbers in exported files is configurable
300    - Direct, single key access to allowed values in column view
301    - New hook to hack exported iCalendar files
302    - Log mode in agenda now shows end time for CLOCK line
304 ** Incompatible changes
306 *** `C-c C-x C-k' now calls `org-mark-entry-for-agenda-action'
307     It used to call =org-cut-special=, but that is also at bound
308     to the key =C-c C-x C-w=.
309 ** Details
311 *** Making use of the cursor position in the agenda
313     The date at the cursor in the agenda (and also in the
314     calendar) can now be used to schedule entries, or to set the
315     date in a remember template correctly.  It is also designed
316     to make it easier to move an entry to a date picked in the
317     agenda.  Thanks to Thomas Baumann for starting the thread
318     that led to this development.
320 **** Calling remember with the cursor date in the agenda
322      If you want to use the date at the agenda cursor in a
323      remember template, start remember from the agenda with the
324      keys =k r=.  While the template is being filled in, the
325      default date for all time stamps, and also for all
326      interactive escapes like =%^t= is now the date at the cursor
327      in the agenda.  The exact same command can also be used from
328      the calendar if you prefer that.
330 **** Picking a date for scheduling/deadline in the agenda
332      You may now pick the date for scheduling an item or for
333      setting a deadline in the agenda, where you have the best
334      overview over free time slots.  This is a two step process.
335      
336      1. First you pick the entry that should be acted upon.  In
337         the agenda, you use the keys =k m=.  In an org-mode file,
338         this is on =C-c C-x C-k=.
340      2. Then you find the agenda date you want to apply.  When the
341         cursor is anywhere in the block belonging to that date,
342         press =k s= to schedule, or =k d= to put a deadline.  The
343         agenda is not updated immediately, press =r= if you want
344         it to show the affected entry in the right place.
346 *** New API for mapping a function over all or selected entries
348     Org has sophisticated mapping capabilities to find all
349     entries satisfying certain criteria.  Internally, this
350     functionality is used to produce agenda views, but there is
351     also an API that can be used to execute arbitrary functions
352     for each or selected entries.  The main entry point for this
353     API is:
355 #+begin_example
356 -- Function: org-map-entries func &optional match scope &rest skip
357      Call FUNC at each headline selected by MATCH in SCOPE.
359      FUNC is a function or a lisp form.  The function will be
360      called without arguments, with the cursor positioned at
361      the beginning of the headline.  The return values of all
362      calls to the function will be collected and returned as
363      a list.
365      MATCH is a tags/property/todo match as it is used in the
366      agenda tags view.  Only headlines that are matched by
367      this query will be considered during the iteration.
368      When MATCH is nil or t, all headlines will be visited by
369      the iteration.
371      SCOPE determines the scope of this command, it can
372      specify a file, all agenda files, the current tree and
373      much more.
375      The remaining args are treated as settings for the
376      skipping facilities of the scanner.
377 #+end_example
379 The function given to that mapping routine can really do anything
380 you like.  Here is a simple example that will turn all entries in
381 the current file with a tag =TOMORROW= into TODO entries with the
382 keyword =UPCOMING=.  Entries in comment trees and in archive
383 trees will be ignored.
385 #+begin_src emacs-lisp
386 (org-map-entries
387    '(org-todo "UPCOMING")
388    "+TOMORROW" 'file 'archive 'comment)
389 #+end_src
391    The following example counts the number of entries with TODO
392 keyword =WAITING=, in all agenda files.
394 #+begin_src emacs-lisp
395 (length (org-map-entries t "/+WAITING" nil 'agenda))
396 #+end_src
398 *** Changes in Remember templates
400 **** Remember templates can now use the cursor date in the agenda
401      Use =k r= to start remember from the agenda, with enforcing
402      the cursor date as default for any time stamps created by
403      the template.
405 **** Filing remember templates to the beginning or end of a file
406      You may now set the heading part of a remember template
407      definition to `top' or `bottom'.  The template will then be
408      filed as a level 1 entry to the beginning or end of the
409      target file, respectively.  Thanks to Adam Spiers for this
410      proposal.
412 **** You can jump to the location of a note immediately after filing it
413      Just include the =%&= escape anywhere in the template.  An
414      interesting combination now is to use =%!%&=, which will
415      immediately file and visit the note, which is equivalent to
416      generating the note directly in the target location.  Thanks
417      to Adam Spiers for this proposal.
419 *** BBDB anniversaries are now links.
420     If you are using =%%(bbdb-anniversaries)= to list
421     anniversaries in the agenda, you can now directly access the
422     entry that triggered a listed anniversary from the agenda.
423     Just click the anniversary - it is a link now.  Thanks to
424     Thomas Baumann for a patch to this effect.
426 *** Column view in the agenda now cleans the ITEM field
427     See the new variable
428     =org-agenda-columns-remove-prefix-from-item=.  Thanks to Adam
429     Spiers for this proposal.
431 *** The format of section number in exported files is configurable
433     See the new variable `org-export-section-number-format'.
434     Thanks to Adam Spiers for this proposal.
436 *** Direct access to allowed values in column view
438     In column view, if you press a key 1-9 or 0, the
439     corresponding values from the list of allowed values for that
440     field at point will be directly selected.  Thanks to Levin Du
441     for this proposal and a patch to this effect.
443 *** New hook to hack exported iCalendar files
444     The new hook `org-before-save-iCalendar-file-hook' runs just
445     before the buffer with a created iCalendar export is saved.
446     This is what I settled for after a long discussion with Adam
447     Spiers about doing some special filtering automatically.
449 *** Log mode in agenda now shows end time for CLOCK lines
450     When turning on log mode in the agenda with =l=, clock lines
451     will now also list the end time, not only the starting time.
452     Thanks to Tian Qiu for bringing this up again.
453 *** Fixes and additions for org-publish
454     - the :include and :index-title properties in org-publish
455       work now as advertized
456     - the #+TITLE of a page will be used in the index
457     - new :completion-function property can define a hook to be
458       run after publishing a file.
460     Thanks to Manuel Hermenegildo for a patch to this effect.
462 * Version 6.04
464 ** Overview
466 - Statistics cookies [/] and [%] for TODO entries
467 - Editing source code example in the proper mode
468 - iCalendar now defines proper UIDs for entries
469 - New properties for customizing subtree export
471 ** Incompatible changes
472   
473 - The default of the variable `org-tags-match-list-sublevels' is
474   now `t'.  The main reason for this is that it is easier to
475   explain in the manual and will lead to fewer surprises.
477 - The former CONTRIB directory is now called "contrib".  This was
478   already the case in the git distribution, but the tar and zip
479   archives still did this wrong.
481 ** Details
483 *** Statistics for TODO entries
485 The [/] and [%] cookies have already provided statistics for
486 checkboxes.  Now they do the same also for TODO entries.  If a
487 headline contains either cookie, changing the TODO state of any
488 direct child will trigger an update of this cookie.  Children
489 that are neither TODO nor DONE are ignored.
491 There have already been requests to automatically switch the
492 parent headline to DONE when all children are done.  I am not
493 making this a default feature, because one needs to make many
494 decisions about which keyword to use, etc.  Instead of a complex
495 customization variable, I am providing a hook that can be used.
496 This hook will be called each time a TODO statistics cookie is
497 updated, with the cursor in the corresponding line.  Each
498 function in the hook will receive two arguments, the number of
499 done entries, and the number of not-done entries, and you can use
500 the hook to change the state of the headline.  Here is an example
501 implementation:
503 #+begin_src emacs-lisp
504 (defun org-summary-todo (n-done n-not-done)
505   "Switch entry to DONE when all sub-entries are done, to TODO otherwise."
506   (let (org-log-done org-log-states)   ; turn off logging
507     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
509 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
510 #+end_src
512 *** Editing source code example in the proper mode
514 If you are writing a document with source code examples, you can
515 include these examples into a =#+BEGIN_SRC lang ... #+END_SRC= or
516 (with the org-mtags module loaded) a =<src...= structure.  =lang=
517 stands for the Emacs mode used for editing the language, this
518 could be =emacs-lisp= for Emacs Lisp mode examples, or =org= for
519 Org mode examples.  You can now use the key "C-c '" (that is C-c
520 followed by the single quote) to edit the example in its native
521 mode.  This works by creating an indirect buffer, narrowing it to
522 the example and setting the appropriate mode.  You need to exit
523 editing by pressing "C-c '" again.  This is important, because
524 lines that have syntactic meaning in Org will be quoted by
525 calling this command.
527 "C-c '" also edits include files, the setupfile in a =#+setufile=
528 line, and all those little foreign snippets like:
530 #+begin_src org
531 ,#+HTML: this code can be edited in html-mode
533 ,#+BEGIN_HTML
534 ,Same here
535 ,#+BEGIN_HTML
537 ,#+LaTeX: this code can be edited in latex-mode
539 ,#+BEGIN_LaTeX
540 ,Same here
541 ,#+BEGIN_LaTeX
543 ,#+BEGIN_SRC fortran
544 ,Here we can edit in fortran-mode
545 ,#+END_SRC
546 #+end_src
548 *** iCalendar now defines proper UIDs for entries
550 This is necessary for synchronization services.  The UIDs are
551 created using the the org-id.el module which is now part of the
552 Org core.  If you set the variable
554 : (setq org-icalendar-store-UID t)
556 then all created UIDs will be stored in the entry as an =:ID:=
557 property.  This is off by default because it creates lots of
558 property drawers even if you only play with iCalendar export.
559 But if you plan to use synchronization, you really need to turn
560 this on.
562 Diary sexp entries do not yet receive proper persistent UIDs,
563 because they are transformed to iCalendar format by icalendar.el
564 which creates fresh UIDs each time, based on the current time.
566 An interesting aspect of Org is that a single outline node can
567 give rise to multiple iCalendar entries (as a timestamp, a
568 deadline, a scheduled item, and as a TODO item). Therefore, Org
569 adds prefixes "TS-", "DL-" "CS-", and "TD-" to the UID during
570 iCalendar export, depending on what triggered the inclusion of
571 the entry.  In this way the UID remains unique, but a
572 synchronization program can still figure out from which entry all
573 the different instances originate.
575 *** New properties for customizing subtree export.
577 When exporting a subtree by selecting it before calling the
578 export command, you can now use the properties =EXPORT_TITLE=,
579 =EXPORT_TEXT=, and =EXPORT_OPTIONS= to overrule the global
580 =#+TITLE=, =#+TEXT=, and =#+OPTIONS= settings.  You can also set
581 an export file name with =EXPORT_FILE_NAME= that will overrule
582 the file name derived from the buffer's file name.  As far as the
583 options are concerned, the global =#+OPTIONS= will still be read,
584 and only the options you give in the property will be
585 overwritten.  For example:
587 #+begin_src org
588 ,#+OPTIONS: skip:nil
589 ,* Computer Tricks
590 ,  :PROPERTIES:
591 ,  :EXPORT_FILE_NAME: ct.html
592 ,  :EXPORT_TITLE: Steve's collected computer tricks
593 ,  :EXPORT_OPTIONS: h:2 toc:nil
594 ,  :END:
595 #+end_src
597 *** New way to define tags for an entire file.
599     Tags that are defined in a line like
600     : #+FILETAGS: work urgent
601     are inherited by all entries in the file.
603     Thanks to Manuel Hermenegildo for this proposal.
605 * Version 6.03
607 ** Overview
609    - Description lists are now supported natively
610    - Block quotes for export
611    - Fontified code examples in HTML export
612    - Include files for export
613    - Text before the first headline is now exported by default
614    - In-buffer options may now be collected in an external file
615    - The in-buffer settings keywords may now be lower case
616    - Completion of structure elements
617    - Startup visibility can now be influenced by properties
618    - Clock task history, moving entries with the running clock
619    - BBDB anniversaries much faster
620    - New contrib files: org-eval.el and org-mtags.el
622 ** Incompatible changes
624 - The text before the first headline is now exported by default
626   Previously, the default was to not include text in an org-mode
627   buffer before the first headline.  From now on, the default it to
628   include it.  If you like the old default better, customize the
629   variable =org-export-skip-text-before-1st-heading= or set the
630   value on a per-file basis with
632 #+begin_src org
633 #+OPTIONS: skip:t
634 #+end_src
636 ** Details
638 *** Description lists are now supported natively
640     A plain list will be exported as a description list if the
641     first item in the list has a /term/ and the /description/,
642     separated by " :: ".  For example
644     : Emacs software by Carsten Dominik
645     : - RefTeX    :: Support for LaTeX Labels, References, Citations
646     : - CDLaTeX   :: more LaTeX functionality for Emacs
647     : - TeXmathp  :: checking LaTeX buffers for Math mode.
648     : - ORG       :: An Emacs mode for notes and projet planning.
649     : - CONSTANTS :: An Emacs package for inserting the definition of
650     :                natural constants and units into a buffer.
651     : - IDLWAVE   :: The Emacs modes for editing and
652     :                running IDL and WAVE CL files.
654     will be rendered as
656     Emacs software by Carsten Dominik
657      - RefTeX    :: Support for LaTeX Labels, References, Citations
658      - CDLaTeX   :: more LaTeX functionality for Emacs
659      - TeXmathp  :: checking LaTeX buffers for Math mode.
660      - ORG       :: An Emacs mode for notes and projet planning.
661      - CONSTANTS :: An Emacs package for inserting the definition of
662                     natural constants and units into a buffer.
663      - IDLWAVE   :: The Emacs modes for editing and
664                     running IDL and WAVE CL files.
666     This works now in the HTML exporter, we still need to supoort
667     it with the LaTeX and ASCII exporters.
669 *** Block quotes for export
671     For quoting an entire paragraph as a citation, use
673 #+begin_src org
674 ,#+BEGIN_QUOTE
675 Everything should be made as simple as possible,
676 but not any simpler -- Albert Einstein
677 ,#+BEGIN_QUOTE
678 #+end_src
680     which will render as
682 #+BEGIN_QUOTE
683 Everything should be made as simple as possible,
684 but not any simpler -- Albert Einstein
685 #+BEGIN_QUOTE
687 *** Fontified code examples in HTML export
689     You can now get code examples fontified like they would be
690     fontified in an Emacs Buffer, and export the result to HTML.
691     To do so, wrap the code examples into the following
692     structure:
694 #+begin_src org
695 ,#+BEGIN_SRC emacs-lisp
696 (defun org-xor (a b)
697   "Exclusive or."
698   (if a (not b) b))
699 ,#+END_SRC
700 #+end_src
702     In the export, this will then look like this (if you are now
703     looking at the ASCII export and do not see anything
704     interesting, go and check out the HTML version at
705     http://orgmode.org/Changes.html).
707 #+BEGIN_SRC emacs-lisp
708 (defun org-xor (a b)
709   "Exclusive or."
710   (if a (not b) b))
711 #+END_SRC
713     The string after the =BEGIN_SRC= is the name of the major emacs
714     mode that should be used to fontify the code example, without the
715     "-mode" at the end of the mode name.  For example, if you are
716     writing an Org tutorial with Org examples included, you would use
717     "org" as the language identifier - in fact, I have used just
718     that in the example above.
720     Currently this works only for HTML export, and requires the
721     /htmlize.el/ package, version 1.34 or later.  For other
722     backends, such structures are simply exported as EXAMPLE.
724 *** Include files for export
726     A line like
728     : #+INCLUDE "file" markup lang
730     will lead to the inclusion of the contents of FILE at the moment
731     of publishing.  FILE should be surrounded by double quotes, this
732     is obligatory if it contains space characters.  The parameters
733     MARKUP and LANG are optional.  MARKUP can be "example", "quote",
734     or "src".  If it is "src", LANG should be the name of the Emacs
735     mode to be used for fontifying the code.  For example:
737     : Here is my /.emacs/ file:
738     : #+INCLUDE "~/.emacs" src emacs-lisp
740 *** The text before the first headline is now exported by default
742     Previously, the default was to not include text in an org-mode
743     buffer before the first headline.  From now on, the default it to
744     include it.  If you like the old default better, customize the
745     variable =org-export-skip-text-before-1st-heading= or set the
746     value on a per-file basis with
748     : #+OPTIONS: skip:t
751 *** In-buffer options may now be collected in an external file
753     If you would like to share the Org setup between a number of
754     files, you can now store in-buffer setup in a file and simply
755     point to that file from each file that should read it.  If
756     you write in a buffer
758     : #+SETUPFILE: "path/to/setup.org"
760     then this file will be scanned for in-buffer options like
761     =#+STARTUP=, =#+TITLE=, or =#+OPTIONS=.
763 *** The in-buffer settings keywords may now be upper or lower case
764     
765     From now on, it makes no difference is you write =#+STARTUP= or
766     =#+startup=, to make these lines less imposing.  Similarly for all
767     other in-buffer keywords.
769 *** Completion of structure elements
770     As a new experimental feature, Org now supports completion of
771     structural elements like =#+BEGIN_EXAMPLE= in a special way.
772     It work by typing, for example "<e" and then pressing TAB, on
773     an otherwise empty line.  "<e" will expand into a complete
774     EXAMPLE template, with the cursor positioned in the middle.
775     Currently supported templates are:
777     : <s   #+begin_src
778     : <e   #+begin_example
779     : <q   #+begin_quote
780     : <v   #+begin_verse
781     : <l   #+begin_latex
782     : <L   #+latex:
783     : <h   #+begin_html
784     : <H   #+html:
785     : <a   #+begin_ascii
786     : <i   #+include
788     This is an experimental feature, please comment!  See also
789     below under /org-mtags.el/.
791 *** Startup visibility can now be influenced by properties
793     When Emacs opens an Org mode buffer, the outline visibility
794     is set to a startup value that is taken from the variable
795     =org-startup-folded=, or from a =#+STARTUP= setting in the
796     buffer.  After this has happened, the buffer will now also be
797     scanned for entries with a =VISIBILITY= property.  Wherever
798     such a property is found, the corresponding subtree will get
799     its visibility adjusted.  Allowed values for the property
800     are:
802     - folded   :: Fold the subtree
803     - children :: Show the text after the headline, and the
804       headlines of all direct children
805     - content :: Show all headlines in the tree, but no text below any
806       headline
807     - all :: Show the entire subtree
809     For example, I am using this for the huge /Changes.org/ file that
810     is the source for the list of visible changes you are reading
811     right now.  The top-most entry in this file always describes the
812     changes in my current working version.  The start of this section
813     currently looks like this:
815 #+begin_src org
816 ,* Version 6.03
817 ,  :PROPERTIES:
818 ,    :VISIBILITY: content
819 ,  :END:
820 ,** Overview
821 #+end_src
823     This was a proposal by Ben Alexander.
825     The command =C-u C-u TAB= will switch back to the startup
826     visibility of the buffer.
828 *** Clock task history, and moving entries with the running clock
830     Org now remembers the last 5 tasks that you clocked into, to
831     make it easier to clock back into a task after interrupting
832     it for another task.
833     - =C-u C-u C-c C-x C-i= (or =C-u C-u I= from the agenda) will
834       clock into that task and mark it as current default task.
835     - =C-u C-c C-x C-i= (or =C-u I= from the agenda) will offer a
836       list of recently clocked tasks, including the default task,
837       for selection. =d= selects the default task, =i= selects
838       the task that was interrupted by the task that is currently
839       being clocked. =1=,... selects a recent task.  When you
840       select a task, you will be clocked into it.
841     - You can use =C-u C-c C-x C-j= to jump to any of these
842       tasks.
844     When moving an entry using structure editing commands,
845     archiving commands, or the special subtree cut-and-paste
846     commands =C-c C-x C-w= and =C-c C-x C-y=, the running clock
847     marker and all clock history markers will be moved with the
848     subtree.  Now you can start a clock in a remember buffer and
849     keep the clock running while filing the note away.  See also
850     the variable `org-remember-clock-out-on-exit'.
852 *** BBDB anniversaries much faster
854     =bbdb-anniversaries= is now much faster, thanks to a new
855     approach using a hash for birthdays.  Thanks to Thomas
856     Baumann for a patch to this effect.
858 *** New files in the contrib directory
860     Do people think any of these should become core?
862     - org-eval.el :: This new module allows to include the result
863          of the evaluation of Lisp code (and other scripting
864          languages) into the buffer, similar to the =<lisp>= tag
865          of [[http://mwolson.org/static/doc/emacs-wiki.html#Lisp-Tricks][Emacs Wiki]] and [[http://mwolson.org/static/doc/muse/Embedded-Lisp.html#Embedded-Lisp][Muse]].
866     - org-mtags.el :: This new modules allows you to use
867          Muse-like tags for some structure definitions in Org.
868          For example, instead of 
869          :#+BEGIN_EXAMPLE
870          :...
871          :#+END_EXAMPLE
872          you can write
873          :<example>
874          :...
875          :</example>
876          In fact, I myself find these easier to type and to look
877          at.  Also, it will allow you to more easily move text
878          and files back and forth between Org and Muse.  For a
879          list of supported structure elements, see the commentary
880          in the file [[http://repo.or.cz/w/org-mode.git?a=blob_plain;f=contrib/lisp/org-mtags.el;hb=HEAD][commentary in the file org-mtags.el]].
882          If you load this module and use the "<i" etc completion
883          described above, the Muse form will automatically be
884          inserted.
886 *** Bug fixes
887     Many bug fixes again.  Will this ever stop?
889 * Version 6.02
891 ** Overview
893    - Column view (mostly) works now in XEmacs
894    - Summaries for columns in the agenda
895    - The special property Effort can be used for effort estimates
896    - New operators for property searches
897    - Search commands can now include archive files.
898    - Clock tables can include the archive files
899    - Orgtbl radio tables generalized.
901 ** Details
903 *** Column view works now in XEmacs
905     I had already given up on this, but Greg Chernev (who
906     implemented noutline.el for XEmacs and in this way kept Org
907     alive on XEmacs) has done it again and provided the patches
908     to make column view work under XEmacs.  There are still some
909     problems, but the basics work and we will iron out the
910     remaining issues, hopefully soon.
912 *** Summaries for columns in the agenda
914     If any of the columns has a summary type defined, turning on
915     column view in the agenda will show summaries for these
916     columns.  Org will first visit all relevant agenda files and
917     make sure that the computations of this property are up to
918     date.  This is also true for the special =CLOCKSUM= property.
919     Org will then sum the values displayed in the agenda.  In the
920     daily/weekly agenda, the sums will cover a single day, in all
921     other views they cover the entire block.  It is vital to
922     realize that the agenda may show the same entry multiple
923     times (for example as scheduled and as a deadline), and it
924     may show two entries from the same hierarchy (for example a
925     /parent/ and it's /child/).  In these cases, the summation in
926     the agenda will lead to incorrect results because some values
927     will count double.
929 *** The special property Effort can be used for effort estimates
931     If you want to plan your work in a very detailed way, or if
932     you need to produce offers with quotations of the estimated
933     work effort, you may want to assign effort estimates to
934     entries.  If you are also clocking your work, you may later
935     want to compare the planned effort with the actual working
936     time.  Effort estimates can now be stored in a special
937     property =Effort=, displayed side-to-side with clock sums,
938     and also be summed over a day, in order to show the planned
939     work load of a day.  See the manual for more details.
941 *** New operators for property searches
943     Property searches can now choose a number of different
944     operators for comparing values.  These operators are `=',
945     `<>', `<', `<=', `>', and `>='.
947     When the search term uses the operator with plain number like
948     =+Effort>=2.7=, then the property value is converted to a
949     number and a numerical comparison takes place.
951     When the search term uses a string on the right hand side of
952     the operator, a string comparison is done: =+PRIORITY<"C".=
954     Finally, if the right hand side is enclosed in curly braces,
955     a regexp match is done: =aaa={regexp}=.  In this case you
956     should use only the `=' or `<>' operators, meaning "does
957     match" or "does not match", respectively.
959     This was a triggered with a request by Dan Davison.
961 *** Search commands can now include archive files.
963     If the value of the customization variable
964     =org-agenda-text-search-extra-files= contains the symbol
965     =agenda-archives= as the first element in the list, all
966     archive files of all agenda files will be added to the list
967     of files to search.  This is relevant for the search view
968     =C-c a s=, as well as for the agenda files multi-occur
969     command =C-c a /=.
971 *** Clock tables can include the archive files
973     There are new values for the =:scope= parameter of a clock
974     table.  This can now be =file-with-archives= and
975     =agenda-with-archives=, in order to collect information not
976     only from the current file or all agenda files, but also from
977     all archive files that are currently used by these files.
979 *** Orgtbl radio tables generalized.
981     The options available for radio tables using orgtbl-mode have
982     been expanded.  You may use several reception points and
983     formats for the same table, you may have special formatting
984     in the last line of the table,  and many table parameters may
985     be functions, so that more general transformations are
986     possible.  Jason Riedy provided a patch for this, and he will
987     hopefully come up with some examples.  Thanks!
989 * Version 6.01
991 This is a new major release, mostly because of structural changes
992 in Org.  However, since this took a while, there is also a long
993 list of small improvements and some new significant features.
995 ** Overview
997    - The Org distribution has a new structure
998    - New system for selecting modules to load
999    - New archiving mechanism: The Archive Sibling
1000    - Support for Sebastian Rose's JavaScript org-info.js.
1001    - Internal links work now better in HTML export
1002    - Export commands can be done in the background
1003    - Flexible setting of the time block shown by the clock table
1004    - Clock table can be included in the agenda
1005    - Support for ISO week dates (ISO 6801)
1006    - Tag inheritance can be limited to a subset of all tags
1007    - Entries can be sorted by TODO keyword
1008    - And some more small fixes and improvements
1010 ** Incompatible changes
1012 *** The Org distribution has a new structure
1014     In the distribution files as well as in the GIT repository,
1015     the lisp files are now located in a subdirectory "lisp", and
1016     the documentation files are located in a subdirectory "doc".
1017     If you are running Org directly from the unpacked
1018     distribution archive (zip or tar file, or GIT repository),
1019     you need to modify your settings for load-path accordingly.
1021 ** Details
1023 *** The Org distribution has a new structure
1025     In the distribution files as well as in the GIT repository,
1026     the lisp files are now located in a subdirectory "lisp", and
1027     the documentation files are located in a subdirectory "doc".
1028     If you are running Org directly from the unpacked
1029     distribution archive (zip or tar file, or GIT repository),
1030     you need to modify your settings for load-path accordingly.
1032 *** Loading modules
1034     Org-mode has now a system for loading modules by simply
1035     configuring an option that lists all the modules you want to
1036     use.  Customize the variable `org-modules'.  That variable
1037     lists both modules that are part of the Org-mode core (and in
1038     this way part of Emacs), and modules that are contributed
1039     packages.  Contributed modules will only be available when
1040     you have installed them properly (most likely by downloading
1041     the distribution and adding /path/to/orgdir/contrib/lisp to
1042     your load path).
1044 *** New archiving mechanism: The Archive Sibling
1046     There is a new method to archive entries in the current file:
1047     By moving it to a sibling called the /Archive Sibling/.  That
1048     sibling has the heading "Archive" and also carries the
1049     ARCHIVE tag.  This can be a great way to do archiving inside
1050     a project, to get parts of the project out of the way and to
1051     wait with true archiving (moving to another file) until the
1052     entire project is done.  Archiving to a sibling keeps much of
1053     the context, for example inherited tags and approximate tree
1054     position in tact.
1056     The key binding for the is "C-c C-x A", and from the agenda
1057     buffer you can simply use "A".
1059     Thanks to Ilya Shlyakhter for this rather clever idea.
1061 *** Support for Sebastian Rose's JavaScript org-info.js.
1063     This fascinating program allows a completely new viewing
1064     experience for web pages created from Org files.  The same
1065     document can be viewed in different ways, and switching
1066     between the views as well as navigation uses single-key
1067     commands.
1069     One of the view types is an /Info-like/ interface where you
1070     can jump through the sections of the document with the `n'
1071     and `p' keys (and others).  There is also a /folding/
1072     interface where you can fold the document much like you can
1073     fold it in org-mode in Emacs, and cycle through the
1074     visibility both locally and globally.
1076     To set this up, all you need to do is to make sure that
1077     org-infojs.el gets loaded (customize the variable org-modules
1078     to check).  Then add this line to the buffer:
1080     : #+INFOJS_OPT: view:info
1082     In that line, you can configure the initial view and other
1083     settings.  Available views are =info= for the info-like
1084     interface, and =overview=, =content=, and =showall= for the
1085     folding interface.  See the manual for more details.  The
1086     JavaScript program is served from
1087     http://orgmode.org/org-info.js, and your exported HTML files
1088     will automatically get it from there.  However, you may want
1089     to be independent of the existence and stability of
1090     orgmode.org and install a copy locally.  Then you need to
1091     change the path from which the script is loaded, either by
1092     using something like
1094     : #+INFOJS_OPT: view:info path:../scripts/org-info.js
1096     or by configuring the variable =org-infojs-options=.
1098     For details see the documentation provided by Sebastian Rose
1099     together with org-info.js.
1101 *** Export improvements
1103     - The export of internal links to HTML now works a lot
1104       better.  Most internal links that work while editing an Org
1105       file inside Emacs will now also work the the corresponding
1106       HTML file.
1108     - You can run many of the export commands in the background
1109       by using `C-c C-u C-c C-e' in order to start the process.
1110       RIght now this will only work if "emacs" is the right
1111       command to get to your Emacs executable - I hope to make
1112       this less system dependent in the future.
1114     Both these are based on requests by Ilya Shlyakhter.
1116 *** Improvements to clocktable
1118     - The clocktable is now much more flexible and user friendly
1119       when trying to specify the time block that should be
1120       considered when constructing the table.
1122       The =:block= parameter to the table can now look like any
1123       of these:
1124       
1125       | :block       | meaning               |
1126       |--------------+-----------------------|
1127       | 2008         | The entire year 2008  |
1128       | 2008-04      | The month April 2008  |
1129       | 2008-04-02   | The day April 2, 2008 |
1130       | 2008-W14     | ISO-Week 14 in 2008   |
1131       | today        | Today                 |
1132       | today-5      | The day five days ago |
1133       | thisweek     | The current week      |
1134       | thisweek-2   | Two weeks ago         |
1135       | thismonth    | The current month     |
1136       | thismonth-12 | Same month, last year |
1137       | lastmonth    | Same as thismonth-1   |
1140       What is more, you can now use the =S-left= and =S-right=
1141       keys to shift the time block around.  The cursor needs to
1142       be in the =#+BEGIN: clocktable= line for this to work.  If
1143       the current block is =today=, =S-left= with switch to
1144       yesterday.  If the current block is =2008-W14=, =S-right=
1145       will switch to the following week.
1147     - When the clocktable is collecting from several files, the
1148       total time for each file will now also be listed.  This was
1149       a request from Bernt Hansen.
1151     - If you turn on the new clock report mode with the "R" key in
1152       the agenda, a clock table will be attached to the agenda,
1153       showing the clock report for the file scope and time
1154       interval of the agenda view.  To turn this on permanently,
1155       configure the variable
1156       =org-agenda-start-with-clock report-mode=.  To modify the
1157       properties of the table, in particular the =:maxlevel=
1158       depth, configure =org-agenda-clockreport-parameter-plist=.
1160 *** Support for ISO week dates (ISO 6801)
1162     The agenda now shows the ISO week for the displayed dates, in
1163     the form =W08= for week 8.
1165     The keys =d=, =w=, =m=, and =y= in the agenda view now accept
1166     prefix arguments.  Remember that in the agenda, you can
1167     directly type a prefix argument by typing a number, no need
1168     to press =C-u= first.  The prefix argument may be used to
1169     jump directly to a specific day of the year, ISO week, month,
1170     or year, respectively.  For example, =32 d= jumps to February
1171     1st, =9 w= to ISO week number 9.  When setting day, week, or
1172     month view, a year may be encoded in the prefix argument as
1173     well.  For example, =200712 w= will jump to week 12 in the
1174     year 2007.  If such a year specification has only one or two
1175     digits, it will be mapped to the interval 1938-2037.
1177     When entering a date at the date prompt, you may now also
1178     specify an ISO week.  For example
1180     : w4              Monday of week 4
1181     : fri w4          Friday of week 4
1182     : w4-5            Same as above
1183     : 2012 w4 fri     Friday of week 4 in 2012.
1184     : 2012-W04-5      Same as above
1186     So far I have not implemented the effect of
1187     `org-read-date-prefer-future' on this functionality, because
1188     it seemed too magic for me.  I'd appreciate comments on this
1189     issue:  Should `org-read-date-prefer-future' also push dates
1190     into the next year if the week you are entering has already
1191     passed in the current year?  For consistency I guess this
1192     should be the case, but I cannot quite wrap my head around
1193     it.
1195     I hope but am not entirely convinced that this will behave
1196     sanely also during the first/last week of a year.  Please
1197     test extensively and report back.
1199     This was a request by Thomas Baumann.
1201 *** Improvements in Search View
1202     
1203     - Calling search view with a C-u prefix will make it match
1204       only in TODO entries.
1206     - The single quote is no longer considered a word character
1207       during search, so that searching for the word "Nasim" will
1208       also match in "Nasim's".
1211 *** Misc
1212     
1213     - Inheritance of tags can now be limited to a subset of all
1214       tags, using the variable =org-use-tag-inheritance=.  This
1215       variable may now be a regular expression or a list to
1216       select the inherited tags.  Thanks to Michael Ekstrand for
1217       this excellent proposal.
1218       
1219       The regexp option is also implemented for
1220       =org-use-property-inheritance=, so that you can now select
1221       properties for inheritance my name.
1223     - The INHERIT flag to the function =org-entry-get= can be set
1224       to the symbol =selective=.  If this is the case, then the
1225       value of the property will be retrieved using inheritance
1226       if and only if the setting in
1227       =org-use-property-inheritance= selects the property for
1228       inheritance.
1230     - There are now special faces for the date lines in the
1231       agenda/timeline buffers, and another special face for days
1232       that fall on a weekend: =org-agenda-date= and
1233       =org-agenda-date-weekend=.  Both these faces are initially
1234       similar to the =org-agenda-structure= face, but you can
1235       customize them freely.
1237     - When an entry already has a scheduling or deadline time
1238       stamp, calling `C-c C-s' or `C-c C-d', respectively, will
1239       now use that old date as the default, and you can can use
1240       the "++4d" syntax to invoke shifts relative to that default
1241       date.  Simply pressing RET at the prompt will keep the
1242       default date, not switch to today.
1243       
1244       This was an omission in the earlier implementation, spotted
1245       by Wanrong Lin.  Thanks!
1246       
1247     - File names in remember templates can be relative, if they
1248       are, they will be interpreted relative to =org-directory=.
1250     - The handling of the clipboard when inserting into remember
1251       templates is now much better, and gives more control on what
1252       should be inserted with new %-escapes:
1253       
1254       - =%c= - Now always insert the head of the kill ring, never
1255         the X clipboard.
1257       - =%x= - Insert the content of the X clipboard. This is the
1258         first non-empty value from the PRIMARY, SECONDARY and
1259         CLIPBOARD X clipboards. 
1260         
1261       - =%^C= - This allows the user to choose between any of the
1262         clipboard values available, the kill ring head, and the
1263         initial region if set.  
1264         
1265       - =%^L= - Like =%^C=, but this inserts an org link using the
1266         selected value.
1267         
1268       Thanks to James TD Smith for this patch.
1269         
1270     - Table export to an internal file can now use a format
1271       specification, similar to the formats that are used by
1272       orgtbl radio tables.  The default format is in the variable
1273       =org-table-export-default-format=.  You can use properties
1274       =TABLE_EXPORT_FILE= and =TABLE_EXPORT_FORMAT= to specify the
1275       file name to which the export should go, and a local
1276       format.  For example:
1277      
1278       : :PROPERTIES:
1279       : :TABLE_EXPORT_FILE: ~/xx.txt
1280       : :TABLE_EXPORT_FORMAT: orgtbl-to-generic :splice t :sep "\t"
1281       : :END:
1283       Thanks to James TD Smith for this patch.
1285     - Entries can be sorted by TODO keyword, and the order is given
1286       by the definition sequence of the TODO keywords in the
1287       variable =org-todo-keywords=, or in the =#+TODO= line.  Use
1288       the "o" key when sorting with =C-c ^=.
1289       
1290       Thanks to James TD Smith for this patch.
1293 * Version 5.23
1295 ** Overview
1297    - New keyword search agenda view
1299    - Many new extensions available in the CONTRIB directory
1301    - New remember template option: pre-selection contexts
1303    - Modifying list/headline status of a line
1305    - Granularity while editing time stamps
1307    - New repeaters mechanisms
1309    - New parameters for dynamic blocks ad the clock table
1311    - Limiting iCalendar export to fewer entries
1313    - =M-RET= splits lines again
1315    - New hooks
1317 ** Incompatible changes
1319    - The variable `org-time-stamp-rounding-minutes' is now a list
1320      of two values - if you have configured this variable before,
1321      please do it again.
1323 ** Details
1325 *** New keyword search agenda view
1327     `C-c a s' now invokes a special agenda view that can be used
1328     to search notes by keyword and regular expressions.  In
1329     particular, it does not require a single regular expression
1330     or string to search for, but it can search for a number
1331     keywords or regexps that can occur in arbitrary sequence in
1332     the entry.  The search knows the boundaries of an entry, can
1333     use simple Boolean logic and is reasonably fast.  For
1334     example, the search string
1336     : +computer +wifi -ethernet -{8\.11[bg]}
1338     will search for note entries that contain the keywords
1339     =computer= and =wifi=, but not the keyword =ethernet=, and
1340     which are also not matched by the regular expression
1341     "8\.11[bg]", meaning to exclude both 8.11b and 8.11g.  If the
1342     first character of the search string is an asterisk, the
1343     search will only look at headlines - otherwise it will look
1344     at the headine and the text below it, up to the next
1345     (possibly sub-) heading.
1347     The command searches all agenda files, and in addition the
1348     files listed in =org-agenda-text-search-extra-files=.
1349     
1350     I find it very useful to define a custom command to do such
1351     a search only in a limited number of files (my notes files),
1352     like this:
1354     : ("N" "Search notes" search ""
1355     :   ((org-agenda-files '("~/org/notes.org" "~/org/computer.org"))
1356     :    (org-agenda-text-search-extra-files nil)))
1358 *** Many new extensions available in the CONTRIB directory
1360     - Phil Jackson's /org-irc.el/ is now part of the Org-mode
1361       core, which means it will become part of Emacs soon.
1363     - The new development model already starts to pay off, a
1364       number of interesting extensions are now part of the
1365       distribution.  Check the file CONTRIB/README for a list.
1367     - There is a new variable `org-default-extensions'.
1368       Configuring this variable makes it *very* easy to load
1369       these default extensions - eventually this will be expanded
1370       to cover contributed extensions as well.
1372 *** New remember template option: pre-selection contexts
1374     - Remember template definitions now allow six elements.  The
1375       last element defines the contexts in which the template
1376       should be offered.  It can be a list of major modes, a
1377       function, =t= or =nil=.  If it is a list of major-mode, the
1378       template will be available only when =org-remember= is
1379       called from a buffer in one of these modes.  If it is a
1380       function, the template will be offered only if the function
1381       returns `t' when called in the current buffer.  A value of
1382       =t= or =nil= for this element means select this template in
1383       any context.
1385       One possible application for this would be to have several
1386       templates all using the same selection letter, and choosing
1387       the right one based on context.  For example, think of
1388       tasks describing a bug in a source code file.  With the
1389       following configuration we make sure that the bug reports
1390       are filed into the appropriate sections of the target file.
1391       
1392 : (setq org-remember-templates
1393 :  '(("Elisp" ?b "* %a\n\n%i%?" "~/bugs.org" "Elisp bugs" (emacs-lisp-mode))
1394 :    ("C Bugs" ?b "* %a\n\n%i%?" "~/bugs.org" "C bugs" (cc-mode))))
1395      
1396       See (info "(org)Remember templates") for details.
1398 *** Modifying list/headline status of a line
1400     - `C-c -' has now more functions:
1401       + In a table, add a hline as before
1402       + In an item list, cycle bullet type as before
1403       + In a normal line, turn it into an item
1404       + In a headline, turn it into an item
1405       + If there is an active region, turn each line into an item.
1406         But if the first region line is already an item, remove
1407         item markers from all lines.
1409       Based on proposals by Bastien.
1411     - `C-c *' has now more functions
1412       + in a table, recompute, as before
1413       + in a normal line, convert it to a sub heading.
1414       + at an item, convert it into a subheading
1415       + if there is an active region, convert all lines in the
1416         region to headlines.  However, if the first lie already is
1417         a heading, remove the stars from all lines int he region.
1419       Based on proposals by Bastien.
1421 *** Changes related to time stamps
1423     - The value variable =org-time-stamp-rounding-minutes= is now
1424       a list of two values.  The first applies when creating a new
1425       time stamp.  The second applies when modifying a timestamp
1426       with S-up/down.  The default for this new task is 5 minutes,
1427       but 15 may also be a very good value for many people.  If
1428       S-up/down is used on a time stamp where the minute part is
1429       not compatible with this granularity it will be made so.
1430       You can bypass this by using a prefix argument to exactly
1431       specify the number of minutes to shift.
1433       This was a proposal by Adam Spiers.
1435     - New repeaters that shift a date relative to today, or that
1436       make sure that the next date is in the future.  For example:
1438       :** TODO Call Father
1439       :   DEADLINE: <2008-02-10 Sun ++1w>
1440       :   Marking this DONE will shift the date by at least one week,
1441       :   but also by as many weeks as it takes to get this date into
1442       :   the future.  However, it stays on a Sunday, even if you called
1443       :   and marked it done on Saturday.
1444       :** TODO Check the batteries in the smoke detectors
1445       :   DEADLINE: <2005-11-01 Tue .+1m>
1446       :   Marking this DONE will shift the date to one month after
1447       :   today.
1449       Proposed by Wanrong Lin and Rainer Stengle.
1451 *** New parameters for dynamic blocks ad the clock table
1453     - There is a new =:link= parameter for the clocktable.  When
1454       set, the headlines listed in the table will be links to the
1455       original headlines.
1457     - There is a new =:content= parameter that is passed to the
1458       writer function of the dynamic block.  Use this parameter
1459       to pass the previous content of the block to the writer
1460       function, in case you want to make the outcome dependent on
1461       the previous content.
1463 *** Limiting iCalendar export to fewer entries
1465     - New way to limit iCalendar export to the entries captured in
1466       an agenda view.  This is done by "writing" the agenda view
1467       using `C-x C-w' to a file with extension .ics.
1469       This was a request by Kyle Sexton.
1471 *** Misc
1473    - Due to a popular revolt shortly after the 5.22 release,
1474      =M-RET= can again be used to split a line so that the rest
1475      of the line becomes the new heading.  However, if you do
1476      this in a heading containing tags, the tags will stay in the
1477      old line.
1479      Customize the variable =org-M-RET-may-split-line= if you
1480      don't want this command to split a line in the middle.  The
1481      same variable also influences line splitting in items and in
1482      tables.
1484    - There are three new hooks:
1486      =org-follow-link-hook=: runs after following a link
1487      =org-publish-before-export-hook=: runs before export
1488      =org-publish-after-export-hook=: runs after export
1489      
1490 * Version 5.22
1492 ** Incompatible changes
1494    - The variable `org-log-done' is now less complex.
1495    - The in-buffer settings for logging have changed.  Some
1496      options no longer exists, some new ones have been added.
1498 ** Details
1500 *** Changes to logging progress
1502     There is now more control over which state changes are being
1503     logged in what way.  Please read carefully the corresponding
1504     sections in the manual.  Basically: 
1506     - The variable `org-log-done' has been simplified, it no
1507       longer influences logging state changes and clocking out.
1508     - There is a new variable for triggering note-taking when
1509       clocking out an item: `org-log-note-clock-out'.
1510     - Logging of state changes now has to be configured on a
1511       pre-keyword basis, either in `org-todo-keywords' or in the
1512       #+TODO in-buffer setting.
1513     - These per-keyword settings allow more control.  For example
1515       : WAIT(w@)    Record a note when entering this state.
1516       : WAIT(w!)    Record a timestamp when entering this state.
1517       : WAIT(w@/!)  Recore a note when entering and timestamp
1518       :             when leaving this state.  This is great for
1519       :             getting a record when switching *back* from
1520       :              WAIT to TODO.
1521       : WAIT(/!)    Record a timestamp when leaving this state.
1522       :             Here we not even define a fast access
1523       :             character, but just the logging stuff.
1525     This was triggered by requests from Wanrong Lin and Bernt Hansen.
1527 *** Other
1529    - M-RET no longer brakes a line in the middle, it will make a
1530      new line after the current or (if cursor is at the beginning
1531      of the line) before the current line.
1533    - RET, when executed in a headline after the main text and
1534      before the tags will leave the tags in the current line and
1535      create a new line below the current one.
1537 * Version 5.21
1539   Bug fixes, in particular the long-hunted bug about wrong window
1540   positions after pressing SPACE in the agenda.  Hopefully this
1541   is really fixed.
1543 * Version 5.20
1545 ** Overview
1547 *** Remember/Refile/Goto
1549     - The use of prefix arguments for the commands `org-remember'
1550       and `org-refile' has been normalized.
1552     - The clock can now safely be used in a remember buffer.
1553       
1554     - The variable `org-remember-use-refile-when-interactive'
1555       introduced only in 5.19 is already obsolete.  Please use
1556       `org-remember-interactive-interface' instead.
1558     - It is no longer necessary to update the refiling targets.
1560     - Automatic isearch in `org-goto'.
1562     - Outline-path-completion as alternative org-goto interface.
1564 *** Misc
1566     - Checkboxes now work hierarchically.
1568     - `C-k' can now behave specially in headlines.
1570     - Repeater for tasks in plain timestamps.
1572     - All clock intervals of an item show in agenda/timeline.
1573       
1574     - New parameter =:step= for clocktable, to get daily reports.
1576     - Never loose a repeaded scheduled item from the agenda.
1578     - Archiving a subtree now stores the outline path in a property.
1580     - Links to messages in Apple Mail.
1582     - Bug fixes.
1584 ** Incompatible Changes
1585    
1586    - The variable `org-remember-use-refile-when-interactive'
1587      introduced only in 5.19 is already obsolete.  Please use
1588      `org-remember-interactive-interface' instead.
1590 ** Details
1592 *** Remember/Refile/Goto
1594     - The use of prefix arguments for the commands `org-remember'
1595       and `org-refile' has been normalized:
1597       + when called without prefix argument, the command does its
1598         normal job, starting a remember note or refiling a tree.
1600       + when called with a single C-u prefix, these commands can be
1601         used to select a target location and to jump there.  In
1602         the case of `org-remember', you will be prompted for a
1603         template and then Emacs jumps to the default target
1604         location or this template.  In the case of `org-refile',
1605         you select a location from the refile target list and jump
1606         there.
1608       + when called with two prefixes (`C-u C-u'), the command
1609         jumps to the location last used for storing a note or a
1610         moved tree.
1612     - When the clock is running inside an remember buffer, storing
1613       the remember buffer with `C-c C-c' will automatically clock
1614       out.  This was inspired by a request by Rainer Stengle. 
1615       
1616     - The variable `org-remember-use-refile-when-interactive'
1617       introduced only in 5.19 is already obsolete.  Please use
1618       `org-remember-interactive-interface' instead.  This new
1619       variable does select the interface that is used to select
1620       the target for a remember note in an interactive way.
1621       Possible values are:
1623       + `outline': Use an outline of the document to select a
1624         location.  
1625       + `outline-path-completion': Use completion of an outline
1626         path to select a location.
1627       + `refile': Offer the `org-refile-targets' as possible
1628         targets.
1630     - It is no longer necessary to update the refiling targets -
1631       they are always current.
1633     - In `org-goto', typing characters now automatically starts
1634       isearch from the beginning of the buffer.  The isearch is
1635       special also because it only matches in headline.  This
1636       goes some way toward saving org-goto from being removed
1637       from Org-mode.  Thanks to Piotr Zielinski for the code, and
1638       sorry that it took me so long to put it in.  If you prefer
1639       to use single letters n,p,f,b,u,q for navigation as before,
1640       configure the variable `org-goto-auto-isearch'.
1642     - Outline-path-completion is now available as an alternative
1643       interface in the command `org-goto'.  Please select the
1644       default interface you'd like to use with the new variable
1645       `org-goto-interface'.  You can then select the alternative
1646       interface with a prefix argument to `C-c C-j' (org-goto).  I
1647       am considering to make outline-path-completion the default
1648       interface.  Comments?
1651 *** Misc
1653     - Checkboxes now work hierarchically.  When a plain-list item
1654       with a checkbox has children with checkboxes, the status of
1655       the item's checkbox is calculated from the children, each
1656       time a checkbox is toggled with C-c C-c.  Thanks to Miguel
1657       A. Figueroa-Villanueva for a patch to this effect.
1659     - There is a new variable `org-special-ctrl-k'.  When set,
1660       `C-k' will behave specially in headlines:
1662       + When the cursor is at the beginning of a headline, kill
1663         the entire line and possible the folded subtree below the
1664         line.
1665       + When in the middle of the headline text, kill the
1666         headline up to the tags.
1667       + When after the headline text, kill the tags.
1669       This is following a proposal by Piotr Zielinski.
1671     - You can now also have a plain (as opposed to deadline or
1672       scheduled) repeater timestamp in a task.  Switching the task
1673       to DONE will now also shift a plain time stamp.  This was a
1674       request by Austin Frank.
1676     - If an entry is clocked multiple times, it will now show up
1677       several times in the agenda and timeline buffers, when
1678       log-mode is on.  This was a proposal by Jurgen Defurne.
1679       
1680     - The clock table accepts a new parameter =:step=.  This
1681       parameter can be `day' or `week' and will result in separate
1682       tables for each day or week in the requested time interval.
1683       This was triggered by a proposal by Sacha Chua in her [[http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/][blog]].
1685     - A time-stamp with a repeater now no longer refers to the
1686       date *closest* to the current day.  Instead, it means either
1687       today or the most recent match.  This change makes sure that
1688       overdue scheduled or deadline items never disappear from the
1689       agenda.  With the previous convention, an overdue scheduled
1690       item would disappear.  For example, a weekly item scheduled
1691       for Sunday would appear as overdue until Wednesday, and the
1692       suddenly disappear until next Sunday.  Now the item will
1693       show up as "Sched 7x" on Saturday.  From Sunday on it will
1694       be in the list as "Scheduled", i.e. old sins will be
1695       forgiven.  This follows a request by Warong, Dennis and
1696       Bernt.
1698     - Archiving a subtree now creates an additional property,
1699       =ARCHIVE_OLPATH=.  This property contains the "path" in the
1700       outline tree to the archived entry, as it was in the
1701       original file.  For example, archiving =Fix the door= in the
1702       following hierarchy
1703       
1704       : * Tasks
1705       : ** HOME
1706       : *** Garage
1707       : **** Fix the door
1708       
1709       will file is with the following property
1710       
1711       : :ARCHIVE_PATH: Task/HOME/Garage
1712       
1713       Note that you can configure (i.e. limit) the information
1714       that gets stored upon archiving with the variable
1715       `org-archive-save-context-info'.
1717     - New file `org-mac-message.el' by John Wiegley to create
1718       links for messages in Apple Mail, and to follow these
1719       links.
1721     - Bug fixes.
1723 * Version 5.19
1725 ** Overview
1727    - Column view can list the clocked times of a subtree.
1729    - Storing remember notes can use the `org-refile' interface.
1731    - Storing remember notes no longer produced empty lines.
1733    - Moving subtrees now folds all siblings of the subtree.
1735    - New variable `org-agenda-todo-keyword-format'.
1737    - Hack to allow brackets in link descriptions.
1739    - Clocking into an entry can enforce a specific TODO state.
1741    - EXPORT_FILE_NAME may be an absolute file name with "~".
1743    - Bug fixes, lots of them.
1745 ** Details
1747    - A new special column definition lists the sum of all CLOCK
1748      entries in a subtree.  For example
1750      : #+COLUMNS: %20ITEM %10Time_Estimate{:} %CLOCKSUM
1752      will allow you to compare estimated times (as given in the
1753      Time_Estimate property) with the clocked times.  This was a
1754      request by Bernt Hansen.
1756    - Storing remember notes can now use the `org-refile'
1757      interface instead of the `org-goto' interface (see the
1758      variable `org-remember-use-refile-when-interactive').
1759      Nothing will change if the note is stored immediately after
1760      pressing `C-c C-c' in the =*Remember*= buffer.  But if you
1761      have chosen (e.g. by pressing `C-u C-c C-c') to
1762      interactively select the filing location (file and
1763      headline), the refile interface will be used instead.  I am
1764      excited about this change, because the `org-goto' interface
1765      is basically a failure, at least for this application.  Note
1766      that in any case the refile interface has to be configured
1767      first by customizing `org-refile-targets'.
1769    - Notes inserted with remember now remove any whitespace
1770      before and after the note before being pasted, so that there
1771      will be no empty lines inserted together with the note.  We
1772      could invent special syntax in remember templates to allow
1773      creating empty lines before a note - is there anyone who'd
1774      want this?
1776    - Moving subtrees now folds all siblings of the subtree.  This
1777      is the only reasonably simple way I could find to avoid the
1778      reported inconsistencies in the folding state of the outline
1779      tree after moving entries.  There are reasons to like this
1780      new behavior, because it easily visualizes where the tree is
1781      located after the move.  Still, not everyone might be happy
1782      with this.  Massive complaining would be needed to make me
1783      fix this.
1785    - New variable `org-agenda-todo-keyword-format' to specify the
1786      width of the TODO keyword field in the agenda display.  Use
1787      it to get things to line up better.  This was a proposal by
1788      Rainer Stengele.
1790    - If a link description inserted with `C-c C-l' contains
1791      brackets, the brackets will now be converted into curly
1792      braces.  This looks similar enough.  Supporting brackets in
1793      link descriptions is, for technical reasons too long to
1794      explain here, complex.
1796    - The new option `org-clock-in-switch-to-state' can be set to
1797      a TODO state that will be enforced when the clock is started
1798      on an entry.  This follows an idea by Sacha Chua.
1800    - The EXPORT_FILE_NAME property may now also be an absolute
1801      file name, and it may contain abbreviations like "~" for the
1802      users home directory.  This was requested by Adam Spiers.
1804    - Bug fixes, lots of them.
1806 * Version 5.18
1808   Minor fixes.
1810 * Version 5.17
1812 ** Details
1814 *** Whitespace
1816     - When cutting, pasting, or moving subtrees and items, the
1817       empty lines *before* the subtree/item now belong to the
1818       part and will be moved with it.  There is one exception to
1819       this rule: If the first child is moved down (or,
1820       equivalently, the second is moved up), the amount of empty
1821       lines *above* the first child to be moved along with it is
1822       limited by the number of empty lines *below* it.  This
1823       sounds complicated, but it allows to have extra empty space
1824       before the first child and still have good behavior of the
1825       subtree motion commands.
1827     - Plain lists items work the same.
1829     I believe we have finally nailed this one.  Thanks to Daniel
1830     Pittman for bring this up again and to Eric Schulte for
1831     pointing out that it is the empty lines *before* an entry
1832     that really count.
1834     This change was non-trivial, please give it a good test and
1835     let me know about any problems.
1837 *** Remember
1839     - The new command `org-remember-goto-last-stored' will jump
1840       to the location of the remember note stored most recently.
1841       If you have `org-remember' on a key like `C-c r', then you
1842       can go to the location with a double prefix arg: `C-u C-u
1843       C-c r'.  This was a proposal by Rainer Stengele.
1845     - Template items that are being prompted for can now specify
1846       a default value and a completion table.  Furthermore,
1847       previous inputs at a specific prompt are captured in a
1848       history variable.  For example:
1850       : %^{Author|Roald Dahl|Thomas Mann|Larry Niven}
1852       will prompt for an author name.  Pressing RET without
1853       typing anything will select "Roald Dahl".  Completion will
1854       give you any of the three names.  And a history will be
1855       kept, so you can use the arrow keys to get to previous
1856       input.  The history is tied to the prompt.  By using the
1857       same prompt in different templates, you can build a history
1858       across templates.  The ideas for this came from proposals
1859       by Bastien and Adam.
1861     - When a remember template contains the string `%!', the note
1862       will be stored immediately after all template parts have
1863       been filled in, so you don't even have to press `C-c
1864       C-c'. The was a proposal by Adam Spiers.
1866 *** Refile
1868     - `org-refile-targets' has a new parameter to specify a
1869       maximum level for target selection.  Thanks to Wanrong Lin
1870       for this proposal.
1872     - When the new option `org-refile-use-outline-path' is set,
1873       refile targets will be presented like a file path to the
1874       completion interface: "level 1/level 2/level 3".  This
1875       may be the fastest interface yet to get to a certain
1876       outline entry.  Do we need to use this interface in other
1877       places?  Thanks to Jose Ruiz for this proposal.
1879 * Version 5.16
1881 ** Details
1883 *** Restriction lock on agenda scope
1885     You can now permanently lock the agenda construction to a
1886     certain scope, like a file or a subtree.  So instead of
1887     pressing "<" for each command in the agenda dispatcher, you
1888     only once select a restriction scope.  All subsequent agenda
1889     commands will than respect this restriction.  For example,
1890     you can use this at work, to limit agendas to your work file
1891     or tree, and at home to limit to the home file or tree.  Or
1892     you can use it during the day in order to focus in on certain
1893     projects.
1895     You select a scope with the command `C-c C-x <', which
1896     restricts to the current subtree.  When called with a `C-u'
1897     prefix, the restriction is to the current file.  You can also
1898     make restrictions from the speedbar frame, see below.
1900     When making a new restriction and an agenda window is
1901     currently visible, it will immediately be updated to reflect
1902     the new scope.  If you like you can display an agenda view
1903     and then watch it change in various scopes.
1905     To get rid of the restriction, use the command "C-c C-x >".
1906     Or press ">" in the agenda dispatcher.  Also, and use of "<"
1907     in the dispatcher will disable the restriction lock and
1908     select a new restriction.
1910     Thanks to Rick Moynihan for triggering this development. 
1912 *** Imenu and Speedbar support
1914     - Org-mode now supports Imenu.  For example, with the setting
1916       : (add-hook 'org-mode-hook 
1917       :    (lambda () 'imenu-add-to-menubar "Imenu"))
1919       a menu will be created in each Org-mode buffer that
1920       provides access to all level 1 and level 2 headings.  The
1921       depth of the menu can be set with the variable
1922       `org-imenu-depth'.
1924     - org-mode now supports Speedbar.  This means that you can
1925       drill into the first and second level headlines of an
1926       Org-mode file right from the speedbar frame.
1928     - You can set a restriction lock for the Org-mode agenda to a
1929       file or a subtree directly from the speedbar frame.  Just
1930       press "<" with the cursor on an Org-mode file or subtree to
1931       set the lock and immediately update the agenda if it is
1932       visible.  Use ">" to get rid of the lock again.
1934 * Version 5.15
1936 ** Details
1938    - There are new special properties TIMESTAMP and TIMESTAMP_IA.
1939      These can be used to access the first keyword-less active
1940      and inactive timestamp in an entry, respectively.
1942    - New variable `org-clock-heading-function'.  It can be set to
1943      a function that creates the string shown in the mode line
1944      when a clock is running.  Thanks to Tom Weissmann for this
1945      idea.
1947    - Bug fixes.
1949 * Version 5.14
1951 ** Overview
1953    + Remember and related stuff
1954      - New command `org-refile' to quickly move a note.
1955      - Easy way to jump to the target location of remember template.
1956      - New %-escapes in remember templates: %c %(...) and %[...]
1957      - `org-remember-insinuate' simplifies remember setup
1959    + Emphasis and Font-lock stuff
1960      - Stacked emphasis is no longer allowed.
1961      - You may finally emphasize a single character like ~*a*~.
1962      - Font-lock now can hide the emphasis markers
1963      - Text in the "=" emphasis is exported verbatim
1964      - There is a new emphasis marker "~" for verbatim text
1965      - Constructs treated specially by the exporters can be highlighted
1967    + Properties and Column view
1968      - More control over which properties use inheritance
1969      - CATEGORY="work" can now be used in a tags/property search
1970      - the {+} summary type can specify a printf-style output format
1971      - New currency summary type {$}
1973    + The date/time prompt
1974      - While entering data, watch live the current interpretation.
1975      - The date prompt now prefers to select the future
1976      - Easier modification of time in an existing time stamp.
1978    + Export
1979      - You can now export some special strings in HTML, like "..."
1980      - #+EMAIL: may contain several email addresses
1982    + Agenda
1983      - In the agenda, a few keys have changed: `g', `G', and `e'.
1985    + Miscellaneous
1986      - Class-dependent sectioning structures in LaTeX export.
1987      - Radio-lists modeled after the radio tables.
1988      - The default for `org-ellipsis' is back to nil
1989      - Support for pabbrev-mode
1990      - New variable `org-show-entry-below'.
1992 ** Incompatible changes
1994    - If you have customized the variable `org-emphasis-alist' or
1995      org-export-emphasis-alist', you need to do it again by first
1996      canceling your customization and then adding it again.
1998    - I know that some people have defined their own private helper
1999      functions to select a specific remember template, without being
2000      prompted, like this:
2002      : (defun my-remember-template-n ()
2003      :    (interactive)
2004      :    (org-remember ?n))
2006      You need to modify this.  The character selecting the template
2007      must now be the /second/ argument to `org-remember':
2009      : (defun my-remember-template-n ()
2010      :    (interactive)
2011      :    (org-remember nil ?n))
2013    - `C-c C-w' now refiles an entry.  To get a sparse tree of
2014      deadlines, use `C-c / d' instead.
2016 ** Details
2018 *** Remember and related stuff
2020     - New command `org-refile' to quickly move a note to a
2021       different place.  It is bound to `C-c C-w'.  The foremost
2022       application might be to put a note or task captured with
2023       `remember' into the proper list or project.  The command
2024       offers a list of possible refiling targets for completion.
2025       These are headings under which the entry will be inserted
2026       as a subitem.  By default, this will offer all top-level
2027       headings in the current buffer, but you can configure the
2028       variable `org-refile-targets' to get more complex
2029       definitions.  For example:
2031       : (setq org-refile-targets '((nil . (:level . 2))))
2033       selects all level 2 headlines in the current buffer as
2034       targets.  And
2036       : (setq org-refile-targets
2037       :      '((org-agenda-files . (:tag . "refile"))))
2039       searches all agenda files and selects headlines that are
2040       explicitly marked with the tag :refile: .  Note that the
2041       list of targets is built upon first use only, to rebuilt
2042       it, call the command `C-c C-w' with a double prefix
2043       argument.
2045       This is based on an idea and example implementation by Max
2046       Mikhanosha.  Many thanks Max.
2048     - You can now use a C-u prefix on `org-remember' to jump to
2049       the location where a specific templates stores its notes.
2050       For example, if you have `org-remember' bound to `C-c r',
2051       then `C-u C-c r n' will get you to the file and headline
2052       given in the template associated with the letter "n".
2054       This was proposed by someone, but I have lost track who.
2055       Sorry, and thanks anyway.
2057     - New %-escapes in remember templates:
2059       : %c     insert the current clipboard, like C-y would do
2060       : %(..)  evaluate Lisp expression and insert the result
2061       : %[..]  include file
2063       Thanks to Adam Spiers and Tim O'Callaghan.
2065     - New function `org-remember-insinuate' that makes is easier
2066       to set Org-mode specific values for remember variables.
2067       Thanks to Michael Olson for this proposal.  It is
2068       equivalent to:
2070       : (require 'remember)
2071       : (setq remember-annotation-functions '(org-remember-annotation))
2072       : (setq remember-handler-functions '(org-remember-handler))
2073       : (add-hook 'remember-mode-hook 'org-remember-apply-template))
2075       You might still want to set `org-default-notes-file' to
2076       provide a default for templates without a file, and
2077       `org-directory' to show where to find other org files.
2079 *** Emphasis and Font-lock stuff
2081     - Stacked emphasis like ~*/bold italic/*~ is no longer allowed.
2083     - You may finally emphasize a single character like ~*a*~.
2085     - Font-lock now can hide the emphasis markers, just like Muse
2086       does.  Configure the variable `org-hide-emphasis-markers'
2087       if you want this.  Showing the characters continues to be
2088       the default in Org-mode.
2090     - Text in the "=" emphasis is now exported verbatim, i.e. no
2091       further parsing and interpretation of this text takes place.  So
2092       you can write ~=quoted *xxx* a_x = b=~.  This and the following
2093       point implement a request by Daniel Clemente.
2095     - There is a new emphasis marker "~" which marks text to be
2096       exported verbatim, without special formatting.  Inside an
2097       org-mode file, this text is highlighted with the org-verbatim
2098       face.  I am not happy with the face yet (currently is is like
2099       org-code, but underlined), please suggest a better one.
2101     - Whether an emphasis environment is verbatim or not is now an
2102       extra flag in the variable `org-emphasis-alist'.  If you have
2103       configured this variable, do it again by first canceling your
2104       customization to revert to the default, and then adding it
2105       again.
2107     - New variable `org-highlight-latex-fragments-and-specials'.
2108       When turned on, Org-mode will highlight all strings that
2109       are treated in a special way by the exporters.  This is
2110       great for export-oriented writing, but maybe a bit noisy
2111       for note taking, so this feature is off by default.
2113 *** Properties and Column view
2115     - `org-use-property-inheritance' may now also be a list of
2116       property names that should be treated with inheritance
2117       during searches.
2119     - CATEGORY="work" can now be used in a tags/property search,
2120       even if the category is not specified as a property in the
2121       entry, but rather is inherited or derived from #+CATEGORY.
2122       Thanks to Adam, Tim, and Bastien for an interesting
2123       discussion around this issue.
2125     - Summary type improvements in column view.
2126       * The {+} summary type can specify a printf-style output
2127         format for computed values like this: {+;%5.2f}
2128         This was triggered by a report by Levin.
2129       * New currency summary type {$}, which so far is just a
2130         shorthand for {+;%.2f}.  Do we need to have a currency
2131         symbol in front of each value.  Scott Jaderholm asked for
2132         this, but I am not sure if this is already what he meant.
2134 *** The date/time prompt
2136     There have been several small but *very* useful additions to
2137     the date prompt.
2139     - While entering data at the date prompt, the current
2140       interpretation of your input is shown next to your input in
2141       the minibuffer.  I find this great to understand how the
2142       input works.  If you find the extra stuff in the minibuffer
2143       annoying, turn it off with `org-read-date-display-live'.
2145     - The date prompt now prefers to select the future.  If you
2146       enter a date without a month, and the day number is before
2147       today (for example, on the 16th of the month you enter
2148       "9"), Org-mode will assume next month.  Similarly, if you
2149       enter a month and no year, next year will be assumed if the
2150       entered month is before the current, for example if you
2151       enter "May" in September.  Thanks to John Rakestraw for
2152       this great suggestion.  If you find it confusing, turn it
2153       off with `org-read-date-prefer-future'.
2155     - When modifying an existing date using `C-c .' at the stamp,
2156       the time or time range in the stamp are now offered as
2157       default input at the prompt.  This goes a long way to
2158       simplifying the modification of an existing date.  Thanks
2159       to Adam Spiers for this proposal.
2161 *** Export (all implemented by Bastien...)
2163     - You can now export special strings in HTML.  Here is the
2164       list of newly performed conversions:
2166       | Org | Description                        | HTML     |
2167       |-----+------------------------------------+----------|
2168       | ~\\-~ | double backslash followed by minus | &shy;    |
2169       | ~--~  | two dashes (minuses)               | &ndash;  |
2170       | ~---~ | three dashes (minuses)             | &mdash;  |
2171       | ~...~ | three dots                         | &hellip; |
2173       You can turn this globally on or off with
2174       `org-export-with-special-strings' or locally with "-:t" or
2175       "-:nil" in the #+OPTIONS line.  Thanks to Adam Spiers for
2176       starting the discussion, and thanks to Daniel Clemente and
2177       William Henney for relevant inputs.
2179     - Comma-separated emails in #+EMAIL: are correctly exported.
2180       Thanks to Raman for pointing out this omission.
2182 *** Agenda
2184     - In the agenda, a few keys have changed
2185       : g  does now the same a "r", refresh current display,
2186       :    because "g" is the Emacs standard for "refresh"
2187       : G  toggle the time grid, used to be "g"
2188       : e  Execute another agenda command, pretty much the same as
2189       :    `C-c a', but shorter and keep the same agenda window.
2191 *** Miscellaneous (much of it from Bastien)
2193     - You can now select the sectioning structure of your LaTeX
2194       export by setting it either globally
2195       (`org-export-latex-default-class') or locally in each Org
2196       file (with #+LaTeX_CLASS: myclass).  You can also customize
2197       the list of available classes and their sectioning
2198       structures through the new `org-export-latex-classes'
2199       option.  Thanks to Daniel for discussions and suggestion on
2200       this issue.
2202     - You can send and receive radio lists in HTML,
2203       LaTeX or TeXInfo, just as you send and receive radio
2204       tables.  Check the documentation for details and examples.
2206     - The default for `org-ellipsis' is back to nil, some people
2207       seem to have had problems with the face as a default.
2209     - Support for pabbrev-mode, needs pabbrev version 1.1.  Thanks
2210       to Phillip Lord for adapting his package to make this
2211       possible.
2213     - New variable `org-show-entry-below' to force context-showing
2214       commands to expose the body of a headline that is being
2215       shown.  Thanks to Harald Weis for pointing out this omission.
2218 * Version 5.13i
2220 ** Details
2222    - On the date/time prompt, you can now also answer with
2223      something like +2tue to pick the second tuesday from today.
2224      This was a proposal by Sacha Chua.
2226    - When interpopating into Lisp formulas in the spreadsheet,
2227      the values of constants and properties are no longer
2228      enclosed into parenthesis.  When interpolating for calc,
2229      this still happens in order to allow expressions in
2230      constants.  This problem was reported by Eddward DeVilla.
2232    - When a directory is listed in `org-agenda-files', all files
2233      with extension matched by the new variable
2234      `org-agenda-file-regexp' in that directory will be agenda
2235      files.
2237    - Bug fixes.
2239 * Version 5.13
2241 ** Overview
2243    - Bug fixes and improvements in column view
2244      + All known bugs fixed.
2245      + A Column view can be captured into a dynamic block.
2246      + The ITEM column is formatted core compactly.
2247      + Also ITEM can be edited with `e'
2249    - The agenda dispatcher
2250      + `<' cycles through restriction states.
2251      + Multi-character access codes to commands (= sub-keymaps).
2253    - Sorting improvements
2254      + User-defined sorting keys.
2255      + Sorting by properties.
2256      + Sorting of plain lists.
2258    - HTML <div> structure
2260    - Other stuff
2261      + New variables, several of them.
2262      + Drawers can be set on a per-file basis.
2263      + Better control over priority fontification in agenda.
2264      + M-up and M-down now move the current line up and down.
2265      + Abort remember template selection with C-g.
2267 ** Details
2269 *** Bug fixes and improvements in column view
2271     - All the bugs described by Scott Jaderholm have been fixed
2272       (at least I hope so...).
2274     - You can now capture a column view into a dynamic block, for
2275       exporting or printing it.  The column view can be
2277       + global, i.e. for the entire file
2278       + local, i.e. for the subtree where the dynamic block is
2279       + from an entry with a specific :ID: property.
2281       You can identify the entry whose column view you want to
2282       capture by assigning an :ID: property, and use that property
2283       in the dynamic block definition.  For example:
2285       : * Planning
2286       :   :PROPERTIES:
2287       :     :ID: planning-overview
2288       :   :END:
2289       :
2290       : [...]
2291       :
2292       : * The column view
2293       : #+BEGIN: columnview :hlines 1 :id "planning-overview"
2294       :
2295       : #+END:
2297       Use `C-c C-x r' to insert such a dynamic block, and you will
2298       be prompted for the ID.
2300     - When the current column format displays TODO keyword,
2301       priority or tags, these parts are stripped from the content
2302       of the ITEM column, making for more compact and readable
2303       entries.  When any of these "properties" are not listed in
2304       the current column format, they are instead retained in the
2305       ITEM column.
2307     - You can now also edit the ITEM column with `e'.
2309 *** The agenda dispatcher
2311     - Instead of pressing `1' to restrict an agenda command to
2312       the current buffer, or `0' to restrict it to the current
2313       subtree or region, you can now also press `<' once or
2314       twice, respectively.  This frees up `1' and `0' for user
2315       commands, a request by Bastien.  In fact, "<" cycles
2316       through different restriction states.  "1" and "0" are
2317       still available for backward compatibility, until you bind
2318       them to custom commands.
2320     - The access code to custom agenda commands can now contain
2321       several characters, effectively allowing to bundle several
2322       similar commands into a sub-keymap.  This follows an
2323       excellent proposal by Adam Spiers.  For example:
2325       : (setq org-agenda-custom-commands
2326       :   '(("h" . "HOME + Name tag searches") ; describe prefix "h"
2327       :     ("hl" tags "+HOME+Lisa")
2328       :     ("hp" tags "+HOME+Peter")
2329       :     ("hk" tags "+HOME+Kim")))
2331     - The user function option in org-agenda-custom-commands may
2332       now also be a lambda expression, following a request by
2333       Adam Spiers.
2335 *** Sorting improvements
2337     We are using a new routine for sorting entries, courtesy of
2338     John Wiegley.  Many thanks to John.
2340     - You can define your own function to extract a sorting key
2341       and in this way sort entries by anything you like.
2343     - Entries can now be sorted according to the value of a
2344       property.
2346     - Plain lists can be sorted.
2348 *** HTML <div> structure
2350     There is now a <div>-based structure in exported HTML.
2352     - The table of context is wrapped into a div with a class
2353       "table-of-contents".
2355     - The outline structure is embedded in <div> elements with
2356       classes "outline-1", "outline-2" etc.
2358     - The postamble, containing the author information and the
2359       date is wrapped into a div with class "postamble".
2361     I am not sure if the class names are the best choice, let me
2362     know if there are more "canonical" choices.
2364     Thanks to Mike Newman and Cezar for input, and in particular
2365     to Mike for his clearly formulated specification.
2367 *** Other stuff
2369     - New variable `org-agenda-window-frame-fractions' to
2370       customize the size limits of the agenda window in the case
2371       that you display the agenda window by reorganizing the
2372       frame.
2374     - Drawers can be set on a per-file basis using
2376       : #+DRAWERS: HIDDEN STATE PROPERTIES
2378       This will define the drawers :HIDDEN: and :STATE:.
2379       The :PROPERTY: drawer should always be part of this list, or
2380       your properties will not be folded away.
2381       Thanks to Richard G. Riley for this proposal.
2383     - `org-agenda-fontify-priorities' may now also be an
2384       association list of priorities and faces, to specify the
2385       faces of priorities in the agenda individually.
2387     - The variable `org-export-with-property-drawer' no longer
2388       exists, please use `org-export-with-drawers' instead.  Also,
2389       the corresponding switch in the #+OPTIONS line has changed
2390       from "p" to "d".  Thanks to Bastien for pointing out that we
2391       needed to handle not only the property drawer.
2393     - M-up and M-down now move the current line up and down (if
2394       not at a headline, item or table).  Among other things you
2395       can use this to re-order properties in the drawer.  This was
2396       a proposal by Bastien.
2398     - New variable `org-agenda-todo-ignore-with-date', based on a
2399       request by Wanrong Lin.
2401     - Aborting remember template selection with C-g now kills the
2402       remember buffer and restores the old window configuration.
2403       This was a request by Nuutti Kotivuori.
2405 * Version 5.12
2407 ** Overview
2409    - Remember templates can now have name.
2410    - `C-c C-k' will abort taking a note (remember of log)
2411    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg.
2412    - Lines in the agenda can be fontified according to priority.
2413    - New variable `org-scheduled-past-days'.
2414    - New variables `org-agenda-deadline-leaders' and
2415      `org-agenda-scheduled-leaders'.
2416    - New sparse tree function `org-sparse-tree'.
2417    - The variable `org-ellipsis' now defaults to `org-link'.
2418    - The #+OPTIONS line has a new option "tags".
2419    - New variable `org-use-property-inheritance'.
2421 ** Incompatible Changes
2423    - `C-c /' now calls `org-sparse-tree'.
2425 ** Details
2427    - Remember templates can now have a template name as the first
2428      element.  The name will be listed along with the selection
2429      character when prompting for a template.  It is best to have
2430      the name start with the selection character, for example if
2431      you use ("Note" "n"), you will be prompted like "[n]ote".
2432      Thanks to Matiyam for this proposal.
2434    - `C-c C-k' will abort taking a note.  You can use this in remember
2435      buffers and when taking a logging note (e.g. for a state
2436      change).  Thanks to Bastien.
2438    - `C-c C-x C-w' and `C-c C-x M-w' now accept a prefix arg to
2439      cut N sequential subtrees.  This was a proposal by John.
2441    - Lines in the agenda are now bold if they have priority A and
2442      italic if they have priority C.  You can turn this off using
2443      the variable `org-agenda-fontify-priorities'.  Thanks to
2444      John Wiegley for the idea and code.
2446    - New variable `org-scheduled-past-days' to set the number a
2447      scheduled item will be listed after its date has passed.
2448      Default is 10000, i.e. indefinitely.
2450    - New variables `org-agenda-deadline-leaders' and
2451      `org-agenda-scheduled-leaders' to adjust the leading text o
2452      scheduled items and deadline in the agenda.  Thanks to John
2453      Wiegley for a patch.
2455    - New sparse tree function `org-sparse-tree'.  This is now the
2456      default binding for `C-c /'.  It requires one additional
2457      keypress to select a command, but in return is provides a
2458      single interface to all the different sparse tree commands,
2459      with full completion support.
2461    - The variable `org-ellipsis' now defaults to the face
2462      `org-link' because the visibility of the dots is really bad
2463      and I have found this change very useful indeed.
2465    - The #+OPTIONS line has a new option "tags" which can be used
2466      to set `org-export-with-tags'.  Thanks to Wanrong Lin for
2467      this proposal.
2469    - New variable `org-use-property-inheritance'.  Configure it
2470      to `t' if you want that searching for entries with certain
2471      properties always should assume inheritance.  This is not
2472      well tested yet, please check it out.
2474    - Bug fixes
2476 * Version 5.11
2478 ** Overview
2480    - SUMMARY, DESCRIPTION, LOCATION properties for iCalendar
2481    - Command to jump to the running clock
2482    - Clock entries can now have their own drawer
2483    - `C-c C-x C-r' only updates a clocktable at point
2484    - New way to assign a remember template to a single key
2485    - `C-n' and `C-p' are back to their default binding
2486    - `C-x C-s' in agenda buffer saves all org-mode buffers
2487    - Schedule/deadline leaves note in agenda buffer
2488    - Prefix argument for `C-c C-d/s' will remove date
2489    - New variable to make block aranda more compact
2490    - Better tag alignment in agenda
2492 ** Incompatible changes
2494    - If you have customized `org-drawers', you need to add
2495      "CLOCK" to the list of drawers.
2497    - The variable `org-agenda-align-tags-to-column' has been
2498      renamed to `org-agenda-tags-column'.  The old name is still
2499      an alias, in Emacs 22 and in XEmacs, but not in Emacs 21.
2501    - The default value for both `org-tags-column' and
2502      `org-agenda-tags-column' is now -80.
2504    - The variable
2505      `org-insert-labeled-timestamps-before-properties-drawer'
2506      is now obsolete.
2508 ** Details
2510    - The LOGGING property allows to modify the settings for
2511      progress logging for a single entry.  For example:
2513      : :PROPERTIES:
2514      :   :LOGGING: nologging nologrepeat
2515      : :END:
2517      turns off all progress logging for the current entry and its
2518      children.
2520    - The properties SUMMARY, DESCRIPTION and LOCATION have
2521      special meaning during iCalendar export, when they translate
2522      to the corresponding VEVENT and VTODO fields.  If not given,
2523      Org-ode continues to use cleaned-up version of the headline
2524      and body as the summary and the description, respectively.
2526    - New function to go to the entry with the currently running
2527      clock.  Bound to `C-c C-x C-j', in agenda also to "J".  If
2528      you use this often, you might even want to assign a global
2529      key.  Thanks to Bernt and Bastien.
2531    - Clock entries can now have their own drawer, the :CLOCK:
2532      drawer.  Check out the variable `org-clock-into-drawer' for
2533      configuration of this feature.  The default is to create a
2534      drawer when the second clocking line gets added to an entry.
2535      Note that "CLOCK" has been added to the default value of
2536      `org-drawers', but if you have configured that variable, you
2537      must go back and add "CLOCK" yourself to get this drawer
2538      folded away.  Thanks to Tom Weissman for pointing out that
2539      too many clock entries are visually annoying.
2541    - `C-c C-x C-r' no longer tries to find the first clocktable
2542      in a buffer and then updates it.  Instead, it will update
2543      the clocktable at point if there is one (same as C-c C-c
2544      will do if the cursor is in the "#+BEGIN" line of the
2545      table).  If there is none at point, a new one will be
2546      inserted.  This change was necessary because the new :scope
2547      parameter allows to have several clocktables in a buffer.
2548      Thanks to Bastien for pointing this out.
2549      To update all dynamic blocks in a file, use `C-u C-c C-x C-u'.
2551    - The function `org-remember' can now be called with a
2552      template selection key as argument.  This helps to make key
2553      bindings that go directly to a specific template without
2554      being prompted for a template, like this:
2556      : (global-set-key [f5] (lambda () (interactive) (org-remember "j")))
2558      Thanks to Richard G Riley for bringing this up.
2560    - `C-n' and `C-p' are back to their default binding
2561      (next/previous line) in the agenda buffer.  Enough people,
2562      including recently Denis Bueno, have complained about this,
2563      and I agree it is not good to break habits like that.
2565    - `C-x C-s' in an agenda buffer now saves all org-mode buffers
2566      (also `s' does this).
2568    - Setting schedule or deadline dates from the agenda now
2569      produces a note in the agenda, similarly to what happens
2570      with S-left/right.
2572    - Using a prefix argument for `C-c C-d' or `C-c C-s' will
2573      remove the deadline or scheduling date from an item.  Thanks
2574      to Wanrong Lin for this proposal.
2576    - New variable `org-agenda-compact-blocks'.  When set, the
2577      space between blocks in a block agenda is reduced as much as
2578      possible, to show more items on a single screen.
2580    - The variable `org-agenda-tags-column' (renamed from
2581      `org-agenda-align-tags-to-column') can now also be negative,
2582      to mean alignment to the left.  The new default is -80, just
2583      like it is now for `org-tags-column'.
2585    - Bug fixes
2587 * Version 5.10
2589 ** Overview
2591    - Category and the archive location can be properties.
2592    - The clocktable has a new =:scope= parameter.
2593    - CSV support when importing a table.
2594    - Better defaults when modifying a time stamp.
2595    - New way to specify the duration of an appointment.
2596    - More aggressive version of orgstruct-mode improved wrapping.
2597    - Modifications to priority cycling.
2598    - Modifications to computations in column view.
2599    - New command `org-occur-in-agenda-files'.
2600    - Bug fixes.
2602 ** Details
2604    - Both the category and the archive location in a (sub)tree of
2605      the buffer can now be specified using a property, for
2606      example:
2608      : * Tree with special properties
2609      :   :PROPERTIES:
2610      :     :CATEGORY: Examples
2611      :     :ARCHIVE:  /some/special/file::
2612      :   :END:
2614      This is a much cleaner way of dealing with multiple
2615      categories and archives in a single file.  The preferred use
2616      of the =#+CATEGORY= and =#+ARCHIVE= lines is now to set a
2617      *single* default for the file which is then locally
2618      overruled by properties.  This was a proposal from Bastien
2619      if I remember correctly.  Multiple =#+= lines still work
2620      and I don't plan to remove this support soon, but I
2621      encourage you to stop using them.
2623    - The clocktable has a new =:scope= parameter that determines
2624      the range in the file from which clock entries should be
2625      taken.  This can be anything from the local subtree to the
2626      entire buffer to even the full list of agenda files.  Legal
2627      values are:
2629      | value   | scope                                           |
2630      |---------+-------------------------------------------------|
2631      | nil     | the current buffer or narrowed region           |
2632      | file    | the full current buffer                         |
2633      | subtree | the subtree where the clocktable is located     |
2634      | treeN   | the surrounding level N tree, for example tree3 |
2635      | tree    | the surrounding level 1 tree                    |
2636      | agenda  | all agenda files                                |
2638      Thanks to Jason F. McBrayer and Bernt Hansen for
2639      inspiration.  Thanks to cranreuch (what is you full name?)
2640      for mentioning, at the right moment, that the clocktable is
2641      not so bad - that remark made it seem worthwhile to add
2642      features.
2644    - The commands to import a table and to convert a region to a
2645      table can now handle comma-separated values (CSV).  The
2646      algorithm does not yet treat quoting correctly, but for
2647      basic input it works.
2649    - When modifying an existing time stamp, or when entering the
2650      second stamp of a range, the date prompt will now
2651      consistently default to the date/time in the existing stamp.
2652      This was triggered by Nuutti Kotivuori's request.
2654    - At the date/time prompt, there is a new way to specify a
2655      range of hours, by using "+DURATION" after the time.  For
2656      example:
2658      :  14:00+2  means 14:00-16:00
2659      :  2pm+2:30 means 14:00-16:30
2661      Again, Nuutti Kotivuori's request.
2663    - When you use the function `turn-on-orgstruct++' to turn on
2664      orgstruct-mode, the special org-mode settings for
2665      auto-filling, indentation and paragraphs are exported into
2666      the buffer, so that typing list items with indentation works
2667      better.  This was Bastien's idea and request.
2669    - New variable `org-priority-start-cycle-with-default'.  When
2670      t (the default), priority cycling will initially set the
2671      default priority and then increase or decrease.  When nil,
2672      the first priority set by cycling is already 1 different
2673      from the default priority.  This was mostly driven by
2674      Bastien.
2676    - In column view: When an entry has a property for a summary
2677      column defined, its value is normally overwritten by the sum
2678      of all the children's values each time you enter column
2679      view.  Now there is an exception to this rule: If none of
2680      the children has that particular property defined, the
2681      parent's value stays.  In this way you can still place TODO
2682      items under such an entry without getting the property value
2683      changed.  Thanks to Russel Adams for pointing out that this
2684      is a better way of doing things.
2686    - In column view, computed values are now bold face, and
2687      trying to edit them is an error.  I think this works, but
2688      testing is appreciated.
2690    - New command `org-occur-in-agenda-files', this is basically
2691      the quick command John Wiegley proposed the other day, but
2692      it also works when the agenda files are not yet in buffers.
2693      The key is `C-c C-x /', any better proposals?
2695    - Links containing a space will now be handled correctly when
2696      calling the browser.  Note that you need to enclose such
2697      links in square or angular brackets.
2699    - Bug fixes.
2701 * Version 5.09
2703 ** Overview
2705    - Taking a note upon TODO state changes can be restricted to
2706      selected states.
2708    - The format in which dates are shown in the daily/weekly
2709      agenda can be configured.
2711    - The default for `org-remember-store-without-prompt' is now t.
2713    - `org-goto' has been made into a general lookup command.
2715    - Priority cycling goes back to the nil state.
2717    - You can store a remember note to the *last used* location.
2719    - On Emacs 23, the headline faces for org-mode are now
2720      inherited from the outline faces.
2722 ** Incompatible Changes
2724    - The default for `org-remember-store-without-prompt' is now
2725      t, in order to better match the original intent of
2726      remember.el (storing a note with minimum interruption of
2727      work flow).  I expect that many people will be hit by this
2728      incompatible change - nevertheless I believe it is the right
2729      thing to do.
2731 ** Details
2733    - You can now select specific states for recording a note when
2734      switching to that state.  With the setting
2736      : #+SEQ_TODO: TODO(t) ORDERED(o@) INVOICE(i@) PAYED(p) | RECEIVED(r)
2737      : #+STARTUP: lognotestate
2739      only the states ORDERED and INVOICE will record a timestamp
2740      and a note.
2742    - You can now set the format of the string for each day in the
2743      agenda and timeline buffers.  You can use a format string
2744      interpreted by `format-time-string', or you can write your
2745      own function.  Configure the new variable
2746      `org-agenda-format-date'.  Thanks to Levin for triggering
2747      this development with a patch.
2749    - The default for `org-remember-store-without-prompt' is now
2750      t, in order to better match the original intent of
2751      remember.el (storing a note with minimum interruption of
2752      work flow).  Since we can assign files and headlines to
2753      templates, I guess this takes care of selecting a filing
2754      location in most cases.  For interactive filing, you now
2755      need a prefix command when exiting `remember'.
2757    - `org-goto' (bound to `C-c C-j') now uses an indirect buffer
2758      and has additional commands enabled: Org-occur with `C-c /'
2759      or even faster with `/', and the commands needed to select
2760      and copy a region.  This make `org-goto' a more general
2761      lookup command instead of only a jumping command.  Remember
2762      that you can exit with `Q' to go back to the original
2763      location.  Thanks to William Henney for this idea.
2765    - Setting the priority with S-up/down now cycles back to a
2766      state where no priority is specified.  This was requested by
2767      Rick Moynihan.
2769    - You can store a remember note to the *last used* location.
2770      So if you select a location interactively once, you can
2771      re-use it without having to find it again.  For this, exit
2772      the remember buffer with `C-u C-u C-c C-c'.  The leading
2773      comment in the remember buffer will tell exactly where the
2774      note goes if you exit with a particular command.
2775      Thanks to Maxim Loginov for this idea.
2777    - On Emacs 23, the headline faces for org-mode are now
2778      inherited from the outline faces.  This is just a
2779      convenience, so that you only have to configure one set of
2780      faces, and that will then be outline-1 .. outline-8.  You
2781      will actually not see any difference in org-mode, because
2782      Stefan Monnier has made the outline faces in Emacs 23 to
2783      match the current org-mode faces.
2785      This change does not effect XEmacs, nor Emacs 21 and 22.
2787 * Version 5.08
2789 ** Incompatible changes
2791    - The default for `org-deadline-warning-days' is now 14.
2793 ** Details
2795    - There is now a separate interface for fast and directly
2796      setting a TODO keyword.  This interface kicks in when you
2797      have configured keys for TODO keywords like
2799      : #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c)
2801      C-c C-t still does the cycling thing, you need to use a
2802      prefix argument to get to the fast interface.  Or configure
2803      the variable `org-use-fast-todo-selection' to t, then this
2804      will be the default and the prefix argument will make the
2805      command fall back to cycling.
2807      The tag selection no longer does include TODO keywords -
2808      Leo's arguments have convinced me that this is not a good
2809      idea.  If you'd like to see the TODO keywords in the tags
2810      interface anyway, set the variable
2811      `org-fast-tag-selection-include-todo'.  Thanks to Leo and
2812      others for input on this issue.
2814    - New variable `org-edit-timestamp-down-means-later'.  When
2815      set, `S-down' on a timestamp will change the timestamp to
2816      later.  Thanks to Raman for this idea.
2818    - Property names can now contain non-ascii word characters.
2819      This follows a request from Daniel Clemente.
2821    - For export, the date that should be given in the exported
2822      file can now be set to a specific value with a line like
2824      : #+DATE: 15 November 2003
2826      If you want to use the date/time when the file was created,
2827      use a format string that will be interpreted by
2828      `format-time-string', for example:
2830      : #+DATE: %Y/%m/%d %X
2832    - The default of `org-deadline-warning-days' has changed to 14
2833      days.  30 was really too much, I suspect most people (me
2834      included) have changed this.
2836    - When a deadline has an individual lead time, this lead time
2837      obviously overrules `org-deadline-warning-days'.  However,
2838      if you bind `org-deadline-warning-days' to a number <=0, for
2839      example during a custom agenda command, then the absolute
2840      value of this number will be enforced also when a different
2841      lead time has been specified.  This is useful to get a list
2842      of all deadlines coming up in the next N days.
2844 * Version 5.07
2846 ** Overview
2848    - Different faces for different TODO keywords.
2850    - Setting TODO states through the TAG setting interface.
2852    - Context information is stored when moving a tree to the archive.
2854    - Sorting can be done by priority.
2856    - `Org-ellipsis' can now also be a face.
2858    - Scheduling info is no longer removed entry is marked CLOSED.
2860    - Unavailable files in `org-agenda-files' can be skipped.
2862 ** Incompatible changes
2864    - The time of archiving is now stored as a property.
2865      ARCHIVED is no longer a special time keyword.
2867    - Scheduling info is no longer removed entry is marked CLOSED.
2869 ** Details
2871    - You can now define different faces for different TODO
2872      keywords.  This request has come up frequently, so here it
2873      is: Use the variable `org-todo-keyword-faces'.
2875      A Here is a configuration example:
2877      : (setq org-todo-keyword-faces
2878      :   '(("TODO"      . org-warning)
2879      :     ("DEFERRED"  . shadow)
2880      :     ("CANCELED"  . (:foreground "blue" :weight bold
2881      :                    :underline t))))
2883      Org-mode continue still use `org-todo' and `org-done' for
2884      keywords that have no specific face assigned.
2886    - Some People use TODO states more like tags.  For them the
2887      TODO keywords mark special states and they like to quickly
2888      switch between states in arbitrary sequence.  The standard
2889      TODO interface is not perfect for this, because it assumes
2890      that the states are reached in sequence.  However, the fast
2891      tag setting interface is in fact perfect for this.  You can
2892      now "misuse" the TAG selection interface to also set TODO
2893      states.  All you need to do is to assign keys to the TODO
2894      states, just like you also do for tags.
2896      : #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d)
2897      : #+TAGS: @HOME(h) @OFFICE(o) @SHOP(s)
2899      Next time you try to set tags with C-c C-c, the todo states
2900      will be offered as well, and the corresponding key will
2901      switch the entry to that state.
2903    - New variable `org-archive-save-context-info' governs if
2904      information that would be lost by moving a subtree to the
2905      archive file, should be stored as special properties.  For
2906      example,
2908      : (setq org-archive-save-context-info '(itags category))
2910      will store the inherited tags and the category in properties
2911      ARCHIVE_ITAGS and ARCHIVE_CATEGORY, respectively.  The
2912      default setting for this variable is to save everything that
2913      could be lost.  This was a proposal by John Wiegley.
2915    - Sorting (`C-c ^') can use the use the priority to sort.  Use
2916      the "p" and "P" keys at the prompt.  John Wiegley, again.
2918    - `Org-ellipsis' can now also be a face to make the folding
2919      ellipsis more visible.  This is based on a post by Tassilo
2920      Horn.  Since `org-ellipsis' only works in Org-mode, you
2921      might want to use Tassilo Horn's hack directly in order to
2922      affect the folding ellipsis globally.
2924    - Scheduling info is no longer removed when an entry is marked
2925      CLOSED.  This was a request by Brian van den Broek.  Let me
2926      know if this breaks anything for you - then it will become
2927      an option.
2929    - New option `org-agenda-skip-unavailable-files'.  Currently,
2930      if a file does not exist, it will be removed from
2931      `org-agenda-files' after a query.  When this option is set,
2932      the file will simply be skipped.
2934    - Bug fixes.
2936 * Version 5.06
2938 ** Overview
2940 ** Details
2942    - When exporting only a region and this region is a single
2943      (sub)tree (for example selected with `C-c @'), the title for
2944      the exported document is taken to be the heading of the
2945      subtree.  The sublevels become top-level entries in the
2946      export.  Furthermore, if the head entry of the tree has or
2947      inherits an EXPORT_FILE_NAME property, that file name (with
2948      appropriately substituted extension) will be used for the
2949      exported tree.  Thanks to Patrick Drechsler and Jost Burkart
2950      for these ideas.
2952    - org-special-ctrl-a/e has a third allowed value, `reversed'.
2953      When it is set to this value, the first C-a or C-e command
2954      behaves normally, i.e. it goes to the true beginning or end
2955      of the line.  Only when you press C-a or C-e immediately
2956      again, the the "special" position will be found.  Additional
2957      presses of the same key jump between the two positions.  I
2958      like this a lot better than the `t' setting, because now the
2959      keys behave more predictable and still give easy access to
2960      the special locations.
2962    - New command to set or remove a tag from all headlines in a
2963      region.
2965    - When Org-mode visits a file, it will initially hide all
2966      drawers.
2968    - The default of the variable `org-cycle-global-at-bob' is now
2969      nil, meaning that TAB no longer does global visibility
2970      cycling at the beginning of the buffer.
2972    - Bug fixes, in particular the problems with scheduling and
2973      deadlines introduced in 5.05.  Please check carefully if
2974      this works correctly again, and complain if not.
2976 * Version 5.05
2978 ** Overview
2980    - LaTeX export, finally, thanks to Bastien.
2982    - Extension mechanism for the hyperlink system.
2984    - Global access to commands inserting and following links.
2986    - Individual lead-times for deadlines.
2988    - Option to show only the next instance of repeating timestamp.
2990    - Store remember notes with only 2 keys: C-c C-c
2992    - Appointment reminders from Org-mode.
2994    - Global values for selected properties.
2996    - Bug fixes.
2999 ** Details
3001    - Bastien's `org-export-latex.el' is now part of the org-mode
3002      distribution.  You can export an Org-mode document to a
3003      LaTeX file with `C-c C-e l'.  For more options, see the
3004      manual, and the commentary in the Lisp file.  Kudos to
3005      Bastien for contributing this frequently requested feature.
3006      I am sure this has been tough because of the many different
3007      ways I have been allowing LaTeX snippets and environments to
3008      be incorporated in lazy free-format ways.
3010    - Org-mode has now an extension mechanism for the hyperlink
3011      system.  This should clear the road for all those mairix and
3012      other ideas that have been floating around.  Now it is on
3013      *you* to write and share new link types for Org-mode.  The
3014      interface for adding a new link type is described in the
3015      appendix of the manual, section A2.  The unsolved problem is
3016      currently how to handle the new link types for
3017      export/publishing.
3019    - New *global* commands `org-open-at-point-global' and
3020      `org-insert-link-global'.  You can bind these commands to
3021      global keys and use them to insert and follow Org-mode-like
3022      links anywhere in Emacs.  Thanks to Adam Spiers for this
3023      excellent idea.
3025    - Each deadline timestamp may now specify its own interval of
3026      lead-time display, given in days, weeks, months or years.
3027      The syntax is like this
3029      : DEADLINE: <2007-08-13 Mon -5d>
3031      When combined with a repeater, the repeater has to come
3032      first:
3034      : DEADLINE: <2007-08-13 Mon +2w -5d>
3036      You may now also customize the faces that are used in the
3037      agenda to indicate the distance of an approaching deadline.
3038      See the new option `org-agenda-deadline-faces'.
3040      Thanks to Pavel Chalmoviansky and John Wiegley proposals in
3041      this direction.
3043    - New option `org-agenda-repeating-timestamp-show-all'.  When
3044      set to nil, repeating time stamps will only show up once in
3045      the agenda, either today or in the near future.  Other
3046      matches will be ignored.  Thanks to John Wiegley for this
3047      proposal.
3049    - New variable `org-remember-store-without-prompt'.  When set,
3050      exiting the remember buffer with C-c C-c will store the note
3051      without further prompts to the default location, and `C-u
3052      C-c C-c' will get the prompts for file and location.  So
3053      this variable reverses the prefix-argument functionality for
3054      storing remember notes.  This follows a request from John
3055      Wiegley.
3057    - A new function `org-agenda-to-appt' activates all
3058      appointments for the current day so that Emacs will display
3059      reminders.  This uses appt.el.  Thanks to Bastien for this
3060      function.
3062    - You can now set default values for properties that can be
3063      inherited by all entries in a buffer, or by all entries
3064      globally.  Global properties are set in the variable
3065      `org-global-properties', like this:
3067        (setq org-global-properties '(("NAME" "This is the value")))
3069      Buffer-local values are set like this:
3071        #+PROPERTY: NAME This is the value
3073      When using org-entry-get to get the value of a property with
3074      the `inherit' flag and the hierarchy above the entry does
3075      not contain this property, the buffer-local and global lists
3076      are checked as well.  This is mostly useful (I think) to set
3077      the list of allowed values for a property.  Thanks to Bernt
3078      Hansen and Bastien for these ideas.
3080    - Bug fixes.
3082 * Version 5.04
3084 ** Details
3086    - New variables `org-export-author-info' and
3087      `org-export-time-stamp-file' to turn off inclusion of author
3088      and time information into exported files.  Thank to Patrick
3089      Drechsler for pointing out that this would be useful.
3091    - New variable to avoid moving DEADLINE and SCHEDULED info
3092      into the property drawer.  The default is now to not move
3093      this stuff into the drawer.
3094      `org-insert-labeled-timestamps-before-properties-drawer'
3096    - `org-archive-mark-done' can be a string now, to select a
3097      specific keyword that should be used for archived entries.
3099    - New command "j" in agenda to jump to an arbitrary date.
3100      Thanks to Bernt Hansen for the patch.
3102    - Lots of minor fixes.
3104 * Version 5.03
3106 ** Incompatible Changes
3108    - The variable `org-special-ctrl-a' has been renamed to
3109      `org-special-ctrl-a/e'.  The old one is still an alias (but
3110      not on Emacs 21 where variable aliases cannot be defined).
3112 ** Details
3114   - When the variable `org-special-ctrl-a/e' is set, C-e in a
3115     headline first goes to the end of the headline ignoring the
3116     tags.  A second C-e then goes to after the tags.
3118   - Typing and removing single characters in a headline now
3119     keeps the tags in the headline aligned.  This could have a
3120     little impact on performance while deleting stuff - let me
3121     know if we need to make this customizable.
3123   - New option `org-n-level-faces' can be used to set the number
3124     of different faces that are used for headlines.  Default is
3125     all 8 faces Org-mode defines for this purpose, level 9 uses
3126     again the level-1 face.  However, you can use fewer, and then
3127     the level-1 face will be reused already for level N+1, etc.
3129   - Column View and hidestars now work together.
3131   - Bug fixes.
3134 * Version 5.02
3136 ** Overview
3138    - The interfaces for properties and column view are finished
3139      now and work well.
3141    - Properties can be summaries, i.e. the parent nodes can
3142      compute their value from the children's values.
3144    - Headlines finally require a space ofter the star(s).  The
3145      conflict with bold text at the beginning of the line is no
3146      longer there.
3148 ** Incompatible Changes
3150    - Bad news.  It looks like it is going to be really hard to
3151      make column view work on XEmacs and on Emacs 21.  Emacs 22
3152      is currently the only Emacs where this works.  If you are
3153      using Emacs 21 or XEmacs, you can still use properties, but
3154      not column view.
3156 ** Details
3158    - Improvements for properties:
3160      + There are interactive commands to insert and delete
3161        properties.  Read the manual chapter 7 for details.
3163      + You can define /allowed values/ for a property.  When
3164        these are defined, you can change the value of a property
3165        with S-left and S-right.  And you may use completion when
3166        inserting the property.  This goes a long way to prevent
3167        typos when entering properties.
3169    - Improvements for column view.
3171      + In column view, you may use the keys S-left/right (and
3172        also the keys `n' and `p') to switch from one allowed
3173        value to the next.
3175      + You can define summaries for columns.  For example,
3176        parents can contain the sum of all children values of a
3177        property, or the parent node can have a check box property
3178        that is automatically checked when all children's boxes are
3179        checked.
3181      + There are interactive commands to add and remove columns,
3182        and to change the attributes of a column like the summary
3183        type.
3185      These additions lead to the exciting fact that the example
3186      from [[http://www.omnigroup.com/images/applications/omnioutliner/features/multicolumn.jpg][omni outliner]] posted by Scott Jaderholm can now be
3187      accurately [[file:omni-org.jpg][reproduced by Org-mode]].
3189    - The space after the stars is now required in a headline, in
3190      order to remove the conflict with bold words at the
3191      beginning of a line.  So
3193      :    * This is a level 1 headline
3194      :    *this is bold text*
3196    - S-up and S-down to navigate plain item lists are now also
3197      available in orgstruct-mode.
3199 * Version 5.01
3201 ** Overview
3203    - A new minor mode, orgstruct-mode, exports the Org-mode
3204      structure editing commands into any other mode.
3206    - DRAWERS are a new level off folding for special sections
3207      that should stay closed during visibility cycling and only
3208      open if explicitly asked.
3210    - Entries can now have PROPERTIES.
3212    - A COLUMN VIEW implementation allows to easily view and edit
3213      the properties of a hierarchy of entries (Emacs only, for
3214      now).
3216    - Formula evaluation in the spreadsheet is more consistent
3217      now.  Properties and per-file constants can be used during
3218      evaluation.
3220    - Bug fixes and minor changes.
3222 ** Incompatible changes
3224    - When using LEVEL=N in a tags search, things have changed if
3225      you are also using `org-odd-levels-only'.  If you are using
3226      only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
3227      now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
3228      to Leo (or blame on him if you must) who has convinced me
3229      that this is the better convention.
3231 ** Details
3233 *** Orgstruct minor mode
3235     There is a new minor mode, orgstruct-mode.  This modes works
3236     in a similar way as Orgtbl-mode.  It can be used to export
3237     the Org-mode structure-editing commands into arbitrary major
3238     modes in Emacs.  For example, you can use it in Mail-mode to
3239     easily create lists.
3241     The functionality in Orgstruct mode is only active, if the
3242     cursor is in a line that looks either like a headline, or
3243     like the first line of a plain list item.  Then the commands
3244     `TAB', `M-cursor', `M-S-cursor', `M-RET', `M-S-RET', `C-c ^',
3245     `C-c C-c', and `C-c -' will do structure-related editing just
3246     like in Org-mode.  If the cursor is not in such a line, all
3247     these keys will do whatever the major mode or other active
3248     minor modes have assigned to them.
3250     Orgstruct-mode is the result of a proposal by Raman, quite
3251     some time ago.  It has taken a long time, but here is finally
3252     the promised implementation.
3254 *** Drawers
3256     The new concept of /drawers/ allows to create sections
3257     that remain folded during visibility cycling.  Drawers need
3258     to be configured using the variable `org-drawers'.  A drawer
3259     starts with a line containing only the name of the drawer
3260     bracketed by colons. It ends with :END:.  For example,
3261     after setting
3263     :   (setq org-drawers '("PROPERTIES" "HIDDEN"))
3265     you can then create drawers like this:
3267     :   :HIDDEN:
3268     :     here is some stuff that remains hidden
3269     :     unless TAB is pressed directly in that line
3270     :   :END:
3272     The PROPERTIES drawer has special meaning for ORG-mode, it
3273     contains properties of an entry (see below).
3275 *** Properties and Column View
3277     - Entries in Org-mode can now have arbitrary /properties/
3278       associated with them.  Org-mode handles some default
3279       properties like the TODO state, the priority, the local
3280       tags, and planning information like DEADLINE and SCHEDULED.
3281       In addition, you can assign arbitrary properties by creating
3282       a property drawer and inserting a line like
3284       :   :PROPNAME: This is the value of the property
3286       Org-mode has an API for properties, if you want to write a
3287       program using properties, use the functions
3288       `org-entry-properties', `org-entry-get', `org-entry-put',
3289       and `org-entry-delete'.
3291     - Planning information like DEADLINE can be hidden in the
3292       properties drawer.
3294       If the PROPERTIES drawer starts in the first line after a
3295       headline, also the DEADLINE, SCHEDULED and CLOCK information
3296       will be inserted inside the drawer.  If no PROPERTIES drawer
3297       is present, or if it does not start in the line right after
3298       the headline, this information remains in the lines directly
3299       after the headline, outside the drawer.
3301     - TAGS searches can now also query properties.  For example,
3302       the search
3304       :   LEVEL=3+BOSS+ASSIGNED="Hans"/WAITING
3306       will find entries that
3307       - are level 3
3308       - have the tag BOSS
3309       - have an ASSIGNED property with the value "Hans"
3310       - are TODO status WAITING.
3312         So here is an entry that will match:
3314         :   *** WAITING Clean up the factory     :BOSS:
3315         :       :PROPERTIES:
3316         :       :ASSIGNED: Hans
3317         :       :END:
3319         You may also use a regular expression to match against a
3320         property value.  For example, to find stuff assigned to Hans
3321         or Sarah, use
3323         :   ASSIGNED={^\(Hans\|Sarah\)$}
3325     - Column View is a special way to look at property values in
3326       tabular form.  Column View can be used in any org-mode
3327       file, and also in any agenda buffer.  It works by placing
3328       an overlay over each headline (or agenda line) that shows a
3329       table of selected properties.  You can look at and edit
3330       properties from this view.  Which properties are shown in
3331       the table must be set up using the COLUMNS property.  You
3332       can set up different property columns on different levels
3333       of an outline tree.  For example:
3335       :   * People
3336       :     :PROPERTIES:
3337       :     :COLUMNS: %25ITEM %Name
3338       :     :END:
3339       :   ** Family
3340       :      :PROPERTIES:
3341       :      :COLUMNS: %25ITEM %Name %3Age
3342       :      :END:
3343       :   *** Sam
3344       :       Info about Sam, including a property list with Name and Age.
3345       :   *** Sarah
3346       :       Info about Sarah, including a property list with Name and Age.
3347       :   ** Office
3348       :      :PROPERTIES:
3349       :      :COLUMNS: %25ITEM %Name %Function %Salary
3350       :      :END:
3351       :   *** Boss
3352       :       Info about the Boss, including a property list with Name,
3353       :       Function and Salary (if only we knew....).
3355       Now we have defined three different sets of columns.  If
3356       you switch to column view in the /Family/ section, you
3357       will get a different table than if you do it in the
3358       /Office/ section.  However, if you switch to column
3359       view with the cursor on the /People/ section, the
3360       table will cover all entries, but contain only the
3361       /Name/.
3363       Column view does, for the time being, only work on Emacs.
3364       The XEmacs implementation needs a bit of work.
3366     - Properties can be used in table formulas.  To access the
3367       value of the property :XYZ:, use $PROP_XYZ.  The property
3368       needs to be defined in the hierarchy above the table, not
3369       necessarily in the same entry as the table.  This was a
3370       request by Eddward.  File-wide constants can be defined with
3371       #+CONSTANTS, see below.
3373     - Things that still need to be sorted out about drawers,
3374       properties and column view - comments and suggestions
3375       welcome!
3377       + How to deal with drawers and properties in HTML and ASCII
3378         export?
3379       + What key could be used to insert an empty property drawer
3380         into an entry?
3381       + Right now column view is invoked through the command C-c
3382         C-x C-c.  It is too easy to type C-x C-c by mistake, and
3383         that causes Emacs to quit.  Suggestions for a different
3384         key?
3385       + Fontification of drawers and properties is not good yet.
3386         Any suggestions for better defaults?
3387       + Mouse support for editing properties in column view would
3388         be nice - maybe Piotr is interested to add this to
3389         org-mouse.el?
3391 *** Spreadsheet
3393     - In the spreadsheet, the evaluation of formulas has changed.
3394       Previously, first the column formulas would be evaluated
3395       everywhere, and then the field formulas would kick in, and
3396       in some cases overwrite the results of column formulas in
3397       the appropriate fields.  This had the side effect that some
3398       formulas might always use the wrong, intermediate content of
3399       a field that is computed both by a column and a field
3400       formula.
3402       From now on, column formulas will no longer temporarily
3403       overwrite field formulas.  This gives much more consistent
3404       results.  For example you can now finally have a column of
3405       increasing numbers by setting the first field to a fixed
3406       number, and let the rest follow from a column formula.
3408       Here is an example
3410       :   | 1 |
3411       :   | 2 |
3412       :   | 3 |
3413       :   #+TBLFM: $1=@-1+1::@1$1=1
3415     - Constants for formulas in spreadsheets are globally defined
3416       with the variable `org-table-formula-constants'.  File-local
3417       constants can now be set with a line like:
3419       :   #+CONSTANTS: c=299792458.  pi=3.14  eps=2.4e-6
3421 *** Minor changes
3423     - When entries are archived, a timestamp for the moment of
3424       archiving is added to the line with planning information.
3425       It looks like this:
3427       : ARCHIVED: [2007-07-02 Mon 11:34]
3429       Thanks to J. David Boyd for constructive comments.
3431     - Bug fixes
3433       Many bugs are fixed, as usually all the ones where I replied
3434       "fixed" on emacs-orgmode.  If you reported one of these
3435       bugs, please check if it really has disappeared in the new
3436       version, and complain if not.  Thanks!
3439 * Version 4.79
3441 ** Details
3443    - We are back to a single file org.el that works both on Emacs
3444      and on XEmacs.  Merging comes at a speed penalty for you as
3445      an XEmacs user, but *only if you do not compile* org.el.
3446      Compilation completely removes the penalty.
3448    - New L flag for literal interpolation in Lisp formulas.
3449      See manual section 3.5.3.
3451    - New options for turning off footnotes.
3452      This was a request from Ignotus.
3453      See the option `org-export-with-footnotes'.
3455    - Default length for Agenda entries, but this is off by
3456      default.  This was a request from Micheal.
3457      See the option `org-agenda-default-appointment-duration'.
3459    - Bug fixes:
3461      + org-agenda-date-later (Juraj Kubelka)
3462      + letters off margin in orgcard.ps (Charles Cave)
3463      + TODO export problems on XEmacs (ignotus@freemail.hu)
3464      + args-out-of-range with table formulas (Cecil Westerhof)
3465      + problem with org-file without a heading (Tim O'Callaghan)
3467 * Version 4.78
3469 ** Overview
3471    - Time stamps with a time range *included*, like
3472      : <2007-06-18 Mon 17:33-18:23>
3474    - Clock times without clocking in/out: CLOCK: => 2:00
3476    - Language-specific characters allowed in TAGS (Emacs only).
3478    - Promotion and demotion of items gets the indentation right.
3480    - Indenting lines with TAB is more intelligent.
3482 ** Incompatible changes
3484    - There is now a special version of `org.el' for XEmacs.
3485      Before installation, as an XEmacs user you must rename the
3486      file org_xemacs.el to org.el, i.e. you must overwrite org.el
3487      with the xemacs version.  For example:
3489      : mv org_xemacs.el org.el
3491      This is necessary so that I can make use of some features
3492      that would be cumbersome to support in a single file.  The
3493      XEmacs version is derived from the Emacs version with a
3494      program, so no reason to fear that I might be dropping
3495      XEmacs support any time soon.  Sorry for the trouble.
3497 ** Details
3499    - A time stamp may now contain a range of times.  So you no
3500      longer need to use two separate stamps to indicate a time
3501      interval on a single day.  For example
3503      : <2007-06-18 Mon 17:30-18:20>
3505      This is now fully supported, including changing the time
3506      with S-up/down while the cursor is on the end time.  Also,
3507      da the date/time prompt, you can simply write your time like
3508      12:00-14:00 and the range will be inserted.
3510      This was proposed by Leo some time ago, and recently by
3511      Michael.
3513    - You may specify clocking times by hand (i.e. without
3514      clocking in and out) using this syntax.
3516      : CLOCK: => 2:00
3518      Thanks to Scott Jaderholm for this proposal.
3520    - TAGS may now contain language-specific word characters, as
3521      long as they are matched by the "[:alnum:]" regexp syntax.
3522      This is for Emacs only, the XEmacs version continues to use
3523      the character class "a-zA-Z0-9_@" for tag names.  Thanks to
3524      David Smith for a patch to this effect (a modified version
3525      of that patch was applied).  I am considering to make the
3526      same change for TODO keywords, but not yet.  Note that files
3527      using localization features may not work correctly in the
3528      Emacs configuration of another user, so if you are sharing
3529      org-mode files with other users, it might still be best to
3530      stick to the ASCII characters.
3532    - Promotion and demotion of plain list items (commands M-left,
3533      M-right) no longer changes the indentation by just one
3534      space.  Instead, it uses intelligence gathered from the
3535      surrounding list structure to do the right thing.  Thanks to
3536      William Henney for starting the discussion about this.
3538    - TAB does now a better job of indenting lines.
3540      + After tables and code segments (lines starting with ":"),
3541        indentation goes back to what it was before (thanks to
3542        William Henney for suggesting this behavior).
3544      + When plain lists items are involved, we had a long
3545        discussion on emacs-orgmode where I tried to show that a
3546        too-sophisticated implementation will still be easily
3547        fooled.   Here is what I have implemented now - lets see
3548        if we can agree on this:
3550        Indentation will flatten lists with the same bullet type,
3551        but indent another bullet type further.  The time when
3552        this fails is in a nested list, when you want to get back
3553        out to a previous level.  For example
3555        : - item 1
3556        : - item 2
3557        : + item 2a
3558        : + item 2b
3559        : - item 3
3561        When using TAB on every line in this list, the structure
3562        will change to
3564        : - item 1
3565        : - item 2
3566        :   + item 2a
3567        :   + item 2b
3568        :     - item 3
3570        So you need to change the level of the last line by hand,
3571        using promotion and demotion functions.
3573 * Version 4.77
3575 ** Overview
3577    - Vertical lines in exported tables.
3578    - New default for `org-show-following-heading'.
3580 ** Incompatible changes
3582    - The default for `org-show-following-heading' is now nil.
3584 ** Details
3586    - You can now specify column groups in tables, to the effect
3587      that the groups will be separated by vertical lines in HTML
3588      and ASCII output.  Column groups are specified by the
3589      characters "<" and ">" in a special table row.  "<" starts a
3590      group, ">" ends a group (in each case including the the
3591      column where the character is specified).  You may also use
3592      "<>" to make a group a single column wide.  For example:
3594 : |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
3595 : |---+----+-----+-----+-----+---------+------------|
3596 : | / | <> |   < |     |   > |       < |          > |
3597 : | # |  1 |   1 |   1 |   1 |       1 |          1 |
3598 : | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
3599 : | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
3600 : #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
3602      A table row with with nothing but "/" in the first field is
3603      never exported, but can be used to place column group
3604      information into the table.  In this table, we create a
3605      group for column 2, one for columns 3-5 and one for columns
3606      6-7.  HTML export will render a vertical line between these
3607      groups.
3609      Because HTML does not require closing <colgroup> tags with
3610      </colgroup>), you can also simply start a new column
3611      wherever you want a vertical line:
3613 : | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N0 |
3614 : |---+-----+-----+-----+---------+------------|
3615 : | / | <   | <   |     | <       |            |
3617    - Vertical lines are now also omitted in ASCII export, unless
3618      grouping explicitly requests these lines.
3620    - The default for `org-show-following-heading' is now nil,
3621      meaning that sparse trees will be more compact.  This has
3622      become possible due to in important remark by Jason Dunsmore
3623      who pointed out that TAB should behave differently in the
3624      inconsistent trees produced by the sparse tree commands.
3625      TAB does now make sure that the heading after a freshly
3626      unfolded tree is made visible at all, removing the confusing
3627      behavior we had before.
3629    - Several bugs fixed.  In particular:
3631      + Strings produced by agenda batch processing with
3632        `org-batch-agenda' and `org-batch-agenda-csv' are now
3633        properly encoded, so that you should be able to use
3634        special characters in other languages as along as your
3635        post-processing program handles them correctly.  At least
3636        for Emacs this should work now, but have not yet figured
3637        out how to do this in XEmacs.
3639 * Version 4.76
3641 ** Overview
3643    - Exporting Footnotes to HTML
3645 ** Details
3647    - Footnotes like[1] are now exported to HTML
3649         [1]This is a footnote
3651      Thanks to Scott Jaderholm for this proposal and a detailed
3652      HTML example on how the exported text should look like.
3654    - Special version of the reference card, for letter paper.
3656    - Switching to OVERVIEW with S-TAB no loner moves the cursor,
3657      so after three `S-TAB' commands, you will be back where you
3658      started.
3660    - Bug fixes, lots of them again.
3662 * Version 4.75
3664 ** Overview
3666    - Cyclic time stamps that repeat after an interval.
3667    - Special timestamps for appointments like "every 2nd Thursday
3668      in a month".
3669    - Completion of link abbreviation prefixes inside `C-c C-l'.
3670    - Replacing a region of org-mode syntax with HTML.
3671    - iCalendar export now honors ARCHIVE etc.
3672    - New command to add/change emphasis markers.
3674 ** Incompatible Changes
3676    - The REPEAT(...) cookie is no longer supported, the repeater
3677      interval now goes directly into the time stamp.
3679 ** Details
3681    - Time stamps can contain a repeater code, like +1w for once
3682      every week, +2d for every two days, etc.  For example,
3684           <2007-05-16 Wed 12:30 +1w>
3686      will apply to every Wednesday, starting from the date given.
3687      I believe this syntax was actually suggested by someone on
3688      the mailing list, but I cannot find the email back.  To
3689      collect your credit, let me know!
3691    - You can use an sexp diary entry (with the syntax used by the
3692      Emacs calendar/diary) in a time stamp, like this:
3694        *** The nerd club meets on 2nd Thursday of every month
3695            <%%(diary-float t 4 2)>
3697    - You can put diary-style sexp entries directly into an
3698      org-mode file, where they will be interpreted just like they
3699      would in the diary.  For example
3701        * Birthdays and similar stuff
3702        #+CATEGORY: Holiday
3703        %%(org-calendar-holiday) ; special function for holiday names
3704        #+CATEGORY: Ann
3705        %%(diary-anniversary 14  5 1956) Artur Dent %d is years old
3706        %%(diary-anniversary  2 10 1869) Mahatma Gandhi
3708      These entries must start at column 0 to be evaluated.
3710      It turns out that evaluating the entries in an org-mode file
3711      is actually faster than in the diary itself, because using
3712      the diary has some overhead (creating fancy diary display,
3713      then reading and re-interpreting the entries).  I have moved
3714      all the sexp entries from my diary into an org-mode file,
3715      put in a few categories, and then turned off
3716      `org-agenda-include-diary'.  This has led to a noticeably
3717      faster agenda display.
3719    - New command `org-replace-region-by-html' that converts the
3720      current region from org-mode syntax into HTML.  For example,
3721      you might write an itemized list in plain text in an HTML
3722      buffer, and then invoke this command to convert it.  Thanks
3723      to Raman for this idea.
3725    - When inserting a link with `C-c C-l', completion will now
3726      fill in all valid link prefixes, like http or ftp, but also
3727      link abbreviation prefixes.  This is based on an idea by
3728      Bastien.
3730    - Highest, lowest, and default priority can be set on a
3731      per-file basis with #+PRIORITIES: H L D
3732      For example, to use priorities from 1 to 9, you could use
3734        #+PRIORITIES: 1 9 9
3736      Thanks to Dmitri Minaev for a patch to this effect.
3738    - iCalendar export now honors (i.e. skips) subtrees marked as
3739      ARCHIVE, COMMENT, or QUOTE.
3741    - There is a new command to add or change the emphasis (like
3742      bold or italic) of a piece of text.  For lack of better
3743      available keys the command is at `C-c C-x C-f', but you may
3744      well want to choose a more convenient key like `C-c f' in
3745      your private setup:
3747      (add-hook 'org-load-hook
3748       (lambda () (define-key org-mode-map "\C-cf" 'org-emphasize)))
3750      The command will prompt for an emphasis type, and you may
3751      reply either with the marker that triggers the emphasis, or
3752      with the first letter of the corresponding HTML tag.  For
3753      example, to select italic, press either "/" or "i".
3755      If there is an active region, the emphasis of this region
3756      will be set or changed.  If there is no region, only the
3757      emphasis markers will be inserted and the cursor positioned
3758      between them.  Thanks to Bastien for proposing this feature.
3760    - Bug fixes, everything where I have replied "fixed" on the
3761      mailing list.  Thanks to all of you for keeping these reports
3762      coming.
3764 * Version 4.74
3766 ** Overview
3768    This release is about exporting agenda views, to HTML, to
3769    postscript for printing, and to a special format (CSV) for
3770    further processing in scripts.
3772 ** Incompatible Changes
3774    - The variable `org-agenda-remove-tags-when-in-prefix' has
3775      been renamed to `org-agenda-remove-tags'.
3777 ** Details
3779    - Agenda views can be exported as plain text, as HTML, and as
3780      Postscript(R).  This can simply be done from the agenda
3781      buffer with `C-x C-w' and then specifying a filename like
3782      `myagenda.html' or `myagenda.ps'.  See section 8.6.4 of the
3783      manual.
3785    - Each custom agenda view can specify a list of associated
3786      files names.  The command `C-c a e' then creates all views
3787      that have associated file names and exports the views to
3788      these files.  This is great for producing paper versions of
3789      your views, to take with you when you don't have your
3790      computer.  The manual has an example on how to do this, and
3791      in particular on how to customize the format of the printed
3792      version.  See section 8.6.4 of the manual.
3794    - You can produce a CSV format of agenda information with an
3795      Emacs batch command.  This is greate for further processing
3796      in scipts.  Thanks to Jason F. McBrayer for this idea.
3797      See section 8.6.5 of the manual.
3799    - New variable `org-agenda-skip-deadline-if-done'.  When set,
3800      a deadline associated with a DONE item will not be shown in
3801      the agenda.  This is based upon a report by Denis Bueno.
3803    - Quite a few bug fixes.
3805 * Version 4.73
3807   Minor bug fixes.
3809 * Version 4.72
3811 ** Overview
3813    - Control over blank lines between trees in collapsed view.
3815    - Info about the running clock is shown in the modeline.
3817    - C-a can behave specially in headlines.
3819    - Better color and scaling defaults for LaTeX fragments.
3821    - Customizable list of keys in org-mode to be replaced.
3823    - Stuck project descriptions have been extended.
3825    - Emphasis code has been modified to fix some issues.
3827    - Bug fixes.
3829 ** Incompatible changes
3831    - The option `org-format-latex-options' has changed.  If you
3832      have customized it, please revert to default and then redo
3833      your customization.
3835    - `org-CUA-compatible' no longer modifies S-RET by default,
3836      because newer versions of CUA don't use this key anymore.
3837      If you need this replacement, customize the variable
3838      `org-disputed-keys'.
3840    - The variable `org-CUA-compatible' is obsolete, please use
3841      `org-replace-disputed-keys' instead.  `org-CUA-compatible'
3842      is still an alias for this new variable, though.
3844 ** Details
3846    - Better control over blank lines between trees in collapsed
3847      view.  This has come up several times in the past and most
3848      recently by Scott Jaderholm.  There is now a new variable
3849      `org-cycle-separator-lines' with default value 2.  It says
3850      how many empty lines there need to be after the end of a
3851      subtree to get an empty line in collapsed view.  So with the
3852      default, if you leave only one empty line it will disappear
3853      in collapsed view.  If you leave two, one empty line will
3854      remain so that you can use double empty lines to structure
3855      the collapsed views of a file.  I love it, so many thanks to
3856      Scott fro bringing this up again.
3858      One property of the new setup is that you will never get
3859      more than one blank line in collapsed view.  We could do
3860      something special to allow *several* empty lines in
3861      collapsed view, but I think this is counter-productive.
3863      In Emacs 22, if you want to make full use of this, make sure
3864      that you have not set `outline-blank-line'.
3866    - When the clock is running, Org-mode will put info about it
3867      into the modeline.  The info consists of the elapsed time
3868      and the heading of the clocked item.  This was a proposal
3869      from Bastien who got the idea from Muse.
3871    - C-a can behave specially in headlines when you set the
3872      variable `org-special-ctrl-a'.  It will bring the cursor
3873      first back only to the beginning of the headline *text*,
3874      i.e. after the stars and the TODO keyword, if any.  A second
3875      C-a will then move the cursor to the beginning of the line.
3876      If the cursor is already at the beginning of the line, C-a
3877      will spring *forward* to the headline text.  This was a
3878      proposal from Leo, based on a request from Scott Jaderholm.
3880      I have not turned this turned this on by default, should I?
3882    - When LaTeX fragments are processed into images, there is now
3883      more control and (hopefully) betters defaults for colors and
3884      scaling.  Special values can be set for HTML export, so that
3885      these values can differ from what is used for display in an
3886      emacs buffer.  The default foreground and background colors
3887      for images embedded in emacs are now taken from the default
3888      emacs face.  Thanks to Xiao-Yong Jin for proposing these
3889      changes.
3891    - There is now a much better mechanism to change some keys in
3892      org-mode if these keys clash with other modes you use.  Turn
3893      this on by setting `org-replace-disputed-keys' (aliased to
3894      `org-CUA-compatible').  The list of keys to replace is now
3895      fully customizable, see the option `org-disputed-keys'.
3896      Many thanks to Meciej Katafiasz for a patch implementing
3897      this.
3899    - Stuck project descriptions have been extended.  You can now
3900      use "*" as a TODO keyword or tag to say that *any* TODO
3901      keyword or TAG marks a project as non-stuck.  You also can
3902      give an arbitrary regular expression that, if it matches,
3903      indicates a non-stuck project.
3905    - The code for emphasis like bold, italic etc has been
3906      modified - I might have broken something in the process,
3907      please let me know if you find problems.
3909    - A number of bugs have been fixed - those where I have
3910      replied "Fixed" on the mailing list.
3912 * Version 4.71
3914 ** Overview
3916 ** Incompatible changes
3918 ** Details
3920   - New variables to customize the header and data tags in
3921     exported HTML.  These are the variables
3922     `org-export-table-header-tags' and
3923     `org-export-table-data-tags'.  This follows a request from
3924     Scott Otterson.
3926   - New option `org-format-latex-header' for customizing the
3927     header of the LaTeX file used to convert embedded LaTeX to
3928     images.  Thanks to `Matthieu Lemerre' for the suggestion.
3930   - The prefix version of `org-todo-list' works again.  This
3931     means that `C-1 C-c a t' produces the list of TODO entries
3932     for the first TODO keyword.  If you use different TODO setups
3933     in different agenda files, be careful:  This number now
3934     refers to the list of *all* todo keywords used in files
3935     that are scanned for the agenda.
3937   - Many bug fixes.
3939 * Version 4.70
3941 ** Overview
3943    - Dust settles after revamp of TODO keyword system.
3944    - The export title can be taken from the first text line.
3945    - TTY replacement keys have changed.
3947 ** Incompatible changes
3949    - Some TTY replacement keys are changed, see below.
3951 ** Details
3953   - Further development concerning TODO keywords.
3955     + You can now have several DONE states in a sequence, like
3957       #+SEQ_TODO: TODO VERIFY | DONE DELEGATED
3959       The difference to the proposal discussed on the mailing
3960       list (and which is also works!)
3962         #+SEQ_TODO: TODO VERIFY | DONE
3963         #+SEQ_TODO: | CANCELED
3965       is that in the first case, the extra DONE states will be
3966       reached with `C-c C-t' (or with `t' from the agenda), while
3967       in the second case you need S-<right> to get to the special
3968       states.  I guess both ideas can be useful - I am leaning
3969       toward using the latter.
3971     + Setting up TODO keywords in Lisp previously used two
3972       separate variables: `org-todo-keywords' and
3973       `org-todo-interpretation'.  The preferred way is now to use
3974       only `org-todo-keywords', with a new structure:
3976        (setq org-todo-keywords
3977          '((sequence "TODO" "|" "DONE")
3978            (sequence "BUG" "KNOWNCAUSE" "|" "FIXED" "IGNORED")
3979            (type "Fred" "Lisa" "Peter" "|" "DONE")
3980            (sequence "CANCELED")    ; for things we decide to not do.
3981            ))
3983       If your setting has this new structure,
3984       `org-todo-interpretation' will be ignored.  This change
3985       does not break backward compatibility.  The old way of
3986       using a flat list in `org-todo-keywords' and taking the
3987       interpretation from the other variable still works.
3989     + When listing *specific* TODO entries via a sparse tree
3990       (`C-u C-c C-v') or via the agenda (`C-c a T' or `C-u C-c a
3991       t'), you can now specify several keywords to be selected,
3992       like "TODO|VERIFY|WAITING".  This also works for custom
3993       agenda commands.  Thanks to Jason F. McBrayer for pointing
3994       out this omission.
3996   - If you have configured Org-mode to export also the text
3997     before the first headline (this is done by setting the
3998     variable `org-export-skip-text-before-1st-heading' to nil),
3999     then the first normal text line in the buffer becomes the
4000     title of the exported document.  A title set with #+TITLE
4001     overules this default, and the first line then belongs to the
4002     normal text.  Thanks to David House for this proposal.
4004   - TTY replacement keys.  Some of the key bindings used by
4005     Org-mode do not work on a tty, so replacement key sequences
4006     are provided on ttys.  In version 4.70, there are some
4007     changes in the tty replacements.  Thanks to Jason F. McBrayer
4008     for coming up with the idea to use C-c <cursor> keys.
4010     | Command           |           | Old TTY       | New TTY       |
4011     | org-.....         | Main Key  | Replacement   | Replacement   |
4012     |-------------------+-----------+---------------+---------------|
4013     | shiftleft         | S-left    | C-c C-x left  | C-c left      |
4014     | shiftright        | S-right   | C-c C-x right | C-c right     |
4015     | shiftup           | S-up      | C-c C-x up    | C-c up        |
4016     | shiftdown         | S-down    | C-c C-x down  | C-c down      |
4017     | shiftcontrolleft  | C-S-left  |               | C-c C-x left  |
4018     | shiftcontrolright | C-s-right |               | C-c C-x right |
4021 * Version 4.69
4023 ** Overview
4025    This time the changes affect the following areas:
4027    - TODO keywords:  Multiple sequences in a single file.
4028    - Export: More control over text before the first heading.
4029    - Export: More control over sub/superscript interpretation.
4030    - Plain lists:  Option to let empty lines terminate lists.
4031    - Tables: New command to insert hline and move into line below.
4032    - REPEATing items:  Turn of note taking.
4033    - Bug fixes.
4035 ** Incompatible changes
4037    - It used to be possible to spread the list of TODO keywords
4038      over several lines, like
4040      #+SEQ_TODO: TODO
4041      #+SEQ_TODO: PROGRESS
4042      #+SEQ_TODO: DONE
4044      This is no longer possible.  Each such line now specifies an
4045      independent set of TODO keywords, with its own DONE state.
4046      See below for details.
4048    - The #+TEXT construct has been used to insert unchanged HTML
4049      into an exported file.  This is no longer possible, the TEXT
4050      lines will be processed like any other lines.  However,
4051      there are now much better ways of getting quoted HTML into
4052      the exported file.
4054 ** Details
4056    - You can now use multiple sets of TODO keywords in the same
4057      buffer.  For example, you may put the following three lines
4058      into a file:
4060        #+SEQ_TODO: TODO DONE
4061        #+SEQ_TODO: REPORT BUG KNOWNCAUSE RESOLVED
4062        #+TYP_TODO: Fred Laura Peter Me OK
4064      Each sub-sequence has its own DONE state.  It is best to use
4065      different keywords in all sequences, to make sure Org-mode
4066      does not loose track in which specific sequence it is
4067      working.  You could use the same word for all DONE states,
4068      but then cycling through to a TODO state might not bring you
4069      where you want to be.
4071      After initially setting a keyword, `C-c C-t' cycles through
4072      a sublist, i.e. is cycles from TODO to DONE or from
4073      KNOWNCAUSE to RESOLVED and further to (nothing) and back to
4074      REPORT.
4076      S-right and S-left allow to select any keyword, so they move
4077      from DONE to REPORT and from RESOLVED to Fred.
4079      C-S-right and C-S-left jump from one sub-sequence to the
4080      next, for example from TODO or DONE to REPORT to Fred.
4082      Thanks to Rick Moynihan for triggering this development.
4084    - Text before the first headline can now be exported if you
4085      configure Org-mode accordingly.  Either set the variable
4086      `org-export-skip-text-before-1st-heading' to nil, or use the
4087      new in-buffer option
4089      #+OPTION: skip:nil
4091    - Export content specified via the #+TEXT construct is now
4092      fully processed, i.e. links, emphasis etc. are all
4093      interpreted.  #+TEXT lines may include
4094      #+BEGIN_HTML...#+END_HTML sections to embed literal HTML.
4096    - During HTML export, you can request to have a_{b}
4097      interpreted as a subscript, but to leave a_b as it is.  This
4098      can be done by setting the variable
4099      org-export-sub-superscript to the symbol `{}' with
4101           (setq org-export-sub-superscript '{})
4103      or by using
4105            #+OPTIONS: ^:{}
4107      Thanks to Eddward DeVilla for this idea.
4109    - New variable `org-empty-line-terminates-plain-lists'.
4110      Default is nil, meaning that empty lines are part of the
4111      previous list item, and that you can have several paragraphs
4112      in one such item.  Set this to t if you want an empty line
4113      terminate all levels of plain list items.
4115      Thanks to Mike Newman for triggering this development.
4117    - C-c RET does insert a horizontal separator line and move the
4118      cursor into the table line below it.  Thanks to Bastien for
4119      this proposal.
4121    - Org-mode always offers you to record a note when a TODO item
4122      automatically repeats, even if you are not logging state
4123      changes.  The new variable `org-log-repeat' allows to turn
4124      this off, so that notes are really only been taken if you
4125      are logging all state changes.
4127    - Various Bug fixes, thanks to everyone who reported.
4129 * Version 4.68
4131 ** Overview
4132    - Priority handling in the tags view
4133    - Date/time prompt follows the popup calender, and accepts AM/PM times.
4134    - Standard references like B4 in the spreadsheet.
4135    - Improvements to the formula editor.
4136    - C-j does better indentation.
4137    - Bug fixes
4139 ** Details
4140    - Priority handling in the tags view
4142      + Agenda lists selected by tag are now sorted by priority.
4143        Thanks to Andrew Korty for reporting this omission.
4145    - Improvements to the date/time prompt.
4147      + When you move (using S-cursor keys) the cursor in the pop-up
4148        calendar window while responding to a date/time prompt, the
4149        prompt is updated with the new default date (Emacs only).
4151      + You can now enter AM/PM times at this prompt.
4153    - Changes in the spreadsheet
4155      + You can now also write B4 instead of @4$2 as a reference in
4156        formulas.  The column references without specified row can be
4157        written as C& instead of $3.  Such references make formulas
4158        easier to read and are now the default way how references are
4159        shown when you edit existing formulas.  To get the old behavior
4160        back (i.e. only @row$col references), set the variable
4161        `org-table-use-standard-references' to nil.
4163        Relative references like @-3$-2 or @II..III continue to use the
4164        internal format.
4166    - Changes in the formula editor (the one you get with "C-c '")
4168      + The formulas are organized in a more logical way.
4170      + There is now a menu with commands.
4172      + When starting the formula editor with "C-c '", the cursor
4173        immediately moves to the formula for the current field.
4175      + With the cursor on a reference in the formula, you can use
4176        S-cursor keys to change the field being referenced.
4178    - C-j indents the following line correctly whe used in a headline
4179      or in aplain list item.  Thanks to Leo for this suggestion.
4181    - Bug fixes
4183      + Flyspell now knows about special org-mode commands.
4184        Thanks to Vinod Valsalam for reporting this problem, and to
4185        Andrew Korty for showing how to fix it.
4187      + Most other bugs discussed recently on emacs-orgmode@gnu.org
4188        should be fixed, except the problem with non-ASCII characters
4189        in tags....
4191 * Version 4.67
4193    - Expert mode for fast tag selection.
4194      When org-fast-tag-selection-single-key is `expert', not even
4195      the selection window is shown, only the prompt.  One more C-c
4196      gets you the window, another one goes to multiple selection mode.
4198    - Synchronized with Emacs once more:  Emacs CVS has now org-mode
4199      4.67.  At least until it causes a problem, then the Emacs people
4200      will switch back to 4.56.  Lets hope there will be no problem.
4202    - Code cleanup
4204    - Bug fixes
4206 * Version 4.66
4208 ** Overview
4210    - Sorting of top-level entries works now if the region contains
4211      top-level entries, or if the cursor is before the first headline.
4212      Thanks to "redblue" for reporting this bug.
4214    - When entering date and time at the prompt, you can now mix
4215      entering text and selecting something in the calendar.  For
4216      example, enter 22:15 at the prompt without pressing RET, and then
4217      click on a date in the calendar.  Both pieces of information will
4218      be included in the resulting time stamp.  You can also use
4219      S-curser to move the cursor in the calendar to the desired date
4220      and then enter 22:15 and press RET at the prompt.
4222    - When setting a deadline or a schedule, entering a time now
4223      automatically selects the time stamp format that includes the
4224      time. Bug report (by means of a question) from Bastre.
4226    - C-c C-l can be used to convert a plain link into a bracket link.
4228    - Internal links now match inside (the visible part of) other
4229      links.  Thanks to Scott Otterson for reporting this bug.
4231    - iCalendar export of TODO items fixed, see also the variable
4232      `org-icalendar-include-todo'.  Thanks to Philipp Raschdorf.
4234    - The number of levels in the table of contents of an exported
4235      document can now be set independently of the number of headline
4236      levels.  For example:
4238         #+OPTIONS: H:4 toc:2
4240    - The command `C-c }' toggles the display of row and column numbers
4241      the the current table, to aid constructing formulas.  To try it,
4242      move the cursor to a table and press `C-c }', or use the menu
4243      entry.
4245    - Orgtbl translation functions (introduced in 4.65) have been
4246      simplified using a generic function `orgtbl-to-generic' that can
4247      be used for very general languanges.  Writing your own translator
4248      should be very easy now.  More info in the manual.
4250    - CONTENTS visibility can be limited to a certain level.  The
4251      command `C-3 S-TAB' will switch to CONTENTS view and show the
4252      first 3 levels.
4254    - Bug fixes.
4256 * Version 4.65
4258 ** Overview
4260    - Orgtbl can be used to maintain tables in LaTeX, and in any other mode
4261    - Editing Lisp formulas for tables improved.
4262    - Better structure for HTML exported tables.
4263    - New "calculation" marker "/" to mark lines that should not be exported.
4265 ** Detailed description of changes
4267    - You can use orgtbl mode to maintain a LaTeX table, or pretty much
4268      any table in any mode.
4270      This does *not* work by making Orgtbl aware of LaTeX syntax.  That
4271      would be a box of Pandora I am not willing to open.  Instead, you
4272      use a normal Orgtbl-mode table, and a converter program to
4273      automatically place a LaTeX version of the table into the correct
4274      spot in the LaTeX file.  The orgtbl-mode table can be maintained
4275      inside the same file, in a block comment.
4277      I am providing translators for LaTeX, HTML, and TeXInfo.  For
4278      other applications, you need to write one yourself - but that is
4279      not hard if you start from the LaTeX version and just modify it.
4280      Thanks to Thomas Baumann for triggering this development through
4281      a request for a table-to-LaTeX converter.
4283    - In the special buffer to edit the formulas of a table (created
4284      with "C-c '"), there is now better support for editing Lisp
4285      formulas.  TAB and M-TAB work like in an Emacs Lisp buffer,
4286      indenting lines and completing lisp symbols.  With the cursor on
4287      a line defining a complex Lisp formula, a first press on TAB will
4288      convert the formula into a pretty-printed version with proper
4289      linebreaks and indentation.  A second TAB folds the line back to
4290      the compact form.
4292    - Tables in HTML export have now additional structure elements
4293      defined.  The header (before the first hline) is wrapped into
4294      <thead>..</thead>, and each part of the body (as separated in
4295      org-mode by hlines) is wrapped into <tbody>..</tbody> tags.  I
4296      have also changed the CSS style for <td> fields and the value of
4297      `org-export-html-table-tag' to get cleaner tables. Basically,
4298      tables now have horizontal lines only where needed, and no
4299      vertical lines at all, as generally recommended for tables in
4300      printed text.  I like the new look, but I am not sure if this
4301      change will find general approval, please throw in your view if
4302      you like.  Thanks to Scott for driving this, and to goud-H for
4303      pointing me to the row grouping in tables.
4305    - In a table with calculation markers in the first column, you can
4306      now also put "/" into the first column.  It indicates that this
4307      line should not be exported.  The foremost application for this
4308      are lines containing only "<N>" markers for narrowing columns.
4310 * Version 4.64
4312 ** Overview
4314    - Email links get better, configurable descriptions
4315    - When inserting a link, selected text becomes the description
4316    - Easier access to the list of stored links.
4317    - Horizontal lines in HTML export.
4318    - Remember templates and storing of notes improved.
4320 ** Detailed description of changes
4322    - The descriptive part of links to email messages can be configured
4323      using the variable `org-email-link-description-format'.  The new
4324      default is "Email %c: %.30s" and leads to
4326         Email from NAME: SUBJECT
4328      If you configure the variable `org-from-is-user-regexp'
4329      correctly, then for email you *sent* this will actually change to
4331         Email to NAME: SUBJECT
4333      The subject is limited to 30 characters.  If you have become
4334      attached to the previous default (look twice, the new one is
4335      better), use "%f on: %s" as your format.
4337    - Selecting text before entering a new link with C-c C-l now really
4338      works, the selected text becomes the description part of the
4339      link.  Requested by Scott, buggy 4.62 implementation is now fixed.
4341    - Stored links are part of the history list for C-c C-l, so to
4342      reach them, you can use up/down rather than completion.  Thanks
4343      to Raman for this excellent idea.
4345    - A line consisting only of "-", and at least 5 of them, is
4346      exported into HTML as <hr/>, as proposed by Giovanni Ridolfi.
4348    - Several changes to org <-> remember integration
4350        - You can use `org-remember' as your default command to start
4351          remember.  It will automatically detect if there is an active
4352          region and use it as initial content (we will probably make
4353          remember.el work like this as well).
4354          Also, when calling `org-remember' in a remember buffer that
4355          was created with a template, you will again be asked to
4356          select a template.  The buffer is then re-created with the
4357          new template, but the old context information.  This is
4358          useful if you change your mind about the template to use
4359          (Leo's idea).
4361        - Besides specifying a default *target* file for a note, you
4362          can also give a default *heading* of which the note should
4363          become a subitem.  In many cases this avoids or speeds up
4364          navigating to the right location.  Both file and heading can
4365          be different for each template.  Both are non-binding, you
4366          can change them while storing the note.  However, when you
4367          exit remember with C-u C-c C-c, these defaults will be used
4368          without interaction.
4370        - Templates can specify interactive fields.  During expansion
4371          of the template, you will be prompted for the information in
4372          that field.  For example %^t will pop up a calendar and ask
4373          you to select a date. This new feature follows a proposal
4374          from Leo, who in the mean time has said he does not need it
4375          anymore.  But I liked it, so here it is :-)
4377        - Templates can access information specific to the link type
4378          created, for example the author and subject of an email.
4379          Syntax is %:fromname, %:fromaddress, %:subject etc, details
4380          in the manual.  Proposed by Peder O. Klingenberg.
4382        - I have been considering to move, at some stage, the template
4383          functionality into remember.el itself - which would of course
4384          require consent of the remember.el maintainers.  I am not
4385          sure how well this would work though, since some things like
4386          the interactive time stamps are org.el specific, so treating
4387          them would require special hooks.  Comments?
4389 * Version 4.63
4390    - Bug fixes
4392 * Version 4.62
4393    - Many changes to the spreadsheet functions in the table editor.
4394      For details, please re-read the manual section 3.4.
4395      + New Features
4396        - It is much easier to assign formulas to individual fields.
4397        - References to arbitrary fields and ranges.
4398        - Absolute references are modified in row-editing commands.
4399        - Formula editor that highlights referenced fields.
4400      + Incompatible changes
4401        - Empty fields are excluded in range references, see "E" mode flag.
4402        - &... ranges no longer supported, use new @... ranges.
4403        - Variable insertion into Lisp formulas work differently.
4404    - Selected text becomes the default description for C-c C-l links.(Scott)
4405    - The date format in the agenda/timeline views is now customizable.
4406      See the new option `org-agenda-date-format'. (request by Victor)
4407    - Link abbreviations no longer need a double colon, single colon is fine.
4408    - Bug fixes.
4410 * Version 4.61
4411    - Avoiding keybinding clashes with flyspell
4412      - Archiving is now also on `C-C C-x C-s' (was just `C-c $')
4413      - Cycling through agenda files is now also on "C-'" (was just "C-,")
4414    - Colon is considered part of number, to align times in clock tables.
4415    - Fixed bug for list of stuck projects.
4416    - Fixed several bugs/problems concerning linking to gnus.
4417    - Block agendas can contain the list of stuck projects.
4418    - #+ARCHIVE may now appear several times in the buffer.
4419    - More bug fixes.
4421 * Version 4.60
4422    - HTML export: inlining images, clickable images (manual 10.2.4).
4423    - Incremental search now shows proper context when exiting.
4424    - Tables calculation and Calc package.
4425      - Calc is no longer needed when using only elisp formulas.
4426      - Proper error messages when calc is needed and not available.
4427    - Tracking TODO state changes with time stamps and notes.
4428    - Empty entries go full circle.
4429    - Links in iCalendar export cleaned up.
4430    - Bug fixes.
4433 * Version 4.59
4434    - Cleanup code, bug fixes.
4436 * Version 4.58
4437    - Full undo support in the agenda buffer.
4438    - Listing stuck GTD projects (projects without any NEXT ACTIONS).
4439      Configure `org-stuck-projects' before using it.
4440    - C-c C-x b shows the current subtree in an indirect buffer, in
4441      another, dedicated frame.
4442    - Custom agenda commands take precedence over builtin commands.
4443    - auto-fill for comments works on the Emacs side, XEmacs not yet.
4445 * Version 4.57
4446    - Sorting of outline items on same level.
4447    - Sorting tables automatically selects line range between hlines.
4448    - Changes in Agenda buffer
4449      - `C-c C-o' follows a link in the current line.
4450      - `C-c $' archives the subtree corresponding to the line.
4451      - Changing dates with S-left and S-right show new date in agenda,
4452        but still do not move the entry to the new date.
4453      - new option `org-agenda-skip-scheduled-if-done'.
4454    - Agenda and sparse tree construction using tag matches can now
4455      use regular expressions.
4456    - When prompted for a date/time, entering "+7" indicates a date
4457      7 days from now - but only this is the only thing you give.
4458    - Custom time formats also apply to exported html and ascii.
4459    - Bug fixes.
4461 * Version 4.56
4462    - `C-k' in agenda kills current line and corresponding subtree in file.
4463    - XEmacs compatibility issues fixed, in particular tag alignment.
4464    - M-left/right now in/outdents plain list items, no Shift needed.
4465    - Bug fixes.
4467 * Version 4.55
4468    - Bug fixes.
4470 * Version 4.54
4471    - Improvements to fast tag selection
4472      + show status also in target line.
4473      + option to auto-exit after first change to tags list (see manual).
4474    - Tags sparse trees now also respect the settings in
4475      `org-show-hierarchy-above' and `org-show-following-heading'.
4476    - Bug fixes.
4478 * Version 4.53
4479    - Custom time formats can be overlayed over time stamps.
4480    - New option `org-agenda-todo-ignore-deadlines'.
4481    - Work-around for flyspell bug (CVS Emacs has this fixed in flyspell.el).
4482    - Work-around for session.el problem with circular data structures.
4483    - Bug fixes.
4485 * Version 4.52
4486    - TAG matches can also specify conditions on TODO keywords.
4487    - The fast tag interface allows setting tags that are not in the
4488      predefined list.
4489    - Bug fixes.
4491 * Version 4.51
4492    - Link abbreviations (manual section 4.5).
4493    - More control over how agenda is displayed.  See the new variables
4494      `org-agenda-window-setup', `org-agenda-restore-windows-after-quit'.
4495    - Bug fixes.
4497 * Version 4.50
4498    - Closing a TODO item can record an additional note.
4499      See variables `org-log-done' and `org-log-note-headings'.
4500    - Inserting headlines and bullets can leave an extra blank line.
4501      See variable `org-blank-before-new-entry'. (Ed Hirgelt patch)
4502    - [[bracket links]] in the agenda are active just as in org-mode buffers.
4503    - C-c C-o on a date range displays the agenda for exactly this range.
4504    - The default for `org-cycle-include-plain-lists' is back to nil.
4505    - Calls to `org-occur' can be stacked by using a prefix argument.
4506    - The options `org-show-hierarchy-above' and `org-show-following-heading'
4507      now always default to `t', but can be customized differently for
4508      different types of sparse trees or jump commands.
4509    - Bug fixes.
4512 * Version 4.49
4513    - Agenda views can be made in batch mode from the command line.
4514    - `org-store-link' does the right thing in dired-mode.
4515    - File links can contain environment variables.
4516    - Full Emacs 21 compatibility has been restored.
4517    - Bug fixes.
4519 * Version 4.47
4520    - Custom commands may produce an agenda which contains several blocks,
4521      each block created by a different agenda command.
4522    - Agenda commands can be restricted to the current file, region, subtree.
4523    - The timeline command must now be called through the agenda
4524      dispatcher (C-c a L).  `C-c C-r' no longer works.
4525    - Agenda items can be sorted by tag.  The *last* tag is used for this.
4526    - The prefix and the sorting strategy for agenda items can depend
4527      upon the agenda type.
4528    - The handling of `mailto:' links can be customized, see the new
4529      variable `org-link-mailto-program'.
4530    - `mailto' links can specify a subject after a double colon,
4531      like [[mailto:carsten@orgmode.org::Org-mode is buggy]].
4532    - In the #+STARTUP line, M-TAB completes valid keywords.
4533    - In the #+TAGS: line, M-TAB after ":" inserts all currently used tags.
4534    - Again full Emacs 21 support:  Checkboxes and publishing are fixed.
4535    - More minor bug fixes.
4537 * Version 4.45
4538    - Checkbox lists can show statistics about checked items.
4539    - C-TAB will cycle the visibility of archived subtrees.
4540    - Documentation about checkboxes has been moved to chapter 5.
4541    - Bux fixes.
4543 * Version 4.44
4544    - Clock table can be done for a limited time interval.
4545    - Obsolete support for the old outline mode has been removed.
4546    - Bug fixes and code cleaning.
4548 * Version 4.43
4549    - Bug fixes
4550    - `s' key in the agenda saves all org-mode buffers.
4552 * Version 4.41
4553    - Shift-curser keys can modify inactive time stamps (inactive time
4554      stamps are the ones in [...] brackets.
4555    - Toggle all checkboxes in a region/below a headline.
4556    - Bug fixes.
4558 * Version 4.40
4559    - Bug fixes.
4562 * Version 4.39
4563    - Special tag ARCHIVE keeps a subtree closed and away from agenda lists.
4564    - LaTeX code in Org-mode files can be converted to images for HTML.
4565    - Bug fixes.
4566    - CDLaTeX-mode features can be used in Org-mode to help inserting
4567      LaTeX environment and math.
4569 * Version 4.38
4570    - noutline.el is now required (important for XEmacs users only).
4571    - Dynamic blocks.
4572    - Archiving of all level 1 trees without open TODO items.
4573    - Clock reports can be inserted into the file in a special section.
4574    - FAQ removed from the manual, now only on the web.
4575    - Bug fixes.
4577 * Version 4.37
4578    - Clock-feature for measuring time spent on specific items.
4579    - Improved emphasizing allows configuration and stacking.
4581 * Version 4.36
4582    - Improved indentation of ASCII export, when headlines become items.
4583    - Handling of 12am and 12pm fixed.  Times beyond 24:00 can be used
4584      and will not lead to conflicts.
4585    - Support for mutually exclusive TAGS with the fast tags interface.
4586    - Bug fixes.
4588 * Version 4.35
4589    - HTML export is now valid XHTML.
4590    - Timeline can also show dates without entries.  See new option
4591      `org-timeline-show-empty-dates'.
4592    - The bullets created by the ASCII exporter can now be configured.
4593      See the new option `org-export-ascii-bullets'.
4594    - New face `org-upcoming-deadline' (was `org-scheduled-previously').
4595    - New function `org-context' to allow testing for local context.
4597 * Version 4.34
4598    - Bug fixes.
4600 * Version 4.33
4601    - New commands to move through plain lists: S-up and S-down.
4602    - Bug fixes and documentation update.
4604 * Version 4.32
4605    - Fast (single-key-per-tag) interface for setting TAGS.
4606    - The list of legal tags can be configured globally and locally.
4607    - Elisp and Info links (thanks to Todd Neal).
4608    - `org-export-publishing-directory' can be an alist, with different
4609      directories for different export types.
4610    - All context-sensitive commands use `call-interactively' to dispatch.
4611    - `org-confirm-shell-links' renamed to `org-confirm-shell-link-function'.
4612    - Bug fixes.
4614 * Version 4.31
4615    - Bug fixes.
4617 * Version 4.30
4618    - Modified installation: Autoloads have been collected in org-install.el.
4619    - Logging (org-log-done) is now a #+STARTUP option.
4620    - Checkboxes in plain list items, following up on Frank Ruell's idea.
4621    - File links inserted with C-c C-l will use relative paths if the linked
4622      file is in the current directory or a subdirectory of it.
4623    - New variable `org-link-file-path-type' to specify preference for
4624      relative and absolute paths.
4625    - New CSS classes for tags, timestamps, timestamp keywords.
4626    - Bug and typo fixes.
4629 * Version 4.29
4630    - Inlining images in HTML export now depends on wheather the link
4631      contains a description or not.
4632    - TODO items can be scheduled from the global TODO list using C-c C-s.
4633    - TODO items already scheduled can be made to disappear from the global
4634      todo list, see `org-agenda-todo-ignore-scheduled'.
4635    - In Tables, formulas may also be Lisp forms.
4636    - Exporting the visible part of an outline with `C-c C-x v' works now
4637      for all available exporters.
4638    - Bug fixes, lots of them :-(
4640 * Version 4.28
4641    - Bug fixes.
4643 * Version 4.27
4644    - HTML exporter generalized to receive external options.
4645      As part of the process, author, email and date have been moved to the
4646      end of the HTML file.
4647    - Support for customizable file search in file links.
4648    - BibTeX database links as first application of the above.
4649    - New option `org-agenda-todo-list-sublevels' to turn off listing TODO
4650      entries that are sublevels of another TODO entry.
4652 * Version 4.26
4653    - Bug fixes.
4655 * Version 4.25
4656    - Revision of the font-lock faces section, with better tty support.
4657    - TODO keywords in Agenda buffer are fontified.
4658    - Export converts links between .org files to links between .html files.
4659    - Better support for bold/italic/underline emphasis.
4661 * Version 4.24
4662    - Bug fixes.
4664 * Version 4.23
4665    - Bug fixes.
4667 * Version 4.22
4668    - Bug fixes.
4669    - In agenda buffer, mouse-1 no longer follows link.
4670      See `org-agenda-mouse-1-follows-link' and `org-mouse-1-follows-link'.
4672 * Version 4.20
4673    - Links use now the [[link][description]] format by default.
4674      When inserting links, the user is prompted for a description.
4675    - If a link has a description, only the description is displayed
4676      the link part is hidden.  Use C-c C-l to edit the link part.
4677    - TAGS are now bold, but in the same color as the headline.
4678    - The width of a table column can be limited by using a field "<N>".
4679    - New structure for the customization tree.
4680    - Bug fixes.
4683 * Version 4.13
4684    - The list of agenda files can be maintainted in an external file.
4685    - Bug fixes.
4687 * Version 4.12
4688    - Templates for remember buffer.  Note that the remember setup changes.
4689      To set up templates, see `org-remember-templates'.
4690    - The time in new time stamps can be rounded, see new option
4691      `org-time-stamp-rounding-minutes'.
4692    - Bug fixes (there are *always* more bugs).
4694 [...]
4696 Version 4.00
4697    - Headlines can contain TAGS, and Org-mode can produced a list
4698      of matching headlines based on a TAG search expression.
4699    - `org-agenda' has now become a dispatcher that will produce the agenda
4700      and other views on org-mode data with an additional keypress.
4703 * Version 3.24
4704    - Switching and item to DONE records a time stamp when the variable
4705      `org-log-done' is turned on.  Default is off.
4707 * Version 3.23
4708    - M-RET makes new items as well as new headings.
4709    - Various small bug fixes
4711 * Version 3.22
4712    - CamelCase words link to other locations in the same file.
4713    - File links accept search options, to link to specific locations.
4714    - Plain list items can be folded with `org-cycle'.  See new option
4715      `org-cycle-include-plain-lists'.
4716    - Sparse trees for specific TODO keywords through numeric prefix
4717      argument to `C-c C-v'.
4718    - Global TODO list, also for specific keywords.
4719    - Matches in sparse trees are highlighted (highlights disappear with
4720      next buffer change due to editing).
4722 * Version 3.21
4723    - Improved CSS support for the HTML export.  Thanks to Christian Egli.
4724    - Editing support for hand-formatted lists
4725      - M-S-cursor keys handle plain list items
4726      - C-c C-c renumbers ordered plain lists
4728 * Version 3.20
4729    - There is finally an option to make TAB jump over horizontal lines
4730      in tables instead of creating a new line before that line.
4731      The option is `org-table-tab-jumps-over-hlines', default nil.
4732    - New command for sorting tables, on `C-c ^'.
4733    - Changes to the HTML exporter
4734      - hand-formatted lists are exported correctly, similar to
4735        markdown lists.  Nested lists are possible.  See the docstring
4736        of the variable `org-export-plain-list-max-depth'.
4737      - cleaned up to produce valid HTML 4.0 (transitional).
4738      - support for cascading style sheets.
4739    - New command to cycle through all agenda files, on C-,
4740    - C-c [ can now also be used to change the sequence of agenda files.
4743 * Version 3.19
4744    - Bug fixes
4746 * Version 3.18
4747    - Export of calendar information in the standard iCalendar format.
4748    - Some bug fixes.
4750 * Version 3.17
4751    - HTML export specifies character set depending on coding-system.
4753 * Version 3.16
4754    - In tables, directly after the field motion commands like TAB and RET,
4755      typing a character will blank the field.  Can be turned off with
4756      variable `org-table-auto-blank-field'.
4757    - Inactive timestamps with `C-c !'.  These do not trigger the agenda
4758      and are not linked to the calendar.
4759    - Additional key bindings to allow Org-mode to function on a tty emacs.
4760    - `C-c C-h' prefix key replaced by `C-c C-x', and `C-c C-x C-h' replaced
4761      by `C-c C-x b' (b=Browser).  This was necessary to recover the
4762      standard meaning of C-h after a prefix key (show prefix bindings).
4764 * Version 3.15
4765    - QUOTE keyword at the beginning of an entry causes fixed-width export
4766      of unmodified entry text. `C-c :' toggles this keyword.
4767    - New face `org-special-keyword' which is used for COMMENT, QUOTE,
4768      DEADLINE and SCHEDULED, and priority cookies.  Default is only a weak
4769      color, to reduce the amount of aggressive color in the buffer.
4771 * Version 3.14
4772    - Formulas for individual fields in table.
4773    - Automatic recalculation in calculating tables.
4774    - Named fields and columns in tables.
4775    - Fixed bug with calling `org-archive' several times in a row.
4777 * Version 3.13
4778    - Efficiency improvements:  Fewer table re-alignments needed.
4779    - New special lines in tables, for defining names for individual cells.
4781 * Version 3.12
4782    - Tables can store formulas (one per column) and compute fields.
4783      Not quite like a full spreadsheet, but very powerful.
4784    - table.el keybinding is now `C-c ~'.
4785    - Numeric argument to org-cycle does `show-subtree' above on level ARG.
4786    - Small changes to keys in agenda buffer.  Affected keys:
4787      [w] weekly view; [d] daily view; [D] toggle diary inclusion.
4788    - Bug fixes.
4790 * Version 3.11
4791    - Links inserted with C-c C-l are now by default enclosed in angle
4792      brackets.  See the new variable `org-link-format'.
4793    - ">" terminates a link, this is a way to have several links in a line.
4794      Both "<" and ">" are no longer allowed as characters in a link.
4795    - Archiving of finished tasks.
4796    - C-<up>/<down> bindings removed, to allow access to paragraph commands.
4797    - Compatibility with CUA-mode (see variable `org-CUA-compatible').
4798    - Compatibility problems with viper-mode fixed.
4799    - Improved html export of tables.
4800    - Various clean-up changes.
4802 * Version 3.10
4803    - Using `define-derived-mode' to derive `org-mode' from `outline-mode'.
4806 * Version 3.09
4807    - Time-of-day specifications in agenda are extracted and placed
4808      into the prefix.  Timed entries can be placed into a time grid for
4809      day.
4811 * Version 3.08
4812    - "|" no longer allowed as part of a link, to allow links in tables.
4813    - The prefix of items in the agenda buffer can be configured.
4814    - Cleanup.
4816 * Version 3.07
4817    - Some folding inconsistencies removed.
4818    - BBDB links to company-only entries.
4819    - Bug fixes and global cleanup.
4821 * Version 3.06
4822    - M-S-RET inserts a new TODO heading.
4823    - New startup option `content'.
4824    - Better visual response when TODO items in agenda change status.
4825    - Window positioning after visibility state changes optimized and made
4826      configurable.  See `org-cycle-hook' and `org-occur-hook'.
4828 * Version 3.05
4829    - Agenda entries from the diary are linked to the diary file, so
4830      adding and editing diary entries can be done directly from the agenda.
4831    - Many calendar/diary commands available directly from agenda.
4832    - Field copying in tables with S-RET does increment.
4833    - C-c C-x C-v extracts the visible part of the buffer for printing.
4834    - Moving subtrees up and down preserves the whitespace at the tree end.
4836 * Version 3.04
4837    - Table editor optimized to need fewer realignments, and to keep
4838      table shape when typing in fields.
4839    - A new minor mode, orgtbl-mode, introduces the Org-mode table editor
4840      into arbitrary major modes.
4841    - Fixed bug with realignment in XEmacs.
4842    - Startup options can be set with special #+STARTUP line.
4843    - Heading following a match in org-occur can be suppressed.
4845 * Version 3.03
4846    - Copyright transfer to the FSF.
4847    - Effect of C-u and C-u C-u in org-timeline swapped.
4848    - Timeline now always contains today, and `.' jumps to it.
4849    - Table editor:
4850      - cut and paste of rectangular regions in tables
4851      - command to convert org-mode table to table.el table and back
4852      - command to treat several cells like a paragraph and fill it
4853      - command to convert a buffer region to a table
4854      - import/export tables as tab-separated files (exchange with Excel)
4855    - Agenda:
4856      - Sorting mechanism for agenda items rewritten from scratch.
4857      - Sorting fully configurable.
4858      - Entries specifying a time are sorted together.
4859    - Completion also covers option keywords after `#-'.
4860    - Bug fixes.
4862 * Version 3.01
4863    - New reference card, thanks to Philip Rooke for creating it.
4864    - Single file agenda renamed to "Timeline".  It no longer shows
4865      warnings about upcoming deadlines/overdue scheduled items.
4866      That functionality is now limited to the (multifile) agenda.
4867    - When reading a date, the calendar can be manipulated with keys.
4868    - Link support for RMAIL and Wanderlust (from planner.el, untested).
4869    - Minor bug fixes and documentation improvements.
4871 * Version 3.00
4872    - Multifile Agenda shows current entries from many different files.
4873    - TeXInfo documentation (thanks to Christian Egli for the conversion).
4874    - Additional applications for TODO keywords, see documentation.
4875      Different files may have different TODO keywords etc.
4876    - Priorities for TODO items.
4877    - The browser mode used by `org-remember-handler' is improved.
4878    - Images get inlined in HTML export (thanks to Carsten Wimmer).
4879    - File links can contain line numbers, like file:/usr/etc/config:255
4880    - Minor bug fixes.
4883 * Version 2.10
4884    - TODO entries can have additional states besides TODO and DONE.
4885      See new variable `org-todo-keywords'.
4886    - TODO keywords can be interpreted as categories.  See variable
4887      `org-todo-interpretation'.
4888    - M-TAB completion on TODO keywords, TeX symbols, and normal words.
4889    - All keywords (like TODO, DEADLINE etc) are configurable.
4890    - Cursor positioning optimized after pro/demotion and TODO cycling.
4891    - Emphasizing in HTML works now for *bold*, /italic/ and _underline_.
4892    - New commands to kill, copy and yank entire subtrees.  Yanking
4893      modifies the level of the tree before insertion.
4894    - New command `org-goto' (C-c C-j) to quickly move to other locations
4895      in the buffer without affecting outline visibility.
4896    - Hooks for John Wiegley's remember.el.
4897    - `org-read-date' pops up calendar for date selection with the mouse.
4898      See variable `org-popup-calendar-for-date-prompt'.
4900 * Version 2.6
4901    - TODO items can be SCHEDULED to a certain date.
4902    - Expired DEADLINEs are ignored if in an entry marked DONE.
4903    - From the diary or time-sorted view (C-c C-r), C-c C-t can be used to
4904      change the TODO state of an item remotely.
4905    - Horizontal computations in table editor. See `org-table-eval-formula'.
4906    - Fixed bug with summing tables (command `org-table-sum', `C-c +').
4907    - Calendar window follows the timestamp when a timestamp is changed.
4908      New variable `org-calendar-follow-timestamp-change'.
4909    - Time-sorted view (`org-diary-view', C-c C-r) now uses the prefix
4910      argument to force inclusion of unscheduled TODO items.
4911    - New variable `org-confirm-shell-links' to turn of safety query.
4912    - New variable `org-open-non-existing-files'.
4914 * Version 2.4
4915    - A time-sorted view on all time stamps can be created with C-c C-r.
4916    - Timestamps and Deadlines can be shown in the Emacs diary.
4917    - Date ranges introduced.
4918    - Time-string formats are no longer configurable.
4919    - Vertical lines in tables can be made invisible with `C-c |'.
4920    - New "link" type to execute shell commands, like "shell:ls *.org"
4921    - Upon export, "myfile.org" becomes "myfile.html" or "myfile.txt",
4922      instead of "myfile.org.html" or "myfile.org.txt".
4923    - When the cursor is in the white space at the beginning of a line,
4924      TAB removes the whitespace before indenting again.
4926 * Version 2.0
4927    - Windows (NT/2000) support.
4928    - Works with both Emacs and XEmacs.
4929    - Fully automatic table editor.
4930    - New link types into Gnus, VM and BBDB.
4931    - Other link system changes
4932      - Time stamps are treated as links to the calendar.
4933      - Easy creation of links with global command `org-store-link'.
4934      - Insertion of links with `C-c C-l' works differently now.
4935      - Space characters allowed as part of a link.
4936      - Options in `org-file-apps' extended.  The command may now be
4937        symbol 'emacs', or a lisp form.
4938    Please re-read the manual section about links.
4939    - Timestamp changes
4940      - `org-deadline' now prompts for a date.
4941      - A line can now contain several timestamps.  Updating of a
4942        timestamp only happens if the cursor is at the timestamp.
4943      - Changed the time-stamp-format to ISO, to make sure it will
4944        always work (non-English month names had caused problems
4945        with `parse-time-string'.).  Changing the time stamp format
4946        is not recommended.
4947    - Picture mode enhancements have been removed from org.el
4950 * Version 1.4
4951    - Some option name changes, not backward compatible.
4952    - ASCII exporter upgrade: Table of contents.
4953    - HTML exporter upgrade: fixed-width regions, better
4954      sub/superscripts, many TeX symbols supported.
4955    - Calendar support.
4957 * Version 1.3
4958    - HTML exporter upgrade, in particular table of contents
4962