New command org-ido-iswitchb.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob87ab5164ab5e5fc1c5cf3ebecdbef0625f6a4c0a
1 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-ido-switchb): New function.
5 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
7         * org-agenda.el (org-agenda-show): New prefix argument
8         FULL-ENTRY.
10         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
11         argument.
13         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
14         `org-agenda-change-all-lines'.
15         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
16         tags are now retrieved locally.
18 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
20         * org.el (org-get-outline-path): Fix bug if level is not given.
21         (org-org-menu): Do not quote function in menu vector.
23         * org-agenda.el (org-finalize-agenda): Fix typo with variable
24         name.
26 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org.el (org-refile): Avoid refiling to within the region to be
29         refiled.
31         * org-export-latex.el (org-export-latex-special-chars): Replace
32         special characters also in tables.
34         * org-agenda.el (org-agenda-change-all-lines): New argument
35         FORCE-TAGS.
36         (org-agenda-set-tags): Cet the new tags and pas them to
37         `org-format-agenda-item'.
39 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-export-latex.el (org-export-latex-classes): Add longable as
42         a default package to all classes.
43         (org-export-latex-tables): Handle the longtable attribute and the
44         align attribute.
46         * org-table.el (orgtbl-to-generic): Handle tables that start with
47         a hline.
49         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
50         \verb for colde-like snippets.
51         (org-export-as-latex): Fix issues with region export.
53         * org.el (org-up-heading-safe): Speed up function by using a
54         direct regexp search.
55         (org-olpa): New variable.
56         (org-get-outline-path): Speed-up path constructions in cases where
57         this is possible because the entire hierarchy is scanned anyway.
58         (org-refile-get-location): Don't compare the truenames of files,
59         this is too slow.
60         (org-goto-max-level): New option.
61         (org-goto): Use `org-goto-max-level'.
63 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
65         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
66         Strip angle brackets from message-ids in the former and don't do
67         it in the latter.
68         (org-gnus-follow-link): Open summary reliable, even if the last
69         messages were deleted, and handle empty groups, too.
71 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
74         instead of \texttt for the =...= and ~===~ emphasis environments.
75         (org-export-as-latex): Remove any old :org-license-to-kill text
76         properties.
77         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
78         (org-export-latex-make-header): Add some hard space after the
79         table of contents.
80         (org-export-latex-first-lines): Accept RBEG argument.  Mark
81         exported text so that it will be excuded in further steps.
83         * org-table.el (org-table-get-specials): Make @0 reference the
84         last line in a table.
85         (org-table-recalculate): Improve docstring.
87 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org.el (org-log-done): Fix docstring.
91 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org-exp.el (org-export-html-format-image): Fix bugs.
95         * org-export-latex.el (org-export-latex-tables)
96         (org-export-latex-links): Implement attribute, label, and caption
97         handling.
99         * org-exp.el (org-export-html-style-default): Add style
100         definitions for the figure div.
101         (org-export-preprocess-string, org-export-as-html): Implement
102         attribute, label, and caption handling.
103         (org-export-attach-captions-and-attributes): New function.
104         (org-export-html-format-image): New function.
105         (org-format-org-table-html): Implement attribute, label, and
106         caption handling.
108         * org.el (org-find-text-property-in-string): New function.
109         (org-extract-attributes): Use the property org-attr instead of
110         org-attrobutes, because this property is now set with the #+ATTR
111         lines.
113 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
116         the case that FROM is nil.
118         * org.el (org-before-first-heading-p): New function.
120 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
122         * org-exp.el (org-export-as-html): Do not add a space before
123         enforces line breaks.
124         (org-export-as-html): Close paragraph before blockquote and verse
125         tags.
127 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org-id.el (org-id-locations-file): Wrap file name with
130         `convert-standard-filename'.
131         (org-id-files): New variable.
132         (org-id-use-hash): New option.
133         (org-id-update-id-locations): Also search in all files current
134         listed in `org-id-files'.  Convert the resulting alist to a hash
135         if the user customation says so.
136         (org-id-locations-save): Handle he case if `org-id-locations' is a
137         hash.
138         (org-id-locations-load): Convert the alist to a hash.
139         (org-id-add-location): Handle the hast case.
140         (kill-emacs-hook): Make sure id locations are saved when Emacs is
141         exited.
142         (org-id-hash-to-alist, org-id-alist-to-hash)
143         (org-id-paste-tracker): New functions.
145 -------------------------------------------------------------------------
147 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
150         bindings of calendar variables.
152         * org-table.el (org-table-find-row-type): Renamed from
153         `org-find-row-type'.
154         (org-table-rewrite-old-row-references): Renamed from
155         `org-rewrite-old-row-references'.
156         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
157         (org-table-cleanup-narrow-column-properties): Renamed from
158         `org-cleanup-narrow-column-properties'.
160 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
162         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
163         for better error messages.
164         (org-table-get-descriptor-line): Supply the new arguments to
165         `org-find-row-type'.
166         (org-table-error-on-row-ref-crossing-hline): New option.
168         * org.el (org-target-link-regexp): Make buffer-local.
169         (org-move-subtree-down): Fix bug with trees at beginning of
170         buffer.
172 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-faces.el (org-set-tag-faces): New function.
175         (org-tags-special-faces-re): New variable.
177         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
179         * org-faces.el (org-tag-faces): New option.
180         (org-tag): Mention `org-tag-faces' in the docstring.
182 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-exp.el (org-export-html-style-default): Implement new
185         quoting.
187         * org-jsinfo.el (org-infojs-template): Implement new quoting.
189         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
190         command to the `w3m-minor-mode-map'.
192         * org-archive.el (org-archive-to-archive-sibling): Protect
193         `this-command' to avoid appending kills during archiving.
195         * org-exp.el (org-export-with-priority): New variable.
196         (org-export-add-options-to-plist): Use `org-export-plist-vars'
197         instead of internal list of strings and properties.
198         (org-print-icalendar-entries): Retrieve the location property with
199         inheritance.
201 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
203         * org-exp.el (org-export-with-todo-keywords): New option.
204         (org-export-plist-vars): Include also the keys for the #+OPTIONS
205         line.
206         (org-default-export-plist, org-export-add-options-to-plist)
207         (org-export-as-ascii, org-export-as-html): Use the new structure
208         of `org-export-plist-vars'.
210         * org.el (org-map-entries): Return all values.
212 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org.el (org-matcher-time): Recognize more special values.
216         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
218 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org.el (org-tags-exclude-from-inheritance): New option.
221         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
222         `org-tags-exclude-from-inheritance'.
224         * org-agenda.el (org-agenda-show-inherited-tags): New option.
225         (org-format-agenda-item): Add inherited tags to the agenda line
226         string, and make sure that properties are kept when downcasing the
227         tags list.
228         (org-agenda-add-inherited-tags): New function.
229         (org-downcase-keep-props): New function.
231         * org.el (org-scan-tags): Mark inherited tags with a text
232         property.
233         (org-get-tags-at): Mark inherited tags with a text property.
234         (org-add-prop-inherited): New function.
236         * org-agenda.el (org-agenda-add-inherited-tags): New function.
237         (org-agenda-show-inherited-tags): New option.
239 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org.el (org-modules): Add org-w3m to the default modules.
243         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
244         orgtbl-mode.
245         (orgtabl-create-or-convert-from-region): New command.
247         * org-exp.el (org-export-as-ascii): Remove the handling of
248         targets.
249         (org-export-ascii-preprocess): Handle targets already in this
250         function.
252 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org-timer.el (org-timer-start-time): Define this variable.
255         (org-timer-item): Make argument optional.
257         * org-list.el (org-insert-item): Automatically insert a timer item
258         if the current list is a timer list.
260         * org-timer.el: New file.
262         * org-publish.el (org-publish-org-index): Only exclude the index
263         file in the main directory from being added to the site-map.
264         (org-publish-get-project-from-filename): If the current project is
265         a component, start publishing from the parent project.
267 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
271         * org-publish.el (org-publish-org-index): Improve removal of
272         temporary buffers.
274         * org-agenda.el (org-get-closed): Re-apply changes
275         accidentially overwritten by last commit to Emacs.
277         * org.el (org-outline-path-complete-in-steps): New option.
278         (org-refile-get-location): Honor
279         `org-outline-path-complete-in-steps'.
280         (org-agenda-change-all-lines, org-tags-sparse-tree)
281         (org-time-string-to-absolute, org-small-year-to-year)
282         (org-link-escape): Re-apply changes accidentially overwritten
283         by last commit to Emacs.
285 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-clock.el (org-dblock-write:clocktable): Make sure the
288         clocktable sees the first line.
289         (org-clock-in): Warn if the clock cannot be resumed.
291 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
293         * org.el (org-open-at-point): Fix mixup about interactive and
294         non-interactive elisp links.
296 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org-exp.el (org-export-preprocess-string): Allow one comment
299         line before the first headline to always be included.  This is
300         to not miss a commented target.
302         * org-mouse.el (org-mouse-insert-item): Call
303         `org-indent-to-column' instead of `indent-to', for XEmacs
304         compatibility.
306         * org.el (org-refile-targets): Fix customize definition so
307         that it works also in XEmacs.
308         (org-fixup-indentation): Call `org-indent-to-column' instead
309         of `indent-to', for XEmacs compatibility.
311 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
313         * org-mew.el (org-mew-store-link): Get the correct case folder
314         for refiled messages.
316 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
319         line break indicators.
321         * org.el (org-ido-completing-read): Remove the "i:" prefix for
322         ido-completion propts.
324 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org-remember.el (org-remember-apply-template): Use
327         `org-substring-no-properties'.
329         * org-compat.el (org-substring-no-properties): New function.
331         * org-remember.el (org-remember-apply-template): Use
332         `org-substring-no-properties' for compatibility.
334         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
335         option.
336         (org-fix-bullet-type): respect
337         `org-list-two-spaces-after-bullet-regexp'.
339         * org-clock.el (org-clock-load): Clean up the code.
341         * org.el (org-adaptive-fill-function): Allow two spaces after
342         "1." as a list bullet.
344 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
346         * org-clock.el (org-clock-save, org-clock-load): Check for
347         live buffers, existing files, and buffer file names to ensure
348         consistent information.
349         (org-clock-persist): Make `clock' a special value of this
350         variable, and improve docstring.
352         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
353         (org-get-string-indentation): Adapt indentation when the bullet
354         width changes.
356 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-remember.el (org-remember-finalize): Make interactive.
359         (org-remember-kill): New command.
360         (org-remember-finish-immediately): Call `org-remember-finalize'
361         directly.
362         (org-remember-finalize): Make `org-remember-finalize' an interactive
363         function.
365 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org-remember.el (org-remember-apply-template): No ido completion
368         for free prompts in remember templates.
369         (org-remember-before-finalize-hook): New hook.
370         (org-remember-mode): New minor mode.
371         (org-remember-apply-template): Turn on `org-remember-mode'.
373         * org-id.el (org-id-add-location): Avoid error when no file is
374         given.
376         * org-remember.el (org-remember-apply-template): Fix the way how
377         the list of allowed properties is retrieved from the target file.
379         * org.el (org-insert-link): Improve file link matching.
381 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org-colview.el (org-columns-display-here): New argument
384         DATELINE, to trigger using the new face.
385         (org-agenda-colview-summarize): Call `org-columns-display-here'
386         with the new argument.
388         * org-faces.el (org-agenda-column-dateline): New face.
390         * org-publish.el (org-publish-org-index): Use index-title at page
391         title, not as section.
393         * org-exp.el (org-export-html-format-desc): Respect the
394         org-protect property.
395         (org-export-as-html): Protect image specifiers that are in the
396         description part of a link.
398         * org.el (org-sort-entries-or-items, org-completing-read)
399         (org-refile-get-location, org-olpath-completing-read, org-todo)
400         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
401         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
402         (org-set-property, org-delete-property)
403         (org-delete-property-globally): Use `org-ido-completing-read'.
405         * org-remember.el (org-remember-apply-template): Use
406         `org-ido-completing-read'.
408         * org-publish.el (org-publish): Use `org-ido-completing-read'.
410         * org-colview.el (org-columns-edit-value, org-columns-new)
411         (org-insert-columns-dblock): Use `org-ido-completing-read'.
413         * org-colview-xemacs.el (org-columns-edit-value)
414         (org-columns-new, org-insert-columns-dblock): Use
415         `org-ido-completing-read'.
417         * org-attach.el (org-attach-delete-one, org-attach-open): Use
418         `org-ido-completing-read'.
420         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
421         `org-ido-completing-read'.
423         * org.el (org-time-today): New function.
424         (org-matcher-time): Use `org-time-today'.  Add special treatment
425         for "<tomorrow>" and "<yesterday>".
426         (org-ido-completing-read): New function.
427         (org-completion-use-ido): New option.
429         * org-exp.el (org-export-format-source-code): Fix bug in require
430         htmlize code.
431         (org-export-target-internal-links): Fix bug in search for text
432         property.
434 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
436         * org-export-latex.el (org-export-latex-subcontent): Interprete
437         target aliases as additonal labels.
439         * org-exp.el (org-export-target-aliases): New variable.
440         (org-export-preprocess-string)
441         (org-export-handle-invisible-targets): Fill the alias alist.
442         (org-export-as-html): Remove the &nbsp; from the anchor, and also
443         assign an id.
444         (org-html-level-start): Insert the target aliases as additonal
445         anchors.
447         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
448         picture area.
450 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
452         * org.el (org-open-at-mouse): Ensure correct link abbreviations
453         when following a link with the mouse from the agenda.
455         * org-exp.el (org-export-as-html): Avoid lone </div> when no
456         headlines are created.
458 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org-exp.el (org-export-preprocess-string): Reorder so that we
461         can still see ID properties when we collect targets.
462         (org-export-target-internal-links): Also store targets for ID's.
464         * org.el (org-link-translation-function): New option.
465         (org-open-at-point): Call `org-link-translation-function' if
466         non-nil.
467         (org-translate-link): New function.
468         (org-translate-link-from-planner): New function.
469         (org-open-at-point): Allow interactive commands in elisp links.
471         * org-exp.el (org-icalendar-cleanup-string): Restore the old
472         iCalendar quoting.  The new one seems to caus problems with
473         applications.
475         * org.el (org-yank): Set `this-command' to `yank', so that
476         `yank-pop' will work.
478 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
480         * org-id.el (org-id-search-archives): New option.
482         * org.el (org-link-to-org-use-id): New option.
483         (org-store-link): Use `org-link-to-org-use-id'.
484         (org-id): Make org-id.el a standard component.
486 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
488         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
489         hexified version of the tag.
491         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
492         compliance as far as quoting is concerned.
494         * org-vm.el (org-vm-follow-link): Require `vm-search'.
496         * org.el (org-up-heading-safe, org-forward-same-level): Always
497         call `org-back-to-heading' instead of `outline-back-to-heading'.
498         (org-back-to-heading): New wrapper around outline-back-to-heading,
499         with a useful error message telling where the error happened.
501         * org-list.el (org-update-checkbox-count): Always call
502         `org-back-to-heading' instead of `outline-back-to-heading'.
504         * org-exp.el (org-export-as-html): Make sure that each <img> tag
505         has an `alt' attribute, to ensure XHTML validation.
507 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org-publish.el (org-publish-attachment): Allow publishing to
510         overwrite attachment files.
512         * org-agenda.el (org-agenda-timerange-leaders): New option.
513         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
515         * org.el (org-edit-src-exit): Untabify ASCII image before
516         returning.
529 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org.el (org-yank): Make any prefix force normal yanking.
532         Suppress folding if text would be swallowed into a folded
533         subtree.
534         (org-yank-folded-subtrees, org-yank): Docstring updates.
536         * org-agenda.el (org-agenda-compare-effort): Treat no effort
537         defined as 0.
539         * org-exp.el (org-export-language-setup): Add Catalan and
540         Esperanto language entries.
542 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
544         * org.el (org-refile): Allow refiling of entire regions.
546         * org-clock.el (org-clock-time%): New function.
548         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
549         retrieve property values.
551 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
553         * org-agenda.el (org-agenda-list): Handle the value `only' of
554         org-agenda-show-log'.
555         (org-agenda-log-mode): Interpret a double prefix arg.
557 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
559         * org-exp.el (org-export-html-footnotes-section): New variable.
560         (org-export-as-html): Use `org-export-html-footnotes-section' to
561         insert the footnotes.
562         (org-export-language-setup): Add "Footnotes" to language words.
564 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org.el (org-yank): Fix bug when not inserting a subtree.
568 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
571         instead of `vm-beginning-of-message'.
573         * org.el (org-make-link-regexps): Make sure that links to gnus can
574         contain brackets.
576 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-attach.el (org-attach-dir): Remove duplicate ID creation
579         code.
581         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
582         shell output.
584         * org.el (org-link-abbrev-alist): Improve customization type.
586         * org-attach.el (org-attach-expand-link, org-attach-expand): New
587         functions.
589         * org-agenda.el (org-agenda-get-progress): Renamed from
590         `org-get-closed'.  Implement searching for state changes as well.
591         (org-agenda-log-mode-items): New option.
592         (org-agenda-log-mode): New option prefix argument, interpreted as
593         request to show all possible progress info.
594         (org-agenda-get-day-entries): Call `org-get-progress' instead of
595         `org-get-closed'.
596         (org-agenda-set-mode-name): Handle the more complex log mode
597         settings.
598         (org-get-closed): New alias, pointing to `org-get-progress'.
600 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
602         * org.el (org-file-apps-defaults-gnu)
603         (org-file-apps-defaults-macosx)
604         (org-file-apps-defaults-windowsnt): Add an entry defining the
605         system command.
606         (org-file-apps): Allow `system' as key and value.
607         (org-open-at-point): Explain the effect of a double prefix arg.
608         (org-open-file): If the argument `in-emacs' is (16),
609         i.e. corresponding to a double prefix argument, try to open the
610         file externally.
612 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
614         * org.el (org-insert-link): Abbreviate absolute files names in
615         links.  Also, fix a bug in which the double C-u prefix would not
616         be honored.
618 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
620         * org.el (org-insert-heading): If buffer does not end with a
621         newline, add one if necessary to insert headline correctly.
623         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
624         paragraphs, not inside.
626         * org.el (org-todo): Quote
627         `org-agenda-headline-snapshot-before-repeat'.
629         * org-exp.el (org-export-as-html): Fully process link descriptions.
630         (org-export-html-format-desc): New function.
631         (org-export-as-html): Collect footnotes into the correct basket.
632         (org-html-protect): No longer protect quotations marks here, this
633         goes wrong.
635         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
636         BEG.
638         * org-compat.el (org-fit-window-to-buffer): New function (not
639         really, a preliminary and incomplete version was present earlier,
640         but not used).
642         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
643         `org-fit-window-to-buffer'.
645         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
647         * org-agenda.el (org-agenda-get-restriction-and-command)
648         (org-fit-agenda-window, org-agenda-convert-date): Use
649         `org-fit-window-to-buffer'.
651         * org-exp.el (org-export-as-html): Process href links through
652         `org-export-html-format-href'.
653         (org-export-html-format-href): New function.
655         * org-agenda.el (org-agenda-todo): Update only the current
656         headline if this is a repeated TODO, marked done for today.
657         (org-agenda-change-all-lines): New argument JUST-THIS, to change
658         only the current line.
660         * org.el (org-todo): Take a snapshot of the headline if the
661         repeater might change it.
663 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
665         * org-publish.el (org-publish-find-title): Remove buffers visited
666         only for extracting the title.
668         * org-exp.el (org-export-html-style)
669         (org-export-html-style-default): Mark style definitions as
670         unparsed CDATA.
672         * org-publish.el (org-publish-validate-link): Function
673         re-introduced.
675 2008-11-02  Charles Sebold  <csebold@gmail.com>
677         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
678         property.
679         (org-plot-quote-timestamp-field): New function.
680         (org-plot-quote-tsv-field): Call timestamp field function when
681         necessary rather than just quoting as a string.
682         (org-plot/gnuplot-to-data): Pass in timefmt property.
683         (org-plot/gnuplot-script): Supports timefmt property.
684         (org-plot/gnuplot): Checks for timestamp column before checking
685         for text index column.
687 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
689         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
691         * org-publish.el (org-publish-org-index): Create a section in the
692         index file.
693         (org-publish-org-index): Stop linking to directories.
695         * org.el (org-emphasis-alist): Use span instead of <u> to
696         underline text.
698         * org-exp.el (org-export-as-html): Make sure <p> is closed before
699         <pre> sections.
701 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
703         * org-jsinfo.el (org-infojs-template): Remove language attribute
704         from script tag.
706 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
708         * org-agenda.el (org-agenda-remove-marked-text): New function.
709         (org-agenda-mark-filtered-text)
710         (org-agenda-unmark-filtered-text): New functions.
711         (org-write-agenda): Remove fltered text.
713         * org.el (org-make-tags-matcher): Give access to TODO "property"
714         without speed penalty.
716 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
718         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
719         option.
720         (org-store-link-props): Make sure adding to the plist works
721         correctly.
723         * org-gnus.el (org-gnus-no-new-news): New function.
724         (org-gnus-follow-link): Allow the article ID to be a message-id,
725         in addition to allowing article numbers.  Message IDs make much
726         more roubust links.
727         (org-gnus-store-link): Use message-id to create link.
729 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
731         * org.el (org-emphasize): Reverse the selection array.
732         (org-emphasis-alist): Set <code> tags for the verbatim
733         environment.
735         * org-remember.el (org-remember-handler): Fix bug with
736         prefix-related changing of the note storage target.
738         * org-exp.el (org-print-icalendar-entries): Make the exported
739         priorities compatible with RFC 2445.
741         * org-clock.el (org-clock-save): Insert time stamp without
742         dependence on time-stamp.el.
744 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
746         * org.el ("saveplace"): If saveplace puts point into an invisible
747         location, make it visible.
748         (org-make-tags-matcher): Allow inactive time stamps in time
749         comparisons.
750         (org-yank-adjusted-subtrees): New option.
751         (org-yank): Incorporate adjusting trees.
752         (org-paste-subtree): New argument FOR-YANK which will cause
753         insertion at point without backing up over white lines, and leave
754         point at the end of the inserted text.  Also if the cursor is
755         at the beginning of a headline, use the same level or the inserted
756         tree.
758         * org-publish.el (org-publish-get-base-files-1): Deal correctly
759         with broken symlinks
761 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
763         * org-exp.el (org-export-select-tags, org-get-current-options):
764         Fix typo.
766 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
768         * org-agenda.el (org-format-agenda-item)
769         (org-agenda-filter-make-matcher): Make sure tags are stored and
770         compared donwcased.
772 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
774         * org.el (org-insert-todo-heading): Fix bug with force-heading
775         argument.
777 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
779         * org-clock.el (org-clock-in-resume): Add a custom option to
780         toggle starting the clock from an open clock line.
781         (org-clock-in): When clocking in to an entry, if
782         `org-clock-in-resume' is set, check if the first clock line is
783         open and if so, start the clock from the time in the clock line.
784         (org-clock-persist): Add a custom option to toggle clock
785         persistence.
786         (org-clock-persist-query-save): Add a custom option to toggle
787         asking the user if they want to save the running clock when
788         exiting.
789         (org-clock-persist-query-resume): Add a custom option to toggle
790         asking the user if they want to resume the saved clock when Emacs
791         is restarted.
792         (org-clock-save): Add a function to save clock data.
793         This includes the contents of `org-clock-history' and the buffer
794         and position of the currently clocked task, if any.
795         (org-clock-load): Add a function to load clock data.
796         This populates `org-clock-history', and resumes the saved clocked
797         task if there is one.
798         (org-clock-persistence-insinuate): Add a method to set up the
799         hooks for clock persistence.
801 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
803         * org-exp.el (org-export-as-ascii): Handle the case that we are
804         publishing from an indirect buffer.
806         * org-table.el (org-table-copy-down): Fix bug with time stamp
807         increment.
809         * org-mouse.el (org-mouse-features): New option.
810         (org-mode-hook): Turn on features depending on
811         `org-mouse-features'.
813         * org.el (org-insert-heading-respect-content): Force heading
814         creation.
815         (org-insert-heading): keep the folding state of the heading before
816         the inserted one.
818 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
820         * org-archive.el (org-archive-to-archive-sibling): Handle top
821         level headlines better.
823 2008-10-21  Bastien Guerry  <bzg@altern.org>
825         * org-export-latex.el (org-export-latex-classes): Added
826         \usepackage{graphicx} to the default list of packages.
828 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
830         * org-agenda.el (org-agenda-filter): Renamed from
831         `org-agenda-filter-tags'.
833 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
835         * org.el (org-entry-properties): Add CATEGORY property, iven if it
836         is not defined as a property in this entry.
837         (org-add-log-note): Mask prefix argument when immediately storing
838         the note.
840         * org-agenda.el (org-agenda-filter-effort-default-operator): New
841         option.
843 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
845         * org.el (org-add-log-setup): Bugfix; code to find insertion point
846         after drawers was skipping ahead one line too many, so notes were
847         inserted after the first note instead of before it.
849 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
851         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
852         New variables.
853         (org-prepare-agenda): Reset the filter tags.
854         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
855         Show filter tags in mode line.
857         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
858         formatter.
860         * org-export-latex.el (org-latex-entities-regexp): New constant.
861         (org-export-as-pdf): Use two calls to `shell-command'.
863 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
865         * org-export-latex.el (org-export-latex-treat-sub-super-char):
866         Honor the {} value of the subsuperscript setting.  Make sure that
867         longer subsuperscripts are typeset in a roman font.
869         * org.el (org-clock-update-time-maybe): Compute negative clock
870         intervals correctly.
872 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
874         * org.el (org-add-log-setup): Respect
875         `org-log-state-notes-insert-after-drawers'.
876         (org-log-state-notes-insert-after-drawers): New option.
877         (org-todo-trigger-tag-changes): New function.
878         (org-todo): Call `org-todo-trigger-tag-changes'.
880 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
882         * org.el (org-add-log-setup): Only skip drawers if the are
883         immediately after the scheduling keywords.
885         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
886         function
887         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
888         call it with the current todo state to get the state to switch to
889         when clocking in.
890         (org-clock-in): Use org-indent-line-function to indent clock lines.
891         (org-clock-find-position): Fix indentation of empty clock drawers.
893 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
895         * org-publish.el (org-publish-org-to): Handle case when
896         org-export-to-pdf does return a file name, not a buffer.
897         (org-publish-org-to-pdf): New function.
899         * org-export-latex.el (org-export-as-pdf)
900         (org-export-as-pdf-and-open): New commands.
902         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
903         forms as ranges.
905         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
906         things in protexted regions.
908 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
910         * org-export-latex.el (org-export-latex-preprocess): Improve
911         quoting of LaTeX environments.
913 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
915         * org.el (org-edit-fixed-width-region): Exclude final newline from
916         picture area.
918         * org-export-latex.el (org-export-latex-subcontent): Add labels to
919         sections, to make internal links work.
920         (org-export-latex-fontify-headline): Do not remove all text
921         properties, to make sure that target properties survive this
922         process.
924         * org-exp.el (org-export-preprocess-string): Change sequence of
925         modifications, to make sure links are prepared before the LaTeX
926         conversions do happen.
928 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
930         * org-attach.el (org-attach-delete-all): Renamed from
931         `org-attch-delete'.  Add a security query before deleting the
932         entire directory.  New optional argument FORCE can overrule the
933         security query.
934         (org-attach-delete-one): New command.
936 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
938         * org-attach.el (org-attach-file-list): Fix bug with directory.
940 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
942         * org.el (org-apps-regexp-alist): New function.
943         (org-file-apps): Add auto-mode to the default value.
944         (org-open-file): Use the new structure of org-file-apps.
946         * org-attach.el (org-attach): Support the new keys.
947         (org-attach-method): New option.
949 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
951         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
952         March.
954         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
955         of the list value o `org-use-tag-inheritance'.
957         * org-attach.el (org-attach-auto-tag): New option.
958         (org-attach-tag, org-attach-untag): New functions.
959         (org-attach-attach, org-attach-new, org-attach-sync): Call
960         `org-attach-tag'.
961         (org-attach-delete): Call `org-attach-untag'.
963 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
965         * org-table.el (orgtbl-self-insert-command): Make this work for
966         the keypad as well.
968 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
970         * org.el (org-add-log-setup): Limit searc for drawers to entry
971         text, not to subtree.
973         * org-clock.el (org-clock-heading-for-remember): New variable.
974         (org-clock-in): Set `org-clock-heading-for-remember'.
976 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
978         * org-remember.el (org-remember-apply-template): Add new
979         expansions: %k, %K for currently clocked task and a link to the
980         currently clocked task, and %< to file notes in the currently
981         clocked task.
983 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
985         * org-export-latex.el (org-export-latex-make-header): Also insert
986         the content of the property :latex-header-extra.
988         * org-exp.el (org-infile-export-plist): Put the content of
989         #+LATEX_HEADER: into the property :latex-header-extra.
991         * org-colview.el (org-columns-get-format-and-top-level): Remove
992         resetting the marker.
994         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
995         Remove resetting the marker.
997         * org.el (org-entry-property-inherited-from): Improve docstring.
998         (org-entry-get-with-inheritance): Reset marker before starting the
999         search.
1001         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1003 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1005         * org.el (org-entry-get-multivalued-property)
1006         (org-entry-protect-space, org-entry-restore-space): New
1007         functions.
1008         (org-file-apps-defaults-macosx): Let postscript files be opened by
1009         preview.
1010         (org-time-stamp-inactive): Call `org-time-stamp'.
1011         (org-time-stamp): New argument `inactive'.  Also edit inacive
1012         stamps. Convert time stamp type.
1013         (org-open-file): Interpret the `default' value for the `command'
1014         in `org-file-apps'.
1016         * org-id.el (org-id-int-to-b36-one-digit)
1017         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1018         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1019         b36.
1021 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1023         * org-id.el (org-id-reverse-string): New function.
1024         (org-id-new): Use `org-id-reverse-string' to make sure the
1025         beginning chars of the ID are mutating fast.  This allows to use a
1026         directory structure to spread things better.
1027         (org-id-prefix): Changed default to nil.
1029         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1030         restore the column of the cursor position.
1032         * org-remember.el (org-remember-apply-template): Remove properties
1033         from `initial'.
1035 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1037         * org-wl.el (org-wl-open): Remove useless call to
1038         `wl-thread-open-all'.
1040         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1041         location.
1043 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1045         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1046         `org-bbdb-anniversaries'.
1048         * org.el (org-get-next-sibling, org-forward-same-level): New
1049         functions, similar to the outline versions, but invisible headings
1050         are OK.
1052 2008-09-25  Bastien Guerry  <bzg@altern.org>
1054         * org.el (org-auto-repeat-maybe): Insert a space between
1055         the timestamp's type and the timestamp itself.
1057 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1059         * org-table.el (org-table-sum): Do not format the result with %g,
1060         it does rounding when there are too many digits.
1062         * org.el (org-map-entries): Protect the keyword-selecting variables.
1064 2008-09-23  Bastien Guerry  <bzg@altern.org>
1066         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1067         against all agenda files.
1069 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1071         * org-list.el: New file, aggregating list functions from org.el
1072         and org-export-latex.el.
1074         * org.el (org-edit-src-region-extra): New option.
1076 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1078         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1079         time before 1am.
1081 2008-09-22  Bastien Guerry  <bzg@altern.org>
1083         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1085 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1087         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1088         hline work correctly.
1089         (org-plot/gnuplot-script): Put commas at the end of each script
1090         line.
1092 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1094         * org.el (org-get-refile-targets): Replace links with their
1095         descriptions
1096         (org-imenu-get-tree): Replace links with their descriptions.
1098         * org-remember.el (org-remember-apply-template): Add a new
1099         expansion for adding properties to remember items.
1101         * org.el (org-add-log-setup): Skip over drawers (properties,
1102         clocks etc) when adding notes.
1104         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1105         items as well as the start and end times.
1107         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1108         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1110         * org-remember.el (org-get-x-clipboard): Use the compat
1111         function to get clipboard values when x-selection-value is
1112         unavailable. Use substring-no-properties instead of
1113         set-text-properties to remove text properties from the clipboard
1114         value.
1116         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1117         modeline clock string, and display the full todo value in the
1118         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1119         the currently clocked task.
1120         (org-clock-string-limit): Add a custom value for the maximum
1121         length of the clock string in the modeline.
1122         (org-clock-mode-map): Add a keymap for the modeline string
1124 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1126         * org-compat.el (org-propertize): New function.
1128 2008-09-20  Bastien Guerry  <bzg@altern.org>
1130         * org-export-latex.el (org-export-latex-tables): protect exported
1131         tables from further special chars conversion.
1132         (org-export-latex-preprocess): Preserve LaTeX environments.
1133         (org-list-parse-list): Parse descriptive lists.
1134         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1135         (org-list-to-texinfo): Export descriptive lists.
1136         (org-quote-chars): Remove.
1137         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1138         (org-export-latex-list-beginning-re): Rename to
1139         `org-list-beginning-re'
1140         (org-list-item-begin): Rename to `org-list-item-beginning'
1142 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1144         * org.el (org-refile): Allow refiling to the last entry in the
1145         buffer.
1146         (org-get-tags-at): Fix bug when inheritance is turned off.
1148 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1150         * org.el (org-indent-line-function): No longer check for src
1151         regions, this is too much overhead.
1153         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1154         matching.
1156         * org.el (org-scan-tags): Make sure that tags matching is not case
1157         sensitive.  TODO keyword matching is case sensitive, however, to
1158         avoid confusion with similar words that are not meant to be
1159         keywords.
1161 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1163         * org.el (org-get-local-tags-at): New function.
1164         (org-get-local-tags): New function.
1166         * org-exp.el (org-export-get-categories): New function.
1168         * org-agenda.el (org-sorting-choice)
1169         (org-agenda-sorting-strategy, org-agenda-get-todos)
1170         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1171         (org-agenda-get-scheduled, org-agenda-get-blocks)
1172         (org-entries-lessp): Implement sorting by TODO state.
1173         (org-cmp-todo-state): New defsubst.
1175         * org-colview.el (org-colview-construct-allowed-dates): New
1176         function.
1177         (org-columns-next-allowed-value): Use
1178         `org-colview-construct-allowed-dates'.
1180         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1181         function.
1182         (org-columns-next-allowed-value): Use
1183         `org-colview-construct-allowed-dates'.
1185 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1187         * org.el (org-protect-slash): New function.
1188         (org-get-refile-targets): Use `org-protect-slash'.
1190         * org-agenda.el (org-global-tags-completion-table): New variable.
1192         * org-exp.el (org-export-handle-export-tags): New function.
1193         (org-export-preprocess-string): Call
1194         `org-export-handle-export-tags'.
1196         * org-plot.el: New file.
1198         * org-publish.el (org-publish-expand-components): Function removed.
1199         (org-publish-expand-projects): Allow components to have components.
1201 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1203         * org.el (org-indent-line-function): Do not indent in regions that
1204         are external source code.
1205         (org-yank-and-fold-if-subtree): New function.
1207         * org-agenda.el (org-agenda-todayp): New function.
1208         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1209         `org-agenda-todayp'.
1211         * org.el (org-insert-heading-respect-content)
1212         (org-insert-todo-heading-respect-content): New commands.
1213         (org-insert-heading-respect-content): New option.
1214         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1216         * org-clock.el (org-clock-find-position): Make sure the note after
1217         the clock line gets moved into the new clock drawer.
1219 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1221         * org-id.el (org-id-new): New option.
1223 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1225         * org-table.el (org-table-copy-down): Avoid overflow during
1226         increment.  Use prefix argument 0 to temporarily disable the
1227         increment.
1229 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1231         * org-exp.el (org-export-as-html): Do not turn on the major mode
1232         if the buffer will be killed anyway.
1233         (org-get-current-options): Exclude the #+TEXT field.
1234         (org-export-as-html): Make sure text before the first headline is
1235         a paragraph.
1237         * org-publish.el (org-publish-org-to): Tell the exporter that this
1238         buffer will be killed, so it is not necessary to do major mode
1239         initialization.
1241         * org-archive.el (org-archive-to-archive-sibling): Show empty
1242         lines after folding the archive sibling.
1244         * org.el (org-log-note-extra): New variable.
1246 2008-09-05  Bastien Guerry  <bzg@altern.org>
1248         * org.el (org-additional-option-like-keywords): Added keywords for
1249         the _QUOTE, _VERSE and _SRC environments.
1251         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1252         exporting _QUOTE and _VERSE environments.
1254 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1256         * org-agenda.el (org-agenda-filter-by-tag): New command.
1258         * org-exp.el (org-get-current-options): Remove angular brackets
1259         from the date entry.
1261         * org.el (org-edit-fixed-width-region): New function.
1262         (org-edit-fixed-width-region): Also try
1263         `org-edit-fixed-width-region'.
1264         (org-edit-fixed-width-region-mode): New option.
1265         (org-activate-code): Only interprete lines starting with colon
1266         plus a space as example lines.
1268         * org-remember.el (org-remember-templates): Add nil instead of
1269         empty strings to fix the length of remember templates.
1271         * org-table.el (org-calc-default-modes): Fix the time format for
1272         calc, from 12 hour to 24 hour clock.
1274 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1276         * org-agenda.el (org-agenda-get-deadlines)
1277         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1278         entries that are pre-warnings of deadlines or reminders.
1280         * org.el (org-sort-entries-or-items): Make numeric and alpha
1281         comparisons ignore any TODO keyword and priority cookie.
1283         * org-remember.el (org-remember-handler): Reinterpretation of the
1284         prefix argument.
1286 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1288         * org-agenda.el (org-agenda-get-scheduled): Use new
1289         `org-scheduled' face.
1291         * org-faces.el (org-scheduled): New face.
1293         * org-wl.el (org-wl-open): Remove incorrect declaration.
1295         * org-gnus.el (org-gnus-store-link): Support for :to information
1296         in gnus links.
1298         * org-exp.el (org-export-as-html): Fixed typo in creator
1299         information.
1300         (org-export-protect-examples): New parameter indent.  Insert extra
1301         spaces only when this parameter is specified.
1302         (org-export-preprocess-string): Call `org-export-protect-examples'
1303         with an indentation parameter when exporting to ASCII.
1305         * org-remember.el (org-remember-templates)
1306         (org-remember-apply-template): Allow the file component to be a
1307         function.
1309         * org.el (org-goto-local-search-headings): Renamed from
1310         `org-goto-local-search-forward-headings'.  Added the possibility
1311         to search backwards.
1313 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1315         * org-export-latex.el (org-export-latex): New customization
1316         group.
1318         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1320 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1322         * org-exp.el (org-html-do-expand): Allow {} to terminate
1323         tex macro
1325 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1327         * org.el (org-buffer-list): Select buffers based on major mode,
1328         not on file name.
1330 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1332         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1333         face property.
1335         * org-colview.el (org-columns-display-here): Use
1336         `org-columns-modify-value-for-display-function'.
1338         * org-colview-xemacs.el (org-columns-display-here): Use
1339         `org-columns-modify-value-for-display-function'.
1341 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1343         * org.el (org-columns-modify-value-for-display-function): New option.
1355         * org-publish.el (org-publish-file): Make sure the directory match
1356         for the publishing directory works correctly.
1358         * org-agenda.el (org-agenda-execute-calendar-command)
1359         (org-agenda-diary-entry): Additional optional argument.
1361 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1363         * org-exp.el (org-export-as-html): Add attributes also in mailto
1364         and ftp links.
1366         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1375 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1377         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1378         sure that calls from `org-export-region-as-html' do not do the
1379         special check for a subtree.
1381 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1383         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1385 2008-07-20  Juri Linkov  <juri@jurta.org>
1387         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1388         new keymap `narrow-map' instead of binding "\C-xns".
1390 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1392         * org.el (org-open-file): Use
1393         `org-open-directory-means-index-dot-org'.
1394         (org-open-directory-means-index-dot-org): New option.
1396 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1398         * org.el (org-make-link-string): Remove link attributes from
1399         description.
1400         (org-open-at-point): Remove link attributes bevore using the path.
1402         * org-exp.el (org-export-as-html): Handle link attributes.
1404         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1406         * org-table.el (org-table-to-lisp): New function.
1408         * org.el (org-narrow-to-subtree): Do not include the final newline
1409         into the narrowed region.
1411         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1412         bug with user-define skipping condition.
1414 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1416         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1418 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1420         * org-exp.el (org-export-html-style-default): Automatic overflow
1421         handling for pre fields.
1422         (org-export-as-ascii, org-export-as-html): Change default format
1423         for time stamp.
1425         * org-table.el (org-table-export): Offer completion for translator
1426         functions, and do not require a heading above the table.
1428         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1429         Cater for the case of a list starting in the first line of the
1430         buffer.
1432 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1434         * org-publish.el (org-publish-find-title): Bug fix.
1435         (org-publish-org-index): Implement new :index-style option.
1437 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1439         * org-publish.el (org-publish-timestamp-filename): Use
1440         SHA1-encoded file names in the timestamp directory.
1442 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1444         * org-publish.el (org-publish-needed-p): Be verbose about files
1445         published and files skipped.
1447         * org-exp.el (org-export-preprocess-string): Swap link
1448         normalization and inernal link targeting.
1450         * org-publish.el (org-publish-needed-p): Create timestamp
1451         directory when it does not exist.
1453 2008-07-04  Bastien Guerry  <bzg@altern.org>
1455         * org-clock.el (org-clock-out-when-done): Doc fix.
1457         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1459         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1460         Ignore case when searching for the COMMENT cookie at export time.
1462 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1464         * org-exp.el (org-get-file-contents)
1465         (org-get-and-remove-property): New functions.
1466         (org-export-handle-include-files): Handle the new prefix options.
1467         (org-export-as-html): Fix the verse environment.
1469 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1471         * org.el (org-time=, org-time<, org-time<=, org-time>)
1472         (org-time>=, org-time<>, org-2ft): New functions.
1473         (org-op-to-function): Also provide for the time testing fucntions.
1475 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1477         * org-exp.el (org-export-html-style-default): New constant.
1479 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1481         * org-exp.el (org-export-html-style-extra): New variable.
1482         (org-export-splice-style): New function.
1484 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1486         * org-exp.el (org-export-plist-vars, org-export-as-html):
1487         Implement `org-export-creator-info'.
1488         (org-export-creator-info): New option.
1490 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1492         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1493         (org-property-drawer-re, org-clock-drawer-re): New constants.
1495 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1497         * org-exp.el (org-icalendar-use-deadline)
1498         (org-icalendar-use-scheduled): New options.
1499         (org-icalendar-include-todo): Default changed to t.
1500         (org-print-icalendar-entries): Implement better utilization of
1501         scheduling and deadline time stamps.
1502         (org-export-target-internal-links, org-export-as-html): Allow file
1503         lines without the "file:" prefix if the file path is an absolute
1504         path or starts with ".".
1506         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1507         lastweek etc.
1508         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1510 2008-06-18  Glenn Morris  <rgm@gnu.org>
1511         * org.el (org-map-entries): Let-bind `file'.
1513 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1515         * org.el (org-agenda-skip-archived-trees): Docstring now
1516         discourages using this.
1517         (org-scan-tags): Check for org-agenda-archives-mode.
1518         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1519         (org-agenda-files): Functionality of second arg changed.
1521         * org-agenda.el (org-agenda-archives-mode): New variable
1522         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1523         (org-search-view, org-todo-list, org-tags-view)
1524         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1525         `ifmode' argument.
1526         (org-agenda-quit): Reset the archives mode.
1527         (org-agenda-archives-mode): New command.
1528         (org-agenda-set-mode-name): Include archives info.
1530 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1532         * org.el (org-paste-subtree): Make sure the yanked headline is
1533         visible if it was yanked at a visible point.
1534         (org-move-item-up): Fix the bug with moving white space at the end
1535         of the item.
1536         (org-show-empty-lines-in-parent): New function.
1538 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1540         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1542         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1544         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1545         agenda prefix as well.
1547         * org-publish.el (org-publish-org-index): Make a properly indented
1548         list.
1550         * org.el (org-calendar-agenda-action-key): New option.
1551         (org-get-cursor-date): New function.
1552         (org-mark-entry-for-agenda-action): New command.
1553         (org-overriding-default-time): New variable.
1554         (org-read-date): Respect `org-overriding-default-time'.
1556         * org-remember.el (org-remember-apply-template): Respect the
1557         ovverriding default time.
1559         * org-agenda.el (org-agenda-action-marker): New variable.
1560         (org-agenda-action): New command.
1561         (org-agenda-do-action): New function.
1563 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1565         * org.el (org-schedule, org-deadline): Protect scheduled and
1566         deadline tasks against changes that accidently remove the
1567         repeater.  Also show a message with the new date when done.
1569 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1571         * org.el (org-beginning-of-line): Cater for the case when there
1572         are tags but no headline text.
1573         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1574         it set.
1576 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1578         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1579         the return value is nil instead of "nil" when there is no match.
1581         * org-exp.el (org-insert-centered): Use fill-column instead of
1582         80.
1583         (org-export-as-ascii): Use string-width to measure the width of
1584         the heading.
1586         * org.el (org-diary-to-ical-string): No longer kill buffer
1587         FROMBUF, this is now done by the caller.
1589         * org-exp.el (org-print-icalendar-entries): Move the call to
1590         `org-diary-to-ical-string' out of the loop, and kill the buffer
1591         afterwords.
1593         * org-remember.el (org-remember-visit-immediately): Position
1594         cursor after moving to the note.
1595         (org-remember-apply-template): Use a text property to record the
1596         cursor position.
1597         (org-remember-handler): Align tags after pasting the note.
1599 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1601         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1603         * org-agenda.el (org-agenda-open-link): If there is an
1604         org-bbdb-name property in the current line, jump to that bbdb
1605         entry.
1607         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1608         text property, so that the agenda knows where this entry comes
1609         from.
1611         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1612         interaction between clocking-in from the agenda, and  automatic
1613         task state switching.
1615         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1617         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1618         zmacs-region stays after this command in XEmacs.
1620 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1622         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1624         * org-remember.el (org-remember-templates): Fix bug in
1625         customization type definition.
1627         * org.el (org-map-entries): New function.
1629 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1631         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1632         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1634 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1636         * org-remember.el (org-jump-to-target-location): New variable.
1637         (org-remember-apply-template): Set
1638         `org-remember-apply-template' if requested by template.
1639         (org-remember-handler): Start an idle timer to jump to
1640         remember location.
1642         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1644         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1645         file tags.
1646         (org-get-tags-at): Add the content of `org-file-tags'.
1648         * org-exp.el (org-export-handle-comments): Fix bug with several
1649         comment lines after each other.
1650         (org-number-to-roman, org-number-to-counter): New functions.
1651         (org-export-section-number-format): New option.
1653 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1655         * org-exp.el (org-export-protect-examples): Catch the case of a
1656         missing end_example line.
1658         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1659         `org-file-tags' to nil.
1661         * org-colview.el (org-columns-next-allowed-value): Handle next
1662         argument NTH to directly select a value.
1664         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1665         argument NTH to directly select a value.
1667 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1669         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1671 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1673         * org.el (org-columns-ellipses): New option.
1675 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1677         * org-colview.el (org-columns-add-ellipses): New function.
1678         (org-columns-compact-links): New function.
1679         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1680         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1681         when in agenda.
1682         (org-columns-edit-value): Fixed bug with editing values from
1683         agenda column view.
1684         (org-columns-redo): Also redo the agenda itself.
1686 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1688         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1689         option.
1691         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1693         * org-exp.el (org-export-ascii-preprocess): Renamed from
1694         `org-export-ascii-clean-string'.
1695         (org-export-kill-licensed-text)
1696         (org-export-define-heading-targets)
1697         (org-export-handle-invisible-targets)
1698         (org-export-target-internal-links)
1699         (org-export-remove-or-extract-drawers)
1700         (org-export-remove-archived-trees)
1701         (org-export-protect-quoted-subtrees)
1702         (org-export-protect-verbatim, org-export-protect-examples)
1703         (org-export-select-backend-specific-text)
1704         (org-export-mark-blockquote-and-verse)
1705         (org-export-remove-comment-blocks-and-subtrees)
1706         (org-export-handle-comments, org-export-mark-radio-links)
1707         (org-export-remove-special-table-lines)
1708         (org-export-normalize-links)
1709         (org-export-concatenate-multiline-links)
1710         (org-export-concatenate-multiline-emphasis): New functions,
1711         obtained from spliiting the export preprocessor.
1713         * org-table.el (org-table-recalculate): Improve error message if
1714         the row number is invalid.
1716 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1718         * org-archive.el (org-archive-save-context-info): Fix bugs in
1719         customization setup and docstring.
1721         * org-exp.el (org-export-html-style): Changed the size of in the
1722         <pre> element to 90%.
1724 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1726         * org.el (org-find-src-example-start): Function removed.
1727         (org-edit-src-find-region-and-lang): New function.
1729 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1731         * org.el (org-edit-src-exit): New function.
1732         (org-exit-edit-mode): New minor mode.
1734         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1735         comment-like lines from protected examples.
1737         * org.el (org-edit-src-example, org-find-src-example-start)
1738         (org-protect-source-example, org-edit-special): New functions.
1740 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1742         * org-publish.el (org-publish-project-alist): Fix typo in
1743         docstring.
1744         (org-publish-project-alist): Handle :index-title property.
1746 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1748         * org-export-latex.el (org-export-as-latex): Make sure region
1749         bounds are correct.  Parse subtree properties relating to export.
1751         * org-exp.el (org-export-add-options-to-plist): New function.
1752         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1754 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1756         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1757         EXPORT_TITLE.
1759         * org-exp.el (org-export-get-title-from-subtree)
1760         (org-export-as-ascii, org-export-as-html): Make sure the original
1761         region-beginning and region-end are used, even after moving
1762         point.
1763         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1764         property.
1766         * org-remember.el (org-remember-last-stored-marker): New variable.
1767         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1768         (org-remember-handler): Also use marker to remember
1769         last-stored position.
1771         * org.el (org-goto-marker-or-bmk): New function.
1773 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1775         * org.el (org-file-properties): Renamed from `org-local-properties'.
1776         (org-scan-tags): Take file tags into account.
1777         (org-tags-match-list-sublevels): Default changed to t.
1779         * org-exp.el (org-export-as-html): Close paragraph after a
1780         footnote.
1782         * org.el (org-update-parent-todo-statistics): New function.
1784         * org-exp.el (org-icalendar-store-UID): New option.
1785         (org-icalendar-force-UID): Option removed.
1786         (org-print-icalendar-entries): IMplement UIDs.
1788 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1790         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1792 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1794         * org-faces.el (org-column): Document how this face is being used
1795         and why sometimes the background faces shine through.
1797         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1799         * org-publish.el (org-publish-attachment): Create publishing
1800         directory if it does not yet exist.
1802         * org-table.el (org-calc-default-modes): Change default number
1803         format to (float 8).
1805         * org.el (org-olpath-completing-read): New function.
1806         (org-time-clocksum-format): New option.
1807         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1809         * org-clock.el (org-clock-display, org-clock-out)
1810         (org-update-mode-line): Use `org-time-clocksum-format'.
1812         * org-colview-xemacs.el (org-columns-number-to-string): Use
1813         `org-time-clocksum-format'.
1815         * org-colview.el (org-columns-number-to-string): Use
1816         `org-time-clocksum-format'.
1818 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1820         * org-id.el: New file, move from contrib to core.
1822         * org-exp.el (org-icalendar-force-UID): New option.
1824 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1826         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1827         shifted by one day if theere is a date range without an end
1828         time.
1830         * org.el (org-try-structure-completion): New function.
1832 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1834         * org.el (org-set-font-lock-defaults): Improve fontification of
1835         description lists.
1836         (org-insert-item): Handle description lists.
1837         (org-adaptive-fill-function): Improve auto indentation in
1838         description lists.
1840         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1841         Implement VERSE environment.
1842         (org-export-preprocess-string): Implement the COMMENT
1843         environment.
1845         * org-export-latex.el (org-export-latex-preprocess): Implement
1846         VERSE environment.
1848 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1850         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1851         option.
1853 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1855         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1857         * org.el (org-quote-csv-field): New functions.
1859         * org-table.el (org-table-export-default-format): Remove :splice
1860         from default format, we get the same effect by not specifying
1861         :tstart and :tend.
1862         (org-table-export): Improve setup, distinguish better between
1863         interactive and non-interactive use, allow specifying the format
1864         on the fly, better protection against wrong file names.
1865         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1866         and :tend when :splice is omitted.
1868 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1870         * org-clock.el (org-clock-select-task): Make sure the selection
1871         letters are 1-9 and A-Z, no special characters.
1873 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1875         * org-exp.el (org-export-htmlize): New group.
1876         (org-export-htmlize-output-type)
1877         (org-export-htmlize-css-font-prefix): New options.
1878         (org-export-htmlize-region-for-paste): New function.
1879         (org-export-htmlize-generate-css): New command.
1881 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1883         * org/org.el (org-modules, org-format-latex-options):
1884         * org/org-archive.el (org-archive-stamp-time)
1885         (org-archive-save-context-info):
1886         * org/org-faces.el (org-hide):
1887         * org/org-irc.el (org-irc-parse-link):
1888         * org/org-macs.el (org-call-with-arg, org-autoload):
1889         * org/org-mew.el (org-mew-store-link):
1890         * org/org-remember.el (org-remember-store-without-prompt)
1891         (org-remember-templates): Fix typos in docstrings.
1893         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1895         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1896         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1897         (org-bbdb-anniv-split): Fix typos in docstrings.
1899         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1900         (org-publish-use-timestamps-flag): Reflow docstring.
1901         (org-publish-files-alist): Fix typos in docstring.
1903 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1905         * org.el (org-set-visibility-according-to-property): New function.
1906         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1907         and compute the regular expressions, and update font-lock.
1908         (org-property-re): Allow a dash in property names.
1910         * org-archive.el (org-extract-archive-file): Insert the file name
1911         without the path into the format, to allow the location format to
1912         contain a subdirectory.
1914         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1915         of buffer, and the `org-agenda-type' property undefined, use the
1916         value from the character before.
1918         * org.el (org-add-planning-info): Don't let indentation for
1919         would-be timestamp become extra whitespace at the end of headline.
1921 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1923         * org.el (org-remove-double-quotes, org-file-contents): New
1924         functions.
1926         * org-exp.el (org-infile-export-plist): Also parse the
1927         contents of #+SETUPFILE files, recursively.
1929         * org.el (org-set-regexps-and-options): Also parse the
1930         contents of #+SETUPFILE files, recursively.
1932         * org-exp.el (org-export-handle-include-files): New function.
1933         (org-export-preprocess-string): Call
1934         `org-export-handle-include-files'.
1936         * org.el (org-delete-property-globally)
1937         (org-delete-property, org-set-property): Ignore case during
1938         completion.
1939         (org-set-property): Use `org-completing-read' instead of
1940         `completing-read'.
1942         * org.el (org-complete-expand-structure-template): New,
1943         experimental function.
1944         (org-structure-template-alist): New, experimental option.
1945         (org-complete): Call `org-complete-expand-structure-template'.
1947 2008-05-06  Bastien Guerry  <bzg@altern.org>
1949         * org-export-latex.el (org-export-latex-preprocess): Added
1950         support for blockquotes.
1952 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1954         * org.el (org-read-date-analyze): Catch the case where only a
1955         weekday is given.
1957 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1959         * org.el (org-set-font-lock-defaults): Make the description
1960         tag bold.
1962         * org-exp.el (org-export-as-html, org-close-li): Implement
1963         description lists.
1965 2008-05-04  Jason Riedy  <jason@acm.org>
1967         * org-table.el (*orgtbl-default-fmt*): New variable.
1968         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1969         when there is no other fmt available.
1971         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1972         :tend to suppress the appropriate string.
1974         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1975         table.
1977 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1979         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1980         read date.
1982         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1983         New function.
1985         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1986         New function.
1988 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1990         * org-clock.el (org-clock-find-position): Don't include notes
1991         into clock drawer.
1993         * org-archive.el (org-archive-subtree): No longer remove an
1994         extra line after cutting the subtree.  `org-cut-subtree' already
1995         takes care of this.
1997         * org-remember.el (org-remember-handler): Only kill the target
1998         buffer if it does not contain the running clock.
2000         * org.el (org-markers-to-move): New variable.
2001         (org-save-markers-in-region, org-check-and-save-marker)
2002         (org-reinstall-markers-in-region): New function.
2003         (org-move-subtree-down, org-copy-subtree): Remember relative
2004         marker positions before cutting.
2005         (org-move-subtree-down, org-paste-subtree): Restore relative
2006         marker positions after pasting.
2008         * org-remember.el (org-remember-clock-out-on-exit): New option.
2009         (org-remember-finalize): Clock out only if the setting in
2010         `org-remember-clock-out-on-exit' requires it.
2011         (org-remember-handler): Do the cleanup in the buffer, to make sure
2012         that the clock marker remains in tact.
2014 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2016         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2017         (org-clock-in): Make sure that also tasks outside the narrowed
2018         region will be clocked in correctly.
2019         (org-clock-insert-selection-line): Widen the buffer so that we can
2020         find the correct task heading.
2022         * org.el (org-base-buffer): New function.
2024         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2025         and ";" are escaped.
2026         (org-print-icalendar-entries): Also apply
2027         `org-icalendar-cleanup-string' to the headline, not only to the
2028         summary property.
2030 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2032         * org-exp.el (org-export-preprocess-hook): New hook.
2033         (org-export-preprocess-string): Call
2034         `org-export-preprocess-hook'.
2036         * org.el (org-font-lock-hook): New variable.
2037         (org-font-lock-hook): New function.
2038         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2040 ;; Local Variables:
2041 ;; coding: utf-8
2042 ;; add-log-time-zone-rule: t
2043 ;; End:
2045     Copyright (C) 2008  Free Software Foundation, Inc.
2047   This file is part of GNU Emacs.
2049   GNU Emacs is free software: you can redistribute it and/or modify
2050   it under the terms of the GNU General Public License as published by
2051   the Free Software Foundation, either version 3 of the License, or
2052   (at your option) any later version.
2054   GNU Emacs is distributed in the hope that it will be useful,
2055   but WITHOUT ANY WARRANTY; without even the implied warranty of
2056   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2057   GNU General Public License for more details.
2059   You should have received a copy of the GNU General Public License
2060   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2062 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c