Install a better error message for the "Before first heading" error.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob279fc3ee19882e02703d18ea1f526ac75e217d82
1 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-up-heading-safe, org-forward-same-level): Always
4         call `org-back-to-heading' instead of `outline-back-to-heading'.
5         (org-back-to-heading): New wrapper around outline-back-to-heading,
6         with a useful error message telling where the error happened.
8         * org-list.el (org-update-checkbox-count): Always call
9         `org-back-to-heading' instead of `outline-back-to-heading'.
11         * org-exp.el (org-export-as-html): Make sure that each <img> tag
12         has an `alt' attribute, to ensure XHTML validation.
14 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16         * org-publish.el (org-publish-attachment): Allow publishing to
17         overwrite attachment files.
19         * org-agenda.el (org-agenda-timerange-leaders): New option.
20         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
22         * org.el (org-edit-src-exit): Untabify ASCII image before
23         returning.
36 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
38         * org.el (org-yank): Make any prefix force normal yanking.
39         Suppress folding if text would be swallowed into a folded
40         subtree.
41         (org-yank-folded-subtrees, org-yank): Docstring updates.
43         * org-agenda.el (org-agenda-compare-effort): Treat no effort
44         defined as 0.
46         * org-exp.el (org-export-language-setup): Add Catalan and
47         Esperanto language entries.
49 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org.el (org-refile): Allow refiling of entire regions.
53         * org-clock.el (org-clock-time%): New function.
55         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
56         retrieve property values.
58 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org-agenda.el (org-agenda-list): Handle the value `only' of
61         org-agenda-show-log'.
62         (org-agenda-log-mode): Interpret a double prefix arg.
64 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org-exp.el (org-export-html-footnotes-section): New variable.
67         (org-export-as-html): Use `org-export-html-footnotes-section' to
68         insert the footnotes.
69         (org-export-language-setup): Add "Footnotes" to language words.
71 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org.el (org-yank): Fix bug when not inserting a subtree.
75 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
78         instead of `vm-beginning-of-message'.
80         * org.el (org-make-link-regexps): Make sure that links to gnus can
81         contain brackets.
83 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
85         * org-attach.el (org-attach-dir): Remove duplicate ID creation
86         code.
88         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
89         shell output.
91         * org.el (org-link-abbrev-alist): Improve customization type.
93         * org-attach.el (org-attach-expand-link, org-attach-expand): New
94         functions.
96         * org-agenda.el (org-agenda-get-progress): Renamed from
97         `org-get-closed'.  Implement searching for state changes as well.
98         (org-agenda-log-mode-items): New option.
99         (org-agenda-log-mode): New option prefix argument, interpreted as
100         request to show all possible progress info.
101         (org-agenda-get-day-entries): Call `org-get-progress' instead of
102         `org-get-closed'.
103         (org-agenda-set-mode-name): Handle the more complex log mode
104         settings.
105         (org-get-closed): New alias, pointing to `org-get-progress'.
107 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
109         * org.el (org-file-apps-defaults-gnu)
110         (org-file-apps-defaults-macosx)
111         (org-file-apps-defaults-windowsnt): Add an entry defining the
112         system command.
113         (org-file-apps): Allow `system' as key and value.
114         (org-open-at-point): Explain the effect of a double prefix arg.
115         (org-open-file): If the argument `in-emacs' is (16),
116         i.e. corresponding to a double prefix argument, try to open the
117         file externally.
119 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
121         * org.el (org-insert-link): Abbreviate absolute files names in
122         links.  Also, fix a bug in which the double C-u prefix would not
123         be honored.
125 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
127         * org.el (org-insert-heading): If buffer does not end with a
128         newline, add one if necessary to insert headline correctly.
130         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
131         paragraphs, not inside.
133         * org.el (org-todo): Quote
134         `org-agenda-headline-snapshot-before-repeat'.
136         * org-exp.el (org-export-as-html): Fully process link descriptions.
137         (org-export-html-format-desc): New function.
138         (org-export-as-html): Collect footnotes into the correct basket.
139         (org-html-protect): No longer protect quotations marks here, this
140         goes wrong.
142         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
143         BEG.
145         * org-compat.el (org-fit-window-to-buffer): New function (not
146         really, a preliminary and incomplete version was present earlier,
147         but not used).
149         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
150         `org-fit-window-to-buffer'.
152         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
154         * org-agenda.el (org-agenda-get-restriction-and-command)
155         (org-fit-agenda-window, org-agenda-convert-date): Use
156         `org-fit-window-to-buffer'.
158         * org-exp.el (org-export-as-html): Process href links through
159         `org-export-html-format-href'.
160         (org-export-html-format-href): New function.
162         * org-agenda.el (org-agenda-todo): Update only the current
163         headline if this is a repeated TODO, marked done for today.
164         (org-agenda-change-all-lines): New argument JUST-THIS, to change
165         only the current line.
167         * org.el (org-todo): Take a snapshot of the headline if the
168         repeater might change it.
170 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
172         * org-publish.el (org-publish-find-title): Remove buffers visited
173         only for extracting the title.
175         * org-exp.el (org-export-html-style)
176         (org-export-html-style-default): Mark style definitions as
177         unparsed CDATA.
179         * org-publish.el (org-publish-validate-link): Function
180         re-introduced.
182 2008-11-02  Charles Sebold  <csebold@gmail.com>
184         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
185         property.
186         (org-plot-quote-timestamp-field): New function.
187         (org-plot-quote-tsv-field): Call timestamp field function when
188         necessary rather than just quoting as a string.
189         (org-plot/gnuplot-to-data): Pass in timefmt property.
190         (org-plot/gnuplot-script): Supports timefmt property.
191         (org-plot/gnuplot): Checks for timestamp column before checking
192         for text index column.
194 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
196         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
198         * org-publish.el (org-publish-org-index): Create a section in the
199         index file.
200         (org-publish-org-index): Stop linking to directories.
202         * org.el (org-emphasis-alist): Use span instead of <u> to
203         underline text.
205         * org-exp.el (org-export-as-html): Make sure <p> is closed before
206         <pre> sections.
208 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
210         * org-jsinfo.el (org-infojs-template): Remove language attribute
211         from script tag.
213 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
215         * org-agenda.el (org-agenda-remove-marked-text): New function.
216         (org-agenda-mark-filtered-text)
217         (org-agenda-unmark-filtered-text): New functions.
218         (org-write-agenda): Remove fltered text.
220         * org.el (org-make-tags-matcher): Give access to TODO "property"
221         without speed penalty.
223 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
225         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
226         option.
227         (org-store-link-props): Make sure adding to the plist works
228         correctly.
230         * org-gnus.el (org-gnus-no-new-news): New function.
231         (org-gnus-follow-link): Allow the article ID to be a message-id,
232         in addition to allowing article numbers.  Message IDs make much
233         more roubust links.
234         (org-gnus-store-link): Use message-id to create link.
236 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
238         * org.el (org-emphasize): Reverse the selection array.
239         (org-emphasis-alist): Set <code> tags for the verbatim
240         environment.
242         * org-remember.el (org-remember-handler): Fix bug with
243         prefix-related changing of the note storage target.
245         * org-exp.el (org-print-icalendar-entries): Make the exported
246         priorities compatible with RFC 2445.
248         * org-clock.el (org-clock-save): Insert time stamp without
249         dependence on time-stamp.el.
251 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
253         * org.el ("saveplace"): If saveplace puts point into an invisible
254         location, make it visible.
255         (org-make-tags-matcher): Allow inactive time stamps in time
256         comparisons.
257         (org-yank-adjusted-subtrees): New option.
258         (org-yank): Incorporate adjusting trees.
259         (org-paste-subtree): New argument FOR-YANK which will cause
260         insertion at point without backing up over white lines, and leave
261         point at the end of the inserted text.  Also if the cursor is
262         at the beginning of a headline, use the same level or the inserted
263         tree.
265         * org-publish.el (org-publish-get-base-files-1): Deal correctly
266         with broken symlinks
268 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
270         * org-exp.el (org-export-select-tags, org-get-current-options):
271         Fix typo.
273 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
275         * org-agenda.el (org-format-agenda-item)
276         (org-agenda-filter-make-matcher): Make sure tags are stored and
277         compared donwcased.
279 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
281         * org.el (org-insert-todo-heading): Fix bug with force-heading
282         argument.
284 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
286         * org-clock.el (org-clock-in-resume): Add a custom option to
287         toggle starting the clock from an open clock line.
288         (org-clock-in): When clocking in to an entry, if
289         `org-clock-in-resume' is set, check if the first clock line is
290         open and if so, start the clock from the time in the clock line.
291         (org-clock-persist): Add a custom option to toggle clock
292         persistence.
293         (org-clock-persist-query-save): Add a custom option to toggle
294         asking the user if they want to save the running clock when
295         exiting.
296         (org-clock-persist-query-resume): Add a custom option to toggle
297         asking the user if they want to resume the saved clock when Emacs
298         is restarted.
299         (org-clock-save): Add a function to save clock data.
300         This includes the contents of `org-clock-history' and the buffer
301         and position of the currently clocked task, if any.
302         (org-clock-load): Add a function to load clock data.
303         This populates `org-clock-history', and resumes the saved clocked
304         task if there is one.
305         (org-clock-persistence-insinuate): Add a method to set up the
306         hooks for clock persistence.
308 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
310         * org-exp.el (org-export-as-ascii): Handle the case that we are
311         publishing from an indirect buffer.
313         * org-table.el (org-table-copy-down): Fix bug with time stamp
314         increment.
316         * org-mouse.el (org-mouse-features): New option.
317         (org-mode-hook): Turn on features depending on
318         `org-mouse-features'.
320         * org.el (org-insert-heading-respect-content): Force heading
321         creation.
322         (org-insert-heading): keep the folding state of the heading before
323         the inserted one.
325 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
327         * org-archive.el (org-archive-to-archive-sibling): Handle top
328         level headlines better.
330 2008-10-21  Bastien Guerry  <bzg@altern.org>
332         * org-export-latex.el (org-export-latex-classes): Added
333         \usepackage{graphicx} to the default list of packages.
335 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
337         * org-agenda.el (org-agenda-filter): Renamed from
338         `org-agenda-filter-tags'.
340 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
342         * org.el (org-entry-properties): Add CATEGORY property, iven if it
343         is not defined as a property in this entry.
344         (org-add-log-note): Mask prefix argument when immediately storing
345         the note.
347         * org-agenda.el (org-agenda-filter-effort-default-operator): New
348         option.
350 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
352         * org.el (org-add-log-setup): Bugfix; code to find insertion point
353         after drawers was skipping ahead one line too many, so notes were
354         inserted after the first note instead of before it.
356 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
358         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
359         New variables.
360         (org-prepare-agenda): Reset the filter tags.
361         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
362         Show filter tags in mode line.
364         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
365         formatter.
367         * org-export-latex.el (org-latex-entities-regexp): New constant.
368         (org-export-as-pdf): Use two calls to `shell-command'.
370 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
372         * org-export-latex.el (org-export-latex-treat-sub-super-char):
373         Honor the {} value of the subsuperscript setting.  Make sure that
374         longer subsuperscripts are typeset in a roman font.
376         * org.el (org-clock-update-time-maybe): Compute negative clock
377         intervals correctly.
379 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
381         * org.el (org-add-log-setup): Respect
382         `org-log-state-notes-insert-after-drawers'.
383         (org-log-state-notes-insert-after-drawers): New option.
384         (org-todo-trigger-tag-changes): New function.
385         (org-todo): Call `org-todo-trigger-tag-changes'.
387 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
389         * org.el (org-add-log-setup): Only skip drawers if the are
390         immediately after the scheduling keywords.
392         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
393         function
394         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
395         call it with the current todo state to get the state to switch to
396         when clocking in.
397         (org-clock-in): Use org-indent-line-function to indent clock lines.
398         (org-clock-find-position): Fix indentation of empty clock drawers.
400 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
402         * org-publish.el (org-publish-org-to): Handle case when
403         org-export-to-pdf does return a file name, not a buffer.
404         (org-publish-org-to-pdf): New function.
406         * org-export-latex.el (org-export-as-pdf)
407         (org-export-as-pdf-and-open): New commands.
409         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
410         forms as ranges.
412         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
413         things in protexted regions.
415 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
417         * org-export-latex.el (org-export-latex-preprocess): Improve
418         quoting of LaTeX environments.
420 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
422         * org.el (org-edit-fixed-width-region): Exclude final newline from
423         picture area.
425         * org-export-latex.el (org-export-latex-subcontent): Add labels to
426         sections, to make internal links work.
427         (org-export-latex-fontify-headline): Do not remove all text
428         properties, to make sure that target properties survive this
429         process.
431         * org-exp.el (org-export-preprocess-string): Change sequence of
432         modifications, to make sure links are prepared before the LaTeX
433         conversions do happen.
435 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
437         * org-attach.el (org-attach-delete-all): Renamed from
438         `org-attch-delete'.  Add a security query before deleting the
439         entire directory.  New optional argument FORCE can overrule the
440         security query.
441         (org-attach-delete-one): New command.
443 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
445         * org-attach.el (org-attach-file-list): Fix bug with directory.
447 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
449         * org.el (org-apps-regexp-alist): New function.
450         (org-file-apps): Add auto-mode to the default value.
451         (org-open-file): Use the new structure of org-file-apps.
453         * org-attach.el (org-attach): Support the new keys.
454         (org-attach-method): New option.
456 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
458         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
459         March.
461         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
462         of the list value o `org-use-tag-inheritance'.
464         * org-attach.el (org-attach-auto-tag): New option.
465         (org-attach-tag, org-attach-untag): New functions.
466         (org-attach-attach, org-attach-new, org-attach-sync): Call
467         `org-attach-tag'.
468         (org-attach-delete): Call `org-attach-untag'.
470 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
472         * org-table.el (orgtbl-self-insert-command): Make this work for
473         the keypad as well.
475 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
477         * org.el (org-add-log-setup): Limit searc for drawers to entry
478         text, not to subtree.
480         * org-clock.el (org-clock-heading-for-remember): New variable.
481         (org-clock-in): Set `org-clock-heading-for-remember'.
483 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
485         * org-remember.el (org-remember-apply-template): Add new
486         expansions: %k, %K for currently clocked task and a link to the
487         currently clocked task, and %< to file notes in the currently
488         clocked task.
490 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
492         * org-export-latex.el (org-export-latex-make-header): Also insert
493         the content of the property :latex-header-extra.
495         * org-exp.el (org-infile-export-plist): Put the content of
496         #+LATEX_HEADER: into the property :latex-header-extra.
498         * org-colview.el (org-columns-get-format-and-top-level): Remove
499         resetting the marker.
501         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
502         Remove resetting the marker.
504         * org.el (org-entry-property-inherited-from): Improve docstring.
505         (org-entry-get-with-inheritance): Reset marker before starting the
506         search.
508         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
510 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
512         * org.el (org-entry-get-multivalued-property)
513         (org-entry-protect-space, org-entry-restore-space): New
514         functions.
515         (org-file-apps-defaults-macosx): Let postscript files be opened by
516         preview.
517         (org-time-stamp-inactive): Call `org-time-stamp'.
518         (org-time-stamp): New argument `inactive'.  Also edit inacive
519         stamps. Convert time stamp type.
520         (org-open-file): Interpret the `default' value for the `command'
521         in `org-file-apps'.
523         * org-id.el (org-id-int-to-b36-one-digit)
524         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
525         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
526         b36.
528 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
530         * org-id.el (org-id-reverse-string): New function.
531         (org-id-new): Use `org-id-reverse-string' to make sure the
532         beginning chars of the ID are mutating fast.  This allows to use a
533         directory structure to spread things better.
534         (org-id-prefix): Changed default to nil.
536         * org-list.el (org-move-item-down, org-move-item-up): Remember and
537         restore the column of the cursor position.
539         * org-remember.el (org-remember-apply-template): Remove properties
540         from `initial'.
542 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
544         * org-wl.el (org-wl-open): Remove useless call to
545         `wl-thread-open-all'.
547         * org-remember.el (org-remember-handler): Fix bug with `bottom'
548         location.
550 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
552         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
553         `org-bbdb-anniversaries'.
555         * org.el (org-get-next-sibling, org-forward-same-level): New
556         functions, similar to the outline versions, but invisible headings
557         are OK.
559 2008-09-25  Bastien Guerry  <bzg@altern.org>
561         * org.el (org-auto-repeat-maybe): Insert a space between
562         the timestamp's type and the timestamp itself.
564 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
566         * org-table.el (org-table-sum): Do not format the result with %g,
567         it does rounding when there are too many digits.
569         * org.el (org-map-entries): Protect the keyword-selecting variables.
571 2008-09-23  Bastien Guerry  <bzg@altern.org>
573         * org-agenda.el (org-agenda-to-appt): Make sure the function check
574         against all agenda files.
576 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
578         * org-list.el: New file, aggregating list functions from org.el
579         and org-export-latex.el.
581         * org.el (org-edit-src-region-extra): New option.
583 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
585         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
586         time before 1am.
588 2008-09-22  Bastien Guerry  <bzg@altern.org>
590         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
592 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
594         * org-plot.el (org-plot/gnuplot): Make tables starting with a
595         hline work correctly.
596         (org-plot/gnuplot-script): Put commas at the end of each script
597         line.
599 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
601         * org.el (org-get-refile-targets): Replace links with their
602         descriptions
603         (org-imenu-get-tree): Replace links with their descriptions.
605         * org-remember.el (org-remember-apply-template): Add a new
606         expansion for adding properties to remember items.
608         * org.el (org-add-log-setup): Skip over drawers (properties,
609         clocks etc) when adding notes.
611         * org-agenda.el (org-agenda-get-closed): show durations of clocked
612         items as well as the start and end times.
614         * org-compat.el (org-get-x-clipboard-compat): Add a compat
615         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
617         * org-remember.el (org-get-x-clipboard): Use the compat
618         function to get clipboard values when x-selection-value is
619         unavailable. Use substring-no-properties instead of
620         set-text-properties to remove text properties from the clipboard
621         value.
623         * lisp/org-clock.el (org-update-mode-line): Support limiting the
624         modeline clock string, and display the full todo value in the
625         tooltip. Set a local keymap so mouse-3 on the clock string goes to
626         the currently clocked task.
627         (org-clock-string-limit): Add a custom value for the maximum
628         length of the clock string in the modeline.
629         (org-clock-mode-map): Add a keymap for the modeline string
631 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
633         * org-compat.el (org-propertize): New function.
635 2008-09-20  Bastien Guerry  <bzg@altern.org>
637         * org-export-latex.el (org-export-latex-tables): protect exported
638         tables from further special chars conversion.
639         (org-export-latex-preprocess): Preserve LaTeX environments.
640         (org-list-parse-list): Parse descriptive lists.
641         (org-list-to-generic, org-list-to-latex, org-list-to-html)
642         (org-list-to-texinfo): Export descriptive lists.
643         (org-quote-chars): Remove.
644         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
645         (org-export-latex-list-beginning-re): Rename to
646         `org-list-beginning-re'
647         (org-list-item-begin): Rename to `org-list-item-beginning'
649 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
651         * org.el (org-refile): Allow refiling to the last entry in the
652         buffer.
653         (org-get-tags-at): Fix bug when inheritance is turned off.
655 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
657         * org.el (org-indent-line-function): No longer check for src
658         regions, this is too much overhead.
660         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
661         matching.
663         * org.el (org-scan-tags): Make sure that tags matching is not case
664         sensitive.  TODO keyword matching is case sensitive, however, to
665         avoid confusion with similar words that are not meant to be
666         keywords.
668 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
670         * org.el (org-get-local-tags-at): New function.
671         (org-get-local-tags): New function.
673         * org-exp.el (org-export-get-categories): New function.
675         * org-agenda.el (org-sorting-choice)
676         (org-agenda-sorting-strategy, org-agenda-get-todos)
677         (org-agenda-get-timestamps, org-agenda-get-deadlines)
678         (org-agenda-get-scheduled, org-agenda-get-blocks)
679         (org-entries-lessp): Implement sorting by TODO state.
680         (org-cmp-todo-state): New defsubst.
682         * org-colview.el (org-colview-construct-allowed-dates): New
683         function.
684         (org-columns-next-allowed-value): Use
685         `org-colview-construct-allowed-dates'.
687         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
688         function.
689         (org-columns-next-allowed-value): Use
690         `org-colview-construct-allowed-dates'.
692 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
694         * org.el (org-protect-slash): New function.
695         (org-get-refile-targets): Use `org-protect-slash'.
697         * org-agenda.el (org-global-tags-completion-table): New variable.
699         * org-exp.el (org-export-handle-export-tags): New function.
700         (org-export-preprocess-string): Call
701         `org-export-handle-export-tags'.
703         * org-plot.el: New file.
705         * org-publish.el (org-publish-expand-components): Function removed.
706         (org-publish-expand-projects): Allow components to have components.
708 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
710         * org.el (org-indent-line-function): Do not indent in regions that
711         are external source code.
712         (org-yank-and-fold-if-subtree): New function.
714         * org-agenda.el (org-agenda-todayp): New function.
715         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
716         `org-agenda-todayp'.
718         * org.el (org-insert-heading-respect-content)
719         (org-insert-todo-heading-respect-content): New commands.
720         (org-insert-heading-respect-content): New option.
721         (org-insert-heading): Respect `org-insert-heading-respect-content'.
723         * org-clock.el (org-clock-find-position): Make sure the note after
724         the clock line gets moved into the new clock drawer.
726 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
728         * org-id.el (org-id-new): New option.
730 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
732         * org-table.el (org-table-copy-down): Avoid overflow during
733         increment.  Use prefix argument 0 to temporarily disable the
734         increment.
736 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
738         * org-exp.el (org-export-as-html): Do not turn on the major mode
739         if the buffer will be killed anyway.
740         (org-get-current-options): Exclude the #+TEXT field.
741         (org-export-as-html): Make sure text before the first headline is
742         a paragraph.
744         * org-publish.el (org-publish-org-to): Tell the exporter that this
745         buffer will be killed, so it is not necessary to do major mode
746         initialization.
748         * org-archive.el (org-archive-to-archive-sibling): Show empty
749         lines after folding the archive sibling.
751         * org.el (org-log-note-extra): New variable.
753 2008-09-05  Bastien Guerry  <bzg@altern.org>
755         * org.el (org-additional-option-like-keywords): Added keywords for
756         the _QUOTE, _VERSE and _SRC environments.
758         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
759         exporting _QUOTE and _VERSE environments.
761 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
763         * org-agenda.el (org-agenda-filter-by-tag): New command.
765         * org-exp.el (org-get-current-options): Remove angular brackets
766         from the date entry.
768         * org.el (org-edit-fixed-width-region): New function.
769         (org-edit-fixed-width-region): Also try
770         `org-edit-fixed-width-region'.
771         (org-edit-fixed-width-region-mode): New option.
772         (org-activate-code): Only interprete lines starting with colon
773         plus a space as example lines.
775         * org-remember.el (org-remember-templates): Add nil instead of
776         empty strings to fix the length of remember templates.
778         * org-table.el (org-calc-default-modes): Fix the time format for
779         calc, from 12 hour to 24 hour clock.
781 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
783         * org-agenda.el (org-agenda-get-deadlines)
784         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
785         entries that are pre-warnings of deadlines or reminders.
787         * org.el (org-sort-entries-or-items): Make numeric and alpha
788         comparisons ignore any TODO keyword and priority cookie.
790         * org-remember.el (org-remember-handler): Reinterpretation of the
791         prefix argument.
793 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
795         * org-agenda.el (org-agenda-get-scheduled): Use new
796         `org-scheduled' face.
798         * org-faces.el (org-scheduled): New face.
800         * org-wl.el (org-wl-open): Remove incorrect declaration.
802         * org-gnus.el (org-gnus-store-link): Support for :to information
803         in gnus links.
805         * org-exp.el (org-export-as-html): Fixed typo in creator
806         information.
807         (org-export-protect-examples): New parameter indent.  Insert extra
808         spaces only when this parameter is specified.
809         (org-export-preprocess-string): Call `org-export-protect-examples'
810         with an indentation parameter when exporting to ASCII.
812         * org-remember.el (org-remember-templates)
813         (org-remember-apply-template): Allow the file component to be a
814         function.
816         * org.el (org-goto-local-search-headings): Renamed from
817         `org-goto-local-search-forward-headings'.  Added the possibility
818         to search backwards.
820 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
822         * org-export-latex.el (org-export-latex): New customization
823         group.
825         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
827 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
829         * org-exp.el (org-html-do-expand): Allow {} to terminate
830         tex macro
832 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
834         * org.el (org-buffer-list): Select buffers based on major mode,
835         not on file name.
837 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
839         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
840         face property.
842         * org-colview.el (org-columns-display-here): Use
843         `org-columns-modify-value-for-display-function'.
845         * org-colview-xemacs.el (org-columns-display-here): Use
846         `org-columns-modify-value-for-display-function'.
848 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
850         * org.el (org-columns-modify-value-for-display-function): New option.
862         * org-publish.el (org-publish-file): Make sure the directory match
863         for the publishing directory works correctly.
865         * org-agenda.el (org-agenda-execute-calendar-command)
866         (org-agenda-diary-entry): Additional optional argument.
868 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
870         * org-exp.el (org-export-as-html): Add attributes also in mailto
871         and ftp links.
873         * org.el (org-autoload): Add `org-dblock-write:columnview'.
882 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
884         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
885         sure that calls from `org-export-region-as-html' do not do the
886         special check for a subtree.
888 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
890         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
892 2008-07-20  Juri Linkov  <juri@jurta.org>
894         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
895         new keymap `narrow-map' instead of binding "\C-xns".
897 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
899         * org.el (org-open-file): Use
900         `org-open-directory-means-index-dot-org'.
901         (org-open-directory-means-index-dot-org): New option.
903 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
905         * org.el (org-make-link-string): Remove link attributes from
906         description.
907         (org-open-at-point): Remove link attributes bevore using the path.
909         * org-exp.el (org-export-as-html): Handle link attributes.
911         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
913         * org-table.el (org-table-to-lisp): New function.
915         * org.el (org-narrow-to-subtree): Do not include the final newline
916         into the narrowed region.
918         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
919         bug with user-define skipping condition.
921 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
923         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
925 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
927         * org-exp.el (org-export-html-style-default): Automatic overflow
928         handling for pre fields.
929         (org-export-as-ascii, org-export-as-html): Change default format
930         for time stamp.
932         * org-table.el (org-table-export): Offer completion for translator
933         functions, and do not require a heading above the table.
935         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
936         Cater for the case of a list starting in the first line of the
937         buffer.
939 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
941         * org-publish.el (org-publish-find-title): Bug fix.
942         (org-publish-org-index): Implement new :index-style option.
944 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
946         * org-publish.el (org-publish-timestamp-filename): Use
947         SHA1-encoded file names in the timestamp directory.
949 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
951         * org-publish.el (org-publish-needed-p): Be verbose about files
952         published and files skipped.
954         * org-exp.el (org-export-preprocess-string): Swap link
955         normalization and inernal link targeting.
957         * org-publish.el (org-publish-needed-p): Create timestamp
958         directory when it does not exist.
960 2008-07-04  Bastien Guerry  <bzg@altern.org>
962         * org-clock.el (org-clock-out-when-done): Doc fix.
964         * org.el (org-agenda-skip-unavailable-files): Doc fix.
966         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
967         Ignore case when searching for the COMMENT cookie at export time.
969 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
971         * org-exp.el (org-get-file-contents)
972         (org-get-and-remove-property): New functions.
973         (org-export-handle-include-files): Handle the new prefix options.
974         (org-export-as-html): Fix the verse environment.
976 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
978         * org.el (org-time=, org-time<, org-time<=, org-time>)
979         (org-time>=, org-time<>, org-2ft): New functions.
980         (org-op-to-function): Also provide for the time testing fucntions.
982 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
984         * org-exp.el (org-export-html-style-default): New constant.
986 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
988         * org-exp.el (org-export-html-style-extra): New variable.
989         (org-export-splice-style): New function.
991 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
993         * org-exp.el (org-export-plist-vars, org-export-as-html):
994         Implement `org-export-creator-info'.
995         (org-export-creator-info): New option.
997 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
999         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1000         (org-property-drawer-re, org-clock-drawer-re): New constants.
1002 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1004         * org-exp.el (org-icalendar-use-deadline)
1005         (org-icalendar-use-scheduled): New options.
1006         (org-icalendar-include-todo): Default changed to t.
1007         (org-print-icalendar-entries): Implement better utilization of
1008         scheduling and deadline time stamps.
1009         (org-export-target-internal-links, org-export-as-html): Allow file
1010         lines without the "file:" prefix if the file path is an absolute
1011         path or starts with ".".
1013         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1014         lastweek etc.
1015         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1017 2008-06-18  Glenn Morris  <rgm@gnu.org>
1018         * org.el (org-map-entries): Let-bind `file'.
1020 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1022         * org.el (org-agenda-skip-archived-trees): Docstring now
1023         discourages using this.
1024         (org-scan-tags): Check for org-agenda-archives-mode.
1025         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1026         (org-agenda-files): Functionality of second arg changed.
1028         * org-agenda.el (org-agenda-archives-mode): New variable
1029         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1030         (org-search-view, org-todo-list, org-tags-view)
1031         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1032         `ifmode' argument.
1033         (org-agenda-quit): Reset the archives mode.
1034         (org-agenda-archives-mode): New command.
1035         (org-agenda-set-mode-name): Include archives info.
1037 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1039         * org.el (org-paste-subtree): Make sure the yanked headline is
1040         visible if it was yanked at a visible point.
1041         (org-move-item-up): Fix the bug with moving white space at the end
1042         of the item.
1043         (org-show-empty-lines-in-parent): New function.
1045 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1047         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1049         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1051         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1052         agenda prefix as well.
1054         * org-publish.el (org-publish-org-index): Make a properly indented
1055         list.
1057         * org.el (org-calendar-agenda-action-key): New option.
1058         (org-get-cursor-date): New function.
1059         (org-mark-entry-for-agenda-action): New command.
1060         (org-overriding-default-time): New variable.
1061         (org-read-date): Respect `org-overriding-default-time'.
1063         * org-remember.el (org-remember-apply-template): Respect the
1064         ovverriding default time.
1066         * org-agenda.el (org-agenda-action-marker): New variable.
1067         (org-agenda-action): New command.
1068         (org-agenda-do-action): New function.
1070 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1072         * org.el (org-schedule, org-deadline): Protect scheduled and
1073         deadline tasks against changes that accidently remove the
1074         repeater.  Also show a message with the new date when done.
1076 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1078         * org.el (org-beginning-of-line): Cater for the case when there
1079         are tags but no headline text.
1080         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1081         it set.
1083 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1085         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1086         the return value is nil instead of "nil" when there is no match.
1088         * org-exp.el (org-insert-centered): Use fill-column instead of
1089         80.
1090         (org-export-as-ascii): Use string-width to measure the width of
1091         the heading.
1093         * org.el (org-diary-to-ical-string): No longer kill buffer
1094         FROMBUF, this is now done by the caller.
1096         * org-exp.el (org-print-icalendar-entries): Move the call to
1097         `org-diary-to-ical-string' out of the loop, and kill the buffer
1098         afterwords.
1100         * org-remember.el (org-remember-visit-immediately): Position
1101         cursor after moving to the note.
1102         (org-remember-apply-template): Use a text property to record the
1103         cursor position.
1104         (org-remember-handler): Align tags after pasting the note.
1106 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1108         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1110         * org-agenda.el (org-agenda-open-link): If there is an
1111         org-bbdb-name property in the current line, jump to that bbdb
1112         entry.
1114         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1115         text property, so that the agenda knows where this entry comes
1116         from.
1118         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1119         interaction between clocking-in from the agenda, and  automatic
1120         task state switching.
1122         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1124         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1125         zmacs-region stays after this command in XEmacs.
1127 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1129         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1131         * org-remember.el (org-remember-templates): Fix bug in
1132         customization type definition.
1134         * org.el (org-map-entries): New function.
1136 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1138         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1139         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1141 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1143         * org-remember.el (org-jump-to-target-location): New variable.
1144         (org-remember-apply-template): Set
1145         `org-remember-apply-template' if requested by template.
1146         (org-remember-handler): Start an idle timer to jump to
1147         remember location.
1149         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1151         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1152         file tags.
1153         (org-get-tags-at): Add the content of `org-file-tags'.
1155         * org-exp.el (org-export-handle-comments): Fix bug with several
1156         comment lines after each other.
1157         (org-number-to-roman, org-number-to-counter): New functions.
1158         (org-export-section-number-format): New option.
1160 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1162         * org-exp.el (org-export-protect-examples): Catch the case of a
1163         missing end_example line.
1165         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1166         `org-file-tags' to nil.
1168         * org-colview.el (org-columns-next-allowed-value): Handle next
1169         argument NTH to directly select a value.
1171         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1172         argument NTH to directly select a value.
1174 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1176         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1178 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1180         * org.el (org-columns-ellipses): New option.
1182 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1184         * org-colview.el (org-columns-add-ellipses): New function.
1185         (org-columns-compact-links): New function.
1186         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1187         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1188         when in agenda.
1189         (org-columns-edit-value): Fixed bug with editing values from
1190         agenda column view.
1191         (org-columns-redo): Also redo the agenda itself.
1193 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1195         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1196         option.
1198         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1200         * org-exp.el (org-export-ascii-preprocess): Renamed from
1201         `org-export-ascii-clean-string'.
1202         (org-export-kill-licensed-text)
1203         (org-export-define-heading-targets)
1204         (org-export-handle-invisible-targets)
1205         (org-export-target-internal-links)
1206         (org-export-remove-or-extract-drawers)
1207         (org-export-remove-archived-trees)
1208         (org-export-protect-quoted-subtrees)
1209         (org-export-protect-verbatim, org-export-protect-examples)
1210         (org-export-select-backend-specific-text)
1211         (org-export-mark-blockquote-and-verse)
1212         (org-export-remove-comment-blocks-and-subtrees)
1213         (org-export-handle-comments, org-export-mark-radio-links)
1214         (org-export-remove-special-table-lines)
1215         (org-export-normalize-links)
1216         (org-export-concatenate-multiline-links)
1217         (org-export-concatenate-multiline-emphasis): New functions,
1218         obtained from spliiting the export preprocessor.
1220         * org-table.el (org-table-recalculate): Improve error message if
1221         the row number is invalid.
1223 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1225         * org-archive.el (org-archive-save-context-info): Fix bugs in
1226         customization setup and docstring.
1228         * org-exp.el (org-export-html-style): Changed the size of in the
1229         <pre> element to 90%.
1231 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1233         * org.el (org-find-src-example-start): Function removed.
1234         (org-edit-src-find-region-and-lang): New function.
1236 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1238         * org.el (org-edit-src-exit): New function.
1239         (org-exit-edit-mode): New minor mode.
1241         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1242         comment-like lines from protected examples.
1244         * org.el (org-edit-src-example, org-find-src-example-start)
1245         (org-protect-source-example, org-edit-special): New functions.
1247 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1249         * org-publish.el (org-publish-project-alist): Fix typo in
1250         docstring.
1251         (org-publish-project-alist): Handle :index-title property.
1253 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1255         * org-export-latex.el (org-export-as-latex): Make sure region
1256         bounds are correct.  Parse subtree properties relating to export.
1258         * org-exp.el (org-export-add-options-to-plist): New function.
1259         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1261 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1263         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1264         EXPORT_TITLE.
1266         * org-exp.el (org-export-get-title-from-subtree)
1267         (org-export-as-ascii, org-export-as-html): Make sure the original
1268         region-beginning and region-end are used, even after moving
1269         point.
1270         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1271         property.
1273         * org-remember.el (org-remember-last-stored-marker): New variable.
1274         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1275         (org-remember-handler): Also use marker to remember
1276         last-stored position.
1278         * org.el (org-goto-marker-or-bmk): New function.
1280 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1282         * org.el (org-file-properties): Renamed from `org-local-properties'.
1283         (org-scan-tags): Take file tags into account.
1284         (org-tags-match-list-sublevels): Default changed to t.
1286         * org-exp.el (org-export-as-html): Close paragraph after a
1287         footnote.
1289         * org.el (org-update-parent-todo-statistics): New function.
1291         * org-exp.el (org-icalendar-store-UID): New option.
1292         (org-icalendar-force-UID): Option removed.
1293         (org-print-icalendar-entries): IMplement UIDs.
1295 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1297         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1299 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1301         * org-faces.el (org-column): Document how this face is being used
1302         and why sometimes the background faces shine through.
1304         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1306         * org-publish.el (org-publish-attachment): Create publishing
1307         directory if it does not yet exist.
1309         * org-table.el (org-calc-default-modes): Change default number
1310         format to (float 8).
1312         * org.el (org-olpath-completing-read): New function.
1313         (org-time-clocksum-format): New option.
1314         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1316         * org-clock.el (org-clock-display, org-clock-out)
1317         (org-update-mode-line): Use `org-time-clocksum-format'.
1319         * org-colview-xemacs.el (org-columns-number-to-string): Use
1320         `org-time-clocksum-format'.
1322         * org-colview.el (org-columns-number-to-string): Use
1323         `org-time-clocksum-format'.
1325 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1327         * org-id.el: New file, move from contrib to core.
1329         * org-exp.el (org-icalendar-force-UID): New option.
1331 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1333         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1334         shifted by one day if theere is a date range without an end
1335         time.
1337         * org.el (org-try-structure-completion): New function.
1339 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1341         * org.el (org-set-font-lock-defaults): Improve fontification of
1342         description lists.
1343         (org-insert-item): Handle description lists.
1344         (org-adaptive-fill-function): Improve auto indentation in
1345         description lists.
1347         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1348         Implement VERSE environment.
1349         (org-export-preprocess-string): Implement the COMMENT
1350         environment.
1352         * org-export-latex.el (org-export-latex-preprocess): Implement
1353         VERSE environment.
1355 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1357         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1358         option.
1360 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1362         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1364         * org.el (org-quote-csv-field): New functions.
1366         * org-table.el (org-table-export-default-format): Remove :splice
1367         from default format, we get the same effect by not specifying
1368         :tstart and :tend.
1369         (org-table-export): Improve setup, distinguish better between
1370         interactive and non-interactive use, allow specifying the format
1371         on the fly, better protection against wrong file names.
1372         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1373         and :tend when :splice is omitted.
1375 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1377         * org-clock.el (org-clock-select-task): Make sure the selection
1378         letters are 1-9 and A-Z, no special characters.
1380 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1382         * org-exp.el (org-export-htmlize): New group.
1383         (org-export-htmlize-output-type)
1384         (org-export-htmlize-css-font-prefix): New options.
1385         (org-export-htmlize-region-for-paste): New function.
1386         (org-export-htmlize-generate-css): New command.
1388 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1390         * org/org.el (org-modules, org-format-latex-options):
1391         * org/org-archive.el (org-archive-stamp-time)
1392         (org-archive-save-context-info):
1393         * org/org-faces.el (org-hide):
1394         * org/org-irc.el (org-irc-parse-link):
1395         * org/org-macs.el (org-call-with-arg, org-autoload):
1396         * org/org-mew.el (org-mew-store-link):
1397         * org/org-remember.el (org-remember-store-without-prompt)
1398         (org-remember-templates): Fix typos in docstrings.
1400         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1402         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1403         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1404         (org-bbdb-anniv-split): Fix typos in docstrings.
1406         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1407         (org-publish-use-timestamps-flag): Reflow docstring.
1408         (org-publish-files-alist): Fix typos in docstring.
1410 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1412         * org.el (org-set-visibility-according-to-property): New function.
1413         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1414         and compute the regular expressions, and update font-lock.
1415         (org-property-re): Allow a dash in property names.
1417         * org-archive.el (org-extract-archive-file): Insert the file name
1418         without the path into the format, to allow the location format to
1419         contain a subdirectory.
1421         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1422         of buffer, and the `org-agenda-type' property undefined, use the
1423         value from the character before.
1425         * org.el (org-add-planning-info): Don't let indentation for
1426         would-be timestamp become extra whitespace at the end of headline.
1428 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1430         * org.el (org-remove-double-quotes, org-file-contents): New
1431         functions.
1433         * org-exp.el (org-infile-export-plist): Also parse the
1434         contents of #+SETUPFILE files, recursively.
1436         * org.el (org-set-regexps-and-options): Also parse the
1437         contents of #+SETUPFILE files, recursively.
1439         * org-exp.el (org-export-handle-include-files): New function.
1440         (org-export-preprocess-string): Call
1441         `org-export-handle-include-files'.
1443         * org.el (org-delete-property-globally)
1444         (org-delete-property, org-set-property): Ignore case during
1445         completion.
1446         (org-set-property): Use `org-completing-read' instead of
1447         `completing-read'.
1449         * org.el (org-complete-expand-structure-template): New,
1450         experimental function.
1451         (org-structure-template-alist): New, experimental option.
1452         (org-complete): Call `org-complete-expand-structure-template'.
1454 2008-05-06  Bastien Guerry  <bzg@altern.org>
1456         * org-export-latex.el (org-export-latex-preprocess): Added
1457         support for blockquotes.
1459 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1461         * org.el (org-read-date-analyze): Catch the case where only a
1462         weekday is given.
1464 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1466         * org.el (org-set-font-lock-defaults): Make the description
1467         tag bold.
1469         * org-exp.el (org-export-as-html, org-close-li): Implement
1470         description lists.
1472 2008-05-04  Jason Riedy  <jason@acm.org>
1474         * org-table.el (*orgtbl-default-fmt*): New variable.
1475         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1476         when there is no other fmt available.
1478         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1479         :tend to suppress the appropriate string.
1481         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1482         table.
1484 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1486         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1487         read date.
1489         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1490         New function.
1492         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1493         New function.
1495 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1497         * org-clock.el (org-clock-find-position): Don't include notes
1498         into clock drawer.
1500         * org-archive.el (org-archive-subtree): No longer remove an
1501         extra line after cutting the subtree.  `org-cut-subtree' already
1502         takes care of this.
1504         * org-remember.el (org-remember-handler): Only kill the target
1505         buffer if it does not contain the running clock.
1507         * org.el (org-markers-to-move): New variable.
1508         (org-save-markers-in-region, org-check-and-save-marker)
1509         (org-reinstall-markers-in-region): New function.
1510         (org-move-subtree-down, org-copy-subtree): Remember relative
1511         marker positions before cutting.
1512         (org-move-subtree-down, org-paste-subtree): Restore relative
1513         marker positions after pasting.
1515         * org-remember.el (org-remember-clock-out-on-exit): New option.
1516         (org-remember-finalize): Clock out only if the setting in
1517         `org-remember-clock-out-on-exit' requires it.
1518         (org-remember-handler): Do the cleanup in the buffer, to make sure
1519         that the clock marker remains in tact.
1521 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1523         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1524         (org-clock-in): Make sure that also tasks outside the narrowed
1525         region will be clocked in correctly.
1526         (org-clock-insert-selection-line): Widen the buffer so that we can
1527         find the correct task heading.
1529         * org.el (org-base-buffer): New function.
1531         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1532         and ";" are escaped.
1533         (org-print-icalendar-entries): Also apply
1534         `org-icalendar-cleanup-string' to the headline, not only to the
1535         summary property.
1537 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1539         * org-exp.el (org-export-preprocess-hook): New hook.
1540         (org-export-preprocess-string): Call
1541         `org-export-preprocess-hook'.
1543         * org.el (org-font-lock-hook): New variable.
1544         (org-font-lock-hook): New function.
1545         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1547 ;; Local Variables:
1548 ;; coding: utf-8
1549 ;; add-log-time-zone-rule: t
1550 ;; End:
1552     Copyright (C) 2008  Free Software Foundation, Inc.
1554   This file is part of GNU Emacs.
1556   GNU Emacs is free software: you can redistribute it and/or modify
1557   it under the terms of the GNU General Public License as published by
1558   the Free Software Foundation, either version 3 of the License, or
1559   (at your option) any later version.
1561   GNU Emacs is distributed in the hope that it will be useful,
1562   but WITHOUT ANY WARRANTY; without even the implied warranty of
1563   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1564   GNU General Public License for more details.
1566   You should have received a copy of the GNU General Public License
1567   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1569 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c