Update list of user-visible changes.
[org-mode.git] / ChangeLog
blob6ea441fc5d2d57c52a93b33cc931a348c02f0c79
1 2008-04-13  Carsten Dominik  <dominik@science.uva.nl>
3         * lisp/org-table.el (org-table-make-reference): Extra parenthesis
4         around single fields, to make sure that algebraic formulas get
5         correctly interpreted by calc.
7         * lisp/org-mhe.el: Changed author name to Thomas Baumann.
9         * lisp/org-exp.el (org-export-preprocess-string): Renamed-from
10         `org-cleaned-string-for-export'.
12         * lisp/org-export-latex.el (org-export-latex-preprocess): Renamed
13         from `org-export-latex-cleaned-string'.
15         * lisp/org-exp.el (org-export-html-style): Made target class look
16         like normal text.
17         (org-export-as-html): Make use of the better proprocessing in
18         `org-cleaned-string-for-export'.
20         * lisp/org.el (org-store-link): Link to headline when there is not
21         target and no region in an org-mode buffer when creating a link.
23         * lisp/org-exp.el (org-cleaned-string-for-export): Better
24         treatment of heuristic targets, many more internal links will now
25         work in HTML export.
27 2008-04-12  Carsten Dominik  <dominik@science.uva.nl>
29         * lisp/org.el (org-link-types-re): New variable.
30         (org-make-link-regexps): Compute `org-link-types-re'.
32 2008-04-10  Carsten Dominik  <dominik@science.uva.nl>
34         * lisp/org-clock.el (org-dblock-write:clocktable): Fixed bug with
35         total time calculation.
37 2008-04-09  Carsten Dominik  <dominik@science.uva.nl>
39         * lisp/org.el (org-make-link-description-function): New option.
41 2008-04-09  Bastien Guerry  <bzg@altern.org>
43         * lisp/org-mew.el (org-mew-open): Fixed the docstring.
45 2008-04-09  Carsten Dominik  <dominik@science.uva.nl>
47         * lisp/org-colview.el: New file.
49         * lisp/org-archive.el: New file.
51         * lisp/org-faces.el: New file.
53 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
55         * lisp/org-exp.el (org-get-current-options): Incorporate LINK_UP,
56         LINK_HOME, and INFOJS.
58         * lisp/org-agenda.el (org-agenda-weekend-days): New variable.
60         * lisp/org.el (org-agenda-date, org-agenda-date-weekend): New faces.
62         * lisp/org-agenda.el (org-agenda-list, org-timeline): Use the
63         proper faces for dates in the agenda and timeline buffers.
64         (org-agenda-archive-to-archive-sibling): New command.
66         * doc/org.texi (Moving subtrees): Document archiving to the archive
67         sibling.
69         * lisp/org.el (org-archive-sibling-heading): New option.
70         (org-archive-to-archive-sibling): New function.
72 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
74         * lisp/org-mew.el: File added, moved here from contrib/lisp.
76         * lisp/org.el (org-iswitchb): New command.
77         (org-buffer-list): New function.
79         * lisp/org-irc.el: Add function declarations.
81         * lisp/org-exp.el (org-export-inbuffer-options-extra): New variable.
82         (org-export-options-filters): New hook.
83         (org-infile-export-plist): Find also the settings keywords in
84         `org-export-inbuffer-options-extra'.
86         * lisp/org-infojs.el: New file.
88 2008-04-06  Carsten Dominik  <dominik@science.uva.nl>
90         * lisp/org-exp.el (org-infile-export-plist): Allow multiple
91         #+OPTIONS lines and multiple #+INFOJS_OPT lines.
93         * lisp/org-agenda.el (org-agenda-start-with-clockreport-mode): New
94         option.
95         (org-agenda-clockreport-parameter-plist): New option.
97         * lisp/org-clock.el (org-dblock-write:clocktable): Request the
98         unrestricted list of files.
99         (org-get-clocktable): New function.
100         (org-dblock-write:clocktable): Make sure :tstart and :tend can not
101         only be strings but also integers (an absolute day number) and
102         lists (m d y).
104 2008-04-04  Carsten Dominik  <dominik@science.uva.nl>
106         * lisp/org-agenda.el (org-agenda-clocktable-mode): New variable.
108         * doc/org.texi (Agenda commands): Document columns view in the
109         agenda.
111         * lisp/org.el (org-agenda-columns): Also try the #+COLUMNS line in
112         the buffer associated with the entry at point (or with the first
113         entry in the agenda view).
115 2008-04-03  Carsten Dominik  <dominik@science.uva.nl>
117         * lisp/org-clock.el: New file, split off from org.el.
119         * doc/org.texi (Using the property API): Document the API for
120         multi-valued properties.
122         * lisp/org.el (org-modules): Add entry for org-bibtex.el.
123         (org-completion-fallback-command): Moved into `org-completion'
124         group.
125         (org-clock-heading-function): Moved to `org-progress' group.
127         * lisp/org-bibtex.el (org-create-file-search-in-bibtex): New file,
128         a combination of the BibTeX that used to be in org.el, and the
129         org-bibtex.el extension written by Bastien Guerry.
131         * lisp/org-exp.el (org-export-html-handle-js-options): New function.
132         (org-export-html-infojs-setup): New option.
133         (org-export-as-html): Call `org-export-html-handle-js-options'.
135         * lisp/org.el (org-auto-repeat-maybe): Make sure that a note can
136         be enforces if `org-log-repeat' is `note'.
138 2008-04-01  Carsten Dominik  <dominik@science.uva.nl>
140         * lisp/org.el (org-modules): Allow additional symbols for external
141         packages.
142         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be
143         undefined.
145 2008-03-31  Carsten Dominik  <dominik@science.uva.nl>
147         * lisp/org.el (org-clock-goto): Hide drawers after showing an
148         entry with `org-clock-goto.'
149         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft): Try
150         also a clocktable block shift.
151         (org-clocktable-try-shift): New function.
153 2008-03-31  Bastien Guerry  <bzg@altern.org>
155         * lisp/org-publish.el (org-publish-get-base-files-1): Bug fix: get
156         the proper list of files when recursing thru a directory.
157         (org-publish-get-base-files): Use the :exclude property to skip
158         both files and directories.
159         (org-publish-project): Removed third arg of defalias.
161 2008-03-30  Carsten Dominik  <dominik@science.uva.nl>
163         * lisp/org.el (org-columns-hscoll-title): New function.
164         (org-columns-previous-hscroll): New variable.
165         (org-columns-full-header-line-format): New variable.
166         (org-columns-display-here-title, org-columns-remove-overlays):
167         Install `org-columns-hscoll-title' in post-command-hook.
169 2008-03-28  Carsten Dominik  <dominik@science.uva.nl>
171         * lisp/org.el (org-auto-repeat-maybe): Make sure that repeating
172         dates are pushed into the future, and that the shift is at least
173         one interval, never 0.
175         * lisp/org-agenda.el (org-agenda-deadline-leaders): Allow a
176         function value for the deadline leader.
177         (org-agenda-get-deadlines): Deal with new function value.
179         * lisp/org.el (org-update-checkbox-count): Fix bug with checkbox
180         counting.
181         (org-add-note): New command.
182         (org-add-log-setup): Renamed from `org-add-log-maybe'.
183         (org-log-note-headings): New entry for plain notes (i.e. notes not
184         related to state changes or clocking).
186 2008-03-27  Carsten Dominik  <dominik@science.uva.nl>
188         * org-agenda.el: New file, split out from org.el.
190         * org-wl.el (org-wl-open): Initialize `wl' when not running yet.
192 2008-03-25  Carsten Dominik  <dominik@science.uva.nl>
194         * org-remember.el: New file, split out from org.el.
195         (org-remember): Call `org-do-remember' as an intermediate to
196         `remember'.
197         (org-ignore-remember): New option.
198         (org-remember): Fix bug with re-applying template.
200         * org.el (org-get-org-file): Check for availability of
201         `remember-data-file'.
203         * org-exp.el: Add autoload to all entry points.
204         (org-skip-comments): Function removed.
206 2008-03-24  Carsten Dominik  <dominik@science.uva.nl>
208         * org-exp.el: New file, split out from org.el.
210         * org-table.el: New file, split out from org.el.
211         (org-table-current-column): No longer interactive.
213 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
215         * org-compat.el: New file, split out from org.el.
217         * org-macs.el: New file, split out from org.el.
219 2008-03-21  Carsten Dominik  <dominik@science.uva.nl>
221         * org.el (org-cached-entry-get): Allow a regexp value for
222         `org-use-property-inheritance'.
223         (org-use-property-inheritance): Allow regexp value.  Fix bug in
224         customization type.
225         (org-use-tag-inheritance): Allow a list and a regexp value for
226         this variable.
227         (org-scan-tags, org-get-tags-at): Implement selective tag
228         inheritance.
229         (org-entry-get): Respect value `selective' for the INHERIT
230         argument.
231         (org-tag-inherit-p, org-property-inherit-p): New functions.
232         (org-agenda-format-date-aligned): Allow 10 characters for
233         weekday, to acomodate German locale.
235         * org.texi (Property inheritance, Tag inheritance): Document
236         selective inheritance.
238 2008-03-20  Carsten Dominik  <dominik@science.uva.nl>
240         * org.el (org-agenda-compute-time-span): Make argument N optional.
241         (org-agenda-format-date-aligned): Require `cal-iso'.
242         (org-agenda-list): Include week into into agenda heading, don't
243         list it at each date (only on Mondays).
244         (org-read-date-analyze): Define local variable `iso-date'.
245         (org-agenda-format-date-aligned): Remove dependency on
246         `calendar-time-from-absolute'.
247         (org-remember-apply-template, org-go-to-remember-target):
248         Interpret filenames relative to `org-directory'.
250 2008-03-19  Bastien Guerry  <bzg@altern.org>
252         * org.el (org-complete): Silently fail when trying to complete
253         keywords that don't have a default value.
254         (org-get-current-options): Added a #+DATE: option.
255         (org-additional-option-like-keywords): Removed "DATE:" from the
256         list of additional keywords.
257         (org-export-as-html): Removed (current-time) as unnecessary second
258         argument of `format-time-string'.
260 2008-03-18  Carsten Dominik  <dominik@science.uva.nl>
262         * org.el (org-clock-find-position): Handle special case at end of
263         buffer.
264         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
265         `org-agenda-change-time-span'.
266         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
267         `org-agenda-change-time-span'.
268         (org-agenda-month-view): New argument MONTH, pass it on to
269         `org-agenda-change-time-span'.
270         (org-agenda-year-view):  New argument YEAR, pass it on to
271         `org-agenda-change-time-span'.
272         (org-agenda-change-time-span): New optional argument N, pass it on
273         to `org-agenda-compute-time-span'.
274         (org-agenda-compute-time-span): New argument N, interpret it by
275         changing the starting day.
276         (org-small-year-to-year): New function.
278 2008-03-17  Carsten Dominik  <dominik@science.uva.nl>
280         * org.el (org-scheduled-past-days): Respect
281         `org-scheduled-past-days'.
283 2008-03-14  Bastien Guerry  <bzg@altern.org>
285         * org-publish.el (org-publish-get-base-files-1): New function.
286         (org-publish-get-base-files): Use it.
287         (org-publish-temp-files): New variable.
288         Don't require 'dired-aux anymore.
290 2008-03-15  Carsten Dominik  <dominik@science.uva.nl>
292         * org-info.el: New file.
293         (org-info-follow-link): Renamed from `org-follow-info-link'.
295         * org-gnus.el: New file.
296         (org-gnus-follow-link): Renamed from `org-flow-gnus-link'.
298         * org-mhe.el: New file.
299         (org-mhe-follow-link): Renamed from `org-follow-mhe-link'
301         * org-wl.el: New file.
302         (org-wl-follow-link): Renamed from `org-follow-wl-link'.
304 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
306         * org-vm.el: New file.
307         (org-vm-follow-link): Renamed from `org-follow-vm-link'.
309         * org-bbdb.el: New file.
311         * org-rmail.el: New file.
312         (org-rmail-follow-link): Renamed from `org-follow-rmail-link'.
314         * org.el (org-export-as-html): Use `org-link-protocols' to
315         retrieve the export form of the link.
316         (org-add-link-type): Final parameter renamed from PUBLISH.  Better
317         documentation of how it is to be used.  Avoid double entries for
318         the same link type.
319         (org-add-link-props): New function.
321 2008-03-14  Glenn Morris  <rmg@gnu.org>
323         * org-publish.el (declare-function): Add compatibility stub.
324         (org-publish-delete-dups): Declare as function.
326         * org-mac-message.el Fix commentary.
328         * org-irc.el (top-level): CL not required when compiling.
329         (org-irc-visit-erc): Replace runtime CL functions.
331 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
333         * org.el (org-modules-loaded): New variable.
334         (org-load-modules-maybe, org-set-modules): New function.
335         (org-modules): New option.
336         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
337         (orgtbl-mode, org-store-link, org-insert-link-global)
338         (org-open-at-point): Call `org-load-modules-maybe'.
340 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
342         * org.el (org-search-view): Add more text properties.
343         (org-agenda-schedule, org-agenda-deadline): Allow also in
344         search-type agendas.
345         (org-search-view): Order of arguments has been changed.
346         Interpret prefix-arg as TODO-ONLY.
347         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
348         Take new argument order of `org-search-view' into account.
349         (org-todo-only): New variable.
350         (org-search-syntax-table): New variable and function.
351         (org-search-view): Do the search with the special syntax table.
353 2008-03-13  Phil Jackson  <phil@shellarchive.co.uk>
355         * org-irc.el: New function to ensure port number is always
356         numeric. Reports came in of it being a string /or/ a number.
358 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
361         * org.el (org-html-level-start): Always have id's in HTML
362         headlines, even if there is no TOC to jump from.  Put extra <divs>
363         in.  One around the toc, one around the text between a headline
364         and its first subsection.  Insert ids into div's that surround
365         whole sections including subsections.
366         (define-obsolete-function-alias): Make work with XEmacs.
367         (org-add-planning-info): Use old date as default when modifying an
368         existing deadline or scheduled item.
370 2008-03-11  Bastien Guerry  <bzg@altern.org>
372         * org-publish.el (org-publish-initial-buffer): New variable.
373         (org-publish-org-to, org-publish): Use it.
376 =====================================================================
377 In Emacs CVS as 5.23
380 2008-03-10  Bastien Guerry  <bzg@altern.org>
382         * org-publish.el (org-publish-expand-components): Remove null
383         projects from the list of components.
384         (org-publish-attachment): Bugfix: handle the mandatory argument
385         pub-dir.  Removed unused retrieval of the :publishing-directory
386         property.
387         (org-publish-file): Bugfix: when using a relative directory as
388         the publishing directory, convert it to a directory filename.
389         (org-publish-project): New alias.
391 2008-03-10  Phil Jackson  <phil@shellarchive.co.uk>
393         * org-irc.el (org-irc-get-erc-link): port now converted to a
394         string when building the link.
396 2008-03-10  Carsten Dominik  <dominik@science.uva.nl>
398         * org-publish.el (org-publish-get-files): Protect against empty p.
400         * org.el (org-ctrl-c-star): Implement a missing branch in the
401         decision tree.
403 2008-03-10  Bastien Guerry  <bzg@altern.org>
405         * org-publish.el (org-publish-file): Send an error when file is
406         not part of any project.
407         (org-publish-file): Offer to refresh the list of files in known
408         project when the current file is not part of any project.
410         * org.el (org-select-remember-template): Cleaned the code.
412         * org-publish.el (org-publish-before-export-hook)
413         (org-publish-after-export-hook): New hooks.
414         (org-publish-org-to): Use new hooks and kill buffers.
415         (org-publish-file): Remove the code for killing buffers.
416         (org-publish-initialize-files-alist): Use interactive.
418         * org.el (org-prepare-dblock): Added the extra :content parameter.
420 2008-03-09  Carsten Dominik  <dominik@science.uva.nl>
422         * org.texi (Exporting Agenda Views): Document agenda export to
423         iCalendar.
425         * org.el (org-write-agenda): New output type ".ics" files.
426         (org-write-agenda): Call `org-icalendar-verify-function', both for
427         time stamps and for TODO entries.
428         (org-agenda-collect-markers, org-create-marker-find-array)
429         (org-check-agenda-marker-table): New functions.
430         (org-agenda-marker-table): New variable.
432 2008-03-08  Glenn Morris  <rmg@gnu.org>
434         (list-diary-entries-hook): Declare for compiler.
435         (org-get-entries-from-diary): Require diary-lib.
437 2008-03-07  Glenn Morris  <rmg@gnu.org>
439         (org-agenda-sunrise-sunset): Require solar.
440         (calendar-longitude, calendar-latitude, calendar-location-name):
441         Declare for compiler.
443 2008-03-07  Bastien Guerry  <bzg@altern.org>
445         * org-export-latex.el (org-export-as-latex): Revert the change
446         that killed the LaTeX buffer.
448         * org-publish.el (org-publish-file): If the publishing function
449         creates a new buffer, kill it after publishing.
451 2008-03-07  Carsten Dominik  <dominik@science.uva.nl>
453         * org.el (org-export-as-html): Revert the change that killed the
454         html buffer.  Side effects first need to be studied carefully.
455         (org-get-tags-at): Fix the structure of the condition-case statement.
457 2008-03-07  Carsten Dominik  <dominik@science.uva.nl>
459         * org.el (org-ts-regexp0, org-repeat-re, org-display-custom-time)
460         (org-timestamp-change): Fix regulear expressions to swallow the
461         extra character for repeat-shift control.
462         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
464 2008-03-06  Bastien Guerry  <bzg@altern.org>
466         * org.el (org-get-legal-level): Aliased to `org-get-valid-level'.
467         (org-dblock-write:clocktable): Added a :link parameter, linking
468         headlines to their location in the Org agenda files.
469         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
470         throwing an error when getting tags before headlines.
472 2008-03-06  Carsten Dominik  <dominik@science.uva.nl>
474         * org.el (org-timestamp-change, org-modify-ts-extra)
475         (org-ts-regexp1): Fix timestamp editing.
477 2008-03-06  Carsten Dominik  <dominik@science.uva.nl>
479         * org.el (org-agenda-custom-commands-local-options): New constant.
480         (org-agenda-custom-commands): Use
481         `org-agenda-custom-commands-local-options' to improve customize
482         type.
484 2008-03-05  Carsten Dominik  <dominik@science.uva.nl>
486         * org.el "htmlize": Removed hack to fix face problem with
487         htmlize, it no longer seem necessary.
489 2008-03-05  Bastien Guerry  <bzg@altern.org>
491         * org.el (org-follow-link-hook): New hook.
492         (org-agenda-custom-commands): Added "Component" as a tag for each
493         item in a command serie.
494         (org-open-at-point): Run `org-follow-link-hook'.
496 2008-03-04  Bastien Guerry  <bzg@altern.org>
498         * org.el (org-agenda-schedule): Bugfix: don't display marker type
499         when it is `nil'.
501 2008-02-19  Phil Jackson  <phil@shellarchive.co.uk>
503         * org.el (org-store-link): org-irc required.
504         * org-irc.el (org-irc-get-erc-link): Fixed to allow the extraction
505         of a nick from both CVS and stable versions of erc.
507 2008-02-19  Carsten Dominik  <dominik@science.uva.nl>
509         * org.el (org-set-regexps-and-options): Parse the new logging
510         options.
511         (org-extract-log-state-settings): New function.
512         (org-todo): Handle the new ways of recording state change stuff.
513         (org-local-logging): New function.
515 2008-02-18  Carsten Dominik  <dominik@science.uva.nl>
517         * org.el (org-columns-open-link): Fixed bug with opening link in
518         column view.
520         * org-mac-message.el (org-mac-message-get-link): New function for
521         non-interactive use.
523 2008-02-17  Carsten Dominik  <dominik@science.uva.nl>
525         * org.el (org-local-logging): New function
527 2008-02-15  Carsten Dominik  <dominik@science.uva.nl>
529         * org.el (org-todo): Make sure that LOGGING properties are
530         honoured.
532 2008-02-14  Carsten Dominik  <dominik@science.uva.nl>
534         * org.el:
535         (org-todo-keywords): Improve docstring.
536         (org-startup-options): Cleanup startup options.
537         (org-set-regexps-and-options): Process the "!" markers.
538         (org-todo): Respect the new logging stuff.
539         (org-log-note-how): New variable.
540         (org-add-log-maybe): New parameter HOW that defines how logging
541         should be done and also overrides PURPOSE.  Add a docstring.
542         (org-add-log-note): Check if we really need to ask for a note.
543         (org-get-current-options): Digest the new keyword.
545         * org.texi (Progress logging): Document the new progress logging
546         stuff.
548 2008-02-13  Carsten Dominik  <dominik@science.uva.nl>
550         * org.el (org-agenda-reset-markers): Renamed from
551         `org-agenda-maybe-reset-markers'.  FORCE argument removed.
552         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
553         function, without force argument.
554         (org-buffer-property-keys): Bind local variables s and p.
556 2008-02-12  Carsten Dominik  <dominik@science.uva.nl>
558         * org.el (org-make-tags-matcher): Allow "" to match an empty or
559         non-existent property value.
560         (org-export-as-html): Join unsorted lists when they directly
561         follow each other.  Such lists may be created by headlines that
562         are converted to lists.
563         (org-nofm-to-completion): New function.
565 2008-02-12  Bastien Guerry  <bzg@altern.org>
567         * org.el (org-export-as-html): Use :html-extension instead of
568         org-export-html-extension.
569         (org-store-link): Support for links from `rmail-summary-mode'.
571 2008-02-11  Carsten Dominik  <dominik@science.uva.nl>
573         * org.el (org-columns-new, org-complete, org-set-property): Set
574         the `include-columns' argument in the call to
575         `org-buffer-property-keys'.
576         (org-buffer-property-keys): New argument `include-columns', to
577         include properties expected by any of the COLUMS formats in the
578         current buffer.
580 2008-02-09  Carsten Dominik  <dominik@science.uva.nl>
582         * org.el (org-cleaned-string-for-export): Get rid of drawers
583         first, so that they will be removed also in the text before the
584         first headline.
586 2008-02-08  Carsten Dominik  <dominik@science.uva.nl>
588         * org.el (org-clock-report): Show the clocktable when found.
589         (org-refile): Fix positioning bug when `org-reverse-note-order' is
590         nil.
592 2008-02-07  Carsten Dominik  <dominik@science.uva.nl>
594         * org.el (org-version): With prefix argument, insert `org-version'
595         at point.
596         (org-agenda-goto): Recenter the window after finding the target
597         location, to make sure the correct position will be displayed.
598         (org-agenda-get-deadlines): Don't scale priority with the warning
599         period.
600         (org-insert-heading): Don't break line in the middle of the line.
602 2008-02-06  Carsten Dominik  <dominik@science.uva.nl>
604         * org.el (org-agenda-get-deadlines): Allow
605         `org-deadline-warning-days' to be 0.
607 2008-02-05  Carsten Dominik  <dominik@science.uva.nl>
609         * org-publish.el (org-publish-timestamp-filename): Protect ":" in
610         file name path under windows.
612         * org.el (org-update-checkbox-count): Revamped to deal with
613         hierarchical beckboxes.  This was a patch from Miguel
614         A. Figueroa-Villanueva.
616 2008-02-04  Carsten Dominik  <dominik@science.uva.nl>
618         * org-mac-message.el: New file.
620         * org.el (org-remove-timestamp-with-keyword): New function.
621         (org-schedule, org-deadline): Use
622         `org-remove-timestamp-with-keyword' to make sure all such time
623         stamps are removed.
624         (org-mode): Support for `align'.
626 2008-02-03  Carsten Dominik  <dominik@science.uva.nl>
628         * org.el (org-agenda-get-deadlines): Make sure priorities increase
629         as the due date approaches and is passed.
630         (org-remember-apply-template): Fixed problem with tags that
631         contain "_" or "@".
633 2008-02-01  Carsten Dominik  <dominik@science.uva.nl>
635         * org.el (org-make-link-regexps): Improve the regular expression
636         for plain links.
638 2008-01-31  Carsten Dominik  <dominik@science.uva.nl>
640         * org.el (org-agenda-get-closed): List each clocking entry.
641         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
642         (org-special-ctrl-k): New option.
643         (org-kill-line): New function.
645 2008-01-26  Carsten Dominik  <dominik@science.uva.nl>
647         * org.el (org-archive-all-done): Fixed incorrect number of stars
648         in regexp.
650 2008-01-25  Carsten Dominik  <dominik@science.uva.nl>
652         * org.el (org-refile-get-location): New function.
653         (org-refile-goto-last-stored): New function.
654         (org-global-tags-completion-table): Add the value of org-tag-alist
655         in each buffer, to make sure that also unused tags will be
656         available for completion.
658 2008-01-24  Carsten Dominik  <dominik@science.uva.nl>
660         * org.el (org-columns-edit-value)
661         (org-columns-next-allowed-value): Only update if not in agenda.
663 2008-01-22  Carsten Dominik  <dominik@science.uva.nl>
665         * org.el (org-clocktable-steps): New function.
666         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
667         (org-archive-subtree): Add the outline tree context as a
668         property.
669         (org-closest-date): New optional argument `prefer'.
670         (org-goto-auto-isearch): New option.
671         (org-goto-map, org-get-location): Implement auto-isearch.
672         (org-goto-local-auto-isearch-map): New variable.
673         (org-goto-local-search-forward-headings)
674         (org-goto-local-auto-isearch): New functions
676 -----------------------------------------------------------------------
678 Installed as 5.19a
681 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
683         * org.el (org-entry-properties): Include the CLOCKSUM special
684         property.
685         (org-columns-edit-value): Do not allow to edit the special
686         CLOCKSUM property.
687         (org-flag-drawer): Use the original value of
688         `outline-regexp'.
689         (org-remember-handler): Add invisible-ok flag to call to
690         `org-end-of-subtree'
691         (org-agenda-highlight-todo): Respect
692         `org-agenda-todo-keyword-format'.
693         (org-agenda-todo-keyword-format): New option.
694         (org-infile-export-plist): No restriction while searching
695         for options.
696         (org-remember-handler): Remove comments at the end of the buffer.
697         (org-remember-use-refile-when-interactive): New option.
698         (org-table-sort-lines): Make sure sorting works on link
699         descritions only, and ignores the link.
700         (org-sort-entries-or-items): Make sure the end of the
701         subtree is included.
702         (org-refile-use-outline-path): New allowed values `file' and
703         `full-file-path'.
704         (org-get-refile-targets): Respect new values for
705         `org-refile-use-outline-path'.
706         (org-agenda-get-restriction-and-command): DEL goes back to initial
707         list.
708         (org-export-as-xoxo): Restore point when done.
709         (org-open-file): Allow multiple %s in command.
710         (org-clock-in-switch-to-state): New option.
711         (org-first-list-item-p): New function.
712         (org-last-remember-storage-locations): New variable.
713         (org-get-refile-targets): Interpret the new maxlevel setting.
714         (org-refile-targets): New option `:maxlevel'.
715         (org-copy-subtree): Include empty lines before but not
716         after subtree.
717         (org-back-over-empty-lines, org-skip-whitespace): New functions.
718         (org-move-item-down, org-move-item-up): Include empty lines before
719         but not after item.
720         (org-first-sibling-p): New function.
721         (org-remember-apply-template): Defaults, completions and
722         history for template prompts.  Also, interpret new `%!' escape.
723         (org-context-choices): New constant.
724         (org-bound-and-true-p): New macro.
725         (org-imenu-depth): New option.
726         (org-imenu-markers): New variable.
727         (org-imenu-new-marker, org-imenu-get-tree)
728         (org-speedbar-set-agenda-restriction): New functions.
729         (org-agenda-set-restriction-lock)
730         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
731         functions.
732         (org-agenda-restriction-lock): New face.
733         (org-agenda-restriction-lock-overlay)
734         (org-speedbar-restriction-lock-overlay): New variables.
735         (org-open-at-point): Removed obsolete way to do redirection in
736         shell links.
737         (org-imenu-and-speedbar): New customization group.
738         (org-entry-properties): Return keyword-less time strings.
739         (org-clock-heading-function): New option.
740         (org-clock-in): Use `org-clock-heading-function'.
741         (org-calendar-holiday): Try to use
742         `calendar-check-holidays' instead of the obsolete
743         `check-calendar-holidays'.
744         (org-export-html-special-string-regexps): New constant.
745         (org-massive-special-regexp): New variable.
746         (org-compute-latex-and-specials-regexp)
747         (org-do-latex-and-special-faces): New functions.
748         (org-latex-and-export-specials): New face.
749         (org-highlight-latex-fragments-and-specials): New option.
750         (org-link-escape-chars): Use characters instead of strings.
751         (org-link-escape-chars-browser, org-link-escape)
752         (org-link-unescape): Use characters instead of strings.
753         (org-export-html-convert-sub-super, org-html-do-expand): Check for
754         protected text.
755         (org-emphasis-alist): Additional `verbatim' flag.
756         (org-set-emph-re): Handle the verbatim flag and compute
757         `org-verbatim-re'.
758         (org-cleaned-string-for-export): Protect verbatim elements.
759         (org-verbatim-re): New variable.
760         (org-hide-emphasis-markers): New option.
761         (org-additional-option-like-keywords): Add new keywords.
762         (org-get-entry): Renamed from `org-get-cleaned-entry'.
763         (org-icalendar-cleanup-string): New function for quoting icalendar
764         text.
765         (org-agenda-skip-scheduled-if-done): New option.
766         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
767         `org-agenda-skip-scheduled-if-done'.
768         (org-prepare-agenda-buffers): Allow buffers as arguments.
769         (org-entry-properties): Add CATEGORY as a special property.
770         (org-use-property-inheritance): Allow a list of properties as a
771         value.
772         (org-eval-in-calendar): No longer update the prompt.
773         (org-read-date-popup-calendar): Renamed from
774         `org-popup-calendar-for-date-prompt'.
775         (org-read-date-display-live): New variable.
776         (org-read-date-display): New function.
777         (org-read-date-analyze): New function.
778         (org-remember-apply-template): Define `remember-finalize' if it is
779         not yet defined.
780         (org-remember-insinuate): New function.
781         (org-read-date-prefer-future): New option.
782         (org-read-date): Respect the setting of
783         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
784         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
785         hardcoded string.
786         (org-remember-apply-template): Use `remember-finalize' instead of
787         `remember-buffer'.
788         (org-columns-compute, org-column-number-to-string)
789         (org-columns-uncompile-format, org-columns-compile-format)
790         (org-columns-compile-format): Handle printf format specifier.
791         (org-columns-new, org-column-number-to-string)
792         (org-columns-uncompile-format, org-columns-compile-format):
793         Support for new currency summary type.
794         (org-tree-to-indirect-buffer): Do not kill old buffer when
795         `org-indirect-buffer-display' is `new-frame'.
796         (org-indirect-buffer-display): Document that `new-frame' leads to
797         indiret buffer proliferation.
798         (org-agenda-list): Use `org-extend-today-until'.
799         (org-extend-today-until): New option.
800         (org-format-org-table-html): Use lower-case for <col> tag.
801         (org-agenda-execute): New command.
802         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
803         (org-select-remember-template): New function.
804         (org-remember-apply-template): Use `org-select-remember-template'.
805         (org-go-to-remember-target): New function.
807         * org-publish.el (org-publish-current-project): Fix bug with
808         forcing publication.
810         * org.texi (Property inheritance): New section
811         (Conventions): New section.
812         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
813         commands, and the new bindings for refiling.
814         (Sparse trees): Document the new special command for sparse trees.
815         (References): Be more clear about the counting of hilines.
816         (Handling links): Document M-p/n for accessing links.
817         (Fast access to TODO states): New section.
818         (Per file keywords): New section.
819         (Property inheritance): New section.
820         (Column attributes): New summary types.
821         (Capturing Column View): New section.
822         (The date/time prompt): Cover the new features in the date/time
823         prompt.  Compactify the table of keys for the calendar remote
824         control.
825         (Clocking work time): Document the new :scope parameter.
826         (Remember): Promoted to chapter.
827         (Quoted examples): New section.
828         (Enhancing text): New verbatim environments.
830 2007-11-04  Bastien Guerry  <Bastien.Guerry@ens.fr>
832         * org.el (org-export-with-special-strings): New option.
833         (org-export-html-convert-special-strings): New function.
834         (org-html-do-expand): `org-export-html-convert-special-strings'
835         added to the list of conversion.
836         (org-infile-export-plist, org-get-current-options): Added support
837         for "-" in the #+OPTION line to let user switch on/off special
838         strings conversion.
839         (org-export-plist-vars): New :html-table-tag property.
840         (org-export-as-html, org-format-org-table-html)
841         (org-format-table-table-html) Use the :html-table-tag property
842         instead of the `org-export-html-table-tag' global value.
843         (org-additional-option-like-keywords): Added "TBLFM".
845 2007-11-27  Bastien Guerry  <bzg@altern.org>
847         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
848         (org-export-latex-special-chars): Convert "..." in \ldots and skip
849         tables
850         (org-export-latex-fontify-headline): Changed parameter name
851         (org-export-as-latex): Handle export of subtrees
852         (org-export-latex-make-header): New argument TITLE
853         (org-export-latex-content): New argument EXCLUDE-LIST
854         (org-list-parse-list): New name for org-export-latex-parse-list
855         (org-export-latex-make-header): New name for
856         org-export-latex-make-preamble
857         (org-list-to-generic): New name of org-export-list-to-generic
858         (org-list-to-latex): New name of org-export-list-to-latex
859         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
860         (org-list-send-list, org-list-to-texinfo)
861         (org-list-to-html): New functions
862         (org-export-latex-tables-column-borders)
863         (org-export-latex-default-class, org-export-latex-classes)
864         (org-export-latex-classes-sectioning)
865         (org-list-radio-list-templates): New options
866         (org-export-latex-header): New variable
867         (org-latex-entities): New constant
868         (org-export-latex-default-sectioning, org-export-latex-preamble)
869         (org-export-latex-prepare-text-option)
870         (org-export-latex-get-sectioning): Removed
873 -----------------------------------------------------------------------
875 Installed as 5.13g
877 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
879         * org.el (org-remember-handler): Make sure the amount of
880         whitespace after the note is right.
882 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
884         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
885         instead of `mapcar'.
887         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
888         instead of `mapcar'.
889         (org-agenda-list): Numeric prefix argument can specify the number
890         of days.
891         (remember-register, remember-buffer): Prevent byte compiler from
892         complaining.
895         * org.el (org-agenda-get-restriction-and-command): Fix window
896         size.
897         (org-read-date-get-relative): Require [-+] at the beginning.
898         (org-open-link-from-string): New function.
899         (org-columns-open-link): New commands.
900         (org-scan-tags): Handle indirect buffers.
901         (org-read-date-get-relative): New function.
902         (org-agenda-file-regexp): New variable.
903         (org-agenda-files): Allow directories in the variable.
904         (org-agenda-get-restriction-and-command): New function.
905         (org-agenda): Use `org-agenda-get-restriction-and-command'.
906         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
907         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
908         New functions.
909         (org-entry-add-to-multivalued-property)
910         (org-entry-remove-from-multivalued-property)
911         (org-entry-member-in-multivalued-property): New functions.
912         (org-remember-apply-template): Catch C-g and make sure window
913         configuration is restored.
914         (org-agenda-open-link): Make is work with several links in the
915         line.
916         (org-drawers, org-set-regexps-and-options)
917         (org-get-current-options): Added support for a DRAWERS in-buffer
918         option.
919         (org-agenda-window-frame-fractions): New option.
920         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
921         (org-columns-cleanup-item, org-find-entry-with-id)
922         (org-insert-columns-dblock, org-listtable-to-string)
923         (org-dblock-write:columnview, org-columns-capture-view)
924         (org-edit-headline): New functions.
925         (org-agenda-to-appt): Require calendar.
926         (org-entry-get-with-inheritance): Widen for search.
927         (org-columns-display-here): Don't mark buffer as modified when
928         adding space characters to accomodate column overlays.
929         (org-export-as-html): Better formatting of tags in the toc.
930         (org-columns-display-here): Make the ITEM column as compact as
931         possible.
932         (org-remember-templates): Customization interface improved.
933         (org-export-with-property-drawer): Variable removed.
934         (org-export-with-drawers): New option.
935         (org-complex-heading-regexp): New variable.
936         (org-sort-entries): Rewrite using `sort-subr'.
937         (org-set-property): More appropriate completion during interactive
938         use.
939         (org-sort-entries): Allow sorting by property.
940         (org-additional-option-like-keywords): Added more values.
941         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
943 ----------------------------------------------------------------------
945 installed as 5.12
947 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
950         * org.texi: Small fixes.
952 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
954         * org.el (org-get-date-from-calendar): New function.
955         (org-at-timestamp-p, org-timestamp-change)
956         (org-remember-templates): First element of each entry is now a
957         name for the template.
958         (org-store-log-note): Check for `org-note-abort'.
959         (org-kill-note-or-show-branches): New command.
960         (org-fontify-priorities): New option.
961         (org-fontify-priorities): New function.
962         (org-cut-subtree, org-copy-subtree): New argument N to
963         act on N sequential subtrees.
964         (org-paste-subtree): Fix the level at which a tree is pasted.
965         (org-fit-agenda-window): Limitations on window size removed.
966         (org-agenda-find-same-or-today-or-agenda): Renamed from
967         `org-agenda-find-today-or-agenda'. 
968         (org-scheduled-past-days): New option.
969         (org-agenda-scheduled-leaders)
970         (org-agenda-deadline-leaders): New options.
971         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
972         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
973         (org-export-with-tags, org-export-plist-vars)
974         (org-infile-export-plist): New "tags" option.
975         (org-use-property-inheritance): New option.
976         (org-cached-entry-get): Use `org-use-property-inheritance'.
977         (org-remember-apply-template): Fixed typo.
979 ----------------------------------------------------------------------
980 Installed as 5.11
981         
983 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
985         * org.el (org-additional-option-like-keywords): New constant.
986         (org-complete): Use `org-additional-option-like-keywords'.
987         (org-parse-local-options): New function.
989 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
991         * org.el (org-in-clocktable-p): New function.
992         (org-clock-report): Only update the table at point, or insert a
993         new one.
994         (org-clock-goto): New function.
995         (org-open-file): Use `start-process-shell-command' instead of
996         `shell-command' with an ampersand. 
997         (org-deadline, org-schedule): New argument REMOVE to remove the
998         date from the entry.
999         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1000         argument to `org-schedule' and `org-deadline'.
1001         (org-trim): Use the correct expressions for beginning and end of
1002         the string.
1003         (org-get-cleaned-entry): Trim the string before returning it.
1004         (org-clock-find-position): New function.
1005         (org-clock-into-drawer): New option.
1006         (org-agenda-tags-column): Renamed from
1007         `org-agenda-align-tags-to-column'. 
1008         (org-agenda-align-tags): Allow negative values for
1009         `org-agenda-tags-column'.
1010         (org-insert-labeled-timestamps-before-properties-drawer): Variable
1011         removed.
1012         (org-agenda-to-appt): new optional argument FILTER.
1013         (org-completion-fallback-command): New variable.
1014         (org-complete): Use `org-completion-fallback-command'.
1015         (org-find-base-buffer-visiting): Catch the case that there is no
1016         buffer visiting the file.
1017         (org-property-or-variable-value): New function.
1018         (org-todo): Use `org-property-or-variable-value'
1019         (org-agenda-compact-blocks): New option.
1020         (org-prepare-agenda, org-agenda-list): Use
1021         `org-agenda-compact-blocks'.
1022         (org-agenda-schedule, org-agenda-deadline): Call
1023         `org-agenda-show-new-time'.
1024         (org-agenda-show-new-time): New argument PREFIX.
1025         (org-colgroup-info-to-vline-list): Fixed but that cause a
1026         shift in the vertical lines.
1027         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1028         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1029         (org-indent-item): No arg in call to `org-fix-bullet-type'.
1030         (org-fix-bullet-type): Removed argument.
1031         (org-read-date): Check for am/pm twice, to catch the end time.
1032         (org-goto-map): Use `suppress-keymap'.
1033         (org-remember-apply-template): Respect the dynamically scoped
1034         selection character.
1036         * org.texi (Appointment reminders): New section.
1038 2007-10-05  Bastien Guerry  <Bastien.Guerry@ens.fr>
1040         * org-export-latex.el (org-export-latex-protect-string): 
1041         Renaming of `org-latex-protect'.
1042         (org-export-latex-emphasis-alist): By default, don't protect 
1043         any emphasis formatter from further conversion.
1044         (org-export-latex-tables): honor column grouping for tables.
1045         (org-export-latex-title-command): New option.
1046         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
1047         export backslash character.
1049 ------------------------------------------------------------
1050 Installed as 5.10
1052 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1054         * org.el (turn-on-orgstruct++): New function.
1055         (org-table-convert-region): Prefix arg interpreted differently in
1056         terms of field separator.
1057         (org-icalendar-include-body-as-description): New option.
1058         (org-export-icalendar-clean-description): New function.
1059         (org-link-escape): New argument TABLE.
1060         (org-link-escape-chars-browser): New constant.
1061         (org-open-at-point): Call `org-link-escape' with new argument.
1062         (org-export-html-extension): New option.
1063         (org-read-date): New argument DEFAULT-TIME.  No longer determine
1064         default time from buffer context.
1065         (org-time-stamp): Pass default time to `org-read-date'.
1066         (org-refresh-category-properties): New function.
1067         (org-dblock-write:clocktable): Interpret the :scope parameter.
1068         (org-archive-subtree): Use category properties.
1069         (org-prepare-agenda-buffers): Call
1070         `org-refresh-category-properties'.
1071         (org-category-table): Variable removed.
1072         (org-get-category-table): Function removed.
1073         (org-get-category): Just get the property now.
1074         (org-tags-view, org-agenda-get-day-entries)
1075         (org-print-icalendar-entries): No longer create the category table.
1076         (org-columns-check-computed): New function.
1077         (org-columns-compute): Mark computed values.
1078         (org-columns-update): Set also the `org-columns-value' property.
1079         (org-indent-item): Fix bullet type before thinking about
1080         renumbering.
1082 2007-09-26  Bastien Guerry  <Bastien.Guerry@ens.fr>
1084         * org-export-latex.el (org-export-latex-emphasis-alist): 
1085         Each list of the alist now requires three elements.
1086 -----------------------------------------------------------------
1087 Installed as 5.09
1088         
1089         2007-09-14  Bastien Guerry  <bzg@altern.org>
1091         * org-export-latex.el (org-export-latex-tables-verbatim): New
1092         function.
1093         (org-export-latex-remove-from-headlines): Name changed because of
1094         typo. 
1095         (org-export-latex-quotation-marks-convention): Option removed.
1096         (org-export-latex-make-preamble): Handle the DATE option.
1097         (org-export-latex-cleaned-string): Now the only cleaning function,
1098         synched up with org.el.
1099         (org-export-latex-lists, org-export-latex-parse-list)
1100         (org-export-list-to-latex): New functions.
1103 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
1105         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1106         (org-outline-regexp): New constant.
1107         (org-remember-handler): Throw error when the target file is not in
1108         org-mode.
1109         (org-cleaned-string-for-export): No longer call
1110         `org-export-latex-cleaned-string' with an argument.
1111         (org-get-tags): Returns now a list, not a string.
1112         (org-get-tags-string): New function.
1113         (org-archive-subtree): No need to split return of `org-get-tags'.
1114         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1115         instead of `org-get-tags'.
1116         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
1117         (org-time-from-absolute, org-agenda-format-date-aligned): New
1118         functions.
1119         (org-compatible-face): New argument INHERITS.  Inherit from this
1120         face if possible.
1121         (org-level-1, org-level-2, org-level-3, org-level-4)
1122         (org-level-5, org-level-6, org-level-7, org-level-8)
1123         (org-special-keyword, org-drawer, org-column, org-warning)
1124         (org-archived, org-todo, org-done, org-headline-done, org-table)
1125         (org-formula, org-code, org-agenda-structure)
1126         (org-scheduled-today, org-scheduled-previously)
1127         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1128         in the new way.
1129         (org-get-heading): New argument NO-TAGS.
1130         (org-fast-tag-selection-include-todo): Made defvar instead of
1131         defcustom, feature is not deprecated.
1132         (org-remember-store-without-prompt): New default value t.
1133         (org-todo-log-states): New variable.
1134         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1135         Compute the log states.
1136         (org-goto-map): More commands copied from global map.  Also bind
1137         `org-occur'.
1138         (org-goto): Made into a general lookup command.
1139         (org-get-location): Complete rewrite.
1140         (org-goto-exit-command): New variable.
1141         (org-goto-selected-point): New variable.
1142         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
1143         the new variables.
1144         (org-paste-subtree): Whitespace insertion strategy revised.
1145         (org-remember-apply-template): Protect v-A from the possibility
1146         that v-a might be nil.
1147         (org-remember-handler): Insertion rules revised.
1148         (org-todo): Respect org-todo-log-states.
1149         (org-up-heading-safe): New function.
1150         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1152         * org.texi: Change links to webpage and maintained email.
1153         (Remember): Promoted to Chapter, significant changes.
1154         (Fast access to TODO states): New section.
1155         (Faces for TODO keywords): New section.
1156         (Export options): Example for #+DATE.
1157         (Progress logging): Section moved.
1159 ----------------------------------------------------------------------
1160 installed in Emacs as 5.08
1162 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
1164         * org.el (org-re): Also replace the :alpha: class.
1165         (org-todo-tag-alist): Variable removed.
1166         (org-todo-key-alist, org-todo-key-trigger) New variables.
1167         (org-use-fast-todo-selection): New option.
1168         (org-log-done): Docstring fixed.
1169         (org-deadline-warning-days): New default value 14.
1170         (org-edit-timestamp-down-means-later) New option.
1171         (org-tag-alist): Docstring fixed.
1172         (org-fast-tag-selection-include-todo): New option.
1173         (org-export-language-setup): New languages added.
1174         (org-set-regexps-and-options): Compute the new variables.
1175         (org-paste-subtree): Cleaning up.
1176         (org-remember-apply-template): New escape %A.
1177         (org-todo): Call fast TODO selection.
1178         (org-fast-todo-selection): New function.
1179         (org-add-log-note): Allow prefix for abort exit.
1180         (org-at-property-p, org-entry-properties)
1181         (org-columns-get-autowidth-alist): Use :alpha: class.
1182         (org-get-wdays): New function.
1183         (org-agenda-remove-date): New variable.
1184         (org-agenda-get-deadlines): Use `org-get-wdays'.
1185         (org-agenda-get-deadlines): Reverse ee before returning.
1186         (org-format-agenda-item): New argument REMOVE-RE.
1187         (org-agenda-convert-date): Baha'i calendar added.
1188         (org-infile-export-plist): Also find DATE line.
1189         (org-get-min-level): New function.
1190         (org-export-as-html, org-export-as-ascii): Use the date format.
1191         (org-shiftup, org-shiftdown): Use.
1192         `org-edit-timestamp-down-means-later'.
1193         (org-assign-fast-keys): New function.
1195 ----------------------------------------------------------------------
1197 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
1199         * org.el (org-export-visible): Fix drawers before export.
1200         (org-do-sort): Allow sorting by priority.
1201         (org-agenda-files): Ignore non-existing files.
1202         (org-agenda-skip-unavailable-files): New variable.
1203         (org-ellipsis): All a face as value.
1204         (org-mode): Interprete the face value of `org-ellipsis'.
1205         (org-archive-save-context-info): New option.
1206         (org-archive-subtree): Store context info in archived entry.
1207         (org-fast-tag-selection-can-set-todo-state): New variable.
1208         (org-fast-tag-selection): Allow setting TODO states through this
1209         interface.
1210         (org-cycle): Docstring updated.
1211         (org-todo-keyword-faces): New option.
1212         (org-get-todo-face): New function.
1213         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
1214         `org-get-todo-face'.
1215         (org-switch-to-buffer-other-window): New function.
1216         (org-table-edit-field, org-table-show-reference)
1217         (org-table-edit-formulas, org-add-log-note)
1218         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
1219         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
1220         `switch-to-buffer-other-window' to make sure that the temporary
1221         windows show up on the current frame.
1222         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
1223         (org-get-entries-from-diary, org-replace-region-by-html): Don't
1224         allow pop-up frames.
1225         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
1226         problems with time-of-day.
1227         (org-export-get-title-from-subtree): New function.
1228         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
1229         with listing items that are DONE.
1230         (org-change-tag-in-region): New command.
1231         (org-agenda-skip-scheduled-if-done)
1232         (org-agenda-skip-deadline-if-done): Docstring clarified.
1233         (org-mode): Hide drawers on startup.
1234         (org-get-todo-face): New function.
1235         (org-todo-keyword-faces): New option.
1237 -------------------------------------------------------------------------       
1239 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
1241         * org.el (org-agenda-skip): Allow a form for
1242         `org-agenda-skip-function'.
1243         (org-agenda-redo): Re-use local settings.
1244         (org-agenda): Store local settings.
1245         (org-agenda-deadline-faces): New option.
1246         (org-agenda-deadline-face): New function.
1247         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
1248         entries on their due date.
1249         (org-agenda-get-timestamps): No longer handle the due dates of
1250         schedules and deadline items.
1251         (org-insert-link-global, org-open-at-point-global): New commands.
1252         (org-export-as-ascii): Call
1253         `org-cleaned-string-for-export' with a :for-ascii parameter.
1254         (org-skip-comments): Function removed.
1255         (org-cleaned-string-for-export): Handle special table lines.
1256         (org-global-properties): New option.
1257         (org-entry-get-with-inheritance): Check global properties.
1258         (org-local-properties): New variable.
1259         (org-set-regexps-and-options): Find the #+PROPERTY line.
1260         (org-link-types): Change type into variable (was constant).
1261         (org-make-link-regexps): New function.
1262         (org-link-re-with-space, org-link-re-with-space2)
1263         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
1264         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
1265         these regular expressions happens now in the function
1266         `org-make-link-regexps'.
1267         (org-store-link): Call the functions in `org-store-link-functions'.
1268         (org-add-link-type): New function.
1269         (org-store-link-functions): New variable.
1270         (org-activate-tags): Force matches to be in headlines.
1271         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
1272         (org-columns-display-here): Make sure this works in a narrowed
1273         buffer by checking for point-min.
1274         (org-columns-display-here): Make the rest of the line intangible,
1275         so that point never can be there.
1276         (org-cleaned-string-for-export): Use `with-current-buffer'.
1277         (org-replace-region-by-html): Use `with-current-buffer'.
1278         (org-unfontify-region, org-do-occur, org-columns-display-here)
1279         (org-columns-remove-overlays, org-columns-quit)
1280         (org-columns-edit-value, org-columns-next-allowed-value)
1281         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
1282         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
1283         (org-agenda-todo, org-agenda-change-all-lines)
1284         (org-agenda-align-tags, org-agenda-priority)
1285         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
1286         (org-agenda-show-new-time, org-cleaned-string-for-export)
1287         (org-export-grab-title-from-buffer): 
1288         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
1289         instead of `buffer-read-only'.
1290         (org-export-as-html): Set `coding-system-for-write'.
1291         (org-remember-store-without-prompt): New option.
1292         (org-archive-subtree): Fixed bug with modifying TODO keyword.
1293         (org-beginning-of-line): Also treat C-a special in items.
1294         (org-table-convert-refs-to-rc): Fixed problem with column
1295         reference after "..".
1296         (org-columns-compute): Don't mark buffer modified because of text
1297         properties.
1298         (org-batch-store-agenda-views): Use the variable
1299         `default-directory', not the function.
1300         (org-clock-out-if-current): Respect
1301         `org-clock-out-when-done'.
1302         (org-clock-out-when-done): New option.
1303         (org-html-entities): Added HTML entities for smileys.
1305         * org.texi (Adding hyperlink types): New section.
1306         (Embedded LaTeX): Chapter updated because of LaTeX export.
1307         (LaTeX export): New section.
1308         (Using links out): New section.
1311 -----------------------------------------------------------------
1313 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
1315         * org.texi (Properties and columns): Chapter rewritten.
1317 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
1319         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
1320         span as default.
1322         (org-columns-edit-value): Renamed from `org-column-edit'.
1323         (org-columns-display-here-title): Renamed from
1324         `org-overlay-columns-title'.
1325         (org-columns-remove-overlays): ` Renamed from
1326         org-remove-column-overlays'.
1327         (org-columns-get-autowidth-alist): ` Renamed from
1328         org-get-columns-autowidth-alist'.
1329         (org-columns-display-here): Renamed from `org-overlay-columns'.
1330         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
1331         (org-columns-quit): Renamed from `org-column-quit'.
1332         (org-columns-show-value): Renamed from `org-column-show-value'.
1333         (org-columns-content, org-columns-widen)
1334         (org-columns-next-allowed-value)
1335         (org-columns-edit-allowed, org-columns-store-format)
1336         (org-columns-uncompile-format, org-columns-redo)
1337         (org-columns-edit-attributes, org-delete-property)
1338         (org-set-property, org-columns-update)
1339         (org-columns-compute, org-columns-eval)
1340         (org-columns-not-in-agenda, org-columns-compute-all)
1341         (org-property-next-allowed-value)
1342         (org-columns-compile-format)
1343         (org-fill-paragraph-experimental)
1344         (org-string-to-number, org-property-action)
1345         (org-columns-move-left, org-columns-new )
1346         (org-column-number-to-string)
1347         (org-property-previous-allowed-value)
1348         (org-at-property-p, org-columns-delete)
1349         (org-columns-previous-allowed-value)
1350         (org-columns-move-right, org-columns-narrow)
1351         (org-property-get-allowed-values)
1352         (org-verify-version, org-column-string-to-number)
1353         (org-delete-property-globally): New functions.
1354         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
1355         (org-columns-overlays): Renamed from `org-column-overlays'.
1356         (org-columns-map): Renamed from `org-column-map'.
1357         (org-columns-current-maxwidths): Renamed from
1358         `org-current-columns-maxwidths'.
1359         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1360         (org-previous-header-line-format)
1361         (org-columns-inhibit-recalculation) 
1362         (org-columns-top-level-marker): New variables.
1363         (org-columns-default-format): Renamed from
1364         `org-default-columns-format'.
1365         (org-property-re): New constant.
1367         
1369 =====================================================================
1371 Installed as 5.01b      
1373 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1375         * org.el (orgstruct-mode-map): New variable.
1376         (orgstruct-mode): New minor mode.
1377         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1378         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1379         (org-run-like-in-org-mode): New functions.
1380         (org-cycle-list-bullet): New command.
1381         (org-special-properties, org-property-start-re)
1382         (org-property-end-re): New constants.
1383         (org-with-point-at): New macro.
1384         (org-get-property-block, org-entry-properties, org-entry-get)
1385         (org-entry-delete, org-entry-get-with-inheritance)
1386         (org-entry-put, org-buffer-property-keys): New functions.
1387         (org-insert-property-drawer): New command.
1388         (org-entry-property-inherited-from): New variable.
1389         (org-column): New face.
1390         (org-column-overlays, org-current-columns-fmt)
1391         (org-current-columns-maxwidths, org-column-map): New variables.
1392         (org-column-menu): New menu.
1393         (org-new-column-overlay, org-overlay-columns)
1394         (org-overlay-columns-title, org-remove-column-overlays)
1395         (org-column-show-value, org-column-quit, org-column-edit): New
1396         functions.
1397         (org-columns, org-agenda-columns): New commands.
1398         (org-get-columns-autowidth-alist): New functions.
1399         (org-properties): New customize group.
1400         (org-default-columns-format): New option.
1402 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
1404         * org.el (org-priority): Realign tags after changing priority. 
1405         (org-preserve-lc): New macro.
1406         (org-update-checkbox-count): Catch case when there is no headline.
1407         (org-agenda-quit): Remove any column overlays.
1409 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
1411         * org.el (org-beginning-of-item-list): Fixed bug when non-item
1412         line is indented too deep.
1414 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
1416         * org.el (org-cached-props): New variable.
1417         (org-cached-entry-get): New function.
1418         (org-make-tags-matcher): Handle property matches.
1420 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
1422         * org.el (org-table-recalculate): Swap evaluation order:  Field
1423         formula first, then column formulas, but don't allow them to
1424         overwrite the field formulas.
1425         (org-table-eval-formula): New argument untouchable.
1426         (org-table-put-field-property): New function.
1428 ========================================================================
1430 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1432         * org.el (org-export-with-footnotes): New option.
1434 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
1436         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
1437         (org-agenda-default-appointment-duration): New option.
1439 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
1441         * org.texi (Tag): Section swapped with node Timestamps.
1442         (Formula syntax for Lisp): Document new `L' flag.
1444         * org.el (org-end-time-was-given): New variable.
1445         (org-read-date): Look for time range.
1446         (org-timestamp-change): Deal with time range issues.
1447         (org-modify-ts-extra): New function.
1448         (org-remember-apply-template, org-add-planning-info)
1449         (org-time-stamp, org-time-stamp-inactive): Make use of
1450         `org-end-time-was-given'.
1451         (org-set-regexps-and-options, org-activate-tags)
1452         (org-archive-subtree, org-toggle-tag)
1453         (org-make-org-heading-search-string, org-open-at-point)
1454         (org-link-search, org-remember-handler, org-complete)
1455         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
1456         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
1457         (org-agenda-list-stuck-projects, org-format-agenda-item)
1458         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
1459         (org-ascii-level-start, org-export-as-html)
1460         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
1461         to match tags, in order to allow lanufage-specific characters in
1462         tags.
1463         (org-beginning-of-item-list): New command.
1464         (org-target): New face.
1465         (org-activate-links): New link type target.
1469 ======================================================================
1470         
1471 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1473         * textmodes/org.el:
1474         (org-export-region-as-html, org-replace-region-by-html)
1475         (org-number-to-letters, org-table-fedit-finish)
1476         (org-normalize-color, org-table-fedit-ref-right)
1477         (org-date-to-gregorian, org-table-fedit-move)
1478         (org-table-convert-refs-to-rc, org-calendar-holiday)
1479         (org-table-fedit-toggle-ref-type, org-write-agenda)
1480         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1481         (org-defkey, org-encode-for-stdout)
1482         (org-indent-line-function, org-export-as-html-to-buffer)
1483         (org-store-agenda-views, org-update-mode-line)
1484         (org-find-if, org-delete-all)
1485         (org-table-fedit-convert-buffer, org-emphasize)
1486         (org-uniquify, org-table-fedit-lisp-indent)
1487         (org-table-fedit-scroll, org-get-todo-sequence-head)
1488         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1489         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1490         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1491         (org-table-fedit-line-up, org-table-fedit-ref-down)
1492         (org-table-formula-from-user, org-mode-flyspell-verify)
1493         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1494         (org-table-formula-to-user, org-diary-to-ical-string)
1495         (orgtbl-export, org-table-fedit-post-command)
1496         (org-closed-in-range, org-shiftcontrolright)
1497         (org-table-convert-refs-to-an, org-table-hline-and-move)
1498         (org-table-formula-less-p, org-format-table-ascii)
1499         (org-agenda-get-sexps, org-shift-refpart)
1500         (org-diary-sexp-entry, org-time-string-to-absolute)
1501         (org-table-show-reference, org-letters-to-number)
1502         (org-fix-agenda-info, org-table-fedit-ref-up)
1503         (org-table-fedit-shift-reference, org-table-fedit-abort)
1504         (org-closest-date, org-shiftcontrolleft)
1505         (org-at-heading-or-item-p, org-rematch-and-replace)
1506         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
1507         function.
1508         (org-table-edit-scroll-down, org-finish-edit-formulas)
1509         (org-table-edit-next-field, org-abort-edit-formulas)
1510         (org-font-lock-level, org-export-find-first-heading-line)
1511         (org-table-edit-line-down, org-table-edit-backward-field)
1512         (org-edit-formula-lisp-indent, org-table-edit-move)
1513         (org-check-log-option, org-this-word)
1514         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1515         (org-agenda-file-to-end, org-expand-file-name)
1516         (org-fake-empty-table-line, org-table-edit-scroll)
1517         (org-toggle-log-option, org-show-reference): Function removed.
1518         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
1519         defsubst.
1520         (org-unmodified, org-batch-store-agenda-views)
1521         (org-batch-agenda-csv): New macro.
1522         (org-agenda-export): New customization group.
1523         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1524         (org-highest-priority, org-agenda-exporter-settings)
1525         (org-log-done-with-time, org-replace-disputed-keys)
1526         (org-format-latex-header, org-export-table-header-tags)
1527         (org-cycle-separator-lines, org-export-table-data-tags)
1528         (org-icalendar-include-sexps)
1529         (org-empty-line-terminates-plain-lists)
1530         (org-log-repeat, org-special-ctrl-a)
1531         (org-table-use-standard-references, org-disputed-keys)
1532         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1533         (org-agenda-export-html-style): New option.
1534         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
1535         (org-CUA-compatible): Option removed.
1536         (org-agenda-structure,  org-sexp-date): New face.
1537         (org-todo-keywords-for-agenda, org-not-done-keywords)
1538         (org-planning-or-clock-line-re, org-agenda-name)
1539         (org-table-colgroup-info, org-todo-sets)
1540         (constants-unit-system, org-clock-mode-line-entry)
1541         (org-mode-line-timer, org-table-current-begin-pos)
1542         (org-todo-keywords-1, org-mode-line-string)
1543         (org-table-clean-did-remove-column, org-table-fedit-map)
1544         (org-clock-heading, org-table-buffer-is-an)
1545         (org-agenda-info, org-done-keywords)
1546         (org-done-keywords-for-agenda, org-todo-heads)
1547         (org-todo-kwd-alist, org-clock-start-time): New variable.
1548         (org-todo-kwd-priority-p, org-edit-formulas-map)
1549         (org-repeat-re, org-todo-kwd-max-priority)
1550         (org-version, org-done-string)
1551         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
1552         removed.
1553         (org-table-translate-regexp, org-repeat-re, org-version): New
1554         constant.
1555         (org-ts-lengths): Constant removed.
1556         (org-follow-gnus-link): Don't ask how many articles to read.
1557         (org-export-find-first-export-line): Renamed from
1558         `org-export-find-first-heading'.  Use
1559         `org-export-skip-text-before-1st-heading'.
1560         (org-table-fedit-post-command): Renamed from
1561         `org-table-edit-formulas-post-command'.
1562         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
1563         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
1564         (org-table-fedit-lisp-indent): Renamed from
1565         `org-edit-formula-lisp-indent'.
1566         (org-table-show-reference): Renamed from `org-show-reference'.
1567         (org-table-store-formulas): Use `org-table-formula-less-p'.
1568         (org-table-edit-formulas): Position cursor to current field
1569         equation.
1570         (org-update-checkbox-count, org-hide-archived-subtrees)
1571         (org-timestamp-up-day, org-timestamp-down-day)
1572         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1573         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1574         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1575         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
1576         `org-on-heading-p' also check for invisible heading.
1577         (org-read-date): Match am/pm times.
1578         (org-eval-in-calendar): Fix default date in prompt.
1580 -------------------------------------------------------------------------
1582 installed as 4.67
1583         
1584 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1586         * org.texi (The spreadsheet): Renamed from "Table calculations".
1587         Completely reorganized and rewritten.
1588         (CamelCase links): Section removed. 
1589         (Repeating items): New section.
1590         (Tracking TODO state changes): New section.
1591         (Agenda views): Chapter reorganized and rewritten.
1592         (HTML export): Section rewritten.
1593         (Tables in arbitrary syntax): New section.
1594         (Summary): Better feature summary.
1595         (Activation): Document problem with cut-and-paste of Lisp code
1596         from PDF files.
1597         (Visibility cycling): Document indirect buffer use.
1598         (Structure editing): Document sorting.
1599         (Remember): Section rewritten.
1600         (Time stamps): Better description of time stamp types.
1601         (Tag searches): DOcument regular expression search for tags.
1602         (Stuck projects): New section.
1603         (In-buffer settings): New keywods.
1604         (History and Acknowledgments): Updated description.
1606 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
1608         * org.el (org-table-overlay-coordinates)
1609         (org-table-toggle-coordinate-overlays): New functions.
1610         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1611         New variables.
1612         (org-startup-with-deadline-check): Option removed.
1613         (org-mode): Remove deadline check on startup.
1614         (org-table-limit-column-width): Option removed.
1615         (org-table-formula-numbers-only): Option removed.
1616         (org-link-style, org-link-format): Options removed.
1617         (org-select-agenda-window, org-fit-agenda-window): Options
1618         removed. 
1619         (org-export-ascii-show-new-buffer)
1620         (org-export-html-show-new-buffer): Options removed.
1621         (org-activate-links): Camel option removed.
1622         (org-file-link-context-use-camel-case): Option removed.
1623         (org-camel-regexp): Veriable removed.
1624         (org-activate-camels): Function removed.
1625         (org-store-link): Removed Camel stuff.
1626         (org-make-org-heading-camel): Function removed.
1627         (org-open-at-point): Removed camel stuff.
1628         (org-link-search): Removed camel stuff.
1629         (org-camel-to-words): Function removed.
1630         (org-get-agenda-file-buffer): Make sure we prepare the
1631         base buffers, not any indirect buffers.
1632         (org-sort-entries): Sort top-level when not on a
1633         headline, and no active region.
1634         (org-in-regexp): New function.
1635         (org-search-not-self): Renamed from `org-search-not-link'.
1636         (org-open-link-marker): New variable.
1637         (org-open-at-point): Set `org-open-link-marker'.
1638         (org-print-icalendar-entries): Fixed bug with excluding DONE
1639         entries from the exported list.
1640         (org-edit-formula-lisp-indent): New command.
1641         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1642         (orgtbl-to-latex, orgtbl-insert-radio-table)
1643         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1644         (orgtbl-radio-table-templates): New option.
1645         (org-store-link-props): 
1646         (org-remember-templates): More possibilities to insert
1647         info into templates.
1648         (org-remember-apply-template): Make use of the extended template
1649         capabilities.
1650         (org-remember-redo-template): New command.
1651         (org-upgrade-old-links)
1652         (org-table-modify-formulas, org-table-replace-in-formulas)
1653         (org-table-find-dataline)
1654         (org-table-get-vertical-vector): Functions removed.
1655         (org-table-remove-rectangle-highlight)
1656         (org-time-stamp-format, org-toggle-log-option)
1657         (org-table-highlight-rectangle)
1658         (org-table-iterate, org-table-make-reference): 
1659         (org-translate-time, org-tree-to-indirect-buffer)
1660         (org-table-field-info, org-table-fix-formulas)
1661         (org-table-force-dataline, org-table-get-descriptor-line)
1662         (org-table-get-range)
1663         (org-skip-comments, org-sort)
1664         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1665         (org-table-current-dline, org-table-current-field-formula)
1666         (org-table-edit-backward-field)
1667         (org-table-edit-formulas-post-command)
1668         (org-table-edit-line-down, org-table-edit-line-up)
1669         (org-agenda-archive)
1670         (org-agenda-clock-cancel)
1671         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1672         (org-agenda-open-link, org-agenda-show-new-time)
1673         (org-agenda-skip-subtree-when-regexp-matches)
1674         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1675         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1676         (org-do-sort, org-file-image-p, org-find-overlays)
1677         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1678         (org-highlight-until-next-command, org-isearch-end)
1679         (org-match-any-p, org-next-link, org-previous-link): 
1680         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1681         (org-rewrite-old-row-references)
1682         (org-isearch-post-command)
1683         (org-table-edit-move, org-table-edit-next-field)
1684         (org-table-edit-scroll, org-table-edit-scroll-down)
1685         (org-set-frame-title, org-show-reference)
1686         (org-unhighlight-once, org-verify-change-for-undo): New
1687         functions. 
1688         (org-show-variable): Command removed.
1689         (org-add-log-maybe): New arguments STATE, FINDPOS
1690         (org-table-sort-lines): Rewritten from scratch.
1691         (org-link-search): New argument AVOID-POS.
1692         (org-print-icalendar-entries): Argument CATEGORY removed. 
1693         (org-run-agenda-series): Argument WONDOW removed.
1694         (org-next-link, org-previous-link): New commands.
1695         (org-agenda-date-format): New option.
1696         (org-table-iterate): New command.
1697         (org-table-modify-formulas)
1698         (org-table-replace-in-formulas): Functions removed.
1699         (org-table-fix-formulas): New function.
1700         (org-table-insert-column, org-table-delete-column)
1701         (org-table-move-column): Use `org-table-fix-formulas'.
1702         (org-follow-gnus-link): Patch from Bastien/Leo.
1703         (org-table-current-field-formula): New function.
1704         (org-file-image-p): New function.
1705         (org-agenda-show-new-time): New function.
1706         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1707         (org-with-remote-undo): New macro.
1708         (org-agenda-undo): New command.
1709         (org-verify-change-for-undo): New function.
1710         (org-time-stamp-format): New function.
1711         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1712         by user.
1713         (org-match-any-p): New function.
1714         (org-make-tags-matcher): Handle regular expressions for tag and
1715         todo matches.
1716         (org-read-date): Accept "+N" as input for a date relative to the
1717         current date.
1718         (org-remove-subtree-entries-from-agenda): New function.
1719         (org-agenda-archive, org-agenda-kill): Use
1720         `org-remove-subtree-entries-from-agenda'.
1721         (org-do-sort, org-sort-entries): New functions.
1722         (org-sort): New command.
1723         (org-table-sort-lines): Use `org-do-sort'.
1724         (org-fix-decoded-time): New function.
1725         (org-table-number-regexp): Require 0x... to identify as number in
1726         tables.
1727         (org-startup-options): New keywords for note taking.
1728         (org-upgrade-old-links): Function removed.
1729         (org-get-repeat): New function.
1730         (org-show-context): Also show siblings on current level.
1731         (org-show-siblings): New function.
1732         (org-isearch-end, org-isearch-post-command): New functions.
1733         (org-show-siblings): New option.
1734         (org-show-context): Use `org-show-siblings'.
1735         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1736         to be bound, because user may just use elisp.
1738 ----------------------------------------------------------------------
1739 installed as 4.56
1741 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
1743         * org.texi: Fix typos
1744         (Agenda commands): Document `C-k'.
1746         * orgcard.tex (section{Agenda Views}): Document `C-k'.
1748         * org.el (org-scan-tags): Re-align code fixed.
1749         (org-detach-overlay): Renamed from `org-detatch-overlay'.
1750         (org-table-convert-region): Insert space after column separator.
1751         (org-agenda-kill): New command.
1752         (org-metaleft): Call `org-outdent-item' on bullets.
1753         (org-metaright): Call `org-indent-item' on bullets.
1754         (org-timestamp-change): Set `org-last-changed-timestamp'.
1755         (org-current-line): Make sure (bolp) returns correct result.
1756         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1758 ----------------------------------------------------------------------------
1759 Installed as 4.54       
1761 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
1763         * org.el (org-scan-tags): Make the search case-sensitive.
1764         (org-tags-sparse-tree): Don't overrule
1765         `org-show-following-heading' and `org-show-hierarchy-above'.
1766         (org-reveal): New command.
1767         (org-show-context): Renamed from `org-show-hierarchy-above'.
1768         (org-fast-tag-selection-single-key): New option.
1769         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
1770         functions.
1771         (org-tags-overlay): New variable.
1772         (org-agenda-todo-ignore-deadlines): New option.
1773         ("session"): Add circular data structure `org-mark-ring' to
1774         exceptions list in session.el.
1775         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1776         New options.
1777         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1778         (org-prepare-agenda, org-agenda-quit): Use
1779         `org-agenda-window-setup'.
1780         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
1781         variables.
1782         (org-finalize-agenda): Activate bracket links in agenda.
1783         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1784         INACTIVE-OK.
1785         (org-show-hierarchy-above, org-show-following-heading): List
1786         values allowed for fine-tuned configuration.
1787         (org-show-hierarchy-above): New argument CONTEXT, use the
1788         fine-tuned settings in `org-show-hierarchy-above' and
1789         `org-show-following-heading'.
1790         (org-display-custom-time): New function.
1791         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
1792         function.
1793         (org-display-custom-times, org-time-stamp-custom-formats):
1794         (org-maybe-intangible): New macro.
1795         (org-activate-bracket-links, org-hide-wide-columns): Use
1796         `org-maybe-intangible'.
1797         (org-open-file): Use `shell-quote-argument'.
1798         (org-display-internal-link-with-indirect-buffer): New option.
1799         (org-file-remote-p): Get regexp from list.
1800         (org-link-expand-abbrev): New function.
1801         (org-link-abbrev-alist): New option.
1802         (org-open-at-point, org-cleaned-string-for-export): Call
1803         `org-link-expand-abbrev'.
1804         (org-timeline, org-agenda-list, org-todo-list)
1805         (org-tags-view): Remove the KEEP-MODES argument.
1806         (org-finalize-agenda-hook): New hook.
1807         (org-get-alist-option): New function.
1808         (org-follow-timestamp-link): New function.
1809         (org-open-at-point): Call `org-follow-timestamp-link'.
1810         (org-log-note-marker, org-log-note-purpose)
1811         (org-log-note-window-configuration): New variables.
1812         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
1813         functions.
1814         (org-log-note-headings): New option.
1815         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1816         (org-store-link): Support for dired-mode.
1817         (org-open-file): Substitute environment variables into filename.
1818         (org-last): New defsubst.
1819         (org-agenda-re-align-tags): New function.
1820         (org-agenda-align-tags-to-column): New option.
1821         (org-agenda-timeline): Group removed.
1822         (org-prepare-agenda, org-prepare-agenda-buffers)
1823         (org-run-agenda-series, org-timeline, org-agenda-list)
1824         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1825         the text property inticating the agenda type.
1826         (org-agenda-post-command-hook): Get agenda type from text property
1827         at point.
1828         (org-agenda): Handle command sets.  Set
1829         `org-agenda-last-arguments' and obey
1830         `org-agenda-overriding-arguments'.
1831         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
1832         variables.
1833         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1834         (org-agenda-week-view, org-agenda-day-view): Use
1835         `org-agenda-overriding-arguments' to make updating work with
1836         multi-block agendas.
1837         (org-agenda-prefix-format): Allow different formats for the
1838         different agenda entry types.
1839         (org-timeline-prefix-format): Option removed, use
1840         `org-agenda-prefix-format' instead.
1841         (org-prepare-agenda): New function.
1842         (org-select-timeline-window): Option removed, use
1843         `org-select-agenda-window' instead.
1844         (org-respect-restriction): Variable removed.
1845         (org-cmp-tag): New function.
1846         (org-agenda-sorting-strategy, org-entries-lessp): Implement
1847         sorting by last tag.
1848         (org-complete): Better completion in in-buffer option lines.
1849         (org-in-item-p): New function.
1850         (org-org-menu): Added entries for checkboxes.
1851         (org-cycle): Extra brouping in outline-regexp, because it is used
1852         in a search with "^" prepended.
1853         (org-provide-checkbox-statistics): New option.
1854         (org-set-font-lock-defaults): Highlight checkbox statistics.
1855         (org-update-checkbox-count-maybe)
1856         (org-get-checkbox-statistics-face): New functions.
1857         (org-update-checkbox-count): New command.
1858         (org-insert-item, org-toggle-checkbox): Call
1859         `org-update-checkbox-count-maybe'.
1860         (org-export-as-html): XEmacs compatibility for coding system.
1861         (org-force-cycle-archived): New command.
1862         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1863         overrules cycling.
1864         (org-fix-position-after-promote): If the line contains only a todo
1865         keyword, add a final space.
1866         (org-promote-subtree, org-demote-subtree): Call
1867         `org-fix-position-after-promote'.
1869         * orgcard.tex (section{Archiving}): Document C-TAB.
1870         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1871         section, added documentation for the key `C-c #'.
1873         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
1874         archived trees.
1875         (Checkboxes): Section moved to chapter 5, and extended.
1876         (The date/time prompt): New section.
1877         (Link abbreviations): New section.
1878         (Presentation and sorting): New section.
1879         (Custom agenda views): Section completely rewritten.
1880         (Summary): Compare with Planner.
1881         (Feedback): More info about creating backtraces.
1882         (Plain lists): Modified example.
1883         (Breaking down tasks): New section.
1884         (Custom time format): New section.
1885         (Time stamps): Document inactive timestamps.
1886         (Setting tags): More details about fast tag selection.
1887         (Block agenda): New section.
1888         (Custom agenda views): Section rewritten.
1889         (Block agenda): New section.
1892 ----------------------------------------------------------------------
1893 installed as 4.44
1894         
1896 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1898         * org.el (org-clock-special-range, org-clock-update-time-maybe):
1899         New functions.
1900         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1901         not only a-z.
1902         (org-agenda-get-blocks): Allow multiple blocks per headline.
1903         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1904         (org-export-html-title-format)
1905         (org-export-html-toplevel-hlevel): New options.
1906         (org-export-language-setup): Added support for Czech.
1907         (org-mode, org-insert-todo-heading, org-find-visible)
1908         (org-find-invisible, org-invisible-p, org-invisible-p2)
1909         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1910         (org-show-subtree, org-show-entry, org-make-options-regexp):
1911         Removed compatibility support for old outline-mode.
1912         (org-check-occur-regexp): Funtion removed.
1913         (org-on-heading-p, org-back-to-heading): Made defalias.
1914         (org-set-local): New defsubst.
1915         (org-set-regexps-and-options, org-mode)
1916         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1917         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1918         (org-remember-apply-template, org-table-edit-field)
1919         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1920         (org-set-autofill-regexps): Use `org-set-local'.
1921         (org-table-eval-formula): Fixed bug with parsing of display flags.
1923         
1924 ----------------------------------------------------------------------
1925 installed as 4.43
1927 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1929         * org.texi (Exporting): Document `C-c C-e' as the prefix for
1930         exporting commands.
1931         (Global TODO list): Document the use of the variables
1932         `org-agenda-todo-ignore-scheduled' and
1933         `org-agenda-todo-list-sublevels'.
1935         * org.el (org-agenda-get-todos): Skip subtree also if entry is
1936         skipped because it has been scheduled.
1937         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1938         changing `:org-archived' and `:org-comment' properties.
1940 ----------------------------------------------------------------------
1941 installed as 4.42
1944 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1946         * org.el (org-mode): Removed no invalid settings for calc embedded
1947         mode.
1948         (org-mode-p): New defsubst.
1949         (org-save-all-org-buffers): New function.
1950         (org-first-headline-recenter): Enclose outline-regexp in group
1951         delimiters.
1953         * org.texi (Agenda commands): Document `s' key to save all
1954         org-mode buffers.
1956         * orgcard.tex (section{Agenda Views}): Document `s' key to save
1957         all org-mode buffers.
1959 ----------------------------------------------------------------------
1960 installed as 4.41
1962 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1964         * org.texi (Checkboxes): New section.
1966         * orgcard.tex (section{Structure Editing}): Document checkbox
1967         toggling. 
1969         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
1970         for `org-end-of-subtree'.
1971         (org-export-cleanup-toc-line): Renamed from
1972         `org-html-cleanup-toc-line'. 
1973         (org-beginning-of-item): Fixed bug in regular expression for white
1974         line.
1975         (org-export-as-html): Enforce space after bullet in plain list
1976         items.
1978 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1980         * org.el (org-set-autofill-regexps): Require space after plain
1981         list bullet for paragraph-start.
1982         (org-ts-regexp3): New constant.
1983         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1984         (org-timestamp-up-day, org-timestamp-down-day)
1985         (org-timestamp-change): Work with inactive timestamps.
1986         (org-ts-regexp1): Don't allow brackets in time stamps.
1988 ----------------------------------------------------------------------
1989 installed as 4.40
1992 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1994         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
1995         :latex-preview. 
1996         (org-overlays-at, org-overlay-start, org-overlay-end): New
1997         compatibility functions.
1999 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
2001         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
2002         using the exact regexp that will be used during export.
2003         (org-latex-regexps): New variable.
2004         (org-cdlatex-mode): Improved advice for `texmathp'.
2005         (turn-on-org-cdlatex): New function.
2007 ----------------------------------------------------------------------
2008 installed as 4.39
2010 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2012         * org.el (org-cdlatex-mode-map)
2013         (org-cdlatex-texmathp-advice-is-done): New variables.
2014         (org-cdlatex-mode): New minor mode.
2015         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
2016         functions. 
2017         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
2018         commands.
2019         (org-export-with-archived-trees): New option.
2020         (org-open-file): Removed the call to
2021         `convert-standard-filename'.
2022         (org-archive-tag, org-agenda-skip-archived-trees)
2023         (org-cycle-open-archived-trees)
2024         (org-sparse-tree-open-archived-trees): New options.
2025         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2026         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
2027         functions. 
2028         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
2029         commands.
2030         (org-agenda-mode-map): Add binding of
2031         `org-agenda-toggle-archive-tag'. 
2032         (org-mode-map): Add binding for `org-toggle-archive-tag'.
2033         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2034         Call `org-prepare-agenda-buffers'.
2035         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2036         (org-file-apps, org-file-apps-defaults-gnu)
2037         (org-file-apps-defaults-macosx)
2038         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
2039         them to be opened in Emacs.
2041         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
2043         * org.texi (Embedded LaTeX): New chapter.
2044         (Archiving): Section rewritten.
2045         (Enhancing text): Some parts moved to the new chapter about
2046         LaTeX.
2048 ----------------------------------------------------------------------
2049 installed as 4.38
2050         
2052 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
2054         * org.texi (Publishing links): Document the
2055         `:link-validation-function' property.
2056         (Extensions and Hacking): New chapter, includes some sections of
2057         the "Miscellaneous" chapter.
2059         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
2060         (section{Structure Editing}): Add global archiving command.
2063         * org.el Require noutline, also on XEmacs.
2064         (org-end-of-subtree): Return point.
2065         (org-dblock-start-re, org-dblock-end-re): New constants.
2066         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2067         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2068         (org-update-all-dblocks, org-find-dblock): New functions.
2069         (org-collect-clock-time-entries): New function.
2070         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2071         (org-fixup-indentation): Modified to deadl correctly with lines
2072         starting with TAB.  Only one argument DIFF now.
2073         (org-demote, org-promote): Call `org-fixup-indentation' with just
2074         one argument, DIFF.
2075         (org-mode): Don't mark buffer as modified when aligning tables.
2076         (org-clock-sum): Don't makr buffer modified when adding time sum
2077         properties.
2078         (org-export-as-html): Added support for a link validation
2079         function.
2080         (org-archive-all-done): New function.
2081         (org-archive-subtree): New prefix argument.  When set, archive all
2082         done subtrees in this buffer.
2083         (org-remove-clock-overlays)
2084         (org-remove-occur-highlights): Use
2085         `org-inhibit-highlight-removal'.
2086         (org-inhibit-highlight-removal): New variable, for dyn amic
2087         scoping.
2088         (org-put-clock-overlay): Don't swallow last headline character
2089         when displaying overlay.
2090         (org-store-link): Link to `image-mode' with just the file name.
2093 ----------------------------------------------------------------------
2094 installed as 4.37
2095         
2097 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2099         * org.el (org-agenda-mode-map): Add bindings for clocking
2100         functions.
2101         (org-agenda-clock-in, org-check-running-clock)
2102         (org-clock-out-if-current, org-remove-clock-overlays)
2103         (org-put-clock-overlay): New functions.
2104         (org-clock-marker, org-clock-file-total-minutes)
2105         (org-clock-overlays): New variables
2106         (org-clock-display, org-clock-sum, org-clock-cancel)
2107         (org-clock-out, org-clock-in): New commands.
2108         (org-export): New function.
2109         (org-emph-re): New constant.
2110         (org-set-emph-re, org-do-emphasis-faces): New functions.
2111         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2112         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2113         (org-export-html-convert-emphasize): Use the configurable
2114         emphasis.
2115         (org-cleaned-string-for-export): Make multiline emphasis visible
2116         to the exporter.  New optional argument PARAMETERS.
2117         (org-export-as-html): Specify :emph-multiline parameter to
2118         `org-cleaned-string-for-export'.
2120         * org.texi (Progress logging): New section.
2122 ----------------------------------------------------------------------
2123 installed as 4.36
2124         
2126 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
2128         * org.el (org-archive-subtree): Use end-of-subtree as insertion
2129         point and control the number of empty lines.
2130         (org-paste-subtree): Limit the number of empty lines at the end of
2131         the inserted tree.
2132         (org-agenda): Use buffer name of current file for narrowing.
2133         (org-export-as-xml): Command removed.
2134         (org-export-xml-type): Option removed.
2135         (org-mode-map): Call `org-export-as-xoxo' directly.
2136         (org-get-indentation): New optional argument LINE.
2137         (org-fix-indentation, org-remove-tabs): New functions.
2138         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2139         correct indentation for headlines that are converted it items.
2140         (org-skip-comments): Remove table lines that contain narrowing
2141         cookies but no other non-empty fields.
2142         (org-set-tags): Allow groups of mutually exclusive tags.
2143         (org-cmp-time): Sort 24:21 before items without time.
2144         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
2145         (org-open-at-point): Require double colon also for numbers.
2147         * org.texi (ASCII export): Document indentation adaptation.
2148         (Setting tags): Document mutually-exclusive tags.
2150 ----------------------------------------------------------------------
2151 installed as 4.35
2153 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2155         * org.el (org-agenda-highlight-todo): Make sure regexp does only
2156         match in the right place.
2157         (org-upcoming-deadline): New face.
2158         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2159         (org-export-ascii-underline): Renamed and made an option (was
2160         constant `org-ascii-underline').
2161         (org-export-ascii-bullets): New option.
2162         (org-export-as-html): Many changes to emit valid XHTML.
2163         (org-par-open): New variable.
2164         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
2165         functions.
2166         (org-html-do-expand, org-section-number): Fixedcase in
2167         `replace-match'.
2168         (org-timeline): Pass `org-timeline-show-empty-dates' to
2169         `org-get-all-dates'.  Interpret empty dates returned by
2170         `org-get-all-dates'.
2171         (org-get-all-dates): New argument EMPTY.  Add dates without
2172         entries to the list, mark large ranges of empty dates.
2173         (org-point-in-group, org-context): New functions.
2175 ----------------------------------------------------------------------
2176 installed as 4.34
2178 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2180         * org.el (org-next-item, org-previous-item): Emit more compact
2181         error message.
2182         (org-tags-view): Refresh category table in each file.
2183         (org-table-justify-field-maybe): Removed superfluous arguments to
2184         `format'.
2185         (org-export-as-html): Insert "<p>" before postamble.
2186         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
2187         ring.
2189 ---------------------------------------------------------------------
2190 installed as 4.33
2192 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
2194         * org.el (org-open-at-point): Use renamed variable
2195         `org-confirm-shell-link-function'.
2196         (org-confirm-shell-link-function): Renamed from
2197         `org-confirm-shell-links'.
2198         (org-export-directory): New function.
2199         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2200         (org-export-icalendar): Use `org-export-directory'.
2201         (org-indent-item): Keep cursor position.
2202         (org-link-file-path-type): New option.
2203         (org-export-as-html): Fixed bug with plain lists starting in
2204         column 0.
2205         (org-export-as-html): Removed deadline formatting, this happens
2206         now already in `org-html-handle-time-stamps'.
2207         (org-export-html-style): Deadline class removed.
2208         (org-insert-labeled-timestamps-at-point): New option.
2209         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2210         of `hide-sublevels 1', in case the first headline is not level 1.
2211         (org-overview, org-content): New fuction.
2212         (org-cycle-global-status, org-cycle-subtree-status): Make these
2213         variables buffer-local.
2214         (org-global-cycle): New command.
2215         (org-shifttab): Use `org-global-cycle'.
2216         (org-insert-heading, org-insert-item): Go to end of new
2217         headline/item after creating it.
2218         (org-export-visible): Renames from `org-export-copy-visible'.  Now
2219         creates a temporary org-file and applies an exporting command to
2220         it.
2221         (org-table-eval-formula): Support for lisp forms.
2222         (org-agenda-todo-ignore-scheduled): New option.
2223         (org-agenda-get-todos): Use new option
2224         `org-agenda-todo-ignore-scheduled'.
2225         (org-export-html-inline-images): New value `maybe'.
2226         (org-export-as-html): Inlining of images dependent on link
2227         description.
2228         (org-archive-subtree): Check for end-of-buffer before trying
2229         `kill-line'.
2230         (org-agenda-follow-mode): New option.
2231         (org-export-with-tags, org-export-with-timestamps): New options.
2232         (org-html-handle-time-stamps): New function.
2233         (org-keyword-time-regexp): New variable.
2234         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2235         (org-agenda-todo-list-sublevels): New option.
2236         (org-html-level-start): When TITLE is nil, just close all levels.
2237         (org-parse-key-lines, org-parse-export-options): Functions
2238         removed, replaced by `org-infile-export-plist'.
2239         (org-combine-plists, org-infile-export-plist)
2240         (org-default-export-plist): New functions.
2241         (org-export-html-preamble, org-export-html-postamble)
2242         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2243         New variables.
2244         (org-export-publishing-directory): New option.
2245         (org-export-as-html, org-export-as-ascii): Use the new property
2246         lists for settings.
2247         (org-export-copy-visible, org-export-as-xoxo): Respect
2248         `org-export-publishing-directory'.
2249         (org-link-search, org-store-link, org-file-apps): Support for
2250         links to BibTeX database entries..
2251         (org-get-current-options, org-set-regexps-and-options): Implement
2252         logging as a startup option.
2253         (org-store-link): Make sure context string is never empty
2254         (org-insert-link): Use relative path when possible.
2255         (org-at-item-checklet-p): New function.
2256         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2257         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2258         (org-metaright, org-metaup, org-metadown, org-shiftup)
2259         (org-shiftdown, org-shiftright, org-shiftleft)
2260         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2261         Dispatch using `call-interactively'.
2262         (org-call-with-arg): New defsubst.
2263         (org-tag-alist, org-use-fast-tag-selection): New options.
2264         (org-complete): Use `org-tag-alist'.
2265         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2266         (org-next-item, org-previous-item): New commands.
2267         (org-beginning-of-item, org-end-of-item): Added (interactive) to
2268         make command.
2269         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2271         * org.texi (Plain lists): Added new item navigation commands.
2272         (External links): Documented elisp and info links.
2274         * orgcard.tex (section{Motion}): Added the item navigation
2275         commands.
2276         (section{Publishing}): New section.
2277         (section{Links}): Documented elisp and shell links.
2278         (Custom searches): New section.
2279         (Publishing): New chapter.
2280         (HTML export): Include a list of supported CSS classes.
2281         (Setting tags): Describe the fast-tag-setting interface.
2282         
2283 ----------------------------------------------------------------------
2285 installed as 4.26
2286         
2287 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
2289         * org.texi Many small fixes.
2290         (Handling links): Renamed from "Managing links".
2292         * org.el (org-mode-map): Catch conflict with old allout.el.
2293         (org-open-at-point): Remove the "...done" message to keep
2294         output in the echo area visible.
2296 ----------------------------------------------------------------------
2297 installed as 4.25
2299 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
2301         * org.el (org-deadline-announce): Face removed.
2302         (org-level-faces, org-n-levels): Converted to constant.
2303         (org-compatible-face): New function.
2304         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2305         (org-level-5, org-level-6, org-level-7, org-level-8)
2306         (org-special-keyword, org-warning, org-headline-done, org-link)
2307         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2308         (org-scheduled-today, org-scheduled-previously, org-time-grid):
2309         Face definition revised for better color tty support.
2310         (org-bold-re, org-italic-re, org-underline-re): New constants.
2311         (org-set-font-lock-defaults): Use the new constants.
2312         (org-agenda-highlight-todo): New function.
2313         (org-agenda-todo): Fixed bug with point at end of line.
2314         (org-agenda-change-all-lines, org-finalize-agenda-entries):
2315         Fontify TODO keywords.
2316         (org-insert-link): Preserve relative path in ../ links.
2317         (org-export-as-html): Convert links pointing to .org files into
2318         links that will work beteen the exported HTML files.
2319         (org-todo-list): Fix bug when arg=0.
2320         (org-insert-heading): More fine-tuning.
2322         * org.texi (Time stamps): Better explanation of the purpose of
2323         different time stamps.
2325 ----------------------------------------------------------------------
2326 installed as 4.24
2328         
2329         * org.texi (Formula syntax): Fixed link to Calc Manual.
2331         * org.el (org-insert-heading): Insert heading before current if at
2332         beginning of line.
2333         (org-todo, org-date): New faces.
2334         (org-table-align): Make sure tooltip window contains full text.
2335         (org-no-properties): New defsubst.
2336         (org-set-font-lock-defaults): Use new faces.
2338 ----------------------------------------------------------------------
2339 installed as 4.23
2341         
2342         * org.texi (Visibility cycling): Better names for the startup
2343         folding options.
2344         (Exporting): Completely restructured.
2345         (The very busy C-c C-c key): New section.
2346         (Summary of in-buffer settings): New section.
2348         * org.el (org-set-regexps-and-options, org-get-current-options):
2349         Better names for the startup folding options.
2352 ----------------------------------------------------------------------
2353 installed as 4.22
2357 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2359         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
2360         (org-agenda-mouse-1-follows-link)
2361         (org-mouse-1-follows-link): New options.
2362         (org-format-agenda-item): Fixed bug if TAGS is nil.
2363         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2365         * org.texi (Updating settings): New section.
2367 ----------------------------------------------------------------------
2368 installed as 4.21
2372 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2374         * org.texi (Link format): New section, emphasis on bracket links.
2375         (External links): Document bracket links.
2376         (FAQ): Expanded to cover shell links and the new link format.
2378         * orgcard.tex (section{Tables}): Document column narrowing.
2379         (section{Links}): Document bracket links.
2381         * org.el
2382         (org-export-plain-list-max-depth)
2383         (org-table-spaces-around-separators)
2384         (org-radio-targets, org-activate-camels)
2385         (org-table-spaces-around-invisible-separators): Options removed.
2386         (org-time-stamp-rounding-minutes, org-remember-templates)
2387         (org-ellipsis, org-activate-links, org-descriptive-links): New
2388         options.
2389         (org-remember-apply-template, org-current-time)
2390         (org-finish-edit-table-field)
2391         (org-link-unescape, org-link-escape)
2392         (org-string-width, org-table-clean-line, org-html-do-expand)
2393         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2394         (org-read-agenda-file-list): New functions.
2395         (org-table-edit-field)
2396         (org-table-create-or-convert-from-region): New commands
2397         (org-table-toggle-vline-visibility): Command removed.
2398         (org-table-convert-region): Made a command.
2399         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
2400         removed, replaced with the normal org- functions.
2401         (org-self-insert-command): Don't trigger realign unnecessarily
2402         when blanking a field that is not full.
2403         (org-mode): `Set buffer-invisibility-spec' for links.
2404         (org-activate-links2): Hide link part and only show descriptive
2405         part of the link.
2406         (org-insert-link): Modified for new linking system.
2407         (org-store-link): Store description separately, for use by
2408         `org-insert-link'.
2409         (org-table-align): Use `org-string-width'.
2410         (defgroup): Completely new group structure for custom variables.
2411         (org-agenda-files): Option: Single file name allowed.  Function:
2412         Optional argument unrestrited means ignore any restricitons.
2413         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2414         trying to modify the menu.  Use generalized access to
2415         `org-agenda-files.'
2416         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2417         (org-agenda-file-to-front, org-remove-file, org-diary)
2418         (org-tags-view, org-export-icalendar-all-agenda-files)
2419         (org-export-icalendar-combine-agenda-files): Use generalized
2420         access to `org-agenda-files'.
2421         (org-remember-handler): Correctly preserve heading if present.
2422         (org-table-insert-row, org-table-insert-hline): Deal with
2423         invisible characters.
2425 ----------------------------------------------------------------------
2426 installes as 4.13
2430 -------------------------------------------------------------------
2431 installed as 4.10
2432         
2433 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
2435         * org.el (org-insert-centered): Use `string-width' to make
2436           underlining work for wide characters.
2438 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2440         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
2441         Explicitly bind TAB to `org-cycle', to make sure that no binding
2442         in `outline-mode-map' can supercede it.
2444 --------------------------------------------------------------
2445 installed as 4.09
2446 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2448         * org.el (org-link-search): Avoid self-matching of links, allow
2449         target text to be distributed over several lines.
2450         (org-search-not-link): New function.
2451         (org-set-regexps-and-options, org-get-current-options): New
2452         startup options.
2453         (org-export-as-html): Take odd-level setting from local variable.
2454         (org-fontify-emphasized-text): New option.
2455         (org-set-font-lock-defaults): Include emphasized text.
2456         (org-follow-mhe-link): Allow folder-only links, fix folder name.
2457         (org-font-lock): Customize group renamed from `org-faces'.
2459         * org.texi (Clean view): Startup options documented.
2463 --------------------------------------------------------------
2464 installed as 4.08
2468 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
2470         * org.el Move defvars out of eval-when-compile.  Use
2471         buffer-file-name variable.
2472         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2473         arg `file'.
2474         (org-level-faces): Remove startup dependency.
2475         (org-cycle, org-map-tree, org-scan-tags)
2476         (org-remember-handler): Don't call `outline-level' directly.
2477         (org-mhe-search-all-folders): New option.
2478         (org-mhe-get-message-folder-from-index,
2479         org-mhe-get-message-folder): Fix indexing search.
2480         (org-format-agenda-item): Handle nil TAGS argument.
2481         (org-cleaned-string-for-export, org-activate-target-links)
2482         (org-make-target-link-regexp): Deal with empty radio target list.
2483         (org-tag): New face.
2484         (org-get-level-face): New function.
2485         (org-set-font-lock-defaults): Simplify setup for headlines.
2486         (org-complete): Pass common substring to `display-completion-list'.
2488         --------------------------------------------------------------
2489 installed as 4.07
2491         
2492 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
2494         * org.el (org-get-legal-level, org-tr-level): New functions.
2495         (org-odd-levels-only): New option.
2496         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
2497         org-demote, org-promote):  Deal with double-star levels. 
2498         (org-convert-to-odd-levels): New command.
2499         (org-tr-level): 
2501         * org.el (org-export-as-html): Fixed bugs in HTML
2502         formatting (removed nested achors).
2503         (org-all-targets): Fixed bug with XEmacs compatibility.
2504         (org-read-date): Add (require 'parse-time).
2505         (org-set-tags): Fixed bug with extra inserted space.
2506         (org-export-html-style): Define a style class for targets.
2507         (org-agenda-keymap, org-mouse-map): Added a binding for
2508         `follow-link'.
2509         (org-hide-leading-stars): New option.
2510         (org-hide): New face.
2511         (org-set-font-lock-defaults): Allow to hide leading stars.
2513         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
2514         Zielinski.
2515         (Managing links, Managing links): Documented that also mouse-1 can
2516         be used to activate a link.
2517         (Headlines, FAQ): Added entry about hiding leading stars.
2519 --------------------------------------------------------------------------
2520 installed as 4.06
2521         
2522 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
2524         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
2525         New function.
2526         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
2527         for XEmacs, just to silence the compiler.
2528         (org-export-as-ascii, org-export-as-html-and-open): Use
2529         `org-cleaned-string-for-export' and create internal links.
2530         (org-follow-mhe-link): Require mh-e, use folder.
2531         (org-read-date): 
2533 --------------------------------------------------------------------------
2534         Installed as 4.05
2537 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
2539         * org.el (org-mark-ring-previous, org-mark-ring-set): New
2540         commands.
2541         (org-mark-ring): New variable.
2542         (org-mark-ring-length): New option.
2543         (org-open-at-point, org-goto, org-open-file): Push old position
2544         onto the mark ring.
2545         (org-add-hook): New function.
2546         (org-export-table-remove-special-lines): New option.
2547         (org-skip-comments, org-format-org-table-html): Respect new option
2548         `org-export-table-remove-special-lines'.
2549         (org-open-file): Allow special command configuration for
2550         directory link.
2551         (org-file-apps): Fixed bugs in customize type, added setting for
2552         directories.
2553         (org-activate-tags, org-format-agenda-item, org-complete) 
2554         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
2555         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
2556         (org-link-search, org-make-org-heading-search-string) 
2557         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2558         (org-radio-targets, org-file-link-context-use-camel-case)
2559         (org-activate-camels): New options.
2560         (org-update-radio-target-regexp, org-all-targets)
2561         (org-make-target-link-regexp, org-activate-target-links): New
2562         functions.
2563         (org-make-org-heading-search-string): New function.
2564         (org-store-link, org-insert-link): Use new option
2565         `org-file-link-context-use-camel-case'.
2566         (org-activate-camels): Use new option `org-activate-camels'.
2567         (org-link-regexp): Added mhe prefix.
2568         (org-open-at-point,org-store-link): Support for mhe links.
2569         (org-mhe-get-message-id, org-mhe-get-message-folder)
2570         (org-mhe-get-header,org-follow-mhe-link): New functions.
2571         (org-remove-angle-brackets, org-add-angle-brackets): New
2572         functions.
2573         (org-bracked-link-regexp): New constant.
2574         (org-read-date): Fixed bug that was rejecting all typed dates.
2575         (org-link-search): Make hierarchy above visible after a match.
2576         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2577         (org-store-link): Fixed bug with link creation when cursor is in
2578         an empty line.
2579         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
2580         argument sequence in call to `org-view-tags'.
2581         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2582         (org-prefix-has-tag): New variable.
2583         (org-format-agenda-item): Remove tags from headline if
2584         appropriate.
2585         (org-agenda-remove-tags-when-in-prefix): New option.
2587         * org.texi (Internal Links): Rewritten to cover the modified
2588         linking system.
2590         * orgcard.tex (section{Links}): Rewritten to cover the modified
2591         link system.
2592         (section{TODO Items}): Shortened to make space for more links
2593         stuff.
2597 ----------------------------------------------------------------------
2598 installed as 4.03
2600 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2602         * org.texi (Agenda commands): Document tags command.
2604         * org.el (org-open-file): Use mailcap for selecting an
2605         application.
2606         (org-file-apps-defaults-gnu): Use mailcap as the default for
2607         selecting an application on a UNIX system.
2608         (org-agenda-show-tags): New command.
2609         (org-table-insert-hline): Keep cursor in current table
2610         line.
2611         (org-table-convert): Offset effect of modifying
2612         `org-table-insert-hline'.
2613         (org-format-agenda-item): New optional argument TAG.
2614         (org-compile-prefix-format): Handle %T format for the tag.
2615         (org-expand-wide-chars): New function.
2616         (org-table-insert-row, org-table-insert-hline): Use
2617         `org-expand-wide-chars'.
2618         (org-open-file): Fixed bug in program launch.
2619         (org-get-time-of-day): Fixed bug with times before 1am.
2620         (org-agenda-menu): Addes tags commands.
2622         -----------------------------------------------------------------------
2623 installed as 4.02
2625 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
2627         * org.el (org-end-of-subtree): New function.
2628         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
2629         `org-end-of-subtree'.
2630         (org-agenda, org-agenda-convert-date): Protect calls to
2631         `fit-window-to-buffer'.
2632         (org-tags-view): Force matching of sublevels when doing a
2633         todo-only search.  Define the correct redo command, including the
2634         arguments.
2635         (org-agenda-redo): Display message.
2636         (org-check-for-org-mode): New function.
2637         (org-agenda-type): New variable.
2638         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
2639         `org-agenda-type'.
2640         (org-agenda-check-type): New function.
2641         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2642         (org-agenda-week-view, org-agenda-day-view)
2643         (org-agenda-next-date-line, org-agenda-previous-date-line)
2644         (org-agenda-log-mode, org-agenda-toggle-diary)
2645         (org-agenda-toggle-time-grid, org-agenda-date-later)
2646         (org-agenda-date-prompt, org-agenda-diary-entry)
2647         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2648         (org-agenda-convert-date, org-agenda-menu): Use
2649         `org-agenda-check-type'.
2650         (org-make-overlay, org-delete-overlay)
2651         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
2652         compatibility functions.
2653         (org-calendar-select-mouse): New command.
2655         * org.texi (Agenda Views): Chapter reorganized.
2656         
2657         
2658 ------------------------------------------------------------------------
2659 installed as 4.01
2661 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
2663         * org.texi (Tags): Booolean logic documented.
2664         (Agenda Views): Document custom commands.
2666         * org.el (org-agenda-custom-commands): New option.
2667         (org-agenda): Offer custom commands on splash screen.
2668         (org-make-tags-matcher): Parser for Boolean logic added.
2669         (org-agenda-set-tags): New command.
2670         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2671         (org-set-tags): Efficiency improvements.
2672         (org-auto-align-tags): New option.
2673         (org-todo, org-demote, org-promote): Realign tags.
2674         (org-tags-completion-function): Use also "&" and "|" as
2675         separators.
2676         (org-org-menu): Agenda commands simplified.
2678 ---------------------------------------------------------------------------
2679 installed as 4.00
2681 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2683         * org.el (org-tags-match-list-sublevels): New option.
2684         (org-open-at-point): implement tag searches as links
2685         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2686         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
2687         functions
2688         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2689         (org-agenda-dispatch): New commands.
2690         (org-use-tag-inheritance, org-tags-column): New options.
2691         (org-tab-follows-link, org-return-follows-link): New options.
2692         (org-tags): New customize group.
2693         (org-start-icalendar-file): Get local time zone.
2694         (org-tags-completion-function): New function.
2695         (org-set-font-lock-defaults): make sure links will also
2696         be highlighted inside headlines.
2698         * org.texi (Tags): New section.
2699         (Agenda Views): Chapter reorganized.
2701 ------------------------------------------------------------------------
2702 installed as 3.24
2704 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2706         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
2707         and the keep-modes setting.
2708         (org-get-category): Make sure a string is returned.
2709         (org-log-done): New function.
2711 ------------------------------------------------------------------------
2712 installed as 3.23
2713         
2714 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2716         * org.el (org-insert-heading): Try to do items before headings.
2717         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2718         (org-insert-item): New function.
2719         (org-renumber-ordered-list): Don't skip to higher level lists.
2721 ----------------------------------------------------------------------
2723 installed as 3.22
2724         
2725 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
2727         * org.el (org-occur-highlights): New variable.
2728         (org-highlight-new-match, org-remove-occur-highlights): New
2729         functions.
2730         (org-highlight-sparse-tree-matches): New option.
2731         (org-do-occur): New function.
2732         (org-get-heading): Make it work also at beginning of line.
2733         (org-category-table): New variable.
2734         (org-get-category-table, org-get-category)
2735         (org-camel-to-words, org-link-search): New functions.
2736         (org-select-this-todo-keyword): New variable.
2737         (org-todo-list): New command.
2738         (org-shiftright, org-shiftleft): New commands.
2739         (org-agenda-todo): Added prefix argument.
2740         (org-show-hierarchy-above): New option.
2741         (org-show-todo-tree): Numerical prefix creates tree for specific
2742         TODO keyword.
2743         (org-outline-level): New function, to assign a level to plain
2744         lists items.
2745         (org-cycle-include-plain-lists): New option.
2746         (org-mode): Use `org-outline-level' as value of `outline-level'.
2747         (org-cycle): Temporarily switch `outline-regexp' if
2748         `org-cycle-include-plain-lists' is non-nil.
2749         (org-start-icalendar-file): Fixed format bug.
2750         (org-agenda-get-day-entries): Create category table.
2751         (org-agenda-get-todos, org-agenda-get-timestamps)
2752         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2753         (org-agenda-get-blocks): Use `org-get-category'.
2754         (org-context-in-file-links): Renamed from
2755         `org-line-numbers-in-file-links' .
2757         * org.texi (TODO basics): Document the global todo list.
2758         (TODO items): Documents sparse tree for specific TODO
2759         keywords. 
2761 ----------------------------------------------------------------------
2762 installed as 3.21
2763         
2764 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
2766         * org.el (org-export-plain-list-max-depth): Renamed from
2767         `org-export-local-list-max-depth'.  Default values changed to 3.
2768         (org-auto-renumber-ordered-lists,
2769         org-plain-list-ordered-item-terminator): New options.
2770         (org-at-item-p, org-beginning-of-item, org-end-of-item,
2771         org-get-indentation, org-get-string-indentation,
2772         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2773         functions.
2774         (org-move-item-down, org-move-item-up): New commands.
2775         (org-export-as-html): New classes for CSS support.  Bug fix in
2776         regular expression detecting fixed-width regions.  Respect
2777         `org-local-list-ordered-item-terminator'.
2778         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2779         also a list item.
2780         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2781         New item moving functions added.
2783         * org.texi (Structure editing): New item moving commands added.
2784         (Plain Lists): New section.
2786 ----------------------------------------------------------------------
2787 installed as 3.20
2788         
2789 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2791         * org.el (org-table-sort-lines): New command.
2792         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2793         (org-add-file): Command removed, use `org-agenda-file-to-front'
2794         instead.
2795         (org-export-icalendar): Use `org-icalendar-combined-name'.
2796         (org-cycle-agenda-files, org-agenda-file-to-end)
2797         (org-agenda-file-to-front): New commands.
2798         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2799         options.
2800         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2801         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2802         New functions.
2803         (org-fill-paragraph): Call `org-table-align' in tables.
2804         (org-mode): Call `org-set-autofill-regexps'.
2805         (org-export-as-html): Support for local handformatted lists.
2806         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2807         (org-export-local-list-max-depth): New option.
2808         (org-html-expand): Use `org-html-protect'.
2810         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
2811         (Agenda): Document commands `org-cycle-agenda-files' and
2812         `org-agenda-file-to-front'
2813         (Built-in table editor): Document `org-table-sort-lines'.
2814         (HTML formatting): Export of hand-formatted lists.
2815         ----------------------------------------------------------------------
2816 installed as 3.19
2818 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
2820         * org.el (org-read-date, org-goto-calendar)
2821         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
2822         clear 'calendar-move-hook'.
2824 ------------------------------------------------------------------------
2826 installed as 3.18       
2828 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
2830         * textmodes/org.el (org-combined-agenda-icalendar-file)
2831         (org-icalendar-include-todo, org-icalendar-combined-name): New
2832         options.
2833         (org-export-icalendar-this-file)
2834         (org-export-icalendar-all-agenda-files)
2835         (org-export-icalendar-combine-agenda-files): New commands.
2836         (org-export-icalendar, org-print-icalendar-entries)
2837         (org-start-icalendar-file, org-finish-icalendar-file)
2838         (org-ical-ts-to-string): New functions.
2839         (org-read-date, org-goto-calendar)
2840         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2841         call to `calendar'.
2842         (orgtbl-setup): Removed the :keys arguments from the menu
2843         description.
2844         (org-after-save-iCalendar-file-hook): New variable.
2846         * org.texi (Summary): Mention iCalendar support.
2847         (Exporting): Document iCalendar support.
2849         * orgcard.tex: Add iCalendar export keys.
2851 ------------------------------------------------------------------------
2852 installed as 3.17       
2853         
2854 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2856         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
2857         prefix.
2858         (orgtbl-mode-map): Full keymap instead of sparse, because all
2859         `self-insert-command' keys are redifined in this map.
2860         (org-export-as-html): Specify charset for HTML file, by taking it
2861         from the codinf system.
2863         * org.texi (Workflow states): Documented that change in keywords
2864         becomes active only after restart of Emacs.
2866 --------------------------------------------------------------------------      
2867 Installed as 3.16
2868         
2869 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
2871         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
2872         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
2873         when available.  Additional key bindings for better tty support.
2874         (org-mode-restart, org-force-self-insert): New commands.
2875         (org-time-stamp-inactive): New command.
2876         (org-remap): New function.
2877         (org-table-auto-blank-field, org-level-color-stars-only): New
2878         options.
2879         (org-enable-fixed-width-editor): Moved to `org-structure'
2880         customization group.
2881         (org-self-insert-command, orgtbl-self-insert-command): Modified to
2882         blank field after field motion commands.
2884 ----------------------------------------------------------------------
2885 installed as 3.15
2886 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2888         * textmodes/org.el (org-special-keyword): New face.
2889         (org-table-copy-down, org-table-eval-formula)
2890         (org-table-recalculate, org-init-section-numbers): Use
2891         `string-to-number' instead of `string-to-int'.
2892         (org-get-location): Use `insert-buffer-substring' instead of
2893         `insert-buffer'.
2894         (org-modify-diary-entry-string): New function.
2895         (org-get-entries-from-diary): Set the hook for
2896         `add-to-diary-list'.
2897         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
2898         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2899         active region.
2900         (org-export-as-html): Handle QUOTE keyword.
2901         (org-quote-string): New option.
2902         (org-bookmark-jump-unhide): New function, used for
2903         `bookmark-after-jump-hook'.
2904         (org-diary-default-entry): Apply only when not called through
2905         `org-agenda'.
2907 ----------------------------------------------------------------------
2908 installed as 3.14
2910 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2912         * org.el (org-table-column-names, org-table-column-name-regexp)
2913         (org-table-named-field-locations): New variables.
2914         (org-archive-subtree): Protect `this-command' when calling
2915         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2916         the kill buffer.
2917         (org-complete): Removed fixed-formula completion.
2918         (org-edit-formulas-map): New variable.
2919         (org-table-edit-formulas): New command.
2920         (org-finish-edit-formulas, org-abort-edit-formulas,
2921         org-show-variable, org-table-get-vertical-vector): New functions.
2922         (org-table-maybe-eval-formula): Handle `:=' fields.
2923         (org-table-get-stored-formulas, org-table-store-formulas)
2924         (org-table-get-formula, org-table-modify-formulas)
2925         (org-table-replace-in-formulas): Handle named field formulas.
2926         (org-table-get-specials): Store locations of named fields.
2928 ---------------------------------------------------------------------------
2930   Installed as 3.13
2932 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
2934         * org.el: Leading space replaced by TABS.
2935         (org-recalc-marks, org-table-rotate-recalc-marks)
2936         (org-table-get-specials): Treat "^" and "_" marks.
2937         (org-table-justify-field-maybe): Optional argument NEW.
2938         (org-table-eval-formula): Parsing of the format simplified.  New
2939         modes C,I.  Honor the %= parameter in the current table.  Avoid
2940         unnecessary re-align by using the NEW argument to
2941         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
2942         request to store named field equation.
2943         (org-calc-default-modes): Default for date-format mimicks
2944         org-mode.
2945         (org-agenda, org-timeline): Quote argument in
2946         `org-agenda-redo-command'.
2948 ----------------------------------------------------------------------------
2950 installed as version 3.12
2951         
2952 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
2954         * org.el (orgtbl-setup): New function, for delayed setup for the
2955         orgtbl commands.
2956         (org-calc-default-modes): New option.
2957         (orgtbl-make-binding): Use `defun' to get better help display.
2958         (org-diary): Call `org-compile-prefix-format'.
2959         (org-table-formula-substitute-names): New function.
2960         (org-agenda-day-view, org-agenda-week-view): New commands.
2961         (org-agenda-toggle-week-view): Command removed.
2962         (org-tbl-menu): Split off from org-org-menu.
2963         (org-mode): Moved removal of outline-mode menus to here.
2964         (org-table-formula-debug): New option.
2965         (org-table-insert-row): Keep first field if just "#" or "*".
2966         (org-mode): Paragraph regexps fixed.
2967         (org-table-recalculate-regexp): New constant.
2968         (org-table-justify-field-maybe): Avoid replace if not necessary.
2969         (org-copy-special, org-cut-special): Use `call-interactively'.
2970         (org-table-copy-region): Take region from `interactive' call.
2971         (org-trim): Return string even if no match.
2972         (org-formula): New face.
2973         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
2974         highlight formula-related fields in table.
2975         (org-table-p): Use regexp, not fontification.
2976         (org-table-align): Handle white space at end of line.
2977         (org-table-formula-evaluate-inline): New option.
2978         (org-mode): Auto-wrapping in comment lines turned off.
2979         (org-table-copy-down): Evaluate only in copied field, not in
2980         destination.
2981         (org-table-current-formula): Variable removed.
2982         (org-table-store-formulas, org-table-get-stored-formulas)
2983         (org-table-modify-formulas, org-table-replace-in-formulas)
2984         (org-table-maybe-eval-formula): New functions.
2985         (org-table-get-formula): Modified to use stored formulas.
2986         (org-table-insert-column, org-table-delete-column)
2987         (org-table-move-column): Call `org-table-modify-formulas'.
2988         (org-complete): Add completion for keyword formulas.
2989         (orgtbl-mode): Pull orgtbl-mode-map to start of
2990         minor-mode-map-alist.
2992 --------------------------------------------------------------------------
2994 installed as 3.11
2996         
2997 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2999         * textmodes/org.el (org-CUA-compatible): New option.
3000         (org-disputed-keys): New variable.
3001         (org-key): New function.
3002         (orgtbl-make-binding): Add docstring to the created function.
3003         (org-mode): Set paragraph start/separate regexps.
3004         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3005         (org-archive-location, org-archive-mark-done)
3006         (org-archive-stamp-time): New options.
3007         (org-archive-subtree): New command.
3008         (org-fill-paragraph): New function.
3009         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3010         (org-fake-empty-table-line): Function removed.
3011         (org-format-org-table-html): Do not create empty table lines at
3012         separator lines.  Improved table header treatment.
3013         (org-link-format): New option.
3014         (org-make-link): New function.
3015         (org-insert-link, org-store-link): Use org-make-link.
3016         (org-open-file): Quote file name for shell command, to allow
3017         spaces in file names.
3018         (org-link-regexp): Fixed bug with mailto link.
3019         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
3020         constant.
3021         (org-export-as-html): Deal with the optional angles around a link.
3022         Better treatment of file: links.
3023         (org-open-at-point): Replace @{ and @} with < and >.
3025 --------------------------------------------------------------------------
3027 installed as 3.10
3028         
3029 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
3031         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
3033 --------------------------------------------------------------------------
3036  installed as 3.09
3037         
3038 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3040         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3041         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3042         (org-agenda-add-time-grid-maybe): New function.
3043         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3044         (org-table-create): `dotimes' instead of `mapcar'.
3045         (org-xor): Simplified implementation.
3046         (org-agenda): `inhibit-redisplay' turned on.
3047         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3048         a consistent line after a state change.
3049         (org-agenda-remove-times-when-in-prefix): New option.
3050         (org-prefix-has-time): New variable.
3051         (org-parse-time-string): Optional argument NODEFAULT.
3052         (org-format-agenda-item): Parse items for time-of-day
3053         specifications and move these into the prefix if possible.
3054         (org-agenda-priority): Get current heading, not previous heading
3055         during agenda remote editing.
3056         
3057 ======================================================================
3058         Intsalled as 3.08
3059         
3060 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
3062         * org.el Many small changes to keep the byte compiler happy.
3063         (org-prefix-format-compiled): New variable.
3064         (org-compile-prefix-format): New function.
3065         (org-timeline, org-agenda, org-diary): Call
3066         `org-compile-prefix-format'.
3067         (org-agenda-prefix-format,org-timeline-prefix-format): New
3068         options.
3069         (org-agenda-get-scheduled): Check if file is openned in
3070         `org-mode'.
3071         (org-get-entries-from-diary): Use `org-get-time-of-day', for
3072         consistency with entries from `org-mode' files.
3073         (org-get-time-of-day): Fixed bug with partial matches early in a
3074         line.
3075         (org-non-link-chars): New constant.
3076         (org-link-regexp): Respect `org-non-link-chars'.
3077         (org-agenda-day-view): Command removed.
3078         (org-agenda-toggle-week-view): Renamed from
3079         `org-agenda-week-view'.
3080         (org-follow-bbdb-link, org-store-link): Search also company field.
3081         (org-highlight-overlay): New variable.
3082         (org-highlight, org-unhighlight): New functions.
3083         (org-agenda-mode): Added pre-command-hook to remove highlight.
3084         (org-evaluate-time-range): Behavior depend upon time stamp format:
3085         Does it contain a time or not?
3086         (org-show-subtree, org-show-entry): New functions.
3087         (org-agenda-cleanup-fancy-diary): Remove empty lines.
3089 ============================================================
3090         installed as 3.06
3092 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
3094         * org.el (org-agenda-date-prompt): Renamed from
3095         `org-agenda-date-today'.
3096         (org-evaluate-time-range): Insert at point instead of directly
3097         after time range.
3098         (org-first-headline-recenter, org-subtree-end-visible-p)
3099         (org-optimize-window-after-visibility-change): New functions
3100         (org-agenda-post-command-hook): Don't allow point at end of line,
3101         to make sure it always hits the text properties.
3102         (org-agenda-next-date-line, org-agenda-previous-date-line): New
3103         commands.
3104         (org-set-regexps-and-options): Category may contain white space.
3105         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
3106         marker positions.
3107         (org-agenda-new-marker): Argument POS made optional.
3108         (org-agenda-get-timestamps): Deadlines which are done are listed
3109         in org-done-face now.
3110         (org-agenda-get-todos, org-agenda-get-timestamps)
3111         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
3112         `undone-face' and `done-face' properties.
3113         (org-last-todo-state-is-todo): New variable.
3114         (org-todo): Set `org-last-todo-state-is-todo'.
3115         (org-agenda-todo): Change face according to
3116         `org-last-todo-state-is-todo'.  And change other lines refering to
3117         the same entry.
3118         (org-calendar-goto-agenda): New command.
3119         (org-calendar-to-agenda-key): New option.
3120         (org-startup-folded): New allowed value `content'.
3121         (org-set-regexps-and-options): Accept new value `content' for
3122         `org-startup-folded'.
3123         (org-get-current-options): Handle new value `content' for
3124         `org-startup-folded'.
3125         (org-insert-todo-heading): New command.
3126         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3127         interactively in empty file and option
3128         `org-insert-mode-line-in-empty-file' has been set.
3129         (org-agenda-todo,org-agenda-priority): Modified to use
3130         `org-agenda-change-all-lines'.
3131         (org-warning-face): Changed color on dark background
3133 ======================================================================
3134         Installed as version 3.05
3135         
3136 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
3138         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
3139         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3141 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
3143         * org.el (org-diary-default-entry): New function.
3144         (org-get-entries-from-diary): Better parsing of diary entries
3145         (org-agenda-check-no-diary): New function.
3146         ("diary-lib"): Advice to function `add-to-diary-list', to allow
3147         linking to diary entries.
3148         (org-agenda-execute-calendar-command): New function
3150 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
3152         * org.el (org-agenda): Improved visible section in window.  And
3153         use `org-fit-agenda-window'.
3154         (org-fit-agenda-window): New option.
3156 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
3158         * org.el (org-move-subtree-down): Better handling of empty lines
3159         at end of subtree.
3160         (org-cycle): Numeric prefix is interpreted now as show-subtree N
3161         levels up.
3163 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
3165         * org.el (org-fontify-done-headline): New option.
3166         (org-headline-done-face): New face.
3167         (org-set-font-lock-defaults): Use `org-headline-done-face'.
3169 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
3171         * org.el (org-table-copy-down): renamed from
3172         `org-table-copy-from-above'.  When current field is non-empty, it
3173         is copied to next row.
3175 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
3177         * org.el (org-table-copy-from-above): Fixed bug which made it
3178         impossible to copy fields containing only a single non-white
3179         character.
3181 Release of 3.04 -------------------------------------------------------------
3183 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
3185         * org.el (org-version): Prefix arg removed, was not needed.
3187 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
3189         * org.el (org-show-following-heading): New option.
3190         (org-show-hierarchy-above): Use `org-show-following-heading'.
3192 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
3194         * org.el (orgtbl-optimized): New option
3195         (orgtbl-mode): New command, a minor mode.
3196         (orgtbl-mode-map): New variable.
3197         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3198         (orgtbl-error, orgtbl-self-insert-command)
3199         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3201 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
3203         * org.el (org-mode): `org-table-may-need-update' is now a local
3204         variable in each org-mode buffer.
3206 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
3208         * org.el (org-set-regexps-and-options): Renamed from
3209         `org-set-regexps'.  Added checking for STARTUP keyword.
3210         (org-get-current-options): Added STARTUP options.
3211         (org-table-insert-row): Mode mode intelligent about when
3212         realignment is needed.
3213         (org-self-insert-command, org-delete-backward-char,
3214         org-delete-char): New commands.
3215         (org-enable-table-editor): new default value `optimized'.
3216         (org-table-blank-field): Support blanking regions if active.