Declare a function.
[org-mode.git] / lisp / ChangeLog
blobca1ad00462f13e79f7d252f1a29a2fa03970ed80
1 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3         * org-gnus.el (org-gnus-store-link): Require message.el in
4         org-gnus-store-link.
6 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org-src.el: New file, split out of org.el
10         * org-docbook.el (org-export-as-docbook): Better indentation
11         treatment.
13         * org-macs.el (org-replace-match-keep-properties): New function.
15         * org-exp.el (org-export-mark-blockquote-verse-center): Better
16         preprocessing of center and quote and verse blocks.
18         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
19         (org-export-as-docbook): Close lists when original indentation
20         mandates it.
22         * org-html.el (org-export-html-close-lists-maybe): New function.
23         (org-export-as-html): Close lists when original indentation
24         mandates it.
26         * org-list.el (org-list-end): Respect the stored "original"
27         indentation when determining the end of the list.
29         * org-exp.el (org-export-replace-src-segments-and-examples):
30         Remember indentation correctly.
32 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
34         * org-clock.el (org-clock-update-mode-line): Apply face
35         org-mode-line-clock.
37         * org-faces.el (org-mode-line-clock): New face.
39 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
41         * org-gnus.el (org-gnus-store-link): Fix bug where
42         `org-gnus-store-link' used wrong subject when called in an article
43         buffer.  Patch provided by fengli AT gmail DOT com.
45 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
47         * org-exp.el (org-export-format-source-code-or-example): Remember
48         the original indentation of source code snippets and examples.
50         * org-latex.el (org-export-as-latex): Relocate the table of
51         contents.
53         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
55         * org-agenda.el (org-run-agenda-series): Scope global options also
56         when creating the agenda buffer.
58 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org.el (org-adapt-indentation): Improve documentation.
61         (org-insert-property-drawer): Respect org-adapt-indentation when
62         inserting the drawer.
63         (org-remove-flyspell-overlays-in): New function.
64         (org-do-emphasis-faces, org-activate-plain-links)
65         (org-activate-code, org-fontify-meta-lines-and-blocks)
66         (org-activate-angle-links, org-activate-footnote-links)
67         (org-activate-bracket-links, org-activate-dates)
68         (org-activate-target-links, org-activate-tags): Remove flyspell
69         overlays.
71 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org.el (org-edit-src-save): New function.
75         * org-clock.el (org-clock-out-switch-to-state): New option.
76         (org-clock-out): Honor `org-clock-out-switch-to-state'.
78         * org-compat.el (org-compatible-face): Improve macro.
80         * org.el (org-global-properties-fixed): Add default for
81         CLOCK_MODELINE_TOTAL.
83         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
84         andd tend.
85         (org-clock-sum-current-item): Optional argument TSTART, pass it to
86         org-clock-sum.
87         (org-clock-get-sum-start): New function.
89         * org.el (org-startup-options): New keywords blockhide and
90         blockshow.
91         (org-mode): Add new invisibility spec.
92         (org-set-startup-visibility): Hide block on startup if so
93         desired.
94         (org-hide-block-startup): New option.
95         (org-block-regexp): New constant.
96         (org-hide-block-overlays): New variable.
97         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
98         (org-show-block-all, org-hide-block-toggle-maybe)
99         (org-hide-block-toggle): New functions.
100         (org-edit-src-exit): Do not quote lines starting with # and no +
101         behind it.
102         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
103         entry.
105 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
107         * org.el (org-buffer-property-keys): Add Effort property for
108         completion.
110 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
113         when retrieving total clocked time in the subtree.
115         * org.el (org-quoting-blocks): New variable.
117 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org-table.el (org-table-store-formulas)
120         (org-table-get-stored-formulas, org-table-fix-formulas)
121         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
122         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
124         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
125         indented #+TBLFM line.
127         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
128         indented #+TBLFM line.
130         * org-colview.el (org-dblock-write:columnview): Allow indented
131         #+TBLFM line.
133         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
134         indented #+TBLFM line.
136         * org-clock.el (org-dblock-write:clocktable): Allow indented
137         #+TBLFM line.
139 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-exp.el (org-export-format-source-code-or-example): Make
142         editing indented blocks work correctly.
144         * org.el (org-edit-src-nindent): New variable.
145         (org-edit-src-code, org-edit-fixed-width-region)
146         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
147         editing indented blocks work correctly.
149 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
151         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
152         indented blocks.
153         (org-export-format-source-code-or-example): Fix indentation of
154         blocks.
155         (org-export-remove-indentation): New function.
156         (org-export-select-backend-specific-text): Allow backend-specific
157         code to be indented.
158         (org-export-mark-blockquote-verse-center): Allow markers to be
159         indented.
161         * org.el (org-fontify-meta-lines): New function.
162         (org-set-font-lock-defaults): Call the new fontification
163         function.
165         * org-faces.el (org-meta-line): New face
166         (org-block):  New face.
168 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
170         * org.el (org-treat-insert-todo-heading-as-state-change)
171         (org-treat-S-cursor-todo-selection-as-state-change): New
172         variables.
173         (org-insert-todo-heading): Honor
174         `org-treat-insert-todo-heading-as-state-change'.
175         (org-shiftright, org-shiftleft): Honor
176         `org-treat-S-cursor-todo-selection-as-state-change'.
177         (org-inhibit-logging): New variable.
179 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
182         range for marker position checking.
184         * org-latex.el (org-export-latex-first-lines): Fix bug when
185         exporting a region.
187 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
189         * org-exp.el (org-export-push-to-kill-ring): Protect using
190         x-set-selection, because that does not always work.
192         * org-agenda.el (org-agenda-list): Apply the new face
193         `org-agenda-date-today'.
195         * org-faces.el (org-agenda-date-today): New face.
197 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
200         creating appointments.
202         * org-latex.el (org-export-latex-low-levels): Fix customization
203         type.
205         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
206         priority commands.
208         * org-agenda.el (org-agenda-priority): Disable priority commands.
210         * org.el (org-enable-priority-commands): New option.
212         * org-colview-xemacs.el (org-columns-compute)
213         (org-columns-number-to-string): Fix problems with empty fields.
215         * org-colview.el (org-columns-compute)
216         (org-columns-number-to-string): Fix problems with empty fields.
218         * org-exp.el (org-export-push-to-kill-ring): New function.
219         (org-export-copy-to-kill-ring): New option.
221         * org-latex.el (org-export-as-latex): Call
222         `org-export-push-to-kill-ring'.
224         * org-html.el (org-export-as-html): Call
225         `org-export-push-to-kill-ring'.
227         * org-docbook.el (org-export-as-docbook): Call
228         `org-export-push-to-kill-ring'.
230         * org-ascii.el (org-export-as-ascii): Call
231         `org-export-push-to-kill-ring'.
233         * org-exp.el (org-export-show-temporary-export-buffer): New
234         option. 
236         * org-latex.el (org-export-as-latex): Use
237         `org-export-show-temporary-export-buffer'.
239         * org-html.el (org-export-as-html): Use
240         `org-export-show-temporary-export-buffer'.
242         * org-docbook.el (org-export-as-docbook): Use
243         `org-export-show-temporary-export-buffer'.
245         * org-ascii.el (org-export-as-ascii-to-buffer): Use
246         `org-export-show-temporary-export-buffer'.
248         * org-exp.el (org-export-show-temporary-export-buffer): New
249         option.
250         (org-export-push-to-kill-ring): New function.
252         * org-colview.el (org-columns-compile-map): New variable.
253         (org-columns-new, org-columns-compute)
254         (org-columns-number-to-string, org-columns-uncompile-format)
255         (org-columns-compile-format): Implement new operators.
257 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
261         * org-html.el (org-export-html-xml-declaration): New option.
262         (org-export-as-html): Use `org-export-html-xml-declaration'.
264         * org-list.el (org-update-checkbox-count): Make property
265         dependent.
267         * org.el (org-hierarchical-todo-statistics): New option.
268         (org-update-parent-todo-statistics): Modified to handle recursive
269         statistics.
271 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-publish.el (org-publish): Make this function behave
274         correctly in interactive use when called with a prefix argument.
276         * org.el (org-todo-statistics-hook): New hook.
277         (org-update-parent-todo-statistics): Use new hook.
278         (org-log-into-drawer): New function.
279         (org-add-log-setup): Use the new `org-log-into-drawer' function to
280         determine if we should be logging into a drawer.
281         (org-log-into-drawer): Update docstring.
282         (org-default-properties): Add LOG_INTO_DRAWER as a property.
284         * org-list.el (org-checkbox-statistics-hook): New hook.
285         (org-update-checkbox-count-maybe): Use new hook.
287         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
288         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
289         to kill ring.
291 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
293         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
294         a line.
296 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
299         better bufer-generating mechanism.
300         (org-edit-src-find-buffer): New function.
302         * org-icalendar.el (org-print-icalendar-entries): Don't check for
303         archive tag, this is already done by `org-agenda-skip'.
304         data while constructing lost of tags.
306 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
309         as argument separator in macros.
311         * org-html.el (org-export-as-html): Add xml declaration.
313 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org.el (org-after-sorting-entries-or-items-hook): New hook.
316         (org-sort-entries-or-items): Run the new hook.
317         (org-after-refile-insert-hook): New hook.
318         (org-refile): Run `org-after-refile-insert-hook'.
320         * org-agenda.el (org-agenda-get-progress): Never take time of day
321         from headline when displaying progress.
323         * org-latex.el (org-export-latex-complex-heading-re): New variable.
324         (org-export-as-latex): Force the correct regexp in the
325         preprocessor buffer.
326         (org-export-latex-set-initial-vars): Set
327         `org-export-latex-complex-heading-re'.
329         * org-agenda.el (org-agenda-start-with-log-mode): New option.
330         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
332 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org-latex.el (org-export-latex-tables-centered): New option.
335         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
337         * org-exp.el (org-export-as-org): New command.
338         (org-export-as-org): New command.
340         * org-publish.el (org-publish-org-to-org): New function.
342 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org.el (org-yank): Just call `org-yank-generic'.
345         (org-yank-generic): New function, containing the formaer
346         functionality of `org-yank'.
348         * org-latex.el (org-export-latex-not-done-keywords)
349         (org-export-latex-done-keywords): New variables.
350         (org-export-latex-todo-keyword-markup): New option.
351         (org-export-latex-set-initial-vars): Remember the TODO keywords.
352         (org-export-latex-keywords-maybe): Apply the TODO markup.
354 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
356         * org-exp.el (org-infile-export-plist): Add more default macros.
357         (org-export-preprocess-apply-macros): Process macro arguments.
359 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
362         `unblocked'.
363         (org-print-icalendar-entries): Respect the new value of
364         `org-icalendar-include-todo'.
366         * org.el (org-link-try-special-completion)
367         (org-file-complete-link): New functions.
368         (org-insert-link): Add special completion support for some link
369         types.
371         * org-bbdb.el (org-bbdb-complete-link): New function.
373 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
375         * org-list.el (org-update-checkbox-count): Allow recursive
376         statistics.
377         (org-hierarchical-checkbox-statistics): New option.
379         * org.el (org-cycle): Remove erraneous space character.
381         * org-icalendar.el (org-icalendar-timezone): Initialize from
382         environment.
384         * org-html.el (org-format-org-table-html): Specify the scope.
385         (org-format-table-table-html): Specify the scope.
386         (org-export-table-header-tags): Prepare the scope parameter.
388 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
390         * org-html.el
391         (org-export-html-table-use-header-tags-for-first-column): New
392         option.
394         * org.el (org-autoload): Fix autoloading of ascii export
395         functions.
396         (org-modules): Add org-special-blocks.
398 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
400         * org-icalendar.el (org-start-icalendar-file): Use the new option.
401         (org-ical-timezone): New option.
403         * org-exp.el (org-export-get-coderef-format): Use the description
404         is present.
406         * org.el (org-sort-entries-or-items): Improve docstring, and make
407         better implementation for time sorting.
409 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org.el (org-edit-src-persistent-message): New option.
412         (org-edit-src-code, org-edit-fixed-width-region): Use the new
413         option.
415         * org-clock.el (org-clock-insert-selection-line): Fix prefious
416         patch.
418         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
419         separate buffer instead of indirect buffer to edit source code.
420         (org-edit-src-exit): Make this function work with the new setup.
422         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
423         are properly fontified before shown in the selection menu.
425         * org.el (org-fontify-like-in-org-mode): New function.
427         * org-latex.el (org-export-latex-links): Use the property list to
428         retrieve the default image attributes.
430         * org-exp.el (org-export-plist-vars): Add a new option.
432 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
434         * org-exp.el (org-export, org-export-visible): Support ASCII
435         export to buffer
436         (org-export-normalize-links): Do not protect the description if it
437         is explicitly given.
439         * org-ascii.el (org-export-as-ascii-to-buffer)
440         (org-replace-region-by-ascii, org-export-region-as-ascii): New
441         commands.
442         (org-export-as-ascii): Add all the same parameters that are also
443         supported by the other export functions.
445         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
446         org-checklist.el.
447         (org-reset-checkbox-state-subtree): Call
448         `org-reset-checkbox-state-subtree'.
450         * org-remember.el (org-select-remember-template): For the
451         selection of a valid template.
453         * org-latex.el (org-export-region-as-latex): Supply the
454         force-no-subtree argument.
455         (org-export-as-latex): Provide better limits when exporting the
456         first line.  When exporting to string, we still want the first
457         lines.
458         (org-export-latex-first-lines): New argument END, to force the end
459         of the region.
460         (org-export-region-as-latex): Use the property list.
461         (org-export-as-latex):
463         * org-colview-xemacs.el (org-columns-remove-overlays)
464         (org-columns): Fix call to `local-variable-p'.
466 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
468         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
469         (org-export-as-html): Run the new hook.
471         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
472         (org-export-latex-preprocess): Run the new hook.
474         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
475         (org-export-preprocess-string): Run the new hook.
477 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org-macs.el (org-check-external-command): New defsubst.
481         * org.el (org-mode-map): New key for reload.
482         (org-format-latex): Better error message when external programs
483         are not available.
485         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
487         * org.el (org-sort-entries-or-items): Explicit sorting function
488         for priorities, needed for XEmacs compatibility.
490         * org-remember.el (org-remember-apply-template): Improve auto-save
491         behavior.
493 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
495         * org-latex.el (org-export-latex-preprocess): Also protect
496         environments ending in a star.
498         * org-list.el (org-at-item-p): Fix regular expression.
500 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
502         * org.el (org-end-of-subtree): Improve speed.
504         * org-agenda.el (org-agenda-get-timestamps)
505         (org-agenda-get-progress, org-agenda-get-deadlines)
506         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
507         in particular, wait as long as possible to collect the tags.
508         (org-stuck-projects): Improve docstring.
510         * org.el (org-store-link): No errors when getting custom id before
511         first headline.
512         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
514 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
516         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
518         * org-protocol.el: Remove dependency on url.el.
519         (org-protocol-unhex-compound, org-protocol-open-source): Remove
520         dependency on url.el.
522         * org-latex.el (org-export-as-pdf): Use
523         `org-latex-to-pdf-process'.
525 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org-latex.el (org-latex-to-pdf-process): New option.
529         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
530         New option.
531         (org-agenda-get-timestamps): Honor
532         `org-agenda-skip-additional-timestamps-same-entry'.
534         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
535         (org-clock-goto): Find recent task only if
536         `org-clock-goto-may-find-recent-task' allows it.
538         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
539         drawers, and drawers that are missing the :END: line.
541 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org-clock.el (org-clock-goto): Go to recently clocked task if no
544         clock is running.
546 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
548         * org.el (org-update-parent-todo-statistics): Check for
549         STATISTICS_FROM property.
551         * org-list.el (org-update-checkbox-count): Check for
552         STATISTICS_FROM property.
554         * org.el (org-tab-first-hook)
555         (org-tab-after-check-for-table-hook)
556         (org-tab-after-check-for-cycling-hook): New hooks.
557         (org-cycle-internal-global, org-cycle-internal-local): New
558         functions, split out from `org-cycle'.
559         (org-cycle): Call the new hooks.
561 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
563         * org-exp.el (org-export-preprocess-string): Reset the list of
564         preferred targets for each run of the preprocessor.
566         * org.el (org-refile-target-verify-function): Improve
567         documentation.
568         (org-get-refile-targets): Respect point being moved by the
569         verification function.
571         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
572         option.
573         (org-export-latex-keywords): Use new option.
575         * org.el (org-rear-nonsticky-at): New defsubst.
576         (org-activate-plain-links, org-activate-angle-links)
577         (org-activate-footnote-links, org-activate-bracket-links)
578         (org-activate-dates, org-activate-target-links)
579         (org-activate-tags): Place the rear-nonsticky properties at the
580         correct location.
582 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org-protocol.el (server-edit): Declare `server-edit'.
585         (org-protocol-unhex-string, org-protocol-unhex-compound): New
586         functions.
587         (org-protocol-check-filename-for-protocol): Call `server-edit'.
589         * org.el (org-default-properties): New default properteis for
590         completion.
592         * org-exp.el (org-export-add-subtree-options): Add new properties
593         for subtree export.
595         * org-docbook.el (org-export-docbook-keywords-markup)
596         (org-export-docbook-timestamp-markup): New options.
597         (org-export-docbook-protect-tags): New function.
599 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-id.el (org-id-get-with-outline-path-completion): Turn off
602         org-refile-target-verify-function for the duration of the command.
604         * org.el (org-link-to-org-use-id): New possible value
605         `create-if-interactive-and-no-custom-id'.
606         (org-store-link): Use custom IDs.
607         (org-link-search): Find custom ID properties from #link.
608         (org-default-properties): Add CUSTOM_ID for property completion.
609         (org-refile-target-verify-function): New option.
610         (org-goto): Turn off org-refile-target-verify-function
611         for the duration of the command.
613 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
615         * org-html.el (org-export-as-html): Use custom IDs in the toc.
617         * org-exp.el (org-export-preferred-target-alist): New variable.
618         (org-export-define-heading-targets): Find the new CUSTOM_ID
619         property.
620         (org-export-target-internal-links): Target the custom ids when
621         possible.
623         * org-latex.el (org-export-latex-preprocess): Better regexp for
624         matching latex macros with arguments.
626 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
628         * org-remember.el (org-remember-handler): Allow filing to non-org
629         files.
631 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
633         * org-feed.el (org-feed-alist): New keyword options.
634         (org-feed-update): Use the new options.
635         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
636         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
637         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
638         functions.
640         * org-table.el (org-table-fix-formulas): Do not change references
641         to remote tables.
642         (org-table-get-remote-range): Convert standard coordinates to RC
643         format.
645         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
647 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
649         * org-compat.el (org-sha1-string): Function removed.
651         * org.el (org-refile-allow-creating-parent-nodes): New option.
652         (org-refile-get-location): New argument NEW-NODES.
653         (org-refile): Call `org-refile-get-location' with the new
654         argument.
655         (org-refile-get-location): Arrange for adding a new child.
656         (org-refile-new-child): New function.
658         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
659         an additional span element.
661         * org-clock.el: Fix a number of docstrings.
662         (org-clock-find-position): New argument
663         FIND-UNCLOSED to make the function find an unclosed clock in the
664         entry.
665         (org-clock-in): Call `org-clock-find-position' with the new
666         argument if we might be resuming a clock.
668 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org-latex.el (org-export-latex-display-custom-times): New variable.
671         (org-export-latex-timestamp-markup): New option.
672         (org-export-latex-set-initial-vars): Remember the local value of
673         `org-display-custom-times'.
674         (org-export-latex-content): Process time stamps.
675         (org-export-latex-time-stamps): New function.
677         * org-macs.el (org-maybe-intangible): Add intangible property
678         again to invisible text.
680 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
682         * org-exp.el (org-default-export-plist): Handle undefined
683         variables.
685 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
687         * org.el (org-sort-entries-or-items): Match TODO keywrds
688         case-sensitively, when sorting.
689         (org-priority): Do not match TODO keywords with wrong case.
691 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
693         * org-feed.el (org-feed-update): Bind the variable
694         `new-formatted'.
696         * org-html.el (org-export-as-html): Start paragraphs after literal
697         examples.
699         * org-docbook.el (org-export-as-docbook): Start paragraphs after
700         literal examples.
702 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
704         * org.el (org-todo): Honor the NOBLOCKING property.
706         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
707         NOBLOCKING property.
709         * org.el (org-scan-tags): Fix bug in tag scanner
711 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org.el (org-modules): Mark obsolete packages.
715         * org-html.el: New file, split out from org-exp.el.
717         * org-icalendar.el: New file, split out from org-exp.el.
719         * org-xoxo.el: New file, split out from org-exp.el.
721         * org-ascii.el: New file, split out from org-exp.el.
723 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org-compat.el (org-find-library-name): New function.
727         * org.el (org-pre-cycle-hook): New hook.
728         (org-cycle): Call the new hook in appropriate places.
729         (org-reload): Only reload files that have been loaded before.
731 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
733         * org.el (org-set-font-lock-defaults): Enforxe space or line end
734         after todo keyword.
735         (org-todo): When changing TODO state, do matching
736         case-sensitively.
737         (org-map-continue-from): New variable.
738         (org-scan-tags): Respect values in `org-map-continue-from'.
739         (org-reload): Make XEmacs compatible.
741 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org-protocol.el (org-protocol-flatten-greedy): New function.
744         (org-protocol-flatten): New function.
746         * org.el (org-open-link-from-string): Pass reference buffer to
747         `org-open-at-point'.
748         (org-open-at-point): New optional argument `reference-buffer'.
750 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
752         * org.el (org-scan-tags): Make tag scan find headline in first
753         line, 2nd attempt.
754         (org-get-refile-targets): Add the naked file name.
755         (org-refile): Store as top-level entry when only file name was
756         given.
758         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
760         * org.el (org-block-todo-from-children-or-siblings-or-parent):
761         Renamed from org-block-todo-from-children-or-siblings, and
762         enhanced to look for the parent's status as well.
764         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
765         (org-agenda-get-progress): Add first notes line to log entry if so
766         desired.
768 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
771         (org-agenda-cleanup-fancy-diary): Call the new hook.
773         * org-remember.el (org-remember-apply-template): Take the default
774         for the annotation from the :annotation property.
776         * org-mac-message.el (org-mac-message-get-link): Remove the
777         quotes.
778         (org-mac-message-get-link): Return the result.
780 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
782         * org.el (org-refile-get-location): Add file name only if not
783         already included in outline path.
785         * org-faces.el (org-n-level-faces): Fix customization type from
786         number to integer.
788         * org-exp.el (org-export-headline-levels): Fix customization type
789         from number to integer.
791         * org-agenda.el (org-agenda-confirm-kill)
792         (org-agenda-custom-commands-local-options)
793         (org-timeline-show-empty-dates, org-agenda-ndays)
794         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
795         customization type from number to integer.
797 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org-protocol.el: Declare some functions.
801         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
802         postion before inserting modified headline.
804         * org-agenda.el (org-agenda-compare-effort): Honor
805         `org-sort-agenda-noeffort-is-high'.
806         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
807         (org-agenda-compare-effort): Implement the "?" operator for
808         finding entries without effort setting.
810         * org.el (org-extract-attributes-from-string): New function.
812         * org-exp.el (org-export-splice-attributes): New function.
814 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
816         * org-mouse.el: XEmacs compatibility fixes
818         * org-docbook.el (org-export-as-docbook): Process footnotes like
819         normal text.
821         * org.el (org-modules): Add org-inlinetasks.el
822         (org-cycle): Implement limiting level on cycling.
823         (org-move-subtree-down): Fix bug with swapping subtrees at end of
824         buffer.
826         * org-inlinetask.el: New file.
828         * org.el (org-emphasis-regexp-components): Allow braces in
829         emphasis pre and post match.
831         * org-footnote.el (org-footnote-normalize): When only dorting, do
832         not insert inline notes at the end.
834         * org-docbook.el (org-id-find-id-file): Add function declaration.
836         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
838         * org-docbook.el: New file.
840 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
842         * org.el (org-reftex-citation): New command.
844 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org-agenda.el (org-agenda-cmp-user-defined): New option.
847         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
848         sorting options.
849         (org-entries-lessp): Apply the new sorting option.
851         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
852         blocker code, when an older sibling has children.
854         * org-mac-message.el (org-mac-message-get-link): Improve getting
855         links from multiple selected messages.
857 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-remember.el (org-remember-finalize): Do not set buffer file
860         name to nil.
861         (org-remember-handler): Mark buffer as unmodified.
862         (org-remember-handler): Delete backup file and show message about
863         remaining backup files.
864         (org-remember-auto-remove-backup-files): New option.
866         * org.el (org-store-link): Use buffer name as link description in
867         w3-mode buffers.
868         (org-ido-switchb): Fix argument bug for completion.
870         * org-remember.el (org-remember-apply-template): Set local
871         variable `auto-save-visited-file-name' instead of global one.
873 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
875         * org-feed.el: Re-write.
877         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
878         (org-agenda-get-todos): Mark file tags as inherited.
879         (org-agenda-list): Always search diary lines for a time.
881 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-feed.el (org-feed-assume-stable): New option.
884         (org-feed-before-adding-hook): New hook.
886         * org-exp.el (org-export-as-html): Close local lists depending on
887         indentation, also when starting a table.
889         * org-remember.el (org-remember-backup-directory)
890         (org-remember-backup-name): New internal variable.
892 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org-clock.el (org-clock-out-if-current): Make buffer detection
895         work in indirect buffers as well.
897         * org.el (org-emphasis-regexp-components): Add the exxclamation
898         mark to the post-emphasis characters.
900 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
902         * org.el (org-read-date-minibiffer-septup-hook): New hook.
903         (org-read-date): Run the new hook.
905         * org-mac-message.el (org-mac-flagged-mail): New group.
906         (org-mac-mail-account): New variable.
907         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
908         commands.
910         * org-remember.el (org-remember-backup-directory): New variable.
911         (org-remember-apply-template): Write file to backup directory.
913 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
915         * org-mouse.el (org-mouse-todo-menu): New function.
916         (org-mouse-todo-keywords): Function removed.
917         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
919         * org-table.el (org-table-beginning-of-field)
920         (org-table-end-of-field): New commands
921         (org-table-previous-field, org-table-beginning-of-field): Better
922         error messages.
923         (orgtbl-setup): Include `M-a' and `M-e'.
925         * org.el (org-backward-sentence, org-forward-sentence): New
926         commands.
928         * org-colview.el (org-colview-initial-truncate-line-value): New
929         variable.
930         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
931         (org-columns): Remember the value of `truncate-lines'.
933         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
934         New variable.
935         (org-columns-remove-overlays): Restore the value of
936         `truncate-lines'.
937         (org-columns): Remember the value of `truncate-lines'.
939         * org.el (org-columns-skip-arrchived-trees): New option.
941         * org-agenda.el (org-agenda-export-html-style): Define color for
942         org-agenda-done face.
943         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
944         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
946         * org.el (org-scan-tags): Use the new face.
948         * org-faces.el (org-agenda-done): New face.
950         * org.el (org-scan-tags): Test the value org
951         `org-tags-match-list-sublevels'.
952         (org-tags-match-list-sublevels): New allowed value: indented.
954         * org-export-latex.el (org-export-latex-make-header): Apply macros
955         in header.
957         * org-exp.el (org-export-apply-macros-in-string): New function.
959         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
960         with the definition of a checked box.
962         * org-clock.el (org-clock-find-position): Fix drawer indentations.
964         * org-export-latex.el (org-export-latex-low-levels): More options
965         for how to process lower levels in LaTeX.
966         (org-export-latex-subcontent): Better treatment for lists as a
967         means of publishing lower levels.
969 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org.el (org-set-font-lock-defaults): Use new checkbox face.
973         * org-faces.el (org-checkbox): New face.
975         * org-exp.el (org-export-html-preprocess): Only create LaTeX
976         fragement images if there is an export file.
978 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
980         * org-agenda.el (org-stuck-projects): Document that the subtree of
981         projects that are not stuck will now be searched for stuck
982         sub-projects.
983         (org-agenda-skip-entry-when-regexp-matches)
984         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
985         (org-agenda-list-stuck-projects): Use
986         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
988         * org-export-latex.el (org-export-latex-preprocess): Improve
989         export of verses.
991         * org-exp.el (org-export-as-html): Implement centering as a div
992         rather than a paragraph.  Do a better job with line-end in verse
993         environments.
995 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
997         * org.el (org-open-at-point): Fix tags searches by mouse click.
999 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org-export-latex.el (org-export-latex-preprocess): Implement the
1002         centering markup.
1004         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1005         from `org-export-mark-blockquote-and-verse'.
1006         (org-export-as-html): Implement the centering markup.
1008         * org-export-latex.el (org-export-latex-tables): Fix vertical
1009         lines in tables.
1011 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1013         * org.el (org-read-date-history): New variable.
1014         (org-read-date): Use new history variable.
1015         (org-toggle-heading): Fix bug when used before first headline.
1016         (org-store-log-note): Remove drawer if empty while note is
1017         aborted.
1018         (org-remove-empty-drawer-at): New function.
1019         (org-check-after-date): New command.
1020         (org-sparse-tree): New sparse tree command "a".
1022         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1024 2009-03-14  Bastien Guerry  <bzg@altern.org>
1026         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1027         column and a space, not only a column.
1029 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1032         defaults for verbose emphasis.
1033         (org-export-latex-emph-format): New function.
1034         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1036         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1037         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1038         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1039         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1040         commands.
1042         * org.el (org-timestamp-change): Move end-time along with start
1043         time.
1045 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1047         * org-exp.el (org-export-target-internal-links)
1048         (org-export-as-html): Protect links specified as #name.
1050 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1052         * org.el (org-clone-subtree-with-time-shift): New command.
1054         * org-export-latex.el (org-export-latex-special-chars)
1055         (org-export-latex-treat-sub-super-char): Fix subscript export.
1057         * org-exp.el (org-create-multibrace-regexp): Do not add
1058         backslashes to the class.
1060 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1062         * org-colview.el (org-columns-map): Better functions for moving up
1063         and down a row, even if `truncate-line' is nil.
1065         * org.el (org-insert-todo-heading): Make sure the keyword is
1066         inserted at the correct position.
1068         * org-publish.el (org-publish-project-alist)
1069         (org-publish-projects, org-publish-org-index): Change default anme
1070         for the index of file names to "sitemap.org".
1072         * org-export-latex.el (org-export-latex-tables): Use
1073         `org-split-string', for Emacs 21 compatibility.
1075 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1077         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1079 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1081         * org-exp.el (org-export-page-description)
1082         (org-export-page-keywords): New variables.
1083         (org-export-plist-vars): Add entries for :keywords and
1084         :description.
1085         (org-infile-export-plist): Parse for new keywords.
1086         (org-get-current-options): Add new keywords
1087         (org-export-as-html): Publish description and keywords.
1089         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1090         option.
1091         (org-agenda-add-entry-text): Honor
1092         `org-agenda-add-entry-text-descriptive-links'.
1094         * org-export-latex.el (org-export-latex-preprocess): Make all
1095         external preprocess functions use a PARAMETER arg.
1097         * org-exp.el (org-export-preprocess-string)
1098         (org-export-select-backend-specific-text)
1099         (org-export-format-source-code-or-example)
1100         (org-format-org-table-html): Support docbook export.
1101         (org-export-preprocess-string): Make all external preprocess
1102         functions use a PARAMETER arg.
1104 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1106         * org-exp.el (org-export-html-style-include-scripts): New option.
1107         (org-export-plist-vars): Add new option
1108         `org-export-html-style-include-scripts'.
1109         (org-export-as-html): Honor new option
1110         `org-export-html-style-include-scripts'.
1111         (org-export-html-scripts, org-export-html-style-default): Fix
1112         xml issues with the Safari browser.
1114 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org-publish.el (org-publish-attachment): Only copy file when the
1117         directories differ.
1119 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1121         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1122         for clocktable steps.
1124         * org.el (org-additional-option-like-keywords): Add two more
1125         keywords.
1127 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1129         * org-exp.el (org-export-format-source-code-or-example): Mark
1130         temporary buffer unmodified, so that it will be killed even if
1131         mode like message mode has decided to assign a file name.
1133         * org.el (org-scan-tags): Improve tag inheritance.
1134         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1135         case-sensitive.
1136         (org-scan-tags): Use the internal tags list instead of creating it
1137         from scratch.
1138         (org-trust-scanner-tags, org-scanner-tags): New variables.
1139         (org-scan-tags): Set `org-scanner-tags'.
1140         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1141         (org-map-entries): Document the possible speedup using scanner
1142         tags.
1144 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1146         * org.el (org-add-planning-info): Fix bug with looking for keyword
1147         only at column 0.
1149         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1150         option for tags filter preset.
1151         (org-prepare-agenda): Store filter preset as a property on the
1152         filter variable.
1153         (org-finalize-agenda): Call the filter, if there is a preset.
1154         (org-agenda-filter-by-tag): Filter again after clearing the
1155         filter, when there still is a preset.
1156         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1157         Include the preset filter.
1158         (org-agenda-redo): Apply the filter again, also the preset filter.
1160         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1162         * org.el (org-uuidgen-p): New funtion.
1164         * org-agenda.el (org-agenda-fontify-priorities): New default value
1165         `cookies'.
1166         (org-agenda-fontify-priorities): Renamed from
1167         org-fontify-priorities.
1169         * org.el (org-set-font-lock-defaults): Call
1170         `org-font-lock-add-priority-faces'.
1171         (org-font-lock-add-priority-faces): New function.
1173         * org-faces.el: (org-set-tag-faces): New option.
1174         (org-priority-faces): New variable.
1176         * org-exp.el (org-export-as-html): Add a "content" div around the
1177         entire content of the body tag.
1178         (org-export-html-get-bibliography): New function.
1179         (org-export-html-validation-link): New variable.
1180         (org-export-as-html): Add validation link to exported page.
1182         * org.el (org-match-sparse-tree): Renamed from
1183         `org-tags-sparse-tree'.
1184         (org-tags-sparse-tree): New alias.
1186 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1188         * org.el (org-get-valid-level): Catch the case where the level
1189         change is nil.
1191         * org-clock.el (org-clock-find-position): Better indentation of
1192         new clock drawers.
1194 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1196         * org-agenda.el (org-agenda-quit): Delete window only when the
1197         frame-setup was not `current-window'.
1199         * org.el (org-tag-persistent-alist): New option.
1200         (org-startup-options): Add keyword `noptag'.
1201         (org-fast-todo-selection): Handle :newline correctly.
1202         (org-set-tags): Handle :newline correctly.
1203         (org-fast-tag-selection): Handle :newline correctly.
1205 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1207         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1208         outputting it.
1209         (org-export-ascii-push-links): Fix bug with pussing links into the
1210         export buffer.
1212 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1214         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1215         pasting at top level.
1217         * org-bbdb.el: Improve documentation.
1219 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1221         * org-list.el (org-insert-item): Only consider insert empty lines
1222         is `org-empty-line-terminates-plain-lists' is not nil.
1224         * org.el (org-blank-before-new-entry): Mention the dependence on
1225         `org-empty-line-terminates-plain-lists' in the docstring.
1227         * org-publish.el (org-publish-get-project-from-filename): New
1228         optional argument UP.  Only find the top project if UP is set.
1229         (org-publish-current-project): Find the top encloding project.
1231         * org-agenda.el (org-agenda-before-write-hook)
1232         (org-agenda-add-entry-text-maxlines): New options.
1233         (org-write-agenda): Run the new hook in the temporary buffer.
1234         (org-agenda-add-entry-text): New function.
1235         (org-write-agenda): Implement PDF export, using ps2pdf.
1237         * org.el (org-global-properties-fixed, org-global-properties):
1238         Improve documentation string.
1240         * org-exp.el (org-export-ascii-links-to-notes): New option.
1241         (org-export-as-ascii): Handle links better.
1242         (org-export-ascii-wrap, org-export-ascii-push-links): New
1243         functions.
1245 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1247         * org-agenda.el (org-agenda): Make prefix arg optional.
1248         (org-agenda-search-headline-for-time): New option.
1249         (org-format-agenda-item): Honor
1250         `org-agenda-search-headline-for-time'.
1252         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1253         characters.
1255         * org.el (org-self-insert-cluster-for-undo): New option.
1256         (org-self-insert-command): Cluster undo for 20 characters.
1257         (org-self-insert-command-undo-counter): New variable.
1259 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-exp.el (org-export-as-html): Fix problem with closing colone
1262         example.
1264 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1266         * org-export-latex.el (org-export-as-latex)
1267         (org-export-latex-first-lines): Avoid modification flag when
1268         adding or removing text properties.
1269         (org-export-latex-fontify): Catch error when org-emph-alist has
1270         entries that are not defined for LaTeX export.
1272         * org.el (orgstruct++-mode): New function.
1273         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1274         (org-context-p): Allow detecting item context after the first line
1275         of an item.
1276         (orgstruct-make-binding): Detect if item-body context should be
1277         seen.
1278         (orgstruct-is-++): New variable.
1279         (org-add-planning-info): Catch the case when there is no planning
1280         info yet and the call does not want to add anything, only maybe
1281         tries to remove something.
1282         (org-special-ctrl-a/e): All value to be a cons cell with separate
1283         settings for `C-a. and `C-e'.
1284         (org-beginning-of-line, org-end-of-line): Honor separate values
1285         for `C-a' and `C-e'.
1287 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1289         * org.el (org-reload): New command.
1291 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1293         * org-exp.el (org-export-htm-get-tag-class-name)
1294         (org-export-htm-get-todo-kwd-class-name): New functions.
1295         (org-export-html-tag-class-prefix)
1296         (org-export-html-todo-kwd-class-prefix): New options.
1297         (org-export-as-html): Call
1298         `org-export-html-get-todo-kwd-class-name'.
1299         (org-html-level-start): Wrap tags into classes.
1300         (org-export-html-get-tag-class-name)
1301         (org-export-html-get-todo-kwd-class-name): New functions.
1303         * org-export-latex.el (org-export-latex-collect-header-macros):
1304         Remove fields that are used anyway.
1305         (org-export-latex-make-header): Insert the options earlier.
1307         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1308         matching.
1310         * org-list.el (org-indent-item): Allow point to be at the end of
1311         the region.
1313         * org.el (org-metaleft, org-metaright): Be more accurate about
1314         detecting a region where commands apply.
1316         * org-compat.el (org-cursor-to-region-beginning): New function.
1318         * org.el (org-priority): Also find invisible heading.
1320         * org-colview-xemacs.el (org-columns-edit-value): No special
1321         treatment for `org-todo' prefix.
1323         * org-colview.el (org-columns-edit-value): No special treatment
1324         for `org-todo' prefix.
1326         * org-remember.el (org-remember-apply-template): Use
1327         `org-completing-read-no-ido'.
1329         * org.el (org-completing-read-no-ido): New function.
1330         (org-make-tags-matcher, org-set-property): Use
1331         `org-completing-read-no-ido'.
1333         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1334         New option.
1335         (org-export-as-latex): Import in-buffer settings as TeX macros.
1336         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1337         (org-export-latex-collect-header-macros): New function.
1339         * org.el (org-refile-get-location): Turn off
1340         `partial-completion-mode'.
1342 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org.el (org-block-todo-from-checkboxes): Announce that
1345         checkboxes are the culprit.
1346         (org-block-todo-from-children-or-siblings): Call
1347         `org-up-heading-all instead' of `outline-up-heading'.
1349         * org-agenda.el (org-agenda-show-1): Renamed from
1350         `org-agenda-show'.
1351         (org-agenda-show): Re-install the old version for now.
1352         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1353         variable into the blokker hook, so that the checkbox checker can
1354         anounce that it caused the blocking.
1356         * org.el (org-track-ordered-property-with-tag): New option.
1357         (org-toggle-ordered-property): Honor
1358         `org-track-ordered-property-with-tag'.
1359         (org-tag-alist): Add newline options.
1360         (org-set-regexps-and-options): Separate option lines imply a
1361         newline.
1362         (org-set-regexps-and-options, org-assign-fast-keys)
1363         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1364         option.
1365         (org-indent-line-function): Make sure this works even if there is
1366         not `org-drawer-regexp' defined.  This can happen when
1367         orgstruct-mode is used in a non-org buffer.
1369         * org-list.el (org-checkbox-blocked-p): New function.
1370         (org-toggle-checkbox): Check for blocking.
1372         * org.el (org-modules): Add an entry for org-R.el.
1374         * org-agenda.el (org-agenda-todo-ignore-with-date)
1375         (org-agenda-todo-ignore-scheduled)
1376         (org-agenda-todo-ignore-deadlines): Mention the variable
1377         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1379         * org.el (org-get-wdays): Find the warning period also if it is in
1380         the wrong place.
1381         (org-ido-completing-read): Provide the correct arguments to
1382         ido-completing-read and bind `ido-enter-matching-directory' to
1383         nil.
1385 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1387         * org.el (org-olpath-completing-read): Never use ido for this
1388         one.
1390         * org-exp.el (org-export-normalize-links): Use new macro.
1392         * org-macs.el (org-if-unprotected-at): New macro.
1394         * org-agenda.el (org-agenda-show): Allow numerical prefix
1395         arguments to specify how much context should be shown.
1396         (org-agenda-cycle-show): New command, could be bound to SPC in
1397         org-agenda-mode-map.
1399         * org-exp.el (org-html-level-start): Space after section number.
1401 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1403         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1404         property, for sorting.
1405         (org-cmp-todo-state): Get the applicable TODO keywords directly
1406         from the buffer.
1407         (org-run-agenda-series, org-agenda-list, org-search-view)
1408         (org-todo-list, org-tags-view): Only fit agenda window when the
1409         whole series is done.
1411         * org.el (org-scan-tags): Add todo state as property, for sorting.
1413         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1414         `org-agenda-overriding-header' as an option.
1415         (org-agenda-list): Honor org-agenda-overriding-header'.
1417 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1419         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1420         after removing a checkbox.
1422         * org.el (org-show-entry): Make this work correctly also if it is
1423         the last entry in the file.
1424         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1425         falling back to normal, default command.
1426         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1427         item, call the checkbox toggler to get a box.
1429         * org-list.el (org-toggle-checkbox): Make double prefix set the
1430         checkbox to "[-]".
1431         (org-fix-bullet-type): Only replace bullet it it is changed.
1432         (org-renumber-ordered-list): Handle case when first item does not
1433         have a number.
1435         * org.el (org-add-log-setup): Fix positioning when
1436         `org-log-states-order-reversed' is nil.
1438         * org-clock.el (org-clock-in): Fix positioning when
1439         `org-log-states-order-reversed' is nil.
1440         (org-clock-find-position): Fix positioning when
1441         `org-log-states-order-reversed' is nil.
1443 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org-clock.el (org-clock-into-drawer): Take default from
1446         `org-log-into-drawer'.
1447         (org-clock-find-position): Look for the correct drawer.
1449         * org.el (org-log-into-drawer): Renamed from
1450         `org-log-state-notes-into-drawer'.
1451         (org-log-state-notes-into-drawer): New variable alias.
1452         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1453         CLOCK.
1454         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1456 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org-agenda.el (org-agenda): Fix docstring.
1460         * org.el ("org-plot"): Help loading org-plot.
1461         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1462         (org-metadown-hook, org-shiftmetaleft-hook)
1463         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1464         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1465         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1466         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1467         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1469         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1470         for selecting files with any (and even without) extension.
1472         * org.el (org-save-all-org-buffers): Also save id locations.
1473         (org-revert-all-org-buffers): Also load id locations.
1475 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1476         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1477         (org-log-state-notes-into-drawer): New option.
1478         (org-add-log-setup): Place the sate note marker into the drawer,
1479         create drawer when necessary.
1480         (org-refile-targets): Document special interpretation of LEVEL
1481         when odd-levels are used.
1483 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1485         * org.el (org-store-log-note): Fix note indentation when adding
1486         notes to end of list.
1488         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1489         class, so that each keyword can get special colors through CSS.
1491         * org-clock.el (org-clock-out): Add another nil for the previous
1492         state into the call to `org-add-log-setup'.
1494         * org.el (org-log-note-previous-state): New variable.
1495         (org-log-note-headings): New %S escape for old state.
1496         (org-todo): Call the note setup with the old state as an
1497         argument.
1498         (org-add-note): Add another nil for the previous state into the
1499         call to `org-add-log-setup'.
1500         (org-add-log-setup): New argument PREV-STATE.
1501         (org-add-log-note): Handle new %S escape.
1502         (org-store-log-note): Handle new %S escape.
1504 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1506         * org-clock.el (org-clock-find-position): Do not swallow an item
1507         less indented than the CLOCK line itself.
1508         (org-clock-in): Push markers to lin after the clock line.
1509         (org-clock-find-position): Handle values of
1510         `org-clock-into-drawer' smaller than 2.
1512         * org-exp.el (org-html-level-start): Add a CSS class to section
1513         numbers.
1514         (org-export-html-toplevel-hlevel): Better documentation of the
1515         influence of this variables on H levels and css classes in
1516         export.
1518 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1521         timestamp and nottimestamp to the chooe menu.
1523         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1524         (org-revert-all-org-buffers): New command.
1526 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1528         * org.el (org-return): Implement `org-return-follows-link' in the
1529         function org-return.  This is more robust than using the mouse
1530         map, I think.
1531         (org-set-regexps-and-options): Match more general #+TODO lines.
1532         (org-make-options-regexp): New optional argument EXTRA, for an
1533         extra regexp.
1534         (org-tab-follows-link): Mark as deprecated.
1536 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1538         * org-exp.el (org-export-preprocess-string): Remove clock lines
1539         earlier, so that they cannot cotribute to verbatim snippets.
1541 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1544         for finding drawers.
1545         (org-export-as-ascii, org-export-as-html): Count levels relative
1546         to the subtree header.
1547         (org-get-min-level): New optional argument OFFSET.
1548         (org-export): Make sure point is restored after popping up that
1549         window.
1551         * org.el (org-do-sort): Also take an inactive timestamp if no
1552         active one is found.
1554         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1555         deleting duplicates.
1557         * org-colview.el (org-columns-capture-view): Copy before
1558         deleting duplicates.
1560         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1561         text before first headline.
1563         * org.el (org-format-latex): Do not convert LaTeX fragments in
1564         protected examples.
1566 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org-exp.el (org-export-html-style-default): Use color values
1569         instead of names for XHTML validation.
1571         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1572         functions.
1573         (org-return-follows-link): Revert making this the default untile
1574         issues are resolved.
1576         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1577         nottimestamp.
1579 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org.el (org-mode): Make dependence stuff work more reliably.
1582         (org-update-parent-todo-statistics): Fix bug with updating
1583         statistics cookie.
1585         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1586         ~ as verbatim delimiters.
1588         * org-exp.el (org-export-html-format-image): New argument
1589         PAR-OPEN.
1590         (org-export-as-html): Pass par-open to
1591         `org-export-html-format-image'.
1593 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1595         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1596         (org-use-fast-todo-selection, org-tags-column): New default
1597         setting for variables, based on a poll what typical uses use.
1599         * org-agenda.el (org-agenda-sorting-strategy)
1600         (org-agenda-tags-column): New default setting for variables, based
1601         on a poll what typical uses use.
1603 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1606         blocked entries from setting the blocked tag.
1608         * org-exp.el (org-export-html-footnotes-section): Use a more
1609         consistent id for footnotes.
1611         * org-export-latex.el (org-export-latex-classes): Remove the
1612         a4paper option from the default styles.
1614 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1616         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1617         (org-block-todo-from-checkboxes): New function.
1618         (org-todo): Make tripple prefix arg circumvent blocking.
1620         * org-timer.el (org-timer): Provide the timer feature.
1622         * org.el (org-require-autoloaded-modules): Add a few more files to
1623         the list of autoloaded modules.
1625         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1627 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1630         drawers that are unprotected.
1631         (org-export-html-format-image): Make sure inlined LaTeX fragment
1632         images remain inlined.
1634         * org.el (org-toggle-ordered-property): New function.
1635         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1636         (org-org-menu): Add menu entries for TODO dependencies.
1638 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1640         * org.el (org-default-properties): Add ORDERED to the default
1641         properties, to get completion support for it.
1643         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1645         * org.el (org-update-parent-todo-statistics): Update more than one
1646         cookie.
1648         * org-agenda.el (org-agenda-get-todos): Start search from correct
1649         position.
1651         * org.el (org-fast-todo-selection): Make sure TODO selection does
1652         not change buffer position.
1654         * org-list.el (org-toggle-checkbox): Implement adding or removing
1655         checkboxes from line or region when called with a prefix
1656         argument.
1658         * org-rmail.el (org-rmail-store-link): Protect the call to
1659         `rmail-narrow-to-non-pruned-header'.
1661         * org-clock.el (org-clock-special-range): Fix week display in
1662         clock tables.
1664         * org-exp.el (org-get-current-options): Fix bug when in indirect
1665         buffer.
1667 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1669         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1670         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1671         (org-agenda-dim-blocked-tasks): New function.
1673         * org.el (org-enforce-todo-dependencies): New option.
1674         (org-block-todo-from-children-or-siblings): New function.
1676         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1678         * org.el (org-todo): Return correct state type even if the blocker
1679         throws an error.
1680         (org-modifier-cursor-error): Renamed from
1681         `org-shiftcursor-error'.
1682         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1683         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1685         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1686         to get real errors from the blocker hook.
1688         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1689         functions.
1690         (org-set-visibility-according-to-property): Turn off the setting
1691         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1692         property.
1694 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1696         * org.el (org-support-shift-select): New option.
1697         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1698         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1699         selection outside contexts.
1701         * org-list.el (org-at-item-bullet-p): New function.
1703         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1704         variables.
1706         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1707         variable.
1708         (org-insert-footnote-reference-near-definition): Remove
1709         unnecessary let form.
1711         * org-export-latex.el (org-export-latex-first-lines): Add
1712         OPT-PLIST parameter.
1713         (org-export-as-latex): Call `org-export-latex-first-lines' with
1714         opt-plits parameter.
1715         (org-export-latex-preprocess): Remove unnecessary variables.
1717         * org-exp.el (org-infile-export-plist)
1718         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1719         (org-export-remove-headline-metadata)
1720         (org-export-get-title-from-subtree, org-get-min-level)
1721         (org-html-do-expand): Remove innecessary let form.
1723         * org-colview-xemacs.el (org-columns-display-here): Remove
1724         unnecessary variables.
1726         * org-colview.el (org-columns-display-here): Remove unnecessary
1727         variables.
1729         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1730         variables.
1732         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1733         unnecessary variables.
1735         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1736         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1737         variables.
1739         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1740         (org-compact-display-after-subtree-move): Remove unnecessary
1741         variables.
1742         (org-edit-fixed-width-region): Remove unnecessary variables.
1743         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1744         (org-olpath-completing-read): Remove unnecessary variable.
1745         (org-auto-repeat-maybe): Remove unnecessary variable.
1746         (org-map-entries): Remove unnecessary variable.
1747         (org-buffer-property-keys, org-imenu-get-tree)
1748         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1750 -----------------------------------------------------------------
1752 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1753         * org-exp.el (org-export-remove-timestamps): Never remove
1754         timestamps from tables.
1756         * org-export-latex.el (org-export-latex-first-lines): Add more
1757         options to the preprocessing of the text before the first
1758         headline.
1760 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1762         * org-faces.el (org-clock-overlay): Make face compatible with
1763         XEmacs.
1765         * org.el (org-yank): Add property for delete-selection mode.
1767         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1769         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1770         variable.
1772         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1773         to `backward-char'.
1775         * org-exp.el (org-export-as-html): Remove the initial space from
1776         colon examples.
1778         * org.el (org-scan-tags): Call
1779         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1781         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1782         customization groups.
1783         (org-agenda-tags-todo-honor-ignore-options): New option.
1784         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1785         New function.
1786         (org-agenda-get-todos): Use
1787         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1789 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1791         * org-exp.el (org-export-format-source-code-or-example): Escape
1792         HTML characters also in examples that anre not treated with
1793         htmlize.  Also, just switch to EXAMPLE processing if we do not
1794         have a good version of htmlize.
1796         * org-rmail.el: Fix copyright notice.
1798         * org.el (org-activate-footnote-links): Improve footnote link
1799         highlighting.
1801         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1802         a footnote definition at the end of the file.
1804         * org-table.el (org-table-get-specials): Add an imagined hline at
1805         the end of the table.  This can be useful for references that want
1806         to go to the end of the table.  Also fix bug when computing last
1807         row constants, in tables that do not start right at the right
1808         margin.
1809         (org-table-eval-formula): Match and replace remove references.
1810         (org-table-formula-substitute-names): Make sure that names inside
1811         a "remote" call are left alone, the will be replaced later when
1812         the remote call is handled.
1813         (org-table-convert-refs-to-rc): Do not convert things that might
1814         look like a reference, but are really part of an ID or namei n a
1815         remote reference.
1816         (org-table-get-remote-range): New function.
1818 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1820         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1822         * org-clock.el (org-clock-put-overlay): Use new face instead of
1823         `secondary-selection'.
1825         * org-faces.el (org-clock-overlay): New face.
1827 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1829         * org-exp.el (org-get-current-options): Include the option for
1830         publishing time stamps.
1832         * org.el (org-toggle-heading): Renamed from
1833         `org-toggel-region-headings'.
1834         No longer needs a region defined, but will use it if there is one.
1835         (org-ctrl-c-star): Simplified, relying more on the internal
1836         workings of `org-toggle-heading'.
1837         (org-toggle-item): Renamed from `org-toggle-region-items'.
1838         No longer needs a region defined, but will use it if there is one.
1839         (org-ctrl-c-minus): Simplified, relying more on the inernal
1840         workings of `org-toggle-item'.
1842         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1843         environment detection.  Also, do real changes only in unprotected
1844         places.
1846 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1848         * org-export-latex.el (org-export-latex-quotation-marks): Use
1849         `org-if-unprotected-1'.
1850         (org-export-latex-set-initial-vars): Check for class definition in
1851         property.
1853         * org-macs.el (org-if-unprotected-1): New macro.
1855 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1857         * org-compat.el (org-count-lines): New function.
1859         * org-exp.el (org-export-format-source-code-or-example): Handle
1860         switches related to text areas.
1862         * org.el (org-activate-footnote-links): Don't allow match inside a
1863         link.
1865         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1867         * org-export-latex.el (org-export-latex-links): Keep a relative
1868         path relative also after export.
1870         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1872         * org.el (org-make-tags-matcher): Never use IDO for completing the
1873         tags matcher match string.
1874         (org-completing-read): Also remove the special biding for "?".
1876         * org-attach.el (org-attach-allow-inheritance): New option.
1877         (org-attach-inherited): New variable.
1878         (org-attach-dir): Handle properties related to the attachment
1879         directory.
1880         (org-attach-check-absolute-path): New function.
1881         (org-attach-set-directory, org-attach-set-inherit): New commands.
1882         (org-attach): Accommodate the new commands in the dispatcher.
1884 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1886         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1887         `window-full-width-p'.
1889         * org-exp.el (org-export-as-html): Only check for images files
1890         that really can be inlined
1892         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1893         list of extensions to be a parameter.
1895         * org-exp.el (org-export-html-inline-image-extensions): New
1896         variable.
1898         * org-agenda.el (org-prepare-agenda): Use
1899         `org-agenda-block-separator'.
1900         (org-agenda-block-separator): New option.
1902 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1904         * org-export-latex.el (org-export-latex-tables): Call
1905         `org-table-clean-before-export' with the new optional argument.
1907         * org-exp.el (org-table-clean-before-export): New optional
1908         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1909         first column.
1911 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1913         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1914         histograms.
1916         * org-colview.el (org-colview-construct-allowed-dates): Better
1917         error catching when a date/time property does not have allowed
1918         values defined.
1920         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1921         Better error catching when a date/time property does not have
1922         allowed values defined.
1924 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1926         * org.el (org-map-entries): Restore point and restriction after
1927         `org-map-entries'.
1929 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1931         * org.el (org-time=, org-time<, org-time<=, org-time>)
1932         (org-time>=, org-time<>): Make sure both values are dates.
1934 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1936         * org-archive.el (org-extract-archive-heading): Allow %s for file
1937         name also in achive location heading.
1939 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1941         * org-archive.el (org-add-archive-files): Uniquify the list before
1942         returning it.
1944 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1946         * org-compat.el (org-fit-window-to-buffer): Use
1947         `window-full-width-p'.
1949         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1950         space after the colon in short examples.
1952         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1953         enforce a space after the colon.  However, we also allow lines
1954         that are *only* a colon.
1955         (org-export-as-html): Enforce the space after the colon in short
1956         examples.
1957         (org-export-preprocess-string): Do the colon example protection
1958         earlier.
1959         (org-export-remove-timestamps): Do not check for protection at the
1960         end of the line.
1962 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1964         * org.el (org-format-latex-options): Add new matcher for single
1965         letters between dollars.
1966         (org-get-header): Function removed.
1967         (org-heading-components): New function.
1969         * org-exp.el (org-export-define-heading-targets): Record ID's also
1970         as alternative targets.
1971         (org-export-as-html): Interpret "id:" links to other files by
1972         preserving the relative path.
1974         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1975         is nil.
1977         * org-exp.el (org-export-normalize-links): Protect the main link,
1978         to avoid special character processing.
1980         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1981         New variable.
1982         (org-export-latex-special-string-regexps): Variable removed.
1983         (org-export-latex-keywords): Use the new regexp.
1985         * org-exp.el (org-export-handle-include-files): Fetch switches and
1986         put them into the BEGIN statement.
1988         * org-timer.el (org-timer-mode-line-string): New variable.
1990         * org-clock.el (org-clock-mode-line-map): Renamed from
1991         `org-clock-mode-map'.
1992         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1993         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1994         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1995         (org-clock-remove-overlays): Renamed from
1996         `org-remove-clock-overlays'.
1998         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1999         and mode line display.
2000         (org-timer-stop): New command.
2001         (org-timer-seconds): Return correct time when timer is paused.
2002         (org-timer-mode-line-timer): New variable.
2003         (org-timer-set-mode-line, org-timer-update-mode-line): New
2004         functions.
2006         * org.el (org-insert-heading):  Handle new value `auto' for
2007         `org-blank-before-new-entry'.
2008         (org-org-menu): Add new items for timer functions.
2010         * org-list.el (org-insert-item): Handle new value `auto' for
2011         `org-blank-before-new-entry'.
2013         * org.el (org-blank-before-new-entry): New value `auto', made
2014         default.
2016 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2018         * org-exp.el (org-export-normalize-links): If the link is also
2019         used as the description, protect the description.
2021 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2023         * org.el (org-closest-date): Fix bug with yearly repeats, in
2024         combination with preference of the past as it is used for deadline
2025         and scheduling search.
2027         * org-exp.el (org-html-handle-time-stamps): No longer check for
2028         the `org-export-with-timestamps' option, because the preprocesser
2029         has taken care of this already.
2031         * org.el (org-entry-properties): Catch the case when this is
2032         called in a non-org-mode file.
2034         * org-export-latex.el (org-export-latex-remove-from-headlines):
2035         Variable made obsolete, also LaTeX export now uses the standard
2036         variables.
2037         (org-export-as-latex): Add the timestamps parameter to the
2038         preprocessor parameter list.
2039         (org-export-latex-content): Export the remaining keywords without
2040         considering to remove them.
2041         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2042         Use bold font instead of tt font for the keywords.
2043         (org-export-latex-fontify-headline): Format headlines, assuming
2044         that all keywords still present should be published.
2045         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2046         publish what ever remains of the time stamps.
2047         (org-export-latex-list-parameters): New option.
2048         (org-export-latex-lists): Pass additional parameters to the list
2049         converter.
2051         * org-exp.el (org-export-preprocess-string): Remove clock lines
2052         and timestamps already in the preprocesor.
2053         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2054         functions.
2055         (org-export-as-ascii, org-export-as-html): Add the timestamps
2056         parameter to the preprocessor parameter list.
2058         * org-list.el (org-list-parse-list): Parse for checkboxes.
2059         (org-list-to-generic): Introduce and handle new parameters :cbon
2060         and :cboff.
2061         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2062         optional parameter PARAMS.
2064         * org-export-latex.el (org-export-latex-special-chars): Fix
2065         problems with interpreting dollar signs.
2066         (org-inside-latex-math-p): New function.
2067         (org-export-latex-preprocess): Protect all the math fragments.
2069         * org.el (org-latex-regexps): Allow a dash after a dollar.
2071         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2072         mark after copying.
2074         * org-agenda.el (org-run-agenda-series): Have series options set
2075         when finalizing the agenda.
2077         * org-exp.el (org-export-format-source-code-or-example): Protect
2078         the converted examples.
2080         * org.el (org-set-regexps-and-options): Fix the regexp
2081         `org-complex-heading-regexp'.
2083 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2085         * org.el (org-edit-src-get-label-format): New function.
2086         (org-coderef-label-format): New option.
2087         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2088         a label format specification and make sure it is used in the edit
2089         buffer.
2090         (org-edit-src-get-label-format): New function.
2091         (org-store-link): Handle new coderef formats.
2092         (org-link-search): Handle new coderef formats.
2094         * org-footnote.el (org-footnote-create-definition)
2095         (org-footnote-goto-local-insertion-point): Make footnote insertion
2096         work correctly when the "Footnotes" headline is the last line in
2097         the buffer.
2099         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2100         the location.
2102 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2104         * org-w3m.el (org-w3m): New customization group.
2105         (org-w3m-deactivate-mark): New option.
2106         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2107         option say not to.
2109 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2111         * org.el (org-set-font-lock-defaults): Trigger footnote
2112         fontification.
2113         (org-activate-footnote-links): New function.
2114         (org-activate-links): New entry `footnote'.
2116         * org-faces.el (org-footnote): New face.
2118 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2120         * org-macs.el (org-re): Handle the [:word:] class.
2122         * org-exp.el (org-export-preprocess-string): Call
2123         `org-export-protect-colon-examples'.
2124         (org-export-protect-colon-examples): Renamed from
2125         `org-export-protect-examples', and scope limited to lines starting
2126         with a colon.
2128 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2130         * org-exp.el (org-export-preprocess-string): Move the preprocess
2131         hook to after turning on Org-mode.
2132         (org-export-preprocess-after-include-files-hook)
2133         (org-export-preprocess-after-tree-selection-hook)
2134         (org-export-preprocess-before-backend-specifics-hook)
2135         (org-export-preprocess-final-hook): New hooks.
2136         (org-export-preprocess-string): Run the new hooks.
2138         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2140         * org-footnote.el: New file.
2142         * org.el (org-footnote): Require footnote code.
2143         (org-startup-options): Add new footnote options.
2144         (org-mode-map): New keybindig for footnotes.
2145         (org-ctrl-c-ctrl-c): Add function at footnotes.
2146         (org-org-menu): New menu entries for footnotes.
2148         * org-export-latex.el (org-export-as-latex): Pass footnote
2149         variable to preprocessor.
2150         (org-export-latex-preprocess): Treat multiple references to a
2151         footnote.
2153         * org-exp.el (org-export-preprocess-string): Call
2154         `org-footnote-normalize'.
2155         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2156         to preprocessor.
2157         (org-export-as-html): Treat multiple references to a footnote.
2159 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2161         * org-export-latex.el (org-export-latex-links): Handle coderef
2162         links.
2164         * org.el (org-bracket-link-analytic-regexp++): New variable.
2165         (org-make-link-regexps): Initialize
2166         `org-bracket-link-analytic-regexp++'.
2167         (org-store-link): Implement special case in edit-src buffer.
2168         (org-insert-link): No use of ide to insert stored links.
2169         (org-link-search): Implement special case for coderefs.
2171         * org-exp.el (org-export-html-scripts): New constant.
2172         (org-export-html-style-default): Add a new style for highlighted
2173         code.
2174         (org-export-code-refs): New variable.
2175         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2176         Call `org-export-replace-src-segments-and-examples'
2177         No longer call `org-export-protect-examples'.
2178         (org-export-target-internal-links): Take care of coderef targets.
2179         (org-export-last-code-line-counter-value): New variable.
2180         (org-export-replace-src-segments-and-examples): Renamed from
2181         `org-export-replace-src-segments', and modified.
2182         (org-export-format-source-code-or-example): Renamed from
2183         `org-export-format-source-code'.
2184         (org-export-number-lines): New function.
2185         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2187 --------------------------------------------------------------------------
2189 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2191         * org-remember.el (org-remember-handler): Safer way to get a new
2192         buffer accessing the target file.
2194         * org.el (org-refile-get-location): Handle case of current buffer
2195         not having a file associated with it.
2197 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2199         * org-table.el (org-table-get-formula): Only ask to overwrite
2200         field formula if there really is one.
2202         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2203         number, by converting these to a string.
2205         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2206         located in a different file.
2208         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2209         org-colview.el.
2211 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2213         * org.el (org-completion-use-ido): Enhance docstring of
2214         `org-completion-use-ido'.
2216         * org-export-latex.el (org-export-latex-make-header): Double the %
2217         in the time stamp format.
2218         (org-export-latex-special-chars): Handle case where there is no
2219         match group 3.
2221 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2223         * org.el (org-get-refile-targets, org-refile-get-location): Use
2224         expanded file name to improve comparison.
2226 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2228         * org.el (org-scan-tags): Rescan for tags, to get the correct
2229         upcase/downcase stuff.  This slows things down for now, but it
2230         works.
2231         (org-mode): Make sure the tag-faces regexp is initialized.
2233         * org-export-latex.el (org-export-latex-links): Fix bug with
2234         undefined label.
2236         * org-table.el (org-table-get-specials): Set
2237         `org-table-current-last-data-line'.
2238         (org-table-current-last-data-line): New variable.
2239         (org-table-insert-column, org-table-delete-column)
2240         (org-table-move-column, org-table-fix-formulas): Call
2241         `org-table-fix-formulas' a second time to fix the $LR references.
2242         (org-table-get-specials): Add the $LR references to the tables.
2243         (org-table-get-formula): Do not offer last-row names as LHS of
2244         formulas.
2246         * org.el (org-store-link): Capture link description from
2247         `org-id-store-link'.
2249         * org-exp.el (org-export-html-format-image): Add the / to the end
2250         of the <img> tag.
2251         (org-export-format-source-code): Surround example by empty lines,
2252         to make sure it will not be inside a paragraph.
2254         * org.el (org-ido-switchb): New function.
2256 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2258         * org-agenda.el (org-agenda-show): New prefix argument
2259         FULL-ENTRY.
2261         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2262         argument.
2264         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2265         `org-agenda-change-all-lines'.
2266         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2267         tags are now retrieved locally.
2269 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org.el (org-get-outline-path): Fix bug if level is not given.
2272         (org-org-menu): Do not quote function in menu vector.
2274         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2275         name.
2277 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2279         * org.el (org-refile): Avoid refiling to within the region to be
2280         refiled.
2282         * org-export-latex.el (org-export-latex-special-chars): Replace
2283         special characters also in tables.
2285         * org-agenda.el (org-agenda-change-all-lines): New argument
2286         FORCE-TAGS.
2287         (org-agenda-set-tags): Cet the new tags and pass them to
2288         `org-format-agenda-item'.
2290 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2292         * org-export-latex.el (org-export-latex-classes): Add longable as
2293         a default package to all classes.
2294         (org-export-latex-tables): Handle the longtable attribute and the
2295         align attribute.
2297         * org-table.el (orgtbl-to-generic): Handle tables that start with
2298         a hline.
2300         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2301         \verb for colde-like snippets.
2302         (org-export-as-latex): Fix issues with region export.
2304         * org.el (org-up-heading-safe): Speed up function by using a
2305         direct regexp search.
2306         (org-olpa): New variable.
2307         (org-get-outline-path): Speed-up path constructions in cases where
2308         this is possible because the entire hierarchy is scanned anyway.
2309         (org-refile-get-location): Don't compare the truenames of files,
2310         this is too slow.
2311         (org-goto-max-level): New option.
2312         (org-goto): Use `org-goto-max-level'.
2314 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2316         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2317         Strip angle brackets from message-ids in the former and don't do
2318         it in the latter.
2319         (org-gnus-follow-link): Open summary reliable, even if the last
2320         messages were deleted, and handle empty groups, too.
2322 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2324         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2325         instead of \texttt for the =...= and ~===~ emphasis environments.
2326         (org-export-as-latex): Remove any old :org-license-to-kill text
2327         properties.
2328         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2329         (org-export-latex-make-header): Add some hard space after the
2330         table of contents.
2331         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2332         exported text so that it will be excuded in further steps.
2334         * org-table.el (org-table-get-specials): Make @0 reference the
2335         last line in a table.
2336         (org-table-recalculate): Improve docstring.
2338 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org.el (org-log-done): Fix docstring.
2342 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2344         * org-exp.el (org-export-html-format-image): Fix bugs.
2346         * org-export-latex.el (org-export-latex-tables)
2347         (org-export-latex-links): Implement attribute, label, and caption
2348         handling.
2350         * org-exp.el (org-export-html-style-default): Add style
2351         definitions for the figure div.
2352         (org-export-preprocess-string, org-export-as-html): Implement
2353         attribute, label, and caption handling.
2354         (org-export-attach-captions-and-attributes): New function.
2355         (org-export-html-format-image): New function.
2356         (org-format-org-table-html): Implement attribute, label, and
2357         caption handling.
2359         * org.el (org-find-text-property-in-string): New function.
2360         (org-extract-attributes): Use the property org-attr instead of
2361         org-attrobutes, because this property is now set with the #+ATTR
2362         lines.
2364 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2366         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2367         the case that FROM is nil.
2369         * org.el (org-before-first-heading-p): New function.
2371 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2373         * org-exp.el (org-export-as-html): Do not add a space before
2374         enforces line breaks.
2375         (org-export-as-html): Close paragraph before blockquote and verse
2376         tags.
2378 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2380         * org-id.el (org-id-locations-file): Wrap file name with
2381         `convert-standard-filename'.
2382         (org-id-files): New variable.
2383         (org-id-use-hash): New option.
2384         (org-id-update-id-locations): Also search in all files current
2385         listed in `org-id-files'.  Convert the resulting alist to a hash
2386         if the user customation says so.
2387         (org-id-locations-save): Handle he case if `org-id-locations' is a
2388         hash.
2389         (org-id-locations-load): Convert the alist to a hash.
2390         (org-id-add-location): Handle the hast case.
2391         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2392         exited.
2393         (org-id-hash-to-alist, org-id-alist-to-hash)
2394         (org-id-paste-tracker): New functions.
2396 -------------------------------------------------------------------------
2398 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2400         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2401         bindings of calendar variables.
2403         * org-table.el (org-table-find-row-type): Renamed from
2404         `org-find-row-type'.
2405         (org-table-rewrite-old-row-references): Renamed from
2406         `org-rewrite-old-row-references'.
2407         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2408         (org-table-cleanup-narrow-column-properties): Renamed from
2409         `org-cleanup-narrow-column-properties'.
2411 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2413         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2414         for better error messages.
2415         (org-table-get-descriptor-line): Supply the new arguments to
2416         `org-find-row-type'.
2417         (org-table-error-on-row-ref-crossing-hline): New option.
2419         * org.el (org-target-link-regexp): Make buffer-local.
2420         (org-move-subtree-down): Fix bug with trees at beginning of
2421         buffer.
2423 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2425         * org-faces.el (org-set-tag-faces): New function.
2426         (org-tags-special-faces-re): New variable.
2428         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2430         * org-faces.el (org-tag-faces): New option.
2431         (org-tag): Mention `org-tag-faces' in the docstring.
2433 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2435         * org-exp.el (org-export-html-style-default): Implement new
2436         quoting.
2438         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2440         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2441         command to the `w3m-minor-mode-map'.
2443         * org-archive.el (org-archive-to-archive-sibling): Protect
2444         `this-command' to avoid appending kills during archiving.
2446         * org-exp.el (org-export-with-priority): New variable.
2447         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2448         instead of internal list of strings and properties.
2449         (org-print-icalendar-entries): Retrieve the location property with
2450         inheritance.
2452 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2454         * org-exp.el (org-export-with-todo-keywords): New option.
2455         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2456         line.
2457         (org-default-export-plist, org-export-add-options-to-plist)
2458         (org-export-as-ascii, org-export-as-html): Use the new structure
2459         of `org-export-plist-vars'.
2461         * org.el (org-map-entries): Return all values.
2463 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2465         * org.el (org-matcher-time): Recognize more special values.
2467         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2469 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2471         * org.el (org-tags-exclude-from-inheritance): New option.
2472         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2473         `org-tags-exclude-from-inheritance'.
2475         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2476         (org-format-agenda-item): Add inherited tags to the agenda line
2477         string, and make sure that properties are kept when downcasing the
2478         tags list.
2479         (org-agenda-add-inherited-tags): New function.
2480         (org-downcase-keep-props): New function.
2482         * org.el (org-scan-tags): Mark inherited tags with a text
2483         property.
2484         (org-get-tags-at): Mark inherited tags with a text property.
2485         (org-add-prop-inherited): New function.
2487         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2488         (org-agenda-show-inherited-tags): New option.
2490 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2492         * org.el (org-modules): Add org-w3m to the default modules.
2494         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2495         orgtbl-mode.
2496         (orgtabl-create-or-convert-from-region): New command.
2498         * org-exp.el (org-export-as-ascii): Remove the handling of
2499         targets.
2500         (org-export-ascii-preprocess): Handle targets already in this
2501         function.
2503 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2505         * org-timer.el (org-timer-start-time): Define this variable.
2506         (org-timer-item): Make argument optional.
2508         * org-list.el (org-insert-item): Automatically insert a timer item
2509         if the current list is a timer list.
2511         * org-timer.el: New file.
2513         * org-publish.el (org-publish-org-index): Only exclude the index
2514         file in the main directory from being added to the site-map.
2515         (org-publish-get-project-from-filename): If the current project is
2516         a component, start publishing from the parent project.
2518 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2520         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2522         * org-publish.el (org-publish-org-index): Improve removal of
2523         temporary buffers.
2525         * org-agenda.el (org-get-closed): Re-apply changes
2526         accidentially overwritten by last commit to Emacs.
2528         * org.el (org-outline-path-complete-in-steps): New option.
2529         (org-refile-get-location): Honor
2530         `org-outline-path-complete-in-steps'.
2531         (org-agenda-change-all-lines, org-tags-sparse-tree)
2532         (org-time-string-to-absolute, org-small-year-to-year)
2533         (org-link-escape): Re-apply changes accidentially overwritten
2534         by last commit to Emacs.
2536 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2538         * org-clock.el (org-dblock-write:clocktable): Make sure the
2539         clocktable sees the first line.
2540         (org-clock-in): Warn if the clock cannot be resumed.
2542 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2544         * org.el (org-open-at-point): Fix mixup about interactive and
2545         non-interactive elisp links.
2547 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2549         * org-exp.el (org-export-preprocess-string): Allow one comment
2550         line before the first headline to always be included.  This is
2551         to not miss a commented target.
2553         * org-mouse.el (org-mouse-insert-item): Call
2554         `org-indent-to-column' instead of `indent-to', for XEmacs
2555         compatibility.
2557         * org.el (org-refile-targets): Fix customize definition so
2558         that it works also in XEmacs.
2559         (org-fixup-indentation): Call `org-indent-to-column' instead
2560         of `indent-to', for XEmacs compatibility.
2562 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2564         * org-mew.el (org-mew-store-link): Get the correct case folder
2565         for refiled messages.
2567 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2569         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2570         line break indicators.
2572         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2573         ido-completion propts.
2575 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2577         * org-remember.el (org-remember-apply-template): Use
2578         `org-substring-no-properties'.
2580         * org-compat.el (org-substring-no-properties): New function.
2582         * org-remember.el (org-remember-apply-template): Use
2583         `org-substring-no-properties' for compatibility.
2585         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2586         option.
2587         (org-fix-bullet-type): respect
2588         `org-list-two-spaces-after-bullet-regexp'.
2590         * org-clock.el (org-clock-load): Clean up the code.
2592         * org.el (org-adaptive-fill-function): Allow two spaces after
2593         "1." as a list bullet.
2595 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2597         * org-clock.el (org-clock-save, org-clock-load): Check for
2598         live buffers, existing files, and buffer file names to ensure
2599         consistent information.
2600         (org-clock-persist): Make `clock' a special value of this
2601         variable, and improve docstring.
2603         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2604         (org-get-string-indentation): Adapt indentation when the bullet
2605         width changes.
2607 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2609         * org-remember.el (org-remember-finalize): Make interactive.
2610         (org-remember-kill): New command.
2611         (org-remember-finish-immediately): Call `org-remember-finalize'
2612         directly.
2613         (org-remember-finalize): Make `org-remember-finalize' an interactive
2614         function.
2616 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2618         * org-remember.el (org-remember-apply-template): No ido completion
2619         for free prompts in remember templates.
2620         (org-remember-before-finalize-hook): New hook.
2621         (org-remember-mode): New minor mode.
2622         (org-remember-apply-template): Turn on `org-remember-mode'.
2624         * org-id.el (org-id-add-location): Avoid error when no file is
2625         given.
2627         * org-remember.el (org-remember-apply-template): Fix the way how
2628         the list of allowed properties is retrieved from the target file.
2630         * org.el (org-insert-link): Improve file link matching.
2632 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2634         * org-colview.el (org-columns-display-here): New argument
2635         DATELINE, to trigger using the new face.
2636         (org-agenda-colview-summarize): Call `org-columns-display-here'
2637         with the new argument.
2639         * org-faces.el (org-agenda-column-dateline): New face.
2641         * org-publish.el (org-publish-org-index): Use index-title at page
2642         title, not as section.
2644         * org-exp.el (org-export-html-format-desc): Respect the
2645         org-protect property.
2646         (org-export-as-html): Protect image specifiers that are in the
2647         description part of a link.
2649         * org.el (org-sort-entries-or-items, org-completing-read)
2650         (org-refile-get-location, org-olpath-completing-read, org-todo)
2651         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2652         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2653         (org-set-property, org-delete-property)
2654         (org-delete-property-globally): Use `org-ido-completing-read'.
2656         * org-remember.el (org-remember-apply-template): Use
2657         `org-ido-completing-read'.
2659         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2661         * org-colview.el (org-columns-edit-value, org-columns-new)
2662         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2664         * org-colview-xemacs.el (org-columns-edit-value)
2665         (org-columns-new, org-insert-columns-dblock): Use
2666         `org-ido-completing-read'.
2668         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2669         `org-ido-completing-read'.
2671         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2672         `org-ido-completing-read'.
2674         * org.el (org-time-today): New function.
2675         (org-matcher-time): Use `org-time-today'.  Add special treatment
2676         for "<tomorrow>" and "<yesterday>".
2677         (org-ido-completing-read): New function.
2678         (org-completion-use-ido): New option.
2680         * org-exp.el (org-export-format-source-code): Fix bug in require
2681         htmlize code.
2682         (org-export-target-internal-links): Fix bug in search for text
2683         property.
2685 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2687         * org-export-latex.el (org-export-latex-subcontent): Interprete
2688         target aliases as additonal labels.
2690         * org-exp.el (org-export-target-aliases): New variable.
2691         (org-export-preprocess-string)
2692         (org-export-handle-invisible-targets): Fill the alias alist.
2693         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2694         assign an id.
2695         (org-html-level-start): Insert the target aliases as additonal
2696         anchors.
2698         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2699         picture area.
2701 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2703         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2704         when following a link with the mouse from the agenda.
2706         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2707         headlines are created.
2709 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2711         * org-exp.el (org-export-preprocess-string): Reorder so that we
2712         can still see ID properties when we collect targets.
2713         (org-export-target-internal-links): Also store targets for ID's.
2715         * org.el (org-link-translation-function): New option.
2716         (org-open-at-point): Call `org-link-translation-function' if
2717         non-nil.
2718         (org-translate-link): New function.
2719         (org-translate-link-from-planner): New function.
2720         (org-open-at-point): Allow interactive commands in elisp links.
2722         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2723         iCalendar quoting.  The new one seems to caus problems with
2724         applications.
2726         * org.el (org-yank): Set `this-command' to `yank', so that
2727         `yank-pop' will work.
2729 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2731         * org-id.el (org-id-search-archives): New option.
2733         * org.el (org-link-to-org-use-id): New option.
2734         (org-store-link): Use `org-link-to-org-use-id'.
2735         (org-id): Make org-id.el a standard component.
2737 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2739         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2740         hexified version of the tag.
2742         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2743         compliance as far as quoting is concerned.
2745         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2747         * org.el (org-up-heading-safe, org-forward-same-level): Always
2748         call `org-back-to-heading' instead of `outline-back-to-heading'.
2749         (org-back-to-heading): New wrapper around outline-back-to-heading,
2750         with a useful error message telling where the error happened.
2752         * org-list.el (org-update-checkbox-count): Always call
2753         `org-back-to-heading' instead of `outline-back-to-heading'.
2755         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2756         has an `alt' attribute, to ensure XHTML validation.
2758 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2760         * org-publish.el (org-publish-attachment): Allow publishing to
2761         overwrite attachment files.
2763         * org-agenda.el (org-agenda-timerange-leaders): New option.
2764         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2766         * org.el (org-edit-src-exit): Untabify ASCII image before
2767         returning.
2780 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org.el (org-yank): Make any prefix force normal yanking.
2783         Suppress folding if text would be swallowed into a folded
2784         subtree.
2785         (org-yank-folded-subtrees, org-yank): Docstring updates.
2787         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2788         defined as 0.
2790         * org-exp.el (org-export-language-setup): Add Catalan and
2791         Esperanto language entries.
2793 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2795         * org.el (org-refile): Allow refiling of entire regions.
2797         * org-clock.el (org-clock-time%): New function.
2799         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2800         retrieve property values.
2802 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2804         * org-agenda.el (org-agenda-list): Handle the value `only' of
2805         org-agenda-show-log'.
2806         (org-agenda-log-mode): Interpret a double prefix arg.
2808 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2810         * org-exp.el (org-export-html-footnotes-section): New variable.
2811         (org-export-as-html): Use `org-export-html-footnotes-section' to
2812         insert the footnotes.
2813         (org-export-language-setup): Add "Footnotes" to language words.
2815 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2817         * org.el (org-yank): Fix bug when not inserting a subtree.
2819 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2821         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2822         instead of `vm-beginning-of-message'.
2824         * org.el (org-make-link-regexps): Make sure that links to gnus can
2825         contain brackets.
2827 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2829         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2830         code.
2832         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2833         shell output.
2835         * org.el (org-link-abbrev-alist): Improve customization type.
2837         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2838         functions.
2840         * org-agenda.el (org-agenda-get-progress): Renamed from
2841         `org-get-closed'.  Implement searching for state changes as well.
2842         (org-agenda-log-mode-items): New option.
2843         (org-agenda-log-mode): New option prefix argument, interpreted as
2844         request to show all possible progress info.
2845         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2846         `org-get-closed'.
2847         (org-agenda-set-mode-name): Handle the more complex log mode
2848         settings.
2849         (org-get-closed): New alias, pointing to `org-get-progress'.
2851 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2853         * org.el (org-file-apps-defaults-gnu)
2854         (org-file-apps-defaults-macosx)
2855         (org-file-apps-defaults-windowsnt): Add an entry defining the
2856         system command.
2857         (org-file-apps): Allow `system' as key and value.
2858         (org-open-at-point): Explain the effect of a double prefix arg.
2859         (org-open-file): If the argument `in-emacs' is (16),
2860         i.e. corresponding to a double prefix argument, try to open the
2861         file externally.
2863 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2865         * org.el (org-insert-link): Abbreviate absolute files names in
2866         links.  Also, fix a bug in which the double C-u prefix would not
2867         be honored.
2869 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2871         * org.el (org-insert-heading): If buffer does not end with a
2872         newline, add one if necessary to insert headline correctly.
2874         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2875         paragraphs, not inside.
2877         * org.el (org-todo): Quote
2878         `org-agenda-headline-snapshot-before-repeat'.
2880         * org-exp.el (org-export-as-html): Fully process link descriptions.
2881         (org-export-html-format-desc): New function.
2882         (org-export-as-html): Collect footnotes into the correct basket.
2883         (org-html-protect): No longer protect quotations marks here, this
2884         goes wrong.
2886         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2887         BEG.
2889         * org-compat.el (org-fit-window-to-buffer): New function (not
2890         really, a preliminary and incomplete version was present earlier,
2891         but not used).
2893         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2894         `org-fit-window-to-buffer'.
2896         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2898         * org-agenda.el (org-agenda-get-restriction-and-command)
2899         (org-fit-agenda-window, org-agenda-convert-date): Use
2900         `org-fit-window-to-buffer'.
2902         * org-exp.el (org-export-as-html): Process href links through
2903         `org-export-html-format-href'.
2904         (org-export-html-format-href): New function.
2906         * org-agenda.el (org-agenda-todo): Update only the current
2907         headline if this is a repeated TODO, marked done for today.
2908         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2909         only the current line.
2911         * org.el (org-todo): Take a snapshot of the headline if the
2912         repeater might change it.
2914 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2916         * org-publish.el (org-publish-find-title): Remove buffers visited
2917         only for extracting the title.
2919         * org-exp.el (org-export-html-style)
2920         (org-export-html-style-default): Mark style definitions as
2921         unparsed CDATA.
2923         * org-publish.el (org-publish-validate-link): Function
2924         re-introduced.
2926 2008-11-02  Charles Sebold  <csebold@gmail.com>
2928         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2929         property.
2930         (org-plot-quote-timestamp-field): New function.
2931         (org-plot-quote-tsv-field): Call timestamp field function when
2932         necessary rather than just quoting as a string.
2933         (org-plot/gnuplot-to-data): Pass in timefmt property.
2934         (org-plot/gnuplot-script): Supports timefmt property.
2935         (org-plot/gnuplot): Checks for timestamp column before checking
2936         for text index column.
2938 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2940         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2942         * org-publish.el (org-publish-org-index): Create a section in the
2943         index file.
2944         (org-publish-org-index): Stop linking to directories.
2946         * org.el (org-emphasis-alist): Use span instead of <u> to
2947         underline text.
2949         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2950         <pre> sections.
2952 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2954         * org-jsinfo.el (org-infojs-template): Remove language attribute
2955         from script tag.
2957 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2959         * org-agenda.el (org-agenda-remove-marked-text): New function.
2960         (org-agenda-mark-filtered-text)
2961         (org-agenda-unmark-filtered-text): New functions.
2962         (org-write-agenda): Remove fltered text.
2964         * org.el (org-make-tags-matcher): Give access to TODO "property"
2965         without speed penalty.
2967 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2969         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2970         option.
2971         (org-store-link-props): Make sure adding to the plist works
2972         correctly.
2974         * org-gnus.el (org-gnus-no-new-news): New function.
2975         (org-gnus-follow-link): Allow the article ID to be a message-id,
2976         in addition to allowing article numbers.  Message IDs make much
2977         more roubust links.
2978         (org-gnus-store-link): Use message-id to create link.
2980 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2982         * org.el (org-emphasize): Reverse the selection array.
2983         (org-emphasis-alist): Set <code> tags for the verbatim
2984         environment.
2986         * org-remember.el (org-remember-handler): Fix bug with
2987         prefix-related changing of the note storage target.
2989         * org-exp.el (org-print-icalendar-entries): Make the exported
2990         priorities compatible with RFC 2445.
2992         * org-clock.el (org-clock-save): Insert time stamp without
2993         dependence on time-stamp.el.
2995 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2997         * org.el ("saveplace"): If saveplace puts point into an invisible
2998         location, make it visible.
2999         (org-make-tags-matcher): Allow inactive time stamps in time
3000         comparisons.
3001         (org-yank-adjusted-subtrees): New option.
3002         (org-yank): Incorporate adjusting trees.
3003         (org-paste-subtree): New argument FOR-YANK which will cause
3004         insertion at point without backing up over white lines, and leave
3005         point at the end of the inserted text.  Also if the cursor is
3006         at the beginning of a headline, use the same level or the inserted
3007         tree.
3009         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3010         with broken symlinks
3012 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3014         * org-exp.el (org-export-select-tags, org-get-current-options):
3015         Fix typo.
3017 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3019         * org-agenda.el (org-format-agenda-item)
3020         (org-agenda-filter-make-matcher): Make sure tags are stored and
3021         compared donwcased.
3023 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3025         * org.el (org-insert-todo-heading): Fix bug with force-heading
3026         argument.
3028 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3030         * org-clock.el (org-clock-in-resume): Add a custom option to
3031         toggle starting the clock from an open clock line.
3032         (org-clock-in): When clocking in to an entry, if
3033         `org-clock-in-resume' is set, check if the first clock line is
3034         open and if so, start the clock from the time in the clock line.
3035         (org-clock-persist): Add a custom option to toggle clock
3036         persistence.
3037         (org-clock-persist-query-save): Add a custom option to toggle
3038         asking the user if they want to save the running clock when
3039         exiting.
3040         (org-clock-persist-query-resume): Add a custom option to toggle
3041         asking the user if they want to resume the saved clock when Emacs
3042         is restarted.
3043         (org-clock-save): Add a function to save clock data.
3044         This includes the contents of `org-clock-history' and the buffer
3045         and position of the currently clocked task, if any.
3046         (org-clock-load): Add a function to load clock data.
3047         This populates `org-clock-history', and resumes the saved clocked
3048         task if there is one.
3049         (org-clock-persistence-insinuate): Add a method to set up the
3050         hooks for clock persistence.
3052 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3054         * org-exp.el (org-export-as-ascii): Handle the case that we are
3055         publishing from an indirect buffer.
3057         * org-table.el (org-table-copy-down): Fix bug with time stamp
3058         increment.
3060         * org-mouse.el (org-mouse-features): New option.
3061         (org-mode-hook): Turn on features depending on
3062         `org-mouse-features'.
3064         * org.el (org-insert-heading-respect-content): Force heading
3065         creation.
3066         (org-insert-heading): keep the folding state of the heading before
3067         the inserted one.
3069 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3071         * org-archive.el (org-archive-to-archive-sibling): Handle top
3072         level headlines better.
3074 2008-10-21  Bastien Guerry  <bzg@altern.org>
3076         * org-export-latex.el (org-export-latex-classes): Added
3077         \usepackage{graphicx} to the default list of packages.
3079 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3081         * org-agenda.el (org-agenda-filter): Renamed from
3082         `org-agenda-filter-tags'.
3084 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3086         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3087         is not defined as a property in this entry.
3088         (org-add-log-note): Mask prefix argument when immediately storing
3089         the note.
3091         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3092         option.
3094 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3096         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3097         after drawers was skipping ahead one line too many, so notes were
3098         inserted after the first note instead of before it.
3100 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3102         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3103         New variables.
3104         (org-prepare-agenda): Reset the filter tags.
3105         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3106         Show filter tags in mode line.
3108         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3109         formatter.
3111         * org-export-latex.el (org-latex-entities-regexp): New constant.
3112         (org-export-as-pdf): Use two calls to `shell-command'.
3114 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3116         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3117         Honor the {} value of the subsuperscript setting.  Make sure that
3118         longer subsuperscripts are typeset in a roman font.
3120         * org.el (org-clock-update-time-maybe): Compute negative clock
3121         intervals correctly.
3123 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3125         * org.el (org-add-log-setup): Respect
3126         `org-log-state-notes-insert-after-drawers'.
3127         (org-log-state-notes-insert-after-drawers): New option.
3128         (org-todo-trigger-tag-changes): New function.
3129         (org-todo): Call `org-todo-trigger-tag-changes'.
3131 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3133         * org.el (org-add-log-setup): Only skip drawers if the are
3134         immediately after the scheduling keywords.
3136         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3137         function
3138         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3139         call it with the current todo state to get the state to switch to
3140         when clocking in.
3141         (org-clock-in): Use org-indent-line-function to indent clock lines.
3142         (org-clock-find-position): Fix indentation of empty clock drawers.
3144 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3146         * org-publish.el (org-publish-org-to): Handle case when
3147         org-export-to-pdf does return a file name, not a buffer.
3148         (org-publish-org-to-pdf): New function.
3150         * org-export-latex.el (org-export-as-pdf)
3151         (org-export-as-pdf-and-open): New commands.
3153         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3154         forms as ranges.
3156         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3157         things in protexted regions.
3159 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3161         * org-export-latex.el (org-export-latex-preprocess): Improve
3162         quoting of LaTeX environments.
3164 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3166         * org.el (org-edit-fixed-width-region): Exclude final newline from
3167         picture area.
3169         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3170         sections, to make internal links work.
3171         (org-export-latex-fontify-headline): Do not remove all text
3172         properties, to make sure that target properties survive this
3173         process.
3175         * org-exp.el (org-export-preprocess-string): Change sequence of
3176         modifications, to make sure links are prepared before the LaTeX
3177         conversions do happen.
3179 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3181         * org-attach.el (org-attach-delete-all): Renamed from
3182         `org-attch-delete'.  Add a security query before deleting the
3183         entire directory.  New optional argument FORCE can overrule the
3184         security query.
3185         (org-attach-delete-one): New command.
3187 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3189         * org-attach.el (org-attach-file-list): Fix bug with directory.
3191 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3193         * org.el (org-apps-regexp-alist): New function.
3194         (org-file-apps): Add auto-mode to the default value.
3195         (org-open-file): Use the new structure of org-file-apps.
3197         * org-attach.el (org-attach): Support the new keys.
3198         (org-attach-method): New option.
3200 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3202         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3203         March.
3205         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3206         of the list value o `org-use-tag-inheritance'.
3208         * org-attach.el (org-attach-auto-tag): New option.
3209         (org-attach-tag, org-attach-untag): New functions.
3210         (org-attach-attach, org-attach-new, org-attach-sync): Call
3211         `org-attach-tag'.
3212         (org-attach-delete): Call `org-attach-untag'.
3214 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3216         * org-table.el (orgtbl-self-insert-command): Make this work for
3217         the keypad as well.
3219 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3221         * org.el (org-add-log-setup): Limit searc for drawers to entry
3222         text, not to subtree.
3224         * org-clock.el (org-clock-heading-for-remember): New variable.
3225         (org-clock-in): Set `org-clock-heading-for-remember'.
3227 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3229         * org-remember.el (org-remember-apply-template): Add new
3230         expansions: %k, %K for currently clocked task and a link to the
3231         currently clocked task, and %< to file notes in the currently
3232         clocked task.
3234 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3236         * org-export-latex.el (org-export-latex-make-header): Also insert
3237         the content of the property :latex-header-extra.
3239         * org-exp.el (org-infile-export-plist): Put the content of
3240         #+LATEX_HEADER: into the property :latex-header-extra.
3242         * org-colview.el (org-columns-get-format-and-top-level): Remove
3243         resetting the marker.
3245         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3246         Remove resetting the marker.
3248         * org.el (org-entry-property-inherited-from): Improve docstring.
3249         (org-entry-get-with-inheritance): Reset marker before starting the
3250         search.
3252         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3254 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3256         * org.el (org-entry-get-multivalued-property)
3257         (org-entry-protect-space, org-entry-restore-space): New
3258         functions.
3259         (org-file-apps-defaults-macosx): Let postscript files be opened by
3260         preview.
3261         (org-time-stamp-inactive): Call `org-time-stamp'.
3262         (org-time-stamp): New argument `inactive'.  Also edit inacive
3263         stamps. Convert time stamp type.
3264         (org-open-file): Interpret the `default' value for the `command'
3265         in `org-file-apps'.
3267         * org-id.el (org-id-int-to-b36-one-digit)
3268         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3269         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3270         b36.
3272 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3274         * org-id.el (org-id-reverse-string): New function.
3275         (org-id-new): Use `org-id-reverse-string' to make sure the
3276         beginning chars of the ID are mutating fast.  This allows to use a
3277         directory structure to spread things better.
3278         (org-id-prefix): Changed default to nil.
3280         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3281         restore the column of the cursor position.
3283         * org-remember.el (org-remember-apply-template): Remove properties
3284         from `initial'.
3286 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3288         * org-wl.el (org-wl-open): Remove useless call to
3289         `wl-thread-open-all'.
3291         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3292         location.
3294 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3296         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3297         `org-bbdb-anniversaries'.
3299         * org.el (org-get-next-sibling, org-forward-same-level): New
3300         functions, similar to the outline versions, but invisible headings
3301         are OK.
3303 2008-09-25  Bastien Guerry  <bzg@altern.org>
3305         * org.el (org-auto-repeat-maybe): Insert a space between
3306         the timestamp's type and the timestamp itself.
3308 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3310         * org-table.el (org-table-sum): Do not format the result with %g,
3311         it does rounding when there are too many digits.
3313         * org.el (org-map-entries): Protect the keyword-selecting variables.
3315 2008-09-23  Bastien Guerry  <bzg@altern.org>
3317         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3318         against all agenda files.
3320 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3322         * org-list.el: New file, aggregating list functions from org.el
3323         and org-export-latex.el.
3325         * org.el (org-edit-src-region-extra): New option.
3327 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3329         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3330         time before 1am.
3332 2008-09-22  Bastien Guerry  <bzg@altern.org>
3334         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3336 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3338         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3339         hline work correctly.
3340         (org-plot/gnuplot-script): Put commas at the end of each script
3341         line.
3343 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3345         * org.el (org-get-refile-targets): Replace links with their
3346         descriptions
3347         (org-imenu-get-tree): Replace links with their descriptions.
3349         * org-remember.el (org-remember-apply-template): Add a new
3350         expansion for adding properties to remember items.
3352         * org.el (org-add-log-setup): Skip over drawers (properties,
3353         clocks etc) when adding notes.
3355         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3356         items as well as the start and end times.
3358         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3359         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3361         * org-remember.el (org-get-x-clipboard): Use the compat
3362         function to get clipboard values when x-selection-value is
3363         unavailable. Use substring-no-properties instead of
3364         set-text-properties to remove text properties from the clipboard
3365         value.
3367         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3368         modeline clock string, and display the full todo value in the
3369         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3370         the currently clocked task.
3371         (org-clock-string-limit): Add a custom value for the maximum
3372         length of the clock string in the modeline.
3373         (org-clock-mode-map): Add a keymap for the modeline string
3375 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3377         * org-compat.el (org-propertize): New function.
3379 2008-09-20  Bastien Guerry  <bzg@altern.org>
3381         * org-export-latex.el (org-export-latex-tables): protect exported
3382         tables from further special chars conversion.
3383         (org-export-latex-preprocess): Preserve LaTeX environments.
3384         (org-list-parse-list): Parse descriptive lists.
3385         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3386         (org-list-to-texinfo): Export descriptive lists.
3387         (org-quote-chars): Remove.
3388         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3389         (org-export-latex-list-beginning-re): Rename to
3390         `org-list-beginning-re'
3391         (org-list-item-begin): Rename to `org-list-item-beginning'
3393 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3395         * org.el (org-refile): Allow refiling to the last entry in the
3396         buffer.
3397         (org-get-tags-at): Fix bug when inheritance is turned off.
3399 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3401         * org.el (org-indent-line-function): No longer check for src
3402         regions, this is too much overhead.
3404         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3405         matching.
3407         * org.el (org-scan-tags): Make sure that tags matching is not case
3408         sensitive.  TODO keyword matching is case sensitive, however, to
3409         avoid confusion with similar words that are not meant to be
3410         keywords.
3412 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3414         * org.el (org-get-local-tags-at): New function.
3415         (org-get-local-tags): New function.
3417         * org-exp.el (org-export-get-categories): New function.
3419         * org-agenda.el (org-sorting-choice)
3420         (org-agenda-sorting-strategy, org-agenda-get-todos)
3421         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3422         (org-agenda-get-scheduled, org-agenda-get-blocks)
3423         (org-entries-lessp): Implement sorting by TODO state.
3424         (org-cmp-todo-state): New defsubst.
3426         * org-colview.el (org-colview-construct-allowed-dates): New
3427         function.
3428         (org-columns-next-allowed-value): Use
3429         `org-colview-construct-allowed-dates'.
3431         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3432         function.
3433         (org-columns-next-allowed-value): Use
3434         `org-colview-construct-allowed-dates'.
3436 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3438         * org.el (org-protect-slash): New function.
3439         (org-get-refile-targets): Use `org-protect-slash'.
3441         * org-agenda.el (org-global-tags-completion-table): New variable.
3443         * org-exp.el (org-export-handle-export-tags): New function.
3444         (org-export-preprocess-string): Call
3445         `org-export-handle-export-tags'.
3447         * org-plot.el: New file.
3449         * org-publish.el (org-publish-expand-components): Function removed.
3450         (org-publish-expand-projects): Allow components to have components.
3452 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3454         * org.el (org-indent-line-function): Do not indent in regions that
3455         are external source code.
3456         (org-yank-and-fold-if-subtree): New function.
3458         * org-agenda.el (org-agenda-todayp): New function.
3459         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3460         `org-agenda-todayp'.
3462         * org.el (org-insert-heading-respect-content)
3463         (org-insert-todo-heading-respect-content): New commands.
3464         (org-insert-heading-respect-content): New option.
3465         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3467         * org-clock.el (org-clock-find-position): Make sure the note after
3468         the clock line gets moved into the new clock drawer.
3470 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3472         * org-id.el (org-id-new): New option.
3474 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3476         * org-table.el (org-table-copy-down): Avoid overflow during
3477         increment.  Use prefix argument 0 to temporarily disable the
3478         increment.
3480 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3482         * org-exp.el (org-export-as-html): Do not turn on the major mode
3483         if the buffer will be killed anyway.
3484         (org-get-current-options): Exclude the #+TEXT field.
3485         (org-export-as-html): Make sure text before the first headline is
3486         a paragraph.
3488         * org-publish.el (org-publish-org-to): Tell the exporter that this
3489         buffer will be killed, so it is not necessary to do major mode
3490         initialization.
3492         * org-archive.el (org-archive-to-archive-sibling): Show empty
3493         lines after folding the archive sibling.
3495         * org.el (org-log-note-extra): New variable.
3497 2008-09-05  Bastien Guerry  <bzg@altern.org>
3499         * org.el (org-additional-option-like-keywords): Added keywords for
3500         the _QUOTE, _VERSE and _SRC environments.
3502         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3503         exporting _QUOTE and _VERSE environments.
3505 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3507         * org-agenda.el (org-agenda-filter-by-tag): New command.
3509         * org-exp.el (org-get-current-options): Remove angular brackets
3510         from the date entry.
3512         * org.el (org-edit-fixed-width-region): New function.
3513         (org-edit-fixed-width-region): Also try
3514         `org-edit-fixed-width-region'.
3515         (org-edit-fixed-width-region-mode): New option.
3516         (org-activate-code): Only interprete lines starting with colon
3517         plus a space as example lines.
3519         * org-remember.el (org-remember-templates): Add nil instead of
3520         empty strings to fix the length of remember templates.
3522         * org-table.el (org-calc-default-modes): Fix the time format for
3523         calc, from 12 hour to 24 hour clock.
3525 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3527         * org-agenda.el (org-agenda-get-deadlines)
3528         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3529         entries that are pre-warnings of deadlines or reminders.
3531         * org.el (org-sort-entries-or-items): Make numeric and alpha
3532         comparisons ignore any TODO keyword and priority cookie.
3534         * org-remember.el (org-remember-handler): Reinterpretation of the
3535         prefix argument.
3537 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3539         * org-agenda.el (org-agenda-get-scheduled): Use new
3540         `org-scheduled' face.
3542         * org-faces.el (org-scheduled): New face.
3544         * org-wl.el (org-wl-open): Remove incorrect declaration.
3546         * org-gnus.el (org-gnus-store-link): Support for :to information
3547         in gnus links.
3549         * org-exp.el (org-export-as-html): Fixed typo in creator
3550         information.
3551         (org-export-protect-examples): New parameter indent.  Insert extra
3552         spaces only when this parameter is specified.
3553         (org-export-preprocess-string): Call `org-export-protect-examples'
3554         with an indentation parameter when exporting to ASCII.
3556         * org-remember.el (org-remember-templates)
3557         (org-remember-apply-template): Allow the file component to be a
3558         function.
3560         * org.el (org-goto-local-search-headings): Renamed from
3561         `org-goto-local-search-forward-headings'.  Added the possibility
3562         to search backwards.
3564 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3566         * org-export-latex.el (org-export-latex): New customization
3567         group.
3569         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3571 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3573         * org-exp.el (org-html-do-expand): Allow {} to terminate
3574         tex macro
3576 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3578         * org.el (org-buffer-list): Select buffers based on major mode,
3579         not on file name.
3581 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3583         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3584         face property.
3586         * org-colview.el (org-columns-display-here): Use
3587         `org-columns-modify-value-for-display-function'.
3589         * org-colview-xemacs.el (org-columns-display-here): Use
3590         `org-columns-modify-value-for-display-function'.
3592 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3594         * org.el (org-columns-modify-value-for-display-function): New option.
3606         * org-publish.el (org-publish-file): Make sure the directory match
3607         for the publishing directory works correctly.
3609         * org-agenda.el (org-agenda-execute-calendar-command)
3610         (org-agenda-diary-entry): Additional optional argument.
3612 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3614         * org-exp.el (org-export-as-html): Add attributes also in mailto
3615         and ftp links.
3617         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3626 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3628         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3629         sure that calls from `org-export-region-as-html' do not do the
3630         special check for a subtree.
3632 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3634         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3636 2008-07-20  Juri Linkov  <juri@jurta.org>
3638         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3639         new keymap `narrow-map' instead of binding "\C-xns".
3641 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3643         * org.el (org-open-file): Use
3644         `org-open-directory-means-index-dot-org'.
3645         (org-open-directory-means-index-dot-org): New option.
3647 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3649         * org.el (org-make-link-string): Remove link attributes from
3650         description.
3651         (org-open-at-point): Remove link attributes bevore using the path.
3653         * org-exp.el (org-export-as-html): Handle link attributes.
3655         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3657         * org-table.el (org-table-to-lisp): New function.
3659         * org.el (org-narrow-to-subtree): Do not include the final newline
3660         into the narrowed region.
3662         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3663         bug with user-define skipping condition.
3665 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3667         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3669 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3671         * org-exp.el (org-export-html-style-default): Automatic overflow
3672         handling for pre fields.
3673         (org-export-as-ascii, org-export-as-html): Change default format
3674         for time stamp.
3676         * org-table.el (org-table-export): Offer completion for translator
3677         functions, and do not require a heading above the table.
3679         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3680         Cater for the case of a list starting in the first line of the
3681         buffer.
3683 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3685         * org-publish.el (org-publish-find-title): Bug fix.
3686         (org-publish-org-index): Implement new :index-style option.
3688 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3690         * org-publish.el (org-publish-timestamp-filename): Use
3691         SHA1-encoded file names in the timestamp directory.
3693 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3695         * org-publish.el (org-publish-needed-p): Be verbose about files
3696         published and files skipped.
3698         * org-exp.el (org-export-preprocess-string): Swap link
3699         normalization and inernal link targeting.
3701         * org-publish.el (org-publish-needed-p): Create timestamp
3702         directory when it does not exist.
3704 2008-07-04  Bastien Guerry  <bzg@altern.org>
3706         * org-clock.el (org-clock-out-when-done): Doc fix.
3708         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3710         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3711         Ignore case when searching for the COMMENT cookie at export time.
3713 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3715         * org-exp.el (org-get-file-contents)
3716         (org-get-and-remove-property): New functions.
3717         (org-export-handle-include-files): Handle the new prefix options.
3718         (org-export-as-html): Fix the verse environment.
3720 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3722         * org.el (org-time=, org-time<, org-time<=, org-time>)
3723         (org-time>=, org-time<>, org-2ft): New functions.
3724         (org-op-to-function): Also provide for the time testing fucntions.
3726 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3728         * org-exp.el (org-export-html-style-default): New constant.
3730 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3732         * org-exp.el (org-export-html-style-extra): New variable.
3733         (org-export-splice-style): New function.
3735 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3737         * org-exp.el (org-export-plist-vars, org-export-as-html):
3738         Implement `org-export-creator-info'.
3739         (org-export-creator-info): New option.
3741 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3743         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3744         (org-property-drawer-re, org-clock-drawer-re): New constants.
3746 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3748         * org-exp.el (org-icalendar-use-deadline)
3749         (org-icalendar-use-scheduled): New options.
3750         (org-icalendar-include-todo): Default changed to t.
3751         (org-print-icalendar-entries): Implement better utilization of
3752         scheduling and deadline time stamps.
3753         (org-export-target-internal-links, org-export-as-html): Allow file
3754         lines without the "file:" prefix if the file path is an absolute
3755         path or starts with ".".
3757         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3758         lastweek etc.
3759         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3761 2008-06-18  Glenn Morris  <rgm@gnu.org>
3762         * org.el (org-map-entries): Let-bind `file'.
3764 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3766         * org.el (org-agenda-skip-archived-trees): Docstring now
3767         discourages using this.
3768         (org-scan-tags): Check for org-agenda-archives-mode.
3769         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3770         (org-agenda-files): Functionality of second arg changed.
3772         * org-agenda.el (org-agenda-archives-mode): New variable
3773         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3774         (org-search-view, org-todo-list, org-tags-view)
3775         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3776         `ifmode' argument.
3777         (org-agenda-quit): Reset the archives mode.
3778         (org-agenda-archives-mode): New command.
3779         (org-agenda-set-mode-name): Include archives info.
3781 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3783         * org.el (org-paste-subtree): Make sure the yanked headline is
3784         visible if it was yanked at a visible point.
3785         (org-move-item-up): Fix the bug with moving white space at the end
3786         of the item.
3787         (org-show-empty-lines-in-parent): New function.
3789 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3791         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3793         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3795         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3796         agenda prefix as well.
3798         * org-publish.el (org-publish-org-index): Make a properly indented
3799         list.
3801         * org.el (org-calendar-agenda-action-key): New option.
3802         (org-get-cursor-date): New function.
3803         (org-mark-entry-for-agenda-action): New command.
3804         (org-overriding-default-time): New variable.
3805         (org-read-date): Respect `org-overriding-default-time'.
3807         * org-remember.el (org-remember-apply-template): Respect the
3808         ovverriding default time.
3810         * org-agenda.el (org-agenda-action-marker): New variable.
3811         (org-agenda-action): New command.
3812         (org-agenda-do-action): New function.
3814 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3816         * org.el (org-schedule, org-deadline): Protect scheduled and
3817         deadline tasks against changes that accidently remove the
3818         repeater.  Also show a message with the new date when done.
3820 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3822         * org.el (org-beginning-of-line): Cater for the case when there
3823         are tags but no headline text.
3824         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3825         it set.
3827 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3829         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3830         the return value is nil instead of "nil" when there is no match.
3832         * org-exp.el (org-insert-centered): Use fill-column instead of
3833         80.
3834         (org-export-as-ascii): Use string-width to measure the width of
3835         the heading.
3837         * org.el (org-diary-to-ical-string): No longer kill buffer
3838         FROMBUF, this is now done by the caller.
3840         * org-exp.el (org-print-icalendar-entries): Move the call to
3841         `org-diary-to-ical-string' out of the loop, and kill the buffer
3842         afterwords.
3844         * org-remember.el (org-remember-visit-immediately): Position
3845         cursor after moving to the note.
3846         (org-remember-apply-template): Use a text property to record the
3847         cursor position.
3848         (org-remember-handler): Align tags after pasting the note.
3850 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3852         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3854         * org-agenda.el (org-agenda-open-link): If there is an
3855         org-bbdb-name property in the current line, jump to that bbdb
3856         entry.
3858         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3859         text property, so that the agenda knows where this entry comes
3860         from.
3862         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3863         interaction between clocking-in from the agenda, and  automatic
3864         task state switching.
3866         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3868         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3869         zmacs-region stays after this command in XEmacs.
3871 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3873         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3875         * org-remember.el (org-remember-templates): Fix bug in
3876         customization type definition.
3878         * org.el (org-map-entries): New function.
3880 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3882         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3883         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3885 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3887         * org-remember.el (org-jump-to-target-location): New variable.
3888         (org-remember-apply-template): Set
3889         `org-remember-apply-template' if requested by template.
3890         (org-remember-handler): Start an idle timer to jump to
3891         remember location.
3893         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3895         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3896         file tags.
3897         (org-get-tags-at): Add the content of `org-file-tags'.
3899         * org-exp.el (org-export-handle-comments): Fix bug with several
3900         comment lines after each other.
3901         (org-number-to-roman, org-number-to-counter): New functions.
3902         (org-export-section-number-format): New option.
3904 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3906         * org-exp.el (org-export-protect-examples): Catch the case of a
3907         missing end_example line.
3909         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3910         `org-file-tags' to nil.
3912         * org-colview.el (org-columns-next-allowed-value): Handle next
3913         argument NTH to directly select a value.
3915         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3916         argument NTH to directly select a value.
3918 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3920         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3922 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3924         * org.el (org-columns-ellipses): New option.
3926 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3928         * org-colview.el (org-columns-add-ellipses): New function.
3929         (org-columns-compact-links): New function.
3930         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3931         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3932         when in agenda.
3933         (org-columns-edit-value): Fixed bug with editing values from
3934         agenda column view.
3935         (org-columns-redo): Also redo the agenda itself.
3937 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3939         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3940         option.
3942         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3944         * org-exp.el (org-export-ascii-preprocess): Renamed from
3945         `org-export-ascii-clean-string'.
3946         (org-export-kill-licensed-text)
3947         (org-export-define-heading-targets)
3948         (org-export-handle-invisible-targets)
3949         (org-export-target-internal-links)
3950         (org-export-remove-or-extract-drawers)
3951         (org-export-remove-archived-trees)
3952         (org-export-protect-quoted-subtrees)
3953         (org-export-protect-verbatim, org-export-protect-examples)
3954         (org-export-select-backend-specific-text)
3955         (org-export-mark-blockquote-and-verse)
3956         (org-export-remove-comment-blocks-and-subtrees)
3957         (org-export-handle-comments, org-export-mark-radio-links)
3958         (org-export-remove-special-table-lines)
3959         (org-export-normalize-links)
3960         (org-export-concatenate-multiline-links)
3961         (org-export-concatenate-multiline-emphasis): New functions,
3962         obtained from spliiting the export preprocessor.
3964         * org-table.el (org-table-recalculate): Improve error message if
3965         the row number is invalid.
3967 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3969         * org-archive.el (org-archive-save-context-info): Fix bugs in
3970         customization setup and docstring.
3972         * org-exp.el (org-export-html-style): Changed the size of in the
3973         <pre> element to 90%.
3975 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3977         * org.el (org-find-src-example-start): Function removed.
3978         (org-edit-src-find-region-and-lang): New function.
3980 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3982         * org.el (org-edit-src-exit): New function.
3983         (org-exit-edit-mode): New minor mode.
3985         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3986         comment-like lines from protected examples.
3988         * org.el (org-edit-src-example, org-find-src-example-start)
3989         (org-protect-source-example, org-edit-special): New functions.
3991 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3993         * org-publish.el (org-publish-project-alist): Fix typo in
3994         docstring.
3995         (org-publish-project-alist): Handle :index-title property.
3997 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3999         * org-export-latex.el (org-export-as-latex): Make sure region
4000         bounds are correct.  Parse subtree properties relating to export.
4002         * org-exp.el (org-export-add-options-to-plist): New function.
4003         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4005 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4007         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4008         EXPORT_TITLE.
4010         * org-exp.el (org-export-get-title-from-subtree)
4011         (org-export-as-ascii, org-export-as-html): Make sure the original
4012         region-beginning and region-end are used, even after moving
4013         point.
4014         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4015         property.
4017         * org-remember.el (org-remember-last-stored-marker): New variable.
4018         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4019         (org-remember-handler): Also use marker to remember
4020         last-stored position.
4022         * org.el (org-goto-marker-or-bmk): New function.
4024 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4026         * org.el (org-file-properties): Renamed from `org-local-properties'.
4027         (org-scan-tags): Take file tags into account.
4028         (org-tags-match-list-sublevels): Default changed to t.
4030         * org-exp.el (org-export-as-html): Close paragraph after a
4031         footnote.
4033         * org.el (org-update-parent-todo-statistics): New function.
4035         * org-exp.el (org-icalendar-store-UID): New option.
4036         (org-icalendar-force-UID): Option removed.
4037         (org-print-icalendar-entries): IMplement UIDs.
4039 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4041         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4043 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4045         * org-faces.el (org-column): Document how this face is being used
4046         and why sometimes the background faces shine through.
4048         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4050         * org-publish.el (org-publish-attachment): Create publishing
4051         directory if it does not yet exist.
4053         * org-table.el (org-calc-default-modes): Change default number
4054         format to (float 8).
4056         * org.el (org-olpath-completing-read): New function.
4057         (org-time-clocksum-format): New option.
4058         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4060         * org-clock.el (org-clock-display, org-clock-out)
4061         (org-update-mode-line): Use `org-time-clocksum-format'.
4063         * org-colview-xemacs.el (org-columns-number-to-string): Use
4064         `org-time-clocksum-format'.
4066         * org-colview.el (org-columns-number-to-string): Use
4067         `org-time-clocksum-format'.
4069 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4071         * org-id.el: New file, move from contrib to core.
4073         * org-exp.el (org-icalendar-force-UID): New option.
4075 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4077         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4078         shifted by one day if theere is a date range without an end
4079         time.
4081         * org.el (org-try-structure-completion): New function.
4083 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4085         * org.el (org-set-font-lock-defaults): Improve fontification of
4086         description lists.
4087         (org-insert-item): Handle description lists.
4088         (org-adaptive-fill-function): Improve auto indentation in
4089         description lists.
4091         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4092         Implement VERSE environment.
4093         (org-export-preprocess-string): Implement the COMMENT
4094         environment.
4096         * org-export-latex.el (org-export-latex-preprocess): Implement
4097         VERSE environment.
4099 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4101         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4102         option.
4104 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4106         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4108         * org.el (org-quote-csv-field): New functions.
4110         * org-table.el (org-table-export-default-format): Remove :splice
4111         from default format, we get the same effect by not specifying
4112         :tstart and :tend.
4113         (org-table-export): Improve setup, distinguish better between
4114         interactive and non-interactive use, allow specifying the format
4115         on the fly, better protection against wrong file names.
4116         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4117         and :tend when :splice is omitted.
4119 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4121         * org-clock.el (org-clock-select-task): Make sure the selection
4122         letters are 1-9 and A-Z, no special characters.
4124 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4126         * org-exp.el (org-export-htmlize): New group.
4127         (org-export-htmlize-output-type)
4128         (org-export-htmlize-css-font-prefix): New options.
4129         (org-export-htmlize-region-for-paste): New function.
4130         (org-export-htmlize-generate-css): New command.
4132 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4134         * org/org.el (org-modules, org-format-latex-options):
4135         * org/org-archive.el (org-archive-stamp-time)
4136         (org-archive-save-context-info):
4137         * org/org-faces.el (org-hide):
4138         * org/org-irc.el (org-irc-parse-link):
4139         * org/org-macs.el (org-call-with-arg, org-autoload):
4140         * org/org-mew.el (org-mew-store-link):
4141         * org/org-remember.el (org-remember-store-without-prompt)
4142         (org-remember-templates): Fix typos in docstrings.
4144         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4146         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4147         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4148         (org-bbdb-anniv-split): Fix typos in docstrings.
4150         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4151         (org-publish-use-timestamps-flag): Reflow docstring.
4152         (org-publish-files-alist): Fix typos in docstring.
4154 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4156         * org.el (org-set-visibility-according-to-property): New function.
4157         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4158         and compute the regular expressions, and update font-lock.
4159         (org-property-re): Allow a dash in property names.
4161         * org-archive.el (org-extract-archive-file): Insert the file name
4162         without the path into the format, to allow the location format to
4163         contain a subdirectory.
4165         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4166         of buffer, and the `org-agenda-type' property undefined, use the
4167         value from the character before.
4169         * org.el (org-add-planning-info): Don't let indentation for
4170         would-be timestamp become extra whitespace at the end of headline.
4172 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4174         * org.el (org-remove-double-quotes, org-file-contents): New
4175         functions.
4177         * org-exp.el (org-infile-export-plist): Also parse the
4178         contents of #+SETUPFILE files, recursively.
4180         * org.el (org-set-regexps-and-options): Also parse the
4181         contents of #+SETUPFILE files, recursively.
4183         * org-exp.el (org-export-handle-include-files): New function.
4184         (org-export-preprocess-string): Call
4185         `org-export-handle-include-files'.
4187         * org.el (org-delete-property-globally)
4188         (org-delete-property, org-set-property): Ignore case during
4189         completion.
4190         (org-set-property): Use `org-completing-read' instead of
4191         `completing-read'.
4193         * org.el (org-complete-expand-structure-template): New,
4194         experimental function.
4195         (org-structure-template-alist): New, experimental option.
4196         (org-complete): Call `org-complete-expand-structure-template'.
4198 2008-05-06  Bastien Guerry  <bzg@altern.org>
4200         * org-export-latex.el (org-export-latex-preprocess): Added
4201         support for blockquotes.
4203 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4205         * org.el (org-read-date-analyze): Catch the case where only a
4206         weekday is given.
4208 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4210         * org.el (org-set-font-lock-defaults): Make the description
4211         tag bold.
4213         * org-exp.el (org-export-as-html, org-close-li): Implement
4214         description lists.
4216 2008-05-04  Jason Riedy  <jason@acm.org>
4218         * org-table.el (*orgtbl-default-fmt*): New variable.
4219         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4220         when there is no other fmt available.
4222         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4223         :tend to suppress the appropriate string.
4225         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4226         table.
4228 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4230         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4231         read date.
4233         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4234         New function.
4236         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4237         New function.
4239 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4241         * org-clock.el (org-clock-find-position): Don't include notes
4242         into clock drawer.
4244         * org-archive.el (org-archive-subtree): No longer remove an
4245         extra line after cutting the subtree.  `org-cut-subtree' already
4246         takes care of this.
4248         * org-remember.el (org-remember-handler): Only kill the target
4249         buffer if it does not contain the running clock.
4251         * org.el (org-markers-to-move): New variable.
4252         (org-save-markers-in-region, org-check-and-save-marker)
4253         (org-reinstall-markers-in-region): New function.
4254         (org-move-subtree-down, org-copy-subtree): Remember relative
4255         marker positions before cutting.
4256         (org-move-subtree-down, org-paste-subtree): Restore relative
4257         marker positions after pasting.
4259         * org-remember.el (org-remember-clock-out-on-exit): New option.
4260         (org-remember-finalize): Clock out only if the setting in
4261         `org-remember-clock-out-on-exit' requires it.
4262         (org-remember-handler): Do the cleanup in the buffer, to make sure
4263         that the clock marker remains in tact.
4265 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4267         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4268         (org-clock-in): Make sure that also tasks outside the narrowed
4269         region will be clocked in correctly.
4270         (org-clock-insert-selection-line): Widen the buffer so that we can
4271         find the correct task heading.
4273         * org.el (org-base-buffer): New function.
4275         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4276         and ";" are escaped.
4277         (org-print-icalendar-entries): Also apply
4278         `org-icalendar-cleanup-string' to the headline, not only to the
4279         summary property.
4281 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4283         * org-exp.el (org-export-preprocess-hook): New hook.
4284         (org-export-preprocess-string): Call
4285         `org-export-preprocess-hook'.
4287         * org.el (org-font-lock-hook): New variable.
4288         (org-font-lock-hook): New function.
4289         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4291 ;; Local Variables:
4292 ;; coding: utf-8
4293 ;; add-log-time-zone-rule: t
4294 ;; End:
4296     Copyright (C) 2008  Free Software Foundation, Inc.
4298   This file is part of GNU Emacs.
4300   GNU Emacs is free software: you can redistribute it and/or modify
4301   it under the terms of the GNU General Public License as published by
4302   the Free Software Foundation, either version 3 of the License, or
4303   (at your option) any later version.
4305   GNU Emacs is distributed in the hope that it will be useful,
4306   but WITHOUT ANY WARRANTY; without even the implied warranty of
4307   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4308   GNU General Public License for more details.
4310   You should have received a copy of the GNU General Public License
4311   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4313 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c