Switch directly from CHILDREN to FOLDED if there is no subtree.
[org-mode.git] / lisp / ChangeLog
blob586ad98f0c01e1aaf97d4a7fa897c3cc96e42421
1 2009-07-31  Bastien Guerry  <bzg@altern.org>
3         * org.el (org-make-link-regexps): Don't exclude parentheses from
4         `org-plain-link-re'
5         (org-cycle-internal-local): When locally cycling, switch directly
6         from CHILDREN to FOLDED if there is no subtree
7         (org-cycle): Update the docstring to document the new behavior of
8         `org-cycle-internal-local'.
10 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
12         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13         an abbreviated format for days.
15 2009-07-27  Bastien Guerry  <bzg@altern.org>
17         * org-protocol.el (org-protocol-default-template-key): New
18         option.
20         * org.el (org-refile): Bugfix: save-excursion before reading the
21         refile target, otherwise cursor moves might confuse `org-refile'.
23         * org-html.el (org-export-as-html): Bugfix: correctly convert the
24         footnote reference before the footnote itself.
26         * org.el (org-toggle-heading): Bugfix: correctly convert list
27         items before the first headline.
29         * org-html.el (org-export-html-footnote-format): New option for
30         formatting the footnote reference.
31         (org-export-as-html): Use the new option.
33         * org.el (org-provide-todo-statistics): Allow a list of TODO
34         keywords to compute statistics against headlines containing a
35         keyword from this list.
36         (org-update-parent-todo-statistics): Possibly use the new allowed
37         value of `org-provide-todo-statistics'.
39 2009-07-26  Bastien Guerry  <bzg@altern.org>
41         * org-timer.el: Add autoload cookie.
43         * org.el (org-occur-link-in-agenda-files): New function.
45         * org-timer.el (org-timer-last-timer): New variable.
47         * org-agenda.el (org-agenda-mode-map): New key for
48         org-timer-set-timer called from the agenda.
50         * org.el (org-mode-map): New key for org-timer-set-timer.
52         * org-timer.el (org-timer-reset-timers)
53         (org-timer-show-remaining-time, org-timer-set-timer): New
54         functions.
56         * org-clock.el (org-show-notification): Update the docstring.
58         * org.el (org-provide-todo-statistics): Allow new value
59         'all-headlines for this option, which includes entries with no
60         TODO keywords in the todo statistics.
61         (org-update-parent-todo-statistics): Possibly use the new
62         'all-headline value from `org-provide-todo-statistics'.
64 2009-07-25  Bastien Guerry  <bzg@altern.org>
66         * org-clock.el (org-dblock-write:clocktable): Add a new option
67         :timestamp which allows display of timestamps in clock reports.
69         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
70         list to a subtree, preserving the structure of the list.
71         (org-set-emph-re): Make the last element optional in the regexp.
72         This regexp now matches an emphasized string at the end of a line.
74         * org-list.el (org-list-goto-true-beginning)
75         (org-list-make-subtree, org-list-make-subtrees): New functions.
77         * org.el (org-eval-in-calendar): Select the right frame.
78         (org-save-frame-excursion): Remove this macro.
80 2009-07-24  Bastien Guerry  <bzg@altern.org>
82         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
83         trying to find the beginning of a list.
85         * org-exp.el (org-get-file-contents): Use a new argument: markup.
86         When present, tell org-get-file-contents not to protect org-like
87         lines.
89         * org-id.el (org-id-uuid-program): New option to set the name of
90         the uuidgen program.
91         (org-id-method): Use `org-id-uuid-program'.
92         (org-id-new): Use `org-id-uuid-program'.
94 2009-07-23  Bastien Guerry  <bzg@altern.org>
96         * org-exp.el (org-export-number-lines): Allow whitespace in code
97         references.  Allow the -r switch to remove the references in the
98         source code even when the lines are not numbered: the labels can
99         be explicit enough.
101         * org.el (org-fontify-whole-heading-line): New option.
102         (org-set-font-lock-defaults): Use the new option.
104         * org-clock.el (org-show-notification-handler): New option.
105         (org-show-notification): Use the new option.
107 2009-07-21  Bastien Guerry  <bzg@altern.org>
109         * org.el (org-eval-in-calendar): Fix a bug about calendar
110         navigation when `calendar-setup' value is 'calendar-only.
112 2009-07-19  Bastien Guerry  <bzg@altern.org>
114         * org.el (orgstruct++-mode): Fix typo in docstring.
115         (org-insert-link): Clean up: (or (...)) => (...)
116         (org-insert-link): Use TAB for stored links completion.
118 2009-07-18  Bastien Guerry  <bzg@altern.org>
120         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
121         building the list of targets.
123         * org-remember.el (org-remember-delete-empty-lines-at-end): New
124         option.
125         (org-remember-handler): Use the new option.
127 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
129         * org.el (org-tags-sort-function): New option for sorting tags.
130         (org-set-tags): Use the new option to sort tags.
132         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
133         premature deletion of the data when using org-plot in a script.
135 2009-07-17  Bastien Guerry  <bzg@altern.org>
137         * org-clock.el (org-clock-in-prepare-hook): New hook.
138         (org-clock-in): Use this new hook.
140 2009-07-16  Bastien Guerry  <bzg@altern.org>
142         * org.el (org-special-ctrl-a/e): Explicitely bind the value
143         'reversed for this option to the "true line boundary first"
144         behavior.
145         (org-tags-match-list-sublevels): Document the 'indented value for
146         this variable.
148         * org-latex.el (org-export-latex-first-lines): Fix problem with
149         publishing the region.
151         * org-exp.el (org-export-format-source-code-or-example): Fix
152         bad line numbering when exporting examples in HTML.
154 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-clock.el (org-clock-goto): Find hidden headlines as well.
158         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
160         * org-plot.el (org-plot/add-options-to-plist): Add timeind
161         option.
163 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org-publish.el (org-publish-remove-all-timestamps): New function.
166         (org-publish-all): Remove all timestamp files if `org-publish-all'
167         is called with a prefix argument.
169         * org-list.el (org-indent-item): Fix typo.
170         (org-item-indent-positions): Normalize ordered bullet.
172         * org-html.el (org-export-html-home/up-format): New option.
173         (org-export-as-html): Insert the up and HOME links.
175 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-html.el (org-export-as-html): Insert the title into the
178         option plist.
179         (org-export-html-insert-plist-item): New function.
180         (org-export-as-html): Call `org-export-html-insert-plist-item'.
182         * org-macs.el (org-set-local): Make a local variable, do not make
183         the variable buffer-local!
185         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
187         * org-html.el (org-export-as-html): Call `org-install-letbind'.
189         * org-docbook.el (org-export-as-docbook): Call
190         `org-install-letbind'.
192         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
194         * org-exp.el (org-infile-export-plist): Read BIND lines.
195         (org-install-letbind): New function.
196         (org-export-as-org, org-export-preprocess-string): Call
197         `org-install-letbind'.
199         * org-src.el (org-edit-src-exit): Untabify the example before
200         returning to Org.
202         * org-list.el (org-list-demote-modify-bullet): New option.
203         (org-first-list-item-p): Save point.
204         (org-fix-bullet-type): New optional argument FORCE-BULLET.
205         (org-indent-item): Honor `org-list-demote-modify-bullet'.
206         (org-item-indent-positions): Return bullet types along with
207         indentation.
209 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org.el (org-show-entry): Hide drawers.
213 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
215         * org-footnote.el (org-footnote-auto-adjust): New option.
216         (org-footnote-auto-adjust-maybe): New function.
217         (org-footnote-new, org-footnote-delete): Call
218         `org-footnote-auto-adjust-maybe'.
220         * org.el (org-startup-options): Add new footnote-related
221         keywords.
223         * org-publish.el (org-publish-timestamp-filename): Additional
224         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
225         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
226         TRUE-PUB-DIR.  Pass them through to
227         `org-publish-timestamp-filename'.
228         (org-publish-update-timestamp): Additional arguments PUB-DIR and
229         PUB-FUNC, which are included in the hash.
230         (org-publish-file): Delay timestamp test until the publishing
231         function is known.
233 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
236         setting the deadline.
238         * org.el (org-read-date-final-answer): New variable.
239         (org-read-date): Store the final answer string, including the date
240         from the calendar, for reuse by agenda bulk commands.
242         * org-publish.el (org-publish-attachment): Fix publishing of
243         attachments.
245         * org-latex.el (org-export-latex-quotation-marks): Fix export of
246         quotation makrs in parenthesis.
247         (org-remove-initial-hash): New function.
248         (org-export-latex-preprocess): Fix bug with infinite loop if
249         environment is not properly closed.
251         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
252         when indented.
254         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
255         highlight also when indented.
257 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org-footnote.el (org-footnote-renumber-fn:N): New command.
260         (org-footnote-action): Offer renumbering.
262         * org.el (org-cycle): Honor the `integrate' value of
263         org-cycle-include-plain-lists'.
265         * org-list.el (org-cycle-include-plain-lists): New allowed value
266         `internal'.  Improve the docstring.
268         * org.el (org-set-autofill-regexps): Improve the paragraph-start
269         regexp to work better with LaTeX commands.
271 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-feed.el (org-feed-update): fix problem with non-existing
274         buffer.
275         (org-feed-skip-http-headers): New function.
276         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
277         (org-feed-get-feed): Fix command line arguments for curl.
279 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
282         and eps extensions.
284 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
286         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
287         loaded.
289         * org.el (org-map-entries): No longer force
290         `org-tags-match-list-sublevels' to t during a todo-only tags
291         search.
293 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
295         * org-latex.el (org-export-latex-low-levels): Allow user-defined
296         environment.
297         (org-export-latex-subcontent): Handle user-defined environment.
299         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
300         the View dispatcher.
302         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
303         `make-overlay'.
305         * org-latex.el (org-export-as-pdf): Protect match data during call
306         to shell-quote-argument.
308         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
309         (org-agenda-view-mode-dispatch): New function.
311 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-agenda.el (org-agenda-mode): Reset list of marks.
314         (org-agenda-mode-map): Define new keys for refile and bulk action.
315         (org-agenda-menu): Add menu itesm for refile and bulk action.
316         (org-agenda-refile): New function.
317         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
318         (org-agenda-marked-entries): New variable.
319         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
320         (org-agenda-remove-all-bulk-action-marks)
321         (org-agenda-bulk-action): New functions/commands.
323 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-exp.el (org-get-file-contents): Protect org-like lines in
326         included files.
327         (org-export-format-source-code-or-example): Remove newlines.
329         * org-latex.el (org-export-latex-links): Check for no-description
330         marking.
332         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
333         argument separator back to comma.
334         (org-export-normalize-links): Mark links without description.
336 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org-exp.el (org-infile-export-plist): Fix bug in macro
339         processing.
341         * org-agenda.el (org-agenda-clock-out): Update line after clocking
342         out.
343         (org-agenda-highlight-todo): Fix bug with highlighting.
345 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
348         new alignment strings.
350         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
351         command list.
352         (org-table-align): Check for forced align type.
354         * org.el (org-self-insert-command): Add yas/expand to command
355         list.
357         * org-clock.el (org-clock-in-hook): New hook.
358         (org-clock-in): Run `org-clock-in-hook.
359         (org-clock-out-hook): New hook.
360         (org-clock-out): Run `org-clock-out-hook.
361         (org-clock-cancel-hook): New hook.
362         (org-clock-cancel): Run `org-clock-cancel-hook.
363         (org-clock-goto-hook): New hook.
364         (org-clock-goto): Run `org-clock-goto-hook.
366 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
368         * org.el (org-store-link): Better default description for link to
369         Org-mode headline.
371         * org-exp.el (org-export-generic): Autoload the generic exporter
372         function.
373         (org-export): Implement the `g' key for the generic exporter.
375 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
377         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
378         and for zbacktab'.
380         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
382         * org-exp.el (org-infile-export-plist): Get macros also from
383         #+SETUPFILE.
385 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-colview.el (org-columns-capture-view): Protect vertical bars
388         in column values.
389         (org-columns-capture-view): Exclude comment and archived trees.
391         * org-colview-xemacs.el (org-columns-capture-view): Protect
392         vertical bars in column values.
393         (org-columns-capture-view): Exclude comment and archived trees.
395         * org.el (org-quote-vert): New function.
397         * org-latex.el (org-export-latex-verbatim-wrap): New option.
399         * org-exp.el (org-export-format-source-code-or-example): Use
400         `org-export-latex-verbatim-wrap'.
402         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
403         time stamps.
405         * org-html.el (org-export-table-row-tags): New option.
406         (org-format-org-table-html): Rename `nlines' to `nline', use new
407         option.
410 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
412         * org-exp-blocks.el: Declare functions and variables.
414         * org-remember.el (org-remember-templates): Allow the headline
415         element to be a function.
416         (org-remember-apply-template): If the headline is a function, call
417         it to get the true function.
419         * org-clock.el (org-clock-menu): New function.
420         (org-clock-update-mode-line): Update help string.
421         (org-clock-modify-effort-estimate): New function.
422         (org-clock-mark-default-task): New function.
424         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
425         minutes as input.
426         (org-org-menu): Add new clocking stuff.
427         (org-clock-is-active): New function.
429 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
431         * org.el (org-open-non-existing-files): Improve docstring.
433 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
435         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
436         option.
437         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
439         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
441         * org-list.el (org-get-checkbox-statistics-face): Use the new
442         faces.
444         * org-faces.el (org-checkbox-statistics-todo)
445         (org-checkbox-statistics-done): New faces.
447 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
450         (org-edit-src-exit): Better cursor positioning when returning from
451         editing.
453         * org-latex.el (org-export-latex-use-verb): New variable.
454         (org-export-latex-emph-format): Prefer \texttt over \verb when
455         org-export-latex-use-verb is set.
457 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
459         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
460         at normal indentation.
462         * org-html.el (org-export-html-close-lists-maybe): Also look at
463         normal indentation.
465         * org-remember.el (org-remember-handler): Abort remember if the
466         buffer is empty.
468         * org-src.el (org-edit-src-content-indentation): New option.
469         (org-edit-src-exit): Apply extra indentation.
471         * org-exp.el (org-export-format-source-code-or-example): Run
472         `org-src-mode-hook'.
474         * org-src.el (org-src-mode-hook): New variable.
475         (org-edit-src-code): Run `org-src-mode-hook'.
477 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org.el (org-indent-line-function): Fix indentation of +#end lines.
481         * org-src.el (org-edit-src-get-indentation): New function.
482         (org-edit-src-code): Base indentation on the begin line.
484 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
486         * org-gnus.el (org-gnus-store-link): Require message.el in
487         org-gnus-store-link.
489 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org-src.el: New file, split out of org.el
493         * org-docbook.el (org-export-as-docbook): Better indentation
494         treatment.
496         * org-macs.el (org-replace-match-keep-properties): New function.
498         * org-exp.el (org-export-mark-blockquote-verse-center): Better
499         preprocessing of center and quote and verse blocks.
501         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
502         (org-export-as-docbook): Close lists when original indentation
503         mandates it.
505         * org-html.el (org-export-html-close-lists-maybe): New function.
506         (org-export-as-html): Close lists when original indentation
507         mandates it.
509         * org-list.el (org-list-end): Respect the stored "original"
510         indentation when determining the end of the list.
512         * org-exp.el (org-export-replace-src-segments-and-examples):
513         Remember indentation correctly.
515 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org-clock.el (org-clock-update-mode-line): Apply face
518         org-mode-line-clock.
520         * org-faces.el (org-mode-line-clock): New face.
522 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
524         * org-gnus.el (org-gnus-store-link): Fix bug where
525         `org-gnus-store-link' used wrong subject when called in an article
526         buffer.  Patch provided by fengli AT gmail DOT com.
528 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
530         * org-exp.el (org-export-format-source-code-or-example): Remember
531         the original indentation of source code snippets and examples.
533         * org-latex.el (org-export-as-latex): Relocate the table of
534         contents.
536         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
538         * org-agenda.el (org-run-agenda-series): Scope global options also
539         when creating the agenda buffer.
541 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org.el (org-adapt-indentation): Improve documentation.
544         (org-insert-property-drawer): Respect org-adapt-indentation when
545         inserting the drawer.
546         (org-remove-flyspell-overlays-in): New function.
547         (org-do-emphasis-faces, org-activate-plain-links)
548         (org-activate-code, org-fontify-meta-lines-and-blocks)
549         (org-activate-angle-links, org-activate-footnote-links)
550         (org-activate-bracket-links, org-activate-dates)
551         (org-activate-target-links, org-activate-tags): Remove flyspell
552         overlays.
554 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org.el (org-edit-src-save): New function.
558         * org-clock.el (org-clock-out-switch-to-state): New option.
559         (org-clock-out): Honor `org-clock-out-switch-to-state'.
561         * org-compat.el (org-compatible-face): Improve macro.
563         * org.el (org-global-properties-fixed): Add default for
564         CLOCK_MODELINE_TOTAL.
566         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
567         andd tend.
568         (org-clock-sum-current-item): Optional argument TSTART, pass it to
569         org-clock-sum.
570         (org-clock-get-sum-start): New function.
572         * org.el (org-startup-options): New keywords blockhide and
573         blockshow.
574         (org-mode): Add new invisibility spec.
575         (org-set-startup-visibility): Hide block on startup if so
576         desired.
577         (org-hide-block-startup): New option.
578         (org-block-regexp): New constant.
579         (org-hide-block-overlays): New variable.
580         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
581         (org-show-block-all, org-hide-block-toggle-maybe)
582         (org-hide-block-toggle): New functions.
583         (org-edit-src-exit): Do not quote lines starting with # and no +
584         behind it.
585         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
586         entry.
588 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org.el (org-buffer-property-keys): Add Effort property for
591         completion.
593 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
596         when retrieving total clocked time in the subtree.
598         * org.el (org-quoting-blocks): New variable.
600 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
602         * org-table.el (org-table-store-formulas)
603         (org-table-get-stored-formulas, org-table-fix-formulas)
604         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
605         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
607         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
608         indented #+TBLFM line.
610         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
611         indented #+TBLFM line.
613         * org-colview.el (org-dblock-write:columnview): Allow indented
614         #+TBLFM line.
616         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
617         indented #+TBLFM line.
619         * org-clock.el (org-dblock-write:clocktable): Allow indented
620         #+TBLFM line.
622 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-exp.el (org-export-format-source-code-or-example): Make
625         editing indented blocks work correctly.
627         * org.el (org-edit-src-nindent): New variable.
628         (org-edit-src-code, org-edit-fixed-width-region)
629         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
630         editing indented blocks work correctly.
632 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
635         indented blocks.
636         (org-export-format-source-code-or-example): Fix indentation of
637         blocks.
638         (org-export-remove-indentation): New function.
639         (org-export-select-backend-specific-text): Allow backend-specific
640         code to be indented.
641         (org-export-mark-blockquote-verse-center): Allow markers to be
642         indented.
644         * org.el (org-fontify-meta-lines): New function.
645         (org-set-font-lock-defaults): Call the new fontification
646         function.
648         * org-faces.el (org-meta-line): New face
649         (org-block):  New face.
651 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org.el (org-treat-insert-todo-heading-as-state-change)
654         (org-treat-S-cursor-todo-selection-as-state-change): New
655         variables.
656         (org-insert-todo-heading): Honor
657         `org-treat-insert-todo-heading-as-state-change'.
658         (org-shiftright, org-shiftleft): Honor
659         `org-treat-S-cursor-todo-selection-as-state-change'.
660         (org-inhibit-logging): New variable.
662 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
665         range for marker position checking.
667         * org-latex.el (org-export-latex-first-lines): Fix bug when
668         exporting a region.
670 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-exp.el (org-export-push-to-kill-ring): Protect using
673         x-set-selection, because that does not always work.
675         * org-agenda.el (org-agenda-list): Apply the new face
676         `org-agenda-date-today'.
678         * org-faces.el (org-agenda-date-today): New face.
680 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
682         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
683         creating appointments.
685         * org-latex.el (org-export-latex-low-levels): Fix customization
686         type.
688         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
689         priority commands.
691         * org-agenda.el (org-agenda-priority): Disable priority commands.
693         * org.el (org-enable-priority-commands): New option.
695         * org-colview-xemacs.el (org-columns-compute)
696         (org-columns-number-to-string): Fix problems with empty fields.
698         * org-colview.el (org-columns-compute)
699         (org-columns-number-to-string): Fix problems with empty fields.
701         * org-exp.el (org-export-push-to-kill-ring): New function.
702         (org-export-copy-to-kill-ring): New option.
704         * org-latex.el (org-export-as-latex): Call
705         `org-export-push-to-kill-ring'.
707         * org-html.el (org-export-as-html): Call
708         `org-export-push-to-kill-ring'.
710         * org-docbook.el (org-export-as-docbook): Call
711         `org-export-push-to-kill-ring'.
713         * org-ascii.el (org-export-as-ascii): Call
714         `org-export-push-to-kill-ring'.
716         * org-exp.el (org-export-show-temporary-export-buffer): New
717         option. 
719         * org-latex.el (org-export-as-latex): Use
720         `org-export-show-temporary-export-buffer'.
722         * org-html.el (org-export-as-html): Use
723         `org-export-show-temporary-export-buffer'.
725         * org-docbook.el (org-export-as-docbook): Use
726         `org-export-show-temporary-export-buffer'.
728         * org-ascii.el (org-export-as-ascii-to-buffer): Use
729         `org-export-show-temporary-export-buffer'.
731         * org-exp.el (org-export-show-temporary-export-buffer): New
732         option.
733         (org-export-push-to-kill-ring): New function.
735         * org-colview.el (org-columns-compile-map): New variable.
736         (org-columns-new, org-columns-compute)
737         (org-columns-number-to-string, org-columns-uncompile-format)
738         (org-columns-compile-format): Implement new operators.
740 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
744         * org-html.el (org-export-html-xml-declaration): New option.
745         (org-export-as-html): Use `org-export-html-xml-declaration'.
747         * org-list.el (org-update-checkbox-count): Make property
748         dependent.
750         * org.el (org-hierarchical-todo-statistics): New option.
751         (org-update-parent-todo-statistics): Modified to handle recursive
752         statistics.
754 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
756         * org-publish.el (org-publish): Make this function behave
757         correctly in interactive use when called with a prefix argument.
759         * org.el (org-todo-statistics-hook): New hook.
760         (org-update-parent-todo-statistics): Use new hook.
761         (org-log-into-drawer): New function.
762         (org-add-log-setup): Use the new `org-log-into-drawer' function to
763         determine if we should be logging into a drawer.
764         (org-log-into-drawer): Update docstring.
765         (org-default-properties): Add LOG_INTO_DRAWER as a property.
767         * org-list.el (org-checkbox-statistics-hook): New hook.
768         (org-update-checkbox-count-maybe): Use new hook.
770         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
771         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
772         to kill ring.
774 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
777         a line.
779 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
782         better bufer-generating mechanism.
783         (org-edit-src-find-buffer): New function.
785         * org-icalendar.el (org-print-icalendar-entries): Don't check for
786         archive tag, this is already done by `org-agenda-skip'.
787         data while constructing lost of tags.
789 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
791         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
792         as argument separator in macros.
794         * org-html.el (org-export-as-html): Add xml declaration.
796 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
798         * org.el (org-after-sorting-entries-or-items-hook): New hook.
799         (org-sort-entries-or-items): Run the new hook.
800         (org-after-refile-insert-hook): New hook.
801         (org-refile): Run `org-after-refile-insert-hook'.
803         * org-agenda.el (org-agenda-get-progress): Never take time of day
804         from headline when displaying progress.
806         * org-latex.el (org-export-latex-complex-heading-re): New variable.
807         (org-export-as-latex): Force the correct regexp in the
808         preprocessor buffer.
809         (org-export-latex-set-initial-vars): Set
810         `org-export-latex-complex-heading-re'.
812         * org-agenda.el (org-agenda-start-with-log-mode): New option.
813         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
815 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
817         * org-latex.el (org-export-latex-tables-centered): New option.
818         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
820         * org-exp.el (org-export-as-org): New command.
821         (org-export-as-org): New command.
823         * org-publish.el (org-publish-org-to-org): New function.
825 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
827         * org.el (org-yank): Just call `org-yank-generic'.
828         (org-yank-generic): New function, containing the formaer
829         functionality of `org-yank'.
831         * org-latex.el (org-export-latex-not-done-keywords)
832         (org-export-latex-done-keywords): New variables.
833         (org-export-latex-todo-keyword-markup): New option.
834         (org-export-latex-set-initial-vars): Remember the TODO keywords.
835         (org-export-latex-keywords-maybe): Apply the TODO markup.
837 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-exp.el (org-infile-export-plist): Add more default macros.
840         (org-export-preprocess-apply-macros): Process macro arguments.
842 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
844         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
845         `unblocked'.
846         (org-print-icalendar-entries): Respect the new value of
847         `org-icalendar-include-todo'.
849         * org.el (org-link-try-special-completion)
850         (org-file-complete-link): New functions.
851         (org-insert-link): Add special completion support for some link
852         types.
854         * org-bbdb.el (org-bbdb-complete-link): New function.
856 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
858         * org-list.el (org-update-checkbox-count): Allow recursive
859         statistics.
860         (org-hierarchical-checkbox-statistics): New option.
862         * org.el (org-cycle): Remove erraneous space character.
864         * org-icalendar.el (org-icalendar-timezone): Initialize from
865         environment.
867         * org-html.el (org-format-org-table-html): Specify the scope.
868         (org-format-table-table-html): Specify the scope.
869         (org-export-table-header-tags): Prepare the scope parameter.
871 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org-html.el
874         (org-export-html-table-use-header-tags-for-first-column): New
875         option.
877         * org.el (org-autoload): Fix autoloading of ascii export
878         functions.
879         (org-modules): Add org-special-blocks.
881 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-icalendar.el (org-start-icalendar-file): Use the new option.
884         (org-ical-timezone): New option.
886         * org-exp.el (org-export-get-coderef-format): Use the description
887         is present.
889         * org.el (org-sort-entries-or-items): Improve docstring, and make
890         better implementation for time sorting.
892 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org.el (org-edit-src-persistent-message): New option.
895         (org-edit-src-code, org-edit-fixed-width-region): Use the new
896         option.
898         * org-clock.el (org-clock-insert-selection-line): Fix prefious
899         patch.
901         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
902         separate buffer instead of indirect buffer to edit source code.
903         (org-edit-src-exit): Make this function work with the new setup.
905         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
906         are properly fontified before shown in the selection menu.
908         * org.el (org-fontify-like-in-org-mode): New function.
910         * org-latex.el (org-export-latex-links): Use the property list to
911         retrieve the default image attributes.
913         * org-exp.el (org-export-plist-vars): Add a new option.
915 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
917         * org-exp.el (org-export, org-export-visible): Support ASCII
918         export to buffer
919         (org-export-normalize-links): Do not protect the description if it
920         is explicitly given.
922         * org-ascii.el (org-export-as-ascii-to-buffer)
923         (org-replace-region-by-ascii, org-export-region-as-ascii): New
924         commands.
925         (org-export-as-ascii): Add all the same parameters that are also
926         supported by the other export functions.
928         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
929         org-checklist.el.
930         (org-reset-checkbox-state-subtree): Call
931         `org-reset-checkbox-state-subtree'.
933         * org-remember.el (org-select-remember-template): For the
934         selection of a valid template.
936         * org-latex.el (org-export-region-as-latex): Supply the
937         force-no-subtree argument.
938         (org-export-as-latex): Provide better limits when exporting the
939         first line.  When exporting to string, we still want the first
940         lines.
941         (org-export-latex-first-lines): New argument END, to force the end
942         of the region.
943         (org-export-region-as-latex): Use the property list.
944         (org-export-as-latex):
946         * org-colview-xemacs.el (org-columns-remove-overlays)
947         (org-columns): Fix call to `local-variable-p'.
949 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
951         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
952         (org-export-as-html): Run the new hook.
954         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
955         (org-export-latex-preprocess): Run the new hook.
957         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
958         (org-export-preprocess-string): Run the new hook.
960 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
962         * org-macs.el (org-check-external-command): New defsubst.
964         * org.el (org-mode-map): New key for reload.
965         (org-format-latex): Better error message when external programs
966         are not available.
968         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
970         * org.el (org-sort-entries-or-items): Explicit sorting function
971         for priorities, needed for XEmacs compatibility.
973         * org-remember.el (org-remember-apply-template): Improve auto-save
974         behavior.
976 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
978         * org-latex.el (org-export-latex-preprocess): Also protect
979         environments ending in a star.
981         * org-list.el (org-at-item-p): Fix regular expression.
983 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org.el (org-end-of-subtree): Improve speed.
987         * org-agenda.el (org-agenda-get-timestamps)
988         (org-agenda-get-progress, org-agenda-get-deadlines)
989         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
990         in particular, wait as long as possible to collect the tags.
991         (org-stuck-projects): Improve docstring.
993         * org.el (org-store-link): No errors when getting custom id before
994         first headline.
995         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
997 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1001         * org-protocol.el: Remove dependency on url.el.
1002         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1003         dependency on url.el.
1005         * org-latex.el (org-export-as-pdf): Use
1006         `org-latex-to-pdf-process'.
1008 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org-latex.el (org-latex-to-pdf-process): New option.
1012         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1013         New option.
1014         (org-agenda-get-timestamps): Honor
1015         `org-agenda-skip-additional-timestamps-same-entry'.
1017         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1018         (org-clock-goto): Find recent task only if
1019         `org-clock-goto-may-find-recent-task' allows it.
1021         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1022         drawers, and drawers that are missing the :END: line.
1024 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1027         clock is running.
1029 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org.el (org-update-parent-todo-statistics): Check for
1032         STATISTICS_FROM property.
1034         * org-list.el (org-update-checkbox-count): Check for
1035         STATISTICS_FROM property.
1037         * org.el (org-tab-first-hook)
1038         (org-tab-after-check-for-table-hook)
1039         (org-tab-after-check-for-cycling-hook): New hooks.
1040         (org-cycle-internal-global, org-cycle-internal-local): New
1041         functions, split out from `org-cycle'.
1042         (org-cycle): Call the new hooks.
1044 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1046         * org-exp.el (org-export-preprocess-string): Reset the list of
1047         preferred targets for each run of the preprocessor.
1049         * org.el (org-refile-target-verify-function): Improve
1050         documentation.
1051         (org-get-refile-targets): Respect point being moved by the
1052         verification function.
1054         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1055         option.
1056         (org-export-latex-keywords): Use new option.
1058         * org.el (org-rear-nonsticky-at): New defsubst.
1059         (org-activate-plain-links, org-activate-angle-links)
1060         (org-activate-footnote-links, org-activate-bracket-links)
1061         (org-activate-dates, org-activate-target-links)
1062         (org-activate-tags): Place the rear-nonsticky properties at the
1063         correct location.
1065 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1067         * org-protocol.el (server-edit): Declare `server-edit'.
1068         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1069         functions.
1070         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1072         * org.el (org-default-properties): New default properteis for
1073         completion.
1075         * org-exp.el (org-export-add-subtree-options): Add new properties
1076         for subtree export.
1078         * org-docbook.el (org-export-docbook-keywords-markup)
1079         (org-export-docbook-timestamp-markup): New options.
1080         (org-export-docbook-protect-tags): New function.
1082 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1084         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1085         org-refile-target-verify-function for the duration of the command.
1087         * org.el (org-link-to-org-use-id): New possible value
1088         `create-if-interactive-and-no-custom-id'.
1089         (org-store-link): Use custom IDs.
1090         (org-link-search): Find custom ID properties from #link.
1091         (org-default-properties): Add CUSTOM_ID for property completion.
1092         (org-refile-target-verify-function): New option.
1093         (org-goto): Turn off org-refile-target-verify-function
1094         for the duration of the command.
1096 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1098         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1100         * org-exp.el (org-export-preferred-target-alist): New variable.
1101         (org-export-define-heading-targets): Find the new CUSTOM_ID
1102         property.
1103         (org-export-target-internal-links): Target the custom ids when
1104         possible.
1106         * org-latex.el (org-export-latex-preprocess): Better regexp for
1107         matching latex macros with arguments.
1109 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1111         * org-remember.el (org-remember-handler): Allow filing to non-org
1112         files.
1114 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1116         * org-feed.el (org-feed-alist): New keyword options.
1117         (org-feed-update): Use the new options.
1118         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1119         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1120         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1121         functions.
1123         * org-table.el (org-table-fix-formulas): Do not change references
1124         to remote tables.
1125         (org-table-get-remote-range): Convert standard coordinates to RC
1126         format.
1128         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1130 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-compat.el (org-sha1-string): Function removed.
1134         * org.el (org-refile-allow-creating-parent-nodes): New option.
1135         (org-refile-get-location): New argument NEW-NODES.
1136         (org-refile): Call `org-refile-get-location' with the new
1137         argument.
1138         (org-refile-get-location): Arrange for adding a new child.
1139         (org-refile-new-child): New function.
1141         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1142         an additional span element.
1144         * org-clock.el: Fix a number of docstrings.
1145         (org-clock-find-position): New argument
1146         FIND-UNCLOSED to make the function find an unclosed clock in the
1147         entry.
1148         (org-clock-in): Call `org-clock-find-position' with the new
1149         argument if we might be resuming a clock.
1151 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1153         * org-latex.el (org-export-latex-display-custom-times): New variable.
1154         (org-export-latex-timestamp-markup): New option.
1155         (org-export-latex-set-initial-vars): Remember the local value of
1156         `org-display-custom-times'.
1157         (org-export-latex-content): Process time stamps.
1158         (org-export-latex-time-stamps): New function.
1160         * org-macs.el (org-maybe-intangible): Add intangible property
1161         again to invisible text.
1163 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1165         * org-exp.el (org-default-export-plist): Handle undefined
1166         variables.
1168 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1170         * org.el (org-sort-entries-or-items): Match TODO keywrds
1171         case-sensitively, when sorting.
1172         (org-priority): Do not match TODO keywords with wrong case.
1174 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org-feed.el (org-feed-update): Bind the variable
1177         `new-formatted'.
1179         * org-html.el (org-export-as-html): Start paragraphs after literal
1180         examples.
1182         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1183         literal examples.
1185 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1187         * org.el (org-todo): Honor the NOBLOCKING property.
1189         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1190         NOBLOCKING property.
1192         * org.el (org-scan-tags): Fix bug in tag scanner
1194 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1196         * org.el (org-modules): Mark obsolete packages.
1198         * org-html.el: New file, split out from org-exp.el.
1200         * org-icalendar.el: New file, split out from org-exp.el.
1202         * org-xoxo.el: New file, split out from org-exp.el.
1204         * org-ascii.el: New file, split out from org-exp.el.
1206 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1208         * org-compat.el (org-find-library-name): New function.
1210         * org.el (org-pre-cycle-hook): New hook.
1211         (org-cycle): Call the new hook in appropriate places.
1212         (org-reload): Only reload files that have been loaded before.
1214 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1217         after todo keyword.
1218         (org-todo): When changing TODO state, do matching
1219         case-sensitively.
1220         (org-map-continue-from): New variable.
1221         (org-scan-tags): Respect values in `org-map-continue-from'.
1222         (org-reload): Make XEmacs compatible.
1224 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1226         * org-protocol.el (org-protocol-flatten-greedy): New function.
1227         (org-protocol-flatten): New function.
1229         * org.el (org-open-link-from-string): Pass reference buffer to
1230         `org-open-at-point'.
1231         (org-open-at-point): New optional argument `reference-buffer'.
1233 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1235         * org.el (org-scan-tags): Make tag scan find headline in first
1236         line, 2nd attempt.
1237         (org-get-refile-targets): Add the naked file name.
1238         (org-refile): Store as top-level entry when only file name was
1239         given.
1241         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1243         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1244         Renamed from org-block-todo-from-children-or-siblings, and
1245         enhanced to look for the parent's status as well.
1247         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1248         (org-agenda-get-progress): Add first notes line to log entry if so
1249         desired.
1251 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1253         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1254         (org-agenda-cleanup-fancy-diary): Call the new hook.
1256         * org-remember.el (org-remember-apply-template): Take the default
1257         for the annotation from the :annotation property.
1259         * org-mac-message.el (org-mac-message-get-link): Remove the
1260         quotes.
1261         (org-mac-message-get-link): Return the result.
1263 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org.el (org-refile-get-location): Add file name only if not
1266         already included in outline path.
1268         * org-faces.el (org-n-level-faces): Fix customization type from
1269         number to integer.
1271         * org-exp.el (org-export-headline-levels): Fix customization type
1272         from number to integer.
1274         * org-agenda.el (org-agenda-confirm-kill)
1275         (org-agenda-custom-commands-local-options)
1276         (org-timeline-show-empty-dates, org-agenda-ndays)
1277         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1278         customization type from number to integer.
1280 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1282         * org-protocol.el: Declare some functions.
1284         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1285         postion before inserting modified headline.
1287         * org-agenda.el (org-agenda-compare-effort): Honor
1288         `org-sort-agenda-noeffort-is-high'.
1289         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1290         (org-agenda-compare-effort): Implement the "?" operator for
1291         finding entries without effort setting.
1293         * org.el (org-extract-attributes-from-string): New function.
1295         * org-exp.el (org-export-splice-attributes): New function.
1297 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1299         * org-mouse.el: XEmacs compatibility fixes
1301         * org-docbook.el (org-export-as-docbook): Process footnotes like
1302         normal text.
1304         * org.el (org-modules): Add org-inlinetasks.el
1305         (org-cycle): Implement limiting level on cycling.
1306         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1307         buffer.
1309         * org-inlinetask.el: New file.
1311         * org.el (org-emphasis-regexp-components): Allow braces in
1312         emphasis pre and post match.
1314         * org-footnote.el (org-footnote-normalize): When only dorting, do
1315         not insert inline notes at the end.
1317         * org-docbook.el (org-id-find-id-file): Add function declaration.
1319         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1321         * org-docbook.el: New file.
1323 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1325         * org.el (org-reftex-citation): New command.
1327 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1329         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1330         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1331         sorting options.
1332         (org-entries-lessp): Apply the new sorting option.
1334         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1335         blocker code, when an older sibling has children.
1337         * org-mac-message.el (org-mac-message-get-link): Improve getting
1338         links from multiple selected messages.
1340 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1342         * org-remember.el (org-remember-finalize): Do not set buffer file
1343         name to nil.
1344         (org-remember-handler): Mark buffer as unmodified.
1345         (org-remember-handler): Delete backup file and show message about
1346         remaining backup files.
1347         (org-remember-auto-remove-backup-files): New option.
1349         * org.el (org-store-link): Use buffer name as link description in
1350         w3-mode buffers.
1351         (org-ido-switchb): Fix argument bug for completion.
1353         * org-remember.el (org-remember-apply-template): Set local
1354         variable `auto-save-visited-file-name' instead of global one.
1356 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-feed.el: Re-write.
1360         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1361         (org-agenda-get-todos): Mark file tags as inherited.
1362         (org-agenda-list): Always search diary lines for a time.
1364 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1366         * org-feed.el (org-feed-assume-stable): New option.
1367         (org-feed-before-adding-hook): New hook.
1369         * org-exp.el (org-export-as-html): Close local lists depending on
1370         indentation, also when starting a table.
1372         * org-remember.el (org-remember-backup-directory)
1373         (org-remember-backup-name): New internal variable.
1375 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1377         * org-clock.el (org-clock-out-if-current): Make buffer detection
1378         work in indirect buffers as well.
1380         * org.el (org-emphasis-regexp-components): Add the exxclamation
1381         mark to the post-emphasis characters.
1383 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1386         (org-read-date): Run the new hook.
1388         * org-mac-message.el (org-mac-flagged-mail): New group.
1389         (org-mac-mail-account): New variable.
1390         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1391         commands.
1393         * org-remember.el (org-remember-backup-directory): New variable.
1394         (org-remember-apply-template): Write file to backup directory.
1396 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1398         * org-mouse.el (org-mouse-todo-menu): New function.
1399         (org-mouse-todo-keywords): Function removed.
1400         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1402         * org-table.el (org-table-beginning-of-field)
1403         (org-table-end-of-field): New commands
1404         (org-table-previous-field, org-table-beginning-of-field): Better
1405         error messages.
1406         (orgtbl-setup): Include `M-a' and `M-e'.
1408         * org.el (org-backward-sentence, org-forward-sentence): New
1409         commands.
1411         * org-colview.el (org-colview-initial-truncate-line-value): New
1412         variable.
1413         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1414         (org-columns): Remember the value of `truncate-lines'.
1416         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1417         New variable.
1418         (org-columns-remove-overlays): Restore the value of
1419         `truncate-lines'.
1420         (org-columns): Remember the value of `truncate-lines'.
1422         * org.el (org-columns-skip-arrchived-trees): New option.
1424         * org-agenda.el (org-agenda-export-html-style): Define color for
1425         org-agenda-done face.
1426         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1427         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1429         * org.el (org-scan-tags): Use the new face.
1431         * org-faces.el (org-agenda-done): New face.
1433         * org.el (org-scan-tags): Test the value org
1434         `org-tags-match-list-sublevels'.
1435         (org-tags-match-list-sublevels): New allowed value: indented.
1437         * org-export-latex.el (org-export-latex-make-header): Apply macros
1438         in header.
1440         * org-exp.el (org-export-apply-macros-in-string): New function.
1442         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1443         with the definition of a checked box.
1445         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1447         * org-export-latex.el (org-export-latex-low-levels): More options
1448         for how to process lower levels in LaTeX.
1449         (org-export-latex-subcontent): Better treatment for lists as a
1450         means of publishing lower levels.
1452 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1456         * org-faces.el (org-checkbox): New face.
1458         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1459         fragement images if there is an export file.
1461 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1463         * org-agenda.el (org-stuck-projects): Document that the subtree of
1464         projects that are not stuck will now be searched for stuck
1465         sub-projects.
1466         (org-agenda-skip-entry-when-regexp-matches)
1467         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1468         (org-agenda-list-stuck-projects): Use
1469         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1471         * org-export-latex.el (org-export-latex-preprocess): Improve
1472         export of verses.
1474         * org-exp.el (org-export-as-html): Implement centering as a div
1475         rather than a paragraph.  Do a better job with line-end in verse
1476         environments.
1478 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1480         * org.el (org-open-at-point): Fix tags searches by mouse click.
1482 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1484         * org-export-latex.el (org-export-latex-preprocess): Implement the
1485         centering markup.
1487         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1488         from `org-export-mark-blockquote-and-verse'.
1489         (org-export-as-html): Implement the centering markup.
1491         * org-export-latex.el (org-export-latex-tables): Fix vertical
1492         lines in tables.
1494 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1496         * org.el (org-read-date-history): New variable.
1497         (org-read-date): Use new history variable.
1498         (org-toggle-heading): Fix bug when used before first headline.
1499         (org-store-log-note): Remove drawer if empty while note is
1500         aborted.
1501         (org-remove-empty-drawer-at): New function.
1502         (org-check-after-date): New command.
1503         (org-sparse-tree): New sparse tree command "a".
1505         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1507 2009-03-14  Bastien Guerry  <bzg@altern.org>
1509         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1510         column and a space, not only a column.
1512 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1514         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1515         defaults for verbose emphasis.
1516         (org-export-latex-emph-format): New function.
1517         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1519         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1520         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1521         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1522         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1523         commands.
1525         * org.el (org-timestamp-change): Move end-time along with start
1526         time.
1528 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1530         * org-exp.el (org-export-target-internal-links)
1531         (org-export-as-html): Protect links specified as #name.
1533 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org.el (org-clone-subtree-with-time-shift): New command.
1537         * org-export-latex.el (org-export-latex-special-chars)
1538         (org-export-latex-treat-sub-super-char): Fix subscript export.
1540         * org-exp.el (org-create-multibrace-regexp): Do not add
1541         backslashes to the class.
1543 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1545         * org-colview.el (org-columns-map): Better functions for moving up
1546         and down a row, even if `truncate-line' is nil.
1548         * org.el (org-insert-todo-heading): Make sure the keyword is
1549         inserted at the correct position.
1551         * org-publish.el (org-publish-project-alist)
1552         (org-publish-projects, org-publish-org-index): Change default anme
1553         for the index of file names to "sitemap.org".
1555         * org-export-latex.el (org-export-latex-tables): Use
1556         `org-split-string', for Emacs 21 compatibility.
1558 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1560         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1562 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1564         * org-exp.el (org-export-page-description)
1565         (org-export-page-keywords): New variables.
1566         (org-export-plist-vars): Add entries for :keywords and
1567         :description.
1568         (org-infile-export-plist): Parse for new keywords.
1569         (org-get-current-options): Add new keywords
1570         (org-export-as-html): Publish description and keywords.
1572         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1573         option.
1574         (org-agenda-add-entry-text): Honor
1575         `org-agenda-add-entry-text-descriptive-links'.
1577         * org-export-latex.el (org-export-latex-preprocess): Make all
1578         external preprocess functions use a PARAMETER arg.
1580         * org-exp.el (org-export-preprocess-string)
1581         (org-export-select-backend-specific-text)
1582         (org-export-format-source-code-or-example)
1583         (org-format-org-table-html): Support docbook export.
1584         (org-export-preprocess-string): Make all external preprocess
1585         functions use a PARAMETER arg.
1587 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org-exp.el (org-export-html-style-include-scripts): New option.
1590         (org-export-plist-vars): Add new option
1591         `org-export-html-style-include-scripts'.
1592         (org-export-as-html): Honor new option
1593         `org-export-html-style-include-scripts'.
1594         (org-export-html-scripts, org-export-html-style-default): Fix
1595         xml issues with the Safari browser.
1597 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1599         * org-publish.el (org-publish-attachment): Only copy file when the
1600         directories differ.
1602 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1604         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1605         for clocktable steps.
1607         * org.el (org-additional-option-like-keywords): Add two more
1608         keywords.
1610 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1612         * org-exp.el (org-export-format-source-code-or-example): Mark
1613         temporary buffer unmodified, so that it will be killed even if
1614         mode like message mode has decided to assign a file name.
1616         * org.el (org-scan-tags): Improve tag inheritance.
1617         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1618         case-sensitive.
1619         (org-scan-tags): Use the internal tags list instead of creating it
1620         from scratch.
1621         (org-trust-scanner-tags, org-scanner-tags): New variables.
1622         (org-scan-tags): Set `org-scanner-tags'.
1623         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1624         (org-map-entries): Document the possible speedup using scanner
1625         tags.
1627 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org.el (org-add-planning-info): Fix bug with looking for keyword
1630         only at column 0.
1632         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1633         option for tags filter preset.
1634         (org-prepare-agenda): Store filter preset as a property on the
1635         filter variable.
1636         (org-finalize-agenda): Call the filter, if there is a preset.
1637         (org-agenda-filter-by-tag): Filter again after clearing the
1638         filter, when there still is a preset.
1639         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1640         Include the preset filter.
1641         (org-agenda-redo): Apply the filter again, also the preset filter.
1643         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1645         * org.el (org-uuidgen-p): New funtion.
1647         * org-agenda.el (org-agenda-fontify-priorities): New default value
1648         `cookies'.
1649         (org-agenda-fontify-priorities): Renamed from
1650         org-fontify-priorities.
1652         * org.el (org-set-font-lock-defaults): Call
1653         `org-font-lock-add-priority-faces'.
1654         (org-font-lock-add-priority-faces): New function.
1656         * org-faces.el: (org-set-tag-faces): New option.
1657         (org-priority-faces): New variable.
1659         * org-exp.el (org-export-as-html): Add a "content" div around the
1660         entire content of the body tag.
1661         (org-export-html-get-bibliography): New function.
1662         (org-export-html-validation-link): New variable.
1663         (org-export-as-html): Add validation link to exported page.
1665         * org.el (org-match-sparse-tree): Renamed from
1666         `org-tags-sparse-tree'.
1667         (org-tags-sparse-tree): New alias.
1669 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1671         * org.el (org-get-valid-level): Catch the case where the level
1672         change is nil.
1674         * org-clock.el (org-clock-find-position): Better indentation of
1675         new clock drawers.
1677 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1679         * org-agenda.el (org-agenda-quit): Delete window only when the
1680         frame-setup was not `current-window'.
1682         * org.el (org-tag-persistent-alist): New option.
1683         (org-startup-options): Add keyword `noptag'.
1684         (org-fast-todo-selection): Handle :newline correctly.
1685         (org-set-tags): Handle :newline correctly.
1686         (org-fast-tag-selection): Handle :newline correctly.
1688 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1690         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1691         outputting it.
1692         (org-export-ascii-push-links): Fix bug with pussing links into the
1693         export buffer.
1695 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1697         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1698         pasting at top level.
1700         * org-bbdb.el: Improve documentation.
1702 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org-list.el (org-insert-item): Only consider insert empty lines
1705         is `org-empty-line-terminates-plain-lists' is not nil.
1707         * org.el (org-blank-before-new-entry): Mention the dependence on
1708         `org-empty-line-terminates-plain-lists' in the docstring.
1710         * org-publish.el (org-publish-get-project-from-filename): New
1711         optional argument UP.  Only find the top project if UP is set.
1712         (org-publish-current-project): Find the top encloding project.
1714         * org-agenda.el (org-agenda-before-write-hook)
1715         (org-agenda-add-entry-text-maxlines): New options.
1716         (org-write-agenda): Run the new hook in the temporary buffer.
1717         (org-agenda-add-entry-text): New function.
1718         (org-write-agenda): Implement PDF export, using ps2pdf.
1720         * org.el (org-global-properties-fixed, org-global-properties):
1721         Improve documentation string.
1723         * org-exp.el (org-export-ascii-links-to-notes): New option.
1724         (org-export-as-ascii): Handle links better.
1725         (org-export-ascii-wrap, org-export-ascii-push-links): New
1726         functions.
1728 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1730         * org-agenda.el (org-agenda): Make prefix arg optional.
1731         (org-agenda-search-headline-for-time): New option.
1732         (org-format-agenda-item): Honor
1733         `org-agenda-search-headline-for-time'.
1735         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1736         characters.
1738         * org.el (org-self-insert-cluster-for-undo): New option.
1739         (org-self-insert-command): Cluster undo for 20 characters.
1740         (org-self-insert-command-undo-counter): New variable.
1742 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-exp.el (org-export-as-html): Fix problem with closing colone
1745         example.
1747 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org-export-latex.el (org-export-as-latex)
1750         (org-export-latex-first-lines): Avoid modification flag when
1751         adding or removing text properties.
1752         (org-export-latex-fontify): Catch error when org-emph-alist has
1753         entries that are not defined for LaTeX export.
1755         * org.el (orgstruct++-mode): New function.
1756         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1757         (org-context-p): Allow detecting item context after the first line
1758         of an item.
1759         (orgstruct-make-binding): Detect if item-body context should be
1760         seen.
1761         (orgstruct-is-++): New variable.
1762         (org-add-planning-info): Catch the case when there is no planning
1763         info yet and the call does not want to add anything, only maybe
1764         tries to remove something.
1765         (org-special-ctrl-a/e): All value to be a cons cell with separate
1766         settings for `C-a. and `C-e'.
1767         (org-beginning-of-line, org-end-of-line): Honor separate values
1768         for `C-a' and `C-e'.
1770 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1772         * org.el (org-reload): New command.
1774 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1776         * org-exp.el (org-export-htm-get-tag-class-name)
1777         (org-export-htm-get-todo-kwd-class-name): New functions.
1778         (org-export-html-tag-class-prefix)
1779         (org-export-html-todo-kwd-class-prefix): New options.
1780         (org-export-as-html): Call
1781         `org-export-html-get-todo-kwd-class-name'.
1782         (org-html-level-start): Wrap tags into classes.
1783         (org-export-html-get-tag-class-name)
1784         (org-export-html-get-todo-kwd-class-name): New functions.
1786         * org-export-latex.el (org-export-latex-collect-header-macros):
1787         Remove fields that are used anyway.
1788         (org-export-latex-make-header): Insert the options earlier.
1790         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1791         matching.
1793         * org-list.el (org-indent-item): Allow point to be at the end of
1794         the region.
1796         * org.el (org-metaleft, org-metaright): Be more accurate about
1797         detecting a region where commands apply.
1799         * org-compat.el (org-cursor-to-region-beginning): New function.
1801         * org.el (org-priority): Also find invisible heading.
1803         * org-colview-xemacs.el (org-columns-edit-value): No special
1804         treatment for `org-todo' prefix.
1806         * org-colview.el (org-columns-edit-value): No special treatment
1807         for `org-todo' prefix.
1809         * org-remember.el (org-remember-apply-template): Use
1810         `org-completing-read-no-ido'.
1812         * org.el (org-completing-read-no-ido): New function.
1813         (org-make-tags-matcher, org-set-property): Use
1814         `org-completing-read-no-ido'.
1816         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1817         New option.
1818         (org-export-as-latex): Import in-buffer settings as TeX macros.
1819         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1820         (org-export-latex-collect-header-macros): New function.
1822         * org.el (org-refile-get-location): Turn off
1823         `partial-completion-mode'.
1825 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1827         * org.el (org-block-todo-from-checkboxes): Announce that
1828         checkboxes are the culprit.
1829         (org-block-todo-from-children-or-siblings): Call
1830         `org-up-heading-all instead' of `outline-up-heading'.
1832         * org-agenda.el (org-agenda-show-1): Renamed from
1833         `org-agenda-show'.
1834         (org-agenda-show): Re-install the old version for now.
1835         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1836         variable into the blokker hook, so that the checkbox checker can
1837         anounce that it caused the blocking.
1839         * org.el (org-track-ordered-property-with-tag): New option.
1840         (org-toggle-ordered-property): Honor
1841         `org-track-ordered-property-with-tag'.
1842         (org-tag-alist): Add newline options.
1843         (org-set-regexps-and-options): Separate option lines imply a
1844         newline.
1845         (org-set-regexps-and-options, org-assign-fast-keys)
1846         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1847         option.
1848         (org-indent-line-function): Make sure this works even if there is
1849         not `org-drawer-regexp' defined.  This can happen when
1850         orgstruct-mode is used in a non-org buffer.
1852         * org-list.el (org-checkbox-blocked-p): New function.
1853         (org-toggle-checkbox): Check for blocking.
1855         * org.el (org-modules): Add an entry for org-R.el.
1857         * org-agenda.el (org-agenda-todo-ignore-with-date)
1858         (org-agenda-todo-ignore-scheduled)
1859         (org-agenda-todo-ignore-deadlines): Mention the variable
1860         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1862         * org.el (org-get-wdays): Find the warning period also if it is in
1863         the wrong place.
1864         (org-ido-completing-read): Provide the correct arguments to
1865         ido-completing-read and bind `ido-enter-matching-directory' to
1866         nil.
1868 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1870         * org.el (org-olpath-completing-read): Never use ido for this
1871         one.
1873         * org-exp.el (org-export-normalize-links): Use new macro.
1875         * org-macs.el (org-if-unprotected-at): New macro.
1877         * org-agenda.el (org-agenda-show): Allow numerical prefix
1878         arguments to specify how much context should be shown.
1879         (org-agenda-cycle-show): New command, could be bound to SPC in
1880         org-agenda-mode-map.
1882         * org-exp.el (org-html-level-start): Space after section number.
1884 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1886         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1887         property, for sorting.
1888         (org-cmp-todo-state): Get the applicable TODO keywords directly
1889         from the buffer.
1890         (org-run-agenda-series, org-agenda-list, org-search-view)
1891         (org-todo-list, org-tags-view): Only fit agenda window when the
1892         whole series is done.
1894         * org.el (org-scan-tags): Add todo state as property, for sorting.
1896         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1897         `org-agenda-overriding-header' as an option.
1898         (org-agenda-list): Honor org-agenda-overriding-header'.
1900 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1902         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1903         after removing a checkbox.
1905         * org.el (org-show-entry): Make this work correctly also if it is
1906         the last entry in the file.
1907         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1908         falling back to normal, default command.
1909         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1910         item, call the checkbox toggler to get a box.
1912         * org-list.el (org-toggle-checkbox): Make double prefix set the
1913         checkbox to "[-]".
1914         (org-fix-bullet-type): Only replace bullet if it is changed.
1915         (org-renumber-ordered-list): Handle case when first item does not
1916         have a number.
1918         * org.el (org-add-log-setup): Fix positioning when
1919         `org-log-states-order-reversed' is nil.
1921         * org-clock.el (org-clock-in): Fix positioning when
1922         `org-log-states-order-reversed' is nil.
1923         (org-clock-find-position): Fix positioning when
1924         `org-log-states-order-reversed' is nil.
1926 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1928         * org-clock.el (org-clock-into-drawer): Take default from
1929         `org-log-into-drawer'.
1930         (org-clock-find-position): Look for the correct drawer.
1932         * org.el (org-log-into-drawer): Renamed from
1933         `org-log-state-notes-into-drawer'.
1934         (org-log-state-notes-into-drawer): New variable alias.
1935         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1936         CLOCK.
1937         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1939 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1941         * org-agenda.el (org-agenda): Fix docstring.
1943         * org.el ("org-plot"): Help loading org-plot.
1944         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1945         (org-metadown-hook, org-shiftmetaleft-hook)
1946         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1947         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1948         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1949         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1950         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1952         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1953         for selecting files with any (and even without) extension.
1955         * org.el (org-save-all-org-buffers): Also save id locations.
1956         (org-revert-all-org-buffers): Also load id locations.
1958 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1959         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1960         (org-log-state-notes-into-drawer): New option.
1961         (org-add-log-setup): Place the sate note marker into the drawer,
1962         create drawer when necessary.
1963         (org-refile-targets): Document special interpretation of LEVEL
1964         when odd-levels are used.
1966 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1968         * org.el (org-store-log-note): Fix note indentation when adding
1969         notes to end of list.
1971         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1972         class, so that each keyword can get special colors through CSS.
1974         * org-clock.el (org-clock-out): Add another nil for the previous
1975         state into the call to `org-add-log-setup'.
1977         * org.el (org-log-note-previous-state): New variable.
1978         (org-log-note-headings): New %S escape for old state.
1979         (org-todo): Call the note setup with the old state as an
1980         argument.
1981         (org-add-note): Add another nil for the previous state into the
1982         call to `org-add-log-setup'.
1983         (org-add-log-setup): New argument PREV-STATE.
1984         (org-add-log-note): Handle new %S escape.
1985         (org-store-log-note): Handle new %S escape.
1987 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1989         * org-clock.el (org-clock-find-position): Do not swallow an item
1990         less indented than the CLOCK line itself.
1991         (org-clock-in): Push markers to lin after the clock line.
1992         (org-clock-find-position): Handle values of
1993         `org-clock-into-drawer' smaller than 2.
1995         * org-exp.el (org-html-level-start): Add a CSS class to section
1996         numbers.
1997         (org-export-html-toplevel-hlevel): Better documentation of the
1998         influence of this variables on H levels and css classes in
1999         export.
2001 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2004         timestamp and nottimestamp to the chooe menu.
2006         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2007         (org-revert-all-org-buffers): New command.
2009 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2011         * org.el (org-return): Implement `org-return-follows-link' in the
2012         function org-return.  This is more robust than using the mouse
2013         map, I think.
2014         (org-set-regexps-and-options): Match more general #+TODO lines.
2015         (org-make-options-regexp): New optional argument EXTRA, for an
2016         extra regexp.
2017         (org-tab-follows-link): Mark as deprecated.
2019 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2021         * org-exp.el (org-export-preprocess-string): Remove clock lines
2022         earlier, so that they cannot cotribute to verbatim snippets.
2024 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2026         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2027         for finding drawers.
2028         (org-export-as-ascii, org-export-as-html): Count levels relative
2029         to the subtree header.
2030         (org-get-min-level): New optional argument OFFSET.
2031         (org-export): Make sure point is restored after popping up that
2032         window.
2034         * org.el (org-do-sort): Also take an inactive timestamp if no
2035         active one is found.
2037         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2038         deleting duplicates.
2040         * org-colview.el (org-columns-capture-view): Copy before
2041         deleting duplicates.
2043         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2044         text before first headline.
2046         * org.el (org-format-latex): Do not convert LaTeX fragments in
2047         protected examples.
2049 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2051         * org-exp.el (org-export-html-style-default): Use color values
2052         instead of names for XHTML validation.
2054         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2055         functions.
2056         (org-return-follows-link): Revert making this the default untile
2057         issues are resolved.
2059         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2060         nottimestamp.
2062 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2064         * org.el (org-mode): Make dependence stuff work more reliably.
2065         (org-update-parent-todo-statistics): Fix bug with updating
2066         statistics cookie.
2068         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2069         ~ as verbatim delimiters.
2071         * org-exp.el (org-export-html-format-image): New argument
2072         PAR-OPEN.
2073         (org-export-as-html): Pass par-open to
2074         `org-export-html-format-image'.
2076 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2078         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2079         (org-use-fast-todo-selection, org-tags-column): New default
2080         setting for variables, based on a poll what typical uses use.
2082         * org-agenda.el (org-agenda-sorting-strategy)
2083         (org-agenda-tags-column): New default setting for variables, based
2084         on a poll what typical uses use.
2086 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2088         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2089         blocked entries from setting the blocked tag.
2091         * org-exp.el (org-export-html-footnotes-section): Use a more
2092         consistent id for footnotes.
2094         * org-export-latex.el (org-export-latex-classes): Remove the
2095         a4paper option from the default styles.
2097 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2099         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2100         (org-block-todo-from-checkboxes): New function.
2101         (org-todo): Make tripple prefix arg circumvent blocking.
2103         * org-timer.el (org-timer): Provide the timer feature.
2105         * org.el (org-require-autoloaded-modules): Add a few more files to
2106         the list of autoloaded modules.
2108         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2110 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2112         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2113         drawers that are unprotected.
2114         (org-export-html-format-image): Make sure inlined LaTeX fragment
2115         images remain inlined.
2117         * org.el (org-toggle-ordered-property): New function.
2118         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2119         (org-org-menu): Add menu entries for TODO dependencies.
2121 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2123         * org.el (org-default-properties): Add ORDERED to the default
2124         properties, to get completion support for it.
2126         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2128         * org.el (org-update-parent-todo-statistics): Update more than one
2129         cookie.
2131         * org-agenda.el (org-agenda-get-todos): Start search from correct
2132         position.
2134         * org.el (org-fast-todo-selection): Make sure TODO selection does
2135         not change buffer position.
2137         * org-list.el (org-toggle-checkbox): Implement adding or removing
2138         checkboxes from line or region when called with a prefix
2139         argument.
2141         * org-rmail.el (org-rmail-store-link): Protect the call to
2142         `rmail-narrow-to-non-pruned-header'.
2144         * org-clock.el (org-clock-special-range): Fix week display in
2145         clock tables.
2147         * org-exp.el (org-get-current-options): Fix bug when in indirect
2148         buffer.
2150 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2152         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2153         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2154         (org-agenda-dim-blocked-tasks): New function.
2156         * org.el (org-enforce-todo-dependencies): New option.
2157         (org-block-todo-from-children-or-siblings): New function.
2159         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2161         * org.el (org-todo): Return correct state type even if the blocker
2162         throws an error.
2163         (org-modifier-cursor-error): Renamed from
2164         `org-shiftcursor-error'.
2165         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2166         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2168         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2169         to get real errors from the blocker hook.
2171         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2172         functions.
2173         (org-set-visibility-according-to-property): Turn off the setting
2174         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2175         property.
2177 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2179         * org.el (org-support-shift-select): New option.
2180         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2181         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2182         selection outside contexts.
2184         * org-list.el (org-at-item-bullet-p): New function.
2186         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2187         variables.
2189         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2190         variable.
2191         (org-insert-footnote-reference-near-definition): Remove
2192         unnecessary let form.
2194         * org-export-latex.el (org-export-latex-first-lines): Add
2195         OPT-PLIST parameter.
2196         (org-export-as-latex): Call `org-export-latex-first-lines' with
2197         opt-plits parameter.
2198         (org-export-latex-preprocess): Remove unnecessary variables.
2200         * org-exp.el (org-infile-export-plist)
2201         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2202         (org-export-remove-headline-metadata)
2203         (org-export-get-title-from-subtree, org-get-min-level)
2204         (org-html-do-expand): Remove innecessary let form.
2206         * org-colview-xemacs.el (org-columns-display-here): Remove
2207         unnecessary variables.
2209         * org-colview.el (org-columns-display-here): Remove unnecessary
2210         variables.
2212         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2213         variables.
2215         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2216         unnecessary variables.
2218         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2219         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2220         variables.
2222         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2223         (org-compact-display-after-subtree-move): Remove unnecessary
2224         variables.
2225         (org-edit-fixed-width-region): Remove unnecessary variables.
2226         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2227         (org-olpath-completing-read): Remove unnecessary variable.
2228         (org-auto-repeat-maybe): Remove unnecessary variable.
2229         (org-map-entries): Remove unnecessary variable.
2230         (org-buffer-property-keys, org-imenu-get-tree)
2231         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2233 -----------------------------------------------------------------
2235 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2236         * org-exp.el (org-export-remove-timestamps): Never remove
2237         timestamps from tables.
2239         * org-export-latex.el (org-export-latex-first-lines): Add more
2240         options to the preprocessing of the text before the first
2241         headline.
2243 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2245         * org-faces.el (org-clock-overlay): Make face compatible with
2246         XEmacs.
2248         * org.el (org-yank): Add property for delete-selection mode.
2250         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2252         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2253         variable.
2255         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2256         to `backward-char'.
2258         * org-exp.el (org-export-as-html): Remove the initial space from
2259         colon examples.
2261         * org.el (org-scan-tags): Call
2262         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2264         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2265         customization groups.
2266         (org-agenda-tags-todo-honor-ignore-options): New option.
2267         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2268         New function.
2269         (org-agenda-get-todos): Use
2270         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2272 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2274         * org-exp.el (org-export-format-source-code-or-example): Escape
2275         HTML characters also in examples that anre not treated with
2276         htmlize.  Also, just switch to EXAMPLE processing if we do not
2277         have a good version of htmlize.
2279         * org-rmail.el: Fix copyright notice.
2281         * org.el (org-activate-footnote-links): Improve footnote link
2282         highlighting.
2284         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2285         a footnote definition at the end of the file.
2287         * org-table.el (org-table-get-specials): Add an imagined hline at
2288         the end of the table.  This can be useful for references that want
2289         to go to the end of the table.  Also fix bug when computing last
2290         row constants, in tables that do not start right at the right
2291         margin.
2292         (org-table-eval-formula): Match and replace remove references.
2293         (org-table-formula-substitute-names): Make sure that names inside
2294         a "remote" call are left alone, the will be replaced later when
2295         the remote call is handled.
2296         (org-table-convert-refs-to-rc): Do not convert things that might
2297         look like a reference, but are really part of an ID or namei n a
2298         remote reference.
2299         (org-table-get-remote-range): New function.
2301 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2305         * org-clock.el (org-clock-put-overlay): Use new face instead of
2306         `secondary-selection'.
2308         * org-faces.el (org-clock-overlay): New face.
2310 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2312         * org-exp.el (org-get-current-options): Include the option for
2313         publishing time stamps.
2315         * org.el (org-toggle-heading): Renamed from
2316         `org-toggel-region-headings'.
2317         No longer needs a region defined, but will use it if there is one.
2318         (org-ctrl-c-star): Simplified, relying more on the internal
2319         workings of `org-toggle-heading'.
2320         (org-toggle-item): Renamed from `org-toggle-region-items'.
2321         No longer needs a region defined, but will use it if there is one.
2322         (org-ctrl-c-minus): Simplified, relying more on the inernal
2323         workings of `org-toggle-item'.
2325         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2326         environment detection.  Also, do real changes only in unprotected
2327         places.
2329 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2331         * org-export-latex.el (org-export-latex-quotation-marks): Use
2332         `org-if-unprotected-1'.
2333         (org-export-latex-set-initial-vars): Check for class definition in
2334         property.
2336         * org-macs.el (org-if-unprotected-1): New macro.
2338 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org-compat.el (org-count-lines): New function.
2342         * org-exp.el (org-export-format-source-code-or-example): Handle
2343         switches related to text areas.
2345         * org.el (org-activate-footnote-links): Don't allow match inside a
2346         link.
2348         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2350         * org-export-latex.el (org-export-latex-links): Keep a relative
2351         path relative also after export.
2353         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2355         * org.el (org-make-tags-matcher): Never use IDO for completing the
2356         tags matcher match string.
2357         (org-completing-read): Also remove the special biding for "?".
2359         * org-attach.el (org-attach-allow-inheritance): New option.
2360         (org-attach-inherited): New variable.
2361         (org-attach-dir): Handle properties related to the attachment
2362         directory.
2363         (org-attach-check-absolute-path): New function.
2364         (org-attach-set-directory, org-attach-set-inherit): New commands.
2365         (org-attach): Accommodate the new commands in the dispatcher.
2367 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2369         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2370         `window-full-width-p'.
2372         * org-exp.el (org-export-as-html): Only check for images files
2373         that really can be inlined
2375         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2376         list of extensions to be a parameter.
2378         * org-exp.el (org-export-html-inline-image-extensions): New
2379         variable.
2381         * org-agenda.el (org-prepare-agenda): Use
2382         `org-agenda-block-separator'.
2383         (org-agenda-block-separator): New option.
2385 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2387         * org-export-latex.el (org-export-latex-tables): Call
2388         `org-table-clean-before-export' with the new optional argument.
2390         * org-exp.el (org-table-clean-before-export): New optional
2391         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2392         first column.
2394 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2396         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2397         histograms.
2399         * org-colview.el (org-colview-construct-allowed-dates): Better
2400         error catching when a date/time property does not have allowed
2401         values defined.
2403         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2404         Better error catching when a date/time property does not have
2405         allowed values defined.
2407 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2409         * org.el (org-map-entries): Restore point and restriction after
2410         `org-map-entries'.
2412 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2414         * org.el (org-time=, org-time<, org-time<=, org-time>)
2415         (org-time>=, org-time<>): Make sure both values are dates.
2417 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2419         * org-archive.el (org-extract-archive-heading): Allow %s for file
2420         name also in achive location heading.
2422 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2424         * org-archive.el (org-add-archive-files): Uniquify the list before
2425         returning it.
2427 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2429         * org-compat.el (org-fit-window-to-buffer): Use
2430         `window-full-width-p'.
2432         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2433         space after the colon in short examples.
2435         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2436         enforce a space after the colon.  However, we also allow lines
2437         that are *only* a colon.
2438         (org-export-as-html): Enforce the space after the colon in short
2439         examples.
2440         (org-export-preprocess-string): Do the colon example protection
2441         earlier.
2442         (org-export-remove-timestamps): Do not check for protection at the
2443         end of the line.
2445 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2447         * org.el (org-format-latex-options): Add new matcher for single
2448         letters between dollars.
2449         (org-get-header): Function removed.
2450         (org-heading-components): New function.
2452         * org-exp.el (org-export-define-heading-targets): Record ID's also
2453         as alternative targets.
2454         (org-export-as-html): Interpret "id:" links to other files by
2455         preserving the relative path.
2457         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2458         is nil.
2460         * org-exp.el (org-export-normalize-links): Protect the main link,
2461         to avoid special character processing.
2463         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2464         New variable.
2465         (org-export-latex-special-string-regexps): Variable removed.
2466         (org-export-latex-keywords): Use the new regexp.
2468         * org-exp.el (org-export-handle-include-files): Fetch switches and
2469         put them into the BEGIN statement.
2471         * org-timer.el (org-timer-mode-line-string): New variable.
2473         * org-clock.el (org-clock-mode-line-map): Renamed from
2474         `org-clock-mode-map'.
2475         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2476         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2477         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2478         (org-clock-remove-overlays): Renamed from
2479         `org-remove-clock-overlays'.
2481         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2482         and mode line display.
2483         (org-timer-stop): New command.
2484         (org-timer-seconds): Return correct time when timer is paused.
2485         (org-timer-mode-line-timer): New variable.
2486         (org-timer-set-mode-line, org-timer-update-mode-line): New
2487         functions.
2489         * org.el (org-insert-heading):  Handle new value `auto' for
2490         `org-blank-before-new-entry'.
2491         (org-org-menu): Add new items for timer functions.
2493         * org-list.el (org-insert-item): Handle new value `auto' for
2494         `org-blank-before-new-entry'.
2496         * org.el (org-blank-before-new-entry): New value `auto', made
2497         default.
2499 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2501         * org-exp.el (org-export-normalize-links): If the link is also
2502         used as the description, protect the description.
2504 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2506         * org.el (org-closest-date): Fix bug with yearly repeats, in
2507         combination with preference of the past as it is used for deadline
2508         and scheduling search.
2510         * org-exp.el (org-html-handle-time-stamps): No longer check for
2511         the `org-export-with-timestamps' option, because the preprocesser
2512         has taken care of this already.
2514         * org.el (org-entry-properties): Catch the case when this is
2515         called in a non-org-mode file.
2517         * org-export-latex.el (org-export-latex-remove-from-headlines):
2518         Variable made obsolete, also LaTeX export now uses the standard
2519         variables.
2520         (org-export-as-latex): Add the timestamps parameter to the
2521         preprocessor parameter list.
2522         (org-export-latex-content): Export the remaining keywords without
2523         considering to remove them.
2524         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2525         Use bold font instead of tt font for the keywords.
2526         (org-export-latex-fontify-headline): Format headlines, assuming
2527         that all keywords still present should be published.
2528         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2529         publish what ever remains of the time stamps.
2530         (org-export-latex-list-parameters): New option.
2531         (org-export-latex-lists): Pass additional parameters to the list
2532         converter.
2534         * org-exp.el (org-export-preprocess-string): Remove clock lines
2535         and timestamps already in the preprocesor.
2536         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2537         functions.
2538         (org-export-as-ascii, org-export-as-html): Add the timestamps
2539         parameter to the preprocessor parameter list.
2541         * org-list.el (org-list-parse-list): Parse for checkboxes.
2542         (org-list-to-generic): Introduce and handle new parameters :cbon
2543         and :cboff.
2544         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2545         optional parameter PARAMS.
2547         * org-export-latex.el (org-export-latex-special-chars): Fix
2548         problems with interpreting dollar signs.
2549         (org-inside-latex-math-p): New function.
2550         (org-export-latex-preprocess): Protect all the math fragments.
2552         * org.el (org-latex-regexps): Allow a dash after a dollar.
2554         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2555         mark after copying.
2557         * org-agenda.el (org-run-agenda-series): Have series options set
2558         when finalizing the agenda.
2560         * org-exp.el (org-export-format-source-code-or-example): Protect
2561         the converted examples.
2563         * org.el (org-set-regexps-and-options): Fix the regexp
2564         `org-complex-heading-regexp'.
2566 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2568         * org.el (org-edit-src-get-label-format): New function.
2569         (org-coderef-label-format): New option.
2570         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2571         a label format specification and make sure it is used in the edit
2572         buffer.
2573         (org-edit-src-get-label-format): New function.
2574         (org-store-link): Handle new coderef formats.
2575         (org-link-search): Handle new coderef formats.
2577         * org-footnote.el (org-footnote-create-definition)
2578         (org-footnote-goto-local-insertion-point): Make footnote insertion
2579         work correctly when the "Footnotes" headline is the last line in
2580         the buffer.
2582         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2583         the location.
2585 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2587         * org-w3m.el (org-w3m): New customization group.
2588         (org-w3m-deactivate-mark): New option.
2589         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2590         option say not to.
2592 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2594         * org.el (org-set-font-lock-defaults): Trigger footnote
2595         fontification.
2596         (org-activate-footnote-links): New function.
2597         (org-activate-links): New entry `footnote'.
2599         * org-faces.el (org-footnote): New face.
2601 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2603         * org-macs.el (org-re): Handle the [:word:] class.
2605         * org-exp.el (org-export-preprocess-string): Call
2606         `org-export-protect-colon-examples'.
2607         (org-export-protect-colon-examples): Renamed from
2608         `org-export-protect-examples', and scope limited to lines starting
2609         with a colon.
2611 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2613         * org-exp.el (org-export-preprocess-string): Move the preprocess
2614         hook to after turning on Org-mode.
2615         (org-export-preprocess-after-include-files-hook)
2616         (org-export-preprocess-after-tree-selection-hook)
2617         (org-export-preprocess-before-backend-specifics-hook)
2618         (org-export-preprocess-final-hook): New hooks.
2619         (org-export-preprocess-string): Run the new hooks.
2621         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2623         * org-footnote.el: New file.
2625         * org.el (org-footnote): Require footnote code.
2626         (org-startup-options): Add new footnote options.
2627         (org-mode-map): New keybindig for footnotes.
2628         (org-ctrl-c-ctrl-c): Add function at footnotes.
2629         (org-org-menu): New menu entries for footnotes.
2631         * org-export-latex.el (org-export-as-latex): Pass footnote
2632         variable to preprocessor.
2633         (org-export-latex-preprocess): Treat multiple references to a
2634         footnote.
2636         * org-exp.el (org-export-preprocess-string): Call
2637         `org-footnote-normalize'.
2638         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2639         to preprocessor.
2640         (org-export-as-html): Treat multiple references to a footnote.
2642 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2644         * org-export-latex.el (org-export-latex-links): Handle coderef
2645         links.
2647         * org.el (org-bracket-link-analytic-regexp++): New variable.
2648         (org-make-link-regexps): Initialize
2649         `org-bracket-link-analytic-regexp++'.
2650         (org-store-link): Implement special case in edit-src buffer.
2651         (org-insert-link): No use of ide to insert stored links.
2652         (org-link-search): Implement special case for coderefs.
2654         * org-exp.el (org-export-html-scripts): New constant.
2655         (org-export-html-style-default): Add a new style for highlighted
2656         code.
2657         (org-export-code-refs): New variable.
2658         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2659         Call `org-export-replace-src-segments-and-examples'
2660         No longer call `org-export-protect-examples'.
2661         (org-export-target-internal-links): Take care of coderef targets.
2662         (org-export-last-code-line-counter-value): New variable.
2663         (org-export-replace-src-segments-and-examples): Renamed from
2664         `org-export-replace-src-segments', and modified.
2665         (org-export-format-source-code-or-example): Renamed from
2666         `org-export-format-source-code'.
2667         (org-export-number-lines): New function.
2668         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2670 --------------------------------------------------------------------------
2672 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2674         * org-remember.el (org-remember-handler): Safer way to get a new
2675         buffer accessing the target file.
2677         * org.el (org-refile-get-location): Handle case of current buffer
2678         not having a file associated with it.
2680 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2682         * org-table.el (org-table-get-formula): Only ask to overwrite
2683         field formula if there really is one.
2685         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2686         number, by converting these to a string.
2688         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2689         located in a different file.
2691         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2692         org-colview.el.
2694 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2696         * org.el (org-completion-use-ido): Enhance docstring of
2697         `org-completion-use-ido'.
2699         * org-export-latex.el (org-export-latex-make-header): Double the %
2700         in the time stamp format.
2701         (org-export-latex-special-chars): Handle case where there is no
2702         match group 3.
2704 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2706         * org.el (org-get-refile-targets, org-refile-get-location): Use
2707         expanded file name to improve comparison.
2709 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2711         * org.el (org-scan-tags): Rescan for tags, to get the correct
2712         upcase/downcase stuff.  This slows things down for now, but it
2713         works.
2714         (org-mode): Make sure the tag-faces regexp is initialized.
2716         * org-export-latex.el (org-export-latex-links): Fix bug with
2717         undefined label.
2719         * org-table.el (org-table-get-specials): Set
2720         `org-table-current-last-data-line'.
2721         (org-table-current-last-data-line): New variable.
2722         (org-table-insert-column, org-table-delete-column)
2723         (org-table-move-column, org-table-fix-formulas): Call
2724         `org-table-fix-formulas' a second time to fix the $LR references.
2725         (org-table-get-specials): Add the $LR references to the tables.
2726         (org-table-get-formula): Do not offer last-row names as LHS of
2727         formulas.
2729         * org.el (org-store-link): Capture link description from
2730         `org-id-store-link'.
2732         * org-exp.el (org-export-html-format-image): Add the / to the end
2733         of the <img> tag.
2734         (org-export-format-source-code): Surround example by empty lines,
2735         to make sure it will not be inside a paragraph.
2737         * org.el (org-ido-switchb): New function.
2739 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2741         * org-agenda.el (org-agenda-show): New prefix argument
2742         FULL-ENTRY.
2744         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2745         argument.
2747         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2748         `org-agenda-change-all-lines'.
2749         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2750         tags are now retrieved locally.
2752 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2754         * org.el (org-get-outline-path): Fix bug if level is not given.
2755         (org-org-menu): Do not quote function in menu vector.
2757         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2758         name.
2760 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2762         * org.el (org-refile): Avoid refiling to within the region to be
2763         refiled.
2765         * org-export-latex.el (org-export-latex-special-chars): Replace
2766         special characters also in tables.
2768         * org-agenda.el (org-agenda-change-all-lines): New argument
2769         FORCE-TAGS.
2770         (org-agenda-set-tags): Cet the new tags and pass them to
2771         `org-format-agenda-item'.
2773 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2775         * org-export-latex.el (org-export-latex-classes): Add longable as
2776         a default package to all classes.
2777         (org-export-latex-tables): Handle the longtable attribute and the
2778         align attribute.
2780         * org-table.el (orgtbl-to-generic): Handle tables that start with
2781         a hline.
2783         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2784         \verb for colde-like snippets.
2785         (org-export-as-latex): Fix issues with region export.
2787         * org.el (org-up-heading-safe): Speed up function by using a
2788         direct regexp search.
2789         (org-olpa): New variable.
2790         (org-get-outline-path): Speed-up path constructions in cases where
2791         this is possible because the entire hierarchy is scanned anyway.
2792         (org-refile-get-location): Don't compare the truenames of files,
2793         this is too slow.
2794         (org-goto-max-level): New option.
2795         (org-goto): Use `org-goto-max-level'.
2797 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2799         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2800         Strip angle brackets from message-ids in the former and don't do
2801         it in the latter.
2802         (org-gnus-follow-link): Open summary reliable, even if the last
2803         messages were deleted, and handle empty groups, too.
2805 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2807         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2808         instead of \texttt for the =...= and ~===~ emphasis environments.
2809         (org-export-as-latex): Remove any old :org-license-to-kill text
2810         properties.
2811         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2812         (org-export-latex-make-header): Add some hard space after the
2813         table of contents.
2814         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2815         exported text so that it will be excuded in further steps.
2817         * org-table.el (org-table-get-specials): Make @0 reference the
2818         last line in a table.
2819         (org-table-recalculate): Improve docstring.
2821 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2823         * org.el (org-log-done): Fix docstring.
2825 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2827         * org-exp.el (org-export-html-format-image): Fix bugs.
2829         * org-export-latex.el (org-export-latex-tables)
2830         (org-export-latex-links): Implement attribute, label, and caption
2831         handling.
2833         * org-exp.el (org-export-html-style-default): Add style
2834         definitions for the figure div.
2835         (org-export-preprocess-string, org-export-as-html): Implement
2836         attribute, label, and caption handling.
2837         (org-export-attach-captions-and-attributes): New function.
2838         (org-export-html-format-image): New function.
2839         (org-format-org-table-html): Implement attribute, label, and
2840         caption handling.
2842         * org.el (org-find-text-property-in-string): New function.
2843         (org-extract-attributes): Use the property org-attr instead of
2844         org-attrobutes, because this property is now set with the #+ATTR
2845         lines.
2847 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2849         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2850         the case that FROM is nil.
2852         * org.el (org-before-first-heading-p): New function.
2854 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2856         * org-exp.el (org-export-as-html): Do not add a space before
2857         enforces line breaks.
2858         (org-export-as-html): Close paragraph before blockquote and verse
2859         tags.
2861 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2863         * org-id.el (org-id-locations-file): Wrap file name with
2864         `convert-standard-filename'.
2865         (org-id-files): New variable.
2866         (org-id-use-hash): New option.
2867         (org-id-update-id-locations): Also search in all files current
2868         listed in `org-id-files'.  Convert the resulting alist to a hash
2869         if the user customation says so.
2870         (org-id-locations-save): Handle he case if `org-id-locations' is a
2871         hash.
2872         (org-id-locations-load): Convert the alist to a hash.
2873         (org-id-add-location): Handle the hast case.
2874         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2875         exited.
2876         (org-id-hash-to-alist, org-id-alist-to-hash)
2877         (org-id-paste-tracker): New functions.
2879 -------------------------------------------------------------------------
2881 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2883         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2884         bindings of calendar variables.
2886         * org-table.el (org-table-find-row-type): Renamed from
2887         `org-find-row-type'.
2888         (org-table-rewrite-old-row-references): Renamed from
2889         `org-rewrite-old-row-references'.
2890         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2891         (org-table-cleanup-narrow-column-properties): Renamed from
2892         `org-cleanup-narrow-column-properties'.
2894 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2896         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2897         for better error messages.
2898         (org-table-get-descriptor-line): Supply the new arguments to
2899         `org-find-row-type'.
2900         (org-table-error-on-row-ref-crossing-hline): New option.
2902         * org.el (org-target-link-regexp): Make buffer-local.
2903         (org-move-subtree-down): Fix bug with trees at beginning of
2904         buffer.
2906 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org-faces.el (org-set-tag-faces): New function.
2909         (org-tags-special-faces-re): New variable.
2911         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2913         * org-faces.el (org-tag-faces): New option.
2914         (org-tag): Mention `org-tag-faces' in the docstring.
2916 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2918         * org-exp.el (org-export-html-style-default): Implement new
2919         quoting.
2921         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2923         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2924         command to the `w3m-minor-mode-map'.
2926         * org-archive.el (org-archive-to-archive-sibling): Protect
2927         `this-command' to avoid appending kills during archiving.
2929         * org-exp.el (org-export-with-priority): New variable.
2930         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2931         instead of internal list of strings and properties.
2932         (org-print-icalendar-entries): Retrieve the location property with
2933         inheritance.
2935 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2937         * org-exp.el (org-export-with-todo-keywords): New option.
2938         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2939         line.
2940         (org-default-export-plist, org-export-add-options-to-plist)
2941         (org-export-as-ascii, org-export-as-html): Use the new structure
2942         of `org-export-plist-vars'.
2944         * org.el (org-map-entries): Return all values.
2946 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2948         * org.el (org-matcher-time): Recognize more special values.
2950         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2952 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2954         * org.el (org-tags-exclude-from-inheritance): New option.
2955         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2956         `org-tags-exclude-from-inheritance'.
2958         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2959         (org-format-agenda-item): Add inherited tags to the agenda line
2960         string, and make sure that properties are kept when downcasing the
2961         tags list.
2962         (org-agenda-add-inherited-tags): New function.
2963         (org-downcase-keep-props): New function.
2965         * org.el (org-scan-tags): Mark inherited tags with a text
2966         property.
2967         (org-get-tags-at): Mark inherited tags with a text property.
2968         (org-add-prop-inherited): New function.
2970         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2971         (org-agenda-show-inherited-tags): New option.
2973 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2975         * org.el (org-modules): Add org-w3m to the default modules.
2977         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2978         orgtbl-mode.
2979         (orgtabl-create-or-convert-from-region): New command.
2981         * org-exp.el (org-export-as-ascii): Remove the handling of
2982         targets.
2983         (org-export-ascii-preprocess): Handle targets already in this
2984         function.
2986 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2988         * org-timer.el (org-timer-start-time): Define this variable.
2989         (org-timer-item): Make argument optional.
2991         * org-list.el (org-insert-item): Automatically insert a timer item
2992         if the current list is a timer list.
2994         * org-timer.el: New file.
2996         * org-publish.el (org-publish-org-index): Only exclude the index
2997         file in the main directory from being added to the site-map.
2998         (org-publish-get-project-from-filename): If the current project is
2999         a component, start publishing from the parent project.
3001 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3003         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3005         * org-publish.el (org-publish-org-index): Improve removal of
3006         temporary buffers.
3008         * org-agenda.el (org-get-closed): Re-apply changes
3009         accidentially overwritten by last commit to Emacs.
3011         * org.el (org-outline-path-complete-in-steps): New option.
3012         (org-refile-get-location): Honor
3013         `org-outline-path-complete-in-steps'.
3014         (org-agenda-change-all-lines, org-tags-sparse-tree)
3015         (org-time-string-to-absolute, org-small-year-to-year)
3016         (org-link-escape): Re-apply changes accidentially overwritten
3017         by last commit to Emacs.
3019 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3021         * org-clock.el (org-dblock-write:clocktable): Make sure the
3022         clocktable sees the first line.
3023         (org-clock-in): Warn if the clock cannot be resumed.
3025 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3027         * org.el (org-open-at-point): Fix mixup about interactive and
3028         non-interactive elisp links.
3030 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3032         * org-exp.el (org-export-preprocess-string): Allow one comment
3033         line before the first headline to always be included.  This is
3034         to not miss a commented target.
3036         * org-mouse.el (org-mouse-insert-item): Call
3037         `org-indent-to-column' instead of `indent-to', for XEmacs
3038         compatibility.
3040         * org.el (org-refile-targets): Fix customize definition so
3041         that it works also in XEmacs.
3042         (org-fixup-indentation): Call `org-indent-to-column' instead
3043         of `indent-to', for XEmacs compatibility.
3045 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3047         * org-mew.el (org-mew-store-link): Get the correct case folder
3048         for refiled messages.
3050 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3052         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3053         line break indicators.
3055         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3056         ido-completion propts.
3058 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3060         * org-remember.el (org-remember-apply-template): Use
3061         `org-substring-no-properties'.
3063         * org-compat.el (org-substring-no-properties): New function.
3065         * org-remember.el (org-remember-apply-template): Use
3066         `org-substring-no-properties' for compatibility.
3068         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3069         option.
3070         (org-fix-bullet-type): respect
3071         `org-list-two-spaces-after-bullet-regexp'.
3073         * org-clock.el (org-clock-load): Clean up the code.
3075         * org.el (org-adaptive-fill-function): Allow two spaces after
3076         "1." as a list bullet.
3078 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3080         * org-clock.el (org-clock-save, org-clock-load): Check for
3081         live buffers, existing files, and buffer file names to ensure
3082         consistent information.
3083         (org-clock-persist): Make `clock' a special value of this
3084         variable, and improve docstring.
3086         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3087         (org-get-string-indentation): Adapt indentation when the bullet
3088         width changes.
3090 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3092         * org-remember.el (org-remember-finalize): Make interactive.
3093         (org-remember-kill): New command.
3094         (org-remember-finish-immediately): Call `org-remember-finalize'
3095         directly.
3096         (org-remember-finalize): Make `org-remember-finalize' an interactive
3097         function.
3099 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3101         * org-remember.el (org-remember-apply-template): No ido completion
3102         for free prompts in remember templates.
3103         (org-remember-before-finalize-hook): New hook.
3104         (org-remember-mode): New minor mode.
3105         (org-remember-apply-template): Turn on `org-remember-mode'.
3107         * org-id.el (org-id-add-location): Avoid error when no file is
3108         given.
3110         * org-remember.el (org-remember-apply-template): Fix the way how
3111         the list of allowed properties is retrieved from the target file.
3113         * org.el (org-insert-link): Improve file link matching.
3115 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3117         * org-colview.el (org-columns-display-here): New argument
3118         DATELINE, to trigger using the new face.
3119         (org-agenda-colview-summarize): Call `org-columns-display-here'
3120         with the new argument.
3122         * org-faces.el (org-agenda-column-dateline): New face.
3124         * org-publish.el (org-publish-org-index): Use index-title at page
3125         title, not as section.
3127         * org-exp.el (org-export-html-format-desc): Respect the
3128         org-protect property.
3129         (org-export-as-html): Protect image specifiers that are in the
3130         description part of a link.
3132         * org.el (org-sort-entries-or-items, org-completing-read)
3133         (org-refile-get-location, org-olpath-completing-read, org-todo)
3134         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3135         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3136         (org-set-property, org-delete-property)
3137         (org-delete-property-globally): Use `org-ido-completing-read'.
3139         * org-remember.el (org-remember-apply-template): Use
3140         `org-ido-completing-read'.
3142         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3144         * org-colview.el (org-columns-edit-value, org-columns-new)
3145         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3147         * org-colview-xemacs.el (org-columns-edit-value)
3148         (org-columns-new, org-insert-columns-dblock): Use
3149         `org-ido-completing-read'.
3151         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3152         `org-ido-completing-read'.
3154         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3155         `org-ido-completing-read'.
3157         * org.el (org-time-today): New function.
3158         (org-matcher-time): Use `org-time-today'.  Add special treatment
3159         for "<tomorrow>" and "<yesterday>".
3160         (org-ido-completing-read): New function.
3161         (org-completion-use-ido): New option.
3163         * org-exp.el (org-export-format-source-code): Fix bug in require
3164         htmlize code.
3165         (org-export-target-internal-links): Fix bug in search for text
3166         property.
3168 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3170         * org-export-latex.el (org-export-latex-subcontent): Interprete
3171         target aliases as additonal labels.
3173         * org-exp.el (org-export-target-aliases): New variable.
3174         (org-export-preprocess-string)
3175         (org-export-handle-invisible-targets): Fill the alias alist.
3176         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3177         assign an id.
3178         (org-html-level-start): Insert the target aliases as additonal
3179         anchors.
3181         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3182         picture area.
3184 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3186         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3187         when following a link with the mouse from the agenda.
3189         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3190         headlines are created.
3192 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3194         * org-exp.el (org-export-preprocess-string): Reorder so that we
3195         can still see ID properties when we collect targets.
3196         (org-export-target-internal-links): Also store targets for ID's.
3198         * org.el (org-link-translation-function): New option.
3199         (org-open-at-point): Call `org-link-translation-function' if
3200         non-nil.
3201         (org-translate-link): New function.
3202         (org-translate-link-from-planner): New function.
3203         (org-open-at-point): Allow interactive commands in elisp links.
3205         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3206         iCalendar quoting.  The new one seems to caus problems with
3207         applications.
3209         * org.el (org-yank): Set `this-command' to `yank', so that
3210         `yank-pop' will work.
3212 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3214         * org-id.el (org-id-search-archives): New option.
3216         * org.el (org-link-to-org-use-id): New option.
3217         (org-store-link): Use `org-link-to-org-use-id'.
3218         (org-id): Make org-id.el a standard component.
3220 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3222         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3223         hexified version of the tag.
3225         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3226         compliance as far as quoting is concerned.
3228         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3230         * org.el (org-up-heading-safe, org-forward-same-level): Always
3231         call `org-back-to-heading' instead of `outline-back-to-heading'.
3232         (org-back-to-heading): New wrapper around outline-back-to-heading,
3233         with a useful error message telling where the error happened.
3235         * org-list.el (org-update-checkbox-count): Always call
3236         `org-back-to-heading' instead of `outline-back-to-heading'.
3238         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3239         has an `alt' attribute, to ensure XHTML validation.
3241 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3243         * org-publish.el (org-publish-attachment): Allow publishing to
3244         overwrite attachment files.
3246         * org-agenda.el (org-agenda-timerange-leaders): New option.
3247         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3249         * org.el (org-edit-src-exit): Untabify ASCII image before
3250         returning.
3263 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3265         * org.el (org-yank): Make any prefix force normal yanking.
3266         Suppress folding if text would be swallowed into a folded
3267         subtree.
3268         (org-yank-folded-subtrees, org-yank): Docstring updates.
3270         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3271         defined as 0.
3273         * org-exp.el (org-export-language-setup): Add Catalan and
3274         Esperanto language entries.
3276 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3278         * org.el (org-refile): Allow refiling of entire regions.
3280         * org-clock.el (org-clock-time%): New function.
3282         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3283         retrieve property values.
3285 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3287         * org-agenda.el (org-agenda-list): Handle the value `only' of
3288         org-agenda-show-log'.
3289         (org-agenda-log-mode): Interpret a double prefix arg.
3291 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3293         * org-exp.el (org-export-html-footnotes-section): New variable.
3294         (org-export-as-html): Use `org-export-html-footnotes-section' to
3295         insert the footnotes.
3296         (org-export-language-setup): Add "Footnotes" to language words.
3298 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3300         * org.el (org-yank): Fix bug when not inserting a subtree.
3302 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3304         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3305         instead of `vm-beginning-of-message'.
3307         * org.el (org-make-link-regexps): Make sure that links to gnus can
3308         contain brackets.
3310 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3312         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3313         code.
3315         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3316         shell output.
3318         * org.el (org-link-abbrev-alist): Improve customization type.
3320         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3321         functions.
3323         * org-agenda.el (org-agenda-get-progress): Renamed from
3324         `org-get-closed'.  Implement searching for state changes as well.
3325         (org-agenda-log-mode-items): New option.
3326         (org-agenda-log-mode): New option prefix argument, interpreted as
3327         request to show all possible progress info.
3328         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3329         `org-get-closed'.
3330         (org-agenda-set-mode-name): Handle the more complex log mode
3331         settings.
3332         (org-get-closed): New alias, pointing to `org-get-progress'.
3334 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3336         * org.el (org-file-apps-defaults-gnu)
3337         (org-file-apps-defaults-macosx)
3338         (org-file-apps-defaults-windowsnt): Add an entry defining the
3339         system command.
3340         (org-file-apps): Allow `system' as key and value.
3341         (org-open-at-point): Explain the effect of a double prefix arg.
3342         (org-open-file): If the argument `in-emacs' is (16),
3343         i.e. corresponding to a double prefix argument, try to open the
3344         file externally.
3346 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3348         * org.el (org-insert-link): Abbreviate absolute files names in
3349         links.  Also, fix a bug in which the double C-u prefix would not
3350         be honored.
3352 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3354         * org.el (org-insert-heading): If buffer does not end with a
3355         newline, add one if necessary to insert headline correctly.
3357         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3358         paragraphs, not inside.
3360         * org.el (org-todo): Quote
3361         `org-agenda-headline-snapshot-before-repeat'.
3363         * org-exp.el (org-export-as-html): Fully process link descriptions.
3364         (org-export-html-format-desc): New function.
3365         (org-export-as-html): Collect footnotes into the correct basket.
3366         (org-html-protect): No longer protect quotations marks here, this
3367         goes wrong.
3369         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3370         BEG.
3372         * org-compat.el (org-fit-window-to-buffer): New function (not
3373         really, a preliminary and incomplete version was present earlier,
3374         but not used).
3376         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3377         `org-fit-window-to-buffer'.
3379         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3381         * org-agenda.el (org-agenda-get-restriction-and-command)
3382         (org-fit-agenda-window, org-agenda-convert-date): Use
3383         `org-fit-window-to-buffer'.
3385         * org-exp.el (org-export-as-html): Process href links through
3386         `org-export-html-format-href'.
3387         (org-export-html-format-href): New function.
3389         * org-agenda.el (org-agenda-todo): Update only the current
3390         headline if this is a repeated TODO, marked done for today.
3391         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3392         only the current line.
3394         * org.el (org-todo): Take a snapshot of the headline if the
3395         repeater might change it.
3397 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3399         * org-publish.el (org-publish-find-title): Remove buffers visited
3400         only for extracting the title.
3402         * org-exp.el (org-export-html-style)
3403         (org-export-html-style-default): Mark style definitions as
3404         unparsed CDATA.
3406         * org-publish.el (org-publish-validate-link): Function
3407         re-introduced.
3409 2008-11-02  Charles Sebold  <csebold@gmail.com>
3411         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3412         property.
3413         (org-plot-quote-timestamp-field): New function.
3414         (org-plot-quote-tsv-field): Call timestamp field function when
3415         necessary rather than just quoting as a string.
3416         (org-plot/gnuplot-to-data): Pass in timefmt property.
3417         (org-plot/gnuplot-script): Supports timefmt property.
3418         (org-plot/gnuplot): Checks for timestamp column before checking
3419         for text index column.
3421 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3423         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3425         * org-publish.el (org-publish-org-index): Create a section in the
3426         index file.
3427         (org-publish-org-index): Stop linking to directories.
3429         * org.el (org-emphasis-alist): Use span instead of <u> to
3430         underline text.
3432         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3433         <pre> sections.
3435 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3437         * org-jsinfo.el (org-infojs-template): Remove language attribute
3438         from script tag.
3440 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3442         * org-agenda.el (org-agenda-remove-marked-text): New function.
3443         (org-agenda-mark-filtered-text)
3444         (org-agenda-unmark-filtered-text): New functions.
3445         (org-write-agenda): Remove fltered text.
3447         * org.el (org-make-tags-matcher): Give access to TODO "property"
3448         without speed penalty.
3450 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3452         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3453         option.
3454         (org-store-link-props): Make sure adding to the plist works
3455         correctly.
3457         * org-gnus.el (org-gnus-no-new-news): New function.
3458         (org-gnus-follow-link): Allow the article ID to be a message-id,
3459         in addition to allowing article numbers.  Message IDs make much
3460         more roubust links.
3461         (org-gnus-store-link): Use message-id to create link.
3463 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3465         * org.el (org-emphasize): Reverse the selection array.
3466         (org-emphasis-alist): Set <code> tags for the verbatim
3467         environment.
3469         * org-remember.el (org-remember-handler): Fix bug with
3470         prefix-related changing of the note storage target.
3472         * org-exp.el (org-print-icalendar-entries): Make the exported
3473         priorities compatible with RFC 2445.
3475         * org-clock.el (org-clock-save): Insert time stamp without
3476         dependence on time-stamp.el.
3478 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3480         * org.el ("saveplace"): If saveplace puts point into an invisible
3481         location, make it visible.
3482         (org-make-tags-matcher): Allow inactive time stamps in time
3483         comparisons.
3484         (org-yank-adjusted-subtrees): New option.
3485         (org-yank): Incorporate adjusting trees.
3486         (org-paste-subtree): New argument FOR-YANK which will cause
3487         insertion at point without backing up over white lines, and leave
3488         point at the end of the inserted text.  Also if the cursor is
3489         at the beginning of a headline, use the same level or the inserted
3490         tree.
3492         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3493         with broken symlinks
3495 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3497         * org-exp.el (org-export-select-tags, org-get-current-options):
3498         Fix typo.
3500 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3502         * org-agenda.el (org-format-agenda-item)
3503         (org-agenda-filter-make-matcher): Make sure tags are stored and
3504         compared donwcased.
3506 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3508         * org.el (org-insert-todo-heading): Fix bug with force-heading
3509         argument.
3511 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3513         * org-clock.el (org-clock-in-resume): Add a custom option to
3514         toggle starting the clock from an open clock line.
3515         (org-clock-in): When clocking in to an entry, if
3516         `org-clock-in-resume' is set, check if the first clock line is
3517         open and if so, start the clock from the time in the clock line.
3518         (org-clock-persist): Add a custom option to toggle clock
3519         persistence.
3520         (org-clock-persist-query-save): Add a custom option to toggle
3521         asking the user if they want to save the running clock when
3522         exiting.
3523         (org-clock-persist-query-resume): Add a custom option to toggle
3524         asking the user if they want to resume the saved clock when Emacs
3525         is restarted.
3526         (org-clock-save): Add a function to save clock data.
3527         This includes the contents of `org-clock-history' and the buffer
3528         and position of the currently clocked task, if any.
3529         (org-clock-load): Add a function to load clock data.
3530         This populates `org-clock-history', and resumes the saved clocked
3531         task if there is one.
3532         (org-clock-persistence-insinuate): Add a method to set up the
3533         hooks for clock persistence.
3535 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3537         * org-exp.el (org-export-as-ascii): Handle the case that we are
3538         publishing from an indirect buffer.
3540         * org-table.el (org-table-copy-down): Fix bug with time stamp
3541         increment.
3543         * org-mouse.el (org-mouse-features): New option.
3544         (org-mode-hook): Turn on features depending on
3545         `org-mouse-features'.
3547         * org.el (org-insert-heading-respect-content): Force heading
3548         creation.
3549         (org-insert-heading): keep the folding state of the heading before
3550         the inserted one.
3552 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3554         * org-archive.el (org-archive-to-archive-sibling): Handle top
3555         level headlines better.
3557 2008-10-21  Bastien Guerry  <bzg@altern.org>
3559         * org-export-latex.el (org-export-latex-classes): Added
3560         \usepackage{graphicx} to the default list of packages.
3562 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3564         * org-agenda.el (org-agenda-filter): Renamed from
3565         `org-agenda-filter-tags'.
3567 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3569         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3570         is not defined as a property in this entry.
3571         (org-add-log-note): Mask prefix argument when immediately storing
3572         the note.
3574         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3575         option.
3577 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3579         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3580         after drawers was skipping ahead one line too many, so notes were
3581         inserted after the first note instead of before it.
3583 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3585         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3586         New variables.
3587         (org-prepare-agenda): Reset the filter tags.
3588         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3589         Show filter tags in mode line.
3591         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3592         formatter.
3594         * org-export-latex.el (org-latex-entities-regexp): New constant.
3595         (org-export-as-pdf): Use two calls to `shell-command'.
3597 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3599         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3600         Honor the {} value of the subsuperscript setting.  Make sure that
3601         longer subsuperscripts are typeset in a roman font.
3603         * org.el (org-clock-update-time-maybe): Compute negative clock
3604         intervals correctly.
3606 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3608         * org.el (org-add-log-setup): Respect
3609         `org-log-state-notes-insert-after-drawers'.
3610         (org-log-state-notes-insert-after-drawers): New option.
3611         (org-todo-trigger-tag-changes): New function.
3612         (org-todo): Call `org-todo-trigger-tag-changes'.
3614 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3616         * org.el (org-add-log-setup): Only skip drawers if the are
3617         immediately after the scheduling keywords.
3619         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3620         function
3621         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3622         call it with the current todo state to get the state to switch to
3623         when clocking in.
3624         (org-clock-in): Use org-indent-line-function to indent clock lines.
3625         (org-clock-find-position): Fix indentation of empty clock drawers.
3627 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3629         * org-publish.el (org-publish-org-to): Handle case when
3630         org-export-to-pdf does return a file name, not a buffer.
3631         (org-publish-org-to-pdf): New function.
3633         * org-export-latex.el (org-export-as-pdf)
3634         (org-export-as-pdf-and-open): New commands.
3636         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3637         forms as ranges.
3639         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3640         things in protexted regions.
3642 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3644         * org-export-latex.el (org-export-latex-preprocess): Improve
3645         quoting of LaTeX environments.
3647 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3649         * org.el (org-edit-fixed-width-region): Exclude final newline from
3650         picture area.
3652         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3653         sections, to make internal links work.
3654         (org-export-latex-fontify-headline): Do not remove all text
3655         properties, to make sure that target properties survive this
3656         process.
3658         * org-exp.el (org-export-preprocess-string): Change sequence of
3659         modifications, to make sure links are prepared before the LaTeX
3660         conversions do happen.
3662 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3664         * org-attach.el (org-attach-delete-all): Renamed from
3665         `org-attch-delete'.  Add a security query before deleting the
3666         entire directory.  New optional argument FORCE can overrule the
3667         security query.
3668         (org-attach-delete-one): New command.
3670 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3672         * org-attach.el (org-attach-file-list): Fix bug with directory.
3674 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3676         * org.el (org-apps-regexp-alist): New function.
3677         (org-file-apps): Add auto-mode to the default value.
3678         (org-open-file): Use the new structure of org-file-apps.
3680         * org-attach.el (org-attach): Support the new keys.
3681         (org-attach-method): New option.
3683 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3685         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3686         March.
3688         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3689         of the list value o `org-use-tag-inheritance'.
3691         * org-attach.el (org-attach-auto-tag): New option.
3692         (org-attach-tag, org-attach-untag): New functions.
3693         (org-attach-attach, org-attach-new, org-attach-sync): Call
3694         `org-attach-tag'.
3695         (org-attach-delete): Call `org-attach-untag'.
3697 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3699         * org-table.el (orgtbl-self-insert-command): Make this work for
3700         the keypad as well.
3702 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3704         * org.el (org-add-log-setup): Limit searc for drawers to entry
3705         text, not to subtree.
3707         * org-clock.el (org-clock-heading-for-remember): New variable.
3708         (org-clock-in): Set `org-clock-heading-for-remember'.
3710 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3712         * org-remember.el (org-remember-apply-template): Add new
3713         expansions: %k, %K for currently clocked task and a link to the
3714         currently clocked task, and %< to file notes in the currently
3715         clocked task.
3717 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3719         * org-export-latex.el (org-export-latex-make-header): Also insert
3720         the content of the property :latex-header-extra.
3722         * org-exp.el (org-infile-export-plist): Put the content of
3723         #+LATEX_HEADER: into the property :latex-header-extra.
3725         * org-colview.el (org-columns-get-format-and-top-level): Remove
3726         resetting the marker.
3728         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3729         Remove resetting the marker.
3731         * org.el (org-entry-property-inherited-from): Improve docstring.
3732         (org-entry-get-with-inheritance): Reset marker before starting the
3733         search.
3735         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3737 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3739         * org.el (org-entry-get-multivalued-property)
3740         (org-entry-protect-space, org-entry-restore-space): New
3741         functions.
3742         (org-file-apps-defaults-macosx): Let postscript files be opened by
3743         preview.
3744         (org-time-stamp-inactive): Call `org-time-stamp'.
3745         (org-time-stamp): New argument `inactive'.  Also edit inacive
3746         stamps. Convert time stamp type.
3747         (org-open-file): Interpret the `default' value for the `command'
3748         in `org-file-apps'.
3750         * org-id.el (org-id-int-to-b36-one-digit)
3751         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3752         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3753         b36.
3755 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3757         * org-id.el (org-id-reverse-string): New function.
3758         (org-id-new): Use `org-id-reverse-string' to make sure the
3759         beginning chars of the ID are mutating fast.  This allows to use a
3760         directory structure to spread things better.
3761         (org-id-prefix): Changed default to nil.
3763         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3764         restore the column of the cursor position.
3766         * org-remember.el (org-remember-apply-template): Remove properties
3767         from `initial'.
3769 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3771         * org-wl.el (org-wl-open): Remove useless call to
3772         `wl-thread-open-all'.
3774         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3775         location.
3777 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3779         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3780         `org-bbdb-anniversaries'.
3782         * org.el (org-get-next-sibling, org-forward-same-level): New
3783         functions, similar to the outline versions, but invisible headings
3784         are OK.
3786 2008-09-25  Bastien Guerry  <bzg@altern.org>
3788         * org.el (org-auto-repeat-maybe): Insert a space between
3789         the timestamp's type and the timestamp itself.
3791 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3793         * org-table.el (org-table-sum): Do not format the result with %g,
3794         it does rounding when there are too many digits.
3796         * org.el (org-map-entries): Protect the keyword-selecting variables.
3798 2008-09-23  Bastien Guerry  <bzg@altern.org>
3800         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3801         against all agenda files.
3803 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3805         * org-list.el: New file, aggregating list functions from org.el
3806         and org-export-latex.el.
3808         * org.el (org-edit-src-region-extra): New option.
3810 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3812         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3813         time before 1am.
3815 2008-09-22  Bastien Guerry  <bzg@altern.org>
3817         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3819 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3821         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3822         hline work correctly.
3823         (org-plot/gnuplot-script): Put commas at the end of each script
3824         line.
3826 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3828         * org.el (org-get-refile-targets): Replace links with their
3829         descriptions
3830         (org-imenu-get-tree): Replace links with their descriptions.
3832         * org-remember.el (org-remember-apply-template): Add a new
3833         expansion for adding properties to remember items.
3835         * org.el (org-add-log-setup): Skip over drawers (properties,
3836         clocks etc) when adding notes.
3838         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3839         items as well as the start and end times.
3841         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3842         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3844         * org-remember.el (org-get-x-clipboard): Use the compat
3845         function to get clipboard values when x-selection-value is
3846         unavailable. Use substring-no-properties instead of
3847         set-text-properties to remove text properties from the clipboard
3848         value.
3850         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3851         modeline clock string, and display the full todo value in the
3852         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3853         the currently clocked task.
3854         (org-clock-string-limit): Add a custom value for the maximum
3855         length of the clock string in the modeline.
3856         (org-clock-mode-map): Add a keymap for the modeline string
3858 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3860         * org-compat.el (org-propertize): New function.
3862 2008-09-20  Bastien Guerry  <bzg@altern.org>
3864         * org-export-latex.el (org-export-latex-tables): protect exported
3865         tables from further special chars conversion.
3866         (org-export-latex-preprocess): Preserve LaTeX environments.
3867         (org-list-parse-list): Parse descriptive lists.
3868         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3869         (org-list-to-texinfo): Export descriptive lists.
3870         (org-quote-chars): Remove.
3871         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3872         (org-export-latex-list-beginning-re): Rename to
3873         `org-list-beginning-re'
3874         (org-list-item-begin): Rename to `org-list-item-beginning'
3876 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3878         * org.el (org-refile): Allow refiling to the last entry in the
3879         buffer.
3880         (org-get-tags-at): Fix bug when inheritance is turned off.
3882 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3884         * org.el (org-indent-line-function): No longer check for src
3885         regions, this is too much overhead.
3887         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3888         matching.
3890         * org.el (org-scan-tags): Make sure that tags matching is not case
3891         sensitive.  TODO keyword matching is case sensitive, however, to
3892         avoid confusion with similar words that are not meant to be
3893         keywords.
3895 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3897         * org.el (org-get-local-tags-at): New function.
3898         (org-get-local-tags): New function.
3900         * org-exp.el (org-export-get-categories): New function.
3902         * org-agenda.el (org-sorting-choice)
3903         (org-agenda-sorting-strategy, org-agenda-get-todos)
3904         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3905         (org-agenda-get-scheduled, org-agenda-get-blocks)
3906         (org-entries-lessp): Implement sorting by TODO state.
3907         (org-cmp-todo-state): New defsubst.
3909         * org-colview.el (org-colview-construct-allowed-dates): New
3910         function.
3911         (org-columns-next-allowed-value): Use
3912         `org-colview-construct-allowed-dates'.
3914         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3915         function.
3916         (org-columns-next-allowed-value): Use
3917         `org-colview-construct-allowed-dates'.
3919 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3921         * org.el (org-protect-slash): New function.
3922         (org-get-refile-targets): Use `org-protect-slash'.
3924         * org-agenda.el (org-global-tags-completion-table): New variable.
3926         * org-exp.el (org-export-handle-export-tags): New function.
3927         (org-export-preprocess-string): Call
3928         `org-export-handle-export-tags'.
3930         * org-plot.el: New file.
3932         * org-publish.el (org-publish-expand-components): Function removed.
3933         (org-publish-expand-projects): Allow components to have components.
3935 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3937         * org.el (org-indent-line-function): Do not indent in regions that
3938         are external source code.
3939         (org-yank-and-fold-if-subtree): New function.
3941         * org-agenda.el (org-agenda-todayp): New function.
3942         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3943         `org-agenda-todayp'.
3945         * org.el (org-insert-heading-respect-content)
3946         (org-insert-todo-heading-respect-content): New commands.
3947         (org-insert-heading-respect-content): New option.
3948         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3950         * org-clock.el (org-clock-find-position): Make sure the note after
3951         the clock line gets moved into the new clock drawer.
3953 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3955         * org-id.el (org-id-new): New option.
3957 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3959         * org-table.el (org-table-copy-down): Avoid overflow during
3960         increment.  Use prefix argument 0 to temporarily disable the
3961         increment.
3963 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3965         * org-exp.el (org-export-as-html): Do not turn on the major mode
3966         if the buffer will be killed anyway.
3967         (org-get-current-options): Exclude the #+TEXT field.
3968         (org-export-as-html): Make sure text before the first headline is
3969         a paragraph.
3971         * org-publish.el (org-publish-org-to): Tell the exporter that this
3972         buffer will be killed, so it is not necessary to do major mode
3973         initialization.
3975         * org-archive.el (org-archive-to-archive-sibling): Show empty
3976         lines after folding the archive sibling.
3978         * org.el (org-log-note-extra): New variable.
3980 2008-09-05  Bastien Guerry  <bzg@altern.org>
3982         * org.el (org-additional-option-like-keywords): Added keywords for
3983         the _QUOTE, _VERSE and _SRC environments.
3985         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3986         exporting _QUOTE and _VERSE environments.
3988 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3990         * org-agenda.el (org-agenda-filter-by-tag): New command.
3992         * org-exp.el (org-get-current-options): Remove angular brackets
3993         from the date entry.
3995         * org.el (org-edit-fixed-width-region): New function.
3996         (org-edit-fixed-width-region): Also try
3997         `org-edit-fixed-width-region'.
3998         (org-edit-fixed-width-region-mode): New option.
3999         (org-activate-code): Only interprete lines starting with colon
4000         plus a space as example lines.
4002         * org-remember.el (org-remember-templates): Add nil instead of
4003         empty strings to fix the length of remember templates.
4005         * org-table.el (org-calc-default-modes): Fix the time format for
4006         calc, from 12 hour to 24 hour clock.
4008 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4010         * org-agenda.el (org-agenda-get-deadlines)
4011         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4012         entries that are pre-warnings of deadlines or reminders.
4014         * org.el (org-sort-entries-or-items): Make numeric and alpha
4015         comparisons ignore any TODO keyword and priority cookie.
4017         * org-remember.el (org-remember-handler): Reinterpretation of the
4018         prefix argument.
4020 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4022         * org-agenda.el (org-agenda-get-scheduled): Use new
4023         `org-scheduled' face.
4025         * org-faces.el (org-scheduled): New face.
4027         * org-wl.el (org-wl-open): Remove incorrect declaration.
4029         * org-gnus.el (org-gnus-store-link): Support for :to information
4030         in gnus links.
4032         * org-exp.el (org-export-as-html): Fixed typo in creator
4033         information.
4034         (org-export-protect-examples): New parameter indent.  Insert extra
4035         spaces only when this parameter is specified.
4036         (org-export-preprocess-string): Call `org-export-protect-examples'
4037         with an indentation parameter when exporting to ASCII.
4039         * org-remember.el (org-remember-templates)
4040         (org-remember-apply-template): Allow the file component to be a
4041         function.
4043         * org.el (org-goto-local-search-headings): Renamed from
4044         `org-goto-local-search-forward-headings'.  Added the possibility
4045         to search backwards.
4047 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4049         * org-export-latex.el (org-export-latex): New customization
4050         group.
4052         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4054 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4056         * org-exp.el (org-html-do-expand): Allow {} to terminate
4057         tex macro
4059 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4061         * org.el (org-buffer-list): Select buffers based on major mode,
4062         not on file name.
4064 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4066         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4067         face property.
4069         * org-colview.el (org-columns-display-here): Use
4070         `org-columns-modify-value-for-display-function'.
4072         * org-colview-xemacs.el (org-columns-display-here): Use
4073         `org-columns-modify-value-for-display-function'.
4075 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4077         * org.el (org-columns-modify-value-for-display-function): New option.
4089         * org-publish.el (org-publish-file): Make sure the directory match
4090         for the publishing directory works correctly.
4092         * org-agenda.el (org-agenda-execute-calendar-command)
4093         (org-agenda-diary-entry): Additional optional argument.
4095 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4097         * org-exp.el (org-export-as-html): Add attributes also in mailto
4098         and ftp links.
4100         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4109 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4111         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4112         sure that calls from `org-export-region-as-html' do not do the
4113         special check for a subtree.
4115 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4117         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4119 2008-07-20  Juri Linkov  <juri@jurta.org>
4121         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4122         new keymap `narrow-map' instead of binding "\C-xns".
4124 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4126         * org.el (org-open-file): Use
4127         `org-open-directory-means-index-dot-org'.
4128         (org-open-directory-means-index-dot-org): New option.
4130 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4132         * org.el (org-make-link-string): Remove link attributes from
4133         description.
4134         (org-open-at-point): Remove link attributes bevore using the path.
4136         * org-exp.el (org-export-as-html): Handle link attributes.
4138         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4140         * org-table.el (org-table-to-lisp): New function.
4142         * org.el (org-narrow-to-subtree): Do not include the final newline
4143         into the narrowed region.
4145         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4146         bug with user-define skipping condition.
4148 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4150         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4152 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4154         * org-exp.el (org-export-html-style-default): Automatic overflow
4155         handling for pre fields.
4156         (org-export-as-ascii, org-export-as-html): Change default format
4157         for time stamp.
4159         * org-table.el (org-table-export): Offer completion for translator
4160         functions, and do not require a heading above the table.
4162         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4163         Cater for the case of a list starting in the first line of the
4164         buffer.
4166 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4168         * org-publish.el (org-publish-find-title): Bug fix.
4169         (org-publish-org-index): Implement new :index-style option.
4171 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4173         * org-publish.el (org-publish-timestamp-filename): Use
4174         SHA1-encoded file names in the timestamp directory.
4176 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4178         * org-publish.el (org-publish-needed-p): Be verbose about files
4179         published and files skipped.
4181         * org-exp.el (org-export-preprocess-string): Swap link
4182         normalization and inernal link targeting.
4184         * org-publish.el (org-publish-needed-p): Create timestamp
4185         directory when it does not exist.
4187 2008-07-04  Bastien Guerry  <bzg@altern.org>
4189         * org-clock.el (org-clock-out-when-done): Doc fix.
4191         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4193         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4194         Ignore case when searching for the COMMENT cookie at export time.
4196 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4198         * org-exp.el (org-get-file-contents)
4199         (org-get-and-remove-property): New functions.
4200         (org-export-handle-include-files): Handle the new prefix options.
4201         (org-export-as-html): Fix the verse environment.
4203 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4205         * org.el (org-time=, org-time<, org-time<=, org-time>)
4206         (org-time>=, org-time<>, org-2ft): New functions.
4207         (org-op-to-function): Also provide for the time testing fucntions.
4209 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4211         * org-exp.el (org-export-html-style-default): New constant.
4213 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4215         * org-exp.el (org-export-html-style-extra): New variable.
4216         (org-export-splice-style): New function.
4218 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4220         * org-exp.el (org-export-plist-vars, org-export-as-html):
4221         Implement `org-export-creator-info'.
4222         (org-export-creator-info): New option.
4224 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4226         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4227         (org-property-drawer-re, org-clock-drawer-re): New constants.
4229 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4231         * org-exp.el (org-icalendar-use-deadline)
4232         (org-icalendar-use-scheduled): New options.
4233         (org-icalendar-include-todo): Default changed to t.
4234         (org-print-icalendar-entries): Implement better utilization of
4235         scheduling and deadline time stamps.
4236         (org-export-target-internal-links, org-export-as-html): Allow file
4237         lines without the "file:" prefix if the file path is an absolute
4238         path or starts with ".".
4240         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4241         lastweek etc.
4242         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4244 2008-06-18  Glenn Morris  <rgm@gnu.org>
4245         * org.el (org-map-entries): Let-bind `file'.
4247 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4249         * org.el (org-agenda-skip-archived-trees): Docstring now
4250         discourages using this.
4251         (org-scan-tags): Check for org-agenda-archives-mode.
4252         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4253         (org-agenda-files): Functionality of second arg changed.
4255         * org-agenda.el (org-agenda-archives-mode): New variable
4256         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4257         (org-search-view, org-todo-list, org-tags-view)
4258         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4259         `ifmode' argument.
4260         (org-agenda-quit): Reset the archives mode.
4261         (org-agenda-archives-mode): New command.
4262         (org-agenda-set-mode-name): Include archives info.
4264 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4266         * org.el (org-paste-subtree): Make sure the yanked headline is
4267         visible if it was yanked at a visible point.
4268         (org-move-item-up): Fix the bug with moving white space at the end
4269         of the item.
4270         (org-show-empty-lines-in-parent): New function.
4272 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4274         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4276         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4278         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4279         agenda prefix as well.
4281         * org-publish.el (org-publish-org-index): Make a properly indented
4282         list.
4284         * org.el (org-calendar-agenda-action-key): New option.
4285         (org-get-cursor-date): New function.
4286         (org-mark-entry-for-agenda-action): New command.
4287         (org-overriding-default-time): New variable.
4288         (org-read-date): Respect `org-overriding-default-time'.
4290         * org-remember.el (org-remember-apply-template): Respect the
4291         ovverriding default time.
4293         * org-agenda.el (org-agenda-action-marker): New variable.
4294         (org-agenda-action): New command.
4295         (org-agenda-do-action): New function.
4297 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4299         * org.el (org-schedule, org-deadline): Protect scheduled and
4300         deadline tasks against changes that accidently remove the
4301         repeater.  Also show a message with the new date when done.
4303 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4305         * org.el (org-beginning-of-line): Cater for the case when there
4306         are tags but no headline text.
4307         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4308         it set.
4310 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4312         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4313         the return value is nil instead of "nil" when there is no match.
4315         * org-exp.el (org-insert-centered): Use fill-column instead of
4316         80.
4317         (org-export-as-ascii): Use string-width to measure the width of
4318         the heading.
4320         * org.el (org-diary-to-ical-string): No longer kill buffer
4321         FROMBUF, this is now done by the caller.
4323         * org-exp.el (org-print-icalendar-entries): Move the call to
4324         `org-diary-to-ical-string' out of the loop, and kill the buffer
4325         afterwords.
4327         * org-remember.el (org-remember-visit-immediately): Position
4328         cursor after moving to the note.
4329         (org-remember-apply-template): Use a text property to record the
4330         cursor position.
4331         (org-remember-handler): Align tags after pasting the note.
4333 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4335         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4337         * org-agenda.el (org-agenda-open-link): If there is an
4338         org-bbdb-name property in the current line, jump to that bbdb
4339         entry.
4341         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4342         text property, so that the agenda knows where this entry comes
4343         from.
4345         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4346         interaction between clocking-in from the agenda, and  automatic
4347         task state switching.
4349         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4351         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4352         zmacs-region stays after this command in XEmacs.
4354 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4356         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4358         * org-remember.el (org-remember-templates): Fix bug in
4359         customization type definition.
4361         * org.el (org-map-entries): New function.
4363 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4365         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4366         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4368 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4370         * org-remember.el (org-jump-to-target-location): New variable.
4371         (org-remember-apply-template): Set
4372         `org-remember-apply-template' if requested by template.
4373         (org-remember-handler): Start an idle timer to jump to
4374         remember location.
4376         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4378         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4379         file tags.
4380         (org-get-tags-at): Add the content of `org-file-tags'.
4382         * org-exp.el (org-export-handle-comments): Fix bug with several
4383         comment lines after each other.
4384         (org-number-to-roman, org-number-to-counter): New functions.
4385         (org-export-section-number-format): New option.
4387 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4389         * org-exp.el (org-export-protect-examples): Catch the case of a
4390         missing end_example line.
4392         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4393         `org-file-tags' to nil.
4395         * org-colview.el (org-columns-next-allowed-value): Handle next
4396         argument NTH to directly select a value.
4398         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4399         argument NTH to directly select a value.
4401 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4403         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4405 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4407         * org.el (org-columns-ellipses): New option.
4409 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4411         * org-colview.el (org-columns-add-ellipses): New function.
4412         (org-columns-compact-links): New function.
4413         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4414         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4415         when in agenda.
4416         (org-columns-edit-value): Fixed bug with editing values from
4417         agenda column view.
4418         (org-columns-redo): Also redo the agenda itself.
4420 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4422         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4423         option.
4425         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4427         * org-exp.el (org-export-ascii-preprocess): Renamed from
4428         `org-export-ascii-clean-string'.
4429         (org-export-kill-licensed-text)
4430         (org-export-define-heading-targets)
4431         (org-export-handle-invisible-targets)
4432         (org-export-target-internal-links)
4433         (org-export-remove-or-extract-drawers)
4434         (org-export-remove-archived-trees)
4435         (org-export-protect-quoted-subtrees)
4436         (org-export-protect-verbatim, org-export-protect-examples)
4437         (org-export-select-backend-specific-text)
4438         (org-export-mark-blockquote-and-verse)
4439         (org-export-remove-comment-blocks-and-subtrees)
4440         (org-export-handle-comments, org-export-mark-radio-links)
4441         (org-export-remove-special-table-lines)
4442         (org-export-normalize-links)
4443         (org-export-concatenate-multiline-links)
4444         (org-export-concatenate-multiline-emphasis): New functions,
4445         obtained from spliiting the export preprocessor.
4447         * org-table.el (org-table-recalculate): Improve error message if
4448         the row number is invalid.
4450 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4452         * org-archive.el (org-archive-save-context-info): Fix bugs in
4453         customization setup and docstring.
4455         * org-exp.el (org-export-html-style): Changed the size of in the
4456         <pre> element to 90%.
4458 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4460         * org.el (org-find-src-example-start): Function removed.
4461         (org-edit-src-find-region-and-lang): New function.
4463 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4465         * org.el (org-edit-src-exit): New function.
4466         (org-exit-edit-mode): New minor mode.
4468         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4469         comment-like lines from protected examples.
4471         * org.el (org-edit-src-example, org-find-src-example-start)
4472         (org-protect-source-example, org-edit-special): New functions.
4474 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4476         * org-publish.el (org-publish-project-alist): Fix typo in
4477         docstring.
4478         (org-publish-project-alist): Handle :index-title property.
4480 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4482         * org-export-latex.el (org-export-as-latex): Make sure region
4483         bounds are correct.  Parse subtree properties relating to export.
4485         * org-exp.el (org-export-add-options-to-plist): New function.
4486         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4488 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4490         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4491         EXPORT_TITLE.
4493         * org-exp.el (org-export-get-title-from-subtree)
4494         (org-export-as-ascii, org-export-as-html): Make sure the original
4495         region-beginning and region-end are used, even after moving
4496         point.
4497         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4498         property.
4500         * org-remember.el (org-remember-last-stored-marker): New variable.
4501         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4502         (org-remember-handler): Also use marker to remember
4503         last-stored position.
4505         * org.el (org-goto-marker-or-bmk): New function.
4507 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4509         * org.el (org-file-properties): Renamed from `org-local-properties'.
4510         (org-scan-tags): Take file tags into account.
4511         (org-tags-match-list-sublevels): Default changed to t.
4513         * org-exp.el (org-export-as-html): Close paragraph after a
4514         footnote.
4516         * org.el (org-update-parent-todo-statistics): New function.
4518         * org-exp.el (org-icalendar-store-UID): New option.
4519         (org-icalendar-force-UID): Option removed.
4520         (org-print-icalendar-entries): IMplement UIDs.
4522 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4524         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4526 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4528         * org-faces.el (org-column): Document how this face is being used
4529         and why sometimes the background faces shine through.
4531         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4533         * org-publish.el (org-publish-attachment): Create publishing
4534         directory if it does not yet exist.
4536         * org-table.el (org-calc-default-modes): Change default number
4537         format to (float 8).
4539         * org.el (org-olpath-completing-read): New function.
4540         (org-time-clocksum-format): New option.
4541         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4543         * org-clock.el (org-clock-display, org-clock-out)
4544         (org-update-mode-line): Use `org-time-clocksum-format'.
4546         * org-colview-xemacs.el (org-columns-number-to-string): Use
4547         `org-time-clocksum-format'.
4549         * org-colview.el (org-columns-number-to-string): Use
4550         `org-time-clocksum-format'.
4552 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4554         * org-id.el: New file, move from contrib to core.
4556         * org-exp.el (org-icalendar-force-UID): New option.
4558 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4560         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4561         shifted by one day if theere is a date range without an end
4562         time.
4564         * org.el (org-try-structure-completion): New function.
4566 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4568         * org.el (org-set-font-lock-defaults): Improve fontification of
4569         description lists.
4570         (org-insert-item): Handle description lists.
4571         (org-adaptive-fill-function): Improve auto indentation in
4572         description lists.
4574         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4575         Implement VERSE environment.
4576         (org-export-preprocess-string): Implement the COMMENT
4577         environment.
4579         * org-export-latex.el (org-export-latex-preprocess): Implement
4580         VERSE environment.
4582 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4584         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4585         option.
4587 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4589         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4591         * org.el (org-quote-csv-field): New functions.
4593         * org-table.el (org-table-export-default-format): Remove :splice
4594         from default format, we get the same effect by not specifying
4595         :tstart and :tend.
4596         (org-table-export): Improve setup, distinguish better between
4597         interactive and non-interactive use, allow specifying the format
4598         on the fly, better protection against wrong file names.
4599         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4600         and :tend when :splice is omitted.
4602 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4604         * org-clock.el (org-clock-select-task): Make sure the selection
4605         letters are 1-9 and A-Z, no special characters.
4607 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4609         * org-exp.el (org-export-htmlize): New group.
4610         (org-export-htmlize-output-type)
4611         (org-export-htmlize-css-font-prefix): New options.
4612         (org-export-htmlize-region-for-paste): New function.
4613         (org-export-htmlize-generate-css): New command.
4615 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4617         * org/org.el (org-modules, org-format-latex-options):
4618         * org/org-archive.el (org-archive-stamp-time)
4619         (org-archive-save-context-info):
4620         * org/org-faces.el (org-hide):
4621         * org/org-irc.el (org-irc-parse-link):
4622         * org/org-macs.el (org-call-with-arg, org-autoload):
4623         * org/org-mew.el (org-mew-store-link):
4624         * org/org-remember.el (org-remember-store-without-prompt)
4625         (org-remember-templates): Fix typos in docstrings.
4627         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4629         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4630         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4631         (org-bbdb-anniv-split): Fix typos in docstrings.
4633         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4634         (org-publish-use-timestamps-flag): Reflow docstring.
4635         (org-publish-files-alist): Fix typos in docstring.
4637 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4639         * org.el (org-set-visibility-according-to-property): New function.
4640         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4641         and compute the regular expressions, and update font-lock.
4642         (org-property-re): Allow a dash in property names.
4644         * org-archive.el (org-extract-archive-file): Insert the file name
4645         without the path into the format, to allow the location format to
4646         contain a subdirectory.
4648         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4649         of buffer, and the `org-agenda-type' property undefined, use the
4650         value from the character before.
4652         * org.el (org-add-planning-info): Don't let indentation for
4653         would-be timestamp become extra whitespace at the end of headline.
4655 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4657         * org.el (org-remove-double-quotes, org-file-contents): New
4658         functions.
4660         * org-exp.el (org-infile-export-plist): Also parse the
4661         contents of #+SETUPFILE files, recursively.
4663         * org.el (org-set-regexps-and-options): Also parse the
4664         contents of #+SETUPFILE files, recursively.
4666         * org-exp.el (org-export-handle-include-files): New function.
4667         (org-export-preprocess-string): Call
4668         `org-export-handle-include-files'.
4670         * org.el (org-delete-property-globally)
4671         (org-delete-property, org-set-property): Ignore case during
4672         completion.
4673         (org-set-property): Use `org-completing-read' instead of
4674         `completing-read'.
4676         * org.el (org-complete-expand-structure-template): New,
4677         experimental function.
4678         (org-structure-template-alist): New, experimental option.
4679         (org-complete): Call `org-complete-expand-structure-template'.
4681 2008-05-06  Bastien Guerry  <bzg@altern.org>
4683         * org-export-latex.el (org-export-latex-preprocess): Added
4684         support for blockquotes.
4686 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4688         * org.el (org-read-date-analyze): Catch the case where only a
4689         weekday is given.
4691 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4693         * org.el (org-set-font-lock-defaults): Make the description
4694         tag bold.
4696         * org-exp.el (org-export-as-html, org-close-li): Implement
4697         description lists.
4699 2008-05-04  Jason Riedy  <jason@acm.org>
4701         * org-table.el (*orgtbl-default-fmt*): New variable.
4702         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4703         when there is no other fmt available.
4705         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4706         :tend to suppress the appropriate string.
4708         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4709         table.
4711 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4713         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4714         read date.
4716         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4717         New function.
4719         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4720         New function.
4722 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4724         * org-clock.el (org-clock-find-position): Don't include notes
4725         into clock drawer.
4727         * org-archive.el (org-archive-subtree): No longer remove an
4728         extra line after cutting the subtree.  `org-cut-subtree' already
4729         takes care of this.
4731         * org-remember.el (org-remember-handler): Only kill the target
4732         buffer if it does not contain the running clock.
4734         * org.el (org-markers-to-move): New variable.
4735         (org-save-markers-in-region, org-check-and-save-marker)
4736         (org-reinstall-markers-in-region): New function.
4737         (org-move-subtree-down, org-copy-subtree): Remember relative
4738         marker positions before cutting.
4739         (org-move-subtree-down, org-paste-subtree): Restore relative
4740         marker positions after pasting.
4742         * org-remember.el (org-remember-clock-out-on-exit): New option.
4743         (org-remember-finalize): Clock out only if the setting in
4744         `org-remember-clock-out-on-exit' requires it.
4745         (org-remember-handler): Do the cleanup in the buffer, to make sure
4746         that the clock marker remains in tact.
4748 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4750         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4751         (org-clock-in): Make sure that also tasks outside the narrowed
4752         region will be clocked in correctly.
4753         (org-clock-insert-selection-line): Widen the buffer so that we can
4754         find the correct task heading.
4756         * org.el (org-base-buffer): New function.
4758         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4759         and ";" are escaped.
4760         (org-print-icalendar-entries): Also apply
4761         `org-icalendar-cleanup-string' to the headline, not only to the
4762         summary property.
4764 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4766         * org-exp.el (org-export-preprocess-hook): New hook.
4767         (org-export-preprocess-string): Call
4768         `org-export-preprocess-hook'.
4770         * org.el (org-font-lock-hook): New variable.
4771         (org-font-lock-hook): New function.
4772         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4774 ;; Local Variables:
4775 ;; coding: utf-8
4776 ;; add-log-time-zone-rule: t
4777 ;; End:
4779     Copyright (C) 2008  Free Software Foundation, Inc.
4781   This file is part of GNU Emacs.
4783   GNU Emacs is free software: you can redistribute it and/or modify
4784   it under the terms of the GNU General Public License as published by
4785   the Free Software Foundation, either version 3 of the License, or
4786   (at your option) any later version.
4788   GNU Emacs is distributed in the hope that it will be useful,
4789   but WITHOUT ANY WARRANTY; without even the implied warranty of
4790   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4791   GNU General Public License for more details.
4793   You should have received a copy of the GNU General Public License
4794   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4796 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c