Fix invalid <img> tag.
[org-mode.git] / lisp / ChangeLog
blob0d3579109bda1476007b6545f17be43b91a101ee
1 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-export-html-format-image): Add the / to the end
4         of the <img> tag.
6         * org.el (org-ido-switchb): New function.
8 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
10         * org-agenda.el (org-agenda-show): New prefix argument
11         FULL-ENTRY.
13         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
14         argument.
16         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
17         `org-agenda-change-all-lines'.
18         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
19         tags are now retrieved locally.
21 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
23         * org.el (org-get-outline-path): Fix bug if level is not given.
24         (org-org-menu): Do not quote function in menu vector.
26         * org-agenda.el (org-finalize-agenda): Fix typo with variable
27         name.
29 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org.el (org-refile): Avoid refiling to within the region to be
32         refiled.
34         * org-export-latex.el (org-export-latex-special-chars): Replace
35         special characters also in tables.
37         * org-agenda.el (org-agenda-change-all-lines): New argument
38         FORCE-TAGS.
39         (org-agenda-set-tags): Cet the new tags and pas them to
40         `org-format-agenda-item'.
42 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
44         * org-export-latex.el (org-export-latex-classes): Add longable as
45         a default package to all classes.
46         (org-export-latex-tables): Handle the longtable attribute and the
47         align attribute.
49         * org-table.el (orgtbl-to-generic): Handle tables that start with
50         a hline.
52         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
53         \verb for colde-like snippets.
54         (org-export-as-latex): Fix issues with region export.
56         * org.el (org-up-heading-safe): Speed up function by using a
57         direct regexp search.
58         (org-olpa): New variable.
59         (org-get-outline-path): Speed-up path constructions in cases where
60         this is possible because the entire hierarchy is scanned anyway.
61         (org-refile-get-location): Don't compare the truenames of files,
62         this is too slow.
63         (org-goto-max-level): New option.
64         (org-goto): Use `org-goto-max-level'.
66 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
68         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
69         Strip angle brackets from message-ids in the former and don't do
70         it in the latter.
71         (org-gnus-follow-link): Open summary reliable, even if the last
72         messages were deleted, and handle empty groups, too.
74 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
76         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
77         instead of \texttt for the =...= and ~===~ emphasis environments.
78         (org-export-as-latex): Remove any old :org-license-to-kill text
79         properties.
80         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
81         (org-export-latex-make-header): Add some hard space after the
82         table of contents.
83         (org-export-latex-first-lines): Accept RBEG argument.  Mark
84         exported text so that it will be excuded in further steps.
86         * org-table.el (org-table-get-specials): Make @0 reference the
87         last line in a table.
88         (org-table-recalculate): Improve docstring.
90 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
92         * org.el (org-log-done): Fix docstring.
94 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-exp.el (org-export-html-format-image): Fix bugs.
98         * org-export-latex.el (org-export-latex-tables)
99         (org-export-latex-links): Implement attribute, label, and caption
100         handling.
102         * org-exp.el (org-export-html-style-default): Add style
103         definitions for the figure div.
104         (org-export-preprocess-string, org-export-as-html): Implement
105         attribute, label, and caption handling.
106         (org-export-attach-captions-and-attributes): New function.
107         (org-export-html-format-image): New function.
108         (org-format-org-table-html): Implement attribute, label, and
109         caption handling.
111         * org.el (org-find-text-property-in-string): New function.
112         (org-extract-attributes): Use the property org-attr instead of
113         org-attrobutes, because this property is now set with the #+ATTR
114         lines.
116 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
118         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
119         the case that FROM is nil.
121         * org.el (org-before-first-heading-p): New function.
123 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
125         * org-exp.el (org-export-as-html): Do not add a space before
126         enforces line breaks.
127         (org-export-as-html): Close paragraph before blockquote and verse
128         tags.
130 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
132         * org-id.el (org-id-locations-file): Wrap file name with
133         `convert-standard-filename'.
134         (org-id-files): New variable.
135         (org-id-use-hash): New option.
136         (org-id-update-id-locations): Also search in all files current
137         listed in `org-id-files'.  Convert the resulting alist to a hash
138         if the user customation says so.
139         (org-id-locations-save): Handle he case if `org-id-locations' is a
140         hash.
141         (org-id-locations-load): Convert the alist to a hash.
142         (org-id-add-location): Handle the hast case.
143         (kill-emacs-hook): Make sure id locations are saved when Emacs is
144         exited.
145         (org-id-hash-to-alist, org-id-alist-to-hash)
146         (org-id-paste-tracker): New functions.
148 -------------------------------------------------------------------------
150 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
152         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
153         bindings of calendar variables.
155         * org-table.el (org-table-find-row-type): Renamed from
156         `org-find-row-type'.
157         (org-table-rewrite-old-row-references): Renamed from
158         `org-rewrite-old-row-references'.
159         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
160         (org-table-cleanup-narrow-column-properties): Renamed from
161         `org-cleanup-narrow-column-properties'.
163 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
166         for better error messages.
167         (org-table-get-descriptor-line): Supply the new arguments to
168         `org-find-row-type'.
169         (org-table-error-on-row-ref-crossing-hline): New option.
171         * org.el (org-target-link-regexp): Make buffer-local.
172         (org-move-subtree-down): Fix bug with trees at beginning of
173         buffer.
175 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-faces.el (org-set-tag-faces): New function.
178         (org-tags-special-faces-re): New variable.
180         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
182         * org-faces.el (org-tag-faces): New option.
183         (org-tag): Mention `org-tag-faces' in the docstring.
185 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
187         * org-exp.el (org-export-html-style-default): Implement new
188         quoting.
190         * org-jsinfo.el (org-infojs-template): Implement new quoting.
192         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
193         command to the `w3m-minor-mode-map'.
195         * org-archive.el (org-archive-to-archive-sibling): Protect
196         `this-command' to avoid appending kills during archiving.
198         * org-exp.el (org-export-with-priority): New variable.
199         (org-export-add-options-to-plist): Use `org-export-plist-vars'
200         instead of internal list of strings and properties.
201         (org-print-icalendar-entries): Retrieve the location property with
202         inheritance.
204 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
206         * org-exp.el (org-export-with-todo-keywords): New option.
207         (org-export-plist-vars): Include also the keys for the #+OPTIONS
208         line.
209         (org-default-export-plist, org-export-add-options-to-plist)
210         (org-export-as-ascii, org-export-as-html): Use the new structure
211         of `org-export-plist-vars'.
213         * org.el (org-map-entries): Return all values.
215 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
217         * org.el (org-matcher-time): Recognize more special values.
219         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
221 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org.el (org-tags-exclude-from-inheritance): New option.
224         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
225         `org-tags-exclude-from-inheritance'.
227         * org-agenda.el (org-agenda-show-inherited-tags): New option.
228         (org-format-agenda-item): Add inherited tags to the agenda line
229         string, and make sure that properties are kept when downcasing the
230         tags list.
231         (org-agenda-add-inherited-tags): New function.
232         (org-downcase-keep-props): New function.
234         * org.el (org-scan-tags): Mark inherited tags with a text
235         property.
236         (org-get-tags-at): Mark inherited tags with a text property.
237         (org-add-prop-inherited): New function.
239         * org-agenda.el (org-agenda-add-inherited-tags): New function.
240         (org-agenda-show-inherited-tags): New option.
242 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
244         * org.el (org-modules): Add org-w3m to the default modules.
246         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
247         orgtbl-mode.
248         (orgtabl-create-or-convert-from-region): New command.
250         * org-exp.el (org-export-as-ascii): Remove the handling of
251         targets.
252         (org-export-ascii-preprocess): Handle targets already in this
253         function.
255 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
257         * org-timer.el (org-timer-start-time): Define this variable.
258         (org-timer-item): Make argument optional.
260         * org-list.el (org-insert-item): Automatically insert a timer item
261         if the current list is a timer list.
263         * org-timer.el: New file.
265         * org-publish.el (org-publish-org-index): Only exclude the index
266         file in the main directory from being added to the site-map.
267         (org-publish-get-project-from-filename): If the current project is
268         a component, start publishing from the parent project.
270 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
272         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
274         * org-publish.el (org-publish-org-index): Improve removal of
275         temporary buffers.
277         * org-agenda.el (org-get-closed): Re-apply changes
278         accidentially overwritten by last commit to Emacs.
280         * org.el (org-outline-path-complete-in-steps): New option.
281         (org-refile-get-location): Honor
282         `org-outline-path-complete-in-steps'.
283         (org-agenda-change-all-lines, org-tags-sparse-tree)
284         (org-time-string-to-absolute, org-small-year-to-year)
285         (org-link-escape): Re-apply changes accidentially overwritten
286         by last commit to Emacs.
288 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-clock.el (org-dblock-write:clocktable): Make sure the
291         clocktable sees the first line.
292         (org-clock-in): Warn if the clock cannot be resumed.
294 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
296         * org.el (org-open-at-point): Fix mixup about interactive and
297         non-interactive elisp links.
299 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
301         * org-exp.el (org-export-preprocess-string): Allow one comment
302         line before the first headline to always be included.  This is
303         to not miss a commented target.
305         * org-mouse.el (org-mouse-insert-item): Call
306         `org-indent-to-column' instead of `indent-to', for XEmacs
307         compatibility.
309         * org.el (org-refile-targets): Fix customize definition so
310         that it works also in XEmacs.
311         (org-fixup-indentation): Call `org-indent-to-column' instead
312         of `indent-to', for XEmacs compatibility.
314 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
316         * org-mew.el (org-mew-store-link): Get the correct case folder
317         for refiled messages.
319 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
322         line break indicators.
324         * org.el (org-ido-completing-read): Remove the "i:" prefix for
325         ido-completion propts.
327 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
329         * org-remember.el (org-remember-apply-template): Use
330         `org-substring-no-properties'.
332         * org-compat.el (org-substring-no-properties): New function.
334         * org-remember.el (org-remember-apply-template): Use
335         `org-substring-no-properties' for compatibility.
337         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
338         option.
339         (org-fix-bullet-type): respect
340         `org-list-two-spaces-after-bullet-regexp'.
342         * org-clock.el (org-clock-load): Clean up the code.
344         * org.el (org-adaptive-fill-function): Allow two spaces after
345         "1." as a list bullet.
347 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
349         * org-clock.el (org-clock-save, org-clock-load): Check for
350         live buffers, existing files, and buffer file names to ensure
351         consistent information.
352         (org-clock-persist): Make `clock' a special value of this
353         variable, and improve docstring.
355         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
356         (org-get-string-indentation): Adapt indentation when the bullet
357         width changes.
359 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-remember.el (org-remember-finalize): Make interactive.
362         (org-remember-kill): New command.
363         (org-remember-finish-immediately): Call `org-remember-finalize'
364         directly.
365         (org-remember-finalize): Make `org-remember-finalize' an interactive
366         function.
368 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
370         * org-remember.el (org-remember-apply-template): No ido completion
371         for free prompts in remember templates.
372         (org-remember-before-finalize-hook): New hook.
373         (org-remember-mode): New minor mode.
374         (org-remember-apply-template): Turn on `org-remember-mode'.
376         * org-id.el (org-id-add-location): Avoid error when no file is
377         given.
379         * org-remember.el (org-remember-apply-template): Fix the way how
380         the list of allowed properties is retrieved from the target file.
382         * org.el (org-insert-link): Improve file link matching.
384 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
386         * org-colview.el (org-columns-display-here): New argument
387         DATELINE, to trigger using the new face.
388         (org-agenda-colview-summarize): Call `org-columns-display-here'
389         with the new argument.
391         * org-faces.el (org-agenda-column-dateline): New face.
393         * org-publish.el (org-publish-org-index): Use index-title at page
394         title, not as section.
396         * org-exp.el (org-export-html-format-desc): Respect the
397         org-protect property.
398         (org-export-as-html): Protect image specifiers that are in the
399         description part of a link.
401         * org.el (org-sort-entries-or-items, org-completing-read)
402         (org-refile-get-location, org-olpath-completing-read, org-todo)
403         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
404         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
405         (org-set-property, org-delete-property)
406         (org-delete-property-globally): Use `org-ido-completing-read'.
408         * org-remember.el (org-remember-apply-template): Use
409         `org-ido-completing-read'.
411         * org-publish.el (org-publish): Use `org-ido-completing-read'.
413         * org-colview.el (org-columns-edit-value, org-columns-new)
414         (org-insert-columns-dblock): Use `org-ido-completing-read'.
416         * org-colview-xemacs.el (org-columns-edit-value)
417         (org-columns-new, org-insert-columns-dblock): Use
418         `org-ido-completing-read'.
420         * org-attach.el (org-attach-delete-one, org-attach-open): Use
421         `org-ido-completing-read'.
423         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
424         `org-ido-completing-read'.
426         * org.el (org-time-today): New function.
427         (org-matcher-time): Use `org-time-today'.  Add special treatment
428         for "<tomorrow>" and "<yesterday>".
429         (org-ido-completing-read): New function.
430         (org-completion-use-ido): New option.
432         * org-exp.el (org-export-format-source-code): Fix bug in require
433         htmlize code.
434         (org-export-target-internal-links): Fix bug in search for text
435         property.
437 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
439         * org-export-latex.el (org-export-latex-subcontent): Interprete
440         target aliases as additonal labels.
442         * org-exp.el (org-export-target-aliases): New variable.
443         (org-export-preprocess-string)
444         (org-export-handle-invisible-targets): Fill the alias alist.
445         (org-export-as-html): Remove the &nbsp; from the anchor, and also
446         assign an id.
447         (org-html-level-start): Insert the target aliases as additonal
448         anchors.
450         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
451         picture area.
453 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
455         * org.el (org-open-at-mouse): Ensure correct link abbreviations
456         when following a link with the mouse from the agenda.
458         * org-exp.el (org-export-as-html): Avoid lone </div> when no
459         headlines are created.
461 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
463         * org-exp.el (org-export-preprocess-string): Reorder so that we
464         can still see ID properties when we collect targets.
465         (org-export-target-internal-links): Also store targets for ID's.
467         * org.el (org-link-translation-function): New option.
468         (org-open-at-point): Call `org-link-translation-function' if
469         non-nil.
470         (org-translate-link): New function.
471         (org-translate-link-from-planner): New function.
472         (org-open-at-point): Allow interactive commands in elisp links.
474         * org-exp.el (org-icalendar-cleanup-string): Restore the old
475         iCalendar quoting.  The new one seems to caus problems with
476         applications.
478         * org.el (org-yank): Set `this-command' to `yank', so that
479         `yank-pop' will work.
481 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
483         * org-id.el (org-id-search-archives): New option.
485         * org.el (org-link-to-org-use-id): New option.
486         (org-store-link): Use `org-link-to-org-use-id'.
487         (org-id): Make org-id.el a standard component.
489 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
492         hexified version of the tag.
494         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
495         compliance as far as quoting is concerned.
497         * org-vm.el (org-vm-follow-link): Require `vm-search'.
499         * org.el (org-up-heading-safe, org-forward-same-level): Always
500         call `org-back-to-heading' instead of `outline-back-to-heading'.
501         (org-back-to-heading): New wrapper around outline-back-to-heading,
502         with a useful error message telling where the error happened.
504         * org-list.el (org-update-checkbox-count): Always call
505         `org-back-to-heading' instead of `outline-back-to-heading'.
507         * org-exp.el (org-export-as-html): Make sure that each <img> tag
508         has an `alt' attribute, to ensure XHTML validation.
510 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
512         * org-publish.el (org-publish-attachment): Allow publishing to
513         overwrite attachment files.
515         * org-agenda.el (org-agenda-timerange-leaders): New option.
516         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
518         * org.el (org-edit-src-exit): Untabify ASCII image before
519         returning.
532 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org.el (org-yank): Make any prefix force normal yanking.
535         Suppress folding if text would be swallowed into a folded
536         subtree.
537         (org-yank-folded-subtrees, org-yank): Docstring updates.
539         * org-agenda.el (org-agenda-compare-effort): Treat no effort
540         defined as 0.
542         * org-exp.el (org-export-language-setup): Add Catalan and
543         Esperanto language entries.
545 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-refile): Allow refiling of entire regions.
549         * org-clock.el (org-clock-time%): New function.
551         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
552         retrieve property values.
554 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org-agenda.el (org-agenda-list): Handle the value `only' of
557         org-agenda-show-log'.
558         (org-agenda-log-mode): Interpret a double prefix arg.
560 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org-exp.el (org-export-html-footnotes-section): New variable.
563         (org-export-as-html): Use `org-export-html-footnotes-section' to
564         insert the footnotes.
565         (org-export-language-setup): Add "Footnotes" to language words.
567 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
569         * org.el (org-yank): Fix bug when not inserting a subtree.
571 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
574         instead of `vm-beginning-of-message'.
576         * org.el (org-make-link-regexps): Make sure that links to gnus can
577         contain brackets.
579 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
581         * org-attach.el (org-attach-dir): Remove duplicate ID creation
582         code.
584         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
585         shell output.
587         * org.el (org-link-abbrev-alist): Improve customization type.
589         * org-attach.el (org-attach-expand-link, org-attach-expand): New
590         functions.
592         * org-agenda.el (org-agenda-get-progress): Renamed from
593         `org-get-closed'.  Implement searching for state changes as well.
594         (org-agenda-log-mode-items): New option.
595         (org-agenda-log-mode): New option prefix argument, interpreted as
596         request to show all possible progress info.
597         (org-agenda-get-day-entries): Call `org-get-progress' instead of
598         `org-get-closed'.
599         (org-agenda-set-mode-name): Handle the more complex log mode
600         settings.
601         (org-get-closed): New alias, pointing to `org-get-progress'.
603 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
605         * org.el (org-file-apps-defaults-gnu)
606         (org-file-apps-defaults-macosx)
607         (org-file-apps-defaults-windowsnt): Add an entry defining the
608         system command.
609         (org-file-apps): Allow `system' as key and value.
610         (org-open-at-point): Explain the effect of a double prefix arg.
611         (org-open-file): If the argument `in-emacs' is (16),
612         i.e. corresponding to a double prefix argument, try to open the
613         file externally.
615 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
617         * org.el (org-insert-link): Abbreviate absolute files names in
618         links.  Also, fix a bug in which the double C-u prefix would not
619         be honored.
621 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
623         * org.el (org-insert-heading): If buffer does not end with a
624         newline, add one if necessary to insert headline correctly.
626         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
627         paragraphs, not inside.
629         * org.el (org-todo): Quote
630         `org-agenda-headline-snapshot-before-repeat'.
632         * org-exp.el (org-export-as-html): Fully process link descriptions.
633         (org-export-html-format-desc): New function.
634         (org-export-as-html): Collect footnotes into the correct basket.
635         (org-html-protect): No longer protect quotations marks here, this
636         goes wrong.
638         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
639         BEG.
641         * org-compat.el (org-fit-window-to-buffer): New function (not
642         really, a preliminary and incomplete version was present earlier,
643         but not used).
645         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
646         `org-fit-window-to-buffer'.
648         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
650         * org-agenda.el (org-agenda-get-restriction-and-command)
651         (org-fit-agenda-window, org-agenda-convert-date): Use
652         `org-fit-window-to-buffer'.
654         * org-exp.el (org-export-as-html): Process href links through
655         `org-export-html-format-href'.
656         (org-export-html-format-href): New function.
658         * org-agenda.el (org-agenda-todo): Update only the current
659         headline if this is a repeated TODO, marked done for today.
660         (org-agenda-change-all-lines): New argument JUST-THIS, to change
661         only the current line.
663         * org.el (org-todo): Take a snapshot of the headline if the
664         repeater might change it.
666 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
668         * org-publish.el (org-publish-find-title): Remove buffers visited
669         only for extracting the title.
671         * org-exp.el (org-export-html-style)
672         (org-export-html-style-default): Mark style definitions as
673         unparsed CDATA.
675         * org-publish.el (org-publish-validate-link): Function
676         re-introduced.
678 2008-11-02  Charles Sebold  <csebold@gmail.com>
680         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
681         property.
682         (org-plot-quote-timestamp-field): New function.
683         (org-plot-quote-tsv-field): Call timestamp field function when
684         necessary rather than just quoting as a string.
685         (org-plot/gnuplot-to-data): Pass in timefmt property.
686         (org-plot/gnuplot-script): Supports timefmt property.
687         (org-plot/gnuplot): Checks for timestamp column before checking
688         for text index column.
690 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
692         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
694         * org-publish.el (org-publish-org-index): Create a section in the
695         index file.
696         (org-publish-org-index): Stop linking to directories.
698         * org.el (org-emphasis-alist): Use span instead of <u> to
699         underline text.
701         * org-exp.el (org-export-as-html): Make sure <p> is closed before
702         <pre> sections.
704 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
706         * org-jsinfo.el (org-infojs-template): Remove language attribute
707         from script tag.
709 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
711         * org-agenda.el (org-agenda-remove-marked-text): New function.
712         (org-agenda-mark-filtered-text)
713         (org-agenda-unmark-filtered-text): New functions.
714         (org-write-agenda): Remove fltered text.
716         * org.el (org-make-tags-matcher): Give access to TODO "property"
717         without speed penalty.
719 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
721         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
722         option.
723         (org-store-link-props): Make sure adding to the plist works
724         correctly.
726         * org-gnus.el (org-gnus-no-new-news): New function.
727         (org-gnus-follow-link): Allow the article ID to be a message-id,
728         in addition to allowing article numbers.  Message IDs make much
729         more roubust links.
730         (org-gnus-store-link): Use message-id to create link.
732 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
734         * org.el (org-emphasize): Reverse the selection array.
735         (org-emphasis-alist): Set <code> tags for the verbatim
736         environment.
738         * org-remember.el (org-remember-handler): Fix bug with
739         prefix-related changing of the note storage target.
741         * org-exp.el (org-print-icalendar-entries): Make the exported
742         priorities compatible with RFC 2445.
744         * org-clock.el (org-clock-save): Insert time stamp without
745         dependence on time-stamp.el.
747 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
749         * org.el ("saveplace"): If saveplace puts point into an invisible
750         location, make it visible.
751         (org-make-tags-matcher): Allow inactive time stamps in time
752         comparisons.
753         (org-yank-adjusted-subtrees): New option.
754         (org-yank): Incorporate adjusting trees.
755         (org-paste-subtree): New argument FOR-YANK which will cause
756         insertion at point without backing up over white lines, and leave
757         point at the end of the inserted text.  Also if the cursor is
758         at the beginning of a headline, use the same level or the inserted
759         tree.
761         * org-publish.el (org-publish-get-base-files-1): Deal correctly
762         with broken symlinks
764 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
766         * org-exp.el (org-export-select-tags, org-get-current-options):
767         Fix typo.
769 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
771         * org-agenda.el (org-format-agenda-item)
772         (org-agenda-filter-make-matcher): Make sure tags are stored and
773         compared donwcased.
775 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
777         * org.el (org-insert-todo-heading): Fix bug with force-heading
778         argument.
780 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
782         * org-clock.el (org-clock-in-resume): Add a custom option to
783         toggle starting the clock from an open clock line.
784         (org-clock-in): When clocking in to an entry, if
785         `org-clock-in-resume' is set, check if the first clock line is
786         open and if so, start the clock from the time in the clock line.
787         (org-clock-persist): Add a custom option to toggle clock
788         persistence.
789         (org-clock-persist-query-save): Add a custom option to toggle
790         asking the user if they want to save the running clock when
791         exiting.
792         (org-clock-persist-query-resume): Add a custom option to toggle
793         asking the user if they want to resume the saved clock when Emacs
794         is restarted.
795         (org-clock-save): Add a function to save clock data.
796         This includes the contents of `org-clock-history' and the buffer
797         and position of the currently clocked task, if any.
798         (org-clock-load): Add a function to load clock data.
799         This populates `org-clock-history', and resumes the saved clocked
800         task if there is one.
801         (org-clock-persistence-insinuate): Add a method to set up the
802         hooks for clock persistence.
804 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
806         * org-exp.el (org-export-as-ascii): Handle the case that we are
807         publishing from an indirect buffer.
809         * org-table.el (org-table-copy-down): Fix bug with time stamp
810         increment.
812         * org-mouse.el (org-mouse-features): New option.
813         (org-mode-hook): Turn on features depending on
814         `org-mouse-features'.
816         * org.el (org-insert-heading-respect-content): Force heading
817         creation.
818         (org-insert-heading): keep the folding state of the heading before
819         the inserted one.
821 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
823         * org-archive.el (org-archive-to-archive-sibling): Handle top
824         level headlines better.
826 2008-10-21  Bastien Guerry  <bzg@altern.org>
828         * org-export-latex.el (org-export-latex-classes): Added
829         \usepackage{graphicx} to the default list of packages.
831 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
833         * org-agenda.el (org-agenda-filter): Renamed from
834         `org-agenda-filter-tags'.
836 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
838         * org.el (org-entry-properties): Add CATEGORY property, iven if it
839         is not defined as a property in this entry.
840         (org-add-log-note): Mask prefix argument when immediately storing
841         the note.
843         * org-agenda.el (org-agenda-filter-effort-default-operator): New
844         option.
846 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
848         * org.el (org-add-log-setup): Bugfix; code to find insertion point
849         after drawers was skipping ahead one line too many, so notes were
850         inserted after the first note instead of before it.
852 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
854         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
855         New variables.
856         (org-prepare-agenda): Reset the filter tags.
857         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
858         Show filter tags in mode line.
860         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
861         formatter.
863         * org-export-latex.el (org-latex-entities-regexp): New constant.
864         (org-export-as-pdf): Use two calls to `shell-command'.
866 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
868         * org-export-latex.el (org-export-latex-treat-sub-super-char):
869         Honor the {} value of the subsuperscript setting.  Make sure that
870         longer subsuperscripts are typeset in a roman font.
872         * org.el (org-clock-update-time-maybe): Compute negative clock
873         intervals correctly.
875 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
877         * org.el (org-add-log-setup): Respect
878         `org-log-state-notes-insert-after-drawers'.
879         (org-log-state-notes-insert-after-drawers): New option.
880         (org-todo-trigger-tag-changes): New function.
881         (org-todo): Call `org-todo-trigger-tag-changes'.
883 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
885         * org.el (org-add-log-setup): Only skip drawers if the are
886         immediately after the scheduling keywords.
888         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
889         function
890         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
891         call it with the current todo state to get the state to switch to
892         when clocking in.
893         (org-clock-in): Use org-indent-line-function to indent clock lines.
894         (org-clock-find-position): Fix indentation of empty clock drawers.
896 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
898         * org-publish.el (org-publish-org-to): Handle case when
899         org-export-to-pdf does return a file name, not a buffer.
900         (org-publish-org-to-pdf): New function.
902         * org-export-latex.el (org-export-as-pdf)
903         (org-export-as-pdf-and-open): New commands.
905         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
906         forms as ranges.
908         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
909         things in protexted regions.
911 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
913         * org-export-latex.el (org-export-latex-preprocess): Improve
914         quoting of LaTeX environments.
916 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
918         * org.el (org-edit-fixed-width-region): Exclude final newline from
919         picture area.
921         * org-export-latex.el (org-export-latex-subcontent): Add labels to
922         sections, to make internal links work.
923         (org-export-latex-fontify-headline): Do not remove all text
924         properties, to make sure that target properties survive this
925         process.
927         * org-exp.el (org-export-preprocess-string): Change sequence of
928         modifications, to make sure links are prepared before the LaTeX
929         conversions do happen.
931 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
933         * org-attach.el (org-attach-delete-all): Renamed from
934         `org-attch-delete'.  Add a security query before deleting the
935         entire directory.  New optional argument FORCE can overrule the
936         security query.
937         (org-attach-delete-one): New command.
939 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
941         * org-attach.el (org-attach-file-list): Fix bug with directory.
943 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
945         * org.el (org-apps-regexp-alist): New function.
946         (org-file-apps): Add auto-mode to the default value.
947         (org-open-file): Use the new structure of org-file-apps.
949         * org-attach.el (org-attach): Support the new keys.
950         (org-attach-method): New option.
952 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
954         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
955         March.
957         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
958         of the list value o `org-use-tag-inheritance'.
960         * org-attach.el (org-attach-auto-tag): New option.
961         (org-attach-tag, org-attach-untag): New functions.
962         (org-attach-attach, org-attach-new, org-attach-sync): Call
963         `org-attach-tag'.
964         (org-attach-delete): Call `org-attach-untag'.
966 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
968         * org-table.el (orgtbl-self-insert-command): Make this work for
969         the keypad as well.
971 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
973         * org.el (org-add-log-setup): Limit searc for drawers to entry
974         text, not to subtree.
976         * org-clock.el (org-clock-heading-for-remember): New variable.
977         (org-clock-in): Set `org-clock-heading-for-remember'.
979 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
981         * org-remember.el (org-remember-apply-template): Add new
982         expansions: %k, %K for currently clocked task and a link to the
983         currently clocked task, and %< to file notes in the currently
984         clocked task.
986 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
988         * org-export-latex.el (org-export-latex-make-header): Also insert
989         the content of the property :latex-header-extra.
991         * org-exp.el (org-infile-export-plist): Put the content of
992         #+LATEX_HEADER: into the property :latex-header-extra.
994         * org-colview.el (org-columns-get-format-and-top-level): Remove
995         resetting the marker.
997         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
998         Remove resetting the marker.
1000         * org.el (org-entry-property-inherited-from): Improve docstring.
1001         (org-entry-get-with-inheritance): Reset marker before starting the
1002         search.
1004         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1006 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1008         * org.el (org-entry-get-multivalued-property)
1009         (org-entry-protect-space, org-entry-restore-space): New
1010         functions.
1011         (org-file-apps-defaults-macosx): Let postscript files be opened by
1012         preview.
1013         (org-time-stamp-inactive): Call `org-time-stamp'.
1014         (org-time-stamp): New argument `inactive'.  Also edit inacive
1015         stamps. Convert time stamp type.
1016         (org-open-file): Interpret the `default' value for the `command'
1017         in `org-file-apps'.
1019         * org-id.el (org-id-int-to-b36-one-digit)
1020         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1021         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1022         b36.
1024 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1026         * org-id.el (org-id-reverse-string): New function.
1027         (org-id-new): Use `org-id-reverse-string' to make sure the
1028         beginning chars of the ID are mutating fast.  This allows to use a
1029         directory structure to spread things better.
1030         (org-id-prefix): Changed default to nil.
1032         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1033         restore the column of the cursor position.
1035         * org-remember.el (org-remember-apply-template): Remove properties
1036         from `initial'.
1038 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1040         * org-wl.el (org-wl-open): Remove useless call to
1041         `wl-thread-open-all'.
1043         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1044         location.
1046 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1048         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1049         `org-bbdb-anniversaries'.
1051         * org.el (org-get-next-sibling, org-forward-same-level): New
1052         functions, similar to the outline versions, but invisible headings
1053         are OK.
1055 2008-09-25  Bastien Guerry  <bzg@altern.org>
1057         * org.el (org-auto-repeat-maybe): Insert a space between
1058         the timestamp's type and the timestamp itself.
1060 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1062         * org-table.el (org-table-sum): Do not format the result with %g,
1063         it does rounding when there are too many digits.
1065         * org.el (org-map-entries): Protect the keyword-selecting variables.
1067 2008-09-23  Bastien Guerry  <bzg@altern.org>
1069         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1070         against all agenda files.
1072 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1074         * org-list.el: New file, aggregating list functions from org.el
1075         and org-export-latex.el.
1077         * org.el (org-edit-src-region-extra): New option.
1079 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1081         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1082         time before 1am.
1084 2008-09-22  Bastien Guerry  <bzg@altern.org>
1086         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1088 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1090         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1091         hline work correctly.
1092         (org-plot/gnuplot-script): Put commas at the end of each script
1093         line.
1095 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1097         * org.el (org-get-refile-targets): Replace links with their
1098         descriptions
1099         (org-imenu-get-tree): Replace links with their descriptions.
1101         * org-remember.el (org-remember-apply-template): Add a new
1102         expansion for adding properties to remember items.
1104         * org.el (org-add-log-setup): Skip over drawers (properties,
1105         clocks etc) when adding notes.
1107         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1108         items as well as the start and end times.
1110         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1111         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1113         * org-remember.el (org-get-x-clipboard): Use the compat
1114         function to get clipboard values when x-selection-value is
1115         unavailable. Use substring-no-properties instead of
1116         set-text-properties to remove text properties from the clipboard
1117         value.
1119         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1120         modeline clock string, and display the full todo value in the
1121         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1122         the currently clocked task.
1123         (org-clock-string-limit): Add a custom value for the maximum
1124         length of the clock string in the modeline.
1125         (org-clock-mode-map): Add a keymap for the modeline string
1127 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1129         * org-compat.el (org-propertize): New function.
1131 2008-09-20  Bastien Guerry  <bzg@altern.org>
1133         * org-export-latex.el (org-export-latex-tables): protect exported
1134         tables from further special chars conversion.
1135         (org-export-latex-preprocess): Preserve LaTeX environments.
1136         (org-list-parse-list): Parse descriptive lists.
1137         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1138         (org-list-to-texinfo): Export descriptive lists.
1139         (org-quote-chars): Remove.
1140         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1141         (org-export-latex-list-beginning-re): Rename to
1142         `org-list-beginning-re'
1143         (org-list-item-begin): Rename to `org-list-item-beginning'
1145 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1147         * org.el (org-refile): Allow refiling to the last entry in the
1148         buffer.
1149         (org-get-tags-at): Fix bug when inheritance is turned off.
1151 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1153         * org.el (org-indent-line-function): No longer check for src
1154         regions, this is too much overhead.
1156         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1157         matching.
1159         * org.el (org-scan-tags): Make sure that tags matching is not case
1160         sensitive.  TODO keyword matching is case sensitive, however, to
1161         avoid confusion with similar words that are not meant to be
1162         keywords.
1164 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1166         * org.el (org-get-local-tags-at): New function.
1167         (org-get-local-tags): New function.
1169         * org-exp.el (org-export-get-categories): New function.
1171         * org-agenda.el (org-sorting-choice)
1172         (org-agenda-sorting-strategy, org-agenda-get-todos)
1173         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1174         (org-agenda-get-scheduled, org-agenda-get-blocks)
1175         (org-entries-lessp): Implement sorting by TODO state.
1176         (org-cmp-todo-state): New defsubst.
1178         * org-colview.el (org-colview-construct-allowed-dates): New
1179         function.
1180         (org-columns-next-allowed-value): Use
1181         `org-colview-construct-allowed-dates'.
1183         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1184         function.
1185         (org-columns-next-allowed-value): Use
1186         `org-colview-construct-allowed-dates'.
1188 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1190         * org.el (org-protect-slash): New function.
1191         (org-get-refile-targets): Use `org-protect-slash'.
1193         * org-agenda.el (org-global-tags-completion-table): New variable.
1195         * org-exp.el (org-export-handle-export-tags): New function.
1196         (org-export-preprocess-string): Call
1197         `org-export-handle-export-tags'.
1199         * org-plot.el: New file.
1201         * org-publish.el (org-publish-expand-components): Function removed.
1202         (org-publish-expand-projects): Allow components to have components.
1204 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1206         * org.el (org-indent-line-function): Do not indent in regions that
1207         are external source code.
1208         (org-yank-and-fold-if-subtree): New function.
1210         * org-agenda.el (org-agenda-todayp): New function.
1211         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1212         `org-agenda-todayp'.
1214         * org.el (org-insert-heading-respect-content)
1215         (org-insert-todo-heading-respect-content): New commands.
1216         (org-insert-heading-respect-content): New option.
1217         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1219         * org-clock.el (org-clock-find-position): Make sure the note after
1220         the clock line gets moved into the new clock drawer.
1222 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1224         * org-id.el (org-id-new): New option.
1226 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1228         * org-table.el (org-table-copy-down): Avoid overflow during
1229         increment.  Use prefix argument 0 to temporarily disable the
1230         increment.
1232 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1234         * org-exp.el (org-export-as-html): Do not turn on the major mode
1235         if the buffer will be killed anyway.
1236         (org-get-current-options): Exclude the #+TEXT field.
1237         (org-export-as-html): Make sure text before the first headline is
1238         a paragraph.
1240         * org-publish.el (org-publish-org-to): Tell the exporter that this
1241         buffer will be killed, so it is not necessary to do major mode
1242         initialization.
1244         * org-archive.el (org-archive-to-archive-sibling): Show empty
1245         lines after folding the archive sibling.
1247         * org.el (org-log-note-extra): New variable.
1249 2008-09-05  Bastien Guerry  <bzg@altern.org>
1251         * org.el (org-additional-option-like-keywords): Added keywords for
1252         the _QUOTE, _VERSE and _SRC environments.
1254         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1255         exporting _QUOTE and _VERSE environments.
1257 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1259         * org-agenda.el (org-agenda-filter-by-tag): New command.
1261         * org-exp.el (org-get-current-options): Remove angular brackets
1262         from the date entry.
1264         * org.el (org-edit-fixed-width-region): New function.
1265         (org-edit-fixed-width-region): Also try
1266         `org-edit-fixed-width-region'.
1267         (org-edit-fixed-width-region-mode): New option.
1268         (org-activate-code): Only interprete lines starting with colon
1269         plus a space as example lines.
1271         * org-remember.el (org-remember-templates): Add nil instead of
1272         empty strings to fix the length of remember templates.
1274         * org-table.el (org-calc-default-modes): Fix the time format for
1275         calc, from 12 hour to 24 hour clock.
1277 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1279         * org-agenda.el (org-agenda-get-deadlines)
1280         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1281         entries that are pre-warnings of deadlines or reminders.
1283         * org.el (org-sort-entries-or-items): Make numeric and alpha
1284         comparisons ignore any TODO keyword and priority cookie.
1286         * org-remember.el (org-remember-handler): Reinterpretation of the
1287         prefix argument.
1289 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1291         * org-agenda.el (org-agenda-get-scheduled): Use new
1292         `org-scheduled' face.
1294         * org-faces.el (org-scheduled): New face.
1296         * org-wl.el (org-wl-open): Remove incorrect declaration.
1298         * org-gnus.el (org-gnus-store-link): Support for :to information
1299         in gnus links.
1301         * org-exp.el (org-export-as-html): Fixed typo in creator
1302         information.
1303         (org-export-protect-examples): New parameter indent.  Insert extra
1304         spaces only when this parameter is specified.
1305         (org-export-preprocess-string): Call `org-export-protect-examples'
1306         with an indentation parameter when exporting to ASCII.
1308         * org-remember.el (org-remember-templates)
1309         (org-remember-apply-template): Allow the file component to be a
1310         function.
1312         * org.el (org-goto-local-search-headings): Renamed from
1313         `org-goto-local-search-forward-headings'.  Added the possibility
1314         to search backwards.
1316 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1318         * org-export-latex.el (org-export-latex): New customization
1319         group.
1321         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1323 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1325         * org-exp.el (org-html-do-expand): Allow {} to terminate
1326         tex macro
1328 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1330         * org.el (org-buffer-list): Select buffers based on major mode,
1331         not on file name.
1333 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1335         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1336         face property.
1338         * org-colview.el (org-columns-display-here): Use
1339         `org-columns-modify-value-for-display-function'.
1341         * org-colview-xemacs.el (org-columns-display-here): Use
1342         `org-columns-modify-value-for-display-function'.
1344 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1346         * org.el (org-columns-modify-value-for-display-function): New option.
1358         * org-publish.el (org-publish-file): Make sure the directory match
1359         for the publishing directory works correctly.
1361         * org-agenda.el (org-agenda-execute-calendar-command)
1362         (org-agenda-diary-entry): Additional optional argument.
1364 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1366         * org-exp.el (org-export-as-html): Add attributes also in mailto
1367         and ftp links.
1369         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1378 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1380         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1381         sure that calls from `org-export-region-as-html' do not do the
1382         special check for a subtree.
1384 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1386         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1388 2008-07-20  Juri Linkov  <juri@jurta.org>
1390         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1391         new keymap `narrow-map' instead of binding "\C-xns".
1393 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1395         * org.el (org-open-file): Use
1396         `org-open-directory-means-index-dot-org'.
1397         (org-open-directory-means-index-dot-org): New option.
1399 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1401         * org.el (org-make-link-string): Remove link attributes from
1402         description.
1403         (org-open-at-point): Remove link attributes bevore using the path.
1405         * org-exp.el (org-export-as-html): Handle link attributes.
1407         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1409         * org-table.el (org-table-to-lisp): New function.
1411         * org.el (org-narrow-to-subtree): Do not include the final newline
1412         into the narrowed region.
1414         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1415         bug with user-define skipping condition.
1417 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1419         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1421 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1423         * org-exp.el (org-export-html-style-default): Automatic overflow
1424         handling for pre fields.
1425         (org-export-as-ascii, org-export-as-html): Change default format
1426         for time stamp.
1428         * org-table.el (org-table-export): Offer completion for translator
1429         functions, and do not require a heading above the table.
1431         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1432         Cater for the case of a list starting in the first line of the
1433         buffer.
1435 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1437         * org-publish.el (org-publish-find-title): Bug fix.
1438         (org-publish-org-index): Implement new :index-style option.
1440 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1442         * org-publish.el (org-publish-timestamp-filename): Use
1443         SHA1-encoded file names in the timestamp directory.
1445 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1447         * org-publish.el (org-publish-needed-p): Be verbose about files
1448         published and files skipped.
1450         * org-exp.el (org-export-preprocess-string): Swap link
1451         normalization and inernal link targeting.
1453         * org-publish.el (org-publish-needed-p): Create timestamp
1454         directory when it does not exist.
1456 2008-07-04  Bastien Guerry  <bzg@altern.org>
1458         * org-clock.el (org-clock-out-when-done): Doc fix.
1460         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1462         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1463         Ignore case when searching for the COMMENT cookie at export time.
1465 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1467         * org-exp.el (org-get-file-contents)
1468         (org-get-and-remove-property): New functions.
1469         (org-export-handle-include-files): Handle the new prefix options.
1470         (org-export-as-html): Fix the verse environment.
1472 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1474         * org.el (org-time=, org-time<, org-time<=, org-time>)
1475         (org-time>=, org-time<>, org-2ft): New functions.
1476         (org-op-to-function): Also provide for the time testing fucntions.
1478 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1480         * org-exp.el (org-export-html-style-default): New constant.
1482 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1484         * org-exp.el (org-export-html-style-extra): New variable.
1485         (org-export-splice-style): New function.
1487 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1489         * org-exp.el (org-export-plist-vars, org-export-as-html):
1490         Implement `org-export-creator-info'.
1491         (org-export-creator-info): New option.
1493 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1495         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1496         (org-property-drawer-re, org-clock-drawer-re): New constants.
1498 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1500         * org-exp.el (org-icalendar-use-deadline)
1501         (org-icalendar-use-scheduled): New options.
1502         (org-icalendar-include-todo): Default changed to t.
1503         (org-print-icalendar-entries): Implement better utilization of
1504         scheduling and deadline time stamps.
1505         (org-export-target-internal-links, org-export-as-html): Allow file
1506         lines without the "file:" prefix if the file path is an absolute
1507         path or starts with ".".
1509         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1510         lastweek etc.
1511         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1513 2008-06-18  Glenn Morris  <rgm@gnu.org>
1514         * org.el (org-map-entries): Let-bind `file'.
1516 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1518         * org.el (org-agenda-skip-archived-trees): Docstring now
1519         discourages using this.
1520         (org-scan-tags): Check for org-agenda-archives-mode.
1521         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1522         (org-agenda-files): Functionality of second arg changed.
1524         * org-agenda.el (org-agenda-archives-mode): New variable
1525         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1526         (org-search-view, org-todo-list, org-tags-view)
1527         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1528         `ifmode' argument.
1529         (org-agenda-quit): Reset the archives mode.
1530         (org-agenda-archives-mode): New command.
1531         (org-agenda-set-mode-name): Include archives info.
1533 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1535         * org.el (org-paste-subtree): Make sure the yanked headline is
1536         visible if it was yanked at a visible point.
1537         (org-move-item-up): Fix the bug with moving white space at the end
1538         of the item.
1539         (org-show-empty-lines-in-parent): New function.
1541 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1543         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1545         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1547         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1548         agenda prefix as well.
1550         * org-publish.el (org-publish-org-index): Make a properly indented
1551         list.
1553         * org.el (org-calendar-agenda-action-key): New option.
1554         (org-get-cursor-date): New function.
1555         (org-mark-entry-for-agenda-action): New command.
1556         (org-overriding-default-time): New variable.
1557         (org-read-date): Respect `org-overriding-default-time'.
1559         * org-remember.el (org-remember-apply-template): Respect the
1560         ovverriding default time.
1562         * org-agenda.el (org-agenda-action-marker): New variable.
1563         (org-agenda-action): New command.
1564         (org-agenda-do-action): New function.
1566 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1568         * org.el (org-schedule, org-deadline): Protect scheduled and
1569         deadline tasks against changes that accidently remove the
1570         repeater.  Also show a message with the new date when done.
1572 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1574         * org.el (org-beginning-of-line): Cater for the case when there
1575         are tags but no headline text.
1576         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1577         it set.
1579 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1581         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1582         the return value is nil instead of "nil" when there is no match.
1584         * org-exp.el (org-insert-centered): Use fill-column instead of
1585         80.
1586         (org-export-as-ascii): Use string-width to measure the width of
1587         the heading.
1589         * org.el (org-diary-to-ical-string): No longer kill buffer
1590         FROMBUF, this is now done by the caller.
1592         * org-exp.el (org-print-icalendar-entries): Move the call to
1593         `org-diary-to-ical-string' out of the loop, and kill the buffer
1594         afterwords.
1596         * org-remember.el (org-remember-visit-immediately): Position
1597         cursor after moving to the note.
1598         (org-remember-apply-template): Use a text property to record the
1599         cursor position.
1600         (org-remember-handler): Align tags after pasting the note.
1602 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1604         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1606         * org-agenda.el (org-agenda-open-link): If there is an
1607         org-bbdb-name property in the current line, jump to that bbdb
1608         entry.
1610         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1611         text property, so that the agenda knows where this entry comes
1612         from.
1614         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1615         interaction between clocking-in from the agenda, and  automatic
1616         task state switching.
1618         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1620         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1621         zmacs-region stays after this command in XEmacs.
1623 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1625         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1627         * org-remember.el (org-remember-templates): Fix bug in
1628         customization type definition.
1630         * org.el (org-map-entries): New function.
1632 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1634         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1635         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1637 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1639         * org-remember.el (org-jump-to-target-location): New variable.
1640         (org-remember-apply-template): Set
1641         `org-remember-apply-template' if requested by template.
1642         (org-remember-handler): Start an idle timer to jump to
1643         remember location.
1645         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1647         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1648         file tags.
1649         (org-get-tags-at): Add the content of `org-file-tags'.
1651         * org-exp.el (org-export-handle-comments): Fix bug with several
1652         comment lines after each other.
1653         (org-number-to-roman, org-number-to-counter): New functions.
1654         (org-export-section-number-format): New option.
1656 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1658         * org-exp.el (org-export-protect-examples): Catch the case of a
1659         missing end_example line.
1661         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1662         `org-file-tags' to nil.
1664         * org-colview.el (org-columns-next-allowed-value): Handle next
1665         argument NTH to directly select a value.
1667         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1668         argument NTH to directly select a value.
1670 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1672         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1674 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1676         * org.el (org-columns-ellipses): New option.
1678 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1680         * org-colview.el (org-columns-add-ellipses): New function.
1681         (org-columns-compact-links): New function.
1682         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1683         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1684         when in agenda.
1685         (org-columns-edit-value): Fixed bug with editing values from
1686         agenda column view.
1687         (org-columns-redo): Also redo the agenda itself.
1689 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1691         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1692         option.
1694         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1696         * org-exp.el (org-export-ascii-preprocess): Renamed from
1697         `org-export-ascii-clean-string'.
1698         (org-export-kill-licensed-text)
1699         (org-export-define-heading-targets)
1700         (org-export-handle-invisible-targets)
1701         (org-export-target-internal-links)
1702         (org-export-remove-or-extract-drawers)
1703         (org-export-remove-archived-trees)
1704         (org-export-protect-quoted-subtrees)
1705         (org-export-protect-verbatim, org-export-protect-examples)
1706         (org-export-select-backend-specific-text)
1707         (org-export-mark-blockquote-and-verse)
1708         (org-export-remove-comment-blocks-and-subtrees)
1709         (org-export-handle-comments, org-export-mark-radio-links)
1710         (org-export-remove-special-table-lines)
1711         (org-export-normalize-links)
1712         (org-export-concatenate-multiline-links)
1713         (org-export-concatenate-multiline-emphasis): New functions,
1714         obtained from spliiting the export preprocessor.
1716         * org-table.el (org-table-recalculate): Improve error message if
1717         the row number is invalid.
1719 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1721         * org-archive.el (org-archive-save-context-info): Fix bugs in
1722         customization setup and docstring.
1724         * org-exp.el (org-export-html-style): Changed the size of in the
1725         <pre> element to 90%.
1727 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1729         * org.el (org-find-src-example-start): Function removed.
1730         (org-edit-src-find-region-and-lang): New function.
1732 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1734         * org.el (org-edit-src-exit): New function.
1735         (org-exit-edit-mode): New minor mode.
1737         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1738         comment-like lines from protected examples.
1740         * org.el (org-edit-src-example, org-find-src-example-start)
1741         (org-protect-source-example, org-edit-special): New functions.
1743 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1745         * org-publish.el (org-publish-project-alist): Fix typo in
1746         docstring.
1747         (org-publish-project-alist): Handle :index-title property.
1749 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1751         * org-export-latex.el (org-export-as-latex): Make sure region
1752         bounds are correct.  Parse subtree properties relating to export.
1754         * org-exp.el (org-export-add-options-to-plist): New function.
1755         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1757 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1759         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1760         EXPORT_TITLE.
1762         * org-exp.el (org-export-get-title-from-subtree)
1763         (org-export-as-ascii, org-export-as-html): Make sure the original
1764         region-beginning and region-end are used, even after moving
1765         point.
1766         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1767         property.
1769         * org-remember.el (org-remember-last-stored-marker): New variable.
1770         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1771         (org-remember-handler): Also use marker to remember
1772         last-stored position.
1774         * org.el (org-goto-marker-or-bmk): New function.
1776 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1778         * org.el (org-file-properties): Renamed from `org-local-properties'.
1779         (org-scan-tags): Take file tags into account.
1780         (org-tags-match-list-sublevels): Default changed to t.
1782         * org-exp.el (org-export-as-html): Close paragraph after a
1783         footnote.
1785         * org.el (org-update-parent-todo-statistics): New function.
1787         * org-exp.el (org-icalendar-store-UID): New option.
1788         (org-icalendar-force-UID): Option removed.
1789         (org-print-icalendar-entries): IMplement UIDs.
1791 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1793         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1795 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1797         * org-faces.el (org-column): Document how this face is being used
1798         and why sometimes the background faces shine through.
1800         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1802         * org-publish.el (org-publish-attachment): Create publishing
1803         directory if it does not yet exist.
1805         * org-table.el (org-calc-default-modes): Change default number
1806         format to (float 8).
1808         * org.el (org-olpath-completing-read): New function.
1809         (org-time-clocksum-format): New option.
1810         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1812         * org-clock.el (org-clock-display, org-clock-out)
1813         (org-update-mode-line): Use `org-time-clocksum-format'.
1815         * org-colview-xemacs.el (org-columns-number-to-string): Use
1816         `org-time-clocksum-format'.
1818         * org-colview.el (org-columns-number-to-string): Use
1819         `org-time-clocksum-format'.
1821 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1823         * org-id.el: New file, move from contrib to core.
1825         * org-exp.el (org-icalendar-force-UID): New option.
1827 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1829         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1830         shifted by one day if theere is a date range without an end
1831         time.
1833         * org.el (org-try-structure-completion): New function.
1835 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1837         * org.el (org-set-font-lock-defaults): Improve fontification of
1838         description lists.
1839         (org-insert-item): Handle description lists.
1840         (org-adaptive-fill-function): Improve auto indentation in
1841         description lists.
1843         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1844         Implement VERSE environment.
1845         (org-export-preprocess-string): Implement the COMMENT
1846         environment.
1848         * org-export-latex.el (org-export-latex-preprocess): Implement
1849         VERSE environment.
1851 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1853         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1854         option.
1856 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1858         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1860         * org.el (org-quote-csv-field): New functions.
1862         * org-table.el (org-table-export-default-format): Remove :splice
1863         from default format, we get the same effect by not specifying
1864         :tstart and :tend.
1865         (org-table-export): Improve setup, distinguish better between
1866         interactive and non-interactive use, allow specifying the format
1867         on the fly, better protection against wrong file names.
1868         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1869         and :tend when :splice is omitted.
1871 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1873         * org-clock.el (org-clock-select-task): Make sure the selection
1874         letters are 1-9 and A-Z, no special characters.
1876 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1878         * org-exp.el (org-export-htmlize): New group.
1879         (org-export-htmlize-output-type)
1880         (org-export-htmlize-css-font-prefix): New options.
1881         (org-export-htmlize-region-for-paste): New function.
1882         (org-export-htmlize-generate-css): New command.
1884 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1886         * org/org.el (org-modules, org-format-latex-options):
1887         * org/org-archive.el (org-archive-stamp-time)
1888         (org-archive-save-context-info):
1889         * org/org-faces.el (org-hide):
1890         * org/org-irc.el (org-irc-parse-link):
1891         * org/org-macs.el (org-call-with-arg, org-autoload):
1892         * org/org-mew.el (org-mew-store-link):
1893         * org/org-remember.el (org-remember-store-without-prompt)
1894         (org-remember-templates): Fix typos in docstrings.
1896         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1898         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1899         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1900         (org-bbdb-anniv-split): Fix typos in docstrings.
1902         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1903         (org-publish-use-timestamps-flag): Reflow docstring.
1904         (org-publish-files-alist): Fix typos in docstring.
1906 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1908         * org.el (org-set-visibility-according-to-property): New function.
1909         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1910         and compute the regular expressions, and update font-lock.
1911         (org-property-re): Allow a dash in property names.
1913         * org-archive.el (org-extract-archive-file): Insert the file name
1914         without the path into the format, to allow the location format to
1915         contain a subdirectory.
1917         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1918         of buffer, and the `org-agenda-type' property undefined, use the
1919         value from the character before.
1921         * org.el (org-add-planning-info): Don't let indentation for
1922         would-be timestamp become extra whitespace at the end of headline.
1924 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1926         * org.el (org-remove-double-quotes, org-file-contents): New
1927         functions.
1929         * org-exp.el (org-infile-export-plist): Also parse the
1930         contents of #+SETUPFILE files, recursively.
1932         * org.el (org-set-regexps-and-options): Also parse the
1933         contents of #+SETUPFILE files, recursively.
1935         * org-exp.el (org-export-handle-include-files): New function.
1936         (org-export-preprocess-string): Call
1937         `org-export-handle-include-files'.
1939         * org.el (org-delete-property-globally)
1940         (org-delete-property, org-set-property): Ignore case during
1941         completion.
1942         (org-set-property): Use `org-completing-read' instead of
1943         `completing-read'.
1945         * org.el (org-complete-expand-structure-template): New,
1946         experimental function.
1947         (org-structure-template-alist): New, experimental option.
1948         (org-complete): Call `org-complete-expand-structure-template'.
1950 2008-05-06  Bastien Guerry  <bzg@altern.org>
1952         * org-export-latex.el (org-export-latex-preprocess): Added
1953         support for blockquotes.
1955 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1957         * org.el (org-read-date-analyze): Catch the case where only a
1958         weekday is given.
1960 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1962         * org.el (org-set-font-lock-defaults): Make the description
1963         tag bold.
1965         * org-exp.el (org-export-as-html, org-close-li): Implement
1966         description lists.
1968 2008-05-04  Jason Riedy  <jason@acm.org>
1970         * org-table.el (*orgtbl-default-fmt*): New variable.
1971         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1972         when there is no other fmt available.
1974         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1975         :tend to suppress the appropriate string.
1977         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1978         table.
1980 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1982         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1983         read date.
1985         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1986         New function.
1988         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1989         New function.
1991 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1993         * org-clock.el (org-clock-find-position): Don't include notes
1994         into clock drawer.
1996         * org-archive.el (org-archive-subtree): No longer remove an
1997         extra line after cutting the subtree.  `org-cut-subtree' already
1998         takes care of this.
2000         * org-remember.el (org-remember-handler): Only kill the target
2001         buffer if it does not contain the running clock.
2003         * org.el (org-markers-to-move): New variable.
2004         (org-save-markers-in-region, org-check-and-save-marker)
2005         (org-reinstall-markers-in-region): New function.
2006         (org-move-subtree-down, org-copy-subtree): Remember relative
2007         marker positions before cutting.
2008         (org-move-subtree-down, org-paste-subtree): Restore relative
2009         marker positions after pasting.
2011         * org-remember.el (org-remember-clock-out-on-exit): New option.
2012         (org-remember-finalize): Clock out only if the setting in
2013         `org-remember-clock-out-on-exit' requires it.
2014         (org-remember-handler): Do the cleanup in the buffer, to make sure
2015         that the clock marker remains in tact.
2017 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2019         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2020         (org-clock-in): Make sure that also tasks outside the narrowed
2021         region will be clocked in correctly.
2022         (org-clock-insert-selection-line): Widen the buffer so that we can
2023         find the correct task heading.
2025         * org.el (org-base-buffer): New function.
2027         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2028         and ";" are escaped.
2029         (org-print-icalendar-entries): Also apply
2030         `org-icalendar-cleanup-string' to the headline, not only to the
2031         summary property.
2033 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2035         * org-exp.el (org-export-preprocess-hook): New hook.
2036         (org-export-preprocess-string): Call
2037         `org-export-preprocess-hook'.
2039         * org.el (org-font-lock-hook): New variable.
2040         (org-font-lock-hook): New function.
2041         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2043 ;; Local Variables:
2044 ;; coding: utf-8
2045 ;; add-log-time-zone-rule: t
2046 ;; End:
2048     Copyright (C) 2008  Free Software Foundation, Inc.
2050   This file is part of GNU Emacs.
2052   GNU Emacs is free software: you can redistribute it and/or modify
2053   it under the terms of the GNU General Public License as published by
2054   the Free Software Foundation, either version 3 of the License, or
2055   (at your option) any later version.
2057   GNU Emacs is distributed in the hope that it will be useful,
2058   but WITHOUT ANY WARRANTY; without even the implied warranty of
2059   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2060   GNU General Public License for more details.
2062   You should have received a copy of the GNU General Public License
2063   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2065 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c