Changing timestamps granularly.
[org-mode/org-tableheadings.git] / ChangeLog
blobfea62e33d28e404a0e86928819a586ad7b17a0f7
1 2008-03-03  Carsten Dominik  <dominik@science.uva.nl>
4         * org.el (org-toggle-region-items): New function.
5         (org-toggle-region-headings): New function.
6         (org-time-stamp-rounding-minutes): This is now a list of two
7         values.
8         (org-current-time, org-read-date, org-timestamp-change): Use the
9         new structure of org-time-stamp-rounding-minutes.
11 2008-03-03  Bastien Guerry  <bzg@altern.org>
13         * org.el (org-load-default-extensions): Don't throw an error when
14         a feature cannot be loaded, send a message instead.
16         * org-publish.el (org-publish-org-to, org-publish-org-to-latex)
17         (org-publish-org-to-html): New argument `pub-dir' for temporary
18         publication directory.
19         (org-publish-projects): Renamed from `org-publish-plists'.
20         (org-publish, org-publish-all): Use `org-publish-projects'.
21         (org-publish-all, org-publish-current-file)
22         (org-publish-files-alist): Renamed from `org-publish-files'.
23         (org-publish-initialize-files-alist): New defun.
24         (org-publish-current-project): First initialize the list of
25         publishable files with`org-publish-initialize-files-alist'.
26         (org-publish-get-files): New defun.
27         (org-publish-expand-projects): New defun.
28         (org-publish-expand-components): New defun.
29         (org-publish-get-base-files): Get files recursively.
30         (org-publish-update-timestamp): Create the timestamp file.
31         (org-publish-needed-p): Removed the code about creating/updating
32         the timestamp file.
33         (org-publish-validate-link)
34         (org-publish-get-plists-from-filename, org-publish-get-plists):
35         Deleted.
36         (org-publish-timestamp-directory): Use directory type.
38 2008-03-01  Bastien Guerry  <bzg@altern.org>
40         * org.el (org-dblock-write:columnview, org-columns-capture-view):
41         Added support for :maxlevel and :skip-empty-rows as argument for
42         the columnview dynamic block.
43         (org-archive-subtree): Fixed a bug that prevented entries to get
44         marked DONE even when `org-archive-mark-done' was non-nil.  Also
45         kill archive buffer after archiving.
46         (org-export-as-html): Kill buffer after export when necessary.
48         * org-export-latex.el (org-export-as-latex): Kill buffer after
49         export when necessary.
51         * org.texi (Capturing Column View): Documented the new parameters
52         for the column view dynamic block: :maxlevel and :skip-empty-rows.
54         * org-irc.el: Require 'cl and 'erc.  Added dynamically scoped
55         variables.
56         (org-irc-visit-erc): Bug fix: rename `chan' to `chan-name'.
58 2008-02-29  Carsten Dominik  <dominik@science.uva.nl>
60         * org.el (org-agenda-text-search-extra-files): Renamed from
61         `org-agenda-multi-occur-extra-files'.
62         (org-agenda-manipulate-query-add)
63         (org-agenda-manipulate-query-subtract)
64         (org-agenda-manipulate-query-add-regexp)
65         (org-agenda-manipulate-query-subtract-regexp)
66         (org-agenda-manipulate-query): New functions.
67         (org-agenda-query-register): New option.
68         (org-agenda-deadline-face): New argument wdays, to catch the
69         special case wdays=0.
70         (org-agenda-get-deadlines): Pass wdays to
71         `org-agenda-deadline-face'.
72         (org-agenda-align-tags): Bug fix.
73         (org-mouse-1-follows-link): Backwards compatibility.
75 2008-02-28  Bastien Guerry  <bzg@altern.org>
77         * org.el (org-open-at-point): Deleted mismatching `catch' form.
79 2008-02-28  Phil Jackson  <phil@shellarchive.co.uk>
81         * org-irc.el (org-irc-erc-store-link): Long log entry descriptions
82         are now elipsified.
84 2008-02-28  Bastien Guerry  <bzg@altern.org>
86         * org.el (org-activate-links): Fixed typo.
87         * org.el (org-mouse-1-follows-link): Use the value of
88         `mouse-1-click-follows-link' by default.
90 2008-02-28  Glenn Morris <rgm@gnu.org>
92         * org.el (org-info): Use `info' instead of `Info-goto-node'.
94 2008-02-28  Carsten Dominik  <dominik@science.uva.nl>
96         * org.el (org-auto-repeat-maybe): Make sure that the repeat stuff
97         does not add another state note.
98         (orgtbl-setup): Fix menu bug.
99         (org-agenda-search-history): New variable.
100         (org-search-view): New command.
101         (org-agenda-prefix-format, org-agenda-sorting-strategy): New
102         setting for search.
103         (org-agenda-custom-commands, org-agenda)
104         (org-agenda-get-restriction-and-command, org-run-agenda-series):
105         Cater for new agenda view.
107 2008-02-28  Bernt Hansen <bernt@norang.ca>
109         * org.el (org-put-clock-overlay): increase the limit of allowed
110         levels to 8 when building the clock summary.
112 2008-02-27  Phil Jackson  <phil@shellarchive.co.uk>
114         * org-irc.el (org-irc-erc-store-link): Links now have
115         descriptions. The cpltxt and link variables are no longer directly
116         set.
118 2008-02-27  Carsten Dominik  <dominik@science.uva.nl>
120         * org-publish.el (org-publish-current-project): Fixed another
121         problem with the FORCE argument.
123 2008-02-27  Carsten Dominik  <dominik@science.uva.nl>
125         * org-irc.el: Modified the installation instructions.
127         * org.el (org-store-link): Removed the (require 'org-irc), this is
128         now handled by `org-default-extensions'.
129         (org-load-hook): This hok is now exlicitly defined and made
130         customizable.
131         (org-default-extensions): New option.
133 2008-02-26  Bastien Guerry  <bzg@altern.org>
135         * org.el (org-agenda-to-appt): New argument `refresh' let the user
136         delete previous appointments stored in `appt-time-msg-list'.
137         (org-deadline-warning-days): Mention the fact that a value of zero
138         will be treated like negative values.
139         (org-show-todo-tree): Fix a small typo in the docstring.
141 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
143         * org.el (org-agenda-to-appt): Set `org-deadline-warning-days' to
144         nil for the duration of the command.
146         * org-publish.el (org-publish, org-publish-current-file)
147         (org-publish-all): Do not overrule the default value of
148         `org-publish-use-timestamps-flag' with a nil value of FORCE.
150         * org.el (org-find-entry-with-id): Also find entry outside the
151         restriction.
152         (org-at-item-p, org-export-as-html): Fixed bug with
153         `org-plain-list-ordered-item-terminator' set to ?\).
155 2008-02-22  Carsten Dominik  <dominik@science.uva.nl>
157         * org.el (org-insert-heading, org-insert-item): More intelligent
158         splitting of lines when creating a new headline or item.
159         (org-M-RET-may-split-line): New option.
160         (org-table-wrap-region): Respect the table setting in
161         org-M-RET-may-split-line'.
163 2008-02-19  Phil Jackson  <phil@shellarchive.co.uk>
165         * org.el (org-store-link): org-irc required.
166         * org-irc.el (org-irc-get-erc-link): Fixed to allow the extraction
167         of a nick from both CVS and stable versions of erc.
169 2008-02-19  Carsten Dominik  <dominik@science.uva.nl>
171         * org.el (org-set-regexps-and-options): Parse the new logging
172         options.
173         (org-extract-log-state-settings): New function.
174         (org-todo): Handle the new ways of recording state change stuff.
175         (org-local-logging): New function.
177 2008-02-18  Carsten Dominik  <dominik@science.uva.nl>
179         * org.el (org-columns-open-link): Fixed bug with opening link in
180         column view.
182         * org-mac-message.el (org-mac-message-get-link): New function for
183         non-interactive use.
185 2008-02-17  Carsten Dominik  <dominik@science.uva.nl>
187         * org.el (org-local-logging): New function
189 2008-02-15  Carsten Dominik  <dominik@science.uva.nl>
191         * org.el (org-todo): Make sure that LOGGING properties are
192         honoured.
194 2008-02-14  Carsten Dominik  <dominik@science.uva.nl>
196         * org.el:
197         (org-todo-keywords): Improve docstring.
198         (org-startup-options): Cleanup startup options.
199         (org-set-regexps-and-options): Process the "!" markers.
200         (org-todo): Respect the new logging stuff.
201         (org-log-note-how): New variable.
202         (org-add-log-maybe): New parameter HOW that defines how logging
203         should be done and also overrides PURPOSE.  Add a docstring.
204         (org-add-log-note): Check if we really need to ask for a note.
205         (org-get-current-options): Digest the new keyword.
207         * org.texi (Progress logging): Document the new progress logging
208         stuff.
210 2008-02-13  Carsten Dominik  <dominik@science.uva.nl>
212         * org.el (org-agenda-reset-markers): Renamed from
213         `org-agenda-maybe-reset-markers'.  FORCE argument removed.
214         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
215         function, without force argument.
216         (org-buffer-property-keys): Bind local variables s and p.
218 2008-02-12  Carsten Dominik  <dominik@science.uva.nl>
220         * org.el (org-make-tags-matcher): Allow "" to match an empty or
221         non-existent property value.
222         (org-export-as-html): Join unsorted lists when they directly
223         follow each other.  Such lists may be created by headlines that
224         are converted to lists.
225         (org-nofm-to-completion): New function.
227 2008-02-12  Bastien Guerry  <bzg@altern.org>
229         * org.el (org-export-as-html): Use :html-extension instead of
230         org-export-html-extension.
231         (org-store-link): Support for links from `rmail-summary-mode'.
233 2008-02-11  Carsten Dominik  <dominik@science.uva.nl>
235         * org.el (org-columns-new, org-complete, org-set-property): Set
236         the `include-columns' argument in the call to
237         `org-buffer-property-keys'.
238         (org-buffer-property-keys): New argument `include-columns', to
239         include properties expected by any of the COLUMS formats in the
240         current buffer.
242 2008-02-09  Carsten Dominik  <dominik@science.uva.nl>
244         * org.el (org-cleaned-string-for-export): Get rid of drawers
245         first, so that they will be removed also in the text before the
246         first headline.
248 2008-02-08  Carsten Dominik  <dominik@science.uva.nl>
250         * org.el (org-clock-report): Show the clocktable when found.
251         (org-refile): Fix positioning bug when `org-reverse-note-order' is
252         nil.
254 2008-02-07  Carsten Dominik  <dominik@science.uva.nl>
256         * org.el (org-version): With prefix argument, insert `org-version'
257         at point.
258         (org-agenda-goto): Recenter the window after finding the target
259         location, to make sure the correct position will be displayed.
260         (org-agenda-get-deadlines): Don't scale priority with the warning
261         period.
262         (org-insert-heading): Don't break line in the middle of the line.
264 2008-02-06  Carsten Dominik  <dominik@science.uva.nl>
266         * org.el (org-agenda-get-deadlines): Allow
267         `org-deadline-warning-days' to be 0.
269 2008-02-05  Carsten Dominik  <dominik@science.uva.nl>
271         * org-publish.el (org-publish-timestamp-filename): Protect ":" in
272         file name path under windows.
274         * org.el (org-update-checkbox-count): Revamped to deal with
275         hierarchical beckboxes.  This was a patch from Miguel
276         A. Figueroa-Villanueva.
278 2008-02-04  Carsten Dominik  <dominik@science.uva.nl>
280         * org-mac-message.el: New file.
282         * org.el (org-remove-timestamp-with-keyword): New function.
283         (org-schedule, org-deadline): Use
284         `org-remove-timestamp-with-keyword' to make sure all such time
285         stamps are removed.
286         (org-mode): Support for `align'.
288 2008-02-03  Carsten Dominik  <dominik@science.uva.nl>
290         * org.el (org-agenda-get-deadlines): Make sure priorities increase
291         as the due date approaches and is passed.
292         (org-remember-apply-template): Fixed problem with tags that
293         contain "_" or "@".
295 2008-02-01  Carsten Dominik  <dominik@science.uva.nl>
297         * org.el (org-make-link-regexps): Improve the regular expression
298         for plain links.
300 2008-01-31  Carsten Dominik  <dominik@science.uva.nl>
302         * org.el (org-agenda-get-closed): List each clocking entry.
303         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
304         (org-special-ctrl-k): New option.
305         (org-kill-line): New function.
307 2008-01-26  Carsten Dominik  <dominik@science.uva.nl>
309         * org.el (org-archive-all-done): Fixed incorrect number of stars
310         in regexp.
312 2008-01-25  Carsten Dominik  <dominik@science.uva.nl>
314         * org.el (org-refile-get-location): New function.
315         (org-refile-goto-last-stored): New function.
316         (org-global-tags-completion-table): Add the value of org-tag-alist
317         in each buffer, to make sure that also unused tags will be
318         available for completion.
320 2008-01-24  Carsten Dominik  <dominik@science.uva.nl>
322         * org.el (org-columns-edit-value)
323         (org-columns-next-allowed-value): Only update if not in agenda.
325 2008-01-22  Carsten Dominik  <dominik@science.uva.nl>
327         * org.el (org-clocktable-steps): New function.
328         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
329         (org-archive-subtree): Add the outline tree context as a
330         property.
331         (org-closest-date): New optional argument `prefer'.
332         (org-goto-auto-isearch): New option.
333         (org-goto-map, org-get-location): Implement auto-isearch.
334         (org-goto-local-auto-isearch-map): New variable.
335         (org-goto-local-search-forward-headings)
336         (org-goto-local-auto-isearch): New functions
338 -----------------------------------------------------------------------
340 Installed as 5.19a
343 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
345         * org.el (org-entry-properties): Include the CLOCKSUM special
346         property.
347         (org-columns-edit-value): Do not allow to edit the special
348         CLOCKSUM property.
349         (org-flag-drawer): Use the original value of
350         `outline-regexp'.
351         (org-remember-handler): Add invisible-ok flag to call to
352         `org-end-of-subtree'
353         (org-agenda-highlight-todo): Respect
354         `org-agenda-todo-keyword-format'.
355         (org-agenda-todo-keyword-format): New option.
356         (org-infile-export-plist): No restriction while searching
357         for options.
358         (org-remember-handler): Remove comments at the end of the buffer.
359         (org-remember-use-refile-when-interactive): New option.
360         (org-table-sort-lines): Make sure sorting works on link
361         descritions only, and ignores the link.
362         (org-sort-entries-or-items): Make sure the end of the
363         subtree is included.
364         (org-refile-use-outline-path): New allowed values `file' and
365         `full-file-path'.
366         (org-get-refile-targets): Respect new values for
367         `org-refile-use-outline-path'.
368         (org-agenda-get-restriction-and-command): DEL goes back to initial
369         list.
370         (org-export-as-xoxo): Restore point when done.
371         (org-open-file): Allow multiple %s in command.
372         (org-clock-in-switch-to-state): New option.
373         (org-first-list-item-p): New function.
374         (org-last-remember-storage-locations): New variable.
375         (org-get-refile-targets): Interpret the new maxlevel setting.
376         (org-refile-targets): New option `:maxlevel'.
377         (org-copy-subtree): Include empty lines before but not
378         after subtree.
379         (org-back-over-empty-lines, org-skip-whitespace): New functions.
380         (org-move-item-down, org-move-item-up): Include empty lines before
381         but not after item.
382         (org-first-sibling-p): New function.
383         (org-remember-apply-template): Defaults, completions and
384         history for template prompts.  Also, interpret new `%!' escape.
385         (org-context-choices): New constant.
386         (org-bound-and-true-p): New macro.
387         (org-imenu-depth): New option.
388         (org-imenu-markers): New variable.
389         (org-imenu-new-marker, org-imenu-get-tree)
390         (org-speedbar-set-agenda-restriction): New functions.
391         (org-agenda-set-restriction-lock)
392         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
393         functions.
394         (org-agenda-restriction-lock): New face.
395         (org-agenda-restriction-lock-overlay)
396         (org-speedbar-restriction-lock-overlay): New variables.
397         (org-open-at-point): Removed obsolete way to do redirection in
398         shell links.
399         (org-imenu-and-speedbar): New customization group.
400         (org-entry-properties): Return keyword-less time strings.
401         (org-clock-heading-function): New option.
402         (org-clock-in): Use `org-clock-heading-function'.
403         (org-calendar-holiday): Try to use
404         `calendar-check-holidays' instead of the obsolete
405         `check-calendar-holidays'.
406         (org-export-html-special-string-regexps): New constant.
407         (org-massive-special-regexp): New variable.
408         (org-compute-latex-and-specials-regexp)
409         (org-do-latex-and-special-faces): New functions.
410         (org-latex-and-export-specials): New face.
411         (org-highlight-latex-fragments-and-specials): New option.
412         (org-link-escape-chars): Use characters instead of strings.
413         (org-link-escape-chars-browser, org-link-escape)
414         (org-link-unescape): Use characters instead of strings.
415         (org-export-html-convert-sub-super, org-html-do-expand): Check for
416         protected text.
417         (org-emphasis-alist): Additional `verbatim' flag.
418         (org-set-emph-re): Handle the verbatim flag and compute
419         `org-verbatim-re'.
420         (org-cleaned-string-for-export): Protect verbatim elements.
421         (org-verbatim-re): New variable.
422         (org-hide-emphasis-markers): New option.
423         (org-additional-option-like-keywords): Add new keywords.
424         (org-get-entry): Renamed from `org-get-cleaned-entry'.
425         (org-icalendar-cleanup-string): New function for quoting icalendar
426         text.
427         (org-agenda-skip-scheduled-if-done): New option.
428         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
429         `org-agenda-skip-scheduled-if-done'.
430         (org-prepare-agenda-buffers): Allow buffers as arguments.
431         (org-entry-properties): Add CATEGORY as a special property.
432         (org-use-property-inheritance): Allow a list of properties as a
433         value.
434         (org-eval-in-calendar): No longer update the prompt.
435         (org-read-date-popup-calendar): Renamed from
436         `org-popup-calendar-for-date-prompt'.
437         (org-read-date-display-live): New variable.
438         (org-read-date-display): New function.
439         (org-read-date-analyze): New function.
440         (org-remember-apply-template): Define `remember-finalize' if it is
441         not yet defined.
442         (org-remember-insinuate): New function.
443         (org-read-date-prefer-future): New option.
444         (org-read-date): Respect the setting of
445         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
446         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
447         hardcoded string.
448         (org-remember-apply-template): Use `remember-finalize' instead of
449         `remember-buffer'.
450         (org-columns-compute, org-column-number-to-string)
451         (org-columns-uncompile-format, org-columns-compile-format)
452         (org-columns-compile-format): Handle printf format specifier.
453         (org-columns-new, org-column-number-to-string)
454         (org-columns-uncompile-format, org-columns-compile-format):
455         Support for new currency summary type.
456         (org-tree-to-indirect-buffer): Do not kill old buffer when
457         `org-indirect-buffer-display' is `new-frame'.
458         (org-indirect-buffer-display): Document that `new-frame' leads to
459         indiret buffer proliferation.
460         (org-agenda-list): Use `org-extend-today-until'.
461         (org-extend-today-until): New option.
462         (org-format-org-table-html): Use lower-case for <col> tag.
463         (org-agenda-execute): New command.
464         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
465         (org-select-remember-template): New function.
466         (org-remember-apply-template): Use `org-select-remember-template'.
467         (org-go-to-remember-target): New function.
469         * org-publish.el (org-publish-current-project): Fix bug with
470         forcing publication.
472         * org.texi (Property inheritance): New section
473         (Conventions): New section.
474         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
475         commands, and the new bindings for refiling.
476         (Sparse trees): Document the new special command for sparse trees.
477         (References): Be more clear about the counting of hilines.
478         (Handling links): Document M-p/n for accessing links.
479         (Fast access to TODO states): New section.
480         (Per file keywords): New section.
481         (Property inheritance): New section.
482         (Column attributes): New summary types.
483         (Capturing Column View): New section.
484         (The date/time prompt): Cover the new features in the date/time
485         prompt.  Compactify the table of keys for the calendar remote
486         control.
487         (Clocking work time): Document the new :scope parameter.
488         (Remember): Promoted to chapter.
489         (Quoted examples): New section.
490         (Enhancing text): New verbatim environments.
492 2007-11-04  Bastien Guerry  <bzg@altern.org>
494         * org.el (org-export-with-special-strings): New option.
495         (org-export-html-convert-special-strings): New function.
496         (org-html-do-expand): `org-export-html-convert-special-strings'
497         added to the list of conversion.
498         (org-infile-export-plist, org-get-current-options): Added support
499         for "-" in the #+OPTION line to let user switch on/off special
500         strings conversion.
501         (org-export-plist-vars): New :html-table-tag property.
502         (org-export-as-html, org-format-org-table-html)
503         (org-format-table-table-html) Use the :html-table-tag property
504         instead of the `org-export-html-table-tag' global value.
505         (org-additional-option-like-keywords): Added "TBLFM".
507 2007-11-27  Bastien Guerry  <bzg@altern.org>
509         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
510         (org-export-latex-special-chars): Convert "..." in \ldots and skip
511         tables
512         (org-export-latex-fontify-headline): Changed parameter name
513         (org-export-as-latex): Handle export of subtrees
514         (org-export-latex-make-header): New argument TITLE
515         (org-export-latex-content): New argument EXCLUDE-LIST
516         (org-list-parse-list): New name for org-export-latex-parse-list
517         (org-export-latex-make-header): New name for
518         org-export-latex-make-preamble
519         (org-list-to-generic): New name of org-export-list-to-generic
520         (org-list-to-latex): New name of org-export-list-to-latex
521         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
522         (org-list-send-list, org-list-to-texinfo)
523         (org-list-to-html): New functions
524         (org-export-latex-tables-column-borders)
525         (org-export-latex-default-class, org-export-latex-classes)
526         (org-export-latex-classes-sectioning)
527         (org-list-radio-list-templates): New options
528         (org-export-latex-header): New variable
529         (org-latex-entities): New constant
530         (org-export-latex-default-sectioning, org-export-latex-preamble)
531         (org-export-latex-prepare-text-option)
532         (org-export-latex-get-sectioning): Removed
535 -----------------------------------------------------------------------
537 Installed as 5.13g
539 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
541         * org.el (org-remember-handler): Make sure the amount of
542         whitespace after the note is right.
544 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
546         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
547         instead of `mapcar'.
549         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
550         instead of `mapcar'.
551         (org-agenda-list): Numeric prefix argument can specify the number
552         of days.
553         (remember-register, remember-buffer): Prevent byte compiler from
554         complaining.
557         * org.el (org-agenda-get-restriction-and-command): Fix window
558         size.
559         (org-read-date-get-relative): Require [-+] at the beginning.
560         (org-open-link-from-string): New function.
561         (org-columns-open-link): New commands.
562         (org-scan-tags): Handle indirect buffers.
563         (org-read-date-get-relative): New function.
564         (org-agenda-file-regexp): New variable.
565         (org-agenda-files): Allow directories in the variable.
566         (org-agenda-get-restriction-and-command): New function.
567         (org-agenda): Use `org-agenda-get-restriction-and-command'.
568         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
569         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
570         New functions.
571         (org-entry-add-to-multivalued-property)
572         (org-entry-remove-from-multivalued-property)
573         (org-entry-member-in-multivalued-property): New functions.
574         (org-remember-apply-template): Catch C-g and make sure window
575         configuration is restored.
576         (org-agenda-open-link): Make is work with several links in the
577         line.
578         (org-drawers, org-set-regexps-and-options)
579         (org-get-current-options): Added support for a DRAWERS in-buffer
580         option.
581         (org-agenda-window-frame-fractions): New option.
582         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
583         (org-columns-cleanup-item, org-find-entry-with-id)
584         (org-insert-columns-dblock, org-listtable-to-string)
585         (org-dblock-write:columnview, org-columns-capture-view)
586         (org-edit-headline): New functions.
587         (org-agenda-to-appt): Require calendar.
588         (org-entry-get-with-inheritance): Widen for search.
589         (org-columns-display-here): Don't mark buffer as modified when
590         adding space characters to accomodate column overlays.
591         (org-export-as-html): Better formatting of tags in the toc.
592         (org-columns-display-here): Make the ITEM column as compact as
593         possible.
594         (org-remember-templates): Customization interface improved.
595         (org-export-with-property-drawer): Variable removed.
596         (org-export-with-drawers): New option.
597         (org-complex-heading-regexp): New variable.
598         (org-sort-entries): Rewrite using `sort-subr'.
599         (org-set-property): More appropriate completion during interactive
600         use.
601         (org-sort-entries): Allow sorting by property.
602         (org-additional-option-like-keywords): Added more values.
603         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
605 ----------------------------------------------------------------------
607 installed as 5.12
609 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
612         * org.texi: Small fixes.
614 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
616         * org.el (org-get-date-from-calendar): New function.
617         (org-at-timestamp-p, org-timestamp-change)
618         (org-remember-templates): First element of each entry is now a
619         name for the template.
620         (org-store-log-note): Check for `org-note-abort'.
621         (org-kill-note-or-show-branches): New command.
622         (org-fontify-priorities): New option.
623         (org-fontify-priorities): New function.
624         (org-cut-subtree, org-copy-subtree): New argument N to
625         act on N sequential subtrees.
626         (org-paste-subtree): Fix the level at which a tree is pasted.
627         (org-fit-agenda-window): Limitations on window size removed.
628         (org-agenda-find-same-or-today-or-agenda): Renamed from
629         `org-agenda-find-today-or-agenda'. 
630         (org-scheduled-past-days): New option.
631         (org-agenda-scheduled-leaders)
632         (org-agenda-deadline-leaders): New options.
633         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
634         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
635         (org-export-with-tags, org-export-plist-vars)
636         (org-infile-export-plist): New "tags" option.
637         (org-use-property-inheritance): New option.
638         (org-cached-entry-get): Use `org-use-property-inheritance'.
639         (org-remember-apply-template): Fixed typo.
641 ----------------------------------------------------------------------
642 Installed as 5.11
643         
645 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
647         * org.el (org-additional-option-like-keywords): New constant.
648         (org-complete): Use `org-additional-option-like-keywords'.
649         (org-parse-local-options): New function.
651 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
653         * org.el (org-in-clocktable-p): New function.
654         (org-clock-report): Only update the table at point, or insert a
655         new one.
656         (org-clock-goto): New function.
657         (org-open-file): Use `start-process-shell-command' instead of
658         `shell-command' with an ampersand. 
659         (org-deadline, org-schedule): New argument REMOVE to remove the
660         date from the entry.
661         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
662         argument to `org-schedule' and `org-deadline'.
663         (org-trim): Use the correct expressions for beginning and end of
664         the string.
665         (org-get-cleaned-entry): Trim the string before returning it.
666         (org-clock-find-position): New function.
667         (org-clock-into-drawer): New option.
668         (org-agenda-tags-column): Renamed from
669         `org-agenda-align-tags-to-column'. 
670         (org-agenda-align-tags): Allow negative values for
671         `org-agenda-tags-column'.
672         (org-insert-labeled-timestamps-before-properties-drawer): Variable
673         removed.
674         (org-agenda-to-appt): new optional argument FILTER.
675         (org-completion-fallback-command): New variable.
676         (org-complete): Use `org-completion-fallback-command'.
677         (org-find-base-buffer-visiting): Catch the case that there is no
678         buffer visiting the file.
679         (org-property-or-variable-value): New function.
680         (org-todo): Use `org-property-or-variable-value'
681         (org-agenda-compact-blocks): New option.
682         (org-prepare-agenda, org-agenda-list): Use
683         `org-agenda-compact-blocks'.
684         (org-agenda-schedule, org-agenda-deadline): Call
685         `org-agenda-show-new-time'.
686         (org-agenda-show-new-time): New argument PREFIX.
687         (org-colgroup-info-to-vline-list): Fixed but that cause a
688         shift in the vertical lines.
689         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
690         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
691         (org-indent-item): No arg in call to `org-fix-bullet-type'.
692         (org-fix-bullet-type): Removed argument.
693         (org-read-date): Check for am/pm twice, to catch the end time.
694         (org-goto-map): Use `suppress-keymap'.
695         (org-remember-apply-template): Respect the dynamically scoped
696         selection character.
698         * org.texi (Appointment reminders): New section.
700 2007-10-05  Bastien Guerry  <bzg@altern.org>
702         * org-export-latex.el (org-export-latex-protect-string): 
703         Renaming of `org-latex-protect'.
704         (org-export-latex-emphasis-alist): By default, don't protect 
705         any emphasis formatter from further conversion.
706         (org-export-latex-tables): honor column grouping for tables.
707         (org-export-latex-title-command): New option.
708         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
709         export backslash character.
711 ------------------------------------------------------------
712 Installed as 5.10
714 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
716         * org.el (turn-on-orgstruct++): New function.
717         (org-table-convert-region): Prefix arg interpreted differently in
718         terms of field separator.
719         (org-icalendar-include-body-as-description): New option.
720         (org-export-icalendar-clean-description): New function.
721         (org-link-escape): New argument TABLE.
722         (org-link-escape-chars-browser): New constant.
723         (org-open-at-point): Call `org-link-escape' with new argument.
724         (org-export-html-extension): New option.
725         (org-read-date): New argument DEFAULT-TIME.  No longer determine
726         default time from buffer context.
727         (org-time-stamp): Pass default time to `org-read-date'.
728         (org-refresh-category-properties): New function.
729         (org-dblock-write:clocktable): Interpret the :scope parameter.
730         (org-archive-subtree): Use category properties.
731         (org-prepare-agenda-buffers): Call
732         `org-refresh-category-properties'.
733         (org-category-table): Variable removed.
734         (org-get-category-table): Function removed.
735         (org-get-category): Just get the property now.
736         (org-tags-view, org-agenda-get-day-entries)
737         (org-print-icalendar-entries): No longer create the category table.
738         (org-columns-check-computed): New function.
739         (org-columns-compute): Mark computed values.
740         (org-columns-update): Set also the `org-columns-value' property.
741         (org-indent-item): Fix bullet type before thinking about
742         renumbering.
744 2007-09-26  Bastien Guerry  <bzg@altern.org>
746         * org-export-latex.el (org-export-latex-emphasis-alist): 
747         Each list of the alist now requires three elements.
748 -----------------------------------------------------------------
749 Installed as 5.09
750         
751         2007-09-14  Bastien Guerry  <bzg@altern.org>
753         * org-export-latex.el (org-export-latex-tables-verbatim): New
754         function.
755         (org-export-latex-remove-from-headlines): Name changed because of
756         typo. 
757         (org-export-latex-quotation-marks-convention): Option removed.
758         (org-export-latex-make-preamble): Handle the DATE option.
759         (org-export-latex-cleaned-string): Now the only cleaning function,
760         synched up with org.el.
761         (org-export-latex-lists, org-export-latex-parse-list)
762         (org-export-list-to-latex): New functions.
765 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
767         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
768         (org-outline-regexp): New constant.
769         (org-remember-handler): Throw error when the target file is not in
770         org-mode.
771         (org-cleaned-string-for-export): No longer call
772         `org-export-latex-cleaned-string' with an argument.
773         (org-get-tags): Returns now a list, not a string.
774         (org-get-tags-string): New function.
775         (org-archive-subtree): No need to split return of `org-get-tags'.
776         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
777         instead of `org-get-tags'.
778         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
779         (org-time-from-absolute, org-agenda-format-date-aligned): New
780         functions.
781         (org-compatible-face): New argument INHERITS.  Inherit from this
782         face if possible.
783         (org-level-1, org-level-2, org-level-3, org-level-4)
784         (org-level-5, org-level-6, org-level-7, org-level-8)
785         (org-special-keyword, org-drawer, org-column, org-warning)
786         (org-archived, org-todo, org-done, org-headline-done, org-table)
787         (org-formula, org-code, org-agenda-structure)
788         (org-scheduled-today, org-scheduled-previously)
789         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
790         in the new way.
791         (org-get-heading): New argument NO-TAGS.
792         (org-fast-tag-selection-include-todo): Made defvar instead of
793         defcustom, feature is not deprecated.
794         (org-remember-store-without-prompt): New default value t.
795         (org-todo-log-states): New variable.
796         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
797         Compute the log states.
798         (org-goto-map): More commands copied from global map.  Also bind
799         `org-occur'.
800         (org-goto): Made into a general lookup command.
801         (org-get-location): Complete rewrite.
802         (org-goto-exit-command): New variable.
803         (org-goto-selected-point): New variable.
804         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
805         the new variables.
806         (org-paste-subtree): Whitespace insertion strategy revised.
807         (org-remember-apply-template): Protect v-A from the possibility
808         that v-a might be nil.
809         (org-remember-handler): Insertion rules revised.
810         (org-todo): Respect org-todo-log-states.
811         (org-up-heading-safe): New function.
812         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
814         * org.texi: Change links to webpage and maintained email.
815         (Remember): Promoted to Chapter, significant changes.
816         (Fast access to TODO states): New section.
817         (Faces for TODO keywords): New section.
818         (Export options): Example for #+DATE.
819         (Progress logging): Section moved.
821 ----------------------------------------------------------------------
822 installed in Emacs as 5.08
824 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
826         * org.el (org-re): Also replace the :alpha: class.
827         (org-todo-tag-alist): Variable removed.
828         (org-todo-key-alist, org-todo-key-trigger) New variables.
829         (org-use-fast-todo-selection): New option.
830         (org-log-done): Docstring fixed.
831         (org-deadline-warning-days): New default value 14.
832         (org-edit-timestamp-down-means-later) New option.
833         (org-tag-alist): Docstring fixed.
834         (org-fast-tag-selection-include-todo): New option.
835         (org-export-language-setup): New languages added.
836         (org-set-regexps-and-options): Compute the new variables.
837         (org-paste-subtree): Cleaning up.
838         (org-remember-apply-template): New escape %A.
839         (org-todo): Call fast TODO selection.
840         (org-fast-todo-selection): New function.
841         (org-add-log-note): Allow prefix for abort exit.
842         (org-at-property-p, org-entry-properties)
843         (org-columns-get-autowidth-alist): Use :alpha: class.
844         (org-get-wdays): New function.
845         (org-agenda-remove-date): New variable.
846         (org-agenda-get-deadlines): Use `org-get-wdays'.
847         (org-agenda-get-deadlines): Reverse ee before returning.
848         (org-format-agenda-item): New argument REMOVE-RE.
849         (org-agenda-convert-date): Baha'i calendar added.
850         (org-infile-export-plist): Also find DATE line.
851         (org-get-min-level): New function.
852         (org-export-as-html, org-export-as-ascii): Use the date format.
853         (org-shiftup, org-shiftdown): Use.
854         `org-edit-timestamp-down-means-later'.
855         (org-assign-fast-keys): New function.
857 ----------------------------------------------------------------------
859 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
861         * org.el (org-export-visible): Fix drawers before export.
862         (org-do-sort): Allow sorting by priority.
863         (org-agenda-files): Ignore non-existing files.
864         (org-agenda-skip-unavailable-files): New variable.
865         (org-ellipsis): All a face as value.
866         (org-mode): Interprete the face value of `org-ellipsis'.
867         (org-archive-save-context-info): New option.
868         (org-archive-subtree): Store context info in archived entry.
869         (org-fast-tag-selection-can-set-todo-state): New variable.
870         (org-fast-tag-selection): Allow setting TODO states through this
871         interface.
872         (org-cycle): Docstring updated.
873         (org-todo-keyword-faces): New option.
874         (org-get-todo-face): New function.
875         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
876         `org-get-todo-face'.
877         (org-switch-to-buffer-other-window): New function.
878         (org-table-edit-field, org-table-show-reference)
879         (org-table-edit-formulas, org-add-log-note)
880         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
881         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
882         `switch-to-buffer-other-window' to make sure that the temporary
883         windows show up on the current frame.
884         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
885         (org-get-entries-from-diary, org-replace-region-by-html): Don't
886         allow pop-up frames.
887         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
888         problems with time-of-day.
889         (org-export-get-title-from-subtree): New function.
890         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
891         with listing items that are DONE.
892         (org-change-tag-in-region): New command.
893         (org-agenda-skip-scheduled-if-done)
894         (org-agenda-skip-deadline-if-done): Docstring clarified.
895         (org-mode): Hide drawers on startup.
896         (org-get-todo-face): New function.
897         (org-todo-keyword-faces): New option.
899 -------------------------------------------------------------------------       
901 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
903         * org.el (org-agenda-skip): Allow a form for
904         `org-agenda-skip-function'.
905         (org-agenda-redo): Re-use local settings.
906         (org-agenda): Store local settings.
907         (org-agenda-deadline-faces): New option.
908         (org-agenda-deadline-face): New function.
909         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
910         entries on their due date.
911         (org-agenda-get-timestamps): No longer handle the due dates of
912         schedules and deadline items.
913         (org-insert-link-global, org-open-at-point-global): New commands.
914         (org-export-as-ascii): Call
915         `org-cleaned-string-for-export' with a :for-ascii parameter.
916         (org-skip-comments): Function removed.
917         (org-cleaned-string-for-export): Handle special table lines.
918         (org-global-properties): New option.
919         (org-entry-get-with-inheritance): Check global properties.
920         (org-local-properties): New variable.
921         (org-set-regexps-and-options): Find the #+PROPERTY line.
922         (org-link-types): Change type into variable (was constant).
923         (org-make-link-regexps): New function.
924         (org-link-re-with-space, org-link-re-with-space2)
925         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
926         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
927         these regular expressions happens now in the function
928         `org-make-link-regexps'.
929         (org-store-link): Call the functions in `org-store-link-functions'.
930         (org-add-link-type): New function.
931         (org-store-link-functions): New variable.
932         (org-activate-tags): Force matches to be in headlines.
933         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
934         (org-columns-display-here): Make sure this works in a narrowed
935         buffer by checking for point-min.
936         (org-columns-display-here): Make the rest of the line intangible,
937         so that point never can be there.
938         (org-cleaned-string-for-export): Use `with-current-buffer'.
939         (org-replace-region-by-html): Use `with-current-buffer'.
940         (org-unfontify-region, org-do-occur, org-columns-display-here)
941         (org-columns-remove-overlays, org-columns-quit)
942         (org-columns-edit-value, org-columns-next-allowed-value)
943         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
944         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
945         (org-agenda-todo, org-agenda-change-all-lines)
946         (org-agenda-align-tags, org-agenda-priority)
947         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
948         (org-agenda-show-new-time, org-cleaned-string-for-export)
949         (org-export-grab-title-from-buffer): 
950         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
951         instead of `buffer-read-only'.
952         (org-export-as-html): Set `coding-system-for-write'.
953         (org-remember-store-without-prompt): New option.
954         (org-archive-subtree): Fixed bug with modifying TODO keyword.
955         (org-beginning-of-line): Also treat C-a special in items.
956         (org-table-convert-refs-to-rc): Fixed problem with column
957         reference after "..".
958         (org-columns-compute): Don't mark buffer modified because of text
959         properties.
960         (org-batch-store-agenda-views): Use the variable
961         `default-directory', not the function.
962         (org-clock-out-if-current): Respect
963         `org-clock-out-when-done'.
964         (org-clock-out-when-done): New option.
965         (org-html-entities): Added HTML entities for smileys.
967         * org.texi (Adding hyperlink types): New section.
968         (Embedded LaTeX): Chapter updated because of LaTeX export.
969         (LaTeX export): New section.
970         (Using links out): New section.
973 -----------------------------------------------------------------
975 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
977         * org.texi (Properties and columns): Chapter rewritten.
979 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
981         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
982         span as default.
984         (org-columns-edit-value): Renamed from `org-column-edit'.
985         (org-columns-display-here-title): Renamed from
986         `org-overlay-columns-title'.
987         (org-columns-remove-overlays): ` Renamed from
988         org-remove-column-overlays'.
989         (org-columns-get-autowidth-alist): ` Renamed from
990         org-get-columns-autowidth-alist'.
991         (org-columns-display-here): Renamed from `org-overlay-columns'.
992         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
993         (org-columns-quit): Renamed from `org-column-quit'.
994         (org-columns-show-value): Renamed from `org-column-show-value'.
995         (org-columns-content, org-columns-widen)
996         (org-columns-next-allowed-value)
997         (org-columns-edit-allowed, org-columns-store-format)
998         (org-columns-uncompile-format, org-columns-redo)
999         (org-columns-edit-attributes, org-delete-property)
1000         (org-set-property, org-columns-update)
1001         (org-columns-compute, org-columns-eval)
1002         (org-columns-not-in-agenda, org-columns-compute-all)
1003         (org-property-next-allowed-value)
1004         (org-columns-compile-format)
1005         (org-fill-paragraph-experimental)
1006         (org-string-to-number, org-property-action)
1007         (org-columns-move-left, org-columns-new )
1008         (org-column-number-to-string)
1009         (org-property-previous-allowed-value)
1010         (org-at-property-p, org-columns-delete)
1011         (org-columns-previous-allowed-value)
1012         (org-columns-move-right, org-columns-narrow)
1013         (org-property-get-allowed-values)
1014         (org-verify-version, org-column-string-to-number)
1015         (org-delete-property-globally): New functions.
1016         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
1017         (org-columns-overlays): Renamed from `org-column-overlays'.
1018         (org-columns-map): Renamed from `org-column-map'.
1019         (org-columns-current-maxwidths): Renamed from
1020         `org-current-columns-maxwidths'.
1021         (org-columns-begin-marker, org-columns-current-fmt-compiled)
1022         (org-previous-header-line-format)
1023         (org-columns-inhibit-recalculation) 
1024         (org-columns-top-level-marker): New variables.
1025         (org-columns-default-format): Renamed from
1026         `org-default-columns-format'.
1027         (org-property-re): New constant.
1029         
1031 =====================================================================
1033 Installed as 5.01b      
1035 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1037         * org.el (orgstruct-mode-map): New variable.
1038         (orgstruct-mode): New minor mode.
1039         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1040         (orgstruct-make-binding, org-context-p, org-get-local-variables)
1041         (org-run-like-in-org-mode): New functions.
1042         (org-cycle-list-bullet): New command.
1043         (org-special-properties, org-property-start-re)
1044         (org-property-end-re): New constants.
1045         (org-with-point-at): New macro.
1046         (org-get-property-block, org-entry-properties, org-entry-get)
1047         (org-entry-delete, org-entry-get-with-inheritance)
1048         (org-entry-put, org-buffer-property-keys): New functions.
1049         (org-insert-property-drawer): New command.
1050         (org-entry-property-inherited-from): New variable.
1051         (org-column): New face.
1052         (org-column-overlays, org-current-columns-fmt)
1053         (org-current-columns-maxwidths, org-column-map): New variables.
1054         (org-column-menu): New menu.
1055         (org-new-column-overlay, org-overlay-columns)
1056         (org-overlay-columns-title, org-remove-column-overlays)
1057         (org-column-show-value, org-column-quit, org-column-edit): New
1058         functions.
1059         (org-columns, org-agenda-columns): New commands.
1060         (org-get-columns-autowidth-alist): New functions.
1061         (org-properties): New customize group.
1062         (org-default-columns-format): New option.
1064 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
1066         * org.el (org-priority): Realign tags after changing priority. 
1067         (org-preserve-lc): New macro.
1068         (org-update-checkbox-count): Catch case when there is no headline.
1069         (org-agenda-quit): Remove any column overlays.
1071 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
1073         * org.el (org-beginning-of-item-list): Fixed bug when non-item
1074         line is indented too deep.
1076 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
1078         * org.el (org-cached-props): New variable.
1079         (org-cached-entry-get): New function.
1080         (org-make-tags-matcher): Handle property matches.
1082 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
1084         * org.el (org-table-recalculate): Swap evaluation order:  Field
1085         formula first, then column formulas, but don't allow them to
1086         overwrite the field formulas.
1087         (org-table-eval-formula): New argument untouchable.
1088         (org-table-put-field-property): New function.
1090 ========================================================================
1092 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1094         * org.el (org-export-with-footnotes): New option.
1096 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
1098         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
1099         (org-agenda-default-appointment-duration): New option.
1101 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
1103         * org.texi (Tag): Section swapped with node Timestamps.
1104         (Formula syntax for Lisp): Document new `L' flag.
1106         * org.el (org-end-time-was-given): New variable.
1107         (org-read-date): Look for time range.
1108         (org-timestamp-change): Deal with time range issues.
1109         (org-modify-ts-extra): New function.
1110         (org-remember-apply-template, org-add-planning-info)
1111         (org-time-stamp, org-time-stamp-inactive): Make use of
1112         `org-end-time-was-given'.
1113         (org-set-regexps-and-options, org-activate-tags)
1114         (org-archive-subtree, org-toggle-tag)
1115         (org-make-org-heading-search-string, org-open-at-point)
1116         (org-link-search, org-remember-handler, org-complete)
1117         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
1118         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
1119         (org-agenda-list-stuck-projects, org-format-agenda-item)
1120         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
1121         (org-ascii-level-start, org-export-as-html)
1122         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
1123         to match tags, in order to allow lanufage-specific characters in
1124         tags.
1125         (org-beginning-of-item-list): New command.
1126         (org-target): New face.
1127         (org-activate-links): New link type target.
1131 ======================================================================
1132         
1133 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1135         * textmodes/org.el:
1136         (org-export-region-as-html, org-replace-region-by-html)
1137         (org-number-to-letters, org-table-fedit-finish)
1138         (org-normalize-color, org-table-fedit-ref-right)
1139         (org-date-to-gregorian, org-table-fedit-move)
1140         (org-table-convert-refs-to-rc, org-calendar-holiday)
1141         (org-table-fedit-toggle-ref-type, org-write-agenda)
1142         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1143         (org-defkey, org-encode-for-stdout)
1144         (org-indent-line-function, org-export-as-html-to-buffer)
1145         (org-store-agenda-views, org-update-mode-line)
1146         (org-find-if, org-delete-all)
1147         (org-table-fedit-convert-buffer, org-emphasize)
1148         (org-uniquify, org-table-fedit-lisp-indent)
1149         (org-table-fedit-scroll, org-get-todo-sequence-head)
1150         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1151         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1152         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1153         (org-table-fedit-line-up, org-table-fedit-ref-down)
1154         (org-table-formula-from-user, org-mode-flyspell-verify)
1155         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1156         (org-table-formula-to-user, org-diary-to-ical-string)
1157         (orgtbl-export, org-table-fedit-post-command)
1158         (org-closed-in-range, org-shiftcontrolright)
1159         (org-table-convert-refs-to-an, org-table-hline-and-move)
1160         (org-table-formula-less-p, org-format-table-ascii)
1161         (org-agenda-get-sexps, org-shift-refpart)
1162         (org-diary-sexp-entry, org-time-string-to-absolute)
1163         (org-table-show-reference, org-letters-to-number)
1164         (org-fix-agenda-info, org-table-fedit-ref-up)
1165         (org-table-fedit-shift-reference, org-table-fedit-abort)
1166         (org-closest-date, org-shiftcontrolleft)
1167         (org-at-heading-or-item-p, org-rematch-and-replace)
1168         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
1169         function.
1170         (org-table-edit-scroll-down, org-finish-edit-formulas)
1171         (org-table-edit-next-field, org-abort-edit-formulas)
1172         (org-font-lock-level, org-export-find-first-heading-line)
1173         (org-table-edit-line-down, org-table-edit-backward-field)
1174         (org-edit-formula-lisp-indent, org-table-edit-move)
1175         (org-check-log-option, org-this-word)
1176         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1177         (org-agenda-file-to-end, org-expand-file-name)
1178         (org-fake-empty-table-line, org-table-edit-scroll)
1179         (org-toggle-log-option, org-show-reference): Function removed.
1180         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
1181         defsubst.
1182         (org-unmodified, org-batch-store-agenda-views)
1183         (org-batch-agenda-csv): New macro.
1184         (org-agenda-export): New customization group.
1185         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1186         (org-highest-priority, org-agenda-exporter-settings)
1187         (org-log-done-with-time, org-replace-disputed-keys)
1188         (org-format-latex-header, org-export-table-header-tags)
1189         (org-cycle-separator-lines, org-export-table-data-tags)
1190         (org-icalendar-include-sexps)
1191         (org-empty-line-terminates-plain-lists)
1192         (org-log-repeat, org-special-ctrl-a)
1193         (org-table-use-standard-references, org-disputed-keys)
1194         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1195         (org-agenda-export-html-style): New option.
1196         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
1197         (org-CUA-compatible): Option removed.
1198         (org-agenda-structure,  org-sexp-date): New face.
1199         (org-todo-keywords-for-agenda, org-not-done-keywords)
1200         (org-planning-or-clock-line-re, org-agenda-name)
1201         (org-table-colgroup-info, org-todo-sets)
1202         (constants-unit-system, org-clock-mode-line-entry)
1203         (org-mode-line-timer, org-table-current-begin-pos)
1204         (org-todo-keywords-1, org-mode-line-string)
1205         (org-table-clean-did-remove-column, org-table-fedit-map)
1206         (org-clock-heading, org-table-buffer-is-an)
1207         (org-agenda-info, org-done-keywords)
1208         (org-done-keywords-for-agenda, org-todo-heads)
1209         (org-todo-kwd-alist, org-clock-start-time): New variable.
1210         (org-todo-kwd-priority-p, org-edit-formulas-map)
1211         (org-repeat-re, org-todo-kwd-max-priority)
1212         (org-version, org-done-string)
1213         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
1214         removed.
1215         (org-table-translate-regexp, org-repeat-re, org-version): New
1216         constant.
1217         (org-ts-lengths): Constant removed.
1218         (org-follow-gnus-link): Don't ask how many articles to read.
1219         (org-export-find-first-export-line): Renamed from
1220         `org-export-find-first-heading'.  Use
1221         `org-export-skip-text-before-1st-heading'.
1222         (org-table-fedit-post-command): Renamed from
1223         `org-table-edit-formulas-post-command'.
1224         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
1225         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
1226         (org-table-fedit-lisp-indent): Renamed from
1227         `org-edit-formula-lisp-indent'.
1228         (org-table-show-reference): Renamed from `org-show-reference'.
1229         (org-table-store-formulas): Use `org-table-formula-less-p'.
1230         (org-table-edit-formulas): Position cursor to current field
1231         equation.
1232         (org-update-checkbox-count, org-hide-archived-subtrees)
1233         (org-timestamp-up-day, org-timestamp-down-day)
1234         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1235         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1236         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1237         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
1238         `org-on-heading-p' also check for invisible heading.
1239         (org-read-date): Match am/pm times.
1240         (org-eval-in-calendar): Fix default date in prompt.
1242 -------------------------------------------------------------------------
1244 installed as 4.67
1245         
1246 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1248         * org.texi (The spreadsheet): Renamed from "Table calculations".
1249         Completely reorganized and rewritten.
1250         (CamelCase links): Section removed. 
1251         (Repeating items): New section.
1252         (Tracking TODO state changes): New section.
1253         (Agenda views): Chapter reorganized and rewritten.
1254         (HTML export): Section rewritten.
1255         (Tables in arbitrary syntax): New section.
1256         (Summary): Better feature summary.
1257         (Activation): Document problem with cut-and-paste of Lisp code
1258         from PDF files.
1259         (Visibility cycling): Document indirect buffer use.
1260         (Structure editing): Document sorting.
1261         (Remember): Section rewritten.
1262         (Time stamps): Better description of time stamp types.
1263         (Tag searches): DOcument regular expression search for tags.
1264         (Stuck projects): New section.
1265         (In-buffer settings): New keywods.
1266         (History and Acknowledgments): Updated description.
1268 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
1270         * org.el (org-table-overlay-coordinates)
1271         (org-table-toggle-coordinate-overlays): New functions.
1272         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1273         New variables.
1274         (org-startup-with-deadline-check): Option removed.
1275         (org-mode): Remove deadline check on startup.
1276         (org-table-limit-column-width): Option removed.
1277         (org-table-formula-numbers-only): Option removed.
1278         (org-link-style, org-link-format): Options removed.
1279         (org-select-agenda-window, org-fit-agenda-window): Options
1280         removed. 
1281         (org-export-ascii-show-new-buffer)
1282         (org-export-html-show-new-buffer): Options removed.
1283         (org-activate-links): Camel option removed.
1284         (org-file-link-context-use-camel-case): Option removed.
1285         (org-camel-regexp): Veriable removed.
1286         (org-activate-camels): Function removed.
1287         (org-store-link): Removed Camel stuff.
1288         (org-make-org-heading-camel): Function removed.
1289         (org-open-at-point): Removed camel stuff.
1290         (org-link-search): Removed camel stuff.
1291         (org-camel-to-words): Function removed.
1292         (org-get-agenda-file-buffer): Make sure we prepare the
1293         base buffers, not any indirect buffers.
1294         (org-sort-entries): Sort top-level when not on a
1295         headline, and no active region.
1296         (org-in-regexp): New function.
1297         (org-search-not-self): Renamed from `org-search-not-link'.
1298         (org-open-link-marker): New variable.
1299         (org-open-at-point): Set `org-open-link-marker'.
1300         (org-print-icalendar-entries): Fixed bug with excluding DONE
1301         entries from the exported list.
1302         (org-edit-formula-lisp-indent): New command.
1303         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1304         (orgtbl-to-latex, orgtbl-insert-radio-table)
1305         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1306         (orgtbl-radio-table-templates): New option.
1307         (org-store-link-props): 
1308         (org-remember-templates): More possibilities to insert
1309         info into templates.
1310         (org-remember-apply-template): Make use of the extended template
1311         capabilities.
1312         (org-remember-redo-template): New command.
1313         (org-upgrade-old-links)
1314         (org-table-modify-formulas, org-table-replace-in-formulas)
1315         (org-table-find-dataline)
1316         (org-table-get-vertical-vector): Functions removed.
1317         (org-table-remove-rectangle-highlight)
1318         (org-time-stamp-format, org-toggle-log-option)
1319         (org-table-highlight-rectangle)
1320         (org-table-iterate, org-table-make-reference): 
1321         (org-translate-time, org-tree-to-indirect-buffer)
1322         (org-table-field-info, org-table-fix-formulas)
1323         (org-table-force-dataline, org-table-get-descriptor-line)
1324         (org-table-get-range)
1325         (org-skip-comments, org-sort)
1326         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1327         (org-table-current-dline, org-table-current-field-formula)
1328         (org-table-edit-backward-field)
1329         (org-table-edit-formulas-post-command)
1330         (org-table-edit-line-down, org-table-edit-line-up)
1331         (org-agenda-archive)
1332         (org-agenda-clock-cancel)
1333         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1334         (org-agenda-open-link, org-agenda-show-new-time)
1335         (org-agenda-skip-subtree-when-regexp-matches)
1336         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1337         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1338         (org-do-sort, org-file-image-p, org-find-overlays)
1339         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1340         (org-highlight-until-next-command, org-isearch-end)
1341         (org-match-any-p, org-next-link, org-previous-link): 
1342         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1343         (org-rewrite-old-row-references)
1344         (org-isearch-post-command)
1345         (org-table-edit-move, org-table-edit-next-field)
1346         (org-table-edit-scroll, org-table-edit-scroll-down)
1347         (org-set-frame-title, org-show-reference)
1348         (org-unhighlight-once, org-verify-change-for-undo): New
1349         functions. 
1350         (org-show-variable): Command removed.
1351         (org-add-log-maybe): New arguments STATE, FINDPOS
1352         (org-table-sort-lines): Rewritten from scratch.
1353         (org-link-search): New argument AVOID-POS.
1354         (org-print-icalendar-entries): Argument CATEGORY removed. 
1355         (org-run-agenda-series): Argument WONDOW removed.
1356         (org-next-link, org-previous-link): New commands.
1357         (org-agenda-date-format): New option.
1358         (org-table-iterate): New command.
1359         (org-table-modify-formulas)
1360         (org-table-replace-in-formulas): Functions removed.
1361         (org-table-fix-formulas): New function.
1362         (org-table-insert-column, org-table-delete-column)
1363         (org-table-move-column): Use `org-table-fix-formulas'.
1364         (org-follow-gnus-link): Patch from Bastien/Leo.
1365         (org-table-current-field-formula): New function.
1366         (org-file-image-p): New function.
1367         (org-agenda-show-new-time): New function.
1368         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1369         (org-with-remote-undo): New macro.
1370         (org-agenda-undo): New command.
1371         (org-verify-change-for-undo): New function.
1372         (org-time-stamp-format): New function.
1373         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1374         by user.
1375         (org-match-any-p): New function.
1376         (org-make-tags-matcher): Handle regular expressions for tag and
1377         todo matches.
1378         (org-read-date): Accept "+N" as input for a date relative to the
1379         current date.
1380         (org-remove-subtree-entries-from-agenda): New function.
1381         (org-agenda-archive, org-agenda-kill): Use
1382         `org-remove-subtree-entries-from-agenda'.
1383         (org-do-sort, org-sort-entries): New functions.
1384         (org-sort): New command.
1385         (org-table-sort-lines): Use `org-do-sort'.
1386         (org-fix-decoded-time): New function.
1387         (org-table-number-regexp): Require 0x... to identify as number in
1388         tables.
1389         (org-startup-options): New keywords for note taking.
1390         (org-upgrade-old-links): Function removed.
1391         (org-get-repeat): New function.
1392         (org-show-context): Also show siblings on current level.
1393         (org-show-siblings): New function.
1394         (org-isearch-end, org-isearch-post-command): New functions.
1395         (org-show-siblings): New option.
1396         (org-show-context): Use `org-show-siblings'.
1397         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1398         to be bound, because user may just use elisp.
1400 ----------------------------------------------------------------------
1401 installed as 4.56
1403 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
1405         * org.texi: Fix typos
1406         (Agenda commands): Document `C-k'.
1408         * orgcard.tex (section{Agenda Views}): Document `C-k'.
1410         * org.el (org-scan-tags): Re-align code fixed.
1411         (org-detach-overlay): Renamed from `org-detatch-overlay'.
1412         (org-table-convert-region): Insert space after column separator.
1413         (org-agenda-kill): New command.
1414         (org-metaleft): Call `org-outdent-item' on bullets.
1415         (org-metaright): Call `org-indent-item' on bullets.
1416         (org-timestamp-change): Set `org-last-changed-timestamp'.
1417         (org-current-line): Make sure (bolp) returns correct result.
1418         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1420 ----------------------------------------------------------------------------
1421 Installed as 4.54       
1423 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
1425         * org.el (org-scan-tags): Make the search case-sensitive.
1426         (org-tags-sparse-tree): Don't overrule
1427         `org-show-following-heading' and `org-show-hierarchy-above'.
1428         (org-reveal): New command.
1429         (org-show-context): Renamed from `org-show-hierarchy-above'.
1430         (org-fast-tag-selection-single-key): New option.
1431         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
1432         functions.
1433         (org-tags-overlay): New variable.
1434         (org-agenda-todo-ignore-deadlines): New option.
1435         ("session"): Add circular data structure `org-mark-ring' to
1436         exceptions list in session.el.
1437         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1438         New options.
1439         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1440         (org-prepare-agenda, org-agenda-quit): Use
1441         `org-agenda-window-setup'.
1442         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
1443         variables.
1444         (org-finalize-agenda): Activate bracket links in agenda.
1445         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1446         INACTIVE-OK.
1447         (org-show-hierarchy-above, org-show-following-heading): List
1448         values allowed for fine-tuned configuration.
1449         (org-show-hierarchy-above): New argument CONTEXT, use the
1450         fine-tuned settings in `org-show-hierarchy-above' and
1451         `org-show-following-heading'.
1452         (org-display-custom-time): New function.
1453         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
1454         function.
1455         (org-display-custom-times, org-time-stamp-custom-formats):
1456         (org-maybe-intangible): New macro.
1457         (org-activate-bracket-links, org-hide-wide-columns): Use
1458         `org-maybe-intangible'.
1459         (org-open-file): Use `shell-quote-argument'.
1460         (org-display-internal-link-with-indirect-buffer): New option.
1461         (org-file-remote-p): Get regexp from list.
1462         (org-link-expand-abbrev): New function.
1463         (org-link-abbrev-alist): New option.
1464         (org-open-at-point, org-cleaned-string-for-export): Call
1465         `org-link-expand-abbrev'.
1466         (org-timeline, org-agenda-list, org-todo-list)
1467         (org-tags-view): Remove the KEEP-MODES argument.
1468         (org-finalize-agenda-hook): New hook.
1469         (org-get-alist-option): New function.
1470         (org-follow-timestamp-link): New function.
1471         (org-open-at-point): Call `org-follow-timestamp-link'.
1472         (org-log-note-marker, org-log-note-purpose)
1473         (org-log-note-window-configuration): New variables.
1474         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
1475         functions.
1476         (org-log-note-headings): New option.
1477         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1478         (org-store-link): Support for dired-mode.
1479         (org-open-file): Substitute environment variables into filename.
1480         (org-last): New defsubst.
1481         (org-agenda-re-align-tags): New function.
1482         (org-agenda-align-tags-to-column): New option.
1483         (org-agenda-timeline): Group removed.
1484         (org-prepare-agenda, org-prepare-agenda-buffers)
1485         (org-run-agenda-series, org-timeline, org-agenda-list)
1486         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1487         the text property inticating the agenda type.
1488         (org-agenda-post-command-hook): Get agenda type from text property
1489         at point.
1490         (org-agenda): Handle command sets.  Set
1491         `org-agenda-last-arguments' and obey
1492         `org-agenda-overriding-arguments'.
1493         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
1494         variables.
1495         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1496         (org-agenda-week-view, org-agenda-day-view): Use
1497         `org-agenda-overriding-arguments' to make updating work with
1498         multi-block agendas.
1499         (org-agenda-prefix-format): Allow different formats for the
1500         different agenda entry types.
1501         (org-timeline-prefix-format): Option removed, use
1502         `org-agenda-prefix-format' instead.
1503         (org-prepare-agenda): New function.
1504         (org-select-timeline-window): Option removed, use
1505         `org-select-agenda-window' instead.
1506         (org-respect-restriction): Variable removed.
1507         (org-cmp-tag): New function.
1508         (org-agenda-sorting-strategy, org-entries-lessp): Implement
1509         sorting by last tag.
1510         (org-complete): Better completion in in-buffer option lines.
1511         (org-in-item-p): New function.
1512         (org-org-menu): Added entries for checkboxes.
1513         (org-cycle): Extra brouping in outline-regexp, because it is used
1514         in a search with "^" prepended.
1515         (org-provide-checkbox-statistics): New option.
1516         (org-set-font-lock-defaults): Highlight checkbox statistics.
1517         (org-update-checkbox-count-maybe)
1518         (org-get-checkbox-statistics-face): New functions.
1519         (org-update-checkbox-count): New command.
1520         (org-insert-item, org-toggle-checkbox): Call
1521         `org-update-checkbox-count-maybe'.
1522         (org-export-as-html): XEmacs compatibility for coding system.
1523         (org-force-cycle-archived): New command.
1524         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1525         overrules cycling.
1526         (org-fix-position-after-promote): If the line contains only a todo
1527         keyword, add a final space.
1528         (org-promote-subtree, org-demote-subtree): Call
1529         `org-fix-position-after-promote'.
1531         * orgcard.tex (section{Archiving}): Document C-TAB.
1532         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1533         section, added documentation for the key `C-c #'.
1535         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
1536         archived trees.
1537         (Checkboxes): Section moved to chapter 5, and extended.
1538         (The date/time prompt): New section.
1539         (Link abbreviations): New section.
1540         (Presentation and sorting): New section.
1541         (Custom agenda views): Section completely rewritten.
1542         (Summary): Compare with Planner.
1543         (Feedback): More info about creating backtraces.
1544         (Plain lists): Modified example.
1545         (Breaking down tasks): New section.
1546         (Custom time format): New section.
1547         (Time stamps): Document inactive timestamps.
1548         (Setting tags): More details about fast tag selection.
1549         (Block agenda): New section.
1550         (Custom agenda views): Section rewritten.
1551         (Block agenda): New section.
1554 ----------------------------------------------------------------------
1555 installed as 4.44
1556         
1558 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1560         * org.el (org-clock-special-range, org-clock-update-time-maybe):
1561         New functions.
1562         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1563         not only a-z.
1564         (org-agenda-get-blocks): Allow multiple blocks per headline.
1565         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1566         (org-export-html-title-format)
1567         (org-export-html-toplevel-hlevel): New options.
1568         (org-export-language-setup): Added support for Czech.
1569         (org-mode, org-insert-todo-heading, org-find-visible)
1570         (org-find-invisible, org-invisible-p, org-invisible-p2)
1571         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1572         (org-show-subtree, org-show-entry, org-make-options-regexp):
1573         Removed compatibility support for old outline-mode.
1574         (org-check-occur-regexp): Funtion removed.
1575         (org-on-heading-p, org-back-to-heading): Made defalias.
1576         (org-set-local): New defsubst.
1577         (org-set-regexps-and-options, org-mode)
1578         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1579         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1580         (org-remember-apply-template, org-table-edit-field)
1581         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1582         (org-set-autofill-regexps): Use `org-set-local'.
1583         (org-table-eval-formula): Fixed bug with parsing of display flags.
1585         
1586 ----------------------------------------------------------------------
1587 installed as 4.43
1589 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1591         * org.texi (Exporting): Document `C-c C-e' as the prefix for
1592         exporting commands.
1593         (Global TODO list): Document the use of the variables
1594         `org-agenda-todo-ignore-scheduled' and
1595         `org-agenda-todo-list-sublevels'.
1597         * org.el (org-agenda-get-todos): Skip subtree also if entry is
1598         skipped because it has been scheduled.
1599         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1600         changing `:org-archived' and `:org-comment' properties.
1602 ----------------------------------------------------------------------
1603 installed as 4.42
1606 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1608         * org.el (org-mode): Removed no invalid settings for calc embedded
1609         mode.
1610         (org-mode-p): New defsubst.
1611         (org-save-all-org-buffers): New function.
1612         (org-first-headline-recenter): Enclose outline-regexp in group
1613         delimiters.
1615         * org.texi (Agenda commands): Document `s' key to save all
1616         org-mode buffers.
1618         * orgcard.tex (section{Agenda Views}): Document `s' key to save
1619         all org-mode buffers.
1621 ----------------------------------------------------------------------
1622 installed as 4.41
1624 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1626         * org.texi (Checkboxes): New section.
1628         * orgcard.tex (section{Structure Editing}): Document checkbox
1629         toggling. 
1631         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
1632         for `org-end-of-subtree'.
1633         (org-export-cleanup-toc-line): Renamed from
1634         `org-html-cleanup-toc-line'. 
1635         (org-beginning-of-item): Fixed bug in regular expression for white
1636         line.
1637         (org-export-as-html): Enforce space after bullet in plain list
1638         items.
1640 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1642         * org.el (org-set-autofill-regexps): Require space after plain
1643         list bullet for paragraph-start.
1644         (org-ts-regexp3): New constant.
1645         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1646         (org-timestamp-up-day, org-timestamp-down-day)
1647         (org-timestamp-change): Work with inactive timestamps.
1648         (org-ts-regexp1): Don't allow brackets in time stamps.
1650 ----------------------------------------------------------------------
1651 installed as 4.40
1654 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1656         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
1657         :latex-preview. 
1658         (org-overlays-at, org-overlay-start, org-overlay-end): New
1659         compatibility functions.
1661 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
1663         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
1664         using the exact regexp that will be used during export.
1665         (org-latex-regexps): New variable.
1666         (org-cdlatex-mode): Improved advice for `texmathp'.
1667         (turn-on-org-cdlatex): New function.
1669 ----------------------------------------------------------------------
1670 installed as 4.39
1672 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1674         * org.el (org-cdlatex-mode-map)
1675         (org-cdlatex-texmathp-advice-is-done): New variables.
1676         (org-cdlatex-mode): New minor mode.
1677         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
1678         functions. 
1679         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
1680         commands.
1681         (org-export-with-archived-trees): New option.
1682         (org-open-file): Removed the call to
1683         `convert-standard-filename'.
1684         (org-archive-tag, org-agenda-skip-archived-trees)
1685         (org-cycle-open-archived-trees)
1686         (org-sparse-tree-open-archived-trees): New options.
1687         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1688         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
1689         functions. 
1690         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
1691         commands.
1692         (org-agenda-mode-map): Add binding of
1693         `org-agenda-toggle-archive-tag'. 
1694         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1695         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1696         Call `org-prepare-agenda-buffers'.
1697         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1698         (org-file-apps, org-file-apps-defaults-gnu)
1699         (org-file-apps-defaults-macosx)
1700         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
1701         them to be opened in Emacs.
1703         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
1705         * org.texi (Embedded LaTeX): New chapter.
1706         (Archiving): Section rewritten.
1707         (Enhancing text): Some parts moved to the new chapter about
1708         LaTeX.
1710 ----------------------------------------------------------------------
1711 installed as 4.38
1712         
1714 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
1716         * org.texi (Publishing links): Document the
1717         `:link-validation-function' property.
1718         (Extensions and Hacking): New chapter, includes some sections of
1719         the "Miscellaneous" chapter.
1721         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1722         (section{Structure Editing}): Add global archiving command.
1725         * org.el Require noutline, also on XEmacs.
1726         (org-end-of-subtree): Return point.
1727         (org-dblock-start-re, org-dblock-end-re): New constants.
1728         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1729         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1730         (org-update-all-dblocks, org-find-dblock): New functions.
1731         (org-collect-clock-time-entries): New function.
1732         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1733         (org-fixup-indentation): Modified to deadl correctly with lines
1734         starting with TAB.  Only one argument DIFF now.
1735         (org-demote, org-promote): Call `org-fixup-indentation' with just
1736         one argument, DIFF.
1737         (org-mode): Don't mark buffer as modified when aligning tables.
1738         (org-clock-sum): Don't makr buffer modified when adding time sum
1739         properties.
1740         (org-export-as-html): Added support for a link validation
1741         function.
1742         (org-archive-all-done): New function.
1743         (org-archive-subtree): New prefix argument.  When set, archive all
1744         done subtrees in this buffer.
1745         (org-remove-clock-overlays)
1746         (org-remove-occur-highlights): Use
1747         `org-inhibit-highlight-removal'.
1748         (org-inhibit-highlight-removal): New variable, for dyn amic
1749         scoping.
1750         (org-put-clock-overlay): Don't swallow last headline character
1751         when displaying overlay.
1752         (org-store-link): Link to `image-mode' with just the file name.
1755 ----------------------------------------------------------------------
1756 installed as 4.37
1757         
1759 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1761         * org.el (org-agenda-mode-map): Add bindings for clocking
1762         functions.
1763         (org-agenda-clock-in, org-check-running-clock)
1764         (org-clock-out-if-current, org-remove-clock-overlays)
1765         (org-put-clock-overlay): New functions.
1766         (org-clock-marker, org-clock-file-total-minutes)
1767         (org-clock-overlays): New variables
1768         (org-clock-display, org-clock-sum, org-clock-cancel)
1769         (org-clock-out, org-clock-in): New commands.
1770         (org-export): New function.
1771         (org-emph-re): New constant.
1772         (org-set-emph-re, org-do-emphasis-faces): New functions.
1773         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1774         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1775         (org-export-html-convert-emphasize): Use the configurable
1776         emphasis.
1777         (org-cleaned-string-for-export): Make multiline emphasis visible
1778         to the exporter.  New optional argument PARAMETERS.
1779         (org-export-as-html): Specify :emph-multiline parameter to
1780         `org-cleaned-string-for-export'.
1782         * org.texi (Progress logging): New section.
1784 ----------------------------------------------------------------------
1785 installed as 4.36
1786         
1788 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
1790         * org.el (org-archive-subtree): Use end-of-subtree as insertion
1791         point and control the number of empty lines.
1792         (org-paste-subtree): Limit the number of empty lines at the end of
1793         the inserted tree.
1794         (org-agenda): Use buffer name of current file for narrowing.
1795         (org-export-as-xml): Command removed.
1796         (org-export-xml-type): Option removed.
1797         (org-mode-map): Call `org-export-as-xoxo' directly.
1798         (org-get-indentation): New optional argument LINE.
1799         (org-fix-indentation, org-remove-tabs): New functions.
1800         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1801         correct indentation for headlines that are converted it items.
1802         (org-skip-comments): Remove table lines that contain narrowing
1803         cookies but no other non-empty fields.
1804         (org-set-tags): Allow groups of mutually exclusive tags.
1805         (org-cmp-time): Sort 24:21 before items without time.
1806         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
1807         (org-open-at-point): Require double colon also for numbers.
1809         * org.texi (ASCII export): Document indentation adaptation.
1810         (Setting tags): Document mutually-exclusive tags.
1812 ----------------------------------------------------------------------
1813 installed as 4.35
1815 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1817         * org.el (org-agenda-highlight-todo): Make sure regexp does only
1818         match in the right place.
1819         (org-upcoming-deadline): New face.
1820         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1821         (org-export-ascii-underline): Renamed and made an option (was
1822         constant `org-ascii-underline').
1823         (org-export-ascii-bullets): New option.
1824         (org-export-as-html): Many changes to emit valid XHTML.
1825         (org-par-open): New variable.
1826         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
1827         functions.
1828         (org-html-do-expand, org-section-number): Fixedcase in
1829         `replace-match'.
1830         (org-timeline): Pass `org-timeline-show-empty-dates' to
1831         `org-get-all-dates'.  Interpret empty dates returned by
1832         `org-get-all-dates'.
1833         (org-get-all-dates): New argument EMPTY.  Add dates without
1834         entries to the list, mark large ranges of empty dates.
1835         (org-point-in-group, org-context): New functions.
1837 ----------------------------------------------------------------------
1838 installed as 4.34
1840 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1842         * org.el (org-next-item, org-previous-item): Emit more compact
1843         error message.
1844         (org-tags-view): Refresh category table in each file.
1845         (org-table-justify-field-maybe): Removed superfluous arguments to
1846         `format'.
1847         (org-export-as-html): Insert "<p>" before postamble.
1848         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
1849         ring.
1851 ---------------------------------------------------------------------
1852 installed as 4.33
1854 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
1856         * org.el (org-open-at-point): Use renamed variable
1857         `org-confirm-shell-link-function'.
1858         (org-confirm-shell-link-function): Renamed from
1859         `org-confirm-shell-links'.
1860         (org-export-directory): New function.
1861         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1862         (org-export-icalendar): Use `org-export-directory'.
1863         (org-indent-item): Keep cursor position.
1864         (org-link-file-path-type): New option.
1865         (org-export-as-html): Fixed bug with plain lists starting in
1866         column 0.
1867         (org-export-as-html): Removed deadline formatting, this happens
1868         now already in `org-html-handle-time-stamps'.
1869         (org-export-html-style): Deadline class removed.
1870         (org-insert-labeled-timestamps-at-point): New option.
1871         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1872         of `hide-sublevels 1', in case the first headline is not level 1.
1873         (org-overview, org-content): New fuction.
1874         (org-cycle-global-status, org-cycle-subtree-status): Make these
1875         variables buffer-local.
1876         (org-global-cycle): New command.
1877         (org-shifttab): Use `org-global-cycle'.
1878         (org-insert-heading, org-insert-item): Go to end of new
1879         headline/item after creating it.
1880         (org-export-visible): Renames from `org-export-copy-visible'.  Now
1881         creates a temporary org-file and applies an exporting command to
1882         it.
1883         (org-table-eval-formula): Support for lisp forms.
1884         (org-agenda-todo-ignore-scheduled): New option.
1885         (org-agenda-get-todos): Use new option
1886         `org-agenda-todo-ignore-scheduled'.
1887         (org-export-html-inline-images): New value `maybe'.
1888         (org-export-as-html): Inlining of images dependent on link
1889         description.
1890         (org-archive-subtree): Check for end-of-buffer before trying
1891         `kill-line'.
1892         (org-agenda-follow-mode): New option.
1893         (org-export-with-tags, org-export-with-timestamps): New options.
1894         (org-html-handle-time-stamps): New function.
1895         (org-keyword-time-regexp): New variable.
1896         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1897         (org-agenda-todo-list-sublevels): New option.
1898         (org-html-level-start): When TITLE is nil, just close all levels.
1899         (org-parse-key-lines, org-parse-export-options): Functions
1900         removed, replaced by `org-infile-export-plist'.
1901         (org-combine-plists, org-infile-export-plist)
1902         (org-default-export-plist): New functions.
1903         (org-export-html-preamble, org-export-html-postamble)
1904         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1905         New variables.
1906         (org-export-publishing-directory): New option.
1907         (org-export-as-html, org-export-as-ascii): Use the new property
1908         lists for settings.
1909         (org-export-copy-visible, org-export-as-xoxo): Respect
1910         `org-export-publishing-directory'.
1911         (org-link-search, org-store-link, org-file-apps): Support for
1912         links to BibTeX database entries..
1913         (org-get-current-options, org-set-regexps-and-options): Implement
1914         logging as a startup option.
1915         (org-store-link): Make sure context string is never empty
1916         (org-insert-link): Use relative path when possible.
1917         (org-at-item-checklet-p): New function.
1918         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1919         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1920         (org-metaright, org-metaup, org-metadown, org-shiftup)
1921         (org-shiftdown, org-shiftright, org-shiftleft)
1922         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1923         Dispatch using `call-interactively'.
1924         (org-call-with-arg): New defsubst.
1925         (org-tag-alist, org-use-fast-tag-selection): New options.
1926         (org-complete): Use `org-tag-alist'.
1927         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1928         (org-next-item, org-previous-item): New commands.
1929         (org-beginning-of-item, org-end-of-item): Added (interactive) to
1930         make command.
1931         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1933         * org.texi (Plain lists): Added new item navigation commands.
1934         (External links): Documented elisp and info links.
1936         * orgcard.tex (section{Motion}): Added the item navigation
1937         commands.
1938         (section{Publishing}): New section.
1939         (section{Links}): Documented elisp and shell links.
1940         (Custom searches): New section.
1941         (Publishing): New chapter.
1942         (HTML export): Include a list of supported CSS classes.
1943         (Setting tags): Describe the fast-tag-setting interface.
1944         
1945 ----------------------------------------------------------------------
1947 installed as 4.26
1948         
1949 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1951         * org.texi Many small fixes.
1952         (Handling links): Renamed from "Managing links".
1954         * org.el (org-mode-map): Catch conflict with old allout.el.
1955         (org-open-at-point): Remove the "...done" message to keep
1956         output in the echo area visible.
1958 ----------------------------------------------------------------------
1959 installed as 4.25
1961 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
1963         * org.el (org-deadline-announce): Face removed.
1964         (org-level-faces, org-n-levels): Converted to constant.
1965         (org-compatible-face): New function.
1966         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1967         (org-level-5, org-level-6, org-level-7, org-level-8)
1968         (org-special-keyword, org-warning, org-headline-done, org-link)
1969         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1970         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1971         Face definition revised for better color tty support.
1972         (org-bold-re, org-italic-re, org-underline-re): New constants.
1973         (org-set-font-lock-defaults): Use the new constants.
1974         (org-agenda-highlight-todo): New function.
1975         (org-agenda-todo): Fixed bug with point at end of line.
1976         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1977         Fontify TODO keywords.
1978         (org-insert-link): Preserve relative path in ../ links.
1979         (org-export-as-html): Convert links pointing to .org files into
1980         links that will work beteen the exported HTML files.
1981         (org-todo-list): Fix bug when arg=0.
1982         (org-insert-heading): More fine-tuning.
1984         * org.texi (Time stamps): Better explanation of the purpose of
1985         different time stamps.
1987 ----------------------------------------------------------------------
1988 installed as 4.24
1990         
1991         * org.texi (Formula syntax): Fixed link to Calc Manual.
1993         * org.el (org-insert-heading): Insert heading before current if at
1994         beginning of line.
1995         (org-todo, org-date): New faces.
1996         (org-table-align): Make sure tooltip window contains full text.
1997         (org-no-properties): New defsubst.
1998         (org-set-font-lock-defaults): Use new faces.
2000 ----------------------------------------------------------------------
2001 installed as 4.23
2003         
2004         * org.texi (Visibility cycling): Better names for the startup
2005         folding options.
2006         (Exporting): Completely restructured.
2007         (The very busy C-c C-c key): New section.
2008         (Summary of in-buffer settings): New section.
2010         * org.el (org-set-regexps-and-options, org-get-current-options):
2011         Better names for the startup folding options.
2014 ----------------------------------------------------------------------
2015 installed as 4.22
2019 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2021         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
2022         (org-agenda-mouse-1-follows-link)
2023         (org-mouse-1-follows-link): New options.
2024         (org-format-agenda-item): Fixed bug if TAGS is nil.
2025         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2027         * org.texi (Updating settings): New section.
2029 ----------------------------------------------------------------------
2030 installed as 4.21
2034 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2036         * org.texi (Link format): New section, emphasis on bracket links.
2037         (External links): Document bracket links.
2038         (FAQ): Expanded to cover shell links and the new link format.
2040         * orgcard.tex (section{Tables}): Document column narrowing.
2041         (section{Links}): Document bracket links.
2043         * org.el
2044         (org-export-plain-list-max-depth)
2045         (org-table-spaces-around-separators)
2046         (org-radio-targets, org-activate-camels)
2047         (org-table-spaces-around-invisible-separators): Options removed.
2048         (org-time-stamp-rounding-minutes, org-remember-templates)
2049         (org-ellipsis, org-activate-links, org-descriptive-links): New
2050         options.
2051         (org-remember-apply-template, org-current-time)
2052         (org-finish-edit-table-field)
2053         (org-link-unescape, org-link-escape)
2054         (org-string-width, org-table-clean-line, org-html-do-expand)
2055         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2056         (org-read-agenda-file-list): New functions.
2057         (org-table-edit-field)
2058         (org-table-create-or-convert-from-region): New commands
2059         (org-table-toggle-vline-visibility): Command removed.
2060         (org-table-convert-region): Made a command.
2061         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
2062         removed, replaced with the normal org- functions.
2063         (org-self-insert-command): Don't trigger realign unnecessarily
2064         when blanking a field that is not full.
2065         (org-mode): `Set buffer-invisibility-spec' for links.
2066         (org-activate-links2): Hide link part and only show descriptive
2067         part of the link.
2068         (org-insert-link): Modified for new linking system.
2069         (org-store-link): Store description separately, for use by
2070         `org-insert-link'.
2071         (org-table-align): Use `org-string-width'.
2072         (defgroup): Completely new group structure for custom variables.
2073         (org-agenda-files): Option: Single file name allowed.  Function:
2074         Optional argument unrestrited means ignore any restricitons.
2075         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2076         trying to modify the menu.  Use generalized access to
2077         `org-agenda-files.'
2078         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2079         (org-agenda-file-to-front, org-remove-file, org-diary)
2080         (org-tags-view, org-export-icalendar-all-agenda-files)
2081         (org-export-icalendar-combine-agenda-files): Use generalized
2082         access to `org-agenda-files'.
2083         (org-remember-handler): Correctly preserve heading if present.
2084         (org-table-insert-row, org-table-insert-hline): Deal with
2085         invisible characters.
2087 ----------------------------------------------------------------------
2088 installes as 4.13
2092 -------------------------------------------------------------------
2093 installed as 4.10
2094         
2095 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
2097         * org.el (org-insert-centered): Use `string-width' to make
2098           underlining work for wide characters.
2100 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2102         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
2103         Explicitly bind TAB to `org-cycle', to make sure that no binding
2104         in `outline-mode-map' can supercede it.
2106 --------------------------------------------------------------
2107 installed as 4.09
2108 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2110         * org.el (org-link-search): Avoid self-matching of links, allow
2111         target text to be distributed over several lines.
2112         (org-search-not-link): New function.
2113         (org-set-regexps-and-options, org-get-current-options): New
2114         startup options.
2115         (org-export-as-html): Take odd-level setting from local variable.
2116         (org-fontify-emphasized-text): New option.
2117         (org-set-font-lock-defaults): Include emphasized text.
2118         (org-follow-mhe-link): Allow folder-only links, fix folder name.
2119         (org-font-lock): Customize group renamed from `org-faces'.
2121         * org.texi (Clean view): Startup options documented.
2125 --------------------------------------------------------------
2126 installed as 4.08
2130 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
2132         * org.el Move defvars out of eval-when-compile.  Use
2133         buffer-file-name variable.
2134         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2135         arg `file'.
2136         (org-level-faces): Remove startup dependency.
2137         (org-cycle, org-map-tree, org-scan-tags)
2138         (org-remember-handler): Don't call `outline-level' directly.
2139         (org-mhe-search-all-folders): New option.
2140         (org-mhe-get-message-folder-from-index,
2141         org-mhe-get-message-folder): Fix indexing search.
2142         (org-format-agenda-item): Handle nil TAGS argument.
2143         (org-cleaned-string-for-export, org-activate-target-links)
2144         (org-make-target-link-regexp): Deal with empty radio target list.
2145         (org-tag): New face.
2146         (org-get-level-face): New function.
2147         (org-set-font-lock-defaults): Simplify setup for headlines.
2148         (org-complete): Pass common substring to `display-completion-list'.
2150         --------------------------------------------------------------
2151 installed as 4.07
2153         
2154 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
2156         * org.el (org-get-legal-level, org-tr-level): New functions.
2157         (org-odd-levels-only): New option.
2158         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
2159         org-demote, org-promote):  Deal with double-star levels. 
2160         (org-convert-to-odd-levels): New command.
2161         (org-tr-level): 
2163         * org.el (org-export-as-html): Fixed bugs in HTML
2164         formatting (removed nested achors).
2165         (org-all-targets): Fixed bug with XEmacs compatibility.
2166         (org-read-date): Add (require 'parse-time).
2167         (org-set-tags): Fixed bug with extra inserted space.
2168         (org-export-html-style): Define a style class for targets.
2169         (org-agenda-keymap, org-mouse-map): Added a binding for
2170         `follow-link'.
2171         (org-hide-leading-stars): New option.
2172         (org-hide): New face.
2173         (org-set-font-lock-defaults): Allow to hide leading stars.
2175         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
2176         Zielinski.
2177         (Managing links, Managing links): Documented that also mouse-1 can
2178         be used to activate a link.
2179         (Headlines, FAQ): Added entry about hiding leading stars.
2181 --------------------------------------------------------------------------
2182 installed as 4.06
2183         
2184 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
2186         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
2187         New function.
2188         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
2189         for XEmacs, just to silence the compiler.
2190         (org-export-as-ascii, org-export-as-html-and-open): Use
2191         `org-cleaned-string-for-export' and create internal links.
2192         (org-follow-mhe-link): Require mh-e, use folder.
2193         (org-read-date): 
2195 --------------------------------------------------------------------------
2196         Installed as 4.05
2199 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
2201         * org.el (org-mark-ring-previous, org-mark-ring-set): New
2202         commands.
2203         (org-mark-ring): New variable.
2204         (org-mark-ring-length): New option.
2205         (org-open-at-point, org-goto, org-open-file): Push old position
2206         onto the mark ring.
2207         (org-add-hook): New function.
2208         (org-export-table-remove-special-lines): New option.
2209         (org-skip-comments, org-format-org-table-html): Respect new option
2210         `org-export-table-remove-special-lines'.
2211         (org-open-file): Allow special command configuration for
2212         directory link.
2213         (org-file-apps): Fixed bugs in customize type, added setting for
2214         directories.
2215         (org-activate-tags, org-format-agenda-item, org-complete) 
2216         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
2217         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
2218         (org-link-search, org-make-org-heading-search-string) 
2219         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2220         (org-radio-targets, org-file-link-context-use-camel-case)
2221         (org-activate-camels): New options.
2222         (org-update-radio-target-regexp, org-all-targets)
2223         (org-make-target-link-regexp, org-activate-target-links): New
2224         functions.
2225         (org-make-org-heading-search-string): New function.
2226         (org-store-link, org-insert-link): Use new option
2227         `org-file-link-context-use-camel-case'.
2228         (org-activate-camels): Use new option `org-activate-camels'.
2229         (org-link-regexp): Added mhe prefix.
2230         (org-open-at-point,org-store-link): Support for mhe links.
2231         (org-mhe-get-message-id, org-mhe-get-message-folder)
2232         (org-mhe-get-header,org-follow-mhe-link): New functions.
2233         (org-remove-angle-brackets, org-add-angle-brackets): New
2234         functions.
2235         (org-bracked-link-regexp): New constant.
2236         (org-read-date): Fixed bug that was rejecting all typed dates.
2237         (org-link-search): Make hierarchy above visible after a match.
2238         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2239         (org-store-link): Fixed bug with link creation when cursor is in
2240         an empty line.
2241         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
2242         argument sequence in call to `org-view-tags'.
2243         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2244         (org-prefix-has-tag): New variable.
2245         (org-format-agenda-item): Remove tags from headline if
2246         appropriate.
2247         (org-agenda-remove-tags-when-in-prefix): New option.
2249         * org.texi (Internal Links): Rewritten to cover the modified
2250         linking system.
2252         * orgcard.tex (section{Links}): Rewritten to cover the modified
2253         link system.
2254         (section{TODO Items}): Shortened to make space for more links
2255         stuff.
2259 ----------------------------------------------------------------------
2260 installed as 4.03
2262 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2264         * org.texi (Agenda commands): Document tags command.
2266         * org.el (org-open-file): Use mailcap for selecting an
2267         application.
2268         (org-file-apps-defaults-gnu): Use mailcap as the default for
2269         selecting an application on a UNIX system.
2270         (org-agenda-show-tags): New command.
2271         (org-table-insert-hline): Keep cursor in current table
2272         line.
2273         (org-table-convert): Offset effect of modifying
2274         `org-table-insert-hline'.
2275         (org-format-agenda-item): New optional argument TAG.
2276         (org-compile-prefix-format): Handle %T format for the tag.
2277         (org-expand-wide-chars): New function.
2278         (org-table-insert-row, org-table-insert-hline): Use
2279         `org-expand-wide-chars'.
2280         (org-open-file): Fixed bug in program launch.
2281         (org-get-time-of-day): Fixed bug with times before 1am.
2282         (org-agenda-menu): Addes tags commands.
2284         -----------------------------------------------------------------------
2285 installed as 4.02
2287 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
2289         * org.el (org-end-of-subtree): New function.
2290         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
2291         `org-end-of-subtree'.
2292         (org-agenda, org-agenda-convert-date): Protect calls to
2293         `fit-window-to-buffer'.
2294         (org-tags-view): Force matching of sublevels when doing a
2295         todo-only search.  Define the correct redo command, including the
2296         arguments.
2297         (org-agenda-redo): Display message.
2298         (org-check-for-org-mode): New function.
2299         (org-agenda-type): New variable.
2300         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
2301         `org-agenda-type'.
2302         (org-agenda-check-type): New function.
2303         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2304         (org-agenda-week-view, org-agenda-day-view)
2305         (org-agenda-next-date-line, org-agenda-previous-date-line)
2306         (org-agenda-log-mode, org-agenda-toggle-diary)
2307         (org-agenda-toggle-time-grid, org-agenda-date-later)
2308         (org-agenda-date-prompt, org-agenda-diary-entry)
2309         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2310         (org-agenda-convert-date, org-agenda-menu): Use
2311         `org-agenda-check-type'.
2312         (org-make-overlay, org-delete-overlay)
2313         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
2314         compatibility functions.
2315         (org-calendar-select-mouse): New command.
2317         * org.texi (Agenda Views): Chapter reorganized.
2318         
2319         
2320 ------------------------------------------------------------------------
2321 installed as 4.01
2323 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
2325         * org.texi (Tags): Booolean logic documented.
2326         (Agenda Views): Document custom commands.
2328         * org.el (org-agenda-custom-commands): New option.
2329         (org-agenda): Offer custom commands on splash screen.
2330         (org-make-tags-matcher): Parser for Boolean logic added.
2331         (org-agenda-set-tags): New command.
2332         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
2333         (org-set-tags): Efficiency improvements.
2334         (org-auto-align-tags): New option.
2335         (org-todo, org-demote, org-promote): Realign tags.
2336         (org-tags-completion-function): Use also "&" and "|" as
2337         separators.
2338         (org-org-menu): Agenda commands simplified.
2340 ---------------------------------------------------------------------------
2341 installed as 4.00
2343 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2345         * org.el (org-tags-match-list-sublevels): New option.
2346         (org-open-at-point): implement tag searches as links
2347         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2348         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
2349         functions
2350         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2351         (org-agenda-dispatch): New commands.
2352         (org-use-tag-inheritance, org-tags-column): New options.
2353         (org-tab-follows-link, org-return-follows-link): New options.
2354         (org-tags): New customize group.
2355         (org-start-icalendar-file): Get local time zone.
2356         (org-tags-completion-function): New function.
2357         (org-set-font-lock-defaults): make sure links will also
2358         be highlighted inside headlines.
2360         * org.texi (Tags): New section.
2361         (Agenda Views): Chapter reorganized.
2363 ------------------------------------------------------------------------
2364 installed as 3.24
2366 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2368         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
2369         and the keep-modes setting.
2370         (org-get-category): Make sure a string is returned.
2371         (org-log-done): New function.
2373 ------------------------------------------------------------------------
2374 installed as 3.23
2375         
2376 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2378         * org.el (org-insert-heading): Try to do items before headings.
2379         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2380         (org-insert-item): New function.
2381         (org-renumber-ordered-list): Don't skip to higher level lists.
2383 ----------------------------------------------------------------------
2385 installed as 3.22
2386         
2387 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
2389         * org.el (org-occur-highlights): New variable.
2390         (org-highlight-new-match, org-remove-occur-highlights): New
2391         functions.
2392         (org-highlight-sparse-tree-matches): New option.
2393         (org-do-occur): New function.
2394         (org-get-heading): Make it work also at beginning of line.
2395         (org-category-table): New variable.
2396         (org-get-category-table, org-get-category)
2397         (org-camel-to-words, org-link-search): New functions.
2398         (org-select-this-todo-keyword): New variable.
2399         (org-todo-list): New command.
2400         (org-shiftright, org-shiftleft): New commands.
2401         (org-agenda-todo): Added prefix argument.
2402         (org-show-hierarchy-above): New option.
2403         (org-show-todo-tree): Numerical prefix creates tree for specific
2404         TODO keyword.
2405         (org-outline-level): New function, to assign a level to plain
2406         lists items.
2407         (org-cycle-include-plain-lists): New option.
2408         (org-mode): Use `org-outline-level' as value of `outline-level'.
2409         (org-cycle): Temporarily switch `outline-regexp' if
2410         `org-cycle-include-plain-lists' is non-nil.
2411         (org-start-icalendar-file): Fixed format bug.
2412         (org-agenda-get-day-entries): Create category table.
2413         (org-agenda-get-todos, org-agenda-get-timestamps)
2414         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2415         (org-agenda-get-blocks): Use `org-get-category'.
2416         (org-context-in-file-links): Renamed from
2417         `org-line-numbers-in-file-links' .
2419         * org.texi (TODO basics): Document the global todo list.
2420         (TODO items): Documents sparse tree for specific TODO
2421         keywords. 
2423 ----------------------------------------------------------------------
2424 installed as 3.21
2425         
2426 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
2428         * org.el (org-export-plain-list-max-depth): Renamed from
2429         `org-export-local-list-max-depth'.  Default values changed to 3.
2430         (org-auto-renumber-ordered-lists,
2431         org-plain-list-ordered-item-terminator): New options.
2432         (org-at-item-p, org-beginning-of-item, org-end-of-item,
2433         org-get-indentation, org-get-string-indentation,
2434         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2435         functions.
2436         (org-move-item-down, org-move-item-up): New commands.
2437         (org-export-as-html): New classes for CSS support.  Bug fix in
2438         regular expression detecting fixed-width regions.  Respect
2439         `org-local-list-ordered-item-terminator'.
2440         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2441         also a list item.
2442         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2443         New item moving functions added.
2445         * org.texi (Structure editing): New item moving commands added.
2446         (Plain Lists): New section.
2448 ----------------------------------------------------------------------
2449 installed as 3.20
2450         
2451 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2453         * org.el (org-table-sort-lines): New command.
2454         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2455         (org-add-file): Command removed, use `org-agenda-file-to-front'
2456         instead.
2457         (org-export-icalendar): Use `org-icalendar-combined-name'.
2458         (org-cycle-agenda-files, org-agenda-file-to-end)
2459         (org-agenda-file-to-front): New commands.
2460         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2461         options.
2462         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2463         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2464         New functions.
2465         (org-fill-paragraph): Call `org-table-align' in tables.
2466         (org-mode): Call `org-set-autofill-regexps'.
2467         (org-export-as-html): Support for local handformatted lists.
2468         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2469         (org-export-local-list-max-depth): New option.
2470         (org-html-expand): Use `org-html-protect'.
2472         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
2473         (Agenda): Document commands `org-cycle-agenda-files' and
2474         `org-agenda-file-to-front'
2475         (Built-in table editor): Document `org-table-sort-lines'.
2476         (HTML formatting): Export of hand-formatted lists.
2477         ----------------------------------------------------------------------
2478 installed as 3.19
2480 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
2482         * org.el (org-read-date, org-goto-calendar)
2483         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
2484         clear 'calendar-move-hook'.
2486 ------------------------------------------------------------------------
2488 installed as 3.18       
2490 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
2492         * textmodes/org.el (org-combined-agenda-icalendar-file)
2493         (org-icalendar-include-todo, org-icalendar-combined-name): New
2494         options.
2495         (org-export-icalendar-this-file)
2496         (org-export-icalendar-all-agenda-files)
2497         (org-export-icalendar-combine-agenda-files): New commands.
2498         (org-export-icalendar, org-print-icalendar-entries)
2499         (org-start-icalendar-file, org-finish-icalendar-file)
2500         (org-ical-ts-to-string): New functions.
2501         (org-read-date, org-goto-calendar)
2502         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2503         call to `calendar'.
2504         (orgtbl-setup): Removed the :keys arguments from the menu
2505         description.
2506         (org-after-save-iCalendar-file-hook): New variable.
2508         * org.texi (Summary): Mention iCalendar support.
2509         (Exporting): Document iCalendar support.
2511         * orgcard.tex: Add iCalendar export keys.
2513 ------------------------------------------------------------------------
2514 installed as 3.17       
2515         
2516 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2518         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
2519         prefix.
2520         (orgtbl-mode-map): Full keymap instead of sparse, because all
2521         `self-insert-command' keys are redifined in this map.
2522         (org-export-as-html): Specify charset for HTML file, by taking it
2523         from the codinf system.
2525         * org.texi (Workflow states): Documented that change in keywords
2526         becomes active only after restart of Emacs.
2528 --------------------------------------------------------------------------      
2529 Installed as 3.16
2530         
2531 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
2533         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
2534         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
2535         when available.  Additional key bindings for better tty support.
2536         (org-mode-restart, org-force-self-insert): New commands.
2537         (org-time-stamp-inactive): New command.
2538         (org-remap): New function.
2539         (org-table-auto-blank-field, org-level-color-stars-only): New
2540         options.
2541         (org-enable-fixed-width-editor): Moved to `org-structure'
2542         customization group.
2543         (org-self-insert-command, orgtbl-self-insert-command): Modified to
2544         blank field after field motion commands.
2546 ----------------------------------------------------------------------
2547 installed as 3.15
2548 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2550         * textmodes/org.el (org-special-keyword): New face.
2551         (org-table-copy-down, org-table-eval-formula)
2552         (org-table-recalculate, org-init-section-numbers): Use
2553         `string-to-number' instead of `string-to-int'.
2554         (org-get-location): Use `insert-buffer-substring' instead of
2555         `insert-buffer'.
2556         (org-modify-diary-entry-string): New function.
2557         (org-get-entries-from-diary): Set the hook for
2558         `add-to-diary-list'.
2559         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
2560         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2561         active region.
2562         (org-export-as-html): Handle QUOTE keyword.
2563         (org-quote-string): New option.
2564         (org-bookmark-jump-unhide): New function, used for
2565         `bookmark-after-jump-hook'.
2566         (org-diary-default-entry): Apply only when not called through
2567         `org-agenda'.
2569 ----------------------------------------------------------------------
2570 installed as 3.14
2572 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2574         * org.el (org-table-column-names, org-table-column-name-regexp)
2575         (org-table-named-field-locations): New variables.
2576         (org-archive-subtree): Protect `this-command' when calling
2577         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2578         the kill buffer.
2579         (org-complete): Removed fixed-formula completion.
2580         (org-edit-formulas-map): New variable.
2581         (org-table-edit-formulas): New command.
2582         (org-finish-edit-formulas, org-abort-edit-formulas,
2583         org-show-variable, org-table-get-vertical-vector): New functions.
2584         (org-table-maybe-eval-formula): Handle `:=' fields.
2585         (org-table-get-stored-formulas, org-table-store-formulas)
2586         (org-table-get-formula, org-table-modify-formulas)
2587         (org-table-replace-in-formulas): Handle named field formulas.
2588         (org-table-get-specials): Store locations of named fields.
2590 ---------------------------------------------------------------------------
2592   Installed as 3.13
2594 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
2596         * org.el: Leading space replaced by TABS.
2597         (org-recalc-marks, org-table-rotate-recalc-marks)
2598         (org-table-get-specials): Treat "^" and "_" marks.
2599         (org-table-justify-field-maybe): Optional argument NEW.
2600         (org-table-eval-formula): Parsing of the format simplified.  New
2601         modes C,I.  Honor the %= parameter in the current table.  Avoid
2602         unnecessary re-align by using the NEW argument to
2603         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
2604         request to store named field equation.
2605         (org-calc-default-modes): Default for date-format mimicks
2606         org-mode.
2607         (org-agenda, org-timeline): Quote argument in
2608         `org-agenda-redo-command'.
2610 ----------------------------------------------------------------------------
2612 installed as version 3.12
2613         
2614 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
2616         * org.el (orgtbl-setup): New function, for delayed setup for the
2617         orgtbl commands.
2618         (org-calc-default-modes): New option.
2619         (orgtbl-make-binding): Use `defun' to get better help display.
2620         (org-diary): Call `org-compile-prefix-format'.
2621         (org-table-formula-substitute-names): New function.
2622         (org-agenda-day-view, org-agenda-week-view): New commands.
2623         (org-agenda-toggle-week-view): Command removed.
2624         (org-tbl-menu): Split off from org-org-menu.
2625         (org-mode): Moved removal of outline-mode menus to here.
2626         (org-table-formula-debug): New option.
2627         (org-table-insert-row): Keep first field if just "#" or "*".
2628         (org-mode): Paragraph regexps fixed.
2629         (org-table-recalculate-regexp): New constant.
2630         (org-table-justify-field-maybe): Avoid replace if not necessary.
2631         (org-copy-special, org-cut-special): Use `call-interactively'.
2632         (org-table-copy-region): Take region from `interactive' call.
2633         (org-trim): Return string even if no match.
2634         (org-formula): New face.
2635         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
2636         highlight formula-related fields in table.
2637         (org-table-p): Use regexp, not fontification.
2638         (org-table-align): Handle white space at end of line.
2639         (org-table-formula-evaluate-inline): New option.
2640         (org-mode): Auto-wrapping in comment lines turned off.
2641         (org-table-copy-down): Evaluate only in copied field, not in
2642         destination.
2643         (org-table-current-formula): Variable removed.
2644         (org-table-store-formulas, org-table-get-stored-formulas)
2645         (org-table-modify-formulas, org-table-replace-in-formulas)
2646         (org-table-maybe-eval-formula): New functions.
2647         (org-table-get-formula): Modified to use stored formulas.
2648         (org-table-insert-column, org-table-delete-column)
2649         (org-table-move-column): Call `org-table-modify-formulas'.
2650         (org-complete): Add completion for keyword formulas.
2651         (orgtbl-mode): Pull orgtbl-mode-map to start of
2652         minor-mode-map-alist.
2654 --------------------------------------------------------------------------
2656 installed as 3.11
2658         
2659 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2661         * textmodes/org.el (org-CUA-compatible): New option.
2662         (org-disputed-keys): New variable.
2663         (org-key): New function.
2664         (orgtbl-make-binding): Add docstring to the created function.
2665         (org-mode): Set paragraph start/separate regexps.
2666         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2667         (org-archive-location, org-archive-mark-done)
2668         (org-archive-stamp-time): New options.
2669         (org-archive-subtree): New command.
2670         (org-fill-paragraph): New function.
2671         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2672         (org-fake-empty-table-line): Function removed.
2673         (org-format-org-table-html): Do not create empty table lines at
2674         separator lines.  Improved table header treatment.
2675         (org-link-format): New option.
2676         (org-make-link): New function.
2677         (org-insert-link, org-store-link): Use org-make-link.
2678         (org-open-file): Quote file name for shell command, to allow
2679         spaces in file names.
2680         (org-link-regexp): Fixed bug with mailto link.
2681         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
2682         constant.
2683         (org-export-as-html): Deal with the optional angles around a link.
2684         Better treatment of file: links.
2685         (org-open-at-point): Replace @{ and @} with < and >.
2687 --------------------------------------------------------------------------
2689 installed as 3.10
2690         
2691 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
2693         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
2695 --------------------------------------------------------------------------
2698  installed as 3.09
2699         
2700 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2702         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2703         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2704         (org-agenda-add-time-grid-maybe): New function.
2705         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2706         (org-table-create): `dotimes' instead of `mapcar'.
2707         (org-xor): Simplified implementation.
2708         (org-agenda): `inhibit-redisplay' turned on.
2709         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2710         a consistent line after a state change.
2711         (org-agenda-remove-times-when-in-prefix): New option.
2712         (org-prefix-has-time): New variable.
2713         (org-parse-time-string): Optional argument NODEFAULT.
2714         (org-format-agenda-item): Parse items for time-of-day
2715         specifications and move these into the prefix if possible.
2716         (org-agenda-priority): Get current heading, not previous heading
2717         during agenda remote editing.
2718         
2719 ======================================================================
2720         Intsalled as 3.08
2721         
2722 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
2724         * org.el Many small changes to keep the byte compiler happy.
2725         (org-prefix-format-compiled): New variable.
2726         (org-compile-prefix-format): New function.
2727         (org-timeline, org-agenda, org-diary): Call
2728         `org-compile-prefix-format'.
2729         (org-agenda-prefix-format,org-timeline-prefix-format): New
2730         options.
2731         (org-agenda-get-scheduled): Check if file is openned in
2732         `org-mode'.
2733         (org-get-entries-from-diary): Use `org-get-time-of-day', for
2734         consistency with entries from `org-mode' files.
2735         (org-get-time-of-day): Fixed bug with partial matches early in a
2736         line.
2737         (org-non-link-chars): New constant.
2738         (org-link-regexp): Respect `org-non-link-chars'.
2739         (org-agenda-day-view): Command removed.
2740         (org-agenda-toggle-week-view): Renamed from
2741         `org-agenda-week-view'.
2742         (org-follow-bbdb-link, org-store-link): Search also company field.
2743         (org-highlight-overlay): New variable.
2744         (org-highlight, org-unhighlight): New functions.
2745         (org-agenda-mode): Added pre-command-hook to remove highlight.
2746         (org-evaluate-time-range): Behavior depend upon time stamp format:
2747         Does it contain a time or not?
2748         (org-show-subtree, org-show-entry): New functions.
2749         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2751 ============================================================
2752         installed as 3.06
2754 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
2756         * org.el (org-agenda-date-prompt): Renamed from
2757         `org-agenda-date-today'.
2758         (org-evaluate-time-range): Insert at point instead of directly
2759         after time range.
2760         (org-first-headline-recenter, org-subtree-end-visible-p)
2761         (org-optimize-window-after-visibility-change): New functions
2762         (org-agenda-post-command-hook): Don't allow point at end of line,
2763         to make sure it always hits the text properties.
2764         (org-agenda-next-date-line, org-agenda-previous-date-line): New
2765         commands.
2766         (org-set-regexps-and-options): Category may contain white space.
2767         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
2768         marker positions.
2769         (org-agenda-new-marker): Argument POS made optional.
2770         (org-agenda-get-timestamps): Deadlines which are done are listed
2771         in org-done-face now.
2772         (org-agenda-get-todos, org-agenda-get-timestamps)
2773         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
2774         `undone-face' and `done-face' properties.
2775         (org-last-todo-state-is-todo): New variable.
2776         (org-todo): Set `org-last-todo-state-is-todo'.
2777         (org-agenda-todo): Change face according to
2778         `org-last-todo-state-is-todo'.  And change other lines refering to
2779         the same entry.
2780         (org-calendar-goto-agenda): New command.
2781         (org-calendar-to-agenda-key): New option.
2782         (org-startup-folded): New allowed value `content'.
2783         (org-set-regexps-and-options): Accept new value `content' for
2784         `org-startup-folded'.
2785         (org-get-current-options): Handle new value `content' for
2786         `org-startup-folded'.
2787         (org-insert-todo-heading): New command.
2788         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2789         interactively in empty file and option
2790         `org-insert-mode-line-in-empty-file' has been set.
2791         (org-agenda-todo,org-agenda-priority): Modified to use
2792         `org-agenda-change-all-lines'.
2793         (org-warning-face): Changed color on dark background
2795 ======================================================================
2796         Installed as version 3.05
2797         
2798 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
2800         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
2801         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2803 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
2805         * org.el (org-diary-default-entry): New function.
2806         (org-get-entries-from-diary): Better parsing of diary entries
2807         (org-agenda-check-no-diary): New function.
2808         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2809         linking to diary entries.
2810         (org-agenda-execute-calendar-command): New function
2812 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
2814         * org.el (org-agenda): Improved visible section in window.  And
2815         use `org-fit-agenda-window'.
2816         (org-fit-agenda-window): New option.
2818 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
2820         * org.el (org-move-subtree-down): Better handling of empty lines
2821         at end of subtree.
2822         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2823         levels up.
2825 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
2827         * org.el (org-fontify-done-headline): New option.
2828         (org-headline-done-face): New face.
2829         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2831 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
2833         * org.el (org-table-copy-down): renamed from
2834         `org-table-copy-from-above'.  When current field is non-empty, it
2835         is copied to next row.
2837 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
2839         * org.el (org-table-copy-from-above): Fixed bug which made it
2840         impossible to copy fields containing only a single non-white
2841         character.
2843 Release of 3.04 -------------------------------------------------------------
2845 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
2847         * org.el (org-version): Prefix arg removed, was not needed.
2851         
2852 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
2854         * org.el (org-show-following-heading): New option.
2855         (org-show-hierarchy-above): Use `org-show-following-heading'.
2857 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
2859         * org.el (orgtbl-optimized): New option
2860         (orgtbl-mode): New command, a minor mode.
2861         (orgtbl-mode-map): New variable.
2862         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) 
2863         (orgtbl-error, orgtbl-self-insert-command) 
2864         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2866 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
2868         * org.el (org-mode): `org-table-may-need-update' is now a local
2869         variable in each org-mode buffer.
2871 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
2873         * org.el (org-set-regexps-and-options): Renamed from
2874         `org-set-regexps'.  Added checking for STARTUP keyword.
2875         (org-get-current-options): Added STARTUP options.
2876         (org-table-insert-row): Mode mode intelligent about when
2877         realignment is needed.
2878         (org-self-insert-command, org-delete-backward-char,
2879         org-delete-char): New commands.
2880         (org-enable-table-editor): new default value `optimized'.
2881         (org-table-blank-field): Support blanking regions if active.