HTML export: Show UP and HOME links if defined
[org-mode.git] / lisp / ChangeLog
blobec75024f3b9641506a59b87097d957fe0f45e8b7
1 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-html.el (org-export-html-home/up-format): New option.
4         (org-export-as-html): Insert the up and HOME links.
6 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org-html.el (org-export-as-html): Insert the title into the
9         option plist.
10         (org-export-html-insert-plist-item): New function.
11         (org-export-as-html): Call `org-export-html-insert-plist-item'.
13         * org-macs.el (org-set-local): Make a local variable, do not make
14         the variable buffer-local!
16         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
18         * org-html.el (org-export-as-html): Call `org-install-letbind'.
20         * org-docbook.el (org-export-as-docbook): Call
21         `org-install-letbind'.
23         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
25         * org-exp.el (org-infile-export-plist): Read BIND lines.
26         (org-install-letbind): New function.
27         (org-export-as-org, org-export-preprocess-string): Call
28         `org-install-letbind'.
30         * org-src.el (org-edit-src-exit): Untabify the example before
31         returning to Org.
33         * org-list.el (org-list-demote-modify-bullet): New option.
34         (org-first-list-item-p): Save point.
35         (org-fix-bullet-type): New optional argument FORCE-BULLET.
36         (org-indent-item): Honor `org-list-demote-modify-bullet'.
37         (org-item-indent-positions): Return bullet types along with
38         indentation.
40 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org.el (org-show-entry): Hide drawers.
44 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-footnote.el (org-footnote-auto-adjust): New option.
47         (org-footnote-auto-adjust-maybe): New function.
48         (org-footnote-new, org-footnote-delete): Call
49         `org-footnote-auto-adjust-maybe'.
51         * org.el (org-startup-options): Add new footnote-related
52         keywords.
54         * org-publish.el (org-publish-timestamp-filename): Additional
55         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
56         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
57         TRUE-PUB-DIR.  Pass them through to
58         `org-publish-timestamp-filename'.
59         (org-publish-update-timestamp): Additional arguments PUB-DIR and
60         PUB-FUNC, which are included in the hash.
61         (org-publish-file): Delay timestamp test until the publishing
62         function is known.
64 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
67         setting the deadline.
69         * org.el (org-read-date-final-answer): New variable.
70         (org-read-date): Store the final answer string, including the date
71         from the calendar, for reuse by agenda bulk commands.
73         * org-publish.el (org-publish-attachment): Fix publishing of
74         attachments.
76         * org-latex.el (org-export-latex-quotation-marks): Fix export of
77         quotation makrs in parenthesis.
78         (org-remove-initial-hash): New function.
79         (org-export-latex-preprocess): Fix bug with infinite loop if
80         environment is not properly closed.
82         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
83         when indented.
85         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
86         highlight also when indented.
88 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org-footnote.el (org-footnote-renumber-fn:N): New command.
91         (org-footnote-action): Offer renumbering.
93         * org.el (org-cycle): Honor the `integrate' value of
94         org-cycle-include-plain-lists'.
96         * org-list.el (org-cycle-include-plain-lists): New allowed value
97         `internal'.  Improve the docstring.
99         * org.el (org-set-autofill-regexps): Improve the paragraph-start
100         regexp to work better with LaTeX commands.
102 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
104         * org-feed.el (org-feed-update): fix problem with non-existing
105         buffer.
106         (org-feed-skip-http-headers): New function.
107         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
108         (org-feed-get-feed): Fix command line arguments for curl.
110 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
113         and eps extensions.
115 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
118         loaded.
120         * org.el (org-map-entries): No longer force
121         `org-tags-match-list-sublevels' to t during a todo-only tags
122         search.
124 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org-latex.el (org-export-latex-low-levels): Allow user-defined
127         environment.
128         (org-export-latex-subcontent): Handle user-defined environment.
130         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
131         the View dispatcher.
133         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
134         `make-overlay'.
136         * org-latex.el (org-export-as-pdf): Protect match data during call
137         to shell-quote-argument.
139         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
140         (org-agenda-view-mode-dispatch): New function.
142 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org-agenda.el (org-agenda-mode): Reset list of marks.
145         (org-agenda-mode-map): Define new keys for refile and bulk action.
146         (org-agenda-menu): Add menu itesm for refile and bulk action.
147         (org-agenda-refile): New function.
148         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
149         (org-agenda-marked-entries): New variable.
150         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
151         (org-agenda-remove-all-bulk-action-marks)
152         (org-agenda-bulk-action): New functions/commands.
154 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-exp.el (org-get-file-contents): Protect org-like lines in
157         included files.
158         (org-export-format-source-code-or-example): Remove newlines.
160         * org-latex.el (org-export-latex-links): Check for no-description
161         marking.
163         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
164         argument separator back to comma.
165         (org-export-normalize-links): Mark links without description.
167 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-exp.el (org-infile-export-plist): Fix bug in macro
170         processing.
172         * org-agenda.el (org-agenda-clock-out): Update line after clocking
173         out.
174         (org-agenda-highlight-todo): Fix bug with highlighting.
176 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
178         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
179         new alignment strings.
181         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
182         command list.
183         (org-table-align): Check for forced align type.
185         * org.el (org-self-insert-command): Add yas/expand to command
186         list.
188         * org-clock.el (org-clock-in-hook): New hook.
189         (org-clock-in): Run `org-clock-in-hook.
190         (org-clock-out-hook): New hook.
191         (org-clock-out): Run `org-clock-out-hook.
192         (org-clock-cancel-hook): New hook.
193         (org-clock-cancel): Run `org-clock-cancel-hook.
194         (org-clock-goto-hook): New hook.
195         (org-clock-goto): Run `org-clock-goto-hook.
197 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org.el (org-store-link): Better default description for link to
200         Org-mode headline.
202         * org-exp.el (org-export-generic): Autoload the generic exporter
203         function.
204         (org-export): Implement the `g' key for the generic exporter.
206 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
208         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
209         and for zbacktab'.
211         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
213         * org-exp.el (org-infile-export-plist): Get macros also from
214         #+SETUPFILE.
216 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-colview.el (org-columns-capture-view): Protect vertical bars
219         in column values.
220         (org-columns-capture-view): Exclude comment and archived trees.
222         * org-colview-xemacs.el (org-columns-capture-view): Protect
223         vertical bars in column values.
224         (org-columns-capture-view): Exclude comment and archived trees.
226         * org.el (org-quote-vert): New function.
228         * org-latex.el (org-export-latex-verbatim-wrap): New option.
230         * org-exp.el (org-export-format-source-code-or-example): Use
231         `org-export-latex-verbatim-wrap'.
233         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
234         time stamps.
236         * org-html.el (org-export-table-row-tags): New option.
237         (org-format-org-table-html): Rename `nlines' to `nline', use new
238         option.
241 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
243         * org-exp-blocks.el: Declare functions and variables.
245         * org-remember.el (org-remember-templates): Allow the headline
246         element to be a function.
247         (org-remember-apply-template): If the headline is a function, call
248         it to get the true function.
250         * org-clock.el (org-clock-menu): New function.
251         (org-clock-update-mode-line): Update help string.
252         (org-clock-modify-effort-estimate): New function.
253         (org-clock-mark-default-task): New function.
255         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
256         minutes as input.
257         (org-org-menu): Add new clocking stuff.
258         (org-clock-is-active): New function.
260 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
262         * org.el (org-open-non-existing-files): Improve docstring.
264 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
267         option.
268         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
270         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
272         * org-list.el (org-get-checkbox-statistics-face): Use the new
273         faces.
275         * org-faces.el (org-checkbox-statistics-todo)
276         (org-checkbox-statistics-done): New faces.
278 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
281         (org-edit-src-exit): Better cursor positioning when returning from
282         editing.
284         * org-latex.el (org-export-latex-use-verb): New variable.
285         (org-export-latex-emph-format): Prefer \texttt over \verb when
286         org-export-latex-use-verb is set.
288 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
291         at normal indentation.
293         * org-html.el (org-export-html-close-lists-maybe): Also look at
294         normal indentation.
296         * org-remember.el (org-remember-handler): Abort remember if the
297         buffer is empty.
299         * org-src.el (org-edit-src-content-indentation): New option.
300         (org-edit-src-exit): Apply extra indentation.
302         * org-exp.el (org-export-format-source-code-or-example): Run
303         `org-src-mode-hook'.
305         * org-src.el (org-src-mode-hook): New variable.
306         (org-edit-src-code): Run `org-src-mode-hook'.
308 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
310         * org.el (org-indent-line-function): Fix indentation of +#end lines.
312         * org-src.el (org-edit-src-get-indentation): New function.
313         (org-edit-src-code): Base indentation on the begin line.
315 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
317         * org-gnus.el (org-gnus-store-link): Require message.el in
318         org-gnus-store-link.
320 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-src.el: New file, split out of org.el
324         * org-docbook.el (org-export-as-docbook): Better indentation
325         treatment.
327         * org-macs.el (org-replace-match-keep-properties): New function.
329         * org-exp.el (org-export-mark-blockquote-verse-center): Better
330         preprocessing of center and quote and verse blocks.
332         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
333         (org-export-as-docbook): Close lists when original indentation
334         mandates it.
336         * org-html.el (org-export-html-close-lists-maybe): New function.
337         (org-export-as-html): Close lists when original indentation
338         mandates it.
340         * org-list.el (org-list-end): Respect the stored "original"
341         indentation when determining the end of the list.
343         * org-exp.el (org-export-replace-src-segments-and-examples):
344         Remember indentation correctly.
346 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org-clock.el (org-clock-update-mode-line): Apply face
349         org-mode-line-clock.
351         * org-faces.el (org-mode-line-clock): New face.
353 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
355         * org-gnus.el (org-gnus-store-link): Fix bug where
356         `org-gnus-store-link' used wrong subject when called in an article
357         buffer.  Patch provided by fengli AT gmail DOT com.
359 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-exp.el (org-export-format-source-code-or-example): Remember
362         the original indentation of source code snippets and examples.
364         * org-latex.el (org-export-as-latex): Relocate the table of
365         contents.
367         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
369         * org-agenda.el (org-run-agenda-series): Scope global options also
370         when creating the agenda buffer.
372 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org.el (org-adapt-indentation): Improve documentation.
375         (org-insert-property-drawer): Respect org-adapt-indentation when
376         inserting the drawer.
377         (org-remove-flyspell-overlays-in): New function.
378         (org-do-emphasis-faces, org-activate-plain-links)
379         (org-activate-code, org-fontify-meta-lines-and-blocks)
380         (org-activate-angle-links, org-activate-footnote-links)
381         (org-activate-bracket-links, org-activate-dates)
382         (org-activate-target-links, org-activate-tags): Remove flyspell
383         overlays.
385 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org.el (org-edit-src-save): New function.
389         * org-clock.el (org-clock-out-switch-to-state): New option.
390         (org-clock-out): Honor `org-clock-out-switch-to-state'.
392         * org-compat.el (org-compatible-face): Improve macro.
394         * org.el (org-global-properties-fixed): Add default for
395         CLOCK_MODELINE_TOTAL.
397         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
398         andd tend.
399         (org-clock-sum-current-item): Optional argument TSTART, pass it to
400         org-clock-sum.
401         (org-clock-get-sum-start): New function.
403         * org.el (org-startup-options): New keywords blockhide and
404         blockshow.
405         (org-mode): Add new invisibility spec.
406         (org-set-startup-visibility): Hide block on startup if so
407         desired.
408         (org-hide-block-startup): New option.
409         (org-block-regexp): New constant.
410         (org-hide-block-overlays): New variable.
411         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
412         (org-show-block-all, org-hide-block-toggle-maybe)
413         (org-hide-block-toggle): New functions.
414         (org-edit-src-exit): Do not quote lines starting with # and no +
415         behind it.
416         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
417         entry.
419 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org.el (org-buffer-property-keys): Add Effort property for
422         completion.
424 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
426         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
427         when retrieving total clocked time in the subtree.
429         * org.el (org-quoting-blocks): New variable.
431 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-table.el (org-table-store-formulas)
434         (org-table-get-stored-formulas, org-table-fix-formulas)
435         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
436         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
438         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
439         indented #+TBLFM line.
441         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
442         indented #+TBLFM line.
444         * org-colview.el (org-dblock-write:columnview): Allow indented
445         #+TBLFM line.
447         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
448         indented #+TBLFM line.
450         * org-clock.el (org-dblock-write:clocktable): Allow indented
451         #+TBLFM line.
453 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
455         * org-exp.el (org-export-format-source-code-or-example): Make
456         editing indented blocks work correctly.
458         * org.el (org-edit-src-nindent): New variable.
459         (org-edit-src-code, org-edit-fixed-width-region)
460         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
461         editing indented blocks work correctly.
463 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
465         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
466         indented blocks.
467         (org-export-format-source-code-or-example): Fix indentation of
468         blocks.
469         (org-export-remove-indentation): New function.
470         (org-export-select-backend-specific-text): Allow backend-specific
471         code to be indented.
472         (org-export-mark-blockquote-verse-center): Allow markers to be
473         indented.
475         * org.el (org-fontify-meta-lines): New function.
476         (org-set-font-lock-defaults): Call the new fontification
477         function.
479         * org-faces.el (org-meta-line): New face
480         (org-block):  New face.
482 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
484         * org.el (org-treat-insert-todo-heading-as-state-change)
485         (org-treat-S-cursor-todo-selection-as-state-change): New
486         variables.
487         (org-insert-todo-heading): Honor
488         `org-treat-insert-todo-heading-as-state-change'.
489         (org-shiftright, org-shiftleft): Honor
490         `org-treat-S-cursor-todo-selection-as-state-change'.
491         (org-inhibit-logging): New variable.
493 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
495         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
496         range for marker position checking.
498         * org-latex.el (org-export-latex-first-lines): Fix bug when
499         exporting a region.
501 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
503         * org-exp.el (org-export-push-to-kill-ring): Protect using
504         x-set-selection, because that does not always work.
506         * org-agenda.el (org-agenda-list): Apply the new face
507         `org-agenda-date-today'.
509         * org-faces.el (org-agenda-date-today): New face.
511 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
513         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
514         creating appointments.
516         * org-latex.el (org-export-latex-low-levels): Fix customization
517         type.
519         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
520         priority commands.
522         * org-agenda.el (org-agenda-priority): Disable priority commands.
524         * org.el (org-enable-priority-commands): New option.
526         * org-colview-xemacs.el (org-columns-compute)
527         (org-columns-number-to-string): Fix problems with empty fields.
529         * org-colview.el (org-columns-compute)
530         (org-columns-number-to-string): Fix problems with empty fields.
532         * org-exp.el (org-export-push-to-kill-ring): New function.
533         (org-export-copy-to-kill-ring): New option.
535         * org-latex.el (org-export-as-latex): Call
536         `org-export-push-to-kill-ring'.
538         * org-html.el (org-export-as-html): Call
539         `org-export-push-to-kill-ring'.
541         * org-docbook.el (org-export-as-docbook): Call
542         `org-export-push-to-kill-ring'.
544         * org-ascii.el (org-export-as-ascii): Call
545         `org-export-push-to-kill-ring'.
547         * org-exp.el (org-export-show-temporary-export-buffer): New
548         option. 
550         * org-latex.el (org-export-as-latex): Use
551         `org-export-show-temporary-export-buffer'.
553         * org-html.el (org-export-as-html): Use
554         `org-export-show-temporary-export-buffer'.
556         * org-docbook.el (org-export-as-docbook): Use
557         `org-export-show-temporary-export-buffer'.
559         * org-ascii.el (org-export-as-ascii-to-buffer): Use
560         `org-export-show-temporary-export-buffer'.
562         * org-exp.el (org-export-show-temporary-export-buffer): New
563         option.
564         (org-export-push-to-kill-ring): New function.
566         * org-colview.el (org-columns-compile-map): New variable.
567         (org-columns-new, org-columns-compute)
568         (org-columns-number-to-string, org-columns-uncompile-format)
569         (org-columns-compile-format): Implement new operators.
571 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
575         * org-html.el (org-export-html-xml-declaration): New option.
576         (org-export-as-html): Use `org-export-html-xml-declaration'.
578         * org-list.el (org-update-checkbox-count): Make property
579         dependent.
581         * org.el (org-hierarchical-todo-statistics): New option.
582         (org-update-parent-todo-statistics): Modified to handle recursive
583         statistics.
585 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
587         * org-publish.el (org-publish): Make this function behave
588         correctly in interactive use when called with a prefix argument.
590         * org.el (org-todo-statistics-hook): New hook.
591         (org-update-parent-todo-statistics): Use new hook.
592         (org-log-into-drawer): New function.
593         (org-add-log-setup): Use the new `org-log-into-drawer' function to
594         determine if we should be logging into a drawer.
595         (org-log-into-drawer): Update docstring.
596         (org-default-properties): Add LOG_INTO_DRAWER as a property.
598         * org-list.el (org-checkbox-statistics-hook): New hook.
599         (org-update-checkbox-count-maybe): Use new hook.
601         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
602         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
603         to kill ring.
605 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
608         a line.
610 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
612         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
613         better bufer-generating mechanism.
614         (org-edit-src-find-buffer): New function.
616         * org-icalendar.el (org-print-icalendar-entries): Don't check for
617         archive tag, this is already done by `org-agenda-skip'.
618         data while constructing lost of tags.
620 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
622         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
623         as argument separator in macros.
625         * org-html.el (org-export-as-html): Add xml declaration.
627 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
629         * org.el (org-after-sorting-entries-or-items-hook): New hook.
630         (org-sort-entries-or-items): Run the new hook.
631         (org-after-refile-insert-hook): New hook.
632         (org-refile): Run `org-after-refile-insert-hook'.
634         * org-agenda.el (org-agenda-get-progress): Never take time of day
635         from headline when displaying progress.
637         * org-latex.el (org-export-latex-complex-heading-re): New variable.
638         (org-export-as-latex): Force the correct regexp in the
639         preprocessor buffer.
640         (org-export-latex-set-initial-vars): Set
641         `org-export-latex-complex-heading-re'.
643         * org-agenda.el (org-agenda-start-with-log-mode): New option.
644         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
646 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org-latex.el (org-export-latex-tables-centered): New option.
649         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
651         * org-exp.el (org-export-as-org): New command.
652         (org-export-as-org): New command.
654         * org-publish.el (org-publish-org-to-org): New function.
656 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org.el (org-yank): Just call `org-yank-generic'.
659         (org-yank-generic): New function, containing the formaer
660         functionality of `org-yank'.
662         * org-latex.el (org-export-latex-not-done-keywords)
663         (org-export-latex-done-keywords): New variables.
664         (org-export-latex-todo-keyword-markup): New option.
665         (org-export-latex-set-initial-vars): Remember the TODO keywords.
666         (org-export-latex-keywords-maybe): Apply the TODO markup.
668 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org-exp.el (org-infile-export-plist): Add more default macros.
671         (org-export-preprocess-apply-macros): Process macro arguments.
673 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
676         `unblocked'.
677         (org-print-icalendar-entries): Respect the new value of
678         `org-icalendar-include-todo'.
680         * org.el (org-link-try-special-completion)
681         (org-file-complete-link): New functions.
682         (org-insert-link): Add special completion support for some link
683         types.
685         * org-bbdb.el (org-bbdb-complete-link): New function.
687 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
689         * org-list.el (org-update-checkbox-count): Allow recursive
690         statistics.
691         (org-hierarchical-checkbox-statistics): New option.
693         * org.el (org-cycle): Remove erraneous space character.
695         * org-icalendar.el (org-icalendar-timezone): Initialize from
696         environment.
698         * org-html.el (org-format-org-table-html): Specify the scope.
699         (org-format-table-table-html): Specify the scope.
700         (org-export-table-header-tags): Prepare the scope parameter.
702 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
704         * org-html.el
705         (org-export-html-table-use-header-tags-for-first-column): New
706         option.
708         * org.el (org-autoload): Fix autoloading of ascii export
709         functions.
710         (org-modules): Add org-special-blocks.
712 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org-icalendar.el (org-start-icalendar-file): Use the new option.
715         (org-ical-timezone): New option.
717         * org-exp.el (org-export-get-coderef-format): Use the description
718         is present.
720         * org.el (org-sort-entries-or-items): Improve docstring, and make
721         better implementation for time sorting.
723 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org.el (org-edit-src-persistent-message): New option.
726         (org-edit-src-code, org-edit-fixed-width-region): Use the new
727         option.
729         * org-clock.el (org-clock-insert-selection-line): Fix prefious
730         patch.
732         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
733         separate buffer instead of indirect buffer to edit source code.
734         (org-edit-src-exit): Make this function work with the new setup.
736         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
737         are properly fontified before shown in the selection menu.
739         * org.el (org-fontify-like-in-org-mode): New function.
741         * org-latex.el (org-export-latex-links): Use the property list to
742         retrieve the default image attributes.
744         * org-exp.el (org-export-plist-vars): Add a new option.
746 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
748         * org-exp.el (org-export, org-export-visible): Support ASCII
749         export to buffer
750         (org-export-normalize-links): Do not protect the description if it
751         is explicitly given.
753         * org-ascii.el (org-export-as-ascii-to-buffer)
754         (org-replace-region-by-ascii, org-export-region-as-ascii): New
755         commands.
756         (org-export-as-ascii): Add all the same parameters that are also
757         supported by the other export functions.
759         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
760         org-checklist.el.
761         (org-reset-checkbox-state-subtree): Call
762         `org-reset-checkbox-state-subtree'.
764         * org-remember.el (org-select-remember-template): For the
765         selection of a valid template.
767         * org-latex.el (org-export-region-as-latex): Supply the
768         force-no-subtree argument.
769         (org-export-as-latex): Provide better limits when exporting the
770         first line.  When exporting to string, we still want the first
771         lines.
772         (org-export-latex-first-lines): New argument END, to force the end
773         of the region.
774         (org-export-region-as-latex): Use the property list.
775         (org-export-as-latex):
777         * org-colview-xemacs.el (org-columns-remove-overlays)
778         (org-columns): Fix call to `local-variable-p'.
780 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
782         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
783         (org-export-as-html): Run the new hook.
785         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
786         (org-export-latex-preprocess): Run the new hook.
788         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
789         (org-export-preprocess-string): Run the new hook.
791 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
793         * org-macs.el (org-check-external-command): New defsubst.
795         * org.el (org-mode-map): New key for reload.
796         (org-format-latex): Better error message when external programs
797         are not available.
799         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
801         * org.el (org-sort-entries-or-items): Explicit sorting function
802         for priorities, needed for XEmacs compatibility.
804         * org-remember.el (org-remember-apply-template): Improve auto-save
805         behavior.
807 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
809         * org-latex.el (org-export-latex-preprocess): Also protect
810         environments ending in a star.
812         * org-list.el (org-at-item-p): Fix regular expression.
814 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
816         * org.el (org-end-of-subtree): Improve speed.
818         * org-agenda.el (org-agenda-get-timestamps)
819         (org-agenda-get-progress, org-agenda-get-deadlines)
820         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
821         in particular, wait as long as possible to collect the tags.
822         (org-stuck-projects): Improve docstring.
824         * org.el (org-store-link): No errors when getting custom id before
825         first headline.
826         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
828 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
832         * org-protocol.el: Remove dependency on url.el.
833         (org-protocol-unhex-compound, org-protocol-open-source): Remove
834         dependency on url.el.
836         * org-latex.el (org-export-as-pdf): Use
837         `org-latex-to-pdf-process'.
839 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org-latex.el (org-latex-to-pdf-process): New option.
843         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
844         New option.
845         (org-agenda-get-timestamps): Honor
846         `org-agenda-skip-additional-timestamps-same-entry'.
848         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
849         (org-clock-goto): Find recent task only if
850         `org-clock-goto-may-find-recent-task' allows it.
852         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
853         drawers, and drawers that are missing the :END: line.
855 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
857         * org-clock.el (org-clock-goto): Go to recently clocked task if no
858         clock is running.
860 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org.el (org-update-parent-todo-statistics): Check for
863         STATISTICS_FROM property.
865         * org-list.el (org-update-checkbox-count): Check for
866         STATISTICS_FROM property.
868         * org.el (org-tab-first-hook)
869         (org-tab-after-check-for-table-hook)
870         (org-tab-after-check-for-cycling-hook): New hooks.
871         (org-cycle-internal-global, org-cycle-internal-local): New
872         functions, split out from `org-cycle'.
873         (org-cycle): Call the new hooks.
875 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
877         * org-exp.el (org-export-preprocess-string): Reset the list of
878         preferred targets for each run of the preprocessor.
880         * org.el (org-refile-target-verify-function): Improve
881         documentation.
882         (org-get-refile-targets): Respect point being moved by the
883         verification function.
885         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
886         option.
887         (org-export-latex-keywords): Use new option.
889         * org.el (org-rear-nonsticky-at): New defsubst.
890         (org-activate-plain-links, org-activate-angle-links)
891         (org-activate-footnote-links, org-activate-bracket-links)
892         (org-activate-dates, org-activate-target-links)
893         (org-activate-tags): Place the rear-nonsticky properties at the
894         correct location.
896 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
898         * org-protocol.el (server-edit): Declare `server-edit'.
899         (org-protocol-unhex-string, org-protocol-unhex-compound): New
900         functions.
901         (org-protocol-check-filename-for-protocol): Call `server-edit'.
903         * org.el (org-default-properties): New default properteis for
904         completion.
906         * org-exp.el (org-export-add-subtree-options): Add new properties
907         for subtree export.
909         * org-docbook.el (org-export-docbook-keywords-markup)
910         (org-export-docbook-timestamp-markup): New options.
911         (org-export-docbook-protect-tags): New function.
913 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
915         * org-id.el (org-id-get-with-outline-path-completion): Turn off
916         org-refile-target-verify-function for the duration of the command.
918         * org.el (org-link-to-org-use-id): New possible value
919         `create-if-interactive-and-no-custom-id'.
920         (org-store-link): Use custom IDs.
921         (org-link-search): Find custom ID properties from #link.
922         (org-default-properties): Add CUSTOM_ID for property completion.
923         (org-refile-target-verify-function): New option.
924         (org-goto): Turn off org-refile-target-verify-function
925         for the duration of the command.
927 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org-html.el (org-export-as-html): Use custom IDs in the toc.
931         * org-exp.el (org-export-preferred-target-alist): New variable.
932         (org-export-define-heading-targets): Find the new CUSTOM_ID
933         property.
934         (org-export-target-internal-links): Target the custom ids when
935         possible.
937         * org-latex.el (org-export-latex-preprocess): Better regexp for
938         matching latex macros with arguments.
940 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
942         * org-remember.el (org-remember-handler): Allow filing to non-org
943         files.
945 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
947         * org-feed.el (org-feed-alist): New keyword options.
948         (org-feed-update): Use the new options.
949         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
950         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
951         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
952         functions.
954         * org-table.el (org-table-fix-formulas): Do not change references
955         to remote tables.
956         (org-table-get-remote-range): Convert standard coordinates to RC
957         format.
959         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
961 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org-compat.el (org-sha1-string): Function removed.
965         * org.el (org-refile-allow-creating-parent-nodes): New option.
966         (org-refile-get-location): New argument NEW-NODES.
967         (org-refile): Call `org-refile-get-location' with the new
968         argument.
969         (org-refile-get-location): Arrange for adding a new child.
970         (org-refile-new-child): New function.
972         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
973         an additional span element.
975         * org-clock.el: Fix a number of docstrings.
976         (org-clock-find-position): New argument
977         FIND-UNCLOSED to make the function find an unclosed clock in the
978         entry.
979         (org-clock-in): Call `org-clock-find-position' with the new
980         argument if we might be resuming a clock.
982 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org-latex.el (org-export-latex-display-custom-times): New variable.
985         (org-export-latex-timestamp-markup): New option.
986         (org-export-latex-set-initial-vars): Remember the local value of
987         `org-display-custom-times'.
988         (org-export-latex-content): Process time stamps.
989         (org-export-latex-time-stamps): New function.
991         * org-macs.el (org-maybe-intangible): Add intangible property
992         again to invisible text.
994 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
996         * org-exp.el (org-default-export-plist): Handle undefined
997         variables.
999 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org.el (org-sort-entries-or-items): Match TODO keywrds
1002         case-sensitively, when sorting.
1003         (org-priority): Do not match TODO keywords with wrong case.
1005 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org-feed.el (org-feed-update): Bind the variable
1008         `new-formatted'.
1010         * org-html.el (org-export-as-html): Start paragraphs after literal
1011         examples.
1013         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1014         literal examples.
1016 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1018         * org.el (org-todo): Honor the NOBLOCKING property.
1020         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1021         NOBLOCKING property.
1023         * org.el (org-scan-tags): Fix bug in tag scanner
1025 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org.el (org-modules): Mark obsolete packages.
1029         * org-html.el: New file, split out from org-exp.el.
1031         * org-icalendar.el: New file, split out from org-exp.el.
1033         * org-xoxo.el: New file, split out from org-exp.el.
1035         * org-ascii.el: New file, split out from org-exp.el.
1037 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org-compat.el (org-find-library-name): New function.
1041         * org.el (org-pre-cycle-hook): New hook.
1042         (org-cycle): Call the new hook in appropriate places.
1043         (org-reload): Only reload files that have been loaded before.
1045 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1047         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1048         after todo keyword.
1049         (org-todo): When changing TODO state, do matching
1050         case-sensitively.
1051         (org-map-continue-from): New variable.
1052         (org-scan-tags): Respect values in `org-map-continue-from'.
1053         (org-reload): Make XEmacs compatible.
1055 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1057         * org-protocol.el (org-protocol-flatten-greedy): New function.
1058         (org-protocol-flatten): New function.
1060         * org.el (org-open-link-from-string): Pass reference buffer to
1061         `org-open-at-point'.
1062         (org-open-at-point): New optional argument `reference-buffer'.
1064 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1066         * org.el (org-scan-tags): Make tag scan find headline in first
1067         line, 2nd attempt.
1068         (org-get-refile-targets): Add the naked file name.
1069         (org-refile): Store as top-level entry when only file name was
1070         given.
1072         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1074         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1075         Renamed from org-block-todo-from-children-or-siblings, and
1076         enhanced to look for the parent's status as well.
1078         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1079         (org-agenda-get-progress): Add first notes line to log entry if so
1080         desired.
1082 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1084         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1085         (org-agenda-cleanup-fancy-diary): Call the new hook.
1087         * org-remember.el (org-remember-apply-template): Take the default
1088         for the annotation from the :annotation property.
1090         * org-mac-message.el (org-mac-message-get-link): Remove the
1091         quotes.
1092         (org-mac-message-get-link): Return the result.
1094 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1096         * org.el (org-refile-get-location): Add file name only if not
1097         already included in outline path.
1099         * org-faces.el (org-n-level-faces): Fix customization type from
1100         number to integer.
1102         * org-exp.el (org-export-headline-levels): Fix customization type
1103         from number to integer.
1105         * org-agenda.el (org-agenda-confirm-kill)
1106         (org-agenda-custom-commands-local-options)
1107         (org-timeline-show-empty-dates, org-agenda-ndays)
1108         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1109         customization type from number to integer.
1111 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-protocol.el: Declare some functions.
1115         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1116         postion before inserting modified headline.
1118         * org-agenda.el (org-agenda-compare-effort): Honor
1119         `org-sort-agenda-noeffort-is-high'.
1120         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1121         (org-agenda-compare-effort): Implement the "?" operator for
1122         finding entries without effort setting.
1124         * org.el (org-extract-attributes-from-string): New function.
1126         * org-exp.el (org-export-splice-attributes): New function.
1128 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1130         * org-mouse.el: XEmacs compatibility fixes
1132         * org-docbook.el (org-export-as-docbook): Process footnotes like
1133         normal text.
1135         * org.el (org-modules): Add org-inlinetasks.el
1136         (org-cycle): Implement limiting level on cycling.
1137         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1138         buffer.
1140         * org-inlinetask.el: New file.
1142         * org.el (org-emphasis-regexp-components): Allow braces in
1143         emphasis pre and post match.
1145         * org-footnote.el (org-footnote-normalize): When only dorting, do
1146         not insert inline notes at the end.
1148         * org-docbook.el (org-id-find-id-file): Add function declaration.
1150         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1152         * org-docbook.el: New file.
1154 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1156         * org.el (org-reftex-citation): New command.
1158 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1160         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1161         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1162         sorting options.
1163         (org-entries-lessp): Apply the new sorting option.
1165         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1166         blocker code, when an older sibling has children.
1168         * org-mac-message.el (org-mac-message-get-link): Improve getting
1169         links from multiple selected messages.
1171 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1173         * org-remember.el (org-remember-finalize): Do not set buffer file
1174         name to nil.
1175         (org-remember-handler): Mark buffer as unmodified.
1176         (org-remember-handler): Delete backup file and show message about
1177         remaining backup files.
1178         (org-remember-auto-remove-backup-files): New option.
1180         * org.el (org-store-link): Use buffer name as link description in
1181         w3-mode buffers.
1182         (org-ido-switchb): Fix argument bug for completion.
1184         * org-remember.el (org-remember-apply-template): Set local
1185         variable `auto-save-visited-file-name' instead of global one.
1187 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1189         * org-feed.el: Re-write.
1191         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1192         (org-agenda-get-todos): Mark file tags as inherited.
1193         (org-agenda-list): Always search diary lines for a time.
1195 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org-feed.el (org-feed-assume-stable): New option.
1198         (org-feed-before-adding-hook): New hook.
1200         * org-exp.el (org-export-as-html): Close local lists depending on
1201         indentation, also when starting a table.
1203         * org-remember.el (org-remember-backup-directory)
1204         (org-remember-backup-name): New internal variable.
1206 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1208         * org-clock.el (org-clock-out-if-current): Make buffer detection
1209         work in indirect buffers as well.
1211         * org.el (org-emphasis-regexp-components): Add the exxclamation
1212         mark to the post-emphasis characters.
1214 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1217         (org-read-date): Run the new hook.
1219         * org-mac-message.el (org-mac-flagged-mail): New group.
1220         (org-mac-mail-account): New variable.
1221         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1222         commands.
1224         * org-remember.el (org-remember-backup-directory): New variable.
1225         (org-remember-apply-template): Write file to backup directory.
1227 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1229         * org-mouse.el (org-mouse-todo-menu): New function.
1230         (org-mouse-todo-keywords): Function removed.
1231         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1233         * org-table.el (org-table-beginning-of-field)
1234         (org-table-end-of-field): New commands
1235         (org-table-previous-field, org-table-beginning-of-field): Better
1236         error messages.
1237         (orgtbl-setup): Include `M-a' and `M-e'.
1239         * org.el (org-backward-sentence, org-forward-sentence): New
1240         commands.
1242         * org-colview.el (org-colview-initial-truncate-line-value): New
1243         variable.
1244         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1245         (org-columns): Remember the value of `truncate-lines'.
1247         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1248         New variable.
1249         (org-columns-remove-overlays): Restore the value of
1250         `truncate-lines'.
1251         (org-columns): Remember the value of `truncate-lines'.
1253         * org.el (org-columns-skip-arrchived-trees): New option.
1255         * org-agenda.el (org-agenda-export-html-style): Define color for
1256         org-agenda-done face.
1257         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1258         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1260         * org.el (org-scan-tags): Use the new face.
1262         * org-faces.el (org-agenda-done): New face.
1264         * org.el (org-scan-tags): Test the value org
1265         `org-tags-match-list-sublevels'.
1266         (org-tags-match-list-sublevels): New allowed value: indented.
1268         * org-export-latex.el (org-export-latex-make-header): Apply macros
1269         in header.
1271         * org-exp.el (org-export-apply-macros-in-string): New function.
1273         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1274         with the definition of a checked box.
1276         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1278         * org-export-latex.el (org-export-latex-low-levels): More options
1279         for how to process lower levels in LaTeX.
1280         (org-export-latex-subcontent): Better treatment for lists as a
1281         means of publishing lower levels.
1283 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1287         * org-faces.el (org-checkbox): New face.
1289         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1290         fragement images if there is an export file.
1292 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1294         * org-agenda.el (org-stuck-projects): Document that the subtree of
1295         projects that are not stuck will now be searched for stuck
1296         sub-projects.
1297         (org-agenda-skip-entry-when-regexp-matches)
1298         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1299         (org-agenda-list-stuck-projects): Use
1300         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1302         * org-export-latex.el (org-export-latex-preprocess): Improve
1303         export of verses.
1305         * org-exp.el (org-export-as-html): Implement centering as a div
1306         rather than a paragraph.  Do a better job with line-end in verse
1307         environments.
1309 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org.el (org-open-at-point): Fix tags searches by mouse click.
1313 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-export-latex.el (org-export-latex-preprocess): Implement the
1316         centering markup.
1318         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1319         from `org-export-mark-blockquote-and-verse'.
1320         (org-export-as-html): Implement the centering markup.
1322         * org-export-latex.el (org-export-latex-tables): Fix vertical
1323         lines in tables.
1325 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1327         * org.el (org-read-date-history): New variable.
1328         (org-read-date): Use new history variable.
1329         (org-toggle-heading): Fix bug when used before first headline.
1330         (org-store-log-note): Remove drawer if empty while note is
1331         aborted.
1332         (org-remove-empty-drawer-at): New function.
1333         (org-check-after-date): New command.
1334         (org-sparse-tree): New sparse tree command "a".
1336         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1338 2009-03-14  Bastien Guerry  <bzg@altern.org>
1340         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1341         column and a space, not only a column.
1343 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1345         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1346         defaults for verbose emphasis.
1347         (org-export-latex-emph-format): New function.
1348         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1350         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1351         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1352         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1353         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1354         commands.
1356         * org.el (org-timestamp-change): Move end-time along with start
1357         time.
1359 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1361         * org-exp.el (org-export-target-internal-links)
1362         (org-export-as-html): Protect links specified as #name.
1364 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1366         * org.el (org-clone-subtree-with-time-shift): New command.
1368         * org-export-latex.el (org-export-latex-special-chars)
1369         (org-export-latex-treat-sub-super-char): Fix subscript export.
1371         * org-exp.el (org-create-multibrace-regexp): Do not add
1372         backslashes to the class.
1374 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1376         * org-colview.el (org-columns-map): Better functions for moving up
1377         and down a row, even if `truncate-line' is nil.
1379         * org.el (org-insert-todo-heading): Make sure the keyword is
1380         inserted at the correct position.
1382         * org-publish.el (org-publish-project-alist)
1383         (org-publish-projects, org-publish-org-index): Change default anme
1384         for the index of file names to "sitemap.org".
1386         * org-export-latex.el (org-export-latex-tables): Use
1387         `org-split-string', for Emacs 21 compatibility.
1389 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1391         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1393 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1395         * org-exp.el (org-export-page-description)
1396         (org-export-page-keywords): New variables.
1397         (org-export-plist-vars): Add entries for :keywords and
1398         :description.
1399         (org-infile-export-plist): Parse for new keywords.
1400         (org-get-current-options): Add new keywords
1401         (org-export-as-html): Publish description and keywords.
1403         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1404         option.
1405         (org-agenda-add-entry-text): Honor
1406         `org-agenda-add-entry-text-descriptive-links'.
1408         * org-export-latex.el (org-export-latex-preprocess): Make all
1409         external preprocess functions use a PARAMETER arg.
1411         * org-exp.el (org-export-preprocess-string)
1412         (org-export-select-backend-specific-text)
1413         (org-export-format-source-code-or-example)
1414         (org-format-org-table-html): Support docbook export.
1415         (org-export-preprocess-string): Make all external preprocess
1416         functions use a PARAMETER arg.
1418 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1420         * org-exp.el (org-export-html-style-include-scripts): New option.
1421         (org-export-plist-vars): Add new option
1422         `org-export-html-style-include-scripts'.
1423         (org-export-as-html): Honor new option
1424         `org-export-html-style-include-scripts'.
1425         (org-export-html-scripts, org-export-html-style-default): Fix
1426         xml issues with the Safari browser.
1428 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org-publish.el (org-publish-attachment): Only copy file when the
1431         directories differ.
1433 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1436         for clocktable steps.
1438         * org.el (org-additional-option-like-keywords): Add two more
1439         keywords.
1441 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1443         * org-exp.el (org-export-format-source-code-or-example): Mark
1444         temporary buffer unmodified, so that it will be killed even if
1445         mode like message mode has decided to assign a file name.
1447         * org.el (org-scan-tags): Improve tag inheritance.
1448         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1449         case-sensitive.
1450         (org-scan-tags): Use the internal tags list instead of creating it
1451         from scratch.
1452         (org-trust-scanner-tags, org-scanner-tags): New variables.
1453         (org-scan-tags): Set `org-scanner-tags'.
1454         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1455         (org-map-entries): Document the possible speedup using scanner
1456         tags.
1458 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1460         * org.el (org-add-planning-info): Fix bug with looking for keyword
1461         only at column 0.
1463         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1464         option for tags filter preset.
1465         (org-prepare-agenda): Store filter preset as a property on the
1466         filter variable.
1467         (org-finalize-agenda): Call the filter, if there is a preset.
1468         (org-agenda-filter-by-tag): Filter again after clearing the
1469         filter, when there still is a preset.
1470         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1471         Include the preset filter.
1472         (org-agenda-redo): Apply the filter again, also the preset filter.
1474         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1476         * org.el (org-uuidgen-p): New funtion.
1478         * org-agenda.el (org-agenda-fontify-priorities): New default value
1479         `cookies'.
1480         (org-agenda-fontify-priorities): Renamed from
1481         org-fontify-priorities.
1483         * org.el (org-set-font-lock-defaults): Call
1484         `org-font-lock-add-priority-faces'.
1485         (org-font-lock-add-priority-faces): New function.
1487         * org-faces.el: (org-set-tag-faces): New option.
1488         (org-priority-faces): New variable.
1490         * org-exp.el (org-export-as-html): Add a "content" div around the
1491         entire content of the body tag.
1492         (org-export-html-get-bibliography): New function.
1493         (org-export-html-validation-link): New variable.
1494         (org-export-as-html): Add validation link to exported page.
1496         * org.el (org-match-sparse-tree): Renamed from
1497         `org-tags-sparse-tree'.
1498         (org-tags-sparse-tree): New alias.
1500 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1502         * org.el (org-get-valid-level): Catch the case where the level
1503         change is nil.
1505         * org-clock.el (org-clock-find-position): Better indentation of
1506         new clock drawers.
1508 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org-agenda.el (org-agenda-quit): Delete window only when the
1511         frame-setup was not `current-window'.
1513         * org.el (org-tag-persistent-alist): New option.
1514         (org-startup-options): Add keyword `noptag'.
1515         (org-fast-todo-selection): Handle :newline correctly.
1516         (org-set-tags): Handle :newline correctly.
1517         (org-fast-tag-selection): Handle :newline correctly.
1519 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1521         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1522         outputting it.
1523         (org-export-ascii-push-links): Fix bug with pussing links into the
1524         export buffer.
1526 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1528         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1529         pasting at top level.
1531         * org-bbdb.el: Improve documentation.
1533 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org-list.el (org-insert-item): Only consider insert empty lines
1536         is `org-empty-line-terminates-plain-lists' is not nil.
1538         * org.el (org-blank-before-new-entry): Mention the dependence on
1539         `org-empty-line-terminates-plain-lists' in the docstring.
1541         * org-publish.el (org-publish-get-project-from-filename): New
1542         optional argument UP.  Only find the top project if UP is set.
1543         (org-publish-current-project): Find the top encloding project.
1545         * org-agenda.el (org-agenda-before-write-hook)
1546         (org-agenda-add-entry-text-maxlines): New options.
1547         (org-write-agenda): Run the new hook in the temporary buffer.
1548         (org-agenda-add-entry-text): New function.
1549         (org-write-agenda): Implement PDF export, using ps2pdf.
1551         * org.el (org-global-properties-fixed, org-global-properties):
1552         Improve documentation string.
1554         * org-exp.el (org-export-ascii-links-to-notes): New option.
1555         (org-export-as-ascii): Handle links better.
1556         (org-export-ascii-wrap, org-export-ascii-push-links): New
1557         functions.
1559 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1561         * org-agenda.el (org-agenda): Make prefix arg optional.
1562         (org-agenda-search-headline-for-time): New option.
1563         (org-format-agenda-item): Honor
1564         `org-agenda-search-headline-for-time'.
1566         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1567         characters.
1569         * org.el (org-self-insert-cluster-for-undo): New option.
1570         (org-self-insert-command): Cluster undo for 20 characters.
1571         (org-self-insert-command-undo-counter): New variable.
1573 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1575         * org-exp.el (org-export-as-html): Fix problem with closing colone
1576         example.
1578 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1580         * org-export-latex.el (org-export-as-latex)
1581         (org-export-latex-first-lines): Avoid modification flag when
1582         adding or removing text properties.
1583         (org-export-latex-fontify): Catch error when org-emph-alist has
1584         entries that are not defined for LaTeX export.
1586         * org.el (orgstruct++-mode): New function.
1587         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1588         (org-context-p): Allow detecting item context after the first line
1589         of an item.
1590         (orgstruct-make-binding): Detect if item-body context should be
1591         seen.
1592         (orgstruct-is-++): New variable.
1593         (org-add-planning-info): Catch the case when there is no planning
1594         info yet and the call does not want to add anything, only maybe
1595         tries to remove something.
1596         (org-special-ctrl-a/e): All value to be a cons cell with separate
1597         settings for `C-a. and `C-e'.
1598         (org-beginning-of-line, org-end-of-line): Honor separate values
1599         for `C-a' and `C-e'.
1601 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org.el (org-reload): New command.
1605 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1607         * org-exp.el (org-export-htm-get-tag-class-name)
1608         (org-export-htm-get-todo-kwd-class-name): New functions.
1609         (org-export-html-tag-class-prefix)
1610         (org-export-html-todo-kwd-class-prefix): New options.
1611         (org-export-as-html): Call
1612         `org-export-html-get-todo-kwd-class-name'.
1613         (org-html-level-start): Wrap tags into classes.
1614         (org-export-html-get-tag-class-name)
1615         (org-export-html-get-todo-kwd-class-name): New functions.
1617         * org-export-latex.el (org-export-latex-collect-header-macros):
1618         Remove fields that are used anyway.
1619         (org-export-latex-make-header): Insert the options earlier.
1621         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1622         matching.
1624         * org-list.el (org-indent-item): Allow point to be at the end of
1625         the region.
1627         * org.el (org-metaleft, org-metaright): Be more accurate about
1628         detecting a region where commands apply.
1630         * org-compat.el (org-cursor-to-region-beginning): New function.
1632         * org.el (org-priority): Also find invisible heading.
1634         * org-colview-xemacs.el (org-columns-edit-value): No special
1635         treatment for `org-todo' prefix.
1637         * org-colview.el (org-columns-edit-value): No special treatment
1638         for `org-todo' prefix.
1640         * org-remember.el (org-remember-apply-template): Use
1641         `org-completing-read-no-ido'.
1643         * org.el (org-completing-read-no-ido): New function.
1644         (org-make-tags-matcher, org-set-property): Use
1645         `org-completing-read-no-ido'.
1647         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1648         New option.
1649         (org-export-as-latex): Import in-buffer settings as TeX macros.
1650         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1651         (org-export-latex-collect-header-macros): New function.
1653         * org.el (org-refile-get-location): Turn off
1654         `partial-completion-mode'.
1656 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1658         * org.el (org-block-todo-from-checkboxes): Announce that
1659         checkboxes are the culprit.
1660         (org-block-todo-from-children-or-siblings): Call
1661         `org-up-heading-all instead' of `outline-up-heading'.
1663         * org-agenda.el (org-agenda-show-1): Renamed from
1664         `org-agenda-show'.
1665         (org-agenda-show): Re-install the old version for now.
1666         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1667         variable into the blokker hook, so that the checkbox checker can
1668         anounce that it caused the blocking.
1670         * org.el (org-track-ordered-property-with-tag): New option.
1671         (org-toggle-ordered-property): Honor
1672         `org-track-ordered-property-with-tag'.
1673         (org-tag-alist): Add newline options.
1674         (org-set-regexps-and-options): Separate option lines imply a
1675         newline.
1676         (org-set-regexps-and-options, org-assign-fast-keys)
1677         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1678         option.
1679         (org-indent-line-function): Make sure this works even if there is
1680         not `org-drawer-regexp' defined.  This can happen when
1681         orgstruct-mode is used in a non-org buffer.
1683         * org-list.el (org-checkbox-blocked-p): New function.
1684         (org-toggle-checkbox): Check for blocking.
1686         * org.el (org-modules): Add an entry for org-R.el.
1688         * org-agenda.el (org-agenda-todo-ignore-with-date)
1689         (org-agenda-todo-ignore-scheduled)
1690         (org-agenda-todo-ignore-deadlines): Mention the variable
1691         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1693         * org.el (org-get-wdays): Find the warning period also if it is in
1694         the wrong place.
1695         (org-ido-completing-read): Provide the correct arguments to
1696         ido-completing-read and bind `ido-enter-matching-directory' to
1697         nil.
1699 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1701         * org.el (org-olpath-completing-read): Never use ido for this
1702         one.
1704         * org-exp.el (org-export-normalize-links): Use new macro.
1706         * org-macs.el (org-if-unprotected-at): New macro.
1708         * org-agenda.el (org-agenda-show): Allow numerical prefix
1709         arguments to specify how much context should be shown.
1710         (org-agenda-cycle-show): New command, could be bound to SPC in
1711         org-agenda-mode-map.
1713         * org-exp.el (org-html-level-start): Space after section number.
1715 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1717         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1718         property, for sorting.
1719         (org-cmp-todo-state): Get the applicable TODO keywords directly
1720         from the buffer.
1721         (org-run-agenda-series, org-agenda-list, org-search-view)
1722         (org-todo-list, org-tags-view): Only fit agenda window when the
1723         whole series is done.
1725         * org.el (org-scan-tags): Add todo state as property, for sorting.
1727         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1728         `org-agenda-overriding-header' as an option.
1729         (org-agenda-list): Honor org-agenda-overriding-header'.
1731 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1733         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1734         after removing a checkbox.
1736         * org.el (org-show-entry): Make this work correctly also if it is
1737         the last entry in the file.
1738         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1739         falling back to normal, default command.
1740         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1741         item, call the checkbox toggler to get a box.
1743         * org-list.el (org-toggle-checkbox): Make double prefix set the
1744         checkbox to "[-]".
1745         (org-fix-bullet-type): Only replace bullet if it is changed.
1746         (org-renumber-ordered-list): Handle case when first item does not
1747         have a number.
1749         * org.el (org-add-log-setup): Fix positioning when
1750         `org-log-states-order-reversed' is nil.
1752         * org-clock.el (org-clock-in): Fix positioning when
1753         `org-log-states-order-reversed' is nil.
1754         (org-clock-find-position): Fix positioning when
1755         `org-log-states-order-reversed' is nil.
1757 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org-clock.el (org-clock-into-drawer): Take default from
1760         `org-log-into-drawer'.
1761         (org-clock-find-position): Look for the correct drawer.
1763         * org.el (org-log-into-drawer): Renamed from
1764         `org-log-state-notes-into-drawer'.
1765         (org-log-state-notes-into-drawer): New variable alias.
1766         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1767         CLOCK.
1768         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1770 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1772         * org-agenda.el (org-agenda): Fix docstring.
1774         * org.el ("org-plot"): Help loading org-plot.
1775         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1776         (org-metadown-hook, org-shiftmetaleft-hook)
1777         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1778         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1779         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1780         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1781         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1783         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1784         for selecting files with any (and even without) extension.
1786         * org.el (org-save-all-org-buffers): Also save id locations.
1787         (org-revert-all-org-buffers): Also load id locations.
1789 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1790         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1791         (org-log-state-notes-into-drawer): New option.
1792         (org-add-log-setup): Place the sate note marker into the drawer,
1793         create drawer when necessary.
1794         (org-refile-targets): Document special interpretation of LEVEL
1795         when odd-levels are used.
1797 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1799         * org.el (org-store-log-note): Fix note indentation when adding
1800         notes to end of list.
1802         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1803         class, so that each keyword can get special colors through CSS.
1805         * org-clock.el (org-clock-out): Add another nil for the previous
1806         state into the call to `org-add-log-setup'.
1808         * org.el (org-log-note-previous-state): New variable.
1809         (org-log-note-headings): New %S escape for old state.
1810         (org-todo): Call the note setup with the old state as an
1811         argument.
1812         (org-add-note): Add another nil for the previous state into the
1813         call to `org-add-log-setup'.
1814         (org-add-log-setup): New argument PREV-STATE.
1815         (org-add-log-note): Handle new %S escape.
1816         (org-store-log-note): Handle new %S escape.
1818 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1820         * org-clock.el (org-clock-find-position): Do not swallow an item
1821         less indented than the CLOCK line itself.
1822         (org-clock-in): Push markers to lin after the clock line.
1823         (org-clock-find-position): Handle values of
1824         `org-clock-into-drawer' smaller than 2.
1826         * org-exp.el (org-html-level-start): Add a CSS class to section
1827         numbers.
1828         (org-export-html-toplevel-hlevel): Better documentation of the
1829         influence of this variables on H levels and css classes in
1830         export.
1832 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1834         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1835         timestamp and nottimestamp to the chooe menu.
1837         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1838         (org-revert-all-org-buffers): New command.
1840 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1842         * org.el (org-return): Implement `org-return-follows-link' in the
1843         function org-return.  This is more robust than using the mouse
1844         map, I think.
1845         (org-set-regexps-and-options): Match more general #+TODO lines.
1846         (org-make-options-regexp): New optional argument EXTRA, for an
1847         extra regexp.
1848         (org-tab-follows-link): Mark as deprecated.
1850 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1852         * org-exp.el (org-export-preprocess-string): Remove clock lines
1853         earlier, so that they cannot cotribute to verbatim snippets.
1855 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1857         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1858         for finding drawers.
1859         (org-export-as-ascii, org-export-as-html): Count levels relative
1860         to the subtree header.
1861         (org-get-min-level): New optional argument OFFSET.
1862         (org-export): Make sure point is restored after popping up that
1863         window.
1865         * org.el (org-do-sort): Also take an inactive timestamp if no
1866         active one is found.
1868         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1869         deleting duplicates.
1871         * org-colview.el (org-columns-capture-view): Copy before
1872         deleting duplicates.
1874         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1875         text before first headline.
1877         * org.el (org-format-latex): Do not convert LaTeX fragments in
1878         protected examples.
1880 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1882         * org-exp.el (org-export-html-style-default): Use color values
1883         instead of names for XHTML validation.
1885         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1886         functions.
1887         (org-return-follows-link): Revert making this the default untile
1888         issues are resolved.
1890         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1891         nottimestamp.
1893 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1895         * org.el (org-mode): Make dependence stuff work more reliably.
1896         (org-update-parent-todo-statistics): Fix bug with updating
1897         statistics cookie.
1899         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1900         ~ as verbatim delimiters.
1902         * org-exp.el (org-export-html-format-image): New argument
1903         PAR-OPEN.
1904         (org-export-as-html): Pass par-open to
1905         `org-export-html-format-image'.
1907 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1909         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1910         (org-use-fast-todo-selection, org-tags-column): New default
1911         setting for variables, based on a poll what typical uses use.
1913         * org-agenda.el (org-agenda-sorting-strategy)
1914         (org-agenda-tags-column): New default setting for variables, based
1915         on a poll what typical uses use.
1917 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1919         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1920         blocked entries from setting the blocked tag.
1922         * org-exp.el (org-export-html-footnotes-section): Use a more
1923         consistent id for footnotes.
1925         * org-export-latex.el (org-export-latex-classes): Remove the
1926         a4paper option from the default styles.
1928 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1930         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1931         (org-block-todo-from-checkboxes): New function.
1932         (org-todo): Make tripple prefix arg circumvent blocking.
1934         * org-timer.el (org-timer): Provide the timer feature.
1936         * org.el (org-require-autoloaded-modules): Add a few more files to
1937         the list of autoloaded modules.
1939         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1941 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1943         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1944         drawers that are unprotected.
1945         (org-export-html-format-image): Make sure inlined LaTeX fragment
1946         images remain inlined.
1948         * org.el (org-toggle-ordered-property): New function.
1949         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1950         (org-org-menu): Add menu entries for TODO dependencies.
1952 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1954         * org.el (org-default-properties): Add ORDERED to the default
1955         properties, to get completion support for it.
1957         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1959         * org.el (org-update-parent-todo-statistics): Update more than one
1960         cookie.
1962         * org-agenda.el (org-agenda-get-todos): Start search from correct
1963         position.
1965         * org.el (org-fast-todo-selection): Make sure TODO selection does
1966         not change buffer position.
1968         * org-list.el (org-toggle-checkbox): Implement adding or removing
1969         checkboxes from line or region when called with a prefix
1970         argument.
1972         * org-rmail.el (org-rmail-store-link): Protect the call to
1973         `rmail-narrow-to-non-pruned-header'.
1975         * org-clock.el (org-clock-special-range): Fix week display in
1976         clock tables.
1978         * org-exp.el (org-get-current-options): Fix bug when in indirect
1979         buffer.
1981 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1984         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1985         (org-agenda-dim-blocked-tasks): New function.
1987         * org.el (org-enforce-todo-dependencies): New option.
1988         (org-block-todo-from-children-or-siblings): New function.
1990         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1992         * org.el (org-todo): Return correct state type even if the blocker
1993         throws an error.
1994         (org-modifier-cursor-error): Renamed from
1995         `org-shiftcursor-error'.
1996         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1997         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1999         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2000         to get real errors from the blocker hook.
2002         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2003         functions.
2004         (org-set-visibility-according-to-property): Turn off the setting
2005         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2006         property.
2008 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2010         * org.el (org-support-shift-select): New option.
2011         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2012         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2013         selection outside contexts.
2015         * org-list.el (org-at-item-bullet-p): New function.
2017         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2018         variables.
2020         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2021         variable.
2022         (org-insert-footnote-reference-near-definition): Remove
2023         unnecessary let form.
2025         * org-export-latex.el (org-export-latex-first-lines): Add
2026         OPT-PLIST parameter.
2027         (org-export-as-latex): Call `org-export-latex-first-lines' with
2028         opt-plits parameter.
2029         (org-export-latex-preprocess): Remove unnecessary variables.
2031         * org-exp.el (org-infile-export-plist)
2032         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2033         (org-export-remove-headline-metadata)
2034         (org-export-get-title-from-subtree, org-get-min-level)
2035         (org-html-do-expand): Remove innecessary let form.
2037         * org-colview-xemacs.el (org-columns-display-here): Remove
2038         unnecessary variables.
2040         * org-colview.el (org-columns-display-here): Remove unnecessary
2041         variables.
2043         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2044         variables.
2046         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2047         unnecessary variables.
2049         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2050         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2051         variables.
2053         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2054         (org-compact-display-after-subtree-move): Remove unnecessary
2055         variables.
2056         (org-edit-fixed-width-region): Remove unnecessary variables.
2057         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2058         (org-olpath-completing-read): Remove unnecessary variable.
2059         (org-auto-repeat-maybe): Remove unnecessary variable.
2060         (org-map-entries): Remove unnecessary variable.
2061         (org-buffer-property-keys, org-imenu-get-tree)
2062         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2064 -----------------------------------------------------------------
2066 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2067         * org-exp.el (org-export-remove-timestamps): Never remove
2068         timestamps from tables.
2070         * org-export-latex.el (org-export-latex-first-lines): Add more
2071         options to the preprocessing of the text before the first
2072         headline.
2074 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2076         * org-faces.el (org-clock-overlay): Make face compatible with
2077         XEmacs.
2079         * org.el (org-yank): Add property for delete-selection mode.
2081         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2083         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2084         variable.
2086         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2087         to `backward-char'.
2089         * org-exp.el (org-export-as-html): Remove the initial space from
2090         colon examples.
2092         * org.el (org-scan-tags): Call
2093         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2095         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2096         customization groups.
2097         (org-agenda-tags-todo-honor-ignore-options): New option.
2098         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2099         New function.
2100         (org-agenda-get-todos): Use
2101         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2103 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2105         * org-exp.el (org-export-format-source-code-or-example): Escape
2106         HTML characters also in examples that anre not treated with
2107         htmlize.  Also, just switch to EXAMPLE processing if we do not
2108         have a good version of htmlize.
2110         * org-rmail.el: Fix copyright notice.
2112         * org.el (org-activate-footnote-links): Improve footnote link
2113         highlighting.
2115         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2116         a footnote definition at the end of the file.
2118         * org-table.el (org-table-get-specials): Add an imagined hline at
2119         the end of the table.  This can be useful for references that want
2120         to go to the end of the table.  Also fix bug when computing last
2121         row constants, in tables that do not start right at the right
2122         margin.
2123         (org-table-eval-formula): Match and replace remove references.
2124         (org-table-formula-substitute-names): Make sure that names inside
2125         a "remote" call are left alone, the will be replaced later when
2126         the remote call is handled.
2127         (org-table-convert-refs-to-rc): Do not convert things that might
2128         look like a reference, but are really part of an ID or namei n a
2129         remote reference.
2130         (org-table-get-remote-range): New function.
2132 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2134         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2136         * org-clock.el (org-clock-put-overlay): Use new face instead of
2137         `secondary-selection'.
2139         * org-faces.el (org-clock-overlay): New face.
2141 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2143         * org-exp.el (org-get-current-options): Include the option for
2144         publishing time stamps.
2146         * org.el (org-toggle-heading): Renamed from
2147         `org-toggel-region-headings'.
2148         No longer needs a region defined, but will use it if there is one.
2149         (org-ctrl-c-star): Simplified, relying more on the internal
2150         workings of `org-toggle-heading'.
2151         (org-toggle-item): Renamed from `org-toggle-region-items'.
2152         No longer needs a region defined, but will use it if there is one.
2153         (org-ctrl-c-minus): Simplified, relying more on the inernal
2154         workings of `org-toggle-item'.
2156         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2157         environment detection.  Also, do real changes only in unprotected
2158         places.
2160 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2162         * org-export-latex.el (org-export-latex-quotation-marks): Use
2163         `org-if-unprotected-1'.
2164         (org-export-latex-set-initial-vars): Check for class definition in
2165         property.
2167         * org-macs.el (org-if-unprotected-1): New macro.
2169 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2171         * org-compat.el (org-count-lines): New function.
2173         * org-exp.el (org-export-format-source-code-or-example): Handle
2174         switches related to text areas.
2176         * org.el (org-activate-footnote-links): Don't allow match inside a
2177         link.
2179         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2181         * org-export-latex.el (org-export-latex-links): Keep a relative
2182         path relative also after export.
2184         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2186         * org.el (org-make-tags-matcher): Never use IDO for completing the
2187         tags matcher match string.
2188         (org-completing-read): Also remove the special biding for "?".
2190         * org-attach.el (org-attach-allow-inheritance): New option.
2191         (org-attach-inherited): New variable.
2192         (org-attach-dir): Handle properties related to the attachment
2193         directory.
2194         (org-attach-check-absolute-path): New function.
2195         (org-attach-set-directory, org-attach-set-inherit): New commands.
2196         (org-attach): Accommodate the new commands in the dispatcher.
2198 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2201         `window-full-width-p'.
2203         * org-exp.el (org-export-as-html): Only check for images files
2204         that really can be inlined
2206         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2207         list of extensions to be a parameter.
2209         * org-exp.el (org-export-html-inline-image-extensions): New
2210         variable.
2212         * org-agenda.el (org-prepare-agenda): Use
2213         `org-agenda-block-separator'.
2214         (org-agenda-block-separator): New option.
2216 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2218         * org-export-latex.el (org-export-latex-tables): Call
2219         `org-table-clean-before-export' with the new optional argument.
2221         * org-exp.el (org-table-clean-before-export): New optional
2222         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2223         first column.
2225 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2227         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2228         histograms.
2230         * org-colview.el (org-colview-construct-allowed-dates): Better
2231         error catching when a date/time property does not have allowed
2232         values defined.
2234         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2235         Better error catching when a date/time property does not have
2236         allowed values defined.
2238 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2240         * org.el (org-map-entries): Restore point and restriction after
2241         `org-map-entries'.
2243 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2245         * org.el (org-time=, org-time<, org-time<=, org-time>)
2246         (org-time>=, org-time<>): Make sure both values are dates.
2248 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2250         * org-archive.el (org-extract-archive-heading): Allow %s for file
2251         name also in achive location heading.
2253 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2255         * org-archive.el (org-add-archive-files): Uniquify the list before
2256         returning it.
2258 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2260         * org-compat.el (org-fit-window-to-buffer): Use
2261         `window-full-width-p'.
2263         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2264         space after the colon in short examples.
2266         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2267         enforce a space after the colon.  However, we also allow lines
2268         that are *only* a colon.
2269         (org-export-as-html): Enforce the space after the colon in short
2270         examples.
2271         (org-export-preprocess-string): Do the colon example protection
2272         earlier.
2273         (org-export-remove-timestamps): Do not check for protection at the
2274         end of the line.
2276 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2278         * org.el (org-format-latex-options): Add new matcher for single
2279         letters between dollars.
2280         (org-get-header): Function removed.
2281         (org-heading-components): New function.
2283         * org-exp.el (org-export-define-heading-targets): Record ID's also
2284         as alternative targets.
2285         (org-export-as-html): Interpret "id:" links to other files by
2286         preserving the relative path.
2288         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2289         is nil.
2291         * org-exp.el (org-export-normalize-links): Protect the main link,
2292         to avoid special character processing.
2294         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2295         New variable.
2296         (org-export-latex-special-string-regexps): Variable removed.
2297         (org-export-latex-keywords): Use the new regexp.
2299         * org-exp.el (org-export-handle-include-files): Fetch switches and
2300         put them into the BEGIN statement.
2302         * org-timer.el (org-timer-mode-line-string): New variable.
2304         * org-clock.el (org-clock-mode-line-map): Renamed from
2305         `org-clock-mode-map'.
2306         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2307         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2308         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2309         (org-clock-remove-overlays): Renamed from
2310         `org-remove-clock-overlays'.
2312         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2313         and mode line display.
2314         (org-timer-stop): New command.
2315         (org-timer-seconds): Return correct time when timer is paused.
2316         (org-timer-mode-line-timer): New variable.
2317         (org-timer-set-mode-line, org-timer-update-mode-line): New
2318         functions.
2320         * org.el (org-insert-heading):  Handle new value `auto' for
2321         `org-blank-before-new-entry'.
2322         (org-org-menu): Add new items for timer functions.
2324         * org-list.el (org-insert-item): Handle new value `auto' for
2325         `org-blank-before-new-entry'.
2327         * org.el (org-blank-before-new-entry): New value `auto', made
2328         default.
2330 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2332         * org-exp.el (org-export-normalize-links): If the link is also
2333         used as the description, protect the description.
2335 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2337         * org.el (org-closest-date): Fix bug with yearly repeats, in
2338         combination with preference of the past as it is used for deadline
2339         and scheduling search.
2341         * org-exp.el (org-html-handle-time-stamps): No longer check for
2342         the `org-export-with-timestamps' option, because the preprocesser
2343         has taken care of this already.
2345         * org.el (org-entry-properties): Catch the case when this is
2346         called in a non-org-mode file.
2348         * org-export-latex.el (org-export-latex-remove-from-headlines):
2349         Variable made obsolete, also LaTeX export now uses the standard
2350         variables.
2351         (org-export-as-latex): Add the timestamps parameter to the
2352         preprocessor parameter list.
2353         (org-export-latex-content): Export the remaining keywords without
2354         considering to remove them.
2355         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2356         Use bold font instead of tt font for the keywords.
2357         (org-export-latex-fontify-headline): Format headlines, assuming
2358         that all keywords still present should be published.
2359         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2360         publish what ever remains of the time stamps.
2361         (org-export-latex-list-parameters): New option.
2362         (org-export-latex-lists): Pass additional parameters to the list
2363         converter.
2365         * org-exp.el (org-export-preprocess-string): Remove clock lines
2366         and timestamps already in the preprocesor.
2367         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2368         functions.
2369         (org-export-as-ascii, org-export-as-html): Add the timestamps
2370         parameter to the preprocessor parameter list.
2372         * org-list.el (org-list-parse-list): Parse for checkboxes.
2373         (org-list-to-generic): Introduce and handle new parameters :cbon
2374         and :cboff.
2375         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2376         optional parameter PARAMS.
2378         * org-export-latex.el (org-export-latex-special-chars): Fix
2379         problems with interpreting dollar signs.
2380         (org-inside-latex-math-p): New function.
2381         (org-export-latex-preprocess): Protect all the math fragments.
2383         * org.el (org-latex-regexps): Allow a dash after a dollar.
2385         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2386         mark after copying.
2388         * org-agenda.el (org-run-agenda-series): Have series options set
2389         when finalizing the agenda.
2391         * org-exp.el (org-export-format-source-code-or-example): Protect
2392         the converted examples.
2394         * org.el (org-set-regexps-and-options): Fix the regexp
2395         `org-complex-heading-regexp'.
2397 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2399         * org.el (org-edit-src-get-label-format): New function.
2400         (org-coderef-label-format): New option.
2401         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2402         a label format specification and make sure it is used in the edit
2403         buffer.
2404         (org-edit-src-get-label-format): New function.
2405         (org-store-link): Handle new coderef formats.
2406         (org-link-search): Handle new coderef formats.
2408         * org-footnote.el (org-footnote-create-definition)
2409         (org-footnote-goto-local-insertion-point): Make footnote insertion
2410         work correctly when the "Footnotes" headline is the last line in
2411         the buffer.
2413         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2414         the location.
2416 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2418         * org-w3m.el (org-w3m): New customization group.
2419         (org-w3m-deactivate-mark): New option.
2420         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2421         option say not to.
2423 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2425         * org.el (org-set-font-lock-defaults): Trigger footnote
2426         fontification.
2427         (org-activate-footnote-links): New function.
2428         (org-activate-links): New entry `footnote'.
2430         * org-faces.el (org-footnote): New face.
2432 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2434         * org-macs.el (org-re): Handle the [:word:] class.
2436         * org-exp.el (org-export-preprocess-string): Call
2437         `org-export-protect-colon-examples'.
2438         (org-export-protect-colon-examples): Renamed from
2439         `org-export-protect-examples', and scope limited to lines starting
2440         with a colon.
2442 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2444         * org-exp.el (org-export-preprocess-string): Move the preprocess
2445         hook to after turning on Org-mode.
2446         (org-export-preprocess-after-include-files-hook)
2447         (org-export-preprocess-after-tree-selection-hook)
2448         (org-export-preprocess-before-backend-specifics-hook)
2449         (org-export-preprocess-final-hook): New hooks.
2450         (org-export-preprocess-string): Run the new hooks.
2452         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2454         * org-footnote.el: New file.
2456         * org.el (org-footnote): Require footnote code.
2457         (org-startup-options): Add new footnote options.
2458         (org-mode-map): New keybindig for footnotes.
2459         (org-ctrl-c-ctrl-c): Add function at footnotes.
2460         (org-org-menu): New menu entries for footnotes.
2462         * org-export-latex.el (org-export-as-latex): Pass footnote
2463         variable to preprocessor.
2464         (org-export-latex-preprocess): Treat multiple references to a
2465         footnote.
2467         * org-exp.el (org-export-preprocess-string): Call
2468         `org-footnote-normalize'.
2469         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2470         to preprocessor.
2471         (org-export-as-html): Treat multiple references to a footnote.
2473 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2475         * org-export-latex.el (org-export-latex-links): Handle coderef
2476         links.
2478         * org.el (org-bracket-link-analytic-regexp++): New variable.
2479         (org-make-link-regexps): Initialize
2480         `org-bracket-link-analytic-regexp++'.
2481         (org-store-link): Implement special case in edit-src buffer.
2482         (org-insert-link): No use of ide to insert stored links.
2483         (org-link-search): Implement special case for coderefs.
2485         * org-exp.el (org-export-html-scripts): New constant.
2486         (org-export-html-style-default): Add a new style for highlighted
2487         code.
2488         (org-export-code-refs): New variable.
2489         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2490         Call `org-export-replace-src-segments-and-examples'
2491         No longer call `org-export-protect-examples'.
2492         (org-export-target-internal-links): Take care of coderef targets.
2493         (org-export-last-code-line-counter-value): New variable.
2494         (org-export-replace-src-segments-and-examples): Renamed from
2495         `org-export-replace-src-segments', and modified.
2496         (org-export-format-source-code-or-example): Renamed from
2497         `org-export-format-source-code'.
2498         (org-export-number-lines): New function.
2499         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2501 --------------------------------------------------------------------------
2503 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2505         * org-remember.el (org-remember-handler): Safer way to get a new
2506         buffer accessing the target file.
2508         * org.el (org-refile-get-location): Handle case of current buffer
2509         not having a file associated with it.
2511 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2513         * org-table.el (org-table-get-formula): Only ask to overwrite
2514         field formula if there really is one.
2516         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2517         number, by converting these to a string.
2519         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2520         located in a different file.
2522         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2523         org-colview.el.
2525 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2527         * org.el (org-completion-use-ido): Enhance docstring of
2528         `org-completion-use-ido'.
2530         * org-export-latex.el (org-export-latex-make-header): Double the %
2531         in the time stamp format.
2532         (org-export-latex-special-chars): Handle case where there is no
2533         match group 3.
2535 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2537         * org.el (org-get-refile-targets, org-refile-get-location): Use
2538         expanded file name to improve comparison.
2540 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2542         * org.el (org-scan-tags): Rescan for tags, to get the correct
2543         upcase/downcase stuff.  This slows things down for now, but it
2544         works.
2545         (org-mode): Make sure the tag-faces regexp is initialized.
2547         * org-export-latex.el (org-export-latex-links): Fix bug with
2548         undefined label.
2550         * org-table.el (org-table-get-specials): Set
2551         `org-table-current-last-data-line'.
2552         (org-table-current-last-data-line): New variable.
2553         (org-table-insert-column, org-table-delete-column)
2554         (org-table-move-column, org-table-fix-formulas): Call
2555         `org-table-fix-formulas' a second time to fix the $LR references.
2556         (org-table-get-specials): Add the $LR references to the tables.
2557         (org-table-get-formula): Do not offer last-row names as LHS of
2558         formulas.
2560         * org.el (org-store-link): Capture link description from
2561         `org-id-store-link'.
2563         * org-exp.el (org-export-html-format-image): Add the / to the end
2564         of the <img> tag.
2565         (org-export-format-source-code): Surround example by empty lines,
2566         to make sure it will not be inside a paragraph.
2568         * org.el (org-ido-switchb): New function.
2570 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2572         * org-agenda.el (org-agenda-show): New prefix argument
2573         FULL-ENTRY.
2575         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2576         argument.
2578         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2579         `org-agenda-change-all-lines'.
2580         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2581         tags are now retrieved locally.
2583 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2585         * org.el (org-get-outline-path): Fix bug if level is not given.
2586         (org-org-menu): Do not quote function in menu vector.
2588         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2589         name.
2591 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2593         * org.el (org-refile): Avoid refiling to within the region to be
2594         refiled.
2596         * org-export-latex.el (org-export-latex-special-chars): Replace
2597         special characters also in tables.
2599         * org-agenda.el (org-agenda-change-all-lines): New argument
2600         FORCE-TAGS.
2601         (org-agenda-set-tags): Cet the new tags and pass them to
2602         `org-format-agenda-item'.
2604 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2606         * org-export-latex.el (org-export-latex-classes): Add longable as
2607         a default package to all classes.
2608         (org-export-latex-tables): Handle the longtable attribute and the
2609         align attribute.
2611         * org-table.el (orgtbl-to-generic): Handle tables that start with
2612         a hline.
2614         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2615         \verb for colde-like snippets.
2616         (org-export-as-latex): Fix issues with region export.
2618         * org.el (org-up-heading-safe): Speed up function by using a
2619         direct regexp search.
2620         (org-olpa): New variable.
2621         (org-get-outline-path): Speed-up path constructions in cases where
2622         this is possible because the entire hierarchy is scanned anyway.
2623         (org-refile-get-location): Don't compare the truenames of files,
2624         this is too slow.
2625         (org-goto-max-level): New option.
2626         (org-goto): Use `org-goto-max-level'.
2628 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2630         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2631         Strip angle brackets from message-ids in the former and don't do
2632         it in the latter.
2633         (org-gnus-follow-link): Open summary reliable, even if the last
2634         messages were deleted, and handle empty groups, too.
2636 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2638         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2639         instead of \texttt for the =...= and ~===~ emphasis environments.
2640         (org-export-as-latex): Remove any old :org-license-to-kill text
2641         properties.
2642         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2643         (org-export-latex-make-header): Add some hard space after the
2644         table of contents.
2645         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2646         exported text so that it will be excuded in further steps.
2648         * org-table.el (org-table-get-specials): Make @0 reference the
2649         last line in a table.
2650         (org-table-recalculate): Improve docstring.
2652 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2654         * org.el (org-log-done): Fix docstring.
2656 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2658         * org-exp.el (org-export-html-format-image): Fix bugs.
2660         * org-export-latex.el (org-export-latex-tables)
2661         (org-export-latex-links): Implement attribute, label, and caption
2662         handling.
2664         * org-exp.el (org-export-html-style-default): Add style
2665         definitions for the figure div.
2666         (org-export-preprocess-string, org-export-as-html): Implement
2667         attribute, label, and caption handling.
2668         (org-export-attach-captions-and-attributes): New function.
2669         (org-export-html-format-image): New function.
2670         (org-format-org-table-html): Implement attribute, label, and
2671         caption handling.
2673         * org.el (org-find-text-property-in-string): New function.
2674         (org-extract-attributes): Use the property org-attr instead of
2675         org-attrobutes, because this property is now set with the #+ATTR
2676         lines.
2678 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2680         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2681         the case that FROM is nil.
2683         * org.el (org-before-first-heading-p): New function.
2685 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2687         * org-exp.el (org-export-as-html): Do not add a space before
2688         enforces line breaks.
2689         (org-export-as-html): Close paragraph before blockquote and verse
2690         tags.
2692 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2694         * org-id.el (org-id-locations-file): Wrap file name with
2695         `convert-standard-filename'.
2696         (org-id-files): New variable.
2697         (org-id-use-hash): New option.
2698         (org-id-update-id-locations): Also search in all files current
2699         listed in `org-id-files'.  Convert the resulting alist to a hash
2700         if the user customation says so.
2701         (org-id-locations-save): Handle he case if `org-id-locations' is a
2702         hash.
2703         (org-id-locations-load): Convert the alist to a hash.
2704         (org-id-add-location): Handle the hast case.
2705         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2706         exited.
2707         (org-id-hash-to-alist, org-id-alist-to-hash)
2708         (org-id-paste-tracker): New functions.
2710 -------------------------------------------------------------------------
2712 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2714         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2715         bindings of calendar variables.
2717         * org-table.el (org-table-find-row-type): Renamed from
2718         `org-find-row-type'.
2719         (org-table-rewrite-old-row-references): Renamed from
2720         `org-rewrite-old-row-references'.
2721         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2722         (org-table-cleanup-narrow-column-properties): Renamed from
2723         `org-cleanup-narrow-column-properties'.
2725 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2727         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2728         for better error messages.
2729         (org-table-get-descriptor-line): Supply the new arguments to
2730         `org-find-row-type'.
2731         (org-table-error-on-row-ref-crossing-hline): New option.
2733         * org.el (org-target-link-regexp): Make buffer-local.
2734         (org-move-subtree-down): Fix bug with trees at beginning of
2735         buffer.
2737 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2739         * org-faces.el (org-set-tag-faces): New function.
2740         (org-tags-special-faces-re): New variable.
2742         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2744         * org-faces.el (org-tag-faces): New option.
2745         (org-tag): Mention `org-tag-faces' in the docstring.
2747 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2749         * org-exp.el (org-export-html-style-default): Implement new
2750         quoting.
2752         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2754         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2755         command to the `w3m-minor-mode-map'.
2757         * org-archive.el (org-archive-to-archive-sibling): Protect
2758         `this-command' to avoid appending kills during archiving.
2760         * org-exp.el (org-export-with-priority): New variable.
2761         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2762         instead of internal list of strings and properties.
2763         (org-print-icalendar-entries): Retrieve the location property with
2764         inheritance.
2766 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org-exp.el (org-export-with-todo-keywords): New option.
2769         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2770         line.
2771         (org-default-export-plist, org-export-add-options-to-plist)
2772         (org-export-as-ascii, org-export-as-html): Use the new structure
2773         of `org-export-plist-vars'.
2775         * org.el (org-map-entries): Return all values.
2777 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2779         * org.el (org-matcher-time): Recognize more special values.
2781         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2783 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2785         * org.el (org-tags-exclude-from-inheritance): New option.
2786         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2787         `org-tags-exclude-from-inheritance'.
2789         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2790         (org-format-agenda-item): Add inherited tags to the agenda line
2791         string, and make sure that properties are kept when downcasing the
2792         tags list.
2793         (org-agenda-add-inherited-tags): New function.
2794         (org-downcase-keep-props): New function.
2796         * org.el (org-scan-tags): Mark inherited tags with a text
2797         property.
2798         (org-get-tags-at): Mark inherited tags with a text property.
2799         (org-add-prop-inherited): New function.
2801         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2802         (org-agenda-show-inherited-tags): New option.
2804 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2806         * org.el (org-modules): Add org-w3m to the default modules.
2808         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2809         orgtbl-mode.
2810         (orgtabl-create-or-convert-from-region): New command.
2812         * org-exp.el (org-export-as-ascii): Remove the handling of
2813         targets.
2814         (org-export-ascii-preprocess): Handle targets already in this
2815         function.
2817 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org-timer.el (org-timer-start-time): Define this variable.
2820         (org-timer-item): Make argument optional.
2822         * org-list.el (org-insert-item): Automatically insert a timer item
2823         if the current list is a timer list.
2825         * org-timer.el: New file.
2827         * org-publish.el (org-publish-org-index): Only exclude the index
2828         file in the main directory from being added to the site-map.
2829         (org-publish-get-project-from-filename): If the current project is
2830         a component, start publishing from the parent project.
2832 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2834         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2836         * org-publish.el (org-publish-org-index): Improve removal of
2837         temporary buffers.
2839         * org-agenda.el (org-get-closed): Re-apply changes
2840         accidentially overwritten by last commit to Emacs.
2842         * org.el (org-outline-path-complete-in-steps): New option.
2843         (org-refile-get-location): Honor
2844         `org-outline-path-complete-in-steps'.
2845         (org-agenda-change-all-lines, org-tags-sparse-tree)
2846         (org-time-string-to-absolute, org-small-year-to-year)
2847         (org-link-escape): Re-apply changes accidentially overwritten
2848         by last commit to Emacs.
2850 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2852         * org-clock.el (org-dblock-write:clocktable): Make sure the
2853         clocktable sees the first line.
2854         (org-clock-in): Warn if the clock cannot be resumed.
2856 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2858         * org.el (org-open-at-point): Fix mixup about interactive and
2859         non-interactive elisp links.
2861 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2863         * org-exp.el (org-export-preprocess-string): Allow one comment
2864         line before the first headline to always be included.  This is
2865         to not miss a commented target.
2867         * org-mouse.el (org-mouse-insert-item): Call
2868         `org-indent-to-column' instead of `indent-to', for XEmacs
2869         compatibility.
2871         * org.el (org-refile-targets): Fix customize definition so
2872         that it works also in XEmacs.
2873         (org-fixup-indentation): Call `org-indent-to-column' instead
2874         of `indent-to', for XEmacs compatibility.
2876 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2878         * org-mew.el (org-mew-store-link): Get the correct case folder
2879         for refiled messages.
2881 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2883         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2884         line break indicators.
2886         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2887         ido-completion propts.
2889 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2891         * org-remember.el (org-remember-apply-template): Use
2892         `org-substring-no-properties'.
2894         * org-compat.el (org-substring-no-properties): New function.
2896         * org-remember.el (org-remember-apply-template): Use
2897         `org-substring-no-properties' for compatibility.
2899         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2900         option.
2901         (org-fix-bullet-type): respect
2902         `org-list-two-spaces-after-bullet-regexp'.
2904         * org-clock.el (org-clock-load): Clean up the code.
2906         * org.el (org-adaptive-fill-function): Allow two spaces after
2907         "1." as a list bullet.
2909 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2911         * org-clock.el (org-clock-save, org-clock-load): Check for
2912         live buffers, existing files, and buffer file names to ensure
2913         consistent information.
2914         (org-clock-persist): Make `clock' a special value of this
2915         variable, and improve docstring.
2917         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2918         (org-get-string-indentation): Adapt indentation when the bullet
2919         width changes.
2921 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2923         * org-remember.el (org-remember-finalize): Make interactive.
2924         (org-remember-kill): New command.
2925         (org-remember-finish-immediately): Call `org-remember-finalize'
2926         directly.
2927         (org-remember-finalize): Make `org-remember-finalize' an interactive
2928         function.
2930 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2932         * org-remember.el (org-remember-apply-template): No ido completion
2933         for free prompts in remember templates.
2934         (org-remember-before-finalize-hook): New hook.
2935         (org-remember-mode): New minor mode.
2936         (org-remember-apply-template): Turn on `org-remember-mode'.
2938         * org-id.el (org-id-add-location): Avoid error when no file is
2939         given.
2941         * org-remember.el (org-remember-apply-template): Fix the way how
2942         the list of allowed properties is retrieved from the target file.
2944         * org.el (org-insert-link): Improve file link matching.
2946 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2948         * org-colview.el (org-columns-display-here): New argument
2949         DATELINE, to trigger using the new face.
2950         (org-agenda-colview-summarize): Call `org-columns-display-here'
2951         with the new argument.
2953         * org-faces.el (org-agenda-column-dateline): New face.
2955         * org-publish.el (org-publish-org-index): Use index-title at page
2956         title, not as section.
2958         * org-exp.el (org-export-html-format-desc): Respect the
2959         org-protect property.
2960         (org-export-as-html): Protect image specifiers that are in the
2961         description part of a link.
2963         * org.el (org-sort-entries-or-items, org-completing-read)
2964         (org-refile-get-location, org-olpath-completing-read, org-todo)
2965         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2966         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2967         (org-set-property, org-delete-property)
2968         (org-delete-property-globally): Use `org-ido-completing-read'.
2970         * org-remember.el (org-remember-apply-template): Use
2971         `org-ido-completing-read'.
2973         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2975         * org-colview.el (org-columns-edit-value, org-columns-new)
2976         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2978         * org-colview-xemacs.el (org-columns-edit-value)
2979         (org-columns-new, org-insert-columns-dblock): Use
2980         `org-ido-completing-read'.
2982         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2983         `org-ido-completing-read'.
2985         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2986         `org-ido-completing-read'.
2988         * org.el (org-time-today): New function.
2989         (org-matcher-time): Use `org-time-today'.  Add special treatment
2990         for "<tomorrow>" and "<yesterday>".
2991         (org-ido-completing-read): New function.
2992         (org-completion-use-ido): New option.
2994         * org-exp.el (org-export-format-source-code): Fix bug in require
2995         htmlize code.
2996         (org-export-target-internal-links): Fix bug in search for text
2997         property.
2999 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3001         * org-export-latex.el (org-export-latex-subcontent): Interprete
3002         target aliases as additonal labels.
3004         * org-exp.el (org-export-target-aliases): New variable.
3005         (org-export-preprocess-string)
3006         (org-export-handle-invisible-targets): Fill the alias alist.
3007         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3008         assign an id.
3009         (org-html-level-start): Insert the target aliases as additonal
3010         anchors.
3012         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3013         picture area.
3015 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3017         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3018         when following a link with the mouse from the agenda.
3020         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3021         headlines are created.
3023 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3025         * org-exp.el (org-export-preprocess-string): Reorder so that we
3026         can still see ID properties when we collect targets.
3027         (org-export-target-internal-links): Also store targets for ID's.
3029         * org.el (org-link-translation-function): New option.
3030         (org-open-at-point): Call `org-link-translation-function' if
3031         non-nil.
3032         (org-translate-link): New function.
3033         (org-translate-link-from-planner): New function.
3034         (org-open-at-point): Allow interactive commands in elisp links.
3036         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3037         iCalendar quoting.  The new one seems to caus problems with
3038         applications.
3040         * org.el (org-yank): Set `this-command' to `yank', so that
3041         `yank-pop' will work.
3043 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3045         * org-id.el (org-id-search-archives): New option.
3047         * org.el (org-link-to-org-use-id): New option.
3048         (org-store-link): Use `org-link-to-org-use-id'.
3049         (org-id): Make org-id.el a standard component.
3051 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3053         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3054         hexified version of the tag.
3056         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3057         compliance as far as quoting is concerned.
3059         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3061         * org.el (org-up-heading-safe, org-forward-same-level): Always
3062         call `org-back-to-heading' instead of `outline-back-to-heading'.
3063         (org-back-to-heading): New wrapper around outline-back-to-heading,
3064         with a useful error message telling where the error happened.
3066         * org-list.el (org-update-checkbox-count): Always call
3067         `org-back-to-heading' instead of `outline-back-to-heading'.
3069         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3070         has an `alt' attribute, to ensure XHTML validation.
3072 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3074         * org-publish.el (org-publish-attachment): Allow publishing to
3075         overwrite attachment files.
3077         * org-agenda.el (org-agenda-timerange-leaders): New option.
3078         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3080         * org.el (org-edit-src-exit): Untabify ASCII image before
3081         returning.
3094 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3096         * org.el (org-yank): Make any prefix force normal yanking.
3097         Suppress folding if text would be swallowed into a folded
3098         subtree.
3099         (org-yank-folded-subtrees, org-yank): Docstring updates.
3101         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3102         defined as 0.
3104         * org-exp.el (org-export-language-setup): Add Catalan and
3105         Esperanto language entries.
3107 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3109         * org.el (org-refile): Allow refiling of entire regions.
3111         * org-clock.el (org-clock-time%): New function.
3113         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3114         retrieve property values.
3116 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3118         * org-agenda.el (org-agenda-list): Handle the value `only' of
3119         org-agenda-show-log'.
3120         (org-agenda-log-mode): Interpret a double prefix arg.
3122 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3124         * org-exp.el (org-export-html-footnotes-section): New variable.
3125         (org-export-as-html): Use `org-export-html-footnotes-section' to
3126         insert the footnotes.
3127         (org-export-language-setup): Add "Footnotes" to language words.
3129 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3131         * org.el (org-yank): Fix bug when not inserting a subtree.
3133 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3135         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3136         instead of `vm-beginning-of-message'.
3138         * org.el (org-make-link-regexps): Make sure that links to gnus can
3139         contain brackets.
3141 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3143         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3144         code.
3146         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3147         shell output.
3149         * org.el (org-link-abbrev-alist): Improve customization type.
3151         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3152         functions.
3154         * org-agenda.el (org-agenda-get-progress): Renamed from
3155         `org-get-closed'.  Implement searching for state changes as well.
3156         (org-agenda-log-mode-items): New option.
3157         (org-agenda-log-mode): New option prefix argument, interpreted as
3158         request to show all possible progress info.
3159         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3160         `org-get-closed'.
3161         (org-agenda-set-mode-name): Handle the more complex log mode
3162         settings.
3163         (org-get-closed): New alias, pointing to `org-get-progress'.
3165 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3167         * org.el (org-file-apps-defaults-gnu)
3168         (org-file-apps-defaults-macosx)
3169         (org-file-apps-defaults-windowsnt): Add an entry defining the
3170         system command.
3171         (org-file-apps): Allow `system' as key and value.
3172         (org-open-at-point): Explain the effect of a double prefix arg.
3173         (org-open-file): If the argument `in-emacs' is (16),
3174         i.e. corresponding to a double prefix argument, try to open the
3175         file externally.
3177 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3179         * org.el (org-insert-link): Abbreviate absolute files names in
3180         links.  Also, fix a bug in which the double C-u prefix would not
3181         be honored.
3183 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3185         * org.el (org-insert-heading): If buffer does not end with a
3186         newline, add one if necessary to insert headline correctly.
3188         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3189         paragraphs, not inside.
3191         * org.el (org-todo): Quote
3192         `org-agenda-headline-snapshot-before-repeat'.
3194         * org-exp.el (org-export-as-html): Fully process link descriptions.
3195         (org-export-html-format-desc): New function.
3196         (org-export-as-html): Collect footnotes into the correct basket.
3197         (org-html-protect): No longer protect quotations marks here, this
3198         goes wrong.
3200         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3201         BEG.
3203         * org-compat.el (org-fit-window-to-buffer): New function (not
3204         really, a preliminary and incomplete version was present earlier,
3205         but not used).
3207         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3208         `org-fit-window-to-buffer'.
3210         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3212         * org-agenda.el (org-agenda-get-restriction-and-command)
3213         (org-fit-agenda-window, org-agenda-convert-date): Use
3214         `org-fit-window-to-buffer'.
3216         * org-exp.el (org-export-as-html): Process href links through
3217         `org-export-html-format-href'.
3218         (org-export-html-format-href): New function.
3220         * org-agenda.el (org-agenda-todo): Update only the current
3221         headline if this is a repeated TODO, marked done for today.
3222         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3223         only the current line.
3225         * org.el (org-todo): Take a snapshot of the headline if the
3226         repeater might change it.
3228 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3230         * org-publish.el (org-publish-find-title): Remove buffers visited
3231         only for extracting the title.
3233         * org-exp.el (org-export-html-style)
3234         (org-export-html-style-default): Mark style definitions as
3235         unparsed CDATA.
3237         * org-publish.el (org-publish-validate-link): Function
3238         re-introduced.
3240 2008-11-02  Charles Sebold  <csebold@gmail.com>
3242         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3243         property.
3244         (org-plot-quote-timestamp-field): New function.
3245         (org-plot-quote-tsv-field): Call timestamp field function when
3246         necessary rather than just quoting as a string.
3247         (org-plot/gnuplot-to-data): Pass in timefmt property.
3248         (org-plot/gnuplot-script): Supports timefmt property.
3249         (org-plot/gnuplot): Checks for timestamp column before checking
3250         for text index column.
3252 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3254         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3256         * org-publish.el (org-publish-org-index): Create a section in the
3257         index file.
3258         (org-publish-org-index): Stop linking to directories.
3260         * org.el (org-emphasis-alist): Use span instead of <u> to
3261         underline text.
3263         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3264         <pre> sections.
3266 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3268         * org-jsinfo.el (org-infojs-template): Remove language attribute
3269         from script tag.
3271 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3273         * org-agenda.el (org-agenda-remove-marked-text): New function.
3274         (org-agenda-mark-filtered-text)
3275         (org-agenda-unmark-filtered-text): New functions.
3276         (org-write-agenda): Remove fltered text.
3278         * org.el (org-make-tags-matcher): Give access to TODO "property"
3279         without speed penalty.
3281 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3283         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3284         option.
3285         (org-store-link-props): Make sure adding to the plist works
3286         correctly.
3288         * org-gnus.el (org-gnus-no-new-news): New function.
3289         (org-gnus-follow-link): Allow the article ID to be a message-id,
3290         in addition to allowing article numbers.  Message IDs make much
3291         more roubust links.
3292         (org-gnus-store-link): Use message-id to create link.
3294 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3296         * org.el (org-emphasize): Reverse the selection array.
3297         (org-emphasis-alist): Set <code> tags for the verbatim
3298         environment.
3300         * org-remember.el (org-remember-handler): Fix bug with
3301         prefix-related changing of the note storage target.
3303         * org-exp.el (org-print-icalendar-entries): Make the exported
3304         priorities compatible with RFC 2445.
3306         * org-clock.el (org-clock-save): Insert time stamp without
3307         dependence on time-stamp.el.
3309 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3311         * org.el ("saveplace"): If saveplace puts point into an invisible
3312         location, make it visible.
3313         (org-make-tags-matcher): Allow inactive time stamps in time
3314         comparisons.
3315         (org-yank-adjusted-subtrees): New option.
3316         (org-yank): Incorporate adjusting trees.
3317         (org-paste-subtree): New argument FOR-YANK which will cause
3318         insertion at point without backing up over white lines, and leave
3319         point at the end of the inserted text.  Also if the cursor is
3320         at the beginning of a headline, use the same level or the inserted
3321         tree.
3323         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3324         with broken symlinks
3326 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3328         * org-exp.el (org-export-select-tags, org-get-current-options):
3329         Fix typo.
3331 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3333         * org-agenda.el (org-format-agenda-item)
3334         (org-agenda-filter-make-matcher): Make sure tags are stored and
3335         compared donwcased.
3337 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3339         * org.el (org-insert-todo-heading): Fix bug with force-heading
3340         argument.
3342 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3344         * org-clock.el (org-clock-in-resume): Add a custom option to
3345         toggle starting the clock from an open clock line.
3346         (org-clock-in): When clocking in to an entry, if
3347         `org-clock-in-resume' is set, check if the first clock line is
3348         open and if so, start the clock from the time in the clock line.
3349         (org-clock-persist): Add a custom option to toggle clock
3350         persistence.
3351         (org-clock-persist-query-save): Add a custom option to toggle
3352         asking the user if they want to save the running clock when
3353         exiting.
3354         (org-clock-persist-query-resume): Add a custom option to toggle
3355         asking the user if they want to resume the saved clock when Emacs
3356         is restarted.
3357         (org-clock-save): Add a function to save clock data.
3358         This includes the contents of `org-clock-history' and the buffer
3359         and position of the currently clocked task, if any.
3360         (org-clock-load): Add a function to load clock data.
3361         This populates `org-clock-history', and resumes the saved clocked
3362         task if there is one.
3363         (org-clock-persistence-insinuate): Add a method to set up the
3364         hooks for clock persistence.
3366 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3368         * org-exp.el (org-export-as-ascii): Handle the case that we are
3369         publishing from an indirect buffer.
3371         * org-table.el (org-table-copy-down): Fix bug with time stamp
3372         increment.
3374         * org-mouse.el (org-mouse-features): New option.
3375         (org-mode-hook): Turn on features depending on
3376         `org-mouse-features'.
3378         * org.el (org-insert-heading-respect-content): Force heading
3379         creation.
3380         (org-insert-heading): keep the folding state of the heading before
3381         the inserted one.
3383 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3385         * org-archive.el (org-archive-to-archive-sibling): Handle top
3386         level headlines better.
3388 2008-10-21  Bastien Guerry  <bzg@altern.org>
3390         * org-export-latex.el (org-export-latex-classes): Added
3391         \usepackage{graphicx} to the default list of packages.
3393 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3395         * org-agenda.el (org-agenda-filter): Renamed from
3396         `org-agenda-filter-tags'.
3398 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3400         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3401         is not defined as a property in this entry.
3402         (org-add-log-note): Mask prefix argument when immediately storing
3403         the note.
3405         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3406         option.
3408 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3410         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3411         after drawers was skipping ahead one line too many, so notes were
3412         inserted after the first note instead of before it.
3414 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3416         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3417         New variables.
3418         (org-prepare-agenda): Reset the filter tags.
3419         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3420         Show filter tags in mode line.
3422         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3423         formatter.
3425         * org-export-latex.el (org-latex-entities-regexp): New constant.
3426         (org-export-as-pdf): Use two calls to `shell-command'.
3428 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3430         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3431         Honor the {} value of the subsuperscript setting.  Make sure that
3432         longer subsuperscripts are typeset in a roman font.
3434         * org.el (org-clock-update-time-maybe): Compute negative clock
3435         intervals correctly.
3437 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3439         * org.el (org-add-log-setup): Respect
3440         `org-log-state-notes-insert-after-drawers'.
3441         (org-log-state-notes-insert-after-drawers): New option.
3442         (org-todo-trigger-tag-changes): New function.
3443         (org-todo): Call `org-todo-trigger-tag-changes'.
3445 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3447         * org.el (org-add-log-setup): Only skip drawers if the are
3448         immediately after the scheduling keywords.
3450         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3451         function
3452         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3453         call it with the current todo state to get the state to switch to
3454         when clocking in.
3455         (org-clock-in): Use org-indent-line-function to indent clock lines.
3456         (org-clock-find-position): Fix indentation of empty clock drawers.
3458 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3460         * org-publish.el (org-publish-org-to): Handle case when
3461         org-export-to-pdf does return a file name, not a buffer.
3462         (org-publish-org-to-pdf): New function.
3464         * org-export-latex.el (org-export-as-pdf)
3465         (org-export-as-pdf-and-open): New commands.
3467         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3468         forms as ranges.
3470         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3471         things in protexted regions.
3473 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3475         * org-export-latex.el (org-export-latex-preprocess): Improve
3476         quoting of LaTeX environments.
3478 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3480         * org.el (org-edit-fixed-width-region): Exclude final newline from
3481         picture area.
3483         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3484         sections, to make internal links work.
3485         (org-export-latex-fontify-headline): Do not remove all text
3486         properties, to make sure that target properties survive this
3487         process.
3489         * org-exp.el (org-export-preprocess-string): Change sequence of
3490         modifications, to make sure links are prepared before the LaTeX
3491         conversions do happen.
3493 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3495         * org-attach.el (org-attach-delete-all): Renamed from
3496         `org-attch-delete'.  Add a security query before deleting the
3497         entire directory.  New optional argument FORCE can overrule the
3498         security query.
3499         (org-attach-delete-one): New command.
3501 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3503         * org-attach.el (org-attach-file-list): Fix bug with directory.
3505 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3507         * org.el (org-apps-regexp-alist): New function.
3508         (org-file-apps): Add auto-mode to the default value.
3509         (org-open-file): Use the new structure of org-file-apps.
3511         * org-attach.el (org-attach): Support the new keys.
3512         (org-attach-method): New option.
3514 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3516         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3517         March.
3519         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3520         of the list value o `org-use-tag-inheritance'.
3522         * org-attach.el (org-attach-auto-tag): New option.
3523         (org-attach-tag, org-attach-untag): New functions.
3524         (org-attach-attach, org-attach-new, org-attach-sync): Call
3525         `org-attach-tag'.
3526         (org-attach-delete): Call `org-attach-untag'.
3528 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3530         * org-table.el (orgtbl-self-insert-command): Make this work for
3531         the keypad as well.
3533 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3535         * org.el (org-add-log-setup): Limit searc for drawers to entry
3536         text, not to subtree.
3538         * org-clock.el (org-clock-heading-for-remember): New variable.
3539         (org-clock-in): Set `org-clock-heading-for-remember'.
3541 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3543         * org-remember.el (org-remember-apply-template): Add new
3544         expansions: %k, %K for currently clocked task and a link to the
3545         currently clocked task, and %< to file notes in the currently
3546         clocked task.
3548 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3550         * org-export-latex.el (org-export-latex-make-header): Also insert
3551         the content of the property :latex-header-extra.
3553         * org-exp.el (org-infile-export-plist): Put the content of
3554         #+LATEX_HEADER: into the property :latex-header-extra.
3556         * org-colview.el (org-columns-get-format-and-top-level): Remove
3557         resetting the marker.
3559         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3560         Remove resetting the marker.
3562         * org.el (org-entry-property-inherited-from): Improve docstring.
3563         (org-entry-get-with-inheritance): Reset marker before starting the
3564         search.
3566         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3568 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3570         * org.el (org-entry-get-multivalued-property)
3571         (org-entry-protect-space, org-entry-restore-space): New
3572         functions.
3573         (org-file-apps-defaults-macosx): Let postscript files be opened by
3574         preview.
3575         (org-time-stamp-inactive): Call `org-time-stamp'.
3576         (org-time-stamp): New argument `inactive'.  Also edit inacive
3577         stamps. Convert time stamp type.
3578         (org-open-file): Interpret the `default' value for the `command'
3579         in `org-file-apps'.
3581         * org-id.el (org-id-int-to-b36-one-digit)
3582         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3583         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3584         b36.
3586 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3588         * org-id.el (org-id-reverse-string): New function.
3589         (org-id-new): Use `org-id-reverse-string' to make sure the
3590         beginning chars of the ID are mutating fast.  This allows to use a
3591         directory structure to spread things better.
3592         (org-id-prefix): Changed default to nil.
3594         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3595         restore the column of the cursor position.
3597         * org-remember.el (org-remember-apply-template): Remove properties
3598         from `initial'.
3600 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3602         * org-wl.el (org-wl-open): Remove useless call to
3603         `wl-thread-open-all'.
3605         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3606         location.
3608 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3610         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3611         `org-bbdb-anniversaries'.
3613         * org.el (org-get-next-sibling, org-forward-same-level): New
3614         functions, similar to the outline versions, but invisible headings
3615         are OK.
3617 2008-09-25  Bastien Guerry  <bzg@altern.org>
3619         * org.el (org-auto-repeat-maybe): Insert a space between
3620         the timestamp's type and the timestamp itself.
3622 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3624         * org-table.el (org-table-sum): Do not format the result with %g,
3625         it does rounding when there are too many digits.
3627         * org.el (org-map-entries): Protect the keyword-selecting variables.
3629 2008-09-23  Bastien Guerry  <bzg@altern.org>
3631         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3632         against all agenda files.
3634 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3636         * org-list.el: New file, aggregating list functions from org.el
3637         and org-export-latex.el.
3639         * org.el (org-edit-src-region-extra): New option.
3641 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3643         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3644         time before 1am.
3646 2008-09-22  Bastien Guerry  <bzg@altern.org>
3648         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3650 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3652         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3653         hline work correctly.
3654         (org-plot/gnuplot-script): Put commas at the end of each script
3655         line.
3657 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3659         * org.el (org-get-refile-targets): Replace links with their
3660         descriptions
3661         (org-imenu-get-tree): Replace links with their descriptions.
3663         * org-remember.el (org-remember-apply-template): Add a new
3664         expansion for adding properties to remember items.
3666         * org.el (org-add-log-setup): Skip over drawers (properties,
3667         clocks etc) when adding notes.
3669         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3670         items as well as the start and end times.
3672         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3673         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3675         * org-remember.el (org-get-x-clipboard): Use the compat
3676         function to get clipboard values when x-selection-value is
3677         unavailable. Use substring-no-properties instead of
3678         set-text-properties to remove text properties from the clipboard
3679         value.
3681         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3682         modeline clock string, and display the full todo value in the
3683         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3684         the currently clocked task.
3685         (org-clock-string-limit): Add a custom value for the maximum
3686         length of the clock string in the modeline.
3687         (org-clock-mode-map): Add a keymap for the modeline string
3689 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3691         * org-compat.el (org-propertize): New function.
3693 2008-09-20  Bastien Guerry  <bzg@altern.org>
3695         * org-export-latex.el (org-export-latex-tables): protect exported
3696         tables from further special chars conversion.
3697         (org-export-latex-preprocess): Preserve LaTeX environments.
3698         (org-list-parse-list): Parse descriptive lists.
3699         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3700         (org-list-to-texinfo): Export descriptive lists.
3701         (org-quote-chars): Remove.
3702         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3703         (org-export-latex-list-beginning-re): Rename to
3704         `org-list-beginning-re'
3705         (org-list-item-begin): Rename to `org-list-item-beginning'
3707 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3709         * org.el (org-refile): Allow refiling to the last entry in the
3710         buffer.
3711         (org-get-tags-at): Fix bug when inheritance is turned off.
3713 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3715         * org.el (org-indent-line-function): No longer check for src
3716         regions, this is too much overhead.
3718         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3719         matching.
3721         * org.el (org-scan-tags): Make sure that tags matching is not case
3722         sensitive.  TODO keyword matching is case sensitive, however, to
3723         avoid confusion with similar words that are not meant to be
3724         keywords.
3726 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3728         * org.el (org-get-local-tags-at): New function.
3729         (org-get-local-tags): New function.
3731         * org-exp.el (org-export-get-categories): New function.
3733         * org-agenda.el (org-sorting-choice)
3734         (org-agenda-sorting-strategy, org-agenda-get-todos)
3735         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3736         (org-agenda-get-scheduled, org-agenda-get-blocks)
3737         (org-entries-lessp): Implement sorting by TODO state.
3738         (org-cmp-todo-state): New defsubst.
3740         * org-colview.el (org-colview-construct-allowed-dates): New
3741         function.
3742         (org-columns-next-allowed-value): Use
3743         `org-colview-construct-allowed-dates'.
3745         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3746         function.
3747         (org-columns-next-allowed-value): Use
3748         `org-colview-construct-allowed-dates'.
3750 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3752         * org.el (org-protect-slash): New function.
3753         (org-get-refile-targets): Use `org-protect-slash'.
3755         * org-agenda.el (org-global-tags-completion-table): New variable.
3757         * org-exp.el (org-export-handle-export-tags): New function.
3758         (org-export-preprocess-string): Call
3759         `org-export-handle-export-tags'.
3761         * org-plot.el: New file.
3763         * org-publish.el (org-publish-expand-components): Function removed.
3764         (org-publish-expand-projects): Allow components to have components.
3766 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3768         * org.el (org-indent-line-function): Do not indent in regions that
3769         are external source code.
3770         (org-yank-and-fold-if-subtree): New function.
3772         * org-agenda.el (org-agenda-todayp): New function.
3773         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3774         `org-agenda-todayp'.
3776         * org.el (org-insert-heading-respect-content)
3777         (org-insert-todo-heading-respect-content): New commands.
3778         (org-insert-heading-respect-content): New option.
3779         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3781         * org-clock.el (org-clock-find-position): Make sure the note after
3782         the clock line gets moved into the new clock drawer.
3784 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3786         * org-id.el (org-id-new): New option.
3788 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3790         * org-table.el (org-table-copy-down): Avoid overflow during
3791         increment.  Use prefix argument 0 to temporarily disable the
3792         increment.
3794 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3796         * org-exp.el (org-export-as-html): Do not turn on the major mode
3797         if the buffer will be killed anyway.
3798         (org-get-current-options): Exclude the #+TEXT field.
3799         (org-export-as-html): Make sure text before the first headline is
3800         a paragraph.
3802         * org-publish.el (org-publish-org-to): Tell the exporter that this
3803         buffer will be killed, so it is not necessary to do major mode
3804         initialization.
3806         * org-archive.el (org-archive-to-archive-sibling): Show empty
3807         lines after folding the archive sibling.
3809         * org.el (org-log-note-extra): New variable.
3811 2008-09-05  Bastien Guerry  <bzg@altern.org>
3813         * org.el (org-additional-option-like-keywords): Added keywords for
3814         the _QUOTE, _VERSE and _SRC environments.
3816         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3817         exporting _QUOTE and _VERSE environments.
3819 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3821         * org-agenda.el (org-agenda-filter-by-tag): New command.
3823         * org-exp.el (org-get-current-options): Remove angular brackets
3824         from the date entry.
3826         * org.el (org-edit-fixed-width-region): New function.
3827         (org-edit-fixed-width-region): Also try
3828         `org-edit-fixed-width-region'.
3829         (org-edit-fixed-width-region-mode): New option.
3830         (org-activate-code): Only interprete lines starting with colon
3831         plus a space as example lines.
3833         * org-remember.el (org-remember-templates): Add nil instead of
3834         empty strings to fix the length of remember templates.
3836         * org-table.el (org-calc-default-modes): Fix the time format for
3837         calc, from 12 hour to 24 hour clock.
3839 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3841         * org-agenda.el (org-agenda-get-deadlines)
3842         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3843         entries that are pre-warnings of deadlines or reminders.
3845         * org.el (org-sort-entries-or-items): Make numeric and alpha
3846         comparisons ignore any TODO keyword and priority cookie.
3848         * org-remember.el (org-remember-handler): Reinterpretation of the
3849         prefix argument.
3851 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3853         * org-agenda.el (org-agenda-get-scheduled): Use new
3854         `org-scheduled' face.
3856         * org-faces.el (org-scheduled): New face.
3858         * org-wl.el (org-wl-open): Remove incorrect declaration.
3860         * org-gnus.el (org-gnus-store-link): Support for :to information
3861         in gnus links.
3863         * org-exp.el (org-export-as-html): Fixed typo in creator
3864         information.
3865         (org-export-protect-examples): New parameter indent.  Insert extra
3866         spaces only when this parameter is specified.
3867         (org-export-preprocess-string): Call `org-export-protect-examples'
3868         with an indentation parameter when exporting to ASCII.
3870         * org-remember.el (org-remember-templates)
3871         (org-remember-apply-template): Allow the file component to be a
3872         function.
3874         * org.el (org-goto-local-search-headings): Renamed from
3875         `org-goto-local-search-forward-headings'.  Added the possibility
3876         to search backwards.
3878 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3880         * org-export-latex.el (org-export-latex): New customization
3881         group.
3883         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3885 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3887         * org-exp.el (org-html-do-expand): Allow {} to terminate
3888         tex macro
3890 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3892         * org.el (org-buffer-list): Select buffers based on major mode,
3893         not on file name.
3895 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3897         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3898         face property.
3900         * org-colview.el (org-columns-display-here): Use
3901         `org-columns-modify-value-for-display-function'.
3903         * org-colview-xemacs.el (org-columns-display-here): Use
3904         `org-columns-modify-value-for-display-function'.
3906 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3908         * org.el (org-columns-modify-value-for-display-function): New option.
3920         * org-publish.el (org-publish-file): Make sure the directory match
3921         for the publishing directory works correctly.
3923         * org-agenda.el (org-agenda-execute-calendar-command)
3924         (org-agenda-diary-entry): Additional optional argument.
3926 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3928         * org-exp.el (org-export-as-html): Add attributes also in mailto
3929         and ftp links.
3931         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3940 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3942         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3943         sure that calls from `org-export-region-as-html' do not do the
3944         special check for a subtree.
3946 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3948         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3950 2008-07-20  Juri Linkov  <juri@jurta.org>
3952         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3953         new keymap `narrow-map' instead of binding "\C-xns".
3955 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3957         * org.el (org-open-file): Use
3958         `org-open-directory-means-index-dot-org'.
3959         (org-open-directory-means-index-dot-org): New option.
3961 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3963         * org.el (org-make-link-string): Remove link attributes from
3964         description.
3965         (org-open-at-point): Remove link attributes bevore using the path.
3967         * org-exp.el (org-export-as-html): Handle link attributes.
3969         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3971         * org-table.el (org-table-to-lisp): New function.
3973         * org.el (org-narrow-to-subtree): Do not include the final newline
3974         into the narrowed region.
3976         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3977         bug with user-define skipping condition.
3979 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3981         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3983 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3985         * org-exp.el (org-export-html-style-default): Automatic overflow
3986         handling for pre fields.
3987         (org-export-as-ascii, org-export-as-html): Change default format
3988         for time stamp.
3990         * org-table.el (org-table-export): Offer completion for translator
3991         functions, and do not require a heading above the table.
3993         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3994         Cater for the case of a list starting in the first line of the
3995         buffer.
3997 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3999         * org-publish.el (org-publish-find-title): Bug fix.
4000         (org-publish-org-index): Implement new :index-style option.
4002 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4004         * org-publish.el (org-publish-timestamp-filename): Use
4005         SHA1-encoded file names in the timestamp directory.
4007 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4009         * org-publish.el (org-publish-needed-p): Be verbose about files
4010         published and files skipped.
4012         * org-exp.el (org-export-preprocess-string): Swap link
4013         normalization and inernal link targeting.
4015         * org-publish.el (org-publish-needed-p): Create timestamp
4016         directory when it does not exist.
4018 2008-07-04  Bastien Guerry  <bzg@altern.org>
4020         * org-clock.el (org-clock-out-when-done): Doc fix.
4022         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4024         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4025         Ignore case when searching for the COMMENT cookie at export time.
4027 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4029         * org-exp.el (org-get-file-contents)
4030         (org-get-and-remove-property): New functions.
4031         (org-export-handle-include-files): Handle the new prefix options.
4032         (org-export-as-html): Fix the verse environment.
4034 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4036         * org.el (org-time=, org-time<, org-time<=, org-time>)
4037         (org-time>=, org-time<>, org-2ft): New functions.
4038         (org-op-to-function): Also provide for the time testing fucntions.
4040 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4042         * org-exp.el (org-export-html-style-default): New constant.
4044 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4046         * org-exp.el (org-export-html-style-extra): New variable.
4047         (org-export-splice-style): New function.
4049 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4051         * org-exp.el (org-export-plist-vars, org-export-as-html):
4052         Implement `org-export-creator-info'.
4053         (org-export-creator-info): New option.
4055 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4057         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4058         (org-property-drawer-re, org-clock-drawer-re): New constants.
4060 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4062         * org-exp.el (org-icalendar-use-deadline)
4063         (org-icalendar-use-scheduled): New options.
4064         (org-icalendar-include-todo): Default changed to t.
4065         (org-print-icalendar-entries): Implement better utilization of
4066         scheduling and deadline time stamps.
4067         (org-export-target-internal-links, org-export-as-html): Allow file
4068         lines without the "file:" prefix if the file path is an absolute
4069         path or starts with ".".
4071         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4072         lastweek etc.
4073         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4075 2008-06-18  Glenn Morris  <rgm@gnu.org>
4076         * org.el (org-map-entries): Let-bind `file'.
4078 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4080         * org.el (org-agenda-skip-archived-trees): Docstring now
4081         discourages using this.
4082         (org-scan-tags): Check for org-agenda-archives-mode.
4083         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4084         (org-agenda-files): Functionality of second arg changed.
4086         * org-agenda.el (org-agenda-archives-mode): New variable
4087         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4088         (org-search-view, org-todo-list, org-tags-view)
4089         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4090         `ifmode' argument.
4091         (org-agenda-quit): Reset the archives mode.
4092         (org-agenda-archives-mode): New command.
4093         (org-agenda-set-mode-name): Include archives info.
4095 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4097         * org.el (org-paste-subtree): Make sure the yanked headline is
4098         visible if it was yanked at a visible point.
4099         (org-move-item-up): Fix the bug with moving white space at the end
4100         of the item.
4101         (org-show-empty-lines-in-parent): New function.
4103 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4105         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4107         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4109         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4110         agenda prefix as well.
4112         * org-publish.el (org-publish-org-index): Make a properly indented
4113         list.
4115         * org.el (org-calendar-agenda-action-key): New option.
4116         (org-get-cursor-date): New function.
4117         (org-mark-entry-for-agenda-action): New command.
4118         (org-overriding-default-time): New variable.
4119         (org-read-date): Respect `org-overriding-default-time'.
4121         * org-remember.el (org-remember-apply-template): Respect the
4122         ovverriding default time.
4124         * org-agenda.el (org-agenda-action-marker): New variable.
4125         (org-agenda-action): New command.
4126         (org-agenda-do-action): New function.
4128 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4130         * org.el (org-schedule, org-deadline): Protect scheduled and
4131         deadline tasks against changes that accidently remove the
4132         repeater.  Also show a message with the new date when done.
4134 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4136         * org.el (org-beginning-of-line): Cater for the case when there
4137         are tags but no headline text.
4138         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4139         it set.
4141 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4143         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4144         the return value is nil instead of "nil" when there is no match.
4146         * org-exp.el (org-insert-centered): Use fill-column instead of
4147         80.
4148         (org-export-as-ascii): Use string-width to measure the width of
4149         the heading.
4151         * org.el (org-diary-to-ical-string): No longer kill buffer
4152         FROMBUF, this is now done by the caller.
4154         * org-exp.el (org-print-icalendar-entries): Move the call to
4155         `org-diary-to-ical-string' out of the loop, and kill the buffer
4156         afterwords.
4158         * org-remember.el (org-remember-visit-immediately): Position
4159         cursor after moving to the note.
4160         (org-remember-apply-template): Use a text property to record the
4161         cursor position.
4162         (org-remember-handler): Align tags after pasting the note.
4164 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4166         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4168         * org-agenda.el (org-agenda-open-link): If there is an
4169         org-bbdb-name property in the current line, jump to that bbdb
4170         entry.
4172         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4173         text property, so that the agenda knows where this entry comes
4174         from.
4176         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4177         interaction between clocking-in from the agenda, and  automatic
4178         task state switching.
4180         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4182         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4183         zmacs-region stays after this command in XEmacs.
4185 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4187         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4189         * org-remember.el (org-remember-templates): Fix bug in
4190         customization type definition.
4192         * org.el (org-map-entries): New function.
4194 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4196         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4197         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4199 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4201         * org-remember.el (org-jump-to-target-location): New variable.
4202         (org-remember-apply-template): Set
4203         `org-remember-apply-template' if requested by template.
4204         (org-remember-handler): Start an idle timer to jump to
4205         remember location.
4207         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4209         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4210         file tags.
4211         (org-get-tags-at): Add the content of `org-file-tags'.
4213         * org-exp.el (org-export-handle-comments): Fix bug with several
4214         comment lines after each other.
4215         (org-number-to-roman, org-number-to-counter): New functions.
4216         (org-export-section-number-format): New option.
4218 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4220         * org-exp.el (org-export-protect-examples): Catch the case of a
4221         missing end_example line.
4223         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4224         `org-file-tags' to nil.
4226         * org-colview.el (org-columns-next-allowed-value): Handle next
4227         argument NTH to directly select a value.
4229         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4230         argument NTH to directly select a value.
4232 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4234         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4236 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4238         * org.el (org-columns-ellipses): New option.
4240 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4242         * org-colview.el (org-columns-add-ellipses): New function.
4243         (org-columns-compact-links): New function.
4244         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4245         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4246         when in agenda.
4247         (org-columns-edit-value): Fixed bug with editing values from
4248         agenda column view.
4249         (org-columns-redo): Also redo the agenda itself.
4251 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4253         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4254         option.
4256         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4258         * org-exp.el (org-export-ascii-preprocess): Renamed from
4259         `org-export-ascii-clean-string'.
4260         (org-export-kill-licensed-text)
4261         (org-export-define-heading-targets)
4262         (org-export-handle-invisible-targets)
4263         (org-export-target-internal-links)
4264         (org-export-remove-or-extract-drawers)
4265         (org-export-remove-archived-trees)
4266         (org-export-protect-quoted-subtrees)
4267         (org-export-protect-verbatim, org-export-protect-examples)
4268         (org-export-select-backend-specific-text)
4269         (org-export-mark-blockquote-and-verse)
4270         (org-export-remove-comment-blocks-and-subtrees)
4271         (org-export-handle-comments, org-export-mark-radio-links)
4272         (org-export-remove-special-table-lines)
4273         (org-export-normalize-links)
4274         (org-export-concatenate-multiline-links)
4275         (org-export-concatenate-multiline-emphasis): New functions,
4276         obtained from spliiting the export preprocessor.
4278         * org-table.el (org-table-recalculate): Improve error message if
4279         the row number is invalid.
4281 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4283         * org-archive.el (org-archive-save-context-info): Fix bugs in
4284         customization setup and docstring.
4286         * org-exp.el (org-export-html-style): Changed the size of in the
4287         <pre> element to 90%.
4289 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4291         * org.el (org-find-src-example-start): Function removed.
4292         (org-edit-src-find-region-and-lang): New function.
4294 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4296         * org.el (org-edit-src-exit): New function.
4297         (org-exit-edit-mode): New minor mode.
4299         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4300         comment-like lines from protected examples.
4302         * org.el (org-edit-src-example, org-find-src-example-start)
4303         (org-protect-source-example, org-edit-special): New functions.
4305 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4307         * org-publish.el (org-publish-project-alist): Fix typo in
4308         docstring.
4309         (org-publish-project-alist): Handle :index-title property.
4311 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4313         * org-export-latex.el (org-export-as-latex): Make sure region
4314         bounds are correct.  Parse subtree properties relating to export.
4316         * org-exp.el (org-export-add-options-to-plist): New function.
4317         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4319 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4321         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4322         EXPORT_TITLE.
4324         * org-exp.el (org-export-get-title-from-subtree)
4325         (org-export-as-ascii, org-export-as-html): Make sure the original
4326         region-beginning and region-end are used, even after moving
4327         point.
4328         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4329         property.
4331         * org-remember.el (org-remember-last-stored-marker): New variable.
4332         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4333         (org-remember-handler): Also use marker to remember
4334         last-stored position.
4336         * org.el (org-goto-marker-or-bmk): New function.
4338 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4340         * org.el (org-file-properties): Renamed from `org-local-properties'.
4341         (org-scan-tags): Take file tags into account.
4342         (org-tags-match-list-sublevels): Default changed to t.
4344         * org-exp.el (org-export-as-html): Close paragraph after a
4345         footnote.
4347         * org.el (org-update-parent-todo-statistics): New function.
4349         * org-exp.el (org-icalendar-store-UID): New option.
4350         (org-icalendar-force-UID): Option removed.
4351         (org-print-icalendar-entries): IMplement UIDs.
4353 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4355         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4357 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4359         * org-faces.el (org-column): Document how this face is being used
4360         and why sometimes the background faces shine through.
4362         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4364         * org-publish.el (org-publish-attachment): Create publishing
4365         directory if it does not yet exist.
4367         * org-table.el (org-calc-default-modes): Change default number
4368         format to (float 8).
4370         * org.el (org-olpath-completing-read): New function.
4371         (org-time-clocksum-format): New option.
4372         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4374         * org-clock.el (org-clock-display, org-clock-out)
4375         (org-update-mode-line): Use `org-time-clocksum-format'.
4377         * org-colview-xemacs.el (org-columns-number-to-string): Use
4378         `org-time-clocksum-format'.
4380         * org-colview.el (org-columns-number-to-string): Use
4381         `org-time-clocksum-format'.
4383 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4385         * org-id.el: New file, move from contrib to core.
4387         * org-exp.el (org-icalendar-force-UID): New option.
4389 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4391         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4392         shifted by one day if theere is a date range without an end
4393         time.
4395         * org.el (org-try-structure-completion): New function.
4397 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4399         * org.el (org-set-font-lock-defaults): Improve fontification of
4400         description lists.
4401         (org-insert-item): Handle description lists.
4402         (org-adaptive-fill-function): Improve auto indentation in
4403         description lists.
4405         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4406         Implement VERSE environment.
4407         (org-export-preprocess-string): Implement the COMMENT
4408         environment.
4410         * org-export-latex.el (org-export-latex-preprocess): Implement
4411         VERSE environment.
4413 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4415         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4416         option.
4418 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4420         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4422         * org.el (org-quote-csv-field): New functions.
4424         * org-table.el (org-table-export-default-format): Remove :splice
4425         from default format, we get the same effect by not specifying
4426         :tstart and :tend.
4427         (org-table-export): Improve setup, distinguish better between
4428         interactive and non-interactive use, allow specifying the format
4429         on the fly, better protection against wrong file names.
4430         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4431         and :tend when :splice is omitted.
4433 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4435         * org-clock.el (org-clock-select-task): Make sure the selection
4436         letters are 1-9 and A-Z, no special characters.
4438 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4440         * org-exp.el (org-export-htmlize): New group.
4441         (org-export-htmlize-output-type)
4442         (org-export-htmlize-css-font-prefix): New options.
4443         (org-export-htmlize-region-for-paste): New function.
4444         (org-export-htmlize-generate-css): New command.
4446 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4448         * org/org.el (org-modules, org-format-latex-options):
4449         * org/org-archive.el (org-archive-stamp-time)
4450         (org-archive-save-context-info):
4451         * org/org-faces.el (org-hide):
4452         * org/org-irc.el (org-irc-parse-link):
4453         * org/org-macs.el (org-call-with-arg, org-autoload):
4454         * org/org-mew.el (org-mew-store-link):
4455         * org/org-remember.el (org-remember-store-without-prompt)
4456         (org-remember-templates): Fix typos in docstrings.
4458         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4460         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4461         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4462         (org-bbdb-anniv-split): Fix typos in docstrings.
4464         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4465         (org-publish-use-timestamps-flag): Reflow docstring.
4466         (org-publish-files-alist): Fix typos in docstring.
4468 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4470         * org.el (org-set-visibility-according-to-property): New function.
4471         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4472         and compute the regular expressions, and update font-lock.
4473         (org-property-re): Allow a dash in property names.
4475         * org-archive.el (org-extract-archive-file): Insert the file name
4476         without the path into the format, to allow the location format to
4477         contain a subdirectory.
4479         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4480         of buffer, and the `org-agenda-type' property undefined, use the
4481         value from the character before.
4483         * org.el (org-add-planning-info): Don't let indentation for
4484         would-be timestamp become extra whitespace at the end of headline.
4486 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4488         * org.el (org-remove-double-quotes, org-file-contents): New
4489         functions.
4491         * org-exp.el (org-infile-export-plist): Also parse the
4492         contents of #+SETUPFILE files, recursively.
4494         * org.el (org-set-regexps-and-options): Also parse the
4495         contents of #+SETUPFILE files, recursively.
4497         * org-exp.el (org-export-handle-include-files): New function.
4498         (org-export-preprocess-string): Call
4499         `org-export-handle-include-files'.
4501         * org.el (org-delete-property-globally)
4502         (org-delete-property, org-set-property): Ignore case during
4503         completion.
4504         (org-set-property): Use `org-completing-read' instead of
4505         `completing-read'.
4507         * org.el (org-complete-expand-structure-template): New,
4508         experimental function.
4509         (org-structure-template-alist): New, experimental option.
4510         (org-complete): Call `org-complete-expand-structure-template'.
4512 2008-05-06  Bastien Guerry  <bzg@altern.org>
4514         * org-export-latex.el (org-export-latex-preprocess): Added
4515         support for blockquotes.
4517 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4519         * org.el (org-read-date-analyze): Catch the case where only a
4520         weekday is given.
4522 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4524         * org.el (org-set-font-lock-defaults): Make the description
4525         tag bold.
4527         * org-exp.el (org-export-as-html, org-close-li): Implement
4528         description lists.
4530 2008-05-04  Jason Riedy  <jason@acm.org>
4532         * org-table.el (*orgtbl-default-fmt*): New variable.
4533         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4534         when there is no other fmt available.
4536         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4537         :tend to suppress the appropriate string.
4539         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4540         table.
4542 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4544         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4545         read date.
4547         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4548         New function.
4550         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4551         New function.
4553 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4555         * org-clock.el (org-clock-find-position): Don't include notes
4556         into clock drawer.
4558         * org-archive.el (org-archive-subtree): No longer remove an
4559         extra line after cutting the subtree.  `org-cut-subtree' already
4560         takes care of this.
4562         * org-remember.el (org-remember-handler): Only kill the target
4563         buffer if it does not contain the running clock.
4565         * org.el (org-markers-to-move): New variable.
4566         (org-save-markers-in-region, org-check-and-save-marker)
4567         (org-reinstall-markers-in-region): New function.
4568         (org-move-subtree-down, org-copy-subtree): Remember relative
4569         marker positions before cutting.
4570         (org-move-subtree-down, org-paste-subtree): Restore relative
4571         marker positions after pasting.
4573         * org-remember.el (org-remember-clock-out-on-exit): New option.
4574         (org-remember-finalize): Clock out only if the setting in
4575         `org-remember-clock-out-on-exit' requires it.
4576         (org-remember-handler): Do the cleanup in the buffer, to make sure
4577         that the clock marker remains in tact.
4579 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4581         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4582         (org-clock-in): Make sure that also tasks outside the narrowed
4583         region will be clocked in correctly.
4584         (org-clock-insert-selection-line): Widen the buffer so that we can
4585         find the correct task heading.
4587         * org.el (org-base-buffer): New function.
4589         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4590         and ";" are escaped.
4591         (org-print-icalendar-entries): Also apply
4592         `org-icalendar-cleanup-string' to the headline, not only to the
4593         summary property.
4595 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4597         * org-exp.el (org-export-preprocess-hook): New hook.
4598         (org-export-preprocess-string): Call
4599         `org-export-preprocess-hook'.
4601         * org.el (org-font-lock-hook): New variable.
4602         (org-font-lock-hook): New function.
4603         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4605 ;; Local Variables:
4606 ;; coding: utf-8
4607 ;; add-log-time-zone-rule: t
4608 ;; End:
4610     Copyright (C) 2008  Free Software Foundation, Inc.
4612   This file is part of GNU Emacs.
4614   GNU Emacs is free software: you can redistribute it and/or modify
4615   it under the terms of the GNU General Public License as published by
4616   the Free Software Foundation, either version 3 of the License, or
4617   (at your option) any later version.
4619   GNU Emacs is distributed in the hope that it will be useful,
4620   but WITHOUT ANY WARRANTY; without even the implied warranty of
4621   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4622   GNU General Public License for more details.
4624   You should have received a copy of the GNU General Public License
4625   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4627 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c