Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blobc7b064b68a4b87e3b5879f2af426407c804946c5
1 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-table.el (org-table-error-on-row-ref-crossing-hline):
4         Variable made obsolete.
5         (org-table-relative-ref-may-cross-hline): New option.
6         (org-table-find-row-type): Honow the new option
7         `org-table-relative-ref-may-cross-hline'.
9 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-table.el (org-table-cut-region, org-table-copy-region): Work
12         on single field if no active region.
14 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
16         * org-latex.el (org-export-latex-make-header): Only insert title
17         if one is defined.
19         * org.el (org-make-options-regexp): Allow empty values.
21         * org-html.el (org-export-as-html): Move hrule detection to after
22         plain list handling.
24 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
26         * org-html.el (org-format-org-table-html): Fix colgroup tags.
28 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
30         * org.el (org-cycle-internal-local): Improved version of finding
31         next visible line.
32         (org-cycle-hide-drawers): Only hide drawers if this is really
33         necessary.
34         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
35         org-version of this function in Org-mode.  We use advice to
36         implement this change, so that future changes to this function in
37         outline.el wil be handled properly.
38         (org-forward-same-level, org-backward-same-level): New commands.
40 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org.el (org-remove-empty-overlays-at)
43         (org-clean-visibility-after-subtree-move): New functons.
44         (org-move-subtree-down): Simplify cleanup of display.
46 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
48         * org-mac-message.el (org-mac-message-get-links): Improve
49         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
50         "s".  Fix the return value.
51         (org-mac-message-insert-flagged): Simplify.
53         * org.el (org-refile-get-location): Tamper with refile history o
54         that history contains compete matches instead of the entered
55         string.
57 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org.el (org-store-link): Never store a link to an inline task.
61         * org-inlinetask.el (org-inlinetask-insert-task): New command.
63         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
64         inline tasks when positioning footnotes.
66         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
67         function.
69         * org.el (org-refile): Remove the END line when archiving an
70         inline task that does have an END line.
72         * org-archive.el (org-archive-subtree): Remove the END line when
73         archiving an inline task that does have an END line.
75         * org-macs.el (org-with-limited-levels): New macro.
76         (org-get-limited-outline-regexp): New function.
78         * org-exp.el (org-export-format-source-code-or-example): Fix bug
79         that did not enumerate first line.
80         (org-export-mark-radio-links): Skip matches in links.
82 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org.el (org-activate-plain-links): Make single-match.
85         (org-adapt-indentation): Fix docstring.
87         * org-macs.el (org-unmodified): Turn of modification hooks while
88         running this macro.
90 2009-07-31  Bastien Guerry  <bzg@altern.org>
92         * org.el (org-make-link-regexps): Don't exclude parentheses from
93         `org-plain-link-re'
94         (org-cycle-internal-local): When locally cycling, switch directly
95         from CHILDREN to FOLDED if there is no subtree
96         (org-cycle): Update the docstring to document the new behavior of
97         `org-cycle-internal-local'.
99 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
101         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
102         an abbreviated format for days.
104 2009-07-27  Bastien Guerry  <bzg@altern.org>
106         * org-protocol.el (org-protocol-default-template-key): New
107         option.
109         * org.el (org-refile): Bugfix: save-excursion before reading the
110         refile target, otherwise cursor moves might confuse `org-refile'.
112         * org-html.el (org-export-as-html): Bugfix: correctly convert the
113         footnote reference before the footnote itself.
115         * org.el (org-toggle-heading): Bugfix: correctly convert list
116         items before the first headline.
118         * org-html.el (org-export-html-footnote-format): New option for
119         formatting the footnote reference.
120         (org-export-as-html): Use the new option.
122         * org.el (org-provide-todo-statistics): Allow a list of TODO
123         keywords to compute statistics against headlines containing a
124         keyword from this list.
125         (org-update-parent-todo-statistics): Possibly use the new allowed
126         value of `org-provide-todo-statistics'.
128 2009-07-26  Bastien Guerry  <bzg@altern.org>
130         * org-timer.el: Add autoload cookie.
132         * org.el (org-occur-link-in-agenda-files): New function.
134         * org-timer.el (org-timer-last-timer): New variable.
136         * org-agenda.el (org-agenda-mode-map): New key for
137         org-timer-set-timer called from the agenda.
139         * org.el (org-mode-map): New key for org-timer-set-timer.
141         * org-timer.el (org-timer-reset-timers)
142         (org-timer-show-remaining-time, org-timer-set-timer): New
143         functions.
145         * org-clock.el (org-show-notification): Update the docstring.
147         * org.el (org-provide-todo-statistics): Allow new value
148         'all-headlines for this option, which includes entries with no
149         TODO keywords in the todo statistics.
150         (org-update-parent-todo-statistics): Possibly use the new
151         'all-headline value from `org-provide-todo-statistics'.
153 2009-07-25  Bastien Guerry  <bzg@altern.org>
155         * org-clock.el (org-dblock-write:clocktable): Add a new option
156         :timestamp which allows display of timestamps in clock reports.
158         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
159         list to a subtree, preserving the structure of the list.
160         (org-set-emph-re): Make the last element optional in the regexp.
161         This regexp now matches an emphasized string at the end of a line.
163         * org-list.el (org-list-goto-true-beginning)
164         (org-list-make-subtree, org-list-make-subtrees): New functions.
166         * org.el (org-eval-in-calendar): Select the right frame.
167         (org-save-frame-excursion): Remove this macro.
169 2009-07-24  Bastien Guerry  <bzg@altern.org>
171         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
172         trying to find the beginning of a list.
174         * org-exp.el (org-get-file-contents): Use a new argument: markup.
175         When present, tell org-get-file-contents not to protect org-like
176         lines.
178         * org-id.el (org-id-uuid-program): New option to set the name of
179         the uuidgen program.
180         (org-id-method): Use `org-id-uuid-program'.
181         (org-id-new): Use `org-id-uuid-program'.
183 2009-07-23  Bastien Guerry  <bzg@altern.org>
185         * org-exp.el (org-export-number-lines): Allow whitespace in code
186         references.  Allow the -r switch to remove the references in the
187         source code even when the lines are not numbered: the labels can
188         be explicit enough.
190         * org.el (org-fontify-whole-heading-line): New option.
191         (org-set-font-lock-defaults): Use the new option.
193         * org-clock.el (org-show-notification-handler): New option.
194         (org-show-notification): Use the new option.
196 2009-07-21  Bastien Guerry  <bzg@altern.org>
198         * org.el (org-eval-in-calendar): Fix a bug about calendar
199         navigation when `calendar-setup' value is 'calendar-only.
201 2009-07-19  Bastien Guerry  <bzg@altern.org>
203         * org.el (orgstruct++-mode): Fix typo in docstring.
204         (org-insert-link): Clean up: (or (...)) => (...)
205         (org-insert-link): Use TAB for stored links completion.
207 2009-07-18  Bastien Guerry  <bzg@altern.org>
209         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
210         building the list of targets.
212         * org-remember.el (org-remember-delete-empty-lines-at-end): New
213         option.
214         (org-remember-handler): Use the new option.
216 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
218         * org.el (org-tags-sort-function): New option for sorting tags.
219         (org-set-tags): Use the new option to sort tags.
221         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
222         premature deletion of the data when using org-plot in a script.
224 2009-07-17  Bastien Guerry  <bzg@altern.org>
226         * org-clock.el (org-clock-in-prepare-hook): New hook.
227         (org-clock-in): Use this new hook.
229 2009-07-16  Bastien Guerry  <bzg@altern.org>
231         * org.el (org-special-ctrl-a/e): Explicitely bind the value
232         'reversed for this option to the "true line boundary first"
233         behavior.
234         (org-tags-match-list-sublevels): Document the 'indented value for
235         this variable.
237         * org-latex.el (org-export-latex-first-lines): Fix problem with
238         publishing the region.
240         * org-exp.el (org-export-format-source-code-or-example): Fix
241         bad line numbering when exporting examples in HTML.
243 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org-clock.el (org-clock-goto): Find hidden headlines as well.
247         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
249         * org-plot.el (org-plot/add-options-to-plist): Add timeind
250         option.
252 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org-publish.el (org-publish-remove-all-timestamps): New function.
255         (org-publish-all): Remove all timestamp files if `org-publish-all'
256         is called with a prefix argument.
258         * org-list.el (org-indent-item): Fix typo.
259         (org-item-indent-positions): Normalize ordered bullet.
261         * org-html.el (org-export-html-home/up-format): New option.
262         (org-export-as-html): Insert the up and HOME links.
264 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org-html.el (org-export-as-html): Insert the title into the
267         option plist.
268         (org-export-html-insert-plist-item): New function.
269         (org-export-as-html): Call `org-export-html-insert-plist-item'.
271         * org-macs.el (org-set-local): Make a local variable, do not make
272         the variable buffer-local!
274         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
276         * org-html.el (org-export-as-html): Call `org-install-letbind'.
278         * org-docbook.el (org-export-as-docbook): Call
279         `org-install-letbind'.
281         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
283         * org-exp.el (org-infile-export-plist): Read BIND lines.
284         (org-install-letbind): New function.
285         (org-export-as-org, org-export-preprocess-string): Call
286         `org-install-letbind'.
288         * org-src.el (org-edit-src-exit): Untabify the example before
289         returning to Org.
291         * org-list.el (org-list-demote-modify-bullet): New option.
292         (org-first-list-item-p): Save point.
293         (org-fix-bullet-type): New optional argument FORCE-BULLET.
294         (org-indent-item): Honor `org-list-demote-modify-bullet'.
295         (org-item-indent-positions): Return bullet types along with
296         indentation.
298 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
300         * org.el (org-show-entry): Hide drawers.
302 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-footnote.el (org-footnote-auto-adjust): New option.
305         (org-footnote-auto-adjust-maybe): New function.
306         (org-footnote-new, org-footnote-delete): Call
307         `org-footnote-auto-adjust-maybe'.
309         * org.el (org-startup-options): Add new footnote-related
310         keywords.
312         * org-publish.el (org-publish-timestamp-filename): Additional
313         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
314         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
315         TRUE-PUB-DIR.  Pass them through to
316         `org-publish-timestamp-filename'.
317         (org-publish-update-timestamp): Additional arguments PUB-DIR and
318         PUB-FUNC, which are included in the hash.
319         (org-publish-file): Delay timestamp test until the publishing
320         function is known.
322 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
325         setting the deadline.
327         * org.el (org-read-date-final-answer): New variable.
328         (org-read-date): Store the final answer string, including the date
329         from the calendar, for reuse by agenda bulk commands.
331         * org-publish.el (org-publish-attachment): Fix publishing of
332         attachments.
334         * org-latex.el (org-export-latex-quotation-marks): Fix export of
335         quotation makrs in parenthesis.
336         (org-remove-initial-hash): New function.
337         (org-export-latex-preprocess): Fix bug with infinite loop if
338         environment is not properly closed.
340         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
341         when indented.
343         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
344         highlight also when indented.
346 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org-footnote.el (org-footnote-renumber-fn:N): New command.
349         (org-footnote-action): Offer renumbering.
351         * org.el (org-cycle): Honor the `integrate' value of
352         org-cycle-include-plain-lists'.
354         * org-list.el (org-cycle-include-plain-lists): New allowed value
355         `internal'.  Improve the docstring.
357         * org.el (org-set-autofill-regexps): Improve the paragraph-start
358         regexp to work better with LaTeX commands.
360 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-feed.el (org-feed-update): fix problem with non-existing
363         buffer.
364         (org-feed-skip-http-headers): New function.
365         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
366         (org-feed-get-feed): Fix command line arguments for curl.
368 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
370         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
371         and eps extensions.
373 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
375         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
376         loaded.
378         * org.el (org-map-entries): No longer force
379         `org-tags-match-list-sublevels' to t during a todo-only tags
380         search.
382 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
384         * org-latex.el (org-export-latex-low-levels): Allow user-defined
385         environment.
386         (org-export-latex-subcontent): Handle user-defined environment.
388         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
389         the View dispatcher.
391         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
392         `make-overlay'.
394         * org-latex.el (org-export-as-pdf): Protect match data during call
395         to shell-quote-argument.
397         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
398         (org-agenda-view-mode-dispatch): New function.
400 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
402         * org-agenda.el (org-agenda-mode): Reset list of marks.
403         (org-agenda-mode-map): Define new keys for refile and bulk action.
404         (org-agenda-menu): Add menu itesm for refile and bulk action.
405         (org-agenda-refile): New function.
406         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
407         (org-agenda-marked-entries): New variable.
408         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
409         (org-agenda-remove-all-bulk-action-marks)
410         (org-agenda-bulk-action): New functions/commands.
412 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
414         * org-exp.el (org-get-file-contents): Protect org-like lines in
415         included files.
416         (org-export-format-source-code-or-example): Remove newlines.
418         * org-latex.el (org-export-latex-links): Check for no-description
419         marking.
421         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
422         argument separator back to comma.
423         (org-export-normalize-links): Mark links without description.
425 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
427         * org-exp.el (org-infile-export-plist): Fix bug in macro
428         processing.
430         * org-agenda.el (org-agenda-clock-out): Update line after clocking
431         out.
432         (org-agenda-highlight-todo): Fix bug with highlighting.
434 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
436         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
437         new alignment strings.
439         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
440         command list.
441         (org-table-align): Check for forced align type.
443         * org.el (org-self-insert-command): Add yas/expand to command
444         list.
446         * org-clock.el (org-clock-in-hook): New hook.
447         (org-clock-in): Run `org-clock-in-hook.
448         (org-clock-out-hook): New hook.
449         (org-clock-out): Run `org-clock-out-hook.
450         (org-clock-cancel-hook): New hook.
451         (org-clock-cancel): Run `org-clock-cancel-hook.
452         (org-clock-goto-hook): New hook.
453         (org-clock-goto): Run `org-clock-goto-hook.
455 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
457         * org.el (org-store-link): Better default description for link to
458         Org-mode headline.
460         * org-exp.el (org-export-generic): Autoload the generic exporter
461         function.
462         (org-export): Implement the `g' key for the generic exporter.
464 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
466         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
467         and for zbacktab'.
469         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
471         * org-exp.el (org-infile-export-plist): Get macros also from
472         #+SETUPFILE.
474 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
476         * org-colview.el (org-columns-capture-view): Protect vertical bars
477         in column values.
478         (org-columns-capture-view): Exclude comment and archived trees.
480         * org-colview-xemacs.el (org-columns-capture-view): Protect
481         vertical bars in column values.
482         (org-columns-capture-view): Exclude comment and archived trees.
484         * org.el (org-quote-vert): New function.
486         * org-latex.el (org-export-latex-verbatim-wrap): New option.
488         * org-exp.el (org-export-format-source-code-or-example): Use
489         `org-export-latex-verbatim-wrap'.
491         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
492         time stamps.
494         * org-html.el (org-export-table-row-tags): New option.
495         (org-format-org-table-html): Rename `nlines' to `nline', use new
496         option.
499 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
501         * org-exp-blocks.el: Declare functions and variables.
503         * org-remember.el (org-remember-templates): Allow the headline
504         element to be a function.
505         (org-remember-apply-template): If the headline is a function, call
506         it to get the true function.
508         * org-clock.el (org-clock-menu): New function.
509         (org-clock-update-mode-line): Update help string.
510         (org-clock-modify-effort-estimate): New function.
511         (org-clock-mark-default-task): New function.
513         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
514         minutes as input.
515         (org-org-menu): Add new clocking stuff.
516         (org-clock-is-active): New function.
518 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org.el (org-open-non-existing-files): Improve docstring.
522 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
524         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
525         option.
526         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
528         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
530         * org-list.el (org-get-checkbox-statistics-face): Use the new
531         faces.
533         * org-faces.el (org-checkbox-statistics-todo)
534         (org-checkbox-statistics-done): New faces.
536 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
539         (org-edit-src-exit): Better cursor positioning when returning from
540         editing.
542         * org-latex.el (org-export-latex-use-verb): New variable.
543         (org-export-latex-emph-format): Prefer \texttt over \verb when
544         org-export-latex-use-verb is set.
546 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
548         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
549         at normal indentation.
551         * org-html.el (org-export-html-close-lists-maybe): Also look at
552         normal indentation.
554         * org-remember.el (org-remember-handler): Abort remember if the
555         buffer is empty.
557         * org-src.el (org-edit-src-content-indentation): New option.
558         (org-edit-src-exit): Apply extra indentation.
560         * org-exp.el (org-export-format-source-code-or-example): Run
561         `org-src-mode-hook'.
563         * org-src.el (org-src-mode-hook): New variable.
564         (org-edit-src-code): Run `org-src-mode-hook'.
566 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org.el (org-indent-line-function): Fix indentation of +#end lines.
570         * org-src.el (org-edit-src-get-indentation): New function.
571         (org-edit-src-code): Base indentation on the begin line.
573 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
575         * org-gnus.el (org-gnus-store-link): Require message.el in
576         org-gnus-store-link.
578 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
580         * org-src.el: New file, split out of org.el
582         * org-docbook.el (org-export-as-docbook): Better indentation
583         treatment.
585         * org-macs.el (org-replace-match-keep-properties): New function.
587         * org-exp.el (org-export-mark-blockquote-verse-center): Better
588         preprocessing of center and quote and verse blocks.
590         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
591         (org-export-as-docbook): Close lists when original indentation
592         mandates it.
594         * org-html.el (org-export-html-close-lists-maybe): New function.
595         (org-export-as-html): Close lists when original indentation
596         mandates it.
598         * org-list.el (org-list-end): Respect the stored "original"
599         indentation when determining the end of the list.
601         * org-exp.el (org-export-replace-src-segments-and-examples):
602         Remember indentation correctly.
604 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
606         * org-clock.el (org-clock-update-mode-line): Apply face
607         org-mode-line-clock.
609         * org-faces.el (org-mode-line-clock): New face.
611 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
613         * org-gnus.el (org-gnus-store-link): Fix bug where
614         `org-gnus-store-link' used wrong subject when called in an article
615         buffer.  Patch provided by fengli AT gmail DOT com.
617 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org-exp.el (org-export-format-source-code-or-example): Remember
620         the original indentation of source code snippets and examples.
622         * org-latex.el (org-export-as-latex): Relocate the table of
623         contents.
625         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
627         * org-agenda.el (org-run-agenda-series): Scope global options also
628         when creating the agenda buffer.
630 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org.el (org-adapt-indentation): Improve documentation.
633         (org-insert-property-drawer): Respect org-adapt-indentation when
634         inserting the drawer.
635         (org-remove-flyspell-overlays-in): New function.
636         (org-do-emphasis-faces, org-activate-plain-links)
637         (org-activate-code, org-fontify-meta-lines-and-blocks)
638         (org-activate-angle-links, org-activate-footnote-links)
639         (org-activate-bracket-links, org-activate-dates)
640         (org-activate-target-links, org-activate-tags): Remove flyspell
641         overlays.
643 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org.el (org-edit-src-save): New function.
647         * org-clock.el (org-clock-out-switch-to-state): New option.
648         (org-clock-out): Honor `org-clock-out-switch-to-state'.
650         * org-compat.el (org-compatible-face): Improve macro.
652         * org.el (org-global-properties-fixed): Add default for
653         CLOCK_MODELINE_TOTAL.
655         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
656         andd tend.
657         (org-clock-sum-current-item): Optional argument TSTART, pass it to
658         org-clock-sum.
659         (org-clock-get-sum-start): New function.
661         * org.el (org-startup-options): New keywords blockhide and
662         blockshow.
663         (org-mode): Add new invisibility spec.
664         (org-set-startup-visibility): Hide block on startup if so
665         desired.
666         (org-hide-block-startup): New option.
667         (org-block-regexp): New constant.
668         (org-hide-block-overlays): New variable.
669         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
670         (org-show-block-all, org-hide-block-toggle-maybe)
671         (org-hide-block-toggle): New functions.
672         (org-edit-src-exit): Do not quote lines starting with # and no +
673         behind it.
674         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
675         entry.
677 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
679         * org.el (org-buffer-property-keys): Add Effort property for
680         completion.
682 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
684         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
685         when retrieving total clocked time in the subtree.
687         * org.el (org-quoting-blocks): New variable.
689 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org-table.el (org-table-store-formulas)
692         (org-table-get-stored-formulas, org-table-fix-formulas)
693         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
694         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
696         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
697         indented #+TBLFM line.
699         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
700         indented #+TBLFM line.
702         * org-colview.el (org-dblock-write:columnview): Allow indented
703         #+TBLFM line.
705         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
706         indented #+TBLFM line.
708         * org-clock.el (org-dblock-write:clocktable): Allow indented
709         #+TBLFM line.
711 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org-exp.el (org-export-format-source-code-or-example): Make
714         editing indented blocks work correctly.
716         * org.el (org-edit-src-nindent): New variable.
717         (org-edit-src-code, org-edit-fixed-width-region)
718         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
719         editing indented blocks work correctly.
721 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
723         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
724         indented blocks.
725         (org-export-format-source-code-or-example): Fix indentation of
726         blocks.
727         (org-export-remove-indentation): New function.
728         (org-export-select-backend-specific-text): Allow backend-specific
729         code to be indented.
730         (org-export-mark-blockquote-verse-center): Allow markers to be
731         indented.
733         * org.el (org-fontify-meta-lines): New function.
734         (org-set-font-lock-defaults): Call the new fontification
735         function.
737         * org-faces.el (org-meta-line): New face
738         (org-block):  New face.
740 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org.el (org-treat-insert-todo-heading-as-state-change)
743         (org-treat-S-cursor-todo-selection-as-state-change): New
744         variables.
745         (org-insert-todo-heading): Honor
746         `org-treat-insert-todo-heading-as-state-change'.
747         (org-shiftright, org-shiftleft): Honor
748         `org-treat-S-cursor-todo-selection-as-state-change'.
749         (org-inhibit-logging): New variable.
751 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
753         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
754         range for marker position checking.
756         * org-latex.el (org-export-latex-first-lines): Fix bug when
757         exporting a region.
759 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
761         * org-exp.el (org-export-push-to-kill-ring): Protect using
762         x-set-selection, because that does not always work.
764         * org-agenda.el (org-agenda-list): Apply the new face
765         `org-agenda-date-today'.
767         * org-faces.el (org-agenda-date-today): New face.
769 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
772         creating appointments.
774         * org-latex.el (org-export-latex-low-levels): Fix customization
775         type.
777         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
778         priority commands.
780         * org-agenda.el (org-agenda-priority): Disable priority commands.
782         * org.el (org-enable-priority-commands): New option.
784         * org-colview-xemacs.el (org-columns-compute)
785         (org-columns-number-to-string): Fix problems with empty fields.
787         * org-colview.el (org-columns-compute)
788         (org-columns-number-to-string): Fix problems with empty fields.
790         * org-exp.el (org-export-push-to-kill-ring): New function.
791         (org-export-copy-to-kill-ring): New option.
793         * org-latex.el (org-export-as-latex): Call
794         `org-export-push-to-kill-ring'.
796         * org-html.el (org-export-as-html): Call
797         `org-export-push-to-kill-ring'.
799         * org-docbook.el (org-export-as-docbook): Call
800         `org-export-push-to-kill-ring'.
802         * org-ascii.el (org-export-as-ascii): Call
803         `org-export-push-to-kill-ring'.
805         * org-exp.el (org-export-show-temporary-export-buffer): New
806         option. 
808         * org-latex.el (org-export-as-latex): Use
809         `org-export-show-temporary-export-buffer'.
811         * org-html.el (org-export-as-html): Use
812         `org-export-show-temporary-export-buffer'.
814         * org-docbook.el (org-export-as-docbook): Use
815         `org-export-show-temporary-export-buffer'.
817         * org-ascii.el (org-export-as-ascii-to-buffer): Use
818         `org-export-show-temporary-export-buffer'.
820         * org-exp.el (org-export-show-temporary-export-buffer): New
821         option.
822         (org-export-push-to-kill-ring): New function.
824         * org-colview.el (org-columns-compile-map): New variable.
825         (org-columns-new, org-columns-compute)
826         (org-columns-number-to-string, org-columns-uncompile-format)
827         (org-columns-compile-format): Implement new operators.
829 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
831         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
833         * org-html.el (org-export-html-xml-declaration): New option.
834         (org-export-as-html): Use `org-export-html-xml-declaration'.
836         * org-list.el (org-update-checkbox-count): Make property
837         dependent.
839         * org.el (org-hierarchical-todo-statistics): New option.
840         (org-update-parent-todo-statistics): Modified to handle recursive
841         statistics.
843 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
845         * org-publish.el (org-publish): Make this function behave
846         correctly in interactive use when called with a prefix argument.
848         * org.el (org-todo-statistics-hook): New hook.
849         (org-update-parent-todo-statistics): Use new hook.
850         (org-log-into-drawer): New function.
851         (org-add-log-setup): Use the new `org-log-into-drawer' function to
852         determine if we should be logging into a drawer.
853         (org-log-into-drawer): Update docstring.
854         (org-default-properties): Add LOG_INTO_DRAWER as a property.
856         * org-list.el (org-checkbox-statistics-hook): New hook.
857         (org-update-checkbox-count-maybe): Use new hook.
859         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
860         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
861         to kill ring.
863 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
865         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
866         a line.
868 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
870         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
871         better bufer-generating mechanism.
872         (org-edit-src-find-buffer): New function.
874         * org-icalendar.el (org-print-icalendar-entries): Don't check for
875         archive tag, this is already done by `org-agenda-skip'.
876         data while constructing lost of tags.
878 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
880         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
881         as argument separator in macros.
883         * org-html.el (org-export-as-html): Add xml declaration.
885 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
887         * org.el (org-after-sorting-entries-or-items-hook): New hook.
888         (org-sort-entries-or-items): Run the new hook.
889         (org-after-refile-insert-hook): New hook.
890         (org-refile): Run `org-after-refile-insert-hook'.
892         * org-agenda.el (org-agenda-get-progress): Never take time of day
893         from headline when displaying progress.
895         * org-latex.el (org-export-latex-complex-heading-re): New variable.
896         (org-export-as-latex): Force the correct regexp in the
897         preprocessor buffer.
898         (org-export-latex-set-initial-vars): Set
899         `org-export-latex-complex-heading-re'.
901         * org-agenda.el (org-agenda-start-with-log-mode): New option.
902         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
904 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
906         * org-latex.el (org-export-latex-tables-centered): New option.
907         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
909         * org-exp.el (org-export-as-org): New command.
910         (org-export-as-org): New command.
912         * org-publish.el (org-publish-org-to-org): New function.
914 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org.el (org-yank): Just call `org-yank-generic'.
917         (org-yank-generic): New function, containing the formaer
918         functionality of `org-yank'.
920         * org-latex.el (org-export-latex-not-done-keywords)
921         (org-export-latex-done-keywords): New variables.
922         (org-export-latex-todo-keyword-markup): New option.
923         (org-export-latex-set-initial-vars): Remember the TODO keywords.
924         (org-export-latex-keywords-maybe): Apply the TODO markup.
926 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
928         * org-exp.el (org-infile-export-plist): Add more default macros.
929         (org-export-preprocess-apply-macros): Process macro arguments.
931 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
933         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
934         `unblocked'.
935         (org-print-icalendar-entries): Respect the new value of
936         `org-icalendar-include-todo'.
938         * org.el (org-link-try-special-completion)
939         (org-file-complete-link): New functions.
940         (org-insert-link): Add special completion support for some link
941         types.
943         * org-bbdb.el (org-bbdb-complete-link): New function.
945 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
947         * org-list.el (org-update-checkbox-count): Allow recursive
948         statistics.
949         (org-hierarchical-checkbox-statistics): New option.
951         * org.el (org-cycle): Remove erraneous space character.
953         * org-icalendar.el (org-icalendar-timezone): Initialize from
954         environment.
956         * org-html.el (org-format-org-table-html): Specify the scope.
957         (org-format-table-table-html): Specify the scope.
958         (org-export-table-header-tags): Prepare the scope parameter.
960 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
962         * org-html.el
963         (org-export-html-table-use-header-tags-for-first-column): New
964         option.
966         * org.el (org-autoload): Fix autoloading of ascii export
967         functions.
968         (org-modules): Add org-special-blocks.
970 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
972         * org-icalendar.el (org-start-icalendar-file): Use the new option.
973         (org-ical-timezone): New option.
975         * org-exp.el (org-export-get-coderef-format): Use the description
976         is present.
978         * org.el (org-sort-entries-or-items): Improve docstring, and make
979         better implementation for time sorting.
981 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
983         * org.el (org-edit-src-persistent-message): New option.
984         (org-edit-src-code, org-edit-fixed-width-region): Use the new
985         option.
987         * org-clock.el (org-clock-insert-selection-line): Fix prefious
988         patch.
990         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
991         separate buffer instead of indirect buffer to edit source code.
992         (org-edit-src-exit): Make this function work with the new setup.
994         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
995         are properly fontified before shown in the selection menu.
997         * org.el (org-fontify-like-in-org-mode): New function.
999         * org-latex.el (org-export-latex-links): Use the property list to
1000         retrieve the default image attributes.
1002         * org-exp.el (org-export-plist-vars): Add a new option.
1004 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org-exp.el (org-export, org-export-visible): Support ASCII
1007         export to buffer
1008         (org-export-normalize-links): Do not protect the description if it
1009         is explicitly given.
1011         * org-ascii.el (org-export-as-ascii-to-buffer)
1012         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1013         commands.
1014         (org-export-as-ascii): Add all the same parameters that are also
1015         supported by the other export functions.
1017         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1018         org-checklist.el.
1019         (org-reset-checkbox-state-subtree): Call
1020         `org-reset-checkbox-state-subtree'.
1022         * org-remember.el (org-select-remember-template): For the
1023         selection of a valid template.
1025         * org-latex.el (org-export-region-as-latex): Supply the
1026         force-no-subtree argument.
1027         (org-export-as-latex): Provide better limits when exporting the
1028         first line.  When exporting to string, we still want the first
1029         lines.
1030         (org-export-latex-first-lines): New argument END, to force the end
1031         of the region.
1032         (org-export-region-as-latex): Use the property list.
1033         (org-export-as-latex):
1035         * org-colview-xemacs.el (org-columns-remove-overlays)
1036         (org-columns): Fix call to `local-variable-p'.
1038 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1040         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1041         (org-export-as-html): Run the new hook.
1043         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1044         (org-export-latex-preprocess): Run the new hook.
1046         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1047         (org-export-preprocess-string): Run the new hook.
1049 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1051         * org-macs.el (org-check-external-command): New defsubst.
1053         * org.el (org-mode-map): New key for reload.
1054         (org-format-latex): Better error message when external programs
1055         are not available.
1057         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1059         * org.el (org-sort-entries-or-items): Explicit sorting function
1060         for priorities, needed for XEmacs compatibility.
1062         * org-remember.el (org-remember-apply-template): Improve auto-save
1063         behavior.
1065 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1067         * org-latex.el (org-export-latex-preprocess): Also protect
1068         environments ending in a star.
1070         * org-list.el (org-at-item-p): Fix regular expression.
1072 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org.el (org-end-of-subtree): Improve speed.
1076         * org-agenda.el (org-agenda-get-timestamps)
1077         (org-agenda-get-progress, org-agenda-get-deadlines)
1078         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1079         in particular, wait as long as possible to collect the tags.
1080         (org-stuck-projects): Improve docstring.
1082         * org.el (org-store-link): No errors when getting custom id before
1083         first headline.
1084         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1086 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1088         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1090         * org-protocol.el: Remove dependency on url.el.
1091         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1092         dependency on url.el.
1094         * org-latex.el (org-export-as-pdf): Use
1095         `org-latex-to-pdf-process'.
1097 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1099         * org-latex.el (org-latex-to-pdf-process): New option.
1101         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1102         New option.
1103         (org-agenda-get-timestamps): Honor
1104         `org-agenda-skip-additional-timestamps-same-entry'.
1106         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1107         (org-clock-goto): Find recent task only if
1108         `org-clock-goto-may-find-recent-task' allows it.
1110         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1111         drawers, and drawers that are missing the :END: line.
1113 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1115         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1116         clock is running.
1118 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1120         * org.el (org-update-parent-todo-statistics): Check for
1121         STATISTICS_FROM property.
1123         * org-list.el (org-update-checkbox-count): Check for
1124         STATISTICS_FROM property.
1126         * org.el (org-tab-first-hook)
1127         (org-tab-after-check-for-table-hook)
1128         (org-tab-after-check-for-cycling-hook): New hooks.
1129         (org-cycle-internal-global, org-cycle-internal-local): New
1130         functions, split out from `org-cycle'.
1131         (org-cycle): Call the new hooks.
1133 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1135         * org-exp.el (org-export-preprocess-string): Reset the list of
1136         preferred targets for each run of the preprocessor.
1138         * org.el (org-refile-target-verify-function): Improve
1139         documentation.
1140         (org-get-refile-targets): Respect point being moved by the
1141         verification function.
1143         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1144         option.
1145         (org-export-latex-keywords): Use new option.
1147         * org.el (org-rear-nonsticky-at): New defsubst.
1148         (org-activate-plain-links, org-activate-angle-links)
1149         (org-activate-footnote-links, org-activate-bracket-links)
1150         (org-activate-dates, org-activate-target-links)
1151         (org-activate-tags): Place the rear-nonsticky properties at the
1152         correct location.
1154 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1156         * org-protocol.el (server-edit): Declare `server-edit'.
1157         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1158         functions.
1159         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1161         * org.el (org-default-properties): New default properteis for
1162         completion.
1164         * org-exp.el (org-export-add-subtree-options): Add new properties
1165         for subtree export.
1167         * org-docbook.el (org-export-docbook-keywords-markup)
1168         (org-export-docbook-timestamp-markup): New options.
1169         (org-export-docbook-protect-tags): New function.
1171 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1173         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1174         org-refile-target-verify-function for the duration of the command.
1176         * org.el (org-link-to-org-use-id): New possible value
1177         `create-if-interactive-and-no-custom-id'.
1178         (org-store-link): Use custom IDs.
1179         (org-link-search): Find custom ID properties from #link.
1180         (org-default-properties): Add CUSTOM_ID for property completion.
1181         (org-refile-target-verify-function): New option.
1182         (org-goto): Turn off org-refile-target-verify-function
1183         for the duration of the command.
1185 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1187         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1189         * org-exp.el (org-export-preferred-target-alist): New variable.
1190         (org-export-define-heading-targets): Find the new CUSTOM_ID
1191         property.
1192         (org-export-target-internal-links): Target the custom ids when
1193         possible.
1195         * org-latex.el (org-export-latex-preprocess): Better regexp for
1196         matching latex macros with arguments.
1198 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1200         * org-remember.el (org-remember-handler): Allow filing to non-org
1201         files.
1203 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1205         * org-feed.el (org-feed-alist): New keyword options.
1206         (org-feed-update): Use the new options.
1207         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1208         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1209         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1210         functions.
1212         * org-table.el (org-table-fix-formulas): Do not change references
1213         to remote tables.
1214         (org-table-get-remote-range): Convert standard coordinates to RC
1215         format.
1217         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1219 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1221         * org-compat.el (org-sha1-string): Function removed.
1223         * org.el (org-refile-allow-creating-parent-nodes): New option.
1224         (org-refile-get-location): New argument NEW-NODES.
1225         (org-refile): Call `org-refile-get-location' with the new
1226         argument.
1227         (org-refile-get-location): Arrange for adding a new child.
1228         (org-refile-new-child): New function.
1230         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1231         an additional span element.
1233         * org-clock.el: Fix a number of docstrings.
1234         (org-clock-find-position): New argument
1235         FIND-UNCLOSED to make the function find an unclosed clock in the
1236         entry.
1237         (org-clock-in): Call `org-clock-find-position' with the new
1238         argument if we might be resuming a clock.
1240 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org-latex.el (org-export-latex-display-custom-times): New variable.
1243         (org-export-latex-timestamp-markup): New option.
1244         (org-export-latex-set-initial-vars): Remember the local value of
1245         `org-display-custom-times'.
1246         (org-export-latex-content): Process time stamps.
1247         (org-export-latex-time-stamps): New function.
1249         * org-macs.el (org-maybe-intangible): Add intangible property
1250         again to invisible text.
1252 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-exp.el (org-default-export-plist): Handle undefined
1255         variables.
1257 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1259         * org.el (org-sort-entries-or-items): Match TODO keywrds
1260         case-sensitively, when sorting.
1261         (org-priority): Do not match TODO keywords with wrong case.
1263 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org-feed.el (org-feed-update): Bind the variable
1266         `new-formatted'.
1268         * org-html.el (org-export-as-html): Start paragraphs after literal
1269         examples.
1271         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1272         literal examples.
1274 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org.el (org-todo): Honor the NOBLOCKING property.
1278         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1279         NOBLOCKING property.
1281         * org.el (org-scan-tags): Fix bug in tag scanner
1283 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-modules): Mark obsolete packages.
1287         * org-html.el: New file, split out from org-exp.el.
1289         * org-icalendar.el: New file, split out from org-exp.el.
1291         * org-xoxo.el: New file, split out from org-exp.el.
1293         * org-ascii.el: New file, split out from org-exp.el.
1295 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org-compat.el (org-find-library-name): New function.
1299         * org.el (org-pre-cycle-hook): New hook.
1300         (org-cycle): Call the new hook in appropriate places.
1301         (org-reload): Only reload files that have been loaded before.
1303 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1305         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1306         after todo keyword.
1307         (org-todo): When changing TODO state, do matching
1308         case-sensitively.
1309         (org-map-continue-from): New variable.
1310         (org-scan-tags): Respect values in `org-map-continue-from'.
1311         (org-reload): Make XEmacs compatible.
1313 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-protocol.el (org-protocol-flatten-greedy): New function.
1316         (org-protocol-flatten): New function.
1318         * org.el (org-open-link-from-string): Pass reference buffer to
1319         `org-open-at-point'.
1320         (org-open-at-point): New optional argument `reference-buffer'.
1322 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1324         * org.el (org-scan-tags): Make tag scan find headline in first
1325         line, 2nd attempt.
1326         (org-get-refile-targets): Add the naked file name.
1327         (org-refile): Store as top-level entry when only file name was
1328         given.
1330         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1332         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1333         Renamed from org-block-todo-from-children-or-siblings, and
1334         enhanced to look for the parent's status as well.
1336         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1337         (org-agenda-get-progress): Add first notes line to log entry if so
1338         desired.
1340 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1342         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1343         (org-agenda-cleanup-fancy-diary): Call the new hook.
1345         * org-remember.el (org-remember-apply-template): Take the default
1346         for the annotation from the :annotation property.
1348         * org-mac-message.el (org-mac-message-get-link): Remove the
1349         quotes.
1350         (org-mac-message-get-link): Return the result.
1352 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org.el (org-refile-get-location): Add file name only if not
1355         already included in outline path.
1357         * org-faces.el (org-n-level-faces): Fix customization type from
1358         number to integer.
1360         * org-exp.el (org-export-headline-levels): Fix customization type
1361         from number to integer.
1363         * org-agenda.el (org-agenda-confirm-kill)
1364         (org-agenda-custom-commands-local-options)
1365         (org-timeline-show-empty-dates, org-agenda-ndays)
1366         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1367         customization type from number to integer.
1369 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1371         * org-protocol.el: Declare some functions.
1373         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1374         postion before inserting modified headline.
1376         * org-agenda.el (org-agenda-compare-effort): Honor
1377         `org-sort-agenda-noeffort-is-high'.
1378         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1379         (org-agenda-compare-effort): Implement the "?" operator for
1380         finding entries without effort setting.
1382         * org.el (org-extract-attributes-from-string): New function.
1384         * org-exp.el (org-export-splice-attributes): New function.
1386 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1388         * org-mouse.el: XEmacs compatibility fixes
1390         * org-docbook.el (org-export-as-docbook): Process footnotes like
1391         normal text.
1393         * org.el (org-modules): Add org-inlinetasks.el
1394         (org-cycle): Implement limiting level on cycling.
1395         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1396         buffer.
1398         * org-inlinetask.el: New file.
1400         * org.el (org-emphasis-regexp-components): Allow braces in
1401         emphasis pre and post match.
1403         * org-footnote.el (org-footnote-normalize): When only dorting, do
1404         not insert inline notes at the end.
1406         * org-docbook.el (org-id-find-id-file): Add function declaration.
1408         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1410         * org-docbook.el: New file.
1412 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1414         * org.el (org-reftex-citation): New command.
1416 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1419         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1420         sorting options.
1421         (org-entries-lessp): Apply the new sorting option.
1423         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1424         blocker code, when an older sibling has children.
1426         * org-mac-message.el (org-mac-message-get-link): Improve getting
1427         links from multiple selected messages.
1429 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1431         * org-remember.el (org-remember-finalize): Do not set buffer file
1432         name to nil.
1433         (org-remember-handler): Mark buffer as unmodified.
1434         (org-remember-handler): Delete backup file and show message about
1435         remaining backup files.
1436         (org-remember-auto-remove-backup-files): New option.
1438         * org.el (org-store-link): Use buffer name as link description in
1439         w3-mode buffers.
1440         (org-ido-switchb): Fix argument bug for completion.
1442         * org-remember.el (org-remember-apply-template): Set local
1443         variable `auto-save-visited-file-name' instead of global one.
1445 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1447         * org-feed.el: Re-write.
1449         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1450         (org-agenda-get-todos): Mark file tags as inherited.
1451         (org-agenda-list): Always search diary lines for a time.
1453 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1455         * org-feed.el (org-feed-assume-stable): New option.
1456         (org-feed-before-adding-hook): New hook.
1458         * org-exp.el (org-export-as-html): Close local lists depending on
1459         indentation, also when starting a table.
1461         * org-remember.el (org-remember-backup-directory)
1462         (org-remember-backup-name): New internal variable.
1464 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1466         * org-clock.el (org-clock-out-if-current): Make buffer detection
1467         work in indirect buffers as well.
1469         * org.el (org-emphasis-regexp-components): Add the exxclamation
1470         mark to the post-emphasis characters.
1472 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1475         (org-read-date): Run the new hook.
1477         * org-mac-message.el (org-mac-flagged-mail): New group.
1478         (org-mac-mail-account): New variable.
1479         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1480         commands.
1482         * org-remember.el (org-remember-backup-directory): New variable.
1483         (org-remember-apply-template): Write file to backup directory.
1485 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-mouse.el (org-mouse-todo-menu): New function.
1488         (org-mouse-todo-keywords): Function removed.
1489         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1491         * org-table.el (org-table-beginning-of-field)
1492         (org-table-end-of-field): New commands
1493         (org-table-previous-field, org-table-beginning-of-field): Better
1494         error messages.
1495         (orgtbl-setup): Include `M-a' and `M-e'.
1497         * org.el (org-backward-sentence, org-forward-sentence): New
1498         commands.
1500         * org-colview.el (org-colview-initial-truncate-line-value): New
1501         variable.
1502         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1503         (org-columns): Remember the value of `truncate-lines'.
1505         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1506         New variable.
1507         (org-columns-remove-overlays): Restore the value of
1508         `truncate-lines'.
1509         (org-columns): Remember the value of `truncate-lines'.
1511         * org.el (org-columns-skip-arrchived-trees): New option.
1513         * org-agenda.el (org-agenda-export-html-style): Define color for
1514         org-agenda-done face.
1515         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1516         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1518         * org.el (org-scan-tags): Use the new face.
1520         * org-faces.el (org-agenda-done): New face.
1522         * org.el (org-scan-tags): Test the value org
1523         `org-tags-match-list-sublevels'.
1524         (org-tags-match-list-sublevels): New allowed value: indented.
1526         * org-export-latex.el (org-export-latex-make-header): Apply macros
1527         in header.
1529         * org-exp.el (org-export-apply-macros-in-string): New function.
1531         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1532         with the definition of a checked box.
1534         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1536         * org-export-latex.el (org-export-latex-low-levels): More options
1537         for how to process lower levels in LaTeX.
1538         (org-export-latex-subcontent): Better treatment for lists as a
1539         means of publishing lower levels.
1541 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1545         * org-faces.el (org-checkbox): New face.
1547         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1548         fragement images if there is an export file.
1550 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1552         * org-agenda.el (org-stuck-projects): Document that the subtree of
1553         projects that are not stuck will now be searched for stuck
1554         sub-projects.
1555         (org-agenda-skip-entry-when-regexp-matches)
1556         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1557         (org-agenda-list-stuck-projects): Use
1558         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1560         * org-export-latex.el (org-export-latex-preprocess): Improve
1561         export of verses.
1563         * org-exp.el (org-export-as-html): Implement centering as a div
1564         rather than a paragraph.  Do a better job with line-end in verse
1565         environments.
1567 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1569         * org.el (org-open-at-point): Fix tags searches by mouse click.
1571 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1573         * org-export-latex.el (org-export-latex-preprocess): Implement the
1574         centering markup.
1576         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1577         from `org-export-mark-blockquote-and-verse'.
1578         (org-export-as-html): Implement the centering markup.
1580         * org-export-latex.el (org-export-latex-tables): Fix vertical
1581         lines in tables.
1583 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1585         * org.el (org-read-date-history): New variable.
1586         (org-read-date): Use new history variable.
1587         (org-toggle-heading): Fix bug when used before first headline.
1588         (org-store-log-note): Remove drawer if empty while note is
1589         aborted.
1590         (org-remove-empty-drawer-at): New function.
1591         (org-check-after-date): New command.
1592         (org-sparse-tree): New sparse tree command "a".
1594         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1596 2009-03-14  Bastien Guerry  <bzg@altern.org>
1598         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1599         column and a space, not only a column.
1601 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1604         defaults for verbose emphasis.
1605         (org-export-latex-emph-format): New function.
1606         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1608         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1609         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1610         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1611         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1612         commands.
1614         * org.el (org-timestamp-change): Move end-time along with start
1615         time.
1617 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org-exp.el (org-export-target-internal-links)
1620         (org-export-as-html): Protect links specified as #name.
1622 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1624         * org.el (org-clone-subtree-with-time-shift): New command.
1626         * org-export-latex.el (org-export-latex-special-chars)
1627         (org-export-latex-treat-sub-super-char): Fix subscript export.
1629         * org-exp.el (org-create-multibrace-regexp): Do not add
1630         backslashes to the class.
1632 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1634         * org-colview.el (org-columns-map): Better functions for moving up
1635         and down a row, even if `truncate-line' is nil.
1637         * org.el (org-insert-todo-heading): Make sure the keyword is
1638         inserted at the correct position.
1640         * org-publish.el (org-publish-project-alist)
1641         (org-publish-projects, org-publish-org-index): Change default anme
1642         for the index of file names to "sitemap.org".
1644         * org-export-latex.el (org-export-latex-tables): Use
1645         `org-split-string', for Emacs 21 compatibility.
1647 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1649         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1651 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1653         * org-exp.el (org-export-page-description)
1654         (org-export-page-keywords): New variables.
1655         (org-export-plist-vars): Add entries for :keywords and
1656         :description.
1657         (org-infile-export-plist): Parse for new keywords.
1658         (org-get-current-options): Add new keywords
1659         (org-export-as-html): Publish description and keywords.
1661         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1662         option.
1663         (org-agenda-add-entry-text): Honor
1664         `org-agenda-add-entry-text-descriptive-links'.
1666         * org-export-latex.el (org-export-latex-preprocess): Make all
1667         external preprocess functions use a PARAMETER arg.
1669         * org-exp.el (org-export-preprocess-string)
1670         (org-export-select-backend-specific-text)
1671         (org-export-format-source-code-or-example)
1672         (org-format-org-table-html): Support docbook export.
1673         (org-export-preprocess-string): Make all external preprocess
1674         functions use a PARAMETER arg.
1676 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1678         * org-exp.el (org-export-html-style-include-scripts): New option.
1679         (org-export-plist-vars): Add new option
1680         `org-export-html-style-include-scripts'.
1681         (org-export-as-html): Honor new option
1682         `org-export-html-style-include-scripts'.
1683         (org-export-html-scripts, org-export-html-style-default): Fix
1684         xml issues with the Safari browser.
1686 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1688         * org-publish.el (org-publish-attachment): Only copy file when the
1689         directories differ.
1691 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1693         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1694         for clocktable steps.
1696         * org.el (org-additional-option-like-keywords): Add two more
1697         keywords.
1699 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1701         * org-exp.el (org-export-format-source-code-or-example): Mark
1702         temporary buffer unmodified, so that it will be killed even if
1703         mode like message mode has decided to assign a file name.
1705         * org.el (org-scan-tags): Improve tag inheritance.
1706         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1707         case-sensitive.
1708         (org-scan-tags): Use the internal tags list instead of creating it
1709         from scratch.
1710         (org-trust-scanner-tags, org-scanner-tags): New variables.
1711         (org-scan-tags): Set `org-scanner-tags'.
1712         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1713         (org-map-entries): Document the possible speedup using scanner
1714         tags.
1716 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1718         * org.el (org-add-planning-info): Fix bug with looking for keyword
1719         only at column 0.
1721         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1722         option for tags filter preset.
1723         (org-prepare-agenda): Store filter preset as a property on the
1724         filter variable.
1725         (org-finalize-agenda): Call the filter, if there is a preset.
1726         (org-agenda-filter-by-tag): Filter again after clearing the
1727         filter, when there still is a preset.
1728         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1729         Include the preset filter.
1730         (org-agenda-redo): Apply the filter again, also the preset filter.
1732         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1734         * org.el (org-uuidgen-p): New funtion.
1736         * org-agenda.el (org-agenda-fontify-priorities): New default value
1737         `cookies'.
1738         (org-agenda-fontify-priorities): Renamed from
1739         org-fontify-priorities.
1741         * org.el (org-set-font-lock-defaults): Call
1742         `org-font-lock-add-priority-faces'.
1743         (org-font-lock-add-priority-faces): New function.
1745         * org-faces.el: (org-set-tag-faces): New option.
1746         (org-priority-faces): New variable.
1748         * org-exp.el (org-export-as-html): Add a "content" div around the
1749         entire content of the body tag.
1750         (org-export-html-get-bibliography): New function.
1751         (org-export-html-validation-link): New variable.
1752         (org-export-as-html): Add validation link to exported page.
1754         * org.el (org-match-sparse-tree): Renamed from
1755         `org-tags-sparse-tree'.
1756         (org-tags-sparse-tree): New alias.
1758 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1760         * org.el (org-get-valid-level): Catch the case where the level
1761         change is nil.
1763         * org-clock.el (org-clock-find-position): Better indentation of
1764         new clock drawers.
1766 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1768         * org-agenda.el (org-agenda-quit): Delete window only when the
1769         frame-setup was not `current-window'.
1771         * org.el (org-tag-persistent-alist): New option.
1772         (org-startup-options): Add keyword `noptag'.
1773         (org-fast-todo-selection): Handle :newline correctly.
1774         (org-set-tags): Handle :newline correctly.
1775         (org-fast-tag-selection): Handle :newline correctly.
1777 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1779         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1780         outputting it.
1781         (org-export-ascii-push-links): Fix bug with pussing links into the
1782         export buffer.
1784 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1786         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1787         pasting at top level.
1789         * org-bbdb.el: Improve documentation.
1791 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org-list.el (org-insert-item): Only consider insert empty lines
1794         is `org-empty-line-terminates-plain-lists' is not nil.
1796         * org.el (org-blank-before-new-entry): Mention the dependence on
1797         `org-empty-line-terminates-plain-lists' in the docstring.
1799         * org-publish.el (org-publish-get-project-from-filename): New
1800         optional argument UP.  Only find the top project if UP is set.
1801         (org-publish-current-project): Find the top encloding project.
1803         * org-agenda.el (org-agenda-before-write-hook)
1804         (org-agenda-add-entry-text-maxlines): New options.
1805         (org-write-agenda): Run the new hook in the temporary buffer.
1806         (org-agenda-add-entry-text): New function.
1807         (org-write-agenda): Implement PDF export, using ps2pdf.
1809         * org.el (org-global-properties-fixed, org-global-properties):
1810         Improve documentation string.
1812         * org-exp.el (org-export-ascii-links-to-notes): New option.
1813         (org-export-as-ascii): Handle links better.
1814         (org-export-ascii-wrap, org-export-ascii-push-links): New
1815         functions.
1817 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org-agenda.el (org-agenda): Make prefix arg optional.
1820         (org-agenda-search-headline-for-time): New option.
1821         (org-format-agenda-item): Honor
1822         `org-agenda-search-headline-for-time'.
1824         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1825         characters.
1827         * org.el (org-self-insert-cluster-for-undo): New option.
1828         (org-self-insert-command): Cluster undo for 20 characters.
1829         (org-self-insert-command-undo-counter): New variable.
1831 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1833         * org-exp.el (org-export-as-html): Fix problem with closing colone
1834         example.
1836 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1838         * org-export-latex.el (org-export-as-latex)
1839         (org-export-latex-first-lines): Avoid modification flag when
1840         adding or removing text properties.
1841         (org-export-latex-fontify): Catch error when org-emph-alist has
1842         entries that are not defined for LaTeX export.
1844         * org.el (orgstruct++-mode): New function.
1845         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1846         (org-context-p): Allow detecting item context after the first line
1847         of an item.
1848         (orgstruct-make-binding): Detect if item-body context should be
1849         seen.
1850         (orgstruct-is-++): New variable.
1851         (org-add-planning-info): Catch the case when there is no planning
1852         info yet and the call does not want to add anything, only maybe
1853         tries to remove something.
1854         (org-special-ctrl-a/e): All value to be a cons cell with separate
1855         settings for `C-a. and `C-e'.
1856         (org-beginning-of-line, org-end-of-line): Honor separate values
1857         for `C-a' and `C-e'.
1859 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1861         * org.el (org-reload): New command.
1863 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1865         * org-exp.el (org-export-htm-get-tag-class-name)
1866         (org-export-htm-get-todo-kwd-class-name): New functions.
1867         (org-export-html-tag-class-prefix)
1868         (org-export-html-todo-kwd-class-prefix): New options.
1869         (org-export-as-html): Call
1870         `org-export-html-get-todo-kwd-class-name'.
1871         (org-html-level-start): Wrap tags into classes.
1872         (org-export-html-get-tag-class-name)
1873         (org-export-html-get-todo-kwd-class-name): New functions.
1875         * org-export-latex.el (org-export-latex-collect-header-macros):
1876         Remove fields that are used anyway.
1877         (org-export-latex-make-header): Insert the options earlier.
1879         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1880         matching.
1882         * org-list.el (org-indent-item): Allow point to be at the end of
1883         the region.
1885         * org.el (org-metaleft, org-metaright): Be more accurate about
1886         detecting a region where commands apply.
1888         * org-compat.el (org-cursor-to-region-beginning): New function.
1890         * org.el (org-priority): Also find invisible heading.
1892         * org-colview-xemacs.el (org-columns-edit-value): No special
1893         treatment for `org-todo' prefix.
1895         * org-colview.el (org-columns-edit-value): No special treatment
1896         for `org-todo' prefix.
1898         * org-remember.el (org-remember-apply-template): Use
1899         `org-completing-read-no-ido'.
1901         * org.el (org-completing-read-no-ido): New function.
1902         (org-make-tags-matcher, org-set-property): Use
1903         `org-completing-read-no-ido'.
1905         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1906         New option.
1907         (org-export-as-latex): Import in-buffer settings as TeX macros.
1908         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1909         (org-export-latex-collect-header-macros): New function.
1911         * org.el (org-refile-get-location): Turn off
1912         `partial-completion-mode'.
1914 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1916         * org.el (org-block-todo-from-checkboxes): Announce that
1917         checkboxes are the culprit.
1918         (org-block-todo-from-children-or-siblings): Call
1919         `org-up-heading-all instead' of `outline-up-heading'.
1921         * org-agenda.el (org-agenda-show-1): Renamed from
1922         `org-agenda-show'.
1923         (org-agenda-show): Re-install the old version for now.
1924         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1925         variable into the blokker hook, so that the checkbox checker can
1926         anounce that it caused the blocking.
1928         * org.el (org-track-ordered-property-with-tag): New option.
1929         (org-toggle-ordered-property): Honor
1930         `org-track-ordered-property-with-tag'.
1931         (org-tag-alist): Add newline options.
1932         (org-set-regexps-and-options): Separate option lines imply a
1933         newline.
1934         (org-set-regexps-and-options, org-assign-fast-keys)
1935         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1936         option.
1937         (org-indent-line-function): Make sure this works even if there is
1938         not `org-drawer-regexp' defined.  This can happen when
1939         orgstruct-mode is used in a non-org buffer.
1941         * org-list.el (org-checkbox-blocked-p): New function.
1942         (org-toggle-checkbox): Check for blocking.
1944         * org.el (org-modules): Add an entry for org-R.el.
1946         * org-agenda.el (org-agenda-todo-ignore-with-date)
1947         (org-agenda-todo-ignore-scheduled)
1948         (org-agenda-todo-ignore-deadlines): Mention the variable
1949         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1951         * org.el (org-get-wdays): Find the warning period also if it is in
1952         the wrong place.
1953         (org-ido-completing-read): Provide the correct arguments to
1954         ido-completing-read and bind `ido-enter-matching-directory' to
1955         nil.
1957 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1959         * org.el (org-olpath-completing-read): Never use ido for this
1960         one.
1962         * org-exp.el (org-export-normalize-links): Use new macro.
1964         * org-macs.el (org-if-unprotected-at): New macro.
1966         * org-agenda.el (org-agenda-show): Allow numerical prefix
1967         arguments to specify how much context should be shown.
1968         (org-agenda-cycle-show): New command, could be bound to SPC in
1969         org-agenda-mode-map.
1971         * org-exp.el (org-html-level-start): Space after section number.
1973 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1975         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1976         property, for sorting.
1977         (org-cmp-todo-state): Get the applicable TODO keywords directly
1978         from the buffer.
1979         (org-run-agenda-series, org-agenda-list, org-search-view)
1980         (org-todo-list, org-tags-view): Only fit agenda window when the
1981         whole series is done.
1983         * org.el (org-scan-tags): Add todo state as property, for sorting.
1985         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1986         `org-agenda-overriding-header' as an option.
1987         (org-agenda-list): Honor org-agenda-overriding-header'.
1989 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1991         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1992         after removing a checkbox.
1994         * org.el (org-show-entry): Make this work correctly also if it is
1995         the last entry in the file.
1996         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1997         falling back to normal, default command.
1998         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1999         item, call the checkbox toggler to get a box.
2001         * org-list.el (org-toggle-checkbox): Make double prefix set the
2002         checkbox to "[-]".
2003         (org-fix-bullet-type): Only replace bullet if it is changed.
2004         (org-renumber-ordered-list): Handle case when first item does not
2005         have a number.
2007         * org.el (org-add-log-setup): Fix positioning when
2008         `org-log-states-order-reversed' is nil.
2010         * org-clock.el (org-clock-in): Fix positioning when
2011         `org-log-states-order-reversed' is nil.
2012         (org-clock-find-position): Fix positioning when
2013         `org-log-states-order-reversed' is nil.
2015 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2017         * org-clock.el (org-clock-into-drawer): Take default from
2018         `org-log-into-drawer'.
2019         (org-clock-find-position): Look for the correct drawer.
2021         * org.el (org-log-into-drawer): Renamed from
2022         `org-log-state-notes-into-drawer'.
2023         (org-log-state-notes-into-drawer): New variable alias.
2024         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2025         CLOCK.
2026         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2028 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2030         * org-agenda.el (org-agenda): Fix docstring.
2032         * org.el ("org-plot"): Help loading org-plot.
2033         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2034         (org-metadown-hook, org-shiftmetaleft-hook)
2035         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2036         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2037         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2038         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2039         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2041         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2042         for selecting files with any (and even without) extension.
2044         * org.el (org-save-all-org-buffers): Also save id locations.
2045         (org-revert-all-org-buffers): Also load id locations.
2047 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2048         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2049         (org-log-state-notes-into-drawer): New option.
2050         (org-add-log-setup): Place the sate note marker into the drawer,
2051         create drawer when necessary.
2052         (org-refile-targets): Document special interpretation of LEVEL
2053         when odd-levels are used.
2055 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2057         * org.el (org-store-log-note): Fix note indentation when adding
2058         notes to end of list.
2060         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2061         class, so that each keyword can get special colors through CSS.
2063         * org-clock.el (org-clock-out): Add another nil for the previous
2064         state into the call to `org-add-log-setup'.
2066         * org.el (org-log-note-previous-state): New variable.
2067         (org-log-note-headings): New %S escape for old state.
2068         (org-todo): Call the note setup with the old state as an
2069         argument.
2070         (org-add-note): Add another nil for the previous state into the
2071         call to `org-add-log-setup'.
2072         (org-add-log-setup): New argument PREV-STATE.
2073         (org-add-log-note): Handle new %S escape.
2074         (org-store-log-note): Handle new %S escape.
2076 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2078         * org-clock.el (org-clock-find-position): Do not swallow an item
2079         less indented than the CLOCK line itself.
2080         (org-clock-in): Push markers to lin after the clock line.
2081         (org-clock-find-position): Handle values of
2082         `org-clock-into-drawer' smaller than 2.
2084         * org-exp.el (org-html-level-start): Add a CSS class to section
2085         numbers.
2086         (org-export-html-toplevel-hlevel): Better documentation of the
2087         influence of this variables on H levels and css classes in
2088         export.
2090 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2092         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2093         timestamp and nottimestamp to the chooe menu.
2095         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2096         (org-revert-all-org-buffers): New command.
2098 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2100         * org.el (org-return): Implement `org-return-follows-link' in the
2101         function org-return.  This is more robust than using the mouse
2102         map, I think.
2103         (org-set-regexps-and-options): Match more general #+TODO lines.
2104         (org-make-options-regexp): New optional argument EXTRA, for an
2105         extra regexp.
2106         (org-tab-follows-link): Mark as deprecated.
2108 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2110         * org-exp.el (org-export-preprocess-string): Remove clock lines
2111         earlier, so that they cannot cotribute to verbatim snippets.
2113 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2115         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2116         for finding drawers.
2117         (org-export-as-ascii, org-export-as-html): Count levels relative
2118         to the subtree header.
2119         (org-get-min-level): New optional argument OFFSET.
2120         (org-export): Make sure point is restored after popping up that
2121         window.
2123         * org.el (org-do-sort): Also take an inactive timestamp if no
2124         active one is found.
2126         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2127         deleting duplicates.
2129         * org-colview.el (org-columns-capture-view): Copy before
2130         deleting duplicates.
2132         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2133         text before first headline.
2135         * org.el (org-format-latex): Do not convert LaTeX fragments in
2136         protected examples.
2138 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2140         * org-exp.el (org-export-html-style-default): Use color values
2141         instead of names for XHTML validation.
2143         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2144         functions.
2145         (org-return-follows-link): Revert making this the default untile
2146         issues are resolved.
2148         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2149         nottimestamp.
2151 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2153         * org.el (org-mode): Make dependence stuff work more reliably.
2154         (org-update-parent-todo-statistics): Fix bug with updating
2155         statistics cookie.
2157         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2158         ~ as verbatim delimiters.
2160         * org-exp.el (org-export-html-format-image): New argument
2161         PAR-OPEN.
2162         (org-export-as-html): Pass par-open to
2163         `org-export-html-format-image'.
2165 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2167         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2168         (org-use-fast-todo-selection, org-tags-column): New default
2169         setting for variables, based on a poll what typical uses use.
2171         * org-agenda.el (org-agenda-sorting-strategy)
2172         (org-agenda-tags-column): New default setting for variables, based
2173         on a poll what typical uses use.
2175 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2177         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2178         blocked entries from setting the blocked tag.
2180         * org-exp.el (org-export-html-footnotes-section): Use a more
2181         consistent id for footnotes.
2183         * org-export-latex.el (org-export-latex-classes): Remove the
2184         a4paper option from the default styles.
2186 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2188         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2189         (org-block-todo-from-checkboxes): New function.
2190         (org-todo): Make tripple prefix arg circumvent blocking.
2192         * org-timer.el (org-timer): Provide the timer feature.
2194         * org.el (org-require-autoloaded-modules): Add a few more files to
2195         the list of autoloaded modules.
2197         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2199 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2201         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2202         drawers that are unprotected.
2203         (org-export-html-format-image): Make sure inlined LaTeX fragment
2204         images remain inlined.
2206         * org.el (org-toggle-ordered-property): New function.
2207         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2208         (org-org-menu): Add menu entries for TODO dependencies.
2210 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2212         * org.el (org-default-properties): Add ORDERED to the default
2213         properties, to get completion support for it.
2215         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2217         * org.el (org-update-parent-todo-statistics): Update more than one
2218         cookie.
2220         * org-agenda.el (org-agenda-get-todos): Start search from correct
2221         position.
2223         * org.el (org-fast-todo-selection): Make sure TODO selection does
2224         not change buffer position.
2226         * org-list.el (org-toggle-checkbox): Implement adding or removing
2227         checkboxes from line or region when called with a prefix
2228         argument.
2230         * org-rmail.el (org-rmail-store-link): Protect the call to
2231         `rmail-narrow-to-non-pruned-header'.
2233         * org-clock.el (org-clock-special-range): Fix week display in
2234         clock tables.
2236         * org-exp.el (org-get-current-options): Fix bug when in indirect
2237         buffer.
2239 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2241         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2242         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2243         (org-agenda-dim-blocked-tasks): New function.
2245         * org.el (org-enforce-todo-dependencies): New option.
2246         (org-block-todo-from-children-or-siblings): New function.
2248         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2250         * org.el (org-todo): Return correct state type even if the blocker
2251         throws an error.
2252         (org-modifier-cursor-error): Renamed from
2253         `org-shiftcursor-error'.
2254         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2255         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2257         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2258         to get real errors from the blocker hook.
2260         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2261         functions.
2262         (org-set-visibility-according-to-property): Turn off the setting
2263         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2264         property.
2266 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2268         * org.el (org-support-shift-select): New option.
2269         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2270         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2271         selection outside contexts.
2273         * org-list.el (org-at-item-bullet-p): New function.
2275         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2276         variables.
2278         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2279         variable.
2280         (org-insert-footnote-reference-near-definition): Remove
2281         unnecessary let form.
2283         * org-export-latex.el (org-export-latex-first-lines): Add
2284         OPT-PLIST parameter.
2285         (org-export-as-latex): Call `org-export-latex-first-lines' with
2286         opt-plits parameter.
2287         (org-export-latex-preprocess): Remove unnecessary variables.
2289         * org-exp.el (org-infile-export-plist)
2290         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2291         (org-export-remove-headline-metadata)
2292         (org-export-get-title-from-subtree, org-get-min-level)
2293         (org-html-do-expand): Remove innecessary let form.
2295         * org-colview-xemacs.el (org-columns-display-here): Remove
2296         unnecessary variables.
2298         * org-colview.el (org-columns-display-here): Remove unnecessary
2299         variables.
2301         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2302         variables.
2304         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2305         unnecessary variables.
2307         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2308         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2309         variables.
2311         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2312         (org-compact-display-after-subtree-move): Remove unnecessary
2313         variables.
2314         (org-edit-fixed-width-region): Remove unnecessary variables.
2315         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2316         (org-olpath-completing-read): Remove unnecessary variable.
2317         (org-auto-repeat-maybe): Remove unnecessary variable.
2318         (org-map-entries): Remove unnecessary variable.
2319         (org-buffer-property-keys, org-imenu-get-tree)
2320         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2322 -----------------------------------------------------------------
2324 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2325         * org-exp.el (org-export-remove-timestamps): Never remove
2326         timestamps from tables.
2328         * org-export-latex.el (org-export-latex-first-lines): Add more
2329         options to the preprocessing of the text before the first
2330         headline.
2332 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2334         * org-faces.el (org-clock-overlay): Make face compatible with
2335         XEmacs.
2337         * org.el (org-yank): Add property for delete-selection mode.
2339         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2341         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2342         variable.
2344         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2345         to `backward-char'.
2347         * org-exp.el (org-export-as-html): Remove the initial space from
2348         colon examples.
2350         * org.el (org-scan-tags): Call
2351         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2353         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2354         customization groups.
2355         (org-agenda-tags-todo-honor-ignore-options): New option.
2356         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2357         New function.
2358         (org-agenda-get-todos): Use
2359         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2361 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2363         * org-exp.el (org-export-format-source-code-or-example): Escape
2364         HTML characters also in examples that anre not treated with
2365         htmlize.  Also, just switch to EXAMPLE processing if we do not
2366         have a good version of htmlize.
2368         * org-rmail.el: Fix copyright notice.
2370         * org.el (org-activate-footnote-links): Improve footnote link
2371         highlighting.
2373         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2374         a footnote definition at the end of the file.
2376         * org-table.el (org-table-get-specials): Add an imagined hline at
2377         the end of the table.  This can be useful for references that want
2378         to go to the end of the table.  Also fix bug when computing last
2379         row constants, in tables that do not start right at the right
2380         margin.
2381         (org-table-eval-formula): Match and replace remove references.
2382         (org-table-formula-substitute-names): Make sure that names inside
2383         a "remote" call are left alone, the will be replaced later when
2384         the remote call is handled.
2385         (org-table-convert-refs-to-rc): Do not convert things that might
2386         look like a reference, but are really part of an ID or namei n a
2387         remote reference.
2388         (org-table-get-remote-range): New function.
2390 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2392         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2394         * org-clock.el (org-clock-put-overlay): Use new face instead of
2395         `secondary-selection'.
2397         * org-faces.el (org-clock-overlay): New face.
2399 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2401         * org-exp.el (org-get-current-options): Include the option for
2402         publishing time stamps.
2404         * org.el (org-toggle-heading): Renamed from
2405         `org-toggel-region-headings'.
2406         No longer needs a region defined, but will use it if there is one.
2407         (org-ctrl-c-star): Simplified, relying more on the internal
2408         workings of `org-toggle-heading'.
2409         (org-toggle-item): Renamed from `org-toggle-region-items'.
2410         No longer needs a region defined, but will use it if there is one.
2411         (org-ctrl-c-minus): Simplified, relying more on the inernal
2412         workings of `org-toggle-item'.
2414         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2415         environment detection.  Also, do real changes only in unprotected
2416         places.
2418 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2420         * org-export-latex.el (org-export-latex-quotation-marks): Use
2421         `org-if-unprotected-1'.
2422         (org-export-latex-set-initial-vars): Check for class definition in
2423         property.
2425         * org-macs.el (org-if-unprotected-1): New macro.
2427 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2429         * org-compat.el (org-count-lines): New function.
2431         * org-exp.el (org-export-format-source-code-or-example): Handle
2432         switches related to text areas.
2434         * org.el (org-activate-footnote-links): Don't allow match inside a
2435         link.
2437         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2439         * org-export-latex.el (org-export-latex-links): Keep a relative
2440         path relative also after export.
2442         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2444         * org.el (org-make-tags-matcher): Never use IDO for completing the
2445         tags matcher match string.
2446         (org-completing-read): Also remove the special biding for "?".
2448         * org-attach.el (org-attach-allow-inheritance): New option.
2449         (org-attach-inherited): New variable.
2450         (org-attach-dir): Handle properties related to the attachment
2451         directory.
2452         (org-attach-check-absolute-path): New function.
2453         (org-attach-set-directory, org-attach-set-inherit): New commands.
2454         (org-attach): Accommodate the new commands in the dispatcher.
2456 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2458         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2459         `window-full-width-p'.
2461         * org-exp.el (org-export-as-html): Only check for images files
2462         that really can be inlined
2464         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2465         list of extensions to be a parameter.
2467         * org-exp.el (org-export-html-inline-image-extensions): New
2468         variable.
2470         * org-agenda.el (org-prepare-agenda): Use
2471         `org-agenda-block-separator'.
2472         (org-agenda-block-separator): New option.
2474 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2476         * org-export-latex.el (org-export-latex-tables): Call
2477         `org-table-clean-before-export' with the new optional argument.
2479         * org-exp.el (org-table-clean-before-export): New optional
2480         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2481         first column.
2483 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2485         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2486         histograms.
2488         * org-colview.el (org-colview-construct-allowed-dates): Better
2489         error catching when a date/time property does not have allowed
2490         values defined.
2492         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2493         Better error catching when a date/time property does not have
2494         allowed values defined.
2496 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2498         * org.el (org-map-entries): Restore point and restriction after
2499         `org-map-entries'.
2501 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2503         * org.el (org-time=, org-time<, org-time<=, org-time>)
2504         (org-time>=, org-time<>): Make sure both values are dates.
2506 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2508         * org-archive.el (org-extract-archive-heading): Allow %s for file
2509         name also in achive location heading.
2511 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2513         * org-archive.el (org-add-archive-files): Uniquify the list before
2514         returning it.
2516 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2518         * org-compat.el (org-fit-window-to-buffer): Use
2519         `window-full-width-p'.
2521         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2522         space after the colon in short examples.
2524         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2525         enforce a space after the colon.  However, we also allow lines
2526         that are *only* a colon.
2527         (org-export-as-html): Enforce the space after the colon in short
2528         examples.
2529         (org-export-preprocess-string): Do the colon example protection
2530         earlier.
2531         (org-export-remove-timestamps): Do not check for protection at the
2532         end of the line.
2534 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2536         * org.el (org-format-latex-options): Add new matcher for single
2537         letters between dollars.
2538         (org-get-header): Function removed.
2539         (org-heading-components): New function.
2541         * org-exp.el (org-export-define-heading-targets): Record ID's also
2542         as alternative targets.
2543         (org-export-as-html): Interpret "id:" links to other files by
2544         preserving the relative path.
2546         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2547         is nil.
2549         * org-exp.el (org-export-normalize-links): Protect the main link,
2550         to avoid special character processing.
2552         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2553         New variable.
2554         (org-export-latex-special-string-regexps): Variable removed.
2555         (org-export-latex-keywords): Use the new regexp.
2557         * org-exp.el (org-export-handle-include-files): Fetch switches and
2558         put them into the BEGIN statement.
2560         * org-timer.el (org-timer-mode-line-string): New variable.
2562         * org-clock.el (org-clock-mode-line-map): Renamed from
2563         `org-clock-mode-map'.
2564         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2565         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2566         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2567         (org-clock-remove-overlays): Renamed from
2568         `org-remove-clock-overlays'.
2570         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2571         and mode line display.
2572         (org-timer-stop): New command.
2573         (org-timer-seconds): Return correct time when timer is paused.
2574         (org-timer-mode-line-timer): New variable.
2575         (org-timer-set-mode-line, org-timer-update-mode-line): New
2576         functions.
2578         * org.el (org-insert-heading):  Handle new value `auto' for
2579         `org-blank-before-new-entry'.
2580         (org-org-menu): Add new items for timer functions.
2582         * org-list.el (org-insert-item): Handle new value `auto' for
2583         `org-blank-before-new-entry'.
2585         * org.el (org-blank-before-new-entry): New value `auto', made
2586         default.
2588 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2590         * org-exp.el (org-export-normalize-links): If the link is also
2591         used as the description, protect the description.
2593 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2595         * org.el (org-closest-date): Fix bug with yearly repeats, in
2596         combination with preference of the past as it is used for deadline
2597         and scheduling search.
2599         * org-exp.el (org-html-handle-time-stamps): No longer check for
2600         the `org-export-with-timestamps' option, because the preprocesser
2601         has taken care of this already.
2603         * org.el (org-entry-properties): Catch the case when this is
2604         called in a non-org-mode file.
2606         * org-export-latex.el (org-export-latex-remove-from-headlines):
2607         Variable made obsolete, also LaTeX export now uses the standard
2608         variables.
2609         (org-export-as-latex): Add the timestamps parameter to the
2610         preprocessor parameter list.
2611         (org-export-latex-content): Export the remaining keywords without
2612         considering to remove them.
2613         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2614         Use bold font instead of tt font for the keywords.
2615         (org-export-latex-fontify-headline): Format headlines, assuming
2616         that all keywords still present should be published.
2617         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2618         publish what ever remains of the time stamps.
2619         (org-export-latex-list-parameters): New option.
2620         (org-export-latex-lists): Pass additional parameters to the list
2621         converter.
2623         * org-exp.el (org-export-preprocess-string): Remove clock lines
2624         and timestamps already in the preprocesor.
2625         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2626         functions.
2627         (org-export-as-ascii, org-export-as-html): Add the timestamps
2628         parameter to the preprocessor parameter list.
2630         * org-list.el (org-list-parse-list): Parse for checkboxes.
2631         (org-list-to-generic): Introduce and handle new parameters :cbon
2632         and :cboff.
2633         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2634         optional parameter PARAMS.
2636         * org-export-latex.el (org-export-latex-special-chars): Fix
2637         problems with interpreting dollar signs.
2638         (org-inside-latex-math-p): New function.
2639         (org-export-latex-preprocess): Protect all the math fragments.
2641         * org.el (org-latex-regexps): Allow a dash after a dollar.
2643         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2644         mark after copying.
2646         * org-agenda.el (org-run-agenda-series): Have series options set
2647         when finalizing the agenda.
2649         * org-exp.el (org-export-format-source-code-or-example): Protect
2650         the converted examples.
2652         * org.el (org-set-regexps-and-options): Fix the regexp
2653         `org-complex-heading-regexp'.
2655 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2657         * org.el (org-edit-src-get-label-format): New function.
2658         (org-coderef-label-format): New option.
2659         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2660         a label format specification and make sure it is used in the edit
2661         buffer.
2662         (org-edit-src-get-label-format): New function.
2663         (org-store-link): Handle new coderef formats.
2664         (org-link-search): Handle new coderef formats.
2666         * org-footnote.el (org-footnote-create-definition)
2667         (org-footnote-goto-local-insertion-point): Make footnote insertion
2668         work correctly when the "Footnotes" headline is the last line in
2669         the buffer.
2671         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2672         the location.
2674 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2676         * org-w3m.el (org-w3m): New customization group.
2677         (org-w3m-deactivate-mark): New option.
2678         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2679         option say not to.
2681 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2683         * org.el (org-set-font-lock-defaults): Trigger footnote
2684         fontification.
2685         (org-activate-footnote-links): New function.
2686         (org-activate-links): New entry `footnote'.
2688         * org-faces.el (org-footnote): New face.
2690 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2692         * org-macs.el (org-re): Handle the [:word:] class.
2694         * org-exp.el (org-export-preprocess-string): Call
2695         `org-export-protect-colon-examples'.
2696         (org-export-protect-colon-examples): Renamed from
2697         `org-export-protect-examples', and scope limited to lines starting
2698         with a colon.
2700 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2702         * org-exp.el (org-export-preprocess-string): Move the preprocess
2703         hook to after turning on Org-mode.
2704         (org-export-preprocess-after-include-files-hook)
2705         (org-export-preprocess-after-tree-selection-hook)
2706         (org-export-preprocess-before-backend-specifics-hook)
2707         (org-export-preprocess-final-hook): New hooks.
2708         (org-export-preprocess-string): Run the new hooks.
2710         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2712         * org-footnote.el: New file.
2714         * org.el (org-footnote): Require footnote code.
2715         (org-startup-options): Add new footnote options.
2716         (org-mode-map): New keybindig for footnotes.
2717         (org-ctrl-c-ctrl-c): Add function at footnotes.
2718         (org-org-menu): New menu entries for footnotes.
2720         * org-export-latex.el (org-export-as-latex): Pass footnote
2721         variable to preprocessor.
2722         (org-export-latex-preprocess): Treat multiple references to a
2723         footnote.
2725         * org-exp.el (org-export-preprocess-string): Call
2726         `org-footnote-normalize'.
2727         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2728         to preprocessor.
2729         (org-export-as-html): Treat multiple references to a footnote.
2731 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2733         * org-export-latex.el (org-export-latex-links): Handle coderef
2734         links.
2736         * org.el (org-bracket-link-analytic-regexp++): New variable.
2737         (org-make-link-regexps): Initialize
2738         `org-bracket-link-analytic-regexp++'.
2739         (org-store-link): Implement special case in edit-src buffer.
2740         (org-insert-link): No use of ide to insert stored links.
2741         (org-link-search): Implement special case for coderefs.
2743         * org-exp.el (org-export-html-scripts): New constant.
2744         (org-export-html-style-default): Add a new style for highlighted
2745         code.
2746         (org-export-code-refs): New variable.
2747         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2748         Call `org-export-replace-src-segments-and-examples'
2749         No longer call `org-export-protect-examples'.
2750         (org-export-target-internal-links): Take care of coderef targets.
2751         (org-export-last-code-line-counter-value): New variable.
2752         (org-export-replace-src-segments-and-examples): Renamed from
2753         `org-export-replace-src-segments', and modified.
2754         (org-export-format-source-code-or-example): Renamed from
2755         `org-export-format-source-code'.
2756         (org-export-number-lines): New function.
2757         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2759 --------------------------------------------------------------------------
2761 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2763         * org-remember.el (org-remember-handler): Safer way to get a new
2764         buffer accessing the target file.
2766         * org.el (org-refile-get-location): Handle case of current buffer
2767         not having a file associated with it.
2769 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2771         * org-table.el (org-table-get-formula): Only ask to overwrite
2772         field formula if there really is one.
2774         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2775         number, by converting these to a string.
2777         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2778         located in a different file.
2780         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2781         org-colview.el.
2783 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2785         * org.el (org-completion-use-ido): Enhance docstring of
2786         `org-completion-use-ido'.
2788         * org-export-latex.el (org-export-latex-make-header): Double the %
2789         in the time stamp format.
2790         (org-export-latex-special-chars): Handle case where there is no
2791         match group 3.
2793 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2795         * org.el (org-get-refile-targets, org-refile-get-location): Use
2796         expanded file name to improve comparison.
2798 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2800         * org.el (org-scan-tags): Rescan for tags, to get the correct
2801         upcase/downcase stuff.  This slows things down for now, but it
2802         works.
2803         (org-mode): Make sure the tag-faces regexp is initialized.
2805         * org-export-latex.el (org-export-latex-links): Fix bug with
2806         undefined label.
2808         * org-table.el (org-table-get-specials): Set
2809         `org-table-current-last-data-line'.
2810         (org-table-current-last-data-line): New variable.
2811         (org-table-insert-column, org-table-delete-column)
2812         (org-table-move-column, org-table-fix-formulas): Call
2813         `org-table-fix-formulas' a second time to fix the $LR references.
2814         (org-table-get-specials): Add the $LR references to the tables.
2815         (org-table-get-formula): Do not offer last-row names as LHS of
2816         formulas.
2818         * org.el (org-store-link): Capture link description from
2819         `org-id-store-link'.
2821         * org-exp.el (org-export-html-format-image): Add the / to the end
2822         of the <img> tag.
2823         (org-export-format-source-code): Surround example by empty lines,
2824         to make sure it will not be inside a paragraph.
2826         * org.el (org-ido-switchb): New function.
2828 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2830         * org-agenda.el (org-agenda-show): New prefix argument
2831         FULL-ENTRY.
2833         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2834         argument.
2836         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2837         `org-agenda-change-all-lines'.
2838         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2839         tags are now retrieved locally.
2841 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2843         * org.el (org-get-outline-path): Fix bug if level is not given.
2844         (org-org-menu): Do not quote function in menu vector.
2846         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2847         name.
2849 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2851         * org.el (org-refile): Avoid refiling to within the region to be
2852         refiled.
2854         * org-export-latex.el (org-export-latex-special-chars): Replace
2855         special characters also in tables.
2857         * org-agenda.el (org-agenda-change-all-lines): New argument
2858         FORCE-TAGS.
2859         (org-agenda-set-tags): Cet the new tags and pass them to
2860         `org-format-agenda-item'.
2862 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2864         * org-export-latex.el (org-export-latex-classes): Add longable as
2865         a default package to all classes.
2866         (org-export-latex-tables): Handle the longtable attribute and the
2867         align attribute.
2869         * org-table.el (orgtbl-to-generic): Handle tables that start with
2870         a hline.
2872         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2873         \verb for colde-like snippets.
2874         (org-export-as-latex): Fix issues with region export.
2876         * org.el (org-up-heading-safe): Speed up function by using a
2877         direct regexp search.
2878         (org-olpa): New variable.
2879         (org-get-outline-path): Speed-up path constructions in cases where
2880         this is possible because the entire hierarchy is scanned anyway.
2881         (org-refile-get-location): Don't compare the truenames of files,
2882         this is too slow.
2883         (org-goto-max-level): New option.
2884         (org-goto): Use `org-goto-max-level'.
2886 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2888         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2889         Strip angle brackets from message-ids in the former and don't do
2890         it in the latter.
2891         (org-gnus-follow-link): Open summary reliable, even if the last
2892         messages were deleted, and handle empty groups, too.
2894 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2896         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2897         instead of \texttt for the =...= and ~===~ emphasis environments.
2898         (org-export-as-latex): Remove any old :org-license-to-kill text
2899         properties.
2900         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2901         (org-export-latex-make-header): Add some hard space after the
2902         table of contents.
2903         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2904         exported text so that it will be excuded in further steps.
2906         * org-table.el (org-table-get-specials): Make @0 reference the
2907         last line in a table.
2908         (org-table-recalculate): Improve docstring.
2910 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2912         * org.el (org-log-done): Fix docstring.
2914 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2916         * org-exp.el (org-export-html-format-image): Fix bugs.
2918         * org-export-latex.el (org-export-latex-tables)
2919         (org-export-latex-links): Implement attribute, label, and caption
2920         handling.
2922         * org-exp.el (org-export-html-style-default): Add style
2923         definitions for the figure div.
2924         (org-export-preprocess-string, org-export-as-html): Implement
2925         attribute, label, and caption handling.
2926         (org-export-attach-captions-and-attributes): New function.
2927         (org-export-html-format-image): New function.
2928         (org-format-org-table-html): Implement attribute, label, and
2929         caption handling.
2931         * org.el (org-find-text-property-in-string): New function.
2932         (org-extract-attributes): Use the property org-attr instead of
2933         org-attrobutes, because this property is now set with the #+ATTR
2934         lines.
2936 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2938         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2939         the case that FROM is nil.
2941         * org.el (org-before-first-heading-p): New function.
2943 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2945         * org-exp.el (org-export-as-html): Do not add a space before
2946         enforces line breaks.
2947         (org-export-as-html): Close paragraph before blockquote and verse
2948         tags.
2950 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2952         * org-id.el (org-id-locations-file): Wrap file name with
2953         `convert-standard-filename'.
2954         (org-id-files): New variable.
2955         (org-id-use-hash): New option.
2956         (org-id-update-id-locations): Also search in all files current
2957         listed in `org-id-files'.  Convert the resulting alist to a hash
2958         if the user customation says so.
2959         (org-id-locations-save): Handle he case if `org-id-locations' is a
2960         hash.
2961         (org-id-locations-load): Convert the alist to a hash.
2962         (org-id-add-location): Handle the hast case.
2963         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2964         exited.
2965         (org-id-hash-to-alist, org-id-alist-to-hash)
2966         (org-id-paste-tracker): New functions.
2968 -------------------------------------------------------------------------
2970 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2972         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2973         bindings of calendar variables.
2975         * org-table.el (org-table-find-row-type): Renamed from
2976         `org-find-row-type'.
2977         (org-table-rewrite-old-row-references): Renamed from
2978         `org-rewrite-old-row-references'.
2979         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2980         (org-table-cleanup-narrow-column-properties): Renamed from
2981         `org-cleanup-narrow-column-properties'.
2983 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2985         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2986         for better error messages.
2987         (org-table-get-descriptor-line): Supply the new arguments to
2988         `org-find-row-type'.
2989         (org-table-error-on-row-ref-crossing-hline): New option.
2991         * org.el (org-target-link-regexp): Make buffer-local.
2992         (org-move-subtree-down): Fix bug with trees at beginning of
2993         buffer.
2995 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2997         * org-faces.el (org-set-tag-faces): New function.
2998         (org-tags-special-faces-re): New variable.
3000         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3002         * org-faces.el (org-tag-faces): New option.
3003         (org-tag): Mention `org-tag-faces' in the docstring.
3005 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3007         * org-exp.el (org-export-html-style-default): Implement new
3008         quoting.
3010         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3012         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3013         command to the `w3m-minor-mode-map'.
3015         * org-archive.el (org-archive-to-archive-sibling): Protect
3016         `this-command' to avoid appending kills during archiving.
3018         * org-exp.el (org-export-with-priority): New variable.
3019         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3020         instead of internal list of strings and properties.
3021         (org-print-icalendar-entries): Retrieve the location property with
3022         inheritance.
3024 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3026         * org-exp.el (org-export-with-todo-keywords): New option.
3027         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3028         line.
3029         (org-default-export-plist, org-export-add-options-to-plist)
3030         (org-export-as-ascii, org-export-as-html): Use the new structure
3031         of `org-export-plist-vars'.
3033         * org.el (org-map-entries): Return all values.
3035 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3037         * org.el (org-matcher-time): Recognize more special values.
3039         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3041 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3043         * org.el (org-tags-exclude-from-inheritance): New option.
3044         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3045         `org-tags-exclude-from-inheritance'.
3047         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3048         (org-format-agenda-item): Add inherited tags to the agenda line
3049         string, and make sure that properties are kept when downcasing the
3050         tags list.
3051         (org-agenda-add-inherited-tags): New function.
3052         (org-downcase-keep-props): New function.
3054         * org.el (org-scan-tags): Mark inherited tags with a text
3055         property.
3056         (org-get-tags-at): Mark inherited tags with a text property.
3057         (org-add-prop-inherited): New function.
3059         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3060         (org-agenda-show-inherited-tags): New option.
3062 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3064         * org.el (org-modules): Add org-w3m to the default modules.
3066         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3067         orgtbl-mode.
3068         (orgtabl-create-or-convert-from-region): New command.
3070         * org-exp.el (org-export-as-ascii): Remove the handling of
3071         targets.
3072         (org-export-ascii-preprocess): Handle targets already in this
3073         function.
3075 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3077         * org-timer.el (org-timer-start-time): Define this variable.
3078         (org-timer-item): Make argument optional.
3080         * org-list.el (org-insert-item): Automatically insert a timer item
3081         if the current list is a timer list.
3083         * org-timer.el: New file.
3085         * org-publish.el (org-publish-org-index): Only exclude the index
3086         file in the main directory from being added to the site-map.
3087         (org-publish-get-project-from-filename): If the current project is
3088         a component, start publishing from the parent project.
3090 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3092         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3094         * org-publish.el (org-publish-org-index): Improve removal of
3095         temporary buffers.
3097         * org-agenda.el (org-get-closed): Re-apply changes
3098         accidentially overwritten by last commit to Emacs.
3100         * org.el (org-outline-path-complete-in-steps): New option.
3101         (org-refile-get-location): Honor
3102         `org-outline-path-complete-in-steps'.
3103         (org-agenda-change-all-lines, org-tags-sparse-tree)
3104         (org-time-string-to-absolute, org-small-year-to-year)
3105         (org-link-escape): Re-apply changes accidentially overwritten
3106         by last commit to Emacs.
3108 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3110         * org-clock.el (org-dblock-write:clocktable): Make sure the
3111         clocktable sees the first line.
3112         (org-clock-in): Warn if the clock cannot be resumed.
3114 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3116         * org.el (org-open-at-point): Fix mixup about interactive and
3117         non-interactive elisp links.
3119 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3121         * org-exp.el (org-export-preprocess-string): Allow one comment
3122         line before the first headline to always be included.  This is
3123         to not miss a commented target.
3125         * org-mouse.el (org-mouse-insert-item): Call
3126         `org-indent-to-column' instead of `indent-to', for XEmacs
3127         compatibility.
3129         * org.el (org-refile-targets): Fix customize definition so
3130         that it works also in XEmacs.
3131         (org-fixup-indentation): Call `org-indent-to-column' instead
3132         of `indent-to', for XEmacs compatibility.
3134 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3136         * org-mew.el (org-mew-store-link): Get the correct case folder
3137         for refiled messages.
3139 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3141         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3142         line break indicators.
3144         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3145         ido-completion propts.
3147 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3149         * org-remember.el (org-remember-apply-template): Use
3150         `org-substring-no-properties'.
3152         * org-compat.el (org-substring-no-properties): New function.
3154         * org-remember.el (org-remember-apply-template): Use
3155         `org-substring-no-properties' for compatibility.
3157         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3158         option.
3159         (org-fix-bullet-type): respect
3160         `org-list-two-spaces-after-bullet-regexp'.
3162         * org-clock.el (org-clock-load): Clean up the code.
3164         * org.el (org-adaptive-fill-function): Allow two spaces after
3165         "1." as a list bullet.
3167 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3169         * org-clock.el (org-clock-save, org-clock-load): Check for
3170         live buffers, existing files, and buffer file names to ensure
3171         consistent information.
3172         (org-clock-persist): Make `clock' a special value of this
3173         variable, and improve docstring.
3175         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3176         (org-get-string-indentation): Adapt indentation when the bullet
3177         width changes.
3179 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3181         * org-remember.el (org-remember-finalize): Make interactive.
3182         (org-remember-kill): New command.
3183         (org-remember-finish-immediately): Call `org-remember-finalize'
3184         directly.
3185         (org-remember-finalize): Make `org-remember-finalize' an interactive
3186         function.
3188 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3190         * org-remember.el (org-remember-apply-template): No ido completion
3191         for free prompts in remember templates.
3192         (org-remember-before-finalize-hook): New hook.
3193         (org-remember-mode): New minor mode.
3194         (org-remember-apply-template): Turn on `org-remember-mode'.
3196         * org-id.el (org-id-add-location): Avoid error when no file is
3197         given.
3199         * org-remember.el (org-remember-apply-template): Fix the way how
3200         the list of allowed properties is retrieved from the target file.
3202         * org.el (org-insert-link): Improve file link matching.
3204 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3206         * org-colview.el (org-columns-display-here): New argument
3207         DATELINE, to trigger using the new face.
3208         (org-agenda-colview-summarize): Call `org-columns-display-here'
3209         with the new argument.
3211         * org-faces.el (org-agenda-column-dateline): New face.
3213         * org-publish.el (org-publish-org-index): Use index-title at page
3214         title, not as section.
3216         * org-exp.el (org-export-html-format-desc): Respect the
3217         org-protect property.
3218         (org-export-as-html): Protect image specifiers that are in the
3219         description part of a link.
3221         * org.el (org-sort-entries-or-items, org-completing-read)
3222         (org-refile-get-location, org-olpath-completing-read, org-todo)
3223         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3224         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3225         (org-set-property, org-delete-property)
3226         (org-delete-property-globally): Use `org-ido-completing-read'.
3228         * org-remember.el (org-remember-apply-template): Use
3229         `org-ido-completing-read'.
3231         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3233         * org-colview.el (org-columns-edit-value, org-columns-new)
3234         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3236         * org-colview-xemacs.el (org-columns-edit-value)
3237         (org-columns-new, org-insert-columns-dblock): Use
3238         `org-ido-completing-read'.
3240         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3241         `org-ido-completing-read'.
3243         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3244         `org-ido-completing-read'.
3246         * org.el (org-time-today): New function.
3247         (org-matcher-time): Use `org-time-today'.  Add special treatment
3248         for "<tomorrow>" and "<yesterday>".
3249         (org-ido-completing-read): New function.
3250         (org-completion-use-ido): New option.
3252         * org-exp.el (org-export-format-source-code): Fix bug in require
3253         htmlize code.
3254         (org-export-target-internal-links): Fix bug in search for text
3255         property.
3257 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3259         * org-export-latex.el (org-export-latex-subcontent): Interprete
3260         target aliases as additonal labels.
3262         * org-exp.el (org-export-target-aliases): New variable.
3263         (org-export-preprocess-string)
3264         (org-export-handle-invisible-targets): Fill the alias alist.
3265         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3266         assign an id.
3267         (org-html-level-start): Insert the target aliases as additonal
3268         anchors.
3270         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3271         picture area.
3273 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3275         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3276         when following a link with the mouse from the agenda.
3278         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3279         headlines are created.
3281 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3283         * org-exp.el (org-export-preprocess-string): Reorder so that we
3284         can still see ID properties when we collect targets.
3285         (org-export-target-internal-links): Also store targets for ID's.
3287         * org.el (org-link-translation-function): New option.
3288         (org-open-at-point): Call `org-link-translation-function' if
3289         non-nil.
3290         (org-translate-link): New function.
3291         (org-translate-link-from-planner): New function.
3292         (org-open-at-point): Allow interactive commands in elisp links.
3294         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3295         iCalendar quoting.  The new one seems to caus problems with
3296         applications.
3298         * org.el (org-yank): Set `this-command' to `yank', so that
3299         `yank-pop' will work.
3301 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3303         * org-id.el (org-id-search-archives): New option.
3305         * org.el (org-link-to-org-use-id): New option.
3306         (org-store-link): Use `org-link-to-org-use-id'.
3307         (org-id): Make org-id.el a standard component.
3309 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3311         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3312         hexified version of the tag.
3314         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3315         compliance as far as quoting is concerned.
3317         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3319         * org.el (org-up-heading-safe, org-forward-same-level): Always
3320         call `org-back-to-heading' instead of `outline-back-to-heading'.
3321         (org-back-to-heading): New wrapper around outline-back-to-heading,
3322         with a useful error message telling where the error happened.
3324         * org-list.el (org-update-checkbox-count): Always call
3325         `org-back-to-heading' instead of `outline-back-to-heading'.
3327         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3328         has an `alt' attribute, to ensure XHTML validation.
3330 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3332         * org-publish.el (org-publish-attachment): Allow publishing to
3333         overwrite attachment files.
3335         * org-agenda.el (org-agenda-timerange-leaders): New option.
3336         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3338         * org.el (org-edit-src-exit): Untabify ASCII image before
3339         returning.
3352 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3354         * org.el (org-yank): Make any prefix force normal yanking.
3355         Suppress folding if text would be swallowed into a folded
3356         subtree.
3357         (org-yank-folded-subtrees, org-yank): Docstring updates.
3359         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3360         defined as 0.
3362         * org-exp.el (org-export-language-setup): Add Catalan and
3363         Esperanto language entries.
3365 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3367         * org.el (org-refile): Allow refiling of entire regions.
3369         * org-clock.el (org-clock-time%): New function.
3371         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3372         retrieve property values.
3374 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3376         * org-agenda.el (org-agenda-list): Handle the value `only' of
3377         org-agenda-show-log'.
3378         (org-agenda-log-mode): Interpret a double prefix arg.
3380 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3382         * org-exp.el (org-export-html-footnotes-section): New variable.
3383         (org-export-as-html): Use `org-export-html-footnotes-section' to
3384         insert the footnotes.
3385         (org-export-language-setup): Add "Footnotes" to language words.
3387 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3389         * org.el (org-yank): Fix bug when not inserting a subtree.
3391 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3393         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3394         instead of `vm-beginning-of-message'.
3396         * org.el (org-make-link-regexps): Make sure that links to gnus can
3397         contain brackets.
3399 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3401         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3402         code.
3404         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3405         shell output.
3407         * org.el (org-link-abbrev-alist): Improve customization type.
3409         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3410         functions.
3412         * org-agenda.el (org-agenda-get-progress): Renamed from
3413         `org-get-closed'.  Implement searching for state changes as well.
3414         (org-agenda-log-mode-items): New option.
3415         (org-agenda-log-mode): New option prefix argument, interpreted as
3416         request to show all possible progress info.
3417         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3418         `org-get-closed'.
3419         (org-agenda-set-mode-name): Handle the more complex log mode
3420         settings.
3421         (org-get-closed): New alias, pointing to `org-get-progress'.
3423 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3425         * org.el (org-file-apps-defaults-gnu)
3426         (org-file-apps-defaults-macosx)
3427         (org-file-apps-defaults-windowsnt): Add an entry defining the
3428         system command.
3429         (org-file-apps): Allow `system' as key and value.
3430         (org-open-at-point): Explain the effect of a double prefix arg.
3431         (org-open-file): If the argument `in-emacs' is (16),
3432         i.e. corresponding to a double prefix argument, try to open the
3433         file externally.
3435 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3437         * org.el (org-insert-link): Abbreviate absolute files names in
3438         links.  Also, fix a bug in which the double C-u prefix would not
3439         be honored.
3441 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3443         * org.el (org-insert-heading): If buffer does not end with a
3444         newline, add one if necessary to insert headline correctly.
3446         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3447         paragraphs, not inside.
3449         * org.el (org-todo): Quote
3450         `org-agenda-headline-snapshot-before-repeat'.
3452         * org-exp.el (org-export-as-html): Fully process link descriptions.
3453         (org-export-html-format-desc): New function.
3454         (org-export-as-html): Collect footnotes into the correct basket.
3455         (org-html-protect): No longer protect quotations marks here, this
3456         goes wrong.
3458         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3459         BEG.
3461         * org-compat.el (org-fit-window-to-buffer): New function (not
3462         really, a preliminary and incomplete version was present earlier,
3463         but not used).
3465         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3466         `org-fit-window-to-buffer'.
3468         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3470         * org-agenda.el (org-agenda-get-restriction-and-command)
3471         (org-fit-agenda-window, org-agenda-convert-date): Use
3472         `org-fit-window-to-buffer'.
3474         * org-exp.el (org-export-as-html): Process href links through
3475         `org-export-html-format-href'.
3476         (org-export-html-format-href): New function.
3478         * org-agenda.el (org-agenda-todo): Update only the current
3479         headline if this is a repeated TODO, marked done for today.
3480         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3481         only the current line.
3483         * org.el (org-todo): Take a snapshot of the headline if the
3484         repeater might change it.
3486 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3488         * org-publish.el (org-publish-find-title): Remove buffers visited
3489         only for extracting the title.
3491         * org-exp.el (org-export-html-style)
3492         (org-export-html-style-default): Mark style definitions as
3493         unparsed CDATA.
3495         * org-publish.el (org-publish-validate-link): Function
3496         re-introduced.
3498 2008-11-02  Charles Sebold  <csebold@gmail.com>
3500         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3501         property.
3502         (org-plot-quote-timestamp-field): New function.
3503         (org-plot-quote-tsv-field): Call timestamp field function when
3504         necessary rather than just quoting as a string.
3505         (org-plot/gnuplot-to-data): Pass in timefmt property.
3506         (org-plot/gnuplot-script): Supports timefmt property.
3507         (org-plot/gnuplot): Checks for timestamp column before checking
3508         for text index column.
3510 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3512         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3514         * org-publish.el (org-publish-org-index): Create a section in the
3515         index file.
3516         (org-publish-org-index): Stop linking to directories.
3518         * org.el (org-emphasis-alist): Use span instead of <u> to
3519         underline text.
3521         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3522         <pre> sections.
3524 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3526         * org-jsinfo.el (org-infojs-template): Remove language attribute
3527         from script tag.
3529 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3531         * org-agenda.el (org-agenda-remove-marked-text): New function.
3532         (org-agenda-mark-filtered-text)
3533         (org-agenda-unmark-filtered-text): New functions.
3534         (org-write-agenda): Remove fltered text.
3536         * org.el (org-make-tags-matcher): Give access to TODO "property"
3537         without speed penalty.
3539 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3541         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3542         option.
3543         (org-store-link-props): Make sure adding to the plist works
3544         correctly.
3546         * org-gnus.el (org-gnus-no-new-news): New function.
3547         (org-gnus-follow-link): Allow the article ID to be a message-id,
3548         in addition to allowing article numbers.  Message IDs make much
3549         more roubust links.
3550         (org-gnus-store-link): Use message-id to create link.
3552 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3554         * org.el (org-emphasize): Reverse the selection array.
3555         (org-emphasis-alist): Set <code> tags for the verbatim
3556         environment.
3558         * org-remember.el (org-remember-handler): Fix bug with
3559         prefix-related changing of the note storage target.
3561         * org-exp.el (org-print-icalendar-entries): Make the exported
3562         priorities compatible with RFC 2445.
3564         * org-clock.el (org-clock-save): Insert time stamp without
3565         dependence on time-stamp.el.
3567 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3569         * org.el ("saveplace"): If saveplace puts point into an invisible
3570         location, make it visible.
3571         (org-make-tags-matcher): Allow inactive time stamps in time
3572         comparisons.
3573         (org-yank-adjusted-subtrees): New option.
3574         (org-yank): Incorporate adjusting trees.
3575         (org-paste-subtree): New argument FOR-YANK which will cause
3576         insertion at point without backing up over white lines, and leave
3577         point at the end of the inserted text.  Also if the cursor is
3578         at the beginning of a headline, use the same level or the inserted
3579         tree.
3581         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3582         with broken symlinks
3584 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3586         * org-exp.el (org-export-select-tags, org-get-current-options):
3587         Fix typo.
3589 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3591         * org-agenda.el (org-format-agenda-item)
3592         (org-agenda-filter-make-matcher): Make sure tags are stored and
3593         compared donwcased.
3595 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3597         * org.el (org-insert-todo-heading): Fix bug with force-heading
3598         argument.
3600 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3602         * org-clock.el (org-clock-in-resume): Add a custom option to
3603         toggle starting the clock from an open clock line.
3604         (org-clock-in): When clocking in to an entry, if
3605         `org-clock-in-resume' is set, check if the first clock line is
3606         open and if so, start the clock from the time in the clock line.
3607         (org-clock-persist): Add a custom option to toggle clock
3608         persistence.
3609         (org-clock-persist-query-save): Add a custom option to toggle
3610         asking the user if they want to save the running clock when
3611         exiting.
3612         (org-clock-persist-query-resume): Add a custom option to toggle
3613         asking the user if they want to resume the saved clock when Emacs
3614         is restarted.
3615         (org-clock-save): Add a function to save clock data.
3616         This includes the contents of `org-clock-history' and the buffer
3617         and position of the currently clocked task, if any.
3618         (org-clock-load): Add a function to load clock data.
3619         This populates `org-clock-history', and resumes the saved clocked
3620         task if there is one.
3621         (org-clock-persistence-insinuate): Add a method to set up the
3622         hooks for clock persistence.
3624 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3626         * org-exp.el (org-export-as-ascii): Handle the case that we are
3627         publishing from an indirect buffer.
3629         * org-table.el (org-table-copy-down): Fix bug with time stamp
3630         increment.
3632         * org-mouse.el (org-mouse-features): New option.
3633         (org-mode-hook): Turn on features depending on
3634         `org-mouse-features'.
3636         * org.el (org-insert-heading-respect-content): Force heading
3637         creation.
3638         (org-insert-heading): keep the folding state of the heading before
3639         the inserted one.
3641 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3643         * org-archive.el (org-archive-to-archive-sibling): Handle top
3644         level headlines better.
3646 2008-10-21  Bastien Guerry  <bzg@altern.org>
3648         * org-export-latex.el (org-export-latex-classes): Added
3649         \usepackage{graphicx} to the default list of packages.
3651 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3653         * org-agenda.el (org-agenda-filter): Renamed from
3654         `org-agenda-filter-tags'.
3656 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3658         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3659         is not defined as a property in this entry.
3660         (org-add-log-note): Mask prefix argument when immediately storing
3661         the note.
3663         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3664         option.
3666 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3668         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3669         after drawers was skipping ahead one line too many, so notes were
3670         inserted after the first note instead of before it.
3672 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3674         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3675         New variables.
3676         (org-prepare-agenda): Reset the filter tags.
3677         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3678         Show filter tags in mode line.
3680         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3681         formatter.
3683         * org-export-latex.el (org-latex-entities-regexp): New constant.
3684         (org-export-as-pdf): Use two calls to `shell-command'.
3686 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3688         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3689         Honor the {} value of the subsuperscript setting.  Make sure that
3690         longer subsuperscripts are typeset in a roman font.
3692         * org.el (org-clock-update-time-maybe): Compute negative clock
3693         intervals correctly.
3695 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3697         * org.el (org-add-log-setup): Respect
3698         `org-log-state-notes-insert-after-drawers'.
3699         (org-log-state-notes-insert-after-drawers): New option.
3700         (org-todo-trigger-tag-changes): New function.
3701         (org-todo): Call `org-todo-trigger-tag-changes'.
3703 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3705         * org.el (org-add-log-setup): Only skip drawers if the are
3706         immediately after the scheduling keywords.
3708         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3709         function
3710         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3711         call it with the current todo state to get the state to switch to
3712         when clocking in.
3713         (org-clock-in): Use org-indent-line-function to indent clock lines.
3714         (org-clock-find-position): Fix indentation of empty clock drawers.
3716 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3718         * org-publish.el (org-publish-org-to): Handle case when
3719         org-export-to-pdf does return a file name, not a buffer.
3720         (org-publish-org-to-pdf): New function.
3722         * org-export-latex.el (org-export-as-pdf)
3723         (org-export-as-pdf-and-open): New commands.
3725         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3726         forms as ranges.
3728         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3729         things in protexted regions.
3731 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3733         * org-export-latex.el (org-export-latex-preprocess): Improve
3734         quoting of LaTeX environments.
3736 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3738         * org.el (org-edit-fixed-width-region): Exclude final newline from
3739         picture area.
3741         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3742         sections, to make internal links work.
3743         (org-export-latex-fontify-headline): Do not remove all text
3744         properties, to make sure that target properties survive this
3745         process.
3747         * org-exp.el (org-export-preprocess-string): Change sequence of
3748         modifications, to make sure links are prepared before the LaTeX
3749         conversions do happen.
3751 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3753         * org-attach.el (org-attach-delete-all): Renamed from
3754         `org-attch-delete'.  Add a security query before deleting the
3755         entire directory.  New optional argument FORCE can overrule the
3756         security query.
3757         (org-attach-delete-one): New command.
3759 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3761         * org-attach.el (org-attach-file-list): Fix bug with directory.
3763 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3765         * org.el (org-apps-regexp-alist): New function.
3766         (org-file-apps): Add auto-mode to the default value.
3767         (org-open-file): Use the new structure of org-file-apps.
3769         * org-attach.el (org-attach): Support the new keys.
3770         (org-attach-method): New option.
3772 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3774         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3775         March.
3777         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3778         of the list value o `org-use-tag-inheritance'.
3780         * org-attach.el (org-attach-auto-tag): New option.
3781         (org-attach-tag, org-attach-untag): New functions.
3782         (org-attach-attach, org-attach-new, org-attach-sync): Call
3783         `org-attach-tag'.
3784         (org-attach-delete): Call `org-attach-untag'.
3786 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3788         * org-table.el (orgtbl-self-insert-command): Make this work for
3789         the keypad as well.
3791 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3793         * org.el (org-add-log-setup): Limit searc for drawers to entry
3794         text, not to subtree.
3796         * org-clock.el (org-clock-heading-for-remember): New variable.
3797         (org-clock-in): Set `org-clock-heading-for-remember'.
3799 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3801         * org-remember.el (org-remember-apply-template): Add new
3802         expansions: %k, %K for currently clocked task and a link to the
3803         currently clocked task, and %< to file notes in the currently
3804         clocked task.
3806 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3808         * org-export-latex.el (org-export-latex-make-header): Also insert
3809         the content of the property :latex-header-extra.
3811         * org-exp.el (org-infile-export-plist): Put the content of
3812         #+LATEX_HEADER: into the property :latex-header-extra.
3814         * org-colview.el (org-columns-get-format-and-top-level): Remove
3815         resetting the marker.
3817         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3818         Remove resetting the marker.
3820         * org.el (org-entry-property-inherited-from): Improve docstring.
3821         (org-entry-get-with-inheritance): Reset marker before starting the
3822         search.
3824         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3826 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3828         * org.el (org-entry-get-multivalued-property)
3829         (org-entry-protect-space, org-entry-restore-space): New
3830         functions.
3831         (org-file-apps-defaults-macosx): Let postscript files be opened by
3832         preview.
3833         (org-time-stamp-inactive): Call `org-time-stamp'.
3834         (org-time-stamp): New argument `inactive'.  Also edit inacive
3835         stamps. Convert time stamp type.
3836         (org-open-file): Interpret the `default' value for the `command'
3837         in `org-file-apps'.
3839         * org-id.el (org-id-int-to-b36-one-digit)
3840         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3841         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3842         b36.
3844 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3846         * org-id.el (org-id-reverse-string): New function.
3847         (org-id-new): Use `org-id-reverse-string' to make sure the
3848         beginning chars of the ID are mutating fast.  This allows to use a
3849         directory structure to spread things better.
3850         (org-id-prefix): Changed default to nil.
3852         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3853         restore the column of the cursor position.
3855         * org-remember.el (org-remember-apply-template): Remove properties
3856         from `initial'.
3858 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3860         * org-wl.el (org-wl-open): Remove useless call to
3861         `wl-thread-open-all'.
3863         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3864         location.
3866 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3868         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3869         `org-bbdb-anniversaries'.
3871         * org.el (org-get-next-sibling, org-forward-same-level): New
3872         functions, similar to the outline versions, but invisible headings
3873         are OK.
3875 2008-09-25  Bastien Guerry  <bzg@altern.org>
3877         * org.el (org-auto-repeat-maybe): Insert a space between
3878         the timestamp's type and the timestamp itself.
3880 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3882         * org-table.el (org-table-sum): Do not format the result with %g,
3883         it does rounding when there are too many digits.
3885         * org.el (org-map-entries): Protect the keyword-selecting variables.
3887 2008-09-23  Bastien Guerry  <bzg@altern.org>
3889         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3890         against all agenda files.
3892 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3894         * org-list.el: New file, aggregating list functions from org.el
3895         and org-export-latex.el.
3897         * org.el (org-edit-src-region-extra): New option.
3899 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3901         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3902         time before 1am.
3904 2008-09-22  Bastien Guerry  <bzg@altern.org>
3906         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3908 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3910         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3911         hline work correctly.
3912         (org-plot/gnuplot-script): Put commas at the end of each script
3913         line.
3915 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3917         * org.el (org-get-refile-targets): Replace links with their
3918         descriptions
3919         (org-imenu-get-tree): Replace links with their descriptions.
3921         * org-remember.el (org-remember-apply-template): Add a new
3922         expansion for adding properties to remember items.
3924         * org.el (org-add-log-setup): Skip over drawers (properties,
3925         clocks etc) when adding notes.
3927         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3928         items as well as the start and end times.
3930         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3931         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3933         * org-remember.el (org-get-x-clipboard): Use the compat
3934         function to get clipboard values when x-selection-value is
3935         unavailable. Use substring-no-properties instead of
3936         set-text-properties to remove text properties from the clipboard
3937         value.
3939         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3940         modeline clock string, and display the full todo value in the
3941         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3942         the currently clocked task.
3943         (org-clock-string-limit): Add a custom value for the maximum
3944         length of the clock string in the modeline.
3945         (org-clock-mode-map): Add a keymap for the modeline string
3947 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3949         * org-compat.el (org-propertize): New function.
3951 2008-09-20  Bastien Guerry  <bzg@altern.org>
3953         * org-export-latex.el (org-export-latex-tables): protect exported
3954         tables from further special chars conversion.
3955         (org-export-latex-preprocess): Preserve LaTeX environments.
3956         (org-list-parse-list): Parse descriptive lists.
3957         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3958         (org-list-to-texinfo): Export descriptive lists.
3959         (org-quote-chars): Remove.
3960         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3961         (org-export-latex-list-beginning-re): Rename to
3962         `org-list-beginning-re'
3963         (org-list-item-begin): Rename to `org-list-item-beginning'
3965 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3967         * org.el (org-refile): Allow refiling to the last entry in the
3968         buffer.
3969         (org-get-tags-at): Fix bug when inheritance is turned off.
3971 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3973         * org.el (org-indent-line-function): No longer check for src
3974         regions, this is too much overhead.
3976         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3977         matching.
3979         * org.el (org-scan-tags): Make sure that tags matching is not case
3980         sensitive.  TODO keyword matching is case sensitive, however, to
3981         avoid confusion with similar words that are not meant to be
3982         keywords.
3984 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3986         * org.el (org-get-local-tags-at): New function.
3987         (org-get-local-tags): New function.
3989         * org-exp.el (org-export-get-categories): New function.
3991         * org-agenda.el (org-sorting-choice)
3992         (org-agenda-sorting-strategy, org-agenda-get-todos)
3993         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3994         (org-agenda-get-scheduled, org-agenda-get-blocks)
3995         (org-entries-lessp): Implement sorting by TODO state.
3996         (org-cmp-todo-state): New defsubst.
3998         * org-colview.el (org-colview-construct-allowed-dates): New
3999         function.
4000         (org-columns-next-allowed-value): Use
4001         `org-colview-construct-allowed-dates'.
4003         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4004         function.
4005         (org-columns-next-allowed-value): Use
4006         `org-colview-construct-allowed-dates'.
4008 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4010         * org.el (org-protect-slash): New function.
4011         (org-get-refile-targets): Use `org-protect-slash'.
4013         * org-agenda.el (org-global-tags-completion-table): New variable.
4015         * org-exp.el (org-export-handle-export-tags): New function.
4016         (org-export-preprocess-string): Call
4017         `org-export-handle-export-tags'.
4019         * org-plot.el: New file.
4021         * org-publish.el (org-publish-expand-components): Function removed.
4022         (org-publish-expand-projects): Allow components to have components.
4024 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4026         * org.el (org-indent-line-function): Do not indent in regions that
4027         are external source code.
4028         (org-yank-and-fold-if-subtree): New function.
4030         * org-agenda.el (org-agenda-todayp): New function.
4031         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4032         `org-agenda-todayp'.
4034         * org.el (org-insert-heading-respect-content)
4035         (org-insert-todo-heading-respect-content): New commands.
4036         (org-insert-heading-respect-content): New option.
4037         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4039         * org-clock.el (org-clock-find-position): Make sure the note after
4040         the clock line gets moved into the new clock drawer.
4042 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4044         * org-id.el (org-id-new): New option.
4046 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4048         * org-table.el (org-table-copy-down): Avoid overflow during
4049         increment.  Use prefix argument 0 to temporarily disable the
4050         increment.
4052 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4054         * org-exp.el (org-export-as-html): Do not turn on the major mode
4055         if the buffer will be killed anyway.
4056         (org-get-current-options): Exclude the #+TEXT field.
4057         (org-export-as-html): Make sure text before the first headline is
4058         a paragraph.
4060         * org-publish.el (org-publish-org-to): Tell the exporter that this
4061         buffer will be killed, so it is not necessary to do major mode
4062         initialization.
4064         * org-archive.el (org-archive-to-archive-sibling): Show empty
4065         lines after folding the archive sibling.
4067         * org.el (org-log-note-extra): New variable.
4069 2008-09-05  Bastien Guerry  <bzg@altern.org>
4071         * org.el (org-additional-option-like-keywords): Added keywords for
4072         the _QUOTE, _VERSE and _SRC environments.
4074         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4075         exporting _QUOTE and _VERSE environments.
4077 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4079         * org-agenda.el (org-agenda-filter-by-tag): New command.
4081         * org-exp.el (org-get-current-options): Remove angular brackets
4082         from the date entry.
4084         * org.el (org-edit-fixed-width-region): New function.
4085         (org-edit-fixed-width-region): Also try
4086         `org-edit-fixed-width-region'.
4087         (org-edit-fixed-width-region-mode): New option.
4088         (org-activate-code): Only interprete lines starting with colon
4089         plus a space as example lines.
4091         * org-remember.el (org-remember-templates): Add nil instead of
4092         empty strings to fix the length of remember templates.
4094         * org-table.el (org-calc-default-modes): Fix the time format for
4095         calc, from 12 hour to 24 hour clock.
4097 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4099         * org-agenda.el (org-agenda-get-deadlines)
4100         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4101         entries that are pre-warnings of deadlines or reminders.
4103         * org.el (org-sort-entries-or-items): Make numeric and alpha
4104         comparisons ignore any TODO keyword and priority cookie.
4106         * org-remember.el (org-remember-handler): Reinterpretation of the
4107         prefix argument.
4109 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4111         * org-agenda.el (org-agenda-get-scheduled): Use new
4112         `org-scheduled' face.
4114         * org-faces.el (org-scheduled): New face.
4116         * org-wl.el (org-wl-open): Remove incorrect declaration.
4118         * org-gnus.el (org-gnus-store-link): Support for :to information
4119         in gnus links.
4121         * org-exp.el (org-export-as-html): Fixed typo in creator
4122         information.
4123         (org-export-protect-examples): New parameter indent.  Insert extra
4124         spaces only when this parameter is specified.
4125         (org-export-preprocess-string): Call `org-export-protect-examples'
4126         with an indentation parameter when exporting to ASCII.
4128         * org-remember.el (org-remember-templates)
4129         (org-remember-apply-template): Allow the file component to be a
4130         function.
4132         * org.el (org-goto-local-search-headings): Renamed from
4133         `org-goto-local-search-forward-headings'.  Added the possibility
4134         to search backwards.
4136 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4138         * org-export-latex.el (org-export-latex): New customization
4139         group.
4141         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4143 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4145         * org-exp.el (org-html-do-expand): Allow {} to terminate
4146         tex macro
4148 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4150         * org.el (org-buffer-list): Select buffers based on major mode,
4151         not on file name.
4153 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4155         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4156         face property.
4158         * org-colview.el (org-columns-display-here): Use
4159         `org-columns-modify-value-for-display-function'.
4161         * org-colview-xemacs.el (org-columns-display-here): Use
4162         `org-columns-modify-value-for-display-function'.
4164 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4166         * org.el (org-columns-modify-value-for-display-function): New option.
4178         * org-publish.el (org-publish-file): Make sure the directory match
4179         for the publishing directory works correctly.
4181         * org-agenda.el (org-agenda-execute-calendar-command)
4182         (org-agenda-diary-entry): Additional optional argument.
4184 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4186         * org-exp.el (org-export-as-html): Add attributes also in mailto
4187         and ftp links.
4189         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4198 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4200         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4201         sure that calls from `org-export-region-as-html' do not do the
4202         special check for a subtree.
4204 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4206         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4208 2008-07-20  Juri Linkov  <juri@jurta.org>
4210         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4211         new keymap `narrow-map' instead of binding "\C-xns".
4213 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4215         * org.el (org-open-file): Use
4216         `org-open-directory-means-index-dot-org'.
4217         (org-open-directory-means-index-dot-org): New option.
4219 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4221         * org.el (org-make-link-string): Remove link attributes from
4222         description.
4223         (org-open-at-point): Remove link attributes bevore using the path.
4225         * org-exp.el (org-export-as-html): Handle link attributes.
4227         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4229         * org-table.el (org-table-to-lisp): New function.
4231         * org.el (org-narrow-to-subtree): Do not include the final newline
4232         into the narrowed region.
4234         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4235         bug with user-define skipping condition.
4237 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4239         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4241 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4243         * org-exp.el (org-export-html-style-default): Automatic overflow
4244         handling for pre fields.
4245         (org-export-as-ascii, org-export-as-html): Change default format
4246         for time stamp.
4248         * org-table.el (org-table-export): Offer completion for translator
4249         functions, and do not require a heading above the table.
4251         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4252         Cater for the case of a list starting in the first line of the
4253         buffer.
4255 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4257         * org-publish.el (org-publish-find-title): Bug fix.
4258         (org-publish-org-index): Implement new :index-style option.
4260 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4262         * org-publish.el (org-publish-timestamp-filename): Use
4263         SHA1-encoded file names in the timestamp directory.
4265 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4267         * org-publish.el (org-publish-needed-p): Be verbose about files
4268         published and files skipped.
4270         * org-exp.el (org-export-preprocess-string): Swap link
4271         normalization and inernal link targeting.
4273         * org-publish.el (org-publish-needed-p): Create timestamp
4274         directory when it does not exist.
4276 2008-07-04  Bastien Guerry  <bzg@altern.org>
4278         * org-clock.el (org-clock-out-when-done): Doc fix.
4280         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4282         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4283         Ignore case when searching for the COMMENT cookie at export time.
4285 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4287         * org-exp.el (org-get-file-contents)
4288         (org-get-and-remove-property): New functions.
4289         (org-export-handle-include-files): Handle the new prefix options.
4290         (org-export-as-html): Fix the verse environment.
4292 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4294         * org.el (org-time=, org-time<, org-time<=, org-time>)
4295         (org-time>=, org-time<>, org-2ft): New functions.
4296         (org-op-to-function): Also provide for the time testing fucntions.
4298 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4300         * org-exp.el (org-export-html-style-default): New constant.
4302 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4304         * org-exp.el (org-export-html-style-extra): New variable.
4305         (org-export-splice-style): New function.
4307 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4309         * org-exp.el (org-export-plist-vars, org-export-as-html):
4310         Implement `org-export-creator-info'.
4311         (org-export-creator-info): New option.
4313 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4315         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4316         (org-property-drawer-re, org-clock-drawer-re): New constants.
4318 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4320         * org-exp.el (org-icalendar-use-deadline)
4321         (org-icalendar-use-scheduled): New options.
4322         (org-icalendar-include-todo): Default changed to t.
4323         (org-print-icalendar-entries): Implement better utilization of
4324         scheduling and deadline time stamps.
4325         (org-export-target-internal-links, org-export-as-html): Allow file
4326         lines without the "file:" prefix if the file path is an absolute
4327         path or starts with ".".
4329         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4330         lastweek etc.
4331         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4333 2008-06-18  Glenn Morris  <rgm@gnu.org>
4334         * org.el (org-map-entries): Let-bind `file'.
4336 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4338         * org.el (org-agenda-skip-archived-trees): Docstring now
4339         discourages using this.
4340         (org-scan-tags): Check for org-agenda-archives-mode.
4341         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4342         (org-agenda-files): Functionality of second arg changed.
4344         * org-agenda.el (org-agenda-archives-mode): New variable
4345         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4346         (org-search-view, org-todo-list, org-tags-view)
4347         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4348         `ifmode' argument.
4349         (org-agenda-quit): Reset the archives mode.
4350         (org-agenda-archives-mode): New command.
4351         (org-agenda-set-mode-name): Include archives info.
4353 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4355         * org.el (org-paste-subtree): Make sure the yanked headline is
4356         visible if it was yanked at a visible point.
4357         (org-move-item-up): Fix the bug with moving white space at the end
4358         of the item.
4359         (org-show-empty-lines-in-parent): New function.
4361 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4363         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4365         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4367         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4368         agenda prefix as well.
4370         * org-publish.el (org-publish-org-index): Make a properly indented
4371         list.
4373         * org.el (org-calendar-agenda-action-key): New option.
4374         (org-get-cursor-date): New function.
4375         (org-mark-entry-for-agenda-action): New command.
4376         (org-overriding-default-time): New variable.
4377         (org-read-date): Respect `org-overriding-default-time'.
4379         * org-remember.el (org-remember-apply-template): Respect the
4380         ovverriding default time.
4382         * org-agenda.el (org-agenda-action-marker): New variable.
4383         (org-agenda-action): New command.
4384         (org-agenda-do-action): New function.
4386 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4388         * org.el (org-schedule, org-deadline): Protect scheduled and
4389         deadline tasks against changes that accidently remove the
4390         repeater.  Also show a message with the new date when done.
4392 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4394         * org.el (org-beginning-of-line): Cater for the case when there
4395         are tags but no headline text.
4396         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4397         it set.
4399 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4401         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4402         the return value is nil instead of "nil" when there is no match.
4404         * org-exp.el (org-insert-centered): Use fill-column instead of
4405         80.
4406         (org-export-as-ascii): Use string-width to measure the width of
4407         the heading.
4409         * org.el (org-diary-to-ical-string): No longer kill buffer
4410         FROMBUF, this is now done by the caller.
4412         * org-exp.el (org-print-icalendar-entries): Move the call to
4413         `org-diary-to-ical-string' out of the loop, and kill the buffer
4414         afterwords.
4416         * org-remember.el (org-remember-visit-immediately): Position
4417         cursor after moving to the note.
4418         (org-remember-apply-template): Use a text property to record the
4419         cursor position.
4420         (org-remember-handler): Align tags after pasting the note.
4422 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4424         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4426         * org-agenda.el (org-agenda-open-link): If there is an
4427         org-bbdb-name property in the current line, jump to that bbdb
4428         entry.
4430         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4431         text property, so that the agenda knows where this entry comes
4432         from.
4434         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4435         interaction between clocking-in from the agenda, and  automatic
4436         task state switching.
4438         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4440         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4441         zmacs-region stays after this command in XEmacs.
4443 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4445         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4447         * org-remember.el (org-remember-templates): Fix bug in
4448         customization type definition.
4450         * org.el (org-map-entries): New function.
4452 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4454         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4455         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4457 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4459         * org-remember.el (org-jump-to-target-location): New variable.
4460         (org-remember-apply-template): Set
4461         `org-remember-apply-template' if requested by template.
4462         (org-remember-handler): Start an idle timer to jump to
4463         remember location.
4465         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4467         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4468         file tags.
4469         (org-get-tags-at): Add the content of `org-file-tags'.
4471         * org-exp.el (org-export-handle-comments): Fix bug with several
4472         comment lines after each other.
4473         (org-number-to-roman, org-number-to-counter): New functions.
4474         (org-export-section-number-format): New option.
4476 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4478         * org-exp.el (org-export-protect-examples): Catch the case of a
4479         missing end_example line.
4481         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4482         `org-file-tags' to nil.
4484         * org-colview.el (org-columns-next-allowed-value): Handle next
4485         argument NTH to directly select a value.
4487         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4488         argument NTH to directly select a value.
4490 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4492         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4494 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4496         * org.el (org-columns-ellipses): New option.
4498 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4500         * org-colview.el (org-columns-add-ellipses): New function.
4501         (org-columns-compact-links): New function.
4502         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4503         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4504         when in agenda.
4505         (org-columns-edit-value): Fixed bug with editing values from
4506         agenda column view.
4507         (org-columns-redo): Also redo the agenda itself.
4509 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4511         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4512         option.
4514         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4516         * org-exp.el (org-export-ascii-preprocess): Renamed from
4517         `org-export-ascii-clean-string'.
4518         (org-export-kill-licensed-text)
4519         (org-export-define-heading-targets)
4520         (org-export-handle-invisible-targets)
4521         (org-export-target-internal-links)
4522         (org-export-remove-or-extract-drawers)
4523         (org-export-remove-archived-trees)
4524         (org-export-protect-quoted-subtrees)
4525         (org-export-protect-verbatim, org-export-protect-examples)
4526         (org-export-select-backend-specific-text)
4527         (org-export-mark-blockquote-and-verse)
4528         (org-export-remove-comment-blocks-and-subtrees)
4529         (org-export-handle-comments, org-export-mark-radio-links)
4530         (org-export-remove-special-table-lines)
4531         (org-export-normalize-links)
4532         (org-export-concatenate-multiline-links)
4533         (org-export-concatenate-multiline-emphasis): New functions,
4534         obtained from spliiting the export preprocessor.
4536         * org-table.el (org-table-recalculate): Improve error message if
4537         the row number is invalid.
4539 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4541         * org-archive.el (org-archive-save-context-info): Fix bugs in
4542         customization setup and docstring.
4544         * org-exp.el (org-export-html-style): Changed the size of in the
4545         <pre> element to 90%.
4547 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4549         * org.el (org-find-src-example-start): Function removed.
4550         (org-edit-src-find-region-and-lang): New function.
4552 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4554         * org.el (org-edit-src-exit): New function.
4555         (org-exit-edit-mode): New minor mode.
4557         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4558         comment-like lines from protected examples.
4560         * org.el (org-edit-src-example, org-find-src-example-start)
4561         (org-protect-source-example, org-edit-special): New functions.
4563 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4565         * org-publish.el (org-publish-project-alist): Fix typo in
4566         docstring.
4567         (org-publish-project-alist): Handle :index-title property.
4569 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4571         * org-export-latex.el (org-export-as-latex): Make sure region
4572         bounds are correct.  Parse subtree properties relating to export.
4574         * org-exp.el (org-export-add-options-to-plist): New function.
4575         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4577 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4579         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4580         EXPORT_TITLE.
4582         * org-exp.el (org-export-get-title-from-subtree)
4583         (org-export-as-ascii, org-export-as-html): Make sure the original
4584         region-beginning and region-end are used, even after moving
4585         point.
4586         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4587         property.
4589         * org-remember.el (org-remember-last-stored-marker): New variable.
4590         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4591         (org-remember-handler): Also use marker to remember
4592         last-stored position.
4594         * org.el (org-goto-marker-or-bmk): New function.
4596 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4598         * org.el (org-file-properties): Renamed from `org-local-properties'.
4599         (org-scan-tags): Take file tags into account.
4600         (org-tags-match-list-sublevels): Default changed to t.
4602         * org-exp.el (org-export-as-html): Close paragraph after a
4603         footnote.
4605         * org.el (org-update-parent-todo-statistics): New function.
4607         * org-exp.el (org-icalendar-store-UID): New option.
4608         (org-icalendar-force-UID): Option removed.
4609         (org-print-icalendar-entries): IMplement UIDs.
4611 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4613         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4615 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4617         * org-faces.el (org-column): Document how this face is being used
4618         and why sometimes the background faces shine through.
4620         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4622         * org-publish.el (org-publish-attachment): Create publishing
4623         directory if it does not yet exist.
4625         * org-table.el (org-calc-default-modes): Change default number
4626         format to (float 8).
4628         * org.el (org-olpath-completing-read): New function.
4629         (org-time-clocksum-format): New option.
4630         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4632         * org-clock.el (org-clock-display, org-clock-out)
4633         (org-update-mode-line): Use `org-time-clocksum-format'.
4635         * org-colview-xemacs.el (org-columns-number-to-string): Use
4636         `org-time-clocksum-format'.
4638         * org-colview.el (org-columns-number-to-string): Use
4639         `org-time-clocksum-format'.
4641 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4643         * org-id.el: New file, move from contrib to core.
4645         * org-exp.el (org-icalendar-force-UID): New option.
4647 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4649         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4650         shifted by one day if theere is a date range without an end
4651         time.
4653         * org.el (org-try-structure-completion): New function.
4655 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4657         * org.el (org-set-font-lock-defaults): Improve fontification of
4658         description lists.
4659         (org-insert-item): Handle description lists.
4660         (org-adaptive-fill-function): Improve auto indentation in
4661         description lists.
4663         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4664         Implement VERSE environment.
4665         (org-export-preprocess-string): Implement the COMMENT
4666         environment.
4668         * org-export-latex.el (org-export-latex-preprocess): Implement
4669         VERSE environment.
4671 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4673         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4674         option.
4676 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4678         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4680         * org.el (org-quote-csv-field): New functions.
4682         * org-table.el (org-table-export-default-format): Remove :splice
4683         from default format, we get the same effect by not specifying
4684         :tstart and :tend.
4685         (org-table-export): Improve setup, distinguish better between
4686         interactive and non-interactive use, allow specifying the format
4687         on the fly, better protection against wrong file names.
4688         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4689         and :tend when :splice is omitted.
4691 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4693         * org-clock.el (org-clock-select-task): Make sure the selection
4694         letters are 1-9 and A-Z, no special characters.
4696 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4698         * org-exp.el (org-export-htmlize): New group.
4699         (org-export-htmlize-output-type)
4700         (org-export-htmlize-css-font-prefix): New options.
4701         (org-export-htmlize-region-for-paste): New function.
4702         (org-export-htmlize-generate-css): New command.
4704 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4706         * org/org.el (org-modules, org-format-latex-options):
4707         * org/org-archive.el (org-archive-stamp-time)
4708         (org-archive-save-context-info):
4709         * org/org-faces.el (org-hide):
4710         * org/org-irc.el (org-irc-parse-link):
4711         * org/org-macs.el (org-call-with-arg, org-autoload):
4712         * org/org-mew.el (org-mew-store-link):
4713         * org/org-remember.el (org-remember-store-without-prompt)
4714         (org-remember-templates): Fix typos in docstrings.
4716         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4718         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4719         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4720         (org-bbdb-anniv-split): Fix typos in docstrings.
4722         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4723         (org-publish-use-timestamps-flag): Reflow docstring.
4724         (org-publish-files-alist): Fix typos in docstring.
4726 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4728         * org.el (org-set-visibility-according-to-property): New function.
4729         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4730         and compute the regular expressions, and update font-lock.
4731         (org-property-re): Allow a dash in property names.
4733         * org-archive.el (org-extract-archive-file): Insert the file name
4734         without the path into the format, to allow the location format to
4735         contain a subdirectory.
4737         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4738         of buffer, and the `org-agenda-type' property undefined, use the
4739         value from the character before.
4741         * org.el (org-add-planning-info): Don't let indentation for
4742         would-be timestamp become extra whitespace at the end of headline.
4744 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4746         * org.el (org-remove-double-quotes, org-file-contents): New
4747         functions.
4749         * org-exp.el (org-infile-export-plist): Also parse the
4750         contents of #+SETUPFILE files, recursively.
4752         * org.el (org-set-regexps-and-options): Also parse the
4753         contents of #+SETUPFILE files, recursively.
4755         * org-exp.el (org-export-handle-include-files): New function.
4756         (org-export-preprocess-string): Call
4757         `org-export-handle-include-files'.
4759         * org.el (org-delete-property-globally)
4760         (org-delete-property, org-set-property): Ignore case during
4761         completion.
4762         (org-set-property): Use `org-completing-read' instead of
4763         `completing-read'.
4765         * org.el (org-complete-expand-structure-template): New,
4766         experimental function.
4767         (org-structure-template-alist): New, experimental option.
4768         (org-complete): Call `org-complete-expand-structure-template'.
4770 2008-05-06  Bastien Guerry  <bzg@altern.org>
4772         * org-export-latex.el (org-export-latex-preprocess): Added
4773         support for blockquotes.
4775 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4777         * org.el (org-read-date-analyze): Catch the case where only a
4778         weekday is given.
4780 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4782         * org.el (org-set-font-lock-defaults): Make the description
4783         tag bold.
4785         * org-exp.el (org-export-as-html, org-close-li): Implement
4786         description lists.
4788 2008-05-04  Jason Riedy  <jason@acm.org>
4790         * org-table.el (*orgtbl-default-fmt*): New variable.
4791         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4792         when there is no other fmt available.
4794         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4795         :tend to suppress the appropriate string.
4797         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4798         table.
4800 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4802         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4803         read date.
4805         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4806         New function.
4808         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4809         New function.
4811 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4813         * org-clock.el (org-clock-find-position): Don't include notes
4814         into clock drawer.
4816         * org-archive.el (org-archive-subtree): No longer remove an
4817         extra line after cutting the subtree.  `org-cut-subtree' already
4818         takes care of this.
4820         * org-remember.el (org-remember-handler): Only kill the target
4821         buffer if it does not contain the running clock.
4823         * org.el (org-markers-to-move): New variable.
4824         (org-save-markers-in-region, org-check-and-save-marker)
4825         (org-reinstall-markers-in-region): New function.
4826         (org-move-subtree-down, org-copy-subtree): Remember relative
4827         marker positions before cutting.
4828         (org-move-subtree-down, org-paste-subtree): Restore relative
4829         marker positions after pasting.
4831         * org-remember.el (org-remember-clock-out-on-exit): New option.
4832         (org-remember-finalize): Clock out only if the setting in
4833         `org-remember-clock-out-on-exit' requires it.
4834         (org-remember-handler): Do the cleanup in the buffer, to make sure
4835         that the clock marker remains in tact.
4837 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4839         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4840         (org-clock-in): Make sure that also tasks outside the narrowed
4841         region will be clocked in correctly.
4842         (org-clock-insert-selection-line): Widen the buffer so that we can
4843         find the correct task heading.
4845         * org.el (org-base-buffer): New function.
4847         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4848         and ";" are escaped.
4849         (org-print-icalendar-entries): Also apply
4850         `org-icalendar-cleanup-string' to the headline, not only to the
4851         summary property.
4853 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4855         * org-exp.el (org-export-preprocess-hook): New hook.
4856         (org-export-preprocess-string): Call
4857         `org-export-preprocess-hook'.
4859         * org.el (org-font-lock-hook): New variable.
4860         (org-font-lock-hook): New function.
4861         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4863 ;; Local Variables:
4864 ;; coding: utf-8
4865 ;; add-log-time-zone-rule: t
4866 ;; End:
4868     Copyright (C) 2008  Free Software Foundation, Inc.
4870   This file is part of GNU Emacs.
4872   GNU Emacs is free software: you can redistribute it and/or modify
4873   it under the terms of the GNU General Public License as published by
4874   the Free Software Foundation, either version 3 of the License, or
4875   (at your option) any later version.
4877   GNU Emacs is distributed in the hope that it will be useful,
4878   but WITHOUT ANY WARRANTY; without even the implied warranty of
4879   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4880   GNU General Public License for more details.
4882   You should have received a copy of the GNU General Public License
4883   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4885 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c