Release 6.15f
[org-mode.git] / lisp / ChangeLog
blobf92e293719c6eb1089fb2eaaef1256c570c242da
1 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda-show): New prefix argument
4         FULL-ENTRY.
6         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
7         argument.
9         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
10         `org-agenda-change-all-lines'.
11         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
12         tags are now retrieved locally.
14 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
16         * org.el (org-get-outline-path): Fix bug if level is not given.
17         (org-org-menu): Do not quote function in menu vector.
19         * org-agenda.el (org-finalize-agenda): Fix typo with variable
20         name.
22 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org.el (org-refile): Avoid refiling to within the region to be
25         refiled.
27         * org-export-latex.el (org-export-latex-special-chars): Replace
28         special characters also in tables.
30         * org-agenda.el (org-agenda-change-all-lines): New argument
31         FORCE-TAGS.
32         (org-agenda-set-tags): Cet the new tags and pas them to
33         `org-format-agenda-item'.
35 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
37         * org-export-latex.el (org-export-latex-classes): Add longable as
38         a default package to all classes.
39         (org-export-latex-tables): Handle the longtable attribute and the
40         align attribute.
42         * org-table.el (orgtbl-to-generic): Handle tables that start with
43         a hline.
45         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
46         \verb for colde-like snippets.
47         (org-export-as-latex): Fix issues with region export.
49         * org.el (org-up-heading-safe): Speed up function by using a
50         direct regexp search.
51         (org-olpa): New variable.
52         (org-get-outline-path): Speed-up path constructions in cases where
53         this is possible because the entire hierarchy is scanned anyway.
54         (org-refile-get-location): Don't compare the truenames of files,
55         this is too slow.
56         (org-goto-max-level): New option.
57         (org-goto): Use `org-goto-max-level'.
59 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
61         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
62         Strip angle brackets from message-ids in the former and don't do
63         it in the latter.
64         (org-gnus-follow-link): Open summary reliable, even if the last
65         messages were deleted, and handle empty groups, too.
67 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
69         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
70         instead of \texttt for the =...= and ~===~ emphasis environments.
71         (org-export-as-latex): Remove any old :org-license-to-kill text
72         properties.
73         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
74         (org-export-latex-make-header): Add some hard space after the
75         table of contents.
76         (org-export-latex-first-lines): Accept RBEG argument.  Mark
77         exported text so that it will be excuded in further steps.
79         * org-table.el (org-table-get-specials): Make @0 reference the
80         last line in a table.
81         (org-table-recalculate): Improve docstring.
83 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
85         * org.el (org-log-done): Fix docstring.
87 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-exp.el (org-export-html-format-image): Fix bugs.
91         * org-export-latex.el (org-export-latex-tables)
92         (org-export-latex-links): Implement attribute, label, and caption
93         handling.
95         * org-exp.el (org-export-html-style-default): Add style
96         definitions for the figure div.
97         (org-export-preprocess-string, org-export-as-html): Implement
98         attribute, label, and caption handling.
99         (org-export-attach-captions-and-attributes): New function.
100         (org-export-html-format-image): New function.
101         (org-format-org-table-html): Implement attribute, label, and
102         caption handling.
104         * org.el (org-find-text-property-in-string): New function.
105         (org-extract-attributes): Use the property org-attr instead of
106         org-attrobutes, because this property is now set with the #+ATTR
107         lines.
109 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
111         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
112         the case that FROM is nil.
114         * org.el (org-before-first-heading-p): New function.
116 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
118         * org-exp.el (org-export-as-html): Do not add a space before
119         enforces line breaks.
120         (org-export-as-html): Close paragraph before blockquote and verse
121         tags.
123 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
125         * org-id.el (org-id-locations-file): Wrap file name with
126         `convert-standard-filename'.
127         (org-id-files): New variable.
128         (org-id-use-hash): New option.
129         (org-id-update-id-locations): Also search in all files current
130         listed in `org-id-files'.  Convert the resulting alist to a hash
131         if the user customation says so.
132         (org-id-locations-save): Handle he case if `org-id-locations' is a
133         hash.
134         (org-id-locations-load): Convert the alist to a hash.
135         (org-id-add-location): Handle the hast case.
136         (kill-emacs-hook): Make sure id locations are saved when Emacs is
137         exited.
138         (org-id-hash-to-alist, org-id-alist-to-hash)
139         (org-id-paste-tracker): New functions.
141 -------------------------------------------------------------------------
143 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
145         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
146         bindings of calendar variables.
148         * org-table.el (org-table-find-row-type): Renamed from
149         `org-find-row-type'.
150         (org-table-rewrite-old-row-references): Renamed from
151         `org-rewrite-old-row-references'.
152         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
153         (org-table-cleanup-narrow-column-properties): Renamed from
154         `org-cleanup-narrow-column-properties'.
156 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
158         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
159         for better error messages.
160         (org-table-get-descriptor-line): Supply the new arguments to
161         `org-find-row-type'.
162         (org-table-error-on-row-ref-crossing-hline): New option.
164         * org.el (org-target-link-regexp): Make buffer-local.
165         (org-move-subtree-down): Fix bug with trees at beginning of
166         buffer.
168 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
170         * org-faces.el (org-set-tag-faces): New function.
171         (org-tags-special-faces-re): New variable.
173         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
175         * org-faces.el (org-tag-faces): New option.
176         (org-tag): Mention `org-tag-faces' in the docstring.
178 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
180         * org-exp.el (org-export-html-style-default): Implement new
181         quoting.
183         * org-jsinfo.el (org-infojs-template): Implement new quoting.
185         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
186         command to the `w3m-minor-mode-map'.
188         * org-archive.el (org-archive-to-archive-sibling): Protect
189         `this-command' to avoid appending kills during archiving.
191         * org-exp.el (org-export-with-priority): New variable.
192         (org-export-add-options-to-plist): Use `org-export-plist-vars'
193         instead of internal list of strings and properties.
194         (org-print-icalendar-entries): Retrieve the location property with
195         inheritance.
197 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org-exp.el (org-export-with-todo-keywords): New option.
200         (org-export-plist-vars): Include also the keys for the #+OPTIONS
201         line.
202         (org-default-export-plist, org-export-add-options-to-plist)
203         (org-export-as-ascii, org-export-as-html): Use the new structure
204         of `org-export-plist-vars'.
206         * org.el (org-map-entries): Return all values.
208 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
210         * org.el (org-matcher-time): Recognize more special values.
212         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
214 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
216         * org.el (org-tags-exclude-from-inheritance): New option.
217         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
218         `org-tags-exclude-from-inheritance'.
220         * org-agenda.el (org-agenda-show-inherited-tags): New option.
221         (org-format-agenda-item): Add inherited tags to the agenda line
222         string, and make sure that properties are kept when downcasing the
223         tags list.
224         (org-agenda-add-inherited-tags): New function.
225         (org-downcase-keep-props): New function.
227         * org.el (org-scan-tags): Mark inherited tags with a text
228         property.
229         (org-get-tags-at): Mark inherited tags with a text property.
230         (org-add-prop-inherited): New function.
232         * org-agenda.el (org-agenda-add-inherited-tags): New function.
233         (org-agenda-show-inherited-tags): New option.
235 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
237         * org.el (org-modules): Add org-w3m to the default modules.
239         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
240         orgtbl-mode.
241         (orgtabl-create-or-convert-from-region): New command.
243         * org-exp.el (org-export-as-ascii): Remove the handling of
244         targets.
245         (org-export-ascii-preprocess): Handle targets already in this
246         function.
248 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
250         * org-timer.el (org-timer-start-time): Define this variable.
251         (org-timer-item): Make argument optional.
253         * org-list.el (org-insert-item): Automatically insert a timer item
254         if the current list is a timer list.
256         * org-timer.el: New file.
258         * org-publish.el (org-publish-org-index): Only exclude the index
259         file in the main directory from being added to the site-map.
260         (org-publish-get-project-from-filename): If the current project is
261         a component, start publishing from the parent project.
263 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
267         * org-publish.el (org-publish-org-index): Improve removal of
268         temporary buffers.
270         * org-agenda.el (org-get-closed): Re-apply changes
271         accidentially overwritten by last commit to Emacs.
273         * org.el (org-outline-path-complete-in-steps): New option.
274         (org-refile-get-location): Honor
275         `org-outline-path-complete-in-steps'.
276         (org-agenda-change-all-lines, org-tags-sparse-tree)
277         (org-time-string-to-absolute, org-small-year-to-year)
278         (org-link-escape): Re-apply changes accidentially overwritten
279         by last commit to Emacs.
281 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-clock.el (org-dblock-write:clocktable): Make sure the
284         clocktable sees the first line.
285         (org-clock-in): Warn if the clock cannot be resumed.
287 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org.el (org-open-at-point): Fix mixup about interactive and
290         non-interactive elisp links.
292 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org-exp.el (org-export-preprocess-string): Allow one comment
295         line before the first headline to always be included.  This is
296         to not miss a commented target.
298         * org-mouse.el (org-mouse-insert-item): Call
299         `org-indent-to-column' instead of `indent-to', for XEmacs
300         compatibility.
302         * org.el (org-refile-targets): Fix customize definition so
303         that it works also in XEmacs.
304         (org-fixup-indentation): Call `org-indent-to-column' instead
305         of `indent-to', for XEmacs compatibility.
307 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
309         * org-mew.el (org-mew-store-link): Get the correct case folder
310         for refiled messages.
312 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
314         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
315         line break indicators.
317         * org.el (org-ido-completing-read): Remove the "i:" prefix for
318         ido-completion propts.
320 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-remember.el (org-remember-apply-template): Use
323         `org-substring-no-properties'.
325         * org-compat.el (org-substring-no-properties): New function.
327         * org-remember.el (org-remember-apply-template): Use
328         `org-substring-no-properties' for compatibility.
330         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
331         option.
332         (org-fix-bullet-type): respect
333         `org-list-two-spaces-after-bullet-regexp'.
335         * org-clock.el (org-clock-load): Clean up the code.
337         * org.el (org-adaptive-fill-function): Allow two spaces after
338         "1." as a list bullet.
340 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org-clock.el (org-clock-save, org-clock-load): Check for
343         live buffers, existing files, and buffer file names to ensure
344         consistent information.
345         (org-clock-persist): Make `clock' a special value of this
346         variable, and improve docstring.
348         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
349         (org-get-string-indentation): Adapt indentation when the bullet
350         width changes.
352 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
354         * org-remember.el (org-remember-finalize): Make interactive.
355         (org-remember-kill): New command.
356         (org-remember-finish-immediately): Call `org-remember-finalize'
357         directly.
358         (org-remember-finalize): Make `org-remember-finalize' an interactive
359         function.
361 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
363         * org-remember.el (org-remember-apply-template): No ido completion
364         for free prompts in remember templates.
365         (org-remember-before-finalize-hook): New hook.
366         (org-remember-mode): New minor mode.
367         (org-remember-apply-template): Turn on `org-remember-mode'.
369         * org-id.el (org-id-add-location): Avoid error when no file is
370         given.
372         * org-remember.el (org-remember-apply-template): Fix the way how
373         the list of allowed properties is retrieved from the target file.
375         * org.el (org-insert-link): Improve file link matching.
377 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-colview.el (org-columns-display-here): New argument
380         DATELINE, to trigger using the new face.
381         (org-agenda-colview-summarize): Call `org-columns-display-here'
382         with the new argument.
384         * org-faces.el (org-agenda-column-dateline): New face.
386         * org-publish.el (org-publish-org-index): Use index-title at page
387         title, not as section.
389         * org-exp.el (org-export-html-format-desc): Respect the
390         org-protect property.
391         (org-export-as-html): Protect image specifiers that are in the
392         description part of a link.
394         * org.el (org-sort-entries-or-items, org-completing-read)
395         (org-refile-get-location, org-olpath-completing-read, org-todo)
396         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
397         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
398         (org-set-property, org-delete-property)
399         (org-delete-property-globally): Use `org-ido-completing-read'.
401         * org-remember.el (org-remember-apply-template): Use
402         `org-ido-completing-read'.
404         * org-publish.el (org-publish): Use `org-ido-completing-read'.
406         * org-colview.el (org-columns-edit-value, org-columns-new)
407         (org-insert-columns-dblock): Use `org-ido-completing-read'.
409         * org-colview-xemacs.el (org-columns-edit-value)
410         (org-columns-new, org-insert-columns-dblock): Use
411         `org-ido-completing-read'.
413         * org-attach.el (org-attach-delete-one, org-attach-open): Use
414         `org-ido-completing-read'.
416         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
417         `org-ido-completing-read'.
419         * org.el (org-time-today): New function.
420         (org-matcher-time): Use `org-time-today'.  Add special treatment
421         for "<tomorrow>" and "<yesterday>".
422         (org-ido-completing-read): New function.
423         (org-completion-use-ido): New option.
425         * org-exp.el (org-export-format-source-code): Fix bug in require
426         htmlize code.
427         (org-export-target-internal-links): Fix bug in search for text
428         property.
430 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
432         * org-export-latex.el (org-export-latex-subcontent): Interprete
433         target aliases as additonal labels.
435         * org-exp.el (org-export-target-aliases): New variable.
436         (org-export-preprocess-string)
437         (org-export-handle-invisible-targets): Fill the alias alist.
438         (org-export-as-html): Remove the &nbsp; from the anchor, and also
439         assign an id.
440         (org-html-level-start): Insert the target aliases as additonal
441         anchors.
443         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
444         picture area.
446 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
448         * org.el (org-open-at-mouse): Ensure correct link abbreviations
449         when following a link with the mouse from the agenda.
451         * org-exp.el (org-export-as-html): Avoid lone </div> when no
452         headlines are created.
454 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
456         * org-exp.el (org-export-preprocess-string): Reorder so that we
457         can still see ID properties when we collect targets.
458         (org-export-target-internal-links): Also store targets for ID's.
460         * org.el (org-link-translation-function): New option.
461         (org-open-at-point): Call `org-link-translation-function' if
462         non-nil.
463         (org-translate-link): New function.
464         (org-translate-link-from-planner): New function.
465         (org-open-at-point): Allow interactive commands in elisp links.
467         * org-exp.el (org-icalendar-cleanup-string): Restore the old
468         iCalendar quoting.  The new one seems to caus problems with
469         applications.
471         * org.el (org-yank): Set `this-command' to `yank', so that
472         `yank-pop' will work.
474 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
476         * org-id.el (org-id-search-archives): New option.
478         * org.el (org-link-to-org-use-id): New option.
479         (org-store-link): Use `org-link-to-org-use-id'.
480         (org-id): Make org-id.el a standard component.
482 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
484         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
485         hexified version of the tag.
487         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
488         compliance as far as quoting is concerned.
490         * org-vm.el (org-vm-follow-link): Require `vm-search'.
492         * org.el (org-up-heading-safe, org-forward-same-level): Always
493         call `org-back-to-heading' instead of `outline-back-to-heading'.
494         (org-back-to-heading): New wrapper around outline-back-to-heading,
495         with a useful error message telling where the error happened.
497         * org-list.el (org-update-checkbox-count): Always call
498         `org-back-to-heading' instead of `outline-back-to-heading'.
500         * org-exp.el (org-export-as-html): Make sure that each <img> tag
501         has an `alt' attribute, to ensure XHTML validation.
503 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org-publish.el (org-publish-attachment): Allow publishing to
506         overwrite attachment files.
508         * org-agenda.el (org-agenda-timerange-leaders): New option.
509         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
511         * org.el (org-edit-src-exit): Untabify ASCII image before
512         returning.
525 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org.el (org-yank): Make any prefix force normal yanking.
528         Suppress folding if text would be swallowed into a folded
529         subtree.
530         (org-yank-folded-subtrees, org-yank): Docstring updates.
532         * org-agenda.el (org-agenda-compare-effort): Treat no effort
533         defined as 0.
535         * org-exp.el (org-export-language-setup): Add Catalan and
536         Esperanto language entries.
538 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org.el (org-refile): Allow refiling of entire regions.
542         * org-clock.el (org-clock-time%): New function.
544         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
545         retrieve property values.
547 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org-agenda.el (org-agenda-list): Handle the value `only' of
550         org-agenda-show-log'.
551         (org-agenda-log-mode): Interpret a double prefix arg.
553 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
555         * org-exp.el (org-export-html-footnotes-section): New variable.
556         (org-export-as-html): Use `org-export-html-footnotes-section' to
557         insert the footnotes.
558         (org-export-language-setup): Add "Footnotes" to language words.
560 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org.el (org-yank): Fix bug when not inserting a subtree.
564 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
567         instead of `vm-beginning-of-message'.
569         * org.el (org-make-link-regexps): Make sure that links to gnus can
570         contain brackets.
572 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
574         * org-attach.el (org-attach-dir): Remove duplicate ID creation
575         code.
577         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
578         shell output.
580         * org.el (org-link-abbrev-alist): Improve customization type.
582         * org-attach.el (org-attach-expand-link, org-attach-expand): New
583         functions.
585         * org-agenda.el (org-agenda-get-progress): Renamed from
586         `org-get-closed'.  Implement searching for state changes as well.
587         (org-agenda-log-mode-items): New option.
588         (org-agenda-log-mode): New option prefix argument, interpreted as
589         request to show all possible progress info.
590         (org-agenda-get-day-entries): Call `org-get-progress' instead of
591         `org-get-closed'.
592         (org-agenda-set-mode-name): Handle the more complex log mode
593         settings.
594         (org-get-closed): New alias, pointing to `org-get-progress'.
596 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
598         * org.el (org-file-apps-defaults-gnu)
599         (org-file-apps-defaults-macosx)
600         (org-file-apps-defaults-windowsnt): Add an entry defining the
601         system command.
602         (org-file-apps): Allow `system' as key and value.
603         (org-open-at-point): Explain the effect of a double prefix arg.
604         (org-open-file): If the argument `in-emacs' is (16),
605         i.e. corresponding to a double prefix argument, try to open the
606         file externally.
608 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
610         * org.el (org-insert-link): Abbreviate absolute files names in
611         links.  Also, fix a bug in which the double C-u prefix would not
612         be honored.
614 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
616         * org.el (org-insert-heading): If buffer does not end with a
617         newline, add one if necessary to insert headline correctly.
619         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
620         paragraphs, not inside.
622         * org.el (org-todo): Quote
623         `org-agenda-headline-snapshot-before-repeat'.
625         * org-exp.el (org-export-as-html): Fully process link descriptions.
626         (org-export-html-format-desc): New function.
627         (org-export-as-html): Collect footnotes into the correct basket.
628         (org-html-protect): No longer protect quotations marks here, this
629         goes wrong.
631         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
632         BEG.
634         * org-compat.el (org-fit-window-to-buffer): New function (not
635         really, a preliminary and incomplete version was present earlier,
636         but not used).
638         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
639         `org-fit-window-to-buffer'.
641         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
643         * org-agenda.el (org-agenda-get-restriction-and-command)
644         (org-fit-agenda-window, org-agenda-convert-date): Use
645         `org-fit-window-to-buffer'.
647         * org-exp.el (org-export-as-html): Process href links through
648         `org-export-html-format-href'.
649         (org-export-html-format-href): New function.
651         * org-agenda.el (org-agenda-todo): Update only the current
652         headline if this is a repeated TODO, marked done for today.
653         (org-agenda-change-all-lines): New argument JUST-THIS, to change
654         only the current line.
656         * org.el (org-todo): Take a snapshot of the headline if the
657         repeater might change it.
659 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
661         * org-publish.el (org-publish-find-title): Remove buffers visited
662         only for extracting the title.
664         * org-exp.el (org-export-html-style)
665         (org-export-html-style-default): Mark style definitions as
666         unparsed CDATA.
668         * org-publish.el (org-publish-validate-link): Function
669         re-introduced.
671 2008-11-02  Charles Sebold  <csebold@gmail.com>
673         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
674         property.
675         (org-plot-quote-timestamp-field): New function.
676         (org-plot-quote-tsv-field): Call timestamp field function when
677         necessary rather than just quoting as a string.
678         (org-plot/gnuplot-to-data): Pass in timefmt property.
679         (org-plot/gnuplot-script): Supports timefmt property.
680         (org-plot/gnuplot): Checks for timestamp column before checking
681         for text index column.
683 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
685         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
687         * org-publish.el (org-publish-org-index): Create a section in the
688         index file.
689         (org-publish-org-index): Stop linking to directories.
691         * org.el (org-emphasis-alist): Use span instead of <u> to
692         underline text.
694         * org-exp.el (org-export-as-html): Make sure <p> is closed before
695         <pre> sections.
697 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
699         * org-jsinfo.el (org-infojs-template): Remove language attribute
700         from script tag.
702 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
704         * org-agenda.el (org-agenda-remove-marked-text): New function.
705         (org-agenda-mark-filtered-text)
706         (org-agenda-unmark-filtered-text): New functions.
707         (org-write-agenda): Remove fltered text.
709         * org.el (org-make-tags-matcher): Give access to TODO "property"
710         without speed penalty.
712 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
714         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
715         option.
716         (org-store-link-props): Make sure adding to the plist works
717         correctly.
719         * org-gnus.el (org-gnus-no-new-news): New function.
720         (org-gnus-follow-link): Allow the article ID to be a message-id,
721         in addition to allowing article numbers.  Message IDs make much
722         more roubust links.
723         (org-gnus-store-link): Use message-id to create link.
725 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
727         * org.el (org-emphasize): Reverse the selection array.
728         (org-emphasis-alist): Set <code> tags for the verbatim
729         environment.
731         * org-remember.el (org-remember-handler): Fix bug with
732         prefix-related changing of the note storage target.
734         * org-exp.el (org-print-icalendar-entries): Make the exported
735         priorities compatible with RFC 2445.
737         * org-clock.el (org-clock-save): Insert time stamp without
738         dependence on time-stamp.el.
740 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
742         * org.el ("saveplace"): If saveplace puts point into an invisible
743         location, make it visible.
744         (org-make-tags-matcher): Allow inactive time stamps in time
745         comparisons.
746         (org-yank-adjusted-subtrees): New option.
747         (org-yank): Incorporate adjusting trees.
748         (org-paste-subtree): New argument FOR-YANK which will cause
749         insertion at point without backing up over white lines, and leave
750         point at the end of the inserted text.  Also if the cursor is
751         at the beginning of a headline, use the same level or the inserted
752         tree.
754         * org-publish.el (org-publish-get-base-files-1): Deal correctly
755         with broken symlinks
757 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
759         * org-exp.el (org-export-select-tags, org-get-current-options):
760         Fix typo.
762 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
764         * org-agenda.el (org-format-agenda-item)
765         (org-agenda-filter-make-matcher): Make sure tags are stored and
766         compared donwcased.
768 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
770         * org.el (org-insert-todo-heading): Fix bug with force-heading
771         argument.
773 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
775         * org-clock.el (org-clock-in-resume): Add a custom option to
776         toggle starting the clock from an open clock line.
777         (org-clock-in): When clocking in to an entry, if
778         `org-clock-in-resume' is set, check if the first clock line is
779         open and if so, start the clock from the time in the clock line.
780         (org-clock-persist): Add a custom option to toggle clock
781         persistence.
782         (org-clock-persist-query-save): Add a custom option to toggle
783         asking the user if they want to save the running clock when
784         exiting.
785         (org-clock-persist-query-resume): Add a custom option to toggle
786         asking the user if they want to resume the saved clock when Emacs
787         is restarted.
788         (org-clock-save): Add a function to save clock data.
789         This includes the contents of `org-clock-history' and the buffer
790         and position of the currently clocked task, if any.
791         (org-clock-load): Add a function to load clock data.
792         This populates `org-clock-history', and resumes the saved clocked
793         task if there is one.
794         (org-clock-persistence-insinuate): Add a method to set up the
795         hooks for clock persistence.
797 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
799         * org-exp.el (org-export-as-ascii): Handle the case that we are
800         publishing from an indirect buffer.
802         * org-table.el (org-table-copy-down): Fix bug with time stamp
803         increment.
805         * org-mouse.el (org-mouse-features): New option.
806         (org-mode-hook): Turn on features depending on
807         `org-mouse-features'.
809         * org.el (org-insert-heading-respect-content): Force heading
810         creation.
811         (org-insert-heading): keep the folding state of the heading before
812         the inserted one.
814 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
816         * org-archive.el (org-archive-to-archive-sibling): Handle top
817         level headlines better.
819 2008-10-21  Bastien Guerry  <bzg@altern.org>
821         * org-export-latex.el (org-export-latex-classes): Added
822         \usepackage{graphicx} to the default list of packages.
824 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
826         * org-agenda.el (org-agenda-filter): Renamed from
827         `org-agenda-filter-tags'.
829 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
831         * org.el (org-entry-properties): Add CATEGORY property, iven if it
832         is not defined as a property in this entry.
833         (org-add-log-note): Mask prefix argument when immediately storing
834         the note.
836         * org-agenda.el (org-agenda-filter-effort-default-operator): New
837         option.
839 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
841         * org.el (org-add-log-setup): Bugfix; code to find insertion point
842         after drawers was skipping ahead one line too many, so notes were
843         inserted after the first note instead of before it.
845 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
847         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
848         New variables.
849         (org-prepare-agenda): Reset the filter tags.
850         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
851         Show filter tags in mode line.
853         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
854         formatter.
856         * org-export-latex.el (org-latex-entities-regexp): New constant.
857         (org-export-as-pdf): Use two calls to `shell-command'.
859 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
861         * org-export-latex.el (org-export-latex-treat-sub-super-char):
862         Honor the {} value of the subsuperscript setting.  Make sure that
863         longer subsuperscripts are typeset in a roman font.
865         * org.el (org-clock-update-time-maybe): Compute negative clock
866         intervals correctly.
868 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
870         * org.el (org-add-log-setup): Respect
871         `org-log-state-notes-insert-after-drawers'.
872         (org-log-state-notes-insert-after-drawers): New option.
873         (org-todo-trigger-tag-changes): New function.
874         (org-todo): Call `org-todo-trigger-tag-changes'.
876 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
878         * org.el (org-add-log-setup): Only skip drawers if the are
879         immediately after the scheduling keywords.
881         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
882         function
883         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
884         call it with the current todo state to get the state to switch to
885         when clocking in.
886         (org-clock-in): Use org-indent-line-function to indent clock lines.
887         (org-clock-find-position): Fix indentation of empty clock drawers.
889 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
891         * org-publish.el (org-publish-org-to): Handle case when
892         org-export-to-pdf does return a file name, not a buffer.
893         (org-publish-org-to-pdf): New function.
895         * org-export-latex.el (org-export-as-pdf)
896         (org-export-as-pdf-and-open): New commands.
898         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
899         forms as ranges.
901         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
902         things in protexted regions.
904 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
906         * org-export-latex.el (org-export-latex-preprocess): Improve
907         quoting of LaTeX environments.
909 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
911         * org.el (org-edit-fixed-width-region): Exclude final newline from
912         picture area.
914         * org-export-latex.el (org-export-latex-subcontent): Add labels to
915         sections, to make internal links work.
916         (org-export-latex-fontify-headline): Do not remove all text
917         properties, to make sure that target properties survive this
918         process.
920         * org-exp.el (org-export-preprocess-string): Change sequence of
921         modifications, to make sure links are prepared before the LaTeX
922         conversions do happen.
924 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
926         * org-attach.el (org-attach-delete-all): Renamed from
927         `org-attch-delete'.  Add a security query before deleting the
928         entire directory.  New optional argument FORCE can overrule the
929         security query.
930         (org-attach-delete-one): New command.
932 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
934         * org-attach.el (org-attach-file-list): Fix bug with directory.
936 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
938         * org.el (org-apps-regexp-alist): New function.
939         (org-file-apps): Add auto-mode to the default value.
940         (org-open-file): Use the new structure of org-file-apps.
942         * org-attach.el (org-attach): Support the new keys.
943         (org-attach-method): New option.
945 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
947         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
948         March.
950         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
951         of the list value o `org-use-tag-inheritance'.
953         * org-attach.el (org-attach-auto-tag): New option.
954         (org-attach-tag, org-attach-untag): New functions.
955         (org-attach-attach, org-attach-new, org-attach-sync): Call
956         `org-attach-tag'.
957         (org-attach-delete): Call `org-attach-untag'.
959 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
961         * org-table.el (orgtbl-self-insert-command): Make this work for
962         the keypad as well.
964 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
966         * org.el (org-add-log-setup): Limit searc for drawers to entry
967         text, not to subtree.
969         * org-clock.el (org-clock-heading-for-remember): New variable.
970         (org-clock-in): Set `org-clock-heading-for-remember'.
972 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
974         * org-remember.el (org-remember-apply-template): Add new
975         expansions: %k, %K for currently clocked task and a link to the
976         currently clocked task, and %< to file notes in the currently
977         clocked task.
979 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
981         * org-export-latex.el (org-export-latex-make-header): Also insert
982         the content of the property :latex-header-extra.
984         * org-exp.el (org-infile-export-plist): Put the content of
985         #+LATEX_HEADER: into the property :latex-header-extra.
987         * org-colview.el (org-columns-get-format-and-top-level): Remove
988         resetting the marker.
990         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
991         Remove resetting the marker.
993         * org.el (org-entry-property-inherited-from): Improve docstring.
994         (org-entry-get-with-inheritance): Reset marker before starting the
995         search.
997         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
999 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1001         * org.el (org-entry-get-multivalued-property)
1002         (org-entry-protect-space, org-entry-restore-space): New
1003         functions.
1004         (org-file-apps-defaults-macosx): Let postscript files be opened by
1005         preview.
1006         (org-time-stamp-inactive): Call `org-time-stamp'.
1007         (org-time-stamp): New argument `inactive'.  Also edit inacive
1008         stamps. Convert time stamp type.
1009         (org-open-file): Interpret the `default' value for the `command'
1010         in `org-file-apps'.
1012         * org-id.el (org-id-int-to-b36-one-digit)
1013         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1014         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1015         b36.
1017 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1019         * org-id.el (org-id-reverse-string): New function.
1020         (org-id-new): Use `org-id-reverse-string' to make sure the
1021         beginning chars of the ID are mutating fast.  This allows to use a
1022         directory structure to spread things better.
1023         (org-id-prefix): Changed default to nil.
1025         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1026         restore the column of the cursor position.
1028         * org-remember.el (org-remember-apply-template): Remove properties
1029         from `initial'.
1031 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1033         * org-wl.el (org-wl-open): Remove useless call to
1034         `wl-thread-open-all'.
1036         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1037         location.
1039 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1041         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1042         `org-bbdb-anniversaries'.
1044         * org.el (org-get-next-sibling, org-forward-same-level): New
1045         functions, similar to the outline versions, but invisible headings
1046         are OK.
1048 2008-09-25  Bastien Guerry  <bzg@altern.org>
1050         * org.el (org-auto-repeat-maybe): Insert a space between
1051         the timestamp's type and the timestamp itself.
1053 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1055         * org-table.el (org-table-sum): Do not format the result with %g,
1056         it does rounding when there are too many digits.
1058         * org.el (org-map-entries): Protect the keyword-selecting variables.
1060 2008-09-23  Bastien Guerry  <bzg@altern.org>
1062         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1063         against all agenda files.
1065 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1067         * org-list.el: New file, aggregating list functions from org.el
1068         and org-export-latex.el.
1070         * org.el (org-edit-src-region-extra): New option.
1072 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1074         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1075         time before 1am.
1077 2008-09-22  Bastien Guerry  <bzg@altern.org>
1079         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1081 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1083         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1084         hline work correctly.
1085         (org-plot/gnuplot-script): Put commas at the end of each script
1086         line.
1088 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1090         * org.el (org-get-refile-targets): Replace links with their
1091         descriptions
1092         (org-imenu-get-tree): Replace links with their descriptions.
1094         * org-remember.el (org-remember-apply-template): Add a new
1095         expansion for adding properties to remember items.
1097         * org.el (org-add-log-setup): Skip over drawers (properties,
1098         clocks etc) when adding notes.
1100         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1101         items as well as the start and end times.
1103         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1104         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1106         * org-remember.el (org-get-x-clipboard): Use the compat
1107         function to get clipboard values when x-selection-value is
1108         unavailable. Use substring-no-properties instead of
1109         set-text-properties to remove text properties from the clipboard
1110         value.
1112         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1113         modeline clock string, and display the full todo value in the
1114         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1115         the currently clocked task.
1116         (org-clock-string-limit): Add a custom value for the maximum
1117         length of the clock string in the modeline.
1118         (org-clock-mode-map): Add a keymap for the modeline string
1120 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1122         * org-compat.el (org-propertize): New function.
1124 2008-09-20  Bastien Guerry  <bzg@altern.org>
1126         * org-export-latex.el (org-export-latex-tables): protect exported
1127         tables from further special chars conversion.
1128         (org-export-latex-preprocess): Preserve LaTeX environments.
1129         (org-list-parse-list): Parse descriptive lists.
1130         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1131         (org-list-to-texinfo): Export descriptive lists.
1132         (org-quote-chars): Remove.
1133         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1134         (org-export-latex-list-beginning-re): Rename to
1135         `org-list-beginning-re'
1136         (org-list-item-begin): Rename to `org-list-item-beginning'
1138 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1140         * org.el (org-refile): Allow refiling to the last entry in the
1141         buffer.
1142         (org-get-tags-at): Fix bug when inheritance is turned off.
1144 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1146         * org.el (org-indent-line-function): No longer check for src
1147         regions, this is too much overhead.
1149         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1150         matching.
1152         * org.el (org-scan-tags): Make sure that tags matching is not case
1153         sensitive.  TODO keyword matching is case sensitive, however, to
1154         avoid confusion with similar words that are not meant to be
1155         keywords.
1157 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1159         * org.el (org-get-local-tags-at): New function.
1160         (org-get-local-tags): New function.
1162         * org-exp.el (org-export-get-categories): New function.
1164         * org-agenda.el (org-sorting-choice)
1165         (org-agenda-sorting-strategy, org-agenda-get-todos)
1166         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1167         (org-agenda-get-scheduled, org-agenda-get-blocks)
1168         (org-entries-lessp): Implement sorting by TODO state.
1169         (org-cmp-todo-state): New defsubst.
1171         * org-colview.el (org-colview-construct-allowed-dates): New
1172         function.
1173         (org-columns-next-allowed-value): Use
1174         `org-colview-construct-allowed-dates'.
1176         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1177         function.
1178         (org-columns-next-allowed-value): Use
1179         `org-colview-construct-allowed-dates'.
1181 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1183         * org.el (org-protect-slash): New function.
1184         (org-get-refile-targets): Use `org-protect-slash'.
1186         * org-agenda.el (org-global-tags-completion-table): New variable.
1188         * org-exp.el (org-export-handle-export-tags): New function.
1189         (org-export-preprocess-string): Call
1190         `org-export-handle-export-tags'.
1192         * org-plot.el: New file.
1194         * org-publish.el (org-publish-expand-components): Function removed.
1195         (org-publish-expand-projects): Allow components to have components.
1197 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1199         * org.el (org-indent-line-function): Do not indent in regions that
1200         are external source code.
1201         (org-yank-and-fold-if-subtree): New function.
1203         * org-agenda.el (org-agenda-todayp): New function.
1204         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1205         `org-agenda-todayp'.
1207         * org.el (org-insert-heading-respect-content)
1208         (org-insert-todo-heading-respect-content): New commands.
1209         (org-insert-heading-respect-content): New option.
1210         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1212         * org-clock.el (org-clock-find-position): Make sure the note after
1213         the clock line gets moved into the new clock drawer.
1215 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1217         * org-id.el (org-id-new): New option.
1219 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1221         * org-table.el (org-table-copy-down): Avoid overflow during
1222         increment.  Use prefix argument 0 to temporarily disable the
1223         increment.
1225 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1227         * org-exp.el (org-export-as-html): Do not turn on the major mode
1228         if the buffer will be killed anyway.
1229         (org-get-current-options): Exclude the #+TEXT field.
1230         (org-export-as-html): Make sure text before the first headline is
1231         a paragraph.
1233         * org-publish.el (org-publish-org-to): Tell the exporter that this
1234         buffer will be killed, so it is not necessary to do major mode
1235         initialization.
1237         * org-archive.el (org-archive-to-archive-sibling): Show empty
1238         lines after folding the archive sibling.
1240         * org.el (org-log-note-extra): New variable.
1242 2008-09-05  Bastien Guerry  <bzg@altern.org>
1244         * org.el (org-additional-option-like-keywords): Added keywords for
1245         the _QUOTE, _VERSE and _SRC environments.
1247         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1248         exporting _QUOTE and _VERSE environments.
1250 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1252         * org-agenda.el (org-agenda-filter-by-tag): New command.
1254         * org-exp.el (org-get-current-options): Remove angular brackets
1255         from the date entry.
1257         * org.el (org-edit-fixed-width-region): New function.
1258         (org-edit-fixed-width-region): Also try
1259         `org-edit-fixed-width-region'.
1260         (org-edit-fixed-width-region-mode): New option.
1261         (org-activate-code): Only interprete lines starting with colon
1262         plus a space as example lines.
1264         * org-remember.el (org-remember-templates): Add nil instead of
1265         empty strings to fix the length of remember templates.
1267         * org-table.el (org-calc-default-modes): Fix the time format for
1268         calc, from 12 hour to 24 hour clock.
1270 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1272         * org-agenda.el (org-agenda-get-deadlines)
1273         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1274         entries that are pre-warnings of deadlines or reminders.
1276         * org.el (org-sort-entries-or-items): Make numeric and alpha
1277         comparisons ignore any TODO keyword and priority cookie.
1279         * org-remember.el (org-remember-handler): Reinterpretation of the
1280         prefix argument.
1282 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1284         * org-agenda.el (org-agenda-get-scheduled): Use new
1285         `org-scheduled' face.
1287         * org-faces.el (org-scheduled): New face.
1289         * org-wl.el (org-wl-open): Remove incorrect declaration.
1291         * org-gnus.el (org-gnus-store-link): Support for :to information
1292         in gnus links.
1294         * org-exp.el (org-export-as-html): Fixed typo in creator
1295         information.
1296         (org-export-protect-examples): New parameter indent.  Insert extra
1297         spaces only when this parameter is specified.
1298         (org-export-preprocess-string): Call `org-export-protect-examples'
1299         with an indentation parameter when exporting to ASCII.
1301         * org-remember.el (org-remember-templates)
1302         (org-remember-apply-template): Allow the file component to be a
1303         function.
1305         * org.el (org-goto-local-search-headings): Renamed from
1306         `org-goto-local-search-forward-headings'.  Added the possibility
1307         to search backwards.
1309 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1311         * org-export-latex.el (org-export-latex): New customization
1312         group.
1314         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1316 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1318         * org-exp.el (org-html-do-expand): Allow {} to terminate
1319         tex macro
1321 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1323         * org.el (org-buffer-list): Select buffers based on major mode,
1324         not on file name.
1326 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1328         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1329         face property.
1331         * org-colview.el (org-columns-display-here): Use
1332         `org-columns-modify-value-for-display-function'.
1334         * org-colview-xemacs.el (org-columns-display-here): Use
1335         `org-columns-modify-value-for-display-function'.
1337 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1339         * org.el (org-columns-modify-value-for-display-function): New option.
1351         * org-publish.el (org-publish-file): Make sure the directory match
1352         for the publishing directory works correctly.
1354         * org-agenda.el (org-agenda-execute-calendar-command)
1355         (org-agenda-diary-entry): Additional optional argument.
1357 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1359         * org-exp.el (org-export-as-html): Add attributes also in mailto
1360         and ftp links.
1362         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1371 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1373         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1374         sure that calls from `org-export-region-as-html' do not do the
1375         special check for a subtree.
1377 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1379         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1381 2008-07-20  Juri Linkov  <juri@jurta.org>
1383         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1384         new keymap `narrow-map' instead of binding "\C-xns".
1386 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1388         * org.el (org-open-file): Use
1389         `org-open-directory-means-index-dot-org'.
1390         (org-open-directory-means-index-dot-org): New option.
1392 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1394         * org.el (org-make-link-string): Remove link attributes from
1395         description.
1396         (org-open-at-point): Remove link attributes bevore using the path.
1398         * org-exp.el (org-export-as-html): Handle link attributes.
1400         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1402         * org-table.el (org-table-to-lisp): New function.
1404         * org.el (org-narrow-to-subtree): Do not include the final newline
1405         into the narrowed region.
1407         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1408         bug with user-define skipping condition.
1410 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1412         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1414 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1416         * org-exp.el (org-export-html-style-default): Automatic overflow
1417         handling for pre fields.
1418         (org-export-as-ascii, org-export-as-html): Change default format
1419         for time stamp.
1421         * org-table.el (org-table-export): Offer completion for translator
1422         functions, and do not require a heading above the table.
1424         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1425         Cater for the case of a list starting in the first line of the
1426         buffer.
1428 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1430         * org-publish.el (org-publish-find-title): Bug fix.
1431         (org-publish-org-index): Implement new :index-style option.
1433 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1435         * org-publish.el (org-publish-timestamp-filename): Use
1436         SHA1-encoded file names in the timestamp directory.
1438 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1440         * org-publish.el (org-publish-needed-p): Be verbose about files
1441         published and files skipped.
1443         * org-exp.el (org-export-preprocess-string): Swap link
1444         normalization and inernal link targeting.
1446         * org-publish.el (org-publish-needed-p): Create timestamp
1447         directory when it does not exist.
1449 2008-07-04  Bastien Guerry  <bzg@altern.org>
1451         * org-clock.el (org-clock-out-when-done): Doc fix.
1453         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1455         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1456         Ignore case when searching for the COMMENT cookie at export time.
1458 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1460         * org-exp.el (org-get-file-contents)
1461         (org-get-and-remove-property): New functions.
1462         (org-export-handle-include-files): Handle the new prefix options.
1463         (org-export-as-html): Fix the verse environment.
1465 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1467         * org.el (org-time=, org-time<, org-time<=, org-time>)
1468         (org-time>=, org-time<>, org-2ft): New functions.
1469         (org-op-to-function): Also provide for the time testing fucntions.
1471 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1473         * org-exp.el (org-export-html-style-default): New constant.
1475 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1477         * org-exp.el (org-export-html-style-extra): New variable.
1478         (org-export-splice-style): New function.
1480 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1482         * org-exp.el (org-export-plist-vars, org-export-as-html):
1483         Implement `org-export-creator-info'.
1484         (org-export-creator-info): New option.
1486 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1488         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1489         (org-property-drawer-re, org-clock-drawer-re): New constants.
1491 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1493         * org-exp.el (org-icalendar-use-deadline)
1494         (org-icalendar-use-scheduled): New options.
1495         (org-icalendar-include-todo): Default changed to t.
1496         (org-print-icalendar-entries): Implement better utilization of
1497         scheduling and deadline time stamps.
1498         (org-export-target-internal-links, org-export-as-html): Allow file
1499         lines without the "file:" prefix if the file path is an absolute
1500         path or starts with ".".
1502         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1503         lastweek etc.
1504         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1506 2008-06-18  Glenn Morris  <rgm@gnu.org>
1507         * org.el (org-map-entries): Let-bind `file'.
1509 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1511         * org.el (org-agenda-skip-archived-trees): Docstring now
1512         discourages using this.
1513         (org-scan-tags): Check for org-agenda-archives-mode.
1514         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1515         (org-agenda-files): Functionality of second arg changed.
1517         * org-agenda.el (org-agenda-archives-mode): New variable
1518         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1519         (org-search-view, org-todo-list, org-tags-view)
1520         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1521         `ifmode' argument.
1522         (org-agenda-quit): Reset the archives mode.
1523         (org-agenda-archives-mode): New command.
1524         (org-agenda-set-mode-name): Include archives info.
1526 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1528         * org.el (org-paste-subtree): Make sure the yanked headline is
1529         visible if it was yanked at a visible point.
1530         (org-move-item-up): Fix the bug with moving white space at the end
1531         of the item.
1532         (org-show-empty-lines-in-parent): New function.
1534 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1536         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1538         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1540         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1541         agenda prefix as well.
1543         * org-publish.el (org-publish-org-index): Make a properly indented
1544         list.
1546         * org.el (org-calendar-agenda-action-key): New option.
1547         (org-get-cursor-date): New function.
1548         (org-mark-entry-for-agenda-action): New command.
1549         (org-overriding-default-time): New variable.
1550         (org-read-date): Respect `org-overriding-default-time'.
1552         * org-remember.el (org-remember-apply-template): Respect the
1553         ovverriding default time.
1555         * org-agenda.el (org-agenda-action-marker): New variable.
1556         (org-agenda-action): New command.
1557         (org-agenda-do-action): New function.
1559 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1561         * org.el (org-schedule, org-deadline): Protect scheduled and
1562         deadline tasks against changes that accidently remove the
1563         repeater.  Also show a message with the new date when done.
1565 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1567         * org.el (org-beginning-of-line): Cater for the case when there
1568         are tags but no headline text.
1569         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1570         it set.
1572 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1574         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1575         the return value is nil instead of "nil" when there is no match.
1577         * org-exp.el (org-insert-centered): Use fill-column instead of
1578         80.
1579         (org-export-as-ascii): Use string-width to measure the width of
1580         the heading.
1582         * org.el (org-diary-to-ical-string): No longer kill buffer
1583         FROMBUF, this is now done by the caller.
1585         * org-exp.el (org-print-icalendar-entries): Move the call to
1586         `org-diary-to-ical-string' out of the loop, and kill the buffer
1587         afterwords.
1589         * org-remember.el (org-remember-visit-immediately): Position
1590         cursor after moving to the note.
1591         (org-remember-apply-template): Use a text property to record the
1592         cursor position.
1593         (org-remember-handler): Align tags after pasting the note.
1595 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1597         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1599         * org-agenda.el (org-agenda-open-link): If there is an
1600         org-bbdb-name property in the current line, jump to that bbdb
1601         entry.
1603         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1604         text property, so that the agenda knows where this entry comes
1605         from.
1607         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1608         interaction between clocking-in from the agenda, and  automatic
1609         task state switching.
1611         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1613         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1614         zmacs-region stays after this command in XEmacs.
1616 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1618         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1620         * org-remember.el (org-remember-templates): Fix bug in
1621         customization type definition.
1623         * org.el (org-map-entries): New function.
1625 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1627         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1628         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1630 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1632         * org-remember.el (org-jump-to-target-location): New variable.
1633         (org-remember-apply-template): Set
1634         `org-remember-apply-template' if requested by template.
1635         (org-remember-handler): Start an idle timer to jump to
1636         remember location.
1638         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1640         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1641         file tags.
1642         (org-get-tags-at): Add the content of `org-file-tags'.
1644         * org-exp.el (org-export-handle-comments): Fix bug with several
1645         comment lines after each other.
1646         (org-number-to-roman, org-number-to-counter): New functions.
1647         (org-export-section-number-format): New option.
1649 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1651         * org-exp.el (org-export-protect-examples): Catch the case of a
1652         missing end_example line.
1654         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1655         `org-file-tags' to nil.
1657         * org-colview.el (org-columns-next-allowed-value): Handle next
1658         argument NTH to directly select a value.
1660         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1661         argument NTH to directly select a value.
1663 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1665         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1667 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1669         * org.el (org-columns-ellipses): New option.
1671 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1673         * org-colview.el (org-columns-add-ellipses): New function.
1674         (org-columns-compact-links): New function.
1675         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1676         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1677         when in agenda.
1678         (org-columns-edit-value): Fixed bug with editing values from
1679         agenda column view.
1680         (org-columns-redo): Also redo the agenda itself.
1682 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1684         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1685         option.
1687         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1689         * org-exp.el (org-export-ascii-preprocess): Renamed from
1690         `org-export-ascii-clean-string'.
1691         (org-export-kill-licensed-text)
1692         (org-export-define-heading-targets)
1693         (org-export-handle-invisible-targets)
1694         (org-export-target-internal-links)
1695         (org-export-remove-or-extract-drawers)
1696         (org-export-remove-archived-trees)
1697         (org-export-protect-quoted-subtrees)
1698         (org-export-protect-verbatim, org-export-protect-examples)
1699         (org-export-select-backend-specific-text)
1700         (org-export-mark-blockquote-and-verse)
1701         (org-export-remove-comment-blocks-and-subtrees)
1702         (org-export-handle-comments, org-export-mark-radio-links)
1703         (org-export-remove-special-table-lines)
1704         (org-export-normalize-links)
1705         (org-export-concatenate-multiline-links)
1706         (org-export-concatenate-multiline-emphasis): New functions,
1707         obtained from spliiting the export preprocessor.
1709         * org-table.el (org-table-recalculate): Improve error message if
1710         the row number is invalid.
1712 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1714         * org-archive.el (org-archive-save-context-info): Fix bugs in
1715         customization setup and docstring.
1717         * org-exp.el (org-export-html-style): Changed the size of in the
1718         <pre> element to 90%.
1720 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1722         * org.el (org-find-src-example-start): Function removed.
1723         (org-edit-src-find-region-and-lang): New function.
1725 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1727         * org.el (org-edit-src-exit): New function.
1728         (org-exit-edit-mode): New minor mode.
1730         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1731         comment-like lines from protected examples.
1733         * org.el (org-edit-src-example, org-find-src-example-start)
1734         (org-protect-source-example, org-edit-special): New functions.
1736 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1738         * org-publish.el (org-publish-project-alist): Fix typo in
1739         docstring.
1740         (org-publish-project-alist): Handle :index-title property.
1742 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1744         * org-export-latex.el (org-export-as-latex): Make sure region
1745         bounds are correct.  Parse subtree properties relating to export.
1747         * org-exp.el (org-export-add-options-to-plist): New function.
1748         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1750 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1752         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1753         EXPORT_TITLE.
1755         * org-exp.el (org-export-get-title-from-subtree)
1756         (org-export-as-ascii, org-export-as-html): Make sure the original
1757         region-beginning and region-end are used, even after moving
1758         point.
1759         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1760         property.
1762         * org-remember.el (org-remember-last-stored-marker): New variable.
1763         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1764         (org-remember-handler): Also use marker to remember
1765         last-stored position.
1767         * org.el (org-goto-marker-or-bmk): New function.
1769 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1771         * org.el (org-file-properties): Renamed from `org-local-properties'.
1772         (org-scan-tags): Take file tags into account.
1773         (org-tags-match-list-sublevels): Default changed to t.
1775         * org-exp.el (org-export-as-html): Close paragraph after a
1776         footnote.
1778         * org.el (org-update-parent-todo-statistics): New function.
1780         * org-exp.el (org-icalendar-store-UID): New option.
1781         (org-icalendar-force-UID): Option removed.
1782         (org-print-icalendar-entries): IMplement UIDs.
1784 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1786         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1788 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1790         * org-faces.el (org-column): Document how this face is being used
1791         and why sometimes the background faces shine through.
1793         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1795         * org-publish.el (org-publish-attachment): Create publishing
1796         directory if it does not yet exist.
1798         * org-table.el (org-calc-default-modes): Change default number
1799         format to (float 8).
1801         * org.el (org-olpath-completing-read): New function.
1802         (org-time-clocksum-format): New option.
1803         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1805         * org-clock.el (org-clock-display, org-clock-out)
1806         (org-update-mode-line): Use `org-time-clocksum-format'.
1808         * org-colview-xemacs.el (org-columns-number-to-string): Use
1809         `org-time-clocksum-format'.
1811         * org-colview.el (org-columns-number-to-string): Use
1812         `org-time-clocksum-format'.
1814 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1816         * org-id.el: New file, move from contrib to core.
1818         * org-exp.el (org-icalendar-force-UID): New option.
1820 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1822         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1823         shifted by one day if theere is a date range without an end
1824         time.
1826         * org.el (org-try-structure-completion): New function.
1828 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1830         * org.el (org-set-font-lock-defaults): Improve fontification of
1831         description lists.
1832         (org-insert-item): Handle description lists.
1833         (org-adaptive-fill-function): Improve auto indentation in
1834         description lists.
1836         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1837         Implement VERSE environment.
1838         (org-export-preprocess-string): Implement the COMMENT
1839         environment.
1841         * org-export-latex.el (org-export-latex-preprocess): Implement
1842         VERSE environment.
1844 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1846         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1847         option.
1849 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1851         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1853         * org.el (org-quote-csv-field): New functions.
1855         * org-table.el (org-table-export-default-format): Remove :splice
1856         from default format, we get the same effect by not specifying
1857         :tstart and :tend.
1858         (org-table-export): Improve setup, distinguish better between
1859         interactive and non-interactive use, allow specifying the format
1860         on the fly, better protection against wrong file names.
1861         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1862         and :tend when :splice is omitted.
1864 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1866         * org-clock.el (org-clock-select-task): Make sure the selection
1867         letters are 1-9 and A-Z, no special characters.
1869 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1871         * org-exp.el (org-export-htmlize): New group.
1872         (org-export-htmlize-output-type)
1873         (org-export-htmlize-css-font-prefix): New options.
1874         (org-export-htmlize-region-for-paste): New function.
1875         (org-export-htmlize-generate-css): New command.
1877 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1879         * org/org.el (org-modules, org-format-latex-options):
1880         * org/org-archive.el (org-archive-stamp-time)
1881         (org-archive-save-context-info):
1882         * org/org-faces.el (org-hide):
1883         * org/org-irc.el (org-irc-parse-link):
1884         * org/org-macs.el (org-call-with-arg, org-autoload):
1885         * org/org-mew.el (org-mew-store-link):
1886         * org/org-remember.el (org-remember-store-without-prompt)
1887         (org-remember-templates): Fix typos in docstrings.
1889         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1891         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1892         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1893         (org-bbdb-anniv-split): Fix typos in docstrings.
1895         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1896         (org-publish-use-timestamps-flag): Reflow docstring.
1897         (org-publish-files-alist): Fix typos in docstring.
1899 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1901         * org.el (org-set-visibility-according-to-property): New function.
1902         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1903         and compute the regular expressions, and update font-lock.
1904         (org-property-re): Allow a dash in property names.
1906         * org-archive.el (org-extract-archive-file): Insert the file name
1907         without the path into the format, to allow the location format to
1908         contain a subdirectory.
1910         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1911         of buffer, and the `org-agenda-type' property undefined, use the
1912         value from the character before.
1914         * org.el (org-add-planning-info): Don't let indentation for
1915         would-be timestamp become extra whitespace at the end of headline.
1917 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1919         * org.el (org-remove-double-quotes, org-file-contents): New
1920         functions.
1922         * org-exp.el (org-infile-export-plist): Also parse the
1923         contents of #+SETUPFILE files, recursively.
1925         * org.el (org-set-regexps-and-options): Also parse the
1926         contents of #+SETUPFILE files, recursively.
1928         * org-exp.el (org-export-handle-include-files): New function.
1929         (org-export-preprocess-string): Call
1930         `org-export-handle-include-files'.
1932         * org.el (org-delete-property-globally)
1933         (org-delete-property, org-set-property): Ignore case during
1934         completion.
1935         (org-set-property): Use `org-completing-read' instead of
1936         `completing-read'.
1938         * org.el (org-complete-expand-structure-template): New,
1939         experimental function.
1940         (org-structure-template-alist): New, experimental option.
1941         (org-complete): Call `org-complete-expand-structure-template'.
1943 2008-05-06  Bastien Guerry  <bzg@altern.org>
1945         * org-export-latex.el (org-export-latex-preprocess): Added
1946         support for blockquotes.
1948 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1950         * org.el (org-read-date-analyze): Catch the case where only a
1951         weekday is given.
1953 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1955         * org.el (org-set-font-lock-defaults): Make the description
1956         tag bold.
1958         * org-exp.el (org-export-as-html, org-close-li): Implement
1959         description lists.
1961 2008-05-04  Jason Riedy  <jason@acm.org>
1963         * org-table.el (*orgtbl-default-fmt*): New variable.
1964         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1965         when there is no other fmt available.
1967         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1968         :tend to suppress the appropriate string.
1970         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1971         table.
1973 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1975         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1976         read date.
1978         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1979         New function.
1981         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1982         New function.
1984 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1986         * org-clock.el (org-clock-find-position): Don't include notes
1987         into clock drawer.
1989         * org-archive.el (org-archive-subtree): No longer remove an
1990         extra line after cutting the subtree.  `org-cut-subtree' already
1991         takes care of this.
1993         * org-remember.el (org-remember-handler): Only kill the target
1994         buffer if it does not contain the running clock.
1996         * org.el (org-markers-to-move): New variable.
1997         (org-save-markers-in-region, org-check-and-save-marker)
1998         (org-reinstall-markers-in-region): New function.
1999         (org-move-subtree-down, org-copy-subtree): Remember relative
2000         marker positions before cutting.
2001         (org-move-subtree-down, org-paste-subtree): Restore relative
2002         marker positions after pasting.
2004         * org-remember.el (org-remember-clock-out-on-exit): New option.
2005         (org-remember-finalize): Clock out only if the setting in
2006         `org-remember-clock-out-on-exit' requires it.
2007         (org-remember-handler): Do the cleanup in the buffer, to make sure
2008         that the clock marker remains in tact.
2010 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2012         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2013         (org-clock-in): Make sure that also tasks outside the narrowed
2014         region will be clocked in correctly.
2015         (org-clock-insert-selection-line): Widen the buffer so that we can
2016         find the correct task heading.
2018         * org.el (org-base-buffer): New function.
2020         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2021         and ";" are escaped.
2022         (org-print-icalendar-entries): Also apply
2023         `org-icalendar-cleanup-string' to the headline, not only to the
2024         summary property.
2026 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2028         * org-exp.el (org-export-preprocess-hook): New hook.
2029         (org-export-preprocess-string): Call
2030         `org-export-preprocess-hook'.
2032         * org.el (org-font-lock-hook): New variable.
2033         (org-font-lock-hook): New function.
2034         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2036 ;; Local Variables:
2037 ;; coding: utf-8
2038 ;; add-log-time-zone-rule: t
2039 ;; End:
2041     Copyright (C) 2008  Free Software Foundation, Inc.
2043   This file is part of GNU Emacs.
2045   GNU Emacs is free software: you can redistribute it and/or modify
2046   it under the terms of the GNU General Public License as published by
2047   the Free Software Foundation, either version 3 of the License, or
2048   (at your option) any later version.
2050   GNU Emacs is distributed in the hope that it will be useful,
2051   but WITHOUT ANY WARRANTY; without even the implied warranty of
2052   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2053   GNU General Public License for more details.
2055   You should have received a copy of the GNU General Public License
2056   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2058 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c