Macros: Fix bug in precessing definitions.
[org-mode.git] / lisp / ChangeLog
blob9a179369e60c2a3a82e397638606db560703acf7
1 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-infile-export-plist): Fix bug in macro
4         processing.
6         * org-agenda.el (org-agenda-clock-out): Update line after clocking
7         out.
8         (org-agenda-highlight-todo): Fix bug with highlighting.
10 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
12         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
13         new alignment strings.
15         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
16         command list.
17         (org-table-align): Check for forced align type.
19         * org.el (org-self-insert-command): Add yas/expand to command
20         list.
22         * org-clock.el (org-clock-in-hook): New hook.
23         (org-clock-in): Run `org-clock-in-hook.
24         (org-clock-out-hook): New hook.
25         (org-clock-out): Run `org-clock-out-hook.
26         (org-clock-cancel-hook): New hook.
27         (org-clock-cancel): Run `org-clock-cancel-hook.
28         (org-clock-goto-hook): New hook.
29         (org-clock-goto): Run `org-clock-goto-hook.
31 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org.el (org-store-link): Better default description for link to
34         Org-mode headline.
36         * org-exp.el (org-export-generic): Autoload the generic exporter
37         function.
38         (org-export): Implement the `g' key for the generic exporter.
40 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
43         and for zbacktab'.
45         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
47         * org-exp.el (org-infile-export-plist): Get macros also from
48         #+SETUPFILE.
50 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-colview.el (org-columns-capture-view): Protect vertical bars
53         in column values.
54         (org-columns-capture-view): Exclude comment and archived trees.
56         * org-colview-xemacs.el (org-columns-capture-view): Protect
57         vertical bars in column values.
58         (org-columns-capture-view): Exclude comment and archived trees.
60         * org.el (org-quote-vert): New function.
62         * org-latex.el (org-export-latex-verbatim-wrap): New option.
64         * org-exp.el (org-export-format-source-code-or-example): Use
65         `org-export-latex-verbatim-wrap'.
67         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
68         time stamps.
70         * org-html.el (org-export-table-row-tags): New option.
71         (org-format-org-table-html): Rename `nlines' to `nline', use new
72         option.
75 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-exp-blocks.el: Declare functions and variables.
79         * org-remember.el (org-remember-templates): Allow the headline
80         element to be a function.
81         (org-remember-apply-template): If the headline is a function, call
82         it to get the true function.
84         * org-clock.el (org-clock-menu): New function.
85         (org-clock-update-mode-line): Update help string.
86         (org-clock-modify-effort-estimate): New function.
87         (org-clock-mark-default-task): New function.
89         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
90         minutes as input.
91         (org-org-menu): Add new clocking stuff.
92         (org-clock-is-active): New function.
94 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org.el (org-open-non-existing-files): Improve docstring.
98 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
101         option.
102         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
104         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
106         * org-list.el (org-get-checkbox-statistics-face): Use the new
107         faces.
109         * org-faces.el (org-checkbox-statistics-todo)
110         (org-checkbox-statistics-done): New faces.
112 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
114         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
115         (org-edit-src-exit): Better cursor positioning when returning from
116         editing.
118         * org-latex.el (org-export-latex-use-verb): New variable.
119         (org-export-latex-emph-format): Prefer \texttt over \verb when
120         org-export-latex-use-verb is set.
122 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
124         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
125         at normal indentation.
127         * org-html.el (org-export-html-close-lists-maybe): Also look at
128         normal indentation.
130         * org-remember.el (org-remember-handler): Abort remember if the
131         buffer is empty.
133         * org-src.el (org-edit-src-content-indentation): New option.
134         (org-edit-src-exit): Apply extra indentation.
136         * org-exp.el (org-export-format-source-code-or-example): Run
137         `org-src-mode-hook'.
139         * org-src.el (org-src-mode-hook): New variable.
140         (org-edit-src-code): Run `org-src-mode-hook'.
142 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org.el (org-indent-line-function): Fix indentation of +#end lines.
146         * org-src.el (org-edit-src-get-indentation): New function.
147         (org-edit-src-code): Base indentation on the begin line.
149 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
151         * org-gnus.el (org-gnus-store-link): Require message.el in
152         org-gnus-store-link.
154 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-src.el: New file, split out of org.el
158         * org-docbook.el (org-export-as-docbook): Better indentation
159         treatment.
161         * org-macs.el (org-replace-match-keep-properties): New function.
163         * org-exp.el (org-export-mark-blockquote-verse-center): Better
164         preprocessing of center and quote and verse blocks.
166         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
167         (org-export-as-docbook): Close lists when original indentation
168         mandates it.
170         * org-html.el (org-export-html-close-lists-maybe): New function.
171         (org-export-as-html): Close lists when original indentation
172         mandates it.
174         * org-list.el (org-list-end): Respect the stored "original"
175         indentation when determining the end of the list.
177         * org-exp.el (org-export-replace-src-segments-and-examples):
178         Remember indentation correctly.
180 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-clock.el (org-clock-update-mode-line): Apply face
183         org-mode-line-clock.
185         * org-faces.el (org-mode-line-clock): New face.
187 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
189         * org-gnus.el (org-gnus-store-link): Fix bug where
190         `org-gnus-store-link' used wrong subject when called in an article
191         buffer.  Patch provided by fengli AT gmail DOT com.
193 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
195         * org-exp.el (org-export-format-source-code-or-example): Remember
196         the original indentation of source code snippets and examples.
198         * org-latex.el (org-export-as-latex): Relocate the table of
199         contents.
201         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
203         * org-agenda.el (org-run-agenda-series): Scope global options also
204         when creating the agenda buffer.
206 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
208         * org.el (org-adapt-indentation): Improve documentation.
209         (org-insert-property-drawer): Respect org-adapt-indentation when
210         inserting the drawer.
211         (org-remove-flyspell-overlays-in): New function.
212         (org-do-emphasis-faces, org-activate-plain-links)
213         (org-activate-code, org-fontify-meta-lines-and-blocks)
214         (org-activate-angle-links, org-activate-footnote-links)
215         (org-activate-bracket-links, org-activate-dates)
216         (org-activate-target-links, org-activate-tags): Remove flyspell
217         overlays.
219 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
221         * org.el (org-edit-src-save): New function.
223         * org-clock.el (org-clock-out-switch-to-state): New option.
224         (org-clock-out): Honor `org-clock-out-switch-to-state'.
226         * org-compat.el (org-compatible-face): Improve macro.
228         * org.el (org-global-properties-fixed): Add default for
229         CLOCK_MODELINE_TOTAL.
231         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
232         andd tend.
233         (org-clock-sum-current-item): Optional argument TSTART, pass it to
234         org-clock-sum.
235         (org-clock-get-sum-start): New function.
237         * org.el (org-startup-options): New keywords blockhide and
238         blockshow.
239         (org-mode): Add new invisibility spec.
240         (org-set-startup-visibility): Hide block on startup if so
241         desired.
242         (org-hide-block-startup): New option.
243         (org-block-regexp): New constant.
244         (org-hide-block-overlays): New variable.
245         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
246         (org-show-block-all, org-hide-block-toggle-maybe)
247         (org-hide-block-toggle): New functions.
248         (org-edit-src-exit): Do not quote lines starting with # and no +
249         behind it.
250         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
251         entry.
253 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
255         * org.el (org-buffer-property-keys): Add Effort property for
256         completion.
258 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
261         when retrieving total clocked time in the subtree.
263         * org.el (org-quoting-blocks): New variable.
265 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
267         * org-table.el (org-table-store-formulas)
268         (org-table-get-stored-formulas, org-table-fix-formulas)
269         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
270         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
272         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
273         indented #+TBLFM line.
275         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
276         indented #+TBLFM line.
278         * org-colview.el (org-dblock-write:columnview): Allow indented
279         #+TBLFM line.
281         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
282         indented #+TBLFM line.
284         * org-clock.el (org-dblock-write:clocktable): Allow indented
285         #+TBLFM line.
287 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org-exp.el (org-export-format-source-code-or-example): Make
290         editing indented blocks work correctly.
292         * org.el (org-edit-src-nindent): New variable.
293         (org-edit-src-code, org-edit-fixed-width-region)
294         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
295         editing indented blocks work correctly.
297 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
300         indented blocks.
301         (org-export-format-source-code-or-example): Fix indentation of
302         blocks.
303         (org-export-remove-indentation): New function.
304         (org-export-select-backend-specific-text): Allow backend-specific
305         code to be indented.
306         (org-export-mark-blockquote-verse-center): Allow markers to be
307         indented.
309         * org.el (org-fontify-meta-lines): New function.
310         (org-set-font-lock-defaults): Call the new fontification
311         function.
313         * org-faces.el (org-meta-line): New face
314         (org-block):  New face.
316 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org.el (org-treat-insert-todo-heading-as-state-change)
319         (org-treat-S-cursor-todo-selection-as-state-change): New
320         variables.
321         (org-insert-todo-heading): Honor
322         `org-treat-insert-todo-heading-as-state-change'.
323         (org-shiftright, org-shiftleft): Honor
324         `org-treat-S-cursor-todo-selection-as-state-change'.
325         (org-inhibit-logging): New variable.
327 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
329         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
330         range for marker position checking.
332         * org-latex.el (org-export-latex-first-lines): Fix bug when
333         exporting a region.
335 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
337         * org-exp.el (org-export-push-to-kill-ring): Protect using
338         x-set-selection, because that does not always work.
340         * org-agenda.el (org-agenda-list): Apply the new face
341         `org-agenda-date-today'.
343         * org-faces.el (org-agenda-date-today): New face.
345 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
348         creating appointments.
350         * org-latex.el (org-export-latex-low-levels): Fix customization
351         type.
353         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
354         priority commands.
356         * org-agenda.el (org-agenda-priority): Disable priority commands.
358         * org.el (org-enable-priority-commands): New option.
360         * org-colview-xemacs.el (org-columns-compute)
361         (org-columns-number-to-string): Fix problems with empty fields.
363         * org-colview.el (org-columns-compute)
364         (org-columns-number-to-string): Fix problems with empty fields.
366         * org-exp.el (org-export-push-to-kill-ring): New function.
367         (org-export-copy-to-kill-ring): New option.
369         * org-latex.el (org-export-as-latex): Call
370         `org-export-push-to-kill-ring'.
372         * org-html.el (org-export-as-html): Call
373         `org-export-push-to-kill-ring'.
375         * org-docbook.el (org-export-as-docbook): Call
376         `org-export-push-to-kill-ring'.
378         * org-ascii.el (org-export-as-ascii): Call
379         `org-export-push-to-kill-ring'.
381         * org-exp.el (org-export-show-temporary-export-buffer): New
382         option. 
384         * org-latex.el (org-export-as-latex): Use
385         `org-export-show-temporary-export-buffer'.
387         * org-html.el (org-export-as-html): Use
388         `org-export-show-temporary-export-buffer'.
390         * org-docbook.el (org-export-as-docbook): Use
391         `org-export-show-temporary-export-buffer'.
393         * org-ascii.el (org-export-as-ascii-to-buffer): Use
394         `org-export-show-temporary-export-buffer'.
396         * org-exp.el (org-export-show-temporary-export-buffer): New
397         option.
398         (org-export-push-to-kill-ring): New function.
400         * org-colview.el (org-columns-compile-map): New variable.
401         (org-columns-new, org-columns-compute)
402         (org-columns-number-to-string, org-columns-uncompile-format)
403         (org-columns-compile-format): Implement new operators.
405 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
407         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
409         * org-html.el (org-export-html-xml-declaration): New option.
410         (org-export-as-html): Use `org-export-html-xml-declaration'.
412         * org-list.el (org-update-checkbox-count): Make property
413         dependent.
415         * org.el (org-hierarchical-todo-statistics): New option.
416         (org-update-parent-todo-statistics): Modified to handle recursive
417         statistics.
419 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-publish.el (org-publish): Make this function behave
422         correctly in interactive use when called with a prefix argument.
424         * org.el (org-todo-statistics-hook): New hook.
425         (org-update-parent-todo-statistics): Use new hook.
426         (org-log-into-drawer): New function.
427         (org-add-log-setup): Use the new `org-log-into-drawer' function to
428         determine if we should be logging into a drawer.
429         (org-log-into-drawer): Update docstring.
430         (org-default-properties): Add LOG_INTO_DRAWER as a property.
432         * org-list.el (org-checkbox-statistics-hook): New hook.
433         (org-update-checkbox-count-maybe): Use new hook.
435         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
436         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
437         to kill ring.
439 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
441         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
442         a line.
444 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
447         better bufer-generating mechanism.
448         (org-edit-src-find-buffer): New function.
450         * org-icalendar.el (org-print-icalendar-entries): Don't check for
451         archive tag, this is already done by `org-agenda-skip'.
452         data while constructing lost of tags.
454 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
456         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
457         as argument separator in macros.
459         * org-html.el (org-export-as-html): Add xml declaration.
461 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
463         * org.el (org-after-sorting-entries-or-items-hook): New hook.
464         (org-sort-entries-or-items): Run the new hook.
465         (org-after-refile-insert-hook): New hook.
466         (org-refile): Run `org-after-refile-insert-hook'.
468         * org-agenda.el (org-agenda-get-progress): Never take time of day
469         from headline when displaying progress.
471         * org-latex.el (org-export-latex-complex-heading-re): New variable.
472         (org-export-as-latex): Force the correct regexp in the
473         preprocessor buffer.
474         (org-export-latex-set-initial-vars): Set
475         `org-export-latex-complex-heading-re'.
477         * org-agenda.el (org-agenda-start-with-log-mode): New option.
478         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
480 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
482         * org-latex.el (org-export-latex-tables-centered): New option.
483         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
485         * org-exp.el (org-export-as-org): New command.
486         (org-export-as-org): New command.
488         * org-publish.el (org-publish-org-to-org): New function.
490 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
492         * org.el (org-yank): Just call `org-yank-generic'.
493         (org-yank-generic): New function, containing the formaer
494         functionality of `org-yank'.
496         * org-latex.el (org-export-latex-not-done-keywords)
497         (org-export-latex-done-keywords): New variables.
498         (org-export-latex-todo-keyword-markup): New option.
499         (org-export-latex-set-initial-vars): Remember the TODO keywords.
500         (org-export-latex-keywords-maybe): Apply the TODO markup.
502 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
504         * org-exp.el (org-infile-export-plist): Add more default macros.
505         (org-export-preprocess-apply-macros): Process macro arguments.
507 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
510         `unblocked'.
511         (org-print-icalendar-entries): Respect the new value of
512         `org-icalendar-include-todo'.
514         * org.el (org-link-try-special-completion)
515         (org-file-complete-link): New functions.
516         (org-insert-link): Add special completion support for some link
517         types.
519         * org-bbdb.el (org-bbdb-complete-link): New function.
521 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
523         * org-list.el (org-update-checkbox-count): Allow recursive
524         statistics.
525         (org-hierarchical-checkbox-statistics): New option.
527         * org.el (org-cycle): Remove erraneous space character.
529         * org-icalendar.el (org-icalendar-timezone): Initialize from
530         environment.
532         * org-html.el (org-format-org-table-html): Specify the scope.
533         (org-format-table-table-html): Specify the scope.
534         (org-export-table-header-tags): Prepare the scope parameter.
536 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-html.el
539         (org-export-html-table-use-header-tags-for-first-column): New
540         option.
542         * org.el (org-autoload): Fix autoloading of ascii export
543         functions.
544         (org-modules): Add org-special-blocks.
546 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
548         * org-icalendar.el (org-start-icalendar-file): Use the new option.
549         (org-ical-timezone): New option.
551         * org-exp.el (org-export-get-coderef-format): Use the description
552         is present.
554         * org.el (org-sort-entries-or-items): Improve docstring, and make
555         better implementation for time sorting.
557 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
559         * org.el (org-edit-src-persistent-message): New option.
560         (org-edit-src-code, org-edit-fixed-width-region): Use the new
561         option.
563         * org-clock.el (org-clock-insert-selection-line): Fix prefious
564         patch.
566         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
567         separate buffer instead of indirect buffer to edit source code.
568         (org-edit-src-exit): Make this function work with the new setup.
570         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
571         are properly fontified before shown in the selection menu.
573         * org.el (org-fontify-like-in-org-mode): New function.
575         * org-latex.el (org-export-latex-links): Use the property list to
576         retrieve the default image attributes.
578         * org-exp.el (org-export-plist-vars): Add a new option.
580 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
582         * org-exp.el (org-export, org-export-visible): Support ASCII
583         export to buffer
584         (org-export-normalize-links): Do not protect the description if it
585         is explicitly given.
587         * org-ascii.el (org-export-as-ascii-to-buffer)
588         (org-replace-region-by-ascii, org-export-region-as-ascii): New
589         commands.
590         (org-export-as-ascii): Add all the same parameters that are also
591         supported by the other export functions.
593         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
594         org-checklist.el.
595         (org-reset-checkbox-state-subtree): Call
596         `org-reset-checkbox-state-subtree'.
598         * org-remember.el (org-select-remember-template): For the
599         selection of a valid template.
601         * org-latex.el (org-export-region-as-latex): Supply the
602         force-no-subtree argument.
603         (org-export-as-latex): Provide better limits when exporting the
604         first line.  When exporting to string, we still want the first
605         lines.
606         (org-export-latex-first-lines): New argument END, to force the end
607         of the region.
608         (org-export-region-as-latex): Use the property list.
609         (org-export-as-latex):
611         * org-colview-xemacs.el (org-columns-remove-overlays)
612         (org-columns): Fix call to `local-variable-p'.
614 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
616         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
617         (org-export-as-html): Run the new hook.
619         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
620         (org-export-latex-preprocess): Run the new hook.
622         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
623         (org-export-preprocess-string): Run the new hook.
625 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-macs.el (org-check-external-command): New defsubst.
629         * org.el (org-mode-map): New key for reload.
630         (org-format-latex): Better error message when external programs
631         are not available.
633         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
635         * org.el (org-sort-entries-or-items): Explicit sorting function
636         for priorities, needed for XEmacs compatibility.
638         * org-remember.el (org-remember-apply-template): Improve auto-save
639         behavior.
641 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org-latex.el (org-export-latex-preprocess): Also protect
644         environments ending in a star.
646         * org-list.el (org-at-item-p): Fix regular expression.
648 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org.el (org-end-of-subtree): Improve speed.
652         * org-agenda.el (org-agenda-get-timestamps)
653         (org-agenda-get-progress, org-agenda-get-deadlines)
654         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
655         in particular, wait as long as possible to collect the tags.
656         (org-stuck-projects): Improve docstring.
658         * org.el (org-store-link): No errors when getting custom id before
659         first headline.
660         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
662 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
666         * org-protocol.el: Remove dependency on url.el.
667         (org-protocol-unhex-compound, org-protocol-open-source): Remove
668         dependency on url.el.
670         * org-latex.el (org-export-as-pdf): Use
671         `org-latex-to-pdf-process'.
673 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-latex.el (org-latex-to-pdf-process): New option.
677         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
678         New option.
679         (org-agenda-get-timestamps): Honor
680         `org-agenda-skip-additional-timestamps-same-entry'.
682         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
683         (org-clock-goto): Find recent task only if
684         `org-clock-goto-may-find-recent-task' allows it.
686         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
687         drawers, and drawers that are missing the :END: line.
689 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org-clock.el (org-clock-goto): Go to recently clocked task if no
692         clock is running.
694 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
696         * org.el (org-update-parent-todo-statistics): Check for
697         STATISTICS_FROM property.
699         * org-list.el (org-update-checkbox-count): Check for
700         STATISTICS_FROM property.
702         * org.el (org-tab-first-hook)
703         (org-tab-after-check-for-table-hook)
704         (org-tab-after-check-for-cycling-hook): New hooks.
705         (org-cycle-internal-global, org-cycle-internal-local): New
706         functions, split out from `org-cycle'.
707         (org-cycle): Call the new hooks.
709 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-exp.el (org-export-preprocess-string): Reset the list of
712         preferred targets for each run of the preprocessor.
714         * org.el (org-refile-target-verify-function): Improve
715         documentation.
716         (org-get-refile-targets): Respect point being moved by the
717         verification function.
719         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
720         option.
721         (org-export-latex-keywords): Use new option.
723         * org.el (org-rear-nonsticky-at): New defsubst.
724         (org-activate-plain-links, org-activate-angle-links)
725         (org-activate-footnote-links, org-activate-bracket-links)
726         (org-activate-dates, org-activate-target-links)
727         (org-activate-tags): Place the rear-nonsticky properties at the
728         correct location.
730 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
732         * org-protocol.el (server-edit): Declare `server-edit'.
733         (org-protocol-unhex-string, org-protocol-unhex-compound): New
734         functions.
735         (org-protocol-check-filename-for-protocol): Call `server-edit'.
737         * org.el (org-default-properties): New default properteis for
738         completion.
740         * org-exp.el (org-export-add-subtree-options): Add new properties
741         for subtree export.
743         * org-docbook.el (org-export-docbook-keywords-markup)
744         (org-export-docbook-timestamp-markup): New options.
745         (org-export-docbook-protect-tags): New function.
747 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-id.el (org-id-get-with-outline-path-completion): Turn off
750         org-refile-target-verify-function for the duration of the command.
752         * org.el (org-link-to-org-use-id): New possible value
753         `create-if-interactive-and-no-custom-id'.
754         (org-store-link): Use custom IDs.
755         (org-link-search): Find custom ID properties from #link.
756         (org-default-properties): Add CUSTOM_ID for property completion.
757         (org-refile-target-verify-function): New option.
758         (org-goto): Turn off org-refile-target-verify-function
759         for the duration of the command.
761 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
763         * org-html.el (org-export-as-html): Use custom IDs in the toc.
765         * org-exp.el (org-export-preferred-target-alist): New variable.
766         (org-export-define-heading-targets): Find the new CUSTOM_ID
767         property.
768         (org-export-target-internal-links): Target the custom ids when
769         possible.
771         * org-latex.el (org-export-latex-preprocess): Better regexp for
772         matching latex macros with arguments.
774 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org-remember.el (org-remember-handler): Allow filing to non-org
777         files.
779 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
781         * org-feed.el (org-feed-alist): New keyword options.
782         (org-feed-update): Use the new options.
783         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
784         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
785         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
786         functions.
788         * org-table.el (org-table-fix-formulas): Do not change references
789         to remote tables.
790         (org-table-get-remote-range): Convert standard coordinates to RC
791         format.
793         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
795 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
797         * org-compat.el (org-sha1-string): Function removed.
799         * org.el (org-refile-allow-creating-parent-nodes): New option.
800         (org-refile-get-location): New argument NEW-NODES.
801         (org-refile): Call `org-refile-get-location' with the new
802         argument.
803         (org-refile-get-location): Arrange for adding a new child.
804         (org-refile-new-child): New function.
806         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
807         an additional span element.
809         * org-clock.el: Fix a number of docstrings.
810         (org-clock-find-position): New argument
811         FIND-UNCLOSED to make the function find an unclosed clock in the
812         entry.
813         (org-clock-in): Call `org-clock-find-position' with the new
814         argument if we might be resuming a clock.
816 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
818         * org-latex.el (org-export-latex-display-custom-times): New variable.
819         (org-export-latex-timestamp-markup): New option.
820         (org-export-latex-set-initial-vars): Remember the local value of
821         `org-display-custom-times'.
822         (org-export-latex-content): Process time stamps.
823         (org-export-latex-time-stamps): New function.
825         * org-macs.el (org-maybe-intangible): Add intangible property
826         again to invisible text.
828 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org-exp.el (org-default-export-plist): Handle undefined
831         variables.
833 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
835         * org.el (org-sort-entries-or-items): Match TODO keywrds
836         case-sensitively, when sorting.
837         (org-priority): Do not match TODO keywords with wrong case.
839 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org-feed.el (org-feed-update): Bind the variable
842         `new-formatted'.
844         * org-html.el (org-export-as-html): Start paragraphs after literal
845         examples.
847         * org-docbook.el (org-export-as-docbook): Start paragraphs after
848         literal examples.
850 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org.el (org-todo): Honor the NOBLOCKING property.
854         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
855         NOBLOCKING property.
857         * org.el (org-scan-tags): Fix bug in tag scanner
859 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
861         * org.el (org-modules): Mark obsolete packages.
863         * org-html.el: New file, split out from org-exp.el.
865         * org-icalendar.el: New file, split out from org-exp.el.
867         * org-xoxo.el: New file, split out from org-exp.el.
869         * org-ascii.el: New file, split out from org-exp.el.
871 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org-compat.el (org-find-library-name): New function.
875         * org.el (org-pre-cycle-hook): New hook.
876         (org-cycle): Call the new hook in appropriate places.
877         (org-reload): Only reload files that have been loaded before.
879 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
881         * org.el (org-set-font-lock-defaults): Enforxe space or line end
882         after todo keyword.
883         (org-todo): When changing TODO state, do matching
884         case-sensitively.
885         (org-map-continue-from): New variable.
886         (org-scan-tags): Respect values in `org-map-continue-from'.
887         (org-reload): Make XEmacs compatible.
889 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-protocol.el (org-protocol-flatten-greedy): New function.
892         (org-protocol-flatten): New function.
894         * org.el (org-open-link-from-string): Pass reference buffer to
895         `org-open-at-point'.
896         (org-open-at-point): New optional argument `reference-buffer'.
898 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
900         * org.el (org-scan-tags): Make tag scan find headline in first
901         line, 2nd attempt.
902         (org-get-refile-targets): Add the naked file name.
903         (org-refile): Store as top-level entry when only file name was
904         given.
906         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
908         * org.el (org-block-todo-from-children-or-siblings-or-parent):
909         Renamed from org-block-todo-from-children-or-siblings, and
910         enhanced to look for the parent's status as well.
912         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
913         (org-agenda-get-progress): Add first notes line to log entry if so
914         desired.
916 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
919         (org-agenda-cleanup-fancy-diary): Call the new hook.
921         * org-remember.el (org-remember-apply-template): Take the default
922         for the annotation from the :annotation property.
924         * org-mac-message.el (org-mac-message-get-link): Remove the
925         quotes.
926         (org-mac-message-get-link): Return the result.
928 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
930         * org.el (org-refile-get-location): Add file name only if not
931         already included in outline path.
933         * org-faces.el (org-n-level-faces): Fix customization type from
934         number to integer.
936         * org-exp.el (org-export-headline-levels): Fix customization type
937         from number to integer.
939         * org-agenda.el (org-agenda-confirm-kill)
940         (org-agenda-custom-commands-local-options)
941         (org-timeline-show-empty-dates, org-agenda-ndays)
942         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
943         customization type from number to integer.
945 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
947         * org-protocol.el: Declare some functions.
949         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
950         postion before inserting modified headline.
952         * org-agenda.el (org-agenda-compare-effort): Honor
953         `org-sort-agenda-noeffort-is-high'.
954         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
955         (org-agenda-compare-effort): Implement the "?" operator for
956         finding entries without effort setting.
958         * org.el (org-extract-attributes-from-string): New function.
960         * org-exp.el (org-export-splice-attributes): New function.
962 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org-mouse.el: XEmacs compatibility fixes
966         * org-docbook.el (org-export-as-docbook): Process footnotes like
967         normal text.
969         * org.el (org-modules): Add org-inlinetasks.el
970         (org-cycle): Implement limiting level on cycling.
971         (org-move-subtree-down): Fix bug with swapping subtrees at end of
972         buffer.
974         * org-inlinetask.el: New file.
976         * org.el (org-emphasis-regexp-components): Allow braces in
977         emphasis pre and post match.
979         * org-footnote.el (org-footnote-normalize): When only dorting, do
980         not insert inline notes at the end.
982         * org-docbook.el (org-id-find-id-file): Add function declaration.
984         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
986         * org-docbook.el: New file.
988 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
990         * org.el (org-reftex-citation): New command.
992 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
994         * org-agenda.el (org-agenda-cmp-user-defined): New option.
995         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
996         sorting options.
997         (org-entries-lessp): Apply the new sorting option.
999         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1000         blocker code, when an older sibling has children.
1002         * org-mac-message.el (org-mac-message-get-link): Improve getting
1003         links from multiple selected messages.
1005 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org-remember.el (org-remember-finalize): Do not set buffer file
1008         name to nil.
1009         (org-remember-handler): Mark buffer as unmodified.
1010         (org-remember-handler): Delete backup file and show message about
1011         remaining backup files.
1012         (org-remember-auto-remove-backup-files): New option.
1014         * org.el (org-store-link): Use buffer name as link description in
1015         w3-mode buffers.
1016         (org-ido-switchb): Fix argument bug for completion.
1018         * org-remember.el (org-remember-apply-template): Set local
1019         variable `auto-save-visited-file-name' instead of global one.
1021 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1023         * org-feed.el: Re-write.
1025         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1026         (org-agenda-get-todos): Mark file tags as inherited.
1027         (org-agenda-list): Always search diary lines for a time.
1029 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org-feed.el (org-feed-assume-stable): New option.
1032         (org-feed-before-adding-hook): New hook.
1034         * org-exp.el (org-export-as-html): Close local lists depending on
1035         indentation, also when starting a table.
1037         * org-remember.el (org-remember-backup-directory)
1038         (org-remember-backup-name): New internal variable.
1040 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1042         * org-clock.el (org-clock-out-if-current): Make buffer detection
1043         work in indirect buffers as well.
1045         * org.el (org-emphasis-regexp-components): Add the exxclamation
1046         mark to the post-emphasis characters.
1048 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1051         (org-read-date): Run the new hook.
1053         * org-mac-message.el (org-mac-flagged-mail): New group.
1054         (org-mac-mail-account): New variable.
1055         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1056         commands.
1058         * org-remember.el (org-remember-backup-directory): New variable.
1059         (org-remember-apply-template): Write file to backup directory.
1061 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1063         * org-mouse.el (org-mouse-todo-menu): New function.
1064         (org-mouse-todo-keywords): Function removed.
1065         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1067         * org-table.el (org-table-beginning-of-field)
1068         (org-table-end-of-field): New commands
1069         (org-table-previous-field, org-table-beginning-of-field): Better
1070         error messages.
1071         (orgtbl-setup): Include `M-a' and `M-e'.
1073         * org.el (org-backward-sentence, org-forward-sentence): New
1074         commands.
1076         * org-colview.el (org-colview-initial-truncate-line-value): New
1077         variable.
1078         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1079         (org-columns): Remember the value of `truncate-lines'.
1081         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1082         New variable.
1083         (org-columns-remove-overlays): Restore the value of
1084         `truncate-lines'.
1085         (org-columns): Remember the value of `truncate-lines'.
1087         * org.el (org-columns-skip-arrchived-trees): New option.
1089         * org-agenda.el (org-agenda-export-html-style): Define color for
1090         org-agenda-done face.
1091         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1092         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1094         * org.el (org-scan-tags): Use the new face.
1096         * org-faces.el (org-agenda-done): New face.
1098         * org.el (org-scan-tags): Test the value org
1099         `org-tags-match-list-sublevels'.
1100         (org-tags-match-list-sublevels): New allowed value: indented.
1102         * org-export-latex.el (org-export-latex-make-header): Apply macros
1103         in header.
1105         * org-exp.el (org-export-apply-macros-in-string): New function.
1107         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1108         with the definition of a checked box.
1110         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1112         * org-export-latex.el (org-export-latex-low-levels): More options
1113         for how to process lower levels in LaTeX.
1114         (org-export-latex-subcontent): Better treatment for lists as a
1115         means of publishing lower levels.
1117 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1119         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1121         * org-faces.el (org-checkbox): New face.
1123         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1124         fragement images if there is an export file.
1126 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-agenda.el (org-stuck-projects): Document that the subtree of
1129         projects that are not stuck will now be searched for stuck
1130         sub-projects.
1131         (org-agenda-skip-entry-when-regexp-matches)
1132         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1133         (org-agenda-list-stuck-projects): Use
1134         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1136         * org-export-latex.el (org-export-latex-preprocess): Improve
1137         export of verses.
1139         * org-exp.el (org-export-as-html): Implement centering as a div
1140         rather than a paragraph.  Do a better job with line-end in verse
1141         environments.
1143 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1145         * org.el (org-open-at-point): Fix tags searches by mouse click.
1147 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-export-latex.el (org-export-latex-preprocess): Implement the
1150         centering markup.
1152         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1153         from `org-export-mark-blockquote-and-verse'.
1154         (org-export-as-html): Implement the centering markup.
1156         * org-export-latex.el (org-export-latex-tables): Fix vertical
1157         lines in tables.
1159 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1161         * org.el (org-read-date-history): New variable.
1162         (org-read-date): Use new history variable.
1163         (org-toggle-heading): Fix bug when used before first headline.
1164         (org-store-log-note): Remove drawer if empty while note is
1165         aborted.
1166         (org-remove-empty-drawer-at): New function.
1167         (org-check-after-date): New command.
1168         (org-sparse-tree): New sparse tree command "a".
1170         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1172 2009-03-14  Bastien Guerry  <bzg@altern.org>
1174         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1175         column and a space, not only a column.
1177 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1179         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1180         defaults for verbose emphasis.
1181         (org-export-latex-emph-format): New function.
1182         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1184         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1185         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1186         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1187         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1188         commands.
1190         * org.el (org-timestamp-change): Move end-time along with start
1191         time.
1193 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1195         * org-exp.el (org-export-target-internal-links)
1196         (org-export-as-html): Protect links specified as #name.
1198 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1200         * org.el (org-clone-subtree-with-time-shift): New command.
1202         * org-export-latex.el (org-export-latex-special-chars)
1203         (org-export-latex-treat-sub-super-char): Fix subscript export.
1205         * org-exp.el (org-create-multibrace-regexp): Do not add
1206         backslashes to the class.
1208 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1210         * org-colview.el (org-columns-map): Better functions for moving up
1211         and down a row, even if `truncate-line' is nil.
1213         * org.el (org-insert-todo-heading): Make sure the keyword is
1214         inserted at the correct position.
1216         * org-publish.el (org-publish-project-alist)
1217         (org-publish-projects, org-publish-org-index): Change default anme
1218         for the index of file names to "sitemap.org".
1220         * org-export-latex.el (org-export-latex-tables): Use
1221         `org-split-string', for Emacs 21 compatibility.
1223 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1225         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1227 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1229         * org-exp.el (org-export-page-description)
1230         (org-export-page-keywords): New variables.
1231         (org-export-plist-vars): Add entries for :keywords and
1232         :description.
1233         (org-infile-export-plist): Parse for new keywords.
1234         (org-get-current-options): Add new keywords
1235         (org-export-as-html): Publish description and keywords.
1237         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1238         option.
1239         (org-agenda-add-entry-text): Honor
1240         `org-agenda-add-entry-text-descriptive-links'.
1242         * org-export-latex.el (org-export-latex-preprocess): Make all
1243         external preprocess functions use a PARAMETER arg.
1245         * org-exp.el (org-export-preprocess-string)
1246         (org-export-select-backend-specific-text)
1247         (org-export-format-source-code-or-example)
1248         (org-format-org-table-html): Support docbook export.
1249         (org-export-preprocess-string): Make all external preprocess
1250         functions use a PARAMETER arg.
1252 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-exp.el (org-export-html-style-include-scripts): New option.
1255         (org-export-plist-vars): Add new option
1256         `org-export-html-style-include-scripts'.
1257         (org-export-as-html): Honor new option
1258         `org-export-html-style-include-scripts'.
1259         (org-export-html-scripts, org-export-html-style-default): Fix
1260         xml issues with the Safari browser.
1262 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1264         * org-publish.el (org-publish-attachment): Only copy file when the
1265         directories differ.
1267 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1270         for clocktable steps.
1272         * org.el (org-additional-option-like-keywords): Add two more
1273         keywords.
1275 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1277         * org-exp.el (org-export-format-source-code-or-example): Mark
1278         temporary buffer unmodified, so that it will be killed even if
1279         mode like message mode has decided to assign a file name.
1281         * org.el (org-scan-tags): Improve tag inheritance.
1282         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1283         case-sensitive.
1284         (org-scan-tags): Use the internal tags list instead of creating it
1285         from scratch.
1286         (org-trust-scanner-tags, org-scanner-tags): New variables.
1287         (org-scan-tags): Set `org-scanner-tags'.
1288         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1289         (org-map-entries): Document the possible speedup using scanner
1290         tags.
1292 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1294         * org.el (org-add-planning-info): Fix bug with looking for keyword
1295         only at column 0.
1297         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1298         option for tags filter preset.
1299         (org-prepare-agenda): Store filter preset as a property on the
1300         filter variable.
1301         (org-finalize-agenda): Call the filter, if there is a preset.
1302         (org-agenda-filter-by-tag): Filter again after clearing the
1303         filter, when there still is a preset.
1304         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1305         Include the preset filter.
1306         (org-agenda-redo): Apply the filter again, also the preset filter.
1308         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1310         * org.el (org-uuidgen-p): New funtion.
1312         * org-agenda.el (org-agenda-fontify-priorities): New default value
1313         `cookies'.
1314         (org-agenda-fontify-priorities): Renamed from
1315         org-fontify-priorities.
1317         * org.el (org-set-font-lock-defaults): Call
1318         `org-font-lock-add-priority-faces'.
1319         (org-font-lock-add-priority-faces): New function.
1321         * org-faces.el: (org-set-tag-faces): New option.
1322         (org-priority-faces): New variable.
1324         * org-exp.el (org-export-as-html): Add a "content" div around the
1325         entire content of the body tag.
1326         (org-export-html-get-bibliography): New function.
1327         (org-export-html-validation-link): New variable.
1328         (org-export-as-html): Add validation link to exported page.
1330         * org.el (org-match-sparse-tree): Renamed from
1331         `org-tags-sparse-tree'.
1332         (org-tags-sparse-tree): New alias.
1334 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1336         * org.el (org-get-valid-level): Catch the case where the level
1337         change is nil.
1339         * org-clock.el (org-clock-find-position): Better indentation of
1340         new clock drawers.
1342 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org-agenda.el (org-agenda-quit): Delete window only when the
1345         frame-setup was not `current-window'.
1347         * org.el (org-tag-persistent-alist): New option.
1348         (org-startup-options): Add keyword `noptag'.
1349         (org-fast-todo-selection): Handle :newline correctly.
1350         (org-set-tags): Handle :newline correctly.
1351         (org-fast-tag-selection): Handle :newline correctly.
1353 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1355         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1356         outputting it.
1357         (org-export-ascii-push-links): Fix bug with pussing links into the
1358         export buffer.
1360 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1362         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1363         pasting at top level.
1365         * org-bbdb.el: Improve documentation.
1367 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1369         * org-list.el (org-insert-item): Only consider insert empty lines
1370         is `org-empty-line-terminates-plain-lists' is not nil.
1372         * org.el (org-blank-before-new-entry): Mention the dependence on
1373         `org-empty-line-terminates-plain-lists' in the docstring.
1375         * org-publish.el (org-publish-get-project-from-filename): New
1376         optional argument UP.  Only find the top project if UP is set.
1377         (org-publish-current-project): Find the top encloding project.
1379         * org-agenda.el (org-agenda-before-write-hook)
1380         (org-agenda-add-entry-text-maxlines): New options.
1381         (org-write-agenda): Run the new hook in the temporary buffer.
1382         (org-agenda-add-entry-text): New function.
1383         (org-write-agenda): Implement PDF export, using ps2pdf.
1385         * org.el (org-global-properties-fixed, org-global-properties):
1386         Improve documentation string.
1388         * org-exp.el (org-export-ascii-links-to-notes): New option.
1389         (org-export-as-ascii): Handle links better.
1390         (org-export-ascii-wrap, org-export-ascii-push-links): New
1391         functions.
1393 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1395         * org-agenda.el (org-agenda): Make prefix arg optional.
1396         (org-agenda-search-headline-for-time): New option.
1397         (org-format-agenda-item): Honor
1398         `org-agenda-search-headline-for-time'.
1400         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1401         characters.
1403         * org.el (org-self-insert-cluster-for-undo): New option.
1404         (org-self-insert-command): Cluster undo for 20 characters.
1405         (org-self-insert-command-undo-counter): New variable.
1407 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1409         * org-exp.el (org-export-as-html): Fix problem with closing colone
1410         example.
1412 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1414         * org-export-latex.el (org-export-as-latex)
1415         (org-export-latex-first-lines): Avoid modification flag when
1416         adding or removing text properties.
1417         (org-export-latex-fontify): Catch error when org-emph-alist has
1418         entries that are not defined for LaTeX export.
1420         * org.el (orgstruct++-mode): New function.
1421         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1422         (org-context-p): Allow detecting item context after the first line
1423         of an item.
1424         (orgstruct-make-binding): Detect if item-body context should be
1425         seen.
1426         (orgstruct-is-++): New variable.
1427         (org-add-planning-info): Catch the case when there is no planning
1428         info yet and the call does not want to add anything, only maybe
1429         tries to remove something.
1430         (org-special-ctrl-a/e): All value to be a cons cell with separate
1431         settings for `C-a. and `C-e'.
1432         (org-beginning-of-line, org-end-of-line): Honor separate values
1433         for `C-a' and `C-e'.
1435 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1437         * org.el (org-reload): New command.
1439 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1441         * org-exp.el (org-export-htm-get-tag-class-name)
1442         (org-export-htm-get-todo-kwd-class-name): New functions.
1443         (org-export-html-tag-class-prefix)
1444         (org-export-html-todo-kwd-class-prefix): New options.
1445         (org-export-as-html): Call
1446         `org-export-html-get-todo-kwd-class-name'.
1447         (org-html-level-start): Wrap tags into classes.
1448         (org-export-html-get-tag-class-name)
1449         (org-export-html-get-todo-kwd-class-name): New functions.
1451         * org-export-latex.el (org-export-latex-collect-header-macros):
1452         Remove fields that are used anyway.
1453         (org-export-latex-make-header): Insert the options earlier.
1455         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1456         matching.
1458         * org-list.el (org-indent-item): Allow point to be at the end of
1459         the region.
1461         * org.el (org-metaleft, org-metaright): Be more accurate about
1462         detecting a region where commands apply.
1464         * org-compat.el (org-cursor-to-region-beginning): New function.
1466         * org.el (org-priority): Also find invisible heading.
1468         * org-colview-xemacs.el (org-columns-edit-value): No special
1469         treatment for `org-todo' prefix.
1471         * org-colview.el (org-columns-edit-value): No special treatment
1472         for `org-todo' prefix.
1474         * org-remember.el (org-remember-apply-template): Use
1475         `org-completing-read-no-ido'.
1477         * org.el (org-completing-read-no-ido): New function.
1478         (org-make-tags-matcher, org-set-property): Use
1479         `org-completing-read-no-ido'.
1481         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1482         New option.
1483         (org-export-as-latex): Import in-buffer settings as TeX macros.
1484         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1485         (org-export-latex-collect-header-macros): New function.
1487         * org.el (org-refile-get-location): Turn off
1488         `partial-completion-mode'.
1490 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1492         * org.el (org-block-todo-from-checkboxes): Announce that
1493         checkboxes are the culprit.
1494         (org-block-todo-from-children-or-siblings): Call
1495         `org-up-heading-all instead' of `outline-up-heading'.
1497         * org-agenda.el (org-agenda-show-1): Renamed from
1498         `org-agenda-show'.
1499         (org-agenda-show): Re-install the old version for now.
1500         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1501         variable into the blokker hook, so that the checkbox checker can
1502         anounce that it caused the blocking.
1504         * org.el (org-track-ordered-property-with-tag): New option.
1505         (org-toggle-ordered-property): Honor
1506         `org-track-ordered-property-with-tag'.
1507         (org-tag-alist): Add newline options.
1508         (org-set-regexps-and-options): Separate option lines imply a
1509         newline.
1510         (org-set-regexps-and-options, org-assign-fast-keys)
1511         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1512         option.
1513         (org-indent-line-function): Make sure this works even if there is
1514         not `org-drawer-regexp' defined.  This can happen when
1515         orgstruct-mode is used in a non-org buffer.
1517         * org-list.el (org-checkbox-blocked-p): New function.
1518         (org-toggle-checkbox): Check for blocking.
1520         * org.el (org-modules): Add an entry for org-R.el.
1522         * org-agenda.el (org-agenda-todo-ignore-with-date)
1523         (org-agenda-todo-ignore-scheduled)
1524         (org-agenda-todo-ignore-deadlines): Mention the variable
1525         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1527         * org.el (org-get-wdays): Find the warning period also if it is in
1528         the wrong place.
1529         (org-ido-completing-read): Provide the correct arguments to
1530         ido-completing-read and bind `ido-enter-matching-directory' to
1531         nil.
1533 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org.el (org-olpath-completing-read): Never use ido for this
1536         one.
1538         * org-exp.el (org-export-normalize-links): Use new macro.
1540         * org-macs.el (org-if-unprotected-at): New macro.
1542         * org-agenda.el (org-agenda-show): Allow numerical prefix
1543         arguments to specify how much context should be shown.
1544         (org-agenda-cycle-show): New command, could be bound to SPC in
1545         org-agenda-mode-map.
1547         * org-exp.el (org-html-level-start): Space after section number.
1549 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1551         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1552         property, for sorting.
1553         (org-cmp-todo-state): Get the applicable TODO keywords directly
1554         from the buffer.
1555         (org-run-agenda-series, org-agenda-list, org-search-view)
1556         (org-todo-list, org-tags-view): Only fit agenda window when the
1557         whole series is done.
1559         * org.el (org-scan-tags): Add todo state as property, for sorting.
1561         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1562         `org-agenda-overriding-header' as an option.
1563         (org-agenda-list): Honor org-agenda-overriding-header'.
1565 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1567         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1568         after removing a checkbox.
1570         * org.el (org-show-entry): Make this work correctly also if it is
1571         the last entry in the file.
1572         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1573         falling back to normal, default command.
1574         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1575         item, call the checkbox toggler to get a box.
1577         * org-list.el (org-toggle-checkbox): Make double prefix set the
1578         checkbox to "[-]".
1579         (org-fix-bullet-type): Only replace bullet it it is changed.
1580         (org-renumber-ordered-list): Handle case when first item does not
1581         have a number.
1583         * org.el (org-add-log-setup): Fix positioning when
1584         `org-log-states-order-reversed' is nil.
1586         * org-clock.el (org-clock-in): Fix positioning when
1587         `org-log-states-order-reversed' is nil.
1588         (org-clock-find-position): Fix positioning when
1589         `org-log-states-order-reversed' is nil.
1591 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1593         * org-clock.el (org-clock-into-drawer): Take default from
1594         `org-log-into-drawer'.
1595         (org-clock-find-position): Look for the correct drawer.
1597         * org.el (org-log-into-drawer): Renamed from
1598         `org-log-state-notes-into-drawer'.
1599         (org-log-state-notes-into-drawer): New variable alias.
1600         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1601         CLOCK.
1602         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1604 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org-agenda.el (org-agenda): Fix docstring.
1608         * org.el ("org-plot"): Help loading org-plot.
1609         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1610         (org-metadown-hook, org-shiftmetaleft-hook)
1611         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1612         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1613         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1614         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1615         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1617         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1618         for selecting files with any (and even without) extension.
1620         * org.el (org-save-all-org-buffers): Also save id locations.
1621         (org-revert-all-org-buffers): Also load id locations.
1623 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1624         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1625         (org-log-state-notes-into-drawer): New option.
1626         (org-add-log-setup): Place the sate note marker into the drawer,
1627         create drawer when necessary.
1628         (org-refile-targets): Document special interpretation of LEVEL
1629         when odd-levels are used.
1631 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1633         * org.el (org-store-log-note): Fix note indentation when adding
1634         notes to end of list.
1636         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1637         class, so that each keyword can get special colors through CSS.
1639         * org-clock.el (org-clock-out): Add another nil for the previous
1640         state into the call to `org-add-log-setup'.
1642         * org.el (org-log-note-previous-state): New variable.
1643         (org-log-note-headings): New %S escape for old state.
1644         (org-todo): Call the note setup with the old state as an
1645         argument.
1646         (org-add-note): Add another nil for the previous state into the
1647         call to `org-add-log-setup'.
1648         (org-add-log-setup): New argument PREV-STATE.
1649         (org-add-log-note): Handle new %S escape.
1650         (org-store-log-note): Handle new %S escape.
1652 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1654         * org-clock.el (org-clock-find-position): Do not swallow an item
1655         less indented than the CLOCK line itself.
1656         (org-clock-in): Push markers to lin after the clock line.
1657         (org-clock-find-position): Handle values of
1658         `org-clock-into-drawer' smaller than 2.
1660         * org-exp.el (org-html-level-start): Add a CSS class to section
1661         numbers.
1662         (org-export-html-toplevel-hlevel): Better documentation of the
1663         influence of this variables on H levels and css classes in
1664         export.
1666 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1668         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1669         timestamp and nottimestamp to the chooe menu.
1671         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1672         (org-revert-all-org-buffers): New command.
1674 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1676         * org.el (org-return): Implement `org-return-follows-link' in the
1677         function org-return.  This is more robust than using the mouse
1678         map, I think.
1679         (org-set-regexps-and-options): Match more general #+TODO lines.
1680         (org-make-options-regexp): New optional argument EXTRA, for an
1681         extra regexp.
1682         (org-tab-follows-link): Mark as deprecated.
1684 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org-exp.el (org-export-preprocess-string): Remove clock lines
1687         earlier, so that they cannot cotribute to verbatim snippets.
1689 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1691         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1692         for finding drawers.
1693         (org-export-as-ascii, org-export-as-html): Count levels relative
1694         to the subtree header.
1695         (org-get-min-level): New optional argument OFFSET.
1696         (org-export): Make sure point is restored after popping up that
1697         window.
1699         * org.el (org-do-sort): Also take an inactive timestamp if no
1700         active one is found.
1702         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1703         deleting duplicates.
1705         * org-colview.el (org-columns-capture-view): Copy before
1706         deleting duplicates.
1708         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1709         text before first headline.
1711         * org.el (org-format-latex): Do not convert LaTeX fragments in
1712         protected examples.
1714 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1716         * org-exp.el (org-export-html-style-default): Use color values
1717         instead of names for XHTML validation.
1719         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1720         functions.
1721         (org-return-follows-link): Revert making this the default untile
1722         issues are resolved.
1724         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1725         nottimestamp.
1727 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1729         * org.el (org-mode): Make dependence stuff work more reliably.
1730         (org-update-parent-todo-statistics): Fix bug with updating
1731         statistics cookie.
1733         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1734         ~ as verbatim delimiters.
1736         * org-exp.el (org-export-html-format-image): New argument
1737         PAR-OPEN.
1738         (org-export-as-html): Pass par-open to
1739         `org-export-html-format-image'.
1741 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1743         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1744         (org-use-fast-todo-selection, org-tags-column): New default
1745         setting for variables, based on a poll what typical uses use.
1747         * org-agenda.el (org-agenda-sorting-strategy)
1748         (org-agenda-tags-column): New default setting for variables, based
1749         on a poll what typical uses use.
1751 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1753         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1754         blocked entries from setting the blocked tag.
1756         * org-exp.el (org-export-html-footnotes-section): Use a more
1757         consistent id for footnotes.
1759         * org-export-latex.el (org-export-latex-classes): Remove the
1760         a4paper option from the default styles.
1762 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1764         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1765         (org-block-todo-from-checkboxes): New function.
1766         (org-todo): Make tripple prefix arg circumvent blocking.
1768         * org-timer.el (org-timer): Provide the timer feature.
1770         * org.el (org-require-autoloaded-modules): Add a few more files to
1771         the list of autoloaded modules.
1773         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1775 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1777         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1778         drawers that are unprotected.
1779         (org-export-html-format-image): Make sure inlined LaTeX fragment
1780         images remain inlined.
1782         * org.el (org-toggle-ordered-property): New function.
1783         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1784         (org-org-menu): Add menu entries for TODO dependencies.
1786 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1788         * org.el (org-default-properties): Add ORDERED to the default
1789         properties, to get completion support for it.
1791         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1793         * org.el (org-update-parent-todo-statistics): Update more than one
1794         cookie.
1796         * org-agenda.el (org-agenda-get-todos): Start search from correct
1797         position.
1799         * org.el (org-fast-todo-selection): Make sure TODO selection does
1800         not change buffer position.
1802         * org-list.el (org-toggle-checkbox): Implement adding or removing
1803         checkboxes from line or region when called with a prefix
1804         argument.
1806         * org-rmail.el (org-rmail-store-link): Protect the call to
1807         `rmail-narrow-to-non-pruned-header'.
1809         * org-clock.el (org-clock-special-range): Fix week display in
1810         clock tables.
1812         * org-exp.el (org-get-current-options): Fix bug when in indirect
1813         buffer.
1815 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1817         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1818         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1819         (org-agenda-dim-blocked-tasks): New function.
1821         * org.el (org-enforce-todo-dependencies): New option.
1822         (org-block-todo-from-children-or-siblings): New function.
1824         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1826         * org.el (org-todo): Return correct state type even if the blocker
1827         throws an error.
1828         (org-modifier-cursor-error): Renamed from
1829         `org-shiftcursor-error'.
1830         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1831         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1833         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1834         to get real errors from the blocker hook.
1836         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1837         functions.
1838         (org-set-visibility-according-to-property): Turn off the setting
1839         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1840         property.
1842 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1844         * org.el (org-support-shift-select): New option.
1845         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1846         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1847         selection outside contexts.
1849         * org-list.el (org-at-item-bullet-p): New function.
1851         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1852         variables.
1854         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1855         variable.
1856         (org-insert-footnote-reference-near-definition): Remove
1857         unnecessary let form.
1859         * org-export-latex.el (org-export-latex-first-lines): Add
1860         OPT-PLIST parameter.
1861         (org-export-as-latex): Call `org-export-latex-first-lines' with
1862         opt-plits parameter.
1863         (org-export-latex-preprocess): Remove unnecessary variables.
1865         * org-exp.el (org-infile-export-plist)
1866         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1867         (org-export-remove-headline-metadata)
1868         (org-export-get-title-from-subtree, org-get-min-level)
1869         (org-html-do-expand): Remove innecessary let form.
1871         * org-colview-xemacs.el (org-columns-display-here): Remove
1872         unnecessary variables.
1874         * org-colview.el (org-columns-display-here): Remove unnecessary
1875         variables.
1877         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1878         variables.
1880         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1881         unnecessary variables.
1883         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1884         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1885         variables.
1887         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1888         (org-compact-display-after-subtree-move): Remove unnecessary
1889         variables.
1890         (org-edit-fixed-width-region): Remove unnecessary variables.
1891         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1892         (org-olpath-completing-read): Remove unnecessary variable.
1893         (org-auto-repeat-maybe): Remove unnecessary variable.
1894         (org-map-entries): Remove unnecessary variable.
1895         (org-buffer-property-keys, org-imenu-get-tree)
1896         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1898 -----------------------------------------------------------------
1900 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1901         * org-exp.el (org-export-remove-timestamps): Never remove
1902         timestamps from tables.
1904         * org-export-latex.el (org-export-latex-first-lines): Add more
1905         options to the preprocessing of the text before the first
1906         headline.
1908 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1910         * org-faces.el (org-clock-overlay): Make face compatible with
1911         XEmacs.
1913         * org.el (org-yank): Add property for delete-selection mode.
1915         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1917         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1918         variable.
1920         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1921         to `backward-char'.
1923         * org-exp.el (org-export-as-html): Remove the initial space from
1924         colon examples.
1926         * org.el (org-scan-tags): Call
1927         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1929         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1930         customization groups.
1931         (org-agenda-tags-todo-honor-ignore-options): New option.
1932         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1933         New function.
1934         (org-agenda-get-todos): Use
1935         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1937 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1939         * org-exp.el (org-export-format-source-code-or-example): Escape
1940         HTML characters also in examples that anre not treated with
1941         htmlize.  Also, just switch to EXAMPLE processing if we do not
1942         have a good version of htmlize.
1944         * org-rmail.el: Fix copyright notice.
1946         * org.el (org-activate-footnote-links): Improve footnote link
1947         highlighting.
1949         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1950         a footnote definition at the end of the file.
1952         * org-table.el (org-table-get-specials): Add an imagined hline at
1953         the end of the table.  This can be useful for references that want
1954         to go to the end of the table.  Also fix bug when computing last
1955         row constants, in tables that do not start right at the right
1956         margin.
1957         (org-table-eval-formula): Match and replace remove references.
1958         (org-table-formula-substitute-names): Make sure that names inside
1959         a "remote" call are left alone, the will be replaced later when
1960         the remote call is handled.
1961         (org-table-convert-refs-to-rc): Do not convert things that might
1962         look like a reference, but are really part of an ID or namei n a
1963         remote reference.
1964         (org-table-get-remote-range): New function.
1966 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1968         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1970         * org-clock.el (org-clock-put-overlay): Use new face instead of
1971         `secondary-selection'.
1973         * org-faces.el (org-clock-overlay): New face.
1975 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1977         * org-exp.el (org-get-current-options): Include the option for
1978         publishing time stamps.
1980         * org.el (org-toggle-heading): Renamed from
1981         `org-toggel-region-headings'.
1982         No longer needs a region defined, but will use it if there is one.
1983         (org-ctrl-c-star): Simplified, relying more on the internal
1984         workings of `org-toggle-heading'.
1985         (org-toggle-item): Renamed from `org-toggle-region-items'.
1986         No longer needs a region defined, but will use it if there is one.
1987         (org-ctrl-c-minus): Simplified, relying more on the inernal
1988         workings of `org-toggle-item'.
1990         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1991         environment detection.  Also, do real changes only in unprotected
1992         places.
1994 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1996         * org-export-latex.el (org-export-latex-quotation-marks): Use
1997         `org-if-unprotected-1'.
1998         (org-export-latex-set-initial-vars): Check for class definition in
1999         property.
2001         * org-macs.el (org-if-unprotected-1): New macro.
2003 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2005         * org-compat.el (org-count-lines): New function.
2007         * org-exp.el (org-export-format-source-code-or-example): Handle
2008         switches related to text areas.
2010         * org.el (org-activate-footnote-links): Don't allow match inside a
2011         link.
2013         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2015         * org-export-latex.el (org-export-latex-links): Keep a relative
2016         path relative also after export.
2018         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2020         * org.el (org-make-tags-matcher): Never use IDO for completing the
2021         tags matcher match string.
2022         (org-completing-read): Also remove the special biding for "?".
2024         * org-attach.el (org-attach-allow-inheritance): New option.
2025         (org-attach-inherited): New variable.
2026         (org-attach-dir): Handle properties related to the attachment
2027         directory.
2028         (org-attach-check-absolute-path): New function.
2029         (org-attach-set-directory, org-attach-set-inherit): New commands.
2030         (org-attach): Accommodate the new commands in the dispatcher.
2032 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2034         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2035         `window-full-width-p'.
2037         * org-exp.el (org-export-as-html): Only check for images files
2038         that really can be inlined
2040         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2041         list of extensions to be a parameter.
2043         * org-exp.el (org-export-html-inline-image-extensions): New
2044         variable.
2046         * org-agenda.el (org-prepare-agenda): Use
2047         `org-agenda-block-separator'.
2048         (org-agenda-block-separator): New option.
2050 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2052         * org-export-latex.el (org-export-latex-tables): Call
2053         `org-table-clean-before-export' with the new optional argument.
2055         * org-exp.el (org-table-clean-before-export): New optional
2056         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2057         first column.
2059 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2061         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2062         histograms.
2064         * org-colview.el (org-colview-construct-allowed-dates): Better
2065         error catching when a date/time property does not have allowed
2066         values defined.
2068         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2069         Better error catching when a date/time property does not have
2070         allowed values defined.
2072 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2074         * org.el (org-map-entries): Restore point and restriction after
2075         `org-map-entries'.
2077 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2079         * org.el (org-time=, org-time<, org-time<=, org-time>)
2080         (org-time>=, org-time<>): Make sure both values are dates.
2082 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2084         * org-archive.el (org-extract-archive-heading): Allow %s for file
2085         name also in achive location heading.
2087 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2089         * org-archive.el (org-add-archive-files): Uniquify the list before
2090         returning it.
2092 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2094         * org-compat.el (org-fit-window-to-buffer): Use
2095         `window-full-width-p'.
2097         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2098         space after the colon in short examples.
2100         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2101         enforce a space after the colon.  However, we also allow lines
2102         that are *only* a colon.
2103         (org-export-as-html): Enforce the space after the colon in short
2104         examples.
2105         (org-export-preprocess-string): Do the colon example protection
2106         earlier.
2107         (org-export-remove-timestamps): Do not check for protection at the
2108         end of the line.
2110 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2112         * org.el (org-format-latex-options): Add new matcher for single
2113         letters between dollars.
2114         (org-get-header): Function removed.
2115         (org-heading-components): New function.
2117         * org-exp.el (org-export-define-heading-targets): Record ID's also
2118         as alternative targets.
2119         (org-export-as-html): Interpret "id:" links to other files by
2120         preserving the relative path.
2122         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2123         is nil.
2125         * org-exp.el (org-export-normalize-links): Protect the main link,
2126         to avoid special character processing.
2128         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2129         New variable.
2130         (org-export-latex-special-string-regexps): Variable removed.
2131         (org-export-latex-keywords): Use the new regexp.
2133         * org-exp.el (org-export-handle-include-files): Fetch switches and
2134         put them into the BEGIN statement.
2136         * org-timer.el (org-timer-mode-line-string): New variable.
2138         * org-clock.el (org-clock-mode-line-map): Renamed from
2139         `org-clock-mode-map'.
2140         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2141         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2142         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2143         (org-clock-remove-overlays): Renamed from
2144         `org-remove-clock-overlays'.
2146         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2147         and mode line display.
2148         (org-timer-stop): New command.
2149         (org-timer-seconds): Return correct time when timer is paused.
2150         (org-timer-mode-line-timer): New variable.
2151         (org-timer-set-mode-line, org-timer-update-mode-line): New
2152         functions.
2154         * org.el (org-insert-heading):  Handle new value `auto' for
2155         `org-blank-before-new-entry'.
2156         (org-org-menu): Add new items for timer functions.
2158         * org-list.el (org-insert-item): Handle new value `auto' for
2159         `org-blank-before-new-entry'.
2161         * org.el (org-blank-before-new-entry): New value `auto', made
2162         default.
2164 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2166         * org-exp.el (org-export-normalize-links): If the link is also
2167         used as the description, protect the description.
2169 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2171         * org.el (org-closest-date): Fix bug with yearly repeats, in
2172         combination with preference of the past as it is used for deadline
2173         and scheduling search.
2175         * org-exp.el (org-html-handle-time-stamps): No longer check for
2176         the `org-export-with-timestamps' option, because the preprocesser
2177         has taken care of this already.
2179         * org.el (org-entry-properties): Catch the case when this is
2180         called in a non-org-mode file.
2182         * org-export-latex.el (org-export-latex-remove-from-headlines):
2183         Variable made obsolete, also LaTeX export now uses the standard
2184         variables.
2185         (org-export-as-latex): Add the timestamps parameter to the
2186         preprocessor parameter list.
2187         (org-export-latex-content): Export the remaining keywords without
2188         considering to remove them.
2189         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2190         Use bold font instead of tt font for the keywords.
2191         (org-export-latex-fontify-headline): Format headlines, assuming
2192         that all keywords still present should be published.
2193         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2194         publish what ever remains of the time stamps.
2195         (org-export-latex-list-parameters): New option.
2196         (org-export-latex-lists): Pass additional parameters to the list
2197         converter.
2199         * org-exp.el (org-export-preprocess-string): Remove clock lines
2200         and timestamps already in the preprocesor.
2201         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2202         functions.
2203         (org-export-as-ascii, org-export-as-html): Add the timestamps
2204         parameter to the preprocessor parameter list.
2206         * org-list.el (org-list-parse-list): Parse for checkboxes.
2207         (org-list-to-generic): Introduce and handle new parameters :cbon
2208         and :cboff.
2209         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2210         optional parameter PARAMS.
2212         * org-export-latex.el (org-export-latex-special-chars): Fix
2213         problems with interpreting dollar signs.
2214         (org-inside-latex-math-p): New function.
2215         (org-export-latex-preprocess): Protect all the math fragments.
2217         * org.el (org-latex-regexps): Allow a dash after a dollar.
2219         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2220         mark after copying.
2222         * org-agenda.el (org-run-agenda-series): Have series options set
2223         when finalizing the agenda.
2225         * org-exp.el (org-export-format-source-code-or-example): Protect
2226         the converted examples.
2228         * org.el (org-set-regexps-and-options): Fix the regexp
2229         `org-complex-heading-regexp'.
2231 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2233         * org.el (org-edit-src-get-label-format): New function.
2234         (org-coderef-label-format): New option.
2235         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2236         a label format specification and make sure it is used in the edit
2237         buffer.
2238         (org-edit-src-get-label-format): New function.
2239         (org-store-link): Handle new coderef formats.
2240         (org-link-search): Handle new coderef formats.
2242         * org-footnote.el (org-footnote-create-definition)
2243         (org-footnote-goto-local-insertion-point): Make footnote insertion
2244         work correctly when the "Footnotes" headline is the last line in
2245         the buffer.
2247         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2248         the location.
2250 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2252         * org-w3m.el (org-w3m): New customization group.
2253         (org-w3m-deactivate-mark): New option.
2254         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2255         option say not to.
2257 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org.el (org-set-font-lock-defaults): Trigger footnote
2260         fontification.
2261         (org-activate-footnote-links): New function.
2262         (org-activate-links): New entry `footnote'.
2264         * org-faces.el (org-footnote): New face.
2266 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2268         * org-macs.el (org-re): Handle the [:word:] class.
2270         * org-exp.el (org-export-preprocess-string): Call
2271         `org-export-protect-colon-examples'.
2272         (org-export-protect-colon-examples): Renamed from
2273         `org-export-protect-examples', and scope limited to lines starting
2274         with a colon.
2276 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2278         * org-exp.el (org-export-preprocess-string): Move the preprocess
2279         hook to after turning on Org-mode.
2280         (org-export-preprocess-after-include-files-hook)
2281         (org-export-preprocess-after-tree-selection-hook)
2282         (org-export-preprocess-before-backend-specifics-hook)
2283         (org-export-preprocess-final-hook): New hooks.
2284         (org-export-preprocess-string): Run the new hooks.
2286         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2288         * org-footnote.el: New file.
2290         * org.el (org-footnote): Require footnote code.
2291         (org-startup-options): Add new footnote options.
2292         (org-mode-map): New keybindig for footnotes.
2293         (org-ctrl-c-ctrl-c): Add function at footnotes.
2294         (org-org-menu): New menu entries for footnotes.
2296         * org-export-latex.el (org-export-as-latex): Pass footnote
2297         variable to preprocessor.
2298         (org-export-latex-preprocess): Treat multiple references to a
2299         footnote.
2301         * org-exp.el (org-export-preprocess-string): Call
2302         `org-footnote-normalize'.
2303         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2304         to preprocessor.
2305         (org-export-as-html): Treat multiple references to a footnote.
2307 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2309         * org-export-latex.el (org-export-latex-links): Handle coderef
2310         links.
2312         * org.el (org-bracket-link-analytic-regexp++): New variable.
2313         (org-make-link-regexps): Initialize
2314         `org-bracket-link-analytic-regexp++'.
2315         (org-store-link): Implement special case in edit-src buffer.
2316         (org-insert-link): No use of ide to insert stored links.
2317         (org-link-search): Implement special case for coderefs.
2319         * org-exp.el (org-export-html-scripts): New constant.
2320         (org-export-html-style-default): Add a new style for highlighted
2321         code.
2322         (org-export-code-refs): New variable.
2323         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2324         Call `org-export-replace-src-segments-and-examples'
2325         No longer call `org-export-protect-examples'.
2326         (org-export-target-internal-links): Take care of coderef targets.
2327         (org-export-last-code-line-counter-value): New variable.
2328         (org-export-replace-src-segments-and-examples): Renamed from
2329         `org-export-replace-src-segments', and modified.
2330         (org-export-format-source-code-or-example): Renamed from
2331         `org-export-format-source-code'.
2332         (org-export-number-lines): New function.
2333         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2335 --------------------------------------------------------------------------
2337 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2339         * org-remember.el (org-remember-handler): Safer way to get a new
2340         buffer accessing the target file.
2342         * org.el (org-refile-get-location): Handle case of current buffer
2343         not having a file associated with it.
2345 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2347         * org-table.el (org-table-get-formula): Only ask to overwrite
2348         field formula if there really is one.
2350         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2351         number, by converting these to a string.
2353         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2354         located in a different file.
2356         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2357         org-colview.el.
2359 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2361         * org.el (org-completion-use-ido): Enhance docstring of
2362         `org-completion-use-ido'.
2364         * org-export-latex.el (org-export-latex-make-header): Double the %
2365         in the time stamp format.
2366         (org-export-latex-special-chars): Handle case where there is no
2367         match group 3.
2369 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2371         * org.el (org-get-refile-targets, org-refile-get-location): Use
2372         expanded file name to improve comparison.
2374 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2376         * org.el (org-scan-tags): Rescan for tags, to get the correct
2377         upcase/downcase stuff.  This slows things down for now, but it
2378         works.
2379         (org-mode): Make sure the tag-faces regexp is initialized.
2381         * org-export-latex.el (org-export-latex-links): Fix bug with
2382         undefined label.
2384         * org-table.el (org-table-get-specials): Set
2385         `org-table-current-last-data-line'.
2386         (org-table-current-last-data-line): New variable.
2387         (org-table-insert-column, org-table-delete-column)
2388         (org-table-move-column, org-table-fix-formulas): Call
2389         `org-table-fix-formulas' a second time to fix the $LR references.
2390         (org-table-get-specials): Add the $LR references to the tables.
2391         (org-table-get-formula): Do not offer last-row names as LHS of
2392         formulas.
2394         * org.el (org-store-link): Capture link description from
2395         `org-id-store-link'.
2397         * org-exp.el (org-export-html-format-image): Add the / to the end
2398         of the <img> tag.
2399         (org-export-format-source-code): Surround example by empty lines,
2400         to make sure it will not be inside a paragraph.
2402         * org.el (org-ido-switchb): New function.
2404 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2406         * org-agenda.el (org-agenda-show): New prefix argument
2407         FULL-ENTRY.
2409         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2410         argument.
2412         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2413         `org-agenda-change-all-lines'.
2414         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2415         tags are now retrieved locally.
2417 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2419         * org.el (org-get-outline-path): Fix bug if level is not given.
2420         (org-org-menu): Do not quote function in menu vector.
2422         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2423         name.
2425 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2427         * org.el (org-refile): Avoid refiling to within the region to be
2428         refiled.
2430         * org-export-latex.el (org-export-latex-special-chars): Replace
2431         special characters also in tables.
2433         * org-agenda.el (org-agenda-change-all-lines): New argument
2434         FORCE-TAGS.
2435         (org-agenda-set-tags): Cet the new tags and pass them to
2436         `org-format-agenda-item'.
2438 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2440         * org-export-latex.el (org-export-latex-classes): Add longable as
2441         a default package to all classes.
2442         (org-export-latex-tables): Handle the longtable attribute and the
2443         align attribute.
2445         * org-table.el (orgtbl-to-generic): Handle tables that start with
2446         a hline.
2448         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2449         \verb for colde-like snippets.
2450         (org-export-as-latex): Fix issues with region export.
2452         * org.el (org-up-heading-safe): Speed up function by using a
2453         direct regexp search.
2454         (org-olpa): New variable.
2455         (org-get-outline-path): Speed-up path constructions in cases where
2456         this is possible because the entire hierarchy is scanned anyway.
2457         (org-refile-get-location): Don't compare the truenames of files,
2458         this is too slow.
2459         (org-goto-max-level): New option.
2460         (org-goto): Use `org-goto-max-level'.
2462 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2464         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2465         Strip angle brackets from message-ids in the former and don't do
2466         it in the latter.
2467         (org-gnus-follow-link): Open summary reliable, even if the last
2468         messages were deleted, and handle empty groups, too.
2470 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2472         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2473         instead of \texttt for the =...= and ~===~ emphasis environments.
2474         (org-export-as-latex): Remove any old :org-license-to-kill text
2475         properties.
2476         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2477         (org-export-latex-make-header): Add some hard space after the
2478         table of contents.
2479         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2480         exported text so that it will be excuded in further steps.
2482         * org-table.el (org-table-get-specials): Make @0 reference the
2483         last line in a table.
2484         (org-table-recalculate): Improve docstring.
2486 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2488         * org.el (org-log-done): Fix docstring.
2490 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2492         * org-exp.el (org-export-html-format-image): Fix bugs.
2494         * org-export-latex.el (org-export-latex-tables)
2495         (org-export-latex-links): Implement attribute, label, and caption
2496         handling.
2498         * org-exp.el (org-export-html-style-default): Add style
2499         definitions for the figure div.
2500         (org-export-preprocess-string, org-export-as-html): Implement
2501         attribute, label, and caption handling.
2502         (org-export-attach-captions-and-attributes): New function.
2503         (org-export-html-format-image): New function.
2504         (org-format-org-table-html): Implement attribute, label, and
2505         caption handling.
2507         * org.el (org-find-text-property-in-string): New function.
2508         (org-extract-attributes): Use the property org-attr instead of
2509         org-attrobutes, because this property is now set with the #+ATTR
2510         lines.
2512 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2515         the case that FROM is nil.
2517         * org.el (org-before-first-heading-p): New function.
2519 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2521         * org-exp.el (org-export-as-html): Do not add a space before
2522         enforces line breaks.
2523         (org-export-as-html): Close paragraph before blockquote and verse
2524         tags.
2526 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org-id.el (org-id-locations-file): Wrap file name with
2529         `convert-standard-filename'.
2530         (org-id-files): New variable.
2531         (org-id-use-hash): New option.
2532         (org-id-update-id-locations): Also search in all files current
2533         listed in `org-id-files'.  Convert the resulting alist to a hash
2534         if the user customation says so.
2535         (org-id-locations-save): Handle he case if `org-id-locations' is a
2536         hash.
2537         (org-id-locations-load): Convert the alist to a hash.
2538         (org-id-add-location): Handle the hast case.
2539         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2540         exited.
2541         (org-id-hash-to-alist, org-id-alist-to-hash)
2542         (org-id-paste-tracker): New functions.
2544 -------------------------------------------------------------------------
2546 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2548         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2549         bindings of calendar variables.
2551         * org-table.el (org-table-find-row-type): Renamed from
2552         `org-find-row-type'.
2553         (org-table-rewrite-old-row-references): Renamed from
2554         `org-rewrite-old-row-references'.
2555         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2556         (org-table-cleanup-narrow-column-properties): Renamed from
2557         `org-cleanup-narrow-column-properties'.
2559 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2561         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2562         for better error messages.
2563         (org-table-get-descriptor-line): Supply the new arguments to
2564         `org-find-row-type'.
2565         (org-table-error-on-row-ref-crossing-hline): New option.
2567         * org.el (org-target-link-regexp): Make buffer-local.
2568         (org-move-subtree-down): Fix bug with trees at beginning of
2569         buffer.
2571 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2573         * org-faces.el (org-set-tag-faces): New function.
2574         (org-tags-special-faces-re): New variable.
2576         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2578         * org-faces.el (org-tag-faces): New option.
2579         (org-tag): Mention `org-tag-faces' in the docstring.
2581 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2583         * org-exp.el (org-export-html-style-default): Implement new
2584         quoting.
2586         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2588         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2589         command to the `w3m-minor-mode-map'.
2591         * org-archive.el (org-archive-to-archive-sibling): Protect
2592         `this-command' to avoid appending kills during archiving.
2594         * org-exp.el (org-export-with-priority): New variable.
2595         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2596         instead of internal list of strings and properties.
2597         (org-print-icalendar-entries): Retrieve the location property with
2598         inheritance.
2600 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2602         * org-exp.el (org-export-with-todo-keywords): New option.
2603         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2604         line.
2605         (org-default-export-plist, org-export-add-options-to-plist)
2606         (org-export-as-ascii, org-export-as-html): Use the new structure
2607         of `org-export-plist-vars'.
2609         * org.el (org-map-entries): Return all values.
2611 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2613         * org.el (org-matcher-time): Recognize more special values.
2615         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2617 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2619         * org.el (org-tags-exclude-from-inheritance): New option.
2620         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2621         `org-tags-exclude-from-inheritance'.
2623         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2624         (org-format-agenda-item): Add inherited tags to the agenda line
2625         string, and make sure that properties are kept when downcasing the
2626         tags list.
2627         (org-agenda-add-inherited-tags): New function.
2628         (org-downcase-keep-props): New function.
2630         * org.el (org-scan-tags): Mark inherited tags with a text
2631         property.
2632         (org-get-tags-at): Mark inherited tags with a text property.
2633         (org-add-prop-inherited): New function.
2635         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2636         (org-agenda-show-inherited-tags): New option.
2638 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org.el (org-modules): Add org-w3m to the default modules.
2642         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2643         orgtbl-mode.
2644         (orgtabl-create-or-convert-from-region): New command.
2646         * org-exp.el (org-export-as-ascii): Remove the handling of
2647         targets.
2648         (org-export-ascii-preprocess): Handle targets already in this
2649         function.
2651 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2653         * org-timer.el (org-timer-start-time): Define this variable.
2654         (org-timer-item): Make argument optional.
2656         * org-list.el (org-insert-item): Automatically insert a timer item
2657         if the current list is a timer list.
2659         * org-timer.el: New file.
2661         * org-publish.el (org-publish-org-index): Only exclude the index
2662         file in the main directory from being added to the site-map.
2663         (org-publish-get-project-from-filename): If the current project is
2664         a component, start publishing from the parent project.
2666 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2668         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2670         * org-publish.el (org-publish-org-index): Improve removal of
2671         temporary buffers.
2673         * org-agenda.el (org-get-closed): Re-apply changes
2674         accidentially overwritten by last commit to Emacs.
2676         * org.el (org-outline-path-complete-in-steps): New option.
2677         (org-refile-get-location): Honor
2678         `org-outline-path-complete-in-steps'.
2679         (org-agenda-change-all-lines, org-tags-sparse-tree)
2680         (org-time-string-to-absolute, org-small-year-to-year)
2681         (org-link-escape): Re-apply changes accidentially overwritten
2682         by last commit to Emacs.
2684 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2686         * org-clock.el (org-dblock-write:clocktable): Make sure the
2687         clocktable sees the first line.
2688         (org-clock-in): Warn if the clock cannot be resumed.
2690 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2692         * org.el (org-open-at-point): Fix mixup about interactive and
2693         non-interactive elisp links.
2695 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2697         * org-exp.el (org-export-preprocess-string): Allow one comment
2698         line before the first headline to always be included.  This is
2699         to not miss a commented target.
2701         * org-mouse.el (org-mouse-insert-item): Call
2702         `org-indent-to-column' instead of `indent-to', for XEmacs
2703         compatibility.
2705         * org.el (org-refile-targets): Fix customize definition so
2706         that it works also in XEmacs.
2707         (org-fixup-indentation): Call `org-indent-to-column' instead
2708         of `indent-to', for XEmacs compatibility.
2710 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2712         * org-mew.el (org-mew-store-link): Get the correct case folder
2713         for refiled messages.
2715 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2717         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2718         line break indicators.
2720         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2721         ido-completion propts.
2723 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2725         * org-remember.el (org-remember-apply-template): Use
2726         `org-substring-no-properties'.
2728         * org-compat.el (org-substring-no-properties): New function.
2730         * org-remember.el (org-remember-apply-template): Use
2731         `org-substring-no-properties' for compatibility.
2733         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2734         option.
2735         (org-fix-bullet-type): respect
2736         `org-list-two-spaces-after-bullet-regexp'.
2738         * org-clock.el (org-clock-load): Clean up the code.
2740         * org.el (org-adaptive-fill-function): Allow two spaces after
2741         "1." as a list bullet.
2743 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2745         * org-clock.el (org-clock-save, org-clock-load): Check for
2746         live buffers, existing files, and buffer file names to ensure
2747         consistent information.
2748         (org-clock-persist): Make `clock' a special value of this
2749         variable, and improve docstring.
2751         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2752         (org-get-string-indentation): Adapt indentation when the bullet
2753         width changes.
2755 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2757         * org-remember.el (org-remember-finalize): Make interactive.
2758         (org-remember-kill): New command.
2759         (org-remember-finish-immediately): Call `org-remember-finalize'
2760         directly.
2761         (org-remember-finalize): Make `org-remember-finalize' an interactive
2762         function.
2764 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2766         * org-remember.el (org-remember-apply-template): No ido completion
2767         for free prompts in remember templates.
2768         (org-remember-before-finalize-hook): New hook.
2769         (org-remember-mode): New minor mode.
2770         (org-remember-apply-template): Turn on `org-remember-mode'.
2772         * org-id.el (org-id-add-location): Avoid error when no file is
2773         given.
2775         * org-remember.el (org-remember-apply-template): Fix the way how
2776         the list of allowed properties is retrieved from the target file.
2778         * org.el (org-insert-link): Improve file link matching.
2780 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org-colview.el (org-columns-display-here): New argument
2783         DATELINE, to trigger using the new face.
2784         (org-agenda-colview-summarize): Call `org-columns-display-here'
2785         with the new argument.
2787         * org-faces.el (org-agenda-column-dateline): New face.
2789         * org-publish.el (org-publish-org-index): Use index-title at page
2790         title, not as section.
2792         * org-exp.el (org-export-html-format-desc): Respect the
2793         org-protect property.
2794         (org-export-as-html): Protect image specifiers that are in the
2795         description part of a link.
2797         * org.el (org-sort-entries-or-items, org-completing-read)
2798         (org-refile-get-location, org-olpath-completing-read, org-todo)
2799         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2800         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2801         (org-set-property, org-delete-property)
2802         (org-delete-property-globally): Use `org-ido-completing-read'.
2804         * org-remember.el (org-remember-apply-template): Use
2805         `org-ido-completing-read'.
2807         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2809         * org-colview.el (org-columns-edit-value, org-columns-new)
2810         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2812         * org-colview-xemacs.el (org-columns-edit-value)
2813         (org-columns-new, org-insert-columns-dblock): Use
2814         `org-ido-completing-read'.
2816         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2817         `org-ido-completing-read'.
2819         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2820         `org-ido-completing-read'.
2822         * org.el (org-time-today): New function.
2823         (org-matcher-time): Use `org-time-today'.  Add special treatment
2824         for "<tomorrow>" and "<yesterday>".
2825         (org-ido-completing-read): New function.
2826         (org-completion-use-ido): New option.
2828         * org-exp.el (org-export-format-source-code): Fix bug in require
2829         htmlize code.
2830         (org-export-target-internal-links): Fix bug in search for text
2831         property.
2833 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2835         * org-export-latex.el (org-export-latex-subcontent): Interprete
2836         target aliases as additonal labels.
2838         * org-exp.el (org-export-target-aliases): New variable.
2839         (org-export-preprocess-string)
2840         (org-export-handle-invisible-targets): Fill the alias alist.
2841         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2842         assign an id.
2843         (org-html-level-start): Insert the target aliases as additonal
2844         anchors.
2846         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2847         picture area.
2849 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2851         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2852         when following a link with the mouse from the agenda.
2854         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2855         headlines are created.
2857 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2859         * org-exp.el (org-export-preprocess-string): Reorder so that we
2860         can still see ID properties when we collect targets.
2861         (org-export-target-internal-links): Also store targets for ID's.
2863         * org.el (org-link-translation-function): New option.
2864         (org-open-at-point): Call `org-link-translation-function' if
2865         non-nil.
2866         (org-translate-link): New function.
2867         (org-translate-link-from-planner): New function.
2868         (org-open-at-point): Allow interactive commands in elisp links.
2870         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2871         iCalendar quoting.  The new one seems to caus problems with
2872         applications.
2874         * org.el (org-yank): Set `this-command' to `yank', so that
2875         `yank-pop' will work.
2877 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2879         * org-id.el (org-id-search-archives): New option.
2881         * org.el (org-link-to-org-use-id): New option.
2882         (org-store-link): Use `org-link-to-org-use-id'.
2883         (org-id): Make org-id.el a standard component.
2885 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2887         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2888         hexified version of the tag.
2890         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2891         compliance as far as quoting is concerned.
2893         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2895         * org.el (org-up-heading-safe, org-forward-same-level): Always
2896         call `org-back-to-heading' instead of `outline-back-to-heading'.
2897         (org-back-to-heading): New wrapper around outline-back-to-heading,
2898         with a useful error message telling where the error happened.
2900         * org-list.el (org-update-checkbox-count): Always call
2901         `org-back-to-heading' instead of `outline-back-to-heading'.
2903         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2904         has an `alt' attribute, to ensure XHTML validation.
2906 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org-publish.el (org-publish-attachment): Allow publishing to
2909         overwrite attachment files.
2911         * org-agenda.el (org-agenda-timerange-leaders): New option.
2912         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2914         * org.el (org-edit-src-exit): Untabify ASCII image before
2915         returning.
2928 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2930         * org.el (org-yank): Make any prefix force normal yanking.
2931         Suppress folding if text would be swallowed into a folded
2932         subtree.
2933         (org-yank-folded-subtrees, org-yank): Docstring updates.
2935         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2936         defined as 0.
2938         * org-exp.el (org-export-language-setup): Add Catalan and
2939         Esperanto language entries.
2941 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2943         * org.el (org-refile): Allow refiling of entire regions.
2945         * org-clock.el (org-clock-time%): New function.
2947         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2948         retrieve property values.
2950 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2952         * org-agenda.el (org-agenda-list): Handle the value `only' of
2953         org-agenda-show-log'.
2954         (org-agenda-log-mode): Interpret a double prefix arg.
2956 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2958         * org-exp.el (org-export-html-footnotes-section): New variable.
2959         (org-export-as-html): Use `org-export-html-footnotes-section' to
2960         insert the footnotes.
2961         (org-export-language-setup): Add "Footnotes" to language words.
2963 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2965         * org.el (org-yank): Fix bug when not inserting a subtree.
2967 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2969         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2970         instead of `vm-beginning-of-message'.
2972         * org.el (org-make-link-regexps): Make sure that links to gnus can
2973         contain brackets.
2975 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2977         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2978         code.
2980         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2981         shell output.
2983         * org.el (org-link-abbrev-alist): Improve customization type.
2985         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2986         functions.
2988         * org-agenda.el (org-agenda-get-progress): Renamed from
2989         `org-get-closed'.  Implement searching for state changes as well.
2990         (org-agenda-log-mode-items): New option.
2991         (org-agenda-log-mode): New option prefix argument, interpreted as
2992         request to show all possible progress info.
2993         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2994         `org-get-closed'.
2995         (org-agenda-set-mode-name): Handle the more complex log mode
2996         settings.
2997         (org-get-closed): New alias, pointing to `org-get-progress'.
2999 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3001         * org.el (org-file-apps-defaults-gnu)
3002         (org-file-apps-defaults-macosx)
3003         (org-file-apps-defaults-windowsnt): Add an entry defining the
3004         system command.
3005         (org-file-apps): Allow `system' as key and value.
3006         (org-open-at-point): Explain the effect of a double prefix arg.
3007         (org-open-file): If the argument `in-emacs' is (16),
3008         i.e. corresponding to a double prefix argument, try to open the
3009         file externally.
3011 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3013         * org.el (org-insert-link): Abbreviate absolute files names in
3014         links.  Also, fix a bug in which the double C-u prefix would not
3015         be honored.
3017 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3019         * org.el (org-insert-heading): If buffer does not end with a
3020         newline, add one if necessary to insert headline correctly.
3022         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3023         paragraphs, not inside.
3025         * org.el (org-todo): Quote
3026         `org-agenda-headline-snapshot-before-repeat'.
3028         * org-exp.el (org-export-as-html): Fully process link descriptions.
3029         (org-export-html-format-desc): New function.
3030         (org-export-as-html): Collect footnotes into the correct basket.
3031         (org-html-protect): No longer protect quotations marks here, this
3032         goes wrong.
3034         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3035         BEG.
3037         * org-compat.el (org-fit-window-to-buffer): New function (not
3038         really, a preliminary and incomplete version was present earlier,
3039         but not used).
3041         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3042         `org-fit-window-to-buffer'.
3044         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3046         * org-agenda.el (org-agenda-get-restriction-and-command)
3047         (org-fit-agenda-window, org-agenda-convert-date): Use
3048         `org-fit-window-to-buffer'.
3050         * org-exp.el (org-export-as-html): Process href links through
3051         `org-export-html-format-href'.
3052         (org-export-html-format-href): New function.
3054         * org-agenda.el (org-agenda-todo): Update only the current
3055         headline if this is a repeated TODO, marked done for today.
3056         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3057         only the current line.
3059         * org.el (org-todo): Take a snapshot of the headline if the
3060         repeater might change it.
3062 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3064         * org-publish.el (org-publish-find-title): Remove buffers visited
3065         only for extracting the title.
3067         * org-exp.el (org-export-html-style)
3068         (org-export-html-style-default): Mark style definitions as
3069         unparsed CDATA.
3071         * org-publish.el (org-publish-validate-link): Function
3072         re-introduced.
3074 2008-11-02  Charles Sebold  <csebold@gmail.com>
3076         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3077         property.
3078         (org-plot-quote-timestamp-field): New function.
3079         (org-plot-quote-tsv-field): Call timestamp field function when
3080         necessary rather than just quoting as a string.
3081         (org-plot/gnuplot-to-data): Pass in timefmt property.
3082         (org-plot/gnuplot-script): Supports timefmt property.
3083         (org-plot/gnuplot): Checks for timestamp column before checking
3084         for text index column.
3086 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3088         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3090         * org-publish.el (org-publish-org-index): Create a section in the
3091         index file.
3092         (org-publish-org-index): Stop linking to directories.
3094         * org.el (org-emphasis-alist): Use span instead of <u> to
3095         underline text.
3097         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3098         <pre> sections.
3100 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3102         * org-jsinfo.el (org-infojs-template): Remove language attribute
3103         from script tag.
3105 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3107         * org-agenda.el (org-agenda-remove-marked-text): New function.
3108         (org-agenda-mark-filtered-text)
3109         (org-agenda-unmark-filtered-text): New functions.
3110         (org-write-agenda): Remove fltered text.
3112         * org.el (org-make-tags-matcher): Give access to TODO "property"
3113         without speed penalty.
3115 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3117         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3118         option.
3119         (org-store-link-props): Make sure adding to the plist works
3120         correctly.
3122         * org-gnus.el (org-gnus-no-new-news): New function.
3123         (org-gnus-follow-link): Allow the article ID to be a message-id,
3124         in addition to allowing article numbers.  Message IDs make much
3125         more roubust links.
3126         (org-gnus-store-link): Use message-id to create link.
3128 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3130         * org.el (org-emphasize): Reverse the selection array.
3131         (org-emphasis-alist): Set <code> tags for the verbatim
3132         environment.
3134         * org-remember.el (org-remember-handler): Fix bug with
3135         prefix-related changing of the note storage target.
3137         * org-exp.el (org-print-icalendar-entries): Make the exported
3138         priorities compatible with RFC 2445.
3140         * org-clock.el (org-clock-save): Insert time stamp without
3141         dependence on time-stamp.el.
3143 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3145         * org.el ("saveplace"): If saveplace puts point into an invisible
3146         location, make it visible.
3147         (org-make-tags-matcher): Allow inactive time stamps in time
3148         comparisons.
3149         (org-yank-adjusted-subtrees): New option.
3150         (org-yank): Incorporate adjusting trees.
3151         (org-paste-subtree): New argument FOR-YANK which will cause
3152         insertion at point without backing up over white lines, and leave
3153         point at the end of the inserted text.  Also if the cursor is
3154         at the beginning of a headline, use the same level or the inserted
3155         tree.
3157         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3158         with broken symlinks
3160 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3162         * org-exp.el (org-export-select-tags, org-get-current-options):
3163         Fix typo.
3165 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3167         * org-agenda.el (org-format-agenda-item)
3168         (org-agenda-filter-make-matcher): Make sure tags are stored and
3169         compared donwcased.
3171 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3173         * org.el (org-insert-todo-heading): Fix bug with force-heading
3174         argument.
3176 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3178         * org-clock.el (org-clock-in-resume): Add a custom option to
3179         toggle starting the clock from an open clock line.
3180         (org-clock-in): When clocking in to an entry, if
3181         `org-clock-in-resume' is set, check if the first clock line is
3182         open and if so, start the clock from the time in the clock line.
3183         (org-clock-persist): Add a custom option to toggle clock
3184         persistence.
3185         (org-clock-persist-query-save): Add a custom option to toggle
3186         asking the user if they want to save the running clock when
3187         exiting.
3188         (org-clock-persist-query-resume): Add a custom option to toggle
3189         asking the user if they want to resume the saved clock when Emacs
3190         is restarted.
3191         (org-clock-save): Add a function to save clock data.
3192         This includes the contents of `org-clock-history' and the buffer
3193         and position of the currently clocked task, if any.
3194         (org-clock-load): Add a function to load clock data.
3195         This populates `org-clock-history', and resumes the saved clocked
3196         task if there is one.
3197         (org-clock-persistence-insinuate): Add a method to set up the
3198         hooks for clock persistence.
3200 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3202         * org-exp.el (org-export-as-ascii): Handle the case that we are
3203         publishing from an indirect buffer.
3205         * org-table.el (org-table-copy-down): Fix bug with time stamp
3206         increment.
3208         * org-mouse.el (org-mouse-features): New option.
3209         (org-mode-hook): Turn on features depending on
3210         `org-mouse-features'.
3212         * org.el (org-insert-heading-respect-content): Force heading
3213         creation.
3214         (org-insert-heading): keep the folding state of the heading before
3215         the inserted one.
3217 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3219         * org-archive.el (org-archive-to-archive-sibling): Handle top
3220         level headlines better.
3222 2008-10-21  Bastien Guerry  <bzg@altern.org>
3224         * org-export-latex.el (org-export-latex-classes): Added
3225         \usepackage{graphicx} to the default list of packages.
3227 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3229         * org-agenda.el (org-agenda-filter): Renamed from
3230         `org-agenda-filter-tags'.
3232 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3234         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3235         is not defined as a property in this entry.
3236         (org-add-log-note): Mask prefix argument when immediately storing
3237         the note.
3239         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3240         option.
3242 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3244         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3245         after drawers was skipping ahead one line too many, so notes were
3246         inserted after the first note instead of before it.
3248 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3250         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3251         New variables.
3252         (org-prepare-agenda): Reset the filter tags.
3253         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3254         Show filter tags in mode line.
3256         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3257         formatter.
3259         * org-export-latex.el (org-latex-entities-regexp): New constant.
3260         (org-export-as-pdf): Use two calls to `shell-command'.
3262 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3264         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3265         Honor the {} value of the subsuperscript setting.  Make sure that
3266         longer subsuperscripts are typeset in a roman font.
3268         * org.el (org-clock-update-time-maybe): Compute negative clock
3269         intervals correctly.
3271 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3273         * org.el (org-add-log-setup): Respect
3274         `org-log-state-notes-insert-after-drawers'.
3275         (org-log-state-notes-insert-after-drawers): New option.
3276         (org-todo-trigger-tag-changes): New function.
3277         (org-todo): Call `org-todo-trigger-tag-changes'.
3279 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3281         * org.el (org-add-log-setup): Only skip drawers if the are
3282         immediately after the scheduling keywords.
3284         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3285         function
3286         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3287         call it with the current todo state to get the state to switch to
3288         when clocking in.
3289         (org-clock-in): Use org-indent-line-function to indent clock lines.
3290         (org-clock-find-position): Fix indentation of empty clock drawers.
3292 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3294         * org-publish.el (org-publish-org-to): Handle case when
3295         org-export-to-pdf does return a file name, not a buffer.
3296         (org-publish-org-to-pdf): New function.
3298         * org-export-latex.el (org-export-as-pdf)
3299         (org-export-as-pdf-and-open): New commands.
3301         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3302         forms as ranges.
3304         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3305         things in protexted regions.
3307 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3309         * org-export-latex.el (org-export-latex-preprocess): Improve
3310         quoting of LaTeX environments.
3312 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3314         * org.el (org-edit-fixed-width-region): Exclude final newline from
3315         picture area.
3317         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3318         sections, to make internal links work.
3319         (org-export-latex-fontify-headline): Do not remove all text
3320         properties, to make sure that target properties survive this
3321         process.
3323         * org-exp.el (org-export-preprocess-string): Change sequence of
3324         modifications, to make sure links are prepared before the LaTeX
3325         conversions do happen.
3327 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3329         * org-attach.el (org-attach-delete-all): Renamed from
3330         `org-attch-delete'.  Add a security query before deleting the
3331         entire directory.  New optional argument FORCE can overrule the
3332         security query.
3333         (org-attach-delete-one): New command.
3335 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3337         * org-attach.el (org-attach-file-list): Fix bug with directory.
3339 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3341         * org.el (org-apps-regexp-alist): New function.
3342         (org-file-apps): Add auto-mode to the default value.
3343         (org-open-file): Use the new structure of org-file-apps.
3345         * org-attach.el (org-attach): Support the new keys.
3346         (org-attach-method): New option.
3348 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3350         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3351         March.
3353         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3354         of the list value o `org-use-tag-inheritance'.
3356         * org-attach.el (org-attach-auto-tag): New option.
3357         (org-attach-tag, org-attach-untag): New functions.
3358         (org-attach-attach, org-attach-new, org-attach-sync): Call
3359         `org-attach-tag'.
3360         (org-attach-delete): Call `org-attach-untag'.
3362 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3364         * org-table.el (orgtbl-self-insert-command): Make this work for
3365         the keypad as well.
3367 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3369         * org.el (org-add-log-setup): Limit searc for drawers to entry
3370         text, not to subtree.
3372         * org-clock.el (org-clock-heading-for-remember): New variable.
3373         (org-clock-in): Set `org-clock-heading-for-remember'.
3375 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3377         * org-remember.el (org-remember-apply-template): Add new
3378         expansions: %k, %K for currently clocked task and a link to the
3379         currently clocked task, and %< to file notes in the currently
3380         clocked task.
3382 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3384         * org-export-latex.el (org-export-latex-make-header): Also insert
3385         the content of the property :latex-header-extra.
3387         * org-exp.el (org-infile-export-plist): Put the content of
3388         #+LATEX_HEADER: into the property :latex-header-extra.
3390         * org-colview.el (org-columns-get-format-and-top-level): Remove
3391         resetting the marker.
3393         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3394         Remove resetting the marker.
3396         * org.el (org-entry-property-inherited-from): Improve docstring.
3397         (org-entry-get-with-inheritance): Reset marker before starting the
3398         search.
3400         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3402 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3404         * org.el (org-entry-get-multivalued-property)
3405         (org-entry-protect-space, org-entry-restore-space): New
3406         functions.
3407         (org-file-apps-defaults-macosx): Let postscript files be opened by
3408         preview.
3409         (org-time-stamp-inactive): Call `org-time-stamp'.
3410         (org-time-stamp): New argument `inactive'.  Also edit inacive
3411         stamps. Convert time stamp type.
3412         (org-open-file): Interpret the `default' value for the `command'
3413         in `org-file-apps'.
3415         * org-id.el (org-id-int-to-b36-one-digit)
3416         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3417         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3418         b36.
3420 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3422         * org-id.el (org-id-reverse-string): New function.
3423         (org-id-new): Use `org-id-reverse-string' to make sure the
3424         beginning chars of the ID are mutating fast.  This allows to use a
3425         directory structure to spread things better.
3426         (org-id-prefix): Changed default to nil.
3428         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3429         restore the column of the cursor position.
3431         * org-remember.el (org-remember-apply-template): Remove properties
3432         from `initial'.
3434 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3436         * org-wl.el (org-wl-open): Remove useless call to
3437         `wl-thread-open-all'.
3439         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3440         location.
3442 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3444         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3445         `org-bbdb-anniversaries'.
3447         * org.el (org-get-next-sibling, org-forward-same-level): New
3448         functions, similar to the outline versions, but invisible headings
3449         are OK.
3451 2008-09-25  Bastien Guerry  <bzg@altern.org>
3453         * org.el (org-auto-repeat-maybe): Insert a space between
3454         the timestamp's type and the timestamp itself.
3456 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3458         * org-table.el (org-table-sum): Do not format the result with %g,
3459         it does rounding when there are too many digits.
3461         * org.el (org-map-entries): Protect the keyword-selecting variables.
3463 2008-09-23  Bastien Guerry  <bzg@altern.org>
3465         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3466         against all agenda files.
3468 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3470         * org-list.el: New file, aggregating list functions from org.el
3471         and org-export-latex.el.
3473         * org.el (org-edit-src-region-extra): New option.
3475 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3477         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3478         time before 1am.
3480 2008-09-22  Bastien Guerry  <bzg@altern.org>
3482         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3484 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3486         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3487         hline work correctly.
3488         (org-plot/gnuplot-script): Put commas at the end of each script
3489         line.
3491 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3493         * org.el (org-get-refile-targets): Replace links with their
3494         descriptions
3495         (org-imenu-get-tree): Replace links with their descriptions.
3497         * org-remember.el (org-remember-apply-template): Add a new
3498         expansion for adding properties to remember items.
3500         * org.el (org-add-log-setup): Skip over drawers (properties,
3501         clocks etc) when adding notes.
3503         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3504         items as well as the start and end times.
3506         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3507         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3509         * org-remember.el (org-get-x-clipboard): Use the compat
3510         function to get clipboard values when x-selection-value is
3511         unavailable. Use substring-no-properties instead of
3512         set-text-properties to remove text properties from the clipboard
3513         value.
3515         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3516         modeline clock string, and display the full todo value in the
3517         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3518         the currently clocked task.
3519         (org-clock-string-limit): Add a custom value for the maximum
3520         length of the clock string in the modeline.
3521         (org-clock-mode-map): Add a keymap for the modeline string
3523 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3525         * org-compat.el (org-propertize): New function.
3527 2008-09-20  Bastien Guerry  <bzg@altern.org>
3529         * org-export-latex.el (org-export-latex-tables): protect exported
3530         tables from further special chars conversion.
3531         (org-export-latex-preprocess): Preserve LaTeX environments.
3532         (org-list-parse-list): Parse descriptive lists.
3533         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3534         (org-list-to-texinfo): Export descriptive lists.
3535         (org-quote-chars): Remove.
3536         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3537         (org-export-latex-list-beginning-re): Rename to
3538         `org-list-beginning-re'
3539         (org-list-item-begin): Rename to `org-list-item-beginning'
3541 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3543         * org.el (org-refile): Allow refiling to the last entry in the
3544         buffer.
3545         (org-get-tags-at): Fix bug when inheritance is turned off.
3547 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3549         * org.el (org-indent-line-function): No longer check for src
3550         regions, this is too much overhead.
3552         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3553         matching.
3555         * org.el (org-scan-tags): Make sure that tags matching is not case
3556         sensitive.  TODO keyword matching is case sensitive, however, to
3557         avoid confusion with similar words that are not meant to be
3558         keywords.
3560 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3562         * org.el (org-get-local-tags-at): New function.
3563         (org-get-local-tags): New function.
3565         * org-exp.el (org-export-get-categories): New function.
3567         * org-agenda.el (org-sorting-choice)
3568         (org-agenda-sorting-strategy, org-agenda-get-todos)
3569         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3570         (org-agenda-get-scheduled, org-agenda-get-blocks)
3571         (org-entries-lessp): Implement sorting by TODO state.
3572         (org-cmp-todo-state): New defsubst.
3574         * org-colview.el (org-colview-construct-allowed-dates): New
3575         function.
3576         (org-columns-next-allowed-value): Use
3577         `org-colview-construct-allowed-dates'.
3579         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3580         function.
3581         (org-columns-next-allowed-value): Use
3582         `org-colview-construct-allowed-dates'.
3584 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3586         * org.el (org-protect-slash): New function.
3587         (org-get-refile-targets): Use `org-protect-slash'.
3589         * org-agenda.el (org-global-tags-completion-table): New variable.
3591         * org-exp.el (org-export-handle-export-tags): New function.
3592         (org-export-preprocess-string): Call
3593         `org-export-handle-export-tags'.
3595         * org-plot.el: New file.
3597         * org-publish.el (org-publish-expand-components): Function removed.
3598         (org-publish-expand-projects): Allow components to have components.
3600 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3602         * org.el (org-indent-line-function): Do not indent in regions that
3603         are external source code.
3604         (org-yank-and-fold-if-subtree): New function.
3606         * org-agenda.el (org-agenda-todayp): New function.
3607         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3608         `org-agenda-todayp'.
3610         * org.el (org-insert-heading-respect-content)
3611         (org-insert-todo-heading-respect-content): New commands.
3612         (org-insert-heading-respect-content): New option.
3613         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3615         * org-clock.el (org-clock-find-position): Make sure the note after
3616         the clock line gets moved into the new clock drawer.
3618 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3620         * org-id.el (org-id-new): New option.
3622 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3624         * org-table.el (org-table-copy-down): Avoid overflow during
3625         increment.  Use prefix argument 0 to temporarily disable the
3626         increment.
3628 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3630         * org-exp.el (org-export-as-html): Do not turn on the major mode
3631         if the buffer will be killed anyway.
3632         (org-get-current-options): Exclude the #+TEXT field.
3633         (org-export-as-html): Make sure text before the first headline is
3634         a paragraph.
3636         * org-publish.el (org-publish-org-to): Tell the exporter that this
3637         buffer will be killed, so it is not necessary to do major mode
3638         initialization.
3640         * org-archive.el (org-archive-to-archive-sibling): Show empty
3641         lines after folding the archive sibling.
3643         * org.el (org-log-note-extra): New variable.
3645 2008-09-05  Bastien Guerry  <bzg@altern.org>
3647         * org.el (org-additional-option-like-keywords): Added keywords for
3648         the _QUOTE, _VERSE and _SRC environments.
3650         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3651         exporting _QUOTE and _VERSE environments.
3653 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3655         * org-agenda.el (org-agenda-filter-by-tag): New command.
3657         * org-exp.el (org-get-current-options): Remove angular brackets
3658         from the date entry.
3660         * org.el (org-edit-fixed-width-region): New function.
3661         (org-edit-fixed-width-region): Also try
3662         `org-edit-fixed-width-region'.
3663         (org-edit-fixed-width-region-mode): New option.
3664         (org-activate-code): Only interprete lines starting with colon
3665         plus a space as example lines.
3667         * org-remember.el (org-remember-templates): Add nil instead of
3668         empty strings to fix the length of remember templates.
3670         * org-table.el (org-calc-default-modes): Fix the time format for
3671         calc, from 12 hour to 24 hour clock.
3673 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3675         * org-agenda.el (org-agenda-get-deadlines)
3676         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3677         entries that are pre-warnings of deadlines or reminders.
3679         * org.el (org-sort-entries-or-items): Make numeric and alpha
3680         comparisons ignore any TODO keyword and priority cookie.
3682         * org-remember.el (org-remember-handler): Reinterpretation of the
3683         prefix argument.
3685 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3687         * org-agenda.el (org-agenda-get-scheduled): Use new
3688         `org-scheduled' face.
3690         * org-faces.el (org-scheduled): New face.
3692         * org-wl.el (org-wl-open): Remove incorrect declaration.
3694         * org-gnus.el (org-gnus-store-link): Support for :to information
3695         in gnus links.
3697         * org-exp.el (org-export-as-html): Fixed typo in creator
3698         information.
3699         (org-export-protect-examples): New parameter indent.  Insert extra
3700         spaces only when this parameter is specified.
3701         (org-export-preprocess-string): Call `org-export-protect-examples'
3702         with an indentation parameter when exporting to ASCII.
3704         * org-remember.el (org-remember-templates)
3705         (org-remember-apply-template): Allow the file component to be a
3706         function.
3708         * org.el (org-goto-local-search-headings): Renamed from
3709         `org-goto-local-search-forward-headings'.  Added the possibility
3710         to search backwards.
3712 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3714         * org-export-latex.el (org-export-latex): New customization
3715         group.
3717         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3719 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3721         * org-exp.el (org-html-do-expand): Allow {} to terminate
3722         tex macro
3724 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3726         * org.el (org-buffer-list): Select buffers based on major mode,
3727         not on file name.
3729 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3731         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3732         face property.
3734         * org-colview.el (org-columns-display-here): Use
3735         `org-columns-modify-value-for-display-function'.
3737         * org-colview-xemacs.el (org-columns-display-here): Use
3738         `org-columns-modify-value-for-display-function'.
3740 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3742         * org.el (org-columns-modify-value-for-display-function): New option.
3754         * org-publish.el (org-publish-file): Make sure the directory match
3755         for the publishing directory works correctly.
3757         * org-agenda.el (org-agenda-execute-calendar-command)
3758         (org-agenda-diary-entry): Additional optional argument.
3760 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3762         * org-exp.el (org-export-as-html): Add attributes also in mailto
3763         and ftp links.
3765         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3774 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3776         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3777         sure that calls from `org-export-region-as-html' do not do the
3778         special check for a subtree.
3780 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3782         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3784 2008-07-20  Juri Linkov  <juri@jurta.org>
3786         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3787         new keymap `narrow-map' instead of binding "\C-xns".
3789 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3791         * org.el (org-open-file): Use
3792         `org-open-directory-means-index-dot-org'.
3793         (org-open-directory-means-index-dot-org): New option.
3795 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3797         * org.el (org-make-link-string): Remove link attributes from
3798         description.
3799         (org-open-at-point): Remove link attributes bevore using the path.
3801         * org-exp.el (org-export-as-html): Handle link attributes.
3803         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3805         * org-table.el (org-table-to-lisp): New function.
3807         * org.el (org-narrow-to-subtree): Do not include the final newline
3808         into the narrowed region.
3810         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3811         bug with user-define skipping condition.
3813 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3815         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3817 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3819         * org-exp.el (org-export-html-style-default): Automatic overflow
3820         handling for pre fields.
3821         (org-export-as-ascii, org-export-as-html): Change default format
3822         for time stamp.
3824         * org-table.el (org-table-export): Offer completion for translator
3825         functions, and do not require a heading above the table.
3827         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3828         Cater for the case of a list starting in the first line of the
3829         buffer.
3831 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3833         * org-publish.el (org-publish-find-title): Bug fix.
3834         (org-publish-org-index): Implement new :index-style option.
3836 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3838         * org-publish.el (org-publish-timestamp-filename): Use
3839         SHA1-encoded file names in the timestamp directory.
3841 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3843         * org-publish.el (org-publish-needed-p): Be verbose about files
3844         published and files skipped.
3846         * org-exp.el (org-export-preprocess-string): Swap link
3847         normalization and inernal link targeting.
3849         * org-publish.el (org-publish-needed-p): Create timestamp
3850         directory when it does not exist.
3852 2008-07-04  Bastien Guerry  <bzg@altern.org>
3854         * org-clock.el (org-clock-out-when-done): Doc fix.
3856         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3858         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3859         Ignore case when searching for the COMMENT cookie at export time.
3861 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3863         * org-exp.el (org-get-file-contents)
3864         (org-get-and-remove-property): New functions.
3865         (org-export-handle-include-files): Handle the new prefix options.
3866         (org-export-as-html): Fix the verse environment.
3868 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3870         * org.el (org-time=, org-time<, org-time<=, org-time>)
3871         (org-time>=, org-time<>, org-2ft): New functions.
3872         (org-op-to-function): Also provide for the time testing fucntions.
3874 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3876         * org-exp.el (org-export-html-style-default): New constant.
3878 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3880         * org-exp.el (org-export-html-style-extra): New variable.
3881         (org-export-splice-style): New function.
3883 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3885         * org-exp.el (org-export-plist-vars, org-export-as-html):
3886         Implement `org-export-creator-info'.
3887         (org-export-creator-info): New option.
3889 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3891         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3892         (org-property-drawer-re, org-clock-drawer-re): New constants.
3894 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3896         * org-exp.el (org-icalendar-use-deadline)
3897         (org-icalendar-use-scheduled): New options.
3898         (org-icalendar-include-todo): Default changed to t.
3899         (org-print-icalendar-entries): Implement better utilization of
3900         scheduling and deadline time stamps.
3901         (org-export-target-internal-links, org-export-as-html): Allow file
3902         lines without the "file:" prefix if the file path is an absolute
3903         path or starts with ".".
3905         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3906         lastweek etc.
3907         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3909 2008-06-18  Glenn Morris  <rgm@gnu.org>
3910         * org.el (org-map-entries): Let-bind `file'.
3912 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3914         * org.el (org-agenda-skip-archived-trees): Docstring now
3915         discourages using this.
3916         (org-scan-tags): Check for org-agenda-archives-mode.
3917         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3918         (org-agenda-files): Functionality of second arg changed.
3920         * org-agenda.el (org-agenda-archives-mode): New variable
3921         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3922         (org-search-view, org-todo-list, org-tags-view)
3923         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3924         `ifmode' argument.
3925         (org-agenda-quit): Reset the archives mode.
3926         (org-agenda-archives-mode): New command.
3927         (org-agenda-set-mode-name): Include archives info.
3929 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3931         * org.el (org-paste-subtree): Make sure the yanked headline is
3932         visible if it was yanked at a visible point.
3933         (org-move-item-up): Fix the bug with moving white space at the end
3934         of the item.
3935         (org-show-empty-lines-in-parent): New function.
3937 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3939         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3941         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3943         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3944         agenda prefix as well.
3946         * org-publish.el (org-publish-org-index): Make a properly indented
3947         list.
3949         * org.el (org-calendar-agenda-action-key): New option.
3950         (org-get-cursor-date): New function.
3951         (org-mark-entry-for-agenda-action): New command.
3952         (org-overriding-default-time): New variable.
3953         (org-read-date): Respect `org-overriding-default-time'.
3955         * org-remember.el (org-remember-apply-template): Respect the
3956         ovverriding default time.
3958         * org-agenda.el (org-agenda-action-marker): New variable.
3959         (org-agenda-action): New command.
3960         (org-agenda-do-action): New function.
3962 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3964         * org.el (org-schedule, org-deadline): Protect scheduled and
3965         deadline tasks against changes that accidently remove the
3966         repeater.  Also show a message with the new date when done.
3968 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3970         * org.el (org-beginning-of-line): Cater for the case when there
3971         are tags but no headline text.
3972         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3973         it set.
3975 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3977         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3978         the return value is nil instead of "nil" when there is no match.
3980         * org-exp.el (org-insert-centered): Use fill-column instead of
3981         80.
3982         (org-export-as-ascii): Use string-width to measure the width of
3983         the heading.
3985         * org.el (org-diary-to-ical-string): No longer kill buffer
3986         FROMBUF, this is now done by the caller.
3988         * org-exp.el (org-print-icalendar-entries): Move the call to
3989         `org-diary-to-ical-string' out of the loop, and kill the buffer
3990         afterwords.
3992         * org-remember.el (org-remember-visit-immediately): Position
3993         cursor after moving to the note.
3994         (org-remember-apply-template): Use a text property to record the
3995         cursor position.
3996         (org-remember-handler): Align tags after pasting the note.
3998 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4000         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4002         * org-agenda.el (org-agenda-open-link): If there is an
4003         org-bbdb-name property in the current line, jump to that bbdb
4004         entry.
4006         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4007         text property, so that the agenda knows where this entry comes
4008         from.
4010         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4011         interaction between clocking-in from the agenda, and  automatic
4012         task state switching.
4014         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4016         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4017         zmacs-region stays after this command in XEmacs.
4019 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4021         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4023         * org-remember.el (org-remember-templates): Fix bug in
4024         customization type definition.
4026         * org.el (org-map-entries): New function.
4028 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4030         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4031         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4033 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4035         * org-remember.el (org-jump-to-target-location): New variable.
4036         (org-remember-apply-template): Set
4037         `org-remember-apply-template' if requested by template.
4038         (org-remember-handler): Start an idle timer to jump to
4039         remember location.
4041         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4043         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4044         file tags.
4045         (org-get-tags-at): Add the content of `org-file-tags'.
4047         * org-exp.el (org-export-handle-comments): Fix bug with several
4048         comment lines after each other.
4049         (org-number-to-roman, org-number-to-counter): New functions.
4050         (org-export-section-number-format): New option.
4052 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4054         * org-exp.el (org-export-protect-examples): Catch the case of a
4055         missing end_example line.
4057         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4058         `org-file-tags' to nil.
4060         * org-colview.el (org-columns-next-allowed-value): Handle next
4061         argument NTH to directly select a value.
4063         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4064         argument NTH to directly select a value.
4066 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4068         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4070 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4072         * org.el (org-columns-ellipses): New option.
4074 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4076         * org-colview.el (org-columns-add-ellipses): New function.
4077         (org-columns-compact-links): New function.
4078         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4079         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4080         when in agenda.
4081         (org-columns-edit-value): Fixed bug with editing values from
4082         agenda column view.
4083         (org-columns-redo): Also redo the agenda itself.
4085 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4087         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4088         option.
4090         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4092         * org-exp.el (org-export-ascii-preprocess): Renamed from
4093         `org-export-ascii-clean-string'.
4094         (org-export-kill-licensed-text)
4095         (org-export-define-heading-targets)
4096         (org-export-handle-invisible-targets)
4097         (org-export-target-internal-links)
4098         (org-export-remove-or-extract-drawers)
4099         (org-export-remove-archived-trees)
4100         (org-export-protect-quoted-subtrees)
4101         (org-export-protect-verbatim, org-export-protect-examples)
4102         (org-export-select-backend-specific-text)
4103         (org-export-mark-blockquote-and-verse)
4104         (org-export-remove-comment-blocks-and-subtrees)
4105         (org-export-handle-comments, org-export-mark-radio-links)
4106         (org-export-remove-special-table-lines)
4107         (org-export-normalize-links)
4108         (org-export-concatenate-multiline-links)
4109         (org-export-concatenate-multiline-emphasis): New functions,
4110         obtained from spliiting the export preprocessor.
4112         * org-table.el (org-table-recalculate): Improve error message if
4113         the row number is invalid.
4115 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4117         * org-archive.el (org-archive-save-context-info): Fix bugs in
4118         customization setup and docstring.
4120         * org-exp.el (org-export-html-style): Changed the size of in the
4121         <pre> element to 90%.
4123 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4125         * org.el (org-find-src-example-start): Function removed.
4126         (org-edit-src-find-region-and-lang): New function.
4128 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4130         * org.el (org-edit-src-exit): New function.
4131         (org-exit-edit-mode): New minor mode.
4133         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4134         comment-like lines from protected examples.
4136         * org.el (org-edit-src-example, org-find-src-example-start)
4137         (org-protect-source-example, org-edit-special): New functions.
4139 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4141         * org-publish.el (org-publish-project-alist): Fix typo in
4142         docstring.
4143         (org-publish-project-alist): Handle :index-title property.
4145 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4147         * org-export-latex.el (org-export-as-latex): Make sure region
4148         bounds are correct.  Parse subtree properties relating to export.
4150         * org-exp.el (org-export-add-options-to-plist): New function.
4151         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4153 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4155         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4156         EXPORT_TITLE.
4158         * org-exp.el (org-export-get-title-from-subtree)
4159         (org-export-as-ascii, org-export-as-html): Make sure the original
4160         region-beginning and region-end are used, even after moving
4161         point.
4162         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4163         property.
4165         * org-remember.el (org-remember-last-stored-marker): New variable.
4166         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4167         (org-remember-handler): Also use marker to remember
4168         last-stored position.
4170         * org.el (org-goto-marker-or-bmk): New function.
4172 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4174         * org.el (org-file-properties): Renamed from `org-local-properties'.
4175         (org-scan-tags): Take file tags into account.
4176         (org-tags-match-list-sublevels): Default changed to t.
4178         * org-exp.el (org-export-as-html): Close paragraph after a
4179         footnote.
4181         * org.el (org-update-parent-todo-statistics): New function.
4183         * org-exp.el (org-icalendar-store-UID): New option.
4184         (org-icalendar-force-UID): Option removed.
4185         (org-print-icalendar-entries): IMplement UIDs.
4187 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4189         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4191 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4193         * org-faces.el (org-column): Document how this face is being used
4194         and why sometimes the background faces shine through.
4196         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4198         * org-publish.el (org-publish-attachment): Create publishing
4199         directory if it does not yet exist.
4201         * org-table.el (org-calc-default-modes): Change default number
4202         format to (float 8).
4204         * org.el (org-olpath-completing-read): New function.
4205         (org-time-clocksum-format): New option.
4206         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4208         * org-clock.el (org-clock-display, org-clock-out)
4209         (org-update-mode-line): Use `org-time-clocksum-format'.
4211         * org-colview-xemacs.el (org-columns-number-to-string): Use
4212         `org-time-clocksum-format'.
4214         * org-colview.el (org-columns-number-to-string): Use
4215         `org-time-clocksum-format'.
4217 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4219         * org-id.el: New file, move from contrib to core.
4221         * org-exp.el (org-icalendar-force-UID): New option.
4223 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4225         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4226         shifted by one day if theere is a date range without an end
4227         time.
4229         * org.el (org-try-structure-completion): New function.
4231 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4233         * org.el (org-set-font-lock-defaults): Improve fontification of
4234         description lists.
4235         (org-insert-item): Handle description lists.
4236         (org-adaptive-fill-function): Improve auto indentation in
4237         description lists.
4239         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4240         Implement VERSE environment.
4241         (org-export-preprocess-string): Implement the COMMENT
4242         environment.
4244         * org-export-latex.el (org-export-latex-preprocess): Implement
4245         VERSE environment.
4247 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4249         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4250         option.
4252 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4254         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4256         * org.el (org-quote-csv-field): New functions.
4258         * org-table.el (org-table-export-default-format): Remove :splice
4259         from default format, we get the same effect by not specifying
4260         :tstart and :tend.
4261         (org-table-export): Improve setup, distinguish better between
4262         interactive and non-interactive use, allow specifying the format
4263         on the fly, better protection against wrong file names.
4264         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4265         and :tend when :splice is omitted.
4267 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4269         * org-clock.el (org-clock-select-task): Make sure the selection
4270         letters are 1-9 and A-Z, no special characters.
4272 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4274         * org-exp.el (org-export-htmlize): New group.
4275         (org-export-htmlize-output-type)
4276         (org-export-htmlize-css-font-prefix): New options.
4277         (org-export-htmlize-region-for-paste): New function.
4278         (org-export-htmlize-generate-css): New command.
4280 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4282         * org/org.el (org-modules, org-format-latex-options):
4283         * org/org-archive.el (org-archive-stamp-time)
4284         (org-archive-save-context-info):
4285         * org/org-faces.el (org-hide):
4286         * org/org-irc.el (org-irc-parse-link):
4287         * org/org-macs.el (org-call-with-arg, org-autoload):
4288         * org/org-mew.el (org-mew-store-link):
4289         * org/org-remember.el (org-remember-store-without-prompt)
4290         (org-remember-templates): Fix typos in docstrings.
4292         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4294         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4295         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4296         (org-bbdb-anniv-split): Fix typos in docstrings.
4298         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4299         (org-publish-use-timestamps-flag): Reflow docstring.
4300         (org-publish-files-alist): Fix typos in docstring.
4302 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4304         * org.el (org-set-visibility-according-to-property): New function.
4305         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4306         and compute the regular expressions, and update font-lock.
4307         (org-property-re): Allow a dash in property names.
4309         * org-archive.el (org-extract-archive-file): Insert the file name
4310         without the path into the format, to allow the location format to
4311         contain a subdirectory.
4313         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4314         of buffer, and the `org-agenda-type' property undefined, use the
4315         value from the character before.
4317         * org.el (org-add-planning-info): Don't let indentation for
4318         would-be timestamp become extra whitespace at the end of headline.
4320 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4322         * org.el (org-remove-double-quotes, org-file-contents): New
4323         functions.
4325         * org-exp.el (org-infile-export-plist): Also parse the
4326         contents of #+SETUPFILE files, recursively.
4328         * org.el (org-set-regexps-and-options): Also parse the
4329         contents of #+SETUPFILE files, recursively.
4331         * org-exp.el (org-export-handle-include-files): New function.
4332         (org-export-preprocess-string): Call
4333         `org-export-handle-include-files'.
4335         * org.el (org-delete-property-globally)
4336         (org-delete-property, org-set-property): Ignore case during
4337         completion.
4338         (org-set-property): Use `org-completing-read' instead of
4339         `completing-read'.
4341         * org.el (org-complete-expand-structure-template): New,
4342         experimental function.
4343         (org-structure-template-alist): New, experimental option.
4344         (org-complete): Call `org-complete-expand-structure-template'.
4346 2008-05-06  Bastien Guerry  <bzg@altern.org>
4348         * org-export-latex.el (org-export-latex-preprocess): Added
4349         support for blockquotes.
4351 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4353         * org.el (org-read-date-analyze): Catch the case where only a
4354         weekday is given.
4356 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4358         * org.el (org-set-font-lock-defaults): Make the description
4359         tag bold.
4361         * org-exp.el (org-export-as-html, org-close-li): Implement
4362         description lists.
4364 2008-05-04  Jason Riedy  <jason@acm.org>
4366         * org-table.el (*orgtbl-default-fmt*): New variable.
4367         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4368         when there is no other fmt available.
4370         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4371         :tend to suppress the appropriate string.
4373         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4374         table.
4376 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4378         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4379         read date.
4381         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4382         New function.
4384         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4385         New function.
4387 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4389         * org-clock.el (org-clock-find-position): Don't include notes
4390         into clock drawer.
4392         * org-archive.el (org-archive-subtree): No longer remove an
4393         extra line after cutting the subtree.  `org-cut-subtree' already
4394         takes care of this.
4396         * org-remember.el (org-remember-handler): Only kill the target
4397         buffer if it does not contain the running clock.
4399         * org.el (org-markers-to-move): New variable.
4400         (org-save-markers-in-region, org-check-and-save-marker)
4401         (org-reinstall-markers-in-region): New function.
4402         (org-move-subtree-down, org-copy-subtree): Remember relative
4403         marker positions before cutting.
4404         (org-move-subtree-down, org-paste-subtree): Restore relative
4405         marker positions after pasting.
4407         * org-remember.el (org-remember-clock-out-on-exit): New option.
4408         (org-remember-finalize): Clock out only if the setting in
4409         `org-remember-clock-out-on-exit' requires it.
4410         (org-remember-handler): Do the cleanup in the buffer, to make sure
4411         that the clock marker remains in tact.
4413 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4415         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4416         (org-clock-in): Make sure that also tasks outside the narrowed
4417         region will be clocked in correctly.
4418         (org-clock-insert-selection-line): Widen the buffer so that we can
4419         find the correct task heading.
4421         * org.el (org-base-buffer): New function.
4423         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4424         and ";" are escaped.
4425         (org-print-icalendar-entries): Also apply
4426         `org-icalendar-cleanup-string' to the headline, not only to the
4427         summary property.
4429 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4431         * org-exp.el (org-export-preprocess-hook): New hook.
4432         (org-export-preprocess-string): Call
4433         `org-export-preprocess-hook'.
4435         * org.el (org-font-lock-hook): New variable.
4436         (org-font-lock-hook): New function.
4437         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4439 ;; Local Variables:
4440 ;; coding: utf-8
4441 ;; add-log-time-zone-rule: t
4442 ;; End:
4444     Copyright (C) 2008  Free Software Foundation, Inc.
4446   This file is part of GNU Emacs.
4448   GNU Emacs is free software: you can redistribute it and/or modify
4449   it under the terms of the GNU General Public License as published by
4450   the Free Software Foundation, either version 3 of the License, or
4451   (at your option) any later version.
4453   GNU Emacs is distributed in the hope that it will be useful,
4454   but WITHOUT ANY WARRANTY; without even the implied warranty of
4455   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4456   GNU General Public License for more details.
4458   You should have received a copy of the GNU General Public License
4459   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4461 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c