New function `org-occur-link-in-agenda-files'.
[org-mode.git] / lisp / ChangeLog
blob3cf4d603b88abd09170ed1e02f2ffb32e4c14b23
1 2009-07-26  Bastien Guerry  <bzg@altern.org>
3         * org.el (org-occur-link-in-agenda-files): New function.
5         * org-timer.el (org-timer-last-timer): New variable.
7         * org-agenda.el (org-agenda-mode-map): New key for
8         org-timer-set-timer called from the agenda.
10         * org.el (org-mode-map): New key for org-timer-set-timer.
12         * org-timer.el (org-timer-reset-timers)
13         (org-timer-show-remaining-time, org-timer-set-timer): New
14         functions.
16         * org-clock.el (org-show-notification): Update the docstring.
18         * org.el (org-provide-todo-statistics): Allow new value
19         'all-headlines for this option, which includes entries with no
20         TODO keywords in the todo statistics.
21         (org-update-parent-todo-statistics): Possibly use the new
22         'all-headline value from `org-provide-todo-statistics'.
24 2009-07-25  Bastien Guerry  <bzg@altern.org>
26         * org-clock.el (org-dblock-write:clocktable): Add a new option
27         :timestamp which allows display of timestamps in clock reports.
29         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
30         list to a subtree, preserving the structure of the list.
31         (org-set-emph-re): Make the last element optional in the regexp.
32         This regexp now matches an emphasized string at the end of a line.
34         * org-list.el (org-list-goto-true-beginning)
35         (org-list-make-subtree, org-list-make-subtrees): New functions.
37         * org.el (org-eval-in-calendar): Select the right frame.
38         (org-save-frame-excursion): Remove this macro.
40 2009-07-24  Bastien Guerry  <bzg@altern.org>
42         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
43         trying to find the beginning of a list.
45         * org-exp.el (org-get-file-contents): Use a new argument: markup.
46         When present, tell org-get-file-contents not to protect org-like
47         lines.
49         * org-id.el (org-id-uuid-program): New option to set the name of
50         the uuidgen program.
51         (org-id-method): Use `org-id-uuid-program'.
52         (org-id-new): Use `org-id-uuid-program'.
54 2009-07-23  Bastien Guerry  <bzg@altern.org>
56         * org-exp.el (org-export-number-lines): Allow whitespace in code
57         references.  Allow the -r switch to remove the references in the
58         source code even when the lines are not numbered: the labels can
59         be explicit enough.
61         * org.el (org-fontify-whole-heading-line): New option.
62         (org-set-font-lock-defaults): Use the new option.
64         * org-clock.el (org-show-notification-handler): New option.
65         (org-show-notification): Use the new option.
67 2009-07-21  Bastien Guerry  <bzg@altern.org>
69         * org.el (org-eval-in-calendar): Fix a bug about calendar
70         navigation when `calendar-setup' value is 'calendar-only.
72 2009-07-19  Bastien Guerry  <bzg@altern.org>
74         * org.el (orgstruct++-mode): Fix typo in docstring.
75         (org-insert-link): Clean up: (or (...)) => (...)
76         (org-insert-link): Use TAB for stored links completion.
78 2009-07-18  Bastien Guerry  <bzg@altern.org>
80         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
81         building the list of targets.
83         * org-remember.el (org-remember-delete-empty-lines-at-end): New
84         option.
85         (org-remember-handler): Use the new option.
87 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
89         * org.el (org-tags-sort-function): New option for sorting tags.
90         (org-set-tags): Use the new option to sort tags.
92         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
93         premature deletion of the data when using org-plot in a script.
95 2009-07-17  Bastien Guerry  <bzg@altern.org>
97         * org-clock.el (org-clock-in-prepare-hook): New hook.
98         (org-clock-in): Use this new hook.
100 2009-07-16  Bastien Guerry  <bzg@altern.org>
102         * org.el (org-special-ctrl-a/e): Explicitely bind the value
103         'reversed for this option to the "true line boundary first"
104         behavior.
105         (org-tags-match-list-sublevels): Document the 'indented value for
106         this variable.
108         * org-latex.el (org-export-latex-first-lines): Fix problem with
109         publishing the region.
111         * org-exp.el (org-export-format-source-code-or-example): Fix
112         bad line numbering when exporting examples in HTML.
114 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org-clock.el (org-clock-goto): Find hidden headlines as well.
118         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
120         * org-plot.el (org-plot/add-options-to-plist): Add timeind
121         option.
123 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
125         * org-publish.el (org-publish-remove-all-timestamps): New function.
126         (org-publish-all): Remove all timestamp files if `org-publish-all'
127         is called with a prefix argument.
129         * org-list.el (org-indent-item): Fix typo.
130         (org-item-indent-positions): Normalize ordered bullet.
132         * org-html.el (org-export-html-home/up-format): New option.
133         (org-export-as-html): Insert the up and HOME links.
135 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
137         * org-html.el (org-export-as-html): Insert the title into the
138         option plist.
139         (org-export-html-insert-plist-item): New function.
140         (org-export-as-html): Call `org-export-html-insert-plist-item'.
142         * org-macs.el (org-set-local): Make a local variable, do not make
143         the variable buffer-local!
145         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
147         * org-html.el (org-export-as-html): Call `org-install-letbind'.
149         * org-docbook.el (org-export-as-docbook): Call
150         `org-install-letbind'.
152         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
154         * org-exp.el (org-infile-export-plist): Read BIND lines.
155         (org-install-letbind): New function.
156         (org-export-as-org, org-export-preprocess-string): Call
157         `org-install-letbind'.
159         * org-src.el (org-edit-src-exit): Untabify the example before
160         returning to Org.
162         * org-list.el (org-list-demote-modify-bullet): New option.
163         (org-first-list-item-p): Save point.
164         (org-fix-bullet-type): New optional argument FORCE-BULLET.
165         (org-indent-item): Honor `org-list-demote-modify-bullet'.
166         (org-item-indent-positions): Return bullet types along with
167         indentation.
169 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org.el (org-show-entry): Hide drawers.
173 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-footnote.el (org-footnote-auto-adjust): New option.
176         (org-footnote-auto-adjust-maybe): New function.
177         (org-footnote-new, org-footnote-delete): Call
178         `org-footnote-auto-adjust-maybe'.
180         * org.el (org-startup-options): Add new footnote-related
181         keywords.
183         * org-publish.el (org-publish-timestamp-filename): Additional
184         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
185         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
186         TRUE-PUB-DIR.  Pass them through to
187         `org-publish-timestamp-filename'.
188         (org-publish-update-timestamp): Additional arguments PUB-DIR and
189         PUB-FUNC, which are included in the hash.
190         (org-publish-file): Delay timestamp test until the publishing
191         function is known.
193 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
195         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
196         setting the deadline.
198         * org.el (org-read-date-final-answer): New variable.
199         (org-read-date): Store the final answer string, including the date
200         from the calendar, for reuse by agenda bulk commands.
202         * org-publish.el (org-publish-attachment): Fix publishing of
203         attachments.
205         * org-latex.el (org-export-latex-quotation-marks): Fix export of
206         quotation makrs in parenthesis.
207         (org-remove-initial-hash): New function.
208         (org-export-latex-preprocess): Fix bug with infinite loop if
209         environment is not properly closed.
211         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
212         when indented.
214         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
215         highlight also when indented.
217 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
219         * org-footnote.el (org-footnote-renumber-fn:N): New command.
220         (org-footnote-action): Offer renumbering.
222         * org.el (org-cycle): Honor the `integrate' value of
223         org-cycle-include-plain-lists'.
225         * org-list.el (org-cycle-include-plain-lists): New allowed value
226         `internal'.  Improve the docstring.
228         * org.el (org-set-autofill-regexps): Improve the paragraph-start
229         regexp to work better with LaTeX commands.
231 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
233         * org-feed.el (org-feed-update): fix problem with non-existing
234         buffer.
235         (org-feed-skip-http-headers): New function.
236         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
237         (org-feed-get-feed): Fix command line arguments for curl.
239 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
242         and eps extensions.
244 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
247         loaded.
249         * org.el (org-map-entries): No longer force
250         `org-tags-match-list-sublevels' to t during a todo-only tags
251         search.
253 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
255         * org-latex.el (org-export-latex-low-levels): Allow user-defined
256         environment.
257         (org-export-latex-subcontent): Handle user-defined environment.
259         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
260         the View dispatcher.
262         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
263         `make-overlay'.
265         * org-latex.el (org-export-as-pdf): Protect match data during call
266         to shell-quote-argument.
268         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
269         (org-agenda-view-mode-dispatch): New function.
271 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-agenda.el (org-agenda-mode): Reset list of marks.
274         (org-agenda-mode-map): Define new keys for refile and bulk action.
275         (org-agenda-menu): Add menu itesm for refile and bulk action.
276         (org-agenda-refile): New function.
277         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
278         (org-agenda-marked-entries): New variable.
279         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
280         (org-agenda-remove-all-bulk-action-marks)
281         (org-agenda-bulk-action): New functions/commands.
283 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org-exp.el (org-get-file-contents): Protect org-like lines in
286         included files.
287         (org-export-format-source-code-or-example): Remove newlines.
289         * org-latex.el (org-export-latex-links): Check for no-description
290         marking.
292         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
293         argument separator back to comma.
294         (org-export-normalize-links): Mark links without description.
296 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org-exp.el (org-infile-export-plist): Fix bug in macro
299         processing.
301         * org-agenda.el (org-agenda-clock-out): Update line after clocking
302         out.
303         (org-agenda-highlight-todo): Fix bug with highlighting.
305 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
307         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
308         new alignment strings.
310         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
311         command list.
312         (org-table-align): Check for forced align type.
314         * org.el (org-self-insert-command): Add yas/expand to command
315         list.
317         * org-clock.el (org-clock-in-hook): New hook.
318         (org-clock-in): Run `org-clock-in-hook.
319         (org-clock-out-hook): New hook.
320         (org-clock-out): Run `org-clock-out-hook.
321         (org-clock-cancel-hook): New hook.
322         (org-clock-cancel): Run `org-clock-cancel-hook.
323         (org-clock-goto-hook): New hook.
324         (org-clock-goto): Run `org-clock-goto-hook.
326 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org.el (org-store-link): Better default description for link to
329         Org-mode headline.
331         * org-exp.el (org-export-generic): Autoload the generic exporter
332         function.
333         (org-export): Implement the `g' key for the generic exporter.
335 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
337         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
338         and for zbacktab'.
340         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
342         * org-exp.el (org-infile-export-plist): Get macros also from
343         #+SETUPFILE.
345 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-colview.el (org-columns-capture-view): Protect vertical bars
348         in column values.
349         (org-columns-capture-view): Exclude comment and archived trees.
351         * org-colview-xemacs.el (org-columns-capture-view): Protect
352         vertical bars in column values.
353         (org-columns-capture-view): Exclude comment and archived trees.
355         * org.el (org-quote-vert): New function.
357         * org-latex.el (org-export-latex-verbatim-wrap): New option.
359         * org-exp.el (org-export-format-source-code-or-example): Use
360         `org-export-latex-verbatim-wrap'.
362         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
363         time stamps.
365         * org-html.el (org-export-table-row-tags): New option.
366         (org-format-org-table-html): Rename `nlines' to `nline', use new
367         option.
370 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-exp-blocks.el: Declare functions and variables.
374         * org-remember.el (org-remember-templates): Allow the headline
375         element to be a function.
376         (org-remember-apply-template): If the headline is a function, call
377         it to get the true function.
379         * org-clock.el (org-clock-menu): New function.
380         (org-clock-update-mode-line): Update help string.
381         (org-clock-modify-effort-estimate): New function.
382         (org-clock-mark-default-task): New function.
384         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
385         minutes as input.
386         (org-org-menu): Add new clocking stuff.
387         (org-clock-is-active): New function.
389 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org.el (org-open-non-existing-files): Improve docstring.
393 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
396         option.
397         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
399         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
401         * org-list.el (org-get-checkbox-statistics-face): Use the new
402         faces.
404         * org-faces.el (org-checkbox-statistics-todo)
405         (org-checkbox-statistics-done): New faces.
407 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
410         (org-edit-src-exit): Better cursor positioning when returning from
411         editing.
413         * org-latex.el (org-export-latex-use-verb): New variable.
414         (org-export-latex-emph-format): Prefer \texttt over \verb when
415         org-export-latex-use-verb is set.
417 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
420         at normal indentation.
422         * org-html.el (org-export-html-close-lists-maybe): Also look at
423         normal indentation.
425         * org-remember.el (org-remember-handler): Abort remember if the
426         buffer is empty.
428         * org-src.el (org-edit-src-content-indentation): New option.
429         (org-edit-src-exit): Apply extra indentation.
431         * org-exp.el (org-export-format-source-code-or-example): Run
432         `org-src-mode-hook'.
434         * org-src.el (org-src-mode-hook): New variable.
435         (org-edit-src-code): Run `org-src-mode-hook'.
437 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
439         * org.el (org-indent-line-function): Fix indentation of +#end lines.
441         * org-src.el (org-edit-src-get-indentation): New function.
442         (org-edit-src-code): Base indentation on the begin line.
444 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
446         * org-gnus.el (org-gnus-store-link): Require message.el in
447         org-gnus-store-link.
449 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
451         * org-src.el: New file, split out of org.el
453         * org-docbook.el (org-export-as-docbook): Better indentation
454         treatment.
456         * org-macs.el (org-replace-match-keep-properties): New function.
458         * org-exp.el (org-export-mark-blockquote-verse-center): Better
459         preprocessing of center and quote and verse blocks.
461         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
462         (org-export-as-docbook): Close lists when original indentation
463         mandates it.
465         * org-html.el (org-export-html-close-lists-maybe): New function.
466         (org-export-as-html): Close lists when original indentation
467         mandates it.
469         * org-list.el (org-list-end): Respect the stored "original"
470         indentation when determining the end of the list.
472         * org-exp.el (org-export-replace-src-segments-and-examples):
473         Remember indentation correctly.
475 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
477         * org-clock.el (org-clock-update-mode-line): Apply face
478         org-mode-line-clock.
480         * org-faces.el (org-mode-line-clock): New face.
482 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
484         * org-gnus.el (org-gnus-store-link): Fix bug where
485         `org-gnus-store-link' used wrong subject when called in an article
486         buffer.  Patch provided by fengli AT gmail DOT com.
488 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-exp.el (org-export-format-source-code-or-example): Remember
491         the original indentation of source code snippets and examples.
493         * org-latex.el (org-export-as-latex): Relocate the table of
494         contents.
496         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
498         * org-agenda.el (org-run-agenda-series): Scope global options also
499         when creating the agenda buffer.
501 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
503         * org.el (org-adapt-indentation): Improve documentation.
504         (org-insert-property-drawer): Respect org-adapt-indentation when
505         inserting the drawer.
506         (org-remove-flyspell-overlays-in): New function.
507         (org-do-emphasis-faces, org-activate-plain-links)
508         (org-activate-code, org-fontify-meta-lines-and-blocks)
509         (org-activate-angle-links, org-activate-footnote-links)
510         (org-activate-bracket-links, org-activate-dates)
511         (org-activate-target-links, org-activate-tags): Remove flyspell
512         overlays.
514 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
516         * org.el (org-edit-src-save): New function.
518         * org-clock.el (org-clock-out-switch-to-state): New option.
519         (org-clock-out): Honor `org-clock-out-switch-to-state'.
521         * org-compat.el (org-compatible-face): Improve macro.
523         * org.el (org-global-properties-fixed): Add default for
524         CLOCK_MODELINE_TOTAL.
526         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
527         andd tend.
528         (org-clock-sum-current-item): Optional argument TSTART, pass it to
529         org-clock-sum.
530         (org-clock-get-sum-start): New function.
532         * org.el (org-startup-options): New keywords blockhide and
533         blockshow.
534         (org-mode): Add new invisibility spec.
535         (org-set-startup-visibility): Hide block on startup if so
536         desired.
537         (org-hide-block-startup): New option.
538         (org-block-regexp): New constant.
539         (org-hide-block-overlays): New variable.
540         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
541         (org-show-block-all, org-hide-block-toggle-maybe)
542         (org-hide-block-toggle): New functions.
543         (org-edit-src-exit): Do not quote lines starting with # and no +
544         behind it.
545         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
546         entry.
548 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
550         * org.el (org-buffer-property-keys): Add Effort property for
551         completion.
553 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
555         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
556         when retrieving total clocked time in the subtree.
558         * org.el (org-quoting-blocks): New variable.
560 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org-table.el (org-table-store-formulas)
563         (org-table-get-stored-formulas, org-table-fix-formulas)
564         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
565         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
567         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
568         indented #+TBLFM line.
570         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
571         indented #+TBLFM line.
573         * org-colview.el (org-dblock-write:columnview): Allow indented
574         #+TBLFM line.
576         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
577         indented #+TBLFM line.
579         * org-clock.el (org-dblock-write:clocktable): Allow indented
580         #+TBLFM line.
582 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org-exp.el (org-export-format-source-code-or-example): Make
585         editing indented blocks work correctly.
587         * org.el (org-edit-src-nindent): New variable.
588         (org-edit-src-code, org-edit-fixed-width-region)
589         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
590         editing indented blocks work correctly.
592 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
594         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
595         indented blocks.
596         (org-export-format-source-code-or-example): Fix indentation of
597         blocks.
598         (org-export-remove-indentation): New function.
599         (org-export-select-backend-specific-text): Allow backend-specific
600         code to be indented.
601         (org-export-mark-blockquote-verse-center): Allow markers to be
602         indented.
604         * org.el (org-fontify-meta-lines): New function.
605         (org-set-font-lock-defaults): Call the new fontification
606         function.
608         * org-faces.el (org-meta-line): New face
609         (org-block):  New face.
611 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org.el (org-treat-insert-todo-heading-as-state-change)
614         (org-treat-S-cursor-todo-selection-as-state-change): New
615         variables.
616         (org-insert-todo-heading): Honor
617         `org-treat-insert-todo-heading-as-state-change'.
618         (org-shiftright, org-shiftleft): Honor
619         `org-treat-S-cursor-todo-selection-as-state-change'.
620         (org-inhibit-logging): New variable.
622 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
625         range for marker position checking.
627         * org-latex.el (org-export-latex-first-lines): Fix bug when
628         exporting a region.
630 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-exp.el (org-export-push-to-kill-ring): Protect using
633         x-set-selection, because that does not always work.
635         * org-agenda.el (org-agenda-list): Apply the new face
636         `org-agenda-date-today'.
638         * org-faces.el (org-agenda-date-today): New face.
640 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
642         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
643         creating appointments.
645         * org-latex.el (org-export-latex-low-levels): Fix customization
646         type.
648         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
649         priority commands.
651         * org-agenda.el (org-agenda-priority): Disable priority commands.
653         * org.el (org-enable-priority-commands): New option.
655         * org-colview-xemacs.el (org-columns-compute)
656         (org-columns-number-to-string): Fix problems with empty fields.
658         * org-colview.el (org-columns-compute)
659         (org-columns-number-to-string): Fix problems with empty fields.
661         * org-exp.el (org-export-push-to-kill-ring): New function.
662         (org-export-copy-to-kill-ring): New option.
664         * org-latex.el (org-export-as-latex): Call
665         `org-export-push-to-kill-ring'.
667         * org-html.el (org-export-as-html): Call
668         `org-export-push-to-kill-ring'.
670         * org-docbook.el (org-export-as-docbook): Call
671         `org-export-push-to-kill-ring'.
673         * org-ascii.el (org-export-as-ascii): Call
674         `org-export-push-to-kill-ring'.
676         * org-exp.el (org-export-show-temporary-export-buffer): New
677         option. 
679         * org-latex.el (org-export-as-latex): Use
680         `org-export-show-temporary-export-buffer'.
682         * org-html.el (org-export-as-html): Use
683         `org-export-show-temporary-export-buffer'.
685         * org-docbook.el (org-export-as-docbook): Use
686         `org-export-show-temporary-export-buffer'.
688         * org-ascii.el (org-export-as-ascii-to-buffer): Use
689         `org-export-show-temporary-export-buffer'.
691         * org-exp.el (org-export-show-temporary-export-buffer): New
692         option.
693         (org-export-push-to-kill-ring): New function.
695         * org-colview.el (org-columns-compile-map): New variable.
696         (org-columns-new, org-columns-compute)
697         (org-columns-number-to-string, org-columns-uncompile-format)
698         (org-columns-compile-format): Implement new operators.
700 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
704         * org-html.el (org-export-html-xml-declaration): New option.
705         (org-export-as-html): Use `org-export-html-xml-declaration'.
707         * org-list.el (org-update-checkbox-count): Make property
708         dependent.
710         * org.el (org-hierarchical-todo-statistics): New option.
711         (org-update-parent-todo-statistics): Modified to handle recursive
712         statistics.
714 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org-publish.el (org-publish): Make this function behave
717         correctly in interactive use when called with a prefix argument.
719         * org.el (org-todo-statistics-hook): New hook.
720         (org-update-parent-todo-statistics): Use new hook.
721         (org-log-into-drawer): New function.
722         (org-add-log-setup): Use the new `org-log-into-drawer' function to
723         determine if we should be logging into a drawer.
724         (org-log-into-drawer): Update docstring.
725         (org-default-properties): Add LOG_INTO_DRAWER as a property.
727         * org-list.el (org-checkbox-statistics-hook): New hook.
728         (org-update-checkbox-count-maybe): Use new hook.
730         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
731         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
732         to kill ring.
734 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
736         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
737         a line.
739 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
741         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
742         better bufer-generating mechanism.
743         (org-edit-src-find-buffer): New function.
745         * org-icalendar.el (org-print-icalendar-entries): Don't check for
746         archive tag, this is already done by `org-agenda-skip'.
747         data while constructing lost of tags.
749 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
751         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
752         as argument separator in macros.
754         * org-html.el (org-export-as-html): Add xml declaration.
756 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
758         * org.el (org-after-sorting-entries-or-items-hook): New hook.
759         (org-sort-entries-or-items): Run the new hook.
760         (org-after-refile-insert-hook): New hook.
761         (org-refile): Run `org-after-refile-insert-hook'.
763         * org-agenda.el (org-agenda-get-progress): Never take time of day
764         from headline when displaying progress.
766         * org-latex.el (org-export-latex-complex-heading-re): New variable.
767         (org-export-as-latex): Force the correct regexp in the
768         preprocessor buffer.
769         (org-export-latex-set-initial-vars): Set
770         `org-export-latex-complex-heading-re'.
772         * org-agenda.el (org-agenda-start-with-log-mode): New option.
773         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
775 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org-latex.el (org-export-latex-tables-centered): New option.
778         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
780         * org-exp.el (org-export-as-org): New command.
781         (org-export-as-org): New command.
783         * org-publish.el (org-publish-org-to-org): New function.
785 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org.el (org-yank): Just call `org-yank-generic'.
788         (org-yank-generic): New function, containing the formaer
789         functionality of `org-yank'.
791         * org-latex.el (org-export-latex-not-done-keywords)
792         (org-export-latex-done-keywords): New variables.
793         (org-export-latex-todo-keyword-markup): New option.
794         (org-export-latex-set-initial-vars): Remember the TODO keywords.
795         (org-export-latex-keywords-maybe): Apply the TODO markup.
797 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org-exp.el (org-infile-export-plist): Add more default macros.
800         (org-export-preprocess-apply-macros): Process macro arguments.
802 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
805         `unblocked'.
806         (org-print-icalendar-entries): Respect the new value of
807         `org-icalendar-include-todo'.
809         * org.el (org-link-try-special-completion)
810         (org-file-complete-link): New functions.
811         (org-insert-link): Add special completion support for some link
812         types.
814         * org-bbdb.el (org-bbdb-complete-link): New function.
816 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
818         * org-list.el (org-update-checkbox-count): Allow recursive
819         statistics.
820         (org-hierarchical-checkbox-statistics): New option.
822         * org.el (org-cycle): Remove erraneous space character.
824         * org-icalendar.el (org-icalendar-timezone): Initialize from
825         environment.
827         * org-html.el (org-format-org-table-html): Specify the scope.
828         (org-format-table-table-html): Specify the scope.
829         (org-export-table-header-tags): Prepare the scope parameter.
831 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
833         * org-html.el
834         (org-export-html-table-use-header-tags-for-first-column): New
835         option.
837         * org.el (org-autoload): Fix autoloading of ascii export
838         functions.
839         (org-modules): Add org-special-blocks.
841 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
843         * org-icalendar.el (org-start-icalendar-file): Use the new option.
844         (org-ical-timezone): New option.
846         * org-exp.el (org-export-get-coderef-format): Use the description
847         is present.
849         * org.el (org-sort-entries-or-items): Improve docstring, and make
850         better implementation for time sorting.
852 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org.el (org-edit-src-persistent-message): New option.
855         (org-edit-src-code, org-edit-fixed-width-region): Use the new
856         option.
858         * org-clock.el (org-clock-insert-selection-line): Fix prefious
859         patch.
861         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
862         separate buffer instead of indirect buffer to edit source code.
863         (org-edit-src-exit): Make this function work with the new setup.
865         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
866         are properly fontified before shown in the selection menu.
868         * org.el (org-fontify-like-in-org-mode): New function.
870         * org-latex.el (org-export-latex-links): Use the property list to
871         retrieve the default image attributes.
873         * org-exp.el (org-export-plist-vars): Add a new option.
875 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
877         * org-exp.el (org-export, org-export-visible): Support ASCII
878         export to buffer
879         (org-export-normalize-links): Do not protect the description if it
880         is explicitly given.
882         * org-ascii.el (org-export-as-ascii-to-buffer)
883         (org-replace-region-by-ascii, org-export-region-as-ascii): New
884         commands.
885         (org-export-as-ascii): Add all the same parameters that are also
886         supported by the other export functions.
888         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
889         org-checklist.el.
890         (org-reset-checkbox-state-subtree): Call
891         `org-reset-checkbox-state-subtree'.
893         * org-remember.el (org-select-remember-template): For the
894         selection of a valid template.
896         * org-latex.el (org-export-region-as-latex): Supply the
897         force-no-subtree argument.
898         (org-export-as-latex): Provide better limits when exporting the
899         first line.  When exporting to string, we still want the first
900         lines.
901         (org-export-latex-first-lines): New argument END, to force the end
902         of the region.
903         (org-export-region-as-latex): Use the property list.
904         (org-export-as-latex):
906         * org-colview-xemacs.el (org-columns-remove-overlays)
907         (org-columns): Fix call to `local-variable-p'.
909 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
912         (org-export-as-html): Run the new hook.
914         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
915         (org-export-latex-preprocess): Run the new hook.
917         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
918         (org-export-preprocess-string): Run the new hook.
920 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
922         * org-macs.el (org-check-external-command): New defsubst.
924         * org.el (org-mode-map): New key for reload.
925         (org-format-latex): Better error message when external programs
926         are not available.
928         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
930         * org.el (org-sort-entries-or-items): Explicit sorting function
931         for priorities, needed for XEmacs compatibility.
933         * org-remember.el (org-remember-apply-template): Improve auto-save
934         behavior.
936 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
938         * org-latex.el (org-export-latex-preprocess): Also protect
939         environments ending in a star.
941         * org-list.el (org-at-item-p): Fix regular expression.
943 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
945         * org.el (org-end-of-subtree): Improve speed.
947         * org-agenda.el (org-agenda-get-timestamps)
948         (org-agenda-get-progress, org-agenda-get-deadlines)
949         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
950         in particular, wait as long as possible to collect the tags.
951         (org-stuck-projects): Improve docstring.
953         * org.el (org-store-link): No errors when getting custom id before
954         first headline.
955         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
957 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
959         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
961         * org-protocol.el: Remove dependency on url.el.
962         (org-protocol-unhex-compound, org-protocol-open-source): Remove
963         dependency on url.el.
965         * org-latex.el (org-export-as-pdf): Use
966         `org-latex-to-pdf-process'.
968 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
970         * org-latex.el (org-latex-to-pdf-process): New option.
972         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
973         New option.
974         (org-agenda-get-timestamps): Honor
975         `org-agenda-skip-additional-timestamps-same-entry'.
977         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
978         (org-clock-goto): Find recent task only if
979         `org-clock-goto-may-find-recent-task' allows it.
981         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
982         drawers, and drawers that are missing the :END: line.
984 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org-clock.el (org-clock-goto): Go to recently clocked task if no
987         clock is running.
989 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
991         * org.el (org-update-parent-todo-statistics): Check for
992         STATISTICS_FROM property.
994         * org-list.el (org-update-checkbox-count): Check for
995         STATISTICS_FROM property.
997         * org.el (org-tab-first-hook)
998         (org-tab-after-check-for-table-hook)
999         (org-tab-after-check-for-cycling-hook): New hooks.
1000         (org-cycle-internal-global, org-cycle-internal-local): New
1001         functions, split out from `org-cycle'.
1002         (org-cycle): Call the new hooks.
1004 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org-exp.el (org-export-preprocess-string): Reset the list of
1007         preferred targets for each run of the preprocessor.
1009         * org.el (org-refile-target-verify-function): Improve
1010         documentation.
1011         (org-get-refile-targets): Respect point being moved by the
1012         verification function.
1014         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1015         option.
1016         (org-export-latex-keywords): Use new option.
1018         * org.el (org-rear-nonsticky-at): New defsubst.
1019         (org-activate-plain-links, org-activate-angle-links)
1020         (org-activate-footnote-links, org-activate-bracket-links)
1021         (org-activate-dates, org-activate-target-links)
1022         (org-activate-tags): Place the rear-nonsticky properties at the
1023         correct location.
1025 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org-protocol.el (server-edit): Declare `server-edit'.
1028         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1029         functions.
1030         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1032         * org.el (org-default-properties): New default properteis for
1033         completion.
1035         * org-exp.el (org-export-add-subtree-options): Add new properties
1036         for subtree export.
1038         * org-docbook.el (org-export-docbook-keywords-markup)
1039         (org-export-docbook-timestamp-markup): New options.
1040         (org-export-docbook-protect-tags): New function.
1042 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1044         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1045         org-refile-target-verify-function for the duration of the command.
1047         * org.el (org-link-to-org-use-id): New possible value
1048         `create-if-interactive-and-no-custom-id'.
1049         (org-store-link): Use custom IDs.
1050         (org-link-search): Find custom ID properties from #link.
1051         (org-default-properties): Add CUSTOM_ID for property completion.
1052         (org-refile-target-verify-function): New option.
1053         (org-goto): Turn off org-refile-target-verify-function
1054         for the duration of the command.
1056 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1058         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1060         * org-exp.el (org-export-preferred-target-alist): New variable.
1061         (org-export-define-heading-targets): Find the new CUSTOM_ID
1062         property.
1063         (org-export-target-internal-links): Target the custom ids when
1064         possible.
1066         * org-latex.el (org-export-latex-preprocess): Better regexp for
1067         matching latex macros with arguments.
1069 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1071         * org-remember.el (org-remember-handler): Allow filing to non-org
1072         files.
1074 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1076         * org-feed.el (org-feed-alist): New keyword options.
1077         (org-feed-update): Use the new options.
1078         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1079         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1080         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1081         functions.
1083         * org-table.el (org-table-fix-formulas): Do not change references
1084         to remote tables.
1085         (org-table-get-remote-range): Convert standard coordinates to RC
1086         format.
1088         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1090 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1092         * org-compat.el (org-sha1-string): Function removed.
1094         * org.el (org-refile-allow-creating-parent-nodes): New option.
1095         (org-refile-get-location): New argument NEW-NODES.
1096         (org-refile): Call `org-refile-get-location' with the new
1097         argument.
1098         (org-refile-get-location): Arrange for adding a new child.
1099         (org-refile-new-child): New function.
1101         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1102         an additional span element.
1104         * org-clock.el: Fix a number of docstrings.
1105         (org-clock-find-position): New argument
1106         FIND-UNCLOSED to make the function find an unclosed clock in the
1107         entry.
1108         (org-clock-in): Call `org-clock-find-position' with the new
1109         argument if we might be resuming a clock.
1111 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-latex.el (org-export-latex-display-custom-times): New variable.
1114         (org-export-latex-timestamp-markup): New option.
1115         (org-export-latex-set-initial-vars): Remember the local value of
1116         `org-display-custom-times'.
1117         (org-export-latex-content): Process time stamps.
1118         (org-export-latex-time-stamps): New function.
1120         * org-macs.el (org-maybe-intangible): Add intangible property
1121         again to invisible text.
1123 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1125         * org-exp.el (org-default-export-plist): Handle undefined
1126         variables.
1128 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1130         * org.el (org-sort-entries-or-items): Match TODO keywrds
1131         case-sensitively, when sorting.
1132         (org-priority): Do not match TODO keywords with wrong case.
1134 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1136         * org-feed.el (org-feed-update): Bind the variable
1137         `new-formatted'.
1139         * org-html.el (org-export-as-html): Start paragraphs after literal
1140         examples.
1142         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1143         literal examples.
1145 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1147         * org.el (org-todo): Honor the NOBLOCKING property.
1149         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1150         NOBLOCKING property.
1152         * org.el (org-scan-tags): Fix bug in tag scanner
1154 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1156         * org.el (org-modules): Mark obsolete packages.
1158         * org-html.el: New file, split out from org-exp.el.
1160         * org-icalendar.el: New file, split out from org-exp.el.
1162         * org-xoxo.el: New file, split out from org-exp.el.
1164         * org-ascii.el: New file, split out from org-exp.el.
1166 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1168         * org-compat.el (org-find-library-name): New function.
1170         * org.el (org-pre-cycle-hook): New hook.
1171         (org-cycle): Call the new hook in appropriate places.
1172         (org-reload): Only reload files that have been loaded before.
1174 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1177         after todo keyword.
1178         (org-todo): When changing TODO state, do matching
1179         case-sensitively.
1180         (org-map-continue-from): New variable.
1181         (org-scan-tags): Respect values in `org-map-continue-from'.
1182         (org-reload): Make XEmacs compatible.
1184 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-protocol.el (org-protocol-flatten-greedy): New function.
1187         (org-protocol-flatten): New function.
1189         * org.el (org-open-link-from-string): Pass reference buffer to
1190         `org-open-at-point'.
1191         (org-open-at-point): New optional argument `reference-buffer'.
1193 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1195         * org.el (org-scan-tags): Make tag scan find headline in first
1196         line, 2nd attempt.
1197         (org-get-refile-targets): Add the naked file name.
1198         (org-refile): Store as top-level entry when only file name was
1199         given.
1201         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1203         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1204         Renamed from org-block-todo-from-children-or-siblings, and
1205         enhanced to look for the parent's status as well.
1207         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1208         (org-agenda-get-progress): Add first notes line to log entry if so
1209         desired.
1211 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1213         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1214         (org-agenda-cleanup-fancy-diary): Call the new hook.
1216         * org-remember.el (org-remember-apply-template): Take the default
1217         for the annotation from the :annotation property.
1219         * org-mac-message.el (org-mac-message-get-link): Remove the
1220         quotes.
1221         (org-mac-message-get-link): Return the result.
1223 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1225         * org.el (org-refile-get-location): Add file name only if not
1226         already included in outline path.
1228         * org-faces.el (org-n-level-faces): Fix customization type from
1229         number to integer.
1231         * org-exp.el (org-export-headline-levels): Fix customization type
1232         from number to integer.
1234         * org-agenda.el (org-agenda-confirm-kill)
1235         (org-agenda-custom-commands-local-options)
1236         (org-timeline-show-empty-dates, org-agenda-ndays)
1237         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1238         customization type from number to integer.
1240 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org-protocol.el: Declare some functions.
1244         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1245         postion before inserting modified headline.
1247         * org-agenda.el (org-agenda-compare-effort): Honor
1248         `org-sort-agenda-noeffort-is-high'.
1249         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1250         (org-agenda-compare-effort): Implement the "?" operator for
1251         finding entries without effort setting.
1253         * org.el (org-extract-attributes-from-string): New function.
1255         * org-exp.el (org-export-splice-attributes): New function.
1257 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1259         * org-mouse.el: XEmacs compatibility fixes
1261         * org-docbook.el (org-export-as-docbook): Process footnotes like
1262         normal text.
1264         * org.el (org-modules): Add org-inlinetasks.el
1265         (org-cycle): Implement limiting level on cycling.
1266         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1267         buffer.
1269         * org-inlinetask.el: New file.
1271         * org.el (org-emphasis-regexp-components): Allow braces in
1272         emphasis pre and post match.
1274         * org-footnote.el (org-footnote-normalize): When only dorting, do
1275         not insert inline notes at the end.
1277         * org-docbook.el (org-id-find-id-file): Add function declaration.
1279         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1281         * org-docbook.el: New file.
1283 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-reftex-citation): New command.
1287 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1289         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1290         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1291         sorting options.
1292         (org-entries-lessp): Apply the new sorting option.
1294         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1295         blocker code, when an older sibling has children.
1297         * org-mac-message.el (org-mac-message-get-link): Improve getting
1298         links from multiple selected messages.
1300 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1302         * org-remember.el (org-remember-finalize): Do not set buffer file
1303         name to nil.
1304         (org-remember-handler): Mark buffer as unmodified.
1305         (org-remember-handler): Delete backup file and show message about
1306         remaining backup files.
1307         (org-remember-auto-remove-backup-files): New option.
1309         * org.el (org-store-link): Use buffer name as link description in
1310         w3-mode buffers.
1311         (org-ido-switchb): Fix argument bug for completion.
1313         * org-remember.el (org-remember-apply-template): Set local
1314         variable `auto-save-visited-file-name' instead of global one.
1316 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1318         * org-feed.el: Re-write.
1320         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1321         (org-agenda-get-todos): Mark file tags as inherited.
1322         (org-agenda-list): Always search diary lines for a time.
1324 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1326         * org-feed.el (org-feed-assume-stable): New option.
1327         (org-feed-before-adding-hook): New hook.
1329         * org-exp.el (org-export-as-html): Close local lists depending on
1330         indentation, also when starting a table.
1332         * org-remember.el (org-remember-backup-directory)
1333         (org-remember-backup-name): New internal variable.
1335 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org-clock.el (org-clock-out-if-current): Make buffer detection
1338         work in indirect buffers as well.
1340         * org.el (org-emphasis-regexp-components): Add the exxclamation
1341         mark to the post-emphasis characters.
1343 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1345         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1346         (org-read-date): Run the new hook.
1348         * org-mac-message.el (org-mac-flagged-mail): New group.
1349         (org-mac-mail-account): New variable.
1350         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1351         commands.
1353         * org-remember.el (org-remember-backup-directory): New variable.
1354         (org-remember-apply-template): Write file to backup directory.
1356 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-mouse.el (org-mouse-todo-menu): New function.
1359         (org-mouse-todo-keywords): Function removed.
1360         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1362         * org-table.el (org-table-beginning-of-field)
1363         (org-table-end-of-field): New commands
1364         (org-table-previous-field, org-table-beginning-of-field): Better
1365         error messages.
1366         (orgtbl-setup): Include `M-a' and `M-e'.
1368         * org.el (org-backward-sentence, org-forward-sentence): New
1369         commands.
1371         * org-colview.el (org-colview-initial-truncate-line-value): New
1372         variable.
1373         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1374         (org-columns): Remember the value of `truncate-lines'.
1376         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1377         New variable.
1378         (org-columns-remove-overlays): Restore the value of
1379         `truncate-lines'.
1380         (org-columns): Remember the value of `truncate-lines'.
1382         * org.el (org-columns-skip-arrchived-trees): New option.
1384         * org-agenda.el (org-agenda-export-html-style): Define color for
1385         org-agenda-done face.
1386         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1387         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1389         * org.el (org-scan-tags): Use the new face.
1391         * org-faces.el (org-agenda-done): New face.
1393         * org.el (org-scan-tags): Test the value org
1394         `org-tags-match-list-sublevels'.
1395         (org-tags-match-list-sublevels): New allowed value: indented.
1397         * org-export-latex.el (org-export-latex-make-header): Apply macros
1398         in header.
1400         * org-exp.el (org-export-apply-macros-in-string): New function.
1402         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1403         with the definition of a checked box.
1405         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1407         * org-export-latex.el (org-export-latex-low-levels): More options
1408         for how to process lower levels in LaTeX.
1409         (org-export-latex-subcontent): Better treatment for lists as a
1410         means of publishing lower levels.
1412 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1414         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1416         * org-faces.el (org-checkbox): New face.
1418         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1419         fragement images if there is an export file.
1421 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1423         * org-agenda.el (org-stuck-projects): Document that the subtree of
1424         projects that are not stuck will now be searched for stuck
1425         sub-projects.
1426         (org-agenda-skip-entry-when-regexp-matches)
1427         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1428         (org-agenda-list-stuck-projects): Use
1429         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1431         * org-export-latex.el (org-export-latex-preprocess): Improve
1432         export of verses.
1434         * org-exp.el (org-export-as-html): Implement centering as a div
1435         rather than a paragraph.  Do a better job with line-end in verse
1436         environments.
1438 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org.el (org-open-at-point): Fix tags searches by mouse click.
1442 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1444         * org-export-latex.el (org-export-latex-preprocess): Implement the
1445         centering markup.
1447         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1448         from `org-export-mark-blockquote-and-verse'.
1449         (org-export-as-html): Implement the centering markup.
1451         * org-export-latex.el (org-export-latex-tables): Fix vertical
1452         lines in tables.
1454 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org.el (org-read-date-history): New variable.
1457         (org-read-date): Use new history variable.
1458         (org-toggle-heading): Fix bug when used before first headline.
1459         (org-store-log-note): Remove drawer if empty while note is
1460         aborted.
1461         (org-remove-empty-drawer-at): New function.
1462         (org-check-after-date): New command.
1463         (org-sparse-tree): New sparse tree command "a".
1465         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1467 2009-03-14  Bastien Guerry  <bzg@altern.org>
1469         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1470         column and a space, not only a column.
1472 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1475         defaults for verbose emphasis.
1476         (org-export-latex-emph-format): New function.
1477         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1479         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1480         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1481         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1482         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1483         commands.
1485         * org.el (org-timestamp-change): Move end-time along with start
1486         time.
1488 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1490         * org-exp.el (org-export-target-internal-links)
1491         (org-export-as-html): Protect links specified as #name.
1493 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1495         * org.el (org-clone-subtree-with-time-shift): New command.
1497         * org-export-latex.el (org-export-latex-special-chars)
1498         (org-export-latex-treat-sub-super-char): Fix subscript export.
1500         * org-exp.el (org-create-multibrace-regexp): Do not add
1501         backslashes to the class.
1503 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-colview.el (org-columns-map): Better functions for moving up
1506         and down a row, even if `truncate-line' is nil.
1508         * org.el (org-insert-todo-heading): Make sure the keyword is
1509         inserted at the correct position.
1511         * org-publish.el (org-publish-project-alist)
1512         (org-publish-projects, org-publish-org-index): Change default anme
1513         for the index of file names to "sitemap.org".
1515         * org-export-latex.el (org-export-latex-tables): Use
1516         `org-split-string', for Emacs 21 compatibility.
1518 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1522 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1524         * org-exp.el (org-export-page-description)
1525         (org-export-page-keywords): New variables.
1526         (org-export-plist-vars): Add entries for :keywords and
1527         :description.
1528         (org-infile-export-plist): Parse for new keywords.
1529         (org-get-current-options): Add new keywords
1530         (org-export-as-html): Publish description and keywords.
1532         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1533         option.
1534         (org-agenda-add-entry-text): Honor
1535         `org-agenda-add-entry-text-descriptive-links'.
1537         * org-export-latex.el (org-export-latex-preprocess): Make all
1538         external preprocess functions use a PARAMETER arg.
1540         * org-exp.el (org-export-preprocess-string)
1541         (org-export-select-backend-specific-text)
1542         (org-export-format-source-code-or-example)
1543         (org-format-org-table-html): Support docbook export.
1544         (org-export-preprocess-string): Make all external preprocess
1545         functions use a PARAMETER arg.
1547 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1549         * org-exp.el (org-export-html-style-include-scripts): New option.
1550         (org-export-plist-vars): Add new option
1551         `org-export-html-style-include-scripts'.
1552         (org-export-as-html): Honor new option
1553         `org-export-html-style-include-scripts'.
1554         (org-export-html-scripts, org-export-html-style-default): Fix
1555         xml issues with the Safari browser.
1557 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1559         * org-publish.el (org-publish-attachment): Only copy file when the
1560         directories differ.
1562 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1564         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1565         for clocktable steps.
1567         * org.el (org-additional-option-like-keywords): Add two more
1568         keywords.
1570 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1572         * org-exp.el (org-export-format-source-code-or-example): Mark
1573         temporary buffer unmodified, so that it will be killed even if
1574         mode like message mode has decided to assign a file name.
1576         * org.el (org-scan-tags): Improve tag inheritance.
1577         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1578         case-sensitive.
1579         (org-scan-tags): Use the internal tags list instead of creating it
1580         from scratch.
1581         (org-trust-scanner-tags, org-scanner-tags): New variables.
1582         (org-scan-tags): Set `org-scanner-tags'.
1583         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1584         (org-map-entries): Document the possible speedup using scanner
1585         tags.
1587 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org.el (org-add-planning-info): Fix bug with looking for keyword
1590         only at column 0.
1592         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1593         option for tags filter preset.
1594         (org-prepare-agenda): Store filter preset as a property on the
1595         filter variable.
1596         (org-finalize-agenda): Call the filter, if there is a preset.
1597         (org-agenda-filter-by-tag): Filter again after clearing the
1598         filter, when there still is a preset.
1599         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1600         Include the preset filter.
1601         (org-agenda-redo): Apply the filter again, also the preset filter.
1603         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1605         * org.el (org-uuidgen-p): New funtion.
1607         * org-agenda.el (org-agenda-fontify-priorities): New default value
1608         `cookies'.
1609         (org-agenda-fontify-priorities): Renamed from
1610         org-fontify-priorities.
1612         * org.el (org-set-font-lock-defaults): Call
1613         `org-font-lock-add-priority-faces'.
1614         (org-font-lock-add-priority-faces): New function.
1616         * org-faces.el: (org-set-tag-faces): New option.
1617         (org-priority-faces): New variable.
1619         * org-exp.el (org-export-as-html): Add a "content" div around the
1620         entire content of the body tag.
1621         (org-export-html-get-bibliography): New function.
1622         (org-export-html-validation-link): New variable.
1623         (org-export-as-html): Add validation link to exported page.
1625         * org.el (org-match-sparse-tree): Renamed from
1626         `org-tags-sparse-tree'.
1627         (org-tags-sparse-tree): New alias.
1629 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1631         * org.el (org-get-valid-level): Catch the case where the level
1632         change is nil.
1634         * org-clock.el (org-clock-find-position): Better indentation of
1635         new clock drawers.
1637 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1639         * org-agenda.el (org-agenda-quit): Delete window only when the
1640         frame-setup was not `current-window'.
1642         * org.el (org-tag-persistent-alist): New option.
1643         (org-startup-options): Add keyword `noptag'.
1644         (org-fast-todo-selection): Handle :newline correctly.
1645         (org-set-tags): Handle :newline correctly.
1646         (org-fast-tag-selection): Handle :newline correctly.
1648 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1650         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1651         outputting it.
1652         (org-export-ascii-push-links): Fix bug with pussing links into the
1653         export buffer.
1655 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1657         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1658         pasting at top level.
1660         * org-bbdb.el: Improve documentation.
1662 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1664         * org-list.el (org-insert-item): Only consider insert empty lines
1665         is `org-empty-line-terminates-plain-lists' is not nil.
1667         * org.el (org-blank-before-new-entry): Mention the dependence on
1668         `org-empty-line-terminates-plain-lists' in the docstring.
1670         * org-publish.el (org-publish-get-project-from-filename): New
1671         optional argument UP.  Only find the top project if UP is set.
1672         (org-publish-current-project): Find the top encloding project.
1674         * org-agenda.el (org-agenda-before-write-hook)
1675         (org-agenda-add-entry-text-maxlines): New options.
1676         (org-write-agenda): Run the new hook in the temporary buffer.
1677         (org-agenda-add-entry-text): New function.
1678         (org-write-agenda): Implement PDF export, using ps2pdf.
1680         * org.el (org-global-properties-fixed, org-global-properties):
1681         Improve documentation string.
1683         * org-exp.el (org-export-ascii-links-to-notes): New option.
1684         (org-export-as-ascii): Handle links better.
1685         (org-export-ascii-wrap, org-export-ascii-push-links): New
1686         functions.
1688 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1690         * org-agenda.el (org-agenda): Make prefix arg optional.
1691         (org-agenda-search-headline-for-time): New option.
1692         (org-format-agenda-item): Honor
1693         `org-agenda-search-headline-for-time'.
1695         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1696         characters.
1698         * org.el (org-self-insert-cluster-for-undo): New option.
1699         (org-self-insert-command): Cluster undo for 20 characters.
1700         (org-self-insert-command-undo-counter): New variable.
1702 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org-exp.el (org-export-as-html): Fix problem with closing colone
1705         example.
1707 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1709         * org-export-latex.el (org-export-as-latex)
1710         (org-export-latex-first-lines): Avoid modification flag when
1711         adding or removing text properties.
1712         (org-export-latex-fontify): Catch error when org-emph-alist has
1713         entries that are not defined for LaTeX export.
1715         * org.el (orgstruct++-mode): New function.
1716         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1717         (org-context-p): Allow detecting item context after the first line
1718         of an item.
1719         (orgstruct-make-binding): Detect if item-body context should be
1720         seen.
1721         (orgstruct-is-++): New variable.
1722         (org-add-planning-info): Catch the case when there is no planning
1723         info yet and the call does not want to add anything, only maybe
1724         tries to remove something.
1725         (org-special-ctrl-a/e): All value to be a cons cell with separate
1726         settings for `C-a. and `C-e'.
1727         (org-beginning-of-line, org-end-of-line): Honor separate values
1728         for `C-a' and `C-e'.
1730 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1732         * org.el (org-reload): New command.
1734 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1736         * org-exp.el (org-export-htm-get-tag-class-name)
1737         (org-export-htm-get-todo-kwd-class-name): New functions.
1738         (org-export-html-tag-class-prefix)
1739         (org-export-html-todo-kwd-class-prefix): New options.
1740         (org-export-as-html): Call
1741         `org-export-html-get-todo-kwd-class-name'.
1742         (org-html-level-start): Wrap tags into classes.
1743         (org-export-html-get-tag-class-name)
1744         (org-export-html-get-todo-kwd-class-name): New functions.
1746         * org-export-latex.el (org-export-latex-collect-header-macros):
1747         Remove fields that are used anyway.
1748         (org-export-latex-make-header): Insert the options earlier.
1750         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1751         matching.
1753         * org-list.el (org-indent-item): Allow point to be at the end of
1754         the region.
1756         * org.el (org-metaleft, org-metaright): Be more accurate about
1757         detecting a region where commands apply.
1759         * org-compat.el (org-cursor-to-region-beginning): New function.
1761         * org.el (org-priority): Also find invisible heading.
1763         * org-colview-xemacs.el (org-columns-edit-value): No special
1764         treatment for `org-todo' prefix.
1766         * org-colview.el (org-columns-edit-value): No special treatment
1767         for `org-todo' prefix.
1769         * org-remember.el (org-remember-apply-template): Use
1770         `org-completing-read-no-ido'.
1772         * org.el (org-completing-read-no-ido): New function.
1773         (org-make-tags-matcher, org-set-property): Use
1774         `org-completing-read-no-ido'.
1776         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1777         New option.
1778         (org-export-as-latex): Import in-buffer settings as TeX macros.
1779         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1780         (org-export-latex-collect-header-macros): New function.
1782         * org.el (org-refile-get-location): Turn off
1783         `partial-completion-mode'.
1785 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1787         * org.el (org-block-todo-from-checkboxes): Announce that
1788         checkboxes are the culprit.
1789         (org-block-todo-from-children-or-siblings): Call
1790         `org-up-heading-all instead' of `outline-up-heading'.
1792         * org-agenda.el (org-agenda-show-1): Renamed from
1793         `org-agenda-show'.
1794         (org-agenda-show): Re-install the old version for now.
1795         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1796         variable into the blokker hook, so that the checkbox checker can
1797         anounce that it caused the blocking.
1799         * org.el (org-track-ordered-property-with-tag): New option.
1800         (org-toggle-ordered-property): Honor
1801         `org-track-ordered-property-with-tag'.
1802         (org-tag-alist): Add newline options.
1803         (org-set-regexps-and-options): Separate option lines imply a
1804         newline.
1805         (org-set-regexps-and-options, org-assign-fast-keys)
1806         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1807         option.
1808         (org-indent-line-function): Make sure this works even if there is
1809         not `org-drawer-regexp' defined.  This can happen when
1810         orgstruct-mode is used in a non-org buffer.
1812         * org-list.el (org-checkbox-blocked-p): New function.
1813         (org-toggle-checkbox): Check for blocking.
1815         * org.el (org-modules): Add an entry for org-R.el.
1817         * org-agenda.el (org-agenda-todo-ignore-with-date)
1818         (org-agenda-todo-ignore-scheduled)
1819         (org-agenda-todo-ignore-deadlines): Mention the variable
1820         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1822         * org.el (org-get-wdays): Find the warning period also if it is in
1823         the wrong place.
1824         (org-ido-completing-read): Provide the correct arguments to
1825         ido-completing-read and bind `ido-enter-matching-directory' to
1826         nil.
1828 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1830         * org.el (org-olpath-completing-read): Never use ido for this
1831         one.
1833         * org-exp.el (org-export-normalize-links): Use new macro.
1835         * org-macs.el (org-if-unprotected-at): New macro.
1837         * org-agenda.el (org-agenda-show): Allow numerical prefix
1838         arguments to specify how much context should be shown.
1839         (org-agenda-cycle-show): New command, could be bound to SPC in
1840         org-agenda-mode-map.
1842         * org-exp.el (org-html-level-start): Space after section number.
1844 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1846         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1847         property, for sorting.
1848         (org-cmp-todo-state): Get the applicable TODO keywords directly
1849         from the buffer.
1850         (org-run-agenda-series, org-agenda-list, org-search-view)
1851         (org-todo-list, org-tags-view): Only fit agenda window when the
1852         whole series is done.
1854         * org.el (org-scan-tags): Add todo state as property, for sorting.
1856         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1857         `org-agenda-overriding-header' as an option.
1858         (org-agenda-list): Honor org-agenda-overriding-header'.
1860 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1862         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1863         after removing a checkbox.
1865         * org.el (org-show-entry): Make this work correctly also if it is
1866         the last entry in the file.
1867         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1868         falling back to normal, default command.
1869         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1870         item, call the checkbox toggler to get a box.
1872         * org-list.el (org-toggle-checkbox): Make double prefix set the
1873         checkbox to "[-]".
1874         (org-fix-bullet-type): Only replace bullet if it is changed.
1875         (org-renumber-ordered-list): Handle case when first item does not
1876         have a number.
1878         * org.el (org-add-log-setup): Fix positioning when
1879         `org-log-states-order-reversed' is nil.
1881         * org-clock.el (org-clock-in): Fix positioning when
1882         `org-log-states-order-reversed' is nil.
1883         (org-clock-find-position): Fix positioning when
1884         `org-log-states-order-reversed' is nil.
1886 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1888         * org-clock.el (org-clock-into-drawer): Take default from
1889         `org-log-into-drawer'.
1890         (org-clock-find-position): Look for the correct drawer.
1892         * org.el (org-log-into-drawer): Renamed from
1893         `org-log-state-notes-into-drawer'.
1894         (org-log-state-notes-into-drawer): New variable alias.
1895         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1896         CLOCK.
1897         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1899 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1901         * org-agenda.el (org-agenda): Fix docstring.
1903         * org.el ("org-plot"): Help loading org-plot.
1904         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1905         (org-metadown-hook, org-shiftmetaleft-hook)
1906         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1907         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1908         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1909         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1910         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1912         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1913         for selecting files with any (and even without) extension.
1915         * org.el (org-save-all-org-buffers): Also save id locations.
1916         (org-revert-all-org-buffers): Also load id locations.
1918 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1919         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1920         (org-log-state-notes-into-drawer): New option.
1921         (org-add-log-setup): Place the sate note marker into the drawer,
1922         create drawer when necessary.
1923         (org-refile-targets): Document special interpretation of LEVEL
1924         when odd-levels are used.
1926 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1928         * org.el (org-store-log-note): Fix note indentation when adding
1929         notes to end of list.
1931         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1932         class, so that each keyword can get special colors through CSS.
1934         * org-clock.el (org-clock-out): Add another nil for the previous
1935         state into the call to `org-add-log-setup'.
1937         * org.el (org-log-note-previous-state): New variable.
1938         (org-log-note-headings): New %S escape for old state.
1939         (org-todo): Call the note setup with the old state as an
1940         argument.
1941         (org-add-note): Add another nil for the previous state into the
1942         call to `org-add-log-setup'.
1943         (org-add-log-setup): New argument PREV-STATE.
1944         (org-add-log-note): Handle new %S escape.
1945         (org-store-log-note): Handle new %S escape.
1947 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1949         * org-clock.el (org-clock-find-position): Do not swallow an item
1950         less indented than the CLOCK line itself.
1951         (org-clock-in): Push markers to lin after the clock line.
1952         (org-clock-find-position): Handle values of
1953         `org-clock-into-drawer' smaller than 2.
1955         * org-exp.el (org-html-level-start): Add a CSS class to section
1956         numbers.
1957         (org-export-html-toplevel-hlevel): Better documentation of the
1958         influence of this variables on H levels and css classes in
1959         export.
1961 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1964         timestamp and nottimestamp to the chooe menu.
1966         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1967         (org-revert-all-org-buffers): New command.
1969 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1971         * org.el (org-return): Implement `org-return-follows-link' in the
1972         function org-return.  This is more robust than using the mouse
1973         map, I think.
1974         (org-set-regexps-and-options): Match more general #+TODO lines.
1975         (org-make-options-regexp): New optional argument EXTRA, for an
1976         extra regexp.
1977         (org-tab-follows-link): Mark as deprecated.
1979 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1981         * org-exp.el (org-export-preprocess-string): Remove clock lines
1982         earlier, so that they cannot cotribute to verbatim snippets.
1984 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1986         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1987         for finding drawers.
1988         (org-export-as-ascii, org-export-as-html): Count levels relative
1989         to the subtree header.
1990         (org-get-min-level): New optional argument OFFSET.
1991         (org-export): Make sure point is restored after popping up that
1992         window.
1994         * org.el (org-do-sort): Also take an inactive timestamp if no
1995         active one is found.
1997         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1998         deleting duplicates.
2000         * org-colview.el (org-columns-capture-view): Copy before
2001         deleting duplicates.
2003         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2004         text before first headline.
2006         * org.el (org-format-latex): Do not convert LaTeX fragments in
2007         protected examples.
2009 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2011         * org-exp.el (org-export-html-style-default): Use color values
2012         instead of names for XHTML validation.
2014         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2015         functions.
2016         (org-return-follows-link): Revert making this the default untile
2017         issues are resolved.
2019         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2020         nottimestamp.
2022 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2024         * org.el (org-mode): Make dependence stuff work more reliably.
2025         (org-update-parent-todo-statistics): Fix bug with updating
2026         statistics cookie.
2028         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2029         ~ as verbatim delimiters.
2031         * org-exp.el (org-export-html-format-image): New argument
2032         PAR-OPEN.
2033         (org-export-as-html): Pass par-open to
2034         `org-export-html-format-image'.
2036 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2038         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2039         (org-use-fast-todo-selection, org-tags-column): New default
2040         setting for variables, based on a poll what typical uses use.
2042         * org-agenda.el (org-agenda-sorting-strategy)
2043         (org-agenda-tags-column): New default setting for variables, based
2044         on a poll what typical uses use.
2046 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2048         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2049         blocked entries from setting the blocked tag.
2051         * org-exp.el (org-export-html-footnotes-section): Use a more
2052         consistent id for footnotes.
2054         * org-export-latex.el (org-export-latex-classes): Remove the
2055         a4paper option from the default styles.
2057 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2059         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2060         (org-block-todo-from-checkboxes): New function.
2061         (org-todo): Make tripple prefix arg circumvent blocking.
2063         * org-timer.el (org-timer): Provide the timer feature.
2065         * org.el (org-require-autoloaded-modules): Add a few more files to
2066         the list of autoloaded modules.
2068         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2070 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2072         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2073         drawers that are unprotected.
2074         (org-export-html-format-image): Make sure inlined LaTeX fragment
2075         images remain inlined.
2077         * org.el (org-toggle-ordered-property): New function.
2078         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2079         (org-org-menu): Add menu entries for TODO dependencies.
2081 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2083         * org.el (org-default-properties): Add ORDERED to the default
2084         properties, to get completion support for it.
2086         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2088         * org.el (org-update-parent-todo-statistics): Update more than one
2089         cookie.
2091         * org-agenda.el (org-agenda-get-todos): Start search from correct
2092         position.
2094         * org.el (org-fast-todo-selection): Make sure TODO selection does
2095         not change buffer position.
2097         * org-list.el (org-toggle-checkbox): Implement adding or removing
2098         checkboxes from line or region when called with a prefix
2099         argument.
2101         * org-rmail.el (org-rmail-store-link): Protect the call to
2102         `rmail-narrow-to-non-pruned-header'.
2104         * org-clock.el (org-clock-special-range): Fix week display in
2105         clock tables.
2107         * org-exp.el (org-get-current-options): Fix bug when in indirect
2108         buffer.
2110 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2112         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2113         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2114         (org-agenda-dim-blocked-tasks): New function.
2116         * org.el (org-enforce-todo-dependencies): New option.
2117         (org-block-todo-from-children-or-siblings): New function.
2119         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2121         * org.el (org-todo): Return correct state type even if the blocker
2122         throws an error.
2123         (org-modifier-cursor-error): Renamed from
2124         `org-shiftcursor-error'.
2125         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2126         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2128         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2129         to get real errors from the blocker hook.
2131         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2132         functions.
2133         (org-set-visibility-according-to-property): Turn off the setting
2134         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2135         property.
2137 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2139         * org.el (org-support-shift-select): New option.
2140         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2141         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2142         selection outside contexts.
2144         * org-list.el (org-at-item-bullet-p): New function.
2146         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2147         variables.
2149         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2150         variable.
2151         (org-insert-footnote-reference-near-definition): Remove
2152         unnecessary let form.
2154         * org-export-latex.el (org-export-latex-first-lines): Add
2155         OPT-PLIST parameter.
2156         (org-export-as-latex): Call `org-export-latex-first-lines' with
2157         opt-plits parameter.
2158         (org-export-latex-preprocess): Remove unnecessary variables.
2160         * org-exp.el (org-infile-export-plist)
2161         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2162         (org-export-remove-headline-metadata)
2163         (org-export-get-title-from-subtree, org-get-min-level)
2164         (org-html-do-expand): Remove innecessary let form.
2166         * org-colview-xemacs.el (org-columns-display-here): Remove
2167         unnecessary variables.
2169         * org-colview.el (org-columns-display-here): Remove unnecessary
2170         variables.
2172         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2173         variables.
2175         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2176         unnecessary variables.
2178         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2179         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2180         variables.
2182         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2183         (org-compact-display-after-subtree-move): Remove unnecessary
2184         variables.
2185         (org-edit-fixed-width-region): Remove unnecessary variables.
2186         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2187         (org-olpath-completing-read): Remove unnecessary variable.
2188         (org-auto-repeat-maybe): Remove unnecessary variable.
2189         (org-map-entries): Remove unnecessary variable.
2190         (org-buffer-property-keys, org-imenu-get-tree)
2191         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2193 -----------------------------------------------------------------
2195 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2196         * org-exp.el (org-export-remove-timestamps): Never remove
2197         timestamps from tables.
2199         * org-export-latex.el (org-export-latex-first-lines): Add more
2200         options to the preprocessing of the text before the first
2201         headline.
2203 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2205         * org-faces.el (org-clock-overlay): Make face compatible with
2206         XEmacs.
2208         * org.el (org-yank): Add property for delete-selection mode.
2210         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2212         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2213         variable.
2215         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2216         to `backward-char'.
2218         * org-exp.el (org-export-as-html): Remove the initial space from
2219         colon examples.
2221         * org.el (org-scan-tags): Call
2222         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2224         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2225         customization groups.
2226         (org-agenda-tags-todo-honor-ignore-options): New option.
2227         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2228         New function.
2229         (org-agenda-get-todos): Use
2230         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2232 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2234         * org-exp.el (org-export-format-source-code-or-example): Escape
2235         HTML characters also in examples that anre not treated with
2236         htmlize.  Also, just switch to EXAMPLE processing if we do not
2237         have a good version of htmlize.
2239         * org-rmail.el: Fix copyright notice.
2241         * org.el (org-activate-footnote-links): Improve footnote link
2242         highlighting.
2244         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2245         a footnote definition at the end of the file.
2247         * org-table.el (org-table-get-specials): Add an imagined hline at
2248         the end of the table.  This can be useful for references that want
2249         to go to the end of the table.  Also fix bug when computing last
2250         row constants, in tables that do not start right at the right
2251         margin.
2252         (org-table-eval-formula): Match and replace remove references.
2253         (org-table-formula-substitute-names): Make sure that names inside
2254         a "remote" call are left alone, the will be replaced later when
2255         the remote call is handled.
2256         (org-table-convert-refs-to-rc): Do not convert things that might
2257         look like a reference, but are really part of an ID or namei n a
2258         remote reference.
2259         (org-table-get-remote-range): New function.
2261 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2263         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2265         * org-clock.el (org-clock-put-overlay): Use new face instead of
2266         `secondary-selection'.
2268         * org-faces.el (org-clock-overlay): New face.
2270 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2272         * org-exp.el (org-get-current-options): Include the option for
2273         publishing time stamps.
2275         * org.el (org-toggle-heading): Renamed from
2276         `org-toggel-region-headings'.
2277         No longer needs a region defined, but will use it if there is one.
2278         (org-ctrl-c-star): Simplified, relying more on the internal
2279         workings of `org-toggle-heading'.
2280         (org-toggle-item): Renamed from `org-toggle-region-items'.
2281         No longer needs a region defined, but will use it if there is one.
2282         (org-ctrl-c-minus): Simplified, relying more on the inernal
2283         workings of `org-toggle-item'.
2285         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2286         environment detection.  Also, do real changes only in unprotected
2287         places.
2289 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2291         * org-export-latex.el (org-export-latex-quotation-marks): Use
2292         `org-if-unprotected-1'.
2293         (org-export-latex-set-initial-vars): Check for class definition in
2294         property.
2296         * org-macs.el (org-if-unprotected-1): New macro.
2298 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2300         * org-compat.el (org-count-lines): New function.
2302         * org-exp.el (org-export-format-source-code-or-example): Handle
2303         switches related to text areas.
2305         * org.el (org-activate-footnote-links): Don't allow match inside a
2306         link.
2308         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2310         * org-export-latex.el (org-export-latex-links): Keep a relative
2311         path relative also after export.
2313         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2315         * org.el (org-make-tags-matcher): Never use IDO for completing the
2316         tags matcher match string.
2317         (org-completing-read): Also remove the special biding for "?".
2319         * org-attach.el (org-attach-allow-inheritance): New option.
2320         (org-attach-inherited): New variable.
2321         (org-attach-dir): Handle properties related to the attachment
2322         directory.
2323         (org-attach-check-absolute-path): New function.
2324         (org-attach-set-directory, org-attach-set-inherit): New commands.
2325         (org-attach): Accommodate the new commands in the dispatcher.
2327 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2329         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2330         `window-full-width-p'.
2332         * org-exp.el (org-export-as-html): Only check for images files
2333         that really can be inlined
2335         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2336         list of extensions to be a parameter.
2338         * org-exp.el (org-export-html-inline-image-extensions): New
2339         variable.
2341         * org-agenda.el (org-prepare-agenda): Use
2342         `org-agenda-block-separator'.
2343         (org-agenda-block-separator): New option.
2345 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2347         * org-export-latex.el (org-export-latex-tables): Call
2348         `org-table-clean-before-export' with the new optional argument.
2350         * org-exp.el (org-table-clean-before-export): New optional
2351         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2352         first column.
2354 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2356         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2357         histograms.
2359         * org-colview.el (org-colview-construct-allowed-dates): Better
2360         error catching when a date/time property does not have allowed
2361         values defined.
2363         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2364         Better error catching when a date/time property does not have
2365         allowed values defined.
2367 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2369         * org.el (org-map-entries): Restore point and restriction after
2370         `org-map-entries'.
2372 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2374         * org.el (org-time=, org-time<, org-time<=, org-time>)
2375         (org-time>=, org-time<>): Make sure both values are dates.
2377 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2379         * org-archive.el (org-extract-archive-heading): Allow %s for file
2380         name also in achive location heading.
2382 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2384         * org-archive.el (org-add-archive-files): Uniquify the list before
2385         returning it.
2387 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2389         * org-compat.el (org-fit-window-to-buffer): Use
2390         `window-full-width-p'.
2392         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2393         space after the colon in short examples.
2395         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2396         enforce a space after the colon.  However, we also allow lines
2397         that are *only* a colon.
2398         (org-export-as-html): Enforce the space after the colon in short
2399         examples.
2400         (org-export-preprocess-string): Do the colon example protection
2401         earlier.
2402         (org-export-remove-timestamps): Do not check for protection at the
2403         end of the line.
2405 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2407         * org.el (org-format-latex-options): Add new matcher for single
2408         letters between dollars.
2409         (org-get-header): Function removed.
2410         (org-heading-components): New function.
2412         * org-exp.el (org-export-define-heading-targets): Record ID's also
2413         as alternative targets.
2414         (org-export-as-html): Interpret "id:" links to other files by
2415         preserving the relative path.
2417         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2418         is nil.
2420         * org-exp.el (org-export-normalize-links): Protect the main link,
2421         to avoid special character processing.
2423         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2424         New variable.
2425         (org-export-latex-special-string-regexps): Variable removed.
2426         (org-export-latex-keywords): Use the new regexp.
2428         * org-exp.el (org-export-handle-include-files): Fetch switches and
2429         put them into the BEGIN statement.
2431         * org-timer.el (org-timer-mode-line-string): New variable.
2433         * org-clock.el (org-clock-mode-line-map): Renamed from
2434         `org-clock-mode-map'.
2435         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2436         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2437         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2438         (org-clock-remove-overlays): Renamed from
2439         `org-remove-clock-overlays'.
2441         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2442         and mode line display.
2443         (org-timer-stop): New command.
2444         (org-timer-seconds): Return correct time when timer is paused.
2445         (org-timer-mode-line-timer): New variable.
2446         (org-timer-set-mode-line, org-timer-update-mode-line): New
2447         functions.
2449         * org.el (org-insert-heading):  Handle new value `auto' for
2450         `org-blank-before-new-entry'.
2451         (org-org-menu): Add new items for timer functions.
2453         * org-list.el (org-insert-item): Handle new value `auto' for
2454         `org-blank-before-new-entry'.
2456         * org.el (org-blank-before-new-entry): New value `auto', made
2457         default.
2459 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2461         * org-exp.el (org-export-normalize-links): If the link is also
2462         used as the description, protect the description.
2464 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2466         * org.el (org-closest-date): Fix bug with yearly repeats, in
2467         combination with preference of the past as it is used for deadline
2468         and scheduling search.
2470         * org-exp.el (org-html-handle-time-stamps): No longer check for
2471         the `org-export-with-timestamps' option, because the preprocesser
2472         has taken care of this already.
2474         * org.el (org-entry-properties): Catch the case when this is
2475         called in a non-org-mode file.
2477         * org-export-latex.el (org-export-latex-remove-from-headlines):
2478         Variable made obsolete, also LaTeX export now uses the standard
2479         variables.
2480         (org-export-as-latex): Add the timestamps parameter to the
2481         preprocessor parameter list.
2482         (org-export-latex-content): Export the remaining keywords without
2483         considering to remove them.
2484         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2485         Use bold font instead of tt font for the keywords.
2486         (org-export-latex-fontify-headline): Format headlines, assuming
2487         that all keywords still present should be published.
2488         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2489         publish what ever remains of the time stamps.
2490         (org-export-latex-list-parameters): New option.
2491         (org-export-latex-lists): Pass additional parameters to the list
2492         converter.
2494         * org-exp.el (org-export-preprocess-string): Remove clock lines
2495         and timestamps already in the preprocesor.
2496         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2497         functions.
2498         (org-export-as-ascii, org-export-as-html): Add the timestamps
2499         parameter to the preprocessor parameter list.
2501         * org-list.el (org-list-parse-list): Parse for checkboxes.
2502         (org-list-to-generic): Introduce and handle new parameters :cbon
2503         and :cboff.
2504         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2505         optional parameter PARAMS.
2507         * org-export-latex.el (org-export-latex-special-chars): Fix
2508         problems with interpreting dollar signs.
2509         (org-inside-latex-math-p): New function.
2510         (org-export-latex-preprocess): Protect all the math fragments.
2512         * org.el (org-latex-regexps): Allow a dash after a dollar.
2514         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2515         mark after copying.
2517         * org-agenda.el (org-run-agenda-series): Have series options set
2518         when finalizing the agenda.
2520         * org-exp.el (org-export-format-source-code-or-example): Protect
2521         the converted examples.
2523         * org.el (org-set-regexps-and-options): Fix the regexp
2524         `org-complex-heading-regexp'.
2526 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org.el (org-edit-src-get-label-format): New function.
2529         (org-coderef-label-format): New option.
2530         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2531         a label format specification and make sure it is used in the edit
2532         buffer.
2533         (org-edit-src-get-label-format): New function.
2534         (org-store-link): Handle new coderef formats.
2535         (org-link-search): Handle new coderef formats.
2537         * org-footnote.el (org-footnote-create-definition)
2538         (org-footnote-goto-local-insertion-point): Make footnote insertion
2539         work correctly when the "Footnotes" headline is the last line in
2540         the buffer.
2542         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2543         the location.
2545 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2547         * org-w3m.el (org-w3m): New customization group.
2548         (org-w3m-deactivate-mark): New option.
2549         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2550         option say not to.
2552 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2554         * org.el (org-set-font-lock-defaults): Trigger footnote
2555         fontification.
2556         (org-activate-footnote-links): New function.
2557         (org-activate-links): New entry `footnote'.
2559         * org-faces.el (org-footnote): New face.
2561 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2563         * org-macs.el (org-re): Handle the [:word:] class.
2565         * org-exp.el (org-export-preprocess-string): Call
2566         `org-export-protect-colon-examples'.
2567         (org-export-protect-colon-examples): Renamed from
2568         `org-export-protect-examples', and scope limited to lines starting
2569         with a colon.
2571 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2573         * org-exp.el (org-export-preprocess-string): Move the preprocess
2574         hook to after turning on Org-mode.
2575         (org-export-preprocess-after-include-files-hook)
2576         (org-export-preprocess-after-tree-selection-hook)
2577         (org-export-preprocess-before-backend-specifics-hook)
2578         (org-export-preprocess-final-hook): New hooks.
2579         (org-export-preprocess-string): Run the new hooks.
2581         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2583         * org-footnote.el: New file.
2585         * org.el (org-footnote): Require footnote code.
2586         (org-startup-options): Add new footnote options.
2587         (org-mode-map): New keybindig for footnotes.
2588         (org-ctrl-c-ctrl-c): Add function at footnotes.
2589         (org-org-menu): New menu entries for footnotes.
2591         * org-export-latex.el (org-export-as-latex): Pass footnote
2592         variable to preprocessor.
2593         (org-export-latex-preprocess): Treat multiple references to a
2594         footnote.
2596         * org-exp.el (org-export-preprocess-string): Call
2597         `org-footnote-normalize'.
2598         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2599         to preprocessor.
2600         (org-export-as-html): Treat multiple references to a footnote.
2602 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2604         * org-export-latex.el (org-export-latex-links): Handle coderef
2605         links.
2607         * org.el (org-bracket-link-analytic-regexp++): New variable.
2608         (org-make-link-regexps): Initialize
2609         `org-bracket-link-analytic-regexp++'.
2610         (org-store-link): Implement special case in edit-src buffer.
2611         (org-insert-link): No use of ide to insert stored links.
2612         (org-link-search): Implement special case for coderefs.
2614         * org-exp.el (org-export-html-scripts): New constant.
2615         (org-export-html-style-default): Add a new style for highlighted
2616         code.
2617         (org-export-code-refs): New variable.
2618         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2619         Call `org-export-replace-src-segments-and-examples'
2620         No longer call `org-export-protect-examples'.
2621         (org-export-target-internal-links): Take care of coderef targets.
2622         (org-export-last-code-line-counter-value): New variable.
2623         (org-export-replace-src-segments-and-examples): Renamed from
2624         `org-export-replace-src-segments', and modified.
2625         (org-export-format-source-code-or-example): Renamed from
2626         `org-export-format-source-code'.
2627         (org-export-number-lines): New function.
2628         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2630 --------------------------------------------------------------------------
2632 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2634         * org-remember.el (org-remember-handler): Safer way to get a new
2635         buffer accessing the target file.
2637         * org.el (org-refile-get-location): Handle case of current buffer
2638         not having a file associated with it.
2640 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2642         * org-table.el (org-table-get-formula): Only ask to overwrite
2643         field formula if there really is one.
2645         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2646         number, by converting these to a string.
2648         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2649         located in a different file.
2651         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2652         org-colview.el.
2654 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2656         * org.el (org-completion-use-ido): Enhance docstring of
2657         `org-completion-use-ido'.
2659         * org-export-latex.el (org-export-latex-make-header): Double the %
2660         in the time stamp format.
2661         (org-export-latex-special-chars): Handle case where there is no
2662         match group 3.
2664 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org.el (org-get-refile-targets, org-refile-get-location): Use
2667         expanded file name to improve comparison.
2669 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2671         * org.el (org-scan-tags): Rescan for tags, to get the correct
2672         upcase/downcase stuff.  This slows things down for now, but it
2673         works.
2674         (org-mode): Make sure the tag-faces regexp is initialized.
2676         * org-export-latex.el (org-export-latex-links): Fix bug with
2677         undefined label.
2679         * org-table.el (org-table-get-specials): Set
2680         `org-table-current-last-data-line'.
2681         (org-table-current-last-data-line): New variable.
2682         (org-table-insert-column, org-table-delete-column)
2683         (org-table-move-column, org-table-fix-formulas): Call
2684         `org-table-fix-formulas' a second time to fix the $LR references.
2685         (org-table-get-specials): Add the $LR references to the tables.
2686         (org-table-get-formula): Do not offer last-row names as LHS of
2687         formulas.
2689         * org.el (org-store-link): Capture link description from
2690         `org-id-store-link'.
2692         * org-exp.el (org-export-html-format-image): Add the / to the end
2693         of the <img> tag.
2694         (org-export-format-source-code): Surround example by empty lines,
2695         to make sure it will not be inside a paragraph.
2697         * org.el (org-ido-switchb): New function.
2699 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2701         * org-agenda.el (org-agenda-show): New prefix argument
2702         FULL-ENTRY.
2704         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2705         argument.
2707         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2708         `org-agenda-change-all-lines'.
2709         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2710         tags are now retrieved locally.
2712 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2714         * org.el (org-get-outline-path): Fix bug if level is not given.
2715         (org-org-menu): Do not quote function in menu vector.
2717         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2718         name.
2720 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2722         * org.el (org-refile): Avoid refiling to within the region to be
2723         refiled.
2725         * org-export-latex.el (org-export-latex-special-chars): Replace
2726         special characters also in tables.
2728         * org-agenda.el (org-agenda-change-all-lines): New argument
2729         FORCE-TAGS.
2730         (org-agenda-set-tags): Cet the new tags and pass them to
2731         `org-format-agenda-item'.
2733 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2735         * org-export-latex.el (org-export-latex-classes): Add longable as
2736         a default package to all classes.
2737         (org-export-latex-tables): Handle the longtable attribute and the
2738         align attribute.
2740         * org-table.el (orgtbl-to-generic): Handle tables that start with
2741         a hline.
2743         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2744         \verb for colde-like snippets.
2745         (org-export-as-latex): Fix issues with region export.
2747         * org.el (org-up-heading-safe): Speed up function by using a
2748         direct regexp search.
2749         (org-olpa): New variable.
2750         (org-get-outline-path): Speed-up path constructions in cases where
2751         this is possible because the entire hierarchy is scanned anyway.
2752         (org-refile-get-location): Don't compare the truenames of files,
2753         this is too slow.
2754         (org-goto-max-level): New option.
2755         (org-goto): Use `org-goto-max-level'.
2757 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2759         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2760         Strip angle brackets from message-ids in the former and don't do
2761         it in the latter.
2762         (org-gnus-follow-link): Open summary reliable, even if the last
2763         messages were deleted, and handle empty groups, too.
2765 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2767         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2768         instead of \texttt for the =...= and ~===~ emphasis environments.
2769         (org-export-as-latex): Remove any old :org-license-to-kill text
2770         properties.
2771         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2772         (org-export-latex-make-header): Add some hard space after the
2773         table of contents.
2774         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2775         exported text so that it will be excuded in further steps.
2777         * org-table.el (org-table-get-specials): Make @0 reference the
2778         last line in a table.
2779         (org-table-recalculate): Improve docstring.
2781 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2783         * org.el (org-log-done): Fix docstring.
2785 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2787         * org-exp.el (org-export-html-format-image): Fix bugs.
2789         * org-export-latex.el (org-export-latex-tables)
2790         (org-export-latex-links): Implement attribute, label, and caption
2791         handling.
2793         * org-exp.el (org-export-html-style-default): Add style
2794         definitions for the figure div.
2795         (org-export-preprocess-string, org-export-as-html): Implement
2796         attribute, label, and caption handling.
2797         (org-export-attach-captions-and-attributes): New function.
2798         (org-export-html-format-image): New function.
2799         (org-format-org-table-html): Implement attribute, label, and
2800         caption handling.
2802         * org.el (org-find-text-property-in-string): New function.
2803         (org-extract-attributes): Use the property org-attr instead of
2804         org-attrobutes, because this property is now set with the #+ATTR
2805         lines.
2807 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2809         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2810         the case that FROM is nil.
2812         * org.el (org-before-first-heading-p): New function.
2814 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2816         * org-exp.el (org-export-as-html): Do not add a space before
2817         enforces line breaks.
2818         (org-export-as-html): Close paragraph before blockquote and verse
2819         tags.
2821 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2823         * org-id.el (org-id-locations-file): Wrap file name with
2824         `convert-standard-filename'.
2825         (org-id-files): New variable.
2826         (org-id-use-hash): New option.
2827         (org-id-update-id-locations): Also search in all files current
2828         listed in `org-id-files'.  Convert the resulting alist to a hash
2829         if the user customation says so.
2830         (org-id-locations-save): Handle he case if `org-id-locations' is a
2831         hash.
2832         (org-id-locations-load): Convert the alist to a hash.
2833         (org-id-add-location): Handle the hast case.
2834         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2835         exited.
2836         (org-id-hash-to-alist, org-id-alist-to-hash)
2837         (org-id-paste-tracker): New functions.
2839 -------------------------------------------------------------------------
2841 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2843         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2844         bindings of calendar variables.
2846         * org-table.el (org-table-find-row-type): Renamed from
2847         `org-find-row-type'.
2848         (org-table-rewrite-old-row-references): Renamed from
2849         `org-rewrite-old-row-references'.
2850         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2851         (org-table-cleanup-narrow-column-properties): Renamed from
2852         `org-cleanup-narrow-column-properties'.
2854 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2856         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2857         for better error messages.
2858         (org-table-get-descriptor-line): Supply the new arguments to
2859         `org-find-row-type'.
2860         (org-table-error-on-row-ref-crossing-hline): New option.
2862         * org.el (org-target-link-regexp): Make buffer-local.
2863         (org-move-subtree-down): Fix bug with trees at beginning of
2864         buffer.
2866 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2868         * org-faces.el (org-set-tag-faces): New function.
2869         (org-tags-special-faces-re): New variable.
2871         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2873         * org-faces.el (org-tag-faces): New option.
2874         (org-tag): Mention `org-tag-faces' in the docstring.
2876 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2878         * org-exp.el (org-export-html-style-default): Implement new
2879         quoting.
2881         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2883         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2884         command to the `w3m-minor-mode-map'.
2886         * org-archive.el (org-archive-to-archive-sibling): Protect
2887         `this-command' to avoid appending kills during archiving.
2889         * org-exp.el (org-export-with-priority): New variable.
2890         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2891         instead of internal list of strings and properties.
2892         (org-print-icalendar-entries): Retrieve the location property with
2893         inheritance.
2895 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2897         * org-exp.el (org-export-with-todo-keywords): New option.
2898         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2899         line.
2900         (org-default-export-plist, org-export-add-options-to-plist)
2901         (org-export-as-ascii, org-export-as-html): Use the new structure
2902         of `org-export-plist-vars'.
2904         * org.el (org-map-entries): Return all values.
2906 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org.el (org-matcher-time): Recognize more special values.
2910         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2912 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2914         * org.el (org-tags-exclude-from-inheritance): New option.
2915         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2916         `org-tags-exclude-from-inheritance'.
2918         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2919         (org-format-agenda-item): Add inherited tags to the agenda line
2920         string, and make sure that properties are kept when downcasing the
2921         tags list.
2922         (org-agenda-add-inherited-tags): New function.
2923         (org-downcase-keep-props): New function.
2925         * org.el (org-scan-tags): Mark inherited tags with a text
2926         property.
2927         (org-get-tags-at): Mark inherited tags with a text property.
2928         (org-add-prop-inherited): New function.
2930         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2931         (org-agenda-show-inherited-tags): New option.
2933 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2935         * org.el (org-modules): Add org-w3m to the default modules.
2937         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2938         orgtbl-mode.
2939         (orgtabl-create-or-convert-from-region): New command.
2941         * org-exp.el (org-export-as-ascii): Remove the handling of
2942         targets.
2943         (org-export-ascii-preprocess): Handle targets already in this
2944         function.
2946 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2948         * org-timer.el (org-timer-start-time): Define this variable.
2949         (org-timer-item): Make argument optional.
2951         * org-list.el (org-insert-item): Automatically insert a timer item
2952         if the current list is a timer list.
2954         * org-timer.el: New file.
2956         * org-publish.el (org-publish-org-index): Only exclude the index
2957         file in the main directory from being added to the site-map.
2958         (org-publish-get-project-from-filename): If the current project is
2959         a component, start publishing from the parent project.
2961 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2963         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2965         * org-publish.el (org-publish-org-index): Improve removal of
2966         temporary buffers.
2968         * org-agenda.el (org-get-closed): Re-apply changes
2969         accidentially overwritten by last commit to Emacs.
2971         * org.el (org-outline-path-complete-in-steps): New option.
2972         (org-refile-get-location): Honor
2973         `org-outline-path-complete-in-steps'.
2974         (org-agenda-change-all-lines, org-tags-sparse-tree)
2975         (org-time-string-to-absolute, org-small-year-to-year)
2976         (org-link-escape): Re-apply changes accidentially overwritten
2977         by last commit to Emacs.
2979 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2981         * org-clock.el (org-dblock-write:clocktable): Make sure the
2982         clocktable sees the first line.
2983         (org-clock-in): Warn if the clock cannot be resumed.
2985 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2987         * org.el (org-open-at-point): Fix mixup about interactive and
2988         non-interactive elisp links.
2990 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2992         * org-exp.el (org-export-preprocess-string): Allow one comment
2993         line before the first headline to always be included.  This is
2994         to not miss a commented target.
2996         * org-mouse.el (org-mouse-insert-item): Call
2997         `org-indent-to-column' instead of `indent-to', for XEmacs
2998         compatibility.
3000         * org.el (org-refile-targets): Fix customize definition so
3001         that it works also in XEmacs.
3002         (org-fixup-indentation): Call `org-indent-to-column' instead
3003         of `indent-to', for XEmacs compatibility.
3005 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3007         * org-mew.el (org-mew-store-link): Get the correct case folder
3008         for refiled messages.
3010 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3012         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3013         line break indicators.
3015         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3016         ido-completion propts.
3018 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3020         * org-remember.el (org-remember-apply-template): Use
3021         `org-substring-no-properties'.
3023         * org-compat.el (org-substring-no-properties): New function.
3025         * org-remember.el (org-remember-apply-template): Use
3026         `org-substring-no-properties' for compatibility.
3028         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3029         option.
3030         (org-fix-bullet-type): respect
3031         `org-list-two-spaces-after-bullet-regexp'.
3033         * org-clock.el (org-clock-load): Clean up the code.
3035         * org.el (org-adaptive-fill-function): Allow two spaces after
3036         "1." as a list bullet.
3038 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3040         * org-clock.el (org-clock-save, org-clock-load): Check for
3041         live buffers, existing files, and buffer file names to ensure
3042         consistent information.
3043         (org-clock-persist): Make `clock' a special value of this
3044         variable, and improve docstring.
3046         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3047         (org-get-string-indentation): Adapt indentation when the bullet
3048         width changes.
3050 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3052         * org-remember.el (org-remember-finalize): Make interactive.
3053         (org-remember-kill): New command.
3054         (org-remember-finish-immediately): Call `org-remember-finalize'
3055         directly.
3056         (org-remember-finalize): Make `org-remember-finalize' an interactive
3057         function.
3059 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3061         * org-remember.el (org-remember-apply-template): No ido completion
3062         for free prompts in remember templates.
3063         (org-remember-before-finalize-hook): New hook.
3064         (org-remember-mode): New minor mode.
3065         (org-remember-apply-template): Turn on `org-remember-mode'.
3067         * org-id.el (org-id-add-location): Avoid error when no file is
3068         given.
3070         * org-remember.el (org-remember-apply-template): Fix the way how
3071         the list of allowed properties is retrieved from the target file.
3073         * org.el (org-insert-link): Improve file link matching.
3075 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3077         * org-colview.el (org-columns-display-here): New argument
3078         DATELINE, to trigger using the new face.
3079         (org-agenda-colview-summarize): Call `org-columns-display-here'
3080         with the new argument.
3082         * org-faces.el (org-agenda-column-dateline): New face.
3084         * org-publish.el (org-publish-org-index): Use index-title at page
3085         title, not as section.
3087         * org-exp.el (org-export-html-format-desc): Respect the
3088         org-protect property.
3089         (org-export-as-html): Protect image specifiers that are in the
3090         description part of a link.
3092         * org.el (org-sort-entries-or-items, org-completing-read)
3093         (org-refile-get-location, org-olpath-completing-read, org-todo)
3094         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3095         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3096         (org-set-property, org-delete-property)
3097         (org-delete-property-globally): Use `org-ido-completing-read'.
3099         * org-remember.el (org-remember-apply-template): Use
3100         `org-ido-completing-read'.
3102         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3104         * org-colview.el (org-columns-edit-value, org-columns-new)
3105         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3107         * org-colview-xemacs.el (org-columns-edit-value)
3108         (org-columns-new, org-insert-columns-dblock): Use
3109         `org-ido-completing-read'.
3111         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3112         `org-ido-completing-read'.
3114         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3115         `org-ido-completing-read'.
3117         * org.el (org-time-today): New function.
3118         (org-matcher-time): Use `org-time-today'.  Add special treatment
3119         for "<tomorrow>" and "<yesterday>".
3120         (org-ido-completing-read): New function.
3121         (org-completion-use-ido): New option.
3123         * org-exp.el (org-export-format-source-code): Fix bug in require
3124         htmlize code.
3125         (org-export-target-internal-links): Fix bug in search for text
3126         property.
3128 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3130         * org-export-latex.el (org-export-latex-subcontent): Interprete
3131         target aliases as additonal labels.
3133         * org-exp.el (org-export-target-aliases): New variable.
3134         (org-export-preprocess-string)
3135         (org-export-handle-invisible-targets): Fill the alias alist.
3136         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3137         assign an id.
3138         (org-html-level-start): Insert the target aliases as additonal
3139         anchors.
3141         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3142         picture area.
3144 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3146         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3147         when following a link with the mouse from the agenda.
3149         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3150         headlines are created.
3152 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3154         * org-exp.el (org-export-preprocess-string): Reorder so that we
3155         can still see ID properties when we collect targets.
3156         (org-export-target-internal-links): Also store targets for ID's.
3158         * org.el (org-link-translation-function): New option.
3159         (org-open-at-point): Call `org-link-translation-function' if
3160         non-nil.
3161         (org-translate-link): New function.
3162         (org-translate-link-from-planner): New function.
3163         (org-open-at-point): Allow interactive commands in elisp links.
3165         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3166         iCalendar quoting.  The new one seems to caus problems with
3167         applications.
3169         * org.el (org-yank): Set `this-command' to `yank', so that
3170         `yank-pop' will work.
3172 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3174         * org-id.el (org-id-search-archives): New option.
3176         * org.el (org-link-to-org-use-id): New option.
3177         (org-store-link): Use `org-link-to-org-use-id'.
3178         (org-id): Make org-id.el a standard component.
3180 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3182         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3183         hexified version of the tag.
3185         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3186         compliance as far as quoting is concerned.
3188         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3190         * org.el (org-up-heading-safe, org-forward-same-level): Always
3191         call `org-back-to-heading' instead of `outline-back-to-heading'.
3192         (org-back-to-heading): New wrapper around outline-back-to-heading,
3193         with a useful error message telling where the error happened.
3195         * org-list.el (org-update-checkbox-count): Always call
3196         `org-back-to-heading' instead of `outline-back-to-heading'.
3198         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3199         has an `alt' attribute, to ensure XHTML validation.
3201 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3203         * org-publish.el (org-publish-attachment): Allow publishing to
3204         overwrite attachment files.
3206         * org-agenda.el (org-agenda-timerange-leaders): New option.
3207         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3209         * org.el (org-edit-src-exit): Untabify ASCII image before
3210         returning.
3223 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3225         * org.el (org-yank): Make any prefix force normal yanking.
3226         Suppress folding if text would be swallowed into a folded
3227         subtree.
3228         (org-yank-folded-subtrees, org-yank): Docstring updates.
3230         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3231         defined as 0.
3233         * org-exp.el (org-export-language-setup): Add Catalan and
3234         Esperanto language entries.
3236 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3238         * org.el (org-refile): Allow refiling of entire regions.
3240         * org-clock.el (org-clock-time%): New function.
3242         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3243         retrieve property values.
3245 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3247         * org-agenda.el (org-agenda-list): Handle the value `only' of
3248         org-agenda-show-log'.
3249         (org-agenda-log-mode): Interpret a double prefix arg.
3251 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3253         * org-exp.el (org-export-html-footnotes-section): New variable.
3254         (org-export-as-html): Use `org-export-html-footnotes-section' to
3255         insert the footnotes.
3256         (org-export-language-setup): Add "Footnotes" to language words.
3258 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3260         * org.el (org-yank): Fix bug when not inserting a subtree.
3262 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3264         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3265         instead of `vm-beginning-of-message'.
3267         * org.el (org-make-link-regexps): Make sure that links to gnus can
3268         contain brackets.
3270 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3272         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3273         code.
3275         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3276         shell output.
3278         * org.el (org-link-abbrev-alist): Improve customization type.
3280         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3281         functions.
3283         * org-agenda.el (org-agenda-get-progress): Renamed from
3284         `org-get-closed'.  Implement searching for state changes as well.
3285         (org-agenda-log-mode-items): New option.
3286         (org-agenda-log-mode): New option prefix argument, interpreted as
3287         request to show all possible progress info.
3288         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3289         `org-get-closed'.
3290         (org-agenda-set-mode-name): Handle the more complex log mode
3291         settings.
3292         (org-get-closed): New alias, pointing to `org-get-progress'.
3294 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3296         * org.el (org-file-apps-defaults-gnu)
3297         (org-file-apps-defaults-macosx)
3298         (org-file-apps-defaults-windowsnt): Add an entry defining the
3299         system command.
3300         (org-file-apps): Allow `system' as key and value.
3301         (org-open-at-point): Explain the effect of a double prefix arg.
3302         (org-open-file): If the argument `in-emacs' is (16),
3303         i.e. corresponding to a double prefix argument, try to open the
3304         file externally.
3306 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3308         * org.el (org-insert-link): Abbreviate absolute files names in
3309         links.  Also, fix a bug in which the double C-u prefix would not
3310         be honored.
3312 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3314         * org.el (org-insert-heading): If buffer does not end with a
3315         newline, add one if necessary to insert headline correctly.
3317         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3318         paragraphs, not inside.
3320         * org.el (org-todo): Quote
3321         `org-agenda-headline-snapshot-before-repeat'.
3323         * org-exp.el (org-export-as-html): Fully process link descriptions.
3324         (org-export-html-format-desc): New function.
3325         (org-export-as-html): Collect footnotes into the correct basket.
3326         (org-html-protect): No longer protect quotations marks here, this
3327         goes wrong.
3329         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3330         BEG.
3332         * org-compat.el (org-fit-window-to-buffer): New function (not
3333         really, a preliminary and incomplete version was present earlier,
3334         but not used).
3336         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3337         `org-fit-window-to-buffer'.
3339         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3341         * org-agenda.el (org-agenda-get-restriction-and-command)
3342         (org-fit-agenda-window, org-agenda-convert-date): Use
3343         `org-fit-window-to-buffer'.
3345         * org-exp.el (org-export-as-html): Process href links through
3346         `org-export-html-format-href'.
3347         (org-export-html-format-href): New function.
3349         * org-agenda.el (org-agenda-todo): Update only the current
3350         headline if this is a repeated TODO, marked done for today.
3351         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3352         only the current line.
3354         * org.el (org-todo): Take a snapshot of the headline if the
3355         repeater might change it.
3357 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3359         * org-publish.el (org-publish-find-title): Remove buffers visited
3360         only for extracting the title.
3362         * org-exp.el (org-export-html-style)
3363         (org-export-html-style-default): Mark style definitions as
3364         unparsed CDATA.
3366         * org-publish.el (org-publish-validate-link): Function
3367         re-introduced.
3369 2008-11-02  Charles Sebold  <csebold@gmail.com>
3371         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3372         property.
3373         (org-plot-quote-timestamp-field): New function.
3374         (org-plot-quote-tsv-field): Call timestamp field function when
3375         necessary rather than just quoting as a string.
3376         (org-plot/gnuplot-to-data): Pass in timefmt property.
3377         (org-plot/gnuplot-script): Supports timefmt property.
3378         (org-plot/gnuplot): Checks for timestamp column before checking
3379         for text index column.
3381 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3383         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3385         * org-publish.el (org-publish-org-index): Create a section in the
3386         index file.
3387         (org-publish-org-index): Stop linking to directories.
3389         * org.el (org-emphasis-alist): Use span instead of <u> to
3390         underline text.
3392         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3393         <pre> sections.
3395 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3397         * org-jsinfo.el (org-infojs-template): Remove language attribute
3398         from script tag.
3400 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3402         * org-agenda.el (org-agenda-remove-marked-text): New function.
3403         (org-agenda-mark-filtered-text)
3404         (org-agenda-unmark-filtered-text): New functions.
3405         (org-write-agenda): Remove fltered text.
3407         * org.el (org-make-tags-matcher): Give access to TODO "property"
3408         without speed penalty.
3410 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3412         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3413         option.
3414         (org-store-link-props): Make sure adding to the plist works
3415         correctly.
3417         * org-gnus.el (org-gnus-no-new-news): New function.
3418         (org-gnus-follow-link): Allow the article ID to be a message-id,
3419         in addition to allowing article numbers.  Message IDs make much
3420         more roubust links.
3421         (org-gnus-store-link): Use message-id to create link.
3423 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3425         * org.el (org-emphasize): Reverse the selection array.
3426         (org-emphasis-alist): Set <code> tags for the verbatim
3427         environment.
3429         * org-remember.el (org-remember-handler): Fix bug with
3430         prefix-related changing of the note storage target.
3432         * org-exp.el (org-print-icalendar-entries): Make the exported
3433         priorities compatible with RFC 2445.
3435         * org-clock.el (org-clock-save): Insert time stamp without
3436         dependence on time-stamp.el.
3438 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3440         * org.el ("saveplace"): If saveplace puts point into an invisible
3441         location, make it visible.
3442         (org-make-tags-matcher): Allow inactive time stamps in time
3443         comparisons.
3444         (org-yank-adjusted-subtrees): New option.
3445         (org-yank): Incorporate adjusting trees.
3446         (org-paste-subtree): New argument FOR-YANK which will cause
3447         insertion at point without backing up over white lines, and leave
3448         point at the end of the inserted text.  Also if the cursor is
3449         at the beginning of a headline, use the same level or the inserted
3450         tree.
3452         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3453         with broken symlinks
3455 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3457         * org-exp.el (org-export-select-tags, org-get-current-options):
3458         Fix typo.
3460 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3462         * org-agenda.el (org-format-agenda-item)
3463         (org-agenda-filter-make-matcher): Make sure tags are stored and
3464         compared donwcased.
3466 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3468         * org.el (org-insert-todo-heading): Fix bug with force-heading
3469         argument.
3471 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3473         * org-clock.el (org-clock-in-resume): Add a custom option to
3474         toggle starting the clock from an open clock line.
3475         (org-clock-in): When clocking in to an entry, if
3476         `org-clock-in-resume' is set, check if the first clock line is
3477         open and if so, start the clock from the time in the clock line.
3478         (org-clock-persist): Add a custom option to toggle clock
3479         persistence.
3480         (org-clock-persist-query-save): Add a custom option to toggle
3481         asking the user if they want to save the running clock when
3482         exiting.
3483         (org-clock-persist-query-resume): Add a custom option to toggle
3484         asking the user if they want to resume the saved clock when Emacs
3485         is restarted.
3486         (org-clock-save): Add a function to save clock data.
3487         This includes the contents of `org-clock-history' and the buffer
3488         and position of the currently clocked task, if any.
3489         (org-clock-load): Add a function to load clock data.
3490         This populates `org-clock-history', and resumes the saved clocked
3491         task if there is one.
3492         (org-clock-persistence-insinuate): Add a method to set up the
3493         hooks for clock persistence.
3495 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3497         * org-exp.el (org-export-as-ascii): Handle the case that we are
3498         publishing from an indirect buffer.
3500         * org-table.el (org-table-copy-down): Fix bug with time stamp
3501         increment.
3503         * org-mouse.el (org-mouse-features): New option.
3504         (org-mode-hook): Turn on features depending on
3505         `org-mouse-features'.
3507         * org.el (org-insert-heading-respect-content): Force heading
3508         creation.
3509         (org-insert-heading): keep the folding state of the heading before
3510         the inserted one.
3512 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3514         * org-archive.el (org-archive-to-archive-sibling): Handle top
3515         level headlines better.
3517 2008-10-21  Bastien Guerry  <bzg@altern.org>
3519         * org-export-latex.el (org-export-latex-classes): Added
3520         \usepackage{graphicx} to the default list of packages.
3522 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3524         * org-agenda.el (org-agenda-filter): Renamed from
3525         `org-agenda-filter-tags'.
3527 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3529         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3530         is not defined as a property in this entry.
3531         (org-add-log-note): Mask prefix argument when immediately storing
3532         the note.
3534         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3535         option.
3537 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3539         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3540         after drawers was skipping ahead one line too many, so notes were
3541         inserted after the first note instead of before it.
3543 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3545         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3546         New variables.
3547         (org-prepare-agenda): Reset the filter tags.
3548         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3549         Show filter tags in mode line.
3551         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3552         formatter.
3554         * org-export-latex.el (org-latex-entities-regexp): New constant.
3555         (org-export-as-pdf): Use two calls to `shell-command'.
3557 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3559         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3560         Honor the {} value of the subsuperscript setting.  Make sure that
3561         longer subsuperscripts are typeset in a roman font.
3563         * org.el (org-clock-update-time-maybe): Compute negative clock
3564         intervals correctly.
3566 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3568         * org.el (org-add-log-setup): Respect
3569         `org-log-state-notes-insert-after-drawers'.
3570         (org-log-state-notes-insert-after-drawers): New option.
3571         (org-todo-trigger-tag-changes): New function.
3572         (org-todo): Call `org-todo-trigger-tag-changes'.
3574 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3576         * org.el (org-add-log-setup): Only skip drawers if the are
3577         immediately after the scheduling keywords.
3579         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3580         function
3581         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3582         call it with the current todo state to get the state to switch to
3583         when clocking in.
3584         (org-clock-in): Use org-indent-line-function to indent clock lines.
3585         (org-clock-find-position): Fix indentation of empty clock drawers.
3587 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3589         * org-publish.el (org-publish-org-to): Handle case when
3590         org-export-to-pdf does return a file name, not a buffer.
3591         (org-publish-org-to-pdf): New function.
3593         * org-export-latex.el (org-export-as-pdf)
3594         (org-export-as-pdf-and-open): New commands.
3596         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3597         forms as ranges.
3599         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3600         things in protexted regions.
3602 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3604         * org-export-latex.el (org-export-latex-preprocess): Improve
3605         quoting of LaTeX environments.
3607 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3609         * org.el (org-edit-fixed-width-region): Exclude final newline from
3610         picture area.
3612         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3613         sections, to make internal links work.
3614         (org-export-latex-fontify-headline): Do not remove all text
3615         properties, to make sure that target properties survive this
3616         process.
3618         * org-exp.el (org-export-preprocess-string): Change sequence of
3619         modifications, to make sure links are prepared before the LaTeX
3620         conversions do happen.
3622 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3624         * org-attach.el (org-attach-delete-all): Renamed from
3625         `org-attch-delete'.  Add a security query before deleting the
3626         entire directory.  New optional argument FORCE can overrule the
3627         security query.
3628         (org-attach-delete-one): New command.
3630 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3632         * org-attach.el (org-attach-file-list): Fix bug with directory.
3634 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3636         * org.el (org-apps-regexp-alist): New function.
3637         (org-file-apps): Add auto-mode to the default value.
3638         (org-open-file): Use the new structure of org-file-apps.
3640         * org-attach.el (org-attach): Support the new keys.
3641         (org-attach-method): New option.
3643 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3645         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3646         March.
3648         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3649         of the list value o `org-use-tag-inheritance'.
3651         * org-attach.el (org-attach-auto-tag): New option.
3652         (org-attach-tag, org-attach-untag): New functions.
3653         (org-attach-attach, org-attach-new, org-attach-sync): Call
3654         `org-attach-tag'.
3655         (org-attach-delete): Call `org-attach-untag'.
3657 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3659         * org-table.el (orgtbl-self-insert-command): Make this work for
3660         the keypad as well.
3662 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3664         * org.el (org-add-log-setup): Limit searc for drawers to entry
3665         text, not to subtree.
3667         * org-clock.el (org-clock-heading-for-remember): New variable.
3668         (org-clock-in): Set `org-clock-heading-for-remember'.
3670 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3672         * org-remember.el (org-remember-apply-template): Add new
3673         expansions: %k, %K for currently clocked task and a link to the
3674         currently clocked task, and %< to file notes in the currently
3675         clocked task.
3677 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3679         * org-export-latex.el (org-export-latex-make-header): Also insert
3680         the content of the property :latex-header-extra.
3682         * org-exp.el (org-infile-export-plist): Put the content of
3683         #+LATEX_HEADER: into the property :latex-header-extra.
3685         * org-colview.el (org-columns-get-format-and-top-level): Remove
3686         resetting the marker.
3688         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3689         Remove resetting the marker.
3691         * org.el (org-entry-property-inherited-from): Improve docstring.
3692         (org-entry-get-with-inheritance): Reset marker before starting the
3693         search.
3695         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3697 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3699         * org.el (org-entry-get-multivalued-property)
3700         (org-entry-protect-space, org-entry-restore-space): New
3701         functions.
3702         (org-file-apps-defaults-macosx): Let postscript files be opened by
3703         preview.
3704         (org-time-stamp-inactive): Call `org-time-stamp'.
3705         (org-time-stamp): New argument `inactive'.  Also edit inacive
3706         stamps. Convert time stamp type.
3707         (org-open-file): Interpret the `default' value for the `command'
3708         in `org-file-apps'.
3710         * org-id.el (org-id-int-to-b36-one-digit)
3711         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3712         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3713         b36.
3715 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3717         * org-id.el (org-id-reverse-string): New function.
3718         (org-id-new): Use `org-id-reverse-string' to make sure the
3719         beginning chars of the ID are mutating fast.  This allows to use a
3720         directory structure to spread things better.
3721         (org-id-prefix): Changed default to nil.
3723         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3724         restore the column of the cursor position.
3726         * org-remember.el (org-remember-apply-template): Remove properties
3727         from `initial'.
3729 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3731         * org-wl.el (org-wl-open): Remove useless call to
3732         `wl-thread-open-all'.
3734         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3735         location.
3737 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3739         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3740         `org-bbdb-anniversaries'.
3742         * org.el (org-get-next-sibling, org-forward-same-level): New
3743         functions, similar to the outline versions, but invisible headings
3744         are OK.
3746 2008-09-25  Bastien Guerry  <bzg@altern.org>
3748         * org.el (org-auto-repeat-maybe): Insert a space between
3749         the timestamp's type and the timestamp itself.
3751 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3753         * org-table.el (org-table-sum): Do not format the result with %g,
3754         it does rounding when there are too many digits.
3756         * org.el (org-map-entries): Protect the keyword-selecting variables.
3758 2008-09-23  Bastien Guerry  <bzg@altern.org>
3760         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3761         against all agenda files.
3763 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3765         * org-list.el: New file, aggregating list functions from org.el
3766         and org-export-latex.el.
3768         * org.el (org-edit-src-region-extra): New option.
3770 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3772         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3773         time before 1am.
3775 2008-09-22  Bastien Guerry  <bzg@altern.org>
3777         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3779 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3781         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3782         hline work correctly.
3783         (org-plot/gnuplot-script): Put commas at the end of each script
3784         line.
3786 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3788         * org.el (org-get-refile-targets): Replace links with their
3789         descriptions
3790         (org-imenu-get-tree): Replace links with their descriptions.
3792         * org-remember.el (org-remember-apply-template): Add a new
3793         expansion for adding properties to remember items.
3795         * org.el (org-add-log-setup): Skip over drawers (properties,
3796         clocks etc) when adding notes.
3798         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3799         items as well as the start and end times.
3801         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3802         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3804         * org-remember.el (org-get-x-clipboard): Use the compat
3805         function to get clipboard values when x-selection-value is
3806         unavailable. Use substring-no-properties instead of
3807         set-text-properties to remove text properties from the clipboard
3808         value.
3810         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3811         modeline clock string, and display the full todo value in the
3812         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3813         the currently clocked task.
3814         (org-clock-string-limit): Add a custom value for the maximum
3815         length of the clock string in the modeline.
3816         (org-clock-mode-map): Add a keymap for the modeline string
3818 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3820         * org-compat.el (org-propertize): New function.
3822 2008-09-20  Bastien Guerry  <bzg@altern.org>
3824         * org-export-latex.el (org-export-latex-tables): protect exported
3825         tables from further special chars conversion.
3826         (org-export-latex-preprocess): Preserve LaTeX environments.
3827         (org-list-parse-list): Parse descriptive lists.
3828         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3829         (org-list-to-texinfo): Export descriptive lists.
3830         (org-quote-chars): Remove.
3831         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3832         (org-export-latex-list-beginning-re): Rename to
3833         `org-list-beginning-re'
3834         (org-list-item-begin): Rename to `org-list-item-beginning'
3836 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3838         * org.el (org-refile): Allow refiling to the last entry in the
3839         buffer.
3840         (org-get-tags-at): Fix bug when inheritance is turned off.
3842 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3844         * org.el (org-indent-line-function): No longer check for src
3845         regions, this is too much overhead.
3847         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3848         matching.
3850         * org.el (org-scan-tags): Make sure that tags matching is not case
3851         sensitive.  TODO keyword matching is case sensitive, however, to
3852         avoid confusion with similar words that are not meant to be
3853         keywords.
3855 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3857         * org.el (org-get-local-tags-at): New function.
3858         (org-get-local-tags): New function.
3860         * org-exp.el (org-export-get-categories): New function.
3862         * org-agenda.el (org-sorting-choice)
3863         (org-agenda-sorting-strategy, org-agenda-get-todos)
3864         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3865         (org-agenda-get-scheduled, org-agenda-get-blocks)
3866         (org-entries-lessp): Implement sorting by TODO state.
3867         (org-cmp-todo-state): New defsubst.
3869         * org-colview.el (org-colview-construct-allowed-dates): New
3870         function.
3871         (org-columns-next-allowed-value): Use
3872         `org-colview-construct-allowed-dates'.
3874         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3875         function.
3876         (org-columns-next-allowed-value): Use
3877         `org-colview-construct-allowed-dates'.
3879 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3881         * org.el (org-protect-slash): New function.
3882         (org-get-refile-targets): Use `org-protect-slash'.
3884         * org-agenda.el (org-global-tags-completion-table): New variable.
3886         * org-exp.el (org-export-handle-export-tags): New function.
3887         (org-export-preprocess-string): Call
3888         `org-export-handle-export-tags'.
3890         * org-plot.el: New file.
3892         * org-publish.el (org-publish-expand-components): Function removed.
3893         (org-publish-expand-projects): Allow components to have components.
3895 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3897         * org.el (org-indent-line-function): Do not indent in regions that
3898         are external source code.
3899         (org-yank-and-fold-if-subtree): New function.
3901         * org-agenda.el (org-agenda-todayp): New function.
3902         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3903         `org-agenda-todayp'.
3905         * org.el (org-insert-heading-respect-content)
3906         (org-insert-todo-heading-respect-content): New commands.
3907         (org-insert-heading-respect-content): New option.
3908         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3910         * org-clock.el (org-clock-find-position): Make sure the note after
3911         the clock line gets moved into the new clock drawer.
3913 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3915         * org-id.el (org-id-new): New option.
3917 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3919         * org-table.el (org-table-copy-down): Avoid overflow during
3920         increment.  Use prefix argument 0 to temporarily disable the
3921         increment.
3923 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3925         * org-exp.el (org-export-as-html): Do not turn on the major mode
3926         if the buffer will be killed anyway.
3927         (org-get-current-options): Exclude the #+TEXT field.
3928         (org-export-as-html): Make sure text before the first headline is
3929         a paragraph.
3931         * org-publish.el (org-publish-org-to): Tell the exporter that this
3932         buffer will be killed, so it is not necessary to do major mode
3933         initialization.
3935         * org-archive.el (org-archive-to-archive-sibling): Show empty
3936         lines after folding the archive sibling.
3938         * org.el (org-log-note-extra): New variable.
3940 2008-09-05  Bastien Guerry  <bzg@altern.org>
3942         * org.el (org-additional-option-like-keywords): Added keywords for
3943         the _QUOTE, _VERSE and _SRC environments.
3945         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3946         exporting _QUOTE and _VERSE environments.
3948 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3950         * org-agenda.el (org-agenda-filter-by-tag): New command.
3952         * org-exp.el (org-get-current-options): Remove angular brackets
3953         from the date entry.
3955         * org.el (org-edit-fixed-width-region): New function.
3956         (org-edit-fixed-width-region): Also try
3957         `org-edit-fixed-width-region'.
3958         (org-edit-fixed-width-region-mode): New option.
3959         (org-activate-code): Only interprete lines starting with colon
3960         plus a space as example lines.
3962         * org-remember.el (org-remember-templates): Add nil instead of
3963         empty strings to fix the length of remember templates.
3965         * org-table.el (org-calc-default-modes): Fix the time format for
3966         calc, from 12 hour to 24 hour clock.
3968 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3970         * org-agenda.el (org-agenda-get-deadlines)
3971         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3972         entries that are pre-warnings of deadlines or reminders.
3974         * org.el (org-sort-entries-or-items): Make numeric and alpha
3975         comparisons ignore any TODO keyword and priority cookie.
3977         * org-remember.el (org-remember-handler): Reinterpretation of the
3978         prefix argument.
3980 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3982         * org-agenda.el (org-agenda-get-scheduled): Use new
3983         `org-scheduled' face.
3985         * org-faces.el (org-scheduled): New face.
3987         * org-wl.el (org-wl-open): Remove incorrect declaration.
3989         * org-gnus.el (org-gnus-store-link): Support for :to information
3990         in gnus links.
3992         * org-exp.el (org-export-as-html): Fixed typo in creator
3993         information.
3994         (org-export-protect-examples): New parameter indent.  Insert extra
3995         spaces only when this parameter is specified.
3996         (org-export-preprocess-string): Call `org-export-protect-examples'
3997         with an indentation parameter when exporting to ASCII.
3999         * org-remember.el (org-remember-templates)
4000         (org-remember-apply-template): Allow the file component to be a
4001         function.
4003         * org.el (org-goto-local-search-headings): Renamed from
4004         `org-goto-local-search-forward-headings'.  Added the possibility
4005         to search backwards.
4007 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4009         * org-export-latex.el (org-export-latex): New customization
4010         group.
4012         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4014 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4016         * org-exp.el (org-html-do-expand): Allow {} to terminate
4017         tex macro
4019 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4021         * org.el (org-buffer-list): Select buffers based on major mode,
4022         not on file name.
4024 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4026         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4027         face property.
4029         * org-colview.el (org-columns-display-here): Use
4030         `org-columns-modify-value-for-display-function'.
4032         * org-colview-xemacs.el (org-columns-display-here): Use
4033         `org-columns-modify-value-for-display-function'.
4035 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4037         * org.el (org-columns-modify-value-for-display-function): New option.
4049         * org-publish.el (org-publish-file): Make sure the directory match
4050         for the publishing directory works correctly.
4052         * org-agenda.el (org-agenda-execute-calendar-command)
4053         (org-agenda-diary-entry): Additional optional argument.
4055 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4057         * org-exp.el (org-export-as-html): Add attributes also in mailto
4058         and ftp links.
4060         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4069 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4071         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4072         sure that calls from `org-export-region-as-html' do not do the
4073         special check for a subtree.
4075 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4077         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4079 2008-07-20  Juri Linkov  <juri@jurta.org>
4081         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4082         new keymap `narrow-map' instead of binding "\C-xns".
4084 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4086         * org.el (org-open-file): Use
4087         `org-open-directory-means-index-dot-org'.
4088         (org-open-directory-means-index-dot-org): New option.
4090 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4092         * org.el (org-make-link-string): Remove link attributes from
4093         description.
4094         (org-open-at-point): Remove link attributes bevore using the path.
4096         * org-exp.el (org-export-as-html): Handle link attributes.
4098         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4100         * org-table.el (org-table-to-lisp): New function.
4102         * org.el (org-narrow-to-subtree): Do not include the final newline
4103         into the narrowed region.
4105         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4106         bug with user-define skipping condition.
4108 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4110         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4112 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4114         * org-exp.el (org-export-html-style-default): Automatic overflow
4115         handling for pre fields.
4116         (org-export-as-ascii, org-export-as-html): Change default format
4117         for time stamp.
4119         * org-table.el (org-table-export): Offer completion for translator
4120         functions, and do not require a heading above the table.
4122         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4123         Cater for the case of a list starting in the first line of the
4124         buffer.
4126 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4128         * org-publish.el (org-publish-find-title): Bug fix.
4129         (org-publish-org-index): Implement new :index-style option.
4131 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4133         * org-publish.el (org-publish-timestamp-filename): Use
4134         SHA1-encoded file names in the timestamp directory.
4136 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4138         * org-publish.el (org-publish-needed-p): Be verbose about files
4139         published and files skipped.
4141         * org-exp.el (org-export-preprocess-string): Swap link
4142         normalization and inernal link targeting.
4144         * org-publish.el (org-publish-needed-p): Create timestamp
4145         directory when it does not exist.
4147 2008-07-04  Bastien Guerry  <bzg@altern.org>
4149         * org-clock.el (org-clock-out-when-done): Doc fix.
4151         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4153         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4154         Ignore case when searching for the COMMENT cookie at export time.
4156 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4158         * org-exp.el (org-get-file-contents)
4159         (org-get-and-remove-property): New functions.
4160         (org-export-handle-include-files): Handle the new prefix options.
4161         (org-export-as-html): Fix the verse environment.
4163 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4165         * org.el (org-time=, org-time<, org-time<=, org-time>)
4166         (org-time>=, org-time<>, org-2ft): New functions.
4167         (org-op-to-function): Also provide for the time testing fucntions.
4169 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4171         * org-exp.el (org-export-html-style-default): New constant.
4173 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4175         * org-exp.el (org-export-html-style-extra): New variable.
4176         (org-export-splice-style): New function.
4178 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4180         * org-exp.el (org-export-plist-vars, org-export-as-html):
4181         Implement `org-export-creator-info'.
4182         (org-export-creator-info): New option.
4184 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4186         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4187         (org-property-drawer-re, org-clock-drawer-re): New constants.
4189 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4191         * org-exp.el (org-icalendar-use-deadline)
4192         (org-icalendar-use-scheduled): New options.
4193         (org-icalendar-include-todo): Default changed to t.
4194         (org-print-icalendar-entries): Implement better utilization of
4195         scheduling and deadline time stamps.
4196         (org-export-target-internal-links, org-export-as-html): Allow file
4197         lines without the "file:" prefix if the file path is an absolute
4198         path or starts with ".".
4200         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4201         lastweek etc.
4202         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4204 2008-06-18  Glenn Morris  <rgm@gnu.org>
4205         * org.el (org-map-entries): Let-bind `file'.
4207 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4209         * org.el (org-agenda-skip-archived-trees): Docstring now
4210         discourages using this.
4211         (org-scan-tags): Check for org-agenda-archives-mode.
4212         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4213         (org-agenda-files): Functionality of second arg changed.
4215         * org-agenda.el (org-agenda-archives-mode): New variable
4216         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4217         (org-search-view, org-todo-list, org-tags-view)
4218         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4219         `ifmode' argument.
4220         (org-agenda-quit): Reset the archives mode.
4221         (org-agenda-archives-mode): New command.
4222         (org-agenda-set-mode-name): Include archives info.
4224 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4226         * org.el (org-paste-subtree): Make sure the yanked headline is
4227         visible if it was yanked at a visible point.
4228         (org-move-item-up): Fix the bug with moving white space at the end
4229         of the item.
4230         (org-show-empty-lines-in-parent): New function.
4232 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4234         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4236         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4238         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4239         agenda prefix as well.
4241         * org-publish.el (org-publish-org-index): Make a properly indented
4242         list.
4244         * org.el (org-calendar-agenda-action-key): New option.
4245         (org-get-cursor-date): New function.
4246         (org-mark-entry-for-agenda-action): New command.
4247         (org-overriding-default-time): New variable.
4248         (org-read-date): Respect `org-overriding-default-time'.
4250         * org-remember.el (org-remember-apply-template): Respect the
4251         ovverriding default time.
4253         * org-agenda.el (org-agenda-action-marker): New variable.
4254         (org-agenda-action): New command.
4255         (org-agenda-do-action): New function.
4257 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4259         * org.el (org-schedule, org-deadline): Protect scheduled and
4260         deadline tasks against changes that accidently remove the
4261         repeater.  Also show a message with the new date when done.
4263 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4265         * org.el (org-beginning-of-line): Cater for the case when there
4266         are tags but no headline text.
4267         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4268         it set.
4270 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4272         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4273         the return value is nil instead of "nil" when there is no match.
4275         * org-exp.el (org-insert-centered): Use fill-column instead of
4276         80.
4277         (org-export-as-ascii): Use string-width to measure the width of
4278         the heading.
4280         * org.el (org-diary-to-ical-string): No longer kill buffer
4281         FROMBUF, this is now done by the caller.
4283         * org-exp.el (org-print-icalendar-entries): Move the call to
4284         `org-diary-to-ical-string' out of the loop, and kill the buffer
4285         afterwords.
4287         * org-remember.el (org-remember-visit-immediately): Position
4288         cursor after moving to the note.
4289         (org-remember-apply-template): Use a text property to record the
4290         cursor position.
4291         (org-remember-handler): Align tags after pasting the note.
4293 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4295         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4297         * org-agenda.el (org-agenda-open-link): If there is an
4298         org-bbdb-name property in the current line, jump to that bbdb
4299         entry.
4301         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4302         text property, so that the agenda knows where this entry comes
4303         from.
4305         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4306         interaction between clocking-in from the agenda, and  automatic
4307         task state switching.
4309         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4311         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4312         zmacs-region stays after this command in XEmacs.
4314 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4316         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4318         * org-remember.el (org-remember-templates): Fix bug in
4319         customization type definition.
4321         * org.el (org-map-entries): New function.
4323 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4325         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4326         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4328 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4330         * org-remember.el (org-jump-to-target-location): New variable.
4331         (org-remember-apply-template): Set
4332         `org-remember-apply-template' if requested by template.
4333         (org-remember-handler): Start an idle timer to jump to
4334         remember location.
4336         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4338         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4339         file tags.
4340         (org-get-tags-at): Add the content of `org-file-tags'.
4342         * org-exp.el (org-export-handle-comments): Fix bug with several
4343         comment lines after each other.
4344         (org-number-to-roman, org-number-to-counter): New functions.
4345         (org-export-section-number-format): New option.
4347 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4349         * org-exp.el (org-export-protect-examples): Catch the case of a
4350         missing end_example line.
4352         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4353         `org-file-tags' to nil.
4355         * org-colview.el (org-columns-next-allowed-value): Handle next
4356         argument NTH to directly select a value.
4358         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4359         argument NTH to directly select a value.
4361 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4363         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4365 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4367         * org.el (org-columns-ellipses): New option.
4369 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4371         * org-colview.el (org-columns-add-ellipses): New function.
4372         (org-columns-compact-links): New function.
4373         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4374         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4375         when in agenda.
4376         (org-columns-edit-value): Fixed bug with editing values from
4377         agenda column view.
4378         (org-columns-redo): Also redo the agenda itself.
4380 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4382         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4383         option.
4385         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4387         * org-exp.el (org-export-ascii-preprocess): Renamed from
4388         `org-export-ascii-clean-string'.
4389         (org-export-kill-licensed-text)
4390         (org-export-define-heading-targets)
4391         (org-export-handle-invisible-targets)
4392         (org-export-target-internal-links)
4393         (org-export-remove-or-extract-drawers)
4394         (org-export-remove-archived-trees)
4395         (org-export-protect-quoted-subtrees)
4396         (org-export-protect-verbatim, org-export-protect-examples)
4397         (org-export-select-backend-specific-text)
4398         (org-export-mark-blockquote-and-verse)
4399         (org-export-remove-comment-blocks-and-subtrees)
4400         (org-export-handle-comments, org-export-mark-radio-links)
4401         (org-export-remove-special-table-lines)
4402         (org-export-normalize-links)
4403         (org-export-concatenate-multiline-links)
4404         (org-export-concatenate-multiline-emphasis): New functions,
4405         obtained from spliiting the export preprocessor.
4407         * org-table.el (org-table-recalculate): Improve error message if
4408         the row number is invalid.
4410 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4412         * org-archive.el (org-archive-save-context-info): Fix bugs in
4413         customization setup and docstring.
4415         * org-exp.el (org-export-html-style): Changed the size of in the
4416         <pre> element to 90%.
4418 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4420         * org.el (org-find-src-example-start): Function removed.
4421         (org-edit-src-find-region-and-lang): New function.
4423 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4425         * org.el (org-edit-src-exit): New function.
4426         (org-exit-edit-mode): New minor mode.
4428         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4429         comment-like lines from protected examples.
4431         * org.el (org-edit-src-example, org-find-src-example-start)
4432         (org-protect-source-example, org-edit-special): New functions.
4434 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4436         * org-publish.el (org-publish-project-alist): Fix typo in
4437         docstring.
4438         (org-publish-project-alist): Handle :index-title property.
4440 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4442         * org-export-latex.el (org-export-as-latex): Make sure region
4443         bounds are correct.  Parse subtree properties relating to export.
4445         * org-exp.el (org-export-add-options-to-plist): New function.
4446         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4448 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4450         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4451         EXPORT_TITLE.
4453         * org-exp.el (org-export-get-title-from-subtree)
4454         (org-export-as-ascii, org-export-as-html): Make sure the original
4455         region-beginning and region-end are used, even after moving
4456         point.
4457         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4458         property.
4460         * org-remember.el (org-remember-last-stored-marker): New variable.
4461         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4462         (org-remember-handler): Also use marker to remember
4463         last-stored position.
4465         * org.el (org-goto-marker-or-bmk): New function.
4467 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4469         * org.el (org-file-properties): Renamed from `org-local-properties'.
4470         (org-scan-tags): Take file tags into account.
4471         (org-tags-match-list-sublevels): Default changed to t.
4473         * org-exp.el (org-export-as-html): Close paragraph after a
4474         footnote.
4476         * org.el (org-update-parent-todo-statistics): New function.
4478         * org-exp.el (org-icalendar-store-UID): New option.
4479         (org-icalendar-force-UID): Option removed.
4480         (org-print-icalendar-entries): IMplement UIDs.
4482 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4484         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4486 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4488         * org-faces.el (org-column): Document how this face is being used
4489         and why sometimes the background faces shine through.
4491         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4493         * org-publish.el (org-publish-attachment): Create publishing
4494         directory if it does not yet exist.
4496         * org-table.el (org-calc-default-modes): Change default number
4497         format to (float 8).
4499         * org.el (org-olpath-completing-read): New function.
4500         (org-time-clocksum-format): New option.
4501         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4503         * org-clock.el (org-clock-display, org-clock-out)
4504         (org-update-mode-line): Use `org-time-clocksum-format'.
4506         * org-colview-xemacs.el (org-columns-number-to-string): Use
4507         `org-time-clocksum-format'.
4509         * org-colview.el (org-columns-number-to-string): Use
4510         `org-time-clocksum-format'.
4512 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4514         * org-id.el: New file, move from contrib to core.
4516         * org-exp.el (org-icalendar-force-UID): New option.
4518 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4520         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4521         shifted by one day if theere is a date range without an end
4522         time.
4524         * org.el (org-try-structure-completion): New function.
4526 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4528         * org.el (org-set-font-lock-defaults): Improve fontification of
4529         description lists.
4530         (org-insert-item): Handle description lists.
4531         (org-adaptive-fill-function): Improve auto indentation in
4532         description lists.
4534         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4535         Implement VERSE environment.
4536         (org-export-preprocess-string): Implement the COMMENT
4537         environment.
4539         * org-export-latex.el (org-export-latex-preprocess): Implement
4540         VERSE environment.
4542 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4544         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4545         option.
4547 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4549         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4551         * org.el (org-quote-csv-field): New functions.
4553         * org-table.el (org-table-export-default-format): Remove :splice
4554         from default format, we get the same effect by not specifying
4555         :tstart and :tend.
4556         (org-table-export): Improve setup, distinguish better between
4557         interactive and non-interactive use, allow specifying the format
4558         on the fly, better protection against wrong file names.
4559         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4560         and :tend when :splice is omitted.
4562 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4564         * org-clock.el (org-clock-select-task): Make sure the selection
4565         letters are 1-9 and A-Z, no special characters.
4567 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4569         * org-exp.el (org-export-htmlize): New group.
4570         (org-export-htmlize-output-type)
4571         (org-export-htmlize-css-font-prefix): New options.
4572         (org-export-htmlize-region-for-paste): New function.
4573         (org-export-htmlize-generate-css): New command.
4575 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4577         * org/org.el (org-modules, org-format-latex-options):
4578         * org/org-archive.el (org-archive-stamp-time)
4579         (org-archive-save-context-info):
4580         * org/org-faces.el (org-hide):
4581         * org/org-irc.el (org-irc-parse-link):
4582         * org/org-macs.el (org-call-with-arg, org-autoload):
4583         * org/org-mew.el (org-mew-store-link):
4584         * org/org-remember.el (org-remember-store-without-prompt)
4585         (org-remember-templates): Fix typos in docstrings.
4587         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4589         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4590         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4591         (org-bbdb-anniv-split): Fix typos in docstrings.
4593         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4594         (org-publish-use-timestamps-flag): Reflow docstring.
4595         (org-publish-files-alist): Fix typos in docstring.
4597 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4599         * org.el (org-set-visibility-according-to-property): New function.
4600         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4601         and compute the regular expressions, and update font-lock.
4602         (org-property-re): Allow a dash in property names.
4604         * org-archive.el (org-extract-archive-file): Insert the file name
4605         without the path into the format, to allow the location format to
4606         contain a subdirectory.
4608         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4609         of buffer, and the `org-agenda-type' property undefined, use the
4610         value from the character before.
4612         * org.el (org-add-planning-info): Don't let indentation for
4613         would-be timestamp become extra whitespace at the end of headline.
4615 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4617         * org.el (org-remove-double-quotes, org-file-contents): New
4618         functions.
4620         * org-exp.el (org-infile-export-plist): Also parse the
4621         contents of #+SETUPFILE files, recursively.
4623         * org.el (org-set-regexps-and-options): Also parse the
4624         contents of #+SETUPFILE files, recursively.
4626         * org-exp.el (org-export-handle-include-files): New function.
4627         (org-export-preprocess-string): Call
4628         `org-export-handle-include-files'.
4630         * org.el (org-delete-property-globally)
4631         (org-delete-property, org-set-property): Ignore case during
4632         completion.
4633         (org-set-property): Use `org-completing-read' instead of
4634         `completing-read'.
4636         * org.el (org-complete-expand-structure-template): New,
4637         experimental function.
4638         (org-structure-template-alist): New, experimental option.
4639         (org-complete): Call `org-complete-expand-structure-template'.
4641 2008-05-06  Bastien Guerry  <bzg@altern.org>
4643         * org-export-latex.el (org-export-latex-preprocess): Added
4644         support for blockquotes.
4646 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4648         * org.el (org-read-date-analyze): Catch the case where only a
4649         weekday is given.
4651 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4653         * org.el (org-set-font-lock-defaults): Make the description
4654         tag bold.
4656         * org-exp.el (org-export-as-html, org-close-li): Implement
4657         description lists.
4659 2008-05-04  Jason Riedy  <jason@acm.org>
4661         * org-table.el (*orgtbl-default-fmt*): New variable.
4662         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4663         when there is no other fmt available.
4665         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4666         :tend to suppress the appropriate string.
4668         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4669         table.
4671 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4673         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4674         read date.
4676         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4677         New function.
4679         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4680         New function.
4682 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4684         * org-clock.el (org-clock-find-position): Don't include notes
4685         into clock drawer.
4687         * org-archive.el (org-archive-subtree): No longer remove an
4688         extra line after cutting the subtree.  `org-cut-subtree' already
4689         takes care of this.
4691         * org-remember.el (org-remember-handler): Only kill the target
4692         buffer if it does not contain the running clock.
4694         * org.el (org-markers-to-move): New variable.
4695         (org-save-markers-in-region, org-check-and-save-marker)
4696         (org-reinstall-markers-in-region): New function.
4697         (org-move-subtree-down, org-copy-subtree): Remember relative
4698         marker positions before cutting.
4699         (org-move-subtree-down, org-paste-subtree): Restore relative
4700         marker positions after pasting.
4702         * org-remember.el (org-remember-clock-out-on-exit): New option.
4703         (org-remember-finalize): Clock out only if the setting in
4704         `org-remember-clock-out-on-exit' requires it.
4705         (org-remember-handler): Do the cleanup in the buffer, to make sure
4706         that the clock marker remains in tact.
4708 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4710         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4711         (org-clock-in): Make sure that also tasks outside the narrowed
4712         region will be clocked in correctly.
4713         (org-clock-insert-selection-line): Widen the buffer so that we can
4714         find the correct task heading.
4716         * org.el (org-base-buffer): New function.
4718         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4719         and ";" are escaped.
4720         (org-print-icalendar-entries): Also apply
4721         `org-icalendar-cleanup-string' to the headline, not only to the
4722         summary property.
4724 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4726         * org-exp.el (org-export-preprocess-hook): New hook.
4727         (org-export-preprocess-string): Call
4728         `org-export-preprocess-hook'.
4730         * org.el (org-font-lock-hook): New variable.
4731         (org-font-lock-hook): New function.
4732         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4734 ;; Local Variables:
4735 ;; coding: utf-8
4736 ;; add-log-time-zone-rule: t
4737 ;; End:
4739     Copyright (C) 2008  Free Software Foundation, Inc.
4741   This file is part of GNU Emacs.
4743   GNU Emacs is free software: you can redistribute it and/or modify
4744   it under the terms of the GNU General Public License as published by
4745   the Free Software Foundation, either version 3 of the License, or
4746   (at your option) any later version.
4748   GNU Emacs is distributed in the hope that it will be useful,
4749   but WITHOUT ANY WARRANTY; without even the implied warranty of
4750   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4751   GNU General Public License for more details.
4753   You should have received a copy of the GNU General Public License
4754   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4756 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c