New function `org-list-make-subtree' bound to C-c C-*
[org-mode.git] / lisp / ChangeLog
blob2f8c9c034fa26c3ae7fbe92c2d4d6eb9afbafb54
1 2009-07-25  Bastien Guerry  <bzg@altern.org>
3         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
4         list to a subtree, preserving the structure of the list.
6         * org-list.el (org-list-goto-true-beginning)
7         (org-list-make-subtree, org-list-make-subtrees): New functions.
9         * org.el (org-eval-in-calendar): Select the right frame.
10         (org-save-frame-excursion): Remove this macro.
12 2009-07-24  Bastien Guerry  <bzg@altern.org>
14         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
15         trying to find the beginning of a list.
17         * org-exp.el (org-get-file-contents): Use a new argument: markup.
18         When present, tell org-get-file-contents not to protect org-like
19         lines.
21         * org-id.el (org-id-uuid-program): New option to set the name of
22         the uuidgen program.
23         (org-id-method): Use `org-id-uuid-program'.
24         (org-id-new): Use `org-id-uuid-program'.
26 2009-07-23  Bastien Guerry  <bzg@altern.org>
28         * org-exp.el (org-export-number-lines): Allow whitespace in code
29         references.  Allow the -r switch to remove the references in the
30         source code even when the lines are not numbered: the labels can
31         be explicit enough.
33         * org.el (org-fontify-whole-heading-line): New option.
34         (org-set-font-lock-defaults): Use the new option.
36         * org-clock.el (org-show-notification-handler): New option.
37         (org-show-notification): Use the new option.
39 2009-07-21  Bastien Guerry  <bzg@altern.org>
41         * org.el (org-eval-in-calendar): Fix a bug about calendar
42         navigation when `calendar-setup' value is 'calendar-only.
44 2009-07-19  Bastien Guerry  <bzg@altern.org>
46         * org.el (orgstruct++-mode): Fix typo in docstring.
47         (org-insert-link): Clean up: (or (...)) => (...)
48         (org-insert-link): Use TAB for stored links completion.
50 2009-07-18  Bastien Guerry  <bzg@altern.org>
52         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
53         building the list of targets.
55         * org-remember.el (org-remember-delete-empty-lines-at-end): New
56         option.
57         (org-remember-handler): Use the new option.
59 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
61         * org.el (org-tags-sort-function): New option for sorting tags.
62         (org-set-tags): Use the new option to sort tags.
64         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
65         premature deletion of the data when using org-plot in a script.
67 2009-07-17  Bastien Guerry  <bzg@altern.org>
69         * org-clock.el (org-clock-in-prepare-hook): New hook.
70         (org-clock-in): Use this new hook.
72 2009-07-16  Bastien Guerry  <bzg@altern.org>
74         * org.el (org-special-ctrl-a/e): Explicitely bind the value
75         'reversed for this option to the "true line boundary first"
76         behavior.
77         (org-tags-match-list-sublevels): Document the 'indented value for
78         this variable.
80         * org-latex.el (org-export-latex-first-lines): Fix problem with
81         publishing the region.
83         * org-exp.el (org-export-format-source-code-or-example): Fix
84         bad line numbering when exporting examples in HTML.
86 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org-clock.el (org-clock-goto): Find hidden headlines as well.
90         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
92         * org-plot.el (org-plot/add-options-to-plist): Add timeind
93         option.
95 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org-publish.el (org-publish-remove-all-timestamps): New function.
98         (org-publish-all): Remove all timestamp files if `org-publish-all'
99         is called with a prefix argument.
101         * org-list.el (org-indent-item): Fix typo.
102         (org-item-indent-positions): Normalize ordered bullet.
104         * org-html.el (org-export-html-home/up-format): New option.
105         (org-export-as-html): Insert the up and HOME links.
107 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org-html.el (org-export-as-html): Insert the title into the
110         option plist.
111         (org-export-html-insert-plist-item): New function.
112         (org-export-as-html): Call `org-export-html-insert-plist-item'.
114         * org-macs.el (org-set-local): Make a local variable, do not make
115         the variable buffer-local!
117         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
119         * org-html.el (org-export-as-html): Call `org-install-letbind'.
121         * org-docbook.el (org-export-as-docbook): Call
122         `org-install-letbind'.
124         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
126         * org-exp.el (org-infile-export-plist): Read BIND lines.
127         (org-install-letbind): New function.
128         (org-export-as-org, org-export-preprocess-string): Call
129         `org-install-letbind'.
131         * org-src.el (org-edit-src-exit): Untabify the example before
132         returning to Org.
134         * org-list.el (org-list-demote-modify-bullet): New option.
135         (org-first-list-item-p): Save point.
136         (org-fix-bullet-type): New optional argument FORCE-BULLET.
137         (org-indent-item): Honor `org-list-demote-modify-bullet'.
138         (org-item-indent-positions): Return bullet types along with
139         indentation.
141 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
143         * org.el (org-show-entry): Hide drawers.
145 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
147         * org-footnote.el (org-footnote-auto-adjust): New option.
148         (org-footnote-auto-adjust-maybe): New function.
149         (org-footnote-new, org-footnote-delete): Call
150         `org-footnote-auto-adjust-maybe'.
152         * org.el (org-startup-options): Add new footnote-related
153         keywords.
155         * org-publish.el (org-publish-timestamp-filename): Additional
156         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
157         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
158         TRUE-PUB-DIR.  Pass them through to
159         `org-publish-timestamp-filename'.
160         (org-publish-update-timestamp): Additional arguments PUB-DIR and
161         PUB-FUNC, which are included in the hash.
162         (org-publish-file): Delay timestamp test until the publishing
163         function is known.
165 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
167         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
168         setting the deadline.
170         * org.el (org-read-date-final-answer): New variable.
171         (org-read-date): Store the final answer string, including the date
172         from the calendar, for reuse by agenda bulk commands.
174         * org-publish.el (org-publish-attachment): Fix publishing of
175         attachments.
177         * org-latex.el (org-export-latex-quotation-marks): Fix export of
178         quotation makrs in parenthesis.
179         (org-remove-initial-hash): New function.
180         (org-export-latex-preprocess): Fix bug with infinite loop if
181         environment is not properly closed.
183         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
184         when indented.
186         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
187         highlight also when indented.
189 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-footnote.el (org-footnote-renumber-fn:N): New command.
192         (org-footnote-action): Offer renumbering.
194         * org.el (org-cycle): Honor the `integrate' value of
195         org-cycle-include-plain-lists'.
197         * org-list.el (org-cycle-include-plain-lists): New allowed value
198         `internal'.  Improve the docstring.
200         * org.el (org-set-autofill-regexps): Improve the paragraph-start
201         regexp to work better with LaTeX commands.
203 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-feed.el (org-feed-update): fix problem with non-existing
206         buffer.
207         (org-feed-skip-http-headers): New function.
208         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
209         (org-feed-get-feed): Fix command line arguments for curl.
211 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
213         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
214         and eps extensions.
216 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
219         loaded.
221         * org.el (org-map-entries): No longer force
222         `org-tags-match-list-sublevels' to t during a todo-only tags
223         search.
225 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
227         * org-latex.el (org-export-latex-low-levels): Allow user-defined
228         environment.
229         (org-export-latex-subcontent): Handle user-defined environment.
231         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
232         the View dispatcher.
234         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
235         `make-overlay'.
237         * org-latex.el (org-export-as-pdf): Protect match data during call
238         to shell-quote-argument.
240         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
241         (org-agenda-view-mode-dispatch): New function.
243 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org-agenda.el (org-agenda-mode): Reset list of marks.
246         (org-agenda-mode-map): Define new keys for refile and bulk action.
247         (org-agenda-menu): Add menu itesm for refile and bulk action.
248         (org-agenda-refile): New function.
249         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
250         (org-agenda-marked-entries): New variable.
251         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
252         (org-agenda-remove-all-bulk-action-marks)
253         (org-agenda-bulk-action): New functions/commands.
255 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
257         * org-exp.el (org-get-file-contents): Protect org-like lines in
258         included files.
259         (org-export-format-source-code-or-example): Remove newlines.
261         * org-latex.el (org-export-latex-links): Check for no-description
262         marking.
264         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
265         argument separator back to comma.
266         (org-export-normalize-links): Mark links without description.
268 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-exp.el (org-infile-export-plist): Fix bug in macro
271         processing.
273         * org-agenda.el (org-agenda-clock-out): Update line after clocking
274         out.
275         (org-agenda-highlight-todo): Fix bug with highlighting.
277 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
279         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
280         new alignment strings.
282         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
283         command list.
284         (org-table-align): Check for forced align type.
286         * org.el (org-self-insert-command): Add yas/expand to command
287         list.
289         * org-clock.el (org-clock-in-hook): New hook.
290         (org-clock-in): Run `org-clock-in-hook.
291         (org-clock-out-hook): New hook.
292         (org-clock-out): Run `org-clock-out-hook.
293         (org-clock-cancel-hook): New hook.
294         (org-clock-cancel): Run `org-clock-cancel-hook.
295         (org-clock-goto-hook): New hook.
296         (org-clock-goto): Run `org-clock-goto-hook.
298 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
300         * org.el (org-store-link): Better default description for link to
301         Org-mode headline.
303         * org-exp.el (org-export-generic): Autoload the generic exporter
304         function.
305         (org-export): Implement the `g' key for the generic exporter.
307 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
310         and for zbacktab'.
312         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
314         * org-exp.el (org-infile-export-plist): Get macros also from
315         #+SETUPFILE.
317 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org-colview.el (org-columns-capture-view): Protect vertical bars
320         in column values.
321         (org-columns-capture-view): Exclude comment and archived trees.
323         * org-colview-xemacs.el (org-columns-capture-view): Protect
324         vertical bars in column values.
325         (org-columns-capture-view): Exclude comment and archived trees.
327         * org.el (org-quote-vert): New function.
329         * org-latex.el (org-export-latex-verbatim-wrap): New option.
331         * org-exp.el (org-export-format-source-code-or-example): Use
332         `org-export-latex-verbatim-wrap'.
334         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
335         time stamps.
337         * org-html.el (org-export-table-row-tags): New option.
338         (org-format-org-table-html): Rename `nlines' to `nline', use new
339         option.
342 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-exp-blocks.el: Declare functions and variables.
346         * org-remember.el (org-remember-templates): Allow the headline
347         element to be a function.
348         (org-remember-apply-template): If the headline is a function, call
349         it to get the true function.
351         * org-clock.el (org-clock-menu): New function.
352         (org-clock-update-mode-line): Update help string.
353         (org-clock-modify-effort-estimate): New function.
354         (org-clock-mark-default-task): New function.
356         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
357         minutes as input.
358         (org-org-menu): Add new clocking stuff.
359         (org-clock-is-active): New function.
361 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
363         * org.el (org-open-non-existing-files): Improve docstring.
365 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
368         option.
369         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
371         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
373         * org-list.el (org-get-checkbox-statistics-face): Use the new
374         faces.
376         * org-faces.el (org-checkbox-statistics-todo)
377         (org-checkbox-statistics-done): New faces.
379 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
381         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
382         (org-edit-src-exit): Better cursor positioning when returning from
383         editing.
385         * org-latex.el (org-export-latex-use-verb): New variable.
386         (org-export-latex-emph-format): Prefer \texttt over \verb when
387         org-export-latex-use-verb is set.
389 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
392         at normal indentation.
394         * org-html.el (org-export-html-close-lists-maybe): Also look at
395         normal indentation.
397         * org-remember.el (org-remember-handler): Abort remember if the
398         buffer is empty.
400         * org-src.el (org-edit-src-content-indentation): New option.
401         (org-edit-src-exit): Apply extra indentation.
403         * org-exp.el (org-export-format-source-code-or-example): Run
404         `org-src-mode-hook'.
406         * org-src.el (org-src-mode-hook): New variable.
407         (org-edit-src-code): Run `org-src-mode-hook'.
409 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org.el (org-indent-line-function): Fix indentation of +#end lines.
413         * org-src.el (org-edit-src-get-indentation): New function.
414         (org-edit-src-code): Base indentation on the begin line.
416 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
418         * org-gnus.el (org-gnus-store-link): Require message.el in
419         org-gnus-store-link.
421 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
423         * org-src.el: New file, split out of org.el
425         * org-docbook.el (org-export-as-docbook): Better indentation
426         treatment.
428         * org-macs.el (org-replace-match-keep-properties): New function.
430         * org-exp.el (org-export-mark-blockquote-verse-center): Better
431         preprocessing of center and quote and verse blocks.
433         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
434         (org-export-as-docbook): Close lists when original indentation
435         mandates it.
437         * org-html.el (org-export-html-close-lists-maybe): New function.
438         (org-export-as-html): Close lists when original indentation
439         mandates it.
441         * org-list.el (org-list-end): Respect the stored "original"
442         indentation when determining the end of the list.
444         * org-exp.el (org-export-replace-src-segments-and-examples):
445         Remember indentation correctly.
447 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org-clock.el (org-clock-update-mode-line): Apply face
450         org-mode-line-clock.
452         * org-faces.el (org-mode-line-clock): New face.
454 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
456         * org-gnus.el (org-gnus-store-link): Fix bug where
457         `org-gnus-store-link' used wrong subject when called in an article
458         buffer.  Patch provided by fengli AT gmail DOT com.
460 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-exp.el (org-export-format-source-code-or-example): Remember
463         the original indentation of source code snippets and examples.
465         * org-latex.el (org-export-as-latex): Relocate the table of
466         contents.
468         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
470         * org-agenda.el (org-run-agenda-series): Scope global options also
471         when creating the agenda buffer.
473 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
475         * org.el (org-adapt-indentation): Improve documentation.
476         (org-insert-property-drawer): Respect org-adapt-indentation when
477         inserting the drawer.
478         (org-remove-flyspell-overlays-in): New function.
479         (org-do-emphasis-faces, org-activate-plain-links)
480         (org-activate-code, org-fontify-meta-lines-and-blocks)
481         (org-activate-angle-links, org-activate-footnote-links)
482         (org-activate-bracket-links, org-activate-dates)
483         (org-activate-target-links, org-activate-tags): Remove flyspell
484         overlays.
486 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
488         * org.el (org-edit-src-save): New function.
490         * org-clock.el (org-clock-out-switch-to-state): New option.
491         (org-clock-out): Honor `org-clock-out-switch-to-state'.
493         * org-compat.el (org-compatible-face): Improve macro.
495         * org.el (org-global-properties-fixed): Add default for
496         CLOCK_MODELINE_TOTAL.
498         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
499         andd tend.
500         (org-clock-sum-current-item): Optional argument TSTART, pass it to
501         org-clock-sum.
502         (org-clock-get-sum-start): New function.
504         * org.el (org-startup-options): New keywords blockhide and
505         blockshow.
506         (org-mode): Add new invisibility spec.
507         (org-set-startup-visibility): Hide block on startup if so
508         desired.
509         (org-hide-block-startup): New option.
510         (org-block-regexp): New constant.
511         (org-hide-block-overlays): New variable.
512         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
513         (org-show-block-all, org-hide-block-toggle-maybe)
514         (org-hide-block-toggle): New functions.
515         (org-edit-src-exit): Do not quote lines starting with # and no +
516         behind it.
517         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
518         entry.
520 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
522         * org.el (org-buffer-property-keys): Add Effort property for
523         completion.
525 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
528         when retrieving total clocked time in the subtree.
530         * org.el (org-quoting-blocks): New variable.
532 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-table.el (org-table-store-formulas)
535         (org-table-get-stored-formulas, org-table-fix-formulas)
536         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
537         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
539         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
540         indented #+TBLFM line.
542         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
543         indented #+TBLFM line.
545         * org-colview.el (org-dblock-write:columnview): Allow indented
546         #+TBLFM line.
548         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
549         indented #+TBLFM line.
551         * org-clock.el (org-dblock-write:clocktable): Allow indented
552         #+TBLFM line.
554 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org-exp.el (org-export-format-source-code-or-example): Make
557         editing indented blocks work correctly.
559         * org.el (org-edit-src-nindent): New variable.
560         (org-edit-src-code, org-edit-fixed-width-region)
561         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
562         editing indented blocks work correctly.
564 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
567         indented blocks.
568         (org-export-format-source-code-or-example): Fix indentation of
569         blocks.
570         (org-export-remove-indentation): New function.
571         (org-export-select-backend-specific-text): Allow backend-specific
572         code to be indented.
573         (org-export-mark-blockquote-verse-center): Allow markers to be
574         indented.
576         * org.el (org-fontify-meta-lines): New function.
577         (org-set-font-lock-defaults): Call the new fontification
578         function.
580         * org-faces.el (org-meta-line): New face
581         (org-block):  New face.
583 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
585         * org.el (org-treat-insert-todo-heading-as-state-change)
586         (org-treat-S-cursor-todo-selection-as-state-change): New
587         variables.
588         (org-insert-todo-heading): Honor
589         `org-treat-insert-todo-heading-as-state-change'.
590         (org-shiftright, org-shiftleft): Honor
591         `org-treat-S-cursor-todo-selection-as-state-change'.
592         (org-inhibit-logging): New variable.
594 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
596         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
597         range for marker position checking.
599         * org-latex.el (org-export-latex-first-lines): Fix bug when
600         exporting a region.
602 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-exp.el (org-export-push-to-kill-ring): Protect using
605         x-set-selection, because that does not always work.
607         * org-agenda.el (org-agenda-list): Apply the new face
608         `org-agenda-date-today'.
610         * org-faces.el (org-agenda-date-today): New face.
612 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
614         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
615         creating appointments.
617         * org-latex.el (org-export-latex-low-levels): Fix customization
618         type.
620         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
621         priority commands.
623         * org-agenda.el (org-agenda-priority): Disable priority commands.
625         * org.el (org-enable-priority-commands): New option.
627         * org-colview-xemacs.el (org-columns-compute)
628         (org-columns-number-to-string): Fix problems with empty fields.
630         * org-colview.el (org-columns-compute)
631         (org-columns-number-to-string): Fix problems with empty fields.
633         * org-exp.el (org-export-push-to-kill-ring): New function.
634         (org-export-copy-to-kill-ring): New option.
636         * org-latex.el (org-export-as-latex): Call
637         `org-export-push-to-kill-ring'.
639         * org-html.el (org-export-as-html): Call
640         `org-export-push-to-kill-ring'.
642         * org-docbook.el (org-export-as-docbook): Call
643         `org-export-push-to-kill-ring'.
645         * org-ascii.el (org-export-as-ascii): Call
646         `org-export-push-to-kill-ring'.
648         * org-exp.el (org-export-show-temporary-export-buffer): New
649         option. 
651         * org-latex.el (org-export-as-latex): Use
652         `org-export-show-temporary-export-buffer'.
654         * org-html.el (org-export-as-html): Use
655         `org-export-show-temporary-export-buffer'.
657         * org-docbook.el (org-export-as-docbook): Use
658         `org-export-show-temporary-export-buffer'.
660         * org-ascii.el (org-export-as-ascii-to-buffer): Use
661         `org-export-show-temporary-export-buffer'.
663         * org-exp.el (org-export-show-temporary-export-buffer): New
664         option.
665         (org-export-push-to-kill-ring): New function.
667         * org-colview.el (org-columns-compile-map): New variable.
668         (org-columns-new, org-columns-compute)
669         (org-columns-number-to-string, org-columns-uncompile-format)
670         (org-columns-compile-format): Implement new operators.
672 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
674         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
676         * org-html.el (org-export-html-xml-declaration): New option.
677         (org-export-as-html): Use `org-export-html-xml-declaration'.
679         * org-list.el (org-update-checkbox-count): Make property
680         dependent.
682         * org.el (org-hierarchical-todo-statistics): New option.
683         (org-update-parent-todo-statistics): Modified to handle recursive
684         statistics.
686 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
688         * org-publish.el (org-publish): Make this function behave
689         correctly in interactive use when called with a prefix argument.
691         * org.el (org-todo-statistics-hook): New hook.
692         (org-update-parent-todo-statistics): Use new hook.
693         (org-log-into-drawer): New function.
694         (org-add-log-setup): Use the new `org-log-into-drawer' function to
695         determine if we should be logging into a drawer.
696         (org-log-into-drawer): Update docstring.
697         (org-default-properties): Add LOG_INTO_DRAWER as a property.
699         * org-list.el (org-checkbox-statistics-hook): New hook.
700         (org-update-checkbox-count-maybe): Use new hook.
702         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
703         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
704         to kill ring.
706 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
708         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
709         a line.
711 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
714         better bufer-generating mechanism.
715         (org-edit-src-find-buffer): New function.
717         * org-icalendar.el (org-print-icalendar-entries): Don't check for
718         archive tag, this is already done by `org-agenda-skip'.
719         data while constructing lost of tags.
721 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
723         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
724         as argument separator in macros.
726         * org-html.el (org-export-as-html): Add xml declaration.
728 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org.el (org-after-sorting-entries-or-items-hook): New hook.
731         (org-sort-entries-or-items): Run the new hook.
732         (org-after-refile-insert-hook): New hook.
733         (org-refile): Run `org-after-refile-insert-hook'.
735         * org-agenda.el (org-agenda-get-progress): Never take time of day
736         from headline when displaying progress.
738         * org-latex.el (org-export-latex-complex-heading-re): New variable.
739         (org-export-as-latex): Force the correct regexp in the
740         preprocessor buffer.
741         (org-export-latex-set-initial-vars): Set
742         `org-export-latex-complex-heading-re'.
744         * org-agenda.el (org-agenda-start-with-log-mode): New option.
745         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
747 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-latex.el (org-export-latex-tables-centered): New option.
750         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
752         * org-exp.el (org-export-as-org): New command.
753         (org-export-as-org): New command.
755         * org-publish.el (org-publish-org-to-org): New function.
757 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org.el (org-yank): Just call `org-yank-generic'.
760         (org-yank-generic): New function, containing the formaer
761         functionality of `org-yank'.
763         * org-latex.el (org-export-latex-not-done-keywords)
764         (org-export-latex-done-keywords): New variables.
765         (org-export-latex-todo-keyword-markup): New option.
766         (org-export-latex-set-initial-vars): Remember the TODO keywords.
767         (org-export-latex-keywords-maybe): Apply the TODO markup.
769 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-exp.el (org-infile-export-plist): Add more default macros.
772         (org-export-preprocess-apply-macros): Process macro arguments.
774 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
777         `unblocked'.
778         (org-print-icalendar-entries): Respect the new value of
779         `org-icalendar-include-todo'.
781         * org.el (org-link-try-special-completion)
782         (org-file-complete-link): New functions.
783         (org-insert-link): Add special completion support for some link
784         types.
786         * org-bbdb.el (org-bbdb-complete-link): New function.
788 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
790         * org-list.el (org-update-checkbox-count): Allow recursive
791         statistics.
792         (org-hierarchical-checkbox-statistics): New option.
794         * org.el (org-cycle): Remove erraneous space character.
796         * org-icalendar.el (org-icalendar-timezone): Initialize from
797         environment.
799         * org-html.el (org-format-org-table-html): Specify the scope.
800         (org-format-table-table-html): Specify the scope.
801         (org-export-table-header-tags): Prepare the scope parameter.
803 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
805         * org-html.el
806         (org-export-html-table-use-header-tags-for-first-column): New
807         option.
809         * org.el (org-autoload): Fix autoloading of ascii export
810         functions.
811         (org-modules): Add org-special-blocks.
813 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
815         * org-icalendar.el (org-start-icalendar-file): Use the new option.
816         (org-ical-timezone): New option.
818         * org-exp.el (org-export-get-coderef-format): Use the description
819         is present.
821         * org.el (org-sort-entries-or-items): Improve docstring, and make
822         better implementation for time sorting.
824 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org.el (org-edit-src-persistent-message): New option.
827         (org-edit-src-code, org-edit-fixed-width-region): Use the new
828         option.
830         * org-clock.el (org-clock-insert-selection-line): Fix prefious
831         patch.
833         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
834         separate buffer instead of indirect buffer to edit source code.
835         (org-edit-src-exit): Make this function work with the new setup.
837         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
838         are properly fontified before shown in the selection menu.
840         * org.el (org-fontify-like-in-org-mode): New function.
842         * org-latex.el (org-export-latex-links): Use the property list to
843         retrieve the default image attributes.
845         * org-exp.el (org-export-plist-vars): Add a new option.
847 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
849         * org-exp.el (org-export, org-export-visible): Support ASCII
850         export to buffer
851         (org-export-normalize-links): Do not protect the description if it
852         is explicitly given.
854         * org-ascii.el (org-export-as-ascii-to-buffer)
855         (org-replace-region-by-ascii, org-export-region-as-ascii): New
856         commands.
857         (org-export-as-ascii): Add all the same parameters that are also
858         supported by the other export functions.
860         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
861         org-checklist.el.
862         (org-reset-checkbox-state-subtree): Call
863         `org-reset-checkbox-state-subtree'.
865         * org-remember.el (org-select-remember-template): For the
866         selection of a valid template.
868         * org-latex.el (org-export-region-as-latex): Supply the
869         force-no-subtree argument.
870         (org-export-as-latex): Provide better limits when exporting the
871         first line.  When exporting to string, we still want the first
872         lines.
873         (org-export-latex-first-lines): New argument END, to force the end
874         of the region.
875         (org-export-region-as-latex): Use the property list.
876         (org-export-as-latex):
878         * org-colview-xemacs.el (org-columns-remove-overlays)
879         (org-columns): Fix call to `local-variable-p'.
881 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
884         (org-export-as-html): Run the new hook.
886         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
887         (org-export-latex-preprocess): Run the new hook.
889         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
890         (org-export-preprocess-string): Run the new hook.
892 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org-macs.el (org-check-external-command): New defsubst.
896         * org.el (org-mode-map): New key for reload.
897         (org-format-latex): Better error message when external programs
898         are not available.
900         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
902         * org.el (org-sort-entries-or-items): Explicit sorting function
903         for priorities, needed for XEmacs compatibility.
905         * org-remember.el (org-remember-apply-template): Improve auto-save
906         behavior.
908 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-latex.el (org-export-latex-preprocess): Also protect
911         environments ending in a star.
913         * org-list.el (org-at-item-p): Fix regular expression.
915 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
917         * org.el (org-end-of-subtree): Improve speed.
919         * org-agenda.el (org-agenda-get-timestamps)
920         (org-agenda-get-progress, org-agenda-get-deadlines)
921         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
922         in particular, wait as long as possible to collect the tags.
923         (org-stuck-projects): Improve docstring.
925         * org.el (org-store-link): No errors when getting custom id before
926         first headline.
927         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
929 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
931         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
933         * org-protocol.el: Remove dependency on url.el.
934         (org-protocol-unhex-compound, org-protocol-open-source): Remove
935         dependency on url.el.
937         * org-latex.el (org-export-as-pdf): Use
938         `org-latex-to-pdf-process'.
940 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
942         * org-latex.el (org-latex-to-pdf-process): New option.
944         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
945         New option.
946         (org-agenda-get-timestamps): Honor
947         `org-agenda-skip-additional-timestamps-same-entry'.
949         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
950         (org-clock-goto): Find recent task only if
951         `org-clock-goto-may-find-recent-task' allows it.
953         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
954         drawers, and drawers that are missing the :END: line.
956 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
958         * org-clock.el (org-clock-goto): Go to recently clocked task if no
959         clock is running.
961 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org.el (org-update-parent-todo-statistics): Check for
964         STATISTICS_FROM property.
966         * org-list.el (org-update-checkbox-count): Check for
967         STATISTICS_FROM property.
969         * org.el (org-tab-first-hook)
970         (org-tab-after-check-for-table-hook)
971         (org-tab-after-check-for-cycling-hook): New hooks.
972         (org-cycle-internal-global, org-cycle-internal-local): New
973         functions, split out from `org-cycle'.
974         (org-cycle): Call the new hooks.
976 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
978         * org-exp.el (org-export-preprocess-string): Reset the list of
979         preferred targets for each run of the preprocessor.
981         * org.el (org-refile-target-verify-function): Improve
982         documentation.
983         (org-get-refile-targets): Respect point being moved by the
984         verification function.
986         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
987         option.
988         (org-export-latex-keywords): Use new option.
990         * org.el (org-rear-nonsticky-at): New defsubst.
991         (org-activate-plain-links, org-activate-angle-links)
992         (org-activate-footnote-links, org-activate-bracket-links)
993         (org-activate-dates, org-activate-target-links)
994         (org-activate-tags): Place the rear-nonsticky properties at the
995         correct location.
997 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org-protocol.el (server-edit): Declare `server-edit'.
1000         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1001         functions.
1002         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1004         * org.el (org-default-properties): New default properteis for
1005         completion.
1007         * org-exp.el (org-export-add-subtree-options): Add new properties
1008         for subtree export.
1010         * org-docbook.el (org-export-docbook-keywords-markup)
1011         (org-export-docbook-timestamp-markup): New options.
1012         (org-export-docbook-protect-tags): New function.
1014 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1017         org-refile-target-verify-function for the duration of the command.
1019         * org.el (org-link-to-org-use-id): New possible value
1020         `create-if-interactive-and-no-custom-id'.
1021         (org-store-link): Use custom IDs.
1022         (org-link-search): Find custom ID properties from #link.
1023         (org-default-properties): Add CUSTOM_ID for property completion.
1024         (org-refile-target-verify-function): New option.
1025         (org-goto): Turn off org-refile-target-verify-function
1026         for the duration of the command.
1028 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1030         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1032         * org-exp.el (org-export-preferred-target-alist): New variable.
1033         (org-export-define-heading-targets): Find the new CUSTOM_ID
1034         property.
1035         (org-export-target-internal-links): Target the custom ids when
1036         possible.
1038         * org-latex.el (org-export-latex-preprocess): Better regexp for
1039         matching latex macros with arguments.
1041 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1043         * org-remember.el (org-remember-handler): Allow filing to non-org
1044         files.
1046 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1048         * org-feed.el (org-feed-alist): New keyword options.
1049         (org-feed-update): Use the new options.
1050         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1051         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1052         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1053         functions.
1055         * org-table.el (org-table-fix-formulas): Do not change references
1056         to remote tables.
1057         (org-table-get-remote-range): Convert standard coordinates to RC
1058         format.
1060         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1062 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1064         * org-compat.el (org-sha1-string): Function removed.
1066         * org.el (org-refile-allow-creating-parent-nodes): New option.
1067         (org-refile-get-location): New argument NEW-NODES.
1068         (org-refile): Call `org-refile-get-location' with the new
1069         argument.
1070         (org-refile-get-location): Arrange for adding a new child.
1071         (org-refile-new-child): New function.
1073         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1074         an additional span element.
1076         * org-clock.el: Fix a number of docstrings.
1077         (org-clock-find-position): New argument
1078         FIND-UNCLOSED to make the function find an unclosed clock in the
1079         entry.
1080         (org-clock-in): Call `org-clock-find-position' with the new
1081         argument if we might be resuming a clock.
1083 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org-latex.el (org-export-latex-display-custom-times): New variable.
1086         (org-export-latex-timestamp-markup): New option.
1087         (org-export-latex-set-initial-vars): Remember the local value of
1088         `org-display-custom-times'.
1089         (org-export-latex-content): Process time stamps.
1090         (org-export-latex-time-stamps): New function.
1092         * org-macs.el (org-maybe-intangible): Add intangible property
1093         again to invisible text.
1095 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1097         * org-exp.el (org-default-export-plist): Handle undefined
1098         variables.
1100 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1102         * org.el (org-sort-entries-or-items): Match TODO keywrds
1103         case-sensitively, when sorting.
1104         (org-priority): Do not match TODO keywords with wrong case.
1106 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-feed.el (org-feed-update): Bind the variable
1109         `new-formatted'.
1111         * org-html.el (org-export-as-html): Start paragraphs after literal
1112         examples.
1114         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1115         literal examples.
1117 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1119         * org.el (org-todo): Honor the NOBLOCKING property.
1121         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1122         NOBLOCKING property.
1124         * org.el (org-scan-tags): Fix bug in tag scanner
1126 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org.el (org-modules): Mark obsolete packages.
1130         * org-html.el: New file, split out from org-exp.el.
1132         * org-icalendar.el: New file, split out from org-exp.el.
1134         * org-xoxo.el: New file, split out from org-exp.el.
1136         * org-ascii.el: New file, split out from org-exp.el.
1138 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org-compat.el (org-find-library-name): New function.
1142         * org.el (org-pre-cycle-hook): New hook.
1143         (org-cycle): Call the new hook in appropriate places.
1144         (org-reload): Only reload files that have been loaded before.
1146 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1149         after todo keyword.
1150         (org-todo): When changing TODO state, do matching
1151         case-sensitively.
1152         (org-map-continue-from): New variable.
1153         (org-scan-tags): Respect values in `org-map-continue-from'.
1154         (org-reload): Make XEmacs compatible.
1156 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1158         * org-protocol.el (org-protocol-flatten-greedy): New function.
1159         (org-protocol-flatten): New function.
1161         * org.el (org-open-link-from-string): Pass reference buffer to
1162         `org-open-at-point'.
1163         (org-open-at-point): New optional argument `reference-buffer'.
1165 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1167         * org.el (org-scan-tags): Make tag scan find headline in first
1168         line, 2nd attempt.
1169         (org-get-refile-targets): Add the naked file name.
1170         (org-refile): Store as top-level entry when only file name was
1171         given.
1173         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1175         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1176         Renamed from org-block-todo-from-children-or-siblings, and
1177         enhanced to look for the parent's status as well.
1179         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1180         (org-agenda-get-progress): Add first notes line to log entry if so
1181         desired.
1183 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1185         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1186         (org-agenda-cleanup-fancy-diary): Call the new hook.
1188         * org-remember.el (org-remember-apply-template): Take the default
1189         for the annotation from the :annotation property.
1191         * org-mac-message.el (org-mac-message-get-link): Remove the
1192         quotes.
1193         (org-mac-message-get-link): Return the result.
1195 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org.el (org-refile-get-location): Add file name only if not
1198         already included in outline path.
1200         * org-faces.el (org-n-level-faces): Fix customization type from
1201         number to integer.
1203         * org-exp.el (org-export-headline-levels): Fix customization type
1204         from number to integer.
1206         * org-agenda.el (org-agenda-confirm-kill)
1207         (org-agenda-custom-commands-local-options)
1208         (org-timeline-show-empty-dates, org-agenda-ndays)
1209         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1210         customization type from number to integer.
1212 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1214         * org-protocol.el: Declare some functions.
1216         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1217         postion before inserting modified headline.
1219         * org-agenda.el (org-agenda-compare-effort): Honor
1220         `org-sort-agenda-noeffort-is-high'.
1221         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1222         (org-agenda-compare-effort): Implement the "?" operator for
1223         finding entries without effort setting.
1225         * org.el (org-extract-attributes-from-string): New function.
1227         * org-exp.el (org-export-splice-attributes): New function.
1229 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1231         * org-mouse.el: XEmacs compatibility fixes
1233         * org-docbook.el (org-export-as-docbook): Process footnotes like
1234         normal text.
1236         * org.el (org-modules): Add org-inlinetasks.el
1237         (org-cycle): Implement limiting level on cycling.
1238         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1239         buffer.
1241         * org-inlinetask.el: New file.
1243         * org.el (org-emphasis-regexp-components): Allow braces in
1244         emphasis pre and post match.
1246         * org-footnote.el (org-footnote-normalize): When only dorting, do
1247         not insert inline notes at the end.
1249         * org-docbook.el (org-id-find-id-file): Add function declaration.
1251         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1253         * org-docbook.el: New file.
1255 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1257         * org.el (org-reftex-citation): New command.
1259 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1262         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1263         sorting options.
1264         (org-entries-lessp): Apply the new sorting option.
1266         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1267         blocker code, when an older sibling has children.
1269         * org-mac-message.el (org-mac-message-get-link): Improve getting
1270         links from multiple selected messages.
1272 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1274         * org-remember.el (org-remember-finalize): Do not set buffer file
1275         name to nil.
1276         (org-remember-handler): Mark buffer as unmodified.
1277         (org-remember-handler): Delete backup file and show message about
1278         remaining backup files.
1279         (org-remember-auto-remove-backup-files): New option.
1281         * org.el (org-store-link): Use buffer name as link description in
1282         w3-mode buffers.
1283         (org-ido-switchb): Fix argument bug for completion.
1285         * org-remember.el (org-remember-apply-template): Set local
1286         variable `auto-save-visited-file-name' instead of global one.
1288 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-feed.el: Re-write.
1292         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1293         (org-agenda-get-todos): Mark file tags as inherited.
1294         (org-agenda-list): Always search diary lines for a time.
1296 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1298         * org-feed.el (org-feed-assume-stable): New option.
1299         (org-feed-before-adding-hook): New hook.
1301         * org-exp.el (org-export-as-html): Close local lists depending on
1302         indentation, also when starting a table.
1304         * org-remember.el (org-remember-backup-directory)
1305         (org-remember-backup-name): New internal variable.
1307 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org-clock.el (org-clock-out-if-current): Make buffer detection
1310         work in indirect buffers as well.
1312         * org.el (org-emphasis-regexp-components): Add the exxclamation
1313         mark to the post-emphasis characters.
1315 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1317         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1318         (org-read-date): Run the new hook.
1320         * org-mac-message.el (org-mac-flagged-mail): New group.
1321         (org-mac-mail-account): New variable.
1322         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1323         commands.
1325         * org-remember.el (org-remember-backup-directory): New variable.
1326         (org-remember-apply-template): Write file to backup directory.
1328 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org-mouse.el (org-mouse-todo-menu): New function.
1331         (org-mouse-todo-keywords): Function removed.
1332         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1334         * org-table.el (org-table-beginning-of-field)
1335         (org-table-end-of-field): New commands
1336         (org-table-previous-field, org-table-beginning-of-field): Better
1337         error messages.
1338         (orgtbl-setup): Include `M-a' and `M-e'.
1340         * org.el (org-backward-sentence, org-forward-sentence): New
1341         commands.
1343         * org-colview.el (org-colview-initial-truncate-line-value): New
1344         variable.
1345         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1346         (org-columns): Remember the value of `truncate-lines'.
1348         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1349         New variable.
1350         (org-columns-remove-overlays): Restore the value of
1351         `truncate-lines'.
1352         (org-columns): Remember the value of `truncate-lines'.
1354         * org.el (org-columns-skip-arrchived-trees): New option.
1356         * org-agenda.el (org-agenda-export-html-style): Define color for
1357         org-agenda-done face.
1358         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1359         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1361         * org.el (org-scan-tags): Use the new face.
1363         * org-faces.el (org-agenda-done): New face.
1365         * org.el (org-scan-tags): Test the value org
1366         `org-tags-match-list-sublevels'.
1367         (org-tags-match-list-sublevels): New allowed value: indented.
1369         * org-export-latex.el (org-export-latex-make-header): Apply macros
1370         in header.
1372         * org-exp.el (org-export-apply-macros-in-string): New function.
1374         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1375         with the definition of a checked box.
1377         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1379         * org-export-latex.el (org-export-latex-low-levels): More options
1380         for how to process lower levels in LaTeX.
1381         (org-export-latex-subcontent): Better treatment for lists as a
1382         means of publishing lower levels.
1384 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1386         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1388         * org-faces.el (org-checkbox): New face.
1390         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1391         fragement images if there is an export file.
1393 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1395         * org-agenda.el (org-stuck-projects): Document that the subtree of
1396         projects that are not stuck will now be searched for stuck
1397         sub-projects.
1398         (org-agenda-skip-entry-when-regexp-matches)
1399         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1400         (org-agenda-list-stuck-projects): Use
1401         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1403         * org-export-latex.el (org-export-latex-preprocess): Improve
1404         export of verses.
1406         * org-exp.el (org-export-as-html): Implement centering as a div
1407         rather than a paragraph.  Do a better job with line-end in verse
1408         environments.
1410 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1412         * org.el (org-open-at-point): Fix tags searches by mouse click.
1414 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1416         * org-export-latex.el (org-export-latex-preprocess): Implement the
1417         centering markup.
1419         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1420         from `org-export-mark-blockquote-and-verse'.
1421         (org-export-as-html): Implement the centering markup.
1423         * org-export-latex.el (org-export-latex-tables): Fix vertical
1424         lines in tables.
1426 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1428         * org.el (org-read-date-history): New variable.
1429         (org-read-date): Use new history variable.
1430         (org-toggle-heading): Fix bug when used before first headline.
1431         (org-store-log-note): Remove drawer if empty while note is
1432         aborted.
1433         (org-remove-empty-drawer-at): New function.
1434         (org-check-after-date): New command.
1435         (org-sparse-tree): New sparse tree command "a".
1437         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1439 2009-03-14  Bastien Guerry  <bzg@altern.org>
1441         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1442         column and a space, not only a column.
1444 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1446         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1447         defaults for verbose emphasis.
1448         (org-export-latex-emph-format): New function.
1449         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1451         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1452         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1453         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1454         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1455         commands.
1457         * org.el (org-timestamp-change): Move end-time along with start
1458         time.
1460 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1462         * org-exp.el (org-export-target-internal-links)
1463         (org-export-as-html): Protect links specified as #name.
1465 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org.el (org-clone-subtree-with-time-shift): New command.
1469         * org-export-latex.el (org-export-latex-special-chars)
1470         (org-export-latex-treat-sub-super-char): Fix subscript export.
1472         * org-exp.el (org-create-multibrace-regexp): Do not add
1473         backslashes to the class.
1475 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1477         * org-colview.el (org-columns-map): Better functions for moving up
1478         and down a row, even if `truncate-line' is nil.
1480         * org.el (org-insert-todo-heading): Make sure the keyword is
1481         inserted at the correct position.
1483         * org-publish.el (org-publish-project-alist)
1484         (org-publish-projects, org-publish-org-index): Change default anme
1485         for the index of file names to "sitemap.org".
1487         * org-export-latex.el (org-export-latex-tables): Use
1488         `org-split-string', for Emacs 21 compatibility.
1490 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1492         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1494 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1496         * org-exp.el (org-export-page-description)
1497         (org-export-page-keywords): New variables.
1498         (org-export-plist-vars): Add entries for :keywords and
1499         :description.
1500         (org-infile-export-plist): Parse for new keywords.
1501         (org-get-current-options): Add new keywords
1502         (org-export-as-html): Publish description and keywords.
1504         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1505         option.
1506         (org-agenda-add-entry-text): Honor
1507         `org-agenda-add-entry-text-descriptive-links'.
1509         * org-export-latex.el (org-export-latex-preprocess): Make all
1510         external preprocess functions use a PARAMETER arg.
1512         * org-exp.el (org-export-preprocess-string)
1513         (org-export-select-backend-specific-text)
1514         (org-export-format-source-code-or-example)
1515         (org-format-org-table-html): Support docbook export.
1516         (org-export-preprocess-string): Make all external preprocess
1517         functions use a PARAMETER arg.
1519 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1521         * org-exp.el (org-export-html-style-include-scripts): New option.
1522         (org-export-plist-vars): Add new option
1523         `org-export-html-style-include-scripts'.
1524         (org-export-as-html): Honor new option
1525         `org-export-html-style-include-scripts'.
1526         (org-export-html-scripts, org-export-html-style-default): Fix
1527         xml issues with the Safari browser.
1529 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org-publish.el (org-publish-attachment): Only copy file when the
1532         directories differ.
1534 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1536         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1537         for clocktable steps.
1539         * org.el (org-additional-option-like-keywords): Add two more
1540         keywords.
1542 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1544         * org-exp.el (org-export-format-source-code-or-example): Mark
1545         temporary buffer unmodified, so that it will be killed even if
1546         mode like message mode has decided to assign a file name.
1548         * org.el (org-scan-tags): Improve tag inheritance.
1549         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1550         case-sensitive.
1551         (org-scan-tags): Use the internal tags list instead of creating it
1552         from scratch.
1553         (org-trust-scanner-tags, org-scanner-tags): New variables.
1554         (org-scan-tags): Set `org-scanner-tags'.
1555         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1556         (org-map-entries): Document the possible speedup using scanner
1557         tags.
1559 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1561         * org.el (org-add-planning-info): Fix bug with looking for keyword
1562         only at column 0.
1564         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1565         option for tags filter preset.
1566         (org-prepare-agenda): Store filter preset as a property on the
1567         filter variable.
1568         (org-finalize-agenda): Call the filter, if there is a preset.
1569         (org-agenda-filter-by-tag): Filter again after clearing the
1570         filter, when there still is a preset.
1571         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1572         Include the preset filter.
1573         (org-agenda-redo): Apply the filter again, also the preset filter.
1575         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1577         * org.el (org-uuidgen-p): New funtion.
1579         * org-agenda.el (org-agenda-fontify-priorities): New default value
1580         `cookies'.
1581         (org-agenda-fontify-priorities): Renamed from
1582         org-fontify-priorities.
1584         * org.el (org-set-font-lock-defaults): Call
1585         `org-font-lock-add-priority-faces'.
1586         (org-font-lock-add-priority-faces): New function.
1588         * org-faces.el: (org-set-tag-faces): New option.
1589         (org-priority-faces): New variable.
1591         * org-exp.el (org-export-as-html): Add a "content" div around the
1592         entire content of the body tag.
1593         (org-export-html-get-bibliography): New function.
1594         (org-export-html-validation-link): New variable.
1595         (org-export-as-html): Add validation link to exported page.
1597         * org.el (org-match-sparse-tree): Renamed from
1598         `org-tags-sparse-tree'.
1599         (org-tags-sparse-tree): New alias.
1601 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org.el (org-get-valid-level): Catch the case where the level
1604         change is nil.
1606         * org-clock.el (org-clock-find-position): Better indentation of
1607         new clock drawers.
1609 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-agenda.el (org-agenda-quit): Delete window only when the
1612         frame-setup was not `current-window'.
1614         * org.el (org-tag-persistent-alist): New option.
1615         (org-startup-options): Add keyword `noptag'.
1616         (org-fast-todo-selection): Handle :newline correctly.
1617         (org-set-tags): Handle :newline correctly.
1618         (org-fast-tag-selection): Handle :newline correctly.
1620 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1622         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1623         outputting it.
1624         (org-export-ascii-push-links): Fix bug with pussing links into the
1625         export buffer.
1627 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1630         pasting at top level.
1632         * org-bbdb.el: Improve documentation.
1634 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1636         * org-list.el (org-insert-item): Only consider insert empty lines
1637         is `org-empty-line-terminates-plain-lists' is not nil.
1639         * org.el (org-blank-before-new-entry): Mention the dependence on
1640         `org-empty-line-terminates-plain-lists' in the docstring.
1642         * org-publish.el (org-publish-get-project-from-filename): New
1643         optional argument UP.  Only find the top project if UP is set.
1644         (org-publish-current-project): Find the top encloding project.
1646         * org-agenda.el (org-agenda-before-write-hook)
1647         (org-agenda-add-entry-text-maxlines): New options.
1648         (org-write-agenda): Run the new hook in the temporary buffer.
1649         (org-agenda-add-entry-text): New function.
1650         (org-write-agenda): Implement PDF export, using ps2pdf.
1652         * org.el (org-global-properties-fixed, org-global-properties):
1653         Improve documentation string.
1655         * org-exp.el (org-export-ascii-links-to-notes): New option.
1656         (org-export-as-ascii): Handle links better.
1657         (org-export-ascii-wrap, org-export-ascii-push-links): New
1658         functions.
1660 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org-agenda.el (org-agenda): Make prefix arg optional.
1663         (org-agenda-search-headline-for-time): New option.
1664         (org-format-agenda-item): Honor
1665         `org-agenda-search-headline-for-time'.
1667         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1668         characters.
1670         * org.el (org-self-insert-cluster-for-undo): New option.
1671         (org-self-insert-command): Cluster undo for 20 characters.
1672         (org-self-insert-command-undo-counter): New variable.
1674 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1676         * org-exp.el (org-export-as-html): Fix problem with closing colone
1677         example.
1679 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1681         * org-export-latex.el (org-export-as-latex)
1682         (org-export-latex-first-lines): Avoid modification flag when
1683         adding or removing text properties.
1684         (org-export-latex-fontify): Catch error when org-emph-alist has
1685         entries that are not defined for LaTeX export.
1687         * org.el (orgstruct++-mode): New function.
1688         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1689         (org-context-p): Allow detecting item context after the first line
1690         of an item.
1691         (orgstruct-make-binding): Detect if item-body context should be
1692         seen.
1693         (orgstruct-is-++): New variable.
1694         (org-add-planning-info): Catch the case when there is no planning
1695         info yet and the call does not want to add anything, only maybe
1696         tries to remove something.
1697         (org-special-ctrl-a/e): All value to be a cons cell with separate
1698         settings for `C-a. and `C-e'.
1699         (org-beginning-of-line, org-end-of-line): Honor separate values
1700         for `C-a' and `C-e'.
1702 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org.el (org-reload): New command.
1706 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org-exp.el (org-export-htm-get-tag-class-name)
1709         (org-export-htm-get-todo-kwd-class-name): New functions.
1710         (org-export-html-tag-class-prefix)
1711         (org-export-html-todo-kwd-class-prefix): New options.
1712         (org-export-as-html): Call
1713         `org-export-html-get-todo-kwd-class-name'.
1714         (org-html-level-start): Wrap tags into classes.
1715         (org-export-html-get-tag-class-name)
1716         (org-export-html-get-todo-kwd-class-name): New functions.
1718         * org-export-latex.el (org-export-latex-collect-header-macros):
1719         Remove fields that are used anyway.
1720         (org-export-latex-make-header): Insert the options earlier.
1722         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1723         matching.
1725         * org-list.el (org-indent-item): Allow point to be at the end of
1726         the region.
1728         * org.el (org-metaleft, org-metaright): Be more accurate about
1729         detecting a region where commands apply.
1731         * org-compat.el (org-cursor-to-region-beginning): New function.
1733         * org.el (org-priority): Also find invisible heading.
1735         * org-colview-xemacs.el (org-columns-edit-value): No special
1736         treatment for `org-todo' prefix.
1738         * org-colview.el (org-columns-edit-value): No special treatment
1739         for `org-todo' prefix.
1741         * org-remember.el (org-remember-apply-template): Use
1742         `org-completing-read-no-ido'.
1744         * org.el (org-completing-read-no-ido): New function.
1745         (org-make-tags-matcher, org-set-property): Use
1746         `org-completing-read-no-ido'.
1748         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1749         New option.
1750         (org-export-as-latex): Import in-buffer settings as TeX macros.
1751         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1752         (org-export-latex-collect-header-macros): New function.
1754         * org.el (org-refile-get-location): Turn off
1755         `partial-completion-mode'.
1757 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org.el (org-block-todo-from-checkboxes): Announce that
1760         checkboxes are the culprit.
1761         (org-block-todo-from-children-or-siblings): Call
1762         `org-up-heading-all instead' of `outline-up-heading'.
1764         * org-agenda.el (org-agenda-show-1): Renamed from
1765         `org-agenda-show'.
1766         (org-agenda-show): Re-install the old version for now.
1767         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1768         variable into the blokker hook, so that the checkbox checker can
1769         anounce that it caused the blocking.
1771         * org.el (org-track-ordered-property-with-tag): New option.
1772         (org-toggle-ordered-property): Honor
1773         `org-track-ordered-property-with-tag'.
1774         (org-tag-alist): Add newline options.
1775         (org-set-regexps-and-options): Separate option lines imply a
1776         newline.
1777         (org-set-regexps-and-options, org-assign-fast-keys)
1778         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1779         option.
1780         (org-indent-line-function): Make sure this works even if there is
1781         not `org-drawer-regexp' defined.  This can happen when
1782         orgstruct-mode is used in a non-org buffer.
1784         * org-list.el (org-checkbox-blocked-p): New function.
1785         (org-toggle-checkbox): Check for blocking.
1787         * org.el (org-modules): Add an entry for org-R.el.
1789         * org-agenda.el (org-agenda-todo-ignore-with-date)
1790         (org-agenda-todo-ignore-scheduled)
1791         (org-agenda-todo-ignore-deadlines): Mention the variable
1792         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1794         * org.el (org-get-wdays): Find the warning period also if it is in
1795         the wrong place.
1796         (org-ido-completing-read): Provide the correct arguments to
1797         ido-completing-read and bind `ido-enter-matching-directory' to
1798         nil.
1800 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org.el (org-olpath-completing-read): Never use ido for this
1803         one.
1805         * org-exp.el (org-export-normalize-links): Use new macro.
1807         * org-macs.el (org-if-unprotected-at): New macro.
1809         * org-agenda.el (org-agenda-show): Allow numerical prefix
1810         arguments to specify how much context should be shown.
1811         (org-agenda-cycle-show): New command, could be bound to SPC in
1812         org-agenda-mode-map.
1814         * org-exp.el (org-html-level-start): Space after section number.
1816 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1818         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1819         property, for sorting.
1820         (org-cmp-todo-state): Get the applicable TODO keywords directly
1821         from the buffer.
1822         (org-run-agenda-series, org-agenda-list, org-search-view)
1823         (org-todo-list, org-tags-view): Only fit agenda window when the
1824         whole series is done.
1826         * org.el (org-scan-tags): Add todo state as property, for sorting.
1828         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1829         `org-agenda-overriding-header' as an option.
1830         (org-agenda-list): Honor org-agenda-overriding-header'.
1832 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1834         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1835         after removing a checkbox.
1837         * org.el (org-show-entry): Make this work correctly also if it is
1838         the last entry in the file.
1839         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1840         falling back to normal, default command.
1841         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1842         item, call the checkbox toggler to get a box.
1844         * org-list.el (org-toggle-checkbox): Make double prefix set the
1845         checkbox to "[-]".
1846         (org-fix-bullet-type): Only replace bullet if it is changed.
1847         (org-renumber-ordered-list): Handle case when first item does not
1848         have a number.
1850         * org.el (org-add-log-setup): Fix positioning when
1851         `org-log-states-order-reversed' is nil.
1853         * org-clock.el (org-clock-in): Fix positioning when
1854         `org-log-states-order-reversed' is nil.
1855         (org-clock-find-position): Fix positioning when
1856         `org-log-states-order-reversed' is nil.
1858 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1860         * org-clock.el (org-clock-into-drawer): Take default from
1861         `org-log-into-drawer'.
1862         (org-clock-find-position): Look for the correct drawer.
1864         * org.el (org-log-into-drawer): Renamed from
1865         `org-log-state-notes-into-drawer'.
1866         (org-log-state-notes-into-drawer): New variable alias.
1867         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1868         CLOCK.
1869         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1871 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1873         * org-agenda.el (org-agenda): Fix docstring.
1875         * org.el ("org-plot"): Help loading org-plot.
1876         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1877         (org-metadown-hook, org-shiftmetaleft-hook)
1878         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1879         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1880         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1881         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1882         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1884         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1885         for selecting files with any (and even without) extension.
1887         * org.el (org-save-all-org-buffers): Also save id locations.
1888         (org-revert-all-org-buffers): Also load id locations.
1890 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1891         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1892         (org-log-state-notes-into-drawer): New option.
1893         (org-add-log-setup): Place the sate note marker into the drawer,
1894         create drawer when necessary.
1895         (org-refile-targets): Document special interpretation of LEVEL
1896         when odd-levels are used.
1898 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1900         * org.el (org-store-log-note): Fix note indentation when adding
1901         notes to end of list.
1903         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1904         class, so that each keyword can get special colors through CSS.
1906         * org-clock.el (org-clock-out): Add another nil for the previous
1907         state into the call to `org-add-log-setup'.
1909         * org.el (org-log-note-previous-state): New variable.
1910         (org-log-note-headings): New %S escape for old state.
1911         (org-todo): Call the note setup with the old state as an
1912         argument.
1913         (org-add-note): Add another nil for the previous state into the
1914         call to `org-add-log-setup'.
1915         (org-add-log-setup): New argument PREV-STATE.
1916         (org-add-log-note): Handle new %S escape.
1917         (org-store-log-note): Handle new %S escape.
1919 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1921         * org-clock.el (org-clock-find-position): Do not swallow an item
1922         less indented than the CLOCK line itself.
1923         (org-clock-in): Push markers to lin after the clock line.
1924         (org-clock-find-position): Handle values of
1925         `org-clock-into-drawer' smaller than 2.
1927         * org-exp.el (org-html-level-start): Add a CSS class to section
1928         numbers.
1929         (org-export-html-toplevel-hlevel): Better documentation of the
1930         influence of this variables on H levels and css classes in
1931         export.
1933 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1935         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1936         timestamp and nottimestamp to the chooe menu.
1938         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1939         (org-revert-all-org-buffers): New command.
1941 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1943         * org.el (org-return): Implement `org-return-follows-link' in the
1944         function org-return.  This is more robust than using the mouse
1945         map, I think.
1946         (org-set-regexps-and-options): Match more general #+TODO lines.
1947         (org-make-options-regexp): New optional argument EXTRA, for an
1948         extra regexp.
1949         (org-tab-follows-link): Mark as deprecated.
1951 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1953         * org-exp.el (org-export-preprocess-string): Remove clock lines
1954         earlier, so that they cannot cotribute to verbatim snippets.
1956 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1958         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1959         for finding drawers.
1960         (org-export-as-ascii, org-export-as-html): Count levels relative
1961         to the subtree header.
1962         (org-get-min-level): New optional argument OFFSET.
1963         (org-export): Make sure point is restored after popping up that
1964         window.
1966         * org.el (org-do-sort): Also take an inactive timestamp if no
1967         active one is found.
1969         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1970         deleting duplicates.
1972         * org-colview.el (org-columns-capture-view): Copy before
1973         deleting duplicates.
1975         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1976         text before first headline.
1978         * org.el (org-format-latex): Do not convert LaTeX fragments in
1979         protected examples.
1981 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-exp.el (org-export-html-style-default): Use color values
1984         instead of names for XHTML validation.
1986         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1987         functions.
1988         (org-return-follows-link): Revert making this the default untile
1989         issues are resolved.
1991         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1992         nottimestamp.
1994 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1996         * org.el (org-mode): Make dependence stuff work more reliably.
1997         (org-update-parent-todo-statistics): Fix bug with updating
1998         statistics cookie.
2000         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2001         ~ as verbatim delimiters.
2003         * org-exp.el (org-export-html-format-image): New argument
2004         PAR-OPEN.
2005         (org-export-as-html): Pass par-open to
2006         `org-export-html-format-image'.
2008 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2010         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2011         (org-use-fast-todo-selection, org-tags-column): New default
2012         setting for variables, based on a poll what typical uses use.
2014         * org-agenda.el (org-agenda-sorting-strategy)
2015         (org-agenda-tags-column): New default setting for variables, based
2016         on a poll what typical uses use.
2018 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2020         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2021         blocked entries from setting the blocked tag.
2023         * org-exp.el (org-export-html-footnotes-section): Use a more
2024         consistent id for footnotes.
2026         * org-export-latex.el (org-export-latex-classes): Remove the
2027         a4paper option from the default styles.
2029 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2031         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2032         (org-block-todo-from-checkboxes): New function.
2033         (org-todo): Make tripple prefix arg circumvent blocking.
2035         * org-timer.el (org-timer): Provide the timer feature.
2037         * org.el (org-require-autoloaded-modules): Add a few more files to
2038         the list of autoloaded modules.
2040         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2042 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2044         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2045         drawers that are unprotected.
2046         (org-export-html-format-image): Make sure inlined LaTeX fragment
2047         images remain inlined.
2049         * org.el (org-toggle-ordered-property): New function.
2050         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2051         (org-org-menu): Add menu entries for TODO dependencies.
2053 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2055         * org.el (org-default-properties): Add ORDERED to the default
2056         properties, to get completion support for it.
2058         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2060         * org.el (org-update-parent-todo-statistics): Update more than one
2061         cookie.
2063         * org-agenda.el (org-agenda-get-todos): Start search from correct
2064         position.
2066         * org.el (org-fast-todo-selection): Make sure TODO selection does
2067         not change buffer position.
2069         * org-list.el (org-toggle-checkbox): Implement adding or removing
2070         checkboxes from line or region when called with a prefix
2071         argument.
2073         * org-rmail.el (org-rmail-store-link): Protect the call to
2074         `rmail-narrow-to-non-pruned-header'.
2076         * org-clock.el (org-clock-special-range): Fix week display in
2077         clock tables.
2079         * org-exp.el (org-get-current-options): Fix bug when in indirect
2080         buffer.
2082 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2084         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2085         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2086         (org-agenda-dim-blocked-tasks): New function.
2088         * org.el (org-enforce-todo-dependencies): New option.
2089         (org-block-todo-from-children-or-siblings): New function.
2091         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2093         * org.el (org-todo): Return correct state type even if the blocker
2094         throws an error.
2095         (org-modifier-cursor-error): Renamed from
2096         `org-shiftcursor-error'.
2097         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2098         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2100         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2101         to get real errors from the blocker hook.
2103         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2104         functions.
2105         (org-set-visibility-according-to-property): Turn off the setting
2106         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2107         property.
2109 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2111         * org.el (org-support-shift-select): New option.
2112         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2113         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2114         selection outside contexts.
2116         * org-list.el (org-at-item-bullet-p): New function.
2118         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2119         variables.
2121         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2122         variable.
2123         (org-insert-footnote-reference-near-definition): Remove
2124         unnecessary let form.
2126         * org-export-latex.el (org-export-latex-first-lines): Add
2127         OPT-PLIST parameter.
2128         (org-export-as-latex): Call `org-export-latex-first-lines' with
2129         opt-plits parameter.
2130         (org-export-latex-preprocess): Remove unnecessary variables.
2132         * org-exp.el (org-infile-export-plist)
2133         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2134         (org-export-remove-headline-metadata)
2135         (org-export-get-title-from-subtree, org-get-min-level)
2136         (org-html-do-expand): Remove innecessary let form.
2138         * org-colview-xemacs.el (org-columns-display-here): Remove
2139         unnecessary variables.
2141         * org-colview.el (org-columns-display-here): Remove unnecessary
2142         variables.
2144         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2145         variables.
2147         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2148         unnecessary variables.
2150         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2151         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2152         variables.
2154         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2155         (org-compact-display-after-subtree-move): Remove unnecessary
2156         variables.
2157         (org-edit-fixed-width-region): Remove unnecessary variables.
2158         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2159         (org-olpath-completing-read): Remove unnecessary variable.
2160         (org-auto-repeat-maybe): Remove unnecessary variable.
2161         (org-map-entries): Remove unnecessary variable.
2162         (org-buffer-property-keys, org-imenu-get-tree)
2163         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2165 -----------------------------------------------------------------
2167 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2168         * org-exp.el (org-export-remove-timestamps): Never remove
2169         timestamps from tables.
2171         * org-export-latex.el (org-export-latex-first-lines): Add more
2172         options to the preprocessing of the text before the first
2173         headline.
2175 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2177         * org-faces.el (org-clock-overlay): Make face compatible with
2178         XEmacs.
2180         * org.el (org-yank): Add property for delete-selection mode.
2182         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2184         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2185         variable.
2187         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2188         to `backward-char'.
2190         * org-exp.el (org-export-as-html): Remove the initial space from
2191         colon examples.
2193         * org.el (org-scan-tags): Call
2194         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2196         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2197         customization groups.
2198         (org-agenda-tags-todo-honor-ignore-options): New option.
2199         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2200         New function.
2201         (org-agenda-get-todos): Use
2202         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2204 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org-exp.el (org-export-format-source-code-or-example): Escape
2207         HTML characters also in examples that anre not treated with
2208         htmlize.  Also, just switch to EXAMPLE processing if we do not
2209         have a good version of htmlize.
2211         * org-rmail.el: Fix copyright notice.
2213         * org.el (org-activate-footnote-links): Improve footnote link
2214         highlighting.
2216         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2217         a footnote definition at the end of the file.
2219         * org-table.el (org-table-get-specials): Add an imagined hline at
2220         the end of the table.  This can be useful for references that want
2221         to go to the end of the table.  Also fix bug when computing last
2222         row constants, in tables that do not start right at the right
2223         margin.
2224         (org-table-eval-formula): Match and replace remove references.
2225         (org-table-formula-substitute-names): Make sure that names inside
2226         a "remote" call are left alone, the will be replaced later when
2227         the remote call is handled.
2228         (org-table-convert-refs-to-rc): Do not convert things that might
2229         look like a reference, but are really part of an ID or namei n a
2230         remote reference.
2231         (org-table-get-remote-range): New function.
2233 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2235         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2237         * org-clock.el (org-clock-put-overlay): Use new face instead of
2238         `secondary-selection'.
2240         * org-faces.el (org-clock-overlay): New face.
2242 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2244         * org-exp.el (org-get-current-options): Include the option for
2245         publishing time stamps.
2247         * org.el (org-toggle-heading): Renamed from
2248         `org-toggel-region-headings'.
2249         No longer needs a region defined, but will use it if there is one.
2250         (org-ctrl-c-star): Simplified, relying more on the internal
2251         workings of `org-toggle-heading'.
2252         (org-toggle-item): Renamed from `org-toggle-region-items'.
2253         No longer needs a region defined, but will use it if there is one.
2254         (org-ctrl-c-minus): Simplified, relying more on the inernal
2255         workings of `org-toggle-item'.
2257         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2258         environment detection.  Also, do real changes only in unprotected
2259         places.
2261 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2263         * org-export-latex.el (org-export-latex-quotation-marks): Use
2264         `org-if-unprotected-1'.
2265         (org-export-latex-set-initial-vars): Check for class definition in
2266         property.
2268         * org-macs.el (org-if-unprotected-1): New macro.
2270 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2272         * org-compat.el (org-count-lines): New function.
2274         * org-exp.el (org-export-format-source-code-or-example): Handle
2275         switches related to text areas.
2277         * org.el (org-activate-footnote-links): Don't allow match inside a
2278         link.
2280         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2282         * org-export-latex.el (org-export-latex-links): Keep a relative
2283         path relative also after export.
2285         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2287         * org.el (org-make-tags-matcher): Never use IDO for completing the
2288         tags matcher match string.
2289         (org-completing-read): Also remove the special biding for "?".
2291         * org-attach.el (org-attach-allow-inheritance): New option.
2292         (org-attach-inherited): New variable.
2293         (org-attach-dir): Handle properties related to the attachment
2294         directory.
2295         (org-attach-check-absolute-path): New function.
2296         (org-attach-set-directory, org-attach-set-inherit): New commands.
2297         (org-attach): Accommodate the new commands in the dispatcher.
2299 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2301         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2302         `window-full-width-p'.
2304         * org-exp.el (org-export-as-html): Only check for images files
2305         that really can be inlined
2307         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2308         list of extensions to be a parameter.
2310         * org-exp.el (org-export-html-inline-image-extensions): New
2311         variable.
2313         * org-agenda.el (org-prepare-agenda): Use
2314         `org-agenda-block-separator'.
2315         (org-agenda-block-separator): New option.
2317 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2319         * org-export-latex.el (org-export-latex-tables): Call
2320         `org-table-clean-before-export' with the new optional argument.
2322         * org-exp.el (org-table-clean-before-export): New optional
2323         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2324         first column.
2326 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2328         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2329         histograms.
2331         * org-colview.el (org-colview-construct-allowed-dates): Better
2332         error catching when a date/time property does not have allowed
2333         values defined.
2335         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2336         Better error catching when a date/time property does not have
2337         allowed values defined.
2339 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2341         * org.el (org-map-entries): Restore point and restriction after
2342         `org-map-entries'.
2344 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2346         * org.el (org-time=, org-time<, org-time<=, org-time>)
2347         (org-time>=, org-time<>): Make sure both values are dates.
2349 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2351         * org-archive.el (org-extract-archive-heading): Allow %s for file
2352         name also in achive location heading.
2354 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2356         * org-archive.el (org-add-archive-files): Uniquify the list before
2357         returning it.
2359 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2361         * org-compat.el (org-fit-window-to-buffer): Use
2362         `window-full-width-p'.
2364         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2365         space after the colon in short examples.
2367         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2368         enforce a space after the colon.  However, we also allow lines
2369         that are *only* a colon.
2370         (org-export-as-html): Enforce the space after the colon in short
2371         examples.
2372         (org-export-preprocess-string): Do the colon example protection
2373         earlier.
2374         (org-export-remove-timestamps): Do not check for protection at the
2375         end of the line.
2377 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2379         * org.el (org-format-latex-options): Add new matcher for single
2380         letters between dollars.
2381         (org-get-header): Function removed.
2382         (org-heading-components): New function.
2384         * org-exp.el (org-export-define-heading-targets): Record ID's also
2385         as alternative targets.
2386         (org-export-as-html): Interpret "id:" links to other files by
2387         preserving the relative path.
2389         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2390         is nil.
2392         * org-exp.el (org-export-normalize-links): Protect the main link,
2393         to avoid special character processing.
2395         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2396         New variable.
2397         (org-export-latex-special-string-regexps): Variable removed.
2398         (org-export-latex-keywords): Use the new regexp.
2400         * org-exp.el (org-export-handle-include-files): Fetch switches and
2401         put them into the BEGIN statement.
2403         * org-timer.el (org-timer-mode-line-string): New variable.
2405         * org-clock.el (org-clock-mode-line-map): Renamed from
2406         `org-clock-mode-map'.
2407         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2408         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2409         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2410         (org-clock-remove-overlays): Renamed from
2411         `org-remove-clock-overlays'.
2413         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2414         and mode line display.
2415         (org-timer-stop): New command.
2416         (org-timer-seconds): Return correct time when timer is paused.
2417         (org-timer-mode-line-timer): New variable.
2418         (org-timer-set-mode-line, org-timer-update-mode-line): New
2419         functions.
2421         * org.el (org-insert-heading):  Handle new value `auto' for
2422         `org-blank-before-new-entry'.
2423         (org-org-menu): Add new items for timer functions.
2425         * org-list.el (org-insert-item): Handle new value `auto' for
2426         `org-blank-before-new-entry'.
2428         * org.el (org-blank-before-new-entry): New value `auto', made
2429         default.
2431 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2433         * org-exp.el (org-export-normalize-links): If the link is also
2434         used as the description, protect the description.
2436 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2438         * org.el (org-closest-date): Fix bug with yearly repeats, in
2439         combination with preference of the past as it is used for deadline
2440         and scheduling search.
2442         * org-exp.el (org-html-handle-time-stamps): No longer check for
2443         the `org-export-with-timestamps' option, because the preprocesser
2444         has taken care of this already.
2446         * org.el (org-entry-properties): Catch the case when this is
2447         called in a non-org-mode file.
2449         * org-export-latex.el (org-export-latex-remove-from-headlines):
2450         Variable made obsolete, also LaTeX export now uses the standard
2451         variables.
2452         (org-export-as-latex): Add the timestamps parameter to the
2453         preprocessor parameter list.
2454         (org-export-latex-content): Export the remaining keywords without
2455         considering to remove them.
2456         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2457         Use bold font instead of tt font for the keywords.
2458         (org-export-latex-fontify-headline): Format headlines, assuming
2459         that all keywords still present should be published.
2460         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2461         publish what ever remains of the time stamps.
2462         (org-export-latex-list-parameters): New option.
2463         (org-export-latex-lists): Pass additional parameters to the list
2464         converter.
2466         * org-exp.el (org-export-preprocess-string): Remove clock lines
2467         and timestamps already in the preprocesor.
2468         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2469         functions.
2470         (org-export-as-ascii, org-export-as-html): Add the timestamps
2471         parameter to the preprocessor parameter list.
2473         * org-list.el (org-list-parse-list): Parse for checkboxes.
2474         (org-list-to-generic): Introduce and handle new parameters :cbon
2475         and :cboff.
2476         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2477         optional parameter PARAMS.
2479         * org-export-latex.el (org-export-latex-special-chars): Fix
2480         problems with interpreting dollar signs.
2481         (org-inside-latex-math-p): New function.
2482         (org-export-latex-preprocess): Protect all the math fragments.
2484         * org.el (org-latex-regexps): Allow a dash after a dollar.
2486         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2487         mark after copying.
2489         * org-agenda.el (org-run-agenda-series): Have series options set
2490         when finalizing the agenda.
2492         * org-exp.el (org-export-format-source-code-or-example): Protect
2493         the converted examples.
2495         * org.el (org-set-regexps-and-options): Fix the regexp
2496         `org-complex-heading-regexp'.
2498 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2500         * org.el (org-edit-src-get-label-format): New function.
2501         (org-coderef-label-format): New option.
2502         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2503         a label format specification and make sure it is used in the edit
2504         buffer.
2505         (org-edit-src-get-label-format): New function.
2506         (org-store-link): Handle new coderef formats.
2507         (org-link-search): Handle new coderef formats.
2509         * org-footnote.el (org-footnote-create-definition)
2510         (org-footnote-goto-local-insertion-point): Make footnote insertion
2511         work correctly when the "Footnotes" headline is the last line in
2512         the buffer.
2514         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2515         the location.
2517 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2519         * org-w3m.el (org-w3m): New customization group.
2520         (org-w3m-deactivate-mark): New option.
2521         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2522         option say not to.
2524 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2526         * org.el (org-set-font-lock-defaults): Trigger footnote
2527         fontification.
2528         (org-activate-footnote-links): New function.
2529         (org-activate-links): New entry `footnote'.
2531         * org-faces.el (org-footnote): New face.
2533 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2535         * org-macs.el (org-re): Handle the [:word:] class.
2537         * org-exp.el (org-export-preprocess-string): Call
2538         `org-export-protect-colon-examples'.
2539         (org-export-protect-colon-examples): Renamed from
2540         `org-export-protect-examples', and scope limited to lines starting
2541         with a colon.
2543 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2545         * org-exp.el (org-export-preprocess-string): Move the preprocess
2546         hook to after turning on Org-mode.
2547         (org-export-preprocess-after-include-files-hook)
2548         (org-export-preprocess-after-tree-selection-hook)
2549         (org-export-preprocess-before-backend-specifics-hook)
2550         (org-export-preprocess-final-hook): New hooks.
2551         (org-export-preprocess-string): Run the new hooks.
2553         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2555         * org-footnote.el: New file.
2557         * org.el (org-footnote): Require footnote code.
2558         (org-startup-options): Add new footnote options.
2559         (org-mode-map): New keybindig for footnotes.
2560         (org-ctrl-c-ctrl-c): Add function at footnotes.
2561         (org-org-menu): New menu entries for footnotes.
2563         * org-export-latex.el (org-export-as-latex): Pass footnote
2564         variable to preprocessor.
2565         (org-export-latex-preprocess): Treat multiple references to a
2566         footnote.
2568         * org-exp.el (org-export-preprocess-string): Call
2569         `org-footnote-normalize'.
2570         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2571         to preprocessor.
2572         (org-export-as-html): Treat multiple references to a footnote.
2574 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2576         * org-export-latex.el (org-export-latex-links): Handle coderef
2577         links.
2579         * org.el (org-bracket-link-analytic-regexp++): New variable.
2580         (org-make-link-regexps): Initialize
2581         `org-bracket-link-analytic-regexp++'.
2582         (org-store-link): Implement special case in edit-src buffer.
2583         (org-insert-link): No use of ide to insert stored links.
2584         (org-link-search): Implement special case for coderefs.
2586         * org-exp.el (org-export-html-scripts): New constant.
2587         (org-export-html-style-default): Add a new style for highlighted
2588         code.
2589         (org-export-code-refs): New variable.
2590         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2591         Call `org-export-replace-src-segments-and-examples'
2592         No longer call `org-export-protect-examples'.
2593         (org-export-target-internal-links): Take care of coderef targets.
2594         (org-export-last-code-line-counter-value): New variable.
2595         (org-export-replace-src-segments-and-examples): Renamed from
2596         `org-export-replace-src-segments', and modified.
2597         (org-export-format-source-code-or-example): Renamed from
2598         `org-export-format-source-code'.
2599         (org-export-number-lines): New function.
2600         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2602 --------------------------------------------------------------------------
2604 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2606         * org-remember.el (org-remember-handler): Safer way to get a new
2607         buffer accessing the target file.
2609         * org.el (org-refile-get-location): Handle case of current buffer
2610         not having a file associated with it.
2612 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2614         * org-table.el (org-table-get-formula): Only ask to overwrite
2615         field formula if there really is one.
2617         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2618         number, by converting these to a string.
2620         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2621         located in a different file.
2623         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2624         org-colview.el.
2626 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2628         * org.el (org-completion-use-ido): Enhance docstring of
2629         `org-completion-use-ido'.
2631         * org-export-latex.el (org-export-latex-make-header): Double the %
2632         in the time stamp format.
2633         (org-export-latex-special-chars): Handle case where there is no
2634         match group 3.
2636 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2638         * org.el (org-get-refile-targets, org-refile-get-location): Use
2639         expanded file name to improve comparison.
2641 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2643         * org.el (org-scan-tags): Rescan for tags, to get the correct
2644         upcase/downcase stuff.  This slows things down for now, but it
2645         works.
2646         (org-mode): Make sure the tag-faces regexp is initialized.
2648         * org-export-latex.el (org-export-latex-links): Fix bug with
2649         undefined label.
2651         * org-table.el (org-table-get-specials): Set
2652         `org-table-current-last-data-line'.
2653         (org-table-current-last-data-line): New variable.
2654         (org-table-insert-column, org-table-delete-column)
2655         (org-table-move-column, org-table-fix-formulas): Call
2656         `org-table-fix-formulas' a second time to fix the $LR references.
2657         (org-table-get-specials): Add the $LR references to the tables.
2658         (org-table-get-formula): Do not offer last-row names as LHS of
2659         formulas.
2661         * org.el (org-store-link): Capture link description from
2662         `org-id-store-link'.
2664         * org-exp.el (org-export-html-format-image): Add the / to the end
2665         of the <img> tag.
2666         (org-export-format-source-code): Surround example by empty lines,
2667         to make sure it will not be inside a paragraph.
2669         * org.el (org-ido-switchb): New function.
2671 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2673         * org-agenda.el (org-agenda-show): New prefix argument
2674         FULL-ENTRY.
2676         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2677         argument.
2679         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2680         `org-agenda-change-all-lines'.
2681         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2682         tags are now retrieved locally.
2684 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2686         * org.el (org-get-outline-path): Fix bug if level is not given.
2687         (org-org-menu): Do not quote function in menu vector.
2689         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2690         name.
2692 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2694         * org.el (org-refile): Avoid refiling to within the region to be
2695         refiled.
2697         * org-export-latex.el (org-export-latex-special-chars): Replace
2698         special characters also in tables.
2700         * org-agenda.el (org-agenda-change-all-lines): New argument
2701         FORCE-TAGS.
2702         (org-agenda-set-tags): Cet the new tags and pass them to
2703         `org-format-agenda-item'.
2705 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2707         * org-export-latex.el (org-export-latex-classes): Add longable as
2708         a default package to all classes.
2709         (org-export-latex-tables): Handle the longtable attribute and the
2710         align attribute.
2712         * org-table.el (orgtbl-to-generic): Handle tables that start with
2713         a hline.
2715         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2716         \verb for colde-like snippets.
2717         (org-export-as-latex): Fix issues with region export.
2719         * org.el (org-up-heading-safe): Speed up function by using a
2720         direct regexp search.
2721         (org-olpa): New variable.
2722         (org-get-outline-path): Speed-up path constructions in cases where
2723         this is possible because the entire hierarchy is scanned anyway.
2724         (org-refile-get-location): Don't compare the truenames of files,
2725         this is too slow.
2726         (org-goto-max-level): New option.
2727         (org-goto): Use `org-goto-max-level'.
2729 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2731         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2732         Strip angle brackets from message-ids in the former and don't do
2733         it in the latter.
2734         (org-gnus-follow-link): Open summary reliable, even if the last
2735         messages were deleted, and handle empty groups, too.
2737 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2739         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2740         instead of \texttt for the =...= and ~===~ emphasis environments.
2741         (org-export-as-latex): Remove any old :org-license-to-kill text
2742         properties.
2743         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2744         (org-export-latex-make-header): Add some hard space after the
2745         table of contents.
2746         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2747         exported text so that it will be excuded in further steps.
2749         * org-table.el (org-table-get-specials): Make @0 reference the
2750         last line in a table.
2751         (org-table-recalculate): Improve docstring.
2753 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2755         * org.el (org-log-done): Fix docstring.
2757 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2759         * org-exp.el (org-export-html-format-image): Fix bugs.
2761         * org-export-latex.el (org-export-latex-tables)
2762         (org-export-latex-links): Implement attribute, label, and caption
2763         handling.
2765         * org-exp.el (org-export-html-style-default): Add style
2766         definitions for the figure div.
2767         (org-export-preprocess-string, org-export-as-html): Implement
2768         attribute, label, and caption handling.
2769         (org-export-attach-captions-and-attributes): New function.
2770         (org-export-html-format-image): New function.
2771         (org-format-org-table-html): Implement attribute, label, and
2772         caption handling.
2774         * org.el (org-find-text-property-in-string): New function.
2775         (org-extract-attributes): Use the property org-attr instead of
2776         org-attrobutes, because this property is now set with the #+ATTR
2777         lines.
2779 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2781         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2782         the case that FROM is nil.
2784         * org.el (org-before-first-heading-p): New function.
2786 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2788         * org-exp.el (org-export-as-html): Do not add a space before
2789         enforces line breaks.
2790         (org-export-as-html): Close paragraph before blockquote and verse
2791         tags.
2793 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2795         * org-id.el (org-id-locations-file): Wrap file name with
2796         `convert-standard-filename'.
2797         (org-id-files): New variable.
2798         (org-id-use-hash): New option.
2799         (org-id-update-id-locations): Also search in all files current
2800         listed in `org-id-files'.  Convert the resulting alist to a hash
2801         if the user customation says so.
2802         (org-id-locations-save): Handle he case if `org-id-locations' is a
2803         hash.
2804         (org-id-locations-load): Convert the alist to a hash.
2805         (org-id-add-location): Handle the hast case.
2806         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2807         exited.
2808         (org-id-hash-to-alist, org-id-alist-to-hash)
2809         (org-id-paste-tracker): New functions.
2811 -------------------------------------------------------------------------
2813 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2815         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2816         bindings of calendar variables.
2818         * org-table.el (org-table-find-row-type): Renamed from
2819         `org-find-row-type'.
2820         (org-table-rewrite-old-row-references): Renamed from
2821         `org-rewrite-old-row-references'.
2822         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2823         (org-table-cleanup-narrow-column-properties): Renamed from
2824         `org-cleanup-narrow-column-properties'.
2826 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2828         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2829         for better error messages.
2830         (org-table-get-descriptor-line): Supply the new arguments to
2831         `org-find-row-type'.
2832         (org-table-error-on-row-ref-crossing-hline): New option.
2834         * org.el (org-target-link-regexp): Make buffer-local.
2835         (org-move-subtree-down): Fix bug with trees at beginning of
2836         buffer.
2838 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2840         * org-faces.el (org-set-tag-faces): New function.
2841         (org-tags-special-faces-re): New variable.
2843         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2845         * org-faces.el (org-tag-faces): New option.
2846         (org-tag): Mention `org-tag-faces' in the docstring.
2848 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2850         * org-exp.el (org-export-html-style-default): Implement new
2851         quoting.
2853         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2855         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2856         command to the `w3m-minor-mode-map'.
2858         * org-archive.el (org-archive-to-archive-sibling): Protect
2859         `this-command' to avoid appending kills during archiving.
2861         * org-exp.el (org-export-with-priority): New variable.
2862         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2863         instead of internal list of strings and properties.
2864         (org-print-icalendar-entries): Retrieve the location property with
2865         inheritance.
2867 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2869         * org-exp.el (org-export-with-todo-keywords): New option.
2870         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2871         line.
2872         (org-default-export-plist, org-export-add-options-to-plist)
2873         (org-export-as-ascii, org-export-as-html): Use the new structure
2874         of `org-export-plist-vars'.
2876         * org.el (org-map-entries): Return all values.
2878 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2880         * org.el (org-matcher-time): Recognize more special values.
2882         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2884 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2886         * org.el (org-tags-exclude-from-inheritance): New option.
2887         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2888         `org-tags-exclude-from-inheritance'.
2890         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2891         (org-format-agenda-item): Add inherited tags to the agenda line
2892         string, and make sure that properties are kept when downcasing the
2893         tags list.
2894         (org-agenda-add-inherited-tags): New function.
2895         (org-downcase-keep-props): New function.
2897         * org.el (org-scan-tags): Mark inherited tags with a text
2898         property.
2899         (org-get-tags-at): Mark inherited tags with a text property.
2900         (org-add-prop-inherited): New function.
2902         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2903         (org-agenda-show-inherited-tags): New option.
2905 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2907         * org.el (org-modules): Add org-w3m to the default modules.
2909         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2910         orgtbl-mode.
2911         (orgtabl-create-or-convert-from-region): New command.
2913         * org-exp.el (org-export-as-ascii): Remove the handling of
2914         targets.
2915         (org-export-ascii-preprocess): Handle targets already in this
2916         function.
2918 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2920         * org-timer.el (org-timer-start-time): Define this variable.
2921         (org-timer-item): Make argument optional.
2923         * org-list.el (org-insert-item): Automatically insert a timer item
2924         if the current list is a timer list.
2926         * org-timer.el: New file.
2928         * org-publish.el (org-publish-org-index): Only exclude the index
2929         file in the main directory from being added to the site-map.
2930         (org-publish-get-project-from-filename): If the current project is
2931         a component, start publishing from the parent project.
2933 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2935         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2937         * org-publish.el (org-publish-org-index): Improve removal of
2938         temporary buffers.
2940         * org-agenda.el (org-get-closed): Re-apply changes
2941         accidentially overwritten by last commit to Emacs.
2943         * org.el (org-outline-path-complete-in-steps): New option.
2944         (org-refile-get-location): Honor
2945         `org-outline-path-complete-in-steps'.
2946         (org-agenda-change-all-lines, org-tags-sparse-tree)
2947         (org-time-string-to-absolute, org-small-year-to-year)
2948         (org-link-escape): Re-apply changes accidentially overwritten
2949         by last commit to Emacs.
2951 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2953         * org-clock.el (org-dblock-write:clocktable): Make sure the
2954         clocktable sees the first line.
2955         (org-clock-in): Warn if the clock cannot be resumed.
2957 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2959         * org.el (org-open-at-point): Fix mixup about interactive and
2960         non-interactive elisp links.
2962 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2964         * org-exp.el (org-export-preprocess-string): Allow one comment
2965         line before the first headline to always be included.  This is
2966         to not miss a commented target.
2968         * org-mouse.el (org-mouse-insert-item): Call
2969         `org-indent-to-column' instead of `indent-to', for XEmacs
2970         compatibility.
2972         * org.el (org-refile-targets): Fix customize definition so
2973         that it works also in XEmacs.
2974         (org-fixup-indentation): Call `org-indent-to-column' instead
2975         of `indent-to', for XEmacs compatibility.
2977 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2979         * org-mew.el (org-mew-store-link): Get the correct case folder
2980         for refiled messages.
2982 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2984         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2985         line break indicators.
2987         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2988         ido-completion propts.
2990 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2992         * org-remember.el (org-remember-apply-template): Use
2993         `org-substring-no-properties'.
2995         * org-compat.el (org-substring-no-properties): New function.
2997         * org-remember.el (org-remember-apply-template): Use
2998         `org-substring-no-properties' for compatibility.
3000         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3001         option.
3002         (org-fix-bullet-type): respect
3003         `org-list-two-spaces-after-bullet-regexp'.
3005         * org-clock.el (org-clock-load): Clean up the code.
3007         * org.el (org-adaptive-fill-function): Allow two spaces after
3008         "1." as a list bullet.
3010 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3012         * org-clock.el (org-clock-save, org-clock-load): Check for
3013         live buffers, existing files, and buffer file names to ensure
3014         consistent information.
3015         (org-clock-persist): Make `clock' a special value of this
3016         variable, and improve docstring.
3018         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3019         (org-get-string-indentation): Adapt indentation when the bullet
3020         width changes.
3022 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3024         * org-remember.el (org-remember-finalize): Make interactive.
3025         (org-remember-kill): New command.
3026         (org-remember-finish-immediately): Call `org-remember-finalize'
3027         directly.
3028         (org-remember-finalize): Make `org-remember-finalize' an interactive
3029         function.
3031 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3033         * org-remember.el (org-remember-apply-template): No ido completion
3034         for free prompts in remember templates.
3035         (org-remember-before-finalize-hook): New hook.
3036         (org-remember-mode): New minor mode.
3037         (org-remember-apply-template): Turn on `org-remember-mode'.
3039         * org-id.el (org-id-add-location): Avoid error when no file is
3040         given.
3042         * org-remember.el (org-remember-apply-template): Fix the way how
3043         the list of allowed properties is retrieved from the target file.
3045         * org.el (org-insert-link): Improve file link matching.
3047 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3049         * org-colview.el (org-columns-display-here): New argument
3050         DATELINE, to trigger using the new face.
3051         (org-agenda-colview-summarize): Call `org-columns-display-here'
3052         with the new argument.
3054         * org-faces.el (org-agenda-column-dateline): New face.
3056         * org-publish.el (org-publish-org-index): Use index-title at page
3057         title, not as section.
3059         * org-exp.el (org-export-html-format-desc): Respect the
3060         org-protect property.
3061         (org-export-as-html): Protect image specifiers that are in the
3062         description part of a link.
3064         * org.el (org-sort-entries-or-items, org-completing-read)
3065         (org-refile-get-location, org-olpath-completing-read, org-todo)
3066         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3067         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3068         (org-set-property, org-delete-property)
3069         (org-delete-property-globally): Use `org-ido-completing-read'.
3071         * org-remember.el (org-remember-apply-template): Use
3072         `org-ido-completing-read'.
3074         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3076         * org-colview.el (org-columns-edit-value, org-columns-new)
3077         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3079         * org-colview-xemacs.el (org-columns-edit-value)
3080         (org-columns-new, org-insert-columns-dblock): Use
3081         `org-ido-completing-read'.
3083         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3084         `org-ido-completing-read'.
3086         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3087         `org-ido-completing-read'.
3089         * org.el (org-time-today): New function.
3090         (org-matcher-time): Use `org-time-today'.  Add special treatment
3091         for "<tomorrow>" and "<yesterday>".
3092         (org-ido-completing-read): New function.
3093         (org-completion-use-ido): New option.
3095         * org-exp.el (org-export-format-source-code): Fix bug in require
3096         htmlize code.
3097         (org-export-target-internal-links): Fix bug in search for text
3098         property.
3100 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3102         * org-export-latex.el (org-export-latex-subcontent): Interprete
3103         target aliases as additonal labels.
3105         * org-exp.el (org-export-target-aliases): New variable.
3106         (org-export-preprocess-string)
3107         (org-export-handle-invisible-targets): Fill the alias alist.
3108         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3109         assign an id.
3110         (org-html-level-start): Insert the target aliases as additonal
3111         anchors.
3113         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3114         picture area.
3116 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3118         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3119         when following a link with the mouse from the agenda.
3121         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3122         headlines are created.
3124 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3126         * org-exp.el (org-export-preprocess-string): Reorder so that we
3127         can still see ID properties when we collect targets.
3128         (org-export-target-internal-links): Also store targets for ID's.
3130         * org.el (org-link-translation-function): New option.
3131         (org-open-at-point): Call `org-link-translation-function' if
3132         non-nil.
3133         (org-translate-link): New function.
3134         (org-translate-link-from-planner): New function.
3135         (org-open-at-point): Allow interactive commands in elisp links.
3137         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3138         iCalendar quoting.  The new one seems to caus problems with
3139         applications.
3141         * org.el (org-yank): Set `this-command' to `yank', so that
3142         `yank-pop' will work.
3144 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3146         * org-id.el (org-id-search-archives): New option.
3148         * org.el (org-link-to-org-use-id): New option.
3149         (org-store-link): Use `org-link-to-org-use-id'.
3150         (org-id): Make org-id.el a standard component.
3152 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3154         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3155         hexified version of the tag.
3157         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3158         compliance as far as quoting is concerned.
3160         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3162         * org.el (org-up-heading-safe, org-forward-same-level): Always
3163         call `org-back-to-heading' instead of `outline-back-to-heading'.
3164         (org-back-to-heading): New wrapper around outline-back-to-heading,
3165         with a useful error message telling where the error happened.
3167         * org-list.el (org-update-checkbox-count): Always call
3168         `org-back-to-heading' instead of `outline-back-to-heading'.
3170         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3171         has an `alt' attribute, to ensure XHTML validation.
3173 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * org-publish.el (org-publish-attachment): Allow publishing to
3176         overwrite attachment files.
3178         * org-agenda.el (org-agenda-timerange-leaders): New option.
3179         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3181         * org.el (org-edit-src-exit): Untabify ASCII image before
3182         returning.
3195 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3197         * org.el (org-yank): Make any prefix force normal yanking.
3198         Suppress folding if text would be swallowed into a folded
3199         subtree.
3200         (org-yank-folded-subtrees, org-yank): Docstring updates.
3202         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3203         defined as 0.
3205         * org-exp.el (org-export-language-setup): Add Catalan and
3206         Esperanto language entries.
3208 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3210         * org.el (org-refile): Allow refiling of entire regions.
3212         * org-clock.el (org-clock-time%): New function.
3214         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3215         retrieve property values.
3217 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3219         * org-agenda.el (org-agenda-list): Handle the value `only' of
3220         org-agenda-show-log'.
3221         (org-agenda-log-mode): Interpret a double prefix arg.
3223 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3225         * org-exp.el (org-export-html-footnotes-section): New variable.
3226         (org-export-as-html): Use `org-export-html-footnotes-section' to
3227         insert the footnotes.
3228         (org-export-language-setup): Add "Footnotes" to language words.
3230 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3232         * org.el (org-yank): Fix bug when not inserting a subtree.
3234 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3236         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3237         instead of `vm-beginning-of-message'.
3239         * org.el (org-make-link-regexps): Make sure that links to gnus can
3240         contain brackets.
3242 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3244         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3245         code.
3247         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3248         shell output.
3250         * org.el (org-link-abbrev-alist): Improve customization type.
3252         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3253         functions.
3255         * org-agenda.el (org-agenda-get-progress): Renamed from
3256         `org-get-closed'.  Implement searching for state changes as well.
3257         (org-agenda-log-mode-items): New option.
3258         (org-agenda-log-mode): New option prefix argument, interpreted as
3259         request to show all possible progress info.
3260         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3261         `org-get-closed'.
3262         (org-agenda-set-mode-name): Handle the more complex log mode
3263         settings.
3264         (org-get-closed): New alias, pointing to `org-get-progress'.
3266 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3268         * org.el (org-file-apps-defaults-gnu)
3269         (org-file-apps-defaults-macosx)
3270         (org-file-apps-defaults-windowsnt): Add an entry defining the
3271         system command.
3272         (org-file-apps): Allow `system' as key and value.
3273         (org-open-at-point): Explain the effect of a double prefix arg.
3274         (org-open-file): If the argument `in-emacs' is (16),
3275         i.e. corresponding to a double prefix argument, try to open the
3276         file externally.
3278 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3280         * org.el (org-insert-link): Abbreviate absolute files names in
3281         links.  Also, fix a bug in which the double C-u prefix would not
3282         be honored.
3284 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3286         * org.el (org-insert-heading): If buffer does not end with a
3287         newline, add one if necessary to insert headline correctly.
3289         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3290         paragraphs, not inside.
3292         * org.el (org-todo): Quote
3293         `org-agenda-headline-snapshot-before-repeat'.
3295         * org-exp.el (org-export-as-html): Fully process link descriptions.
3296         (org-export-html-format-desc): New function.
3297         (org-export-as-html): Collect footnotes into the correct basket.
3298         (org-html-protect): No longer protect quotations marks here, this
3299         goes wrong.
3301         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3302         BEG.
3304         * org-compat.el (org-fit-window-to-buffer): New function (not
3305         really, a preliminary and incomplete version was present earlier,
3306         but not used).
3308         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3309         `org-fit-window-to-buffer'.
3311         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3313         * org-agenda.el (org-agenda-get-restriction-and-command)
3314         (org-fit-agenda-window, org-agenda-convert-date): Use
3315         `org-fit-window-to-buffer'.
3317         * org-exp.el (org-export-as-html): Process href links through
3318         `org-export-html-format-href'.
3319         (org-export-html-format-href): New function.
3321         * org-agenda.el (org-agenda-todo): Update only the current
3322         headline if this is a repeated TODO, marked done for today.
3323         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3324         only the current line.
3326         * org.el (org-todo): Take a snapshot of the headline if the
3327         repeater might change it.
3329 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3331         * org-publish.el (org-publish-find-title): Remove buffers visited
3332         only for extracting the title.
3334         * org-exp.el (org-export-html-style)
3335         (org-export-html-style-default): Mark style definitions as
3336         unparsed CDATA.
3338         * org-publish.el (org-publish-validate-link): Function
3339         re-introduced.
3341 2008-11-02  Charles Sebold  <csebold@gmail.com>
3343         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3344         property.
3345         (org-plot-quote-timestamp-field): New function.
3346         (org-plot-quote-tsv-field): Call timestamp field function when
3347         necessary rather than just quoting as a string.
3348         (org-plot/gnuplot-to-data): Pass in timefmt property.
3349         (org-plot/gnuplot-script): Supports timefmt property.
3350         (org-plot/gnuplot): Checks for timestamp column before checking
3351         for text index column.
3353 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3355         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3357         * org-publish.el (org-publish-org-index): Create a section in the
3358         index file.
3359         (org-publish-org-index): Stop linking to directories.
3361         * org.el (org-emphasis-alist): Use span instead of <u> to
3362         underline text.
3364         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3365         <pre> sections.
3367 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3369         * org-jsinfo.el (org-infojs-template): Remove language attribute
3370         from script tag.
3372 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3374         * org-agenda.el (org-agenda-remove-marked-text): New function.
3375         (org-agenda-mark-filtered-text)
3376         (org-agenda-unmark-filtered-text): New functions.
3377         (org-write-agenda): Remove fltered text.
3379         * org.el (org-make-tags-matcher): Give access to TODO "property"
3380         without speed penalty.
3382 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3384         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3385         option.
3386         (org-store-link-props): Make sure adding to the plist works
3387         correctly.
3389         * org-gnus.el (org-gnus-no-new-news): New function.
3390         (org-gnus-follow-link): Allow the article ID to be a message-id,
3391         in addition to allowing article numbers.  Message IDs make much
3392         more roubust links.
3393         (org-gnus-store-link): Use message-id to create link.
3395 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3397         * org.el (org-emphasize): Reverse the selection array.
3398         (org-emphasis-alist): Set <code> tags for the verbatim
3399         environment.
3401         * org-remember.el (org-remember-handler): Fix bug with
3402         prefix-related changing of the note storage target.
3404         * org-exp.el (org-print-icalendar-entries): Make the exported
3405         priorities compatible with RFC 2445.
3407         * org-clock.el (org-clock-save): Insert time stamp without
3408         dependence on time-stamp.el.
3410 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3412         * org.el ("saveplace"): If saveplace puts point into an invisible
3413         location, make it visible.
3414         (org-make-tags-matcher): Allow inactive time stamps in time
3415         comparisons.
3416         (org-yank-adjusted-subtrees): New option.
3417         (org-yank): Incorporate adjusting trees.
3418         (org-paste-subtree): New argument FOR-YANK which will cause
3419         insertion at point without backing up over white lines, and leave
3420         point at the end of the inserted text.  Also if the cursor is
3421         at the beginning of a headline, use the same level or the inserted
3422         tree.
3424         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3425         with broken symlinks
3427 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3429         * org-exp.el (org-export-select-tags, org-get-current-options):
3430         Fix typo.
3432 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3434         * org-agenda.el (org-format-agenda-item)
3435         (org-agenda-filter-make-matcher): Make sure tags are stored and
3436         compared donwcased.
3438 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3440         * org.el (org-insert-todo-heading): Fix bug with force-heading
3441         argument.
3443 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3445         * org-clock.el (org-clock-in-resume): Add a custom option to
3446         toggle starting the clock from an open clock line.
3447         (org-clock-in): When clocking in to an entry, if
3448         `org-clock-in-resume' is set, check if the first clock line is
3449         open and if so, start the clock from the time in the clock line.
3450         (org-clock-persist): Add a custom option to toggle clock
3451         persistence.
3452         (org-clock-persist-query-save): Add a custom option to toggle
3453         asking the user if they want to save the running clock when
3454         exiting.
3455         (org-clock-persist-query-resume): Add a custom option to toggle
3456         asking the user if they want to resume the saved clock when Emacs
3457         is restarted.
3458         (org-clock-save): Add a function to save clock data.
3459         This includes the contents of `org-clock-history' and the buffer
3460         and position of the currently clocked task, if any.
3461         (org-clock-load): Add a function to load clock data.
3462         This populates `org-clock-history', and resumes the saved clocked
3463         task if there is one.
3464         (org-clock-persistence-insinuate): Add a method to set up the
3465         hooks for clock persistence.
3467 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3469         * org-exp.el (org-export-as-ascii): Handle the case that we are
3470         publishing from an indirect buffer.
3472         * org-table.el (org-table-copy-down): Fix bug with time stamp
3473         increment.
3475         * org-mouse.el (org-mouse-features): New option.
3476         (org-mode-hook): Turn on features depending on
3477         `org-mouse-features'.
3479         * org.el (org-insert-heading-respect-content): Force heading
3480         creation.
3481         (org-insert-heading): keep the folding state of the heading before
3482         the inserted one.
3484 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3486         * org-archive.el (org-archive-to-archive-sibling): Handle top
3487         level headlines better.
3489 2008-10-21  Bastien Guerry  <bzg@altern.org>
3491         * org-export-latex.el (org-export-latex-classes): Added
3492         \usepackage{graphicx} to the default list of packages.
3494 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3496         * org-agenda.el (org-agenda-filter): Renamed from
3497         `org-agenda-filter-tags'.
3499 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3501         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3502         is not defined as a property in this entry.
3503         (org-add-log-note): Mask prefix argument when immediately storing
3504         the note.
3506         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3507         option.
3509 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3511         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3512         after drawers was skipping ahead one line too many, so notes were
3513         inserted after the first note instead of before it.
3515 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3517         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3518         New variables.
3519         (org-prepare-agenda): Reset the filter tags.
3520         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3521         Show filter tags in mode line.
3523         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3524         formatter.
3526         * org-export-latex.el (org-latex-entities-regexp): New constant.
3527         (org-export-as-pdf): Use two calls to `shell-command'.
3529 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3531         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3532         Honor the {} value of the subsuperscript setting.  Make sure that
3533         longer subsuperscripts are typeset in a roman font.
3535         * org.el (org-clock-update-time-maybe): Compute negative clock
3536         intervals correctly.
3538 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3540         * org.el (org-add-log-setup): Respect
3541         `org-log-state-notes-insert-after-drawers'.
3542         (org-log-state-notes-insert-after-drawers): New option.
3543         (org-todo-trigger-tag-changes): New function.
3544         (org-todo): Call `org-todo-trigger-tag-changes'.
3546 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3548         * org.el (org-add-log-setup): Only skip drawers if the are
3549         immediately after the scheduling keywords.
3551         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3552         function
3553         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3554         call it with the current todo state to get the state to switch to
3555         when clocking in.
3556         (org-clock-in): Use org-indent-line-function to indent clock lines.
3557         (org-clock-find-position): Fix indentation of empty clock drawers.
3559 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3561         * org-publish.el (org-publish-org-to): Handle case when
3562         org-export-to-pdf does return a file name, not a buffer.
3563         (org-publish-org-to-pdf): New function.
3565         * org-export-latex.el (org-export-as-pdf)
3566         (org-export-as-pdf-and-open): New commands.
3568         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3569         forms as ranges.
3571         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3572         things in protexted regions.
3574 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3576         * org-export-latex.el (org-export-latex-preprocess): Improve
3577         quoting of LaTeX environments.
3579 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3581         * org.el (org-edit-fixed-width-region): Exclude final newline from
3582         picture area.
3584         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3585         sections, to make internal links work.
3586         (org-export-latex-fontify-headline): Do not remove all text
3587         properties, to make sure that target properties survive this
3588         process.
3590         * org-exp.el (org-export-preprocess-string): Change sequence of
3591         modifications, to make sure links are prepared before the LaTeX
3592         conversions do happen.
3594 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3596         * org-attach.el (org-attach-delete-all): Renamed from
3597         `org-attch-delete'.  Add a security query before deleting the
3598         entire directory.  New optional argument FORCE can overrule the
3599         security query.
3600         (org-attach-delete-one): New command.
3602 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3604         * org-attach.el (org-attach-file-list): Fix bug with directory.
3606 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3608         * org.el (org-apps-regexp-alist): New function.
3609         (org-file-apps): Add auto-mode to the default value.
3610         (org-open-file): Use the new structure of org-file-apps.
3612         * org-attach.el (org-attach): Support the new keys.
3613         (org-attach-method): New option.
3615 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3617         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3618         March.
3620         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3621         of the list value o `org-use-tag-inheritance'.
3623         * org-attach.el (org-attach-auto-tag): New option.
3624         (org-attach-tag, org-attach-untag): New functions.
3625         (org-attach-attach, org-attach-new, org-attach-sync): Call
3626         `org-attach-tag'.
3627         (org-attach-delete): Call `org-attach-untag'.
3629 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3631         * org-table.el (orgtbl-self-insert-command): Make this work for
3632         the keypad as well.
3634 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3636         * org.el (org-add-log-setup): Limit searc for drawers to entry
3637         text, not to subtree.
3639         * org-clock.el (org-clock-heading-for-remember): New variable.
3640         (org-clock-in): Set `org-clock-heading-for-remember'.
3642 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3644         * org-remember.el (org-remember-apply-template): Add new
3645         expansions: %k, %K for currently clocked task and a link to the
3646         currently clocked task, and %< to file notes in the currently
3647         clocked task.
3649 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3651         * org-export-latex.el (org-export-latex-make-header): Also insert
3652         the content of the property :latex-header-extra.
3654         * org-exp.el (org-infile-export-plist): Put the content of
3655         #+LATEX_HEADER: into the property :latex-header-extra.
3657         * org-colview.el (org-columns-get-format-and-top-level): Remove
3658         resetting the marker.
3660         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3661         Remove resetting the marker.
3663         * org.el (org-entry-property-inherited-from): Improve docstring.
3664         (org-entry-get-with-inheritance): Reset marker before starting the
3665         search.
3667         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3669 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3671         * org.el (org-entry-get-multivalued-property)
3672         (org-entry-protect-space, org-entry-restore-space): New
3673         functions.
3674         (org-file-apps-defaults-macosx): Let postscript files be opened by
3675         preview.
3676         (org-time-stamp-inactive): Call `org-time-stamp'.
3677         (org-time-stamp): New argument `inactive'.  Also edit inacive
3678         stamps. Convert time stamp type.
3679         (org-open-file): Interpret the `default' value for the `command'
3680         in `org-file-apps'.
3682         * org-id.el (org-id-int-to-b36-one-digit)
3683         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3684         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3685         b36.
3687 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3689         * org-id.el (org-id-reverse-string): New function.
3690         (org-id-new): Use `org-id-reverse-string' to make sure the
3691         beginning chars of the ID are mutating fast.  This allows to use a
3692         directory structure to spread things better.
3693         (org-id-prefix): Changed default to nil.
3695         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3696         restore the column of the cursor position.
3698         * org-remember.el (org-remember-apply-template): Remove properties
3699         from `initial'.
3701 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3703         * org-wl.el (org-wl-open): Remove useless call to
3704         `wl-thread-open-all'.
3706         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3707         location.
3709 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3711         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3712         `org-bbdb-anniversaries'.
3714         * org.el (org-get-next-sibling, org-forward-same-level): New
3715         functions, similar to the outline versions, but invisible headings
3716         are OK.
3718 2008-09-25  Bastien Guerry  <bzg@altern.org>
3720         * org.el (org-auto-repeat-maybe): Insert a space between
3721         the timestamp's type and the timestamp itself.
3723 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3725         * org-table.el (org-table-sum): Do not format the result with %g,
3726         it does rounding when there are too many digits.
3728         * org.el (org-map-entries): Protect the keyword-selecting variables.
3730 2008-09-23  Bastien Guerry  <bzg@altern.org>
3732         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3733         against all agenda files.
3735 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3737         * org-list.el: New file, aggregating list functions from org.el
3738         and org-export-latex.el.
3740         * org.el (org-edit-src-region-extra): New option.
3742 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3744         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3745         time before 1am.
3747 2008-09-22  Bastien Guerry  <bzg@altern.org>
3749         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3751 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3753         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3754         hline work correctly.
3755         (org-plot/gnuplot-script): Put commas at the end of each script
3756         line.
3758 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3760         * org.el (org-get-refile-targets): Replace links with their
3761         descriptions
3762         (org-imenu-get-tree): Replace links with their descriptions.
3764         * org-remember.el (org-remember-apply-template): Add a new
3765         expansion for adding properties to remember items.
3767         * org.el (org-add-log-setup): Skip over drawers (properties,
3768         clocks etc) when adding notes.
3770         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3771         items as well as the start and end times.
3773         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3774         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3776         * org-remember.el (org-get-x-clipboard): Use the compat
3777         function to get clipboard values when x-selection-value is
3778         unavailable. Use substring-no-properties instead of
3779         set-text-properties to remove text properties from the clipboard
3780         value.
3782         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3783         modeline clock string, and display the full todo value in the
3784         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3785         the currently clocked task.
3786         (org-clock-string-limit): Add a custom value for the maximum
3787         length of the clock string in the modeline.
3788         (org-clock-mode-map): Add a keymap for the modeline string
3790 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3792         * org-compat.el (org-propertize): New function.
3794 2008-09-20  Bastien Guerry  <bzg@altern.org>
3796         * org-export-latex.el (org-export-latex-tables): protect exported
3797         tables from further special chars conversion.
3798         (org-export-latex-preprocess): Preserve LaTeX environments.
3799         (org-list-parse-list): Parse descriptive lists.
3800         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3801         (org-list-to-texinfo): Export descriptive lists.
3802         (org-quote-chars): Remove.
3803         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3804         (org-export-latex-list-beginning-re): Rename to
3805         `org-list-beginning-re'
3806         (org-list-item-begin): Rename to `org-list-item-beginning'
3808 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3810         * org.el (org-refile): Allow refiling to the last entry in the
3811         buffer.
3812         (org-get-tags-at): Fix bug when inheritance is turned off.
3814 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3816         * org.el (org-indent-line-function): No longer check for src
3817         regions, this is too much overhead.
3819         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3820         matching.
3822         * org.el (org-scan-tags): Make sure that tags matching is not case
3823         sensitive.  TODO keyword matching is case sensitive, however, to
3824         avoid confusion with similar words that are not meant to be
3825         keywords.
3827 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3829         * org.el (org-get-local-tags-at): New function.
3830         (org-get-local-tags): New function.
3832         * org-exp.el (org-export-get-categories): New function.
3834         * org-agenda.el (org-sorting-choice)
3835         (org-agenda-sorting-strategy, org-agenda-get-todos)
3836         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3837         (org-agenda-get-scheduled, org-agenda-get-blocks)
3838         (org-entries-lessp): Implement sorting by TODO state.
3839         (org-cmp-todo-state): New defsubst.
3841         * org-colview.el (org-colview-construct-allowed-dates): New
3842         function.
3843         (org-columns-next-allowed-value): Use
3844         `org-colview-construct-allowed-dates'.
3846         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3847         function.
3848         (org-columns-next-allowed-value): Use
3849         `org-colview-construct-allowed-dates'.
3851 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3853         * org.el (org-protect-slash): New function.
3854         (org-get-refile-targets): Use `org-protect-slash'.
3856         * org-agenda.el (org-global-tags-completion-table): New variable.
3858         * org-exp.el (org-export-handle-export-tags): New function.
3859         (org-export-preprocess-string): Call
3860         `org-export-handle-export-tags'.
3862         * org-plot.el: New file.
3864         * org-publish.el (org-publish-expand-components): Function removed.
3865         (org-publish-expand-projects): Allow components to have components.
3867 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3869         * org.el (org-indent-line-function): Do not indent in regions that
3870         are external source code.
3871         (org-yank-and-fold-if-subtree): New function.
3873         * org-agenda.el (org-agenda-todayp): New function.
3874         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3875         `org-agenda-todayp'.
3877         * org.el (org-insert-heading-respect-content)
3878         (org-insert-todo-heading-respect-content): New commands.
3879         (org-insert-heading-respect-content): New option.
3880         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3882         * org-clock.el (org-clock-find-position): Make sure the note after
3883         the clock line gets moved into the new clock drawer.
3885 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3887         * org-id.el (org-id-new): New option.
3889 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3891         * org-table.el (org-table-copy-down): Avoid overflow during
3892         increment.  Use prefix argument 0 to temporarily disable the
3893         increment.
3895 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3897         * org-exp.el (org-export-as-html): Do not turn on the major mode
3898         if the buffer will be killed anyway.
3899         (org-get-current-options): Exclude the #+TEXT field.
3900         (org-export-as-html): Make sure text before the first headline is
3901         a paragraph.
3903         * org-publish.el (org-publish-org-to): Tell the exporter that this
3904         buffer will be killed, so it is not necessary to do major mode
3905         initialization.
3907         * org-archive.el (org-archive-to-archive-sibling): Show empty
3908         lines after folding the archive sibling.
3910         * org.el (org-log-note-extra): New variable.
3912 2008-09-05  Bastien Guerry  <bzg@altern.org>
3914         * org.el (org-additional-option-like-keywords): Added keywords for
3915         the _QUOTE, _VERSE and _SRC environments.
3917         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3918         exporting _QUOTE and _VERSE environments.
3920 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3922         * org-agenda.el (org-agenda-filter-by-tag): New command.
3924         * org-exp.el (org-get-current-options): Remove angular brackets
3925         from the date entry.
3927         * org.el (org-edit-fixed-width-region): New function.
3928         (org-edit-fixed-width-region): Also try
3929         `org-edit-fixed-width-region'.
3930         (org-edit-fixed-width-region-mode): New option.
3931         (org-activate-code): Only interprete lines starting with colon
3932         plus a space as example lines.
3934         * org-remember.el (org-remember-templates): Add nil instead of
3935         empty strings to fix the length of remember templates.
3937         * org-table.el (org-calc-default-modes): Fix the time format for
3938         calc, from 12 hour to 24 hour clock.
3940 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3942         * org-agenda.el (org-agenda-get-deadlines)
3943         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3944         entries that are pre-warnings of deadlines or reminders.
3946         * org.el (org-sort-entries-or-items): Make numeric and alpha
3947         comparisons ignore any TODO keyword and priority cookie.
3949         * org-remember.el (org-remember-handler): Reinterpretation of the
3950         prefix argument.
3952 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3954         * org-agenda.el (org-agenda-get-scheduled): Use new
3955         `org-scheduled' face.
3957         * org-faces.el (org-scheduled): New face.
3959         * org-wl.el (org-wl-open): Remove incorrect declaration.
3961         * org-gnus.el (org-gnus-store-link): Support for :to information
3962         in gnus links.
3964         * org-exp.el (org-export-as-html): Fixed typo in creator
3965         information.
3966         (org-export-protect-examples): New parameter indent.  Insert extra
3967         spaces only when this parameter is specified.
3968         (org-export-preprocess-string): Call `org-export-protect-examples'
3969         with an indentation parameter when exporting to ASCII.
3971         * org-remember.el (org-remember-templates)
3972         (org-remember-apply-template): Allow the file component to be a
3973         function.
3975         * org.el (org-goto-local-search-headings): Renamed from
3976         `org-goto-local-search-forward-headings'.  Added the possibility
3977         to search backwards.
3979 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3981         * org-export-latex.el (org-export-latex): New customization
3982         group.
3984         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3986 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3988         * org-exp.el (org-html-do-expand): Allow {} to terminate
3989         tex macro
3991 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3993         * org.el (org-buffer-list): Select buffers based on major mode,
3994         not on file name.
3996 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3998         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3999         face property.
4001         * org-colview.el (org-columns-display-here): Use
4002         `org-columns-modify-value-for-display-function'.
4004         * org-colview-xemacs.el (org-columns-display-here): Use
4005         `org-columns-modify-value-for-display-function'.
4007 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4009         * org.el (org-columns-modify-value-for-display-function): New option.
4021         * org-publish.el (org-publish-file): Make sure the directory match
4022         for the publishing directory works correctly.
4024         * org-agenda.el (org-agenda-execute-calendar-command)
4025         (org-agenda-diary-entry): Additional optional argument.
4027 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4029         * org-exp.el (org-export-as-html): Add attributes also in mailto
4030         and ftp links.
4032         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4041 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4043         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4044         sure that calls from `org-export-region-as-html' do not do the
4045         special check for a subtree.
4047 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4049         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4051 2008-07-20  Juri Linkov  <juri@jurta.org>
4053         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4054         new keymap `narrow-map' instead of binding "\C-xns".
4056 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4058         * org.el (org-open-file): Use
4059         `org-open-directory-means-index-dot-org'.
4060         (org-open-directory-means-index-dot-org): New option.
4062 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4064         * org.el (org-make-link-string): Remove link attributes from
4065         description.
4066         (org-open-at-point): Remove link attributes bevore using the path.
4068         * org-exp.el (org-export-as-html): Handle link attributes.
4070         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4072         * org-table.el (org-table-to-lisp): New function.
4074         * org.el (org-narrow-to-subtree): Do not include the final newline
4075         into the narrowed region.
4077         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4078         bug with user-define skipping condition.
4080 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4082         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4084 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4086         * org-exp.el (org-export-html-style-default): Automatic overflow
4087         handling for pre fields.
4088         (org-export-as-ascii, org-export-as-html): Change default format
4089         for time stamp.
4091         * org-table.el (org-table-export): Offer completion for translator
4092         functions, and do not require a heading above the table.
4094         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4095         Cater for the case of a list starting in the first line of the
4096         buffer.
4098 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4100         * org-publish.el (org-publish-find-title): Bug fix.
4101         (org-publish-org-index): Implement new :index-style option.
4103 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4105         * org-publish.el (org-publish-timestamp-filename): Use
4106         SHA1-encoded file names in the timestamp directory.
4108 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4110         * org-publish.el (org-publish-needed-p): Be verbose about files
4111         published and files skipped.
4113         * org-exp.el (org-export-preprocess-string): Swap link
4114         normalization and inernal link targeting.
4116         * org-publish.el (org-publish-needed-p): Create timestamp
4117         directory when it does not exist.
4119 2008-07-04  Bastien Guerry  <bzg@altern.org>
4121         * org-clock.el (org-clock-out-when-done): Doc fix.
4123         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4125         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4126         Ignore case when searching for the COMMENT cookie at export time.
4128 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4130         * org-exp.el (org-get-file-contents)
4131         (org-get-and-remove-property): New functions.
4132         (org-export-handle-include-files): Handle the new prefix options.
4133         (org-export-as-html): Fix the verse environment.
4135 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4137         * org.el (org-time=, org-time<, org-time<=, org-time>)
4138         (org-time>=, org-time<>, org-2ft): New functions.
4139         (org-op-to-function): Also provide for the time testing fucntions.
4141 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4143         * org-exp.el (org-export-html-style-default): New constant.
4145 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4147         * org-exp.el (org-export-html-style-extra): New variable.
4148         (org-export-splice-style): New function.
4150 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4152         * org-exp.el (org-export-plist-vars, org-export-as-html):
4153         Implement `org-export-creator-info'.
4154         (org-export-creator-info): New option.
4156 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4158         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4159         (org-property-drawer-re, org-clock-drawer-re): New constants.
4161 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4163         * org-exp.el (org-icalendar-use-deadline)
4164         (org-icalendar-use-scheduled): New options.
4165         (org-icalendar-include-todo): Default changed to t.
4166         (org-print-icalendar-entries): Implement better utilization of
4167         scheduling and deadline time stamps.
4168         (org-export-target-internal-links, org-export-as-html): Allow file
4169         lines without the "file:" prefix if the file path is an absolute
4170         path or starts with ".".
4172         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4173         lastweek etc.
4174         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4176 2008-06-18  Glenn Morris  <rgm@gnu.org>
4177         * org.el (org-map-entries): Let-bind `file'.
4179 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4181         * org.el (org-agenda-skip-archived-trees): Docstring now
4182         discourages using this.
4183         (org-scan-tags): Check for org-agenda-archives-mode.
4184         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4185         (org-agenda-files): Functionality of second arg changed.
4187         * org-agenda.el (org-agenda-archives-mode): New variable
4188         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4189         (org-search-view, org-todo-list, org-tags-view)
4190         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4191         `ifmode' argument.
4192         (org-agenda-quit): Reset the archives mode.
4193         (org-agenda-archives-mode): New command.
4194         (org-agenda-set-mode-name): Include archives info.
4196 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4198         * org.el (org-paste-subtree): Make sure the yanked headline is
4199         visible if it was yanked at a visible point.
4200         (org-move-item-up): Fix the bug with moving white space at the end
4201         of the item.
4202         (org-show-empty-lines-in-parent): New function.
4204 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4206         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4208         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4210         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4211         agenda prefix as well.
4213         * org-publish.el (org-publish-org-index): Make a properly indented
4214         list.
4216         * org.el (org-calendar-agenda-action-key): New option.
4217         (org-get-cursor-date): New function.
4218         (org-mark-entry-for-agenda-action): New command.
4219         (org-overriding-default-time): New variable.
4220         (org-read-date): Respect `org-overriding-default-time'.
4222         * org-remember.el (org-remember-apply-template): Respect the
4223         ovverriding default time.
4225         * org-agenda.el (org-agenda-action-marker): New variable.
4226         (org-agenda-action): New command.
4227         (org-agenda-do-action): New function.
4229 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4231         * org.el (org-schedule, org-deadline): Protect scheduled and
4232         deadline tasks against changes that accidently remove the
4233         repeater.  Also show a message with the new date when done.
4235 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4237         * org.el (org-beginning-of-line): Cater for the case when there
4238         are tags but no headline text.
4239         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4240         it set.
4242 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4244         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4245         the return value is nil instead of "nil" when there is no match.
4247         * org-exp.el (org-insert-centered): Use fill-column instead of
4248         80.
4249         (org-export-as-ascii): Use string-width to measure the width of
4250         the heading.
4252         * org.el (org-diary-to-ical-string): No longer kill buffer
4253         FROMBUF, this is now done by the caller.
4255         * org-exp.el (org-print-icalendar-entries): Move the call to
4256         `org-diary-to-ical-string' out of the loop, and kill the buffer
4257         afterwords.
4259         * org-remember.el (org-remember-visit-immediately): Position
4260         cursor after moving to the note.
4261         (org-remember-apply-template): Use a text property to record the
4262         cursor position.
4263         (org-remember-handler): Align tags after pasting the note.
4265 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4267         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4269         * org-agenda.el (org-agenda-open-link): If there is an
4270         org-bbdb-name property in the current line, jump to that bbdb
4271         entry.
4273         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4274         text property, so that the agenda knows where this entry comes
4275         from.
4277         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4278         interaction between clocking-in from the agenda, and  automatic
4279         task state switching.
4281         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4283         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4284         zmacs-region stays after this command in XEmacs.
4286 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4288         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4290         * org-remember.el (org-remember-templates): Fix bug in
4291         customization type definition.
4293         * org.el (org-map-entries): New function.
4295 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4297         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4298         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4300 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4302         * org-remember.el (org-jump-to-target-location): New variable.
4303         (org-remember-apply-template): Set
4304         `org-remember-apply-template' if requested by template.
4305         (org-remember-handler): Start an idle timer to jump to
4306         remember location.
4308         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4310         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4311         file tags.
4312         (org-get-tags-at): Add the content of `org-file-tags'.
4314         * org-exp.el (org-export-handle-comments): Fix bug with several
4315         comment lines after each other.
4316         (org-number-to-roman, org-number-to-counter): New functions.
4317         (org-export-section-number-format): New option.
4319 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4321         * org-exp.el (org-export-protect-examples): Catch the case of a
4322         missing end_example line.
4324         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4325         `org-file-tags' to nil.
4327         * org-colview.el (org-columns-next-allowed-value): Handle next
4328         argument NTH to directly select a value.
4330         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4331         argument NTH to directly select a value.
4333 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4335         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4337 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4339         * org.el (org-columns-ellipses): New option.
4341 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4343         * org-colview.el (org-columns-add-ellipses): New function.
4344         (org-columns-compact-links): New function.
4345         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4346         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4347         when in agenda.
4348         (org-columns-edit-value): Fixed bug with editing values from
4349         agenda column view.
4350         (org-columns-redo): Also redo the agenda itself.
4352 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4354         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4355         option.
4357         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4359         * org-exp.el (org-export-ascii-preprocess): Renamed from
4360         `org-export-ascii-clean-string'.
4361         (org-export-kill-licensed-text)
4362         (org-export-define-heading-targets)
4363         (org-export-handle-invisible-targets)
4364         (org-export-target-internal-links)
4365         (org-export-remove-or-extract-drawers)
4366         (org-export-remove-archived-trees)
4367         (org-export-protect-quoted-subtrees)
4368         (org-export-protect-verbatim, org-export-protect-examples)
4369         (org-export-select-backend-specific-text)
4370         (org-export-mark-blockquote-and-verse)
4371         (org-export-remove-comment-blocks-and-subtrees)
4372         (org-export-handle-comments, org-export-mark-radio-links)
4373         (org-export-remove-special-table-lines)
4374         (org-export-normalize-links)
4375         (org-export-concatenate-multiline-links)
4376         (org-export-concatenate-multiline-emphasis): New functions,
4377         obtained from spliiting the export preprocessor.
4379         * org-table.el (org-table-recalculate): Improve error message if
4380         the row number is invalid.
4382 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4384         * org-archive.el (org-archive-save-context-info): Fix bugs in
4385         customization setup and docstring.
4387         * org-exp.el (org-export-html-style): Changed the size of in the
4388         <pre> element to 90%.
4390 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4392         * org.el (org-find-src-example-start): Function removed.
4393         (org-edit-src-find-region-and-lang): New function.
4395 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4397         * org.el (org-edit-src-exit): New function.
4398         (org-exit-edit-mode): New minor mode.
4400         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4401         comment-like lines from protected examples.
4403         * org.el (org-edit-src-example, org-find-src-example-start)
4404         (org-protect-source-example, org-edit-special): New functions.
4406 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4408         * org-publish.el (org-publish-project-alist): Fix typo in
4409         docstring.
4410         (org-publish-project-alist): Handle :index-title property.
4412 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4414         * org-export-latex.el (org-export-as-latex): Make sure region
4415         bounds are correct.  Parse subtree properties relating to export.
4417         * org-exp.el (org-export-add-options-to-plist): New function.
4418         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4420 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4422         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4423         EXPORT_TITLE.
4425         * org-exp.el (org-export-get-title-from-subtree)
4426         (org-export-as-ascii, org-export-as-html): Make sure the original
4427         region-beginning and region-end are used, even after moving
4428         point.
4429         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4430         property.
4432         * org-remember.el (org-remember-last-stored-marker): New variable.
4433         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4434         (org-remember-handler): Also use marker to remember
4435         last-stored position.
4437         * org.el (org-goto-marker-or-bmk): New function.
4439 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4441         * org.el (org-file-properties): Renamed from `org-local-properties'.
4442         (org-scan-tags): Take file tags into account.
4443         (org-tags-match-list-sublevels): Default changed to t.
4445         * org-exp.el (org-export-as-html): Close paragraph after a
4446         footnote.
4448         * org.el (org-update-parent-todo-statistics): New function.
4450         * org-exp.el (org-icalendar-store-UID): New option.
4451         (org-icalendar-force-UID): Option removed.
4452         (org-print-icalendar-entries): IMplement UIDs.
4454 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4456         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4458 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4460         * org-faces.el (org-column): Document how this face is being used
4461         and why sometimes the background faces shine through.
4463         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4465         * org-publish.el (org-publish-attachment): Create publishing
4466         directory if it does not yet exist.
4468         * org-table.el (org-calc-default-modes): Change default number
4469         format to (float 8).
4471         * org.el (org-olpath-completing-read): New function.
4472         (org-time-clocksum-format): New option.
4473         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4475         * org-clock.el (org-clock-display, org-clock-out)
4476         (org-update-mode-line): Use `org-time-clocksum-format'.
4478         * org-colview-xemacs.el (org-columns-number-to-string): Use
4479         `org-time-clocksum-format'.
4481         * org-colview.el (org-columns-number-to-string): Use
4482         `org-time-clocksum-format'.
4484 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4486         * org-id.el: New file, move from contrib to core.
4488         * org-exp.el (org-icalendar-force-UID): New option.
4490 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4492         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4493         shifted by one day if theere is a date range without an end
4494         time.
4496         * org.el (org-try-structure-completion): New function.
4498 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4500         * org.el (org-set-font-lock-defaults): Improve fontification of
4501         description lists.
4502         (org-insert-item): Handle description lists.
4503         (org-adaptive-fill-function): Improve auto indentation in
4504         description lists.
4506         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4507         Implement VERSE environment.
4508         (org-export-preprocess-string): Implement the COMMENT
4509         environment.
4511         * org-export-latex.el (org-export-latex-preprocess): Implement
4512         VERSE environment.
4514 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4516         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4517         option.
4519 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4521         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4523         * org.el (org-quote-csv-field): New functions.
4525         * org-table.el (org-table-export-default-format): Remove :splice
4526         from default format, we get the same effect by not specifying
4527         :tstart and :tend.
4528         (org-table-export): Improve setup, distinguish better between
4529         interactive and non-interactive use, allow specifying the format
4530         on the fly, better protection against wrong file names.
4531         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4532         and :tend when :splice is omitted.
4534 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4536         * org-clock.el (org-clock-select-task): Make sure the selection
4537         letters are 1-9 and A-Z, no special characters.
4539 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4541         * org-exp.el (org-export-htmlize): New group.
4542         (org-export-htmlize-output-type)
4543         (org-export-htmlize-css-font-prefix): New options.
4544         (org-export-htmlize-region-for-paste): New function.
4545         (org-export-htmlize-generate-css): New command.
4547 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4549         * org/org.el (org-modules, org-format-latex-options):
4550         * org/org-archive.el (org-archive-stamp-time)
4551         (org-archive-save-context-info):
4552         * org/org-faces.el (org-hide):
4553         * org/org-irc.el (org-irc-parse-link):
4554         * org/org-macs.el (org-call-with-arg, org-autoload):
4555         * org/org-mew.el (org-mew-store-link):
4556         * org/org-remember.el (org-remember-store-without-prompt)
4557         (org-remember-templates): Fix typos in docstrings.
4559         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4561         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4562         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4563         (org-bbdb-anniv-split): Fix typos in docstrings.
4565         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4566         (org-publish-use-timestamps-flag): Reflow docstring.
4567         (org-publish-files-alist): Fix typos in docstring.
4569 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4571         * org.el (org-set-visibility-according-to-property): New function.
4572         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4573         and compute the regular expressions, and update font-lock.
4574         (org-property-re): Allow a dash in property names.
4576         * org-archive.el (org-extract-archive-file): Insert the file name
4577         without the path into the format, to allow the location format to
4578         contain a subdirectory.
4580         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4581         of buffer, and the `org-agenda-type' property undefined, use the
4582         value from the character before.
4584         * org.el (org-add-planning-info): Don't let indentation for
4585         would-be timestamp become extra whitespace at the end of headline.
4587 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4589         * org.el (org-remove-double-quotes, org-file-contents): New
4590         functions.
4592         * org-exp.el (org-infile-export-plist): Also parse the
4593         contents of #+SETUPFILE files, recursively.
4595         * org.el (org-set-regexps-and-options): Also parse the
4596         contents of #+SETUPFILE files, recursively.
4598         * org-exp.el (org-export-handle-include-files): New function.
4599         (org-export-preprocess-string): Call
4600         `org-export-handle-include-files'.
4602         * org.el (org-delete-property-globally)
4603         (org-delete-property, org-set-property): Ignore case during
4604         completion.
4605         (org-set-property): Use `org-completing-read' instead of
4606         `completing-read'.
4608         * org.el (org-complete-expand-structure-template): New,
4609         experimental function.
4610         (org-structure-template-alist): New, experimental option.
4611         (org-complete): Call `org-complete-expand-structure-template'.
4613 2008-05-06  Bastien Guerry  <bzg@altern.org>
4615         * org-export-latex.el (org-export-latex-preprocess): Added
4616         support for blockquotes.
4618 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4620         * org.el (org-read-date-analyze): Catch the case where only a
4621         weekday is given.
4623 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4625         * org.el (org-set-font-lock-defaults): Make the description
4626         tag bold.
4628         * org-exp.el (org-export-as-html, org-close-li): Implement
4629         description lists.
4631 2008-05-04  Jason Riedy  <jason@acm.org>
4633         * org-table.el (*orgtbl-default-fmt*): New variable.
4634         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4635         when there is no other fmt available.
4637         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4638         :tend to suppress the appropriate string.
4640         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4641         table.
4643 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4645         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4646         read date.
4648         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4649         New function.
4651         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4652         New function.
4654 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4656         * org-clock.el (org-clock-find-position): Don't include notes
4657         into clock drawer.
4659         * org-archive.el (org-archive-subtree): No longer remove an
4660         extra line after cutting the subtree.  `org-cut-subtree' already
4661         takes care of this.
4663         * org-remember.el (org-remember-handler): Only kill the target
4664         buffer if it does not contain the running clock.
4666         * org.el (org-markers-to-move): New variable.
4667         (org-save-markers-in-region, org-check-and-save-marker)
4668         (org-reinstall-markers-in-region): New function.
4669         (org-move-subtree-down, org-copy-subtree): Remember relative
4670         marker positions before cutting.
4671         (org-move-subtree-down, org-paste-subtree): Restore relative
4672         marker positions after pasting.
4674         * org-remember.el (org-remember-clock-out-on-exit): New option.
4675         (org-remember-finalize): Clock out only if the setting in
4676         `org-remember-clock-out-on-exit' requires it.
4677         (org-remember-handler): Do the cleanup in the buffer, to make sure
4678         that the clock marker remains in tact.
4680 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4682         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4683         (org-clock-in): Make sure that also tasks outside the narrowed
4684         region will be clocked in correctly.
4685         (org-clock-insert-selection-line): Widen the buffer so that we can
4686         find the correct task heading.
4688         * org.el (org-base-buffer): New function.
4690         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4691         and ";" are escaped.
4692         (org-print-icalendar-entries): Also apply
4693         `org-icalendar-cleanup-string' to the headline, not only to the
4694         summary property.
4696 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4698         * org-exp.el (org-export-preprocess-hook): New hook.
4699         (org-export-preprocess-string): Call
4700         `org-export-preprocess-hook'.
4702         * org.el (org-font-lock-hook): New variable.
4703         (org-font-lock-hook): New function.
4704         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4706 ;; Local Variables:
4707 ;; coding: utf-8
4708 ;; add-log-time-zone-rule: t
4709 ;; End:
4711     Copyright (C) 2008  Free Software Foundation, Inc.
4713   This file is part of GNU Emacs.
4715   GNU Emacs is free software: you can redistribute it and/or modify
4716   it under the terms of the GNU General Public License as published by
4717   the Free Software Foundation, either version 3 of the License, or
4718   (at your option) any later version.
4720   GNU Emacs is distributed in the hope that it will be useful,
4721   but WITHOUT ANY WARRANTY; without even the implied warranty of
4722   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4723   GNU General Public License for more details.
4725   You should have received a copy of the GNU General Public License
4726   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4728 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c