New option org-export-html-footnote-format.
[org-mode.git] / lisp / ChangeLog
blob8e80c423792b09722a20765f41496c2b4cc2ffbb
1 2009-07-27  Bastien Guerry  <bzg@altern.org>
3         * org-html.el (org-export-html-footnote-format): New option for
4         formatting the footnote reference.
5         (org-export-as-html): Use the new option.
7         * org.el (org-provide-todo-statistics): Allow a list of TODO
8         keywords to compute statistics against headlines containing a
9         keyword from this list.
10         (org-update-parent-todo-statistics): Possibly use the new allowed
11         value of `org-provide-todo-statistics'.
13 2009-07-26  Bastien Guerry  <bzg@altern.org>
15         * org-timer.el: Add autoload cookie.
17         * org.el (org-occur-link-in-agenda-files): New function.
19         * org-timer.el (org-timer-last-timer): New variable.
21         * org-agenda.el (org-agenda-mode-map): New key for
22         org-timer-set-timer called from the agenda.
24         * org.el (org-mode-map): New key for org-timer-set-timer.
26         * org-timer.el (org-timer-reset-timers)
27         (org-timer-show-remaining-time, org-timer-set-timer): New
28         functions.
30         * org-clock.el (org-show-notification): Update the docstring.
32         * org.el (org-provide-todo-statistics): Allow new value
33         'all-headlines for this option, which includes entries with no
34         TODO keywords in the todo statistics.
35         (org-update-parent-todo-statistics): Possibly use the new
36         'all-headline value from `org-provide-todo-statistics'.
38 2009-07-25  Bastien Guerry  <bzg@altern.org>
40         * org-clock.el (org-dblock-write:clocktable): Add a new option
41         :timestamp which allows display of timestamps in clock reports.
43         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
44         list to a subtree, preserving the structure of the list.
45         (org-set-emph-re): Make the last element optional in the regexp.
46         This regexp now matches an emphasized string at the end of a line.
48         * org-list.el (org-list-goto-true-beginning)
49         (org-list-make-subtree, org-list-make-subtrees): New functions.
51         * org.el (org-eval-in-calendar): Select the right frame.
52         (org-save-frame-excursion): Remove this macro.
54 2009-07-24  Bastien Guerry  <bzg@altern.org>
56         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
57         trying to find the beginning of a list.
59         * org-exp.el (org-get-file-contents): Use a new argument: markup.
60         When present, tell org-get-file-contents not to protect org-like
61         lines.
63         * org-id.el (org-id-uuid-program): New option to set the name of
64         the uuidgen program.
65         (org-id-method): Use `org-id-uuid-program'.
66         (org-id-new): Use `org-id-uuid-program'.
68 2009-07-23  Bastien Guerry  <bzg@altern.org>
70         * org-exp.el (org-export-number-lines): Allow whitespace in code
71         references.  Allow the -r switch to remove the references in the
72         source code even when the lines are not numbered: the labels can
73         be explicit enough.
75         * org.el (org-fontify-whole-heading-line): New option.
76         (org-set-font-lock-defaults): Use the new option.
78         * org-clock.el (org-show-notification-handler): New option.
79         (org-show-notification): Use the new option.
81 2009-07-21  Bastien Guerry  <bzg@altern.org>
83         * org.el (org-eval-in-calendar): Fix a bug about calendar
84         navigation when `calendar-setup' value is 'calendar-only.
86 2009-07-19  Bastien Guerry  <bzg@altern.org>
88         * org.el (orgstruct++-mode): Fix typo in docstring.
89         (org-insert-link): Clean up: (or (...)) => (...)
90         (org-insert-link): Use TAB for stored links completion.
92 2009-07-18  Bastien Guerry  <bzg@altern.org>
94         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
95         building the list of targets.
97         * org-remember.el (org-remember-delete-empty-lines-at-end): New
98         option.
99         (org-remember-handler): Use the new option.
101 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
103         * org.el (org-tags-sort-function): New option for sorting tags.
104         (org-set-tags): Use the new option to sort tags.
106         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
107         premature deletion of the data when using org-plot in a script.
109 2009-07-17  Bastien Guerry  <bzg@altern.org>
111         * org-clock.el (org-clock-in-prepare-hook): New hook.
112         (org-clock-in): Use this new hook.
114 2009-07-16  Bastien Guerry  <bzg@altern.org>
116         * org.el (org-special-ctrl-a/e): Explicitely bind the value
117         'reversed for this option to the "true line boundary first"
118         behavior.
119         (org-tags-match-list-sublevels): Document the 'indented value for
120         this variable.
122         * org-latex.el (org-export-latex-first-lines): Fix problem with
123         publishing the region.
125         * org-exp.el (org-export-format-source-code-or-example): Fix
126         bad line numbering when exporting examples in HTML.
128 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
130         * org-clock.el (org-clock-goto): Find hidden headlines as well.
132         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
134         * org-plot.el (org-plot/add-options-to-plist): Add timeind
135         option.
137 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org-publish.el (org-publish-remove-all-timestamps): New function.
140         (org-publish-all): Remove all timestamp files if `org-publish-all'
141         is called with a prefix argument.
143         * org-list.el (org-indent-item): Fix typo.
144         (org-item-indent-positions): Normalize ordered bullet.
146         * org-html.el (org-export-html-home/up-format): New option.
147         (org-export-as-html): Insert the up and HOME links.
149 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
151         * org-html.el (org-export-as-html): Insert the title into the
152         option plist.
153         (org-export-html-insert-plist-item): New function.
154         (org-export-as-html): Call `org-export-html-insert-plist-item'.
156         * org-macs.el (org-set-local): Make a local variable, do not make
157         the variable buffer-local!
159         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
161         * org-html.el (org-export-as-html): Call `org-install-letbind'.
163         * org-docbook.el (org-export-as-docbook): Call
164         `org-install-letbind'.
166         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
168         * org-exp.el (org-infile-export-plist): Read BIND lines.
169         (org-install-letbind): New function.
170         (org-export-as-org, org-export-preprocess-string): Call
171         `org-install-letbind'.
173         * org-src.el (org-edit-src-exit): Untabify the example before
174         returning to Org.
176         * org-list.el (org-list-demote-modify-bullet): New option.
177         (org-first-list-item-p): Save point.
178         (org-fix-bullet-type): New optional argument FORCE-BULLET.
179         (org-indent-item): Honor `org-list-demote-modify-bullet'.
180         (org-item-indent-positions): Return bullet types along with
181         indentation.
183 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org.el (org-show-entry): Hide drawers.
187 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
189         * org-footnote.el (org-footnote-auto-adjust): New option.
190         (org-footnote-auto-adjust-maybe): New function.
191         (org-footnote-new, org-footnote-delete): Call
192         `org-footnote-auto-adjust-maybe'.
194         * org.el (org-startup-options): Add new footnote-related
195         keywords.
197         * org-publish.el (org-publish-timestamp-filename): Additional
198         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
199         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
200         TRUE-PUB-DIR.  Pass them through to
201         `org-publish-timestamp-filename'.
202         (org-publish-update-timestamp): Additional arguments PUB-DIR and
203         PUB-FUNC, which are included in the hash.
204         (org-publish-file): Delay timestamp test until the publishing
205         function is known.
207 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
210         setting the deadline.
212         * org.el (org-read-date-final-answer): New variable.
213         (org-read-date): Store the final answer string, including the date
214         from the calendar, for reuse by agenda bulk commands.
216         * org-publish.el (org-publish-attachment): Fix publishing of
217         attachments.
219         * org-latex.el (org-export-latex-quotation-marks): Fix export of
220         quotation makrs in parenthesis.
221         (org-remove-initial-hash): New function.
222         (org-export-latex-preprocess): Fix bug with infinite loop if
223         environment is not properly closed.
225         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
226         when indented.
228         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
229         highlight also when indented.
231 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
233         * org-footnote.el (org-footnote-renumber-fn:N): New command.
234         (org-footnote-action): Offer renumbering.
236         * org.el (org-cycle): Honor the `integrate' value of
237         org-cycle-include-plain-lists'.
239         * org-list.el (org-cycle-include-plain-lists): New allowed value
240         `internal'.  Improve the docstring.
242         * org.el (org-set-autofill-regexps): Improve the paragraph-start
243         regexp to work better with LaTeX commands.
245 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
247         * org-feed.el (org-feed-update): fix problem with non-existing
248         buffer.
249         (org-feed-skip-http-headers): New function.
250         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
251         (org-feed-get-feed): Fix command line arguments for curl.
253 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
255         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
256         and eps extensions.
258 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
261         loaded.
263         * org.el (org-map-entries): No longer force
264         `org-tags-match-list-sublevels' to t during a todo-only tags
265         search.
267 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-latex.el (org-export-latex-low-levels): Allow user-defined
270         environment.
271         (org-export-latex-subcontent): Handle user-defined environment.
273         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
274         the View dispatcher.
276         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
277         `make-overlay'.
279         * org-latex.el (org-export-as-pdf): Protect match data during call
280         to shell-quote-argument.
282         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
283         (org-agenda-view-mode-dispatch): New function.
285 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-agenda.el (org-agenda-mode): Reset list of marks.
288         (org-agenda-mode-map): Define new keys for refile and bulk action.
289         (org-agenda-menu): Add menu itesm for refile and bulk action.
290         (org-agenda-refile): New function.
291         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
292         (org-agenda-marked-entries): New variable.
293         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
294         (org-agenda-remove-all-bulk-action-marks)
295         (org-agenda-bulk-action): New functions/commands.
297 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-exp.el (org-get-file-contents): Protect org-like lines in
300         included files.
301         (org-export-format-source-code-or-example): Remove newlines.
303         * org-latex.el (org-export-latex-links): Check for no-description
304         marking.
306         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
307         argument separator back to comma.
308         (org-export-normalize-links): Mark links without description.
310 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
312         * org-exp.el (org-infile-export-plist): Fix bug in macro
313         processing.
315         * org-agenda.el (org-agenda-clock-out): Update line after clocking
316         out.
317         (org-agenda-highlight-todo): Fix bug with highlighting.
319 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
322         new alignment strings.
324         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
325         command list.
326         (org-table-align): Check for forced align type.
328         * org.el (org-self-insert-command): Add yas/expand to command
329         list.
331         * org-clock.el (org-clock-in-hook): New hook.
332         (org-clock-in): Run `org-clock-in-hook.
333         (org-clock-out-hook): New hook.
334         (org-clock-out): Run `org-clock-out-hook.
335         (org-clock-cancel-hook): New hook.
336         (org-clock-cancel): Run `org-clock-cancel-hook.
337         (org-clock-goto-hook): New hook.
338         (org-clock-goto): Run `org-clock-goto-hook.
340 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org.el (org-store-link): Better default description for link to
343         Org-mode headline.
345         * org-exp.el (org-export-generic): Autoload the generic exporter
346         function.
347         (org-export): Implement the `g' key for the generic exporter.
349 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
352         and for zbacktab'.
354         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
356         * org-exp.el (org-infile-export-plist): Get macros also from
357         #+SETUPFILE.
359 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-colview.el (org-columns-capture-view): Protect vertical bars
362         in column values.
363         (org-columns-capture-view): Exclude comment and archived trees.
365         * org-colview-xemacs.el (org-columns-capture-view): Protect
366         vertical bars in column values.
367         (org-columns-capture-view): Exclude comment and archived trees.
369         * org.el (org-quote-vert): New function.
371         * org-latex.el (org-export-latex-verbatim-wrap): New option.
373         * org-exp.el (org-export-format-source-code-or-example): Use
374         `org-export-latex-verbatim-wrap'.
376         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
377         time stamps.
379         * org-html.el (org-export-table-row-tags): New option.
380         (org-format-org-table-html): Rename `nlines' to `nline', use new
381         option.
384 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
386         * org-exp-blocks.el: Declare functions and variables.
388         * org-remember.el (org-remember-templates): Allow the headline
389         element to be a function.
390         (org-remember-apply-template): If the headline is a function, call
391         it to get the true function.
393         * org-clock.el (org-clock-menu): New function.
394         (org-clock-update-mode-line): Update help string.
395         (org-clock-modify-effort-estimate): New function.
396         (org-clock-mark-default-task): New function.
398         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
399         minutes as input.
400         (org-org-menu): Add new clocking stuff.
401         (org-clock-is-active): New function.
403 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
405         * org.el (org-open-non-existing-files): Improve docstring.
407 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
410         option.
411         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
413         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
415         * org-list.el (org-get-checkbox-statistics-face): Use the new
416         faces.
418         * org-faces.el (org-checkbox-statistics-todo)
419         (org-checkbox-statistics-done): New faces.
421 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
423         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
424         (org-edit-src-exit): Better cursor positioning when returning from
425         editing.
427         * org-latex.el (org-export-latex-use-verb): New variable.
428         (org-export-latex-emph-format): Prefer \texttt over \verb when
429         org-export-latex-use-verb is set.
431 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
434         at normal indentation.
436         * org-html.el (org-export-html-close-lists-maybe): Also look at
437         normal indentation.
439         * org-remember.el (org-remember-handler): Abort remember if the
440         buffer is empty.
442         * org-src.el (org-edit-src-content-indentation): New option.
443         (org-edit-src-exit): Apply extra indentation.
445         * org-exp.el (org-export-format-source-code-or-example): Run
446         `org-src-mode-hook'.
448         * org-src.el (org-src-mode-hook): New variable.
449         (org-edit-src-code): Run `org-src-mode-hook'.
451 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
453         * org.el (org-indent-line-function): Fix indentation of +#end lines.
455         * org-src.el (org-edit-src-get-indentation): New function.
456         (org-edit-src-code): Base indentation on the begin line.
458 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
460         * org-gnus.el (org-gnus-store-link): Require message.el in
461         org-gnus-store-link.
463 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
465         * org-src.el: New file, split out of org.el
467         * org-docbook.el (org-export-as-docbook): Better indentation
468         treatment.
470         * org-macs.el (org-replace-match-keep-properties): New function.
472         * org-exp.el (org-export-mark-blockquote-verse-center): Better
473         preprocessing of center and quote and verse blocks.
475         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
476         (org-export-as-docbook): Close lists when original indentation
477         mandates it.
479         * org-html.el (org-export-html-close-lists-maybe): New function.
480         (org-export-as-html): Close lists when original indentation
481         mandates it.
483         * org-list.el (org-list-end): Respect the stored "original"
484         indentation when determining the end of the list.
486         * org-exp.el (org-export-replace-src-segments-and-examples):
487         Remember indentation correctly.
489 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org-clock.el (org-clock-update-mode-line): Apply face
492         org-mode-line-clock.
494         * org-faces.el (org-mode-line-clock): New face.
496 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
498         * org-gnus.el (org-gnus-store-link): Fix bug where
499         `org-gnus-store-link' used wrong subject when called in an article
500         buffer.  Patch provided by fengli AT gmail DOT com.
502 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
504         * org-exp.el (org-export-format-source-code-or-example): Remember
505         the original indentation of source code snippets and examples.
507         * org-latex.el (org-export-as-latex): Relocate the table of
508         contents.
510         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
512         * org-agenda.el (org-run-agenda-series): Scope global options also
513         when creating the agenda buffer.
515 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org.el (org-adapt-indentation): Improve documentation.
518         (org-insert-property-drawer): Respect org-adapt-indentation when
519         inserting the drawer.
520         (org-remove-flyspell-overlays-in): New function.
521         (org-do-emphasis-faces, org-activate-plain-links)
522         (org-activate-code, org-fontify-meta-lines-and-blocks)
523         (org-activate-angle-links, org-activate-footnote-links)
524         (org-activate-bracket-links, org-activate-dates)
525         (org-activate-target-links, org-activate-tags): Remove flyspell
526         overlays.
528 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
530         * org.el (org-edit-src-save): New function.
532         * org-clock.el (org-clock-out-switch-to-state): New option.
533         (org-clock-out): Honor `org-clock-out-switch-to-state'.
535         * org-compat.el (org-compatible-face): Improve macro.
537         * org.el (org-global-properties-fixed): Add default for
538         CLOCK_MODELINE_TOTAL.
540         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
541         andd tend.
542         (org-clock-sum-current-item): Optional argument TSTART, pass it to
543         org-clock-sum.
544         (org-clock-get-sum-start): New function.
546         * org.el (org-startup-options): New keywords blockhide and
547         blockshow.
548         (org-mode): Add new invisibility spec.
549         (org-set-startup-visibility): Hide block on startup if so
550         desired.
551         (org-hide-block-startup): New option.
552         (org-block-regexp): New constant.
553         (org-hide-block-overlays): New variable.
554         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
555         (org-show-block-all, org-hide-block-toggle-maybe)
556         (org-hide-block-toggle): New functions.
557         (org-edit-src-exit): Do not quote lines starting with # and no +
558         behind it.
559         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
560         entry.
562 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
564         * org.el (org-buffer-property-keys): Add Effort property for
565         completion.
567 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
569         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
570         when retrieving total clocked time in the subtree.
572         * org.el (org-quoting-blocks): New variable.
574 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
576         * org-table.el (org-table-store-formulas)
577         (org-table-get-stored-formulas, org-table-fix-formulas)
578         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
579         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
581         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
582         indented #+TBLFM line.
584         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
585         indented #+TBLFM line.
587         * org-colview.el (org-dblock-write:columnview): Allow indented
588         #+TBLFM line.
590         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
591         indented #+TBLFM line.
593         * org-clock.el (org-dblock-write:clocktable): Allow indented
594         #+TBLFM line.
596 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
598         * org-exp.el (org-export-format-source-code-or-example): Make
599         editing indented blocks work correctly.
601         * org.el (org-edit-src-nindent): New variable.
602         (org-edit-src-code, org-edit-fixed-width-region)
603         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
604         editing indented blocks work correctly.
606 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
608         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
609         indented blocks.
610         (org-export-format-source-code-or-example): Fix indentation of
611         blocks.
612         (org-export-remove-indentation): New function.
613         (org-export-select-backend-specific-text): Allow backend-specific
614         code to be indented.
615         (org-export-mark-blockquote-verse-center): Allow markers to be
616         indented.
618         * org.el (org-fontify-meta-lines): New function.
619         (org-set-font-lock-defaults): Call the new fontification
620         function.
622         * org-faces.el (org-meta-line): New face
623         (org-block):  New face.
625 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org.el (org-treat-insert-todo-heading-as-state-change)
628         (org-treat-S-cursor-todo-selection-as-state-change): New
629         variables.
630         (org-insert-todo-heading): Honor
631         `org-treat-insert-todo-heading-as-state-change'.
632         (org-shiftright, org-shiftleft): Honor
633         `org-treat-S-cursor-todo-selection-as-state-change'.
634         (org-inhibit-logging): New variable.
636 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
638         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
639         range for marker position checking.
641         * org-latex.el (org-export-latex-first-lines): Fix bug when
642         exporting a region.
644 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
646         * org-exp.el (org-export-push-to-kill-ring): Protect using
647         x-set-selection, because that does not always work.
649         * org-agenda.el (org-agenda-list): Apply the new face
650         `org-agenda-date-today'.
652         * org-faces.el (org-agenda-date-today): New face.
654 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
657         creating appointments.
659         * org-latex.el (org-export-latex-low-levels): Fix customization
660         type.
662         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
663         priority commands.
665         * org-agenda.el (org-agenda-priority): Disable priority commands.
667         * org.el (org-enable-priority-commands): New option.
669         * org-colview-xemacs.el (org-columns-compute)
670         (org-columns-number-to-string): Fix problems with empty fields.
672         * org-colview.el (org-columns-compute)
673         (org-columns-number-to-string): Fix problems with empty fields.
675         * org-exp.el (org-export-push-to-kill-ring): New function.
676         (org-export-copy-to-kill-ring): New option.
678         * org-latex.el (org-export-as-latex): Call
679         `org-export-push-to-kill-ring'.
681         * org-html.el (org-export-as-html): Call
682         `org-export-push-to-kill-ring'.
684         * org-docbook.el (org-export-as-docbook): Call
685         `org-export-push-to-kill-ring'.
687         * org-ascii.el (org-export-as-ascii): Call
688         `org-export-push-to-kill-ring'.
690         * org-exp.el (org-export-show-temporary-export-buffer): New
691         option. 
693         * org-latex.el (org-export-as-latex): Use
694         `org-export-show-temporary-export-buffer'.
696         * org-html.el (org-export-as-html): Use
697         `org-export-show-temporary-export-buffer'.
699         * org-docbook.el (org-export-as-docbook): Use
700         `org-export-show-temporary-export-buffer'.
702         * org-ascii.el (org-export-as-ascii-to-buffer): Use
703         `org-export-show-temporary-export-buffer'.
705         * org-exp.el (org-export-show-temporary-export-buffer): New
706         option.
707         (org-export-push-to-kill-ring): New function.
709         * org-colview.el (org-columns-compile-map): New variable.
710         (org-columns-new, org-columns-compute)
711         (org-columns-number-to-string, org-columns-uncompile-format)
712         (org-columns-compile-format): Implement new operators.
714 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
718         * org-html.el (org-export-html-xml-declaration): New option.
719         (org-export-as-html): Use `org-export-html-xml-declaration'.
721         * org-list.el (org-update-checkbox-count): Make property
722         dependent.
724         * org.el (org-hierarchical-todo-statistics): New option.
725         (org-update-parent-todo-statistics): Modified to handle recursive
726         statistics.
728 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org-publish.el (org-publish): Make this function behave
731         correctly in interactive use when called with a prefix argument.
733         * org.el (org-todo-statistics-hook): New hook.
734         (org-update-parent-todo-statistics): Use new hook.
735         (org-log-into-drawer): New function.
736         (org-add-log-setup): Use the new `org-log-into-drawer' function to
737         determine if we should be logging into a drawer.
738         (org-log-into-drawer): Update docstring.
739         (org-default-properties): Add LOG_INTO_DRAWER as a property.
741         * org-list.el (org-checkbox-statistics-hook): New hook.
742         (org-update-checkbox-count-maybe): Use new hook.
744         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
745         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
746         to kill ring.
748 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
751         a line.
753 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
755         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
756         better bufer-generating mechanism.
757         (org-edit-src-find-buffer): New function.
759         * org-icalendar.el (org-print-icalendar-entries): Don't check for
760         archive tag, this is already done by `org-agenda-skip'.
761         data while constructing lost of tags.
763 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
766         as argument separator in macros.
768         * org-html.el (org-export-as-html): Add xml declaration.
770 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
772         * org.el (org-after-sorting-entries-or-items-hook): New hook.
773         (org-sort-entries-or-items): Run the new hook.
774         (org-after-refile-insert-hook): New hook.
775         (org-refile): Run `org-after-refile-insert-hook'.
777         * org-agenda.el (org-agenda-get-progress): Never take time of day
778         from headline when displaying progress.
780         * org-latex.el (org-export-latex-complex-heading-re): New variable.
781         (org-export-as-latex): Force the correct regexp in the
782         preprocessor buffer.
783         (org-export-latex-set-initial-vars): Set
784         `org-export-latex-complex-heading-re'.
786         * org-agenda.el (org-agenda-start-with-log-mode): New option.
787         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
789 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
791         * org-latex.el (org-export-latex-tables-centered): New option.
792         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
794         * org-exp.el (org-export-as-org): New command.
795         (org-export-as-org): New command.
797         * org-publish.el (org-publish-org-to-org): New function.
799 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
801         * org.el (org-yank): Just call `org-yank-generic'.
802         (org-yank-generic): New function, containing the formaer
803         functionality of `org-yank'.
805         * org-latex.el (org-export-latex-not-done-keywords)
806         (org-export-latex-done-keywords): New variables.
807         (org-export-latex-todo-keyword-markup): New option.
808         (org-export-latex-set-initial-vars): Remember the TODO keywords.
809         (org-export-latex-keywords-maybe): Apply the TODO markup.
811 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org-exp.el (org-infile-export-plist): Add more default macros.
814         (org-export-preprocess-apply-macros): Process macro arguments.
816 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
818         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
819         `unblocked'.
820         (org-print-icalendar-entries): Respect the new value of
821         `org-icalendar-include-todo'.
823         * org.el (org-link-try-special-completion)
824         (org-file-complete-link): New functions.
825         (org-insert-link): Add special completion support for some link
826         types.
828         * org-bbdb.el (org-bbdb-complete-link): New function.
830 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-list.el (org-update-checkbox-count): Allow recursive
833         statistics.
834         (org-hierarchical-checkbox-statistics): New option.
836         * org.el (org-cycle): Remove erraneous space character.
838         * org-icalendar.el (org-icalendar-timezone): Initialize from
839         environment.
841         * org-html.el (org-format-org-table-html): Specify the scope.
842         (org-format-table-table-html): Specify the scope.
843         (org-export-table-header-tags): Prepare the scope parameter.
845 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
847         * org-html.el
848         (org-export-html-table-use-header-tags-for-first-column): New
849         option.
851         * org.el (org-autoload): Fix autoloading of ascii export
852         functions.
853         (org-modules): Add org-special-blocks.
855 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
857         * org-icalendar.el (org-start-icalendar-file): Use the new option.
858         (org-ical-timezone): New option.
860         * org-exp.el (org-export-get-coderef-format): Use the description
861         is present.
863         * org.el (org-sort-entries-or-items): Improve docstring, and make
864         better implementation for time sorting.
866 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
868         * org.el (org-edit-src-persistent-message): New option.
869         (org-edit-src-code, org-edit-fixed-width-region): Use the new
870         option.
872         * org-clock.el (org-clock-insert-selection-line): Fix prefious
873         patch.
875         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
876         separate buffer instead of indirect buffer to edit source code.
877         (org-edit-src-exit): Make this function work with the new setup.
879         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
880         are properly fontified before shown in the selection menu.
882         * org.el (org-fontify-like-in-org-mode): New function.
884         * org-latex.el (org-export-latex-links): Use the property list to
885         retrieve the default image attributes.
887         * org-exp.el (org-export-plist-vars): Add a new option.
889 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-exp.el (org-export, org-export-visible): Support ASCII
892         export to buffer
893         (org-export-normalize-links): Do not protect the description if it
894         is explicitly given.
896         * org-ascii.el (org-export-as-ascii-to-buffer)
897         (org-replace-region-by-ascii, org-export-region-as-ascii): New
898         commands.
899         (org-export-as-ascii): Add all the same parameters that are also
900         supported by the other export functions.
902         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
903         org-checklist.el.
904         (org-reset-checkbox-state-subtree): Call
905         `org-reset-checkbox-state-subtree'.
907         * org-remember.el (org-select-remember-template): For the
908         selection of a valid template.
910         * org-latex.el (org-export-region-as-latex): Supply the
911         force-no-subtree argument.
912         (org-export-as-latex): Provide better limits when exporting the
913         first line.  When exporting to string, we still want the first
914         lines.
915         (org-export-latex-first-lines): New argument END, to force the end
916         of the region.
917         (org-export-region-as-latex): Use the property list.
918         (org-export-as-latex):
920         * org-colview-xemacs.el (org-columns-remove-overlays)
921         (org-columns): Fix call to `local-variable-p'.
923 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
926         (org-export-as-html): Run the new hook.
928         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
929         (org-export-latex-preprocess): Run the new hook.
931         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
932         (org-export-preprocess-string): Run the new hook.
934 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
936         * org-macs.el (org-check-external-command): New defsubst.
938         * org.el (org-mode-map): New key for reload.
939         (org-format-latex): Better error message when external programs
940         are not available.
942         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
944         * org.el (org-sort-entries-or-items): Explicit sorting function
945         for priorities, needed for XEmacs compatibility.
947         * org-remember.el (org-remember-apply-template): Improve auto-save
948         behavior.
950 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
952         * org-latex.el (org-export-latex-preprocess): Also protect
953         environments ending in a star.
955         * org-list.el (org-at-item-p): Fix regular expression.
957 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
959         * org.el (org-end-of-subtree): Improve speed.
961         * org-agenda.el (org-agenda-get-timestamps)
962         (org-agenda-get-progress, org-agenda-get-deadlines)
963         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
964         in particular, wait as long as possible to collect the tags.
965         (org-stuck-projects): Improve docstring.
967         * org.el (org-store-link): No errors when getting custom id before
968         first headline.
969         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
971 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
973         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
975         * org-protocol.el: Remove dependency on url.el.
976         (org-protocol-unhex-compound, org-protocol-open-source): Remove
977         dependency on url.el.
979         * org-latex.el (org-export-as-pdf): Use
980         `org-latex-to-pdf-process'.
982 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org-latex.el (org-latex-to-pdf-process): New option.
986         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
987         New option.
988         (org-agenda-get-timestamps): Honor
989         `org-agenda-skip-additional-timestamps-same-entry'.
991         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
992         (org-clock-goto): Find recent task only if
993         `org-clock-goto-may-find-recent-task' allows it.
995         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
996         drawers, and drawers that are missing the :END: line.
998 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1000         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1001         clock is running.
1003 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1005         * org.el (org-update-parent-todo-statistics): Check for
1006         STATISTICS_FROM property.
1008         * org-list.el (org-update-checkbox-count): Check for
1009         STATISTICS_FROM property.
1011         * org.el (org-tab-first-hook)
1012         (org-tab-after-check-for-table-hook)
1013         (org-tab-after-check-for-cycling-hook): New hooks.
1014         (org-cycle-internal-global, org-cycle-internal-local): New
1015         functions, split out from `org-cycle'.
1016         (org-cycle): Call the new hooks.
1018 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1020         * org-exp.el (org-export-preprocess-string): Reset the list of
1021         preferred targets for each run of the preprocessor.
1023         * org.el (org-refile-target-verify-function): Improve
1024         documentation.
1025         (org-get-refile-targets): Respect point being moved by the
1026         verification function.
1028         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1029         option.
1030         (org-export-latex-keywords): Use new option.
1032         * org.el (org-rear-nonsticky-at): New defsubst.
1033         (org-activate-plain-links, org-activate-angle-links)
1034         (org-activate-footnote-links, org-activate-bracket-links)
1035         (org-activate-dates, org-activate-target-links)
1036         (org-activate-tags): Place the rear-nonsticky properties at the
1037         correct location.
1039 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1041         * org-protocol.el (server-edit): Declare `server-edit'.
1042         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1043         functions.
1044         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1046         * org.el (org-default-properties): New default properteis for
1047         completion.
1049         * org-exp.el (org-export-add-subtree-options): Add new properties
1050         for subtree export.
1052         * org-docbook.el (org-export-docbook-keywords-markup)
1053         (org-export-docbook-timestamp-markup): New options.
1054         (org-export-docbook-protect-tags): New function.
1056 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1058         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1059         org-refile-target-verify-function for the duration of the command.
1061         * org.el (org-link-to-org-use-id): New possible value
1062         `create-if-interactive-and-no-custom-id'.
1063         (org-store-link): Use custom IDs.
1064         (org-link-search): Find custom ID properties from #link.
1065         (org-default-properties): Add CUSTOM_ID for property completion.
1066         (org-refile-target-verify-function): New option.
1067         (org-goto): Turn off org-refile-target-verify-function
1068         for the duration of the command.
1070 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1072         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1074         * org-exp.el (org-export-preferred-target-alist): New variable.
1075         (org-export-define-heading-targets): Find the new CUSTOM_ID
1076         property.
1077         (org-export-target-internal-links): Target the custom ids when
1078         possible.
1080         * org-latex.el (org-export-latex-preprocess): Better regexp for
1081         matching latex macros with arguments.
1083 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org-remember.el (org-remember-handler): Allow filing to non-org
1086         files.
1088 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1090         * org-feed.el (org-feed-alist): New keyword options.
1091         (org-feed-update): Use the new options.
1092         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1093         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1094         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1095         functions.
1097         * org-table.el (org-table-fix-formulas): Do not change references
1098         to remote tables.
1099         (org-table-get-remote-range): Convert standard coordinates to RC
1100         format.
1102         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1104 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1106         * org-compat.el (org-sha1-string): Function removed.
1108         * org.el (org-refile-allow-creating-parent-nodes): New option.
1109         (org-refile-get-location): New argument NEW-NODES.
1110         (org-refile): Call `org-refile-get-location' with the new
1111         argument.
1112         (org-refile-get-location): Arrange for adding a new child.
1113         (org-refile-new-child): New function.
1115         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1116         an additional span element.
1118         * org-clock.el: Fix a number of docstrings.
1119         (org-clock-find-position): New argument
1120         FIND-UNCLOSED to make the function find an unclosed clock in the
1121         entry.
1122         (org-clock-in): Call `org-clock-find-position' with the new
1123         argument if we might be resuming a clock.
1125 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1127         * org-latex.el (org-export-latex-display-custom-times): New variable.
1128         (org-export-latex-timestamp-markup): New option.
1129         (org-export-latex-set-initial-vars): Remember the local value of
1130         `org-display-custom-times'.
1131         (org-export-latex-content): Process time stamps.
1132         (org-export-latex-time-stamps): New function.
1134         * org-macs.el (org-maybe-intangible): Add intangible property
1135         again to invisible text.
1137 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org-exp.el (org-default-export-plist): Handle undefined
1140         variables.
1142 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org.el (org-sort-entries-or-items): Match TODO keywrds
1145         case-sensitively, when sorting.
1146         (org-priority): Do not match TODO keywords with wrong case.
1148 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1150         * org-feed.el (org-feed-update): Bind the variable
1151         `new-formatted'.
1153         * org-html.el (org-export-as-html): Start paragraphs after literal
1154         examples.
1156         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1157         literal examples.
1159 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1161         * org.el (org-todo): Honor the NOBLOCKING property.
1163         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1164         NOBLOCKING property.
1166         * org.el (org-scan-tags): Fix bug in tag scanner
1168 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1170         * org.el (org-modules): Mark obsolete packages.
1172         * org-html.el: New file, split out from org-exp.el.
1174         * org-icalendar.el: New file, split out from org-exp.el.
1176         * org-xoxo.el: New file, split out from org-exp.el.
1178         * org-ascii.el: New file, split out from org-exp.el.
1180 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org-compat.el (org-find-library-name): New function.
1184         * org.el (org-pre-cycle-hook): New hook.
1185         (org-cycle): Call the new hook in appropriate places.
1186         (org-reload): Only reload files that have been loaded before.
1188 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1190         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1191         after todo keyword.
1192         (org-todo): When changing TODO state, do matching
1193         case-sensitively.
1194         (org-map-continue-from): New variable.
1195         (org-scan-tags): Respect values in `org-map-continue-from'.
1196         (org-reload): Make XEmacs compatible.
1198 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1200         * org-protocol.el (org-protocol-flatten-greedy): New function.
1201         (org-protocol-flatten): New function.
1203         * org.el (org-open-link-from-string): Pass reference buffer to
1204         `org-open-at-point'.
1205         (org-open-at-point): New optional argument `reference-buffer'.
1207 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org.el (org-scan-tags): Make tag scan find headline in first
1210         line, 2nd attempt.
1211         (org-get-refile-targets): Add the naked file name.
1212         (org-refile): Store as top-level entry when only file name was
1213         given.
1215         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1217         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1218         Renamed from org-block-todo-from-children-or-siblings, and
1219         enhanced to look for the parent's status as well.
1221         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1222         (org-agenda-get-progress): Add first notes line to log entry if so
1223         desired.
1225 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1227         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1228         (org-agenda-cleanup-fancy-diary): Call the new hook.
1230         * org-remember.el (org-remember-apply-template): Take the default
1231         for the annotation from the :annotation property.
1233         * org-mac-message.el (org-mac-message-get-link): Remove the
1234         quotes.
1235         (org-mac-message-get-link): Return the result.
1237 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org.el (org-refile-get-location): Add file name only if not
1240         already included in outline path.
1242         * org-faces.el (org-n-level-faces): Fix customization type from
1243         number to integer.
1245         * org-exp.el (org-export-headline-levels): Fix customization type
1246         from number to integer.
1248         * org-agenda.el (org-agenda-confirm-kill)
1249         (org-agenda-custom-commands-local-options)
1250         (org-timeline-show-empty-dates, org-agenda-ndays)
1251         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1252         customization type from number to integer.
1254 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1256         * org-protocol.el: Declare some functions.
1258         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1259         postion before inserting modified headline.
1261         * org-agenda.el (org-agenda-compare-effort): Honor
1262         `org-sort-agenda-noeffort-is-high'.
1263         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1264         (org-agenda-compare-effort): Implement the "?" operator for
1265         finding entries without effort setting.
1267         * org.el (org-extract-attributes-from-string): New function.
1269         * org-exp.el (org-export-splice-attributes): New function.
1271 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1273         * org-mouse.el: XEmacs compatibility fixes
1275         * org-docbook.el (org-export-as-docbook): Process footnotes like
1276         normal text.
1278         * org.el (org-modules): Add org-inlinetasks.el
1279         (org-cycle): Implement limiting level on cycling.
1280         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1281         buffer.
1283         * org-inlinetask.el: New file.
1285         * org.el (org-emphasis-regexp-components): Allow braces in
1286         emphasis pre and post match.
1288         * org-footnote.el (org-footnote-normalize): When only dorting, do
1289         not insert inline notes at the end.
1291         * org-docbook.el (org-id-find-id-file): Add function declaration.
1293         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1295         * org-docbook.el: New file.
1297 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1299         * org.el (org-reftex-citation): New command.
1301 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1304         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1305         sorting options.
1306         (org-entries-lessp): Apply the new sorting option.
1308         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1309         blocker code, when an older sibling has children.
1311         * org-mac-message.el (org-mac-message-get-link): Improve getting
1312         links from multiple selected messages.
1314 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1316         * org-remember.el (org-remember-finalize): Do not set buffer file
1317         name to nil.
1318         (org-remember-handler): Mark buffer as unmodified.
1319         (org-remember-handler): Delete backup file and show message about
1320         remaining backup files.
1321         (org-remember-auto-remove-backup-files): New option.
1323         * org.el (org-store-link): Use buffer name as link description in
1324         w3-mode buffers.
1325         (org-ido-switchb): Fix argument bug for completion.
1327         * org-remember.el (org-remember-apply-template): Set local
1328         variable `auto-save-visited-file-name' instead of global one.
1330 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1332         * org-feed.el: Re-write.
1334         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1335         (org-agenda-get-todos): Mark file tags as inherited.
1336         (org-agenda-list): Always search diary lines for a time.
1338 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1340         * org-feed.el (org-feed-assume-stable): New option.
1341         (org-feed-before-adding-hook): New hook.
1343         * org-exp.el (org-export-as-html): Close local lists depending on
1344         indentation, also when starting a table.
1346         * org-remember.el (org-remember-backup-directory)
1347         (org-remember-backup-name): New internal variable.
1349 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1351         * org-clock.el (org-clock-out-if-current): Make buffer detection
1352         work in indirect buffers as well.
1354         * org.el (org-emphasis-regexp-components): Add the exxclamation
1355         mark to the post-emphasis characters.
1357 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1359         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1360         (org-read-date): Run the new hook.
1362         * org-mac-message.el (org-mac-flagged-mail): New group.
1363         (org-mac-mail-account): New variable.
1364         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1365         commands.
1367         * org-remember.el (org-remember-backup-directory): New variable.
1368         (org-remember-apply-template): Write file to backup directory.
1370 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org-mouse.el (org-mouse-todo-menu): New function.
1373         (org-mouse-todo-keywords): Function removed.
1374         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1376         * org-table.el (org-table-beginning-of-field)
1377         (org-table-end-of-field): New commands
1378         (org-table-previous-field, org-table-beginning-of-field): Better
1379         error messages.
1380         (orgtbl-setup): Include `M-a' and `M-e'.
1382         * org.el (org-backward-sentence, org-forward-sentence): New
1383         commands.
1385         * org-colview.el (org-colview-initial-truncate-line-value): New
1386         variable.
1387         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1388         (org-columns): Remember the value of `truncate-lines'.
1390         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1391         New variable.
1392         (org-columns-remove-overlays): Restore the value of
1393         `truncate-lines'.
1394         (org-columns): Remember the value of `truncate-lines'.
1396         * org.el (org-columns-skip-arrchived-trees): New option.
1398         * org-agenda.el (org-agenda-export-html-style): Define color for
1399         org-agenda-done face.
1400         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1401         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1403         * org.el (org-scan-tags): Use the new face.
1405         * org-faces.el (org-agenda-done): New face.
1407         * org.el (org-scan-tags): Test the value org
1408         `org-tags-match-list-sublevels'.
1409         (org-tags-match-list-sublevels): New allowed value: indented.
1411         * org-export-latex.el (org-export-latex-make-header): Apply macros
1412         in header.
1414         * org-exp.el (org-export-apply-macros-in-string): New function.
1416         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1417         with the definition of a checked box.
1419         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1421         * org-export-latex.el (org-export-latex-low-levels): More options
1422         for how to process lower levels in LaTeX.
1423         (org-export-latex-subcontent): Better treatment for lists as a
1424         means of publishing lower levels.
1426 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1428         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1430         * org-faces.el (org-checkbox): New face.
1432         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1433         fragement images if there is an export file.
1435 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1437         * org-agenda.el (org-stuck-projects): Document that the subtree of
1438         projects that are not stuck will now be searched for stuck
1439         sub-projects.
1440         (org-agenda-skip-entry-when-regexp-matches)
1441         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1442         (org-agenda-list-stuck-projects): Use
1443         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1445         * org-export-latex.el (org-export-latex-preprocess): Improve
1446         export of verses.
1448         * org-exp.el (org-export-as-html): Implement centering as a div
1449         rather than a paragraph.  Do a better job with line-end in verse
1450         environments.
1452 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org.el (org-open-at-point): Fix tags searches by mouse click.
1456 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org-export-latex.el (org-export-latex-preprocess): Implement the
1459         centering markup.
1461         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1462         from `org-export-mark-blockquote-and-verse'.
1463         (org-export-as-html): Implement the centering markup.
1465         * org-export-latex.el (org-export-latex-tables): Fix vertical
1466         lines in tables.
1468 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1470         * org.el (org-read-date-history): New variable.
1471         (org-read-date): Use new history variable.
1472         (org-toggle-heading): Fix bug when used before first headline.
1473         (org-store-log-note): Remove drawer if empty while note is
1474         aborted.
1475         (org-remove-empty-drawer-at): New function.
1476         (org-check-after-date): New command.
1477         (org-sparse-tree): New sparse tree command "a".
1479         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1481 2009-03-14  Bastien Guerry  <bzg@altern.org>
1483         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1484         column and a space, not only a column.
1486 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1489         defaults for verbose emphasis.
1490         (org-export-latex-emph-format): New function.
1491         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1493         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1494         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1495         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1496         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1497         commands.
1499         * org.el (org-timestamp-change): Move end-time along with start
1500         time.
1502 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1504         * org-exp.el (org-export-target-internal-links)
1505         (org-export-as-html): Protect links specified as #name.
1507 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1509         * org.el (org-clone-subtree-with-time-shift): New command.
1511         * org-export-latex.el (org-export-latex-special-chars)
1512         (org-export-latex-treat-sub-super-char): Fix subscript export.
1514         * org-exp.el (org-create-multibrace-regexp): Do not add
1515         backslashes to the class.
1517 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org-colview.el (org-columns-map): Better functions for moving up
1520         and down a row, even if `truncate-line' is nil.
1522         * org.el (org-insert-todo-heading): Make sure the keyword is
1523         inserted at the correct position.
1525         * org-publish.el (org-publish-project-alist)
1526         (org-publish-projects, org-publish-org-index): Change default anme
1527         for the index of file names to "sitemap.org".
1529         * org-export-latex.el (org-export-latex-tables): Use
1530         `org-split-string', for Emacs 21 compatibility.
1532 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1534         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1536 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1538         * org-exp.el (org-export-page-description)
1539         (org-export-page-keywords): New variables.
1540         (org-export-plist-vars): Add entries for :keywords and
1541         :description.
1542         (org-infile-export-plist): Parse for new keywords.
1543         (org-get-current-options): Add new keywords
1544         (org-export-as-html): Publish description and keywords.
1546         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1547         option.
1548         (org-agenda-add-entry-text): Honor
1549         `org-agenda-add-entry-text-descriptive-links'.
1551         * org-export-latex.el (org-export-latex-preprocess): Make all
1552         external preprocess functions use a PARAMETER arg.
1554         * org-exp.el (org-export-preprocess-string)
1555         (org-export-select-backend-specific-text)
1556         (org-export-format-source-code-or-example)
1557         (org-format-org-table-html): Support docbook export.
1558         (org-export-preprocess-string): Make all external preprocess
1559         functions use a PARAMETER arg.
1561 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1563         * org-exp.el (org-export-html-style-include-scripts): New option.
1564         (org-export-plist-vars): Add new option
1565         `org-export-html-style-include-scripts'.
1566         (org-export-as-html): Honor new option
1567         `org-export-html-style-include-scripts'.
1568         (org-export-html-scripts, org-export-html-style-default): Fix
1569         xml issues with the Safari browser.
1571 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1573         * org-publish.el (org-publish-attachment): Only copy file when the
1574         directories differ.
1576 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1578         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1579         for clocktable steps.
1581         * org.el (org-additional-option-like-keywords): Add two more
1582         keywords.
1584 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1586         * org-exp.el (org-export-format-source-code-or-example): Mark
1587         temporary buffer unmodified, so that it will be killed even if
1588         mode like message mode has decided to assign a file name.
1590         * org.el (org-scan-tags): Improve tag inheritance.
1591         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1592         case-sensitive.
1593         (org-scan-tags): Use the internal tags list instead of creating it
1594         from scratch.
1595         (org-trust-scanner-tags, org-scanner-tags): New variables.
1596         (org-scan-tags): Set `org-scanner-tags'.
1597         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1598         (org-map-entries): Document the possible speedup using scanner
1599         tags.
1601 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org.el (org-add-planning-info): Fix bug with looking for keyword
1604         only at column 0.
1606         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1607         option for tags filter preset.
1608         (org-prepare-agenda): Store filter preset as a property on the
1609         filter variable.
1610         (org-finalize-agenda): Call the filter, if there is a preset.
1611         (org-agenda-filter-by-tag): Filter again after clearing the
1612         filter, when there still is a preset.
1613         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1614         Include the preset filter.
1615         (org-agenda-redo): Apply the filter again, also the preset filter.
1617         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1619         * org.el (org-uuidgen-p): New funtion.
1621         * org-agenda.el (org-agenda-fontify-priorities): New default value
1622         `cookies'.
1623         (org-agenda-fontify-priorities): Renamed from
1624         org-fontify-priorities.
1626         * org.el (org-set-font-lock-defaults): Call
1627         `org-font-lock-add-priority-faces'.
1628         (org-font-lock-add-priority-faces): New function.
1630         * org-faces.el: (org-set-tag-faces): New option.
1631         (org-priority-faces): New variable.
1633         * org-exp.el (org-export-as-html): Add a "content" div around the
1634         entire content of the body tag.
1635         (org-export-html-get-bibliography): New function.
1636         (org-export-html-validation-link): New variable.
1637         (org-export-as-html): Add validation link to exported page.
1639         * org.el (org-match-sparse-tree): Renamed from
1640         `org-tags-sparse-tree'.
1641         (org-tags-sparse-tree): New alias.
1643 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1645         * org.el (org-get-valid-level): Catch the case where the level
1646         change is nil.
1648         * org-clock.el (org-clock-find-position): Better indentation of
1649         new clock drawers.
1651 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1653         * org-agenda.el (org-agenda-quit): Delete window only when the
1654         frame-setup was not `current-window'.
1656         * org.el (org-tag-persistent-alist): New option.
1657         (org-startup-options): Add keyword `noptag'.
1658         (org-fast-todo-selection): Handle :newline correctly.
1659         (org-set-tags): Handle :newline correctly.
1660         (org-fast-tag-selection): Handle :newline correctly.
1662 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1664         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1665         outputting it.
1666         (org-export-ascii-push-links): Fix bug with pussing links into the
1667         export buffer.
1669 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1671         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1672         pasting at top level.
1674         * org-bbdb.el: Improve documentation.
1676 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1678         * org-list.el (org-insert-item): Only consider insert empty lines
1679         is `org-empty-line-terminates-plain-lists' is not nil.
1681         * org.el (org-blank-before-new-entry): Mention the dependence on
1682         `org-empty-line-terminates-plain-lists' in the docstring.
1684         * org-publish.el (org-publish-get-project-from-filename): New
1685         optional argument UP.  Only find the top project if UP is set.
1686         (org-publish-current-project): Find the top encloding project.
1688         * org-agenda.el (org-agenda-before-write-hook)
1689         (org-agenda-add-entry-text-maxlines): New options.
1690         (org-write-agenda): Run the new hook in the temporary buffer.
1691         (org-agenda-add-entry-text): New function.
1692         (org-write-agenda): Implement PDF export, using ps2pdf.
1694         * org.el (org-global-properties-fixed, org-global-properties):
1695         Improve documentation string.
1697         * org-exp.el (org-export-ascii-links-to-notes): New option.
1698         (org-export-as-ascii): Handle links better.
1699         (org-export-ascii-wrap, org-export-ascii-push-links): New
1700         functions.
1702 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org-agenda.el (org-agenda): Make prefix arg optional.
1705         (org-agenda-search-headline-for-time): New option.
1706         (org-format-agenda-item): Honor
1707         `org-agenda-search-headline-for-time'.
1709         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1710         characters.
1712         * org.el (org-self-insert-cluster-for-undo): New option.
1713         (org-self-insert-command): Cluster undo for 20 characters.
1714         (org-self-insert-command-undo-counter): New variable.
1716 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1718         * org-exp.el (org-export-as-html): Fix problem with closing colone
1719         example.
1721 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1723         * org-export-latex.el (org-export-as-latex)
1724         (org-export-latex-first-lines): Avoid modification flag when
1725         adding or removing text properties.
1726         (org-export-latex-fontify): Catch error when org-emph-alist has
1727         entries that are not defined for LaTeX export.
1729         * org.el (orgstruct++-mode): New function.
1730         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1731         (org-context-p): Allow detecting item context after the first line
1732         of an item.
1733         (orgstruct-make-binding): Detect if item-body context should be
1734         seen.
1735         (orgstruct-is-++): New variable.
1736         (org-add-planning-info): Catch the case when there is no planning
1737         info yet and the call does not want to add anything, only maybe
1738         tries to remove something.
1739         (org-special-ctrl-a/e): All value to be a cons cell with separate
1740         settings for `C-a. and `C-e'.
1741         (org-beginning-of-line, org-end-of-line): Honor separate values
1742         for `C-a' and `C-e'.
1744 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1746         * org.el (org-reload): New command.
1748 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1750         * org-exp.el (org-export-htm-get-tag-class-name)
1751         (org-export-htm-get-todo-kwd-class-name): New functions.
1752         (org-export-html-tag-class-prefix)
1753         (org-export-html-todo-kwd-class-prefix): New options.
1754         (org-export-as-html): Call
1755         `org-export-html-get-todo-kwd-class-name'.
1756         (org-html-level-start): Wrap tags into classes.
1757         (org-export-html-get-tag-class-name)
1758         (org-export-html-get-todo-kwd-class-name): New functions.
1760         * org-export-latex.el (org-export-latex-collect-header-macros):
1761         Remove fields that are used anyway.
1762         (org-export-latex-make-header): Insert the options earlier.
1764         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1765         matching.
1767         * org-list.el (org-indent-item): Allow point to be at the end of
1768         the region.
1770         * org.el (org-metaleft, org-metaright): Be more accurate about
1771         detecting a region where commands apply.
1773         * org-compat.el (org-cursor-to-region-beginning): New function.
1775         * org.el (org-priority): Also find invisible heading.
1777         * org-colview-xemacs.el (org-columns-edit-value): No special
1778         treatment for `org-todo' prefix.
1780         * org-colview.el (org-columns-edit-value): No special treatment
1781         for `org-todo' prefix.
1783         * org-remember.el (org-remember-apply-template): Use
1784         `org-completing-read-no-ido'.
1786         * org.el (org-completing-read-no-ido): New function.
1787         (org-make-tags-matcher, org-set-property): Use
1788         `org-completing-read-no-ido'.
1790         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1791         New option.
1792         (org-export-as-latex): Import in-buffer settings as TeX macros.
1793         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1794         (org-export-latex-collect-header-macros): New function.
1796         * org.el (org-refile-get-location): Turn off
1797         `partial-completion-mode'.
1799 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1801         * org.el (org-block-todo-from-checkboxes): Announce that
1802         checkboxes are the culprit.
1803         (org-block-todo-from-children-or-siblings): Call
1804         `org-up-heading-all instead' of `outline-up-heading'.
1806         * org-agenda.el (org-agenda-show-1): Renamed from
1807         `org-agenda-show'.
1808         (org-agenda-show): Re-install the old version for now.
1809         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1810         variable into the blokker hook, so that the checkbox checker can
1811         anounce that it caused the blocking.
1813         * org.el (org-track-ordered-property-with-tag): New option.
1814         (org-toggle-ordered-property): Honor
1815         `org-track-ordered-property-with-tag'.
1816         (org-tag-alist): Add newline options.
1817         (org-set-regexps-and-options): Separate option lines imply a
1818         newline.
1819         (org-set-regexps-and-options, org-assign-fast-keys)
1820         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1821         option.
1822         (org-indent-line-function): Make sure this works even if there is
1823         not `org-drawer-regexp' defined.  This can happen when
1824         orgstruct-mode is used in a non-org buffer.
1826         * org-list.el (org-checkbox-blocked-p): New function.
1827         (org-toggle-checkbox): Check for blocking.
1829         * org.el (org-modules): Add an entry for org-R.el.
1831         * org-agenda.el (org-agenda-todo-ignore-with-date)
1832         (org-agenda-todo-ignore-scheduled)
1833         (org-agenda-todo-ignore-deadlines): Mention the variable
1834         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1836         * org.el (org-get-wdays): Find the warning period also if it is in
1837         the wrong place.
1838         (org-ido-completing-read): Provide the correct arguments to
1839         ido-completing-read and bind `ido-enter-matching-directory' to
1840         nil.
1842 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1844         * org.el (org-olpath-completing-read): Never use ido for this
1845         one.
1847         * org-exp.el (org-export-normalize-links): Use new macro.
1849         * org-macs.el (org-if-unprotected-at): New macro.
1851         * org-agenda.el (org-agenda-show): Allow numerical prefix
1852         arguments to specify how much context should be shown.
1853         (org-agenda-cycle-show): New command, could be bound to SPC in
1854         org-agenda-mode-map.
1856         * org-exp.el (org-html-level-start): Space after section number.
1858 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1860         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1861         property, for sorting.
1862         (org-cmp-todo-state): Get the applicable TODO keywords directly
1863         from the buffer.
1864         (org-run-agenda-series, org-agenda-list, org-search-view)
1865         (org-todo-list, org-tags-view): Only fit agenda window when the
1866         whole series is done.
1868         * org.el (org-scan-tags): Add todo state as property, for sorting.
1870         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1871         `org-agenda-overriding-header' as an option.
1872         (org-agenda-list): Honor org-agenda-overriding-header'.
1874 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1877         after removing a checkbox.
1879         * org.el (org-show-entry): Make this work correctly also if it is
1880         the last entry in the file.
1881         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1882         falling back to normal, default command.
1883         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1884         item, call the checkbox toggler to get a box.
1886         * org-list.el (org-toggle-checkbox): Make double prefix set the
1887         checkbox to "[-]".
1888         (org-fix-bullet-type): Only replace bullet if it is changed.
1889         (org-renumber-ordered-list): Handle case when first item does not
1890         have a number.
1892         * org.el (org-add-log-setup): Fix positioning when
1893         `org-log-states-order-reversed' is nil.
1895         * org-clock.el (org-clock-in): Fix positioning when
1896         `org-log-states-order-reversed' is nil.
1897         (org-clock-find-position): Fix positioning when
1898         `org-log-states-order-reversed' is nil.
1900 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1902         * org-clock.el (org-clock-into-drawer): Take default from
1903         `org-log-into-drawer'.
1904         (org-clock-find-position): Look for the correct drawer.
1906         * org.el (org-log-into-drawer): Renamed from
1907         `org-log-state-notes-into-drawer'.
1908         (org-log-state-notes-into-drawer): New variable alias.
1909         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1910         CLOCK.
1911         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1913 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1915         * org-agenda.el (org-agenda): Fix docstring.
1917         * org.el ("org-plot"): Help loading org-plot.
1918         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1919         (org-metadown-hook, org-shiftmetaleft-hook)
1920         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1921         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1922         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1923         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1924         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1926         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1927         for selecting files with any (and even without) extension.
1929         * org.el (org-save-all-org-buffers): Also save id locations.
1930         (org-revert-all-org-buffers): Also load id locations.
1932 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1933         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1934         (org-log-state-notes-into-drawer): New option.
1935         (org-add-log-setup): Place the sate note marker into the drawer,
1936         create drawer when necessary.
1937         (org-refile-targets): Document special interpretation of LEVEL
1938         when odd-levels are used.
1940 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1942         * org.el (org-store-log-note): Fix note indentation when adding
1943         notes to end of list.
1945         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1946         class, so that each keyword can get special colors through CSS.
1948         * org-clock.el (org-clock-out): Add another nil for the previous
1949         state into the call to `org-add-log-setup'.
1951         * org.el (org-log-note-previous-state): New variable.
1952         (org-log-note-headings): New %S escape for old state.
1953         (org-todo): Call the note setup with the old state as an
1954         argument.
1955         (org-add-note): Add another nil for the previous state into the
1956         call to `org-add-log-setup'.
1957         (org-add-log-setup): New argument PREV-STATE.
1958         (org-add-log-note): Handle new %S escape.
1959         (org-store-log-note): Handle new %S escape.
1961 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org-clock.el (org-clock-find-position): Do not swallow an item
1964         less indented than the CLOCK line itself.
1965         (org-clock-in): Push markers to lin after the clock line.
1966         (org-clock-find-position): Handle values of
1967         `org-clock-into-drawer' smaller than 2.
1969         * org-exp.el (org-html-level-start): Add a CSS class to section
1970         numbers.
1971         (org-export-html-toplevel-hlevel): Better documentation of the
1972         influence of this variables on H levels and css classes in
1973         export.
1975 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1977         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1978         timestamp and nottimestamp to the chooe menu.
1980         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1981         (org-revert-all-org-buffers): New command.
1983 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1985         * org.el (org-return): Implement `org-return-follows-link' in the
1986         function org-return.  This is more robust than using the mouse
1987         map, I think.
1988         (org-set-regexps-and-options): Match more general #+TODO lines.
1989         (org-make-options-regexp): New optional argument EXTRA, for an
1990         extra regexp.
1991         (org-tab-follows-link): Mark as deprecated.
1993 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1995         * org-exp.el (org-export-preprocess-string): Remove clock lines
1996         earlier, so that they cannot cotribute to verbatim snippets.
1998 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2000         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2001         for finding drawers.
2002         (org-export-as-ascii, org-export-as-html): Count levels relative
2003         to the subtree header.
2004         (org-get-min-level): New optional argument OFFSET.
2005         (org-export): Make sure point is restored after popping up that
2006         window.
2008         * org.el (org-do-sort): Also take an inactive timestamp if no
2009         active one is found.
2011         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2012         deleting duplicates.
2014         * org-colview.el (org-columns-capture-view): Copy before
2015         deleting duplicates.
2017         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2018         text before first headline.
2020         * org.el (org-format-latex): Do not convert LaTeX fragments in
2021         protected examples.
2023 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2025         * org-exp.el (org-export-html-style-default): Use color values
2026         instead of names for XHTML validation.
2028         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2029         functions.
2030         (org-return-follows-link): Revert making this the default untile
2031         issues are resolved.
2033         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2034         nottimestamp.
2036 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2038         * org.el (org-mode): Make dependence stuff work more reliably.
2039         (org-update-parent-todo-statistics): Fix bug with updating
2040         statistics cookie.
2042         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2043         ~ as verbatim delimiters.
2045         * org-exp.el (org-export-html-format-image): New argument
2046         PAR-OPEN.
2047         (org-export-as-html): Pass par-open to
2048         `org-export-html-format-image'.
2050 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2052         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2053         (org-use-fast-todo-selection, org-tags-column): New default
2054         setting for variables, based on a poll what typical uses use.
2056         * org-agenda.el (org-agenda-sorting-strategy)
2057         (org-agenda-tags-column): New default setting for variables, based
2058         on a poll what typical uses use.
2060 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2062         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2063         blocked entries from setting the blocked tag.
2065         * org-exp.el (org-export-html-footnotes-section): Use a more
2066         consistent id for footnotes.
2068         * org-export-latex.el (org-export-latex-classes): Remove the
2069         a4paper option from the default styles.
2071 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2073         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2074         (org-block-todo-from-checkboxes): New function.
2075         (org-todo): Make tripple prefix arg circumvent blocking.
2077         * org-timer.el (org-timer): Provide the timer feature.
2079         * org.el (org-require-autoloaded-modules): Add a few more files to
2080         the list of autoloaded modules.
2082         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2084 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2086         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2087         drawers that are unprotected.
2088         (org-export-html-format-image): Make sure inlined LaTeX fragment
2089         images remain inlined.
2091         * org.el (org-toggle-ordered-property): New function.
2092         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2093         (org-org-menu): Add menu entries for TODO dependencies.
2095 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2097         * org.el (org-default-properties): Add ORDERED to the default
2098         properties, to get completion support for it.
2100         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2102         * org.el (org-update-parent-todo-statistics): Update more than one
2103         cookie.
2105         * org-agenda.el (org-agenda-get-todos): Start search from correct
2106         position.
2108         * org.el (org-fast-todo-selection): Make sure TODO selection does
2109         not change buffer position.
2111         * org-list.el (org-toggle-checkbox): Implement adding or removing
2112         checkboxes from line or region when called with a prefix
2113         argument.
2115         * org-rmail.el (org-rmail-store-link): Protect the call to
2116         `rmail-narrow-to-non-pruned-header'.
2118         * org-clock.el (org-clock-special-range): Fix week display in
2119         clock tables.
2121         * org-exp.el (org-get-current-options): Fix bug when in indirect
2122         buffer.
2124 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2127         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2128         (org-agenda-dim-blocked-tasks): New function.
2130         * org.el (org-enforce-todo-dependencies): New option.
2131         (org-block-todo-from-children-or-siblings): New function.
2133         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2135         * org.el (org-todo): Return correct state type even if the blocker
2136         throws an error.
2137         (org-modifier-cursor-error): Renamed from
2138         `org-shiftcursor-error'.
2139         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2140         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2142         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2143         to get real errors from the blocker hook.
2145         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2146         functions.
2147         (org-set-visibility-according-to-property): Turn off the setting
2148         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2149         property.
2151 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2153         * org.el (org-support-shift-select): New option.
2154         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2155         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2156         selection outside contexts.
2158         * org-list.el (org-at-item-bullet-p): New function.
2160         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2161         variables.
2163         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2164         variable.
2165         (org-insert-footnote-reference-near-definition): Remove
2166         unnecessary let form.
2168         * org-export-latex.el (org-export-latex-first-lines): Add
2169         OPT-PLIST parameter.
2170         (org-export-as-latex): Call `org-export-latex-first-lines' with
2171         opt-plits parameter.
2172         (org-export-latex-preprocess): Remove unnecessary variables.
2174         * org-exp.el (org-infile-export-plist)
2175         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2176         (org-export-remove-headline-metadata)
2177         (org-export-get-title-from-subtree, org-get-min-level)
2178         (org-html-do-expand): Remove innecessary let form.
2180         * org-colview-xemacs.el (org-columns-display-here): Remove
2181         unnecessary variables.
2183         * org-colview.el (org-columns-display-here): Remove unnecessary
2184         variables.
2186         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2187         variables.
2189         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2190         unnecessary variables.
2192         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2193         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2194         variables.
2196         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2197         (org-compact-display-after-subtree-move): Remove unnecessary
2198         variables.
2199         (org-edit-fixed-width-region): Remove unnecessary variables.
2200         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2201         (org-olpath-completing-read): Remove unnecessary variable.
2202         (org-auto-repeat-maybe): Remove unnecessary variable.
2203         (org-map-entries): Remove unnecessary variable.
2204         (org-buffer-property-keys, org-imenu-get-tree)
2205         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2207 -----------------------------------------------------------------
2209 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2210         * org-exp.el (org-export-remove-timestamps): Never remove
2211         timestamps from tables.
2213         * org-export-latex.el (org-export-latex-first-lines): Add more
2214         options to the preprocessing of the text before the first
2215         headline.
2217 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2219         * org-faces.el (org-clock-overlay): Make face compatible with
2220         XEmacs.
2222         * org.el (org-yank): Add property for delete-selection mode.
2224         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2226         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2227         variable.
2229         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2230         to `backward-char'.
2232         * org-exp.el (org-export-as-html): Remove the initial space from
2233         colon examples.
2235         * org.el (org-scan-tags): Call
2236         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2238         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2239         customization groups.
2240         (org-agenda-tags-todo-honor-ignore-options): New option.
2241         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2242         New function.
2243         (org-agenda-get-todos): Use
2244         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2246 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org-exp.el (org-export-format-source-code-or-example): Escape
2249         HTML characters also in examples that anre not treated with
2250         htmlize.  Also, just switch to EXAMPLE processing if we do not
2251         have a good version of htmlize.
2253         * org-rmail.el: Fix copyright notice.
2255         * org.el (org-activate-footnote-links): Improve footnote link
2256         highlighting.
2258         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2259         a footnote definition at the end of the file.
2261         * org-table.el (org-table-get-specials): Add an imagined hline at
2262         the end of the table.  This can be useful for references that want
2263         to go to the end of the table.  Also fix bug when computing last
2264         row constants, in tables that do not start right at the right
2265         margin.
2266         (org-table-eval-formula): Match and replace remove references.
2267         (org-table-formula-substitute-names): Make sure that names inside
2268         a "remote" call are left alone, the will be replaced later when
2269         the remote call is handled.
2270         (org-table-convert-refs-to-rc): Do not convert things that might
2271         look like a reference, but are really part of an ID or namei n a
2272         remote reference.
2273         (org-table-get-remote-range): New function.
2275 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2277         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2279         * org-clock.el (org-clock-put-overlay): Use new face instead of
2280         `secondary-selection'.
2282         * org-faces.el (org-clock-overlay): New face.
2284 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2286         * org-exp.el (org-get-current-options): Include the option for
2287         publishing time stamps.
2289         * org.el (org-toggle-heading): Renamed from
2290         `org-toggel-region-headings'.
2291         No longer needs a region defined, but will use it if there is one.
2292         (org-ctrl-c-star): Simplified, relying more on the internal
2293         workings of `org-toggle-heading'.
2294         (org-toggle-item): Renamed from `org-toggle-region-items'.
2295         No longer needs a region defined, but will use it if there is one.
2296         (org-ctrl-c-minus): Simplified, relying more on the inernal
2297         workings of `org-toggle-item'.
2299         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2300         environment detection.  Also, do real changes only in unprotected
2301         places.
2303 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2305         * org-export-latex.el (org-export-latex-quotation-marks): Use
2306         `org-if-unprotected-1'.
2307         (org-export-latex-set-initial-vars): Check for class definition in
2308         property.
2310         * org-macs.el (org-if-unprotected-1): New macro.
2312 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2314         * org-compat.el (org-count-lines): New function.
2316         * org-exp.el (org-export-format-source-code-or-example): Handle
2317         switches related to text areas.
2319         * org.el (org-activate-footnote-links): Don't allow match inside a
2320         link.
2322         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2324         * org-export-latex.el (org-export-latex-links): Keep a relative
2325         path relative also after export.
2327         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2329         * org.el (org-make-tags-matcher): Never use IDO for completing the
2330         tags matcher match string.
2331         (org-completing-read): Also remove the special biding for "?".
2333         * org-attach.el (org-attach-allow-inheritance): New option.
2334         (org-attach-inherited): New variable.
2335         (org-attach-dir): Handle properties related to the attachment
2336         directory.
2337         (org-attach-check-absolute-path): New function.
2338         (org-attach-set-directory, org-attach-set-inherit): New commands.
2339         (org-attach): Accommodate the new commands in the dispatcher.
2341 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2343         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2344         `window-full-width-p'.
2346         * org-exp.el (org-export-as-html): Only check for images files
2347         that really can be inlined
2349         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2350         list of extensions to be a parameter.
2352         * org-exp.el (org-export-html-inline-image-extensions): New
2353         variable.
2355         * org-agenda.el (org-prepare-agenda): Use
2356         `org-agenda-block-separator'.
2357         (org-agenda-block-separator): New option.
2359 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2361         * org-export-latex.el (org-export-latex-tables): Call
2362         `org-table-clean-before-export' with the new optional argument.
2364         * org-exp.el (org-table-clean-before-export): New optional
2365         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2366         first column.
2368 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2370         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2371         histograms.
2373         * org-colview.el (org-colview-construct-allowed-dates): Better
2374         error catching when a date/time property does not have allowed
2375         values defined.
2377         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2378         Better error catching when a date/time property does not have
2379         allowed values defined.
2381 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2383         * org.el (org-map-entries): Restore point and restriction after
2384         `org-map-entries'.
2386 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2388         * org.el (org-time=, org-time<, org-time<=, org-time>)
2389         (org-time>=, org-time<>): Make sure both values are dates.
2391 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2393         * org-archive.el (org-extract-archive-heading): Allow %s for file
2394         name also in achive location heading.
2396 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2398         * org-archive.el (org-add-archive-files): Uniquify the list before
2399         returning it.
2401 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2403         * org-compat.el (org-fit-window-to-buffer): Use
2404         `window-full-width-p'.
2406         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2407         space after the colon in short examples.
2409         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2410         enforce a space after the colon.  However, we also allow lines
2411         that are *only* a colon.
2412         (org-export-as-html): Enforce the space after the colon in short
2413         examples.
2414         (org-export-preprocess-string): Do the colon example protection
2415         earlier.
2416         (org-export-remove-timestamps): Do not check for protection at the
2417         end of the line.
2419 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2421         * org.el (org-format-latex-options): Add new matcher for single
2422         letters between dollars.
2423         (org-get-header): Function removed.
2424         (org-heading-components): New function.
2426         * org-exp.el (org-export-define-heading-targets): Record ID's also
2427         as alternative targets.
2428         (org-export-as-html): Interpret "id:" links to other files by
2429         preserving the relative path.
2431         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2432         is nil.
2434         * org-exp.el (org-export-normalize-links): Protect the main link,
2435         to avoid special character processing.
2437         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2438         New variable.
2439         (org-export-latex-special-string-regexps): Variable removed.
2440         (org-export-latex-keywords): Use the new regexp.
2442         * org-exp.el (org-export-handle-include-files): Fetch switches and
2443         put them into the BEGIN statement.
2445         * org-timer.el (org-timer-mode-line-string): New variable.
2447         * org-clock.el (org-clock-mode-line-map): Renamed from
2448         `org-clock-mode-map'.
2449         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2450         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2451         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2452         (org-clock-remove-overlays): Renamed from
2453         `org-remove-clock-overlays'.
2455         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2456         and mode line display.
2457         (org-timer-stop): New command.
2458         (org-timer-seconds): Return correct time when timer is paused.
2459         (org-timer-mode-line-timer): New variable.
2460         (org-timer-set-mode-line, org-timer-update-mode-line): New
2461         functions.
2463         * org.el (org-insert-heading):  Handle new value `auto' for
2464         `org-blank-before-new-entry'.
2465         (org-org-menu): Add new items for timer functions.
2467         * org-list.el (org-insert-item): Handle new value `auto' for
2468         `org-blank-before-new-entry'.
2470         * org.el (org-blank-before-new-entry): New value `auto', made
2471         default.
2473 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2475         * org-exp.el (org-export-normalize-links): If the link is also
2476         used as the description, protect the description.
2478 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2480         * org.el (org-closest-date): Fix bug with yearly repeats, in
2481         combination with preference of the past as it is used for deadline
2482         and scheduling search.
2484         * org-exp.el (org-html-handle-time-stamps): No longer check for
2485         the `org-export-with-timestamps' option, because the preprocesser
2486         has taken care of this already.
2488         * org.el (org-entry-properties): Catch the case when this is
2489         called in a non-org-mode file.
2491         * org-export-latex.el (org-export-latex-remove-from-headlines):
2492         Variable made obsolete, also LaTeX export now uses the standard
2493         variables.
2494         (org-export-as-latex): Add the timestamps parameter to the
2495         preprocessor parameter list.
2496         (org-export-latex-content): Export the remaining keywords without
2497         considering to remove them.
2498         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2499         Use bold font instead of tt font for the keywords.
2500         (org-export-latex-fontify-headline): Format headlines, assuming
2501         that all keywords still present should be published.
2502         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2503         publish what ever remains of the time stamps.
2504         (org-export-latex-list-parameters): New option.
2505         (org-export-latex-lists): Pass additional parameters to the list
2506         converter.
2508         * org-exp.el (org-export-preprocess-string): Remove clock lines
2509         and timestamps already in the preprocesor.
2510         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2511         functions.
2512         (org-export-as-ascii, org-export-as-html): Add the timestamps
2513         parameter to the preprocessor parameter list.
2515         * org-list.el (org-list-parse-list): Parse for checkboxes.
2516         (org-list-to-generic): Introduce and handle new parameters :cbon
2517         and :cboff.
2518         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2519         optional parameter PARAMS.
2521         * org-export-latex.el (org-export-latex-special-chars): Fix
2522         problems with interpreting dollar signs.
2523         (org-inside-latex-math-p): New function.
2524         (org-export-latex-preprocess): Protect all the math fragments.
2526         * org.el (org-latex-regexps): Allow a dash after a dollar.
2528         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2529         mark after copying.
2531         * org-agenda.el (org-run-agenda-series): Have series options set
2532         when finalizing the agenda.
2534         * org-exp.el (org-export-format-source-code-or-example): Protect
2535         the converted examples.
2537         * org.el (org-set-regexps-and-options): Fix the regexp
2538         `org-complex-heading-regexp'.
2540 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2542         * org.el (org-edit-src-get-label-format): New function.
2543         (org-coderef-label-format): New option.
2544         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2545         a label format specification and make sure it is used in the edit
2546         buffer.
2547         (org-edit-src-get-label-format): New function.
2548         (org-store-link): Handle new coderef formats.
2549         (org-link-search): Handle new coderef formats.
2551         * org-footnote.el (org-footnote-create-definition)
2552         (org-footnote-goto-local-insertion-point): Make footnote insertion
2553         work correctly when the "Footnotes" headline is the last line in
2554         the buffer.
2556         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2557         the location.
2559 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2561         * org-w3m.el (org-w3m): New customization group.
2562         (org-w3m-deactivate-mark): New option.
2563         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2564         option say not to.
2566 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2568         * org.el (org-set-font-lock-defaults): Trigger footnote
2569         fontification.
2570         (org-activate-footnote-links): New function.
2571         (org-activate-links): New entry `footnote'.
2573         * org-faces.el (org-footnote): New face.
2575 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2577         * org-macs.el (org-re): Handle the [:word:] class.
2579         * org-exp.el (org-export-preprocess-string): Call
2580         `org-export-protect-colon-examples'.
2581         (org-export-protect-colon-examples): Renamed from
2582         `org-export-protect-examples', and scope limited to lines starting
2583         with a colon.
2585 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2587         * org-exp.el (org-export-preprocess-string): Move the preprocess
2588         hook to after turning on Org-mode.
2589         (org-export-preprocess-after-include-files-hook)
2590         (org-export-preprocess-after-tree-selection-hook)
2591         (org-export-preprocess-before-backend-specifics-hook)
2592         (org-export-preprocess-final-hook): New hooks.
2593         (org-export-preprocess-string): Run the new hooks.
2595         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2597         * org-footnote.el: New file.
2599         * org.el (org-footnote): Require footnote code.
2600         (org-startup-options): Add new footnote options.
2601         (org-mode-map): New keybindig for footnotes.
2602         (org-ctrl-c-ctrl-c): Add function at footnotes.
2603         (org-org-menu): New menu entries for footnotes.
2605         * org-export-latex.el (org-export-as-latex): Pass footnote
2606         variable to preprocessor.
2607         (org-export-latex-preprocess): Treat multiple references to a
2608         footnote.
2610         * org-exp.el (org-export-preprocess-string): Call
2611         `org-footnote-normalize'.
2612         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2613         to preprocessor.
2614         (org-export-as-html): Treat multiple references to a footnote.
2616 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2618         * org-export-latex.el (org-export-latex-links): Handle coderef
2619         links.
2621         * org.el (org-bracket-link-analytic-regexp++): New variable.
2622         (org-make-link-regexps): Initialize
2623         `org-bracket-link-analytic-regexp++'.
2624         (org-store-link): Implement special case in edit-src buffer.
2625         (org-insert-link): No use of ide to insert stored links.
2626         (org-link-search): Implement special case for coderefs.
2628         * org-exp.el (org-export-html-scripts): New constant.
2629         (org-export-html-style-default): Add a new style for highlighted
2630         code.
2631         (org-export-code-refs): New variable.
2632         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2633         Call `org-export-replace-src-segments-and-examples'
2634         No longer call `org-export-protect-examples'.
2635         (org-export-target-internal-links): Take care of coderef targets.
2636         (org-export-last-code-line-counter-value): New variable.
2637         (org-export-replace-src-segments-and-examples): Renamed from
2638         `org-export-replace-src-segments', and modified.
2639         (org-export-format-source-code-or-example): Renamed from
2640         `org-export-format-source-code'.
2641         (org-export-number-lines): New function.
2642         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2644 --------------------------------------------------------------------------
2646 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2648         * org-remember.el (org-remember-handler): Safer way to get a new
2649         buffer accessing the target file.
2651         * org.el (org-refile-get-location): Handle case of current buffer
2652         not having a file associated with it.
2654 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2656         * org-table.el (org-table-get-formula): Only ask to overwrite
2657         field formula if there really is one.
2659         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2660         number, by converting these to a string.
2662         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2663         located in a different file.
2665         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2666         org-colview.el.
2668 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2670         * org.el (org-completion-use-ido): Enhance docstring of
2671         `org-completion-use-ido'.
2673         * org-export-latex.el (org-export-latex-make-header): Double the %
2674         in the time stamp format.
2675         (org-export-latex-special-chars): Handle case where there is no
2676         match group 3.
2678 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2680         * org.el (org-get-refile-targets, org-refile-get-location): Use
2681         expanded file name to improve comparison.
2683 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2685         * org.el (org-scan-tags): Rescan for tags, to get the correct
2686         upcase/downcase stuff.  This slows things down for now, but it
2687         works.
2688         (org-mode): Make sure the tag-faces regexp is initialized.
2690         * org-export-latex.el (org-export-latex-links): Fix bug with
2691         undefined label.
2693         * org-table.el (org-table-get-specials): Set
2694         `org-table-current-last-data-line'.
2695         (org-table-current-last-data-line): New variable.
2696         (org-table-insert-column, org-table-delete-column)
2697         (org-table-move-column, org-table-fix-formulas): Call
2698         `org-table-fix-formulas' a second time to fix the $LR references.
2699         (org-table-get-specials): Add the $LR references to the tables.
2700         (org-table-get-formula): Do not offer last-row names as LHS of
2701         formulas.
2703         * org.el (org-store-link): Capture link description from
2704         `org-id-store-link'.
2706         * org-exp.el (org-export-html-format-image): Add the / to the end
2707         of the <img> tag.
2708         (org-export-format-source-code): Surround example by empty lines,
2709         to make sure it will not be inside a paragraph.
2711         * org.el (org-ido-switchb): New function.
2713 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2715         * org-agenda.el (org-agenda-show): New prefix argument
2716         FULL-ENTRY.
2718         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2719         argument.
2721         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2722         `org-agenda-change-all-lines'.
2723         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2724         tags are now retrieved locally.
2726 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2728         * org.el (org-get-outline-path): Fix bug if level is not given.
2729         (org-org-menu): Do not quote function in menu vector.
2731         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2732         name.
2734 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2736         * org.el (org-refile): Avoid refiling to within the region to be
2737         refiled.
2739         * org-export-latex.el (org-export-latex-special-chars): Replace
2740         special characters also in tables.
2742         * org-agenda.el (org-agenda-change-all-lines): New argument
2743         FORCE-TAGS.
2744         (org-agenda-set-tags): Cet the new tags and pass them to
2745         `org-format-agenda-item'.
2747 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2749         * org-export-latex.el (org-export-latex-classes): Add longable as
2750         a default package to all classes.
2751         (org-export-latex-tables): Handle the longtable attribute and the
2752         align attribute.
2754         * org-table.el (orgtbl-to-generic): Handle tables that start with
2755         a hline.
2757         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2758         \verb for colde-like snippets.
2759         (org-export-as-latex): Fix issues with region export.
2761         * org.el (org-up-heading-safe): Speed up function by using a
2762         direct regexp search.
2763         (org-olpa): New variable.
2764         (org-get-outline-path): Speed-up path constructions in cases where
2765         this is possible because the entire hierarchy is scanned anyway.
2766         (org-refile-get-location): Don't compare the truenames of files,
2767         this is too slow.
2768         (org-goto-max-level): New option.
2769         (org-goto): Use `org-goto-max-level'.
2771 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2773         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2774         Strip angle brackets from message-ids in the former and don't do
2775         it in the latter.
2776         (org-gnus-follow-link): Open summary reliable, even if the last
2777         messages were deleted, and handle empty groups, too.
2779 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2781         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2782         instead of \texttt for the =...= and ~===~ emphasis environments.
2783         (org-export-as-latex): Remove any old :org-license-to-kill text
2784         properties.
2785         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2786         (org-export-latex-make-header): Add some hard space after the
2787         table of contents.
2788         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2789         exported text so that it will be excuded in further steps.
2791         * org-table.el (org-table-get-specials): Make @0 reference the
2792         last line in a table.
2793         (org-table-recalculate): Improve docstring.
2795 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2797         * org.el (org-log-done): Fix docstring.
2799 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2801         * org-exp.el (org-export-html-format-image): Fix bugs.
2803         * org-export-latex.el (org-export-latex-tables)
2804         (org-export-latex-links): Implement attribute, label, and caption
2805         handling.
2807         * org-exp.el (org-export-html-style-default): Add style
2808         definitions for the figure div.
2809         (org-export-preprocess-string, org-export-as-html): Implement
2810         attribute, label, and caption handling.
2811         (org-export-attach-captions-and-attributes): New function.
2812         (org-export-html-format-image): New function.
2813         (org-format-org-table-html): Implement attribute, label, and
2814         caption handling.
2816         * org.el (org-find-text-property-in-string): New function.
2817         (org-extract-attributes): Use the property org-attr instead of
2818         org-attrobutes, because this property is now set with the #+ATTR
2819         lines.
2821 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2823         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2824         the case that FROM is nil.
2826         * org.el (org-before-first-heading-p): New function.
2828 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2830         * org-exp.el (org-export-as-html): Do not add a space before
2831         enforces line breaks.
2832         (org-export-as-html): Close paragraph before blockquote and verse
2833         tags.
2835 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2837         * org-id.el (org-id-locations-file): Wrap file name with
2838         `convert-standard-filename'.
2839         (org-id-files): New variable.
2840         (org-id-use-hash): New option.
2841         (org-id-update-id-locations): Also search in all files current
2842         listed in `org-id-files'.  Convert the resulting alist to a hash
2843         if the user customation says so.
2844         (org-id-locations-save): Handle he case if `org-id-locations' is a
2845         hash.
2846         (org-id-locations-load): Convert the alist to a hash.
2847         (org-id-add-location): Handle the hast case.
2848         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2849         exited.
2850         (org-id-hash-to-alist, org-id-alist-to-hash)
2851         (org-id-paste-tracker): New functions.
2853 -------------------------------------------------------------------------
2855 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2857         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2858         bindings of calendar variables.
2860         * org-table.el (org-table-find-row-type): Renamed from
2861         `org-find-row-type'.
2862         (org-table-rewrite-old-row-references): Renamed from
2863         `org-rewrite-old-row-references'.
2864         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2865         (org-table-cleanup-narrow-column-properties): Renamed from
2866         `org-cleanup-narrow-column-properties'.
2868 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2870         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2871         for better error messages.
2872         (org-table-get-descriptor-line): Supply the new arguments to
2873         `org-find-row-type'.
2874         (org-table-error-on-row-ref-crossing-hline): New option.
2876         * org.el (org-target-link-regexp): Make buffer-local.
2877         (org-move-subtree-down): Fix bug with trees at beginning of
2878         buffer.
2880 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2882         * org-faces.el (org-set-tag-faces): New function.
2883         (org-tags-special-faces-re): New variable.
2885         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2887         * org-faces.el (org-tag-faces): New option.
2888         (org-tag): Mention `org-tag-faces' in the docstring.
2890 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2892         * org-exp.el (org-export-html-style-default): Implement new
2893         quoting.
2895         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2897         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2898         command to the `w3m-minor-mode-map'.
2900         * org-archive.el (org-archive-to-archive-sibling): Protect
2901         `this-command' to avoid appending kills during archiving.
2903         * org-exp.el (org-export-with-priority): New variable.
2904         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2905         instead of internal list of strings and properties.
2906         (org-print-icalendar-entries): Retrieve the location property with
2907         inheritance.
2909 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2911         * org-exp.el (org-export-with-todo-keywords): New option.
2912         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2913         line.
2914         (org-default-export-plist, org-export-add-options-to-plist)
2915         (org-export-as-ascii, org-export-as-html): Use the new structure
2916         of `org-export-plist-vars'.
2918         * org.el (org-map-entries): Return all values.
2920 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2922         * org.el (org-matcher-time): Recognize more special values.
2924         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2926 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2928         * org.el (org-tags-exclude-from-inheritance): New option.
2929         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2930         `org-tags-exclude-from-inheritance'.
2932         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2933         (org-format-agenda-item): Add inherited tags to the agenda line
2934         string, and make sure that properties are kept when downcasing the
2935         tags list.
2936         (org-agenda-add-inherited-tags): New function.
2937         (org-downcase-keep-props): New function.
2939         * org.el (org-scan-tags): Mark inherited tags with a text
2940         property.
2941         (org-get-tags-at): Mark inherited tags with a text property.
2942         (org-add-prop-inherited): New function.
2944         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2945         (org-agenda-show-inherited-tags): New option.
2947 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2949         * org.el (org-modules): Add org-w3m to the default modules.
2951         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2952         orgtbl-mode.
2953         (orgtabl-create-or-convert-from-region): New command.
2955         * org-exp.el (org-export-as-ascii): Remove the handling of
2956         targets.
2957         (org-export-ascii-preprocess): Handle targets already in this
2958         function.
2960 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2962         * org-timer.el (org-timer-start-time): Define this variable.
2963         (org-timer-item): Make argument optional.
2965         * org-list.el (org-insert-item): Automatically insert a timer item
2966         if the current list is a timer list.
2968         * org-timer.el: New file.
2970         * org-publish.el (org-publish-org-index): Only exclude the index
2971         file in the main directory from being added to the site-map.
2972         (org-publish-get-project-from-filename): If the current project is
2973         a component, start publishing from the parent project.
2975 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2977         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2979         * org-publish.el (org-publish-org-index): Improve removal of
2980         temporary buffers.
2982         * org-agenda.el (org-get-closed): Re-apply changes
2983         accidentially overwritten by last commit to Emacs.
2985         * org.el (org-outline-path-complete-in-steps): New option.
2986         (org-refile-get-location): Honor
2987         `org-outline-path-complete-in-steps'.
2988         (org-agenda-change-all-lines, org-tags-sparse-tree)
2989         (org-time-string-to-absolute, org-small-year-to-year)
2990         (org-link-escape): Re-apply changes accidentially overwritten
2991         by last commit to Emacs.
2993 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org-clock.el (org-dblock-write:clocktable): Make sure the
2996         clocktable sees the first line.
2997         (org-clock-in): Warn if the clock cannot be resumed.
2999 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3001         * org.el (org-open-at-point): Fix mixup about interactive and
3002         non-interactive elisp links.
3004 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3006         * org-exp.el (org-export-preprocess-string): Allow one comment
3007         line before the first headline to always be included.  This is
3008         to not miss a commented target.
3010         * org-mouse.el (org-mouse-insert-item): Call
3011         `org-indent-to-column' instead of `indent-to', for XEmacs
3012         compatibility.
3014         * org.el (org-refile-targets): Fix customize definition so
3015         that it works also in XEmacs.
3016         (org-fixup-indentation): Call `org-indent-to-column' instead
3017         of `indent-to', for XEmacs compatibility.
3019 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3021         * org-mew.el (org-mew-store-link): Get the correct case folder
3022         for refiled messages.
3024 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3026         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3027         line break indicators.
3029         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3030         ido-completion propts.
3032 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3034         * org-remember.el (org-remember-apply-template): Use
3035         `org-substring-no-properties'.
3037         * org-compat.el (org-substring-no-properties): New function.
3039         * org-remember.el (org-remember-apply-template): Use
3040         `org-substring-no-properties' for compatibility.
3042         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3043         option.
3044         (org-fix-bullet-type): respect
3045         `org-list-two-spaces-after-bullet-regexp'.
3047         * org-clock.el (org-clock-load): Clean up the code.
3049         * org.el (org-adaptive-fill-function): Allow two spaces after
3050         "1." as a list bullet.
3052 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3054         * org-clock.el (org-clock-save, org-clock-load): Check for
3055         live buffers, existing files, and buffer file names to ensure
3056         consistent information.
3057         (org-clock-persist): Make `clock' a special value of this
3058         variable, and improve docstring.
3060         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3061         (org-get-string-indentation): Adapt indentation when the bullet
3062         width changes.
3064 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3066         * org-remember.el (org-remember-finalize): Make interactive.
3067         (org-remember-kill): New command.
3068         (org-remember-finish-immediately): Call `org-remember-finalize'
3069         directly.
3070         (org-remember-finalize): Make `org-remember-finalize' an interactive
3071         function.
3073 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3075         * org-remember.el (org-remember-apply-template): No ido completion
3076         for free prompts in remember templates.
3077         (org-remember-before-finalize-hook): New hook.
3078         (org-remember-mode): New minor mode.
3079         (org-remember-apply-template): Turn on `org-remember-mode'.
3081         * org-id.el (org-id-add-location): Avoid error when no file is
3082         given.
3084         * org-remember.el (org-remember-apply-template): Fix the way how
3085         the list of allowed properties is retrieved from the target file.
3087         * org.el (org-insert-link): Improve file link matching.
3089 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3091         * org-colview.el (org-columns-display-here): New argument
3092         DATELINE, to trigger using the new face.
3093         (org-agenda-colview-summarize): Call `org-columns-display-here'
3094         with the new argument.
3096         * org-faces.el (org-agenda-column-dateline): New face.
3098         * org-publish.el (org-publish-org-index): Use index-title at page
3099         title, not as section.
3101         * org-exp.el (org-export-html-format-desc): Respect the
3102         org-protect property.
3103         (org-export-as-html): Protect image specifiers that are in the
3104         description part of a link.
3106         * org.el (org-sort-entries-or-items, org-completing-read)
3107         (org-refile-get-location, org-olpath-completing-read, org-todo)
3108         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3109         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3110         (org-set-property, org-delete-property)
3111         (org-delete-property-globally): Use `org-ido-completing-read'.
3113         * org-remember.el (org-remember-apply-template): Use
3114         `org-ido-completing-read'.
3116         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3118         * org-colview.el (org-columns-edit-value, org-columns-new)
3119         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3121         * org-colview-xemacs.el (org-columns-edit-value)
3122         (org-columns-new, org-insert-columns-dblock): Use
3123         `org-ido-completing-read'.
3125         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3126         `org-ido-completing-read'.
3128         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3129         `org-ido-completing-read'.
3131         * org.el (org-time-today): New function.
3132         (org-matcher-time): Use `org-time-today'.  Add special treatment
3133         for "<tomorrow>" and "<yesterday>".
3134         (org-ido-completing-read): New function.
3135         (org-completion-use-ido): New option.
3137         * org-exp.el (org-export-format-source-code): Fix bug in require
3138         htmlize code.
3139         (org-export-target-internal-links): Fix bug in search for text
3140         property.
3142 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3144         * org-export-latex.el (org-export-latex-subcontent): Interprete
3145         target aliases as additonal labels.
3147         * org-exp.el (org-export-target-aliases): New variable.
3148         (org-export-preprocess-string)
3149         (org-export-handle-invisible-targets): Fill the alias alist.
3150         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3151         assign an id.
3152         (org-html-level-start): Insert the target aliases as additonal
3153         anchors.
3155         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3156         picture area.
3158 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3160         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3161         when following a link with the mouse from the agenda.
3163         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3164         headlines are created.
3166 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3168         * org-exp.el (org-export-preprocess-string): Reorder so that we
3169         can still see ID properties when we collect targets.
3170         (org-export-target-internal-links): Also store targets for ID's.
3172         * org.el (org-link-translation-function): New option.
3173         (org-open-at-point): Call `org-link-translation-function' if
3174         non-nil.
3175         (org-translate-link): New function.
3176         (org-translate-link-from-planner): New function.
3177         (org-open-at-point): Allow interactive commands in elisp links.
3179         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3180         iCalendar quoting.  The new one seems to caus problems with
3181         applications.
3183         * org.el (org-yank): Set `this-command' to `yank', so that
3184         `yank-pop' will work.
3186 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3188         * org-id.el (org-id-search-archives): New option.
3190         * org.el (org-link-to-org-use-id): New option.
3191         (org-store-link): Use `org-link-to-org-use-id'.
3192         (org-id): Make org-id.el a standard component.
3194 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3196         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3197         hexified version of the tag.
3199         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3200         compliance as far as quoting is concerned.
3202         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3204         * org.el (org-up-heading-safe, org-forward-same-level): Always
3205         call `org-back-to-heading' instead of `outline-back-to-heading'.
3206         (org-back-to-heading): New wrapper around outline-back-to-heading,
3207         with a useful error message telling where the error happened.
3209         * org-list.el (org-update-checkbox-count): Always call
3210         `org-back-to-heading' instead of `outline-back-to-heading'.
3212         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3213         has an `alt' attribute, to ensure XHTML validation.
3215 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3217         * org-publish.el (org-publish-attachment): Allow publishing to
3218         overwrite attachment files.
3220         * org-agenda.el (org-agenda-timerange-leaders): New option.
3221         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3223         * org.el (org-edit-src-exit): Untabify ASCII image before
3224         returning.
3237 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3239         * org.el (org-yank): Make any prefix force normal yanking.
3240         Suppress folding if text would be swallowed into a folded
3241         subtree.
3242         (org-yank-folded-subtrees, org-yank): Docstring updates.
3244         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3245         defined as 0.
3247         * org-exp.el (org-export-language-setup): Add Catalan and
3248         Esperanto language entries.
3250 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3252         * org.el (org-refile): Allow refiling of entire regions.
3254         * org-clock.el (org-clock-time%): New function.
3256         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3257         retrieve property values.
3259 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3261         * org-agenda.el (org-agenda-list): Handle the value `only' of
3262         org-agenda-show-log'.
3263         (org-agenda-log-mode): Interpret a double prefix arg.
3265 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3267         * org-exp.el (org-export-html-footnotes-section): New variable.
3268         (org-export-as-html): Use `org-export-html-footnotes-section' to
3269         insert the footnotes.
3270         (org-export-language-setup): Add "Footnotes" to language words.
3272 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3274         * org.el (org-yank): Fix bug when not inserting a subtree.
3276 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3278         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3279         instead of `vm-beginning-of-message'.
3281         * org.el (org-make-link-regexps): Make sure that links to gnus can
3282         contain brackets.
3284 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3286         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3287         code.
3289         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3290         shell output.
3292         * org.el (org-link-abbrev-alist): Improve customization type.
3294         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3295         functions.
3297         * org-agenda.el (org-agenda-get-progress): Renamed from
3298         `org-get-closed'.  Implement searching for state changes as well.
3299         (org-agenda-log-mode-items): New option.
3300         (org-agenda-log-mode): New option prefix argument, interpreted as
3301         request to show all possible progress info.
3302         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3303         `org-get-closed'.
3304         (org-agenda-set-mode-name): Handle the more complex log mode
3305         settings.
3306         (org-get-closed): New alias, pointing to `org-get-progress'.
3308 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3310         * org.el (org-file-apps-defaults-gnu)
3311         (org-file-apps-defaults-macosx)
3312         (org-file-apps-defaults-windowsnt): Add an entry defining the
3313         system command.
3314         (org-file-apps): Allow `system' as key and value.
3315         (org-open-at-point): Explain the effect of a double prefix arg.
3316         (org-open-file): If the argument `in-emacs' is (16),
3317         i.e. corresponding to a double prefix argument, try to open the
3318         file externally.
3320 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3322         * org.el (org-insert-link): Abbreviate absolute files names in
3323         links.  Also, fix a bug in which the double C-u prefix would not
3324         be honored.
3326 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3328         * org.el (org-insert-heading): If buffer does not end with a
3329         newline, add one if necessary to insert headline correctly.
3331         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3332         paragraphs, not inside.
3334         * org.el (org-todo): Quote
3335         `org-agenda-headline-snapshot-before-repeat'.
3337         * org-exp.el (org-export-as-html): Fully process link descriptions.
3338         (org-export-html-format-desc): New function.
3339         (org-export-as-html): Collect footnotes into the correct basket.
3340         (org-html-protect): No longer protect quotations marks here, this
3341         goes wrong.
3343         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3344         BEG.
3346         * org-compat.el (org-fit-window-to-buffer): New function (not
3347         really, a preliminary and incomplete version was present earlier,
3348         but not used).
3350         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3351         `org-fit-window-to-buffer'.
3353         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3355         * org-agenda.el (org-agenda-get-restriction-and-command)
3356         (org-fit-agenda-window, org-agenda-convert-date): Use
3357         `org-fit-window-to-buffer'.
3359         * org-exp.el (org-export-as-html): Process href links through
3360         `org-export-html-format-href'.
3361         (org-export-html-format-href): New function.
3363         * org-agenda.el (org-agenda-todo): Update only the current
3364         headline if this is a repeated TODO, marked done for today.
3365         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3366         only the current line.
3368         * org.el (org-todo): Take a snapshot of the headline if the
3369         repeater might change it.
3371 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3373         * org-publish.el (org-publish-find-title): Remove buffers visited
3374         only for extracting the title.
3376         * org-exp.el (org-export-html-style)
3377         (org-export-html-style-default): Mark style definitions as
3378         unparsed CDATA.
3380         * org-publish.el (org-publish-validate-link): Function
3381         re-introduced.
3383 2008-11-02  Charles Sebold  <csebold@gmail.com>
3385         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3386         property.
3387         (org-plot-quote-timestamp-field): New function.
3388         (org-plot-quote-tsv-field): Call timestamp field function when
3389         necessary rather than just quoting as a string.
3390         (org-plot/gnuplot-to-data): Pass in timefmt property.
3391         (org-plot/gnuplot-script): Supports timefmt property.
3392         (org-plot/gnuplot): Checks for timestamp column before checking
3393         for text index column.
3395 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3397         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3399         * org-publish.el (org-publish-org-index): Create a section in the
3400         index file.
3401         (org-publish-org-index): Stop linking to directories.
3403         * org.el (org-emphasis-alist): Use span instead of <u> to
3404         underline text.
3406         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3407         <pre> sections.
3409 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3411         * org-jsinfo.el (org-infojs-template): Remove language attribute
3412         from script tag.
3414 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3416         * org-agenda.el (org-agenda-remove-marked-text): New function.
3417         (org-agenda-mark-filtered-text)
3418         (org-agenda-unmark-filtered-text): New functions.
3419         (org-write-agenda): Remove fltered text.
3421         * org.el (org-make-tags-matcher): Give access to TODO "property"
3422         without speed penalty.
3424 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3426         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3427         option.
3428         (org-store-link-props): Make sure adding to the plist works
3429         correctly.
3431         * org-gnus.el (org-gnus-no-new-news): New function.
3432         (org-gnus-follow-link): Allow the article ID to be a message-id,
3433         in addition to allowing article numbers.  Message IDs make much
3434         more roubust links.
3435         (org-gnus-store-link): Use message-id to create link.
3437 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3439         * org.el (org-emphasize): Reverse the selection array.
3440         (org-emphasis-alist): Set <code> tags for the verbatim
3441         environment.
3443         * org-remember.el (org-remember-handler): Fix bug with
3444         prefix-related changing of the note storage target.
3446         * org-exp.el (org-print-icalendar-entries): Make the exported
3447         priorities compatible with RFC 2445.
3449         * org-clock.el (org-clock-save): Insert time stamp without
3450         dependence on time-stamp.el.
3452 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3454         * org.el ("saveplace"): If saveplace puts point into an invisible
3455         location, make it visible.
3456         (org-make-tags-matcher): Allow inactive time stamps in time
3457         comparisons.
3458         (org-yank-adjusted-subtrees): New option.
3459         (org-yank): Incorporate adjusting trees.
3460         (org-paste-subtree): New argument FOR-YANK which will cause
3461         insertion at point without backing up over white lines, and leave
3462         point at the end of the inserted text.  Also if the cursor is
3463         at the beginning of a headline, use the same level or the inserted
3464         tree.
3466         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3467         with broken symlinks
3469 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3471         * org-exp.el (org-export-select-tags, org-get-current-options):
3472         Fix typo.
3474 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3476         * org-agenda.el (org-format-agenda-item)
3477         (org-agenda-filter-make-matcher): Make sure tags are stored and
3478         compared donwcased.
3480 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3482         * org.el (org-insert-todo-heading): Fix bug with force-heading
3483         argument.
3485 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3487         * org-clock.el (org-clock-in-resume): Add a custom option to
3488         toggle starting the clock from an open clock line.
3489         (org-clock-in): When clocking in to an entry, if
3490         `org-clock-in-resume' is set, check if the first clock line is
3491         open and if so, start the clock from the time in the clock line.
3492         (org-clock-persist): Add a custom option to toggle clock
3493         persistence.
3494         (org-clock-persist-query-save): Add a custom option to toggle
3495         asking the user if they want to save the running clock when
3496         exiting.
3497         (org-clock-persist-query-resume): Add a custom option to toggle
3498         asking the user if they want to resume the saved clock when Emacs
3499         is restarted.
3500         (org-clock-save): Add a function to save clock data.
3501         This includes the contents of `org-clock-history' and the buffer
3502         and position of the currently clocked task, if any.
3503         (org-clock-load): Add a function to load clock data.
3504         This populates `org-clock-history', and resumes the saved clocked
3505         task if there is one.
3506         (org-clock-persistence-insinuate): Add a method to set up the
3507         hooks for clock persistence.
3509 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3511         * org-exp.el (org-export-as-ascii): Handle the case that we are
3512         publishing from an indirect buffer.
3514         * org-table.el (org-table-copy-down): Fix bug with time stamp
3515         increment.
3517         * org-mouse.el (org-mouse-features): New option.
3518         (org-mode-hook): Turn on features depending on
3519         `org-mouse-features'.
3521         * org.el (org-insert-heading-respect-content): Force heading
3522         creation.
3523         (org-insert-heading): keep the folding state of the heading before
3524         the inserted one.
3526 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3528         * org-archive.el (org-archive-to-archive-sibling): Handle top
3529         level headlines better.
3531 2008-10-21  Bastien Guerry  <bzg@altern.org>
3533         * org-export-latex.el (org-export-latex-classes): Added
3534         \usepackage{graphicx} to the default list of packages.
3536 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3538         * org-agenda.el (org-agenda-filter): Renamed from
3539         `org-agenda-filter-tags'.
3541 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3543         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3544         is not defined as a property in this entry.
3545         (org-add-log-note): Mask prefix argument when immediately storing
3546         the note.
3548         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3549         option.
3551 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3553         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3554         after drawers was skipping ahead one line too many, so notes were
3555         inserted after the first note instead of before it.
3557 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3559         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3560         New variables.
3561         (org-prepare-agenda): Reset the filter tags.
3562         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3563         Show filter tags in mode line.
3565         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3566         formatter.
3568         * org-export-latex.el (org-latex-entities-regexp): New constant.
3569         (org-export-as-pdf): Use two calls to `shell-command'.
3571 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3573         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3574         Honor the {} value of the subsuperscript setting.  Make sure that
3575         longer subsuperscripts are typeset in a roman font.
3577         * org.el (org-clock-update-time-maybe): Compute negative clock
3578         intervals correctly.
3580 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3582         * org.el (org-add-log-setup): Respect
3583         `org-log-state-notes-insert-after-drawers'.
3584         (org-log-state-notes-insert-after-drawers): New option.
3585         (org-todo-trigger-tag-changes): New function.
3586         (org-todo): Call `org-todo-trigger-tag-changes'.
3588 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3590         * org.el (org-add-log-setup): Only skip drawers if the are
3591         immediately after the scheduling keywords.
3593         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3594         function
3595         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3596         call it with the current todo state to get the state to switch to
3597         when clocking in.
3598         (org-clock-in): Use org-indent-line-function to indent clock lines.
3599         (org-clock-find-position): Fix indentation of empty clock drawers.
3601 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3603         * org-publish.el (org-publish-org-to): Handle case when
3604         org-export-to-pdf does return a file name, not a buffer.
3605         (org-publish-org-to-pdf): New function.
3607         * org-export-latex.el (org-export-as-pdf)
3608         (org-export-as-pdf-and-open): New commands.
3610         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3611         forms as ranges.
3613         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3614         things in protexted regions.
3616 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3618         * org-export-latex.el (org-export-latex-preprocess): Improve
3619         quoting of LaTeX environments.
3621 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3623         * org.el (org-edit-fixed-width-region): Exclude final newline from
3624         picture area.
3626         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3627         sections, to make internal links work.
3628         (org-export-latex-fontify-headline): Do not remove all text
3629         properties, to make sure that target properties survive this
3630         process.
3632         * org-exp.el (org-export-preprocess-string): Change sequence of
3633         modifications, to make sure links are prepared before the LaTeX
3634         conversions do happen.
3636 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3638         * org-attach.el (org-attach-delete-all): Renamed from
3639         `org-attch-delete'.  Add a security query before deleting the
3640         entire directory.  New optional argument FORCE can overrule the
3641         security query.
3642         (org-attach-delete-one): New command.
3644 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3646         * org-attach.el (org-attach-file-list): Fix bug with directory.
3648 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3650         * org.el (org-apps-regexp-alist): New function.
3651         (org-file-apps): Add auto-mode to the default value.
3652         (org-open-file): Use the new structure of org-file-apps.
3654         * org-attach.el (org-attach): Support the new keys.
3655         (org-attach-method): New option.
3657 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3659         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3660         March.
3662         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3663         of the list value o `org-use-tag-inheritance'.
3665         * org-attach.el (org-attach-auto-tag): New option.
3666         (org-attach-tag, org-attach-untag): New functions.
3667         (org-attach-attach, org-attach-new, org-attach-sync): Call
3668         `org-attach-tag'.
3669         (org-attach-delete): Call `org-attach-untag'.
3671 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3673         * org-table.el (orgtbl-self-insert-command): Make this work for
3674         the keypad as well.
3676 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3678         * org.el (org-add-log-setup): Limit searc for drawers to entry
3679         text, not to subtree.
3681         * org-clock.el (org-clock-heading-for-remember): New variable.
3682         (org-clock-in): Set `org-clock-heading-for-remember'.
3684 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3686         * org-remember.el (org-remember-apply-template): Add new
3687         expansions: %k, %K for currently clocked task and a link to the
3688         currently clocked task, and %< to file notes in the currently
3689         clocked task.
3691 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3693         * org-export-latex.el (org-export-latex-make-header): Also insert
3694         the content of the property :latex-header-extra.
3696         * org-exp.el (org-infile-export-plist): Put the content of
3697         #+LATEX_HEADER: into the property :latex-header-extra.
3699         * org-colview.el (org-columns-get-format-and-top-level): Remove
3700         resetting the marker.
3702         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3703         Remove resetting the marker.
3705         * org.el (org-entry-property-inherited-from): Improve docstring.
3706         (org-entry-get-with-inheritance): Reset marker before starting the
3707         search.
3709         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3711 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3713         * org.el (org-entry-get-multivalued-property)
3714         (org-entry-protect-space, org-entry-restore-space): New
3715         functions.
3716         (org-file-apps-defaults-macosx): Let postscript files be opened by
3717         preview.
3718         (org-time-stamp-inactive): Call `org-time-stamp'.
3719         (org-time-stamp): New argument `inactive'.  Also edit inacive
3720         stamps. Convert time stamp type.
3721         (org-open-file): Interpret the `default' value for the `command'
3722         in `org-file-apps'.
3724         * org-id.el (org-id-int-to-b36-one-digit)
3725         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3726         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3727         b36.
3729 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3731         * org-id.el (org-id-reverse-string): New function.
3732         (org-id-new): Use `org-id-reverse-string' to make sure the
3733         beginning chars of the ID are mutating fast.  This allows to use a
3734         directory structure to spread things better.
3735         (org-id-prefix): Changed default to nil.
3737         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3738         restore the column of the cursor position.
3740         * org-remember.el (org-remember-apply-template): Remove properties
3741         from `initial'.
3743 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3745         * org-wl.el (org-wl-open): Remove useless call to
3746         `wl-thread-open-all'.
3748         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3749         location.
3751 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3753         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3754         `org-bbdb-anniversaries'.
3756         * org.el (org-get-next-sibling, org-forward-same-level): New
3757         functions, similar to the outline versions, but invisible headings
3758         are OK.
3760 2008-09-25  Bastien Guerry  <bzg@altern.org>
3762         * org.el (org-auto-repeat-maybe): Insert a space between
3763         the timestamp's type and the timestamp itself.
3765 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3767         * org-table.el (org-table-sum): Do not format the result with %g,
3768         it does rounding when there are too many digits.
3770         * org.el (org-map-entries): Protect the keyword-selecting variables.
3772 2008-09-23  Bastien Guerry  <bzg@altern.org>
3774         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3775         against all agenda files.
3777 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3779         * org-list.el: New file, aggregating list functions from org.el
3780         and org-export-latex.el.
3782         * org.el (org-edit-src-region-extra): New option.
3784 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3786         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3787         time before 1am.
3789 2008-09-22  Bastien Guerry  <bzg@altern.org>
3791         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3793 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3795         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3796         hline work correctly.
3797         (org-plot/gnuplot-script): Put commas at the end of each script
3798         line.
3800 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3802         * org.el (org-get-refile-targets): Replace links with their
3803         descriptions
3804         (org-imenu-get-tree): Replace links with their descriptions.
3806         * org-remember.el (org-remember-apply-template): Add a new
3807         expansion for adding properties to remember items.
3809         * org.el (org-add-log-setup): Skip over drawers (properties,
3810         clocks etc) when adding notes.
3812         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3813         items as well as the start and end times.
3815         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3816         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3818         * org-remember.el (org-get-x-clipboard): Use the compat
3819         function to get clipboard values when x-selection-value is
3820         unavailable. Use substring-no-properties instead of
3821         set-text-properties to remove text properties from the clipboard
3822         value.
3824         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3825         modeline clock string, and display the full todo value in the
3826         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3827         the currently clocked task.
3828         (org-clock-string-limit): Add a custom value for the maximum
3829         length of the clock string in the modeline.
3830         (org-clock-mode-map): Add a keymap for the modeline string
3832 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3834         * org-compat.el (org-propertize): New function.
3836 2008-09-20  Bastien Guerry  <bzg@altern.org>
3838         * org-export-latex.el (org-export-latex-tables): protect exported
3839         tables from further special chars conversion.
3840         (org-export-latex-preprocess): Preserve LaTeX environments.
3841         (org-list-parse-list): Parse descriptive lists.
3842         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3843         (org-list-to-texinfo): Export descriptive lists.
3844         (org-quote-chars): Remove.
3845         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3846         (org-export-latex-list-beginning-re): Rename to
3847         `org-list-beginning-re'
3848         (org-list-item-begin): Rename to `org-list-item-beginning'
3850 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3852         * org.el (org-refile): Allow refiling to the last entry in the
3853         buffer.
3854         (org-get-tags-at): Fix bug when inheritance is turned off.
3856 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3858         * org.el (org-indent-line-function): No longer check for src
3859         regions, this is too much overhead.
3861         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3862         matching.
3864         * org.el (org-scan-tags): Make sure that tags matching is not case
3865         sensitive.  TODO keyword matching is case sensitive, however, to
3866         avoid confusion with similar words that are not meant to be
3867         keywords.
3869 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3871         * org.el (org-get-local-tags-at): New function.
3872         (org-get-local-tags): New function.
3874         * org-exp.el (org-export-get-categories): New function.
3876         * org-agenda.el (org-sorting-choice)
3877         (org-agenda-sorting-strategy, org-agenda-get-todos)
3878         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3879         (org-agenda-get-scheduled, org-agenda-get-blocks)
3880         (org-entries-lessp): Implement sorting by TODO state.
3881         (org-cmp-todo-state): New defsubst.
3883         * org-colview.el (org-colview-construct-allowed-dates): New
3884         function.
3885         (org-columns-next-allowed-value): Use
3886         `org-colview-construct-allowed-dates'.
3888         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3889         function.
3890         (org-columns-next-allowed-value): Use
3891         `org-colview-construct-allowed-dates'.
3893 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3895         * org.el (org-protect-slash): New function.
3896         (org-get-refile-targets): Use `org-protect-slash'.
3898         * org-agenda.el (org-global-tags-completion-table): New variable.
3900         * org-exp.el (org-export-handle-export-tags): New function.
3901         (org-export-preprocess-string): Call
3902         `org-export-handle-export-tags'.
3904         * org-plot.el: New file.
3906         * org-publish.el (org-publish-expand-components): Function removed.
3907         (org-publish-expand-projects): Allow components to have components.
3909 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3911         * org.el (org-indent-line-function): Do not indent in regions that
3912         are external source code.
3913         (org-yank-and-fold-if-subtree): New function.
3915         * org-agenda.el (org-agenda-todayp): New function.
3916         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3917         `org-agenda-todayp'.
3919         * org.el (org-insert-heading-respect-content)
3920         (org-insert-todo-heading-respect-content): New commands.
3921         (org-insert-heading-respect-content): New option.
3922         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3924         * org-clock.el (org-clock-find-position): Make sure the note after
3925         the clock line gets moved into the new clock drawer.
3927 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3929         * org-id.el (org-id-new): New option.
3931 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3933         * org-table.el (org-table-copy-down): Avoid overflow during
3934         increment.  Use prefix argument 0 to temporarily disable the
3935         increment.
3937 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3939         * org-exp.el (org-export-as-html): Do not turn on the major mode
3940         if the buffer will be killed anyway.
3941         (org-get-current-options): Exclude the #+TEXT field.
3942         (org-export-as-html): Make sure text before the first headline is
3943         a paragraph.
3945         * org-publish.el (org-publish-org-to): Tell the exporter that this
3946         buffer will be killed, so it is not necessary to do major mode
3947         initialization.
3949         * org-archive.el (org-archive-to-archive-sibling): Show empty
3950         lines after folding the archive sibling.
3952         * org.el (org-log-note-extra): New variable.
3954 2008-09-05  Bastien Guerry  <bzg@altern.org>
3956         * org.el (org-additional-option-like-keywords): Added keywords for
3957         the _QUOTE, _VERSE and _SRC environments.
3959         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3960         exporting _QUOTE and _VERSE environments.
3962 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3964         * org-agenda.el (org-agenda-filter-by-tag): New command.
3966         * org-exp.el (org-get-current-options): Remove angular brackets
3967         from the date entry.
3969         * org.el (org-edit-fixed-width-region): New function.
3970         (org-edit-fixed-width-region): Also try
3971         `org-edit-fixed-width-region'.
3972         (org-edit-fixed-width-region-mode): New option.
3973         (org-activate-code): Only interprete lines starting with colon
3974         plus a space as example lines.
3976         * org-remember.el (org-remember-templates): Add nil instead of
3977         empty strings to fix the length of remember templates.
3979         * org-table.el (org-calc-default-modes): Fix the time format for
3980         calc, from 12 hour to 24 hour clock.
3982 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3984         * org-agenda.el (org-agenda-get-deadlines)
3985         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3986         entries that are pre-warnings of deadlines or reminders.
3988         * org.el (org-sort-entries-or-items): Make numeric and alpha
3989         comparisons ignore any TODO keyword and priority cookie.
3991         * org-remember.el (org-remember-handler): Reinterpretation of the
3992         prefix argument.
3994 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3996         * org-agenda.el (org-agenda-get-scheduled): Use new
3997         `org-scheduled' face.
3999         * org-faces.el (org-scheduled): New face.
4001         * org-wl.el (org-wl-open): Remove incorrect declaration.
4003         * org-gnus.el (org-gnus-store-link): Support for :to information
4004         in gnus links.
4006         * org-exp.el (org-export-as-html): Fixed typo in creator
4007         information.
4008         (org-export-protect-examples): New parameter indent.  Insert extra
4009         spaces only when this parameter is specified.
4010         (org-export-preprocess-string): Call `org-export-protect-examples'
4011         with an indentation parameter when exporting to ASCII.
4013         * org-remember.el (org-remember-templates)
4014         (org-remember-apply-template): Allow the file component to be a
4015         function.
4017         * org.el (org-goto-local-search-headings): Renamed from
4018         `org-goto-local-search-forward-headings'.  Added the possibility
4019         to search backwards.
4021 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4023         * org-export-latex.el (org-export-latex): New customization
4024         group.
4026         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4028 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4030         * org-exp.el (org-html-do-expand): Allow {} to terminate
4031         tex macro
4033 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4035         * org.el (org-buffer-list): Select buffers based on major mode,
4036         not on file name.
4038 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4040         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4041         face property.
4043         * org-colview.el (org-columns-display-here): Use
4044         `org-columns-modify-value-for-display-function'.
4046         * org-colview-xemacs.el (org-columns-display-here): Use
4047         `org-columns-modify-value-for-display-function'.
4049 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4051         * org.el (org-columns-modify-value-for-display-function): New option.
4063         * org-publish.el (org-publish-file): Make sure the directory match
4064         for the publishing directory works correctly.
4066         * org-agenda.el (org-agenda-execute-calendar-command)
4067         (org-agenda-diary-entry): Additional optional argument.
4069 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4071         * org-exp.el (org-export-as-html): Add attributes also in mailto
4072         and ftp links.
4074         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4083 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4085         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4086         sure that calls from `org-export-region-as-html' do not do the
4087         special check for a subtree.
4089 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4091         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4093 2008-07-20  Juri Linkov  <juri@jurta.org>
4095         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4096         new keymap `narrow-map' instead of binding "\C-xns".
4098 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4100         * org.el (org-open-file): Use
4101         `org-open-directory-means-index-dot-org'.
4102         (org-open-directory-means-index-dot-org): New option.
4104 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4106         * org.el (org-make-link-string): Remove link attributes from
4107         description.
4108         (org-open-at-point): Remove link attributes bevore using the path.
4110         * org-exp.el (org-export-as-html): Handle link attributes.
4112         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4114         * org-table.el (org-table-to-lisp): New function.
4116         * org.el (org-narrow-to-subtree): Do not include the final newline
4117         into the narrowed region.
4119         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4120         bug with user-define skipping condition.
4122 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4124         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4126 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4128         * org-exp.el (org-export-html-style-default): Automatic overflow
4129         handling for pre fields.
4130         (org-export-as-ascii, org-export-as-html): Change default format
4131         for time stamp.
4133         * org-table.el (org-table-export): Offer completion for translator
4134         functions, and do not require a heading above the table.
4136         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4137         Cater for the case of a list starting in the first line of the
4138         buffer.
4140 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4142         * org-publish.el (org-publish-find-title): Bug fix.
4143         (org-publish-org-index): Implement new :index-style option.
4145 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4147         * org-publish.el (org-publish-timestamp-filename): Use
4148         SHA1-encoded file names in the timestamp directory.
4150 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4152         * org-publish.el (org-publish-needed-p): Be verbose about files
4153         published and files skipped.
4155         * org-exp.el (org-export-preprocess-string): Swap link
4156         normalization and inernal link targeting.
4158         * org-publish.el (org-publish-needed-p): Create timestamp
4159         directory when it does not exist.
4161 2008-07-04  Bastien Guerry  <bzg@altern.org>
4163         * org-clock.el (org-clock-out-when-done): Doc fix.
4165         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4167         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4168         Ignore case when searching for the COMMENT cookie at export time.
4170 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4172         * org-exp.el (org-get-file-contents)
4173         (org-get-and-remove-property): New functions.
4174         (org-export-handle-include-files): Handle the new prefix options.
4175         (org-export-as-html): Fix the verse environment.
4177 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4179         * org.el (org-time=, org-time<, org-time<=, org-time>)
4180         (org-time>=, org-time<>, org-2ft): New functions.
4181         (org-op-to-function): Also provide for the time testing fucntions.
4183 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4185         * org-exp.el (org-export-html-style-default): New constant.
4187 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4189         * org-exp.el (org-export-html-style-extra): New variable.
4190         (org-export-splice-style): New function.
4192 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4194         * org-exp.el (org-export-plist-vars, org-export-as-html):
4195         Implement `org-export-creator-info'.
4196         (org-export-creator-info): New option.
4198 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4200         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4201         (org-property-drawer-re, org-clock-drawer-re): New constants.
4203 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4205         * org-exp.el (org-icalendar-use-deadline)
4206         (org-icalendar-use-scheduled): New options.
4207         (org-icalendar-include-todo): Default changed to t.
4208         (org-print-icalendar-entries): Implement better utilization of
4209         scheduling and deadline time stamps.
4210         (org-export-target-internal-links, org-export-as-html): Allow file
4211         lines without the "file:" prefix if the file path is an absolute
4212         path or starts with ".".
4214         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4215         lastweek etc.
4216         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4218 2008-06-18  Glenn Morris  <rgm@gnu.org>
4219         * org.el (org-map-entries): Let-bind `file'.
4221 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4223         * org.el (org-agenda-skip-archived-trees): Docstring now
4224         discourages using this.
4225         (org-scan-tags): Check for org-agenda-archives-mode.
4226         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4227         (org-agenda-files): Functionality of second arg changed.
4229         * org-agenda.el (org-agenda-archives-mode): New variable
4230         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4231         (org-search-view, org-todo-list, org-tags-view)
4232         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4233         `ifmode' argument.
4234         (org-agenda-quit): Reset the archives mode.
4235         (org-agenda-archives-mode): New command.
4236         (org-agenda-set-mode-name): Include archives info.
4238 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4240         * org.el (org-paste-subtree): Make sure the yanked headline is
4241         visible if it was yanked at a visible point.
4242         (org-move-item-up): Fix the bug with moving white space at the end
4243         of the item.
4244         (org-show-empty-lines-in-parent): New function.
4246 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4248         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4250         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4252         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4253         agenda prefix as well.
4255         * org-publish.el (org-publish-org-index): Make a properly indented
4256         list.
4258         * org.el (org-calendar-agenda-action-key): New option.
4259         (org-get-cursor-date): New function.
4260         (org-mark-entry-for-agenda-action): New command.
4261         (org-overriding-default-time): New variable.
4262         (org-read-date): Respect `org-overriding-default-time'.
4264         * org-remember.el (org-remember-apply-template): Respect the
4265         ovverriding default time.
4267         * org-agenda.el (org-agenda-action-marker): New variable.
4268         (org-agenda-action): New command.
4269         (org-agenda-do-action): New function.
4271 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4273         * org.el (org-schedule, org-deadline): Protect scheduled and
4274         deadline tasks against changes that accidently remove the
4275         repeater.  Also show a message with the new date when done.
4277 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4279         * org.el (org-beginning-of-line): Cater for the case when there
4280         are tags but no headline text.
4281         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4282         it set.
4284 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4286         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4287         the return value is nil instead of "nil" when there is no match.
4289         * org-exp.el (org-insert-centered): Use fill-column instead of
4290         80.
4291         (org-export-as-ascii): Use string-width to measure the width of
4292         the heading.
4294         * org.el (org-diary-to-ical-string): No longer kill buffer
4295         FROMBUF, this is now done by the caller.
4297         * org-exp.el (org-print-icalendar-entries): Move the call to
4298         `org-diary-to-ical-string' out of the loop, and kill the buffer
4299         afterwords.
4301         * org-remember.el (org-remember-visit-immediately): Position
4302         cursor after moving to the note.
4303         (org-remember-apply-template): Use a text property to record the
4304         cursor position.
4305         (org-remember-handler): Align tags after pasting the note.
4307 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4309         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4311         * org-agenda.el (org-agenda-open-link): If there is an
4312         org-bbdb-name property in the current line, jump to that bbdb
4313         entry.
4315         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4316         text property, so that the agenda knows where this entry comes
4317         from.
4319         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4320         interaction between clocking-in from the agenda, and  automatic
4321         task state switching.
4323         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4325         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4326         zmacs-region stays after this command in XEmacs.
4328 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4330         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4332         * org-remember.el (org-remember-templates): Fix bug in
4333         customization type definition.
4335         * org.el (org-map-entries): New function.
4337 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4339         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4340         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4342 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4344         * org-remember.el (org-jump-to-target-location): New variable.
4345         (org-remember-apply-template): Set
4346         `org-remember-apply-template' if requested by template.
4347         (org-remember-handler): Start an idle timer to jump to
4348         remember location.
4350         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4352         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4353         file tags.
4354         (org-get-tags-at): Add the content of `org-file-tags'.
4356         * org-exp.el (org-export-handle-comments): Fix bug with several
4357         comment lines after each other.
4358         (org-number-to-roman, org-number-to-counter): New functions.
4359         (org-export-section-number-format): New option.
4361 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4363         * org-exp.el (org-export-protect-examples): Catch the case of a
4364         missing end_example line.
4366         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4367         `org-file-tags' to nil.
4369         * org-colview.el (org-columns-next-allowed-value): Handle next
4370         argument NTH to directly select a value.
4372         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4373         argument NTH to directly select a value.
4375 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4377         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4379 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4381         * org.el (org-columns-ellipses): New option.
4383 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4385         * org-colview.el (org-columns-add-ellipses): New function.
4386         (org-columns-compact-links): New function.
4387         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4388         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4389         when in agenda.
4390         (org-columns-edit-value): Fixed bug with editing values from
4391         agenda column view.
4392         (org-columns-redo): Also redo the agenda itself.
4394 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4396         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4397         option.
4399         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4401         * org-exp.el (org-export-ascii-preprocess): Renamed from
4402         `org-export-ascii-clean-string'.
4403         (org-export-kill-licensed-text)
4404         (org-export-define-heading-targets)
4405         (org-export-handle-invisible-targets)
4406         (org-export-target-internal-links)
4407         (org-export-remove-or-extract-drawers)
4408         (org-export-remove-archived-trees)
4409         (org-export-protect-quoted-subtrees)
4410         (org-export-protect-verbatim, org-export-protect-examples)
4411         (org-export-select-backend-specific-text)
4412         (org-export-mark-blockquote-and-verse)
4413         (org-export-remove-comment-blocks-and-subtrees)
4414         (org-export-handle-comments, org-export-mark-radio-links)
4415         (org-export-remove-special-table-lines)
4416         (org-export-normalize-links)
4417         (org-export-concatenate-multiline-links)
4418         (org-export-concatenate-multiline-emphasis): New functions,
4419         obtained from spliiting the export preprocessor.
4421         * org-table.el (org-table-recalculate): Improve error message if
4422         the row number is invalid.
4424 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4426         * org-archive.el (org-archive-save-context-info): Fix bugs in
4427         customization setup and docstring.
4429         * org-exp.el (org-export-html-style): Changed the size of in the
4430         <pre> element to 90%.
4432 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4434         * org.el (org-find-src-example-start): Function removed.
4435         (org-edit-src-find-region-and-lang): New function.
4437 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4439         * org.el (org-edit-src-exit): New function.
4440         (org-exit-edit-mode): New minor mode.
4442         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4443         comment-like lines from protected examples.
4445         * org.el (org-edit-src-example, org-find-src-example-start)
4446         (org-protect-source-example, org-edit-special): New functions.
4448 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4450         * org-publish.el (org-publish-project-alist): Fix typo in
4451         docstring.
4452         (org-publish-project-alist): Handle :index-title property.
4454 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4456         * org-export-latex.el (org-export-as-latex): Make sure region
4457         bounds are correct.  Parse subtree properties relating to export.
4459         * org-exp.el (org-export-add-options-to-plist): New function.
4460         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4462 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4464         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4465         EXPORT_TITLE.
4467         * org-exp.el (org-export-get-title-from-subtree)
4468         (org-export-as-ascii, org-export-as-html): Make sure the original
4469         region-beginning and region-end are used, even after moving
4470         point.
4471         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4472         property.
4474         * org-remember.el (org-remember-last-stored-marker): New variable.
4475         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4476         (org-remember-handler): Also use marker to remember
4477         last-stored position.
4479         * org.el (org-goto-marker-or-bmk): New function.
4481 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4483         * org.el (org-file-properties): Renamed from `org-local-properties'.
4484         (org-scan-tags): Take file tags into account.
4485         (org-tags-match-list-sublevels): Default changed to t.
4487         * org-exp.el (org-export-as-html): Close paragraph after a
4488         footnote.
4490         * org.el (org-update-parent-todo-statistics): New function.
4492         * org-exp.el (org-icalendar-store-UID): New option.
4493         (org-icalendar-force-UID): Option removed.
4494         (org-print-icalendar-entries): IMplement UIDs.
4496 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4498         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4500 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4502         * org-faces.el (org-column): Document how this face is being used
4503         and why sometimes the background faces shine through.
4505         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4507         * org-publish.el (org-publish-attachment): Create publishing
4508         directory if it does not yet exist.
4510         * org-table.el (org-calc-default-modes): Change default number
4511         format to (float 8).
4513         * org.el (org-olpath-completing-read): New function.
4514         (org-time-clocksum-format): New option.
4515         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4517         * org-clock.el (org-clock-display, org-clock-out)
4518         (org-update-mode-line): Use `org-time-clocksum-format'.
4520         * org-colview-xemacs.el (org-columns-number-to-string): Use
4521         `org-time-clocksum-format'.
4523         * org-colview.el (org-columns-number-to-string): Use
4524         `org-time-clocksum-format'.
4526 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4528         * org-id.el: New file, move from contrib to core.
4530         * org-exp.el (org-icalendar-force-UID): New option.
4532 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4534         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4535         shifted by one day if theere is a date range without an end
4536         time.
4538         * org.el (org-try-structure-completion): New function.
4540 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4542         * org.el (org-set-font-lock-defaults): Improve fontification of
4543         description lists.
4544         (org-insert-item): Handle description lists.
4545         (org-adaptive-fill-function): Improve auto indentation in
4546         description lists.
4548         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4549         Implement VERSE environment.
4550         (org-export-preprocess-string): Implement the COMMENT
4551         environment.
4553         * org-export-latex.el (org-export-latex-preprocess): Implement
4554         VERSE environment.
4556 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4558         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4559         option.
4561 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4563         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4565         * org.el (org-quote-csv-field): New functions.
4567         * org-table.el (org-table-export-default-format): Remove :splice
4568         from default format, we get the same effect by not specifying
4569         :tstart and :tend.
4570         (org-table-export): Improve setup, distinguish better between
4571         interactive and non-interactive use, allow specifying the format
4572         on the fly, better protection against wrong file names.
4573         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4574         and :tend when :splice is omitted.
4576 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4578         * org-clock.el (org-clock-select-task): Make sure the selection
4579         letters are 1-9 and A-Z, no special characters.
4581 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4583         * org-exp.el (org-export-htmlize): New group.
4584         (org-export-htmlize-output-type)
4585         (org-export-htmlize-css-font-prefix): New options.
4586         (org-export-htmlize-region-for-paste): New function.
4587         (org-export-htmlize-generate-css): New command.
4589 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4591         * org/org.el (org-modules, org-format-latex-options):
4592         * org/org-archive.el (org-archive-stamp-time)
4593         (org-archive-save-context-info):
4594         * org/org-faces.el (org-hide):
4595         * org/org-irc.el (org-irc-parse-link):
4596         * org/org-macs.el (org-call-with-arg, org-autoload):
4597         * org/org-mew.el (org-mew-store-link):
4598         * org/org-remember.el (org-remember-store-without-prompt)
4599         (org-remember-templates): Fix typos in docstrings.
4601         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4603         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4604         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4605         (org-bbdb-anniv-split): Fix typos in docstrings.
4607         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4608         (org-publish-use-timestamps-flag): Reflow docstring.
4609         (org-publish-files-alist): Fix typos in docstring.
4611 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4613         * org.el (org-set-visibility-according-to-property): New function.
4614         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4615         and compute the regular expressions, and update font-lock.
4616         (org-property-re): Allow a dash in property names.
4618         * org-archive.el (org-extract-archive-file): Insert the file name
4619         without the path into the format, to allow the location format to
4620         contain a subdirectory.
4622         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4623         of buffer, and the `org-agenda-type' property undefined, use the
4624         value from the character before.
4626         * org.el (org-add-planning-info): Don't let indentation for
4627         would-be timestamp become extra whitespace at the end of headline.
4629 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4631         * org.el (org-remove-double-quotes, org-file-contents): New
4632         functions.
4634         * org-exp.el (org-infile-export-plist): Also parse the
4635         contents of #+SETUPFILE files, recursively.
4637         * org.el (org-set-regexps-and-options): Also parse the
4638         contents of #+SETUPFILE files, recursively.
4640         * org-exp.el (org-export-handle-include-files): New function.
4641         (org-export-preprocess-string): Call
4642         `org-export-handle-include-files'.
4644         * org.el (org-delete-property-globally)
4645         (org-delete-property, org-set-property): Ignore case during
4646         completion.
4647         (org-set-property): Use `org-completing-read' instead of
4648         `completing-read'.
4650         * org.el (org-complete-expand-structure-template): New,
4651         experimental function.
4652         (org-structure-template-alist): New, experimental option.
4653         (org-complete): Call `org-complete-expand-structure-template'.
4655 2008-05-06  Bastien Guerry  <bzg@altern.org>
4657         * org-export-latex.el (org-export-latex-preprocess): Added
4658         support for blockquotes.
4660 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4662         * org.el (org-read-date-analyze): Catch the case where only a
4663         weekday is given.
4665 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4667         * org.el (org-set-font-lock-defaults): Make the description
4668         tag bold.
4670         * org-exp.el (org-export-as-html, org-close-li): Implement
4671         description lists.
4673 2008-05-04  Jason Riedy  <jason@acm.org>
4675         * org-table.el (*orgtbl-default-fmt*): New variable.
4676         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4677         when there is no other fmt available.
4679         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4680         :tend to suppress the appropriate string.
4682         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4683         table.
4685 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4687         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4688         read date.
4690         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4691         New function.
4693         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4694         New function.
4696 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4698         * org-clock.el (org-clock-find-position): Don't include notes
4699         into clock drawer.
4701         * org-archive.el (org-archive-subtree): No longer remove an
4702         extra line after cutting the subtree.  `org-cut-subtree' already
4703         takes care of this.
4705         * org-remember.el (org-remember-handler): Only kill the target
4706         buffer if it does not contain the running clock.
4708         * org.el (org-markers-to-move): New variable.
4709         (org-save-markers-in-region, org-check-and-save-marker)
4710         (org-reinstall-markers-in-region): New function.
4711         (org-move-subtree-down, org-copy-subtree): Remember relative
4712         marker positions before cutting.
4713         (org-move-subtree-down, org-paste-subtree): Restore relative
4714         marker positions after pasting.
4716         * org-remember.el (org-remember-clock-out-on-exit): New option.
4717         (org-remember-finalize): Clock out only if the setting in
4718         `org-remember-clock-out-on-exit' requires it.
4719         (org-remember-handler): Do the cleanup in the buffer, to make sure
4720         that the clock marker remains in tact.
4722 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4724         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4725         (org-clock-in): Make sure that also tasks outside the narrowed
4726         region will be clocked in correctly.
4727         (org-clock-insert-selection-line): Widen the buffer so that we can
4728         find the correct task heading.
4730         * org.el (org-base-buffer): New function.
4732         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4733         and ";" are escaped.
4734         (org-print-icalendar-entries): Also apply
4735         `org-icalendar-cleanup-string' to the headline, not only to the
4736         summary property.
4738 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4740         * org-exp.el (org-export-preprocess-hook): New hook.
4741         (org-export-preprocess-string): Call
4742         `org-export-preprocess-hook'.
4744         * org.el (org-font-lock-hook): New variable.
4745         (org-font-lock-hook): New function.
4746         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4748 ;; Local Variables:
4749 ;; coding: utf-8
4750 ;; add-log-time-zone-rule: t
4751 ;; End:
4753     Copyright (C) 2008  Free Software Foundation, Inc.
4755   This file is part of GNU Emacs.
4757   GNU Emacs is free software: you can redistribute it and/or modify
4758   it under the terms of the GNU General Public License as published by
4759   the Free Software Foundation, either version 3 of the License, or
4760   (at your option) any later version.
4762   GNU Emacs is distributed in the hope that it will be useful,
4763   but WITHOUT ANY WARRANTY; without even the implied warranty of
4764   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4765   GNU General Public License for more details.
4767   You should have received a copy of the GNU General Public License
4768   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4770 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c