Bugfix about using a separate frame for the Calendar.
[org-mode.git] / lisp / ChangeLog
blob9cb0aa5a1e4ed9352774a9348f7920b7eda6f03b
1 2009-07-21  Bastien Guerry  <bzg@altern.org>
3         * org.el (org-eval-in-calendar): Fix a bug about calendar
4         navigation when `calendar-setup' value is 'calendar-only.
6 2009-07-19  Bastien Guerry  <bzg@altern.org>
8         * org.el (orgstruct++-mode): Fix typo in docstring.
9         (org-insert-link): Clean up: (or (...)) => (...)
10         (org-insert-link): Use TAB for stored links completion.
12 2009-07-18  Bastien Guerry  <bzg@altern.org>
14         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
15         building the list of targets.
17         * org-remember.el (org-remember-delete-empty-lines-at-end): New
18         option.
19         (org-remember-handler): Use the new option.
21 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
23         * org.el (org-tags-sort-function): New option for sorting tags.
24         (org-set-tags): Use the new option to sort tags.
26         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
27         premature deletion of the data when using org-plot in a script.
29 2009-07-17  Bastien Guerry  <bzg@altern.org>
31         * org-clock.el (org-clock-in-prepare-hook): New hook.
32         (org-clock-in): Use this new hook.
34 2009-07-16  Bastien Guerry  <bzg@altern.org>
36         * org.el (org-special-ctrl-a/e): Explicitely bind the value
37         'reversed for this option to the "true line boundary first"
38         behavior.
39         (org-tags-match-list-sublevels): Document the 'indented value for
40         this variable.
42         * org-latex.el (org-export-latex-first-lines): Fix problem with
43         publishing the region.
45         * org-exp.el (org-export-format-source-code-or-example): Fix
46         bad line numbering when exporting examples in HTML.
48 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
50         * org-clock.el (org-clock-goto): Find hidden headlines as well.
52         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
54         * org-plot.el (org-plot/add-options-to-plist): Add timeind
55         option.
57 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org-publish.el (org-publish-remove-all-timestamps): New function.
60         (org-publish-all): Remove all timestamp files if `org-publish-all'
61         is called with a prefix argument.
63         * org-list.el (org-indent-item): Fix typo.
64         (org-item-indent-positions): Normalize ordered bullet.
66         * org-html.el (org-export-html-home/up-format): New option.
67         (org-export-as-html): Insert the up and HOME links.
69 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
71         * org-html.el (org-export-as-html): Insert the title into the
72         option plist.
73         (org-export-html-insert-plist-item): New function.
74         (org-export-as-html): Call `org-export-html-insert-plist-item'.
76         * org-macs.el (org-set-local): Make a local variable, do not make
77         the variable buffer-local!
79         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
81         * org-html.el (org-export-as-html): Call `org-install-letbind'.
83         * org-docbook.el (org-export-as-docbook): Call
84         `org-install-letbind'.
86         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
88         * org-exp.el (org-infile-export-plist): Read BIND lines.
89         (org-install-letbind): New function.
90         (org-export-as-org, org-export-preprocess-string): Call
91         `org-install-letbind'.
93         * org-src.el (org-edit-src-exit): Untabify the example before
94         returning to Org.
96         * org-list.el (org-list-demote-modify-bullet): New option.
97         (org-first-list-item-p): Save point.
98         (org-fix-bullet-type): New optional argument FORCE-BULLET.
99         (org-indent-item): Honor `org-list-demote-modify-bullet'.
100         (org-item-indent-positions): Return bullet types along with
101         indentation.
103 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org.el (org-show-entry): Hide drawers.
107 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org-footnote.el (org-footnote-auto-adjust): New option.
110         (org-footnote-auto-adjust-maybe): New function.
111         (org-footnote-new, org-footnote-delete): Call
112         `org-footnote-auto-adjust-maybe'.
114         * org.el (org-startup-options): Add new footnote-related
115         keywords.
117         * org-publish.el (org-publish-timestamp-filename): Additional
118         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
119         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
120         TRUE-PUB-DIR.  Pass them through to
121         `org-publish-timestamp-filename'.
122         (org-publish-update-timestamp): Additional arguments PUB-DIR and
123         PUB-FUNC, which are included in the hash.
124         (org-publish-file): Delay timestamp test until the publishing
125         function is known.
127 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
130         setting the deadline.
132         * org.el (org-read-date-final-answer): New variable.
133         (org-read-date): Store the final answer string, including the date
134         from the calendar, for reuse by agenda bulk commands.
136         * org-publish.el (org-publish-attachment): Fix publishing of
137         attachments.
139         * org-latex.el (org-export-latex-quotation-marks): Fix export of
140         quotation makrs in parenthesis.
141         (org-remove-initial-hash): New function.
142         (org-export-latex-preprocess): Fix bug with infinite loop if
143         environment is not properly closed.
145         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
146         when indented.
148         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
149         highlight also when indented.
151 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org-footnote.el (org-footnote-renumber-fn:N): New command.
154         (org-footnote-action): Offer renumbering.
156         * org.el (org-cycle): Honor the `integrate' value of
157         org-cycle-include-plain-lists'.
159         * org-list.el (org-cycle-include-plain-lists): New allowed value
160         `internal'.  Improve the docstring.
162         * org.el (org-set-autofill-regexps): Improve the paragraph-start
163         regexp to work better with LaTeX commands.
165 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
167         * org-feed.el (org-feed-update): fix problem with non-existing
168         buffer.
169         (org-feed-skip-http-headers): New function.
170         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
171         (org-feed-get-feed): Fix command line arguments for curl.
173 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
176         and eps extensions.
178 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
180         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
181         loaded.
183         * org.el (org-map-entries): No longer force
184         `org-tags-match-list-sublevels' to t during a todo-only tags
185         search.
187 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
189         * org-latex.el (org-export-latex-low-levels): Allow user-defined
190         environment.
191         (org-export-latex-subcontent): Handle user-defined environment.
193         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
194         the View dispatcher.
196         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
197         `make-overlay'.
199         * org-latex.el (org-export-as-pdf): Protect match data during call
200         to shell-quote-argument.
202         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
203         (org-agenda-view-mode-dispatch): New function.
205 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
207         * org-agenda.el (org-agenda-mode): Reset list of marks.
208         (org-agenda-mode-map): Define new keys for refile and bulk action.
209         (org-agenda-menu): Add menu itesm for refile and bulk action.
210         (org-agenda-refile): New function.
211         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
212         (org-agenda-marked-entries): New variable.
213         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
214         (org-agenda-remove-all-bulk-action-marks)
215         (org-agenda-bulk-action): New functions/commands.
217 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
219         * org-exp.el (org-get-file-contents): Protect org-like lines in
220         included files.
221         (org-export-format-source-code-or-example): Remove newlines.
223         * org-latex.el (org-export-latex-links): Check for no-description
224         marking.
226         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
227         argument separator back to comma.
228         (org-export-normalize-links): Mark links without description.
230 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
232         * org-exp.el (org-infile-export-plist): Fix bug in macro
233         processing.
235         * org-agenda.el (org-agenda-clock-out): Update line after clocking
236         out.
237         (org-agenda-highlight-todo): Fix bug with highlighting.
239 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
242         new alignment strings.
244         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
245         command list.
246         (org-table-align): Check for forced align type.
248         * org.el (org-self-insert-command): Add yas/expand to command
249         list.
251         * org-clock.el (org-clock-in-hook): New hook.
252         (org-clock-in): Run `org-clock-in-hook.
253         (org-clock-out-hook): New hook.
254         (org-clock-out): Run `org-clock-out-hook.
255         (org-clock-cancel-hook): New hook.
256         (org-clock-cancel): Run `org-clock-cancel-hook.
257         (org-clock-goto-hook): New hook.
258         (org-clock-goto): Run `org-clock-goto-hook.
260 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
262         * org.el (org-store-link): Better default description for link to
263         Org-mode headline.
265         * org-exp.el (org-export-generic): Autoload the generic exporter
266         function.
267         (org-export): Implement the `g' key for the generic exporter.
269 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
272         and for zbacktab'.
274         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
276         * org-exp.el (org-infile-export-plist): Get macros also from
277         #+SETUPFILE.
279 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org-colview.el (org-columns-capture-view): Protect vertical bars
282         in column values.
283         (org-columns-capture-view): Exclude comment and archived trees.
285         * org-colview-xemacs.el (org-columns-capture-view): Protect
286         vertical bars in column values.
287         (org-columns-capture-view): Exclude comment and archived trees.
289         * org.el (org-quote-vert): New function.
291         * org-latex.el (org-export-latex-verbatim-wrap): New option.
293         * org-exp.el (org-export-format-source-code-or-example): Use
294         `org-export-latex-verbatim-wrap'.
296         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
297         time stamps.
299         * org-html.el (org-export-table-row-tags): New option.
300         (org-format-org-table-html): Rename `nlines' to `nline', use new
301         option.
304 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-exp-blocks.el: Declare functions and variables.
308         * org-remember.el (org-remember-templates): Allow the headline
309         element to be a function.
310         (org-remember-apply-template): If the headline is a function, call
311         it to get the true function.
313         * org-clock.el (org-clock-menu): New function.
314         (org-clock-update-mode-line): Update help string.
315         (org-clock-modify-effort-estimate): New function.
316         (org-clock-mark-default-task): New function.
318         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
319         minutes as input.
320         (org-org-menu): Add new clocking stuff.
321         (org-clock-is-active): New function.
323 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org.el (org-open-non-existing-files): Improve docstring.
327 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
329         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
330         option.
331         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
333         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
335         * org-list.el (org-get-checkbox-statistics-face): Use the new
336         faces.
338         * org-faces.el (org-checkbox-statistics-todo)
339         (org-checkbox-statistics-done): New faces.
341 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
344         (org-edit-src-exit): Better cursor positioning when returning from
345         editing.
347         * org-latex.el (org-export-latex-use-verb): New variable.
348         (org-export-latex-emph-format): Prefer \texttt over \verb when
349         org-export-latex-use-verb is set.
351 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
353         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
354         at normal indentation.
356         * org-html.el (org-export-html-close-lists-maybe): Also look at
357         normal indentation.
359         * org-remember.el (org-remember-handler): Abort remember if the
360         buffer is empty.
362         * org-src.el (org-edit-src-content-indentation): New option.
363         (org-edit-src-exit): Apply extra indentation.
365         * org-exp.el (org-export-format-source-code-or-example): Run
366         `org-src-mode-hook'.
368         * org-src.el (org-src-mode-hook): New variable.
369         (org-edit-src-code): Run `org-src-mode-hook'.
371 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
373         * org.el (org-indent-line-function): Fix indentation of +#end lines.
375         * org-src.el (org-edit-src-get-indentation): New function.
376         (org-edit-src-code): Base indentation on the begin line.
378 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
380         * org-gnus.el (org-gnus-store-link): Require message.el in
381         org-gnus-store-link.
383 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org-src.el: New file, split out of org.el
387         * org-docbook.el (org-export-as-docbook): Better indentation
388         treatment.
390         * org-macs.el (org-replace-match-keep-properties): New function.
392         * org-exp.el (org-export-mark-blockquote-verse-center): Better
393         preprocessing of center and quote and verse blocks.
395         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
396         (org-export-as-docbook): Close lists when original indentation
397         mandates it.
399         * org-html.el (org-export-html-close-lists-maybe): New function.
400         (org-export-as-html): Close lists when original indentation
401         mandates it.
403         * org-list.el (org-list-end): Respect the stored "original"
404         indentation when determining the end of the list.
406         * org-exp.el (org-export-replace-src-segments-and-examples):
407         Remember indentation correctly.
409 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-clock.el (org-clock-update-mode-line): Apply face
412         org-mode-line-clock.
414         * org-faces.el (org-mode-line-clock): New face.
416 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
418         * org-gnus.el (org-gnus-store-link): Fix bug where
419         `org-gnus-store-link' used wrong subject when called in an article
420         buffer.  Patch provided by fengli AT gmail DOT com.
422 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org-exp.el (org-export-format-source-code-or-example): Remember
425         the original indentation of source code snippets and examples.
427         * org-latex.el (org-export-as-latex): Relocate the table of
428         contents.
430         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
432         * org-agenda.el (org-run-agenda-series): Scope global options also
433         when creating the agenda buffer.
435 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org.el (org-adapt-indentation): Improve documentation.
438         (org-insert-property-drawer): Respect org-adapt-indentation when
439         inserting the drawer.
440         (org-remove-flyspell-overlays-in): New function.
441         (org-do-emphasis-faces, org-activate-plain-links)
442         (org-activate-code, org-fontify-meta-lines-and-blocks)
443         (org-activate-angle-links, org-activate-footnote-links)
444         (org-activate-bracket-links, org-activate-dates)
445         (org-activate-target-links, org-activate-tags): Remove flyspell
446         overlays.
448 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
450         * org.el (org-edit-src-save): New function.
452         * org-clock.el (org-clock-out-switch-to-state): New option.
453         (org-clock-out): Honor `org-clock-out-switch-to-state'.
455         * org-compat.el (org-compatible-face): Improve macro.
457         * org.el (org-global-properties-fixed): Add default for
458         CLOCK_MODELINE_TOTAL.
460         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
461         andd tend.
462         (org-clock-sum-current-item): Optional argument TSTART, pass it to
463         org-clock-sum.
464         (org-clock-get-sum-start): New function.
466         * org.el (org-startup-options): New keywords blockhide and
467         blockshow.
468         (org-mode): Add new invisibility spec.
469         (org-set-startup-visibility): Hide block on startup if so
470         desired.
471         (org-hide-block-startup): New option.
472         (org-block-regexp): New constant.
473         (org-hide-block-overlays): New variable.
474         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
475         (org-show-block-all, org-hide-block-toggle-maybe)
476         (org-hide-block-toggle): New functions.
477         (org-edit-src-exit): Do not quote lines starting with # and no +
478         behind it.
479         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
480         entry.
482 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
484         * org.el (org-buffer-property-keys): Add Effort property for
485         completion.
487 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
490         when retrieving total clocked time in the subtree.
492         * org.el (org-quoting-blocks): New variable.
494 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
496         * org-table.el (org-table-store-formulas)
497         (org-table-get-stored-formulas, org-table-fix-formulas)
498         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
499         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
501         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
502         indented #+TBLFM line.
504         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
505         indented #+TBLFM line.
507         * org-colview.el (org-dblock-write:columnview): Allow indented
508         #+TBLFM line.
510         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
511         indented #+TBLFM line.
513         * org-clock.el (org-dblock-write:clocktable): Allow indented
514         #+TBLFM line.
516 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
518         * org-exp.el (org-export-format-source-code-or-example): Make
519         editing indented blocks work correctly.
521         * org.el (org-edit-src-nindent): New variable.
522         (org-edit-src-code, org-edit-fixed-width-region)
523         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
524         editing indented blocks work correctly.
526 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
528         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
529         indented blocks.
530         (org-export-format-source-code-or-example): Fix indentation of
531         blocks.
532         (org-export-remove-indentation): New function.
533         (org-export-select-backend-specific-text): Allow backend-specific
534         code to be indented.
535         (org-export-mark-blockquote-verse-center): Allow markers to be
536         indented.
538         * org.el (org-fontify-meta-lines): New function.
539         (org-set-font-lock-defaults): Call the new fontification
540         function.
542         * org-faces.el (org-meta-line): New face
543         (org-block):  New face.
545 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-treat-insert-todo-heading-as-state-change)
548         (org-treat-S-cursor-todo-selection-as-state-change): New
549         variables.
550         (org-insert-todo-heading): Honor
551         `org-treat-insert-todo-heading-as-state-change'.
552         (org-shiftright, org-shiftleft): Honor
553         `org-treat-S-cursor-todo-selection-as-state-change'.
554         (org-inhibit-logging): New variable.
556 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
558         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
559         range for marker position checking.
561         * org-latex.el (org-export-latex-first-lines): Fix bug when
562         exporting a region.
564 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-exp.el (org-export-push-to-kill-ring): Protect using
567         x-set-selection, because that does not always work.
569         * org-agenda.el (org-agenda-list): Apply the new face
570         `org-agenda-date-today'.
572         * org-faces.el (org-agenda-date-today): New face.
574 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
576         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
577         creating appointments.
579         * org-latex.el (org-export-latex-low-levels): Fix customization
580         type.
582         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
583         priority commands.
585         * org-agenda.el (org-agenda-priority): Disable priority commands.
587         * org.el (org-enable-priority-commands): New option.
589         * org-colview-xemacs.el (org-columns-compute)
590         (org-columns-number-to-string): Fix problems with empty fields.
592         * org-colview.el (org-columns-compute)
593         (org-columns-number-to-string): Fix problems with empty fields.
595         * org-exp.el (org-export-push-to-kill-ring): New function.
596         (org-export-copy-to-kill-ring): New option.
598         * org-latex.el (org-export-as-latex): Call
599         `org-export-push-to-kill-ring'.
601         * org-html.el (org-export-as-html): Call
602         `org-export-push-to-kill-ring'.
604         * org-docbook.el (org-export-as-docbook): Call
605         `org-export-push-to-kill-ring'.
607         * org-ascii.el (org-export-as-ascii): Call
608         `org-export-push-to-kill-ring'.
610         * org-exp.el (org-export-show-temporary-export-buffer): New
611         option. 
613         * org-latex.el (org-export-as-latex): Use
614         `org-export-show-temporary-export-buffer'.
616         * org-html.el (org-export-as-html): Use
617         `org-export-show-temporary-export-buffer'.
619         * org-docbook.el (org-export-as-docbook): Use
620         `org-export-show-temporary-export-buffer'.
622         * org-ascii.el (org-export-as-ascii-to-buffer): Use
623         `org-export-show-temporary-export-buffer'.
625         * org-exp.el (org-export-show-temporary-export-buffer): New
626         option.
627         (org-export-push-to-kill-ring): New function.
629         * org-colview.el (org-columns-compile-map): New variable.
630         (org-columns-new, org-columns-compute)
631         (org-columns-number-to-string, org-columns-uncompile-format)
632         (org-columns-compile-format): Implement new operators.
634 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
636         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
638         * org-html.el (org-export-html-xml-declaration): New option.
639         (org-export-as-html): Use `org-export-html-xml-declaration'.
641         * org-list.el (org-update-checkbox-count): Make property
642         dependent.
644         * org.el (org-hierarchical-todo-statistics): New option.
645         (org-update-parent-todo-statistics): Modified to handle recursive
646         statistics.
648 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org-publish.el (org-publish): Make this function behave
651         correctly in interactive use when called with a prefix argument.
653         * org.el (org-todo-statistics-hook): New hook.
654         (org-update-parent-todo-statistics): Use new hook.
655         (org-log-into-drawer): New function.
656         (org-add-log-setup): Use the new `org-log-into-drawer' function to
657         determine if we should be logging into a drawer.
658         (org-log-into-drawer): Update docstring.
659         (org-default-properties): Add LOG_INTO_DRAWER as a property.
661         * org-list.el (org-checkbox-statistics-hook): New hook.
662         (org-update-checkbox-count-maybe): Use new hook.
664         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
665         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
666         to kill ring.
668 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
671         a line.
673 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
676         better bufer-generating mechanism.
677         (org-edit-src-find-buffer): New function.
679         * org-icalendar.el (org-print-icalendar-entries): Don't check for
680         archive tag, this is already done by `org-agenda-skip'.
681         data while constructing lost of tags.
683 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
686         as argument separator in macros.
688         * org-html.el (org-export-as-html): Add xml declaration.
690 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
692         * org.el (org-after-sorting-entries-or-items-hook): New hook.
693         (org-sort-entries-or-items): Run the new hook.
694         (org-after-refile-insert-hook): New hook.
695         (org-refile): Run `org-after-refile-insert-hook'.
697         * org-agenda.el (org-agenda-get-progress): Never take time of day
698         from headline when displaying progress.
700         * org-latex.el (org-export-latex-complex-heading-re): New variable.
701         (org-export-as-latex): Force the correct regexp in the
702         preprocessor buffer.
703         (org-export-latex-set-initial-vars): Set
704         `org-export-latex-complex-heading-re'.
706         * org-agenda.el (org-agenda-start-with-log-mode): New option.
707         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
709 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-latex.el (org-export-latex-tables-centered): New option.
712         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
714         * org-exp.el (org-export-as-org): New command.
715         (org-export-as-org): New command.
717         * org-publish.el (org-publish-org-to-org): New function.
719 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org.el (org-yank): Just call `org-yank-generic'.
722         (org-yank-generic): New function, containing the formaer
723         functionality of `org-yank'.
725         * org-latex.el (org-export-latex-not-done-keywords)
726         (org-export-latex-done-keywords): New variables.
727         (org-export-latex-todo-keyword-markup): New option.
728         (org-export-latex-set-initial-vars): Remember the TODO keywords.
729         (org-export-latex-keywords-maybe): Apply the TODO markup.
731 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
733         * org-exp.el (org-infile-export-plist): Add more default macros.
734         (org-export-preprocess-apply-macros): Process macro arguments.
736 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
739         `unblocked'.
740         (org-print-icalendar-entries): Respect the new value of
741         `org-icalendar-include-todo'.
743         * org.el (org-link-try-special-completion)
744         (org-file-complete-link): New functions.
745         (org-insert-link): Add special completion support for some link
746         types.
748         * org-bbdb.el (org-bbdb-complete-link): New function.
750 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
752         * org-list.el (org-update-checkbox-count): Allow recursive
753         statistics.
754         (org-hierarchical-checkbox-statistics): New option.
756         * org.el (org-cycle): Remove erraneous space character.
758         * org-icalendar.el (org-icalendar-timezone): Initialize from
759         environment.
761         * org-html.el (org-format-org-table-html): Specify the scope.
762         (org-format-table-table-html): Specify the scope.
763         (org-export-table-header-tags): Prepare the scope parameter.
765 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org-html.el
768         (org-export-html-table-use-header-tags-for-first-column): New
769         option.
771         * org.el (org-autoload): Fix autoloading of ascii export
772         functions.
773         (org-modules): Add org-special-blocks.
775 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org-icalendar.el (org-start-icalendar-file): Use the new option.
778         (org-ical-timezone): New option.
780         * org-exp.el (org-export-get-coderef-format): Use the description
781         is present.
783         * org.el (org-sort-entries-or-items): Improve docstring, and make
784         better implementation for time sorting.
786 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
788         * org.el (org-edit-src-persistent-message): New option.
789         (org-edit-src-code, org-edit-fixed-width-region): Use the new
790         option.
792         * org-clock.el (org-clock-insert-selection-line): Fix prefious
793         patch.
795         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
796         separate buffer instead of indirect buffer to edit source code.
797         (org-edit-src-exit): Make this function work with the new setup.
799         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
800         are properly fontified before shown in the selection menu.
802         * org.el (org-fontify-like-in-org-mode): New function.
804         * org-latex.el (org-export-latex-links): Use the property list to
805         retrieve the default image attributes.
807         * org-exp.el (org-export-plist-vars): Add a new option.
809 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org-exp.el (org-export, org-export-visible): Support ASCII
812         export to buffer
813         (org-export-normalize-links): Do not protect the description if it
814         is explicitly given.
816         * org-ascii.el (org-export-as-ascii-to-buffer)
817         (org-replace-region-by-ascii, org-export-region-as-ascii): New
818         commands.
819         (org-export-as-ascii): Add all the same parameters that are also
820         supported by the other export functions.
822         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
823         org-checklist.el.
824         (org-reset-checkbox-state-subtree): Call
825         `org-reset-checkbox-state-subtree'.
827         * org-remember.el (org-select-remember-template): For the
828         selection of a valid template.
830         * org-latex.el (org-export-region-as-latex): Supply the
831         force-no-subtree argument.
832         (org-export-as-latex): Provide better limits when exporting the
833         first line.  When exporting to string, we still want the first
834         lines.
835         (org-export-latex-first-lines): New argument END, to force the end
836         of the region.
837         (org-export-region-as-latex): Use the property list.
838         (org-export-as-latex):
840         * org-colview-xemacs.el (org-columns-remove-overlays)
841         (org-columns): Fix call to `local-variable-p'.
843 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
845         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
846         (org-export-as-html): Run the new hook.
848         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
849         (org-export-latex-preprocess): Run the new hook.
851         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
852         (org-export-preprocess-string): Run the new hook.
854 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
856         * org-macs.el (org-check-external-command): New defsubst.
858         * org.el (org-mode-map): New key for reload.
859         (org-format-latex): Better error message when external programs
860         are not available.
862         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
864         * org.el (org-sort-entries-or-items): Explicit sorting function
865         for priorities, needed for XEmacs compatibility.
867         * org-remember.el (org-remember-apply-template): Improve auto-save
868         behavior.
870 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-latex.el (org-export-latex-preprocess): Also protect
873         environments ending in a star.
875         * org-list.el (org-at-item-p): Fix regular expression.
877 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
879         * org.el (org-end-of-subtree): Improve speed.
881         * org-agenda.el (org-agenda-get-timestamps)
882         (org-agenda-get-progress, org-agenda-get-deadlines)
883         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
884         in particular, wait as long as possible to collect the tags.
885         (org-stuck-projects): Improve docstring.
887         * org.el (org-store-link): No errors when getting custom id before
888         first headline.
889         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
891 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
893         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
895         * org-protocol.el: Remove dependency on url.el.
896         (org-protocol-unhex-compound, org-protocol-open-source): Remove
897         dependency on url.el.
899         * org-latex.el (org-export-as-pdf): Use
900         `org-latex-to-pdf-process'.
902 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org-latex.el (org-latex-to-pdf-process): New option.
906         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
907         New option.
908         (org-agenda-get-timestamps): Honor
909         `org-agenda-skip-additional-timestamps-same-entry'.
911         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
912         (org-clock-goto): Find recent task only if
913         `org-clock-goto-may-find-recent-task' allows it.
915         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
916         drawers, and drawers that are missing the :END: line.
918 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
920         * org-clock.el (org-clock-goto): Go to recently clocked task if no
921         clock is running.
923 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org.el (org-update-parent-todo-statistics): Check for
926         STATISTICS_FROM property.
928         * org-list.el (org-update-checkbox-count): Check for
929         STATISTICS_FROM property.
931         * org.el (org-tab-first-hook)
932         (org-tab-after-check-for-table-hook)
933         (org-tab-after-check-for-cycling-hook): New hooks.
934         (org-cycle-internal-global, org-cycle-internal-local): New
935         functions, split out from `org-cycle'.
936         (org-cycle): Call the new hooks.
938 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
940         * org-exp.el (org-export-preprocess-string): Reset the list of
941         preferred targets for each run of the preprocessor.
943         * org.el (org-refile-target-verify-function): Improve
944         documentation.
945         (org-get-refile-targets): Respect point being moved by the
946         verification function.
948         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
949         option.
950         (org-export-latex-keywords): Use new option.
952         * org.el (org-rear-nonsticky-at): New defsubst.
953         (org-activate-plain-links, org-activate-angle-links)
954         (org-activate-footnote-links, org-activate-bracket-links)
955         (org-activate-dates, org-activate-target-links)
956         (org-activate-tags): Place the rear-nonsticky properties at the
957         correct location.
959 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
961         * org-protocol.el (server-edit): Declare `server-edit'.
962         (org-protocol-unhex-string, org-protocol-unhex-compound): New
963         functions.
964         (org-protocol-check-filename-for-protocol): Call `server-edit'.
966         * org.el (org-default-properties): New default properteis for
967         completion.
969         * org-exp.el (org-export-add-subtree-options): Add new properties
970         for subtree export.
972         * org-docbook.el (org-export-docbook-keywords-markup)
973         (org-export-docbook-timestamp-markup): New options.
974         (org-export-docbook-protect-tags): New function.
976 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
978         * org-id.el (org-id-get-with-outline-path-completion): Turn off
979         org-refile-target-verify-function for the duration of the command.
981         * org.el (org-link-to-org-use-id): New possible value
982         `create-if-interactive-and-no-custom-id'.
983         (org-store-link): Use custom IDs.
984         (org-link-search): Find custom ID properties from #link.
985         (org-default-properties): Add CUSTOM_ID for property completion.
986         (org-refile-target-verify-function): New option.
987         (org-goto): Turn off org-refile-target-verify-function
988         for the duration of the command.
990 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
992         * org-html.el (org-export-as-html): Use custom IDs in the toc.
994         * org-exp.el (org-export-preferred-target-alist): New variable.
995         (org-export-define-heading-targets): Find the new CUSTOM_ID
996         property.
997         (org-export-target-internal-links): Target the custom ids when
998         possible.
1000         * org-latex.el (org-export-latex-preprocess): Better regexp for
1001         matching latex macros with arguments.
1003 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1005         * org-remember.el (org-remember-handler): Allow filing to non-org
1006         files.
1008 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1010         * org-feed.el (org-feed-alist): New keyword options.
1011         (org-feed-update): Use the new options.
1012         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1013         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1014         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1015         functions.
1017         * org-table.el (org-table-fix-formulas): Do not change references
1018         to remote tables.
1019         (org-table-get-remote-range): Convert standard coordinates to RC
1020         format.
1022         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1024 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-compat.el (org-sha1-string): Function removed.
1028         * org.el (org-refile-allow-creating-parent-nodes): New option.
1029         (org-refile-get-location): New argument NEW-NODES.
1030         (org-refile): Call `org-refile-get-location' with the new
1031         argument.
1032         (org-refile-get-location): Arrange for adding a new child.
1033         (org-refile-new-child): New function.
1035         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1036         an additional span element.
1038         * org-clock.el: Fix a number of docstrings.
1039         (org-clock-find-position): New argument
1040         FIND-UNCLOSED to make the function find an unclosed clock in the
1041         entry.
1042         (org-clock-in): Call `org-clock-find-position' with the new
1043         argument if we might be resuming a clock.
1045 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1047         * org-latex.el (org-export-latex-display-custom-times): New variable.
1048         (org-export-latex-timestamp-markup): New option.
1049         (org-export-latex-set-initial-vars): Remember the local value of
1050         `org-display-custom-times'.
1051         (org-export-latex-content): Process time stamps.
1052         (org-export-latex-time-stamps): New function.
1054         * org-macs.el (org-maybe-intangible): Add intangible property
1055         again to invisible text.
1057 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1059         * org-exp.el (org-default-export-plist): Handle undefined
1060         variables.
1062 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1064         * org.el (org-sort-entries-or-items): Match TODO keywrds
1065         case-sensitively, when sorting.
1066         (org-priority): Do not match TODO keywords with wrong case.
1068 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1070         * org-feed.el (org-feed-update): Bind the variable
1071         `new-formatted'.
1073         * org-html.el (org-export-as-html): Start paragraphs after literal
1074         examples.
1076         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1077         literal examples.
1079 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1081         * org.el (org-todo): Honor the NOBLOCKING property.
1083         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1084         NOBLOCKING property.
1086         * org.el (org-scan-tags): Fix bug in tag scanner
1088 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1090         * org.el (org-modules): Mark obsolete packages.
1092         * org-html.el: New file, split out from org-exp.el.
1094         * org-icalendar.el: New file, split out from org-exp.el.
1096         * org-xoxo.el: New file, split out from org-exp.el.
1098         * org-ascii.el: New file, split out from org-exp.el.
1100 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1102         * org-compat.el (org-find-library-name): New function.
1104         * org.el (org-pre-cycle-hook): New hook.
1105         (org-cycle): Call the new hook in appropriate places.
1106         (org-reload): Only reload files that have been loaded before.
1108 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1110         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1111         after todo keyword.
1112         (org-todo): When changing TODO state, do matching
1113         case-sensitively.
1114         (org-map-continue-from): New variable.
1115         (org-scan-tags): Respect values in `org-map-continue-from'.
1116         (org-reload): Make XEmacs compatible.
1118 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1120         * org-protocol.el (org-protocol-flatten-greedy): New function.
1121         (org-protocol-flatten): New function.
1123         * org.el (org-open-link-from-string): Pass reference buffer to
1124         `org-open-at-point'.
1125         (org-open-at-point): New optional argument `reference-buffer'.
1127 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1129         * org.el (org-scan-tags): Make tag scan find headline in first
1130         line, 2nd attempt.
1131         (org-get-refile-targets): Add the naked file name.
1132         (org-refile): Store as top-level entry when only file name was
1133         given.
1135         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1137         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1138         Renamed from org-block-todo-from-children-or-siblings, and
1139         enhanced to look for the parent's status as well.
1141         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1142         (org-agenda-get-progress): Add first notes line to log entry if so
1143         desired.
1145 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1147         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1148         (org-agenda-cleanup-fancy-diary): Call the new hook.
1150         * org-remember.el (org-remember-apply-template): Take the default
1151         for the annotation from the :annotation property.
1153         * org-mac-message.el (org-mac-message-get-link): Remove the
1154         quotes.
1155         (org-mac-message-get-link): Return the result.
1157 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1159         * org.el (org-refile-get-location): Add file name only if not
1160         already included in outline path.
1162         * org-faces.el (org-n-level-faces): Fix customization type from
1163         number to integer.
1165         * org-exp.el (org-export-headline-levels): Fix customization type
1166         from number to integer.
1168         * org-agenda.el (org-agenda-confirm-kill)
1169         (org-agenda-custom-commands-local-options)
1170         (org-timeline-show-empty-dates, org-agenda-ndays)
1171         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1172         customization type from number to integer.
1174 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org-protocol.el: Declare some functions.
1178         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1179         postion before inserting modified headline.
1181         * org-agenda.el (org-agenda-compare-effort): Honor
1182         `org-sort-agenda-noeffort-is-high'.
1183         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1184         (org-agenda-compare-effort): Implement the "?" operator for
1185         finding entries without effort setting.
1187         * org.el (org-extract-attributes-from-string): New function.
1189         * org-exp.el (org-export-splice-attributes): New function.
1191 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org-mouse.el: XEmacs compatibility fixes
1195         * org-docbook.el (org-export-as-docbook): Process footnotes like
1196         normal text.
1198         * org.el (org-modules): Add org-inlinetasks.el
1199         (org-cycle): Implement limiting level on cycling.
1200         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1201         buffer.
1203         * org-inlinetask.el: New file.
1205         * org.el (org-emphasis-regexp-components): Allow braces in
1206         emphasis pre and post match.
1208         * org-footnote.el (org-footnote-normalize): When only dorting, do
1209         not insert inline notes at the end.
1211         * org-docbook.el (org-id-find-id-file): Add function declaration.
1213         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1215         * org-docbook.el: New file.
1217 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1219         * org.el (org-reftex-citation): New command.
1221 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1223         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1224         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1225         sorting options.
1226         (org-entries-lessp): Apply the new sorting option.
1228         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1229         blocker code, when an older sibling has children.
1231         * org-mac-message.el (org-mac-message-get-link): Improve getting
1232         links from multiple selected messages.
1234 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org-remember.el (org-remember-finalize): Do not set buffer file
1237         name to nil.
1238         (org-remember-handler): Mark buffer as unmodified.
1239         (org-remember-handler): Delete backup file and show message about
1240         remaining backup files.
1241         (org-remember-auto-remove-backup-files): New option.
1243         * org.el (org-store-link): Use buffer name as link description in
1244         w3-mode buffers.
1245         (org-ido-switchb): Fix argument bug for completion.
1247         * org-remember.el (org-remember-apply-template): Set local
1248         variable `auto-save-visited-file-name' instead of global one.
1250 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-feed.el: Re-write.
1254         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1255         (org-agenda-get-todos): Mark file tags as inherited.
1256         (org-agenda-list): Always search diary lines for a time.
1258 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1260         * org-feed.el (org-feed-assume-stable): New option.
1261         (org-feed-before-adding-hook): New hook.
1263         * org-exp.el (org-export-as-html): Close local lists depending on
1264         indentation, also when starting a table.
1266         * org-remember.el (org-remember-backup-directory)
1267         (org-remember-backup-name): New internal variable.
1269 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1271         * org-clock.el (org-clock-out-if-current): Make buffer detection
1272         work in indirect buffers as well.
1274         * org.el (org-emphasis-regexp-components): Add the exxclamation
1275         mark to the post-emphasis characters.
1277 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1279         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1280         (org-read-date): Run the new hook.
1282         * org-mac-message.el (org-mac-flagged-mail): New group.
1283         (org-mac-mail-account): New variable.
1284         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1285         commands.
1287         * org-remember.el (org-remember-backup-directory): New variable.
1288         (org-remember-apply-template): Write file to backup directory.
1290 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1292         * org-mouse.el (org-mouse-todo-menu): New function.
1293         (org-mouse-todo-keywords): Function removed.
1294         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1296         * org-table.el (org-table-beginning-of-field)
1297         (org-table-end-of-field): New commands
1298         (org-table-previous-field, org-table-beginning-of-field): Better
1299         error messages.
1300         (orgtbl-setup): Include `M-a' and `M-e'.
1302         * org.el (org-backward-sentence, org-forward-sentence): New
1303         commands.
1305         * org-colview.el (org-colview-initial-truncate-line-value): New
1306         variable.
1307         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1308         (org-columns): Remember the value of `truncate-lines'.
1310         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1311         New variable.
1312         (org-columns-remove-overlays): Restore the value of
1313         `truncate-lines'.
1314         (org-columns): Remember the value of `truncate-lines'.
1316         * org.el (org-columns-skip-arrchived-trees): New option.
1318         * org-agenda.el (org-agenda-export-html-style): Define color for
1319         org-agenda-done face.
1320         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1321         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1323         * org.el (org-scan-tags): Use the new face.
1325         * org-faces.el (org-agenda-done): New face.
1327         * org.el (org-scan-tags): Test the value org
1328         `org-tags-match-list-sublevels'.
1329         (org-tags-match-list-sublevels): New allowed value: indented.
1331         * org-export-latex.el (org-export-latex-make-header): Apply macros
1332         in header.
1334         * org-exp.el (org-export-apply-macros-in-string): New function.
1336         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1337         with the definition of a checked box.
1339         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1341         * org-export-latex.el (org-export-latex-low-levels): More options
1342         for how to process lower levels in LaTeX.
1343         (org-export-latex-subcontent): Better treatment for lists as a
1344         means of publishing lower levels.
1346 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1348         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1350         * org-faces.el (org-checkbox): New face.
1352         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1353         fragement images if there is an export file.
1355 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org-agenda.el (org-stuck-projects): Document that the subtree of
1358         projects that are not stuck will now be searched for stuck
1359         sub-projects.
1360         (org-agenda-skip-entry-when-regexp-matches)
1361         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1362         (org-agenda-list-stuck-projects): Use
1363         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1365         * org-export-latex.el (org-export-latex-preprocess): Improve
1366         export of verses.
1368         * org-exp.el (org-export-as-html): Implement centering as a div
1369         rather than a paragraph.  Do a better job with line-end in verse
1370         environments.
1372 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1374         * org.el (org-open-at-point): Fix tags searches by mouse click.
1376 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1378         * org-export-latex.el (org-export-latex-preprocess): Implement the
1379         centering markup.
1381         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1382         from `org-export-mark-blockquote-and-verse'.
1383         (org-export-as-html): Implement the centering markup.
1385         * org-export-latex.el (org-export-latex-tables): Fix vertical
1386         lines in tables.
1388 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org.el (org-read-date-history): New variable.
1391         (org-read-date): Use new history variable.
1392         (org-toggle-heading): Fix bug when used before first headline.
1393         (org-store-log-note): Remove drawer if empty while note is
1394         aborted.
1395         (org-remove-empty-drawer-at): New function.
1396         (org-check-after-date): New command.
1397         (org-sparse-tree): New sparse tree command "a".
1399         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1401 2009-03-14  Bastien Guerry  <bzg@altern.org>
1403         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1404         column and a space, not only a column.
1406 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1409         defaults for verbose emphasis.
1410         (org-export-latex-emph-format): New function.
1411         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1413         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1414         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1415         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1416         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1417         commands.
1419         * org.el (org-timestamp-change): Move end-time along with start
1420         time.
1422 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1424         * org-exp.el (org-export-target-internal-links)
1425         (org-export-as-html): Protect links specified as #name.
1427 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1429         * org.el (org-clone-subtree-with-time-shift): New command.
1431         * org-export-latex.el (org-export-latex-special-chars)
1432         (org-export-latex-treat-sub-super-char): Fix subscript export.
1434         * org-exp.el (org-create-multibrace-regexp): Do not add
1435         backslashes to the class.
1437 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1439         * org-colview.el (org-columns-map): Better functions for moving up
1440         and down a row, even if `truncate-line' is nil.
1442         * org.el (org-insert-todo-heading): Make sure the keyword is
1443         inserted at the correct position.
1445         * org-publish.el (org-publish-project-alist)
1446         (org-publish-projects, org-publish-org-index): Change default anme
1447         for the index of file names to "sitemap.org".
1449         * org-export-latex.el (org-export-latex-tables): Use
1450         `org-split-string', for Emacs 21 compatibility.
1452 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1456 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org-exp.el (org-export-page-description)
1459         (org-export-page-keywords): New variables.
1460         (org-export-plist-vars): Add entries for :keywords and
1461         :description.
1462         (org-infile-export-plist): Parse for new keywords.
1463         (org-get-current-options): Add new keywords
1464         (org-export-as-html): Publish description and keywords.
1466         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1467         option.
1468         (org-agenda-add-entry-text): Honor
1469         `org-agenda-add-entry-text-descriptive-links'.
1471         * org-export-latex.el (org-export-latex-preprocess): Make all
1472         external preprocess functions use a PARAMETER arg.
1474         * org-exp.el (org-export-preprocess-string)
1475         (org-export-select-backend-specific-text)
1476         (org-export-format-source-code-or-example)
1477         (org-format-org-table-html): Support docbook export.
1478         (org-export-preprocess-string): Make all external preprocess
1479         functions use a PARAMETER arg.
1481 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1483         * org-exp.el (org-export-html-style-include-scripts): New option.
1484         (org-export-plist-vars): Add new option
1485         `org-export-html-style-include-scripts'.
1486         (org-export-as-html): Honor new option
1487         `org-export-html-style-include-scripts'.
1488         (org-export-html-scripts, org-export-html-style-default): Fix
1489         xml issues with the Safari browser.
1491 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1493         * org-publish.el (org-publish-attachment): Only copy file when the
1494         directories differ.
1496 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1499         for clocktable steps.
1501         * org.el (org-additional-option-like-keywords): Add two more
1502         keywords.
1504 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1506         * org-exp.el (org-export-format-source-code-or-example): Mark
1507         temporary buffer unmodified, so that it will be killed even if
1508         mode like message mode has decided to assign a file name.
1510         * org.el (org-scan-tags): Improve tag inheritance.
1511         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1512         case-sensitive.
1513         (org-scan-tags): Use the internal tags list instead of creating it
1514         from scratch.
1515         (org-trust-scanner-tags, org-scanner-tags): New variables.
1516         (org-scan-tags): Set `org-scanner-tags'.
1517         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1518         (org-map-entries): Document the possible speedup using scanner
1519         tags.
1521 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1523         * org.el (org-add-planning-info): Fix bug with looking for keyword
1524         only at column 0.
1526         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1527         option for tags filter preset.
1528         (org-prepare-agenda): Store filter preset as a property on the
1529         filter variable.
1530         (org-finalize-agenda): Call the filter, if there is a preset.
1531         (org-agenda-filter-by-tag): Filter again after clearing the
1532         filter, when there still is a preset.
1533         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1534         Include the preset filter.
1535         (org-agenda-redo): Apply the filter again, also the preset filter.
1537         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1539         * org.el (org-uuidgen-p): New funtion.
1541         * org-agenda.el (org-agenda-fontify-priorities): New default value
1542         `cookies'.
1543         (org-agenda-fontify-priorities): Renamed from
1544         org-fontify-priorities.
1546         * org.el (org-set-font-lock-defaults): Call
1547         `org-font-lock-add-priority-faces'.
1548         (org-font-lock-add-priority-faces): New function.
1550         * org-faces.el: (org-set-tag-faces): New option.
1551         (org-priority-faces): New variable.
1553         * org-exp.el (org-export-as-html): Add a "content" div around the
1554         entire content of the body tag.
1555         (org-export-html-get-bibliography): New function.
1556         (org-export-html-validation-link): New variable.
1557         (org-export-as-html): Add validation link to exported page.
1559         * org.el (org-match-sparse-tree): Renamed from
1560         `org-tags-sparse-tree'.
1561         (org-tags-sparse-tree): New alias.
1563 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1565         * org.el (org-get-valid-level): Catch the case where the level
1566         change is nil.
1568         * org-clock.el (org-clock-find-position): Better indentation of
1569         new clock drawers.
1571 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1573         * org-agenda.el (org-agenda-quit): Delete window only when the
1574         frame-setup was not `current-window'.
1576         * org.el (org-tag-persistent-alist): New option.
1577         (org-startup-options): Add keyword `noptag'.
1578         (org-fast-todo-selection): Handle :newline correctly.
1579         (org-set-tags): Handle :newline correctly.
1580         (org-fast-tag-selection): Handle :newline correctly.
1582 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1584         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1585         outputting it.
1586         (org-export-ascii-push-links): Fix bug with pussing links into the
1587         export buffer.
1589 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1591         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1592         pasting at top level.
1594         * org-bbdb.el: Improve documentation.
1596 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1598         * org-list.el (org-insert-item): Only consider insert empty lines
1599         is `org-empty-line-terminates-plain-lists' is not nil.
1601         * org.el (org-blank-before-new-entry): Mention the dependence on
1602         `org-empty-line-terminates-plain-lists' in the docstring.
1604         * org-publish.el (org-publish-get-project-from-filename): New
1605         optional argument UP.  Only find the top project if UP is set.
1606         (org-publish-current-project): Find the top encloding project.
1608         * org-agenda.el (org-agenda-before-write-hook)
1609         (org-agenda-add-entry-text-maxlines): New options.
1610         (org-write-agenda): Run the new hook in the temporary buffer.
1611         (org-agenda-add-entry-text): New function.
1612         (org-write-agenda): Implement PDF export, using ps2pdf.
1614         * org.el (org-global-properties-fixed, org-global-properties):
1615         Improve documentation string.
1617         * org-exp.el (org-export-ascii-links-to-notes): New option.
1618         (org-export-as-ascii): Handle links better.
1619         (org-export-ascii-wrap, org-export-ascii-push-links): New
1620         functions.
1622 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1624         * org-agenda.el (org-agenda): Make prefix arg optional.
1625         (org-agenda-search-headline-for-time): New option.
1626         (org-format-agenda-item): Honor
1627         `org-agenda-search-headline-for-time'.
1629         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1630         characters.
1632         * org.el (org-self-insert-cluster-for-undo): New option.
1633         (org-self-insert-command): Cluster undo for 20 characters.
1634         (org-self-insert-command-undo-counter): New variable.
1636 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1638         * org-exp.el (org-export-as-html): Fix problem with closing colone
1639         example.
1641 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1643         * org-export-latex.el (org-export-as-latex)
1644         (org-export-latex-first-lines): Avoid modification flag when
1645         adding or removing text properties.
1646         (org-export-latex-fontify): Catch error when org-emph-alist has
1647         entries that are not defined for LaTeX export.
1649         * org.el (orgstruct++-mode): New function.
1650         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1651         (org-context-p): Allow detecting item context after the first line
1652         of an item.
1653         (orgstruct-make-binding): Detect if item-body context should be
1654         seen.
1655         (orgstruct-is-++): New variable.
1656         (org-add-planning-info): Catch the case when there is no planning
1657         info yet and the call does not want to add anything, only maybe
1658         tries to remove something.
1659         (org-special-ctrl-a/e): All value to be a cons cell with separate
1660         settings for `C-a. and `C-e'.
1661         (org-beginning-of-line, org-end-of-line): Honor separate values
1662         for `C-a' and `C-e'.
1664 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1666         * org.el (org-reload): New command.
1668 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-exp.el (org-export-htm-get-tag-class-name)
1671         (org-export-htm-get-todo-kwd-class-name): New functions.
1672         (org-export-html-tag-class-prefix)
1673         (org-export-html-todo-kwd-class-prefix): New options.
1674         (org-export-as-html): Call
1675         `org-export-html-get-todo-kwd-class-name'.
1676         (org-html-level-start): Wrap tags into classes.
1677         (org-export-html-get-tag-class-name)
1678         (org-export-html-get-todo-kwd-class-name): New functions.
1680         * org-export-latex.el (org-export-latex-collect-header-macros):
1681         Remove fields that are used anyway.
1682         (org-export-latex-make-header): Insert the options earlier.
1684         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1685         matching.
1687         * org-list.el (org-indent-item): Allow point to be at the end of
1688         the region.
1690         * org.el (org-metaleft, org-metaright): Be more accurate about
1691         detecting a region where commands apply.
1693         * org-compat.el (org-cursor-to-region-beginning): New function.
1695         * org.el (org-priority): Also find invisible heading.
1697         * org-colview-xemacs.el (org-columns-edit-value): No special
1698         treatment for `org-todo' prefix.
1700         * org-colview.el (org-columns-edit-value): No special treatment
1701         for `org-todo' prefix.
1703         * org-remember.el (org-remember-apply-template): Use
1704         `org-completing-read-no-ido'.
1706         * org.el (org-completing-read-no-ido): New function.
1707         (org-make-tags-matcher, org-set-property): Use
1708         `org-completing-read-no-ido'.
1710         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1711         New option.
1712         (org-export-as-latex): Import in-buffer settings as TeX macros.
1713         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1714         (org-export-latex-collect-header-macros): New function.
1716         * org.el (org-refile-get-location): Turn off
1717         `partial-completion-mode'.
1719 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1721         * org.el (org-block-todo-from-checkboxes): Announce that
1722         checkboxes are the culprit.
1723         (org-block-todo-from-children-or-siblings): Call
1724         `org-up-heading-all instead' of `outline-up-heading'.
1726         * org-agenda.el (org-agenda-show-1): Renamed from
1727         `org-agenda-show'.
1728         (org-agenda-show): Re-install the old version for now.
1729         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1730         variable into the blokker hook, so that the checkbox checker can
1731         anounce that it caused the blocking.
1733         * org.el (org-track-ordered-property-with-tag): New option.
1734         (org-toggle-ordered-property): Honor
1735         `org-track-ordered-property-with-tag'.
1736         (org-tag-alist): Add newline options.
1737         (org-set-regexps-and-options): Separate option lines imply a
1738         newline.
1739         (org-set-regexps-and-options, org-assign-fast-keys)
1740         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1741         option.
1742         (org-indent-line-function): Make sure this works even if there is
1743         not `org-drawer-regexp' defined.  This can happen when
1744         orgstruct-mode is used in a non-org buffer.
1746         * org-list.el (org-checkbox-blocked-p): New function.
1747         (org-toggle-checkbox): Check for blocking.
1749         * org.el (org-modules): Add an entry for org-R.el.
1751         * org-agenda.el (org-agenda-todo-ignore-with-date)
1752         (org-agenda-todo-ignore-scheduled)
1753         (org-agenda-todo-ignore-deadlines): Mention the variable
1754         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1756         * org.el (org-get-wdays): Find the warning period also if it is in
1757         the wrong place.
1758         (org-ido-completing-read): Provide the correct arguments to
1759         ido-completing-read and bind `ido-enter-matching-directory' to
1760         nil.
1762 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1764         * org.el (org-olpath-completing-read): Never use ido for this
1765         one.
1767         * org-exp.el (org-export-normalize-links): Use new macro.
1769         * org-macs.el (org-if-unprotected-at): New macro.
1771         * org-agenda.el (org-agenda-show): Allow numerical prefix
1772         arguments to specify how much context should be shown.
1773         (org-agenda-cycle-show): New command, could be bound to SPC in
1774         org-agenda-mode-map.
1776         * org-exp.el (org-html-level-start): Space after section number.
1778 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1780         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1781         property, for sorting.
1782         (org-cmp-todo-state): Get the applicable TODO keywords directly
1783         from the buffer.
1784         (org-run-agenda-series, org-agenda-list, org-search-view)
1785         (org-todo-list, org-tags-view): Only fit agenda window when the
1786         whole series is done.
1788         * org.el (org-scan-tags): Add todo state as property, for sorting.
1790         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1791         `org-agenda-overriding-header' as an option.
1792         (org-agenda-list): Honor org-agenda-overriding-header'.
1794 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1796         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1797         after removing a checkbox.
1799         * org.el (org-show-entry): Make this work correctly also if it is
1800         the last entry in the file.
1801         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1802         falling back to normal, default command.
1803         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1804         item, call the checkbox toggler to get a box.
1806         * org-list.el (org-toggle-checkbox): Make double prefix set the
1807         checkbox to "[-]".
1808         (org-fix-bullet-type): Only replace bullet if it is changed.
1809         (org-renumber-ordered-list): Handle case when first item does not
1810         have a number.
1812         * org.el (org-add-log-setup): Fix positioning when
1813         `org-log-states-order-reversed' is nil.
1815         * org-clock.el (org-clock-in): Fix positioning when
1816         `org-log-states-order-reversed' is nil.
1817         (org-clock-find-position): Fix positioning when
1818         `org-log-states-order-reversed' is nil.
1820 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1822         * org-clock.el (org-clock-into-drawer): Take default from
1823         `org-log-into-drawer'.
1824         (org-clock-find-position): Look for the correct drawer.
1826         * org.el (org-log-into-drawer): Renamed from
1827         `org-log-state-notes-into-drawer'.
1828         (org-log-state-notes-into-drawer): New variable alias.
1829         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1830         CLOCK.
1831         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1833 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1835         * org-agenda.el (org-agenda): Fix docstring.
1837         * org.el ("org-plot"): Help loading org-plot.
1838         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1839         (org-metadown-hook, org-shiftmetaleft-hook)
1840         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1841         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1842         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1843         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1844         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1846         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1847         for selecting files with any (and even without) extension.
1849         * org.el (org-save-all-org-buffers): Also save id locations.
1850         (org-revert-all-org-buffers): Also load id locations.
1852 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1853         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1854         (org-log-state-notes-into-drawer): New option.
1855         (org-add-log-setup): Place the sate note marker into the drawer,
1856         create drawer when necessary.
1857         (org-refile-targets): Document special interpretation of LEVEL
1858         when odd-levels are used.
1860 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1862         * org.el (org-store-log-note): Fix note indentation when adding
1863         notes to end of list.
1865         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1866         class, so that each keyword can get special colors through CSS.
1868         * org-clock.el (org-clock-out): Add another nil for the previous
1869         state into the call to `org-add-log-setup'.
1871         * org.el (org-log-note-previous-state): New variable.
1872         (org-log-note-headings): New %S escape for old state.
1873         (org-todo): Call the note setup with the old state as an
1874         argument.
1875         (org-add-note): Add another nil for the previous state into the
1876         call to `org-add-log-setup'.
1877         (org-add-log-setup): New argument PREV-STATE.
1878         (org-add-log-note): Handle new %S escape.
1879         (org-store-log-note): Handle new %S escape.
1881 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1883         * org-clock.el (org-clock-find-position): Do not swallow an item
1884         less indented than the CLOCK line itself.
1885         (org-clock-in): Push markers to lin after the clock line.
1886         (org-clock-find-position): Handle values of
1887         `org-clock-into-drawer' smaller than 2.
1889         * org-exp.el (org-html-level-start): Add a CSS class to section
1890         numbers.
1891         (org-export-html-toplevel-hlevel): Better documentation of the
1892         influence of this variables on H levels and css classes in
1893         export.
1895 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1897         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1898         timestamp and nottimestamp to the chooe menu.
1900         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1901         (org-revert-all-org-buffers): New command.
1903 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1905         * org.el (org-return): Implement `org-return-follows-link' in the
1906         function org-return.  This is more robust than using the mouse
1907         map, I think.
1908         (org-set-regexps-and-options): Match more general #+TODO lines.
1909         (org-make-options-regexp): New optional argument EXTRA, for an
1910         extra regexp.
1911         (org-tab-follows-link): Mark as deprecated.
1913 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1915         * org-exp.el (org-export-preprocess-string): Remove clock lines
1916         earlier, so that they cannot cotribute to verbatim snippets.
1918 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1920         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1921         for finding drawers.
1922         (org-export-as-ascii, org-export-as-html): Count levels relative
1923         to the subtree header.
1924         (org-get-min-level): New optional argument OFFSET.
1925         (org-export): Make sure point is restored after popping up that
1926         window.
1928         * org.el (org-do-sort): Also take an inactive timestamp if no
1929         active one is found.
1931         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1932         deleting duplicates.
1934         * org-colview.el (org-columns-capture-view): Copy before
1935         deleting duplicates.
1937         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1938         text before first headline.
1940         * org.el (org-format-latex): Do not convert LaTeX fragments in
1941         protected examples.
1943 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1945         * org-exp.el (org-export-html-style-default): Use color values
1946         instead of names for XHTML validation.
1948         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1949         functions.
1950         (org-return-follows-link): Revert making this the default untile
1951         issues are resolved.
1953         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1954         nottimestamp.
1956 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1958         * org.el (org-mode): Make dependence stuff work more reliably.
1959         (org-update-parent-todo-statistics): Fix bug with updating
1960         statistics cookie.
1962         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1963         ~ as verbatim delimiters.
1965         * org-exp.el (org-export-html-format-image): New argument
1966         PAR-OPEN.
1967         (org-export-as-html): Pass par-open to
1968         `org-export-html-format-image'.
1970 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1972         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1973         (org-use-fast-todo-selection, org-tags-column): New default
1974         setting for variables, based on a poll what typical uses use.
1976         * org-agenda.el (org-agenda-sorting-strategy)
1977         (org-agenda-tags-column): New default setting for variables, based
1978         on a poll what typical uses use.
1980 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1982         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1983         blocked entries from setting the blocked tag.
1985         * org-exp.el (org-export-html-footnotes-section): Use a more
1986         consistent id for footnotes.
1988         * org-export-latex.el (org-export-latex-classes): Remove the
1989         a4paper option from the default styles.
1991 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1993         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1994         (org-block-todo-from-checkboxes): New function.
1995         (org-todo): Make tripple prefix arg circumvent blocking.
1997         * org-timer.el (org-timer): Provide the timer feature.
1999         * org.el (org-require-autoloaded-modules): Add a few more files to
2000         the list of autoloaded modules.
2002         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2004 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2006         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2007         drawers that are unprotected.
2008         (org-export-html-format-image): Make sure inlined LaTeX fragment
2009         images remain inlined.
2011         * org.el (org-toggle-ordered-property): New function.
2012         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2013         (org-org-menu): Add menu entries for TODO dependencies.
2015 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2017         * org.el (org-default-properties): Add ORDERED to the default
2018         properties, to get completion support for it.
2020         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2022         * org.el (org-update-parent-todo-statistics): Update more than one
2023         cookie.
2025         * org-agenda.el (org-agenda-get-todos): Start search from correct
2026         position.
2028         * org.el (org-fast-todo-selection): Make sure TODO selection does
2029         not change buffer position.
2031         * org-list.el (org-toggle-checkbox): Implement adding or removing
2032         checkboxes from line or region when called with a prefix
2033         argument.
2035         * org-rmail.el (org-rmail-store-link): Protect the call to
2036         `rmail-narrow-to-non-pruned-header'.
2038         * org-clock.el (org-clock-special-range): Fix week display in
2039         clock tables.
2041         * org-exp.el (org-get-current-options): Fix bug when in indirect
2042         buffer.
2044 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2046         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2047         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2048         (org-agenda-dim-blocked-tasks): New function.
2050         * org.el (org-enforce-todo-dependencies): New option.
2051         (org-block-todo-from-children-or-siblings): New function.
2053         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2055         * org.el (org-todo): Return correct state type even if the blocker
2056         throws an error.
2057         (org-modifier-cursor-error): Renamed from
2058         `org-shiftcursor-error'.
2059         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2060         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2062         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2063         to get real errors from the blocker hook.
2065         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2066         functions.
2067         (org-set-visibility-according-to-property): Turn off the setting
2068         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2069         property.
2071 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2073         * org.el (org-support-shift-select): New option.
2074         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2075         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2076         selection outside contexts.
2078         * org-list.el (org-at-item-bullet-p): New function.
2080         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2081         variables.
2083         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2084         variable.
2085         (org-insert-footnote-reference-near-definition): Remove
2086         unnecessary let form.
2088         * org-export-latex.el (org-export-latex-first-lines): Add
2089         OPT-PLIST parameter.
2090         (org-export-as-latex): Call `org-export-latex-first-lines' with
2091         opt-plits parameter.
2092         (org-export-latex-preprocess): Remove unnecessary variables.
2094         * org-exp.el (org-infile-export-plist)
2095         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2096         (org-export-remove-headline-metadata)
2097         (org-export-get-title-from-subtree, org-get-min-level)
2098         (org-html-do-expand): Remove innecessary let form.
2100         * org-colview-xemacs.el (org-columns-display-here): Remove
2101         unnecessary variables.
2103         * org-colview.el (org-columns-display-here): Remove unnecessary
2104         variables.
2106         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2107         variables.
2109         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2110         unnecessary variables.
2112         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2113         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2114         variables.
2116         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2117         (org-compact-display-after-subtree-move): Remove unnecessary
2118         variables.
2119         (org-edit-fixed-width-region): Remove unnecessary variables.
2120         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2121         (org-olpath-completing-read): Remove unnecessary variable.
2122         (org-auto-repeat-maybe): Remove unnecessary variable.
2123         (org-map-entries): Remove unnecessary variable.
2124         (org-buffer-property-keys, org-imenu-get-tree)
2125         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2127 -----------------------------------------------------------------
2129 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2130         * org-exp.el (org-export-remove-timestamps): Never remove
2131         timestamps from tables.
2133         * org-export-latex.el (org-export-latex-first-lines): Add more
2134         options to the preprocessing of the text before the first
2135         headline.
2137 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2139         * org-faces.el (org-clock-overlay): Make face compatible with
2140         XEmacs.
2142         * org.el (org-yank): Add property for delete-selection mode.
2144         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2146         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2147         variable.
2149         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2150         to `backward-char'.
2152         * org-exp.el (org-export-as-html): Remove the initial space from
2153         colon examples.
2155         * org.el (org-scan-tags): Call
2156         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2158         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2159         customization groups.
2160         (org-agenda-tags-todo-honor-ignore-options): New option.
2161         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2162         New function.
2163         (org-agenda-get-todos): Use
2164         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2166 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2168         * org-exp.el (org-export-format-source-code-or-example): Escape
2169         HTML characters also in examples that anre not treated with
2170         htmlize.  Also, just switch to EXAMPLE processing if we do not
2171         have a good version of htmlize.
2173         * org-rmail.el: Fix copyright notice.
2175         * org.el (org-activate-footnote-links): Improve footnote link
2176         highlighting.
2178         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2179         a footnote definition at the end of the file.
2181         * org-table.el (org-table-get-specials): Add an imagined hline at
2182         the end of the table.  This can be useful for references that want
2183         to go to the end of the table.  Also fix bug when computing last
2184         row constants, in tables that do not start right at the right
2185         margin.
2186         (org-table-eval-formula): Match and replace remove references.
2187         (org-table-formula-substitute-names): Make sure that names inside
2188         a "remote" call are left alone, the will be replaced later when
2189         the remote call is handled.
2190         (org-table-convert-refs-to-rc): Do not convert things that might
2191         look like a reference, but are really part of an ID or namei n a
2192         remote reference.
2193         (org-table-get-remote-range): New function.
2195 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2197         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2199         * org-clock.el (org-clock-put-overlay): Use new face instead of
2200         `secondary-selection'.
2202         * org-faces.el (org-clock-overlay): New face.
2204 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org-exp.el (org-get-current-options): Include the option for
2207         publishing time stamps.
2209         * org.el (org-toggle-heading): Renamed from
2210         `org-toggel-region-headings'.
2211         No longer needs a region defined, but will use it if there is one.
2212         (org-ctrl-c-star): Simplified, relying more on the internal
2213         workings of `org-toggle-heading'.
2214         (org-toggle-item): Renamed from `org-toggle-region-items'.
2215         No longer needs a region defined, but will use it if there is one.
2216         (org-ctrl-c-minus): Simplified, relying more on the inernal
2217         workings of `org-toggle-item'.
2219         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2220         environment detection.  Also, do real changes only in unprotected
2221         places.
2223 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2225         * org-export-latex.el (org-export-latex-quotation-marks): Use
2226         `org-if-unprotected-1'.
2227         (org-export-latex-set-initial-vars): Check for class definition in
2228         property.
2230         * org-macs.el (org-if-unprotected-1): New macro.
2232 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2234         * org-compat.el (org-count-lines): New function.
2236         * org-exp.el (org-export-format-source-code-or-example): Handle
2237         switches related to text areas.
2239         * org.el (org-activate-footnote-links): Don't allow match inside a
2240         link.
2242         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2244         * org-export-latex.el (org-export-latex-links): Keep a relative
2245         path relative also after export.
2247         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2249         * org.el (org-make-tags-matcher): Never use IDO for completing the
2250         tags matcher match string.
2251         (org-completing-read): Also remove the special biding for "?".
2253         * org-attach.el (org-attach-allow-inheritance): New option.
2254         (org-attach-inherited): New variable.
2255         (org-attach-dir): Handle properties related to the attachment
2256         directory.
2257         (org-attach-check-absolute-path): New function.
2258         (org-attach-set-directory, org-attach-set-inherit): New commands.
2259         (org-attach): Accommodate the new commands in the dispatcher.
2261 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2263         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2264         `window-full-width-p'.
2266         * org-exp.el (org-export-as-html): Only check for images files
2267         that really can be inlined
2269         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2270         list of extensions to be a parameter.
2272         * org-exp.el (org-export-html-inline-image-extensions): New
2273         variable.
2275         * org-agenda.el (org-prepare-agenda): Use
2276         `org-agenda-block-separator'.
2277         (org-agenda-block-separator): New option.
2279 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org-export-latex.el (org-export-latex-tables): Call
2282         `org-table-clean-before-export' with the new optional argument.
2284         * org-exp.el (org-table-clean-before-export): New optional
2285         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2286         first column.
2288 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2290         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2291         histograms.
2293         * org-colview.el (org-colview-construct-allowed-dates): Better
2294         error catching when a date/time property does not have allowed
2295         values defined.
2297         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2298         Better error catching when a date/time property does not have
2299         allowed values defined.
2301 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org.el (org-map-entries): Restore point and restriction after
2304         `org-map-entries'.
2306 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2308         * org.el (org-time=, org-time<, org-time<=, org-time>)
2309         (org-time>=, org-time<>): Make sure both values are dates.
2311 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2313         * org-archive.el (org-extract-archive-heading): Allow %s for file
2314         name also in achive location heading.
2316 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2318         * org-archive.el (org-add-archive-files): Uniquify the list before
2319         returning it.
2321 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2323         * org-compat.el (org-fit-window-to-buffer): Use
2324         `window-full-width-p'.
2326         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2327         space after the colon in short examples.
2329         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2330         enforce a space after the colon.  However, we also allow lines
2331         that are *only* a colon.
2332         (org-export-as-html): Enforce the space after the colon in short
2333         examples.
2334         (org-export-preprocess-string): Do the colon example protection
2335         earlier.
2336         (org-export-remove-timestamps): Do not check for protection at the
2337         end of the line.
2339 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2341         * org.el (org-format-latex-options): Add new matcher for single
2342         letters between dollars.
2343         (org-get-header): Function removed.
2344         (org-heading-components): New function.
2346         * org-exp.el (org-export-define-heading-targets): Record ID's also
2347         as alternative targets.
2348         (org-export-as-html): Interpret "id:" links to other files by
2349         preserving the relative path.
2351         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2352         is nil.
2354         * org-exp.el (org-export-normalize-links): Protect the main link,
2355         to avoid special character processing.
2357         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2358         New variable.
2359         (org-export-latex-special-string-regexps): Variable removed.
2360         (org-export-latex-keywords): Use the new regexp.
2362         * org-exp.el (org-export-handle-include-files): Fetch switches and
2363         put them into the BEGIN statement.
2365         * org-timer.el (org-timer-mode-line-string): New variable.
2367         * org-clock.el (org-clock-mode-line-map): Renamed from
2368         `org-clock-mode-map'.
2369         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2370         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2371         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2372         (org-clock-remove-overlays): Renamed from
2373         `org-remove-clock-overlays'.
2375         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2376         and mode line display.
2377         (org-timer-stop): New command.
2378         (org-timer-seconds): Return correct time when timer is paused.
2379         (org-timer-mode-line-timer): New variable.
2380         (org-timer-set-mode-line, org-timer-update-mode-line): New
2381         functions.
2383         * org.el (org-insert-heading):  Handle new value `auto' for
2384         `org-blank-before-new-entry'.
2385         (org-org-menu): Add new items for timer functions.
2387         * org-list.el (org-insert-item): Handle new value `auto' for
2388         `org-blank-before-new-entry'.
2390         * org.el (org-blank-before-new-entry): New value `auto', made
2391         default.
2393 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2395         * org-exp.el (org-export-normalize-links): If the link is also
2396         used as the description, protect the description.
2398 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2400         * org.el (org-closest-date): Fix bug with yearly repeats, in
2401         combination with preference of the past as it is used for deadline
2402         and scheduling search.
2404         * org-exp.el (org-html-handle-time-stamps): No longer check for
2405         the `org-export-with-timestamps' option, because the preprocesser
2406         has taken care of this already.
2408         * org.el (org-entry-properties): Catch the case when this is
2409         called in a non-org-mode file.
2411         * org-export-latex.el (org-export-latex-remove-from-headlines):
2412         Variable made obsolete, also LaTeX export now uses the standard
2413         variables.
2414         (org-export-as-latex): Add the timestamps parameter to the
2415         preprocessor parameter list.
2416         (org-export-latex-content): Export the remaining keywords without
2417         considering to remove them.
2418         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2419         Use bold font instead of tt font for the keywords.
2420         (org-export-latex-fontify-headline): Format headlines, assuming
2421         that all keywords still present should be published.
2422         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2423         publish what ever remains of the time stamps.
2424         (org-export-latex-list-parameters): New option.
2425         (org-export-latex-lists): Pass additional parameters to the list
2426         converter.
2428         * org-exp.el (org-export-preprocess-string): Remove clock lines
2429         and timestamps already in the preprocesor.
2430         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2431         functions.
2432         (org-export-as-ascii, org-export-as-html): Add the timestamps
2433         parameter to the preprocessor parameter list.
2435         * org-list.el (org-list-parse-list): Parse for checkboxes.
2436         (org-list-to-generic): Introduce and handle new parameters :cbon
2437         and :cboff.
2438         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2439         optional parameter PARAMS.
2441         * org-export-latex.el (org-export-latex-special-chars): Fix
2442         problems with interpreting dollar signs.
2443         (org-inside-latex-math-p): New function.
2444         (org-export-latex-preprocess): Protect all the math fragments.
2446         * org.el (org-latex-regexps): Allow a dash after a dollar.
2448         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2449         mark after copying.
2451         * org-agenda.el (org-run-agenda-series): Have series options set
2452         when finalizing the agenda.
2454         * org-exp.el (org-export-format-source-code-or-example): Protect
2455         the converted examples.
2457         * org.el (org-set-regexps-and-options): Fix the regexp
2458         `org-complex-heading-regexp'.
2460 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2462         * org.el (org-edit-src-get-label-format): New function.
2463         (org-coderef-label-format): New option.
2464         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2465         a label format specification and make sure it is used in the edit
2466         buffer.
2467         (org-edit-src-get-label-format): New function.
2468         (org-store-link): Handle new coderef formats.
2469         (org-link-search): Handle new coderef formats.
2471         * org-footnote.el (org-footnote-create-definition)
2472         (org-footnote-goto-local-insertion-point): Make footnote insertion
2473         work correctly when the "Footnotes" headline is the last line in
2474         the buffer.
2476         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2477         the location.
2479 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2481         * org-w3m.el (org-w3m): New customization group.
2482         (org-w3m-deactivate-mark): New option.
2483         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2484         option say not to.
2486 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2488         * org.el (org-set-font-lock-defaults): Trigger footnote
2489         fontification.
2490         (org-activate-footnote-links): New function.
2491         (org-activate-links): New entry `footnote'.
2493         * org-faces.el (org-footnote): New face.
2495 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2497         * org-macs.el (org-re): Handle the [:word:] class.
2499         * org-exp.el (org-export-preprocess-string): Call
2500         `org-export-protect-colon-examples'.
2501         (org-export-protect-colon-examples): Renamed from
2502         `org-export-protect-examples', and scope limited to lines starting
2503         with a colon.
2505 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2507         * org-exp.el (org-export-preprocess-string): Move the preprocess
2508         hook to after turning on Org-mode.
2509         (org-export-preprocess-after-include-files-hook)
2510         (org-export-preprocess-after-tree-selection-hook)
2511         (org-export-preprocess-before-backend-specifics-hook)
2512         (org-export-preprocess-final-hook): New hooks.
2513         (org-export-preprocess-string): Run the new hooks.
2515         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2517         * org-footnote.el: New file.
2519         * org.el (org-footnote): Require footnote code.
2520         (org-startup-options): Add new footnote options.
2521         (org-mode-map): New keybindig for footnotes.
2522         (org-ctrl-c-ctrl-c): Add function at footnotes.
2523         (org-org-menu): New menu entries for footnotes.
2525         * org-export-latex.el (org-export-as-latex): Pass footnote
2526         variable to preprocessor.
2527         (org-export-latex-preprocess): Treat multiple references to a
2528         footnote.
2530         * org-exp.el (org-export-preprocess-string): Call
2531         `org-footnote-normalize'.
2532         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2533         to preprocessor.
2534         (org-export-as-html): Treat multiple references to a footnote.
2536 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2538         * org-export-latex.el (org-export-latex-links): Handle coderef
2539         links.
2541         * org.el (org-bracket-link-analytic-regexp++): New variable.
2542         (org-make-link-regexps): Initialize
2543         `org-bracket-link-analytic-regexp++'.
2544         (org-store-link): Implement special case in edit-src buffer.
2545         (org-insert-link): No use of ide to insert stored links.
2546         (org-link-search): Implement special case for coderefs.
2548         * org-exp.el (org-export-html-scripts): New constant.
2549         (org-export-html-style-default): Add a new style for highlighted
2550         code.
2551         (org-export-code-refs): New variable.
2552         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2553         Call `org-export-replace-src-segments-and-examples'
2554         No longer call `org-export-protect-examples'.
2555         (org-export-target-internal-links): Take care of coderef targets.
2556         (org-export-last-code-line-counter-value): New variable.
2557         (org-export-replace-src-segments-and-examples): Renamed from
2558         `org-export-replace-src-segments', and modified.
2559         (org-export-format-source-code-or-example): Renamed from
2560         `org-export-format-source-code'.
2561         (org-export-number-lines): New function.
2562         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2564 --------------------------------------------------------------------------
2566 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2568         * org-remember.el (org-remember-handler): Safer way to get a new
2569         buffer accessing the target file.
2571         * org.el (org-refile-get-location): Handle case of current buffer
2572         not having a file associated with it.
2574 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2576         * org-table.el (org-table-get-formula): Only ask to overwrite
2577         field formula if there really is one.
2579         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2580         number, by converting these to a string.
2582         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2583         located in a different file.
2585         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2586         org-colview.el.
2588 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2590         * org.el (org-completion-use-ido): Enhance docstring of
2591         `org-completion-use-ido'.
2593         * org-export-latex.el (org-export-latex-make-header): Double the %
2594         in the time stamp format.
2595         (org-export-latex-special-chars): Handle case where there is no
2596         match group 3.
2598 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2600         * org.el (org-get-refile-targets, org-refile-get-location): Use
2601         expanded file name to improve comparison.
2603 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2605         * org.el (org-scan-tags): Rescan for tags, to get the correct
2606         upcase/downcase stuff.  This slows things down for now, but it
2607         works.
2608         (org-mode): Make sure the tag-faces regexp is initialized.
2610         * org-export-latex.el (org-export-latex-links): Fix bug with
2611         undefined label.
2613         * org-table.el (org-table-get-specials): Set
2614         `org-table-current-last-data-line'.
2615         (org-table-current-last-data-line): New variable.
2616         (org-table-insert-column, org-table-delete-column)
2617         (org-table-move-column, org-table-fix-formulas): Call
2618         `org-table-fix-formulas' a second time to fix the $LR references.
2619         (org-table-get-specials): Add the $LR references to the tables.
2620         (org-table-get-formula): Do not offer last-row names as LHS of
2621         formulas.
2623         * org.el (org-store-link): Capture link description from
2624         `org-id-store-link'.
2626         * org-exp.el (org-export-html-format-image): Add the / to the end
2627         of the <img> tag.
2628         (org-export-format-source-code): Surround example by empty lines,
2629         to make sure it will not be inside a paragraph.
2631         * org.el (org-ido-switchb): New function.
2633 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2635         * org-agenda.el (org-agenda-show): New prefix argument
2636         FULL-ENTRY.
2638         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2639         argument.
2641         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2642         `org-agenda-change-all-lines'.
2643         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2644         tags are now retrieved locally.
2646 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2648         * org.el (org-get-outline-path): Fix bug if level is not given.
2649         (org-org-menu): Do not quote function in menu vector.
2651         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2652         name.
2654 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2656         * org.el (org-refile): Avoid refiling to within the region to be
2657         refiled.
2659         * org-export-latex.el (org-export-latex-special-chars): Replace
2660         special characters also in tables.
2662         * org-agenda.el (org-agenda-change-all-lines): New argument
2663         FORCE-TAGS.
2664         (org-agenda-set-tags): Cet the new tags and pass them to
2665         `org-format-agenda-item'.
2667 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2669         * org-export-latex.el (org-export-latex-classes): Add longable as
2670         a default package to all classes.
2671         (org-export-latex-tables): Handle the longtable attribute and the
2672         align attribute.
2674         * org-table.el (orgtbl-to-generic): Handle tables that start with
2675         a hline.
2677         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2678         \verb for colde-like snippets.
2679         (org-export-as-latex): Fix issues with region export.
2681         * org.el (org-up-heading-safe): Speed up function by using a
2682         direct regexp search.
2683         (org-olpa): New variable.
2684         (org-get-outline-path): Speed-up path constructions in cases where
2685         this is possible because the entire hierarchy is scanned anyway.
2686         (org-refile-get-location): Don't compare the truenames of files,
2687         this is too slow.
2688         (org-goto-max-level): New option.
2689         (org-goto): Use `org-goto-max-level'.
2691 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2693         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2694         Strip angle brackets from message-ids in the former and don't do
2695         it in the latter.
2696         (org-gnus-follow-link): Open summary reliable, even if the last
2697         messages were deleted, and handle empty groups, too.
2699 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2701         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2702         instead of \texttt for the =...= and ~===~ emphasis environments.
2703         (org-export-as-latex): Remove any old :org-license-to-kill text
2704         properties.
2705         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2706         (org-export-latex-make-header): Add some hard space after the
2707         table of contents.
2708         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2709         exported text so that it will be excuded in further steps.
2711         * org-table.el (org-table-get-specials): Make @0 reference the
2712         last line in a table.
2713         (org-table-recalculate): Improve docstring.
2715 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2717         * org.el (org-log-done): Fix docstring.
2719 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2721         * org-exp.el (org-export-html-format-image): Fix bugs.
2723         * org-export-latex.el (org-export-latex-tables)
2724         (org-export-latex-links): Implement attribute, label, and caption
2725         handling.
2727         * org-exp.el (org-export-html-style-default): Add style
2728         definitions for the figure div.
2729         (org-export-preprocess-string, org-export-as-html): Implement
2730         attribute, label, and caption handling.
2731         (org-export-attach-captions-and-attributes): New function.
2732         (org-export-html-format-image): New function.
2733         (org-format-org-table-html): Implement attribute, label, and
2734         caption handling.
2736         * org.el (org-find-text-property-in-string): New function.
2737         (org-extract-attributes): Use the property org-attr instead of
2738         org-attrobutes, because this property is now set with the #+ATTR
2739         lines.
2741 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2743         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2744         the case that FROM is nil.
2746         * org.el (org-before-first-heading-p): New function.
2748 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2750         * org-exp.el (org-export-as-html): Do not add a space before
2751         enforces line breaks.
2752         (org-export-as-html): Close paragraph before blockquote and verse
2753         tags.
2755 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2757         * org-id.el (org-id-locations-file): Wrap file name with
2758         `convert-standard-filename'.
2759         (org-id-files): New variable.
2760         (org-id-use-hash): New option.
2761         (org-id-update-id-locations): Also search in all files current
2762         listed in `org-id-files'.  Convert the resulting alist to a hash
2763         if the user customation says so.
2764         (org-id-locations-save): Handle he case if `org-id-locations' is a
2765         hash.
2766         (org-id-locations-load): Convert the alist to a hash.
2767         (org-id-add-location): Handle the hast case.
2768         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2769         exited.
2770         (org-id-hash-to-alist, org-id-alist-to-hash)
2771         (org-id-paste-tracker): New functions.
2773 -------------------------------------------------------------------------
2775 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2777         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2778         bindings of calendar variables.
2780         * org-table.el (org-table-find-row-type): Renamed from
2781         `org-find-row-type'.
2782         (org-table-rewrite-old-row-references): Renamed from
2783         `org-rewrite-old-row-references'.
2784         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2785         (org-table-cleanup-narrow-column-properties): Renamed from
2786         `org-cleanup-narrow-column-properties'.
2788 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2790         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2791         for better error messages.
2792         (org-table-get-descriptor-line): Supply the new arguments to
2793         `org-find-row-type'.
2794         (org-table-error-on-row-ref-crossing-hline): New option.
2796         * org.el (org-target-link-regexp): Make buffer-local.
2797         (org-move-subtree-down): Fix bug with trees at beginning of
2798         buffer.
2800 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2802         * org-faces.el (org-set-tag-faces): New function.
2803         (org-tags-special-faces-re): New variable.
2805         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2807         * org-faces.el (org-tag-faces): New option.
2808         (org-tag): Mention `org-tag-faces' in the docstring.
2810 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2812         * org-exp.el (org-export-html-style-default): Implement new
2813         quoting.
2815         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2817         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2818         command to the `w3m-minor-mode-map'.
2820         * org-archive.el (org-archive-to-archive-sibling): Protect
2821         `this-command' to avoid appending kills during archiving.
2823         * org-exp.el (org-export-with-priority): New variable.
2824         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2825         instead of internal list of strings and properties.
2826         (org-print-icalendar-entries): Retrieve the location property with
2827         inheritance.
2829 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2831         * org-exp.el (org-export-with-todo-keywords): New option.
2832         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2833         line.
2834         (org-default-export-plist, org-export-add-options-to-plist)
2835         (org-export-as-ascii, org-export-as-html): Use the new structure
2836         of `org-export-plist-vars'.
2838         * org.el (org-map-entries): Return all values.
2840 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2842         * org.el (org-matcher-time): Recognize more special values.
2844         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2846 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2848         * org.el (org-tags-exclude-from-inheritance): New option.
2849         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2850         `org-tags-exclude-from-inheritance'.
2852         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2853         (org-format-agenda-item): Add inherited tags to the agenda line
2854         string, and make sure that properties are kept when downcasing the
2855         tags list.
2856         (org-agenda-add-inherited-tags): New function.
2857         (org-downcase-keep-props): New function.
2859         * org.el (org-scan-tags): Mark inherited tags with a text
2860         property.
2861         (org-get-tags-at): Mark inherited tags with a text property.
2862         (org-add-prop-inherited): New function.
2864         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2865         (org-agenda-show-inherited-tags): New option.
2867 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2869         * org.el (org-modules): Add org-w3m to the default modules.
2871         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2872         orgtbl-mode.
2873         (orgtabl-create-or-convert-from-region): New command.
2875         * org-exp.el (org-export-as-ascii): Remove the handling of
2876         targets.
2877         (org-export-ascii-preprocess): Handle targets already in this
2878         function.
2880 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2882         * org-timer.el (org-timer-start-time): Define this variable.
2883         (org-timer-item): Make argument optional.
2885         * org-list.el (org-insert-item): Automatically insert a timer item
2886         if the current list is a timer list.
2888         * org-timer.el: New file.
2890         * org-publish.el (org-publish-org-index): Only exclude the index
2891         file in the main directory from being added to the site-map.
2892         (org-publish-get-project-from-filename): If the current project is
2893         a component, start publishing from the parent project.
2895 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2897         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2899         * org-publish.el (org-publish-org-index): Improve removal of
2900         temporary buffers.
2902         * org-agenda.el (org-get-closed): Re-apply changes
2903         accidentially overwritten by last commit to Emacs.
2905         * org.el (org-outline-path-complete-in-steps): New option.
2906         (org-refile-get-location): Honor
2907         `org-outline-path-complete-in-steps'.
2908         (org-agenda-change-all-lines, org-tags-sparse-tree)
2909         (org-time-string-to-absolute, org-small-year-to-year)
2910         (org-link-escape): Re-apply changes accidentially overwritten
2911         by last commit to Emacs.
2913 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2915         * org-clock.el (org-dblock-write:clocktable): Make sure the
2916         clocktable sees the first line.
2917         (org-clock-in): Warn if the clock cannot be resumed.
2919 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2921         * org.el (org-open-at-point): Fix mixup about interactive and
2922         non-interactive elisp links.
2924 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2926         * org-exp.el (org-export-preprocess-string): Allow one comment
2927         line before the first headline to always be included.  This is
2928         to not miss a commented target.
2930         * org-mouse.el (org-mouse-insert-item): Call
2931         `org-indent-to-column' instead of `indent-to', for XEmacs
2932         compatibility.
2934         * org.el (org-refile-targets): Fix customize definition so
2935         that it works also in XEmacs.
2936         (org-fixup-indentation): Call `org-indent-to-column' instead
2937         of `indent-to', for XEmacs compatibility.
2939 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2941         * org-mew.el (org-mew-store-link): Get the correct case folder
2942         for refiled messages.
2944 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2946         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2947         line break indicators.
2949         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2950         ido-completion propts.
2952 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2954         * org-remember.el (org-remember-apply-template): Use
2955         `org-substring-no-properties'.
2957         * org-compat.el (org-substring-no-properties): New function.
2959         * org-remember.el (org-remember-apply-template): Use
2960         `org-substring-no-properties' for compatibility.
2962         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2963         option.
2964         (org-fix-bullet-type): respect
2965         `org-list-two-spaces-after-bullet-regexp'.
2967         * org-clock.el (org-clock-load): Clean up the code.
2969         * org.el (org-adaptive-fill-function): Allow two spaces after
2970         "1." as a list bullet.
2972 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2974         * org-clock.el (org-clock-save, org-clock-load): Check for
2975         live buffers, existing files, and buffer file names to ensure
2976         consistent information.
2977         (org-clock-persist): Make `clock' a special value of this
2978         variable, and improve docstring.
2980         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2981         (org-get-string-indentation): Adapt indentation when the bullet
2982         width changes.
2984 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2986         * org-remember.el (org-remember-finalize): Make interactive.
2987         (org-remember-kill): New command.
2988         (org-remember-finish-immediately): Call `org-remember-finalize'
2989         directly.
2990         (org-remember-finalize): Make `org-remember-finalize' an interactive
2991         function.
2993 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org-remember.el (org-remember-apply-template): No ido completion
2996         for free prompts in remember templates.
2997         (org-remember-before-finalize-hook): New hook.
2998         (org-remember-mode): New minor mode.
2999         (org-remember-apply-template): Turn on `org-remember-mode'.
3001         * org-id.el (org-id-add-location): Avoid error when no file is
3002         given.
3004         * org-remember.el (org-remember-apply-template): Fix the way how
3005         the list of allowed properties is retrieved from the target file.
3007         * org.el (org-insert-link): Improve file link matching.
3009 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3011         * org-colview.el (org-columns-display-here): New argument
3012         DATELINE, to trigger using the new face.
3013         (org-agenda-colview-summarize): Call `org-columns-display-here'
3014         with the new argument.
3016         * org-faces.el (org-agenda-column-dateline): New face.
3018         * org-publish.el (org-publish-org-index): Use index-title at page
3019         title, not as section.
3021         * org-exp.el (org-export-html-format-desc): Respect the
3022         org-protect property.
3023         (org-export-as-html): Protect image specifiers that are in the
3024         description part of a link.
3026         * org.el (org-sort-entries-or-items, org-completing-read)
3027         (org-refile-get-location, org-olpath-completing-read, org-todo)
3028         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3029         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3030         (org-set-property, org-delete-property)
3031         (org-delete-property-globally): Use `org-ido-completing-read'.
3033         * org-remember.el (org-remember-apply-template): Use
3034         `org-ido-completing-read'.
3036         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3038         * org-colview.el (org-columns-edit-value, org-columns-new)
3039         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3041         * org-colview-xemacs.el (org-columns-edit-value)
3042         (org-columns-new, org-insert-columns-dblock): Use
3043         `org-ido-completing-read'.
3045         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3046         `org-ido-completing-read'.
3048         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3049         `org-ido-completing-read'.
3051         * org.el (org-time-today): New function.
3052         (org-matcher-time): Use `org-time-today'.  Add special treatment
3053         for "<tomorrow>" and "<yesterday>".
3054         (org-ido-completing-read): New function.
3055         (org-completion-use-ido): New option.
3057         * org-exp.el (org-export-format-source-code): Fix bug in require
3058         htmlize code.
3059         (org-export-target-internal-links): Fix bug in search for text
3060         property.
3062 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3064         * org-export-latex.el (org-export-latex-subcontent): Interprete
3065         target aliases as additonal labels.
3067         * org-exp.el (org-export-target-aliases): New variable.
3068         (org-export-preprocess-string)
3069         (org-export-handle-invisible-targets): Fill the alias alist.
3070         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3071         assign an id.
3072         (org-html-level-start): Insert the target aliases as additonal
3073         anchors.
3075         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3076         picture area.
3078 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3080         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3081         when following a link with the mouse from the agenda.
3083         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3084         headlines are created.
3086 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3088         * org-exp.el (org-export-preprocess-string): Reorder so that we
3089         can still see ID properties when we collect targets.
3090         (org-export-target-internal-links): Also store targets for ID's.
3092         * org.el (org-link-translation-function): New option.
3093         (org-open-at-point): Call `org-link-translation-function' if
3094         non-nil.
3095         (org-translate-link): New function.
3096         (org-translate-link-from-planner): New function.
3097         (org-open-at-point): Allow interactive commands in elisp links.
3099         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3100         iCalendar quoting.  The new one seems to caus problems with
3101         applications.
3103         * org.el (org-yank): Set `this-command' to `yank', so that
3104         `yank-pop' will work.
3106 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3108         * org-id.el (org-id-search-archives): New option.
3110         * org.el (org-link-to-org-use-id): New option.
3111         (org-store-link): Use `org-link-to-org-use-id'.
3112         (org-id): Make org-id.el a standard component.
3114 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3116         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3117         hexified version of the tag.
3119         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3120         compliance as far as quoting is concerned.
3122         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3124         * org.el (org-up-heading-safe, org-forward-same-level): Always
3125         call `org-back-to-heading' instead of `outline-back-to-heading'.
3126         (org-back-to-heading): New wrapper around outline-back-to-heading,
3127         with a useful error message telling where the error happened.
3129         * org-list.el (org-update-checkbox-count): Always call
3130         `org-back-to-heading' instead of `outline-back-to-heading'.
3132         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3133         has an `alt' attribute, to ensure XHTML validation.
3135 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3137         * org-publish.el (org-publish-attachment): Allow publishing to
3138         overwrite attachment files.
3140         * org-agenda.el (org-agenda-timerange-leaders): New option.
3141         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3143         * org.el (org-edit-src-exit): Untabify ASCII image before
3144         returning.
3157 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3159         * org.el (org-yank): Make any prefix force normal yanking.
3160         Suppress folding if text would be swallowed into a folded
3161         subtree.
3162         (org-yank-folded-subtrees, org-yank): Docstring updates.
3164         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3165         defined as 0.
3167         * org-exp.el (org-export-language-setup): Add Catalan and
3168         Esperanto language entries.
3170 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3172         * org.el (org-refile): Allow refiling of entire regions.
3174         * org-clock.el (org-clock-time%): New function.
3176         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3177         retrieve property values.
3179 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3181         * org-agenda.el (org-agenda-list): Handle the value `only' of
3182         org-agenda-show-log'.
3183         (org-agenda-log-mode): Interpret a double prefix arg.
3185 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3187         * org-exp.el (org-export-html-footnotes-section): New variable.
3188         (org-export-as-html): Use `org-export-html-footnotes-section' to
3189         insert the footnotes.
3190         (org-export-language-setup): Add "Footnotes" to language words.
3192 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3194         * org.el (org-yank): Fix bug when not inserting a subtree.
3196 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3198         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3199         instead of `vm-beginning-of-message'.
3201         * org.el (org-make-link-regexps): Make sure that links to gnus can
3202         contain brackets.
3204 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3206         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3207         code.
3209         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3210         shell output.
3212         * org.el (org-link-abbrev-alist): Improve customization type.
3214         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3215         functions.
3217         * org-agenda.el (org-agenda-get-progress): Renamed from
3218         `org-get-closed'.  Implement searching for state changes as well.
3219         (org-agenda-log-mode-items): New option.
3220         (org-agenda-log-mode): New option prefix argument, interpreted as
3221         request to show all possible progress info.
3222         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3223         `org-get-closed'.
3224         (org-agenda-set-mode-name): Handle the more complex log mode
3225         settings.
3226         (org-get-closed): New alias, pointing to `org-get-progress'.
3228 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3230         * org.el (org-file-apps-defaults-gnu)
3231         (org-file-apps-defaults-macosx)
3232         (org-file-apps-defaults-windowsnt): Add an entry defining the
3233         system command.
3234         (org-file-apps): Allow `system' as key and value.
3235         (org-open-at-point): Explain the effect of a double prefix arg.
3236         (org-open-file): If the argument `in-emacs' is (16),
3237         i.e. corresponding to a double prefix argument, try to open the
3238         file externally.
3240 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3242         * org.el (org-insert-link): Abbreviate absolute files names in
3243         links.  Also, fix a bug in which the double C-u prefix would not
3244         be honored.
3246 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3248         * org.el (org-insert-heading): If buffer does not end with a
3249         newline, add one if necessary to insert headline correctly.
3251         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3252         paragraphs, not inside.
3254         * org.el (org-todo): Quote
3255         `org-agenda-headline-snapshot-before-repeat'.
3257         * org-exp.el (org-export-as-html): Fully process link descriptions.
3258         (org-export-html-format-desc): New function.
3259         (org-export-as-html): Collect footnotes into the correct basket.
3260         (org-html-protect): No longer protect quotations marks here, this
3261         goes wrong.
3263         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3264         BEG.
3266         * org-compat.el (org-fit-window-to-buffer): New function (not
3267         really, a preliminary and incomplete version was present earlier,
3268         but not used).
3270         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3271         `org-fit-window-to-buffer'.
3273         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3275         * org-agenda.el (org-agenda-get-restriction-and-command)
3276         (org-fit-agenda-window, org-agenda-convert-date): Use
3277         `org-fit-window-to-buffer'.
3279         * org-exp.el (org-export-as-html): Process href links through
3280         `org-export-html-format-href'.
3281         (org-export-html-format-href): New function.
3283         * org-agenda.el (org-agenda-todo): Update only the current
3284         headline if this is a repeated TODO, marked done for today.
3285         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3286         only the current line.
3288         * org.el (org-todo): Take a snapshot of the headline if the
3289         repeater might change it.
3291 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3293         * org-publish.el (org-publish-find-title): Remove buffers visited
3294         only for extracting the title.
3296         * org-exp.el (org-export-html-style)
3297         (org-export-html-style-default): Mark style definitions as
3298         unparsed CDATA.
3300         * org-publish.el (org-publish-validate-link): Function
3301         re-introduced.
3303 2008-11-02  Charles Sebold  <csebold@gmail.com>
3305         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3306         property.
3307         (org-plot-quote-timestamp-field): New function.
3308         (org-plot-quote-tsv-field): Call timestamp field function when
3309         necessary rather than just quoting as a string.
3310         (org-plot/gnuplot-to-data): Pass in timefmt property.
3311         (org-plot/gnuplot-script): Supports timefmt property.
3312         (org-plot/gnuplot): Checks for timestamp column before checking
3313         for text index column.
3315 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3317         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3319         * org-publish.el (org-publish-org-index): Create a section in the
3320         index file.
3321         (org-publish-org-index): Stop linking to directories.
3323         * org.el (org-emphasis-alist): Use span instead of <u> to
3324         underline text.
3326         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3327         <pre> sections.
3329 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3331         * org-jsinfo.el (org-infojs-template): Remove language attribute
3332         from script tag.
3334 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3336         * org-agenda.el (org-agenda-remove-marked-text): New function.
3337         (org-agenda-mark-filtered-text)
3338         (org-agenda-unmark-filtered-text): New functions.
3339         (org-write-agenda): Remove fltered text.
3341         * org.el (org-make-tags-matcher): Give access to TODO "property"
3342         without speed penalty.
3344 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3346         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3347         option.
3348         (org-store-link-props): Make sure adding to the plist works
3349         correctly.
3351         * org-gnus.el (org-gnus-no-new-news): New function.
3352         (org-gnus-follow-link): Allow the article ID to be a message-id,
3353         in addition to allowing article numbers.  Message IDs make much
3354         more roubust links.
3355         (org-gnus-store-link): Use message-id to create link.
3357 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3359         * org.el (org-emphasize): Reverse the selection array.
3360         (org-emphasis-alist): Set <code> tags for the verbatim
3361         environment.
3363         * org-remember.el (org-remember-handler): Fix bug with
3364         prefix-related changing of the note storage target.
3366         * org-exp.el (org-print-icalendar-entries): Make the exported
3367         priorities compatible with RFC 2445.
3369         * org-clock.el (org-clock-save): Insert time stamp without
3370         dependence on time-stamp.el.
3372 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3374         * org.el ("saveplace"): If saveplace puts point into an invisible
3375         location, make it visible.
3376         (org-make-tags-matcher): Allow inactive time stamps in time
3377         comparisons.
3378         (org-yank-adjusted-subtrees): New option.
3379         (org-yank): Incorporate adjusting trees.
3380         (org-paste-subtree): New argument FOR-YANK which will cause
3381         insertion at point without backing up over white lines, and leave
3382         point at the end of the inserted text.  Also if the cursor is
3383         at the beginning of a headline, use the same level or the inserted
3384         tree.
3386         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3387         with broken symlinks
3389 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3391         * org-exp.el (org-export-select-tags, org-get-current-options):
3392         Fix typo.
3394 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3396         * org-agenda.el (org-format-agenda-item)
3397         (org-agenda-filter-make-matcher): Make sure tags are stored and
3398         compared donwcased.
3400 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3402         * org.el (org-insert-todo-heading): Fix bug with force-heading
3403         argument.
3405 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3407         * org-clock.el (org-clock-in-resume): Add a custom option to
3408         toggle starting the clock from an open clock line.
3409         (org-clock-in): When clocking in to an entry, if
3410         `org-clock-in-resume' is set, check if the first clock line is
3411         open and if so, start the clock from the time in the clock line.
3412         (org-clock-persist): Add a custom option to toggle clock
3413         persistence.
3414         (org-clock-persist-query-save): Add a custom option to toggle
3415         asking the user if they want to save the running clock when
3416         exiting.
3417         (org-clock-persist-query-resume): Add a custom option to toggle
3418         asking the user if they want to resume the saved clock when Emacs
3419         is restarted.
3420         (org-clock-save): Add a function to save clock data.
3421         This includes the contents of `org-clock-history' and the buffer
3422         and position of the currently clocked task, if any.
3423         (org-clock-load): Add a function to load clock data.
3424         This populates `org-clock-history', and resumes the saved clocked
3425         task if there is one.
3426         (org-clock-persistence-insinuate): Add a method to set up the
3427         hooks for clock persistence.
3429 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3431         * org-exp.el (org-export-as-ascii): Handle the case that we are
3432         publishing from an indirect buffer.
3434         * org-table.el (org-table-copy-down): Fix bug with time stamp
3435         increment.
3437         * org-mouse.el (org-mouse-features): New option.
3438         (org-mode-hook): Turn on features depending on
3439         `org-mouse-features'.
3441         * org.el (org-insert-heading-respect-content): Force heading
3442         creation.
3443         (org-insert-heading): keep the folding state of the heading before
3444         the inserted one.
3446 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3448         * org-archive.el (org-archive-to-archive-sibling): Handle top
3449         level headlines better.
3451 2008-10-21  Bastien Guerry  <bzg@altern.org>
3453         * org-export-latex.el (org-export-latex-classes): Added
3454         \usepackage{graphicx} to the default list of packages.
3456 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3458         * org-agenda.el (org-agenda-filter): Renamed from
3459         `org-agenda-filter-tags'.
3461 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3463         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3464         is not defined as a property in this entry.
3465         (org-add-log-note): Mask prefix argument when immediately storing
3466         the note.
3468         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3469         option.
3471 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3473         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3474         after drawers was skipping ahead one line too many, so notes were
3475         inserted after the first note instead of before it.
3477 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3479         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3480         New variables.
3481         (org-prepare-agenda): Reset the filter tags.
3482         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3483         Show filter tags in mode line.
3485         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3486         formatter.
3488         * org-export-latex.el (org-latex-entities-regexp): New constant.
3489         (org-export-as-pdf): Use two calls to `shell-command'.
3491 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3493         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3494         Honor the {} value of the subsuperscript setting.  Make sure that
3495         longer subsuperscripts are typeset in a roman font.
3497         * org.el (org-clock-update-time-maybe): Compute negative clock
3498         intervals correctly.
3500 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3502         * org.el (org-add-log-setup): Respect
3503         `org-log-state-notes-insert-after-drawers'.
3504         (org-log-state-notes-insert-after-drawers): New option.
3505         (org-todo-trigger-tag-changes): New function.
3506         (org-todo): Call `org-todo-trigger-tag-changes'.
3508 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3510         * org.el (org-add-log-setup): Only skip drawers if the are
3511         immediately after the scheduling keywords.
3513         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3514         function
3515         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3516         call it with the current todo state to get the state to switch to
3517         when clocking in.
3518         (org-clock-in): Use org-indent-line-function to indent clock lines.
3519         (org-clock-find-position): Fix indentation of empty clock drawers.
3521 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3523         * org-publish.el (org-publish-org-to): Handle case when
3524         org-export-to-pdf does return a file name, not a buffer.
3525         (org-publish-org-to-pdf): New function.
3527         * org-export-latex.el (org-export-as-pdf)
3528         (org-export-as-pdf-and-open): New commands.
3530         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3531         forms as ranges.
3533         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3534         things in protexted regions.
3536 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3538         * org-export-latex.el (org-export-latex-preprocess): Improve
3539         quoting of LaTeX environments.
3541 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3543         * org.el (org-edit-fixed-width-region): Exclude final newline from
3544         picture area.
3546         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3547         sections, to make internal links work.
3548         (org-export-latex-fontify-headline): Do not remove all text
3549         properties, to make sure that target properties survive this
3550         process.
3552         * org-exp.el (org-export-preprocess-string): Change sequence of
3553         modifications, to make sure links are prepared before the LaTeX
3554         conversions do happen.
3556 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3558         * org-attach.el (org-attach-delete-all): Renamed from
3559         `org-attch-delete'.  Add a security query before deleting the
3560         entire directory.  New optional argument FORCE can overrule the
3561         security query.
3562         (org-attach-delete-one): New command.
3564 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3566         * org-attach.el (org-attach-file-list): Fix bug with directory.
3568 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3570         * org.el (org-apps-regexp-alist): New function.
3571         (org-file-apps): Add auto-mode to the default value.
3572         (org-open-file): Use the new structure of org-file-apps.
3574         * org-attach.el (org-attach): Support the new keys.
3575         (org-attach-method): New option.
3577 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3579         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3580         March.
3582         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3583         of the list value o `org-use-tag-inheritance'.
3585         * org-attach.el (org-attach-auto-tag): New option.
3586         (org-attach-tag, org-attach-untag): New functions.
3587         (org-attach-attach, org-attach-new, org-attach-sync): Call
3588         `org-attach-tag'.
3589         (org-attach-delete): Call `org-attach-untag'.
3591 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3593         * org-table.el (orgtbl-self-insert-command): Make this work for
3594         the keypad as well.
3596 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3598         * org.el (org-add-log-setup): Limit searc for drawers to entry
3599         text, not to subtree.
3601         * org-clock.el (org-clock-heading-for-remember): New variable.
3602         (org-clock-in): Set `org-clock-heading-for-remember'.
3604 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3606         * org-remember.el (org-remember-apply-template): Add new
3607         expansions: %k, %K for currently clocked task and a link to the
3608         currently clocked task, and %< to file notes in the currently
3609         clocked task.
3611 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3613         * org-export-latex.el (org-export-latex-make-header): Also insert
3614         the content of the property :latex-header-extra.
3616         * org-exp.el (org-infile-export-plist): Put the content of
3617         #+LATEX_HEADER: into the property :latex-header-extra.
3619         * org-colview.el (org-columns-get-format-and-top-level): Remove
3620         resetting the marker.
3622         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3623         Remove resetting the marker.
3625         * org.el (org-entry-property-inherited-from): Improve docstring.
3626         (org-entry-get-with-inheritance): Reset marker before starting the
3627         search.
3629         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3631 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3633         * org.el (org-entry-get-multivalued-property)
3634         (org-entry-protect-space, org-entry-restore-space): New
3635         functions.
3636         (org-file-apps-defaults-macosx): Let postscript files be opened by
3637         preview.
3638         (org-time-stamp-inactive): Call `org-time-stamp'.
3639         (org-time-stamp): New argument `inactive'.  Also edit inacive
3640         stamps. Convert time stamp type.
3641         (org-open-file): Interpret the `default' value for the `command'
3642         in `org-file-apps'.
3644         * org-id.el (org-id-int-to-b36-one-digit)
3645         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3646         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3647         b36.
3649 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3651         * org-id.el (org-id-reverse-string): New function.
3652         (org-id-new): Use `org-id-reverse-string' to make sure the
3653         beginning chars of the ID are mutating fast.  This allows to use a
3654         directory structure to spread things better.
3655         (org-id-prefix): Changed default to nil.
3657         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3658         restore the column of the cursor position.
3660         * org-remember.el (org-remember-apply-template): Remove properties
3661         from `initial'.
3663 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3665         * org-wl.el (org-wl-open): Remove useless call to
3666         `wl-thread-open-all'.
3668         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3669         location.
3671 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3673         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3674         `org-bbdb-anniversaries'.
3676         * org.el (org-get-next-sibling, org-forward-same-level): New
3677         functions, similar to the outline versions, but invisible headings
3678         are OK.
3680 2008-09-25  Bastien Guerry  <bzg@altern.org>
3682         * org.el (org-auto-repeat-maybe): Insert a space between
3683         the timestamp's type and the timestamp itself.
3685 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3687         * org-table.el (org-table-sum): Do not format the result with %g,
3688         it does rounding when there are too many digits.
3690         * org.el (org-map-entries): Protect the keyword-selecting variables.
3692 2008-09-23  Bastien Guerry  <bzg@altern.org>
3694         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3695         against all agenda files.
3697 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3699         * org-list.el: New file, aggregating list functions from org.el
3700         and org-export-latex.el.
3702         * org.el (org-edit-src-region-extra): New option.
3704 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3706         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3707         time before 1am.
3709 2008-09-22  Bastien Guerry  <bzg@altern.org>
3711         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3713 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3715         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3716         hline work correctly.
3717         (org-plot/gnuplot-script): Put commas at the end of each script
3718         line.
3720 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3722         * org.el (org-get-refile-targets): Replace links with their
3723         descriptions
3724         (org-imenu-get-tree): Replace links with their descriptions.
3726         * org-remember.el (org-remember-apply-template): Add a new
3727         expansion for adding properties to remember items.
3729         * org.el (org-add-log-setup): Skip over drawers (properties,
3730         clocks etc) when adding notes.
3732         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3733         items as well as the start and end times.
3735         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3736         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3738         * org-remember.el (org-get-x-clipboard): Use the compat
3739         function to get clipboard values when x-selection-value is
3740         unavailable. Use substring-no-properties instead of
3741         set-text-properties to remove text properties from the clipboard
3742         value.
3744         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3745         modeline clock string, and display the full todo value in the
3746         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3747         the currently clocked task.
3748         (org-clock-string-limit): Add a custom value for the maximum
3749         length of the clock string in the modeline.
3750         (org-clock-mode-map): Add a keymap for the modeline string
3752 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3754         * org-compat.el (org-propertize): New function.
3756 2008-09-20  Bastien Guerry  <bzg@altern.org>
3758         * org-export-latex.el (org-export-latex-tables): protect exported
3759         tables from further special chars conversion.
3760         (org-export-latex-preprocess): Preserve LaTeX environments.
3761         (org-list-parse-list): Parse descriptive lists.
3762         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3763         (org-list-to-texinfo): Export descriptive lists.
3764         (org-quote-chars): Remove.
3765         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3766         (org-export-latex-list-beginning-re): Rename to
3767         `org-list-beginning-re'
3768         (org-list-item-begin): Rename to `org-list-item-beginning'
3770 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3772         * org.el (org-refile): Allow refiling to the last entry in the
3773         buffer.
3774         (org-get-tags-at): Fix bug when inheritance is turned off.
3776 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3778         * org.el (org-indent-line-function): No longer check for src
3779         regions, this is too much overhead.
3781         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3782         matching.
3784         * org.el (org-scan-tags): Make sure that tags matching is not case
3785         sensitive.  TODO keyword matching is case sensitive, however, to
3786         avoid confusion with similar words that are not meant to be
3787         keywords.
3789 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3791         * org.el (org-get-local-tags-at): New function.
3792         (org-get-local-tags): New function.
3794         * org-exp.el (org-export-get-categories): New function.
3796         * org-agenda.el (org-sorting-choice)
3797         (org-agenda-sorting-strategy, org-agenda-get-todos)
3798         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3799         (org-agenda-get-scheduled, org-agenda-get-blocks)
3800         (org-entries-lessp): Implement sorting by TODO state.
3801         (org-cmp-todo-state): New defsubst.
3803         * org-colview.el (org-colview-construct-allowed-dates): New
3804         function.
3805         (org-columns-next-allowed-value): Use
3806         `org-colview-construct-allowed-dates'.
3808         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3809         function.
3810         (org-columns-next-allowed-value): Use
3811         `org-colview-construct-allowed-dates'.
3813 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3815         * org.el (org-protect-slash): New function.
3816         (org-get-refile-targets): Use `org-protect-slash'.
3818         * org-agenda.el (org-global-tags-completion-table): New variable.
3820         * org-exp.el (org-export-handle-export-tags): New function.
3821         (org-export-preprocess-string): Call
3822         `org-export-handle-export-tags'.
3824         * org-plot.el: New file.
3826         * org-publish.el (org-publish-expand-components): Function removed.
3827         (org-publish-expand-projects): Allow components to have components.
3829 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3831         * org.el (org-indent-line-function): Do not indent in regions that
3832         are external source code.
3833         (org-yank-and-fold-if-subtree): New function.
3835         * org-agenda.el (org-agenda-todayp): New function.
3836         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3837         `org-agenda-todayp'.
3839         * org.el (org-insert-heading-respect-content)
3840         (org-insert-todo-heading-respect-content): New commands.
3841         (org-insert-heading-respect-content): New option.
3842         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3844         * org-clock.el (org-clock-find-position): Make sure the note after
3845         the clock line gets moved into the new clock drawer.
3847 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3849         * org-id.el (org-id-new): New option.
3851 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3853         * org-table.el (org-table-copy-down): Avoid overflow during
3854         increment.  Use prefix argument 0 to temporarily disable the
3855         increment.
3857 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3859         * org-exp.el (org-export-as-html): Do not turn on the major mode
3860         if the buffer will be killed anyway.
3861         (org-get-current-options): Exclude the #+TEXT field.
3862         (org-export-as-html): Make sure text before the first headline is
3863         a paragraph.
3865         * org-publish.el (org-publish-org-to): Tell the exporter that this
3866         buffer will be killed, so it is not necessary to do major mode
3867         initialization.
3869         * org-archive.el (org-archive-to-archive-sibling): Show empty
3870         lines after folding the archive sibling.
3872         * org.el (org-log-note-extra): New variable.
3874 2008-09-05  Bastien Guerry  <bzg@altern.org>
3876         * org.el (org-additional-option-like-keywords): Added keywords for
3877         the _QUOTE, _VERSE and _SRC environments.
3879         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3880         exporting _QUOTE and _VERSE environments.
3882 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3884         * org-agenda.el (org-agenda-filter-by-tag): New command.
3886         * org-exp.el (org-get-current-options): Remove angular brackets
3887         from the date entry.
3889         * org.el (org-edit-fixed-width-region): New function.
3890         (org-edit-fixed-width-region): Also try
3891         `org-edit-fixed-width-region'.
3892         (org-edit-fixed-width-region-mode): New option.
3893         (org-activate-code): Only interprete lines starting with colon
3894         plus a space as example lines.
3896         * org-remember.el (org-remember-templates): Add nil instead of
3897         empty strings to fix the length of remember templates.
3899         * org-table.el (org-calc-default-modes): Fix the time format for
3900         calc, from 12 hour to 24 hour clock.
3902 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3904         * org-agenda.el (org-agenda-get-deadlines)
3905         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3906         entries that are pre-warnings of deadlines or reminders.
3908         * org.el (org-sort-entries-or-items): Make numeric and alpha
3909         comparisons ignore any TODO keyword and priority cookie.
3911         * org-remember.el (org-remember-handler): Reinterpretation of the
3912         prefix argument.
3914 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3916         * org-agenda.el (org-agenda-get-scheduled): Use new
3917         `org-scheduled' face.
3919         * org-faces.el (org-scheduled): New face.
3921         * org-wl.el (org-wl-open): Remove incorrect declaration.
3923         * org-gnus.el (org-gnus-store-link): Support for :to information
3924         in gnus links.
3926         * org-exp.el (org-export-as-html): Fixed typo in creator
3927         information.
3928         (org-export-protect-examples): New parameter indent.  Insert extra
3929         spaces only when this parameter is specified.
3930         (org-export-preprocess-string): Call `org-export-protect-examples'
3931         with an indentation parameter when exporting to ASCII.
3933         * org-remember.el (org-remember-templates)
3934         (org-remember-apply-template): Allow the file component to be a
3935         function.
3937         * org.el (org-goto-local-search-headings): Renamed from
3938         `org-goto-local-search-forward-headings'.  Added the possibility
3939         to search backwards.
3941 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3943         * org-export-latex.el (org-export-latex): New customization
3944         group.
3946         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3948 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3950         * org-exp.el (org-html-do-expand): Allow {} to terminate
3951         tex macro
3953 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3955         * org.el (org-buffer-list): Select buffers based on major mode,
3956         not on file name.
3958 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3960         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3961         face property.
3963         * org-colview.el (org-columns-display-here): Use
3964         `org-columns-modify-value-for-display-function'.
3966         * org-colview-xemacs.el (org-columns-display-here): Use
3967         `org-columns-modify-value-for-display-function'.
3969 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3971         * org.el (org-columns-modify-value-for-display-function): New option.
3983         * org-publish.el (org-publish-file): Make sure the directory match
3984         for the publishing directory works correctly.
3986         * org-agenda.el (org-agenda-execute-calendar-command)
3987         (org-agenda-diary-entry): Additional optional argument.
3989 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3991         * org-exp.el (org-export-as-html): Add attributes also in mailto
3992         and ftp links.
3994         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4003 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4005         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4006         sure that calls from `org-export-region-as-html' do not do the
4007         special check for a subtree.
4009 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4011         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4013 2008-07-20  Juri Linkov  <juri@jurta.org>
4015         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4016         new keymap `narrow-map' instead of binding "\C-xns".
4018 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4020         * org.el (org-open-file): Use
4021         `org-open-directory-means-index-dot-org'.
4022         (org-open-directory-means-index-dot-org): New option.
4024 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4026         * org.el (org-make-link-string): Remove link attributes from
4027         description.
4028         (org-open-at-point): Remove link attributes bevore using the path.
4030         * org-exp.el (org-export-as-html): Handle link attributes.
4032         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4034         * org-table.el (org-table-to-lisp): New function.
4036         * org.el (org-narrow-to-subtree): Do not include the final newline
4037         into the narrowed region.
4039         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4040         bug with user-define skipping condition.
4042 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4044         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4046 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4048         * org-exp.el (org-export-html-style-default): Automatic overflow
4049         handling for pre fields.
4050         (org-export-as-ascii, org-export-as-html): Change default format
4051         for time stamp.
4053         * org-table.el (org-table-export): Offer completion for translator
4054         functions, and do not require a heading above the table.
4056         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4057         Cater for the case of a list starting in the first line of the
4058         buffer.
4060 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4062         * org-publish.el (org-publish-find-title): Bug fix.
4063         (org-publish-org-index): Implement new :index-style option.
4065 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4067         * org-publish.el (org-publish-timestamp-filename): Use
4068         SHA1-encoded file names in the timestamp directory.
4070 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4072         * org-publish.el (org-publish-needed-p): Be verbose about files
4073         published and files skipped.
4075         * org-exp.el (org-export-preprocess-string): Swap link
4076         normalization and inernal link targeting.
4078         * org-publish.el (org-publish-needed-p): Create timestamp
4079         directory when it does not exist.
4081 2008-07-04  Bastien Guerry  <bzg@altern.org>
4083         * org-clock.el (org-clock-out-when-done): Doc fix.
4085         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4087         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4088         Ignore case when searching for the COMMENT cookie at export time.
4090 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4092         * org-exp.el (org-get-file-contents)
4093         (org-get-and-remove-property): New functions.
4094         (org-export-handle-include-files): Handle the new prefix options.
4095         (org-export-as-html): Fix the verse environment.
4097 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4099         * org.el (org-time=, org-time<, org-time<=, org-time>)
4100         (org-time>=, org-time<>, org-2ft): New functions.
4101         (org-op-to-function): Also provide for the time testing fucntions.
4103 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4105         * org-exp.el (org-export-html-style-default): New constant.
4107 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4109         * org-exp.el (org-export-html-style-extra): New variable.
4110         (org-export-splice-style): New function.
4112 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4114         * org-exp.el (org-export-plist-vars, org-export-as-html):
4115         Implement `org-export-creator-info'.
4116         (org-export-creator-info): New option.
4118 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4120         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4121         (org-property-drawer-re, org-clock-drawer-re): New constants.
4123 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4125         * org-exp.el (org-icalendar-use-deadline)
4126         (org-icalendar-use-scheduled): New options.
4127         (org-icalendar-include-todo): Default changed to t.
4128         (org-print-icalendar-entries): Implement better utilization of
4129         scheduling and deadline time stamps.
4130         (org-export-target-internal-links, org-export-as-html): Allow file
4131         lines without the "file:" prefix if the file path is an absolute
4132         path or starts with ".".
4134         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4135         lastweek etc.
4136         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4138 2008-06-18  Glenn Morris  <rgm@gnu.org>
4139         * org.el (org-map-entries): Let-bind `file'.
4141 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4143         * org.el (org-agenda-skip-archived-trees): Docstring now
4144         discourages using this.
4145         (org-scan-tags): Check for org-agenda-archives-mode.
4146         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4147         (org-agenda-files): Functionality of second arg changed.
4149         * org-agenda.el (org-agenda-archives-mode): New variable
4150         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4151         (org-search-view, org-todo-list, org-tags-view)
4152         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4153         `ifmode' argument.
4154         (org-agenda-quit): Reset the archives mode.
4155         (org-agenda-archives-mode): New command.
4156         (org-agenda-set-mode-name): Include archives info.
4158 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4160         * org.el (org-paste-subtree): Make sure the yanked headline is
4161         visible if it was yanked at a visible point.
4162         (org-move-item-up): Fix the bug with moving white space at the end
4163         of the item.
4164         (org-show-empty-lines-in-parent): New function.
4166 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4168         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4170         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4172         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4173         agenda prefix as well.
4175         * org-publish.el (org-publish-org-index): Make a properly indented
4176         list.
4178         * org.el (org-calendar-agenda-action-key): New option.
4179         (org-get-cursor-date): New function.
4180         (org-mark-entry-for-agenda-action): New command.
4181         (org-overriding-default-time): New variable.
4182         (org-read-date): Respect `org-overriding-default-time'.
4184         * org-remember.el (org-remember-apply-template): Respect the
4185         ovverriding default time.
4187         * org-agenda.el (org-agenda-action-marker): New variable.
4188         (org-agenda-action): New command.
4189         (org-agenda-do-action): New function.
4191 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4193         * org.el (org-schedule, org-deadline): Protect scheduled and
4194         deadline tasks against changes that accidently remove the
4195         repeater.  Also show a message with the new date when done.
4197 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4199         * org.el (org-beginning-of-line): Cater for the case when there
4200         are tags but no headline text.
4201         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4202         it set.
4204 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4206         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4207         the return value is nil instead of "nil" when there is no match.
4209         * org-exp.el (org-insert-centered): Use fill-column instead of
4210         80.
4211         (org-export-as-ascii): Use string-width to measure the width of
4212         the heading.
4214         * org.el (org-diary-to-ical-string): No longer kill buffer
4215         FROMBUF, this is now done by the caller.
4217         * org-exp.el (org-print-icalendar-entries): Move the call to
4218         `org-diary-to-ical-string' out of the loop, and kill the buffer
4219         afterwords.
4221         * org-remember.el (org-remember-visit-immediately): Position
4222         cursor after moving to the note.
4223         (org-remember-apply-template): Use a text property to record the
4224         cursor position.
4225         (org-remember-handler): Align tags after pasting the note.
4227 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4229         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4231         * org-agenda.el (org-agenda-open-link): If there is an
4232         org-bbdb-name property in the current line, jump to that bbdb
4233         entry.
4235         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4236         text property, so that the agenda knows where this entry comes
4237         from.
4239         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4240         interaction between clocking-in from the agenda, and  automatic
4241         task state switching.
4243         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4245         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4246         zmacs-region stays after this command in XEmacs.
4248 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4250         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4252         * org-remember.el (org-remember-templates): Fix bug in
4253         customization type definition.
4255         * org.el (org-map-entries): New function.
4257 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4259         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4260         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4262 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4264         * org-remember.el (org-jump-to-target-location): New variable.
4265         (org-remember-apply-template): Set
4266         `org-remember-apply-template' if requested by template.
4267         (org-remember-handler): Start an idle timer to jump to
4268         remember location.
4270         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4272         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4273         file tags.
4274         (org-get-tags-at): Add the content of `org-file-tags'.
4276         * org-exp.el (org-export-handle-comments): Fix bug with several
4277         comment lines after each other.
4278         (org-number-to-roman, org-number-to-counter): New functions.
4279         (org-export-section-number-format): New option.
4281 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4283         * org-exp.el (org-export-protect-examples): Catch the case of a
4284         missing end_example line.
4286         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4287         `org-file-tags' to nil.
4289         * org-colview.el (org-columns-next-allowed-value): Handle next
4290         argument NTH to directly select a value.
4292         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4293         argument NTH to directly select a value.
4295 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4297         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4299 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4301         * org.el (org-columns-ellipses): New option.
4303 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4305         * org-colview.el (org-columns-add-ellipses): New function.
4306         (org-columns-compact-links): New function.
4307         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4308         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4309         when in agenda.
4310         (org-columns-edit-value): Fixed bug with editing values from
4311         agenda column view.
4312         (org-columns-redo): Also redo the agenda itself.
4314 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4316         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4317         option.
4319         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4321         * org-exp.el (org-export-ascii-preprocess): Renamed from
4322         `org-export-ascii-clean-string'.
4323         (org-export-kill-licensed-text)
4324         (org-export-define-heading-targets)
4325         (org-export-handle-invisible-targets)
4326         (org-export-target-internal-links)
4327         (org-export-remove-or-extract-drawers)
4328         (org-export-remove-archived-trees)
4329         (org-export-protect-quoted-subtrees)
4330         (org-export-protect-verbatim, org-export-protect-examples)
4331         (org-export-select-backend-specific-text)
4332         (org-export-mark-blockquote-and-verse)
4333         (org-export-remove-comment-blocks-and-subtrees)
4334         (org-export-handle-comments, org-export-mark-radio-links)
4335         (org-export-remove-special-table-lines)
4336         (org-export-normalize-links)
4337         (org-export-concatenate-multiline-links)
4338         (org-export-concatenate-multiline-emphasis): New functions,
4339         obtained from spliiting the export preprocessor.
4341         * org-table.el (org-table-recalculate): Improve error message if
4342         the row number is invalid.
4344 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4346         * org-archive.el (org-archive-save-context-info): Fix bugs in
4347         customization setup and docstring.
4349         * org-exp.el (org-export-html-style): Changed the size of in the
4350         <pre> element to 90%.
4352 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4354         * org.el (org-find-src-example-start): Function removed.
4355         (org-edit-src-find-region-and-lang): New function.
4357 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4359         * org.el (org-edit-src-exit): New function.
4360         (org-exit-edit-mode): New minor mode.
4362         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4363         comment-like lines from protected examples.
4365         * org.el (org-edit-src-example, org-find-src-example-start)
4366         (org-protect-source-example, org-edit-special): New functions.
4368 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4370         * org-publish.el (org-publish-project-alist): Fix typo in
4371         docstring.
4372         (org-publish-project-alist): Handle :index-title property.
4374 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4376         * org-export-latex.el (org-export-as-latex): Make sure region
4377         bounds are correct.  Parse subtree properties relating to export.
4379         * org-exp.el (org-export-add-options-to-plist): New function.
4380         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4382 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4384         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4385         EXPORT_TITLE.
4387         * org-exp.el (org-export-get-title-from-subtree)
4388         (org-export-as-ascii, org-export-as-html): Make sure the original
4389         region-beginning and region-end are used, even after moving
4390         point.
4391         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4392         property.
4394         * org-remember.el (org-remember-last-stored-marker): New variable.
4395         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4396         (org-remember-handler): Also use marker to remember
4397         last-stored position.
4399         * org.el (org-goto-marker-or-bmk): New function.
4401 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4403         * org.el (org-file-properties): Renamed from `org-local-properties'.
4404         (org-scan-tags): Take file tags into account.
4405         (org-tags-match-list-sublevels): Default changed to t.
4407         * org-exp.el (org-export-as-html): Close paragraph after a
4408         footnote.
4410         * org.el (org-update-parent-todo-statistics): New function.
4412         * org-exp.el (org-icalendar-store-UID): New option.
4413         (org-icalendar-force-UID): Option removed.
4414         (org-print-icalendar-entries): IMplement UIDs.
4416 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4418         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4420 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4422         * org-faces.el (org-column): Document how this face is being used
4423         and why sometimes the background faces shine through.
4425         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4427         * org-publish.el (org-publish-attachment): Create publishing
4428         directory if it does not yet exist.
4430         * org-table.el (org-calc-default-modes): Change default number
4431         format to (float 8).
4433         * org.el (org-olpath-completing-read): New function.
4434         (org-time-clocksum-format): New option.
4435         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4437         * org-clock.el (org-clock-display, org-clock-out)
4438         (org-update-mode-line): Use `org-time-clocksum-format'.
4440         * org-colview-xemacs.el (org-columns-number-to-string): Use
4441         `org-time-clocksum-format'.
4443         * org-colview.el (org-columns-number-to-string): Use
4444         `org-time-clocksum-format'.
4446 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4448         * org-id.el: New file, move from contrib to core.
4450         * org-exp.el (org-icalendar-force-UID): New option.
4452 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4454         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4455         shifted by one day if theere is a date range without an end
4456         time.
4458         * org.el (org-try-structure-completion): New function.
4460 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4462         * org.el (org-set-font-lock-defaults): Improve fontification of
4463         description lists.
4464         (org-insert-item): Handle description lists.
4465         (org-adaptive-fill-function): Improve auto indentation in
4466         description lists.
4468         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4469         Implement VERSE environment.
4470         (org-export-preprocess-string): Implement the COMMENT
4471         environment.
4473         * org-export-latex.el (org-export-latex-preprocess): Implement
4474         VERSE environment.
4476 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4478         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4479         option.
4481 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4483         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4485         * org.el (org-quote-csv-field): New functions.
4487         * org-table.el (org-table-export-default-format): Remove :splice
4488         from default format, we get the same effect by not specifying
4489         :tstart and :tend.
4490         (org-table-export): Improve setup, distinguish better between
4491         interactive and non-interactive use, allow specifying the format
4492         on the fly, better protection against wrong file names.
4493         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4494         and :tend when :splice is omitted.
4496 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4498         * org-clock.el (org-clock-select-task): Make sure the selection
4499         letters are 1-9 and A-Z, no special characters.
4501 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4503         * org-exp.el (org-export-htmlize): New group.
4504         (org-export-htmlize-output-type)
4505         (org-export-htmlize-css-font-prefix): New options.
4506         (org-export-htmlize-region-for-paste): New function.
4507         (org-export-htmlize-generate-css): New command.
4509 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4511         * org/org.el (org-modules, org-format-latex-options):
4512         * org/org-archive.el (org-archive-stamp-time)
4513         (org-archive-save-context-info):
4514         * org/org-faces.el (org-hide):
4515         * org/org-irc.el (org-irc-parse-link):
4516         * org/org-macs.el (org-call-with-arg, org-autoload):
4517         * org/org-mew.el (org-mew-store-link):
4518         * org/org-remember.el (org-remember-store-without-prompt)
4519         (org-remember-templates): Fix typos in docstrings.
4521         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4523         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4524         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4525         (org-bbdb-anniv-split): Fix typos in docstrings.
4527         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4528         (org-publish-use-timestamps-flag): Reflow docstring.
4529         (org-publish-files-alist): Fix typos in docstring.
4531 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4533         * org.el (org-set-visibility-according-to-property): New function.
4534         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4535         and compute the regular expressions, and update font-lock.
4536         (org-property-re): Allow a dash in property names.
4538         * org-archive.el (org-extract-archive-file): Insert the file name
4539         without the path into the format, to allow the location format to
4540         contain a subdirectory.
4542         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4543         of buffer, and the `org-agenda-type' property undefined, use the
4544         value from the character before.
4546         * org.el (org-add-planning-info): Don't let indentation for
4547         would-be timestamp become extra whitespace at the end of headline.
4549 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4551         * org.el (org-remove-double-quotes, org-file-contents): New
4552         functions.
4554         * org-exp.el (org-infile-export-plist): Also parse the
4555         contents of #+SETUPFILE files, recursively.
4557         * org.el (org-set-regexps-and-options): Also parse the
4558         contents of #+SETUPFILE files, recursively.
4560         * org-exp.el (org-export-handle-include-files): New function.
4561         (org-export-preprocess-string): Call
4562         `org-export-handle-include-files'.
4564         * org.el (org-delete-property-globally)
4565         (org-delete-property, org-set-property): Ignore case during
4566         completion.
4567         (org-set-property): Use `org-completing-read' instead of
4568         `completing-read'.
4570         * org.el (org-complete-expand-structure-template): New,
4571         experimental function.
4572         (org-structure-template-alist): New, experimental option.
4573         (org-complete): Call `org-complete-expand-structure-template'.
4575 2008-05-06  Bastien Guerry  <bzg@altern.org>
4577         * org-export-latex.el (org-export-latex-preprocess): Added
4578         support for blockquotes.
4580 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4582         * org.el (org-read-date-analyze): Catch the case where only a
4583         weekday is given.
4585 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4587         * org.el (org-set-font-lock-defaults): Make the description
4588         tag bold.
4590         * org-exp.el (org-export-as-html, org-close-li): Implement
4591         description lists.
4593 2008-05-04  Jason Riedy  <jason@acm.org>
4595         * org-table.el (*orgtbl-default-fmt*): New variable.
4596         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4597         when there is no other fmt available.
4599         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4600         :tend to suppress the appropriate string.
4602         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4603         table.
4605 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4607         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4608         read date.
4610         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4611         New function.
4613         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4614         New function.
4616 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4618         * org-clock.el (org-clock-find-position): Don't include notes
4619         into clock drawer.
4621         * org-archive.el (org-archive-subtree): No longer remove an
4622         extra line after cutting the subtree.  `org-cut-subtree' already
4623         takes care of this.
4625         * org-remember.el (org-remember-handler): Only kill the target
4626         buffer if it does not contain the running clock.
4628         * org.el (org-markers-to-move): New variable.
4629         (org-save-markers-in-region, org-check-and-save-marker)
4630         (org-reinstall-markers-in-region): New function.
4631         (org-move-subtree-down, org-copy-subtree): Remember relative
4632         marker positions before cutting.
4633         (org-move-subtree-down, org-paste-subtree): Restore relative
4634         marker positions after pasting.
4636         * org-remember.el (org-remember-clock-out-on-exit): New option.
4637         (org-remember-finalize): Clock out only if the setting in
4638         `org-remember-clock-out-on-exit' requires it.
4639         (org-remember-handler): Do the cleanup in the buffer, to make sure
4640         that the clock marker remains in tact.
4642 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4644         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4645         (org-clock-in): Make sure that also tasks outside the narrowed
4646         region will be clocked in correctly.
4647         (org-clock-insert-selection-line): Widen the buffer so that we can
4648         find the correct task heading.
4650         * org.el (org-base-buffer): New function.
4652         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4653         and ";" are escaped.
4654         (org-print-icalendar-entries): Also apply
4655         `org-icalendar-cleanup-string' to the headline, not only to the
4656         summary property.
4658 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4660         * org-exp.el (org-export-preprocess-hook): New hook.
4661         (org-export-preprocess-string): Call
4662         `org-export-preprocess-hook'.
4664         * org.el (org-font-lock-hook): New variable.
4665         (org-font-lock-hook): New function.
4666         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4668 ;; Local Variables:
4669 ;; coding: utf-8
4670 ;; add-log-time-zone-rule: t
4671 ;; End:
4673     Copyright (C) 2008  Free Software Foundation, Inc.
4675   This file is part of GNU Emacs.
4677   GNU Emacs is free software: you can redistribute it and/or modify
4678   it under the terms of the GNU General Public License as published by
4679   the Free Software Foundation, either version 3 of the License, or
4680   (at your option) any later version.
4682   GNU Emacs is distributed in the hope that it will be useful,
4683   but WITHOUT ANY WARRANTY; without even the implied warranty of
4684   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4685   GNU General Public License for more details.
4687   You should have received a copy of the GNU General Public License
4688   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4690 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c