Release 5.10a
[org-mode.git] / ChangeLog
blob4df89103bc54622d9ca5ee5a993c086c45fc88b4
2 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
4         * org.el (turn-on-orgstruct++): New function.
5         (org-table-convert-region): Prefix arg interpreted differently in
6         terms of field separator.
7         (org-icalendar-include-body-as-description): New option.
8         (org-export-icalendar-clean-description): New function.
9         (org-link-escape): New argument TABLE.
10         (org-link-escape-chars-browser): New constant.
11         (org-open-at-point): Call `org-link-escape' with new argument.
12         (org-export-html-extension): New option.
13         (org-read-date): New argument DEFAULT-TIME.  No longer determine
14         default time from buffer context.
15         (org-time-stamp): Pass default time to `org-read-date'.
16         (org-refresh-category-properties): New function.
17         (org-dblock-write:clocktable): Interpret the :scope parameter.
18         (org-archive-subtree): Use category properties.
19         (org-prepare-agenda-buffers): Call
20         `org-refresh-category-properties'.
21         (org-category-table): Variable removed.
22         (org-get-category-table): Function removed.
23         (org-get-category): Just get the property now.
24         (org-tags-view, org-agenda-get-day-entries)
25         (org-print-icalendar-entries): No longer create the category table.
26         (org-columns-check-computed): New function.
27         (org-columns-compute): Mark computed values.
28         (org-columns-update): Set also the `org-columns-value' property.
29         (org-indent-item): Fix bullet type before thinking about
30         renumbering.
32 2007-09-26  Bastien Guerry  <Bastien.Guerry@ens.fr>
34         * org-export-latex.el (org-export-latex-emphasis-alist): 
35         Each list of the alist now requires three elements.
36 -----------------------------------------------------------------
37 Installed as 5.09
38         
39         2007-09-14  Bastien Guerry  <bzg@altern.org>
41         * org-export-latex.el (org-export-latex-tables-verbatim): New
42         function.
43         (org-export-latex-remove-from-headlines): Name changed because of
44         typo. 
45         (org-export-latex-quotation-marks-convention): Option removed.
46         (org-export-latex-make-preamble): Handle the DATE option.
47         (org-export-latex-cleaned-string): Now the only cleaning function,
48         synched up with org.el.
49         (org-export-latex-lists, org-export-latex-parse-list)
50         (org-export-list-to-latex): New functions.
53 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
55         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
56         (org-outline-regexp): New constant.
57         (org-remember-handler): Throw error when the target file is not in
58         org-mode.
59         (org-cleaned-string-for-export): No longer call
60         `org-export-latex-cleaned-string' with an argument.
61         (org-get-tags): Returns now a list, not a string.
62         (org-get-tags-string): New function.
63         (org-archive-subtree): No need to split return of `org-get-tags'.
64         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
65         instead of `org-get-tags'.
66         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
67         (org-time-from-absolute, org-agenda-format-date-aligned): New
68         functions.
69         (org-compatible-face): New argument INHERITS.  Inherit from this
70         face if possible.
71         (org-level-1, org-level-2, org-level-3, org-level-4)
72         (org-level-5, org-level-6, org-level-7, org-level-8)
73         (org-special-keyword, org-drawer, org-column, org-warning)
74         (org-archived, org-todo, org-done, org-headline-done, org-table)
75         (org-formula, org-code, org-agenda-structure)
76         (org-scheduled-today, org-scheduled-previously)
77         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
78         in the new way.
79         (org-get-heading): New argument NO-TAGS.
80         (org-fast-tag-selection-include-todo): Made defvar instead of
81         defcustom, feature is not deprecated.
82         (org-remember-store-without-prompt): New default value t.
83         (org-todo-log-states): New variable.
84         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
85         Compute the log states.
86         (org-goto-map): More commands copied from global map.  Also bind
87         `org-occur'.
88         (org-goto): Made into a general lookup command.
89         (org-get-location): Complete rewrite.
90         (org-goto-exit-command): New variable.
91         (org-goto-selected-point): New variable.
92         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
93         the new variables.
94         (org-paste-subtree): Whitespace insertion strategy revised.
95         (org-remember-apply-template): Protect v-A from the possibility
96         that v-a might be nil.
97         (org-remember-handler): Insertion rules revised.
98         (org-todo): Respect org-todo-log-states.
99         (org-up-heading-safe): New function.
100         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
101         
102         * org.texi: Change links to webpage and maintained email.
103         (Remember): Promoted to Chapter, significant changes.
104         (Fast access to TODO states): New section.
105         (Faces for TODO keywords): New section.
106         (Export options): Example for #+DATE.
107         (Progress logging): Section moved.
109 ----------------------------------------------------------------------
110 installed in Emacs as 5.08
112 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
114         * org.el (org-re): Also replace the :alpha: class.
115         (org-todo-tag-alist): Variable removed.
116         (org-todo-key-alist, org-todo-key-trigger) New variables.
117         (org-use-fast-todo-selection): New option.
118         (org-log-done): Docstring fixed.
119         (org-deadline-warning-days): New default value 14.
120         (org-edit-timestamp-down-means-later) New option.
121         (org-tag-alist): Docstring fixed.
122         (org-fast-tag-selection-include-todo): New option.
123         (org-export-language-setup): New languages added.
124         (org-set-regexps-and-options): Compute the new variables.
125         (org-paste-subtree): Cleaning up.
126         (org-remember-apply-template): New escape %A.
127         (org-todo): Call fast TODO selection.
128         (org-fast-todo-selection): New function.
129         (org-add-log-note): Allow prefix for abort exit.
130         (org-at-property-p, org-entry-properties)
131         (org-columns-get-autowidth-alist): Use :alpha: class.
132         (org-get-wdays): New function.
133         (org-agenda-remove-date): New variable.
134         (org-agenda-get-deadlines): Use `org-get-wdays'.
135         (org-agenda-get-deadlines): Reverse ee before returning.
136         (org-format-agenda-item): New argument REMOVE-RE.
137         (org-agenda-convert-date): Baha'i calendar added.
138         (org-infile-export-plist): Also find DATE line.
139         (org-get-min-level): New function.
140         (org-export-as-html, org-export-as-ascii): Use the date format.
141         (org-shiftup, org-shiftdown): Use.
142         `org-edit-timestamp-down-means-later'.
143         (org-assign-fast-keys): New function.
145 ----------------------------------------------------------------------
147 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
149         * org.el (org-export-visible): Fix drawers before export.
150         (org-do-sort): Allow sorting by priority.
151         (org-agenda-files): Ignore non-existing files.
152         (org-agenda-skip-unavailable-files): New variable.
153         (org-ellipsis): All a face as value.
154         (org-mode): Interprete the face value of `org-ellipsis'.
155         (org-archive-save-context-info): New option.
156         (org-archive-subtree): Store context info in archived entry.
157         (org-fast-tag-selection-can-set-todo-state): New variable.
158         (org-fast-tag-selection): Allow setting TODO states through this
159         interface.
160         (org-cycle): Docstring updated.
161         (org-todo-keyword-faces): New option.
162         (org-get-todo-face): New function.
163         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
164         `org-get-todo-face'.
165         (org-switch-to-buffer-other-window): New function.
166         (org-table-edit-field, org-table-show-reference)
167         (org-table-edit-formulas, org-add-log-note)
168         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
169         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
170         `switch-to-buffer-other-window' to make sure that the temporary
171         windows show up on the current frame.
172         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
173         (org-get-entries-from-diary, org-replace-region-by-html): Don't
174         allow pop-up frames.
175         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
176         problems with time-of-day.
177         (org-export-get-title-from-subtree): New function.
178         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
179         with listing items that are DONE.
180         (org-change-tag-in-region): New command.
181         (org-agenda-skip-scheduled-if-done)
182         (org-agenda-skip-deadline-if-done): Docstring clarified.
183         (org-mode): Hide drawers on startup.
184         (org-get-todo-face): New function.
185         (org-todo-keyword-faces): New option.
187 -------------------------------------------------------------------------       
189 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
191         * org.el (org-agenda-skip): Allow a form for
192         `org-agenda-skip-function'.
193         (org-agenda-redo): Re-use local settings.
194         (org-agenda): Store local settings.
195         (org-agenda-deadline-faces): New option.
196         (org-agenda-deadline-face): New function.
197         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
198         entries on their due date.
199         (org-agenda-get-timestamps): No longer handle the due dates of
200         schedules and deadline items.
201         (org-insert-link-global, org-open-at-point-global): New commands.
202         (org-export-as-ascii): Call
203         `org-cleaned-string-for-export' with a :for-ascii parameter.
204         (org-skip-comments): Function removed.
205         (org-cleaned-string-for-export): Handle special table lines.
206         (org-global-properties): New option.
207         (org-entry-get-with-inheritance): Check global properties.
208         (org-local-properties): New variable.
209         (org-set-regexps-and-options): Find the #+PROPERTY line.
210         (org-link-types): Change type into variable (was constant).
211         (org-make-link-regexps): New function.
212         (org-link-re-with-space, org-link-re-with-space2)
213         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
214         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
215         these regular expressions happens now in the function
216         `org-make-link-regexps'.
217         (org-store-link): Call the functions in `org-store-link-functions'.
218         (org-add-link-type): New function.
219         (org-store-link-functions): New variable.
220         (org-activate-tags): Force matches to be in headlines.
221         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
222         (org-columns-display-here): Make sure this works in a narrowed
223         buffer by checking for point-min.
224         (org-columns-display-here): Make the rest of the line intangible,
225         so that point never can be there.
226         (org-cleaned-string-for-export): Use `with-current-buffer'.
227         (org-replace-region-by-html): Use `with-current-buffer'.
228         (org-unfontify-region, org-do-occur, org-columns-display-here)
229         (org-columns-remove-overlays, org-columns-quit)
230         (org-columns-edit-value, org-columns-next-allowed-value)
231         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
232         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
233         (org-agenda-todo, org-agenda-change-all-lines)
234         (org-agenda-align-tags, org-agenda-priority)
235         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
236         (org-agenda-show-new-time, org-cleaned-string-for-export)
237         (org-export-grab-title-from-buffer): 
238         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
239         instead of `buffer-read-only'.
240         (org-export-as-html): Set `coding-system-for-write'.
241         (org-remember-store-without-prompt): New option.
242         (org-archive-subtree): Fixed bug with modifying TODO keyword.
243         (org-beginning-of-line): Also treat C-a special in items.
244         (org-table-convert-refs-to-rc): Fixed problem with column
245         reference after "..".
246         (org-columns-compute): Don't mark buffer modified because of text
247         properties.
248         (org-batch-store-agenda-views): Use the variable
249         `default-directory', not the function.
250         (org-clock-out-if-current): Respect
251         `org-clock-out-when-done'.
252         (org-clock-out-when-done): New option.
253         (org-html-entities): Added HTML entities for smileys.
255         * org.texi (Adding hyperlink types): New section.
256         (Embedded LaTeX): Chapter updated because of LaTeX export.
257         (LaTeX export): New section.
258         (Using links out): New section.
261 -----------------------------------------------------------------
263 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
265         * org.texi (Properties and columns): Chapter rewritten.
267 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
269         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
270         span as default.
272         (org-columns-edit-value): Renamed from `org-column-edit'.
273         (org-columns-display-here-title): Renamed from
274         `org-overlay-columns-title'.
275         (org-columns-remove-overlays): ` Renamed from
276         org-remove-column-overlays'.
277         (org-columns-get-autowidth-alist): ` Renamed from
278         org-get-columns-autowidth-alist'.
279         (org-columns-display-here): Renamed from `org-overlay-columns'.
280         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
281         (org-columns-quit): Renamed from `org-column-quit'.
282         (org-columns-show-value): Renamed from `org-column-show-value'.
283         (org-columns-content, org-columns-widen)
284         (org-columns-next-allowed-value)
285         (org-columns-edit-allowed, org-columns-store-format)
286         (org-columns-uncompile-format, org-columns-redo)
287         (org-columns-edit-attributes, org-delete-property)
288         (org-set-property, org-columns-update)
289         (org-columns-compute, org-columns-eval)
290         (org-columns-not-in-agenda, org-columns-compute-all)
291         (org-property-next-allowed-value)
292         (org-columns-compile-format)
293         (org-fill-paragraph-experimental)
294         (org-string-to-number, org-property-action)
295         (org-columns-move-left, org-columns-new )
296         (org-column-number-to-string)
297         (org-property-previous-allowed-value)
298         (org-at-property-p, org-columns-delete)
299         (org-columns-previous-allowed-value)
300         (org-columns-move-right, org-columns-narrow)
301         (org-property-get-allowed-values)
302         (org-verify-version, org-column-string-to-number)
303         (org-delete-property-globally): New functions.
304         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
305         (org-columns-overlays): Renamed from `org-column-overlays'.
306         (org-columns-map): Renamed from `org-column-map'.
307         (org-columns-current-maxwidths): Renamed from
308         `org-current-columns-maxwidths'.
309         (org-columns-begin-marker, org-columns-current-fmt-compiled)
310         (org-previous-header-line-format)
311         (org-columns-inhibit-recalculation) 
312         (org-columns-top-level-marker): New variables.
313         (org-columns-default-format): Renamed from
314         `org-default-columns-format'.
315         (org-property-re): New constant.
317         
319 =====================================================================
321 Installed as 5.01b      
323 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
325         * org.el (orgstruct-mode-map): New variable.
326         (orgstruct-mode): New minor mode.
327         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
328         (orgstruct-make-binding, org-context-p, org-get-local-variables)
329         (org-run-like-in-org-mode): New functions.
330         (org-cycle-list-bullet): New command.
331         (org-special-properties, org-property-start-re)
332         (org-property-end-re): New constants.
333         (org-with-point-at): New macro.
334         (org-get-property-block, org-entry-properties, org-entry-get)
335         (org-entry-delete, org-entry-get-with-inheritance)
336         (org-entry-put, org-buffer-property-keys): New functions.
337         (org-insert-property-drawer): New command.
338         (org-entry-property-inherited-from): New variable.
339         (org-column): New face.
340         (org-column-overlays, org-current-columns-fmt)
341         (org-current-columns-maxwidths, org-column-map): New variables.
342         (org-column-menu): New menu.
343         (org-new-column-overlay, org-overlay-columns)
344         (org-overlay-columns-title, org-remove-column-overlays)
345         (org-column-show-value, org-column-quit, org-column-edit): New
346         functions.
347         (org-columns, org-agenda-columns): New commands.
348         (org-get-columns-autowidth-alist): New functions.
349         (org-properties): New customize group.
350         (org-default-columns-format): New option.
352 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
354         * org.el (org-priority): Realign tags after changing priority. 
355         (org-preserve-lc): New macro.
356         (org-update-checkbox-count): Catch case when there is no headline.
357         (org-agenda-quit): Remove any column overlays.
359 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
361         * org.el (org-beginning-of-item-list): Fixed bug when non-item
362         line is indented too deep.
364 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
366         * org.el (org-cached-props): New variable.
367         (org-cached-entry-get): New function.
368         (org-make-tags-matcher): Handle property matches.
370 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
372         * org.el (org-table-recalculate): Swap evaluation order:  Field
373         formula first, then column formulas, but don't allow them to
374         overwrite the field formulas.
375         (org-table-eval-formula): New argument untouchable.
376         (org-table-put-field-property): New function.
378 ========================================================================
380 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
382         * org.el (org-export-with-footnotes): New option.
384 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
386         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
387         (org-agenda-default-appointment-duration): New option.
389 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
391         * org.texi (Tag): Section swapped with node Timestamps.
392         (Formula syntax for Lisp): Document new `L' flag.
394         * org.el (org-end-time-was-given): New variable.
395         (org-read-date): Look for time range.
396         (org-timestamp-change): Deal with time range issues.
397         (org-modify-ts-extra): New function.
398         (org-remember-apply-template, org-add-planning-info)
399         (org-time-stamp, org-time-stamp-inactive): Make use of
400         `org-end-time-was-given'.
401         (org-set-regexps-and-options, org-activate-tags)
402         (org-archive-subtree, org-toggle-tag)
403         (org-make-org-heading-search-string, org-open-at-point)
404         (org-link-search, org-remember-handler, org-complete)
405         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
406         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
407         (org-agenda-list-stuck-projects, org-format-agenda-item)
408         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
409         (org-ascii-level-start, org-export-as-html)
410         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
411         to match tags, in order to allow lanufage-specific characters in
412         tags.
413         (org-beginning-of-item-list): New command.
414         (org-target): New face.
415         (org-activate-links): New link type target.
419 ======================================================================
420         
421 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
423         * textmodes/org.el:
424         (org-export-region-as-html, org-replace-region-by-html)
425         (org-number-to-letters, org-table-fedit-finish)
426         (org-normalize-color, org-table-fedit-ref-right)
427         (org-date-to-gregorian, org-table-fedit-move)
428         (org-table-convert-refs-to-rc, org-calendar-holiday)
429         (org-table-fedit-toggle-ref-type, org-write-agenda)
430         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
431         (org-defkey, org-encode-for-stdout)
432         (org-indent-line-function, org-export-as-html-to-buffer)
433         (org-store-agenda-views, org-update-mode-line)
434         (org-find-if, org-delete-all)
435         (org-table-fedit-convert-buffer, org-emphasize)
436         (org-uniquify, org-table-fedit-lisp-indent)
437         (org-table-fedit-scroll, org-get-todo-sequence-head)
438         (org-table-fedit-scroll-down, org-table-fedit-line-down)
439         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
440         (org-table-fedit-toggle-coordinates, org-dvipng-color)
441         (org-table-fedit-line-up, org-table-fedit-ref-down)
442         (org-table-formula-from-user, org-mode-flyspell-verify)
443         (org-cycle-show-empty-lines, org-ctrl-c-ret)
444         (org-table-formula-to-user, org-diary-to-ical-string)
445         (orgtbl-export, org-table-fedit-post-command)
446         (org-closed-in-range, org-shiftcontrolright)
447         (org-table-convert-refs-to-an, org-table-hline-and-move)
448         (org-table-formula-less-p, org-format-table-ascii)
449         (org-agenda-get-sexps, org-shift-refpart)
450         (org-diary-sexp-entry, org-time-string-to-absolute)
451         (org-table-show-reference, org-letters-to-number)
452         (org-fix-agenda-info, org-table-fedit-ref-up)
453         (org-table-fedit-shift-reference, org-table-fedit-abort)
454         (org-closest-date, org-shiftcontrolleft)
455         (org-at-heading-or-item-p, org-rematch-and-replace)
456         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
457         function.
458         (org-table-edit-scroll-down, org-finish-edit-formulas)
459         (org-table-edit-next-field, org-abort-edit-formulas)
460         (org-font-lock-level, org-export-find-first-heading-line)
461         (org-table-edit-line-down, org-table-edit-backward-field)
462         (org-edit-formula-lisp-indent, org-table-edit-move)
463         (org-check-log-option, org-this-word)
464         (org-table-edit-line-up, org-table-edit-formulas-post-command)
465         (org-agenda-file-to-end, org-expand-file-name)
466         (org-fake-empty-table-line, org-table-edit-scroll)
467         (org-toggle-log-option, org-show-reference): Function removed.
468         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
469         defsubst.
470         (org-unmodified, org-batch-store-agenda-views)
471         (org-batch-agenda-csv): New macro.
472         (org-agenda-export): New customization group.
473         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
474         (org-highest-priority, org-agenda-exporter-settings)
475         (org-log-done-with-time, org-replace-disputed-keys)
476         (org-format-latex-header, org-export-table-header-tags)
477         (org-cycle-separator-lines, org-export-table-data-tags)
478         (org-icalendar-include-sexps)
479         (org-empty-line-terminates-plain-lists)
480         (org-log-repeat, org-special-ctrl-a)
481         (org-table-use-standard-references, org-disputed-keys)
482         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
483         (org-agenda-export-html-style): New option.
484         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
485         (org-CUA-compatible): Option removed.
486         (org-agenda-structure,  org-sexp-date): New face.
487         (org-todo-keywords-for-agenda, org-not-done-keywords)
488         (org-planning-or-clock-line-re, org-agenda-name)
489         (org-table-colgroup-info, org-todo-sets)
490         (constants-unit-system, org-clock-mode-line-entry)
491         (org-mode-line-timer, org-table-current-begin-pos)
492         (org-todo-keywords-1, org-mode-line-string)
493         (org-table-clean-did-remove-column, org-table-fedit-map)
494         (org-clock-heading, org-table-buffer-is-an)
495         (org-agenda-info, org-done-keywords)
496         (org-done-keywords-for-agenda, org-todo-heads)
497         (org-todo-kwd-alist, org-clock-start-time): New variable.
498         (org-todo-kwd-priority-p, org-edit-formulas-map)
499         (org-repeat-re, org-todo-kwd-max-priority)
500         (org-version, org-done-string)
501         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
502         removed.
503         (org-table-translate-regexp, org-repeat-re, org-version): New
504         constant.
505         (org-ts-lengths): Constant removed.
506         (org-follow-gnus-link): Don't ask how many articles to read.
507         (org-export-find-first-export-line): Renamed from
508         `org-export-find-first-heading'.  Use
509         `org-export-skip-text-before-1st-heading'.
510         (org-table-fedit-post-command): Renamed from
511         `org-table-edit-formulas-post-command'.
512         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
513         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
514         (org-table-fedit-lisp-indent): Renamed from
515         `org-edit-formula-lisp-indent'.
516         (org-table-show-reference): Renamed from `org-show-reference'.
517         (org-table-store-formulas): Use `org-table-formula-less-p'.
518         (org-table-edit-formulas): Position cursor to current field
519         equation.
520         (org-update-checkbox-count, org-hide-archived-subtrees)
521         (org-timestamp-up-day, org-timestamp-down-day)
522         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
523         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
524         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
525         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
526         `org-on-heading-p' also check for invisible heading.
527         (org-read-date): Match am/pm times.
528         (org-eval-in-calendar): Fix default date in prompt.
530 -------------------------------------------------------------------------
532 installed as 4.67
533         
534 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
536         * org.texi (The spreadsheet): Renamed from "Table calculations".
537         Completely reorganized and rewritten.
538         (CamelCase links): Section removed. 
539         (Repeating items): New section.
540         (Tracking TODO state changes): New section.
541         (Agenda views): Chapter reorganized and rewritten.
542         (HTML export): Section rewritten.
543         (Tables in arbitrary syntax): New section.
544         (Summary): Better feature summary.
545         (Activation): Document problem with cut-and-paste of Lisp code
546         from PDF files.
547         (Visibility cycling): Document indirect buffer use.
548         (Structure editing): Document sorting.
549         (Remember): Section rewritten.
550         (Time stamps): Better description of time stamp types.
551         (Tag searches): DOcument regular expression search for tags.
552         (Stuck projects): New section.
553         (In-buffer settings): New keywods.
554         (History and Acknowledgments): Updated description.
556 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
558         * org.el (org-table-overlay-coordinates)
559         (org-table-toggle-coordinate-overlays): New functions.
560         (org-table-overlay-coordinates, org-table-coordinate-overlays):
561         New variables.
562         (org-startup-with-deadline-check): Option removed.
563         (org-mode): Remove deadline check on startup.
564         (org-table-limit-column-width): Option removed.
565         (org-table-formula-numbers-only): Option removed.
566         (org-link-style, org-link-format): Options removed.
567         (org-select-agenda-window, org-fit-agenda-window): Options
568         removed. 
569         (org-export-ascii-show-new-buffer)
570         (org-export-html-show-new-buffer): Options removed.
571         (org-activate-links): Camel option removed.
572         (org-file-link-context-use-camel-case): Option removed.
573         (org-camel-regexp): Veriable removed.
574         (org-activate-camels): Function removed.
575         (org-store-link): Removed Camel stuff.
576         (org-make-org-heading-camel): Function removed.
577         (org-open-at-point): Removed camel stuff.
578         (org-link-search): Removed camel stuff.
579         (org-camel-to-words): Function removed.
580         (org-get-agenda-file-buffer): Make sure we prepare the
581         base buffers, not any indirect buffers.
582         (org-sort-entries): Sort top-level when not on a
583         headline, and no active region.
584         (org-in-regexp): New function.
585         (org-search-not-self): Renamed from `org-search-not-link'.
586         (org-open-link-marker): New variable.
587         (org-open-at-point): Set `org-open-link-marker'.
588         (org-print-icalendar-entries): Fixed bug with excluding DONE
589         entries from the exported list.
590         (org-edit-formula-lisp-indent): New command.
591         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
592         (orgtbl-to-latex, orgtbl-insert-radio-table)
593         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
594         (orgtbl-radio-table-templates): New option.
595         (org-store-link-props): 
596         (org-remember-templates): More possibilities to insert
597         info into templates.
598         (org-remember-apply-template): Make use of the extended template
599         capabilities.
600         (org-remember-redo-template): New command.
601         (org-upgrade-old-links)
602         (org-table-modify-formulas, org-table-replace-in-formulas)
603         (org-table-find-dataline)
604         (org-table-get-vertical-vector): Functions removed.
605         (org-table-remove-rectangle-highlight)
606         (org-time-stamp-format, org-toggle-log-option)
607         (org-table-highlight-rectangle)
608         (org-table-iterate, org-table-make-reference): 
609         (org-translate-time, org-tree-to-indirect-buffer)
610         (org-table-field-info, org-table-fix-formulas)
611         (org-table-force-dataline, org-table-get-descriptor-line)
612         (org-table-get-range)
613         (org-skip-comments, org-sort)
614         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
615         (org-table-current-dline, org-table-current-field-formula)
616         (org-table-edit-backward-field)
617         (org-table-edit-formulas-post-command)
618         (org-table-edit-line-down, org-table-edit-line-up)
619         (org-agenda-archive)
620         (org-agenda-clock-cancel)
621         (org-agenda-clock-out, org-agenda-list-stuck-projects)
622         (org-agenda-open-link, org-agenda-show-new-time)
623         (org-agenda-skip-subtree-when-regexp-matches)
624         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
625         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
626         (org-do-sort, org-file-image-p, org-find-overlays)
627         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
628         (org-highlight-until-next-command, org-isearch-end)
629         (org-match-any-p, org-next-link, org-previous-link): 
630         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
631         (org-rewrite-old-row-references)
632         (org-isearch-post-command)
633         (org-table-edit-move, org-table-edit-next-field)
634         (org-table-edit-scroll, org-table-edit-scroll-down)
635         (org-set-frame-title, org-show-reference)
636         (org-unhighlight-once, org-verify-change-for-undo): New
637         functions. 
638         (org-show-variable): Command removed.
639         (org-add-log-maybe): New arguments STATE, FINDPOS
640         (org-table-sort-lines): Rewritten from scratch.
641         (org-link-search): New argument AVOID-POS.
642         (org-print-icalendar-entries): Argument CATEGORY removed. 
643         (org-run-agenda-series): Argument WONDOW removed.
644         (org-next-link, org-previous-link): New commands.
645         (org-agenda-date-format): New option.
646         (org-table-iterate): New command.
647         (org-table-modify-formulas)
648         (org-table-replace-in-formulas): Functions removed.
649         (org-table-fix-formulas): New function.
650         (org-table-insert-column, org-table-delete-column)
651         (org-table-move-column): Use `org-table-fix-formulas'.
652         (org-follow-gnus-link): Patch from Bastien/Leo.
653         (org-table-current-field-formula): New function.
654         (org-file-image-p): New function.
655         (org-agenda-show-new-time): New function.
656         (org-agenda-date-later): Call `org-agenda-show-new-time'.
657         (org-with-remote-undo): New macro.
658         (org-agenda-undo): New command.
659         (org-verify-change-for-undo): New function.
660         (org-time-stamp-format): New function.
661         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
662         by user.
663         (org-match-any-p): New function.
664         (org-make-tags-matcher): Handle regular expressions for tag and
665         todo matches.
666         (org-read-date): Accept "+N" as input for a date relative to the
667         current date.
668         (org-remove-subtree-entries-from-agenda): New function.
669         (org-agenda-archive, org-agenda-kill): Use
670         `org-remove-subtree-entries-from-agenda'.
671         (org-do-sort, org-sort-entries): New functions.
672         (org-sort): New command.
673         (org-table-sort-lines): Use `org-do-sort'.
674         (org-fix-decoded-time): New function.
675         (org-table-number-regexp): Require 0x... to identify as number in
676         tables.
677         (org-startup-options): New keywords for note taking.
678         (org-upgrade-old-links): Function removed.
679         (org-get-repeat): New function.
680         (org-show-context): Also show siblings on current level.
681         (org-show-siblings): New function.
682         (org-isearch-end, org-isearch-post-command): New functions.
683         (org-show-siblings): New option.
684         (org-show-context): Use `org-show-siblings'.
685         (org-table-maybe-recalculate-line): No longer require `calc-eval'
686         to be bound, because user may just use elisp.
688 ----------------------------------------------------------------------
689 installed as 4.56
691 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
693         * org.texi: Fix typos
694         (Agenda commands): Document `C-k'.
696         * orgcard.tex (section{Agenda Views}): Document `C-k'.
698         * org.el (org-scan-tags): Re-align code fixed.
699         (org-detach-overlay): Renamed from `org-detatch-overlay'.
700         (org-table-convert-region): Insert space after column separator.
701         (org-agenda-kill): New command.
702         (org-metaleft): Call `org-outdent-item' on bullets.
703         (org-metaright): Call `org-indent-item' on bullets.
704         (org-timestamp-change): Set `org-last-changed-timestamp'.
705         (org-current-line): Make sure (bolp) returns correct result.
706         (org-agenda-change-all-lines): Make sure TODO are highlighted.
708 ----------------------------------------------------------------------------
709 Installed as 4.54       
711 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
713         * org.el (org-scan-tags): Make the search case-sensitive.
714         (org-tags-sparse-tree): Don't overrule
715         `org-show-following-heading' and `org-show-hierarchy-above'.
716         (org-reveal): New command.
717         (org-show-context): Renamed from `org-show-hierarchy-above'.
718         (org-fast-tag-selection-single-key): New option.
719         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
720         functions.
721         (org-tags-overlay): New variable.
722         (org-agenda-todo-ignore-deadlines): New option.
723         ("session"): Add circular data structure `org-mark-ring' to
724         exceptions list in session.el.
725         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
726         New options.
727         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
728         (org-prepare-agenda, org-agenda-quit): Use
729         `org-agenda-window-setup'.
730         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
731         variables.
732         (org-finalize-agenda): Activate bracket links in agenda.
733         (org-at-timestamp-p, org-at-date-range-p): Additional argument
734         INACTIVE-OK.
735         (org-show-hierarchy-above, org-show-following-heading): List
736         values allowed for fine-tuned configuration.
737         (org-show-hierarchy-above): New argument CONTEXT, use the
738         fine-tuned settings in `org-show-hierarchy-above' and
739         `org-show-following-heading'.
740         (org-display-custom-time): New function.
741         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
742         function.
743         (org-display-custom-times, org-time-stamp-custom-formats):
744         (org-maybe-intangible): New macro.
745         (org-activate-bracket-links, org-hide-wide-columns): Use
746         `org-maybe-intangible'.
747         (org-open-file): Use `shell-quote-argument'.
748         (org-display-internal-link-with-indirect-buffer): New option.
749         (org-file-remote-p): Get regexp from list.
750         (org-link-expand-abbrev): New function.
751         (org-link-abbrev-alist): New option.
752         (org-open-at-point, org-cleaned-string-for-export): Call
753         `org-link-expand-abbrev'.
754         (org-timeline, org-agenda-list, org-todo-list)
755         (org-tags-view): Remove the KEEP-MODES argument.
756         (org-finalize-agenda-hook): New hook.
757         (org-get-alist-option): New function.
758         (org-follow-timestamp-link): New function.
759         (org-open-at-point): Call `org-follow-timestamp-link'.
760         (org-log-note-marker, org-log-note-purpose)
761         (org-log-note-window-configuration): New variables.
762         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
763         functions.
764         (org-log-note-headings): New option.
765         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
766         (org-store-link): Support for dired-mode.
767         (org-open-file): Substitute environment variables into filename.
768         (org-last): New defsubst.
769         (org-agenda-re-align-tags): New function.
770         (org-agenda-align-tags-to-column): New option.
771         (org-agenda-timeline): Group removed.
772         (org-prepare-agenda, org-prepare-agenda-buffers)
773         (org-run-agenda-series, org-timeline, org-agenda-list)
774         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
775         the text property inticating the agenda type.
776         (org-agenda-post-command-hook): Get agenda type from text property
777         at point.
778         (org-agenda): Handle command sets.  Set
779         `org-agenda-last-arguments' and obey
780         `org-agenda-overriding-arguments'.
781         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
782         variables.
783         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
784         (org-agenda-week-view, org-agenda-day-view): Use
785         `org-agenda-overriding-arguments' to make updating work with
786         multi-block agendas.
787         (org-agenda-prefix-format): Allow different formats for the
788         different agenda entry types.
789         (org-timeline-prefix-format): Option removed, use
790         `org-agenda-prefix-format' instead.
791         (org-prepare-agenda): New function.
792         (org-select-timeline-window): Option removed, use
793         `org-select-agenda-window' instead.
794         (org-respect-restriction): Variable removed.
795         (org-cmp-tag): New function.
796         (org-agenda-sorting-strategy, org-entries-lessp): Implement
797         sorting by last tag.
798         (org-complete): Better completion in in-buffer option lines.
799         (org-in-item-p): New function.
800         (org-org-menu): Added entries for checkboxes.
801         (org-cycle): Extra brouping in outline-regexp, because it is used
802         in a search with "^" prepended.
803         (org-provide-checkbox-statistics): New option.
804         (org-set-font-lock-defaults): Highlight checkbox statistics.
805         (org-update-checkbox-count-maybe)
806         (org-get-checkbox-statistics-face): New functions.
807         (org-update-checkbox-count): New command.
808         (org-insert-item, org-toggle-checkbox): Call
809         `org-update-checkbox-count-maybe'.
810         (org-export-as-html): XEmacs compatibility for coding system.
811         (org-force-cycle-archived): New command.
812         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
813         overrules cycling.
814         (org-fix-position-after-promote): If the line contains only a todo
815         keyword, add a final space.
816         (org-promote-subtree, org-demote-subtree): Call
817         `org-fix-position-after-promote'.
819         * orgcard.tex (section{Archiving}): Document C-TAB.
820         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
821         section, added documentation for the key `C-c #'.
823         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
824         archived trees.
825         (Checkboxes): Section moved to chapter 5, and extended.
826         (The date/time prompt): New section.
827         (Link abbreviations): New section.
828         (Presentation and sorting): New section.
829         (Custom agenda views): Section completely rewritten.
830         (Summary): Compare with Planner.
831         (Feedback): More info about creating backtraces.
832         (Plain lists): Modified example.
833         (Breaking down tasks): New section.
834         (Custom time format): New section.
835         (Time stamps): Document inactive timestamps.
836         (Setting tags): More details about fast tag selection.
837         (Block agenda): New section.
838         (Custom agenda views): Section rewritten.
839         (Block agenda): New section.
842 ----------------------------------------------------------------------
843 installed as 4.44
844         
846 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
848         * org.el (org-clock-special-range, org-clock-update-time-maybe):
849         New functions.
850         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
851         not only a-z.
852         (org-agenda-get-blocks): Allow multiple blocks per headline.
853         (org-timestamp-change): Call `org-clock-update-time-maybe'.
854         (org-export-html-title-format)
855         (org-export-html-toplevel-hlevel): New options.
856         (org-export-language-setup): Added support for Czech.
857         (org-mode, org-insert-todo-heading, org-find-visible)
858         (org-find-invisible, org-invisible-p, org-invisible-p2)
859         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
860         (org-show-subtree, org-show-entry, org-make-options-regexp):
861         Removed compatibility support for old outline-mode.
862         (org-check-occur-regexp): Funtion removed.
863         (org-on-heading-p, org-back-to-heading): Made defalias.
864         (org-set-local): New defsubst.
865         (org-set-regexps-and-options, org-mode)
866         (org-set-font-lock-defaults, org-edit-agenda-file-list)
867         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
868         (org-remember-apply-template, org-table-edit-field)
869         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
870         (org-set-autofill-regexps): Use `org-set-local'.
871         (org-table-eval-formula): Fixed bug with parsing of display flags.
873         
874 ----------------------------------------------------------------------
875 installed as 4.43
877 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
879         * org.texi (Exporting): Document `C-c C-e' as the prefix for
880         exporting commands.
881         (Global TODO list): Document the use of the variables
882         `org-agenda-todo-ignore-scheduled' and
883         `org-agenda-todo-list-sublevels'.
885         * org.el (org-agenda-get-todos): Skip subtree also if entry is
886         skipped because it has been scheduled.
887         (org-prepare-agenda-buffers): Don't mark buffers as modified when
888         changing `:org-archived' and `:org-comment' properties.
890 ----------------------------------------------------------------------
891 installed as 4.42
894 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
896         * org.el (org-mode): Removed no invalid settings for calc embedded
897         mode.
898         (org-mode-p): New defsubst.
899         (org-save-all-org-buffers): New function.
900         (org-first-headline-recenter): Enclose outline-regexp in group
901         delimiters.
903         * org.texi (Agenda commands): Document `s' key to save all
904         org-mode buffers.
906         * orgcard.tex (section{Agenda Views}): Document `s' key to save
907         all org-mode buffers.
909 ----------------------------------------------------------------------
910 installed as 4.41
912 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
914         * org.texi (Checkboxes): New section.
916         * orgcard.tex (section{Structure Editing}): Document checkbox
917         toggling. 
919         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
920         for `org-end-of-subtree'.
921         (org-export-cleanup-toc-line): Renamed from
922         `org-html-cleanup-toc-line'. 
923         (org-beginning-of-item): Fixed bug in regular expression for white
924         line.
925         (org-export-as-html): Enforce space after bullet in plain list
926         items.
928 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
930         * org.el (org-set-autofill-regexps): Require space after plain
931         list bullet for paragraph-start.
932         (org-ts-regexp3): New constant.
933         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
934         (org-timestamp-up-day, org-timestamp-down-day)
935         (org-timestamp-change): Work with inactive timestamps.
936         (org-ts-regexp1): Don't allow brackets in time stamps.
938 ----------------------------------------------------------------------
939 installed as 4.40
942 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
944         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
945         :latex-preview. 
946         (org-overlays-at, org-overlay-start, org-overlay-end): New
947         compatibility functions.
949 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
951         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
952         using the exact regexp that will be used during export.
953         (org-latex-regexps): New variable.
954         (org-cdlatex-mode): Improved advice for `texmathp'.
955         (turn-on-org-cdlatex): New function.
957 ----------------------------------------------------------------------
958 installed as 4.39
960 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
962         * org.el (org-cdlatex-mode-map)
963         (org-cdlatex-texmathp-advice-is-done): New variables.
964         (org-cdlatex-mode): New minor mode.
965         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
966         functions. 
967         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
968         commands.
969         (org-export-with-archived-trees): New option.
970         (org-open-file): Removed the call to
971         `convert-standard-filename'.
972         (org-archive-tag, org-agenda-skip-archived-trees)
973         (org-cycle-open-archived-trees)
974         (org-sparse-tree-open-archived-trees): New options.
975         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
976         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
977         functions. 
978         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
979         commands.
980         (org-agenda-mode-map): Add binding of
981         `org-agenda-toggle-archive-tag'. 
982         (org-mode-map): Add binding for `org-toggle-archive-tag'.
983         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
984         Call `org-prepare-agenda-buffers'.
985         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
986         (org-file-apps, org-file-apps-defaults-gnu)
987         (org-file-apps-defaults-macosx)
988         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
989         them to be opened in Emacs.
991         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
993         * org.texi (Embedded LaTeX): New chapter.
994         (Archiving): Section rewritten.
995         (Enhancing text): Some parts moved to the new chapter about
996         LaTeX.
998 ----------------------------------------------------------------------
999 installed as 4.38
1000         
1002 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
1004         * org.texi (Publishing links): Document the
1005         `:link-validation-function' property.
1006         (Extensions and Hacking): New chapter, includes some sections of
1007         the "Miscellaneous" chapter.
1009         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1010         (section{Structure Editing}): Add global archiving command.
1013         * org.el Require noutline, also on XEmacs.
1014         (org-end-of-subtree): Return point.
1015         (org-dblock-start-re, org-dblock-end-re): New constants.
1016         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1017         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1018         (org-update-all-dblocks, org-find-dblock): New functions.
1019         (org-collect-clock-time-entries): New function.
1020         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1021         (org-fixup-indentation): Modified to deadl correctly with lines
1022         starting with TAB.  Only one argument DIFF now.
1023         (org-demote, org-promote): Call `org-fixup-indentation' with just
1024         one argument, DIFF.
1025         (org-mode): Don't mark buffer as modified when aligning tables.
1026         (org-clock-sum): Don't makr buffer modified when adding time sum
1027         properties.
1028         (org-export-as-html): Added support for a link validation
1029         function.
1030         (org-archive-all-done): New function.
1031         (org-archive-subtree): New prefix argument.  When set, archive all
1032         done subtrees in this buffer.
1033         (org-remove-clock-overlays)
1034         (org-remove-occur-highlights): Use
1035         `org-inhibit-highlight-removal'.
1036         (org-inhibit-highlight-removal): New variable, for dyn amic
1037         scoping.
1038         (org-put-clock-overlay): Don't swallow last headline character
1039         when displaying overlay.
1040         (org-store-link): Link to `image-mode' with just the file name.
1043 ----------------------------------------------------------------------
1044 installed as 4.37
1045         
1047 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1049         * org.el (org-agenda-mode-map): Add bindings for clocking
1050         functions.
1051         (org-agenda-clock-in, org-check-running-clock)
1052         (org-clock-out-if-current, org-remove-clock-overlays)
1053         (org-put-clock-overlay): New functions.
1054         (org-clock-marker, org-clock-file-total-minutes)
1055         (org-clock-overlays): New variables
1056         (org-clock-display, org-clock-sum, org-clock-cancel)
1057         (org-clock-out, org-clock-in): New commands.
1058         (org-export): New function.
1059         (org-emph-re): New constant.
1060         (org-set-emph-re, org-do-emphasis-faces): New functions.
1061         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1062         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1063         (org-export-html-convert-emphasize): Use the configurable
1064         emphasis.
1065         (org-cleaned-string-for-export): Make multiline emphasis visible
1066         to the exporter.  New optional argument PARAMETERS.
1067         (org-export-as-html): Specify :emph-multiline parameter to
1068         `org-cleaned-string-for-export'.
1070         * org.texi (Progress logging): New section.
1072 ----------------------------------------------------------------------
1073 installed as 4.36
1074         
1076 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
1078         * org.el (org-archive-subtree): Use end-of-subtree as insertion
1079         point and control the number of empty lines.
1080         (org-paste-subtree): Limit the number of empty lines at the end of
1081         the inserted tree.
1082         (org-agenda): Use buffer name of current file for narrowing.
1083         (org-export-as-xml): Command removed.
1084         (org-export-xml-type): Option removed.
1085         (org-mode-map): Call `org-export-as-xoxo' directly.
1086         (org-get-indentation): New optional argument LINE.
1087         (org-fix-indentation, org-remove-tabs): New functions.
1088         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1089         correct indentation for headlines that are converted it items.
1090         (org-skip-comments): Remove table lines that contain narrowing
1091         cookies but no other non-empty fields.
1092         (org-set-tags): Allow groups of mutually exclusive tags.
1093         (org-cmp-time): Sort 24:21 before items without time.
1094         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
1095         (org-open-at-point): Require double colon also for numbers.
1097         * org.texi (ASCII export): Document indentation adaptation.
1098         (Setting tags): Document mutually-exclusive tags.
1100 ----------------------------------------------------------------------
1101 installed as 4.35
1103 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1105         * org.el (org-agenda-highlight-todo): Make sure regexp does only
1106         match in the right place.
1107         (org-upcoming-deadline): New face.
1108         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1109         (org-export-ascii-underline): Renamed and made an option (was
1110         constant `org-ascii-underline').
1111         (org-export-ascii-bullets): New option.
1112         (org-export-as-html): Many changes to emit valid XHTML.
1113         (org-par-open): New variable.
1114         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
1115         functions.
1116         (org-html-do-expand, org-section-number): Fixedcase in
1117         `replace-match'.
1118         (org-timeline): Pass `org-timeline-show-empty-dates' to
1119         `org-get-all-dates'.  Interpret empty dates returned by
1120         `org-get-all-dates'.
1121         (org-get-all-dates): New argument EMPTY.  Add dates without
1122         entries to the list, mark large ranges of empty dates.
1123         (org-point-in-group, org-context): New functions.
1125 ----------------------------------------------------------------------
1126 installed as 4.34
1128 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1130         * org.el (org-next-item, org-previous-item): Emit more compact
1131         error message.
1132         (org-tags-view): Refresh category table in each file.
1133         (org-table-justify-field-maybe): Removed superfluous arguments to
1134         `format'.
1135         (org-export-as-html): Insert "<p>" before postamble.
1136         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
1137         ring.
1139 ---------------------------------------------------------------------
1140 installed as 4.33
1142 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
1144         * org.el (org-open-at-point): Use renamed variable
1145         `org-confirm-shell-link-function'.
1146         (org-confirm-shell-link-function): Renamed from
1147         `org-confirm-shell-links'.
1148         (org-export-directory): New function.
1149         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1150         (org-export-icalendar): Use `org-export-directory'.
1151         (org-indent-item): Keep cursor position.
1152         (org-link-file-path-type): New option.
1153         (org-export-as-html): Fixed bug with plain lists starting in
1154         column 0.
1155         (org-export-as-html): Removed deadline formatting, this happens
1156         now already in `org-html-handle-time-stamps'.
1157         (org-export-html-style): Deadline class removed.
1158         (org-insert-labeled-timestamps-at-point): New option.
1159         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1160         of `hide-sublevels 1', in case the first headline is not level 1.
1161         (org-overview, org-content): New fuction.
1162         (org-cycle-global-status, org-cycle-subtree-status): Make these
1163         variables buffer-local.
1164         (org-global-cycle): New command.
1165         (org-shifttab): Use `org-global-cycle'.
1166         (org-insert-heading, org-insert-item): Go to end of new
1167         headline/item after creating it.
1168         (org-export-visible): Renames from `org-export-copy-visible'.  Now
1169         creates a temporary org-file and applies an exporting command to
1170         it.
1171         (org-table-eval-formula): Support for lisp forms.
1172         (org-agenda-todo-ignore-scheduled): New option.
1173         (org-agenda-get-todos): Use new option
1174         `org-agenda-todo-ignore-scheduled'.
1175         (org-export-html-inline-images): New value `maybe'.
1176         (org-export-as-html): Inlining of images dependent on link
1177         description.
1178         (org-archive-subtree): Check for end-of-buffer before trying
1179         `kill-line'.
1180         (org-agenda-follow-mode): New option.
1181         (org-export-with-tags, org-export-with-timestamps): New options.
1182         (org-html-handle-time-stamps): New function.
1183         (org-keyword-time-regexp): New variable.
1184         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1185         (org-agenda-todo-list-sublevels): New option.
1186         (org-html-level-start): When TITLE is nil, just close all levels.
1187         (org-parse-key-lines, org-parse-export-options): Functions
1188         removed, replaced by `org-infile-export-plist'.
1189         (org-combine-plists, org-infile-export-plist)
1190         (org-default-export-plist): New functions.
1191         (org-export-html-preamble, org-export-html-postamble)
1192         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1193         New variables.
1194         (org-export-publishing-directory): New option.
1195         (org-export-as-html, org-export-as-ascii): Use the new property
1196         lists for settings.
1197         (org-export-copy-visible, org-export-as-xoxo): Respect
1198         `org-export-publishing-directory'.
1199         (org-link-search, org-store-link, org-file-apps): Support for
1200         links to BibTeX database entries..
1201         (org-get-current-options, org-set-regexps-and-options): Implement
1202         logging as a startup option.
1203         (org-store-link): Make sure context string is never empty
1204         (org-insert-link): Use relative path when possible.
1205         (org-at-item-checklet-p): New function.
1206         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1207         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1208         (org-metaright, org-metaup, org-metadown, org-shiftup)
1209         (org-shiftdown, org-shiftright, org-shiftleft)
1210         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1211         Dispatch using `call-interactively'.
1212         (org-call-with-arg): New defsubst.
1213         (org-tag-alist, org-use-fast-tag-selection): New options.
1214         (org-complete): Use `org-tag-alist'.
1215         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1216         (org-next-item, org-previous-item): New commands.
1217         (org-beginning-of-item, org-end-of-item): Added (interactive) to
1218         make command.
1219         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1221         * org.texi (Plain lists): Added new item navigation commands.
1222         (External links): Documented elisp and info links.
1224         * orgcard.tex (section{Motion}): Added the item navigation
1225         commands.
1226         (section{Publishing}): New section.
1227         (section{Links}): Documented elisp and shell links.
1228         (Custom searches): New section.
1229         (Publishing): New chapter.
1230         (HTML export): Include a list of supported CSS classes.
1231         (Setting tags): Describe the fast-tag-setting interface.
1232         
1233 ----------------------------------------------------------------------
1235 installed as 4.26
1236         
1237 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1239         * org.texi Many small fixes.
1240         (Handling links): Renamed from "Managing links".
1242         * org.el (org-mode-map): Catch conflict with old allout.el.
1243         (org-open-at-point): Remove the "...done" message to keep
1244         output in the echo area visible.
1246 ----------------------------------------------------------------------
1247 installed as 4.25
1249 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
1251         * org.el (org-deadline-announce): Face removed.
1252         (org-level-faces, org-n-levels): Converted to constant.
1253         (org-compatible-face): New function.
1254         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1255         (org-level-5, org-level-6, org-level-7, org-level-8)
1256         (org-special-keyword, org-warning, org-headline-done, org-link)
1257         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1258         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1259         Face definition revised for better color tty support.
1260         (org-bold-re, org-italic-re, org-underline-re): New constants.
1261         (org-set-font-lock-defaults): Use the new constants.
1262         (org-agenda-highlight-todo): New function.
1263         (org-agenda-todo): Fixed bug with point at end of line.
1264         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1265         Fontify TODO keywords.
1266         (org-insert-link): Preserve relative path in ../ links.
1267         (org-export-as-html): Convert links pointing to .org files into
1268         links that will work beteen the exported HTML files.
1269         (org-todo-list): Fix bug when arg=0.
1270         (org-insert-heading): More fine-tuning.
1272         * org.texi (Time stamps): Better explanation of the purpose of
1273         different time stamps.
1275 ----------------------------------------------------------------------
1276 installed as 4.24
1278         
1279         * org.texi (Formula syntax): Fixed link to Calc Manual.
1281         * org.el (org-insert-heading): Insert heading before current if at
1282         beginning of line.
1283         (org-todo, org-date): New faces.
1284         (org-table-align): Make sure tooltip window contains full text.
1285         (org-no-properties): New defsubst.
1286         (org-set-font-lock-defaults): Use new faces.
1288 ----------------------------------------------------------------------
1289 installed as 4.23
1291         
1292         * org.texi (Visibility cycling): Better names for the startup
1293         folding options.
1294         (Exporting): Completely restructured.
1295         (The very busy C-c C-c key): New section.
1296         (Summary of in-buffer settings): New section.
1298         * org.el (org-set-regexps-and-options, org-get-current-options):
1299         Better names for the startup folding options.
1302 ----------------------------------------------------------------------
1303 installed as 4.22
1307 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1309         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
1310         (org-agenda-mouse-1-follows-link)
1311         (org-mouse-1-follows-link): New options.
1312         (org-format-agenda-item): Fixed bug if TAGS is nil.
1313         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1315         * org.texi (Updating settings): New section.
1317 ----------------------------------------------------------------------
1318 installed as 4.21
1322 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
1324         * org.texi (Link format): New section, emphasis on bracket links.
1325         (External links): Document bracket links.
1326         (FAQ): Expanded to cover shell links and the new link format.
1328         * orgcard.tex (section{Tables}): Document column narrowing.
1329         (section{Links}): Document bracket links.
1331         * org.el
1332         (org-export-plain-list-max-depth)
1333         (org-table-spaces-around-separators)
1334         (org-radio-targets, org-activate-camels)
1335         (org-table-spaces-around-invisible-separators): Options removed.
1336         (org-time-stamp-rounding-minutes, org-remember-templates)
1337         (org-ellipsis, org-activate-links, org-descriptive-links): New
1338         options.
1339         (org-remember-apply-template, org-current-time)
1340         (org-finish-edit-table-field)
1341         (org-link-unescape, org-link-escape)
1342         (org-string-width, org-table-clean-line, org-html-do-expand)
1343         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1344         (org-read-agenda-file-list): New functions.
1345         (org-table-edit-field)
1346         (org-table-create-or-convert-from-region): New commands
1347         (org-table-toggle-vline-visibility): Command removed.
1348         (org-table-convert-region): Made a command.
1349         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
1350         removed, replaced with the normal org- functions.
1351         (org-self-insert-command): Don't trigger realign unnecessarily
1352         when blanking a field that is not full.
1353         (org-mode): `Set buffer-invisibility-spec' for links.
1354         (org-activate-links2): Hide link part and only show descriptive
1355         part of the link.
1356         (org-insert-link): Modified for new linking system.
1357         (org-store-link): Store description separately, for use by
1358         `org-insert-link'.
1359         (org-table-align): Use `org-string-width'.
1360         (defgroup): Completely new group structure for custom variables.
1361         (org-agenda-files): Option: Single file name allowed.  Function:
1362         Optional argument unrestrited means ignore any restricitons.
1363         (org-install-agenda-files-menu): Find a buffer in Org-mode before
1364         trying to modify the menu.  Use generalized access to
1365         `org-agenda-files.'
1366         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1367         (org-agenda-file-to-front, org-remove-file, org-diary)
1368         (org-tags-view, org-export-icalendar-all-agenda-files)
1369         (org-export-icalendar-combine-agenda-files): Use generalized
1370         access to `org-agenda-files'.
1371         (org-remember-handler): Correctly preserve heading if present.
1372         (org-table-insert-row, org-table-insert-hline): Deal with
1373         invisible characters.
1375 ----------------------------------------------------------------------
1376 installes as 4.13
1380 -------------------------------------------------------------------
1381 installed as 4.10
1382         
1383 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
1385         * org.el (org-insert-centered): Use `string-width' to make
1386           underlining work for wide characters.
1388 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1390         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
1391         Explicitly bind TAB to `org-cycle', to make sure that no binding
1392         in `outline-mode-map' can supercede it.
1394 --------------------------------------------------------------
1395 installed as 4.09
1396 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1398         * org.el (org-link-search): Avoid self-matching of links, allow
1399         target text to be distributed over several lines.
1400         (org-search-not-link): New function.
1401         (org-set-regexps-and-options, org-get-current-options): New
1402         startup options.
1403         (org-export-as-html): Take odd-level setting from local variable.
1404         (org-fontify-emphasized-text): New option.
1405         (org-set-font-lock-defaults): Include emphasized text.
1406         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1407         (org-font-lock): Customize group renamed from `org-faces'.
1409         * org.texi (Clean view): Startup options documented.
1413 --------------------------------------------------------------
1414 installed as 4.08
1418 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1420         * org.el Move defvars out of eval-when-compile.  Use
1421         buffer-file-name variable.
1422         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1423         arg `file'.
1424         (org-level-faces): Remove startup dependency.
1425         (org-cycle, org-map-tree, org-scan-tags)
1426         (org-remember-handler): Don't call `outline-level' directly.
1427         (org-mhe-search-all-folders): New option.
1428         (org-mhe-get-message-folder-from-index,
1429         org-mhe-get-message-folder): Fix indexing search.
1430         (org-format-agenda-item): Handle nil TAGS argument.
1431         (org-cleaned-string-for-export, org-activate-target-links)
1432         (org-make-target-link-regexp): Deal with empty radio target list.
1433         (org-tag): New face.
1434         (org-get-level-face): New function.
1435         (org-set-font-lock-defaults): Simplify setup for headlines.
1436         (org-complete): Pass common substring to `display-completion-list'.
1438         --------------------------------------------------------------
1439 installed as 4.07
1441         
1442 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
1444         * org.el (org-get-legal-level, org-tr-level): New functions.
1445         (org-odd-levels-only): New option.
1446         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
1447         org-demote, org-promote):  Deal with double-star levels. 
1448         (org-convert-to-odd-levels): New command.
1449         (org-tr-level): 
1451         * org.el (org-export-as-html): Fixed bugs in HTML
1452         formatting (removed nested achors).
1453         (org-all-targets): Fixed bug with XEmacs compatibility.
1454         (org-read-date): Add (require 'parse-time).
1455         (org-set-tags): Fixed bug with extra inserted space.
1456         (org-export-html-style): Define a style class for targets.
1457         (org-agenda-keymap, org-mouse-map): Added a binding for
1458         `follow-link'.
1459         (org-hide-leading-stars): New option.
1460         (org-hide): New face.
1461         (org-set-font-lock-defaults): Allow to hide leading stars.
1463         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
1464         Zielinski.
1465         (Managing links, Managing links): Documented that also mouse-1 can
1466         be used to activate a link.
1467         (Headlines, FAQ): Added entry about hiding leading stars.
1469 --------------------------------------------------------------------------
1470 installed as 4.06
1471         
1472 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1474         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
1475         New function.
1476         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
1477         for XEmacs, just to silence the compiler.
1478         (org-export-as-ascii, org-export-as-html-and-open): Use
1479         `org-cleaned-string-for-export' and create internal links.
1480         (org-follow-mhe-link): Require mh-e, use folder.
1481         (org-read-date): 
1483 --------------------------------------------------------------------------
1484         Installed as 4.05
1487 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
1489         * org.el (org-mark-ring-previous, org-mark-ring-set): New
1490         commands.
1491         (org-mark-ring): New variable.
1492         (org-mark-ring-length): New option.
1493         (org-open-at-point, org-goto, org-open-file): Push old position
1494         onto the mark ring.
1495         (org-add-hook): New function.
1496         (org-export-table-remove-special-lines): New option.
1497         (org-skip-comments, org-format-org-table-html): Respect new option
1498         `org-export-table-remove-special-lines'.
1499         (org-open-file): Allow special command configuration for
1500         directory link.
1501         (org-file-apps): Fixed bugs in customize type, added setting for
1502         directories.
1503         (org-activate-tags, org-format-agenda-item, org-complete) 
1504         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
1505         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
1506         (org-link-search, org-make-org-heading-search-string) 
1507         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1508         (org-radio-targets, org-file-link-context-use-camel-case)
1509         (org-activate-camels): New options.
1510         (org-update-radio-target-regexp, org-all-targets)
1511         (org-make-target-link-regexp, org-activate-target-links): New
1512         functions.
1513         (org-make-org-heading-search-string): New function.
1514         (org-store-link, org-insert-link): Use new option
1515         `org-file-link-context-use-camel-case'.
1516         (org-activate-camels): Use new option `org-activate-camels'.
1517         (org-link-regexp): Added mhe prefix.
1518         (org-open-at-point,org-store-link): Support for mhe links.
1519         (org-mhe-get-message-id, org-mhe-get-message-folder)
1520         (org-mhe-get-header,org-follow-mhe-link): New functions.
1521         (org-remove-angle-brackets, org-add-angle-brackets): New
1522         functions.
1523         (org-bracked-link-regexp): New constant.
1524         (org-read-date): Fixed bug that was rejecting all typed dates.
1525         (org-link-search): Make hierarchy above visible after a match.
1526         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1527         (org-store-link): Fixed bug with link creation when cursor is in
1528         an empty line.
1529         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
1530         argument sequence in call to `org-view-tags'.
1531         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1532         (org-prefix-has-tag): New variable.
1533         (org-format-agenda-item): Remove tags from headline if
1534         appropriate.
1535         (org-agenda-remove-tags-when-in-prefix): New option.
1537         * org.texi (Internal Links): Rewritten to cover the modified
1538         linking system.
1540         * orgcard.tex (section{Links}): Rewritten to cover the modified
1541         link system.
1542         (section{TODO Items}): Shortened to make space for more links
1543         stuff.
1547 ----------------------------------------------------------------------
1548 installed as 4.03
1550 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1552         * org.texi (Agenda commands): Document tags command.
1554         * org.el (org-open-file): Use mailcap for selecting an
1555         application.
1556         (org-file-apps-defaults-gnu): Use mailcap as the default for
1557         selecting an application on a UNIX system.
1558         (org-agenda-show-tags): New command.
1559         (org-table-insert-hline): Keep cursor in current table
1560         line.
1561         (org-table-convert): Offset effect of modifying
1562         `org-table-insert-hline'.
1563         (org-format-agenda-item): New optional argument TAG.
1564         (org-compile-prefix-format): Handle %T format for the tag.
1565         (org-expand-wide-chars): New function.
1566         (org-table-insert-row, org-table-insert-hline): Use
1567         `org-expand-wide-chars'.
1568         (org-open-file): Fixed bug in program launch.
1569         (org-get-time-of-day): Fixed bug with times before 1am.
1570         (org-agenda-menu): Addes tags commands.
1572         -----------------------------------------------------------------------
1573 installed as 4.02
1575 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
1577         * org.el (org-end-of-subtree): New function.
1578         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
1579         `org-end-of-subtree'.
1580         (org-agenda, org-agenda-convert-date): Protect calls to
1581         `fit-window-to-buffer'.
1582         (org-tags-view): Force matching of sublevels when doing a
1583         todo-only search.  Define the correct redo command, including the
1584         arguments.
1585         (org-agenda-redo): Display message.
1586         (org-check-for-org-mode): New function.
1587         (org-agenda-type): New variable.
1588         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
1589         `org-agenda-type'.
1590         (org-agenda-check-type): New function.
1591         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1592         (org-agenda-week-view, org-agenda-day-view)
1593         (org-agenda-next-date-line, org-agenda-previous-date-line)
1594         (org-agenda-log-mode, org-agenda-toggle-diary)
1595         (org-agenda-toggle-time-grid, org-agenda-date-later)
1596         (org-agenda-date-prompt, org-agenda-diary-entry)
1597         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1598         (org-agenda-convert-date, org-agenda-menu): Use
1599         `org-agenda-check-type'.
1600         (org-make-overlay, org-delete-overlay)
1601         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
1602         compatibility functions.
1603         (org-calendar-select-mouse): New command.
1605         * org.texi (Agenda Views): Chapter reorganized.
1606         
1607         
1608 ------------------------------------------------------------------------
1609 installed as 4.01
1611 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
1613         * org.texi (Tags): Booolean logic documented.
1614         (Agenda Views): Document custom commands.
1616         * org.el (org-agenda-custom-commands): New option.
1617         (org-agenda): Offer custom commands on splash screen.
1618         (org-make-tags-matcher): Parser for Boolean logic added.
1619         (org-agenda-set-tags): New command.
1620         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1621         (org-set-tags): Efficiency improvements.
1622         (org-auto-align-tags): New option.
1623         (org-todo, org-demote, org-promote): Realign tags.
1624         (org-tags-completion-function): Use also "&" and "|" as
1625         separators.
1626         (org-org-menu): Agenda commands simplified.
1628 ---------------------------------------------------------------------------
1629 installed as 4.00
1631 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1633         * org.el (org-tags-match-list-sublevels): New option.
1634         (org-open-at-point): implement tag searches as links
1635         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1636         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
1637         functions
1638         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1639         (org-agenda-dispatch): New commands.
1640         (org-use-tag-inheritance, org-tags-column): New options.
1641         (org-tab-follows-link, org-return-follows-link): New options.
1642         (org-tags): New customize group.
1643         (org-start-icalendar-file): Get local time zone.
1644         (org-tags-completion-function): New function.
1645         (org-set-font-lock-defaults): make sure links will also
1646         be highlighted inside headlines.
1648         * org.texi (Tags): New section.
1649         (Agenda Views): Chapter reorganized.
1651 ------------------------------------------------------------------------
1652 installed as 3.24
1654 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1656         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
1657         and the keep-modes setting.
1658         (org-get-category): Make sure a string is returned.
1659         (org-log-done): New function.
1661 ------------------------------------------------------------------------
1662 installed as 3.23
1663         
1664 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
1666         * org.el (org-insert-heading): Try to do items before headings.
1667         (org-agenda-mode): Quote `org-agenda-mode-hook'.
1668         (org-insert-item): New function.
1669         (org-renumber-ordered-list): Don't skip to higher level lists.
1671 ----------------------------------------------------------------------
1673 installed as 3.22
1674         
1675 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
1677         * org.el (org-occur-highlights): New variable.
1678         (org-highlight-new-match, org-remove-occur-highlights): New
1679         functions.
1680         (org-highlight-sparse-tree-matches): New option.
1681         (org-do-occur): New function.
1682         (org-get-heading): Make it work also at beginning of line.
1683         (org-category-table): New variable.
1684         (org-get-category-table, org-get-category)
1685         (org-camel-to-words, org-link-search): New functions.
1686         (org-select-this-todo-keyword): New variable.
1687         (org-todo-list): New command.
1688         (org-shiftright, org-shiftleft): New commands.
1689         (org-agenda-todo): Added prefix argument.
1690         (org-show-hierarchy-above): New option.
1691         (org-show-todo-tree): Numerical prefix creates tree for specific
1692         TODO keyword.
1693         (org-outline-level): New function, to assign a level to plain
1694         lists items.
1695         (org-cycle-include-plain-lists): New option.
1696         (org-mode): Use `org-outline-level' as value of `outline-level'.
1697         (org-cycle): Temporarily switch `outline-regexp' if
1698         `org-cycle-include-plain-lists' is non-nil.
1699         (org-start-icalendar-file): Fixed format bug.
1700         (org-agenda-get-day-entries): Create category table.
1701         (org-agenda-get-todos, org-agenda-get-timestamps)
1702         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1703         (org-agenda-get-blocks): Use `org-get-category'.
1704         (org-context-in-file-links): Renamed from
1705         `org-line-numbers-in-file-links' .
1707         * org.texi (TODO basics): Document the global todo list.
1708         (TODO items): Documents sparse tree for specific TODO
1709         keywords. 
1711 ----------------------------------------------------------------------
1712 installed as 3.21
1713         
1714 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
1716         * org.el (org-export-plain-list-max-depth): Renamed from
1717         `org-export-local-list-max-depth'.  Default values changed to 3.
1718         (org-auto-renumber-ordered-lists,
1719         org-plain-list-ordered-item-terminator): New options.
1720         (org-at-item-p, org-beginning-of-item, org-end-of-item,
1721         org-get-indentation, org-get-string-indentation,
1722         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
1723         functions.
1724         (org-move-item-down, org-move-item-up): New commands.
1725         (org-export-as-html): New classes for CSS support.  Bug fix in
1726         regular expression detecting fixed-width regions.  Respect
1727         `org-local-list-ordered-item-terminator'.
1728         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
1729         also a list item.
1730         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
1731         New item moving functions added.
1733         * org.texi (Structure editing): New item moving commands added.
1734         (Plain Lists): New section.
1736 ----------------------------------------------------------------------
1737 installed as 3.20
1738         
1739 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
1741         * org.el (org-table-sort-lines): New command.
1742         (org-tbl-menu): Add entry for `org-table-sort-lines'.
1743         (org-add-file): Command removed, use `org-agenda-file-to-front'
1744         instead.
1745         (org-export-icalendar): Use `org-icalendar-combined-name'.
1746         (org-cycle-agenda-files, org-agenda-file-to-end)
1747         (org-agenda-file-to-front): New commands.
1748         (org-table-tab-jumps-over-hlines,org-export-html-style): New
1749         options.
1750         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
1751         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
1752         New functions.
1753         (org-fill-paragraph): Call `org-table-align' in tables.
1754         (org-mode): Call `org-set-autofill-regexps'.
1755         (org-export-as-html): Support for local handformatted lists.
1756         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
1757         (org-export-local-list-max-depth): New option.
1758         (org-html-expand): Use `org-html-protect'.
1760         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
1761         (Agenda): Document commands `org-cycle-agenda-files' and
1762         `org-agenda-file-to-front'
1763         (Built-in table editor): Document `org-table-sort-lines'.
1764         (HTML formatting): Export of hand-formatted lists.
1765         ----------------------------------------------------------------------
1766 installed as 3.19
1768 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
1770         * org.el (org-read-date, org-goto-calendar)
1771         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
1772         clear 'calendar-move-hook'.
1774 ------------------------------------------------------------------------
1776 installed as 3.18       
1778 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
1780         * textmodes/org.el (org-combined-agenda-icalendar-file)
1781         (org-icalendar-include-todo, org-icalendar-combined-name): New
1782         options.
1783         (org-export-icalendar-this-file)
1784         (org-export-icalendar-all-agenda-files)
1785         (org-export-icalendar-combine-agenda-files): New commands.
1786         (org-export-icalendar, org-print-icalendar-entries)
1787         (org-start-icalendar-file, org-finish-icalendar-file)
1788         (org-ical-ts-to-string): New functions.
1789         (org-read-date, org-goto-calendar)
1790         (org-agenda-goto-calendar): Inhibit displaying diary entries by
1791         call to `calendar'.
1792         (orgtbl-setup): Removed the :keys arguments from the menu
1793         description.
1794         (org-after-save-iCalendar-file-hook): New variable.
1796         * org.texi (Summary): Mention iCalendar support.
1797         (Exporting): Document iCalendar support.
1799         * orgcard.tex: Add iCalendar export keys.
1801 ------------------------------------------------------------------------
1802 installed as 3.17       
1803         
1804 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
1806         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
1807         prefix.
1808         (orgtbl-mode-map): Full keymap instead of sparse, because all
1809         `self-insert-command' keys are redifined in this map.
1810         (org-export-as-html): Specify charset for HTML file, by taking it
1811         from the codinf system.
1813         * org.texi (Workflow states): Documented that change in keywords
1814         becomes active only after restart of Emacs.
1816 --------------------------------------------------------------------------      
1817 Installed as 3.16
1818         
1819 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
1821         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
1822         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
1823         when available.  Additional key bindings for better tty support.
1824         (org-mode-restart, org-force-self-insert): New commands.
1825         (org-time-stamp-inactive): New command.
1826         (org-remap): New function.
1827         (org-table-auto-blank-field, org-level-color-stars-only): New
1828         options.
1829         (org-enable-fixed-width-editor): Moved to `org-structure'
1830         customization group.
1831         (org-self-insert-command, orgtbl-self-insert-command): Modified to
1832         blank field after field motion commands.
1834 ----------------------------------------------------------------------
1835 installed as 3.15
1836 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
1838         * textmodes/org.el (org-special-keyword): New face.
1839         (org-table-copy-down, org-table-eval-formula)
1840         (org-table-recalculate, org-init-section-numbers): Use
1841         `string-to-number' instead of `string-to-int'.
1842         (org-get-location): Use `insert-buffer-substring' instead of
1843         `insert-buffer'.
1844         (org-modify-diary-entry-string): New function.
1845         (org-get-entries-from-diary): Set the hook for
1846         `add-to-diary-list'.
1847         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
1848         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1849         active region.
1850         (org-export-as-html): Handle QUOTE keyword.
1851         (org-quote-string): New option.
1852         (org-bookmark-jump-unhide): New function, used for
1853         `bookmark-after-jump-hook'.
1854         (org-diary-default-entry): Apply only when not called through
1855         `org-agenda'.
1857 ----------------------------------------------------------------------
1858 installed as 3.14
1860 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1862         * org.el (org-table-column-names, org-table-column-name-regexp)
1863         (org-table-named-field-locations): New variables.
1864         (org-archive-subtree): Protect `this-command' when calling
1865         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1866         the kill buffer.
1867         (org-complete): Removed fixed-formula completion.
1868         (org-edit-formulas-map): New variable.
1869         (org-table-edit-formulas): New command.
1870         (org-finish-edit-formulas, org-abort-edit-formulas,
1871         org-show-variable, org-table-get-vertical-vector): New functions.
1872         (org-table-maybe-eval-formula): Handle `:=' fields.
1873         (org-table-get-stored-formulas, org-table-store-formulas)
1874         (org-table-get-formula, org-table-modify-formulas)
1875         (org-table-replace-in-formulas): Handle named field formulas.
1876         (org-table-get-specials): Store locations of named fields.
1878 ---------------------------------------------------------------------------
1880   Installed as 3.13
1882 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
1884         * org.el: Leading space replaced by TABS.
1885         (org-recalc-marks, org-table-rotate-recalc-marks)
1886         (org-table-get-specials): Treat "^" and "_" marks.
1887         (org-table-justify-field-maybe): Optional argument NEW.
1888         (org-table-eval-formula): Parsing of the format simplified.  New
1889         modes C,I.  Honor the %= parameter in the current table.  Avoid
1890         unnecessary re-align by using the NEW argument to
1891         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
1892         request to store named field equation.
1893         (org-calc-default-modes): Default for date-format mimicks
1894         org-mode.
1895         (org-agenda, org-timeline): Quote argument in
1896         `org-agenda-redo-command'.
1898 ----------------------------------------------------------------------------
1900 installed as version 3.12
1901         
1902 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
1904         * org.el (orgtbl-setup): New function, for delayed setup for the
1905         orgtbl commands.
1906         (org-calc-default-modes): New option.
1907         (orgtbl-make-binding): Use `defun' to get better help display.
1908         (org-diary): Call `org-compile-prefix-format'.
1909         (org-table-formula-substitute-names): New function.
1910         (org-agenda-day-view, org-agenda-week-view): New commands.
1911         (org-agenda-toggle-week-view): Command removed.
1912         (org-tbl-menu): Split off from org-org-menu.
1913         (org-mode): Moved removal of outline-mode menus to here.
1914         (org-table-formula-debug): New option.
1915         (org-table-insert-row): Keep first field if just "#" or "*".
1916         (org-mode): Paragraph regexps fixed.
1917         (org-table-recalculate-regexp): New constant.
1918         (org-table-justify-field-maybe): Avoid replace if not necessary.
1919         (org-copy-special, org-cut-special): Use `call-interactively'.
1920         (org-table-copy-region): Take region from `interactive' call.
1921         (org-trim): Return string even if no match.
1922         (org-formula): New face.
1923         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
1924         highlight formula-related fields in table.
1925         (org-table-p): Use regexp, not fontification.
1926         (org-table-align): Handle white space at end of line.
1927         (org-table-formula-evaluate-inline): New option.
1928         (org-mode): Auto-wrapping in comment lines turned off.
1929         (org-table-copy-down): Evaluate only in copied field, not in
1930         destination.
1931         (org-table-current-formula): Variable removed.
1932         (org-table-store-formulas, org-table-get-stored-formulas)
1933         (org-table-modify-formulas, org-table-replace-in-formulas)
1934         (org-table-maybe-eval-formula): New functions.
1935         (org-table-get-formula): Modified to use stored formulas.
1936         (org-table-insert-column, org-table-delete-column)
1937         (org-table-move-column): Call `org-table-modify-formulas'.
1938         (org-complete): Add completion for keyword formulas.
1939         (orgtbl-mode): Pull orgtbl-mode-map to start of
1940         minor-mode-map-alist.
1942 --------------------------------------------------------------------------
1944 installed as 3.11
1946         
1947 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
1949         * textmodes/org.el (org-CUA-compatible): New option.
1950         (org-disputed-keys): New variable.
1951         (org-key): New function.
1952         (orgtbl-make-binding): Add docstring to the created function.
1953         (org-mode): Set paragraph start/separate regexps.
1954         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1955         (org-archive-location, org-archive-mark-done)
1956         (org-archive-stamp-time): New options.
1957         (org-archive-subtree): New command.
1958         (org-fill-paragraph): New function.
1959         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1960         (org-fake-empty-table-line): Function removed.
1961         (org-format-org-table-html): Do not create empty table lines at
1962         separator lines.  Improved table header treatment.
1963         (org-link-format): New option.
1964         (org-make-link): New function.
1965         (org-insert-link, org-store-link): Use org-make-link.
1966         (org-open-file): Quote file name for shell command, to allow
1967         spaces in file names.
1968         (org-link-regexp): Fixed bug with mailto link.
1969         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
1970         constant.
1971         (org-export-as-html): Deal with the optional angles around a link.
1972         Better treatment of file: links.
1973         (org-open-at-point): Replace @{ and @} with < and >.
1975 --------------------------------------------------------------------------
1977 installed as 3.10
1978         
1979 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
1981         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
1983 --------------------------------------------------------------------------
1986  installed as 3.09
1987         
1988 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
1990         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1991         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1992         (org-agenda-add-time-grid-maybe): New function.
1993         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1994         (org-table-create): `dotimes' instead of `mapcar'.
1995         (org-xor): Simplified implementation.
1996         (org-agenda): `inhibit-redisplay' turned on.
1997         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1998         a consistent line after a state change.
1999         (org-agenda-remove-times-when-in-prefix): New option.
2000         (org-prefix-has-time): New variable.
2001         (org-parse-time-string): Optional argument NODEFAULT.
2002         (org-format-agenda-item): Parse items for time-of-day
2003         specifications and move these into the prefix if possible.
2004         (org-agenda-priority): Get current heading, not previous heading
2005         during agenda remote editing.
2006         
2007 ======================================================================
2008         Intsalled as 3.08
2009         
2010 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
2012         * org.el Many small changes to keep the byte compiler happy.
2013         (org-prefix-format-compiled): New variable.
2014         (org-compile-prefix-format): New function.
2015         (org-timeline, org-agenda, org-diary): Call
2016         `org-compile-prefix-format'.
2017         (org-agenda-prefix-format,org-timeline-prefix-format): New
2018         options.
2019         (org-agenda-get-scheduled): Check if file is openned in
2020         `org-mode'.
2021         (org-get-entries-from-diary): Use `org-get-time-of-day', for
2022         consistency with entries from `org-mode' files.
2023         (org-get-time-of-day): Fixed bug with partial matches early in a
2024         line.
2025         (org-non-link-chars): New constant.
2026         (org-link-regexp): Respect `org-non-link-chars'.
2027         (org-agenda-day-view): Command removed.
2028         (org-agenda-toggle-week-view): Renamed from
2029         `org-agenda-week-view'.
2030         (org-follow-bbdb-link, org-store-link): Search also company field.
2031         (org-highlight-overlay): New variable.
2032         (org-highlight, org-unhighlight): New functions.
2033         (org-agenda-mode): Added pre-command-hook to remove highlight.
2034         (org-evaluate-time-range): Behavior depend upon time stamp format:
2035         Does it contain a time or not?
2036         (org-show-subtree, org-show-entry): New functions.
2037         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2039 ============================================================
2040         installed as 3.06
2042 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
2044         * org.el (org-agenda-date-prompt): Renamed from
2045         `org-agenda-date-today'.
2046         (org-evaluate-time-range): Insert at point instead of directly
2047         after time range.
2048         (org-first-headline-recenter, org-subtree-end-visible-p)
2049         (org-optimize-window-after-visibility-change): New functions
2050         (org-agenda-post-command-hook): Don't allow point at end of line,
2051         to make sure it always hits the text properties.
2052         (org-agenda-next-date-line, org-agenda-previous-date-line): New
2053         commands.
2054         (org-set-regexps-and-options): Category may contain white space.
2055         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
2056         marker positions.
2057         (org-agenda-new-marker): Argument POS made optional.
2058         (org-agenda-get-timestamps): Deadlines which are done are listed
2059         in org-done-face now.
2060         (org-agenda-get-todos, org-agenda-get-timestamps)
2061         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
2062         `undone-face' and `done-face' properties.
2063         (org-last-todo-state-is-todo): New variable.
2064         (org-todo): Set `org-last-todo-state-is-todo'.
2065         (org-agenda-todo): Change face according to
2066         `org-last-todo-state-is-todo'.  And change other lines refering to
2067         the same entry.
2068         (org-calendar-goto-agenda): New command.
2069         (org-calendar-to-agenda-key): New option.
2070         (org-startup-folded): New allowed value `content'.
2071         (org-set-regexps-and-options): Accept new value `content' for
2072         `org-startup-folded'.
2073         (org-get-current-options): Handle new value `content' for
2074         `org-startup-folded'.
2075         (org-insert-todo-heading): New command.
2076         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2077         interactively in empty file and option
2078         `org-insert-mode-line-in-empty-file' has been set.
2079         (org-agenda-todo,org-agenda-priority): Modified to use
2080         `org-agenda-change-all-lines'.
2081         (org-warning-face): Changed color on dark background
2083 ======================================================================
2084         Installed as version 3.05
2085         
2086 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
2088         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
2089         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2091 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
2093         * org.el (org-diary-default-entry): New function.
2094         (org-get-entries-from-diary): Better parsing of diary entries
2095         (org-agenda-check-no-diary): New function.
2096         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2097         linking to diary entries.
2098         (org-agenda-execute-calendar-command): New function
2100 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
2102         * org.el (org-agenda): Improved visible section in window.  And
2103         use `org-fit-agenda-window'.
2104         (org-fit-agenda-window): New option.
2106 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
2108         * org.el (org-move-subtree-down): Better handling of empty lines
2109         at end of subtree.
2110         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2111         levels up.
2113 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
2115         * org.el (org-fontify-done-headline): New option.
2116         (org-headline-done-face): New face.
2117         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2119 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
2121         * org.el (org-table-copy-down): renamed from
2122         `org-table-copy-from-above'.  When current field is non-empty, it
2123         is copied to next row.
2125 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
2127         * org.el (org-table-copy-from-above): Fixed bug which made it
2128         impossible to copy fields containing only a single non-white
2129         character.
2131 Release of 3.04 -------------------------------------------------------------
2133 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
2135         * org.el (org-version): Prefix arg removed, was not needed.
2139         
2140 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
2142         * org.el (org-show-following-heading): New option.
2143         (org-show-hierarchy-above): Use `org-show-following-heading'.
2145 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
2147         * org.el (orgtbl-optimized): New option
2148         (orgtbl-mode): New command, a minor mode.
2149         (orgtbl-mode-map): New variable.
2150         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) 
2151         (orgtbl-error, orgtbl-self-insert-command) 
2152         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2154 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
2156         * org.el (org-mode): `org-table-may-need-update' is now a local
2157         variable in each org-mode buffer.
2159 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
2161         * org.el (org-set-regexps-and-options): Renamed from
2162         `org-set-regexps'.  Added checking for STARTUP keyword.
2163         (org-get-current-options): Added STARTUP options.
2164         (org-table-insert-row): Mode mode intelligent about when
2165         realignment is needed.
2166         (org-self-insert-command, org-delete-backward-char,
2167         org-delete-char): New commands.
2168         (org-enable-table-editor): new default value `optimized'.
2169         (org-table-blank-field): Support blanking regions if active.