Footnotes: Fix some bugs.
[org-mode.git] / lisp / ChangeLog
blob27c1d4a0d9f82e276f638dd9d900f53d84311add
1 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-set-font-lock-defaults): Trigger footnote
4         fontification.
5         (org-activate-footnote-links): New function.
6         (org-activate-links): New entry `footnote'.
8         * org-faces.el (org-footnote): New face.
10 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
12         * org-macs.el (org-re): Handle the [:word:] class.
14         * org-exp.el (org-export-preprocess-string): Call
15         `org-export-protect-colon-examples'.
16         (org-export-protect-colon-examples): Renamed from
17         `org-export-protect-examples', and scope limited to lines starting
18         with a colon.
20 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
22         * org-exp.el (org-export-preprocess-string): Move the preprocess
23         hook to after turning on Org-mode.
24         (org-export-preprocess-after-include-files-hook)
25         (org-export-preprocess-after-tree-selection-hook)
26         (org-export-preprocess-before-backend-specifics-hook)
27         (org-export-preprocess-final-hook): New hooks.
28         (org-export-preprocess-string): Run the new hooks.
30         * org.el (org-ctrl-c-minus): Fix indentation for new items.
32         * org-footnote.el: New file.
34         * org.el (org-footnote): Require footnote code.
35         (org-startup-options): Add new footnote options.
36         (org-mode-map): New keybindig for footnotes.
37         (org-ctrl-c-ctrl-c): Add function at footnotes.
38         (org-org-menu): New menu entries for footnotes.
40         * org-export-latex.el (org-export-as-latex): Pass footnote
41         variable to preprocessor.
42         (org-export-latex-preprocess): Treat multiple references to a
43         footnote.
45         * org-exp.el (org-export-preprocess-string): Call
46         `org-footnote-normalize'.
47         (org-export-as-ascii, org-export-as-html): Pass footnote variable
48         to preprocessor.
49         (org-export-as-html): Treat multiple references to a footnote.
51 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org-export-latex.el (org-export-latex-links): Handle coderef
54         links.
56         * org.el (org-bracket-link-analytic-regexp++): New variable.
57         (org-make-link-regexps): Initialize
58         `org-bracket-link-analytic-regexp++'.
59         (org-store-link): Implement special case in edit-src buffer.
60         (org-insert-link): No use of ide to insert stored links.
61         (org-link-search): Implement special case for coderefs.
63         * org-exp.el (org-export-html-scripts): New constant.
64         (org-export-html-style-default): Add a new style for highlighted
65         code.
66         (org-export-code-refs): New variable.
67         (org-export-preprocess-string): Initialize `org-export-code-refs'.
68         Call `org-export-replace-src-segments-and-examples'
69         No longer call `org-export-protect-examples'.
70         (org-export-target-internal-links): Take care of coderef targets.
71         (org-export-last-code-line-counter-value): New variable.
72         (org-export-replace-src-segments-and-examples): Renamed from
73         `org-export-replace-src-segments', and modified.
74         (org-export-format-source-code-or-example): Renamed from
75         `org-export-format-source-code'.
76         (org-export-number-lines): New function.
77         (org-export-as-ascii, org-export-as-html): Handle coderef links.
79 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
81         * org-remember.el (org-remember-handler): Safer way to get a new
82         buffer accessing the target file.
84         * org.el (org-refile-get-location): Handle case of current buffer
85         not having a file associated with it.
87 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-table.el (org-table-get-formula): Only ask to overwrite
90         field formula if there really is one.
92         * org-id.el (org-id-find): Allow the ID to be a symbol or a
93         number, by converting these to a string.
95         * org-colview.el (org-dblock-write:columnview): Allow ID to be
96         located in a different file.
98         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
99         org-colview.el.
101 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
103         * org.el (org-completion-use-ido): Enhance docstring of
104         `org-completion-use-ido'.
106         * org-export-latex.el (org-export-latex-make-header): Double the %
107         in the time stamp format.
108         (org-export-latex-special-chars): Handle case where there is no
109         match group 3.
111 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
113         * org.el (org-get-refile-targets, org-refile-get-location): Use
114         expanded file name to improve comparison.
116 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
118         * org.el (org-scan-tags): Rescan for tags, to get the correct
119         upcase/downcase stuff.  This slows things down for now, but it
120         works.
121         (org-mode): Make sure the tag-faces regexp is initialized.
123         * org-export-latex.el (org-export-latex-links): Fix bug with
124         undefined label.
126         * org-table.el (org-table-get-specials): Set
127         `org-table-current-last-data-line'.
128         (org-table-current-last-data-line): New variable.
129         (org-table-insert-column, org-table-delete-column)
130         (org-table-move-column, org-table-fix-formulas): Call
131         `org-table-fix-formulas' a second time to fix the $LR references.
132         (org-table-get-specials): Add the $LR references to the tables.
133         (org-table-get-formula): Do not offer last-row names as LHS of
134         formulas.
136         * org.el (org-store-link): Capture link description from
137         `org-id-store-link'.
139         * org-exp.el (org-export-html-format-image): Add the / to the end
140         of the <img> tag.
141         (org-export-format-source-code): Surround example by empty lines,
142         to make sure it will not be inside a paragraph.
144         * org.el (org-ido-switchb): New function.
146 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org-agenda.el (org-agenda-show): New prefix argument
149         FULL-ENTRY.
151         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
152         argument.
154         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
155         `org-agenda-change-all-lines'.
156         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
157         tags are now retrieved locally.
159 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org.el (org-get-outline-path): Fix bug if level is not given.
162         (org-org-menu): Do not quote function in menu vector.
164         * org-agenda.el (org-finalize-agenda): Fix typo with variable
165         name.
167 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org.el (org-refile): Avoid refiling to within the region to be
170         refiled.
172         * org-export-latex.el (org-export-latex-special-chars): Replace
173         special characters also in tables.
175         * org-agenda.el (org-agenda-change-all-lines): New argument
176         FORCE-TAGS.
177         (org-agenda-set-tags): Cet the new tags and pass them to
178         `org-format-agenda-item'.
180 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-export-latex.el (org-export-latex-classes): Add longable as
183         a default package to all classes.
184         (org-export-latex-tables): Handle the longtable attribute and the
185         align attribute.
187         * org-table.el (orgtbl-to-generic): Handle tables that start with
188         a hline.
190         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
191         \verb for colde-like snippets.
192         (org-export-as-latex): Fix issues with region export.
194         * org.el (org-up-heading-safe): Speed up function by using a
195         direct regexp search.
196         (org-olpa): New variable.
197         (org-get-outline-path): Speed-up path constructions in cases where
198         this is possible because the entire hierarchy is scanned anyway.
199         (org-refile-get-location): Don't compare the truenames of files,
200         this is too slow.
201         (org-goto-max-level): New option.
202         (org-goto): Use `org-goto-max-level'.
204 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
206         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
207         Strip angle brackets from message-ids in the former and don't do
208         it in the latter.
209         (org-gnus-follow-link): Open summary reliable, even if the last
210         messages were deleted, and handle empty groups, too.
212 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
215         instead of \texttt for the =...= and ~===~ emphasis environments.
216         (org-export-as-latex): Remove any old :org-license-to-kill text
217         properties.
218         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
219         (org-export-latex-make-header): Add some hard space after the
220         table of contents.
221         (org-export-latex-first-lines): Accept RBEG argument.  Mark
222         exported text so that it will be excuded in further steps.
224         * org-table.el (org-table-get-specials): Make @0 reference the
225         last line in a table.
226         (org-table-recalculate): Improve docstring.
228 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
230         * org.el (org-log-done): Fix docstring.
232 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-exp.el (org-export-html-format-image): Fix bugs.
236         * org-export-latex.el (org-export-latex-tables)
237         (org-export-latex-links): Implement attribute, label, and caption
238         handling.
240         * org-exp.el (org-export-html-style-default): Add style
241         definitions for the figure div.
242         (org-export-preprocess-string, org-export-as-html): Implement
243         attribute, label, and caption handling.
244         (org-export-attach-captions-and-attributes): New function.
245         (org-export-html-format-image): New function.
246         (org-format-org-table-html): Implement attribute, label, and
247         caption handling.
249         * org.el (org-find-text-property-in-string): New function.
250         (org-extract-attributes): Use the property org-attr instead of
251         org-attrobutes, because this property is now set with the #+ATTR
252         lines.
254 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
256         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
257         the case that FROM is nil.
259         * org.el (org-before-first-heading-p): New function.
261 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org-exp.el (org-export-as-html): Do not add a space before
264         enforces line breaks.
265         (org-export-as-html): Close paragraph before blockquote and verse
266         tags.
268 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-id.el (org-id-locations-file): Wrap file name with
271         `convert-standard-filename'.
272         (org-id-files): New variable.
273         (org-id-use-hash): New option.
274         (org-id-update-id-locations): Also search in all files current
275         listed in `org-id-files'.  Convert the resulting alist to a hash
276         if the user customation says so.
277         (org-id-locations-save): Handle he case if `org-id-locations' is a
278         hash.
279         (org-id-locations-load): Convert the alist to a hash.
280         (org-id-add-location): Handle the hast case.
281         (kill-emacs-hook): Make sure id locations are saved when Emacs is
282         exited.
283         (org-id-hash-to-alist, org-id-alist-to-hash)
284         (org-id-paste-tracker): New functions.
286 -------------------------------------------------------------------------
288 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
291         bindings of calendar variables.
293         * org-table.el (org-table-find-row-type): Renamed from
294         `org-find-row-type'.
295         (org-table-rewrite-old-row-references): Renamed from
296         `org-rewrite-old-row-references'.
297         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
298         (org-table-cleanup-narrow-column-properties): Renamed from
299         `org-cleanup-narrow-column-properties'.
301 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
304         for better error messages.
305         (org-table-get-descriptor-line): Supply the new arguments to
306         `org-find-row-type'.
307         (org-table-error-on-row-ref-crossing-hline): New option.
309         * org.el (org-target-link-regexp): Make buffer-local.
310         (org-move-subtree-down): Fix bug with trees at beginning of
311         buffer.
313 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-faces.el (org-set-tag-faces): New function.
316         (org-tags-special-faces-re): New variable.
318         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
320         * org-faces.el (org-tag-faces): New option.
321         (org-tag): Mention `org-tag-faces' in the docstring.
323 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-exp.el (org-export-html-style-default): Implement new
326         quoting.
328         * org-jsinfo.el (org-infojs-template): Implement new quoting.
330         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
331         command to the `w3m-minor-mode-map'.
333         * org-archive.el (org-archive-to-archive-sibling): Protect
334         `this-command' to avoid appending kills during archiving.
336         * org-exp.el (org-export-with-priority): New variable.
337         (org-export-add-options-to-plist): Use `org-export-plist-vars'
338         instead of internal list of strings and properties.
339         (org-print-icalendar-entries): Retrieve the location property with
340         inheritance.
342 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-exp.el (org-export-with-todo-keywords): New option.
345         (org-export-plist-vars): Include also the keys for the #+OPTIONS
346         line.
347         (org-default-export-plist, org-export-add-options-to-plist)
348         (org-export-as-ascii, org-export-as-html): Use the new structure
349         of `org-export-plist-vars'.
351         * org.el (org-map-entries): Return all values.
353 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
355         * org.el (org-matcher-time): Recognize more special values.
357         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
359 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org.el (org-tags-exclude-from-inheritance): New option.
362         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
363         `org-tags-exclude-from-inheritance'.
365         * org-agenda.el (org-agenda-show-inherited-tags): New option.
366         (org-format-agenda-item): Add inherited tags to the agenda line
367         string, and make sure that properties are kept when downcasing the
368         tags list.
369         (org-agenda-add-inherited-tags): New function.
370         (org-downcase-keep-props): New function.
372         * org.el (org-scan-tags): Mark inherited tags with a text
373         property.
374         (org-get-tags-at): Mark inherited tags with a text property.
375         (org-add-prop-inherited): New function.
377         * org-agenda.el (org-agenda-add-inherited-tags): New function.
378         (org-agenda-show-inherited-tags): New option.
380 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org.el (org-modules): Add org-w3m to the default modules.
384         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
385         orgtbl-mode.
386         (orgtabl-create-or-convert-from-region): New command.
388         * org-exp.el (org-export-as-ascii): Remove the handling of
389         targets.
390         (org-export-ascii-preprocess): Handle targets already in this
391         function.
393 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org-timer.el (org-timer-start-time): Define this variable.
396         (org-timer-item): Make argument optional.
398         * org-list.el (org-insert-item): Automatically insert a timer item
399         if the current list is a timer list.
401         * org-timer.el: New file.
403         * org-publish.el (org-publish-org-index): Only exclude the index
404         file in the main directory from being added to the site-map.
405         (org-publish-get-project-from-filename): If the current project is
406         a component, start publishing from the parent project.
408 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
410         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
412         * org-publish.el (org-publish-org-index): Improve removal of
413         temporary buffers.
415         * org-agenda.el (org-get-closed): Re-apply changes
416         accidentially overwritten by last commit to Emacs.
418         * org.el (org-outline-path-complete-in-steps): New option.
419         (org-refile-get-location): Honor
420         `org-outline-path-complete-in-steps'.
421         (org-agenda-change-all-lines, org-tags-sparse-tree)
422         (org-time-string-to-absolute, org-small-year-to-year)
423         (org-link-escape): Re-apply changes accidentially overwritten
424         by last commit to Emacs.
426 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
428         * org-clock.el (org-dblock-write:clocktable): Make sure the
429         clocktable sees the first line.
430         (org-clock-in): Warn if the clock cannot be resumed.
432 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
434         * org.el (org-open-at-point): Fix mixup about interactive and
435         non-interactive elisp links.
437 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
439         * org-exp.el (org-export-preprocess-string): Allow one comment
440         line before the first headline to always be included.  This is
441         to not miss a commented target.
443         * org-mouse.el (org-mouse-insert-item): Call
444         `org-indent-to-column' instead of `indent-to', for XEmacs
445         compatibility.
447         * org.el (org-refile-targets): Fix customize definition so
448         that it works also in XEmacs.
449         (org-fixup-indentation): Call `org-indent-to-column' instead
450         of `indent-to', for XEmacs compatibility.
452 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
454         * org-mew.el (org-mew-store-link): Get the correct case folder
455         for refiled messages.
457 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
459         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
460         line break indicators.
462         * org.el (org-ido-completing-read): Remove the "i:" prefix for
463         ido-completion propts.
465 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
467         * org-remember.el (org-remember-apply-template): Use
468         `org-substring-no-properties'.
470         * org-compat.el (org-substring-no-properties): New function.
472         * org-remember.el (org-remember-apply-template): Use
473         `org-substring-no-properties' for compatibility.
475         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
476         option.
477         (org-fix-bullet-type): respect
478         `org-list-two-spaces-after-bullet-regexp'.
480         * org-clock.el (org-clock-load): Clean up the code.
482         * org.el (org-adaptive-fill-function): Allow two spaces after
483         "1." as a list bullet.
485 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
487         * org-clock.el (org-clock-save, org-clock-load): Check for
488         live buffers, existing files, and buffer file names to ensure
489         consistent information.
490         (org-clock-persist): Make `clock' a special value of this
491         variable, and improve docstring.
493         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
494         (org-get-string-indentation): Adapt indentation when the bullet
495         width changes.
497 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
499         * org-remember.el (org-remember-finalize): Make interactive.
500         (org-remember-kill): New command.
501         (org-remember-finish-immediately): Call `org-remember-finalize'
502         directly.
503         (org-remember-finalize): Make `org-remember-finalize' an interactive
504         function.
506 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org-remember.el (org-remember-apply-template): No ido completion
509         for free prompts in remember templates.
510         (org-remember-before-finalize-hook): New hook.
511         (org-remember-mode): New minor mode.
512         (org-remember-apply-template): Turn on `org-remember-mode'.
514         * org-id.el (org-id-add-location): Avoid error when no file is
515         given.
517         * org-remember.el (org-remember-apply-template): Fix the way how
518         the list of allowed properties is retrieved from the target file.
520         * org.el (org-insert-link): Improve file link matching.
522 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
524         * org-colview.el (org-columns-display-here): New argument
525         DATELINE, to trigger using the new face.
526         (org-agenda-colview-summarize): Call `org-columns-display-here'
527         with the new argument.
529         * org-faces.el (org-agenda-column-dateline): New face.
531         * org-publish.el (org-publish-org-index): Use index-title at page
532         title, not as section.
534         * org-exp.el (org-export-html-format-desc): Respect the
535         org-protect property.
536         (org-export-as-html): Protect image specifiers that are in the
537         description part of a link.
539         * org.el (org-sort-entries-or-items, org-completing-read)
540         (org-refile-get-location, org-olpath-completing-read, org-todo)
541         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
542         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
543         (org-set-property, org-delete-property)
544         (org-delete-property-globally): Use `org-ido-completing-read'.
546         * org-remember.el (org-remember-apply-template): Use
547         `org-ido-completing-read'.
549         * org-publish.el (org-publish): Use `org-ido-completing-read'.
551         * org-colview.el (org-columns-edit-value, org-columns-new)
552         (org-insert-columns-dblock): Use `org-ido-completing-read'.
554         * org-colview-xemacs.el (org-columns-edit-value)
555         (org-columns-new, org-insert-columns-dblock): Use
556         `org-ido-completing-read'.
558         * org-attach.el (org-attach-delete-one, org-attach-open): Use
559         `org-ido-completing-read'.
561         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
562         `org-ido-completing-read'.
564         * org.el (org-time-today): New function.
565         (org-matcher-time): Use `org-time-today'.  Add special treatment
566         for "<tomorrow>" and "<yesterday>".
567         (org-ido-completing-read): New function.
568         (org-completion-use-ido): New option.
570         * org-exp.el (org-export-format-source-code): Fix bug in require
571         htmlize code.
572         (org-export-target-internal-links): Fix bug in search for text
573         property.
575 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
577         * org-export-latex.el (org-export-latex-subcontent): Interprete
578         target aliases as additonal labels.
580         * org-exp.el (org-export-target-aliases): New variable.
581         (org-export-preprocess-string)
582         (org-export-handle-invisible-targets): Fill the alias alist.
583         (org-export-as-html): Remove the &nbsp; from the anchor, and also
584         assign an id.
585         (org-html-level-start): Insert the target aliases as additonal
586         anchors.
588         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
589         picture area.
591 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
593         * org.el (org-open-at-mouse): Ensure correct link abbreviations
594         when following a link with the mouse from the agenda.
596         * org-exp.el (org-export-as-html): Avoid lone </div> when no
597         headlines are created.
599 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-exp.el (org-export-preprocess-string): Reorder so that we
602         can still see ID properties when we collect targets.
603         (org-export-target-internal-links): Also store targets for ID's.
605         * org.el (org-link-translation-function): New option.
606         (org-open-at-point): Call `org-link-translation-function' if
607         non-nil.
608         (org-translate-link): New function.
609         (org-translate-link-from-planner): New function.
610         (org-open-at-point): Allow interactive commands in elisp links.
612         * org-exp.el (org-icalendar-cleanup-string): Restore the old
613         iCalendar quoting.  The new one seems to caus problems with
614         applications.
616         * org.el (org-yank): Set `this-command' to `yank', so that
617         `yank-pop' will work.
619 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
621         * org-id.el (org-id-search-archives): New option.
623         * org.el (org-link-to-org-use-id): New option.
624         (org-store-link): Use `org-link-to-org-use-id'.
625         (org-id): Make org-id.el a standard component.
627 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
629         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
630         hexified version of the tag.
632         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
633         compliance as far as quoting is concerned.
635         * org-vm.el (org-vm-follow-link): Require `vm-search'.
637         * org.el (org-up-heading-safe, org-forward-same-level): Always
638         call `org-back-to-heading' instead of `outline-back-to-heading'.
639         (org-back-to-heading): New wrapper around outline-back-to-heading,
640         with a useful error message telling where the error happened.
642         * org-list.el (org-update-checkbox-count): Always call
643         `org-back-to-heading' instead of `outline-back-to-heading'.
645         * org-exp.el (org-export-as-html): Make sure that each <img> tag
646         has an `alt' attribute, to ensure XHTML validation.
648 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org-publish.el (org-publish-attachment): Allow publishing to
651         overwrite attachment files.
653         * org-agenda.el (org-agenda-timerange-leaders): New option.
654         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
656         * org.el (org-edit-src-exit): Untabify ASCII image before
657         returning.
670 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org.el (org-yank): Make any prefix force normal yanking.
673         Suppress folding if text would be swallowed into a folded
674         subtree.
675         (org-yank-folded-subtrees, org-yank): Docstring updates.
677         * org-agenda.el (org-agenda-compare-effort): Treat no effort
678         defined as 0.
680         * org-exp.el (org-export-language-setup): Add Catalan and
681         Esperanto language entries.
683 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org.el (org-refile): Allow refiling of entire regions.
687         * org-clock.el (org-clock-time%): New function.
689         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
690         retrieve property values.
692 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-agenda.el (org-agenda-list): Handle the value `only' of
695         org-agenda-show-log'.
696         (org-agenda-log-mode): Interpret a double prefix arg.
698 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
700         * org-exp.el (org-export-html-footnotes-section): New variable.
701         (org-export-as-html): Use `org-export-html-footnotes-section' to
702         insert the footnotes.
703         (org-export-language-setup): Add "Footnotes" to language words.
705 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
707         * org.el (org-yank): Fix bug when not inserting a subtree.
709 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
712         instead of `vm-beginning-of-message'.
714         * org.el (org-make-link-regexps): Make sure that links to gnus can
715         contain brackets.
717 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
719         * org-attach.el (org-attach-dir): Remove duplicate ID creation
720         code.
722         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
723         shell output.
725         * org.el (org-link-abbrev-alist): Improve customization type.
727         * org-attach.el (org-attach-expand-link, org-attach-expand): New
728         functions.
730         * org-agenda.el (org-agenda-get-progress): Renamed from
731         `org-get-closed'.  Implement searching for state changes as well.
732         (org-agenda-log-mode-items): New option.
733         (org-agenda-log-mode): New option prefix argument, interpreted as
734         request to show all possible progress info.
735         (org-agenda-get-day-entries): Call `org-get-progress' instead of
736         `org-get-closed'.
737         (org-agenda-set-mode-name): Handle the more complex log mode
738         settings.
739         (org-get-closed): New alias, pointing to `org-get-progress'.
741 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
743         * org.el (org-file-apps-defaults-gnu)
744         (org-file-apps-defaults-macosx)
745         (org-file-apps-defaults-windowsnt): Add an entry defining the
746         system command.
747         (org-file-apps): Allow `system' as key and value.
748         (org-open-at-point): Explain the effect of a double prefix arg.
749         (org-open-file): If the argument `in-emacs' is (16),
750         i.e. corresponding to a double prefix argument, try to open the
751         file externally.
753 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
755         * org.el (org-insert-link): Abbreviate absolute files names in
756         links.  Also, fix a bug in which the double C-u prefix would not
757         be honored.
759 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
761         * org.el (org-insert-heading): If buffer does not end with a
762         newline, add one if necessary to insert headline correctly.
764         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
765         paragraphs, not inside.
767         * org.el (org-todo): Quote
768         `org-agenda-headline-snapshot-before-repeat'.
770         * org-exp.el (org-export-as-html): Fully process link descriptions.
771         (org-export-html-format-desc): New function.
772         (org-export-as-html): Collect footnotes into the correct basket.
773         (org-html-protect): No longer protect quotations marks here, this
774         goes wrong.
776         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
777         BEG.
779         * org-compat.el (org-fit-window-to-buffer): New function (not
780         really, a preliminary and incomplete version was present earlier,
781         but not used).
783         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
784         `org-fit-window-to-buffer'.
786         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
788         * org-agenda.el (org-agenda-get-restriction-and-command)
789         (org-fit-agenda-window, org-agenda-convert-date): Use
790         `org-fit-window-to-buffer'.
792         * org-exp.el (org-export-as-html): Process href links through
793         `org-export-html-format-href'.
794         (org-export-html-format-href): New function.
796         * org-agenda.el (org-agenda-todo): Update only the current
797         headline if this is a repeated TODO, marked done for today.
798         (org-agenda-change-all-lines): New argument JUST-THIS, to change
799         only the current line.
801         * org.el (org-todo): Take a snapshot of the headline if the
802         repeater might change it.
804 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
806         * org-publish.el (org-publish-find-title): Remove buffers visited
807         only for extracting the title.
809         * org-exp.el (org-export-html-style)
810         (org-export-html-style-default): Mark style definitions as
811         unparsed CDATA.
813         * org-publish.el (org-publish-validate-link): Function
814         re-introduced.
816 2008-11-02  Charles Sebold  <csebold@gmail.com>
818         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
819         property.
820         (org-plot-quote-timestamp-field): New function.
821         (org-plot-quote-tsv-field): Call timestamp field function when
822         necessary rather than just quoting as a string.
823         (org-plot/gnuplot-to-data): Pass in timefmt property.
824         (org-plot/gnuplot-script): Supports timefmt property.
825         (org-plot/gnuplot): Checks for timestamp column before checking
826         for text index column.
828 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
830         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
832         * org-publish.el (org-publish-org-index): Create a section in the
833         index file.
834         (org-publish-org-index): Stop linking to directories.
836         * org.el (org-emphasis-alist): Use span instead of <u> to
837         underline text.
839         * org-exp.el (org-export-as-html): Make sure <p> is closed before
840         <pre> sections.
842 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
844         * org-jsinfo.el (org-infojs-template): Remove language attribute
845         from script tag.
847 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
849         * org-agenda.el (org-agenda-remove-marked-text): New function.
850         (org-agenda-mark-filtered-text)
851         (org-agenda-unmark-filtered-text): New functions.
852         (org-write-agenda): Remove fltered text.
854         * org.el (org-make-tags-matcher): Give access to TODO "property"
855         without speed penalty.
857 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
859         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
860         option.
861         (org-store-link-props): Make sure adding to the plist works
862         correctly.
864         * org-gnus.el (org-gnus-no-new-news): New function.
865         (org-gnus-follow-link): Allow the article ID to be a message-id,
866         in addition to allowing article numbers.  Message IDs make much
867         more roubust links.
868         (org-gnus-store-link): Use message-id to create link.
870 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
872         * org.el (org-emphasize): Reverse the selection array.
873         (org-emphasis-alist): Set <code> tags for the verbatim
874         environment.
876         * org-remember.el (org-remember-handler): Fix bug with
877         prefix-related changing of the note storage target.
879         * org-exp.el (org-print-icalendar-entries): Make the exported
880         priorities compatible with RFC 2445.
882         * org-clock.el (org-clock-save): Insert time stamp without
883         dependence on time-stamp.el.
885 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
887         * org.el ("saveplace"): If saveplace puts point into an invisible
888         location, make it visible.
889         (org-make-tags-matcher): Allow inactive time stamps in time
890         comparisons.
891         (org-yank-adjusted-subtrees): New option.
892         (org-yank): Incorporate adjusting trees.
893         (org-paste-subtree): New argument FOR-YANK which will cause
894         insertion at point without backing up over white lines, and leave
895         point at the end of the inserted text.  Also if the cursor is
896         at the beginning of a headline, use the same level or the inserted
897         tree.
899         * org-publish.el (org-publish-get-base-files-1): Deal correctly
900         with broken symlinks
902 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
904         * org-exp.el (org-export-select-tags, org-get-current-options):
905         Fix typo.
907 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
909         * org-agenda.el (org-format-agenda-item)
910         (org-agenda-filter-make-matcher): Make sure tags are stored and
911         compared donwcased.
913 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
915         * org.el (org-insert-todo-heading): Fix bug with force-heading
916         argument.
918 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
920         * org-clock.el (org-clock-in-resume): Add a custom option to
921         toggle starting the clock from an open clock line.
922         (org-clock-in): When clocking in to an entry, if
923         `org-clock-in-resume' is set, check if the first clock line is
924         open and if so, start the clock from the time in the clock line.
925         (org-clock-persist): Add a custom option to toggle clock
926         persistence.
927         (org-clock-persist-query-save): Add a custom option to toggle
928         asking the user if they want to save the running clock when
929         exiting.
930         (org-clock-persist-query-resume): Add a custom option to toggle
931         asking the user if they want to resume the saved clock when Emacs
932         is restarted.
933         (org-clock-save): Add a function to save clock data.
934         This includes the contents of `org-clock-history' and the buffer
935         and position of the currently clocked task, if any.
936         (org-clock-load): Add a function to load clock data.
937         This populates `org-clock-history', and resumes the saved clocked
938         task if there is one.
939         (org-clock-persistence-insinuate): Add a method to set up the
940         hooks for clock persistence.
942 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
944         * org-exp.el (org-export-as-ascii): Handle the case that we are
945         publishing from an indirect buffer.
947         * org-table.el (org-table-copy-down): Fix bug with time stamp
948         increment.
950         * org-mouse.el (org-mouse-features): New option.
951         (org-mode-hook): Turn on features depending on
952         `org-mouse-features'.
954         * org.el (org-insert-heading-respect-content): Force heading
955         creation.
956         (org-insert-heading): keep the folding state of the heading before
957         the inserted one.
959 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
961         * org-archive.el (org-archive-to-archive-sibling): Handle top
962         level headlines better.
964 2008-10-21  Bastien Guerry  <bzg@altern.org>
966         * org-export-latex.el (org-export-latex-classes): Added
967         \usepackage{graphicx} to the default list of packages.
969 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
971         * org-agenda.el (org-agenda-filter): Renamed from
972         `org-agenda-filter-tags'.
974 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
976         * org.el (org-entry-properties): Add CATEGORY property, iven if it
977         is not defined as a property in this entry.
978         (org-add-log-note): Mask prefix argument when immediately storing
979         the note.
981         * org-agenda.el (org-agenda-filter-effort-default-operator): New
982         option.
984 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
986         * org.el (org-add-log-setup): Bugfix; code to find insertion point
987         after drawers was skipping ahead one line too many, so notes were
988         inserted after the first note instead of before it.
990 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
992         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
993         New variables.
994         (org-prepare-agenda): Reset the filter tags.
995         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
996         Show filter tags in mode line.
998         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
999         formatter.
1001         * org-export-latex.el (org-latex-entities-regexp): New constant.
1002         (org-export-as-pdf): Use two calls to `shell-command'.
1004 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1006         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1007         Honor the {} value of the subsuperscript setting.  Make sure that
1008         longer subsuperscripts are typeset in a roman font.
1010         * org.el (org-clock-update-time-maybe): Compute negative clock
1011         intervals correctly.
1013 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1015         * org.el (org-add-log-setup): Respect
1016         `org-log-state-notes-insert-after-drawers'.
1017         (org-log-state-notes-insert-after-drawers): New option.
1018         (org-todo-trigger-tag-changes): New function.
1019         (org-todo): Call `org-todo-trigger-tag-changes'.
1021 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1023         * org.el (org-add-log-setup): Only skip drawers if the are
1024         immediately after the scheduling keywords.
1026         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1027         function
1028         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1029         call it with the current todo state to get the state to switch to
1030         when clocking in.
1031         (org-clock-in): Use org-indent-line-function to indent clock lines.
1032         (org-clock-find-position): Fix indentation of empty clock drawers.
1034 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1036         * org-publish.el (org-publish-org-to): Handle case when
1037         org-export-to-pdf does return a file name, not a buffer.
1038         (org-publish-org-to-pdf): New function.
1040         * org-export-latex.el (org-export-as-pdf)
1041         (org-export-as-pdf-and-open): New commands.
1043         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1044         forms as ranges.
1046         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1047         things in protexted regions.
1049 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1051         * org-export-latex.el (org-export-latex-preprocess): Improve
1052         quoting of LaTeX environments.
1054 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1056         * org.el (org-edit-fixed-width-region): Exclude final newline from
1057         picture area.
1059         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1060         sections, to make internal links work.
1061         (org-export-latex-fontify-headline): Do not remove all text
1062         properties, to make sure that target properties survive this
1063         process.
1065         * org-exp.el (org-export-preprocess-string): Change sequence of
1066         modifications, to make sure links are prepared before the LaTeX
1067         conversions do happen.
1069 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1071         * org-attach.el (org-attach-delete-all): Renamed from
1072         `org-attch-delete'.  Add a security query before deleting the
1073         entire directory.  New optional argument FORCE can overrule the
1074         security query.
1075         (org-attach-delete-one): New command.
1077 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1079         * org-attach.el (org-attach-file-list): Fix bug with directory.
1081 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1083         * org.el (org-apps-regexp-alist): New function.
1084         (org-file-apps): Add auto-mode to the default value.
1085         (org-open-file): Use the new structure of org-file-apps.
1087         * org-attach.el (org-attach): Support the new keys.
1088         (org-attach-method): New option.
1090 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1092         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1093         March.
1095         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1096         of the list value o `org-use-tag-inheritance'.
1098         * org-attach.el (org-attach-auto-tag): New option.
1099         (org-attach-tag, org-attach-untag): New functions.
1100         (org-attach-attach, org-attach-new, org-attach-sync): Call
1101         `org-attach-tag'.
1102         (org-attach-delete): Call `org-attach-untag'.
1104 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1106         * org-table.el (orgtbl-self-insert-command): Make this work for
1107         the keypad as well.
1109 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1111         * org.el (org-add-log-setup): Limit searc for drawers to entry
1112         text, not to subtree.
1114         * org-clock.el (org-clock-heading-for-remember): New variable.
1115         (org-clock-in): Set `org-clock-heading-for-remember'.
1117 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1119         * org-remember.el (org-remember-apply-template): Add new
1120         expansions: %k, %K for currently clocked task and a link to the
1121         currently clocked task, and %< to file notes in the currently
1122         clocked task.
1124 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1126         * org-export-latex.el (org-export-latex-make-header): Also insert
1127         the content of the property :latex-header-extra.
1129         * org-exp.el (org-infile-export-plist): Put the content of
1130         #+LATEX_HEADER: into the property :latex-header-extra.
1132         * org-colview.el (org-columns-get-format-and-top-level): Remove
1133         resetting the marker.
1135         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1136         Remove resetting the marker.
1138         * org.el (org-entry-property-inherited-from): Improve docstring.
1139         (org-entry-get-with-inheritance): Reset marker before starting the
1140         search.
1142         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1144 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1146         * org.el (org-entry-get-multivalued-property)
1147         (org-entry-protect-space, org-entry-restore-space): New
1148         functions.
1149         (org-file-apps-defaults-macosx): Let postscript files be opened by
1150         preview.
1151         (org-time-stamp-inactive): Call `org-time-stamp'.
1152         (org-time-stamp): New argument `inactive'.  Also edit inacive
1153         stamps. Convert time stamp type.
1154         (org-open-file): Interpret the `default' value for the `command'
1155         in `org-file-apps'.
1157         * org-id.el (org-id-int-to-b36-one-digit)
1158         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1159         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1160         b36.
1162 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1164         * org-id.el (org-id-reverse-string): New function.
1165         (org-id-new): Use `org-id-reverse-string' to make sure the
1166         beginning chars of the ID are mutating fast.  This allows to use a
1167         directory structure to spread things better.
1168         (org-id-prefix): Changed default to nil.
1170         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1171         restore the column of the cursor position.
1173         * org-remember.el (org-remember-apply-template): Remove properties
1174         from `initial'.
1176 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1178         * org-wl.el (org-wl-open): Remove useless call to
1179         `wl-thread-open-all'.
1181         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1182         location.
1184 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1186         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1187         `org-bbdb-anniversaries'.
1189         * org.el (org-get-next-sibling, org-forward-same-level): New
1190         functions, similar to the outline versions, but invisible headings
1191         are OK.
1193 2008-09-25  Bastien Guerry  <bzg@altern.org>
1195         * org.el (org-auto-repeat-maybe): Insert a space between
1196         the timestamp's type and the timestamp itself.
1198 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1200         * org-table.el (org-table-sum): Do not format the result with %g,
1201         it does rounding when there are too many digits.
1203         * org.el (org-map-entries): Protect the keyword-selecting variables.
1205 2008-09-23  Bastien Guerry  <bzg@altern.org>
1207         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1208         against all agenda files.
1210 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1212         * org-list.el: New file, aggregating list functions from org.el
1213         and org-export-latex.el.
1215         * org.el (org-edit-src-region-extra): New option.
1217 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1219         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1220         time before 1am.
1222 2008-09-22  Bastien Guerry  <bzg@altern.org>
1224         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1226 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1228         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1229         hline work correctly.
1230         (org-plot/gnuplot-script): Put commas at the end of each script
1231         line.
1233 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1235         * org.el (org-get-refile-targets): Replace links with their
1236         descriptions
1237         (org-imenu-get-tree): Replace links with their descriptions.
1239         * org-remember.el (org-remember-apply-template): Add a new
1240         expansion for adding properties to remember items.
1242         * org.el (org-add-log-setup): Skip over drawers (properties,
1243         clocks etc) when adding notes.
1245         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1246         items as well as the start and end times.
1248         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1249         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1251         * org-remember.el (org-get-x-clipboard): Use the compat
1252         function to get clipboard values when x-selection-value is
1253         unavailable. Use substring-no-properties instead of
1254         set-text-properties to remove text properties from the clipboard
1255         value.
1257         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1258         modeline clock string, and display the full todo value in the
1259         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1260         the currently clocked task.
1261         (org-clock-string-limit): Add a custom value for the maximum
1262         length of the clock string in the modeline.
1263         (org-clock-mode-map): Add a keymap for the modeline string
1265 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1267         * org-compat.el (org-propertize): New function.
1269 2008-09-20  Bastien Guerry  <bzg@altern.org>
1271         * org-export-latex.el (org-export-latex-tables): protect exported
1272         tables from further special chars conversion.
1273         (org-export-latex-preprocess): Preserve LaTeX environments.
1274         (org-list-parse-list): Parse descriptive lists.
1275         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1276         (org-list-to-texinfo): Export descriptive lists.
1277         (org-quote-chars): Remove.
1278         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1279         (org-export-latex-list-beginning-re): Rename to
1280         `org-list-beginning-re'
1281         (org-list-item-begin): Rename to `org-list-item-beginning'
1283 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1285         * org.el (org-refile): Allow refiling to the last entry in the
1286         buffer.
1287         (org-get-tags-at): Fix bug when inheritance is turned off.
1289 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1291         * org.el (org-indent-line-function): No longer check for src
1292         regions, this is too much overhead.
1294         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1295         matching.
1297         * org.el (org-scan-tags): Make sure that tags matching is not case
1298         sensitive.  TODO keyword matching is case sensitive, however, to
1299         avoid confusion with similar words that are not meant to be
1300         keywords.
1302 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1304         * org.el (org-get-local-tags-at): New function.
1305         (org-get-local-tags): New function.
1307         * org-exp.el (org-export-get-categories): New function.
1309         * org-agenda.el (org-sorting-choice)
1310         (org-agenda-sorting-strategy, org-agenda-get-todos)
1311         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1312         (org-agenda-get-scheduled, org-agenda-get-blocks)
1313         (org-entries-lessp): Implement sorting by TODO state.
1314         (org-cmp-todo-state): New defsubst.
1316         * org-colview.el (org-colview-construct-allowed-dates): New
1317         function.
1318         (org-columns-next-allowed-value): Use
1319         `org-colview-construct-allowed-dates'.
1321         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1322         function.
1323         (org-columns-next-allowed-value): Use
1324         `org-colview-construct-allowed-dates'.
1326 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1328         * org.el (org-protect-slash): New function.
1329         (org-get-refile-targets): Use `org-protect-slash'.
1331         * org-agenda.el (org-global-tags-completion-table): New variable.
1333         * org-exp.el (org-export-handle-export-tags): New function.
1334         (org-export-preprocess-string): Call
1335         `org-export-handle-export-tags'.
1337         * org-plot.el: New file.
1339         * org-publish.el (org-publish-expand-components): Function removed.
1340         (org-publish-expand-projects): Allow components to have components.
1342 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1344         * org.el (org-indent-line-function): Do not indent in regions that
1345         are external source code.
1346         (org-yank-and-fold-if-subtree): New function.
1348         * org-agenda.el (org-agenda-todayp): New function.
1349         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1350         `org-agenda-todayp'.
1352         * org.el (org-insert-heading-respect-content)
1353         (org-insert-todo-heading-respect-content): New commands.
1354         (org-insert-heading-respect-content): New option.
1355         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1357         * org-clock.el (org-clock-find-position): Make sure the note after
1358         the clock line gets moved into the new clock drawer.
1360 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1362         * org-id.el (org-id-new): New option.
1364 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1366         * org-table.el (org-table-copy-down): Avoid overflow during
1367         increment.  Use prefix argument 0 to temporarily disable the
1368         increment.
1370 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1372         * org-exp.el (org-export-as-html): Do not turn on the major mode
1373         if the buffer will be killed anyway.
1374         (org-get-current-options): Exclude the #+TEXT field.
1375         (org-export-as-html): Make sure text before the first headline is
1376         a paragraph.
1378         * org-publish.el (org-publish-org-to): Tell the exporter that this
1379         buffer will be killed, so it is not necessary to do major mode
1380         initialization.
1382         * org-archive.el (org-archive-to-archive-sibling): Show empty
1383         lines after folding the archive sibling.
1385         * org.el (org-log-note-extra): New variable.
1387 2008-09-05  Bastien Guerry  <bzg@altern.org>
1389         * org.el (org-additional-option-like-keywords): Added keywords for
1390         the _QUOTE, _VERSE and _SRC environments.
1392         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1393         exporting _QUOTE and _VERSE environments.
1395 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1397         * org-agenda.el (org-agenda-filter-by-tag): New command.
1399         * org-exp.el (org-get-current-options): Remove angular brackets
1400         from the date entry.
1402         * org.el (org-edit-fixed-width-region): New function.
1403         (org-edit-fixed-width-region): Also try
1404         `org-edit-fixed-width-region'.
1405         (org-edit-fixed-width-region-mode): New option.
1406         (org-activate-code): Only interprete lines starting with colon
1407         plus a space as example lines.
1409         * org-remember.el (org-remember-templates): Add nil instead of
1410         empty strings to fix the length of remember templates.
1412         * org-table.el (org-calc-default-modes): Fix the time format for
1413         calc, from 12 hour to 24 hour clock.
1415 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1417         * org-agenda.el (org-agenda-get-deadlines)
1418         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1419         entries that are pre-warnings of deadlines or reminders.
1421         * org.el (org-sort-entries-or-items): Make numeric and alpha
1422         comparisons ignore any TODO keyword and priority cookie.
1424         * org-remember.el (org-remember-handler): Reinterpretation of the
1425         prefix argument.
1427 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1429         * org-agenda.el (org-agenda-get-scheduled): Use new
1430         `org-scheduled' face.
1432         * org-faces.el (org-scheduled): New face.
1434         * org-wl.el (org-wl-open): Remove incorrect declaration.
1436         * org-gnus.el (org-gnus-store-link): Support for :to information
1437         in gnus links.
1439         * org-exp.el (org-export-as-html): Fixed typo in creator
1440         information.
1441         (org-export-protect-examples): New parameter indent.  Insert extra
1442         spaces only when this parameter is specified.
1443         (org-export-preprocess-string): Call `org-export-protect-examples'
1444         with an indentation parameter when exporting to ASCII.
1446         * org-remember.el (org-remember-templates)
1447         (org-remember-apply-template): Allow the file component to be a
1448         function.
1450         * org.el (org-goto-local-search-headings): Renamed from
1451         `org-goto-local-search-forward-headings'.  Added the possibility
1452         to search backwards.
1454 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1456         * org-export-latex.el (org-export-latex): New customization
1457         group.
1459         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1461 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1463         * org-exp.el (org-html-do-expand): Allow {} to terminate
1464         tex macro
1466 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1468         * org.el (org-buffer-list): Select buffers based on major mode,
1469         not on file name.
1471 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1473         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1474         face property.
1476         * org-colview.el (org-columns-display-here): Use
1477         `org-columns-modify-value-for-display-function'.
1479         * org-colview-xemacs.el (org-columns-display-here): Use
1480         `org-columns-modify-value-for-display-function'.
1482 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1484         * org.el (org-columns-modify-value-for-display-function): New option.
1496         * org-publish.el (org-publish-file): Make sure the directory match
1497         for the publishing directory works correctly.
1499         * org-agenda.el (org-agenda-execute-calendar-command)
1500         (org-agenda-diary-entry): Additional optional argument.
1502 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1504         * org-exp.el (org-export-as-html): Add attributes also in mailto
1505         and ftp links.
1507         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1516 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1518         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1519         sure that calls from `org-export-region-as-html' do not do the
1520         special check for a subtree.
1522 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1524         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1526 2008-07-20  Juri Linkov  <juri@jurta.org>
1528         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1529         new keymap `narrow-map' instead of binding "\C-xns".
1531 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1533         * org.el (org-open-file): Use
1534         `org-open-directory-means-index-dot-org'.
1535         (org-open-directory-means-index-dot-org): New option.
1537 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1539         * org.el (org-make-link-string): Remove link attributes from
1540         description.
1541         (org-open-at-point): Remove link attributes bevore using the path.
1543         * org-exp.el (org-export-as-html): Handle link attributes.
1545         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1547         * org-table.el (org-table-to-lisp): New function.
1549         * org.el (org-narrow-to-subtree): Do not include the final newline
1550         into the narrowed region.
1552         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1553         bug with user-define skipping condition.
1555 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1557         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1559 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1561         * org-exp.el (org-export-html-style-default): Automatic overflow
1562         handling for pre fields.
1563         (org-export-as-ascii, org-export-as-html): Change default format
1564         for time stamp.
1566         * org-table.el (org-table-export): Offer completion for translator
1567         functions, and do not require a heading above the table.
1569         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1570         Cater for the case of a list starting in the first line of the
1571         buffer.
1573 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1575         * org-publish.el (org-publish-find-title): Bug fix.
1576         (org-publish-org-index): Implement new :index-style option.
1578 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1580         * org-publish.el (org-publish-timestamp-filename): Use
1581         SHA1-encoded file names in the timestamp directory.
1583 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1585         * org-publish.el (org-publish-needed-p): Be verbose about files
1586         published and files skipped.
1588         * org-exp.el (org-export-preprocess-string): Swap link
1589         normalization and inernal link targeting.
1591         * org-publish.el (org-publish-needed-p): Create timestamp
1592         directory when it does not exist.
1594 2008-07-04  Bastien Guerry  <bzg@altern.org>
1596         * org-clock.el (org-clock-out-when-done): Doc fix.
1598         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1600         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1601         Ignore case when searching for the COMMENT cookie at export time.
1603 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1605         * org-exp.el (org-get-file-contents)
1606         (org-get-and-remove-property): New functions.
1607         (org-export-handle-include-files): Handle the new prefix options.
1608         (org-export-as-html): Fix the verse environment.
1610 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1612         * org.el (org-time=, org-time<, org-time<=, org-time>)
1613         (org-time>=, org-time<>, org-2ft): New functions.
1614         (org-op-to-function): Also provide for the time testing fucntions.
1616 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1618         * org-exp.el (org-export-html-style-default): New constant.
1620 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1622         * org-exp.el (org-export-html-style-extra): New variable.
1623         (org-export-splice-style): New function.
1625 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1627         * org-exp.el (org-export-plist-vars, org-export-as-html):
1628         Implement `org-export-creator-info'.
1629         (org-export-creator-info): New option.
1631 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1633         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1634         (org-property-drawer-re, org-clock-drawer-re): New constants.
1636 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1638         * org-exp.el (org-icalendar-use-deadline)
1639         (org-icalendar-use-scheduled): New options.
1640         (org-icalendar-include-todo): Default changed to t.
1641         (org-print-icalendar-entries): Implement better utilization of
1642         scheduling and deadline time stamps.
1643         (org-export-target-internal-links, org-export-as-html): Allow file
1644         lines without the "file:" prefix if the file path is an absolute
1645         path or starts with ".".
1647         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1648         lastweek etc.
1649         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1651 2008-06-18  Glenn Morris  <rgm@gnu.org>
1652         * org.el (org-map-entries): Let-bind `file'.
1654 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1656         * org.el (org-agenda-skip-archived-trees): Docstring now
1657         discourages using this.
1658         (org-scan-tags): Check for org-agenda-archives-mode.
1659         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1660         (org-agenda-files): Functionality of second arg changed.
1662         * org-agenda.el (org-agenda-archives-mode): New variable
1663         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1664         (org-search-view, org-todo-list, org-tags-view)
1665         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1666         `ifmode' argument.
1667         (org-agenda-quit): Reset the archives mode.
1668         (org-agenda-archives-mode): New command.
1669         (org-agenda-set-mode-name): Include archives info.
1671 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1673         * org.el (org-paste-subtree): Make sure the yanked headline is
1674         visible if it was yanked at a visible point.
1675         (org-move-item-up): Fix the bug with moving white space at the end
1676         of the item.
1677         (org-show-empty-lines-in-parent): New function.
1679 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1681         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1683         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1685         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1686         agenda prefix as well.
1688         * org-publish.el (org-publish-org-index): Make a properly indented
1689         list.
1691         * org.el (org-calendar-agenda-action-key): New option.
1692         (org-get-cursor-date): New function.
1693         (org-mark-entry-for-agenda-action): New command.
1694         (org-overriding-default-time): New variable.
1695         (org-read-date): Respect `org-overriding-default-time'.
1697         * org-remember.el (org-remember-apply-template): Respect the
1698         ovverriding default time.
1700         * org-agenda.el (org-agenda-action-marker): New variable.
1701         (org-agenda-action): New command.
1702         (org-agenda-do-action): New function.
1704 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1706         * org.el (org-schedule, org-deadline): Protect scheduled and
1707         deadline tasks against changes that accidently remove the
1708         repeater.  Also show a message with the new date when done.
1710 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1712         * org.el (org-beginning-of-line): Cater for the case when there
1713         are tags but no headline text.
1714         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1715         it set.
1717 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1719         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1720         the return value is nil instead of "nil" when there is no match.
1722         * org-exp.el (org-insert-centered): Use fill-column instead of
1723         80.
1724         (org-export-as-ascii): Use string-width to measure the width of
1725         the heading.
1727         * org.el (org-diary-to-ical-string): No longer kill buffer
1728         FROMBUF, this is now done by the caller.
1730         * org-exp.el (org-print-icalendar-entries): Move the call to
1731         `org-diary-to-ical-string' out of the loop, and kill the buffer
1732         afterwords.
1734         * org-remember.el (org-remember-visit-immediately): Position
1735         cursor after moving to the note.
1736         (org-remember-apply-template): Use a text property to record the
1737         cursor position.
1738         (org-remember-handler): Align tags after pasting the note.
1740 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1742         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1744         * org-agenda.el (org-agenda-open-link): If there is an
1745         org-bbdb-name property in the current line, jump to that bbdb
1746         entry.
1748         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1749         text property, so that the agenda knows where this entry comes
1750         from.
1752         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1753         interaction between clocking-in from the agenda, and  automatic
1754         task state switching.
1756         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1758         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1759         zmacs-region stays after this command in XEmacs.
1761 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1763         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1765         * org-remember.el (org-remember-templates): Fix bug in
1766         customization type definition.
1768         * org.el (org-map-entries): New function.
1770 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1772         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1773         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1775 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1777         * org-remember.el (org-jump-to-target-location): New variable.
1778         (org-remember-apply-template): Set
1779         `org-remember-apply-template' if requested by template.
1780         (org-remember-handler): Start an idle timer to jump to
1781         remember location.
1783         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1785         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1786         file tags.
1787         (org-get-tags-at): Add the content of `org-file-tags'.
1789         * org-exp.el (org-export-handle-comments): Fix bug with several
1790         comment lines after each other.
1791         (org-number-to-roman, org-number-to-counter): New functions.
1792         (org-export-section-number-format): New option.
1794 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1796         * org-exp.el (org-export-protect-examples): Catch the case of a
1797         missing end_example line.
1799         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1800         `org-file-tags' to nil.
1802         * org-colview.el (org-columns-next-allowed-value): Handle next
1803         argument NTH to directly select a value.
1805         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1806         argument NTH to directly select a value.
1808 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1810         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1812 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1814         * org.el (org-columns-ellipses): New option.
1816 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1818         * org-colview.el (org-columns-add-ellipses): New function.
1819         (org-columns-compact-links): New function.
1820         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1821         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1822         when in agenda.
1823         (org-columns-edit-value): Fixed bug with editing values from
1824         agenda column view.
1825         (org-columns-redo): Also redo the agenda itself.
1827 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1829         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1830         option.
1832         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1834         * org-exp.el (org-export-ascii-preprocess): Renamed from
1835         `org-export-ascii-clean-string'.
1836         (org-export-kill-licensed-text)
1837         (org-export-define-heading-targets)
1838         (org-export-handle-invisible-targets)
1839         (org-export-target-internal-links)
1840         (org-export-remove-or-extract-drawers)
1841         (org-export-remove-archived-trees)
1842         (org-export-protect-quoted-subtrees)
1843         (org-export-protect-verbatim, org-export-protect-examples)
1844         (org-export-select-backend-specific-text)
1845         (org-export-mark-blockquote-and-verse)
1846         (org-export-remove-comment-blocks-and-subtrees)
1847         (org-export-handle-comments, org-export-mark-radio-links)
1848         (org-export-remove-special-table-lines)
1849         (org-export-normalize-links)
1850         (org-export-concatenate-multiline-links)
1851         (org-export-concatenate-multiline-emphasis): New functions,
1852         obtained from spliiting the export preprocessor.
1854         * org-table.el (org-table-recalculate): Improve error message if
1855         the row number is invalid.
1857 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1859         * org-archive.el (org-archive-save-context-info): Fix bugs in
1860         customization setup and docstring.
1862         * org-exp.el (org-export-html-style): Changed the size of in the
1863         <pre> element to 90%.
1865 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1867         * org.el (org-find-src-example-start): Function removed.
1868         (org-edit-src-find-region-and-lang): New function.
1870 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1872         * org.el (org-edit-src-exit): New function.
1873         (org-exit-edit-mode): New minor mode.
1875         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1876         comment-like lines from protected examples.
1878         * org.el (org-edit-src-example, org-find-src-example-start)
1879         (org-protect-source-example, org-edit-special): New functions.
1881 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1883         * org-publish.el (org-publish-project-alist): Fix typo in
1884         docstring.
1885         (org-publish-project-alist): Handle :index-title property.
1887 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1889         * org-export-latex.el (org-export-as-latex): Make sure region
1890         bounds are correct.  Parse subtree properties relating to export.
1892         * org-exp.el (org-export-add-options-to-plist): New function.
1893         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1895 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1897         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1898         EXPORT_TITLE.
1900         * org-exp.el (org-export-get-title-from-subtree)
1901         (org-export-as-ascii, org-export-as-html): Make sure the original
1902         region-beginning and region-end are used, even after moving
1903         point.
1904         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1905         property.
1907         * org-remember.el (org-remember-last-stored-marker): New variable.
1908         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1909         (org-remember-handler): Also use marker to remember
1910         last-stored position.
1912         * org.el (org-goto-marker-or-bmk): New function.
1914 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1916         * org.el (org-file-properties): Renamed from `org-local-properties'.
1917         (org-scan-tags): Take file tags into account.
1918         (org-tags-match-list-sublevels): Default changed to t.
1920         * org-exp.el (org-export-as-html): Close paragraph after a
1921         footnote.
1923         * org.el (org-update-parent-todo-statistics): New function.
1925         * org-exp.el (org-icalendar-store-UID): New option.
1926         (org-icalendar-force-UID): Option removed.
1927         (org-print-icalendar-entries): IMplement UIDs.
1929 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1931         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1933 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1935         * org-faces.el (org-column): Document how this face is being used
1936         and why sometimes the background faces shine through.
1938         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1940         * org-publish.el (org-publish-attachment): Create publishing
1941         directory if it does not yet exist.
1943         * org-table.el (org-calc-default-modes): Change default number
1944         format to (float 8).
1946         * org.el (org-olpath-completing-read): New function.
1947         (org-time-clocksum-format): New option.
1948         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1950         * org-clock.el (org-clock-display, org-clock-out)
1951         (org-update-mode-line): Use `org-time-clocksum-format'.
1953         * org-colview-xemacs.el (org-columns-number-to-string): Use
1954         `org-time-clocksum-format'.
1956         * org-colview.el (org-columns-number-to-string): Use
1957         `org-time-clocksum-format'.
1959 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1961         * org-id.el: New file, move from contrib to core.
1963         * org-exp.el (org-icalendar-force-UID): New option.
1965 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1967         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1968         shifted by one day if theere is a date range without an end
1969         time.
1971         * org.el (org-try-structure-completion): New function.
1973 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1975         * org.el (org-set-font-lock-defaults): Improve fontification of
1976         description lists.
1977         (org-insert-item): Handle description lists.
1978         (org-adaptive-fill-function): Improve auto indentation in
1979         description lists.
1981         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1982         Implement VERSE environment.
1983         (org-export-preprocess-string): Implement the COMMENT
1984         environment.
1986         * org-export-latex.el (org-export-latex-preprocess): Implement
1987         VERSE environment.
1989 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1991         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1992         option.
1994 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1996         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1998         * org.el (org-quote-csv-field): New functions.
2000         * org-table.el (org-table-export-default-format): Remove :splice
2001         from default format, we get the same effect by not specifying
2002         :tstart and :tend.
2003         (org-table-export): Improve setup, distinguish better between
2004         interactive and non-interactive use, allow specifying the format
2005         on the fly, better protection against wrong file names.
2006         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2007         and :tend when :splice is omitted.
2009 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2011         * org-clock.el (org-clock-select-task): Make sure the selection
2012         letters are 1-9 and A-Z, no special characters.
2014 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2016         * org-exp.el (org-export-htmlize): New group.
2017         (org-export-htmlize-output-type)
2018         (org-export-htmlize-css-font-prefix): New options.
2019         (org-export-htmlize-region-for-paste): New function.
2020         (org-export-htmlize-generate-css): New command.
2022 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2024         * org/org.el (org-modules, org-format-latex-options):
2025         * org/org-archive.el (org-archive-stamp-time)
2026         (org-archive-save-context-info):
2027         * org/org-faces.el (org-hide):
2028         * org/org-irc.el (org-irc-parse-link):
2029         * org/org-macs.el (org-call-with-arg, org-autoload):
2030         * org/org-mew.el (org-mew-store-link):
2031         * org/org-remember.el (org-remember-store-without-prompt)
2032         (org-remember-templates): Fix typos in docstrings.
2034         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2036         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2037         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2038         (org-bbdb-anniv-split): Fix typos in docstrings.
2040         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2041         (org-publish-use-timestamps-flag): Reflow docstring.
2042         (org-publish-files-alist): Fix typos in docstring.
2044 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2046         * org.el (org-set-visibility-according-to-property): New function.
2047         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2048         and compute the regular expressions, and update font-lock.
2049         (org-property-re): Allow a dash in property names.
2051         * org-archive.el (org-extract-archive-file): Insert the file name
2052         without the path into the format, to allow the location format to
2053         contain a subdirectory.
2055         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2056         of buffer, and the `org-agenda-type' property undefined, use the
2057         value from the character before.
2059         * org.el (org-add-planning-info): Don't let indentation for
2060         would-be timestamp become extra whitespace at the end of headline.
2062 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2064         * org.el (org-remove-double-quotes, org-file-contents): New
2065         functions.
2067         * org-exp.el (org-infile-export-plist): Also parse the
2068         contents of #+SETUPFILE files, recursively.
2070         * org.el (org-set-regexps-and-options): Also parse the
2071         contents of #+SETUPFILE files, recursively.
2073         * org-exp.el (org-export-handle-include-files): New function.
2074         (org-export-preprocess-string): Call
2075         `org-export-handle-include-files'.
2077         * org.el (org-delete-property-globally)
2078         (org-delete-property, org-set-property): Ignore case during
2079         completion.
2080         (org-set-property): Use `org-completing-read' instead of
2081         `completing-read'.
2083         * org.el (org-complete-expand-structure-template): New,
2084         experimental function.
2085         (org-structure-template-alist): New, experimental option.
2086         (org-complete): Call `org-complete-expand-structure-template'.
2088 2008-05-06  Bastien Guerry  <bzg@altern.org>
2090         * org-export-latex.el (org-export-latex-preprocess): Added
2091         support for blockquotes.
2093 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2095         * org.el (org-read-date-analyze): Catch the case where only a
2096         weekday is given.
2098 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2100         * org.el (org-set-font-lock-defaults): Make the description
2101         tag bold.
2103         * org-exp.el (org-export-as-html, org-close-li): Implement
2104         description lists.
2106 2008-05-04  Jason Riedy  <jason@acm.org>
2108         * org-table.el (*orgtbl-default-fmt*): New variable.
2109         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2110         when there is no other fmt available.
2112         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2113         :tend to suppress the appropriate string.
2115         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2116         table.
2118 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2120         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2121         read date.
2123         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2124         New function.
2126         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2127         New function.
2129 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2131         * org-clock.el (org-clock-find-position): Don't include notes
2132         into clock drawer.
2134         * org-archive.el (org-archive-subtree): No longer remove an
2135         extra line after cutting the subtree.  `org-cut-subtree' already
2136         takes care of this.
2138         * org-remember.el (org-remember-handler): Only kill the target
2139         buffer if it does not contain the running clock.
2141         * org.el (org-markers-to-move): New variable.
2142         (org-save-markers-in-region, org-check-and-save-marker)
2143         (org-reinstall-markers-in-region): New function.
2144         (org-move-subtree-down, org-copy-subtree): Remember relative
2145         marker positions before cutting.
2146         (org-move-subtree-down, org-paste-subtree): Restore relative
2147         marker positions after pasting.
2149         * org-remember.el (org-remember-clock-out-on-exit): New option.
2150         (org-remember-finalize): Clock out only if the setting in
2151         `org-remember-clock-out-on-exit' requires it.
2152         (org-remember-handler): Do the cleanup in the buffer, to make sure
2153         that the clock marker remains in tact.
2155 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2157         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2158         (org-clock-in): Make sure that also tasks outside the narrowed
2159         region will be clocked in correctly.
2160         (org-clock-insert-selection-line): Widen the buffer so that we can
2161         find the correct task heading.
2163         * org.el (org-base-buffer): New function.
2165         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2166         and ";" are escaped.
2167         (org-print-icalendar-entries): Also apply
2168         `org-icalendar-cleanup-string' to the headline, not only to the
2169         summary property.
2171 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2173         * org-exp.el (org-export-preprocess-hook): New hook.
2174         (org-export-preprocess-string): Call
2175         `org-export-preprocess-hook'.
2177         * org.el (org-font-lock-hook): New variable.
2178         (org-font-lock-hook): New function.
2179         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2181 ;; Local Variables:
2182 ;; coding: utf-8
2183 ;; add-log-time-zone-rule: t
2184 ;; End:
2186     Copyright (C) 2008  Free Software Foundation, Inc.
2188   This file is part of GNU Emacs.
2190   GNU Emacs is free software: you can redistribute it and/or modify
2191   it under the terms of the GNU General Public License as published by
2192   the Free Software Foundation, either version 3 of the License, or
2193   (at your option) any later version.
2195   GNU Emacs is distributed in the hope that it will be useful,
2196   but WITHOUT ANY WARRANTY; without even the implied warranty of
2197   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2198   GNU General Public License for more details.
2200   You should have received a copy of the GNU General Public License
2201   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2203 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c