Fix documentation of using <link> for style
[org-mode.git] / lisp / ChangeLog
blob3df91ea160d89aff2b2e07aa7d33b033685eae22
1 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-show-entry): Hide drawers.
5 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
7         * org-footnote.el (org-footnote-auto-adjust): New option.
8         (org-footnote-auto-adjust-maybe): New function.
9         (org-footnote-new, org-footnote-delete): Call
10         `org-footnote-auto-adjust-maybe'.
12         * org.el (org-startup-options): Add new footnote-related
13         keywords.
15         * org-publish.el (org-publish-timestamp-filename): Additional
16         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
17         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
18         TRUE-PUB-DIR.  Pass them through to
19         `org-publish-timestamp-filename'.
20         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21         PUB-FUNC, which are included in the hash.
22         (org-publish-file): Delay timestamp test until the publishing
23         function is known.
25 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
27         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
28         setting the deadline.
30         * org.el (org-read-date-final-answer): New variable.
31         (org-read-date): Store the final answer string, including the date
32         from the calendar, for reuse by agenda bulk commands.
34         * org-publish.el (org-publish-attachment): Fix publishing of
35         attachments.
37         * org-latex.el (org-export-latex-quotation-marks): Fix export of
38         quotation makrs in parenthesis.
39         (org-remove-initial-hash): New function.
40         (org-export-latex-preprocess): Fix bug with infinite loop if
41         environment is not properly closed.
43         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
44         when indented.
46         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
47         highlight also when indented.
49 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org-footnote.el (org-footnote-renumber-fn:N): New command.
52         (org-footnote-action): Offer renumbering.
54         * org.el (org-cycle): Honor the `integrate' value of
55         org-cycle-include-plain-lists'.
57         * org-list.el (org-cycle-include-plain-lists): New allowed value
58         `internal'.  Improve the docstring.
60         * org.el (org-set-autofill-regexps): Improve the paragraph-start
61         regexp to work better with LaTeX commands.
63 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-feed.el (org-feed-update): fix problem with non-existing
66         buffer.
67         (org-feed-skip-http-headers): New function.
68         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
69         (org-feed-get-feed): Fix command line arguments for curl.
71 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
74         and eps extensions.
76 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
79         loaded.
81         * org.el (org-map-entries): No longer force
82         `org-tags-match-list-sublevels' to t during a todo-only tags
83         search.
85 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
87         * org-latex.el (org-export-latex-low-levels): Allow user-defined
88         environment.
89         (org-export-latex-subcontent): Handle user-defined environment.
91         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
92         the View dispatcher.
94         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
95         `make-overlay'.
97         * org-latex.el (org-export-as-pdf): Protect match data during call
98         to shell-quote-argument.
100         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
101         (org-agenda-view-mode-dispatch): New function.
103 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-agenda.el (org-agenda-mode): Reset list of marks.
106         (org-agenda-mode-map): Define new keys for refile and bulk action.
107         (org-agenda-menu): Add menu itesm for refile and bulk action.
108         (org-agenda-refile): New function.
109         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
110         (org-agenda-marked-entries): New variable.
111         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
112         (org-agenda-remove-all-bulk-action-marks)
113         (org-agenda-bulk-action): New functions/commands.
115 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-exp.el (org-get-file-contents): Protect org-like lines in
118         included files.
119         (org-export-format-source-code-or-example): Remove newlines.
121         * org-latex.el (org-export-latex-links): Check for no-description
122         marking.
124         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
125         argument separator back to comma.
126         (org-export-normalize-links): Mark links without description.
128 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
130         * org-exp.el (org-infile-export-plist): Fix bug in macro
131         processing.
133         * org-agenda.el (org-agenda-clock-out): Update line after clocking
134         out.
135         (org-agenda-highlight-todo): Fix bug with highlighting.
137 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
140         new alignment strings.
142         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
143         command list.
144         (org-table-align): Check for forced align type.
146         * org.el (org-self-insert-command): Add yas/expand to command
147         list.
149         * org-clock.el (org-clock-in-hook): New hook.
150         (org-clock-in): Run `org-clock-in-hook.
151         (org-clock-out-hook): New hook.
152         (org-clock-out): Run `org-clock-out-hook.
153         (org-clock-cancel-hook): New hook.
154         (org-clock-cancel): Run `org-clock-cancel-hook.
155         (org-clock-goto-hook): New hook.
156         (org-clock-goto): Run `org-clock-goto-hook.
158 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org.el (org-store-link): Better default description for link to
161         Org-mode headline.
163         * org-exp.el (org-export-generic): Autoload the generic exporter
164         function.
165         (org-export): Implement the `g' key for the generic exporter.
167 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
170         and for zbacktab'.
172         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
174         * org-exp.el (org-infile-export-plist): Get macros also from
175         #+SETUPFILE.
177 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
179         * org-colview.el (org-columns-capture-view): Protect vertical bars
180         in column values.
181         (org-columns-capture-view): Exclude comment and archived trees.
183         * org-colview-xemacs.el (org-columns-capture-view): Protect
184         vertical bars in column values.
185         (org-columns-capture-view): Exclude comment and archived trees.
187         * org.el (org-quote-vert): New function.
189         * org-latex.el (org-export-latex-verbatim-wrap): New option.
191         * org-exp.el (org-export-format-source-code-or-example): Use
192         `org-export-latex-verbatim-wrap'.
194         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
195         time stamps.
197         * org-html.el (org-export-table-row-tags): New option.
198         (org-format-org-table-html): Rename `nlines' to `nline', use new
199         option.
202 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org-exp-blocks.el: Declare functions and variables.
206         * org-remember.el (org-remember-templates): Allow the headline
207         element to be a function.
208         (org-remember-apply-template): If the headline is a function, call
209         it to get the true function.
211         * org-clock.el (org-clock-menu): New function.
212         (org-clock-update-mode-line): Update help string.
213         (org-clock-modify-effort-estimate): New function.
214         (org-clock-mark-default-task): New function.
216         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
217         minutes as input.
218         (org-org-menu): Add new clocking stuff.
219         (org-clock-is-active): New function.
221 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org.el (org-open-non-existing-files): Improve docstring.
225 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
227         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
228         option.
229         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
231         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
233         * org-list.el (org-get-checkbox-statistics-face): Use the new
234         faces.
236         * org-faces.el (org-checkbox-statistics-todo)
237         (org-checkbox-statistics-done): New faces.
239 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
242         (org-edit-src-exit): Better cursor positioning when returning from
243         editing.
245         * org-latex.el (org-export-latex-use-verb): New variable.
246         (org-export-latex-emph-format): Prefer \texttt over \verb when
247         org-export-latex-use-verb is set.
249 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
251         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
252         at normal indentation.
254         * org-html.el (org-export-html-close-lists-maybe): Also look at
255         normal indentation.
257         * org-remember.el (org-remember-handler): Abort remember if the
258         buffer is empty.
260         * org-src.el (org-edit-src-content-indentation): New option.
261         (org-edit-src-exit): Apply extra indentation.
263         * org-exp.el (org-export-format-source-code-or-example): Run
264         `org-src-mode-hook'.
266         * org-src.el (org-src-mode-hook): New variable.
267         (org-edit-src-code): Run `org-src-mode-hook'.
269 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org.el (org-indent-line-function): Fix indentation of +#end lines.
273         * org-src.el (org-edit-src-get-indentation): New function.
274         (org-edit-src-code): Base indentation on the begin line.
276 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
278         * org-gnus.el (org-gnus-store-link): Require message.el in
279         org-gnus-store-link.
281 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-src.el: New file, split out of org.el
285         * org-docbook.el (org-export-as-docbook): Better indentation
286         treatment.
288         * org-macs.el (org-replace-match-keep-properties): New function.
290         * org-exp.el (org-export-mark-blockquote-verse-center): Better
291         preprocessing of center and quote and verse blocks.
293         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
294         (org-export-as-docbook): Close lists when original indentation
295         mandates it.
297         * org-html.el (org-export-html-close-lists-maybe): New function.
298         (org-export-as-html): Close lists when original indentation
299         mandates it.
301         * org-list.el (org-list-end): Respect the stored "original"
302         indentation when determining the end of the list.
304         * org-exp.el (org-export-replace-src-segments-and-examples):
305         Remember indentation correctly.
307 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-clock.el (org-clock-update-mode-line): Apply face
310         org-mode-line-clock.
312         * org-faces.el (org-mode-line-clock): New face.
314 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
316         * org-gnus.el (org-gnus-store-link): Fix bug where
317         `org-gnus-store-link' used wrong subject when called in an article
318         buffer.  Patch provided by fengli AT gmail DOT com.
320 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-exp.el (org-export-format-source-code-or-example): Remember
323         the original indentation of source code snippets and examples.
325         * org-latex.el (org-export-as-latex): Relocate the table of
326         contents.
328         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
330         * org-agenda.el (org-run-agenda-series): Scope global options also
331         when creating the agenda buffer.
333 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org.el (org-adapt-indentation): Improve documentation.
336         (org-insert-property-drawer): Respect org-adapt-indentation when
337         inserting the drawer.
338         (org-remove-flyspell-overlays-in): New function.
339         (org-do-emphasis-faces, org-activate-plain-links)
340         (org-activate-code, org-fontify-meta-lines-and-blocks)
341         (org-activate-angle-links, org-activate-footnote-links)
342         (org-activate-bracket-links, org-activate-dates)
343         (org-activate-target-links, org-activate-tags): Remove flyspell
344         overlays.
346 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org.el (org-edit-src-save): New function.
350         * org-clock.el (org-clock-out-switch-to-state): New option.
351         (org-clock-out): Honor `org-clock-out-switch-to-state'.
353         * org-compat.el (org-compatible-face): Improve macro.
355         * org.el (org-global-properties-fixed): Add default for
356         CLOCK_MODELINE_TOTAL.
358         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
359         andd tend.
360         (org-clock-sum-current-item): Optional argument TSTART, pass it to
361         org-clock-sum.
362         (org-clock-get-sum-start): New function.
364         * org.el (org-startup-options): New keywords blockhide and
365         blockshow.
366         (org-mode): Add new invisibility spec.
367         (org-set-startup-visibility): Hide block on startup if so
368         desired.
369         (org-hide-block-startup): New option.
370         (org-block-regexp): New constant.
371         (org-hide-block-overlays): New variable.
372         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
373         (org-show-block-all, org-hide-block-toggle-maybe)
374         (org-hide-block-toggle): New functions.
375         (org-edit-src-exit): Do not quote lines starting with # and no +
376         behind it.
377         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
378         entry.
380 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org.el (org-buffer-property-keys): Add Effort property for
383         completion.
385 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
388         when retrieving total clocked time in the subtree.
390         * org.el (org-quoting-blocks): New variable.
392 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
394         * org-table.el (org-table-store-formulas)
395         (org-table-get-stored-formulas, org-table-fix-formulas)
396         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
397         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
399         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
400         indented #+TBLFM line.
402         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
403         indented #+TBLFM line.
405         * org-colview.el (org-dblock-write:columnview): Allow indented
406         #+TBLFM line.
408         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
409         indented #+TBLFM line.
411         * org-clock.el (org-dblock-write:clocktable): Allow indented
412         #+TBLFM line.
414 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org-exp.el (org-export-format-source-code-or-example): Make
417         editing indented blocks work correctly.
419         * org.el (org-edit-src-nindent): New variable.
420         (org-edit-src-code, org-edit-fixed-width-region)
421         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
422         editing indented blocks work correctly.
424 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
426         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
427         indented blocks.
428         (org-export-format-source-code-or-example): Fix indentation of
429         blocks.
430         (org-export-remove-indentation): New function.
431         (org-export-select-backend-specific-text): Allow backend-specific
432         code to be indented.
433         (org-export-mark-blockquote-verse-center): Allow markers to be
434         indented.
436         * org.el (org-fontify-meta-lines): New function.
437         (org-set-font-lock-defaults): Call the new fontification
438         function.
440         * org-faces.el (org-meta-line): New face
441         (org-block):  New face.
443 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
445         * org.el (org-treat-insert-todo-heading-as-state-change)
446         (org-treat-S-cursor-todo-selection-as-state-change): New
447         variables.
448         (org-insert-todo-heading): Honor
449         `org-treat-insert-todo-heading-as-state-change'.
450         (org-shiftright, org-shiftleft): Honor
451         `org-treat-S-cursor-todo-selection-as-state-change'.
452         (org-inhibit-logging): New variable.
454 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
456         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
457         range for marker position checking.
459         * org-latex.el (org-export-latex-first-lines): Fix bug when
460         exporting a region.
462 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
464         * org-exp.el (org-export-push-to-kill-ring): Protect using
465         x-set-selection, because that does not always work.
467         * org-agenda.el (org-agenda-list): Apply the new face
468         `org-agenda-date-today'.
470         * org-faces.el (org-agenda-date-today): New face.
472 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
474         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
475         creating appointments.
477         * org-latex.el (org-export-latex-low-levels): Fix customization
478         type.
480         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
481         priority commands.
483         * org-agenda.el (org-agenda-priority): Disable priority commands.
485         * org.el (org-enable-priority-commands): New option.
487         * org-colview-xemacs.el (org-columns-compute)
488         (org-columns-number-to-string): Fix problems with empty fields.
490         * org-colview.el (org-columns-compute)
491         (org-columns-number-to-string): Fix problems with empty fields.
493         * org-exp.el (org-export-push-to-kill-ring): New function.
494         (org-export-copy-to-kill-ring): New option.
496         * org-latex.el (org-export-as-latex): Call
497         `org-export-push-to-kill-ring'.
499         * org-html.el (org-export-as-html): Call
500         `org-export-push-to-kill-ring'.
502         * org-docbook.el (org-export-as-docbook): Call
503         `org-export-push-to-kill-ring'.
505         * org-ascii.el (org-export-as-ascii): Call
506         `org-export-push-to-kill-ring'.
508         * org-exp.el (org-export-show-temporary-export-buffer): New
509         option. 
511         * org-latex.el (org-export-as-latex): Use
512         `org-export-show-temporary-export-buffer'.
514         * org-html.el (org-export-as-html): Use
515         `org-export-show-temporary-export-buffer'.
517         * org-docbook.el (org-export-as-docbook): Use
518         `org-export-show-temporary-export-buffer'.
520         * org-ascii.el (org-export-as-ascii-to-buffer): Use
521         `org-export-show-temporary-export-buffer'.
523         * org-exp.el (org-export-show-temporary-export-buffer): New
524         option.
525         (org-export-push-to-kill-ring): New function.
527         * org-colview.el (org-columns-compile-map): New variable.
528         (org-columns-new, org-columns-compute)
529         (org-columns-number-to-string, org-columns-uncompile-format)
530         (org-columns-compile-format): Implement new operators.
532 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
536         * org-html.el (org-export-html-xml-declaration): New option.
537         (org-export-as-html): Use `org-export-html-xml-declaration'.
539         * org-list.el (org-update-checkbox-count): Make property
540         dependent.
542         * org.el (org-hierarchical-todo-statistics): New option.
543         (org-update-parent-todo-statistics): Modified to handle recursive
544         statistics.
546 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
548         * org-publish.el (org-publish): Make this function behave
549         correctly in interactive use when called with a prefix argument.
551         * org.el (org-todo-statistics-hook): New hook.
552         (org-update-parent-todo-statistics): Use new hook.
553         (org-log-into-drawer): New function.
554         (org-add-log-setup): Use the new `org-log-into-drawer' function to
555         determine if we should be logging into a drawer.
556         (org-log-into-drawer): Update docstring.
557         (org-default-properties): Add LOG_INTO_DRAWER as a property.
559         * org-list.el (org-checkbox-statistics-hook): New hook.
560         (org-update-checkbox-count-maybe): Use new hook.
562         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
563         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
564         to kill ring.
566 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
569         a line.
571 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
574         better bufer-generating mechanism.
575         (org-edit-src-find-buffer): New function.
577         * org-icalendar.el (org-print-icalendar-entries): Don't check for
578         archive tag, this is already done by `org-agenda-skip'.
579         data while constructing lost of tags.
581 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
583         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
584         as argument separator in macros.
586         * org-html.el (org-export-as-html): Add xml declaration.
588 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org.el (org-after-sorting-entries-or-items-hook): New hook.
591         (org-sort-entries-or-items): Run the new hook.
592         (org-after-refile-insert-hook): New hook.
593         (org-refile): Run `org-after-refile-insert-hook'.
595         * org-agenda.el (org-agenda-get-progress): Never take time of day
596         from headline when displaying progress.
598         * org-latex.el (org-export-latex-complex-heading-re): New variable.
599         (org-export-as-latex): Force the correct regexp in the
600         preprocessor buffer.
601         (org-export-latex-set-initial-vars): Set
602         `org-export-latex-complex-heading-re'.
604         * org-agenda.el (org-agenda-start-with-log-mode): New option.
605         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
607 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
609         * org-latex.el (org-export-latex-tables-centered): New option.
610         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
612         * org-exp.el (org-export-as-org): New command.
613         (org-export-as-org): New command.
615         * org-publish.el (org-publish-org-to-org): New function.
617 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org.el (org-yank): Just call `org-yank-generic'.
620         (org-yank-generic): New function, containing the formaer
621         functionality of `org-yank'.
623         * org-latex.el (org-export-latex-not-done-keywords)
624         (org-export-latex-done-keywords): New variables.
625         (org-export-latex-todo-keyword-markup): New option.
626         (org-export-latex-set-initial-vars): Remember the TODO keywords.
627         (org-export-latex-keywords-maybe): Apply the TODO markup.
629 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
631         * org-exp.el (org-infile-export-plist): Add more default macros.
632         (org-export-preprocess-apply-macros): Process macro arguments.
634 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
636         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
637         `unblocked'.
638         (org-print-icalendar-entries): Respect the new value of
639         `org-icalendar-include-todo'.
641         * org.el (org-link-try-special-completion)
642         (org-file-complete-link): New functions.
643         (org-insert-link): Add special completion support for some link
644         types.
646         * org-bbdb.el (org-bbdb-complete-link): New function.
648 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org-list.el (org-update-checkbox-count): Allow recursive
651         statistics.
652         (org-hierarchical-checkbox-statistics): New option.
654         * org.el (org-cycle): Remove erraneous space character.
656         * org-icalendar.el (org-icalendar-timezone): Initialize from
657         environment.
659         * org-html.el (org-format-org-table-html): Specify the scope.
660         (org-format-table-table-html): Specify the scope.
661         (org-export-table-header-tags): Prepare the scope parameter.
663 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
665         * org-html.el
666         (org-export-html-table-use-header-tags-for-first-column): New
667         option.
669         * org.el (org-autoload): Fix autoloading of ascii export
670         functions.
671         (org-modules): Add org-special-blocks.
673 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-icalendar.el (org-start-icalendar-file): Use the new option.
676         (org-ical-timezone): New option.
678         * org-exp.el (org-export-get-coderef-format): Use the description
679         is present.
681         * org.el (org-sort-entries-or-items): Improve docstring, and make
682         better implementation for time sorting.
684 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
686         * org.el (org-edit-src-persistent-message): New option.
687         (org-edit-src-code, org-edit-fixed-width-region): Use the new
688         option.
690         * org-clock.el (org-clock-insert-selection-line): Fix prefious
691         patch.
693         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
694         separate buffer instead of indirect buffer to edit source code.
695         (org-edit-src-exit): Make this function work with the new setup.
697         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
698         are properly fontified before shown in the selection menu.
700         * org.el (org-fontify-like-in-org-mode): New function.
702         * org-latex.el (org-export-latex-links): Use the property list to
703         retrieve the default image attributes.
705         * org-exp.el (org-export-plist-vars): Add a new option.
707 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
709         * org-exp.el (org-export, org-export-visible): Support ASCII
710         export to buffer
711         (org-export-normalize-links): Do not protect the description if it
712         is explicitly given.
714         * org-ascii.el (org-export-as-ascii-to-buffer)
715         (org-replace-region-by-ascii, org-export-region-as-ascii): New
716         commands.
717         (org-export-as-ascii): Add all the same parameters that are also
718         supported by the other export functions.
720         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
721         org-checklist.el.
722         (org-reset-checkbox-state-subtree): Call
723         `org-reset-checkbox-state-subtree'.
725         * org-remember.el (org-select-remember-template): For the
726         selection of a valid template.
728         * org-latex.el (org-export-region-as-latex): Supply the
729         force-no-subtree argument.
730         (org-export-as-latex): Provide better limits when exporting the
731         first line.  When exporting to string, we still want the first
732         lines.
733         (org-export-latex-first-lines): New argument END, to force the end
734         of the region.
735         (org-export-region-as-latex): Use the property list.
736         (org-export-as-latex):
738         * org-colview-xemacs.el (org-columns-remove-overlays)
739         (org-columns): Fix call to `local-variable-p'.
741 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
744         (org-export-as-html): Run the new hook.
746         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
747         (org-export-latex-preprocess): Run the new hook.
749         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
750         (org-export-preprocess-string): Run the new hook.
752 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
754         * org-macs.el (org-check-external-command): New defsubst.
756         * org.el (org-mode-map): New key for reload.
757         (org-format-latex): Better error message when external programs
758         are not available.
760         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
762         * org.el (org-sort-entries-or-items): Explicit sorting function
763         for priorities, needed for XEmacs compatibility.
765         * org-remember.el (org-remember-apply-template): Improve auto-save
766         behavior.
768 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-latex.el (org-export-latex-preprocess): Also protect
771         environments ending in a star.
773         * org-list.el (org-at-item-p): Fix regular expression.
775 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org.el (org-end-of-subtree): Improve speed.
779         * org-agenda.el (org-agenda-get-timestamps)
780         (org-agenda-get-progress, org-agenda-get-deadlines)
781         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
782         in particular, wait as long as possible to collect the tags.
783         (org-stuck-projects): Improve docstring.
785         * org.el (org-store-link): No errors when getting custom id before
786         first headline.
787         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
789 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
791         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
793         * org-protocol.el: Remove dependency on url.el.
794         (org-protocol-unhex-compound, org-protocol-open-source): Remove
795         dependency on url.el.
797         * org-latex.el (org-export-as-pdf): Use
798         `org-latex-to-pdf-process'.
800 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org-latex.el (org-latex-to-pdf-process): New option.
804         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
805         New option.
806         (org-agenda-get-timestamps): Honor
807         `org-agenda-skip-additional-timestamps-same-entry'.
809         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
810         (org-clock-goto): Find recent task only if
811         `org-clock-goto-may-find-recent-task' allows it.
813         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
814         drawers, and drawers that are missing the :END: line.
816 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
818         * org-clock.el (org-clock-goto): Go to recently clocked task if no
819         clock is running.
821 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
823         * org.el (org-update-parent-todo-statistics): Check for
824         STATISTICS_FROM property.
826         * org-list.el (org-update-checkbox-count): Check for
827         STATISTICS_FROM property.
829         * org.el (org-tab-first-hook)
830         (org-tab-after-check-for-table-hook)
831         (org-tab-after-check-for-cycling-hook): New hooks.
832         (org-cycle-internal-global, org-cycle-internal-local): New
833         functions, split out from `org-cycle'.
834         (org-cycle): Call the new hooks.
836 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
838         * org-exp.el (org-export-preprocess-string): Reset the list of
839         preferred targets for each run of the preprocessor.
841         * org.el (org-refile-target-verify-function): Improve
842         documentation.
843         (org-get-refile-targets): Respect point being moved by the
844         verification function.
846         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
847         option.
848         (org-export-latex-keywords): Use new option.
850         * org.el (org-rear-nonsticky-at): New defsubst.
851         (org-activate-plain-links, org-activate-angle-links)
852         (org-activate-footnote-links, org-activate-bracket-links)
853         (org-activate-dates, org-activate-target-links)
854         (org-activate-tags): Place the rear-nonsticky properties at the
855         correct location.
857 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-protocol.el (server-edit): Declare `server-edit'.
860         (org-protocol-unhex-string, org-protocol-unhex-compound): New
861         functions.
862         (org-protocol-check-filename-for-protocol): Call `server-edit'.
864         * org.el (org-default-properties): New default properteis for
865         completion.
867         * org-exp.el (org-export-add-subtree-options): Add new properties
868         for subtree export.
870         * org-docbook.el (org-export-docbook-keywords-markup)
871         (org-export-docbook-timestamp-markup): New options.
872         (org-export-docbook-protect-tags): New function.
874 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
876         * org-id.el (org-id-get-with-outline-path-completion): Turn off
877         org-refile-target-verify-function for the duration of the command.
879         * org.el (org-link-to-org-use-id): New possible value
880         `create-if-interactive-and-no-custom-id'.
881         (org-store-link): Use custom IDs.
882         (org-link-search): Find custom ID properties from #link.
883         (org-default-properties): Add CUSTOM_ID for property completion.
884         (org-refile-target-verify-function): New option.
885         (org-goto): Turn off org-refile-target-verify-function
886         for the duration of the command.
888 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
890         * org-html.el (org-export-as-html): Use custom IDs in the toc.
892         * org-exp.el (org-export-preferred-target-alist): New variable.
893         (org-export-define-heading-targets): Find the new CUSTOM_ID
894         property.
895         (org-export-target-internal-links): Target the custom ids when
896         possible.
898         * org-latex.el (org-export-latex-preprocess): Better regexp for
899         matching latex macros with arguments.
901 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
903         * org-remember.el (org-remember-handler): Allow filing to non-org
904         files.
906 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
908         * org-feed.el (org-feed-alist): New keyword options.
909         (org-feed-update): Use the new options.
910         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
911         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
912         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
913         functions.
915         * org-table.el (org-table-fix-formulas): Do not change references
916         to remote tables.
917         (org-table-get-remote-range): Convert standard coordinates to RC
918         format.
920         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
922 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
924         * org-compat.el (org-sha1-string): Function removed.
926         * org.el (org-refile-allow-creating-parent-nodes): New option.
927         (org-refile-get-location): New argument NEW-NODES.
928         (org-refile): Call `org-refile-get-location' with the new
929         argument.
930         (org-refile-get-location): Arrange for adding a new child.
931         (org-refile-new-child): New function.
933         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
934         an additional span element.
936         * org-clock.el: Fix a number of docstrings.
937         (org-clock-find-position): New argument
938         FIND-UNCLOSED to make the function find an unclosed clock in the
939         entry.
940         (org-clock-in): Call `org-clock-find-position' with the new
941         argument if we might be resuming a clock.
943 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
945         * org-latex.el (org-export-latex-display-custom-times): New variable.
946         (org-export-latex-timestamp-markup): New option.
947         (org-export-latex-set-initial-vars): Remember the local value of
948         `org-display-custom-times'.
949         (org-export-latex-content): Process time stamps.
950         (org-export-latex-time-stamps): New function.
952         * org-macs.el (org-maybe-intangible): Add intangible property
953         again to invisible text.
955 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
957         * org-exp.el (org-default-export-plist): Handle undefined
958         variables.
960 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
962         * org.el (org-sort-entries-or-items): Match TODO keywrds
963         case-sensitively, when sorting.
964         (org-priority): Do not match TODO keywords with wrong case.
966 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
968         * org-feed.el (org-feed-update): Bind the variable
969         `new-formatted'.
971         * org-html.el (org-export-as-html): Start paragraphs after literal
972         examples.
974         * org-docbook.el (org-export-as-docbook): Start paragraphs after
975         literal examples.
977 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
979         * org.el (org-todo): Honor the NOBLOCKING property.
981         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
982         NOBLOCKING property.
984         * org.el (org-scan-tags): Fix bug in tag scanner
986 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
988         * org.el (org-modules): Mark obsolete packages.
990         * org-html.el: New file, split out from org-exp.el.
992         * org-icalendar.el: New file, split out from org-exp.el.
994         * org-xoxo.el: New file, split out from org-exp.el.
996         * org-ascii.el: New file, split out from org-exp.el.
998 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1000         * org-compat.el (org-find-library-name): New function.
1002         * org.el (org-pre-cycle-hook): New hook.
1003         (org-cycle): Call the new hook in appropriate places.
1004         (org-reload): Only reload files that have been loaded before.
1006 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1009         after todo keyword.
1010         (org-todo): When changing TODO state, do matching
1011         case-sensitively.
1012         (org-map-continue-from): New variable.
1013         (org-scan-tags): Respect values in `org-map-continue-from'.
1014         (org-reload): Make XEmacs compatible.
1016 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1018         * org-protocol.el (org-protocol-flatten-greedy): New function.
1019         (org-protocol-flatten): New function.
1021         * org.el (org-open-link-from-string): Pass reference buffer to
1022         `org-open-at-point'.
1023         (org-open-at-point): New optional argument `reference-buffer'.
1025 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org.el (org-scan-tags): Make tag scan find headline in first
1028         line, 2nd attempt.
1029         (org-get-refile-targets): Add the naked file name.
1030         (org-refile): Store as top-level entry when only file name was
1031         given.
1033         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1035         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1036         Renamed from org-block-todo-from-children-or-siblings, and
1037         enhanced to look for the parent's status as well.
1039         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1040         (org-agenda-get-progress): Add first notes line to log entry if so
1041         desired.
1043 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1046         (org-agenda-cleanup-fancy-diary): Call the new hook.
1048         * org-remember.el (org-remember-apply-template): Take the default
1049         for the annotation from the :annotation property.
1051         * org-mac-message.el (org-mac-message-get-link): Remove the
1052         quotes.
1053         (org-mac-message-get-link): Return the result.
1055 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1057         * org.el (org-refile-get-location): Add file name only if not
1058         already included in outline path.
1060         * org-faces.el (org-n-level-faces): Fix customization type from
1061         number to integer.
1063         * org-exp.el (org-export-headline-levels): Fix customization type
1064         from number to integer.
1066         * org-agenda.el (org-agenda-confirm-kill)
1067         (org-agenda-custom-commands-local-options)
1068         (org-timeline-show-empty-dates, org-agenda-ndays)
1069         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1070         customization type from number to integer.
1072 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org-protocol.el: Declare some functions.
1076         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1077         postion before inserting modified headline.
1079         * org-agenda.el (org-agenda-compare-effort): Honor
1080         `org-sort-agenda-noeffort-is-high'.
1081         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1082         (org-agenda-compare-effort): Implement the "?" operator for
1083         finding entries without effort setting.
1085         * org.el (org-extract-attributes-from-string): New function.
1087         * org-exp.el (org-export-splice-attributes): New function.
1089 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1091         * org-mouse.el: XEmacs compatibility fixes
1093         * org-docbook.el (org-export-as-docbook): Process footnotes like
1094         normal text.
1096         * org.el (org-modules): Add org-inlinetasks.el
1097         (org-cycle): Implement limiting level on cycling.
1098         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1099         buffer.
1101         * org-inlinetask.el: New file.
1103         * org.el (org-emphasis-regexp-components): Allow braces in
1104         emphasis pre and post match.
1106         * org-footnote.el (org-footnote-normalize): When only dorting, do
1107         not insert inline notes at the end.
1109         * org-docbook.el (org-id-find-id-file): Add function declaration.
1111         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1113         * org-docbook.el: New file.
1115 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1117         * org.el (org-reftex-citation): New command.
1119 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1121         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1122         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1123         sorting options.
1124         (org-entries-lessp): Apply the new sorting option.
1126         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1127         blocker code, when an older sibling has children.
1129         * org-mac-message.el (org-mac-message-get-link): Improve getting
1130         links from multiple selected messages.
1132 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1134         * org-remember.el (org-remember-finalize): Do not set buffer file
1135         name to nil.
1136         (org-remember-handler): Mark buffer as unmodified.
1137         (org-remember-handler): Delete backup file and show message about
1138         remaining backup files.
1139         (org-remember-auto-remove-backup-files): New option.
1141         * org.el (org-store-link): Use buffer name as link description in
1142         w3-mode buffers.
1143         (org-ido-switchb): Fix argument bug for completion.
1145         * org-remember.el (org-remember-apply-template): Set local
1146         variable `auto-save-visited-file-name' instead of global one.
1148 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1150         * org-feed.el: Re-write.
1152         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1153         (org-agenda-get-todos): Mark file tags as inherited.
1154         (org-agenda-list): Always search diary lines for a time.
1156 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1158         * org-feed.el (org-feed-assume-stable): New option.
1159         (org-feed-before-adding-hook): New hook.
1161         * org-exp.el (org-export-as-html): Close local lists depending on
1162         indentation, also when starting a table.
1164         * org-remember.el (org-remember-backup-directory)
1165         (org-remember-backup-name): New internal variable.
1167 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1169         * org-clock.el (org-clock-out-if-current): Make buffer detection
1170         work in indirect buffers as well.
1172         * org.el (org-emphasis-regexp-components): Add the exxclamation
1173         mark to the post-emphasis characters.
1175 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1177         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1178         (org-read-date): Run the new hook.
1180         * org-mac-message.el (org-mac-flagged-mail): New group.
1181         (org-mac-mail-account): New variable.
1182         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1183         commands.
1185         * org-remember.el (org-remember-backup-directory): New variable.
1186         (org-remember-apply-template): Write file to backup directory.
1188 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1190         * org-mouse.el (org-mouse-todo-menu): New function.
1191         (org-mouse-todo-keywords): Function removed.
1192         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1194         * org-table.el (org-table-beginning-of-field)
1195         (org-table-end-of-field): New commands
1196         (org-table-previous-field, org-table-beginning-of-field): Better
1197         error messages.
1198         (orgtbl-setup): Include `M-a' and `M-e'.
1200         * org.el (org-backward-sentence, org-forward-sentence): New
1201         commands.
1203         * org-colview.el (org-colview-initial-truncate-line-value): New
1204         variable.
1205         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1206         (org-columns): Remember the value of `truncate-lines'.
1208         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1209         New variable.
1210         (org-columns-remove-overlays): Restore the value of
1211         `truncate-lines'.
1212         (org-columns): Remember the value of `truncate-lines'.
1214         * org.el (org-columns-skip-arrchived-trees): New option.
1216         * org-agenda.el (org-agenda-export-html-style): Define color for
1217         org-agenda-done face.
1218         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1219         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1221         * org.el (org-scan-tags): Use the new face.
1223         * org-faces.el (org-agenda-done): New face.
1225         * org.el (org-scan-tags): Test the value org
1226         `org-tags-match-list-sublevels'.
1227         (org-tags-match-list-sublevels): New allowed value: indented.
1229         * org-export-latex.el (org-export-latex-make-header): Apply macros
1230         in header.
1232         * org-exp.el (org-export-apply-macros-in-string): New function.
1234         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1235         with the definition of a checked box.
1237         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1239         * org-export-latex.el (org-export-latex-low-levels): More options
1240         for how to process lower levels in LaTeX.
1241         (org-export-latex-subcontent): Better treatment for lists as a
1242         means of publishing lower levels.
1244 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1246         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1248         * org-faces.el (org-checkbox): New face.
1250         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1251         fragement images if there is an export file.
1253 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1255         * org-agenda.el (org-stuck-projects): Document that the subtree of
1256         projects that are not stuck will now be searched for stuck
1257         sub-projects.
1258         (org-agenda-skip-entry-when-regexp-matches)
1259         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1260         (org-agenda-list-stuck-projects): Use
1261         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1263         * org-export-latex.el (org-export-latex-preprocess): Improve
1264         export of verses.
1266         * org-exp.el (org-export-as-html): Implement centering as a div
1267         rather than a paragraph.  Do a better job with line-end in verse
1268         environments.
1270 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org.el (org-open-at-point): Fix tags searches by mouse click.
1274 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org-export-latex.el (org-export-latex-preprocess): Implement the
1277         centering markup.
1279         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1280         from `org-export-mark-blockquote-and-verse'.
1281         (org-export-as-html): Implement the centering markup.
1283         * org-export-latex.el (org-export-latex-tables): Fix vertical
1284         lines in tables.
1286 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1288         * org.el (org-read-date-history): New variable.
1289         (org-read-date): Use new history variable.
1290         (org-toggle-heading): Fix bug when used before first headline.
1291         (org-store-log-note): Remove drawer if empty while note is
1292         aborted.
1293         (org-remove-empty-drawer-at): New function.
1294         (org-check-after-date): New command.
1295         (org-sparse-tree): New sparse tree command "a".
1297         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1299 2009-03-14  Bastien Guerry  <bzg@altern.org>
1301         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1302         column and a space, not only a column.
1304 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1307         defaults for verbose emphasis.
1308         (org-export-latex-emph-format): New function.
1309         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1311         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1312         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1313         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1314         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1315         commands.
1317         * org.el (org-timestamp-change): Move end-time along with start
1318         time.
1320 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1322         * org-exp.el (org-export-target-internal-links)
1323         (org-export-as-html): Protect links specified as #name.
1325 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1327         * org.el (org-clone-subtree-with-time-shift): New command.
1329         * org-export-latex.el (org-export-latex-special-chars)
1330         (org-export-latex-treat-sub-super-char): Fix subscript export.
1332         * org-exp.el (org-create-multibrace-regexp): Do not add
1333         backslashes to the class.
1335 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org-colview.el (org-columns-map): Better functions for moving up
1338         and down a row, even if `truncate-line' is nil.
1340         * org.el (org-insert-todo-heading): Make sure the keyword is
1341         inserted at the correct position.
1343         * org-publish.el (org-publish-project-alist)
1344         (org-publish-projects, org-publish-org-index): Change default anme
1345         for the index of file names to "sitemap.org".
1347         * org-export-latex.el (org-export-latex-tables): Use
1348         `org-split-string', for Emacs 21 compatibility.
1350 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1354 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1356         * org-exp.el (org-export-page-description)
1357         (org-export-page-keywords): New variables.
1358         (org-export-plist-vars): Add entries for :keywords and
1359         :description.
1360         (org-infile-export-plist): Parse for new keywords.
1361         (org-get-current-options): Add new keywords
1362         (org-export-as-html): Publish description and keywords.
1364         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1365         option.
1366         (org-agenda-add-entry-text): Honor
1367         `org-agenda-add-entry-text-descriptive-links'.
1369         * org-export-latex.el (org-export-latex-preprocess): Make all
1370         external preprocess functions use a PARAMETER arg.
1372         * org-exp.el (org-export-preprocess-string)
1373         (org-export-select-backend-specific-text)
1374         (org-export-format-source-code-or-example)
1375         (org-format-org-table-html): Support docbook export.
1376         (org-export-preprocess-string): Make all external preprocess
1377         functions use a PARAMETER arg.
1379 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org-exp.el (org-export-html-style-include-scripts): New option.
1382         (org-export-plist-vars): Add new option
1383         `org-export-html-style-include-scripts'.
1384         (org-export-as-html): Honor new option
1385         `org-export-html-style-include-scripts'.
1386         (org-export-html-scripts, org-export-html-style-default): Fix
1387         xml issues with the Safari browser.
1389 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1391         * org-publish.el (org-publish-attachment): Only copy file when the
1392         directories differ.
1394 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1396         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1397         for clocktable steps.
1399         * org.el (org-additional-option-like-keywords): Add two more
1400         keywords.
1402 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1404         * org-exp.el (org-export-format-source-code-or-example): Mark
1405         temporary buffer unmodified, so that it will be killed even if
1406         mode like message mode has decided to assign a file name.
1408         * org.el (org-scan-tags): Improve tag inheritance.
1409         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1410         case-sensitive.
1411         (org-scan-tags): Use the internal tags list instead of creating it
1412         from scratch.
1413         (org-trust-scanner-tags, org-scanner-tags): New variables.
1414         (org-scan-tags): Set `org-scanner-tags'.
1415         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1416         (org-map-entries): Document the possible speedup using scanner
1417         tags.
1419 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1421         * org.el (org-add-planning-info): Fix bug with looking for keyword
1422         only at column 0.
1424         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1425         option for tags filter preset.
1426         (org-prepare-agenda): Store filter preset as a property on the
1427         filter variable.
1428         (org-finalize-agenda): Call the filter, if there is a preset.
1429         (org-agenda-filter-by-tag): Filter again after clearing the
1430         filter, when there still is a preset.
1431         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1432         Include the preset filter.
1433         (org-agenda-redo): Apply the filter again, also the preset filter.
1435         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1437         * org.el (org-uuidgen-p): New funtion.
1439         * org-agenda.el (org-agenda-fontify-priorities): New default value
1440         `cookies'.
1441         (org-agenda-fontify-priorities): Renamed from
1442         org-fontify-priorities.
1444         * org.el (org-set-font-lock-defaults): Call
1445         `org-font-lock-add-priority-faces'.
1446         (org-font-lock-add-priority-faces): New function.
1448         * org-faces.el: (org-set-tag-faces): New option.
1449         (org-priority-faces): New variable.
1451         * org-exp.el (org-export-as-html): Add a "content" div around the
1452         entire content of the body tag.
1453         (org-export-html-get-bibliography): New function.
1454         (org-export-html-validation-link): New variable.
1455         (org-export-as-html): Add validation link to exported page.
1457         * org.el (org-match-sparse-tree): Renamed from
1458         `org-tags-sparse-tree'.
1459         (org-tags-sparse-tree): New alias.
1461 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1463         * org.el (org-get-valid-level): Catch the case where the level
1464         change is nil.
1466         * org-clock.el (org-clock-find-position): Better indentation of
1467         new clock drawers.
1469 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1471         * org-agenda.el (org-agenda-quit): Delete window only when the
1472         frame-setup was not `current-window'.
1474         * org.el (org-tag-persistent-alist): New option.
1475         (org-startup-options): Add keyword `noptag'.
1476         (org-fast-todo-selection): Handle :newline correctly.
1477         (org-set-tags): Handle :newline correctly.
1478         (org-fast-tag-selection): Handle :newline correctly.
1480 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1482         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1483         outputting it.
1484         (org-export-ascii-push-links): Fix bug with pussing links into the
1485         export buffer.
1487 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1489         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1490         pasting at top level.
1492         * org-bbdb.el: Improve documentation.
1494 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1496         * org-list.el (org-insert-item): Only consider insert empty lines
1497         is `org-empty-line-terminates-plain-lists' is not nil.
1499         * org.el (org-blank-before-new-entry): Mention the dependence on
1500         `org-empty-line-terminates-plain-lists' in the docstring.
1502         * org-publish.el (org-publish-get-project-from-filename): New
1503         optional argument UP.  Only find the top project if UP is set.
1504         (org-publish-current-project): Find the top encloding project.
1506         * org-agenda.el (org-agenda-before-write-hook)
1507         (org-agenda-add-entry-text-maxlines): New options.
1508         (org-write-agenda): Run the new hook in the temporary buffer.
1509         (org-agenda-add-entry-text): New function.
1510         (org-write-agenda): Implement PDF export, using ps2pdf.
1512         * org.el (org-global-properties-fixed, org-global-properties):
1513         Improve documentation string.
1515         * org-exp.el (org-export-ascii-links-to-notes): New option.
1516         (org-export-as-ascii): Handle links better.
1517         (org-export-ascii-wrap, org-export-ascii-push-links): New
1518         functions.
1520 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-agenda.el (org-agenda): Make prefix arg optional.
1523         (org-agenda-search-headline-for-time): New option.
1524         (org-format-agenda-item): Honor
1525         `org-agenda-search-headline-for-time'.
1527         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1528         characters.
1530         * org.el (org-self-insert-cluster-for-undo): New option.
1531         (org-self-insert-command): Cluster undo for 20 characters.
1532         (org-self-insert-command-undo-counter): New variable.
1534 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1536         * org-exp.el (org-export-as-html): Fix problem with closing colone
1537         example.
1539 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-export-latex.el (org-export-as-latex)
1542         (org-export-latex-first-lines): Avoid modification flag when
1543         adding or removing text properties.
1544         (org-export-latex-fontify): Catch error when org-emph-alist has
1545         entries that are not defined for LaTeX export.
1547         * org.el (orgstruct++-mode): New function.
1548         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1549         (org-context-p): Allow detecting item context after the first line
1550         of an item.
1551         (orgstruct-make-binding): Detect if item-body context should be
1552         seen.
1553         (orgstruct-is-++): New variable.
1554         (org-add-planning-info): Catch the case when there is no planning
1555         info yet and the call does not want to add anything, only maybe
1556         tries to remove something.
1557         (org-special-ctrl-a/e): All value to be a cons cell with separate
1558         settings for `C-a. and `C-e'.
1559         (org-beginning-of-line, org-end-of-line): Honor separate values
1560         for `C-a' and `C-e'.
1562 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1564         * org.el (org-reload): New command.
1566 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org-exp.el (org-export-htm-get-tag-class-name)
1569         (org-export-htm-get-todo-kwd-class-name): New functions.
1570         (org-export-html-tag-class-prefix)
1571         (org-export-html-todo-kwd-class-prefix): New options.
1572         (org-export-as-html): Call
1573         `org-export-html-get-todo-kwd-class-name'.
1574         (org-html-level-start): Wrap tags into classes.
1575         (org-export-html-get-tag-class-name)
1576         (org-export-html-get-todo-kwd-class-name): New functions.
1578         * org-export-latex.el (org-export-latex-collect-header-macros):
1579         Remove fields that are used anyway.
1580         (org-export-latex-make-header): Insert the options earlier.
1582         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1583         matching.
1585         * org-list.el (org-indent-item): Allow point to be at the end of
1586         the region.
1588         * org.el (org-metaleft, org-metaright): Be more accurate about
1589         detecting a region where commands apply.
1591         * org-compat.el (org-cursor-to-region-beginning): New function.
1593         * org.el (org-priority): Also find invisible heading.
1595         * org-colview-xemacs.el (org-columns-edit-value): No special
1596         treatment for `org-todo' prefix.
1598         * org-colview.el (org-columns-edit-value): No special treatment
1599         for `org-todo' prefix.
1601         * org-remember.el (org-remember-apply-template): Use
1602         `org-completing-read-no-ido'.
1604         * org.el (org-completing-read-no-ido): New function.
1605         (org-make-tags-matcher, org-set-property): Use
1606         `org-completing-read-no-ido'.
1608         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1609         New option.
1610         (org-export-as-latex): Import in-buffer settings as TeX macros.
1611         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1612         (org-export-latex-collect-header-macros): New function.
1614         * org.el (org-refile-get-location): Turn off
1615         `partial-completion-mode'.
1617 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org.el (org-block-todo-from-checkboxes): Announce that
1620         checkboxes are the culprit.
1621         (org-block-todo-from-children-or-siblings): Call
1622         `org-up-heading-all instead' of `outline-up-heading'.
1624         * org-agenda.el (org-agenda-show-1): Renamed from
1625         `org-agenda-show'.
1626         (org-agenda-show): Re-install the old version for now.
1627         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1628         variable into the blokker hook, so that the checkbox checker can
1629         anounce that it caused the blocking.
1631         * org.el (org-track-ordered-property-with-tag): New option.
1632         (org-toggle-ordered-property): Honor
1633         `org-track-ordered-property-with-tag'.
1634         (org-tag-alist): Add newline options.
1635         (org-set-regexps-and-options): Separate option lines imply a
1636         newline.
1637         (org-set-regexps-and-options, org-assign-fast-keys)
1638         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1639         option.
1640         (org-indent-line-function): Make sure this works even if there is
1641         not `org-drawer-regexp' defined.  This can happen when
1642         orgstruct-mode is used in a non-org buffer.
1644         * org-list.el (org-checkbox-blocked-p): New function.
1645         (org-toggle-checkbox): Check for blocking.
1647         * org.el (org-modules): Add an entry for org-R.el.
1649         * org-agenda.el (org-agenda-todo-ignore-with-date)
1650         (org-agenda-todo-ignore-scheduled)
1651         (org-agenda-todo-ignore-deadlines): Mention the variable
1652         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1654         * org.el (org-get-wdays): Find the warning period also if it is in
1655         the wrong place.
1656         (org-ido-completing-read): Provide the correct arguments to
1657         ido-completing-read and bind `ido-enter-matching-directory' to
1658         nil.
1660 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org.el (org-olpath-completing-read): Never use ido for this
1663         one.
1665         * org-exp.el (org-export-normalize-links): Use new macro.
1667         * org-macs.el (org-if-unprotected-at): New macro.
1669         * org-agenda.el (org-agenda-show): Allow numerical prefix
1670         arguments to specify how much context should be shown.
1671         (org-agenda-cycle-show): New command, could be bound to SPC in
1672         org-agenda-mode-map.
1674         * org-exp.el (org-html-level-start): Space after section number.
1676 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1678         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1679         property, for sorting.
1680         (org-cmp-todo-state): Get the applicable TODO keywords directly
1681         from the buffer.
1682         (org-run-agenda-series, org-agenda-list, org-search-view)
1683         (org-todo-list, org-tags-view): Only fit agenda window when the
1684         whole series is done.
1686         * org.el (org-scan-tags): Add todo state as property, for sorting.
1688         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1689         `org-agenda-overriding-header' as an option.
1690         (org-agenda-list): Honor org-agenda-overriding-header'.
1692 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1694         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1695         after removing a checkbox.
1697         * org.el (org-show-entry): Make this work correctly also if it is
1698         the last entry in the file.
1699         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1700         falling back to normal, default command.
1701         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1702         item, call the checkbox toggler to get a box.
1704         * org-list.el (org-toggle-checkbox): Make double prefix set the
1705         checkbox to "[-]".
1706         (org-fix-bullet-type): Only replace bullet if it is changed.
1707         (org-renumber-ordered-list): Handle case when first item does not
1708         have a number.
1710         * org.el (org-add-log-setup): Fix positioning when
1711         `org-log-states-order-reversed' is nil.
1713         * org-clock.el (org-clock-in): Fix positioning when
1714         `org-log-states-order-reversed' is nil.
1715         (org-clock-find-position): Fix positioning when
1716         `org-log-states-order-reversed' is nil.
1718 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1720         * org-clock.el (org-clock-into-drawer): Take default from
1721         `org-log-into-drawer'.
1722         (org-clock-find-position): Look for the correct drawer.
1724         * org.el (org-log-into-drawer): Renamed from
1725         `org-log-state-notes-into-drawer'.
1726         (org-log-state-notes-into-drawer): New variable alias.
1727         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1728         CLOCK.
1729         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1731 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1733         * org-agenda.el (org-agenda): Fix docstring.
1735         * org.el ("org-plot"): Help loading org-plot.
1736         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1737         (org-metadown-hook, org-shiftmetaleft-hook)
1738         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1739         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1740         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1741         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1742         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1744         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1745         for selecting files with any (and even without) extension.
1747         * org.el (org-save-all-org-buffers): Also save id locations.
1748         (org-revert-all-org-buffers): Also load id locations.
1750 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1751         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1752         (org-log-state-notes-into-drawer): New option.
1753         (org-add-log-setup): Place the sate note marker into the drawer,
1754         create drawer when necessary.
1755         (org-refile-targets): Document special interpretation of LEVEL
1756         when odd-levels are used.
1758 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1760         * org.el (org-store-log-note): Fix note indentation when adding
1761         notes to end of list.
1763         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1764         class, so that each keyword can get special colors through CSS.
1766         * org-clock.el (org-clock-out): Add another nil for the previous
1767         state into the call to `org-add-log-setup'.
1769         * org.el (org-log-note-previous-state): New variable.
1770         (org-log-note-headings): New %S escape for old state.
1771         (org-todo): Call the note setup with the old state as an
1772         argument.
1773         (org-add-note): Add another nil for the previous state into the
1774         call to `org-add-log-setup'.
1775         (org-add-log-setup): New argument PREV-STATE.
1776         (org-add-log-note): Handle new %S escape.
1777         (org-store-log-note): Handle new %S escape.
1779 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1781         * org-clock.el (org-clock-find-position): Do not swallow an item
1782         less indented than the CLOCK line itself.
1783         (org-clock-in): Push markers to lin after the clock line.
1784         (org-clock-find-position): Handle values of
1785         `org-clock-into-drawer' smaller than 2.
1787         * org-exp.el (org-html-level-start): Add a CSS class to section
1788         numbers.
1789         (org-export-html-toplevel-hlevel): Better documentation of the
1790         influence of this variables on H levels and css classes in
1791         export.
1793 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1795         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1796         timestamp and nottimestamp to the chooe menu.
1798         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1799         (org-revert-all-org-buffers): New command.
1801 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1803         * org.el (org-return): Implement `org-return-follows-link' in the
1804         function org-return.  This is more robust than using the mouse
1805         map, I think.
1806         (org-set-regexps-and-options): Match more general #+TODO lines.
1807         (org-make-options-regexp): New optional argument EXTRA, for an
1808         extra regexp.
1809         (org-tab-follows-link): Mark as deprecated.
1811 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1813         * org-exp.el (org-export-preprocess-string): Remove clock lines
1814         earlier, so that they cannot cotribute to verbatim snippets.
1816 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1818         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1819         for finding drawers.
1820         (org-export-as-ascii, org-export-as-html): Count levels relative
1821         to the subtree header.
1822         (org-get-min-level): New optional argument OFFSET.
1823         (org-export): Make sure point is restored after popping up that
1824         window.
1826         * org.el (org-do-sort): Also take an inactive timestamp if no
1827         active one is found.
1829         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1830         deleting duplicates.
1832         * org-colview.el (org-columns-capture-view): Copy before
1833         deleting duplicates.
1835         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1836         text before first headline.
1838         * org.el (org-format-latex): Do not convert LaTeX fragments in
1839         protected examples.
1841 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1843         * org-exp.el (org-export-html-style-default): Use color values
1844         instead of names for XHTML validation.
1846         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1847         functions.
1848         (org-return-follows-link): Revert making this the default untile
1849         issues are resolved.
1851         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1852         nottimestamp.
1854 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1856         * org.el (org-mode): Make dependence stuff work more reliably.
1857         (org-update-parent-todo-statistics): Fix bug with updating
1858         statistics cookie.
1860         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1861         ~ as verbatim delimiters.
1863         * org-exp.el (org-export-html-format-image): New argument
1864         PAR-OPEN.
1865         (org-export-as-html): Pass par-open to
1866         `org-export-html-format-image'.
1868 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1870         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1871         (org-use-fast-todo-selection, org-tags-column): New default
1872         setting for variables, based on a poll what typical uses use.
1874         * org-agenda.el (org-agenda-sorting-strategy)
1875         (org-agenda-tags-column): New default setting for variables, based
1876         on a poll what typical uses use.
1878 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1880         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1881         blocked entries from setting the blocked tag.
1883         * org-exp.el (org-export-html-footnotes-section): Use a more
1884         consistent id for footnotes.
1886         * org-export-latex.el (org-export-latex-classes): Remove the
1887         a4paper option from the default styles.
1889 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1891         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1892         (org-block-todo-from-checkboxes): New function.
1893         (org-todo): Make tripple prefix arg circumvent blocking.
1895         * org-timer.el (org-timer): Provide the timer feature.
1897         * org.el (org-require-autoloaded-modules): Add a few more files to
1898         the list of autoloaded modules.
1900         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1902 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1904         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1905         drawers that are unprotected.
1906         (org-export-html-format-image): Make sure inlined LaTeX fragment
1907         images remain inlined.
1909         * org.el (org-toggle-ordered-property): New function.
1910         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1911         (org-org-menu): Add menu entries for TODO dependencies.
1913 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1915         * org.el (org-default-properties): Add ORDERED to the default
1916         properties, to get completion support for it.
1918         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1920         * org.el (org-update-parent-todo-statistics): Update more than one
1921         cookie.
1923         * org-agenda.el (org-agenda-get-todos): Start search from correct
1924         position.
1926         * org.el (org-fast-todo-selection): Make sure TODO selection does
1927         not change buffer position.
1929         * org-list.el (org-toggle-checkbox): Implement adding or removing
1930         checkboxes from line or region when called with a prefix
1931         argument.
1933         * org-rmail.el (org-rmail-store-link): Protect the call to
1934         `rmail-narrow-to-non-pruned-header'.
1936         * org-clock.el (org-clock-special-range): Fix week display in
1937         clock tables.
1939         * org-exp.el (org-get-current-options): Fix bug when in indirect
1940         buffer.
1942 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1944         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1945         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1946         (org-agenda-dim-blocked-tasks): New function.
1948         * org.el (org-enforce-todo-dependencies): New option.
1949         (org-block-todo-from-children-or-siblings): New function.
1951         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1953         * org.el (org-todo): Return correct state type even if the blocker
1954         throws an error.
1955         (org-modifier-cursor-error): Renamed from
1956         `org-shiftcursor-error'.
1957         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1958         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1960         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1961         to get real errors from the blocker hook.
1963         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1964         functions.
1965         (org-set-visibility-according-to-property): Turn off the setting
1966         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1967         property.
1969 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1971         * org.el (org-support-shift-select): New option.
1972         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1973         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1974         selection outside contexts.
1976         * org-list.el (org-at-item-bullet-p): New function.
1978         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1979         variables.
1981         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1982         variable.
1983         (org-insert-footnote-reference-near-definition): Remove
1984         unnecessary let form.
1986         * org-export-latex.el (org-export-latex-first-lines): Add
1987         OPT-PLIST parameter.
1988         (org-export-as-latex): Call `org-export-latex-first-lines' with
1989         opt-plits parameter.
1990         (org-export-latex-preprocess): Remove unnecessary variables.
1992         * org-exp.el (org-infile-export-plist)
1993         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1994         (org-export-remove-headline-metadata)
1995         (org-export-get-title-from-subtree, org-get-min-level)
1996         (org-html-do-expand): Remove innecessary let form.
1998         * org-colview-xemacs.el (org-columns-display-here): Remove
1999         unnecessary variables.
2001         * org-colview.el (org-columns-display-here): Remove unnecessary
2002         variables.
2004         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2005         variables.
2007         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2008         unnecessary variables.
2010         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2011         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2012         variables.
2014         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2015         (org-compact-display-after-subtree-move): Remove unnecessary
2016         variables.
2017         (org-edit-fixed-width-region): Remove unnecessary variables.
2018         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2019         (org-olpath-completing-read): Remove unnecessary variable.
2020         (org-auto-repeat-maybe): Remove unnecessary variable.
2021         (org-map-entries): Remove unnecessary variable.
2022         (org-buffer-property-keys, org-imenu-get-tree)
2023         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2025 -----------------------------------------------------------------
2027 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2028         * org-exp.el (org-export-remove-timestamps): Never remove
2029         timestamps from tables.
2031         * org-export-latex.el (org-export-latex-first-lines): Add more
2032         options to the preprocessing of the text before the first
2033         headline.
2035 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2037         * org-faces.el (org-clock-overlay): Make face compatible with
2038         XEmacs.
2040         * org.el (org-yank): Add property for delete-selection mode.
2042         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2044         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2045         variable.
2047         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2048         to `backward-char'.
2050         * org-exp.el (org-export-as-html): Remove the initial space from
2051         colon examples.
2053         * org.el (org-scan-tags): Call
2054         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2056         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2057         customization groups.
2058         (org-agenda-tags-todo-honor-ignore-options): New option.
2059         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2060         New function.
2061         (org-agenda-get-todos): Use
2062         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2064 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2066         * org-exp.el (org-export-format-source-code-or-example): Escape
2067         HTML characters also in examples that anre not treated with
2068         htmlize.  Also, just switch to EXAMPLE processing if we do not
2069         have a good version of htmlize.
2071         * org-rmail.el: Fix copyright notice.
2073         * org.el (org-activate-footnote-links): Improve footnote link
2074         highlighting.
2076         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2077         a footnote definition at the end of the file.
2079         * org-table.el (org-table-get-specials): Add an imagined hline at
2080         the end of the table.  This can be useful for references that want
2081         to go to the end of the table.  Also fix bug when computing last
2082         row constants, in tables that do not start right at the right
2083         margin.
2084         (org-table-eval-formula): Match and replace remove references.
2085         (org-table-formula-substitute-names): Make sure that names inside
2086         a "remote" call are left alone, the will be replaced later when
2087         the remote call is handled.
2088         (org-table-convert-refs-to-rc): Do not convert things that might
2089         look like a reference, but are really part of an ID or namei n a
2090         remote reference.
2091         (org-table-get-remote-range): New function.
2093 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2095         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2097         * org-clock.el (org-clock-put-overlay): Use new face instead of
2098         `secondary-selection'.
2100         * org-faces.el (org-clock-overlay): New face.
2102 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2104         * org-exp.el (org-get-current-options): Include the option for
2105         publishing time stamps.
2107         * org.el (org-toggle-heading): Renamed from
2108         `org-toggel-region-headings'.
2109         No longer needs a region defined, but will use it if there is one.
2110         (org-ctrl-c-star): Simplified, relying more on the internal
2111         workings of `org-toggle-heading'.
2112         (org-toggle-item): Renamed from `org-toggle-region-items'.
2113         No longer needs a region defined, but will use it if there is one.
2114         (org-ctrl-c-minus): Simplified, relying more on the inernal
2115         workings of `org-toggle-item'.
2117         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2118         environment detection.  Also, do real changes only in unprotected
2119         places.
2121 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2123         * org-export-latex.el (org-export-latex-quotation-marks): Use
2124         `org-if-unprotected-1'.
2125         (org-export-latex-set-initial-vars): Check for class definition in
2126         property.
2128         * org-macs.el (org-if-unprotected-1): New macro.
2130 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2132         * org-compat.el (org-count-lines): New function.
2134         * org-exp.el (org-export-format-source-code-or-example): Handle
2135         switches related to text areas.
2137         * org.el (org-activate-footnote-links): Don't allow match inside a
2138         link.
2140         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2142         * org-export-latex.el (org-export-latex-links): Keep a relative
2143         path relative also after export.
2145         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2147         * org.el (org-make-tags-matcher): Never use IDO for completing the
2148         tags matcher match string.
2149         (org-completing-read): Also remove the special biding for "?".
2151         * org-attach.el (org-attach-allow-inheritance): New option.
2152         (org-attach-inherited): New variable.
2153         (org-attach-dir): Handle properties related to the attachment
2154         directory.
2155         (org-attach-check-absolute-path): New function.
2156         (org-attach-set-directory, org-attach-set-inherit): New commands.
2157         (org-attach): Accommodate the new commands in the dispatcher.
2159 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2161         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2162         `window-full-width-p'.
2164         * org-exp.el (org-export-as-html): Only check for images files
2165         that really can be inlined
2167         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2168         list of extensions to be a parameter.
2170         * org-exp.el (org-export-html-inline-image-extensions): New
2171         variable.
2173         * org-agenda.el (org-prepare-agenda): Use
2174         `org-agenda-block-separator'.
2175         (org-agenda-block-separator): New option.
2177 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2179         * org-export-latex.el (org-export-latex-tables): Call
2180         `org-table-clean-before-export' with the new optional argument.
2182         * org-exp.el (org-table-clean-before-export): New optional
2183         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2184         first column.
2186 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2188         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2189         histograms.
2191         * org-colview.el (org-colview-construct-allowed-dates): Better
2192         error catching when a date/time property does not have allowed
2193         values defined.
2195         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2196         Better error catching when a date/time property does not have
2197         allowed values defined.
2199 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2201         * org.el (org-map-entries): Restore point and restriction after
2202         `org-map-entries'.
2204 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org.el (org-time=, org-time<, org-time<=, org-time>)
2207         (org-time>=, org-time<>): Make sure both values are dates.
2209 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2211         * org-archive.el (org-extract-archive-heading): Allow %s for file
2212         name also in achive location heading.
2214 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2216         * org-archive.el (org-add-archive-files): Uniquify the list before
2217         returning it.
2219 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2221         * org-compat.el (org-fit-window-to-buffer): Use
2222         `window-full-width-p'.
2224         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2225         space after the colon in short examples.
2227         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2228         enforce a space after the colon.  However, we also allow lines
2229         that are *only* a colon.
2230         (org-export-as-html): Enforce the space after the colon in short
2231         examples.
2232         (org-export-preprocess-string): Do the colon example protection
2233         earlier.
2234         (org-export-remove-timestamps): Do not check for protection at the
2235         end of the line.
2237 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2239         * org.el (org-format-latex-options): Add new matcher for single
2240         letters between dollars.
2241         (org-get-header): Function removed.
2242         (org-heading-components): New function.
2244         * org-exp.el (org-export-define-heading-targets): Record ID's also
2245         as alternative targets.
2246         (org-export-as-html): Interpret "id:" links to other files by
2247         preserving the relative path.
2249         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2250         is nil.
2252         * org-exp.el (org-export-normalize-links): Protect the main link,
2253         to avoid special character processing.
2255         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2256         New variable.
2257         (org-export-latex-special-string-regexps): Variable removed.
2258         (org-export-latex-keywords): Use the new regexp.
2260         * org-exp.el (org-export-handle-include-files): Fetch switches and
2261         put them into the BEGIN statement.
2263         * org-timer.el (org-timer-mode-line-string): New variable.
2265         * org-clock.el (org-clock-mode-line-map): Renamed from
2266         `org-clock-mode-map'.
2267         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2268         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2269         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2270         (org-clock-remove-overlays): Renamed from
2271         `org-remove-clock-overlays'.
2273         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2274         and mode line display.
2275         (org-timer-stop): New command.
2276         (org-timer-seconds): Return correct time when timer is paused.
2277         (org-timer-mode-line-timer): New variable.
2278         (org-timer-set-mode-line, org-timer-update-mode-line): New
2279         functions.
2281         * org.el (org-insert-heading):  Handle new value `auto' for
2282         `org-blank-before-new-entry'.
2283         (org-org-menu): Add new items for timer functions.
2285         * org-list.el (org-insert-item): Handle new value `auto' for
2286         `org-blank-before-new-entry'.
2288         * org.el (org-blank-before-new-entry): New value `auto', made
2289         default.
2291 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org-exp.el (org-export-normalize-links): If the link is also
2294         used as the description, protect the description.
2296 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2298         * org.el (org-closest-date): Fix bug with yearly repeats, in
2299         combination with preference of the past as it is used for deadline
2300         and scheduling search.
2302         * org-exp.el (org-html-handle-time-stamps): No longer check for
2303         the `org-export-with-timestamps' option, because the preprocesser
2304         has taken care of this already.
2306         * org.el (org-entry-properties): Catch the case when this is
2307         called in a non-org-mode file.
2309         * org-export-latex.el (org-export-latex-remove-from-headlines):
2310         Variable made obsolete, also LaTeX export now uses the standard
2311         variables.
2312         (org-export-as-latex): Add the timestamps parameter to the
2313         preprocessor parameter list.
2314         (org-export-latex-content): Export the remaining keywords without
2315         considering to remove them.
2316         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2317         Use bold font instead of tt font for the keywords.
2318         (org-export-latex-fontify-headline): Format headlines, assuming
2319         that all keywords still present should be published.
2320         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2321         publish what ever remains of the time stamps.
2322         (org-export-latex-list-parameters): New option.
2323         (org-export-latex-lists): Pass additional parameters to the list
2324         converter.
2326         * org-exp.el (org-export-preprocess-string): Remove clock lines
2327         and timestamps already in the preprocesor.
2328         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2329         functions.
2330         (org-export-as-ascii, org-export-as-html): Add the timestamps
2331         parameter to the preprocessor parameter list.
2333         * org-list.el (org-list-parse-list): Parse for checkboxes.
2334         (org-list-to-generic): Introduce and handle new parameters :cbon
2335         and :cboff.
2336         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2337         optional parameter PARAMS.
2339         * org-export-latex.el (org-export-latex-special-chars): Fix
2340         problems with interpreting dollar signs.
2341         (org-inside-latex-math-p): New function.
2342         (org-export-latex-preprocess): Protect all the math fragments.
2344         * org.el (org-latex-regexps): Allow a dash after a dollar.
2346         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2347         mark after copying.
2349         * org-agenda.el (org-run-agenda-series): Have series options set
2350         when finalizing the agenda.
2352         * org-exp.el (org-export-format-source-code-or-example): Protect
2353         the converted examples.
2355         * org.el (org-set-regexps-and-options): Fix the regexp
2356         `org-complex-heading-regexp'.
2358 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2360         * org.el (org-edit-src-get-label-format): New function.
2361         (org-coderef-label-format): New option.
2362         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2363         a label format specification and make sure it is used in the edit
2364         buffer.
2365         (org-edit-src-get-label-format): New function.
2366         (org-store-link): Handle new coderef formats.
2367         (org-link-search): Handle new coderef formats.
2369         * org-footnote.el (org-footnote-create-definition)
2370         (org-footnote-goto-local-insertion-point): Make footnote insertion
2371         work correctly when the "Footnotes" headline is the last line in
2372         the buffer.
2374         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2375         the location.
2377 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2379         * org-w3m.el (org-w3m): New customization group.
2380         (org-w3m-deactivate-mark): New option.
2381         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2382         option say not to.
2384 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2386         * org.el (org-set-font-lock-defaults): Trigger footnote
2387         fontification.
2388         (org-activate-footnote-links): New function.
2389         (org-activate-links): New entry `footnote'.
2391         * org-faces.el (org-footnote): New face.
2393 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2395         * org-macs.el (org-re): Handle the [:word:] class.
2397         * org-exp.el (org-export-preprocess-string): Call
2398         `org-export-protect-colon-examples'.
2399         (org-export-protect-colon-examples): Renamed from
2400         `org-export-protect-examples', and scope limited to lines starting
2401         with a colon.
2403 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2405         * org-exp.el (org-export-preprocess-string): Move the preprocess
2406         hook to after turning on Org-mode.
2407         (org-export-preprocess-after-include-files-hook)
2408         (org-export-preprocess-after-tree-selection-hook)
2409         (org-export-preprocess-before-backend-specifics-hook)
2410         (org-export-preprocess-final-hook): New hooks.
2411         (org-export-preprocess-string): Run the new hooks.
2413         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2415         * org-footnote.el: New file.
2417         * org.el (org-footnote): Require footnote code.
2418         (org-startup-options): Add new footnote options.
2419         (org-mode-map): New keybindig for footnotes.
2420         (org-ctrl-c-ctrl-c): Add function at footnotes.
2421         (org-org-menu): New menu entries for footnotes.
2423         * org-export-latex.el (org-export-as-latex): Pass footnote
2424         variable to preprocessor.
2425         (org-export-latex-preprocess): Treat multiple references to a
2426         footnote.
2428         * org-exp.el (org-export-preprocess-string): Call
2429         `org-footnote-normalize'.
2430         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2431         to preprocessor.
2432         (org-export-as-html): Treat multiple references to a footnote.
2434 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2436         * org-export-latex.el (org-export-latex-links): Handle coderef
2437         links.
2439         * org.el (org-bracket-link-analytic-regexp++): New variable.
2440         (org-make-link-regexps): Initialize
2441         `org-bracket-link-analytic-regexp++'.
2442         (org-store-link): Implement special case in edit-src buffer.
2443         (org-insert-link): No use of ide to insert stored links.
2444         (org-link-search): Implement special case for coderefs.
2446         * org-exp.el (org-export-html-scripts): New constant.
2447         (org-export-html-style-default): Add a new style for highlighted
2448         code.
2449         (org-export-code-refs): New variable.
2450         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2451         Call `org-export-replace-src-segments-and-examples'
2452         No longer call `org-export-protect-examples'.
2453         (org-export-target-internal-links): Take care of coderef targets.
2454         (org-export-last-code-line-counter-value): New variable.
2455         (org-export-replace-src-segments-and-examples): Renamed from
2456         `org-export-replace-src-segments', and modified.
2457         (org-export-format-source-code-or-example): Renamed from
2458         `org-export-format-source-code'.
2459         (org-export-number-lines): New function.
2460         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2462 --------------------------------------------------------------------------
2464 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2466         * org-remember.el (org-remember-handler): Safer way to get a new
2467         buffer accessing the target file.
2469         * org.el (org-refile-get-location): Handle case of current buffer
2470         not having a file associated with it.
2472 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2474         * org-table.el (org-table-get-formula): Only ask to overwrite
2475         field formula if there really is one.
2477         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2478         number, by converting these to a string.
2480         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2481         located in a different file.
2483         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2484         org-colview.el.
2486 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2488         * org.el (org-completion-use-ido): Enhance docstring of
2489         `org-completion-use-ido'.
2491         * org-export-latex.el (org-export-latex-make-header): Double the %
2492         in the time stamp format.
2493         (org-export-latex-special-chars): Handle case where there is no
2494         match group 3.
2496 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2498         * org.el (org-get-refile-targets, org-refile-get-location): Use
2499         expanded file name to improve comparison.
2501 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2503         * org.el (org-scan-tags): Rescan for tags, to get the correct
2504         upcase/downcase stuff.  This slows things down for now, but it
2505         works.
2506         (org-mode): Make sure the tag-faces regexp is initialized.
2508         * org-export-latex.el (org-export-latex-links): Fix bug with
2509         undefined label.
2511         * org-table.el (org-table-get-specials): Set
2512         `org-table-current-last-data-line'.
2513         (org-table-current-last-data-line): New variable.
2514         (org-table-insert-column, org-table-delete-column)
2515         (org-table-move-column, org-table-fix-formulas): Call
2516         `org-table-fix-formulas' a second time to fix the $LR references.
2517         (org-table-get-specials): Add the $LR references to the tables.
2518         (org-table-get-formula): Do not offer last-row names as LHS of
2519         formulas.
2521         * org.el (org-store-link): Capture link description from
2522         `org-id-store-link'.
2524         * org-exp.el (org-export-html-format-image): Add the / to the end
2525         of the <img> tag.
2526         (org-export-format-source-code): Surround example by empty lines,
2527         to make sure it will not be inside a paragraph.
2529         * org.el (org-ido-switchb): New function.
2531 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2533         * org-agenda.el (org-agenda-show): New prefix argument
2534         FULL-ENTRY.
2536         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2537         argument.
2539         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2540         `org-agenda-change-all-lines'.
2541         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2542         tags are now retrieved locally.
2544 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2546         * org.el (org-get-outline-path): Fix bug if level is not given.
2547         (org-org-menu): Do not quote function in menu vector.
2549         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2550         name.
2552 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2554         * org.el (org-refile): Avoid refiling to within the region to be
2555         refiled.
2557         * org-export-latex.el (org-export-latex-special-chars): Replace
2558         special characters also in tables.
2560         * org-agenda.el (org-agenda-change-all-lines): New argument
2561         FORCE-TAGS.
2562         (org-agenda-set-tags): Cet the new tags and pass them to
2563         `org-format-agenda-item'.
2565 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2567         * org-export-latex.el (org-export-latex-classes): Add longable as
2568         a default package to all classes.
2569         (org-export-latex-tables): Handle the longtable attribute and the
2570         align attribute.
2572         * org-table.el (orgtbl-to-generic): Handle tables that start with
2573         a hline.
2575         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2576         \verb for colde-like snippets.
2577         (org-export-as-latex): Fix issues with region export.
2579         * org.el (org-up-heading-safe): Speed up function by using a
2580         direct regexp search.
2581         (org-olpa): New variable.
2582         (org-get-outline-path): Speed-up path constructions in cases where
2583         this is possible because the entire hierarchy is scanned anyway.
2584         (org-refile-get-location): Don't compare the truenames of files,
2585         this is too slow.
2586         (org-goto-max-level): New option.
2587         (org-goto): Use `org-goto-max-level'.
2589 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2591         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2592         Strip angle brackets from message-ids in the former and don't do
2593         it in the latter.
2594         (org-gnus-follow-link): Open summary reliable, even if the last
2595         messages were deleted, and handle empty groups, too.
2597 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2599         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2600         instead of \texttt for the =...= and ~===~ emphasis environments.
2601         (org-export-as-latex): Remove any old :org-license-to-kill text
2602         properties.
2603         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2604         (org-export-latex-make-header): Add some hard space after the
2605         table of contents.
2606         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2607         exported text so that it will be excuded in further steps.
2609         * org-table.el (org-table-get-specials): Make @0 reference the
2610         last line in a table.
2611         (org-table-recalculate): Improve docstring.
2613 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2615         * org.el (org-log-done): Fix docstring.
2617 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2619         * org-exp.el (org-export-html-format-image): Fix bugs.
2621         * org-export-latex.el (org-export-latex-tables)
2622         (org-export-latex-links): Implement attribute, label, and caption
2623         handling.
2625         * org-exp.el (org-export-html-style-default): Add style
2626         definitions for the figure div.
2627         (org-export-preprocess-string, org-export-as-html): Implement
2628         attribute, label, and caption handling.
2629         (org-export-attach-captions-and-attributes): New function.
2630         (org-export-html-format-image): New function.
2631         (org-format-org-table-html): Implement attribute, label, and
2632         caption handling.
2634         * org.el (org-find-text-property-in-string): New function.
2635         (org-extract-attributes): Use the property org-attr instead of
2636         org-attrobutes, because this property is now set with the #+ATTR
2637         lines.
2639 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2641         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2642         the case that FROM is nil.
2644         * org.el (org-before-first-heading-p): New function.
2646 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2648         * org-exp.el (org-export-as-html): Do not add a space before
2649         enforces line breaks.
2650         (org-export-as-html): Close paragraph before blockquote and verse
2651         tags.
2653 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2655         * org-id.el (org-id-locations-file): Wrap file name with
2656         `convert-standard-filename'.
2657         (org-id-files): New variable.
2658         (org-id-use-hash): New option.
2659         (org-id-update-id-locations): Also search in all files current
2660         listed in `org-id-files'.  Convert the resulting alist to a hash
2661         if the user customation says so.
2662         (org-id-locations-save): Handle he case if `org-id-locations' is a
2663         hash.
2664         (org-id-locations-load): Convert the alist to a hash.
2665         (org-id-add-location): Handle the hast case.
2666         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2667         exited.
2668         (org-id-hash-to-alist, org-id-alist-to-hash)
2669         (org-id-paste-tracker): New functions.
2671 -------------------------------------------------------------------------
2673 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2675         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2676         bindings of calendar variables.
2678         * org-table.el (org-table-find-row-type): Renamed from
2679         `org-find-row-type'.
2680         (org-table-rewrite-old-row-references): Renamed from
2681         `org-rewrite-old-row-references'.
2682         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2683         (org-table-cleanup-narrow-column-properties): Renamed from
2684         `org-cleanup-narrow-column-properties'.
2686 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2688         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2689         for better error messages.
2690         (org-table-get-descriptor-line): Supply the new arguments to
2691         `org-find-row-type'.
2692         (org-table-error-on-row-ref-crossing-hline): New option.
2694         * org.el (org-target-link-regexp): Make buffer-local.
2695         (org-move-subtree-down): Fix bug with trees at beginning of
2696         buffer.
2698 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2700         * org-faces.el (org-set-tag-faces): New function.
2701         (org-tags-special-faces-re): New variable.
2703         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2705         * org-faces.el (org-tag-faces): New option.
2706         (org-tag): Mention `org-tag-faces' in the docstring.
2708 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2710         * org-exp.el (org-export-html-style-default): Implement new
2711         quoting.
2713         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2715         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2716         command to the `w3m-minor-mode-map'.
2718         * org-archive.el (org-archive-to-archive-sibling): Protect
2719         `this-command' to avoid appending kills during archiving.
2721         * org-exp.el (org-export-with-priority): New variable.
2722         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2723         instead of internal list of strings and properties.
2724         (org-print-icalendar-entries): Retrieve the location property with
2725         inheritance.
2727 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2729         * org-exp.el (org-export-with-todo-keywords): New option.
2730         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2731         line.
2732         (org-default-export-plist, org-export-add-options-to-plist)
2733         (org-export-as-ascii, org-export-as-html): Use the new structure
2734         of `org-export-plist-vars'.
2736         * org.el (org-map-entries): Return all values.
2738 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2740         * org.el (org-matcher-time): Recognize more special values.
2742         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2744 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2746         * org.el (org-tags-exclude-from-inheritance): New option.
2747         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2748         `org-tags-exclude-from-inheritance'.
2750         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2751         (org-format-agenda-item): Add inherited tags to the agenda line
2752         string, and make sure that properties are kept when downcasing the
2753         tags list.
2754         (org-agenda-add-inherited-tags): New function.
2755         (org-downcase-keep-props): New function.
2757         * org.el (org-scan-tags): Mark inherited tags with a text
2758         property.
2759         (org-get-tags-at): Mark inherited tags with a text property.
2760         (org-add-prop-inherited): New function.
2762         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2763         (org-agenda-show-inherited-tags): New option.
2765 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2767         * org.el (org-modules): Add org-w3m to the default modules.
2769         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2770         orgtbl-mode.
2771         (orgtabl-create-or-convert-from-region): New command.
2773         * org-exp.el (org-export-as-ascii): Remove the handling of
2774         targets.
2775         (org-export-ascii-preprocess): Handle targets already in this
2776         function.
2778 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2780         * org-timer.el (org-timer-start-time): Define this variable.
2781         (org-timer-item): Make argument optional.
2783         * org-list.el (org-insert-item): Automatically insert a timer item
2784         if the current list is a timer list.
2786         * org-timer.el: New file.
2788         * org-publish.el (org-publish-org-index): Only exclude the index
2789         file in the main directory from being added to the site-map.
2790         (org-publish-get-project-from-filename): If the current project is
2791         a component, start publishing from the parent project.
2793 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2795         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2797         * org-publish.el (org-publish-org-index): Improve removal of
2798         temporary buffers.
2800         * org-agenda.el (org-get-closed): Re-apply changes
2801         accidentially overwritten by last commit to Emacs.
2803         * org.el (org-outline-path-complete-in-steps): New option.
2804         (org-refile-get-location): Honor
2805         `org-outline-path-complete-in-steps'.
2806         (org-agenda-change-all-lines, org-tags-sparse-tree)
2807         (org-time-string-to-absolute, org-small-year-to-year)
2808         (org-link-escape): Re-apply changes accidentially overwritten
2809         by last commit to Emacs.
2811 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2813         * org-clock.el (org-dblock-write:clocktable): Make sure the
2814         clocktable sees the first line.
2815         (org-clock-in): Warn if the clock cannot be resumed.
2817 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org.el (org-open-at-point): Fix mixup about interactive and
2820         non-interactive elisp links.
2822 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2824         * org-exp.el (org-export-preprocess-string): Allow one comment
2825         line before the first headline to always be included.  This is
2826         to not miss a commented target.
2828         * org-mouse.el (org-mouse-insert-item): Call
2829         `org-indent-to-column' instead of `indent-to', for XEmacs
2830         compatibility.
2832         * org.el (org-refile-targets): Fix customize definition so
2833         that it works also in XEmacs.
2834         (org-fixup-indentation): Call `org-indent-to-column' instead
2835         of `indent-to', for XEmacs compatibility.
2837 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2839         * org-mew.el (org-mew-store-link): Get the correct case folder
2840         for refiled messages.
2842 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2844         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2845         line break indicators.
2847         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2848         ido-completion propts.
2850 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2852         * org-remember.el (org-remember-apply-template): Use
2853         `org-substring-no-properties'.
2855         * org-compat.el (org-substring-no-properties): New function.
2857         * org-remember.el (org-remember-apply-template): Use
2858         `org-substring-no-properties' for compatibility.
2860         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2861         option.
2862         (org-fix-bullet-type): respect
2863         `org-list-two-spaces-after-bullet-regexp'.
2865         * org-clock.el (org-clock-load): Clean up the code.
2867         * org.el (org-adaptive-fill-function): Allow two spaces after
2868         "1." as a list bullet.
2870 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2872         * org-clock.el (org-clock-save, org-clock-load): Check for
2873         live buffers, existing files, and buffer file names to ensure
2874         consistent information.
2875         (org-clock-persist): Make `clock' a special value of this
2876         variable, and improve docstring.
2878         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2879         (org-get-string-indentation): Adapt indentation when the bullet
2880         width changes.
2882 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2884         * org-remember.el (org-remember-finalize): Make interactive.
2885         (org-remember-kill): New command.
2886         (org-remember-finish-immediately): Call `org-remember-finalize'
2887         directly.
2888         (org-remember-finalize): Make `org-remember-finalize' an interactive
2889         function.
2891 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2893         * org-remember.el (org-remember-apply-template): No ido completion
2894         for free prompts in remember templates.
2895         (org-remember-before-finalize-hook): New hook.
2896         (org-remember-mode): New minor mode.
2897         (org-remember-apply-template): Turn on `org-remember-mode'.
2899         * org-id.el (org-id-add-location): Avoid error when no file is
2900         given.
2902         * org-remember.el (org-remember-apply-template): Fix the way how
2903         the list of allowed properties is retrieved from the target file.
2905         * org.el (org-insert-link): Improve file link matching.
2907 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2909         * org-colview.el (org-columns-display-here): New argument
2910         DATELINE, to trigger using the new face.
2911         (org-agenda-colview-summarize): Call `org-columns-display-here'
2912         with the new argument.
2914         * org-faces.el (org-agenda-column-dateline): New face.
2916         * org-publish.el (org-publish-org-index): Use index-title at page
2917         title, not as section.
2919         * org-exp.el (org-export-html-format-desc): Respect the
2920         org-protect property.
2921         (org-export-as-html): Protect image specifiers that are in the
2922         description part of a link.
2924         * org.el (org-sort-entries-or-items, org-completing-read)
2925         (org-refile-get-location, org-olpath-completing-read, org-todo)
2926         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2927         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2928         (org-set-property, org-delete-property)
2929         (org-delete-property-globally): Use `org-ido-completing-read'.
2931         * org-remember.el (org-remember-apply-template): Use
2932         `org-ido-completing-read'.
2934         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2936         * org-colview.el (org-columns-edit-value, org-columns-new)
2937         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2939         * org-colview-xemacs.el (org-columns-edit-value)
2940         (org-columns-new, org-insert-columns-dblock): Use
2941         `org-ido-completing-read'.
2943         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2944         `org-ido-completing-read'.
2946         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2947         `org-ido-completing-read'.
2949         * org.el (org-time-today): New function.
2950         (org-matcher-time): Use `org-time-today'.  Add special treatment
2951         for "<tomorrow>" and "<yesterday>".
2952         (org-ido-completing-read): New function.
2953         (org-completion-use-ido): New option.
2955         * org-exp.el (org-export-format-source-code): Fix bug in require
2956         htmlize code.
2957         (org-export-target-internal-links): Fix bug in search for text
2958         property.
2960 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2962         * org-export-latex.el (org-export-latex-subcontent): Interprete
2963         target aliases as additonal labels.
2965         * org-exp.el (org-export-target-aliases): New variable.
2966         (org-export-preprocess-string)
2967         (org-export-handle-invisible-targets): Fill the alias alist.
2968         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2969         assign an id.
2970         (org-html-level-start): Insert the target aliases as additonal
2971         anchors.
2973         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2974         picture area.
2976 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2978         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2979         when following a link with the mouse from the agenda.
2981         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2982         headlines are created.
2984 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2986         * org-exp.el (org-export-preprocess-string): Reorder so that we
2987         can still see ID properties when we collect targets.
2988         (org-export-target-internal-links): Also store targets for ID's.
2990         * org.el (org-link-translation-function): New option.
2991         (org-open-at-point): Call `org-link-translation-function' if
2992         non-nil.
2993         (org-translate-link): New function.
2994         (org-translate-link-from-planner): New function.
2995         (org-open-at-point): Allow interactive commands in elisp links.
2997         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2998         iCalendar quoting.  The new one seems to caus problems with
2999         applications.
3001         * org.el (org-yank): Set `this-command' to `yank', so that
3002         `yank-pop' will work.
3004 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3006         * org-id.el (org-id-search-archives): New option.
3008         * org.el (org-link-to-org-use-id): New option.
3009         (org-store-link): Use `org-link-to-org-use-id'.
3010         (org-id): Make org-id.el a standard component.
3012 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3014         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3015         hexified version of the tag.
3017         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3018         compliance as far as quoting is concerned.
3020         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3022         * org.el (org-up-heading-safe, org-forward-same-level): Always
3023         call `org-back-to-heading' instead of `outline-back-to-heading'.
3024         (org-back-to-heading): New wrapper around outline-back-to-heading,
3025         with a useful error message telling where the error happened.
3027         * org-list.el (org-update-checkbox-count): Always call
3028         `org-back-to-heading' instead of `outline-back-to-heading'.
3030         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3031         has an `alt' attribute, to ensure XHTML validation.
3033 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3035         * org-publish.el (org-publish-attachment): Allow publishing to
3036         overwrite attachment files.
3038         * org-agenda.el (org-agenda-timerange-leaders): New option.
3039         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3041         * org.el (org-edit-src-exit): Untabify ASCII image before
3042         returning.
3055 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3057         * org.el (org-yank): Make any prefix force normal yanking.
3058         Suppress folding if text would be swallowed into a folded
3059         subtree.
3060         (org-yank-folded-subtrees, org-yank): Docstring updates.
3062         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3063         defined as 0.
3065         * org-exp.el (org-export-language-setup): Add Catalan and
3066         Esperanto language entries.
3068 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3070         * org.el (org-refile): Allow refiling of entire regions.
3072         * org-clock.el (org-clock-time%): New function.
3074         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3075         retrieve property values.
3077 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3079         * org-agenda.el (org-agenda-list): Handle the value `only' of
3080         org-agenda-show-log'.
3081         (org-agenda-log-mode): Interpret a double prefix arg.
3083 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3085         * org-exp.el (org-export-html-footnotes-section): New variable.
3086         (org-export-as-html): Use `org-export-html-footnotes-section' to
3087         insert the footnotes.
3088         (org-export-language-setup): Add "Footnotes" to language words.
3090 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3092         * org.el (org-yank): Fix bug when not inserting a subtree.
3094 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3096         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3097         instead of `vm-beginning-of-message'.
3099         * org.el (org-make-link-regexps): Make sure that links to gnus can
3100         contain brackets.
3102 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3104         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3105         code.
3107         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3108         shell output.
3110         * org.el (org-link-abbrev-alist): Improve customization type.
3112         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3113         functions.
3115         * org-agenda.el (org-agenda-get-progress): Renamed from
3116         `org-get-closed'.  Implement searching for state changes as well.
3117         (org-agenda-log-mode-items): New option.
3118         (org-agenda-log-mode): New option prefix argument, interpreted as
3119         request to show all possible progress info.
3120         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3121         `org-get-closed'.
3122         (org-agenda-set-mode-name): Handle the more complex log mode
3123         settings.
3124         (org-get-closed): New alias, pointing to `org-get-progress'.
3126 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3128         * org.el (org-file-apps-defaults-gnu)
3129         (org-file-apps-defaults-macosx)
3130         (org-file-apps-defaults-windowsnt): Add an entry defining the
3131         system command.
3132         (org-file-apps): Allow `system' as key and value.
3133         (org-open-at-point): Explain the effect of a double prefix arg.
3134         (org-open-file): If the argument `in-emacs' is (16),
3135         i.e. corresponding to a double prefix argument, try to open the
3136         file externally.
3138 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3140         * org.el (org-insert-link): Abbreviate absolute files names in
3141         links.  Also, fix a bug in which the double C-u prefix would not
3142         be honored.
3144 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3146         * org.el (org-insert-heading): If buffer does not end with a
3147         newline, add one if necessary to insert headline correctly.
3149         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3150         paragraphs, not inside.
3152         * org.el (org-todo): Quote
3153         `org-agenda-headline-snapshot-before-repeat'.
3155         * org-exp.el (org-export-as-html): Fully process link descriptions.
3156         (org-export-html-format-desc): New function.
3157         (org-export-as-html): Collect footnotes into the correct basket.
3158         (org-html-protect): No longer protect quotations marks here, this
3159         goes wrong.
3161         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3162         BEG.
3164         * org-compat.el (org-fit-window-to-buffer): New function (not
3165         really, a preliminary and incomplete version was present earlier,
3166         but not used).
3168         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3169         `org-fit-window-to-buffer'.
3171         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3173         * org-agenda.el (org-agenda-get-restriction-and-command)
3174         (org-fit-agenda-window, org-agenda-convert-date): Use
3175         `org-fit-window-to-buffer'.
3177         * org-exp.el (org-export-as-html): Process href links through
3178         `org-export-html-format-href'.
3179         (org-export-html-format-href): New function.
3181         * org-agenda.el (org-agenda-todo): Update only the current
3182         headline if this is a repeated TODO, marked done for today.
3183         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3184         only the current line.
3186         * org.el (org-todo): Take a snapshot of the headline if the
3187         repeater might change it.
3189 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3191         * org-publish.el (org-publish-find-title): Remove buffers visited
3192         only for extracting the title.
3194         * org-exp.el (org-export-html-style)
3195         (org-export-html-style-default): Mark style definitions as
3196         unparsed CDATA.
3198         * org-publish.el (org-publish-validate-link): Function
3199         re-introduced.
3201 2008-11-02  Charles Sebold  <csebold@gmail.com>
3203         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3204         property.
3205         (org-plot-quote-timestamp-field): New function.
3206         (org-plot-quote-tsv-field): Call timestamp field function when
3207         necessary rather than just quoting as a string.
3208         (org-plot/gnuplot-to-data): Pass in timefmt property.
3209         (org-plot/gnuplot-script): Supports timefmt property.
3210         (org-plot/gnuplot): Checks for timestamp column before checking
3211         for text index column.
3213 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3215         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3217         * org-publish.el (org-publish-org-index): Create a section in the
3218         index file.
3219         (org-publish-org-index): Stop linking to directories.
3221         * org.el (org-emphasis-alist): Use span instead of <u> to
3222         underline text.
3224         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3225         <pre> sections.
3227 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3229         * org-jsinfo.el (org-infojs-template): Remove language attribute
3230         from script tag.
3232 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3234         * org-agenda.el (org-agenda-remove-marked-text): New function.
3235         (org-agenda-mark-filtered-text)
3236         (org-agenda-unmark-filtered-text): New functions.
3237         (org-write-agenda): Remove fltered text.
3239         * org.el (org-make-tags-matcher): Give access to TODO "property"
3240         without speed penalty.
3242 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3244         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3245         option.
3246         (org-store-link-props): Make sure adding to the plist works
3247         correctly.
3249         * org-gnus.el (org-gnus-no-new-news): New function.
3250         (org-gnus-follow-link): Allow the article ID to be a message-id,
3251         in addition to allowing article numbers.  Message IDs make much
3252         more roubust links.
3253         (org-gnus-store-link): Use message-id to create link.
3255 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3257         * org.el (org-emphasize): Reverse the selection array.
3258         (org-emphasis-alist): Set <code> tags for the verbatim
3259         environment.
3261         * org-remember.el (org-remember-handler): Fix bug with
3262         prefix-related changing of the note storage target.
3264         * org-exp.el (org-print-icalendar-entries): Make the exported
3265         priorities compatible with RFC 2445.
3267         * org-clock.el (org-clock-save): Insert time stamp without
3268         dependence on time-stamp.el.
3270 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3272         * org.el ("saveplace"): If saveplace puts point into an invisible
3273         location, make it visible.
3274         (org-make-tags-matcher): Allow inactive time stamps in time
3275         comparisons.
3276         (org-yank-adjusted-subtrees): New option.
3277         (org-yank): Incorporate adjusting trees.
3278         (org-paste-subtree): New argument FOR-YANK which will cause
3279         insertion at point without backing up over white lines, and leave
3280         point at the end of the inserted text.  Also if the cursor is
3281         at the beginning of a headline, use the same level or the inserted
3282         tree.
3284         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3285         with broken symlinks
3287 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3289         * org-exp.el (org-export-select-tags, org-get-current-options):
3290         Fix typo.
3292 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3294         * org-agenda.el (org-format-agenda-item)
3295         (org-agenda-filter-make-matcher): Make sure tags are stored and
3296         compared donwcased.
3298 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3300         * org.el (org-insert-todo-heading): Fix bug with force-heading
3301         argument.
3303 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3305         * org-clock.el (org-clock-in-resume): Add a custom option to
3306         toggle starting the clock from an open clock line.
3307         (org-clock-in): When clocking in to an entry, if
3308         `org-clock-in-resume' is set, check if the first clock line is
3309         open and if so, start the clock from the time in the clock line.
3310         (org-clock-persist): Add a custom option to toggle clock
3311         persistence.
3312         (org-clock-persist-query-save): Add a custom option to toggle
3313         asking the user if they want to save the running clock when
3314         exiting.
3315         (org-clock-persist-query-resume): Add a custom option to toggle
3316         asking the user if they want to resume the saved clock when Emacs
3317         is restarted.
3318         (org-clock-save): Add a function to save clock data.
3319         This includes the contents of `org-clock-history' and the buffer
3320         and position of the currently clocked task, if any.
3321         (org-clock-load): Add a function to load clock data.
3322         This populates `org-clock-history', and resumes the saved clocked
3323         task if there is one.
3324         (org-clock-persistence-insinuate): Add a method to set up the
3325         hooks for clock persistence.
3327 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3329         * org-exp.el (org-export-as-ascii): Handle the case that we are
3330         publishing from an indirect buffer.
3332         * org-table.el (org-table-copy-down): Fix bug with time stamp
3333         increment.
3335         * org-mouse.el (org-mouse-features): New option.
3336         (org-mode-hook): Turn on features depending on
3337         `org-mouse-features'.
3339         * org.el (org-insert-heading-respect-content): Force heading
3340         creation.
3341         (org-insert-heading): keep the folding state of the heading before
3342         the inserted one.
3344 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3346         * org-archive.el (org-archive-to-archive-sibling): Handle top
3347         level headlines better.
3349 2008-10-21  Bastien Guerry  <bzg@altern.org>
3351         * org-export-latex.el (org-export-latex-classes): Added
3352         \usepackage{graphicx} to the default list of packages.
3354 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3356         * org-agenda.el (org-agenda-filter): Renamed from
3357         `org-agenda-filter-tags'.
3359 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3361         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3362         is not defined as a property in this entry.
3363         (org-add-log-note): Mask prefix argument when immediately storing
3364         the note.
3366         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3367         option.
3369 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3371         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3372         after drawers was skipping ahead one line too many, so notes were
3373         inserted after the first note instead of before it.
3375 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3377         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3378         New variables.
3379         (org-prepare-agenda): Reset the filter tags.
3380         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3381         Show filter tags in mode line.
3383         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3384         formatter.
3386         * org-export-latex.el (org-latex-entities-regexp): New constant.
3387         (org-export-as-pdf): Use two calls to `shell-command'.
3389 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3391         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3392         Honor the {} value of the subsuperscript setting.  Make sure that
3393         longer subsuperscripts are typeset in a roman font.
3395         * org.el (org-clock-update-time-maybe): Compute negative clock
3396         intervals correctly.
3398 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3400         * org.el (org-add-log-setup): Respect
3401         `org-log-state-notes-insert-after-drawers'.
3402         (org-log-state-notes-insert-after-drawers): New option.
3403         (org-todo-trigger-tag-changes): New function.
3404         (org-todo): Call `org-todo-trigger-tag-changes'.
3406 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3408         * org.el (org-add-log-setup): Only skip drawers if the are
3409         immediately after the scheduling keywords.
3411         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3412         function
3413         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3414         call it with the current todo state to get the state to switch to
3415         when clocking in.
3416         (org-clock-in): Use org-indent-line-function to indent clock lines.
3417         (org-clock-find-position): Fix indentation of empty clock drawers.
3419 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3421         * org-publish.el (org-publish-org-to): Handle case when
3422         org-export-to-pdf does return a file name, not a buffer.
3423         (org-publish-org-to-pdf): New function.
3425         * org-export-latex.el (org-export-as-pdf)
3426         (org-export-as-pdf-and-open): New commands.
3428         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3429         forms as ranges.
3431         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3432         things in protexted regions.
3434 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3436         * org-export-latex.el (org-export-latex-preprocess): Improve
3437         quoting of LaTeX environments.
3439 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3441         * org.el (org-edit-fixed-width-region): Exclude final newline from
3442         picture area.
3444         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3445         sections, to make internal links work.
3446         (org-export-latex-fontify-headline): Do not remove all text
3447         properties, to make sure that target properties survive this
3448         process.
3450         * org-exp.el (org-export-preprocess-string): Change sequence of
3451         modifications, to make sure links are prepared before the LaTeX
3452         conversions do happen.
3454 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3456         * org-attach.el (org-attach-delete-all): Renamed from
3457         `org-attch-delete'.  Add a security query before deleting the
3458         entire directory.  New optional argument FORCE can overrule the
3459         security query.
3460         (org-attach-delete-one): New command.
3462 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3464         * org-attach.el (org-attach-file-list): Fix bug with directory.
3466 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3468         * org.el (org-apps-regexp-alist): New function.
3469         (org-file-apps): Add auto-mode to the default value.
3470         (org-open-file): Use the new structure of org-file-apps.
3472         * org-attach.el (org-attach): Support the new keys.
3473         (org-attach-method): New option.
3475 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3477         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3478         March.
3480         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3481         of the list value o `org-use-tag-inheritance'.
3483         * org-attach.el (org-attach-auto-tag): New option.
3484         (org-attach-tag, org-attach-untag): New functions.
3485         (org-attach-attach, org-attach-new, org-attach-sync): Call
3486         `org-attach-tag'.
3487         (org-attach-delete): Call `org-attach-untag'.
3489 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3491         * org-table.el (orgtbl-self-insert-command): Make this work for
3492         the keypad as well.
3494 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3496         * org.el (org-add-log-setup): Limit searc for drawers to entry
3497         text, not to subtree.
3499         * org-clock.el (org-clock-heading-for-remember): New variable.
3500         (org-clock-in): Set `org-clock-heading-for-remember'.
3502 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3504         * org-remember.el (org-remember-apply-template): Add new
3505         expansions: %k, %K for currently clocked task and a link to the
3506         currently clocked task, and %< to file notes in the currently
3507         clocked task.
3509 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3511         * org-export-latex.el (org-export-latex-make-header): Also insert
3512         the content of the property :latex-header-extra.
3514         * org-exp.el (org-infile-export-plist): Put the content of
3515         #+LATEX_HEADER: into the property :latex-header-extra.
3517         * org-colview.el (org-columns-get-format-and-top-level): Remove
3518         resetting the marker.
3520         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3521         Remove resetting the marker.
3523         * org.el (org-entry-property-inherited-from): Improve docstring.
3524         (org-entry-get-with-inheritance): Reset marker before starting the
3525         search.
3527         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3529 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3531         * org.el (org-entry-get-multivalued-property)
3532         (org-entry-protect-space, org-entry-restore-space): New
3533         functions.
3534         (org-file-apps-defaults-macosx): Let postscript files be opened by
3535         preview.
3536         (org-time-stamp-inactive): Call `org-time-stamp'.
3537         (org-time-stamp): New argument `inactive'.  Also edit inacive
3538         stamps. Convert time stamp type.
3539         (org-open-file): Interpret the `default' value for the `command'
3540         in `org-file-apps'.
3542         * org-id.el (org-id-int-to-b36-one-digit)
3543         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3544         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3545         b36.
3547 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3549         * org-id.el (org-id-reverse-string): New function.
3550         (org-id-new): Use `org-id-reverse-string' to make sure the
3551         beginning chars of the ID are mutating fast.  This allows to use a
3552         directory structure to spread things better.
3553         (org-id-prefix): Changed default to nil.
3555         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3556         restore the column of the cursor position.
3558         * org-remember.el (org-remember-apply-template): Remove properties
3559         from `initial'.
3561 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3563         * org-wl.el (org-wl-open): Remove useless call to
3564         `wl-thread-open-all'.
3566         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3567         location.
3569 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3571         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3572         `org-bbdb-anniversaries'.
3574         * org.el (org-get-next-sibling, org-forward-same-level): New
3575         functions, similar to the outline versions, but invisible headings
3576         are OK.
3578 2008-09-25  Bastien Guerry  <bzg@altern.org>
3580         * org.el (org-auto-repeat-maybe): Insert a space between
3581         the timestamp's type and the timestamp itself.
3583 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3585         * org-table.el (org-table-sum): Do not format the result with %g,
3586         it does rounding when there are too many digits.
3588         * org.el (org-map-entries): Protect the keyword-selecting variables.
3590 2008-09-23  Bastien Guerry  <bzg@altern.org>
3592         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3593         against all agenda files.
3595 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3597         * org-list.el: New file, aggregating list functions from org.el
3598         and org-export-latex.el.
3600         * org.el (org-edit-src-region-extra): New option.
3602 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3604         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3605         time before 1am.
3607 2008-09-22  Bastien Guerry  <bzg@altern.org>
3609         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3611 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3613         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3614         hline work correctly.
3615         (org-plot/gnuplot-script): Put commas at the end of each script
3616         line.
3618 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3620         * org.el (org-get-refile-targets): Replace links with their
3621         descriptions
3622         (org-imenu-get-tree): Replace links with their descriptions.
3624         * org-remember.el (org-remember-apply-template): Add a new
3625         expansion for adding properties to remember items.
3627         * org.el (org-add-log-setup): Skip over drawers (properties,
3628         clocks etc) when adding notes.
3630         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3631         items as well as the start and end times.
3633         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3634         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3636         * org-remember.el (org-get-x-clipboard): Use the compat
3637         function to get clipboard values when x-selection-value is
3638         unavailable. Use substring-no-properties instead of
3639         set-text-properties to remove text properties from the clipboard
3640         value.
3642         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3643         modeline clock string, and display the full todo value in the
3644         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3645         the currently clocked task.
3646         (org-clock-string-limit): Add a custom value for the maximum
3647         length of the clock string in the modeline.
3648         (org-clock-mode-map): Add a keymap for the modeline string
3650 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3652         * org-compat.el (org-propertize): New function.
3654 2008-09-20  Bastien Guerry  <bzg@altern.org>
3656         * org-export-latex.el (org-export-latex-tables): protect exported
3657         tables from further special chars conversion.
3658         (org-export-latex-preprocess): Preserve LaTeX environments.
3659         (org-list-parse-list): Parse descriptive lists.
3660         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3661         (org-list-to-texinfo): Export descriptive lists.
3662         (org-quote-chars): Remove.
3663         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3664         (org-export-latex-list-beginning-re): Rename to
3665         `org-list-beginning-re'
3666         (org-list-item-begin): Rename to `org-list-item-beginning'
3668 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3670         * org.el (org-refile): Allow refiling to the last entry in the
3671         buffer.
3672         (org-get-tags-at): Fix bug when inheritance is turned off.
3674 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3676         * org.el (org-indent-line-function): No longer check for src
3677         regions, this is too much overhead.
3679         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3680         matching.
3682         * org.el (org-scan-tags): Make sure that tags matching is not case
3683         sensitive.  TODO keyword matching is case sensitive, however, to
3684         avoid confusion with similar words that are not meant to be
3685         keywords.
3687 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3689         * org.el (org-get-local-tags-at): New function.
3690         (org-get-local-tags): New function.
3692         * org-exp.el (org-export-get-categories): New function.
3694         * org-agenda.el (org-sorting-choice)
3695         (org-agenda-sorting-strategy, org-agenda-get-todos)
3696         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3697         (org-agenda-get-scheduled, org-agenda-get-blocks)
3698         (org-entries-lessp): Implement sorting by TODO state.
3699         (org-cmp-todo-state): New defsubst.
3701         * org-colview.el (org-colview-construct-allowed-dates): New
3702         function.
3703         (org-columns-next-allowed-value): Use
3704         `org-colview-construct-allowed-dates'.
3706         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3707         function.
3708         (org-columns-next-allowed-value): Use
3709         `org-colview-construct-allowed-dates'.
3711 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3713         * org.el (org-protect-slash): New function.
3714         (org-get-refile-targets): Use `org-protect-slash'.
3716         * org-agenda.el (org-global-tags-completion-table): New variable.
3718         * org-exp.el (org-export-handle-export-tags): New function.
3719         (org-export-preprocess-string): Call
3720         `org-export-handle-export-tags'.
3722         * org-plot.el: New file.
3724         * org-publish.el (org-publish-expand-components): Function removed.
3725         (org-publish-expand-projects): Allow components to have components.
3727 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3729         * org.el (org-indent-line-function): Do not indent in regions that
3730         are external source code.
3731         (org-yank-and-fold-if-subtree): New function.
3733         * org-agenda.el (org-agenda-todayp): New function.
3734         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3735         `org-agenda-todayp'.
3737         * org.el (org-insert-heading-respect-content)
3738         (org-insert-todo-heading-respect-content): New commands.
3739         (org-insert-heading-respect-content): New option.
3740         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3742         * org-clock.el (org-clock-find-position): Make sure the note after
3743         the clock line gets moved into the new clock drawer.
3745 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3747         * org-id.el (org-id-new): New option.
3749 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3751         * org-table.el (org-table-copy-down): Avoid overflow during
3752         increment.  Use prefix argument 0 to temporarily disable the
3753         increment.
3755 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3757         * org-exp.el (org-export-as-html): Do not turn on the major mode
3758         if the buffer will be killed anyway.
3759         (org-get-current-options): Exclude the #+TEXT field.
3760         (org-export-as-html): Make sure text before the first headline is
3761         a paragraph.
3763         * org-publish.el (org-publish-org-to): Tell the exporter that this
3764         buffer will be killed, so it is not necessary to do major mode
3765         initialization.
3767         * org-archive.el (org-archive-to-archive-sibling): Show empty
3768         lines after folding the archive sibling.
3770         * org.el (org-log-note-extra): New variable.
3772 2008-09-05  Bastien Guerry  <bzg@altern.org>
3774         * org.el (org-additional-option-like-keywords): Added keywords for
3775         the _QUOTE, _VERSE and _SRC environments.
3777         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3778         exporting _QUOTE and _VERSE environments.
3780 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3782         * org-agenda.el (org-agenda-filter-by-tag): New command.
3784         * org-exp.el (org-get-current-options): Remove angular brackets
3785         from the date entry.
3787         * org.el (org-edit-fixed-width-region): New function.
3788         (org-edit-fixed-width-region): Also try
3789         `org-edit-fixed-width-region'.
3790         (org-edit-fixed-width-region-mode): New option.
3791         (org-activate-code): Only interprete lines starting with colon
3792         plus a space as example lines.
3794         * org-remember.el (org-remember-templates): Add nil instead of
3795         empty strings to fix the length of remember templates.
3797         * org-table.el (org-calc-default-modes): Fix the time format for
3798         calc, from 12 hour to 24 hour clock.
3800 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3802         * org-agenda.el (org-agenda-get-deadlines)
3803         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3804         entries that are pre-warnings of deadlines or reminders.
3806         * org.el (org-sort-entries-or-items): Make numeric and alpha
3807         comparisons ignore any TODO keyword and priority cookie.
3809         * org-remember.el (org-remember-handler): Reinterpretation of the
3810         prefix argument.
3812 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3814         * org-agenda.el (org-agenda-get-scheduled): Use new
3815         `org-scheduled' face.
3817         * org-faces.el (org-scheduled): New face.
3819         * org-wl.el (org-wl-open): Remove incorrect declaration.
3821         * org-gnus.el (org-gnus-store-link): Support for :to information
3822         in gnus links.
3824         * org-exp.el (org-export-as-html): Fixed typo in creator
3825         information.
3826         (org-export-protect-examples): New parameter indent.  Insert extra
3827         spaces only when this parameter is specified.
3828         (org-export-preprocess-string): Call `org-export-protect-examples'
3829         with an indentation parameter when exporting to ASCII.
3831         * org-remember.el (org-remember-templates)
3832         (org-remember-apply-template): Allow the file component to be a
3833         function.
3835         * org.el (org-goto-local-search-headings): Renamed from
3836         `org-goto-local-search-forward-headings'.  Added the possibility
3837         to search backwards.
3839 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3841         * org-export-latex.el (org-export-latex): New customization
3842         group.
3844         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3846 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3848         * org-exp.el (org-html-do-expand): Allow {} to terminate
3849         tex macro
3851 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3853         * org.el (org-buffer-list): Select buffers based on major mode,
3854         not on file name.
3856 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3858         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3859         face property.
3861         * org-colview.el (org-columns-display-here): Use
3862         `org-columns-modify-value-for-display-function'.
3864         * org-colview-xemacs.el (org-columns-display-here): Use
3865         `org-columns-modify-value-for-display-function'.
3867 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3869         * org.el (org-columns-modify-value-for-display-function): New option.
3881         * org-publish.el (org-publish-file): Make sure the directory match
3882         for the publishing directory works correctly.
3884         * org-agenda.el (org-agenda-execute-calendar-command)
3885         (org-agenda-diary-entry): Additional optional argument.
3887 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3889         * org-exp.el (org-export-as-html): Add attributes also in mailto
3890         and ftp links.
3892         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3901 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3903         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3904         sure that calls from `org-export-region-as-html' do not do the
3905         special check for a subtree.
3907 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3909         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3911 2008-07-20  Juri Linkov  <juri@jurta.org>
3913         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3914         new keymap `narrow-map' instead of binding "\C-xns".
3916 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3918         * org.el (org-open-file): Use
3919         `org-open-directory-means-index-dot-org'.
3920         (org-open-directory-means-index-dot-org): New option.
3922 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3924         * org.el (org-make-link-string): Remove link attributes from
3925         description.
3926         (org-open-at-point): Remove link attributes bevore using the path.
3928         * org-exp.el (org-export-as-html): Handle link attributes.
3930         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3932         * org-table.el (org-table-to-lisp): New function.
3934         * org.el (org-narrow-to-subtree): Do not include the final newline
3935         into the narrowed region.
3937         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3938         bug with user-define skipping condition.
3940 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3942         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3944 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3946         * org-exp.el (org-export-html-style-default): Automatic overflow
3947         handling for pre fields.
3948         (org-export-as-ascii, org-export-as-html): Change default format
3949         for time stamp.
3951         * org-table.el (org-table-export): Offer completion for translator
3952         functions, and do not require a heading above the table.
3954         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3955         Cater for the case of a list starting in the first line of the
3956         buffer.
3958 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3960         * org-publish.el (org-publish-find-title): Bug fix.
3961         (org-publish-org-index): Implement new :index-style option.
3963 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3965         * org-publish.el (org-publish-timestamp-filename): Use
3966         SHA1-encoded file names in the timestamp directory.
3968 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3970         * org-publish.el (org-publish-needed-p): Be verbose about files
3971         published and files skipped.
3973         * org-exp.el (org-export-preprocess-string): Swap link
3974         normalization and inernal link targeting.
3976         * org-publish.el (org-publish-needed-p): Create timestamp
3977         directory when it does not exist.
3979 2008-07-04  Bastien Guerry  <bzg@altern.org>
3981         * org-clock.el (org-clock-out-when-done): Doc fix.
3983         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3985         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3986         Ignore case when searching for the COMMENT cookie at export time.
3988 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3990         * org-exp.el (org-get-file-contents)
3991         (org-get-and-remove-property): New functions.
3992         (org-export-handle-include-files): Handle the new prefix options.
3993         (org-export-as-html): Fix the verse environment.
3995 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3997         * org.el (org-time=, org-time<, org-time<=, org-time>)
3998         (org-time>=, org-time<>, org-2ft): New functions.
3999         (org-op-to-function): Also provide for the time testing fucntions.
4001 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4003         * org-exp.el (org-export-html-style-default): New constant.
4005 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4007         * org-exp.el (org-export-html-style-extra): New variable.
4008         (org-export-splice-style): New function.
4010 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4012         * org-exp.el (org-export-plist-vars, org-export-as-html):
4013         Implement `org-export-creator-info'.
4014         (org-export-creator-info): New option.
4016 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4018         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4019         (org-property-drawer-re, org-clock-drawer-re): New constants.
4021 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4023         * org-exp.el (org-icalendar-use-deadline)
4024         (org-icalendar-use-scheduled): New options.
4025         (org-icalendar-include-todo): Default changed to t.
4026         (org-print-icalendar-entries): Implement better utilization of
4027         scheduling and deadline time stamps.
4028         (org-export-target-internal-links, org-export-as-html): Allow file
4029         lines without the "file:" prefix if the file path is an absolute
4030         path or starts with ".".
4032         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4033         lastweek etc.
4034         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4036 2008-06-18  Glenn Morris  <rgm@gnu.org>
4037         * org.el (org-map-entries): Let-bind `file'.
4039 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4041         * org.el (org-agenda-skip-archived-trees): Docstring now
4042         discourages using this.
4043         (org-scan-tags): Check for org-agenda-archives-mode.
4044         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4045         (org-agenda-files): Functionality of second arg changed.
4047         * org-agenda.el (org-agenda-archives-mode): New variable
4048         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4049         (org-search-view, org-todo-list, org-tags-view)
4050         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4051         `ifmode' argument.
4052         (org-agenda-quit): Reset the archives mode.
4053         (org-agenda-archives-mode): New command.
4054         (org-agenda-set-mode-name): Include archives info.
4056 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4058         * org.el (org-paste-subtree): Make sure the yanked headline is
4059         visible if it was yanked at a visible point.
4060         (org-move-item-up): Fix the bug with moving white space at the end
4061         of the item.
4062         (org-show-empty-lines-in-parent): New function.
4064 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4066         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4068         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4070         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4071         agenda prefix as well.
4073         * org-publish.el (org-publish-org-index): Make a properly indented
4074         list.
4076         * org.el (org-calendar-agenda-action-key): New option.
4077         (org-get-cursor-date): New function.
4078         (org-mark-entry-for-agenda-action): New command.
4079         (org-overriding-default-time): New variable.
4080         (org-read-date): Respect `org-overriding-default-time'.
4082         * org-remember.el (org-remember-apply-template): Respect the
4083         ovverriding default time.
4085         * org-agenda.el (org-agenda-action-marker): New variable.
4086         (org-agenda-action): New command.
4087         (org-agenda-do-action): New function.
4089 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4091         * org.el (org-schedule, org-deadline): Protect scheduled and
4092         deadline tasks against changes that accidently remove the
4093         repeater.  Also show a message with the new date when done.
4095 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4097         * org.el (org-beginning-of-line): Cater for the case when there
4098         are tags but no headline text.
4099         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4100         it set.
4102 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4104         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4105         the return value is nil instead of "nil" when there is no match.
4107         * org-exp.el (org-insert-centered): Use fill-column instead of
4108         80.
4109         (org-export-as-ascii): Use string-width to measure the width of
4110         the heading.
4112         * org.el (org-diary-to-ical-string): No longer kill buffer
4113         FROMBUF, this is now done by the caller.
4115         * org-exp.el (org-print-icalendar-entries): Move the call to
4116         `org-diary-to-ical-string' out of the loop, and kill the buffer
4117         afterwords.
4119         * org-remember.el (org-remember-visit-immediately): Position
4120         cursor after moving to the note.
4121         (org-remember-apply-template): Use a text property to record the
4122         cursor position.
4123         (org-remember-handler): Align tags after pasting the note.
4125 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4127         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4129         * org-agenda.el (org-agenda-open-link): If there is an
4130         org-bbdb-name property in the current line, jump to that bbdb
4131         entry.
4133         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4134         text property, so that the agenda knows where this entry comes
4135         from.
4137         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4138         interaction between clocking-in from the agenda, and  automatic
4139         task state switching.
4141         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4143         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4144         zmacs-region stays after this command in XEmacs.
4146 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4148         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4150         * org-remember.el (org-remember-templates): Fix bug in
4151         customization type definition.
4153         * org.el (org-map-entries): New function.
4155 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4157         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4158         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4160 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4162         * org-remember.el (org-jump-to-target-location): New variable.
4163         (org-remember-apply-template): Set
4164         `org-remember-apply-template' if requested by template.
4165         (org-remember-handler): Start an idle timer to jump to
4166         remember location.
4168         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4170         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4171         file tags.
4172         (org-get-tags-at): Add the content of `org-file-tags'.
4174         * org-exp.el (org-export-handle-comments): Fix bug with several
4175         comment lines after each other.
4176         (org-number-to-roman, org-number-to-counter): New functions.
4177         (org-export-section-number-format): New option.
4179 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4181         * org-exp.el (org-export-protect-examples): Catch the case of a
4182         missing end_example line.
4184         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4185         `org-file-tags' to nil.
4187         * org-colview.el (org-columns-next-allowed-value): Handle next
4188         argument NTH to directly select a value.
4190         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4191         argument NTH to directly select a value.
4193 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4195         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4197 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4199         * org.el (org-columns-ellipses): New option.
4201 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4203         * org-colview.el (org-columns-add-ellipses): New function.
4204         (org-columns-compact-links): New function.
4205         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4206         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4207         when in agenda.
4208         (org-columns-edit-value): Fixed bug with editing values from
4209         agenda column view.
4210         (org-columns-redo): Also redo the agenda itself.
4212 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4214         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4215         option.
4217         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4219         * org-exp.el (org-export-ascii-preprocess): Renamed from
4220         `org-export-ascii-clean-string'.
4221         (org-export-kill-licensed-text)
4222         (org-export-define-heading-targets)
4223         (org-export-handle-invisible-targets)
4224         (org-export-target-internal-links)
4225         (org-export-remove-or-extract-drawers)
4226         (org-export-remove-archived-trees)
4227         (org-export-protect-quoted-subtrees)
4228         (org-export-protect-verbatim, org-export-protect-examples)
4229         (org-export-select-backend-specific-text)
4230         (org-export-mark-blockquote-and-verse)
4231         (org-export-remove-comment-blocks-and-subtrees)
4232         (org-export-handle-comments, org-export-mark-radio-links)
4233         (org-export-remove-special-table-lines)
4234         (org-export-normalize-links)
4235         (org-export-concatenate-multiline-links)
4236         (org-export-concatenate-multiline-emphasis): New functions,
4237         obtained from spliiting the export preprocessor.
4239         * org-table.el (org-table-recalculate): Improve error message if
4240         the row number is invalid.
4242 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4244         * org-archive.el (org-archive-save-context-info): Fix bugs in
4245         customization setup and docstring.
4247         * org-exp.el (org-export-html-style): Changed the size of in the
4248         <pre> element to 90%.
4250 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4252         * org.el (org-find-src-example-start): Function removed.
4253         (org-edit-src-find-region-and-lang): New function.
4255 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4257         * org.el (org-edit-src-exit): New function.
4258         (org-exit-edit-mode): New minor mode.
4260         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4261         comment-like lines from protected examples.
4263         * org.el (org-edit-src-example, org-find-src-example-start)
4264         (org-protect-source-example, org-edit-special): New functions.
4266 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4268         * org-publish.el (org-publish-project-alist): Fix typo in
4269         docstring.
4270         (org-publish-project-alist): Handle :index-title property.
4272 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4274         * org-export-latex.el (org-export-as-latex): Make sure region
4275         bounds are correct.  Parse subtree properties relating to export.
4277         * org-exp.el (org-export-add-options-to-plist): New function.
4278         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4280 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4282         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4283         EXPORT_TITLE.
4285         * org-exp.el (org-export-get-title-from-subtree)
4286         (org-export-as-ascii, org-export-as-html): Make sure the original
4287         region-beginning and region-end are used, even after moving
4288         point.
4289         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4290         property.
4292         * org-remember.el (org-remember-last-stored-marker): New variable.
4293         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4294         (org-remember-handler): Also use marker to remember
4295         last-stored position.
4297         * org.el (org-goto-marker-or-bmk): New function.
4299 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4301         * org.el (org-file-properties): Renamed from `org-local-properties'.
4302         (org-scan-tags): Take file tags into account.
4303         (org-tags-match-list-sublevels): Default changed to t.
4305         * org-exp.el (org-export-as-html): Close paragraph after a
4306         footnote.
4308         * org.el (org-update-parent-todo-statistics): New function.
4310         * org-exp.el (org-icalendar-store-UID): New option.
4311         (org-icalendar-force-UID): Option removed.
4312         (org-print-icalendar-entries): IMplement UIDs.
4314 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4316         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4318 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4320         * org-faces.el (org-column): Document how this face is being used
4321         and why sometimes the background faces shine through.
4323         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4325         * org-publish.el (org-publish-attachment): Create publishing
4326         directory if it does not yet exist.
4328         * org-table.el (org-calc-default-modes): Change default number
4329         format to (float 8).
4331         * org.el (org-olpath-completing-read): New function.
4332         (org-time-clocksum-format): New option.
4333         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4335         * org-clock.el (org-clock-display, org-clock-out)
4336         (org-update-mode-line): Use `org-time-clocksum-format'.
4338         * org-colview-xemacs.el (org-columns-number-to-string): Use
4339         `org-time-clocksum-format'.
4341         * org-colview.el (org-columns-number-to-string): Use
4342         `org-time-clocksum-format'.
4344 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4346         * org-id.el: New file, move from contrib to core.
4348         * org-exp.el (org-icalendar-force-UID): New option.
4350 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4352         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4353         shifted by one day if theere is a date range without an end
4354         time.
4356         * org.el (org-try-structure-completion): New function.
4358 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4360         * org.el (org-set-font-lock-defaults): Improve fontification of
4361         description lists.
4362         (org-insert-item): Handle description lists.
4363         (org-adaptive-fill-function): Improve auto indentation in
4364         description lists.
4366         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4367         Implement VERSE environment.
4368         (org-export-preprocess-string): Implement the COMMENT
4369         environment.
4371         * org-export-latex.el (org-export-latex-preprocess): Implement
4372         VERSE environment.
4374 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4376         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4377         option.
4379 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4381         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4383         * org.el (org-quote-csv-field): New functions.
4385         * org-table.el (org-table-export-default-format): Remove :splice
4386         from default format, we get the same effect by not specifying
4387         :tstart and :tend.
4388         (org-table-export): Improve setup, distinguish better between
4389         interactive and non-interactive use, allow specifying the format
4390         on the fly, better protection against wrong file names.
4391         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4392         and :tend when :splice is omitted.
4394 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4396         * org-clock.el (org-clock-select-task): Make sure the selection
4397         letters are 1-9 and A-Z, no special characters.
4399 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4401         * org-exp.el (org-export-htmlize): New group.
4402         (org-export-htmlize-output-type)
4403         (org-export-htmlize-css-font-prefix): New options.
4404         (org-export-htmlize-region-for-paste): New function.
4405         (org-export-htmlize-generate-css): New command.
4407 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4409         * org/org.el (org-modules, org-format-latex-options):
4410         * org/org-archive.el (org-archive-stamp-time)
4411         (org-archive-save-context-info):
4412         * org/org-faces.el (org-hide):
4413         * org/org-irc.el (org-irc-parse-link):
4414         * org/org-macs.el (org-call-with-arg, org-autoload):
4415         * org/org-mew.el (org-mew-store-link):
4416         * org/org-remember.el (org-remember-store-without-prompt)
4417         (org-remember-templates): Fix typos in docstrings.
4419         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4421         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4422         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4423         (org-bbdb-anniv-split): Fix typos in docstrings.
4425         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4426         (org-publish-use-timestamps-flag): Reflow docstring.
4427         (org-publish-files-alist): Fix typos in docstring.
4429 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4431         * org.el (org-set-visibility-according-to-property): New function.
4432         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4433         and compute the regular expressions, and update font-lock.
4434         (org-property-re): Allow a dash in property names.
4436         * org-archive.el (org-extract-archive-file): Insert the file name
4437         without the path into the format, to allow the location format to
4438         contain a subdirectory.
4440         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4441         of buffer, and the `org-agenda-type' property undefined, use the
4442         value from the character before.
4444         * org.el (org-add-planning-info): Don't let indentation for
4445         would-be timestamp become extra whitespace at the end of headline.
4447 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4449         * org.el (org-remove-double-quotes, org-file-contents): New
4450         functions.
4452         * org-exp.el (org-infile-export-plist): Also parse the
4453         contents of #+SETUPFILE files, recursively.
4455         * org.el (org-set-regexps-and-options): Also parse the
4456         contents of #+SETUPFILE files, recursively.
4458         * org-exp.el (org-export-handle-include-files): New function.
4459         (org-export-preprocess-string): Call
4460         `org-export-handle-include-files'.
4462         * org.el (org-delete-property-globally)
4463         (org-delete-property, org-set-property): Ignore case during
4464         completion.
4465         (org-set-property): Use `org-completing-read' instead of
4466         `completing-read'.
4468         * org.el (org-complete-expand-structure-template): New,
4469         experimental function.
4470         (org-structure-template-alist): New, experimental option.
4471         (org-complete): Call `org-complete-expand-structure-template'.
4473 2008-05-06  Bastien Guerry  <bzg@altern.org>
4475         * org-export-latex.el (org-export-latex-preprocess): Added
4476         support for blockquotes.
4478 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4480         * org.el (org-read-date-analyze): Catch the case where only a
4481         weekday is given.
4483 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4485         * org.el (org-set-font-lock-defaults): Make the description
4486         tag bold.
4488         * org-exp.el (org-export-as-html, org-close-li): Implement
4489         description lists.
4491 2008-05-04  Jason Riedy  <jason@acm.org>
4493         * org-table.el (*orgtbl-default-fmt*): New variable.
4494         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4495         when there is no other fmt available.
4497         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4498         :tend to suppress the appropriate string.
4500         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4501         table.
4503 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4505         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4506         read date.
4508         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4509         New function.
4511         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4512         New function.
4514 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4516         * org-clock.el (org-clock-find-position): Don't include notes
4517         into clock drawer.
4519         * org-archive.el (org-archive-subtree): No longer remove an
4520         extra line after cutting the subtree.  `org-cut-subtree' already
4521         takes care of this.
4523         * org-remember.el (org-remember-handler): Only kill the target
4524         buffer if it does not contain the running clock.
4526         * org.el (org-markers-to-move): New variable.
4527         (org-save-markers-in-region, org-check-and-save-marker)
4528         (org-reinstall-markers-in-region): New function.
4529         (org-move-subtree-down, org-copy-subtree): Remember relative
4530         marker positions before cutting.
4531         (org-move-subtree-down, org-paste-subtree): Restore relative
4532         marker positions after pasting.
4534         * org-remember.el (org-remember-clock-out-on-exit): New option.
4535         (org-remember-finalize): Clock out only if the setting in
4536         `org-remember-clock-out-on-exit' requires it.
4537         (org-remember-handler): Do the cleanup in the buffer, to make sure
4538         that the clock marker remains in tact.
4540 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4542         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4543         (org-clock-in): Make sure that also tasks outside the narrowed
4544         region will be clocked in correctly.
4545         (org-clock-insert-selection-line): Widen the buffer so that we can
4546         find the correct task heading.
4548         * org.el (org-base-buffer): New function.
4550         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4551         and ";" are escaped.
4552         (org-print-icalendar-entries): Also apply
4553         `org-icalendar-cleanup-string' to the headline, not only to the
4554         summary property.
4556 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4558         * org-exp.el (org-export-preprocess-hook): New hook.
4559         (org-export-preprocess-string): Call
4560         `org-export-preprocess-hook'.
4562         * org.el (org-font-lock-hook): New variable.
4563         (org-font-lock-hook): New function.
4564         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4566 ;; Local Variables:
4567 ;; coding: utf-8
4568 ;; add-log-time-zone-rule: t
4569 ;; End:
4571     Copyright (C) 2008  Free Software Foundation, Inc.
4573   This file is part of GNU Emacs.
4575   GNU Emacs is free software: you can redistribute it and/or modify
4576   it under the terms of the GNU General Public License as published by
4577   the Free Software Foundation, either version 3 of the License, or
4578   (at your option) any later version.
4580   GNU Emacs is distributed in the hope that it will be useful,
4581   but WITHOUT ANY WARRANTY; without even the implied warranty of
4582   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4583   GNU General Public License for more details.
4585   You should have received a copy of the GNU General Public License
4586   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4588 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c