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