Refile: Compare expanded file names
[org-mode.git] / lisp / ChangeLog
blobbec5200dad3d9301ec1d0400502e9d2aec4f8f8b
1 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-get-refile-targets, org-refile-get-location): Use
4         expanded file name to improve comparison.
6 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org.el (org-scan-tags): Rescan for tags, to get the correct
9         upcase/downcase stuff.  This slows things down for now, but it
10         works.
11         (org-mode): Make sure the tag-faces regexp is initialized.
13         * org-export-latex.el (org-export-latex-links): Fix bug with
14         undefined label.
16         * org-table.el (org-table-get-specials): Set
17         `org-table-current-last-data-line'.
18         (org-table-current-last-data-line): New variable.
19         (org-table-insert-column, org-table-delete-column)
20         (org-table-move-column, org-table-fix-formulas): Call
21         `org-table-fix-formulas' a second time to fix the $LR references.
22         (org-table-get-specials): Add the $LR references to the tables.
23         (org-table-get-formula): Do not offer last-row names as LHS of
24         formulas.
26         * org.el (org-store-link): Capture link description from
27         `org-id-store-link'.
29         * org-exp.el (org-export-html-format-image): Add the / to the end
30         of the <img> tag.
31         (org-export-format-source-code): Surround example by empty lines,
32         to make sure it will not be inside a paragraph.
34         * org.el (org-ido-switchb): New function.
36 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
38         * org-agenda.el (org-agenda-show): New prefix argument
39         FULL-ENTRY.
41         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
42         argument.
44         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
45         `org-agenda-change-all-lines'.
46         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
47         tags are now retrieved locally.
49 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org.el (org-get-outline-path): Fix bug if level is not given.
52         (org-org-menu): Do not quote function in menu vector.
54         * org-agenda.el (org-finalize-agenda): Fix typo with variable
55         name.
57 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org.el (org-refile): Avoid refiling to within the region to be
60         refiled.
62         * org-export-latex.el (org-export-latex-special-chars): Replace
63         special characters also in tables.
65         * org-agenda.el (org-agenda-change-all-lines): New argument
66         FORCE-TAGS.
67         (org-agenda-set-tags): Cet the new tags and pass them to
68         `org-format-agenda-item'.
70 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-export-latex.el (org-export-latex-classes): Add longable as
73         a default package to all classes.
74         (org-export-latex-tables): Handle the longtable attribute and the
75         align attribute.
77         * org-table.el (orgtbl-to-generic): Handle tables that start with
78         a hline.
80         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
81         \verb for colde-like snippets.
82         (org-export-as-latex): Fix issues with region export.
84         * org.el (org-up-heading-safe): Speed up function by using a
85         direct regexp search.
86         (org-olpa): New variable.
87         (org-get-outline-path): Speed-up path constructions in cases where
88         this is possible because the entire hierarchy is scanned anyway.
89         (org-refile-get-location): Don't compare the truenames of files,
90         this is too slow.
91         (org-goto-max-level): New option.
92         (org-goto): Use `org-goto-max-level'.
94 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
96         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
97         Strip angle brackets from message-ids in the former and don't do
98         it in the latter.
99         (org-gnus-follow-link): Open summary reliable, even if the last
100         messages were deleted, and handle empty groups, too.
102 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
104         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
105         instead of \texttt for the =...= and ~===~ emphasis environments.
106         (org-export-as-latex): Remove any old :org-license-to-kill text
107         properties.
108         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
109         (org-export-latex-make-header): Add some hard space after the
110         table of contents.
111         (org-export-latex-first-lines): Accept RBEG argument.  Mark
112         exported text so that it will be excuded in further steps.
114         * org-table.el (org-table-get-specials): Make @0 reference the
115         last line in a table.
116         (org-table-recalculate): Improve docstring.
118 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org.el (org-log-done): Fix docstring.
122 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
124         * org-exp.el (org-export-html-format-image): Fix bugs.
126         * org-export-latex.el (org-export-latex-tables)
127         (org-export-latex-links): Implement attribute, label, and caption
128         handling.
130         * org-exp.el (org-export-html-style-default): Add style
131         definitions for the figure div.
132         (org-export-preprocess-string, org-export-as-html): Implement
133         attribute, label, and caption handling.
134         (org-export-attach-captions-and-attributes): New function.
135         (org-export-html-format-image): New function.
136         (org-format-org-table-html): Implement attribute, label, and
137         caption handling.
139         * org.el (org-find-text-property-in-string): New function.
140         (org-extract-attributes): Use the property org-attr instead of
141         org-attrobutes, because this property is now set with the #+ATTR
142         lines.
144 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
146         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
147         the case that FROM is nil.
149         * org.el (org-before-first-heading-p): New function.
151 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org-exp.el (org-export-as-html): Do not add a space before
154         enforces line breaks.
155         (org-export-as-html): Close paragraph before blockquote and verse
156         tags.
158 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org-id.el (org-id-locations-file): Wrap file name with
161         `convert-standard-filename'.
162         (org-id-files): New variable.
163         (org-id-use-hash): New option.
164         (org-id-update-id-locations): Also search in all files current
165         listed in `org-id-files'.  Convert the resulting alist to a hash
166         if the user customation says so.
167         (org-id-locations-save): Handle he case if `org-id-locations' is a
168         hash.
169         (org-id-locations-load): Convert the alist to a hash.
170         (org-id-add-location): Handle the hast case.
171         (kill-emacs-hook): Make sure id locations are saved when Emacs is
172         exited.
173         (org-id-hash-to-alist, org-id-alist-to-hash)
174         (org-id-paste-tracker): New functions.
176 -------------------------------------------------------------------------
178 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
180         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
181         bindings of calendar variables.
183         * org-table.el (org-table-find-row-type): Renamed from
184         `org-find-row-type'.
185         (org-table-rewrite-old-row-references): Renamed from
186         `org-rewrite-old-row-references'.
187         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
188         (org-table-cleanup-narrow-column-properties): Renamed from
189         `org-cleanup-narrow-column-properties'.
191 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
193         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
194         for better error messages.
195         (org-table-get-descriptor-line): Supply the new arguments to
196         `org-find-row-type'.
197         (org-table-error-on-row-ref-crossing-hline): New option.
199         * org.el (org-target-link-regexp): Make buffer-local.
200         (org-move-subtree-down): Fix bug with trees at beginning of
201         buffer.
203 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-faces.el (org-set-tag-faces): New function.
206         (org-tags-special-faces-re): New variable.
208         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
210         * org-faces.el (org-tag-faces): New option.
211         (org-tag): Mention `org-tag-faces' in the docstring.
213 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
215         * org-exp.el (org-export-html-style-default): Implement new
216         quoting.
218         * org-jsinfo.el (org-infojs-template): Implement new quoting.
220         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
221         command to the `w3m-minor-mode-map'.
223         * org-archive.el (org-archive-to-archive-sibling): Protect
224         `this-command' to avoid appending kills during archiving.
226         * org-exp.el (org-export-with-priority): New variable.
227         (org-export-add-options-to-plist): Use `org-export-plist-vars'
228         instead of internal list of strings and properties.
229         (org-print-icalendar-entries): Retrieve the location property with
230         inheritance.
232 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-exp.el (org-export-with-todo-keywords): New option.
235         (org-export-plist-vars): Include also the keys for the #+OPTIONS
236         line.
237         (org-default-export-plist, org-export-add-options-to-plist)
238         (org-export-as-ascii, org-export-as-html): Use the new structure
239         of `org-export-plist-vars'.
241         * org.el (org-map-entries): Return all values.
243 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org.el (org-matcher-time): Recognize more special values.
247         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
249 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
251         * org.el (org-tags-exclude-from-inheritance): New option.
252         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
253         `org-tags-exclude-from-inheritance'.
255         * org-agenda.el (org-agenda-show-inherited-tags): New option.
256         (org-format-agenda-item): Add inherited tags to the agenda line
257         string, and make sure that properties are kept when downcasing the
258         tags list.
259         (org-agenda-add-inherited-tags): New function.
260         (org-downcase-keep-props): New function.
262         * org.el (org-scan-tags): Mark inherited tags with a text
263         property.
264         (org-get-tags-at): Mark inherited tags with a text property.
265         (org-add-prop-inherited): New function.
267         * org-agenda.el (org-agenda-add-inherited-tags): New function.
268         (org-agenda-show-inherited-tags): New option.
270 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
272         * org.el (org-modules): Add org-w3m to the default modules.
274         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
275         orgtbl-mode.
276         (orgtabl-create-or-convert-from-region): New command.
278         * org-exp.el (org-export-as-ascii): Remove the handling of
279         targets.
280         (org-export-ascii-preprocess): Handle targets already in this
281         function.
283 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org-timer.el (org-timer-start-time): Define this variable.
286         (org-timer-item): Make argument optional.
288         * org-list.el (org-insert-item): Automatically insert a timer item
289         if the current list is a timer list.
291         * org-timer.el: New file.
293         * org-publish.el (org-publish-org-index): Only exclude the index
294         file in the main directory from being added to the site-map.
295         (org-publish-get-project-from-filename): If the current project is
296         a component, start publishing from the parent project.
298 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
300         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
302         * org-publish.el (org-publish-org-index): Improve removal of
303         temporary buffers.
305         * org-agenda.el (org-get-closed): Re-apply changes
306         accidentially overwritten by last commit to Emacs.
308         * org.el (org-outline-path-complete-in-steps): New option.
309         (org-refile-get-location): Honor
310         `org-outline-path-complete-in-steps'.
311         (org-agenda-change-all-lines, org-tags-sparse-tree)
312         (org-time-string-to-absolute, org-small-year-to-year)
313         (org-link-escape): Re-apply changes accidentially overwritten
314         by last commit to Emacs.
316 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org-clock.el (org-dblock-write:clocktable): Make sure the
319         clocktable sees the first line.
320         (org-clock-in): Warn if the clock cannot be resumed.
322 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org.el (org-open-at-point): Fix mixup about interactive and
325         non-interactive elisp links.
327 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
329         * org-exp.el (org-export-preprocess-string): Allow one comment
330         line before the first headline to always be included.  This is
331         to not miss a commented target.
333         * org-mouse.el (org-mouse-insert-item): Call
334         `org-indent-to-column' instead of `indent-to', for XEmacs
335         compatibility.
337         * org.el (org-refile-targets): Fix customize definition so
338         that it works also in XEmacs.
339         (org-fixup-indentation): Call `org-indent-to-column' instead
340         of `indent-to', for XEmacs compatibility.
342 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
344         * org-mew.el (org-mew-store-link): Get the correct case folder
345         for refiled messages.
347 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
349         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
350         line break indicators.
352         * org.el (org-ido-completing-read): Remove the "i:" prefix for
353         ido-completion propts.
355 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org-remember.el (org-remember-apply-template): Use
358         `org-substring-no-properties'.
360         * org-compat.el (org-substring-no-properties): New function.
362         * org-remember.el (org-remember-apply-template): Use
363         `org-substring-no-properties' for compatibility.
365         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
366         option.
367         (org-fix-bullet-type): respect
368         `org-list-two-spaces-after-bullet-regexp'.
370         * org-clock.el (org-clock-load): Clean up the code.
372         * org.el (org-adaptive-fill-function): Allow two spaces after
373         "1." as a list bullet.
375 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
377         * org-clock.el (org-clock-save, org-clock-load): Check for
378         live buffers, existing files, and buffer file names to ensure
379         consistent information.
380         (org-clock-persist): Make `clock' a special value of this
381         variable, and improve docstring.
383         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
384         (org-get-string-indentation): Adapt indentation when the bullet
385         width changes.
387 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
389         * org-remember.el (org-remember-finalize): Make interactive.
390         (org-remember-kill): New command.
391         (org-remember-finish-immediately): Call `org-remember-finalize'
392         directly.
393         (org-remember-finalize): Make `org-remember-finalize' an interactive
394         function.
396 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
398         * org-remember.el (org-remember-apply-template): No ido completion
399         for free prompts in remember templates.
400         (org-remember-before-finalize-hook): New hook.
401         (org-remember-mode): New minor mode.
402         (org-remember-apply-template): Turn on `org-remember-mode'.
404         * org-id.el (org-id-add-location): Avoid error when no file is
405         given.
407         * org-remember.el (org-remember-apply-template): Fix the way how
408         the list of allowed properties is retrieved from the target file.
410         * org.el (org-insert-link): Improve file link matching.
412 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
414         * org-colview.el (org-columns-display-here): New argument
415         DATELINE, to trigger using the new face.
416         (org-agenda-colview-summarize): Call `org-columns-display-here'
417         with the new argument.
419         * org-faces.el (org-agenda-column-dateline): New face.
421         * org-publish.el (org-publish-org-index): Use index-title at page
422         title, not as section.
424         * org-exp.el (org-export-html-format-desc): Respect the
425         org-protect property.
426         (org-export-as-html): Protect image specifiers that are in the
427         description part of a link.
429         * org.el (org-sort-entries-or-items, org-completing-read)
430         (org-refile-get-location, org-olpath-completing-read, org-todo)
431         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
432         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
433         (org-set-property, org-delete-property)
434         (org-delete-property-globally): Use `org-ido-completing-read'.
436         * org-remember.el (org-remember-apply-template): Use
437         `org-ido-completing-read'.
439         * org-publish.el (org-publish): Use `org-ido-completing-read'.
441         * org-colview.el (org-columns-edit-value, org-columns-new)
442         (org-insert-columns-dblock): Use `org-ido-completing-read'.
444         * org-colview-xemacs.el (org-columns-edit-value)
445         (org-columns-new, org-insert-columns-dblock): Use
446         `org-ido-completing-read'.
448         * org-attach.el (org-attach-delete-one, org-attach-open): Use
449         `org-ido-completing-read'.
451         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
452         `org-ido-completing-read'.
454         * org.el (org-time-today): New function.
455         (org-matcher-time): Use `org-time-today'.  Add special treatment
456         for "<tomorrow>" and "<yesterday>".
457         (org-ido-completing-read): New function.
458         (org-completion-use-ido): New option.
460         * org-exp.el (org-export-format-source-code): Fix bug in require
461         htmlize code.
462         (org-export-target-internal-links): Fix bug in search for text
463         property.
465 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
467         * org-export-latex.el (org-export-latex-subcontent): Interprete
468         target aliases as additonal labels.
470         * org-exp.el (org-export-target-aliases): New variable.
471         (org-export-preprocess-string)
472         (org-export-handle-invisible-targets): Fill the alias alist.
473         (org-export-as-html): Remove the &nbsp; from the anchor, and also
474         assign an id.
475         (org-html-level-start): Insert the target aliases as additonal
476         anchors.
478         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
479         picture area.
481 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
483         * org.el (org-open-at-mouse): Ensure correct link abbreviations
484         when following a link with the mouse from the agenda.
486         * org-exp.el (org-export-as-html): Avoid lone </div> when no
487         headlines are created.
489 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org-exp.el (org-export-preprocess-string): Reorder so that we
492         can still see ID properties when we collect targets.
493         (org-export-target-internal-links): Also store targets for ID's.
495         * org.el (org-link-translation-function): New option.
496         (org-open-at-point): Call `org-link-translation-function' if
497         non-nil.
498         (org-translate-link): New function.
499         (org-translate-link-from-planner): New function.
500         (org-open-at-point): Allow interactive commands in elisp links.
502         * org-exp.el (org-icalendar-cleanup-string): Restore the old
503         iCalendar quoting.  The new one seems to caus problems with
504         applications.
506         * org.el (org-yank): Set `this-command' to `yank', so that
507         `yank-pop' will work.
509 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-id.el (org-id-search-archives): New option.
513         * org.el (org-link-to-org-use-id): New option.
514         (org-store-link): Use `org-link-to-org-use-id'.
515         (org-id): Make org-id.el a standard component.
517 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
519         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
520         hexified version of the tag.
522         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
523         compliance as far as quoting is concerned.
525         * org-vm.el (org-vm-follow-link): Require `vm-search'.
527         * org.el (org-up-heading-safe, org-forward-same-level): Always
528         call `org-back-to-heading' instead of `outline-back-to-heading'.
529         (org-back-to-heading): New wrapper around outline-back-to-heading,
530         with a useful error message telling where the error happened.
532         * org-list.el (org-update-checkbox-count): Always call
533         `org-back-to-heading' instead of `outline-back-to-heading'.
535         * org-exp.el (org-export-as-html): Make sure that each <img> tag
536         has an `alt' attribute, to ensure XHTML validation.
538 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-publish.el (org-publish-attachment): Allow publishing to
541         overwrite attachment files.
543         * org-agenda.el (org-agenda-timerange-leaders): New option.
544         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
546         * org.el (org-edit-src-exit): Untabify ASCII image before
547         returning.
560 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org.el (org-yank): Make any prefix force normal yanking.
563         Suppress folding if text would be swallowed into a folded
564         subtree.
565         (org-yank-folded-subtrees, org-yank): Docstring updates.
567         * org-agenda.el (org-agenda-compare-effort): Treat no effort
568         defined as 0.
570         * org-exp.el (org-export-language-setup): Add Catalan and
571         Esperanto language entries.
573 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
575         * org.el (org-refile): Allow refiling of entire regions.
577         * org-clock.el (org-clock-time%): New function.
579         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
580         retrieve property values.
582 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org-agenda.el (org-agenda-list): Handle the value `only' of
585         org-agenda-show-log'.
586         (org-agenda-log-mode): Interpret a double prefix arg.
588 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org-exp.el (org-export-html-footnotes-section): New variable.
591         (org-export-as-html): Use `org-export-html-footnotes-section' to
592         insert the footnotes.
593         (org-export-language-setup): Add "Footnotes" to language words.
595 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
597         * org.el (org-yank): Fix bug when not inserting a subtree.
599 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
602         instead of `vm-beginning-of-message'.
604         * org.el (org-make-link-regexps): Make sure that links to gnus can
605         contain brackets.
607 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
609         * org-attach.el (org-attach-dir): Remove duplicate ID creation
610         code.
612         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
613         shell output.
615         * org.el (org-link-abbrev-alist): Improve customization type.
617         * org-attach.el (org-attach-expand-link, org-attach-expand): New
618         functions.
620         * org-agenda.el (org-agenda-get-progress): Renamed from
621         `org-get-closed'.  Implement searching for state changes as well.
622         (org-agenda-log-mode-items): New option.
623         (org-agenda-log-mode): New option prefix argument, interpreted as
624         request to show all possible progress info.
625         (org-agenda-get-day-entries): Call `org-get-progress' instead of
626         `org-get-closed'.
627         (org-agenda-set-mode-name): Handle the more complex log mode
628         settings.
629         (org-get-closed): New alias, pointing to `org-get-progress'.
631 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
633         * org.el (org-file-apps-defaults-gnu)
634         (org-file-apps-defaults-macosx)
635         (org-file-apps-defaults-windowsnt): Add an entry defining the
636         system command.
637         (org-file-apps): Allow `system' as key and value.
638         (org-open-at-point): Explain the effect of a double prefix arg.
639         (org-open-file): If the argument `in-emacs' is (16),
640         i.e. corresponding to a double prefix argument, try to open the
641         file externally.
643 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
645         * org.el (org-insert-link): Abbreviate absolute files names in
646         links.  Also, fix a bug in which the double C-u prefix would not
647         be honored.
649 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
651         * org.el (org-insert-heading): If buffer does not end with a
652         newline, add one if necessary to insert headline correctly.
654         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
655         paragraphs, not inside.
657         * org.el (org-todo): Quote
658         `org-agenda-headline-snapshot-before-repeat'.
660         * org-exp.el (org-export-as-html): Fully process link descriptions.
661         (org-export-html-format-desc): New function.
662         (org-export-as-html): Collect footnotes into the correct basket.
663         (org-html-protect): No longer protect quotations marks here, this
664         goes wrong.
666         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
667         BEG.
669         * org-compat.el (org-fit-window-to-buffer): New function (not
670         really, a preliminary and incomplete version was present earlier,
671         but not used).
673         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
674         `org-fit-window-to-buffer'.
676         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
678         * org-agenda.el (org-agenda-get-restriction-and-command)
679         (org-fit-agenda-window, org-agenda-convert-date): Use
680         `org-fit-window-to-buffer'.
682         * org-exp.el (org-export-as-html): Process href links through
683         `org-export-html-format-href'.
684         (org-export-html-format-href): New function.
686         * org-agenda.el (org-agenda-todo): Update only the current
687         headline if this is a repeated TODO, marked done for today.
688         (org-agenda-change-all-lines): New argument JUST-THIS, to change
689         only the current line.
691         * org.el (org-todo): Take a snapshot of the headline if the
692         repeater might change it.
694 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
696         * org-publish.el (org-publish-find-title): Remove buffers visited
697         only for extracting the title.
699         * org-exp.el (org-export-html-style)
700         (org-export-html-style-default): Mark style definitions as
701         unparsed CDATA.
703         * org-publish.el (org-publish-validate-link): Function
704         re-introduced.
706 2008-11-02  Charles Sebold  <csebold@gmail.com>
708         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
709         property.
710         (org-plot-quote-timestamp-field): New function.
711         (org-plot-quote-tsv-field): Call timestamp field function when
712         necessary rather than just quoting as a string.
713         (org-plot/gnuplot-to-data): Pass in timefmt property.
714         (org-plot/gnuplot-script): Supports timefmt property.
715         (org-plot/gnuplot): Checks for timestamp column before checking
716         for text index column.
718 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
720         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
722         * org-publish.el (org-publish-org-index): Create a section in the
723         index file.
724         (org-publish-org-index): Stop linking to directories.
726         * org.el (org-emphasis-alist): Use span instead of <u> to
727         underline text.
729         * org-exp.el (org-export-as-html): Make sure <p> is closed before
730         <pre> sections.
732 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
734         * org-jsinfo.el (org-infojs-template): Remove language attribute
735         from script tag.
737 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
739         * org-agenda.el (org-agenda-remove-marked-text): New function.
740         (org-agenda-mark-filtered-text)
741         (org-agenda-unmark-filtered-text): New functions.
742         (org-write-agenda): Remove fltered text.
744         * org.el (org-make-tags-matcher): Give access to TODO "property"
745         without speed penalty.
747 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
749         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
750         option.
751         (org-store-link-props): Make sure adding to the plist works
752         correctly.
754         * org-gnus.el (org-gnus-no-new-news): New function.
755         (org-gnus-follow-link): Allow the article ID to be a message-id,
756         in addition to allowing article numbers.  Message IDs make much
757         more roubust links.
758         (org-gnus-store-link): Use message-id to create link.
760 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
762         * org.el (org-emphasize): Reverse the selection array.
763         (org-emphasis-alist): Set <code> tags for the verbatim
764         environment.
766         * org-remember.el (org-remember-handler): Fix bug with
767         prefix-related changing of the note storage target.
769         * org-exp.el (org-print-icalendar-entries): Make the exported
770         priorities compatible with RFC 2445.
772         * org-clock.el (org-clock-save): Insert time stamp without
773         dependence on time-stamp.el.
775 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
777         * org.el ("saveplace"): If saveplace puts point into an invisible
778         location, make it visible.
779         (org-make-tags-matcher): Allow inactive time stamps in time
780         comparisons.
781         (org-yank-adjusted-subtrees): New option.
782         (org-yank): Incorporate adjusting trees.
783         (org-paste-subtree): New argument FOR-YANK which will cause
784         insertion at point without backing up over white lines, and leave
785         point at the end of the inserted text.  Also if the cursor is
786         at the beginning of a headline, use the same level or the inserted
787         tree.
789         * org-publish.el (org-publish-get-base-files-1): Deal correctly
790         with broken symlinks
792 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
794         * org-exp.el (org-export-select-tags, org-get-current-options):
795         Fix typo.
797 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
799         * org-agenda.el (org-format-agenda-item)
800         (org-agenda-filter-make-matcher): Make sure tags are stored and
801         compared donwcased.
803 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
805         * org.el (org-insert-todo-heading): Fix bug with force-heading
806         argument.
808 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
810         * org-clock.el (org-clock-in-resume): Add a custom option to
811         toggle starting the clock from an open clock line.
812         (org-clock-in): When clocking in to an entry, if
813         `org-clock-in-resume' is set, check if the first clock line is
814         open and if so, start the clock from the time in the clock line.
815         (org-clock-persist): Add a custom option to toggle clock
816         persistence.
817         (org-clock-persist-query-save): Add a custom option to toggle
818         asking the user if they want to save the running clock when
819         exiting.
820         (org-clock-persist-query-resume): Add a custom option to toggle
821         asking the user if they want to resume the saved clock when Emacs
822         is restarted.
823         (org-clock-save): Add a function to save clock data.
824         This includes the contents of `org-clock-history' and the buffer
825         and position of the currently clocked task, if any.
826         (org-clock-load): Add a function to load clock data.
827         This populates `org-clock-history', and resumes the saved clocked
828         task if there is one.
829         (org-clock-persistence-insinuate): Add a method to set up the
830         hooks for clock persistence.
832 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
834         * org-exp.el (org-export-as-ascii): Handle the case that we are
835         publishing from an indirect buffer.
837         * org-table.el (org-table-copy-down): Fix bug with time stamp
838         increment.
840         * org-mouse.el (org-mouse-features): New option.
841         (org-mode-hook): Turn on features depending on
842         `org-mouse-features'.
844         * org.el (org-insert-heading-respect-content): Force heading
845         creation.
846         (org-insert-heading): keep the folding state of the heading before
847         the inserted one.
849 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
851         * org-archive.el (org-archive-to-archive-sibling): Handle top
852         level headlines better.
854 2008-10-21  Bastien Guerry  <bzg@altern.org>
856         * org-export-latex.el (org-export-latex-classes): Added
857         \usepackage{graphicx} to the default list of packages.
859 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
861         * org-agenda.el (org-agenda-filter): Renamed from
862         `org-agenda-filter-tags'.
864 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
866         * org.el (org-entry-properties): Add CATEGORY property, iven if it
867         is not defined as a property in this entry.
868         (org-add-log-note): Mask prefix argument when immediately storing
869         the note.
871         * org-agenda.el (org-agenda-filter-effort-default-operator): New
872         option.
874 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
876         * org.el (org-add-log-setup): Bugfix; code to find insertion point
877         after drawers was skipping ahead one line too many, so notes were
878         inserted after the first note instead of before it.
880 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
882         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
883         New variables.
884         (org-prepare-agenda): Reset the filter tags.
885         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
886         Show filter tags in mode line.
888         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
889         formatter.
891         * org-export-latex.el (org-latex-entities-regexp): New constant.
892         (org-export-as-pdf): Use two calls to `shell-command'.
894 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
896         * org-export-latex.el (org-export-latex-treat-sub-super-char):
897         Honor the {} value of the subsuperscript setting.  Make sure that
898         longer subsuperscripts are typeset in a roman font.
900         * org.el (org-clock-update-time-maybe): Compute negative clock
901         intervals correctly.
903 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
905         * org.el (org-add-log-setup): Respect
906         `org-log-state-notes-insert-after-drawers'.
907         (org-log-state-notes-insert-after-drawers): New option.
908         (org-todo-trigger-tag-changes): New function.
909         (org-todo): Call `org-todo-trigger-tag-changes'.
911 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
913         * org.el (org-add-log-setup): Only skip drawers if the are
914         immediately after the scheduling keywords.
916         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
917         function
918         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
919         call it with the current todo state to get the state to switch to
920         when clocking in.
921         (org-clock-in): Use org-indent-line-function to indent clock lines.
922         (org-clock-find-position): Fix indentation of empty clock drawers.
924 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
926         * org-publish.el (org-publish-org-to): Handle case when
927         org-export-to-pdf does return a file name, not a buffer.
928         (org-publish-org-to-pdf): New function.
930         * org-export-latex.el (org-export-as-pdf)
931         (org-export-as-pdf-and-open): New commands.
933         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
934         forms as ranges.
936         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
937         things in protexted regions.
939 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
941         * org-export-latex.el (org-export-latex-preprocess): Improve
942         quoting of LaTeX environments.
944 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
946         * org.el (org-edit-fixed-width-region): Exclude final newline from
947         picture area.
949         * org-export-latex.el (org-export-latex-subcontent): Add labels to
950         sections, to make internal links work.
951         (org-export-latex-fontify-headline): Do not remove all text
952         properties, to make sure that target properties survive this
953         process.
955         * org-exp.el (org-export-preprocess-string): Change sequence of
956         modifications, to make sure links are prepared before the LaTeX
957         conversions do happen.
959 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
961         * org-attach.el (org-attach-delete-all): Renamed from
962         `org-attch-delete'.  Add a security query before deleting the
963         entire directory.  New optional argument FORCE can overrule the
964         security query.
965         (org-attach-delete-one): New command.
967 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
969         * org-attach.el (org-attach-file-list): Fix bug with directory.
971 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
973         * org.el (org-apps-regexp-alist): New function.
974         (org-file-apps): Add auto-mode to the default value.
975         (org-open-file): Use the new structure of org-file-apps.
977         * org-attach.el (org-attach): Support the new keys.
978         (org-attach-method): New option.
980 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
982         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
983         March.
985         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
986         of the list value o `org-use-tag-inheritance'.
988         * org-attach.el (org-attach-auto-tag): New option.
989         (org-attach-tag, org-attach-untag): New functions.
990         (org-attach-attach, org-attach-new, org-attach-sync): Call
991         `org-attach-tag'.
992         (org-attach-delete): Call `org-attach-untag'.
994 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
996         * org-table.el (orgtbl-self-insert-command): Make this work for
997         the keypad as well.
999 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1001         * org.el (org-add-log-setup): Limit searc for drawers to entry
1002         text, not to subtree.
1004         * org-clock.el (org-clock-heading-for-remember): New variable.
1005         (org-clock-in): Set `org-clock-heading-for-remember'.
1007 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1009         * org-remember.el (org-remember-apply-template): Add new
1010         expansions: %k, %K for currently clocked task and a link to the
1011         currently clocked task, and %< to file notes in the currently
1012         clocked task.
1014 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1016         * org-export-latex.el (org-export-latex-make-header): Also insert
1017         the content of the property :latex-header-extra.
1019         * org-exp.el (org-infile-export-plist): Put the content of
1020         #+LATEX_HEADER: into the property :latex-header-extra.
1022         * org-colview.el (org-columns-get-format-and-top-level): Remove
1023         resetting the marker.
1025         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1026         Remove resetting the marker.
1028         * org.el (org-entry-property-inherited-from): Improve docstring.
1029         (org-entry-get-with-inheritance): Reset marker before starting the
1030         search.
1032         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1034 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1036         * org.el (org-entry-get-multivalued-property)
1037         (org-entry-protect-space, org-entry-restore-space): New
1038         functions.
1039         (org-file-apps-defaults-macosx): Let postscript files be opened by
1040         preview.
1041         (org-time-stamp-inactive): Call `org-time-stamp'.
1042         (org-time-stamp): New argument `inactive'.  Also edit inacive
1043         stamps. Convert time stamp type.
1044         (org-open-file): Interpret the `default' value for the `command'
1045         in `org-file-apps'.
1047         * org-id.el (org-id-int-to-b36-one-digit)
1048         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1049         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1050         b36.
1052 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1054         * org-id.el (org-id-reverse-string): New function.
1055         (org-id-new): Use `org-id-reverse-string' to make sure the
1056         beginning chars of the ID are mutating fast.  This allows to use a
1057         directory structure to spread things better.
1058         (org-id-prefix): Changed default to nil.
1060         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1061         restore the column of the cursor position.
1063         * org-remember.el (org-remember-apply-template): Remove properties
1064         from `initial'.
1066 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1068         * org-wl.el (org-wl-open): Remove useless call to
1069         `wl-thread-open-all'.
1071         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1072         location.
1074 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1076         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1077         `org-bbdb-anniversaries'.
1079         * org.el (org-get-next-sibling, org-forward-same-level): New
1080         functions, similar to the outline versions, but invisible headings
1081         are OK.
1083 2008-09-25  Bastien Guerry  <bzg@altern.org>
1085         * org.el (org-auto-repeat-maybe): Insert a space between
1086         the timestamp's type and the timestamp itself.
1088 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1090         * org-table.el (org-table-sum): Do not format the result with %g,
1091         it does rounding when there are too many digits.
1093         * org.el (org-map-entries): Protect the keyword-selecting variables.
1095 2008-09-23  Bastien Guerry  <bzg@altern.org>
1097         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1098         against all agenda files.
1100 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1102         * org-list.el: New file, aggregating list functions from org.el
1103         and org-export-latex.el.
1105         * org.el (org-edit-src-region-extra): New option.
1107 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1109         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1110         time before 1am.
1112 2008-09-22  Bastien Guerry  <bzg@altern.org>
1114         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1116 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1118         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1119         hline work correctly.
1120         (org-plot/gnuplot-script): Put commas at the end of each script
1121         line.
1123 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1125         * org.el (org-get-refile-targets): Replace links with their
1126         descriptions
1127         (org-imenu-get-tree): Replace links with their descriptions.
1129         * org-remember.el (org-remember-apply-template): Add a new
1130         expansion for adding properties to remember items.
1132         * org.el (org-add-log-setup): Skip over drawers (properties,
1133         clocks etc) when adding notes.
1135         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1136         items as well as the start and end times.
1138         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1139         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1141         * org-remember.el (org-get-x-clipboard): Use the compat
1142         function to get clipboard values when x-selection-value is
1143         unavailable. Use substring-no-properties instead of
1144         set-text-properties to remove text properties from the clipboard
1145         value.
1147         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1148         modeline clock string, and display the full todo value in the
1149         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1150         the currently clocked task.
1151         (org-clock-string-limit): Add a custom value for the maximum
1152         length of the clock string in the modeline.
1153         (org-clock-mode-map): Add a keymap for the modeline string
1155 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1157         * org-compat.el (org-propertize): New function.
1159 2008-09-20  Bastien Guerry  <bzg@altern.org>
1161         * org-export-latex.el (org-export-latex-tables): protect exported
1162         tables from further special chars conversion.
1163         (org-export-latex-preprocess): Preserve LaTeX environments.
1164         (org-list-parse-list): Parse descriptive lists.
1165         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1166         (org-list-to-texinfo): Export descriptive lists.
1167         (org-quote-chars): Remove.
1168         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1169         (org-export-latex-list-beginning-re): Rename to
1170         `org-list-beginning-re'
1171         (org-list-item-begin): Rename to `org-list-item-beginning'
1173 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1175         * org.el (org-refile): Allow refiling to the last entry in the
1176         buffer.
1177         (org-get-tags-at): Fix bug when inheritance is turned off.
1179 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1181         * org.el (org-indent-line-function): No longer check for src
1182         regions, this is too much overhead.
1184         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1185         matching.
1187         * org.el (org-scan-tags): Make sure that tags matching is not case
1188         sensitive.  TODO keyword matching is case sensitive, however, to
1189         avoid confusion with similar words that are not meant to be
1190         keywords.
1192 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1194         * org.el (org-get-local-tags-at): New function.
1195         (org-get-local-tags): New function.
1197         * org-exp.el (org-export-get-categories): New function.
1199         * org-agenda.el (org-sorting-choice)
1200         (org-agenda-sorting-strategy, org-agenda-get-todos)
1201         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1202         (org-agenda-get-scheduled, org-agenda-get-blocks)
1203         (org-entries-lessp): Implement sorting by TODO state.
1204         (org-cmp-todo-state): New defsubst.
1206         * org-colview.el (org-colview-construct-allowed-dates): New
1207         function.
1208         (org-columns-next-allowed-value): Use
1209         `org-colview-construct-allowed-dates'.
1211         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1212         function.
1213         (org-columns-next-allowed-value): Use
1214         `org-colview-construct-allowed-dates'.
1216 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1218         * org.el (org-protect-slash): New function.
1219         (org-get-refile-targets): Use `org-protect-slash'.
1221         * org-agenda.el (org-global-tags-completion-table): New variable.
1223         * org-exp.el (org-export-handle-export-tags): New function.
1224         (org-export-preprocess-string): Call
1225         `org-export-handle-export-tags'.
1227         * org-plot.el: New file.
1229         * org-publish.el (org-publish-expand-components): Function removed.
1230         (org-publish-expand-projects): Allow components to have components.
1232 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1234         * org.el (org-indent-line-function): Do not indent in regions that
1235         are external source code.
1236         (org-yank-and-fold-if-subtree): New function.
1238         * org-agenda.el (org-agenda-todayp): New function.
1239         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1240         `org-agenda-todayp'.
1242         * org.el (org-insert-heading-respect-content)
1243         (org-insert-todo-heading-respect-content): New commands.
1244         (org-insert-heading-respect-content): New option.
1245         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1247         * org-clock.el (org-clock-find-position): Make sure the note after
1248         the clock line gets moved into the new clock drawer.
1250 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1252         * org-id.el (org-id-new): New option.
1254 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1256         * org-table.el (org-table-copy-down): Avoid overflow during
1257         increment.  Use prefix argument 0 to temporarily disable the
1258         increment.
1260 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1262         * org-exp.el (org-export-as-html): Do not turn on the major mode
1263         if the buffer will be killed anyway.
1264         (org-get-current-options): Exclude the #+TEXT field.
1265         (org-export-as-html): Make sure text before the first headline is
1266         a paragraph.
1268         * org-publish.el (org-publish-org-to): Tell the exporter that this
1269         buffer will be killed, so it is not necessary to do major mode
1270         initialization.
1272         * org-archive.el (org-archive-to-archive-sibling): Show empty
1273         lines after folding the archive sibling.
1275         * org.el (org-log-note-extra): New variable.
1277 2008-09-05  Bastien Guerry  <bzg@altern.org>
1279         * org.el (org-additional-option-like-keywords): Added keywords for
1280         the _QUOTE, _VERSE and _SRC environments.
1282         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1283         exporting _QUOTE and _VERSE environments.
1285 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1287         * org-agenda.el (org-agenda-filter-by-tag): New command.
1289         * org-exp.el (org-get-current-options): Remove angular brackets
1290         from the date entry.
1292         * org.el (org-edit-fixed-width-region): New function.
1293         (org-edit-fixed-width-region): Also try
1294         `org-edit-fixed-width-region'.
1295         (org-edit-fixed-width-region-mode): New option.
1296         (org-activate-code): Only interprete lines starting with colon
1297         plus a space as example lines.
1299         * org-remember.el (org-remember-templates): Add nil instead of
1300         empty strings to fix the length of remember templates.
1302         * org-table.el (org-calc-default-modes): Fix the time format for
1303         calc, from 12 hour to 24 hour clock.
1305 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1307         * org-agenda.el (org-agenda-get-deadlines)
1308         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1309         entries that are pre-warnings of deadlines or reminders.
1311         * org.el (org-sort-entries-or-items): Make numeric and alpha
1312         comparisons ignore any TODO keyword and priority cookie.
1314         * org-remember.el (org-remember-handler): Reinterpretation of the
1315         prefix argument.
1317 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1319         * org-agenda.el (org-agenda-get-scheduled): Use new
1320         `org-scheduled' face.
1322         * org-faces.el (org-scheduled): New face.
1324         * org-wl.el (org-wl-open): Remove incorrect declaration.
1326         * org-gnus.el (org-gnus-store-link): Support for :to information
1327         in gnus links.
1329         * org-exp.el (org-export-as-html): Fixed typo in creator
1330         information.
1331         (org-export-protect-examples): New parameter indent.  Insert extra
1332         spaces only when this parameter is specified.
1333         (org-export-preprocess-string): Call `org-export-protect-examples'
1334         with an indentation parameter when exporting to ASCII.
1336         * org-remember.el (org-remember-templates)
1337         (org-remember-apply-template): Allow the file component to be a
1338         function.
1340         * org.el (org-goto-local-search-headings): Renamed from
1341         `org-goto-local-search-forward-headings'.  Added the possibility
1342         to search backwards.
1344 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1346         * org-export-latex.el (org-export-latex): New customization
1347         group.
1349         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1351 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1353         * org-exp.el (org-html-do-expand): Allow {} to terminate
1354         tex macro
1356 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1358         * org.el (org-buffer-list): Select buffers based on major mode,
1359         not on file name.
1361 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1363         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1364         face property.
1366         * org-colview.el (org-columns-display-here): Use
1367         `org-columns-modify-value-for-display-function'.
1369         * org-colview-xemacs.el (org-columns-display-here): Use
1370         `org-columns-modify-value-for-display-function'.
1372 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1374         * org.el (org-columns-modify-value-for-display-function): New option.
1386         * org-publish.el (org-publish-file): Make sure the directory match
1387         for the publishing directory works correctly.
1389         * org-agenda.el (org-agenda-execute-calendar-command)
1390         (org-agenda-diary-entry): Additional optional argument.
1392 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1394         * org-exp.el (org-export-as-html): Add attributes also in mailto
1395         and ftp links.
1397         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1406 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1408         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1409         sure that calls from `org-export-region-as-html' do not do the
1410         special check for a subtree.
1412 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1416 2008-07-20  Juri Linkov  <juri@jurta.org>
1418         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1419         new keymap `narrow-map' instead of binding "\C-xns".
1421 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1423         * org.el (org-open-file): Use
1424         `org-open-directory-means-index-dot-org'.
1425         (org-open-directory-means-index-dot-org): New option.
1427 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1429         * org.el (org-make-link-string): Remove link attributes from
1430         description.
1431         (org-open-at-point): Remove link attributes bevore using the path.
1433         * org-exp.el (org-export-as-html): Handle link attributes.
1435         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1437         * org-table.el (org-table-to-lisp): New function.
1439         * org.el (org-narrow-to-subtree): Do not include the final newline
1440         into the narrowed region.
1442         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1443         bug with user-define skipping condition.
1445 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1447         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1449 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1451         * org-exp.el (org-export-html-style-default): Automatic overflow
1452         handling for pre fields.
1453         (org-export-as-ascii, org-export-as-html): Change default format
1454         for time stamp.
1456         * org-table.el (org-table-export): Offer completion for translator
1457         functions, and do not require a heading above the table.
1459         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1460         Cater for the case of a list starting in the first line of the
1461         buffer.
1463 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1465         * org-publish.el (org-publish-find-title): Bug fix.
1466         (org-publish-org-index): Implement new :index-style option.
1468 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1470         * org-publish.el (org-publish-timestamp-filename): Use
1471         SHA1-encoded file names in the timestamp directory.
1473 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1475         * org-publish.el (org-publish-needed-p): Be verbose about files
1476         published and files skipped.
1478         * org-exp.el (org-export-preprocess-string): Swap link
1479         normalization and inernal link targeting.
1481         * org-publish.el (org-publish-needed-p): Create timestamp
1482         directory when it does not exist.
1484 2008-07-04  Bastien Guerry  <bzg@altern.org>
1486         * org-clock.el (org-clock-out-when-done): Doc fix.
1488         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1490         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1491         Ignore case when searching for the COMMENT cookie at export time.
1493 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1495         * org-exp.el (org-get-file-contents)
1496         (org-get-and-remove-property): New functions.
1497         (org-export-handle-include-files): Handle the new prefix options.
1498         (org-export-as-html): Fix the verse environment.
1500 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1502         * org.el (org-time=, org-time<, org-time<=, org-time>)
1503         (org-time>=, org-time<>, org-2ft): New functions.
1504         (org-op-to-function): Also provide for the time testing fucntions.
1506 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1508         * org-exp.el (org-export-html-style-default): New constant.
1510 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1512         * org-exp.el (org-export-html-style-extra): New variable.
1513         (org-export-splice-style): New function.
1515 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1517         * org-exp.el (org-export-plist-vars, org-export-as-html):
1518         Implement `org-export-creator-info'.
1519         (org-export-creator-info): New option.
1521 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1523         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1524         (org-property-drawer-re, org-clock-drawer-re): New constants.
1526 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1528         * org-exp.el (org-icalendar-use-deadline)
1529         (org-icalendar-use-scheduled): New options.
1530         (org-icalendar-include-todo): Default changed to t.
1531         (org-print-icalendar-entries): Implement better utilization of
1532         scheduling and deadline time stamps.
1533         (org-export-target-internal-links, org-export-as-html): Allow file
1534         lines without the "file:" prefix if the file path is an absolute
1535         path or starts with ".".
1537         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1538         lastweek etc.
1539         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1541 2008-06-18  Glenn Morris  <rgm@gnu.org>
1542         * org.el (org-map-entries): Let-bind `file'.
1544 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1546         * org.el (org-agenda-skip-archived-trees): Docstring now
1547         discourages using this.
1548         (org-scan-tags): Check for org-agenda-archives-mode.
1549         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1550         (org-agenda-files): Functionality of second arg changed.
1552         * org-agenda.el (org-agenda-archives-mode): New variable
1553         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1554         (org-search-view, org-todo-list, org-tags-view)
1555         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1556         `ifmode' argument.
1557         (org-agenda-quit): Reset the archives mode.
1558         (org-agenda-archives-mode): New command.
1559         (org-agenda-set-mode-name): Include archives info.
1561 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1563         * org.el (org-paste-subtree): Make sure the yanked headline is
1564         visible if it was yanked at a visible point.
1565         (org-move-item-up): Fix the bug with moving white space at the end
1566         of the item.
1567         (org-show-empty-lines-in-parent): New function.
1569 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1571         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1573         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1575         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1576         agenda prefix as well.
1578         * org-publish.el (org-publish-org-index): Make a properly indented
1579         list.
1581         * org.el (org-calendar-agenda-action-key): New option.
1582         (org-get-cursor-date): New function.
1583         (org-mark-entry-for-agenda-action): New command.
1584         (org-overriding-default-time): New variable.
1585         (org-read-date): Respect `org-overriding-default-time'.
1587         * org-remember.el (org-remember-apply-template): Respect the
1588         ovverriding default time.
1590         * org-agenda.el (org-agenda-action-marker): New variable.
1591         (org-agenda-action): New command.
1592         (org-agenda-do-action): New function.
1594 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1596         * org.el (org-schedule, org-deadline): Protect scheduled and
1597         deadline tasks against changes that accidently remove the
1598         repeater.  Also show a message with the new date when done.
1600 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1602         * org.el (org-beginning-of-line): Cater for the case when there
1603         are tags but no headline text.
1604         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1605         it set.
1607 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1609         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1610         the return value is nil instead of "nil" when there is no match.
1612         * org-exp.el (org-insert-centered): Use fill-column instead of
1613         80.
1614         (org-export-as-ascii): Use string-width to measure the width of
1615         the heading.
1617         * org.el (org-diary-to-ical-string): No longer kill buffer
1618         FROMBUF, this is now done by the caller.
1620         * org-exp.el (org-print-icalendar-entries): Move the call to
1621         `org-diary-to-ical-string' out of the loop, and kill the buffer
1622         afterwords.
1624         * org-remember.el (org-remember-visit-immediately): Position
1625         cursor after moving to the note.
1626         (org-remember-apply-template): Use a text property to record the
1627         cursor position.
1628         (org-remember-handler): Align tags after pasting the note.
1630 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1632         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1634         * org-agenda.el (org-agenda-open-link): If there is an
1635         org-bbdb-name property in the current line, jump to that bbdb
1636         entry.
1638         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1639         text property, so that the agenda knows where this entry comes
1640         from.
1642         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1643         interaction between clocking-in from the agenda, and  automatic
1644         task state switching.
1646         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1648         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1649         zmacs-region stays after this command in XEmacs.
1651 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1653         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1655         * org-remember.el (org-remember-templates): Fix bug in
1656         customization type definition.
1658         * org.el (org-map-entries): New function.
1660 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1662         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1663         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1665 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1667         * org-remember.el (org-jump-to-target-location): New variable.
1668         (org-remember-apply-template): Set
1669         `org-remember-apply-template' if requested by template.
1670         (org-remember-handler): Start an idle timer to jump to
1671         remember location.
1673         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1675         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1676         file tags.
1677         (org-get-tags-at): Add the content of `org-file-tags'.
1679         * org-exp.el (org-export-handle-comments): Fix bug with several
1680         comment lines after each other.
1681         (org-number-to-roman, org-number-to-counter): New functions.
1682         (org-export-section-number-format): New option.
1684 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1686         * org-exp.el (org-export-protect-examples): Catch the case of a
1687         missing end_example line.
1689         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1690         `org-file-tags' to nil.
1692         * org-colview.el (org-columns-next-allowed-value): Handle next
1693         argument NTH to directly select a value.
1695         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1696         argument NTH to directly select a value.
1698 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1700         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1702 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1704         * org.el (org-columns-ellipses): New option.
1706 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1708         * org-colview.el (org-columns-add-ellipses): New function.
1709         (org-columns-compact-links): New function.
1710         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1711         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1712         when in agenda.
1713         (org-columns-edit-value): Fixed bug with editing values from
1714         agenda column view.
1715         (org-columns-redo): Also redo the agenda itself.
1717 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1719         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1720         option.
1722         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1724         * org-exp.el (org-export-ascii-preprocess): Renamed from
1725         `org-export-ascii-clean-string'.
1726         (org-export-kill-licensed-text)
1727         (org-export-define-heading-targets)
1728         (org-export-handle-invisible-targets)
1729         (org-export-target-internal-links)
1730         (org-export-remove-or-extract-drawers)
1731         (org-export-remove-archived-trees)
1732         (org-export-protect-quoted-subtrees)
1733         (org-export-protect-verbatim, org-export-protect-examples)
1734         (org-export-select-backend-specific-text)
1735         (org-export-mark-blockquote-and-verse)
1736         (org-export-remove-comment-blocks-and-subtrees)
1737         (org-export-handle-comments, org-export-mark-radio-links)
1738         (org-export-remove-special-table-lines)
1739         (org-export-normalize-links)
1740         (org-export-concatenate-multiline-links)
1741         (org-export-concatenate-multiline-emphasis): New functions,
1742         obtained from spliiting the export preprocessor.
1744         * org-table.el (org-table-recalculate): Improve error message if
1745         the row number is invalid.
1747 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1749         * org-archive.el (org-archive-save-context-info): Fix bugs in
1750         customization setup and docstring.
1752         * org-exp.el (org-export-html-style): Changed the size of in the
1753         <pre> element to 90%.
1755 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1757         * org.el (org-find-src-example-start): Function removed.
1758         (org-edit-src-find-region-and-lang): New function.
1760 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1762         * org.el (org-edit-src-exit): New function.
1763         (org-exit-edit-mode): New minor mode.
1765         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1766         comment-like lines from protected examples.
1768         * org.el (org-edit-src-example, org-find-src-example-start)
1769         (org-protect-source-example, org-edit-special): New functions.
1771 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1773         * org-publish.el (org-publish-project-alist): Fix typo in
1774         docstring.
1775         (org-publish-project-alist): Handle :index-title property.
1777 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1779         * org-export-latex.el (org-export-as-latex): Make sure region
1780         bounds are correct.  Parse subtree properties relating to export.
1782         * org-exp.el (org-export-add-options-to-plist): New function.
1783         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1785 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1787         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1788         EXPORT_TITLE.
1790         * org-exp.el (org-export-get-title-from-subtree)
1791         (org-export-as-ascii, org-export-as-html): Make sure the original
1792         region-beginning and region-end are used, even after moving
1793         point.
1794         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1795         property.
1797         * org-remember.el (org-remember-last-stored-marker): New variable.
1798         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1799         (org-remember-handler): Also use marker to remember
1800         last-stored position.
1802         * org.el (org-goto-marker-or-bmk): New function.
1804 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1806         * org.el (org-file-properties): Renamed from `org-local-properties'.
1807         (org-scan-tags): Take file tags into account.
1808         (org-tags-match-list-sublevels): Default changed to t.
1810         * org-exp.el (org-export-as-html): Close paragraph after a
1811         footnote.
1813         * org.el (org-update-parent-todo-statistics): New function.
1815         * org-exp.el (org-icalendar-store-UID): New option.
1816         (org-icalendar-force-UID): Option removed.
1817         (org-print-icalendar-entries): IMplement UIDs.
1819 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1821         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1823 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1825         * org-faces.el (org-column): Document how this face is being used
1826         and why sometimes the background faces shine through.
1828         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1830         * org-publish.el (org-publish-attachment): Create publishing
1831         directory if it does not yet exist.
1833         * org-table.el (org-calc-default-modes): Change default number
1834         format to (float 8).
1836         * org.el (org-olpath-completing-read): New function.
1837         (org-time-clocksum-format): New option.
1838         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1840         * org-clock.el (org-clock-display, org-clock-out)
1841         (org-update-mode-line): Use `org-time-clocksum-format'.
1843         * org-colview-xemacs.el (org-columns-number-to-string): Use
1844         `org-time-clocksum-format'.
1846         * org-colview.el (org-columns-number-to-string): Use
1847         `org-time-clocksum-format'.
1849 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1851         * org-id.el: New file, move from contrib to core.
1853         * org-exp.el (org-icalendar-force-UID): New option.
1855 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1857         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1858         shifted by one day if theere is a date range without an end
1859         time.
1861         * org.el (org-try-structure-completion): New function.
1863 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1865         * org.el (org-set-font-lock-defaults): Improve fontification of
1866         description lists.
1867         (org-insert-item): Handle description lists.
1868         (org-adaptive-fill-function): Improve auto indentation in
1869         description lists.
1871         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1872         Implement VERSE environment.
1873         (org-export-preprocess-string): Implement the COMMENT
1874         environment.
1876         * org-export-latex.el (org-export-latex-preprocess): Implement
1877         VERSE environment.
1879 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1881         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1882         option.
1884 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1886         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1888         * org.el (org-quote-csv-field): New functions.
1890         * org-table.el (org-table-export-default-format): Remove :splice
1891         from default format, we get the same effect by not specifying
1892         :tstart and :tend.
1893         (org-table-export): Improve setup, distinguish better between
1894         interactive and non-interactive use, allow specifying the format
1895         on the fly, better protection against wrong file names.
1896         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1897         and :tend when :splice is omitted.
1899 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1901         * org-clock.el (org-clock-select-task): Make sure the selection
1902         letters are 1-9 and A-Z, no special characters.
1904 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1906         * org-exp.el (org-export-htmlize): New group.
1907         (org-export-htmlize-output-type)
1908         (org-export-htmlize-css-font-prefix): New options.
1909         (org-export-htmlize-region-for-paste): New function.
1910         (org-export-htmlize-generate-css): New command.
1912 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1914         * org/org.el (org-modules, org-format-latex-options):
1915         * org/org-archive.el (org-archive-stamp-time)
1916         (org-archive-save-context-info):
1917         * org/org-faces.el (org-hide):
1918         * org/org-irc.el (org-irc-parse-link):
1919         * org/org-macs.el (org-call-with-arg, org-autoload):
1920         * org/org-mew.el (org-mew-store-link):
1921         * org/org-remember.el (org-remember-store-without-prompt)
1922         (org-remember-templates): Fix typos in docstrings.
1924         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1926         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1927         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1928         (org-bbdb-anniv-split): Fix typos in docstrings.
1930         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1931         (org-publish-use-timestamps-flag): Reflow docstring.
1932         (org-publish-files-alist): Fix typos in docstring.
1934 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1936         * org.el (org-set-visibility-according-to-property): New function.
1937         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1938         and compute the regular expressions, and update font-lock.
1939         (org-property-re): Allow a dash in property names.
1941         * org-archive.el (org-extract-archive-file): Insert the file name
1942         without the path into the format, to allow the location format to
1943         contain a subdirectory.
1945         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1946         of buffer, and the `org-agenda-type' property undefined, use the
1947         value from the character before.
1949         * org.el (org-add-planning-info): Don't let indentation for
1950         would-be timestamp become extra whitespace at the end of headline.
1952 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1954         * org.el (org-remove-double-quotes, org-file-contents): New
1955         functions.
1957         * org-exp.el (org-infile-export-plist): Also parse the
1958         contents of #+SETUPFILE files, recursively.
1960         * org.el (org-set-regexps-and-options): Also parse the
1961         contents of #+SETUPFILE files, recursively.
1963         * org-exp.el (org-export-handle-include-files): New function.
1964         (org-export-preprocess-string): Call
1965         `org-export-handle-include-files'.
1967         * org.el (org-delete-property-globally)
1968         (org-delete-property, org-set-property): Ignore case during
1969         completion.
1970         (org-set-property): Use `org-completing-read' instead of
1971         `completing-read'.
1973         * org.el (org-complete-expand-structure-template): New,
1974         experimental function.
1975         (org-structure-template-alist): New, experimental option.
1976         (org-complete): Call `org-complete-expand-structure-template'.
1978 2008-05-06  Bastien Guerry  <bzg@altern.org>
1980         * org-export-latex.el (org-export-latex-preprocess): Added
1981         support for blockquotes.
1983 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1985         * org.el (org-read-date-analyze): Catch the case where only a
1986         weekday is given.
1988 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1990         * org.el (org-set-font-lock-defaults): Make the description
1991         tag bold.
1993         * org-exp.el (org-export-as-html, org-close-li): Implement
1994         description lists.
1996 2008-05-04  Jason Riedy  <jason@acm.org>
1998         * org-table.el (*orgtbl-default-fmt*): New variable.
1999         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2000         when there is no other fmt available.
2002         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2003         :tend to suppress the appropriate string.
2005         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2006         table.
2008 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2010         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2011         read date.
2013         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2014         New function.
2016         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2017         New function.
2019 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2021         * org-clock.el (org-clock-find-position): Don't include notes
2022         into clock drawer.
2024         * org-archive.el (org-archive-subtree): No longer remove an
2025         extra line after cutting the subtree.  `org-cut-subtree' already
2026         takes care of this.
2028         * org-remember.el (org-remember-handler): Only kill the target
2029         buffer if it does not contain the running clock.
2031         * org.el (org-markers-to-move): New variable.
2032         (org-save-markers-in-region, org-check-and-save-marker)
2033         (org-reinstall-markers-in-region): New function.
2034         (org-move-subtree-down, org-copy-subtree): Remember relative
2035         marker positions before cutting.
2036         (org-move-subtree-down, org-paste-subtree): Restore relative
2037         marker positions after pasting.
2039         * org-remember.el (org-remember-clock-out-on-exit): New option.
2040         (org-remember-finalize): Clock out only if the setting in
2041         `org-remember-clock-out-on-exit' requires it.
2042         (org-remember-handler): Do the cleanup in the buffer, to make sure
2043         that the clock marker remains in tact.
2045 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2047         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2048         (org-clock-in): Make sure that also tasks outside the narrowed
2049         region will be clocked in correctly.
2050         (org-clock-insert-selection-line): Widen the buffer so that we can
2051         find the correct task heading.
2053         * org.el (org-base-buffer): New function.
2055         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2056         and ";" are escaped.
2057         (org-print-icalendar-entries): Also apply
2058         `org-icalendar-cleanup-string' to the headline, not only to the
2059         summary property.
2061 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2063         * org-exp.el (org-export-preprocess-hook): New hook.
2064         (org-export-preprocess-string): Call
2065         `org-export-preprocess-hook'.
2067         * org.el (org-font-lock-hook): New variable.
2068         (org-font-lock-hook): New function.
2069         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2071 ;; Local Variables:
2072 ;; coding: utf-8
2073 ;; add-log-time-zone-rule: t
2074 ;; End:
2076     Copyright (C) 2008  Free Software Foundation, Inc.
2078   This file is part of GNU Emacs.
2080   GNU Emacs is free software: you can redistribute it and/or modify
2081   it under the terms of the GNU General Public License as published by
2082   the Free Software Foundation, either version 3 of the License, or
2083   (at your option) any later version.
2085   GNU Emacs is distributed in the hope that it will be useful,
2086   but WITHOUT ANY WARRANTY; without even the implied warranty of
2087   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2088   GNU General Public License for more details.
2090   You should have received a copy of the GNU General Public License
2091   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2093 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c