Release 5.19
[org-mode.git] / ChangeLog
blob9fe9a20b24c2d6d1b6dc368ec78358e87f0ce4ec
1 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-entry-properties): Include the CLOCKSUM special
4         property.
5         (org-columns-edit-value): Do not allow to edit the special
6         CLOCKSUM property.
8 2008-01-15  Carsten Dominik  <dominik@science.uva.nl>
10         * org.el (org-flag-drawer): Use the original value of
11         `outline-regexp'.
12         (org-remember-handler): Add invisible-ok flag to call to
13         `org-end-of-subtree'
14         (org-agenda-highlight-todo): Respect
15         `org-agenda-todo-keyword-format'.
16         (org-agenda-todo-keyword-format): New option.
17         (org-infile-export-plist): No restriction while searching
18         for options.
19         (org-remember-handler): Remove comments at the end of the buffer.
20         (org-remember-use-refile-when-interactive): New option.
21         (org-table-sort-lines): Make sure sorting works on link
22         descritions only, and ignores the link.
23         (org-sort-entries-or-items): Make sure the end of the
24         subtree is included.
25         (org-refile-use-outline-path): New allowed values `file' and
26         `full-file-path'.
27         (org-get-refile-targets): Respect new values for
28         `org-refile-use-outline-path'.
29         (org-agenda-get-restriction-and-command): DEL goes back to initial
30         list.
31         (org-export-as-xoxo): Restore point when done.
32         (org-open-file): Allow multiple %s in command.
33         (org-clock-in-switch-to-state): New option.
34         (org-first-list-item-p): New function.
35         (org-last-remember-storage-locations): New variable.
36         (org-get-refile-targets): Interpret the new maxlevel setting.
37         (org-refile-targets): New option `:maxlevel'.
38         (org-copy-subtree): Include empty lines before but not
39         after subtree.
40         (org-back-over-empty-lines, org-skip-whitespace): New functions.
41         (org-move-item-down, org-move-item-up): Include empty lines before
42         but not after item.
43         (org-first-sibling-p): New function.
44         (org-remember-apply-template): Defaults, completions and
45         history for template prompts.  Also, interpret new `%!' escape.
46         (org-context-choices): New constant.
47         (org-bound-and-true-p): New macro.
48         (org-imenu-depth): New option.
49         (org-imenu-markers): New variable.
50         (org-imenu-new-marker, org-imenu-get-tree)
51         (org-speedbar-set-agenda-restriction): New functions.
52         (org-agenda-set-restriction-lock)
53         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
54         functions.
55         (org-agenda-restriction-lock): New face.
56         (org-agenda-restriction-lock-overlay)
57         (org-speedbar-restriction-lock-overlay): New variables.
58         (org-open-at-point): Removed obsolete way to do redirection in
59         shell links.
60         (org-imenu-and-speedbar): New customization group.
61         (org-entry-properties): Return keyword-less time strings.
62         (org-clock-heading-function): New option.
63         (org-clock-in): Use `org-clock-heading-function'.
64         (org-calendar-holiday): Try to use
65         `calendar-check-holidays' instead of the obsolete
66         `check-calendar-holidays'.
67         (org-export-html-special-string-regexps): New constant.
68         (org-massive-special-regexp): New variable.
69         (org-compute-latex-and-specials-regexp)
70         (org-do-latex-and-special-faces): New functions.
71         (org-latex-and-export-specials): New face.
72         (org-highlight-latex-fragments-and-specials): New option.
73         (org-link-escape-chars): Use characters instead of strings.
74         (org-link-escape-chars-browser, org-link-escape)
75         (org-link-unescape): Use characters instead of strings.
76         (org-export-html-convert-sub-super, org-html-do-expand): Check for
77         protected text.
78         (org-emphasis-alist): Additional `verbatim' flag.
79         (org-set-emph-re): Handle the verbatim flag and compute
80         `org-verbatim-re'.
81         (org-cleaned-string-for-export): Protect verbatim elements.
82         (org-verbatim-re): New variable.
83         (org-hide-emphasis-markers): New option.
84         (org-additional-option-like-keywords): Add new keywords.
85         (org-get-entry): Renamed from `org-get-cleaned-entry'.
86         (org-icalendar-cleanup-string): New function for quoting icalendar
87         text.
88         (org-agenda-skip-scheduled-if-done): New option.
89         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
90         `org-agenda-skip-scheduled-if-done'.
91         (org-prepare-agenda-buffers): Allow buffers as arguments.
92         (org-entry-properties): Add CATEGORY as a special property.
93         (org-use-property-inheritance): Allow a list of properties as a
94         value.
95         (org-eval-in-calendar): No longer update the prompt.
96         (org-read-date-popup-calendar): Renamed from
97         `org-popup-calendar-for-date-prompt'.
98         (org-read-date-display-live): New variable.
99         (org-read-date-display): New function.
100         (org-read-date-analyze): New function.
101         (org-remember-apply-template): Define `remember-finalize' if it is
102         not yet defined.
103         (org-remember-insinuate): New function.
104         (org-read-date-prefer-future): New option.
105         (org-read-date): Respect the setting of
106         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
107         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
108         hardcoded string.
109         (org-remember-apply-template): Use `remember-finalize' instead of
110         `remember-buffer'.
111         (org-columns-compute, org-column-number-to-string)
112         (org-columns-uncompile-format, org-columns-compile-format)
113         (org-columns-compile-format): Handle printf format specifier.
114         (org-columns-new, org-column-number-to-string)
115         (org-columns-uncompile-format, org-columns-compile-format):
116         Support for new currency summary type.
117         (org-tree-to-indirect-buffer): Do not kill old buffer when
118         `org-indirect-buffer-display' is `new-frame'.
119         (org-indirect-buffer-display): Document that `new-frame' leads to
120         indiret buffer proliferation.
121         (org-agenda-list): Use `org-extend-today-until'.
122         (org-extend-today-until): New option.
123         (org-format-org-table-html): Use lower-case for <col> tag.
124         (org-agenda-execute): New command.
125         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
126         (org-select-remember-template): New function.
127         (org-remember-apply-template): Use `org-select-remember-template'.
128         (org-go-to-remember-target): New function.
130         * org-publish.el (org-publish-current-project): Fix bug with
131         forcing publication.
133         * org.texi (Property inheritance): New section
134         (Conventions): New section.
135         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
136         commands, and the new bindings for refiling.
137         (Sparse trees): Document the new special command for sparse trees.
138         (References): Be more clear about the counting of hilines.
139         (Handling links): Document M-p/n for accessing links.
140         (Fast access to TODO states): New section.
141         (Per file keywords): New section.
142         (Property inheritance): New section.
143         (Column attributes): New summary types.
144         (Capturing Column View): New section.
145         (The date/time prompt): Cover the new features in the date/time
146         prompt.  Compactify the table of keys for the calendar remote
147         control.
148         (Clocking work time): Document the new :scope parameter.
149         (Remember): Promoted to chapter.
150         (Quoted examples): New section.
151         (Enhancing text): New verbatim environments.
153 2007-11-04  Bastien Guerry  <Bastien.Guerry@ens.fr>
155         * org.el (org-export-with-special-strings): New option.
156         (org-export-html-convert-special-strings): New function.
157         (org-html-do-expand): `org-export-html-convert-special-strings'
158         added to the list of conversion.
159         (org-infile-export-plist, org-get-current-options): Added support
160         for "-" in the #+OPTION line to let user switch on/off special
161         strings conversion.
162         (org-export-plist-vars): New :html-table-tag property.
163         (org-export-as-html, org-format-org-table-html)
164         (org-format-table-table-html) Use the :html-table-tag property
165         instead of the `org-export-html-table-tag' global value.
166         (org-additional-option-like-keywords): Added "TBLFM".
168 2007-11-27  Bastien Guerry  <bzg@altern.org>
170         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
171         (org-export-latex-special-chars): Convert "..." in \ldots and skip
172         tables
173         (org-export-latex-fontify-headline): Changed parameter name
174         (org-export-as-latex): Handle export of subtrees
175         (org-export-latex-make-header): New argument TITLE
176         (org-export-latex-content): New argument EXCLUDE-LIST
177         (org-list-parse-list): New name for org-export-latex-parse-list
178         (org-export-latex-make-header): New name for
179         org-export-latex-make-preamble
180         (org-list-to-generic): New name of org-export-list-to-generic
181         (org-list-to-latex): New name of org-export-list-to-latex
182         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
183         (org-list-send-list, org-list-to-texinfo)
184         (org-list-to-html): New functions
185         (org-export-latex-tables-column-borders)
186         (org-export-latex-default-class, org-export-latex-classes)
187         (org-export-latex-classes-sectioning)
188         (org-list-radio-list-templates): New options
189         (org-export-latex-header): New variable
190         (org-latex-entities): New constant
191         (org-export-latex-default-sectioning, org-export-latex-preamble)
192         (org-export-latex-prepare-text-option)
193         (org-export-latex-get-sectioning): Removed
196 -----------------------------------------------------------------------
198 Installed as 5.13g
200 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
202         * org.el (org-remember-handler): Make sure the amount of
203         whitespace after the note is right.
205 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
207         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
208         instead of `mapcar'.
210         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
211         instead of `mapcar'.
212         (org-agenda-list): Numeric prefix argument can specify the number
213         of days.
214         (remember-register, remember-buffer): Prevent byte compiler from
215         complaining.
218         * org.el (org-agenda-get-restriction-and-command): Fix window
219         size.
220         (org-read-date-get-relative): Require [-+] at the beginning.
221         (org-open-link-from-string): New function.
222         (org-columns-open-link): New commands.
223         (org-scan-tags): Handle indirect buffers.
224         (org-read-date-get-relative): New function.
225         (org-agenda-file-regexp): New variable.
226         (org-agenda-files): Allow directories in the variable.
227         (org-agenda-get-restriction-and-command): New function.
228         (org-agenda): Use `org-agenda-get-restriction-and-command'.
229         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
230         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
231         New functions.
232         (org-entry-add-to-multivalued-property)
233         (org-entry-remove-from-multivalued-property)
234         (org-entry-member-in-multivalued-property): New functions.
235         (org-remember-apply-template): Catch C-g and make sure window
236         configuration is restored.
237         (org-agenda-open-link): Make is work with several links in the
238         line.
239         (org-drawers, org-set-regexps-and-options)
240         (org-get-current-options): Added support for a DRAWERS in-buffer
241         option.
242         (org-agenda-window-frame-fractions): New option.
243         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
244         (org-columns-cleanup-item, org-find-entry-with-id)
245         (org-insert-columns-dblock, org-listtable-to-string)
246         (org-dblock-write:columnview, org-columns-capture-view)
247         (org-edit-headline): New functions.
248         (org-agenda-to-appt): Require calendar.
249         (org-entry-get-with-inheritance): Widen for search.
250         (org-columns-display-here): Don't mark buffer as modified when
251         adding space characters to accomodate column overlays.
252         (org-export-as-html): Better formatting of tags in the toc.
253         (org-columns-display-here): Make the ITEM column as compact as
254         possible.
255         (org-remember-templates): Customization interface improved.
256         (org-export-with-property-drawer): Variable removed.
257         (org-export-with-drawers): New option.
258         (org-complex-heading-regexp): New variable.
259         (org-sort-entries): Rewrite using `sort-subr'.
260         (org-set-property): More appropriate completion during interactive
261         use.
262         (org-sort-entries): Allow sorting by property.
263         (org-additional-option-like-keywords): Added more values.
264         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
266 ----------------------------------------------------------------------
268 installed as 5.12
270 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
273         * org.texi: Small fixes.
275 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
277         * org.el (org-get-date-from-calendar): New function.
278         (org-at-timestamp-p, org-timestamp-change)
279         (org-remember-templates): First element of each entry is now a
280         name for the template.
281         (org-store-log-note): Check for `org-note-abort'.
282         (org-kill-note-or-show-branches): New command.
283         (org-fontify-priorities): New option.
284         (org-fontify-priorities): New function.
285         (org-cut-subtree, org-copy-subtree): New argument N to
286         act on N sequential subtrees.
287         (org-paste-subtree): Fix the level at which a tree is pasted.
288         (org-fit-agenda-window): Limitations on window size removed.
289         (org-agenda-find-same-or-today-or-agenda): Renamed from
290         `org-agenda-find-today-or-agenda'. 
291         (org-scheduled-past-days): New option.
292         (org-agenda-scheduled-leaders)
293         (org-agenda-deadline-leaders): New options.
294         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
295         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
296         (org-export-with-tags, org-export-plist-vars)
297         (org-infile-export-plist): New "tags" option.
298         (org-use-property-inheritance): New option.
299         (org-cached-entry-get): Use `org-use-property-inheritance'.
300         (org-remember-apply-template): Fixed typo.
302 ----------------------------------------------------------------------
303 Installed as 5.11
304         
306 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
308         * org.el (org-additional-option-like-keywords): New constant.
309         (org-complete): Use `org-additional-option-like-keywords'.
310         (org-parse-local-options): New function.
312 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
314         * org.el (org-in-clocktable-p): New function.
315         (org-clock-report): Only update the table at point, or insert a
316         new one.
317         (org-clock-goto): New function.
318         (org-open-file): Use `start-process-shell-command' instead of
319         `shell-command' with an ampersand. 
320         (org-deadline, org-schedule): New argument REMOVE to remove the
321         date from the entry.
322         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
323         argument to `org-schedule' and `org-deadline'.
324         (org-trim): Use the correct expressions for beginning and end of
325         the string.
326         (org-get-cleaned-entry): Trim the string before returning it.
327         (org-clock-find-position): New function.
328         (org-clock-into-drawer): New option.
329         (org-agenda-tags-column): Renamed from
330         `org-agenda-align-tags-to-column'. 
331         (org-agenda-align-tags): Allow negative values for
332         `org-agenda-tags-column'.
333         (org-insert-labeled-timestamps-before-properties-drawer): Variable
334         removed.
335         (org-agenda-to-appt): new optional argument FILTER.
336         (org-completion-fallback-command): New variable.
337         (org-complete): Use `org-completion-fallback-command'.
338         (org-find-base-buffer-visiting): Catch the case that there is no
339         buffer visiting the file.
340         (org-property-or-variable-value): New function.
341         (org-todo): Use `org-property-or-variable-value'
342         (org-agenda-compact-blocks): New option.
343         (org-prepare-agenda, org-agenda-list): Use
344         `org-agenda-compact-blocks'.
345         (org-agenda-schedule, org-agenda-deadline): Call
346         `org-agenda-show-new-time'.
347         (org-agenda-show-new-time): New argument PREFIX.
348         (org-colgroup-info-to-vline-list): Fixed but that cause a
349         shift in the vertical lines.
350         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
351         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
352         (org-indent-item): No arg in call to `org-fix-bullet-type'.
353         (org-fix-bullet-type): Removed argument.
354         (org-read-date): Check for am/pm twice, to catch the end time.
355         (org-goto-map): Use `suppress-keymap'.
356         (org-remember-apply-template): Respect the dynamically scoped
357         selection character.
359         * org.texi (Appointment reminders): New section.
361 2007-10-05  Bastien Guerry  <Bastien.Guerry@ens.fr>
363         * org-export-latex.el (org-export-latex-protect-string): 
364         Renaming of `org-latex-protect'.
365         (org-export-latex-emphasis-alist): By default, don't protect 
366         any emphasis formatter from further conversion.
367         (org-export-latex-tables): honor column grouping for tables.
368         (org-export-latex-title-command): New option.
369         (org-export-latex-treat-backslash-char): Use \textbackslash{} to 
370         export backslash character.
372 ------------------------------------------------------------
373 Installed as 5.10
375 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
377         * org.el (turn-on-orgstruct++): New function.
378         (org-table-convert-region): Prefix arg interpreted differently in
379         terms of field separator.
380         (org-icalendar-include-body-as-description): New option.
381         (org-export-icalendar-clean-description): New function.
382         (org-link-escape): New argument TABLE.
383         (org-link-escape-chars-browser): New constant.
384         (org-open-at-point): Call `org-link-escape' with new argument.
385         (org-export-html-extension): New option.
386         (org-read-date): New argument DEFAULT-TIME.  No longer determine
387         default time from buffer context.
388         (org-time-stamp): Pass default time to `org-read-date'.
389         (org-refresh-category-properties): New function.
390         (org-dblock-write:clocktable): Interpret the :scope parameter.
391         (org-archive-subtree): Use category properties.
392         (org-prepare-agenda-buffers): Call
393         `org-refresh-category-properties'.
394         (org-category-table): Variable removed.
395         (org-get-category-table): Function removed.
396         (org-get-category): Just get the property now.
397         (org-tags-view, org-agenda-get-day-entries)
398         (org-print-icalendar-entries): No longer create the category table.
399         (org-columns-check-computed): New function.
400         (org-columns-compute): Mark computed values.
401         (org-columns-update): Set also the `org-columns-value' property.
402         (org-indent-item): Fix bullet type before thinking about
403         renumbering.
405 2007-09-26  Bastien Guerry  <Bastien.Guerry@ens.fr>
407         * org-export-latex.el (org-export-latex-emphasis-alist): 
408         Each list of the alist now requires three elements.
409 -----------------------------------------------------------------
410 Installed as 5.09
411         
412         2007-09-14  Bastien Guerry  <bzg@altern.org>
414         * org-export-latex.el (org-export-latex-tables-verbatim): New
415         function.
416         (org-export-latex-remove-from-headlines): Name changed because of
417         typo. 
418         (org-export-latex-quotation-marks-convention): Option removed.
419         (org-export-latex-make-preamble): Handle the DATE option.
420         (org-export-latex-cleaned-string): Now the only cleaning function,
421         synched up with org.el.
422         (org-export-latex-lists, org-export-latex-parse-list)
423         (org-export-list-to-latex): New functions.
426 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
428         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
429         (org-outline-regexp): New constant.
430         (org-remember-handler): Throw error when the target file is not in
431         org-mode.
432         (org-cleaned-string-for-export): No longer call
433         `org-export-latex-cleaned-string' with an argument.
434         (org-get-tags): Returns now a list, not a string.
435         (org-get-tags-string): New function.
436         (org-archive-subtree): No need to split return of `org-get-tags'.
437         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
438         instead of `org-get-tags'.
439         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
440         (org-time-from-absolute, org-agenda-format-date-aligned): New
441         functions.
442         (org-compatible-face): New argument INHERITS.  Inherit from this
443         face if possible.
444         (org-level-1, org-level-2, org-level-3, org-level-4)
445         (org-level-5, org-level-6, org-level-7, org-level-8)
446         (org-special-keyword, org-drawer, org-column, org-warning)
447         (org-archived, org-todo, org-done, org-headline-done, org-table)
448         (org-formula, org-code, org-agenda-structure)
449         (org-scheduled-today, org-scheduled-previously)
450         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
451         in the new way.
452         (org-get-heading): New argument NO-TAGS.
453         (org-fast-tag-selection-include-todo): Made defvar instead of
454         defcustom, feature is not deprecated.
455         (org-remember-store-without-prompt): New default value t.
456         (org-todo-log-states): New variable.
457         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
458         Compute the log states.
459         (org-goto-map): More commands copied from global map.  Also bind
460         `org-occur'.
461         (org-goto): Made into a general lookup command.
462         (org-get-location): Complete rewrite.
463         (org-goto-exit-command): New variable.
464         (org-goto-selected-point): New variable.
465         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
466         the new variables.
467         (org-paste-subtree): Whitespace insertion strategy revised.
468         (org-remember-apply-template): Protect v-A from the possibility
469         that v-a might be nil.
470         (org-remember-handler): Insertion rules revised.
471         (org-todo): Respect org-todo-log-states.
472         (org-up-heading-safe): New function.
473         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
474         
475         * org.texi: Change links to webpage and maintained email.
476         (Remember): Promoted to Chapter, significant changes.
477         (Fast access to TODO states): New section.
478         (Faces for TODO keywords): New section.
479         (Export options): Example for #+DATE.
480         (Progress logging): Section moved.
482 ----------------------------------------------------------------------
483 installed in Emacs as 5.08
485 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
487         * org.el (org-re): Also replace the :alpha: class.
488         (org-todo-tag-alist): Variable removed.
489         (org-todo-key-alist, org-todo-key-trigger) New variables.
490         (org-use-fast-todo-selection): New option.
491         (org-log-done): Docstring fixed.
492         (org-deadline-warning-days): New default value 14.
493         (org-edit-timestamp-down-means-later) New option.
494         (org-tag-alist): Docstring fixed.
495         (org-fast-tag-selection-include-todo): New option.
496         (org-export-language-setup): New languages added.
497         (org-set-regexps-and-options): Compute the new variables.
498         (org-paste-subtree): Cleaning up.
499         (org-remember-apply-template): New escape %A.
500         (org-todo): Call fast TODO selection.
501         (org-fast-todo-selection): New function.
502         (org-add-log-note): Allow prefix for abort exit.
503         (org-at-property-p, org-entry-properties)
504         (org-columns-get-autowidth-alist): Use :alpha: class.
505         (org-get-wdays): New function.
506         (org-agenda-remove-date): New variable.
507         (org-agenda-get-deadlines): Use `org-get-wdays'.
508         (org-agenda-get-deadlines): Reverse ee before returning.
509         (org-format-agenda-item): New argument REMOVE-RE.
510         (org-agenda-convert-date): Baha'i calendar added.
511         (org-infile-export-plist): Also find DATE line.
512         (org-get-min-level): New function.
513         (org-export-as-html, org-export-as-ascii): Use the date format.
514         (org-shiftup, org-shiftdown): Use.
515         `org-edit-timestamp-down-means-later'.
516         (org-assign-fast-keys): New function.
518 ----------------------------------------------------------------------
520 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
522         * org.el (org-export-visible): Fix drawers before export.
523         (org-do-sort): Allow sorting by priority.
524         (org-agenda-files): Ignore non-existing files.
525         (org-agenda-skip-unavailable-files): New variable.
526         (org-ellipsis): All a face as value.
527         (org-mode): Interprete the face value of `org-ellipsis'.
528         (org-archive-save-context-info): New option.
529         (org-archive-subtree): Store context info in archived entry.
530         (org-fast-tag-selection-can-set-todo-state): New variable.
531         (org-fast-tag-selection): Allow setting TODO states through this
532         interface.
533         (org-cycle): Docstring updated.
534         (org-todo-keyword-faces): New option.
535         (org-get-todo-face): New function.
536         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
537         `org-get-todo-face'.
538         (org-switch-to-buffer-other-window): New function.
539         (org-table-edit-field, org-table-show-reference)
540         (org-table-edit-formulas, org-add-log-note)
541         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
542         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
543         `switch-to-buffer-other-window' to make sure that the temporary
544         windows show up on the current frame.
545         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
546         (org-get-entries-from-diary, org-replace-region-by-html): Don't
547         allow pop-up frames.
548         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
549         problems with time-of-day.
550         (org-export-get-title-from-subtree): New function.
551         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
552         with listing items that are DONE.
553         (org-change-tag-in-region): New command.
554         (org-agenda-skip-scheduled-if-done)
555         (org-agenda-skip-deadline-if-done): Docstring clarified.
556         (org-mode): Hide drawers on startup.
557         (org-get-todo-face): New function.
558         (org-todo-keyword-faces): New option.
560 -------------------------------------------------------------------------       
562 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
564         * org.el (org-agenda-skip): Allow a form for
565         `org-agenda-skip-function'.
566         (org-agenda-redo): Re-use local settings.
567         (org-agenda): Store local settings.
568         (org-agenda-deadline-faces): New option.
569         (org-agenda-deadline-face): New function.
570         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
571         entries on their due date.
572         (org-agenda-get-timestamps): No longer handle the due dates of
573         schedules and deadline items.
574         (org-insert-link-global, org-open-at-point-global): New commands.
575         (org-export-as-ascii): Call
576         `org-cleaned-string-for-export' with a :for-ascii parameter.
577         (org-skip-comments): Function removed.
578         (org-cleaned-string-for-export): Handle special table lines.
579         (org-global-properties): New option.
580         (org-entry-get-with-inheritance): Check global properties.
581         (org-local-properties): New variable.
582         (org-set-regexps-and-options): Find the #+PROPERTY line.
583         (org-link-types): Change type into variable (was constant).
584         (org-make-link-regexps): New function.
585         (org-link-re-with-space, org-link-re-with-space2)
586         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
587         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
588         these regular expressions happens now in the function
589         `org-make-link-regexps'.
590         (org-store-link): Call the functions in `org-store-link-functions'.
591         (org-add-link-type): New function.
592         (org-store-link-functions): New variable.
593         (org-activate-tags): Force matches to be in headlines.
594         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
595         (org-columns-display-here): Make sure this works in a narrowed
596         buffer by checking for point-min.
597         (org-columns-display-here): Make the rest of the line intangible,
598         so that point never can be there.
599         (org-cleaned-string-for-export): Use `with-current-buffer'.
600         (org-replace-region-by-html): Use `with-current-buffer'.
601         (org-unfontify-region, org-do-occur, org-columns-display-here)
602         (org-columns-remove-overlays, org-columns-quit)
603         (org-columns-edit-value, org-columns-next-allowed-value)
604         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
605         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
606         (org-agenda-todo, org-agenda-change-all-lines)
607         (org-agenda-align-tags, org-agenda-priority)
608         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
609         (org-agenda-show-new-time, org-cleaned-string-for-export)
610         (org-export-grab-title-from-buffer): 
611         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
612         instead of `buffer-read-only'.
613         (org-export-as-html): Set `coding-system-for-write'.
614         (org-remember-store-without-prompt): New option.
615         (org-archive-subtree): Fixed bug with modifying TODO keyword.
616         (org-beginning-of-line): Also treat C-a special in items.
617         (org-table-convert-refs-to-rc): Fixed problem with column
618         reference after "..".
619         (org-columns-compute): Don't mark buffer modified because of text
620         properties.
621         (org-batch-store-agenda-views): Use the variable
622         `default-directory', not the function.
623         (org-clock-out-if-current): Respect
624         `org-clock-out-when-done'.
625         (org-clock-out-when-done): New option.
626         (org-html-entities): Added HTML entities for smileys.
628         * org.texi (Adding hyperlink types): New section.
629         (Embedded LaTeX): Chapter updated because of LaTeX export.
630         (LaTeX export): New section.
631         (Using links out): New section.
634 -----------------------------------------------------------------
636 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
638         * org.texi (Properties and columns): Chapter rewritten.
640 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
642         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
643         span as default.
645         (org-columns-edit-value): Renamed from `org-column-edit'.
646         (org-columns-display-here-title): Renamed from
647         `org-overlay-columns-title'.
648         (org-columns-remove-overlays): ` Renamed from
649         org-remove-column-overlays'.
650         (org-columns-get-autowidth-alist): ` Renamed from
651         org-get-columns-autowidth-alist'.
652         (org-columns-display-here): Renamed from `org-overlay-columns'.
653         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
654         (org-columns-quit): Renamed from `org-column-quit'.
655         (org-columns-show-value): Renamed from `org-column-show-value'.
656         (org-columns-content, org-columns-widen)
657         (org-columns-next-allowed-value)
658         (org-columns-edit-allowed, org-columns-store-format)
659         (org-columns-uncompile-format, org-columns-redo)
660         (org-columns-edit-attributes, org-delete-property)
661         (org-set-property, org-columns-update)
662         (org-columns-compute, org-columns-eval)
663         (org-columns-not-in-agenda, org-columns-compute-all)
664         (org-property-next-allowed-value)
665         (org-columns-compile-format)
666         (org-fill-paragraph-experimental)
667         (org-string-to-number, org-property-action)
668         (org-columns-move-left, org-columns-new )
669         (org-column-number-to-string)
670         (org-property-previous-allowed-value)
671         (org-at-property-p, org-columns-delete)
672         (org-columns-previous-allowed-value)
673         (org-columns-move-right, org-columns-narrow)
674         (org-property-get-allowed-values)
675         (org-verify-version, org-column-string-to-number)
676         (org-delete-property-globally): New functions.
677         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
678         (org-columns-overlays): Renamed from `org-column-overlays'.
679         (org-columns-map): Renamed from `org-column-map'.
680         (org-columns-current-maxwidths): Renamed from
681         `org-current-columns-maxwidths'.
682         (org-columns-begin-marker, org-columns-current-fmt-compiled)
683         (org-previous-header-line-format)
684         (org-columns-inhibit-recalculation) 
685         (org-columns-top-level-marker): New variables.
686         (org-columns-default-format): Renamed from
687         `org-default-columns-format'.
688         (org-property-re): New constant.
690         
692 =====================================================================
694 Installed as 5.01b      
696 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
698         * org.el (orgstruct-mode-map): New variable.
699         (orgstruct-mode): New minor mode.
700         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
701         (orgstruct-make-binding, org-context-p, org-get-local-variables)
702         (org-run-like-in-org-mode): New functions.
703         (org-cycle-list-bullet): New command.
704         (org-special-properties, org-property-start-re)
705         (org-property-end-re): New constants.
706         (org-with-point-at): New macro.
707         (org-get-property-block, org-entry-properties, org-entry-get)
708         (org-entry-delete, org-entry-get-with-inheritance)
709         (org-entry-put, org-buffer-property-keys): New functions.
710         (org-insert-property-drawer): New command.
711         (org-entry-property-inherited-from): New variable.
712         (org-column): New face.
713         (org-column-overlays, org-current-columns-fmt)
714         (org-current-columns-maxwidths, org-column-map): New variables.
715         (org-column-menu): New menu.
716         (org-new-column-overlay, org-overlay-columns)
717         (org-overlay-columns-title, org-remove-column-overlays)
718         (org-column-show-value, org-column-quit, org-column-edit): New
719         functions.
720         (org-columns, org-agenda-columns): New commands.
721         (org-get-columns-autowidth-alist): New functions.
722         (org-properties): New customize group.
723         (org-default-columns-format): New option.
725 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
727         * org.el (org-priority): Realign tags after changing priority. 
728         (org-preserve-lc): New macro.
729         (org-update-checkbox-count): Catch case when there is no headline.
730         (org-agenda-quit): Remove any column overlays.
732 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
734         * org.el (org-beginning-of-item-list): Fixed bug when non-item
735         line is indented too deep.
737 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
739         * org.el (org-cached-props): New variable.
740         (org-cached-entry-get): New function.
741         (org-make-tags-matcher): Handle property matches.
743 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
745         * org.el (org-table-recalculate): Swap evaluation order:  Field
746         formula first, then column formulas, but don't allow them to
747         overwrite the field formulas.
748         (org-table-eval-formula): New argument untouchable.
749         (org-table-put-field-property): New function.
751 ========================================================================
753 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
755         * org.el (org-export-with-footnotes): New option.
757 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
759         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
760         (org-agenda-default-appointment-duration): New option.
762 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
764         * org.texi (Tag): Section swapped with node Timestamps.
765         (Formula syntax for Lisp): Document new `L' flag.
767         * org.el (org-end-time-was-given): New variable.
768         (org-read-date): Look for time range.
769         (org-timestamp-change): Deal with time range issues.
770         (org-modify-ts-extra): New function.
771         (org-remember-apply-template, org-add-planning-info)
772         (org-time-stamp, org-time-stamp-inactive): Make use of
773         `org-end-time-was-given'.
774         (org-set-regexps-and-options, org-activate-tags)
775         (org-archive-subtree, org-toggle-tag)
776         (org-make-org-heading-search-string, org-open-at-point)
777         (org-link-search, org-remember-handler, org-complete)
778         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
779         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
780         (org-agenda-list-stuck-projects, org-format-agenda-item)
781         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
782         (org-ascii-level-start, org-export-as-html)
783         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
784         to match tags, in order to allow lanufage-specific characters in
785         tags.
786         (org-beginning-of-item-list): New command.
787         (org-target): New face.
788         (org-activate-links): New link type target.
792 ======================================================================
793         
794 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
796         * textmodes/org.el:
797         (org-export-region-as-html, org-replace-region-by-html)
798         (org-number-to-letters, org-table-fedit-finish)
799         (org-normalize-color, org-table-fedit-ref-right)
800         (org-date-to-gregorian, org-table-fedit-move)
801         (org-table-convert-refs-to-rc, org-calendar-holiday)
802         (org-table-fedit-toggle-ref-type, org-write-agenda)
803         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
804         (org-defkey, org-encode-for-stdout)
805         (org-indent-line-function, org-export-as-html-to-buffer)
806         (org-store-agenda-views, org-update-mode-line)
807         (org-find-if, org-delete-all)
808         (org-table-fedit-convert-buffer, org-emphasize)
809         (org-uniquify, org-table-fedit-lisp-indent)
810         (org-table-fedit-scroll, org-get-todo-sequence-head)
811         (org-table-fedit-scroll-down, org-table-fedit-line-down)
812         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
813         (org-table-fedit-toggle-coordinates, org-dvipng-color)
814         (org-table-fedit-line-up, org-table-fedit-ref-down)
815         (org-table-formula-from-user, org-mode-flyspell-verify)
816         (org-cycle-show-empty-lines, org-ctrl-c-ret)
817         (org-table-formula-to-user, org-diary-to-ical-string)
818         (orgtbl-export, org-table-fedit-post-command)
819         (org-closed-in-range, org-shiftcontrolright)
820         (org-table-convert-refs-to-an, org-table-hline-and-move)
821         (org-table-formula-less-p, org-format-table-ascii)
822         (org-agenda-get-sexps, org-shift-refpart)
823         (org-diary-sexp-entry, org-time-string-to-absolute)
824         (org-table-show-reference, org-letters-to-number)
825         (org-fix-agenda-info, org-table-fedit-ref-up)
826         (org-table-fedit-shift-reference, org-table-fedit-abort)
827         (org-closest-date, org-shiftcontrolleft)
828         (org-at-heading-or-item-p, org-rematch-and-replace)
829         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
830         function.
831         (org-table-edit-scroll-down, org-finish-edit-formulas)
832         (org-table-edit-next-field, org-abort-edit-formulas)
833         (org-font-lock-level, org-export-find-first-heading-line)
834         (org-table-edit-line-down, org-table-edit-backward-field)
835         (org-edit-formula-lisp-indent, org-table-edit-move)
836         (org-check-log-option, org-this-word)
837         (org-table-edit-line-up, org-table-edit-formulas-post-command)
838         (org-agenda-file-to-end, org-expand-file-name)
839         (org-fake-empty-table-line, org-table-edit-scroll)
840         (org-toggle-log-option, org-show-reference): Function removed.
841         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
842         defsubst.
843         (org-unmodified, org-batch-store-agenda-views)
844         (org-batch-agenda-csv): New macro.
845         (org-agenda-export): New customization group.
846         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
847         (org-highest-priority, org-agenda-exporter-settings)
848         (org-log-done-with-time, org-replace-disputed-keys)
849         (org-format-latex-header, org-export-table-header-tags)
850         (org-cycle-separator-lines, org-export-table-data-tags)
851         (org-icalendar-include-sexps)
852         (org-empty-line-terminates-plain-lists)
853         (org-log-repeat, org-special-ctrl-a)
854         (org-table-use-standard-references, org-disputed-keys)
855         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
856         (org-agenda-export-html-style): New option.
857         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
858         (org-CUA-compatible): Option removed.
859         (org-agenda-structure,  org-sexp-date): New face.
860         (org-todo-keywords-for-agenda, org-not-done-keywords)
861         (org-planning-or-clock-line-re, org-agenda-name)
862         (org-table-colgroup-info, org-todo-sets)
863         (constants-unit-system, org-clock-mode-line-entry)
864         (org-mode-line-timer, org-table-current-begin-pos)
865         (org-todo-keywords-1, org-mode-line-string)
866         (org-table-clean-did-remove-column, org-table-fedit-map)
867         (org-clock-heading, org-table-buffer-is-an)
868         (org-agenda-info, org-done-keywords)
869         (org-done-keywords-for-agenda, org-todo-heads)
870         (org-todo-kwd-alist, org-clock-start-time): New variable.
871         (org-todo-kwd-priority-p, org-edit-formulas-map)
872         (org-repeat-re, org-todo-kwd-max-priority)
873         (org-version, org-done-string)
874         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
875         removed.
876         (org-table-translate-regexp, org-repeat-re, org-version): New
877         constant.
878         (org-ts-lengths): Constant removed.
879         (org-follow-gnus-link): Don't ask how many articles to read.
880         (org-export-find-first-export-line): Renamed from
881         `org-export-find-first-heading'.  Use
882         `org-export-skip-text-before-1st-heading'.
883         (org-table-fedit-post-command): Renamed from
884         `org-table-edit-formulas-post-command'.
885         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
886         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
887         (org-table-fedit-lisp-indent): Renamed from
888         `org-edit-formula-lisp-indent'.
889         (org-table-show-reference): Renamed from `org-show-reference'.
890         (org-table-store-formulas): Use `org-table-formula-less-p'.
891         (org-table-edit-formulas): Position cursor to current field
892         equation.
893         (org-update-checkbox-count, org-hide-archived-subtrees)
894         (org-timestamp-up-day, org-timestamp-down-day)
895         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
896         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
897         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
898         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
899         `org-on-heading-p' also check for invisible heading.
900         (org-read-date): Match am/pm times.
901         (org-eval-in-calendar): Fix default date in prompt.
903 -------------------------------------------------------------------------
905 installed as 4.67
906         
907 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
909         * org.texi (The spreadsheet): Renamed from "Table calculations".
910         Completely reorganized and rewritten.
911         (CamelCase links): Section removed. 
912         (Repeating items): New section.
913         (Tracking TODO state changes): New section.
914         (Agenda views): Chapter reorganized and rewritten.
915         (HTML export): Section rewritten.
916         (Tables in arbitrary syntax): New section.
917         (Summary): Better feature summary.
918         (Activation): Document problem with cut-and-paste of Lisp code
919         from PDF files.
920         (Visibility cycling): Document indirect buffer use.
921         (Structure editing): Document sorting.
922         (Remember): Section rewritten.
923         (Time stamps): Better description of time stamp types.
924         (Tag searches): DOcument regular expression search for tags.
925         (Stuck projects): New section.
926         (In-buffer settings): New keywods.
927         (History and Acknowledgments): Updated description.
929 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
931         * org.el (org-table-overlay-coordinates)
932         (org-table-toggle-coordinate-overlays): New functions.
933         (org-table-overlay-coordinates, org-table-coordinate-overlays):
934         New variables.
935         (org-startup-with-deadline-check): Option removed.
936         (org-mode): Remove deadline check on startup.
937         (org-table-limit-column-width): Option removed.
938         (org-table-formula-numbers-only): Option removed.
939         (org-link-style, org-link-format): Options removed.
940         (org-select-agenda-window, org-fit-agenda-window): Options
941         removed. 
942         (org-export-ascii-show-new-buffer)
943         (org-export-html-show-new-buffer): Options removed.
944         (org-activate-links): Camel option removed.
945         (org-file-link-context-use-camel-case): Option removed.
946         (org-camel-regexp): Veriable removed.
947         (org-activate-camels): Function removed.
948         (org-store-link): Removed Camel stuff.
949         (org-make-org-heading-camel): Function removed.
950         (org-open-at-point): Removed camel stuff.
951         (org-link-search): Removed camel stuff.
952         (org-camel-to-words): Function removed.
953         (org-get-agenda-file-buffer): Make sure we prepare the
954         base buffers, not any indirect buffers.
955         (org-sort-entries): Sort top-level when not on a
956         headline, and no active region.
957         (org-in-regexp): New function.
958         (org-search-not-self): Renamed from `org-search-not-link'.
959         (org-open-link-marker): New variable.
960         (org-open-at-point): Set `org-open-link-marker'.
961         (org-print-icalendar-entries): Fixed bug with excluding DONE
962         entries from the exported list.
963         (org-edit-formula-lisp-indent): New command.
964         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
965         (orgtbl-to-latex, orgtbl-insert-radio-table)
966         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
967         (orgtbl-radio-table-templates): New option.
968         (org-store-link-props): 
969         (org-remember-templates): More possibilities to insert
970         info into templates.
971         (org-remember-apply-template): Make use of the extended template
972         capabilities.
973         (org-remember-redo-template): New command.
974         (org-upgrade-old-links)
975         (org-table-modify-formulas, org-table-replace-in-formulas)
976         (org-table-find-dataline)
977         (org-table-get-vertical-vector): Functions removed.
978         (org-table-remove-rectangle-highlight)
979         (org-time-stamp-format, org-toggle-log-option)
980         (org-table-highlight-rectangle)
981         (org-table-iterate, org-table-make-reference): 
982         (org-translate-time, org-tree-to-indirect-buffer)
983         (org-table-field-info, org-table-fix-formulas)
984         (org-table-force-dataline, org-table-get-descriptor-line)
985         (org-table-get-range)
986         (org-skip-comments, org-sort)
987         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
988         (org-table-current-dline, org-table-current-field-formula)
989         (org-table-edit-backward-field)
990         (org-table-edit-formulas-post-command)
991         (org-table-edit-line-down, org-table-edit-line-up)
992         (org-agenda-archive)
993         (org-agenda-clock-cancel)
994         (org-agenda-clock-out, org-agenda-list-stuck-projects)
995         (org-agenda-open-link, org-agenda-show-new-time)
996         (org-agenda-skip-subtree-when-regexp-matches)
997         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
998         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
999         (org-do-sort, org-file-image-p, org-find-overlays)
1000         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1001         (org-highlight-until-next-command, org-isearch-end)
1002         (org-match-any-p, org-next-link, org-previous-link): 
1003         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1004         (org-rewrite-old-row-references)
1005         (org-isearch-post-command)
1006         (org-table-edit-move, org-table-edit-next-field)
1007         (org-table-edit-scroll, org-table-edit-scroll-down)
1008         (org-set-frame-title, org-show-reference)
1009         (org-unhighlight-once, org-verify-change-for-undo): New
1010         functions. 
1011         (org-show-variable): Command removed.
1012         (org-add-log-maybe): New arguments STATE, FINDPOS
1013         (org-table-sort-lines): Rewritten from scratch.
1014         (org-link-search): New argument AVOID-POS.
1015         (org-print-icalendar-entries): Argument CATEGORY removed. 
1016         (org-run-agenda-series): Argument WONDOW removed.
1017         (org-next-link, org-previous-link): New commands.
1018         (org-agenda-date-format): New option.
1019         (org-table-iterate): New command.
1020         (org-table-modify-formulas)
1021         (org-table-replace-in-formulas): Functions removed.
1022         (org-table-fix-formulas): New function.
1023         (org-table-insert-column, org-table-delete-column)
1024         (org-table-move-column): Use `org-table-fix-formulas'.
1025         (org-follow-gnus-link): Patch from Bastien/Leo.
1026         (org-table-current-field-formula): New function.
1027         (org-file-image-p): New function.
1028         (org-agenda-show-new-time): New function.
1029         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1030         (org-with-remote-undo): New macro.
1031         (org-agenda-undo): New command.
1032         (org-verify-change-for-undo): New function.
1033         (org-time-stamp-format): New function.
1034         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1035         by user.
1036         (org-match-any-p): New function.
1037         (org-make-tags-matcher): Handle regular expressions for tag and
1038         todo matches.
1039         (org-read-date): Accept "+N" as input for a date relative to the
1040         current date.
1041         (org-remove-subtree-entries-from-agenda): New function.
1042         (org-agenda-archive, org-agenda-kill): Use
1043         `org-remove-subtree-entries-from-agenda'.
1044         (org-do-sort, org-sort-entries): New functions.
1045         (org-sort): New command.
1046         (org-table-sort-lines): Use `org-do-sort'.
1047         (org-fix-decoded-time): New function.
1048         (org-table-number-regexp): Require 0x... to identify as number in
1049         tables.
1050         (org-startup-options): New keywords for note taking.
1051         (org-upgrade-old-links): Function removed.
1052         (org-get-repeat): New function.
1053         (org-show-context): Also show siblings on current level.
1054         (org-show-siblings): New function.
1055         (org-isearch-end, org-isearch-post-command): New functions.
1056         (org-show-siblings): New option.
1057         (org-show-context): Use `org-show-siblings'.
1058         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1059         to be bound, because user may just use elisp.
1061 ----------------------------------------------------------------------
1062 installed as 4.56
1064 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
1066         * org.texi: Fix typos
1067         (Agenda commands): Document `C-k'.
1069         * orgcard.tex (section{Agenda Views}): Document `C-k'.
1071         * org.el (org-scan-tags): Re-align code fixed.
1072         (org-detach-overlay): Renamed from `org-detatch-overlay'.
1073         (org-table-convert-region): Insert space after column separator.
1074         (org-agenda-kill): New command.
1075         (org-metaleft): Call `org-outdent-item' on bullets.
1076         (org-metaright): Call `org-indent-item' on bullets.
1077         (org-timestamp-change): Set `org-last-changed-timestamp'.
1078         (org-current-line): Make sure (bolp) returns correct result.
1079         (org-agenda-change-all-lines): Make sure TODO are highlighted.
1081 ----------------------------------------------------------------------------
1082 Installed as 4.54       
1084 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
1086         * org.el (org-scan-tags): Make the search case-sensitive.
1087         (org-tags-sparse-tree): Don't overrule
1088         `org-show-following-heading' and `org-show-hierarchy-above'.
1089         (org-reveal): New command.
1090         (org-show-context): Renamed from `org-show-hierarchy-above'.
1091         (org-fast-tag-selection-single-key): New option.
1092         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
1093         functions.
1094         (org-tags-overlay): New variable.
1095         (org-agenda-todo-ignore-deadlines): New option.
1096         ("session"): Add circular data structure `org-mark-ring' to
1097         exceptions list in session.el.
1098         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1099         New options.
1100         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1101         (org-prepare-agenda, org-agenda-quit): Use
1102         `org-agenda-window-setup'.
1103         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
1104         variables.
1105         (org-finalize-agenda): Activate bracket links in agenda.
1106         (org-at-timestamp-p, org-at-date-range-p): Additional argument
1107         INACTIVE-OK.
1108         (org-show-hierarchy-above, org-show-following-heading): List
1109         values allowed for fine-tuned configuration.
1110         (org-show-hierarchy-above): New argument CONTEXT, use the
1111         fine-tuned settings in `org-show-hierarchy-above' and
1112         `org-show-following-heading'.
1113         (org-display-custom-time): New function.
1114         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
1115         function.
1116         (org-display-custom-times, org-time-stamp-custom-formats):
1117         (org-maybe-intangible): New macro.
1118         (org-activate-bracket-links, org-hide-wide-columns): Use
1119         `org-maybe-intangible'.
1120         (org-open-file): Use `shell-quote-argument'.
1121         (org-display-internal-link-with-indirect-buffer): New option.
1122         (org-file-remote-p): Get regexp from list.
1123         (org-link-expand-abbrev): New function.
1124         (org-link-abbrev-alist): New option.
1125         (org-open-at-point, org-cleaned-string-for-export): Call
1126         `org-link-expand-abbrev'.
1127         (org-timeline, org-agenda-list, org-todo-list)
1128         (org-tags-view): Remove the KEEP-MODES argument.
1129         (org-finalize-agenda-hook): New hook.
1130         (org-get-alist-option): New function.
1131         (org-follow-timestamp-link): New function.
1132         (org-open-at-point): Call `org-follow-timestamp-link'.
1133         (org-log-note-marker, org-log-note-purpose)
1134         (org-log-note-window-configuration): New variables.
1135         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
1136         functions.
1137         (org-log-note-headings): New option.
1138         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1139         (org-store-link): Support for dired-mode.
1140         (org-open-file): Substitute environment variables into filename.
1141         (org-last): New defsubst.
1142         (org-agenda-re-align-tags): New function.
1143         (org-agenda-align-tags-to-column): New option.
1144         (org-agenda-timeline): Group removed.
1145         (org-prepare-agenda, org-prepare-agenda-buffers)
1146         (org-run-agenda-series, org-timeline, org-agenda-list)
1147         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1148         the text property inticating the agenda type.
1149         (org-agenda-post-command-hook): Get agenda type from text property
1150         at point.
1151         (org-agenda): Handle command sets.  Set
1152         `org-agenda-last-arguments' and obey
1153         `org-agenda-overriding-arguments'.
1154         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
1155         variables.
1156         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1157         (org-agenda-week-view, org-agenda-day-view): Use
1158         `org-agenda-overriding-arguments' to make updating work with
1159         multi-block agendas.
1160         (org-agenda-prefix-format): Allow different formats for the
1161         different agenda entry types.
1162         (org-timeline-prefix-format): Option removed, use
1163         `org-agenda-prefix-format' instead.
1164         (org-prepare-agenda): New function.
1165         (org-select-timeline-window): Option removed, use
1166         `org-select-agenda-window' instead.
1167         (org-respect-restriction): Variable removed.
1168         (org-cmp-tag): New function.
1169         (org-agenda-sorting-strategy, org-entries-lessp): Implement
1170         sorting by last tag.
1171         (org-complete): Better completion in in-buffer option lines.
1172         (org-in-item-p): New function.
1173         (org-org-menu): Added entries for checkboxes.
1174         (org-cycle): Extra brouping in outline-regexp, because it is used
1175         in a search with "^" prepended.
1176         (org-provide-checkbox-statistics): New option.
1177         (org-set-font-lock-defaults): Highlight checkbox statistics.
1178         (org-update-checkbox-count-maybe)
1179         (org-get-checkbox-statistics-face): New functions.
1180         (org-update-checkbox-count): New command.
1181         (org-insert-item, org-toggle-checkbox): Call
1182         `org-update-checkbox-count-maybe'.
1183         (org-export-as-html): XEmacs compatibility for coding system.
1184         (org-force-cycle-archived): New command.
1185         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1186         overrules cycling.
1187         (org-fix-position-after-promote): If the line contains only a todo
1188         keyword, add a final space.
1189         (org-promote-subtree, org-demote-subtree): Call
1190         `org-fix-position-after-promote'.
1192         * orgcard.tex (section{Archiving}): Document C-TAB.
1193         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1194         section, added documentation for the key `C-c #'.
1196         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
1197         archived trees.
1198         (Checkboxes): Section moved to chapter 5, and extended.
1199         (The date/time prompt): New section.
1200         (Link abbreviations): New section.
1201         (Presentation and sorting): New section.
1202         (Custom agenda views): Section completely rewritten.
1203         (Summary): Compare with Planner.
1204         (Feedback): More info about creating backtraces.
1205         (Plain lists): Modified example.
1206         (Breaking down tasks): New section.
1207         (Custom time format): New section.
1208         (Time stamps): Document inactive timestamps.
1209         (Setting tags): More details about fast tag selection.
1210         (Block agenda): New section.
1211         (Custom agenda views): Section rewritten.
1212         (Block agenda): New section.
1215 ----------------------------------------------------------------------
1216 installed as 4.44
1217         
1219 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1221         * org.el (org-clock-special-range, org-clock-update-time-maybe):
1222         New functions.
1223         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1224         not only a-z.
1225         (org-agenda-get-blocks): Allow multiple blocks per headline.
1226         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1227         (org-export-html-title-format)
1228         (org-export-html-toplevel-hlevel): New options.
1229         (org-export-language-setup): Added support for Czech.
1230         (org-mode, org-insert-todo-heading, org-find-visible)
1231         (org-find-invisible, org-invisible-p, org-invisible-p2)
1232         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1233         (org-show-subtree, org-show-entry, org-make-options-regexp):
1234         Removed compatibility support for old outline-mode.
1235         (org-check-occur-regexp): Funtion removed.
1236         (org-on-heading-p, org-back-to-heading): Made defalias.
1237         (org-set-local): New defsubst.
1238         (org-set-regexps-and-options, org-mode)
1239         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1240         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1241         (org-remember-apply-template, org-table-edit-field)
1242         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1243         (org-set-autofill-regexps): Use `org-set-local'.
1244         (org-table-eval-formula): Fixed bug with parsing of display flags.
1246         
1247 ----------------------------------------------------------------------
1248 installed as 4.43
1250 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1252         * org.texi (Exporting): Document `C-c C-e' as the prefix for
1253         exporting commands.
1254         (Global TODO list): Document the use of the variables
1255         `org-agenda-todo-ignore-scheduled' and
1256         `org-agenda-todo-list-sublevels'.
1258         * org.el (org-agenda-get-todos): Skip subtree also if entry is
1259         skipped because it has been scheduled.
1260         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1261         changing `:org-archived' and `:org-comment' properties.
1263 ----------------------------------------------------------------------
1264 installed as 4.42
1267 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1269         * org.el (org-mode): Removed no invalid settings for calc embedded
1270         mode.
1271         (org-mode-p): New defsubst.
1272         (org-save-all-org-buffers): New function.
1273         (org-first-headline-recenter): Enclose outline-regexp in group
1274         delimiters.
1276         * org.texi (Agenda commands): Document `s' key to save all
1277         org-mode buffers.
1279         * orgcard.tex (section{Agenda Views}): Document `s' key to save
1280         all org-mode buffers.
1282 ----------------------------------------------------------------------
1283 installed as 4.41
1285 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1287         * org.texi (Checkboxes): New section.
1289         * orgcard.tex (section{Structure Editing}): Document checkbox
1290         toggling. 
1292         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
1293         for `org-end-of-subtree'.
1294         (org-export-cleanup-toc-line): Renamed from
1295         `org-html-cleanup-toc-line'. 
1296         (org-beginning-of-item): Fixed bug in regular expression for white
1297         line.
1298         (org-export-as-html): Enforce space after bullet in plain list
1299         items.
1301 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1303         * org.el (org-set-autofill-regexps): Require space after plain
1304         list bullet for paragraph-start.
1305         (org-ts-regexp3): New constant.
1306         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1307         (org-timestamp-up-day, org-timestamp-down-day)
1308         (org-timestamp-change): Work with inactive timestamps.
1309         (org-ts-regexp1): Don't allow brackets in time stamps.
1311 ----------------------------------------------------------------------
1312 installed as 4.40
1315 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1317         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
1318         :latex-preview. 
1319         (org-overlays-at, org-overlay-start, org-overlay-end): New
1320         compatibility functions.
1322 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
1324         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
1325         using the exact regexp that will be used during export.
1326         (org-latex-regexps): New variable.
1327         (org-cdlatex-mode): Improved advice for `texmathp'.
1328         (turn-on-org-cdlatex): New function.
1330 ----------------------------------------------------------------------
1331 installed as 4.39
1333 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1335         * org.el (org-cdlatex-mode-map)
1336         (org-cdlatex-texmathp-advice-is-done): New variables.
1337         (org-cdlatex-mode): New minor mode.
1338         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
1339         functions. 
1340         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
1341         commands.
1342         (org-export-with-archived-trees): New option.
1343         (org-open-file): Removed the call to
1344         `convert-standard-filename'.
1345         (org-archive-tag, org-agenda-skip-archived-trees)
1346         (org-cycle-open-archived-trees)
1347         (org-sparse-tree-open-archived-trees): New options.
1348         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1349         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
1350         functions. 
1351         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
1352         commands.
1353         (org-agenda-mode-map): Add binding of
1354         `org-agenda-toggle-archive-tag'. 
1355         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1356         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1357         Call `org-prepare-agenda-buffers'.
1358         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1359         (org-file-apps, org-file-apps-defaults-gnu)
1360         (org-file-apps-defaults-macosx)
1361         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
1362         them to be opened in Emacs.
1364         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
1366         * org.texi (Embedded LaTeX): New chapter.
1367         (Archiving): Section rewritten.
1368         (Enhancing text): Some parts moved to the new chapter about
1369         LaTeX.
1371 ----------------------------------------------------------------------
1372 installed as 4.38
1373         
1375 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
1377         * org.texi (Publishing links): Document the
1378         `:link-validation-function' property.
1379         (Extensions and Hacking): New chapter, includes some sections of
1380         the "Miscellaneous" chapter.
1382         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1383         (section{Structure Editing}): Add global archiving command.
1386         * org.el Require noutline, also on XEmacs.
1387         (org-end-of-subtree): Return point.
1388         (org-dblock-start-re, org-dblock-end-re): New constants.
1389         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1390         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1391         (org-update-all-dblocks, org-find-dblock): New functions.
1392         (org-collect-clock-time-entries): New function.
1393         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1394         (org-fixup-indentation): Modified to deadl correctly with lines
1395         starting with TAB.  Only one argument DIFF now.
1396         (org-demote, org-promote): Call `org-fixup-indentation' with just
1397         one argument, DIFF.
1398         (org-mode): Don't mark buffer as modified when aligning tables.
1399         (org-clock-sum): Don't makr buffer modified when adding time sum
1400         properties.
1401         (org-export-as-html): Added support for a link validation
1402         function.
1403         (org-archive-all-done): New function.
1404         (org-archive-subtree): New prefix argument.  When set, archive all
1405         done subtrees in this buffer.
1406         (org-remove-clock-overlays)
1407         (org-remove-occur-highlights): Use
1408         `org-inhibit-highlight-removal'.
1409         (org-inhibit-highlight-removal): New variable, for dyn amic
1410         scoping.
1411         (org-put-clock-overlay): Don't swallow last headline character
1412         when displaying overlay.
1413         (org-store-link): Link to `image-mode' with just the file name.
1416 ----------------------------------------------------------------------
1417 installed as 4.37
1418         
1420 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1422         * org.el (org-agenda-mode-map): Add bindings for clocking
1423         functions.
1424         (org-agenda-clock-in, org-check-running-clock)
1425         (org-clock-out-if-current, org-remove-clock-overlays)
1426         (org-put-clock-overlay): New functions.
1427         (org-clock-marker, org-clock-file-total-minutes)
1428         (org-clock-overlays): New variables
1429         (org-clock-display, org-clock-sum, org-clock-cancel)
1430         (org-clock-out, org-clock-in): New commands.
1431         (org-export): New function.
1432         (org-emph-re): New constant.
1433         (org-set-emph-re, org-do-emphasis-faces): New functions.
1434         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1435         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1436         (org-export-html-convert-emphasize): Use the configurable
1437         emphasis.
1438         (org-cleaned-string-for-export): Make multiline emphasis visible
1439         to the exporter.  New optional argument PARAMETERS.
1440         (org-export-as-html): Specify :emph-multiline parameter to
1441         `org-cleaned-string-for-export'.
1443         * org.texi (Progress logging): New section.
1445 ----------------------------------------------------------------------
1446 installed as 4.36
1447         
1449 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
1451         * org.el (org-archive-subtree): Use end-of-subtree as insertion
1452         point and control the number of empty lines.
1453         (org-paste-subtree): Limit the number of empty lines at the end of
1454         the inserted tree.
1455         (org-agenda): Use buffer name of current file for narrowing.
1456         (org-export-as-xml): Command removed.
1457         (org-export-xml-type): Option removed.
1458         (org-mode-map): Call `org-export-as-xoxo' directly.
1459         (org-get-indentation): New optional argument LINE.
1460         (org-fix-indentation, org-remove-tabs): New functions.
1461         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1462         correct indentation for headlines that are converted it items.
1463         (org-skip-comments): Remove table lines that contain narrowing
1464         cookies but no other non-empty fields.
1465         (org-set-tags): Allow groups of mutually exclusive tags.
1466         (org-cmp-time): Sort 24:21 before items without time.
1467         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
1468         (org-open-at-point): Require double colon also for numbers.
1470         * org.texi (ASCII export): Document indentation adaptation.
1471         (Setting tags): Document mutually-exclusive tags.
1473 ----------------------------------------------------------------------
1474 installed as 4.35
1476 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1478         * org.el (org-agenda-highlight-todo): Make sure regexp does only
1479         match in the right place.
1480         (org-upcoming-deadline): New face.
1481         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1482         (org-export-ascii-underline): Renamed and made an option (was
1483         constant `org-ascii-underline').
1484         (org-export-ascii-bullets): New option.
1485         (org-export-as-html): Many changes to emit valid XHTML.
1486         (org-par-open): New variable.
1487         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
1488         functions.
1489         (org-html-do-expand, org-section-number): Fixedcase in
1490         `replace-match'.
1491         (org-timeline): Pass `org-timeline-show-empty-dates' to
1492         `org-get-all-dates'.  Interpret empty dates returned by
1493         `org-get-all-dates'.
1494         (org-get-all-dates): New argument EMPTY.  Add dates without
1495         entries to the list, mark large ranges of empty dates.
1496         (org-point-in-group, org-context): New functions.
1498 ----------------------------------------------------------------------
1499 installed as 4.34
1501 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1503         * org.el (org-next-item, org-previous-item): Emit more compact
1504         error message.
1505         (org-tags-view): Refresh category table in each file.
1506         (org-table-justify-field-maybe): Removed superfluous arguments to
1507         `format'.
1508         (org-export-as-html): Insert "<p>" before postamble.
1509         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
1510         ring.
1512 ---------------------------------------------------------------------
1513 installed as 4.33
1515 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
1517         * org.el (org-open-at-point): Use renamed variable
1518         `org-confirm-shell-link-function'.
1519         (org-confirm-shell-link-function): Renamed from
1520         `org-confirm-shell-links'.
1521         (org-export-directory): New function.
1522         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1523         (org-export-icalendar): Use `org-export-directory'.
1524         (org-indent-item): Keep cursor position.
1525         (org-link-file-path-type): New option.
1526         (org-export-as-html): Fixed bug with plain lists starting in
1527         column 0.
1528         (org-export-as-html): Removed deadline formatting, this happens
1529         now already in `org-html-handle-time-stamps'.
1530         (org-export-html-style): Deadline class removed.
1531         (org-insert-labeled-timestamps-at-point): New option.
1532         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1533         of `hide-sublevels 1', in case the first headline is not level 1.
1534         (org-overview, org-content): New fuction.
1535         (org-cycle-global-status, org-cycle-subtree-status): Make these
1536         variables buffer-local.
1537         (org-global-cycle): New command.
1538         (org-shifttab): Use `org-global-cycle'.
1539         (org-insert-heading, org-insert-item): Go to end of new
1540         headline/item after creating it.
1541         (org-export-visible): Renames from `org-export-copy-visible'.  Now
1542         creates a temporary org-file and applies an exporting command to
1543         it.
1544         (org-table-eval-formula): Support for lisp forms.
1545         (org-agenda-todo-ignore-scheduled): New option.
1546         (org-agenda-get-todos): Use new option
1547         `org-agenda-todo-ignore-scheduled'.
1548         (org-export-html-inline-images): New value `maybe'.
1549         (org-export-as-html): Inlining of images dependent on link
1550         description.
1551         (org-archive-subtree): Check for end-of-buffer before trying
1552         `kill-line'.
1553         (org-agenda-follow-mode): New option.
1554         (org-export-with-tags, org-export-with-timestamps): New options.
1555         (org-html-handle-time-stamps): New function.
1556         (org-keyword-time-regexp): New variable.
1557         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1558         (org-agenda-todo-list-sublevels): New option.
1559         (org-html-level-start): When TITLE is nil, just close all levels.
1560         (org-parse-key-lines, org-parse-export-options): Functions
1561         removed, replaced by `org-infile-export-plist'.
1562         (org-combine-plists, org-infile-export-plist)
1563         (org-default-export-plist): New functions.
1564         (org-export-html-preamble, org-export-html-postamble)
1565         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1566         New variables.
1567         (org-export-publishing-directory): New option.
1568         (org-export-as-html, org-export-as-ascii): Use the new property
1569         lists for settings.
1570         (org-export-copy-visible, org-export-as-xoxo): Respect
1571         `org-export-publishing-directory'.
1572         (org-link-search, org-store-link, org-file-apps): Support for
1573         links to BibTeX database entries..
1574         (org-get-current-options, org-set-regexps-and-options): Implement
1575         logging as a startup option.
1576         (org-store-link): Make sure context string is never empty
1577         (org-insert-link): Use relative path when possible.
1578         (org-at-item-checklet-p): New function.
1579         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1580         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1581         (org-metaright, org-metaup, org-metadown, org-shiftup)
1582         (org-shiftdown, org-shiftright, org-shiftleft)
1583         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1584         Dispatch using `call-interactively'.
1585         (org-call-with-arg): New defsubst.
1586         (org-tag-alist, org-use-fast-tag-selection): New options.
1587         (org-complete): Use `org-tag-alist'.
1588         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1589         (org-next-item, org-previous-item): New commands.
1590         (org-beginning-of-item, org-end-of-item): Added (interactive) to
1591         make command.
1592         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1594         * org.texi (Plain lists): Added new item navigation commands.
1595         (External links): Documented elisp and info links.
1597         * orgcard.tex (section{Motion}): Added the item navigation
1598         commands.
1599         (section{Publishing}): New section.
1600         (section{Links}): Documented elisp and shell links.
1601         (Custom searches): New section.
1602         (Publishing): New chapter.
1603         (HTML export): Include a list of supported CSS classes.
1604         (Setting tags): Describe the fast-tag-setting interface.
1605         
1606 ----------------------------------------------------------------------
1608 installed as 4.26
1609         
1610 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1612         * org.texi Many small fixes.
1613         (Handling links): Renamed from "Managing links".
1615         * org.el (org-mode-map): Catch conflict with old allout.el.
1616         (org-open-at-point): Remove the "...done" message to keep
1617         output in the echo area visible.
1619 ----------------------------------------------------------------------
1620 installed as 4.25
1622 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
1624         * org.el (org-deadline-announce): Face removed.
1625         (org-level-faces, org-n-levels): Converted to constant.
1626         (org-compatible-face): New function.
1627         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1628         (org-level-5, org-level-6, org-level-7, org-level-8)
1629         (org-special-keyword, org-warning, org-headline-done, org-link)
1630         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1631         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1632         Face definition revised for better color tty support.
1633         (org-bold-re, org-italic-re, org-underline-re): New constants.
1634         (org-set-font-lock-defaults): Use the new constants.
1635         (org-agenda-highlight-todo): New function.
1636         (org-agenda-todo): Fixed bug with point at end of line.
1637         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1638         Fontify TODO keywords.
1639         (org-insert-link): Preserve relative path in ../ links.
1640         (org-export-as-html): Convert links pointing to .org files into
1641         links that will work beteen the exported HTML files.
1642         (org-todo-list): Fix bug when arg=0.
1643         (org-insert-heading): More fine-tuning.
1645         * org.texi (Time stamps): Better explanation of the purpose of
1646         different time stamps.
1648 ----------------------------------------------------------------------
1649 installed as 4.24
1651         
1652         * org.texi (Formula syntax): Fixed link to Calc Manual.
1654         * org.el (org-insert-heading): Insert heading before current if at
1655         beginning of line.
1656         (org-todo, org-date): New faces.
1657         (org-table-align): Make sure tooltip window contains full text.
1658         (org-no-properties): New defsubst.
1659         (org-set-font-lock-defaults): Use new faces.
1661 ----------------------------------------------------------------------
1662 installed as 4.23
1664         
1665         * org.texi (Visibility cycling): Better names for the startup
1666         folding options.
1667         (Exporting): Completely restructured.
1668         (The very busy C-c C-c key): New section.
1669         (Summary of in-buffer settings): New section.
1671         * org.el (org-set-regexps-and-options, org-get-current-options):
1672         Better names for the startup folding options.
1675 ----------------------------------------------------------------------
1676 installed as 4.22
1680 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1682         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
1683         (org-agenda-mouse-1-follows-link)
1684         (org-mouse-1-follows-link): New options.
1685         (org-format-agenda-item): Fixed bug if TAGS is nil.
1686         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1688         * org.texi (Updating settings): New section.
1690 ----------------------------------------------------------------------
1691 installed as 4.21
1695 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
1697         * org.texi (Link format): New section, emphasis on bracket links.
1698         (External links): Document bracket links.
1699         (FAQ): Expanded to cover shell links and the new link format.
1701         * orgcard.tex (section{Tables}): Document column narrowing.
1702         (section{Links}): Document bracket links.
1704         * org.el
1705         (org-export-plain-list-max-depth)
1706         (org-table-spaces-around-separators)
1707         (org-radio-targets, org-activate-camels)
1708         (org-table-spaces-around-invisible-separators): Options removed.
1709         (org-time-stamp-rounding-minutes, org-remember-templates)
1710         (org-ellipsis, org-activate-links, org-descriptive-links): New
1711         options.
1712         (org-remember-apply-template, org-current-time)
1713         (org-finish-edit-table-field)
1714         (org-link-unescape, org-link-escape)
1715         (org-string-width, org-table-clean-line, org-html-do-expand)
1716         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1717         (org-read-agenda-file-list): New functions.
1718         (org-table-edit-field)
1719         (org-table-create-or-convert-from-region): New commands
1720         (org-table-toggle-vline-visibility): Command removed.
1721         (org-table-convert-region): Made a command.
1722         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
1723         removed, replaced with the normal org- functions.
1724         (org-self-insert-command): Don't trigger realign unnecessarily
1725         when blanking a field that is not full.
1726         (org-mode): `Set buffer-invisibility-spec' for links.
1727         (org-activate-links2): Hide link part and only show descriptive
1728         part of the link.
1729         (org-insert-link): Modified for new linking system.
1730         (org-store-link): Store description separately, for use by
1731         `org-insert-link'.
1732         (org-table-align): Use `org-string-width'.
1733         (defgroup): Completely new group structure for custom variables.
1734         (org-agenda-files): Option: Single file name allowed.  Function:
1735         Optional argument unrestrited means ignore any restricitons.
1736         (org-install-agenda-files-menu): Find a buffer in Org-mode before
1737         trying to modify the menu.  Use generalized access to
1738         `org-agenda-files.'
1739         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1740         (org-agenda-file-to-front, org-remove-file, org-diary)
1741         (org-tags-view, org-export-icalendar-all-agenda-files)
1742         (org-export-icalendar-combine-agenda-files): Use generalized
1743         access to `org-agenda-files'.
1744         (org-remember-handler): Correctly preserve heading if present.
1745         (org-table-insert-row, org-table-insert-hline): Deal with
1746         invisible characters.
1748 ----------------------------------------------------------------------
1749 installes as 4.13
1753 -------------------------------------------------------------------
1754 installed as 4.10
1755         
1756 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
1758         * org.el (org-insert-centered): Use `string-width' to make
1759           underlining work for wide characters.
1761 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1763         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
1764         Explicitly bind TAB to `org-cycle', to make sure that no binding
1765         in `outline-mode-map' can supercede it.
1767 --------------------------------------------------------------
1768 installed as 4.09
1769 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1771         * org.el (org-link-search): Avoid self-matching of links, allow
1772         target text to be distributed over several lines.
1773         (org-search-not-link): New function.
1774         (org-set-regexps-and-options, org-get-current-options): New
1775         startup options.
1776         (org-export-as-html): Take odd-level setting from local variable.
1777         (org-fontify-emphasized-text): New option.
1778         (org-set-font-lock-defaults): Include emphasized text.
1779         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1780         (org-font-lock): Customize group renamed from `org-faces'.
1782         * org.texi (Clean view): Startup options documented.
1786 --------------------------------------------------------------
1787 installed as 4.08
1791 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1793         * org.el Move defvars out of eval-when-compile.  Use
1794         buffer-file-name variable.
1795         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1796         arg `file'.
1797         (org-level-faces): Remove startup dependency.
1798         (org-cycle, org-map-tree, org-scan-tags)
1799         (org-remember-handler): Don't call `outline-level' directly.
1800         (org-mhe-search-all-folders): New option.
1801         (org-mhe-get-message-folder-from-index,
1802         org-mhe-get-message-folder): Fix indexing search.
1803         (org-format-agenda-item): Handle nil TAGS argument.
1804         (org-cleaned-string-for-export, org-activate-target-links)
1805         (org-make-target-link-regexp): Deal with empty radio target list.
1806         (org-tag): New face.
1807         (org-get-level-face): New function.
1808         (org-set-font-lock-defaults): Simplify setup for headlines.
1809         (org-complete): Pass common substring to `display-completion-list'.
1811         --------------------------------------------------------------
1812 installed as 4.07
1814         
1815 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
1817         * org.el (org-get-legal-level, org-tr-level): New functions.
1818         (org-odd-levels-only): New option.
1819         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
1820         org-demote, org-promote):  Deal with double-star levels. 
1821         (org-convert-to-odd-levels): New command.
1822         (org-tr-level): 
1824         * org.el (org-export-as-html): Fixed bugs in HTML
1825         formatting (removed nested achors).
1826         (org-all-targets): Fixed bug with XEmacs compatibility.
1827         (org-read-date): Add (require 'parse-time).
1828         (org-set-tags): Fixed bug with extra inserted space.
1829         (org-export-html-style): Define a style class for targets.
1830         (org-agenda-keymap, org-mouse-map): Added a binding for
1831         `follow-link'.
1832         (org-hide-leading-stars): New option.
1833         (org-hide): New face.
1834         (org-set-font-lock-defaults): Allow to hide leading stars.
1836         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
1837         Zielinski.
1838         (Managing links, Managing links): Documented that also mouse-1 can
1839         be used to activate a link.
1840         (Headlines, FAQ): Added entry about hiding leading stars.
1842 --------------------------------------------------------------------------
1843 installed as 4.06
1844         
1845 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1847         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
1848         New function.
1849         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
1850         for XEmacs, just to silence the compiler.
1851         (org-export-as-ascii, org-export-as-html-and-open): Use
1852         `org-cleaned-string-for-export' and create internal links.
1853         (org-follow-mhe-link): Require mh-e, use folder.
1854         (org-read-date): 
1856 --------------------------------------------------------------------------
1857         Installed as 4.05
1860 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
1862         * org.el (org-mark-ring-previous, org-mark-ring-set): New
1863         commands.
1864         (org-mark-ring): New variable.
1865         (org-mark-ring-length): New option.
1866         (org-open-at-point, org-goto, org-open-file): Push old position
1867         onto the mark ring.
1868         (org-add-hook): New function.
1869         (org-export-table-remove-special-lines): New option.
1870         (org-skip-comments, org-format-org-table-html): Respect new option
1871         `org-export-table-remove-special-lines'.
1872         (org-open-file): Allow special command configuration for
1873         directory link.
1874         (org-file-apps): Fixed bugs in customize type, added setting for
1875         directories.
1876         (org-activate-tags, org-format-agenda-item, org-complete) 
1877         (org-get-tags-at, org-scan-tags, org-make-tags-matcher) 
1878         (org-get-tags, org-get-buffer-tags, org-open-at-point) 
1879         (org-link-search, org-make-org-heading-search-string) 
1880         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1881         (org-radio-targets, org-file-link-context-use-camel-case)
1882         (org-activate-camels): New options.
1883         (org-update-radio-target-regexp, org-all-targets)
1884         (org-make-target-link-regexp, org-activate-target-links): New
1885         functions.
1886         (org-make-org-heading-search-string): New function.
1887         (org-store-link, org-insert-link): Use new option
1888         `org-file-link-context-use-camel-case'.
1889         (org-activate-camels): Use new option `org-activate-camels'.
1890         (org-link-regexp): Added mhe prefix.
1891         (org-open-at-point,org-store-link): Support for mhe links.
1892         (org-mhe-get-message-id, org-mhe-get-message-folder)
1893         (org-mhe-get-header,org-follow-mhe-link): New functions.
1894         (org-remove-angle-brackets, org-add-angle-brackets): New
1895         functions.
1896         (org-bracked-link-regexp): New constant.
1897         (org-read-date): Fixed bug that was rejecting all typed dates.
1898         (org-link-search): Make hierarchy above visible after a match.
1899         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1900         (org-store-link): Fixed bug with link creation when cursor is in
1901         an empty line.
1902         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
1903         argument sequence in call to `org-view-tags'.
1904         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1905         (org-prefix-has-tag): New variable.
1906         (org-format-agenda-item): Remove tags from headline if
1907         appropriate.
1908         (org-agenda-remove-tags-when-in-prefix): New option.
1910         * org.texi (Internal Links): Rewritten to cover the modified
1911         linking system.
1913         * orgcard.tex (section{Links}): Rewritten to cover the modified
1914         link system.
1915         (section{TODO Items}): Shortened to make space for more links
1916         stuff.
1920 ----------------------------------------------------------------------
1921 installed as 4.03
1923 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
1925         * org.texi (Agenda commands): Document tags command.
1927         * org.el (org-open-file): Use mailcap for selecting an
1928         application.
1929         (org-file-apps-defaults-gnu): Use mailcap as the default for
1930         selecting an application on a UNIX system.
1931         (org-agenda-show-tags): New command.
1932         (org-table-insert-hline): Keep cursor in current table
1933         line.
1934         (org-table-convert): Offset effect of modifying
1935         `org-table-insert-hline'.
1936         (org-format-agenda-item): New optional argument TAG.
1937         (org-compile-prefix-format): Handle %T format for the tag.
1938         (org-expand-wide-chars): New function.
1939         (org-table-insert-row, org-table-insert-hline): Use
1940         `org-expand-wide-chars'.
1941         (org-open-file): Fixed bug in program launch.
1942         (org-get-time-of-day): Fixed bug with times before 1am.
1943         (org-agenda-menu): Addes tags commands.
1945         -----------------------------------------------------------------------
1946 installed as 4.02
1948 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
1950         * org.el (org-end-of-subtree): New function.
1951         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
1952         `org-end-of-subtree'.
1953         (org-agenda, org-agenda-convert-date): Protect calls to
1954         `fit-window-to-buffer'.
1955         (org-tags-view): Force matching of sublevels when doing a
1956         todo-only search.  Define the correct redo command, including the
1957         arguments.
1958         (org-agenda-redo): Display message.
1959         (org-check-for-org-mode): New function.
1960         (org-agenda-type): New variable.
1961         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
1962         `org-agenda-type'.
1963         (org-agenda-check-type): New function.
1964         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1965         (org-agenda-week-view, org-agenda-day-view)
1966         (org-agenda-next-date-line, org-agenda-previous-date-line)
1967         (org-agenda-log-mode, org-agenda-toggle-diary)
1968         (org-agenda-toggle-time-grid, org-agenda-date-later)
1969         (org-agenda-date-prompt, org-agenda-diary-entry)
1970         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1971         (org-agenda-convert-date, org-agenda-menu): Use
1972         `org-agenda-check-type'.
1973         (org-make-overlay, org-delete-overlay)
1974         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
1975         compatibility functions.
1976         (org-calendar-select-mouse): New command.
1978         * org.texi (Agenda Views): Chapter reorganized.
1979         
1980         
1981 ------------------------------------------------------------------------
1982 installed as 4.01
1984 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
1986         * org.texi (Tags): Booolean logic documented.
1987         (Agenda Views): Document custom commands.
1989         * org.el (org-agenda-custom-commands): New option.
1990         (org-agenda): Offer custom commands on splash screen.
1991         (org-make-tags-matcher): Parser for Boolean logic added.
1992         (org-agenda-set-tags): New command.
1993         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1994         (org-set-tags): Efficiency improvements.
1995         (org-auto-align-tags): New option.
1996         (org-todo, org-demote, org-promote): Realign tags.
1997         (org-tags-completion-function): Use also "&" and "|" as
1998         separators.
1999         (org-org-menu): Agenda commands simplified.
2001 ---------------------------------------------------------------------------
2002 installed as 4.00
2004 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
2006         * org.el (org-tags-match-list-sublevels): New option.
2007         (org-open-at-point): implement tag searches as links
2008         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2009         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
2010         functions
2011         (org-tags-sparse-tree, org-tags-view, org-set-tags)
2012         (org-agenda-dispatch): New commands.
2013         (org-use-tag-inheritance, org-tags-column): New options.
2014         (org-tab-follows-link, org-return-follows-link): New options.
2015         (org-tags): New customize group.
2016         (org-start-icalendar-file): Get local time zone.
2017         (org-tags-completion-function): New function.
2018         (org-set-font-lock-defaults): make sure links will also
2019         be highlighted inside headlines.
2021         * org.texi (Tags): New section.
2022         (Agenda Views): Chapter reorganized.
2024 ------------------------------------------------------------------------
2025 installed as 3.24
2027 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2029         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
2030         and the keep-modes setting.
2031         (org-get-category): Make sure a string is returned.
2032         (org-log-done): New function.
2034 ------------------------------------------------------------------------
2035 installed as 3.23
2036         
2037 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2039         * org.el (org-insert-heading): Try to do items before headings.
2040         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2041         (org-insert-item): New function.
2042         (org-renumber-ordered-list): Don't skip to higher level lists.
2044 ----------------------------------------------------------------------
2046 installed as 3.22
2047         
2048 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
2050         * org.el (org-occur-highlights): New variable.
2051         (org-highlight-new-match, org-remove-occur-highlights): New
2052         functions.
2053         (org-highlight-sparse-tree-matches): New option.
2054         (org-do-occur): New function.
2055         (org-get-heading): Make it work also at beginning of line.
2056         (org-category-table): New variable.
2057         (org-get-category-table, org-get-category)
2058         (org-camel-to-words, org-link-search): New functions.
2059         (org-select-this-todo-keyword): New variable.
2060         (org-todo-list): New command.
2061         (org-shiftright, org-shiftleft): New commands.
2062         (org-agenda-todo): Added prefix argument.
2063         (org-show-hierarchy-above): New option.
2064         (org-show-todo-tree): Numerical prefix creates tree for specific
2065         TODO keyword.
2066         (org-outline-level): New function, to assign a level to plain
2067         lists items.
2068         (org-cycle-include-plain-lists): New option.
2069         (org-mode): Use `org-outline-level' as value of `outline-level'.
2070         (org-cycle): Temporarily switch `outline-regexp' if
2071         `org-cycle-include-plain-lists' is non-nil.
2072         (org-start-icalendar-file): Fixed format bug.
2073         (org-agenda-get-day-entries): Create category table.
2074         (org-agenda-get-todos, org-agenda-get-timestamps)
2075         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2076         (org-agenda-get-blocks): Use `org-get-category'.
2077         (org-context-in-file-links): Renamed from
2078         `org-line-numbers-in-file-links' .
2080         * org.texi (TODO basics): Document the global todo list.
2081         (TODO items): Documents sparse tree for specific TODO
2082         keywords. 
2084 ----------------------------------------------------------------------
2085 installed as 3.21
2086         
2087 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
2089         * org.el (org-export-plain-list-max-depth): Renamed from
2090         `org-export-local-list-max-depth'.  Default values changed to 3.
2091         (org-auto-renumber-ordered-lists,
2092         org-plain-list-ordered-item-terminator): New options.
2093         (org-at-item-p, org-beginning-of-item, org-end-of-item,
2094         org-get-indentation, org-get-string-indentation,
2095         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2096         functions.
2097         (org-move-item-down, org-move-item-up): New commands.
2098         (org-export-as-html): New classes for CSS support.  Bug fix in
2099         regular expression detecting fixed-width regions.  Respect
2100         `org-local-list-ordered-item-terminator'.
2101         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2102         also a list item.
2103         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2104         New item moving functions added.
2106         * org.texi (Structure editing): New item moving commands added.
2107         (Plain Lists): New section.
2109 ----------------------------------------------------------------------
2110 installed as 3.20
2111         
2112 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
2114         * org.el (org-table-sort-lines): New command.
2115         (org-tbl-menu): Add entry for `org-table-sort-lines'.
2116         (org-add-file): Command removed, use `org-agenda-file-to-front'
2117         instead.
2118         (org-export-icalendar): Use `org-icalendar-combined-name'.
2119         (org-cycle-agenda-files, org-agenda-file-to-end)
2120         (org-agenda-file-to-front): New commands.
2121         (org-table-tab-jumps-over-hlines,org-export-html-style): New
2122         options.
2123         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2124         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2125         New functions.
2126         (org-fill-paragraph): Call `org-table-align' in tables.
2127         (org-mode): Call `org-set-autofill-regexps'.
2128         (org-export-as-html): Support for local handformatted lists.
2129         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2130         (org-export-local-list-max-depth): New option.
2131         (org-html-expand): Use `org-html-protect'.
2133         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
2134         (Agenda): Document commands `org-cycle-agenda-files' and
2135         `org-agenda-file-to-front'
2136         (Built-in table editor): Document `org-table-sort-lines'.
2137         (HTML formatting): Export of hand-formatted lists.
2138         ----------------------------------------------------------------------
2139 installed as 3.19
2141 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
2143         * org.el (org-read-date, org-goto-calendar)
2144         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
2145         clear 'calendar-move-hook'.
2147 ------------------------------------------------------------------------
2149 installed as 3.18       
2151 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
2153         * textmodes/org.el (org-combined-agenda-icalendar-file)
2154         (org-icalendar-include-todo, org-icalendar-combined-name): New
2155         options.
2156         (org-export-icalendar-this-file)
2157         (org-export-icalendar-all-agenda-files)
2158         (org-export-icalendar-combine-agenda-files): New commands.
2159         (org-export-icalendar, org-print-icalendar-entries)
2160         (org-start-icalendar-file, org-finish-icalendar-file)
2161         (org-ical-ts-to-string): New functions.
2162         (org-read-date, org-goto-calendar)
2163         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2164         call to `calendar'.
2165         (orgtbl-setup): Removed the :keys arguments from the menu
2166         description.
2167         (org-after-save-iCalendar-file-hook): New variable.
2169         * org.texi (Summary): Mention iCalendar support.
2170         (Exporting): Document iCalendar support.
2172         * orgcard.tex: Add iCalendar export keys.
2174 ------------------------------------------------------------------------
2175 installed as 3.17       
2176         
2177 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2179         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
2180         prefix.
2181         (orgtbl-mode-map): Full keymap instead of sparse, because all
2182         `self-insert-command' keys are redifined in this map.
2183         (org-export-as-html): Specify charset for HTML file, by taking it
2184         from the codinf system.
2186         * org.texi (Workflow states): Documented that change in keywords
2187         becomes active only after restart of Emacs.
2189 --------------------------------------------------------------------------      
2190 Installed as 3.16
2191         
2192 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
2194         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
2195         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
2196         when available.  Additional key bindings for better tty support.
2197         (org-mode-restart, org-force-self-insert): New commands.
2198         (org-time-stamp-inactive): New command.
2199         (org-remap): New function.
2200         (org-table-auto-blank-field, org-level-color-stars-only): New
2201         options.
2202         (org-enable-fixed-width-editor): Moved to `org-structure'
2203         customization group.
2204         (org-self-insert-command, orgtbl-self-insert-command): Modified to
2205         blank field after field motion commands.
2207 ----------------------------------------------------------------------
2208 installed as 3.15
2209 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2211         * textmodes/org.el (org-special-keyword): New face.
2212         (org-table-copy-down, org-table-eval-formula)
2213         (org-table-recalculate, org-init-section-numbers): Use
2214         `string-to-number' instead of `string-to-int'.
2215         (org-get-location): Use `insert-buffer-substring' instead of
2216         `insert-buffer'.
2217         (org-modify-diary-entry-string): New function.
2218         (org-get-entries-from-diary): Set the hook for
2219         `add-to-diary-list'.
2220         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
2221         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2222         active region.
2223         (org-export-as-html): Handle QUOTE keyword.
2224         (org-quote-string): New option.
2225         (org-bookmark-jump-unhide): New function, used for
2226         `bookmark-after-jump-hook'.
2227         (org-diary-default-entry): Apply only when not called through
2228         `org-agenda'.
2230 ----------------------------------------------------------------------
2231 installed as 3.14
2233 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2235         * org.el (org-table-column-names, org-table-column-name-regexp)
2236         (org-table-named-field-locations): New variables.
2237         (org-archive-subtree): Protect `this-command' when calling
2238         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2239         the kill buffer.
2240         (org-complete): Removed fixed-formula completion.
2241         (org-edit-formulas-map): New variable.
2242         (org-table-edit-formulas): New command.
2243         (org-finish-edit-formulas, org-abort-edit-formulas,
2244         org-show-variable, org-table-get-vertical-vector): New functions.
2245         (org-table-maybe-eval-formula): Handle `:=' fields.
2246         (org-table-get-stored-formulas, org-table-store-formulas)
2247         (org-table-get-formula, org-table-modify-formulas)
2248         (org-table-replace-in-formulas): Handle named field formulas.
2249         (org-table-get-specials): Store locations of named fields.
2251 ---------------------------------------------------------------------------
2253   Installed as 3.13
2255 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
2257         * org.el: Leading space replaced by TABS.
2258         (org-recalc-marks, org-table-rotate-recalc-marks)
2259         (org-table-get-specials): Treat "^" and "_" marks.
2260         (org-table-justify-field-maybe): Optional argument NEW.
2261         (org-table-eval-formula): Parsing of the format simplified.  New
2262         modes C,I.  Honor the %= parameter in the current table.  Avoid
2263         unnecessary re-align by using the NEW argument to
2264         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
2265         request to store named field equation.
2266         (org-calc-default-modes): Default for date-format mimicks
2267         org-mode.
2268         (org-agenda, org-timeline): Quote argument in
2269         `org-agenda-redo-command'.
2271 ----------------------------------------------------------------------------
2273 installed as version 3.12
2274         
2275 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
2277         * org.el (orgtbl-setup): New function, for delayed setup for the
2278         orgtbl commands.
2279         (org-calc-default-modes): New option.
2280         (orgtbl-make-binding): Use `defun' to get better help display.
2281         (org-diary): Call `org-compile-prefix-format'.
2282         (org-table-formula-substitute-names): New function.
2283         (org-agenda-day-view, org-agenda-week-view): New commands.
2284         (org-agenda-toggle-week-view): Command removed.
2285         (org-tbl-menu): Split off from org-org-menu.
2286         (org-mode): Moved removal of outline-mode menus to here.
2287         (org-table-formula-debug): New option.
2288         (org-table-insert-row): Keep first field if just "#" or "*".
2289         (org-mode): Paragraph regexps fixed.
2290         (org-table-recalculate-regexp): New constant.
2291         (org-table-justify-field-maybe): Avoid replace if not necessary.
2292         (org-copy-special, org-cut-special): Use `call-interactively'.
2293         (org-table-copy-region): Take region from `interactive' call.
2294         (org-trim): Return string even if no match.
2295         (org-formula): New face.
2296         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
2297         highlight formula-related fields in table.
2298         (org-table-p): Use regexp, not fontification.
2299         (org-table-align): Handle white space at end of line.
2300         (org-table-formula-evaluate-inline): New option.
2301         (org-mode): Auto-wrapping in comment lines turned off.
2302         (org-table-copy-down): Evaluate only in copied field, not in
2303         destination.
2304         (org-table-current-formula): Variable removed.
2305         (org-table-store-formulas, org-table-get-stored-formulas)
2306         (org-table-modify-formulas, org-table-replace-in-formulas)
2307         (org-table-maybe-eval-formula): New functions.
2308         (org-table-get-formula): Modified to use stored formulas.
2309         (org-table-insert-column, org-table-delete-column)
2310         (org-table-move-column): Call `org-table-modify-formulas'.
2311         (org-complete): Add completion for keyword formulas.
2312         (orgtbl-mode): Pull orgtbl-mode-map to start of
2313         minor-mode-map-alist.
2315 --------------------------------------------------------------------------
2317 installed as 3.11
2319         
2320 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2322         * textmodes/org.el (org-CUA-compatible): New option.
2323         (org-disputed-keys): New variable.
2324         (org-key): New function.
2325         (orgtbl-make-binding): Add docstring to the created function.
2326         (org-mode): Set paragraph start/separate regexps.
2327         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2328         (org-archive-location, org-archive-mark-done)
2329         (org-archive-stamp-time): New options.
2330         (org-archive-subtree): New command.
2331         (org-fill-paragraph): New function.
2332         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2333         (org-fake-empty-table-line): Function removed.
2334         (org-format-org-table-html): Do not create empty table lines at
2335         separator lines.  Improved table header treatment.
2336         (org-link-format): New option.
2337         (org-make-link): New function.
2338         (org-insert-link, org-store-link): Use org-make-link.
2339         (org-open-file): Quote file name for shell command, to allow
2340         spaces in file names.
2341         (org-link-regexp): Fixed bug with mailto link.
2342         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
2343         constant.
2344         (org-export-as-html): Deal with the optional angles around a link.
2345         Better treatment of file: links.
2346         (org-open-at-point): Replace @{ and @} with < and >.
2348 --------------------------------------------------------------------------
2350 installed as 3.10
2351         
2352 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
2354         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
2356 --------------------------------------------------------------------------
2359  installed as 3.09
2360         
2361 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2363         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2364         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2365         (org-agenda-add-time-grid-maybe): New function.
2366         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2367         (org-table-create): `dotimes' instead of `mapcar'.
2368         (org-xor): Simplified implementation.
2369         (org-agenda): `inhibit-redisplay' turned on.
2370         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2371         a consistent line after a state change.
2372         (org-agenda-remove-times-when-in-prefix): New option.
2373         (org-prefix-has-time): New variable.
2374         (org-parse-time-string): Optional argument NODEFAULT.
2375         (org-format-agenda-item): Parse items for time-of-day
2376         specifications and move these into the prefix if possible.
2377         (org-agenda-priority): Get current heading, not previous heading
2378         during agenda remote editing.
2379         
2380 ======================================================================
2381         Intsalled as 3.08
2382         
2383 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
2385         * org.el Many small changes to keep the byte compiler happy.
2386         (org-prefix-format-compiled): New variable.
2387         (org-compile-prefix-format): New function.
2388         (org-timeline, org-agenda, org-diary): Call
2389         `org-compile-prefix-format'.
2390         (org-agenda-prefix-format,org-timeline-prefix-format): New
2391         options.
2392         (org-agenda-get-scheduled): Check if file is openned in
2393         `org-mode'.
2394         (org-get-entries-from-diary): Use `org-get-time-of-day', for
2395         consistency with entries from `org-mode' files.
2396         (org-get-time-of-day): Fixed bug with partial matches early in a
2397         line.
2398         (org-non-link-chars): New constant.
2399         (org-link-regexp): Respect `org-non-link-chars'.
2400         (org-agenda-day-view): Command removed.
2401         (org-agenda-toggle-week-view): Renamed from
2402         `org-agenda-week-view'.
2403         (org-follow-bbdb-link, org-store-link): Search also company field.
2404         (org-highlight-overlay): New variable.
2405         (org-highlight, org-unhighlight): New functions.
2406         (org-agenda-mode): Added pre-command-hook to remove highlight.
2407         (org-evaluate-time-range): Behavior depend upon time stamp format:
2408         Does it contain a time or not?
2409         (org-show-subtree, org-show-entry): New functions.
2410         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2412 ============================================================
2413         installed as 3.06
2415 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
2417         * org.el (org-agenda-date-prompt): Renamed from
2418         `org-agenda-date-today'.
2419         (org-evaluate-time-range): Insert at point instead of directly
2420         after time range.
2421         (org-first-headline-recenter, org-subtree-end-visible-p)
2422         (org-optimize-window-after-visibility-change): New functions
2423         (org-agenda-post-command-hook): Don't allow point at end of line,
2424         to make sure it always hits the text properties.
2425         (org-agenda-next-date-line, org-agenda-previous-date-line): New
2426         commands.
2427         (org-set-regexps-and-options): Category may contain white space.
2428         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
2429         marker positions.
2430         (org-agenda-new-marker): Argument POS made optional.
2431         (org-agenda-get-timestamps): Deadlines which are done are listed
2432         in org-done-face now.
2433         (org-agenda-get-todos, org-agenda-get-timestamps)
2434         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
2435         `undone-face' and `done-face' properties.
2436         (org-last-todo-state-is-todo): New variable.
2437         (org-todo): Set `org-last-todo-state-is-todo'.
2438         (org-agenda-todo): Change face according to
2439         `org-last-todo-state-is-todo'.  And change other lines refering to
2440         the same entry.
2441         (org-calendar-goto-agenda): New command.
2442         (org-calendar-to-agenda-key): New option.
2443         (org-startup-folded): New allowed value `content'.
2444         (org-set-regexps-and-options): Accept new value `content' for
2445         `org-startup-folded'.
2446         (org-get-current-options): Handle new value `content' for
2447         `org-startup-folded'.
2448         (org-insert-todo-heading): New command.
2449         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2450         interactively in empty file and option
2451         `org-insert-mode-line-in-empty-file' has been set.
2452         (org-agenda-todo,org-agenda-priority): Modified to use
2453         `org-agenda-change-all-lines'.
2454         (org-warning-face): Changed color on dark background
2456 ======================================================================
2457         Installed as version 3.05
2458         
2459 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
2461         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) 
2462         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2464 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
2466         * org.el (org-diary-default-entry): New function.
2467         (org-get-entries-from-diary): Better parsing of diary entries
2468         (org-agenda-check-no-diary): New function.
2469         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2470         linking to diary entries.
2471         (org-agenda-execute-calendar-command): New function
2473 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
2475         * org.el (org-agenda): Improved visible section in window.  And
2476         use `org-fit-agenda-window'.
2477         (org-fit-agenda-window): New option.
2479 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
2481         * org.el (org-move-subtree-down): Better handling of empty lines
2482         at end of subtree.
2483         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2484         levels up.
2486 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
2488         * org.el (org-fontify-done-headline): New option.
2489         (org-headline-done-face): New face.
2490         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2492 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
2494         * org.el (org-table-copy-down): renamed from
2495         `org-table-copy-from-above'.  When current field is non-empty, it
2496         is copied to next row.
2498 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
2500         * org.el (org-table-copy-from-above): Fixed bug which made it
2501         impossible to copy fields containing only a single non-white
2502         character.
2504 Release of 3.04 -------------------------------------------------------------
2506 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
2508         * org.el (org-version): Prefix arg removed, was not needed.
2512         
2513 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
2515         * org.el (org-show-following-heading): New option.
2516         (org-show-hierarchy-above): Use `org-show-following-heading'.
2518 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
2520         * org.el (orgtbl-optimized): New option
2521         (orgtbl-mode): New command, a minor mode.
2522         (orgtbl-mode-map): New variable.
2523         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) 
2524         (orgtbl-error, orgtbl-self-insert-command) 
2525         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2527 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
2529         * org.el (org-mode): `org-table-may-need-update' is now a local
2530         variable in each org-mode buffer.
2532 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
2534         * org.el (org-set-regexps-and-options): Renamed from
2535         `org-set-regexps'.  Added checking for STARTUP keyword.
2536         (org-get-current-options): Added STARTUP options.
2537         (org-table-insert-row): Mode mode intelligent about when
2538         realignment is needed.
2539         (org-self-insert-command, org-delete-backward-char,
2540         org-delete-char): New commands.
2541         (org-enable-table-editor): new default value `optimized'.
2542         (org-table-blank-field): Support blanking regions if active.