Avoid using the variable `default-major-mode'.
[org-mode.git] / lisp / ChangeLog
blob6ad132f651b3dcc25ae977f43be1879c26270973
1 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el:  Avoid using `default-major-mode'.
5         * org-html.el (org-export-as-html):  Avoid using
6         `default-major-mode'.
8         * org-docbook.el (org-export-as-docbook): Avoid using
9         `default-major-mode'.
11         * org-plot.el (require): Require CL only at compile time.
13         * org-exp.el (require): Require CL only at compile time.
15         * org-agenda.el (org-agenda-quit): When the agenda window is
16         dedicated, remove other windows before exiting, so that the frame
17         really will be killed.
19         * org-exp.el (org-export-handle-include-files): Reset START and
20         END for each loop cycle.
22 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org.el (org-eval-in-calendar): Use
25         `org-select-frame-set-input-focus'.
27         * org-compat.el (org-select-frame-set-input-focus): New function.
29         * org.el (org-update-statistics-cookies): New function.
30         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
32 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
34         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
35         after the local variables are set.
37         * org-latex.el (org-export-latex-protect-amp): New function.
38         (org-export-latex-links): Protect link ampersands in tables.
40         * org-exp.el (org-export-select-backend-specific-text): Match in 2
41         steps, to avoid regexp problems.
43         * org.el (org-offer-links-in-entry): Improve working with many and
44         duplicate links.
46         * org-agenda.el (org-agenda-show-1): Make more consistent with
47         normal cycling.
48         (org-agenda-cycle-show): Make more consistent with normal cycling.
50         * org-gnus.el (org-gnus-store-link): Restore the linking to a
51         website.
53 2009-08-30  Bastien Guerry  <bzg@altern.org>
55         * org-latex.el (org-export-latex-first-lines): Bugfix.
57 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org-clock.el (org-clock-modify-effort-estimate): Emit message
60         about new effort.
62         * org.el (org-set-effort): New function.
63         (org-mode-map): New key for effort setting command.
65         * org-agenda.el (org-agenda): Keep window setup when calling
66         agenda from within agenda window.
67         (org-agenda-mode-map): New keys for effort setting commands.
68         (org-agenda-menu): Add effort setting commands to menu.
69         (org-agenda-set-property, org-agenda-set-effort): New functions.
71         * org-latex.el (org-export-latex-tables): Fix
72         `org-table-last-alignment' and `org-table-last-column-widths' if
73         the first column has been removed.
75 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org.el (org-remove-timestamp-with-keyword): Only remove in
78         entry, not in subtree.
80         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
81         emacs lisp.
83         * org.el (org-open-at-point): When on headline, offer all strings
84         in entry.
86         * org-remember.el (org-remember-templates): Documentation fix.
88         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
89         `org-get-last-sibling' instead of the outline versions of these
90         functions.
91         (org-get-last-sibling): New function.
92         (org-refile): Use `org-get-next-sibling' instead of the outline
93         version of this function.
94         (org-clean-visibility-after-subtree-move): Use
95         `org-get-next-sibling' and `org-get-last-sibling' instead of the
96         outline versions of these functions.
98 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-agenda.el (org-prepare-agenda): When creating a new frame
101         for the agenda, make the window dedicated.
103         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
105         * org-table.el (org-table-align): Change the order of reinsertion
106         and deletion, to avoid problems with overlays following the table.
108         * org.el (org-parse-time-string): Better error message.
109         (org-show-subtree): Use org-end-of-subtree.
111         * org-macs.el (org-goto-line): New defsubst.
113         * org.el (org-open-file, org-change-tag-in-region)
114         (org-fast-tag-show-exit): Don't use `goto-line'.
116         * org-table.el (org-table-align, org-table-insert-column)
117         (org-table-delete-column, org-table-move-column)
118         (org-table-sort-lines, org-table-copy-region)
119         (org-table-paste-rectangle, org-table-wrap-region)
120         (org-table-get-specials, org-table-rotate-recalc-marks)
121         (org-table-get-range, org-table-recalculate)
122         (org-table-edit-formulas, org-table-fedit-convert-buffer)
123         (org-table-show-reference, org-table-highlight-rectangle): Don't
124         use `goto-line'.
126         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
127         (org-edit-src-exit): Don't use `goto-line'.
129         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
131         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
132         Don't use `goto-line'.
134         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
136         * org-colview.el (org-columns, org-columns-redo)
137         (org-agenda-columns): Don't use `goto-line'.
139         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
140         use `goto-line'.
142         * org-agenda.el (org-agenda-mode): Force visual line motion off.
143         (org-agenda-add-entry-text-maxlines): Improve docstring.
144         (org-agenda-start-with-entry-text-mode): New option.
145         (org-agenda-entry-text-maxlines): New option.
146         (org-agenda-entry-text-mode): New variable.
147         (org-agenda-mode): Set initial value of
148         `org-agenda-entry-text-mode'.
149         (org-agenda-mode-map): Add the `E' key.
150         (org-agenda-menu): Add entry text mode to the menu.
151         (org-agenda-get-some-entry-text): Fix line count bug.
152         (org-finalize-agenda): Apply entry text mode if appropriate.
153         (org-agenda-entry-text-show-here): New function.
154         (org-agenda-entry-text-show): New function.
155         (org-agenda-entry-text-hide): New function.
156         (org-agenda-view-mode-dispatch): Add entry text mode to the view
157         key menu.
158         (org-agenda-entry-text-mode): New command.
159         (org-agenda-set-mode-name): Add entry text mode to the mode line
160         string.
161         (org-agenda-undo, org-agenda-get-restriction-and-command)
162         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
163         `goto-line'.
165 2009-08-26  Bernt Hansen  <bernt@norang.ca>  (tiny change)
167         * org-clock.el (org-notify): Bugfix.
169 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-agenda.el (org-agenda-open-link): Handle multiple links and
172         check for after-string.
174         * org-gnus.el (org-gnus-store-link): Simplify.
176         * org.el (org-latex-regexps): Don't add extra empty lines for
177         display formulas.
179 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-agenda.el (org-agenda-get-some-entry-text): New function.
182         (org-agenda-add-entry-text): Use
183         `org-agenda-get-some-entry-text'.
185         * org.el (org-cycle-separator-lines): Update docstring.
186         (org-cycle-show-empty-lines): Handle negative values for
187         `org-cycle-show-empty-lines'.
189         * org-exp.el (org-export-protect-sub-super): New function.
190         (org-export-normalize-links): Protect the url of plain links from
191         supscript and superscript processing.
193         * org-remember.el (org-remember-escaped-%): New function.
194         (org-remember-apply-template): Use `org-remember-escaped-%' to
195         detect escaped % signs.
197 2009-08-23  Bastien Guerry  <bzg@altern.org>
199         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
200         sound when showing the notification.
202         * org-clock.el (org-notify): New function.
203         (org-clock-notify-once-if-expired): Use `org-notify'.
205         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
206         and `gnus-article-mode' separately.
207         (gnus-summary-article-header): Fix the declare-function.
209 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-exp.el (org-export-format-source-code-or-example): Translate
212         language.
214         * org-src.el (org-src-lang-modes): New variable
215         (org-edit-src-code): Translate language.
217         * org-exp.el (org-export-format-source-code-or-example): Deal wit
218         the new structure of the `org-export-latex-listings-langs'
219         variable.
221         * org-latex.el (org-export-latex-listings-langs): Change structure
222         of the variable from plist to alist.
224 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
226         * org.el (org-in-commented-line): New function.
228 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
230         * org.el (org-hide-block-toggle): Make folded blocks searchable.
232 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
234         * org.el (org-flag-drawer): More useful error.
236 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org-remember.el (org-remember-apply-template): Use
239         org-icompleting-read.
241         * org-publish.el (org-publish): Use org-icompleting-read.
243         * org-colview.el (org-columns-edit-value, org-columns-new)
244         (org-insert-columns-dblock): Use org-icompleting-read.
246         * org-colview-xemacs.el (org-columns-edit-value)
247         (org-columns-new, org-insert-columns-dblock): Use
248         org-icompleting-read.
250         * org-attach.el (org-attach-delete-one, org-attach-open): Use
251         org-icompleting-read.
253 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
255         * org.el (org-hierarchical-todo-statistics): Improve docstring.
256         (org-version): Return the version text.
257         (org-org-menu): Add a menu entry for the new bug reporter.
258         (org-submit-bug-report): New command.
260         * org-list.el (org-hierarchical-checkbox-statistics): Improve
261         docstring.
263         * org.el (org-emphasis-regexp-components): Add "`" to set of
264         pre-emphasis characters.
266         * org-latex.el (org-export-latex-classes): Always include the soul
267         package.
268         (org-export-latex-emphasis-alist): Use \st for strikethough.
270         * org-exp-blocks.el (org-export-blocks-preprocess): Use
271         `indent-code-rigidly' to indent.
273         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
274         properties only if MATCH really is a string.
276 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
278         * org-latex.el (org-export-latex-packages-alist): Fix
279         customization type.
281         * org.el (org-create-formula-image): Also use
282         `org-export-latex-packages-alist'.
284         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
285         (org-export-as-html): Format footnotes correctly.
287 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org.el (org-fast-tag-selection): Avoid text properties on tags
290         in the alist.
292         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
293         text properties on the match element.
295 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org.el (org-set-regexps-and-options): Make sure the list of done
298         keywords is not invalid.
300         * org-exp.el (org-export-interpolate-newlines): New function.
302 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org.el (org-format-latex): Avoid nested overlays.
306         * org-latex.el (org-export-latex-listings-langs): Add a few more
307         languages.
309         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
310         ignore newlines and space before the first macro argument.
312         * org-latex.el (org-export-latex-tables): Remove save-excursion
313         around `org-table-align'.
315 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
317         * org.el (org-export-html-special-string-regexps): Definition
318         moved into org.el
320         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
321         in macro calls.
323 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-latex.el (org-export-latex-listings)
326         (org-export-latex-listings-langs): New options.
328         * org-exp.el (org-export-format-source-code-or-example): Use
329         listing package if requested by the user.
331 2009-08-08  Bastien Guerry  <bzg@altern.org>
333         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
334         command before actually switching to a buffer.
336 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org-exp.el (org-get-file-contents): Only quote org lines when
339         the markup is src or example.
341         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
342         New option
343         (org-agenda-get-day-entries): Remember deadline results and pass
344         them on into the function getting the scheduling information.
345         (org-agenda-get-scheduled): Accept deadline results as parameters
346         and maybe skip some entries.
347         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
349         * org.el (org-insert-heading): When respecting content, do not
350         convert current line to headline.
352         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
353         cheeeeeck the hd marker
354         (org-clock-in): Also set the hd marker.
355         (org-clock-out): Also set the hd marker.
356         (org-clock-cancel): Reset markers.
358         * org.el (org-clock-hd-marker): New marker.
360         * org-faces.el (org-agenda-clocking): New face.
362         * org-agenda.el (org-agenda-mark-clocking-task): New function.
363         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
365         * org.el (org-modules): Add org-track.el.
367         * org-agenda.el (org-agenda-bulk-marked-p): New function.
368         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
369         `org-agenda-bulk-marked-p'.
370         (org-agenda-bulk-toggle): New command.
372 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org.el (org-move-subtree-down): Hide subtree if it was folded,
375         not just the body.
377         * org-remember.el (org-remember-finalize): Avoid buffer-modified
378         messages.
380 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org-latex.el (org-export-latex-first-lines): Fix bug with
383         finding the end of the first lines.
385         * org.el (org-create-formula-image): Remove the -E option for
386         dvipng.
388         * org-exp.el (org-default-export-plist): Respect #+BIND.
389         (org-export-confirm-letbind): New function.
391         * org.el (org-paste-subtree): Test the kill ring entry if it is
392         going to be used.
393         (org-copy-subtree): Use `org-forward-same-level'.
394         (org-forward-same-level): Respect the `invisibe-ok' arg for
395         back-to-heading.
397 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org.el (org-table-map-tables): Make sure cursor is back at table
400         beginning after funcall.
402         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
403         handled before children, and do not error if an entry is not
404         found, probably because it hase been remove when the parent was
405         archived or refiled.
407         * org.el (org-ido-completing-read): Accept straight lists for
408         completion as well as alists.
410         * org-html.el (org-export-as-html): Fix parenthesis error in
411         footnore code.
413         * org-timer.el (org-timer-cancel-timers): Renamed from
414         `org-timer-cancel-timers'.
416         * org.el (org-cycle-internal-local): Fix problem with finding next
417         invisible line.
419 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-list.el (org-list-send-list): Call
422         `org-list-goto-true-beginning' instead of
423         `org-list-find-true-beginning', which does not exist.
425         * org-timer.el (org-timer-reset-timers): Use `mapc'.
426         (org-timer-set-timer): Do not assign to heading.
428         * org-id.el (org-id-open): Quote function name.
430         * org-macs.el (org-unmodified): Turn off recording undo
431         information while running inside the macro.
433         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
434         variable.
435         (org-indent-mode): Remember and restore value of
436         org-hide-leading-stars before `org-indent-mode'.
438         * org-table.el (org-table-export): Also work in file-less
439         buffers.
441         * org.el (org-startup-indented): New option.
442         (org-startup-options): Add new options indent and noindent.
443         (org-unfontify-region): Remove line-prefix and wrap-prefix
444         properties.
445         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
446         hooks.
447         (org-promote, org-demote): Run the new hooks.
449         * org-table.el (org-table-align): Replace leading \n as well.
451         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
452         and `line-wrap' text properties.
454         * org-compat.el (org-kill-new): New function.
456         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
457         `line-wrap' text properties.
459         * org-indent.el: New file.
461 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
463         * org.el (org-provide-todo-statistics): Tweak docstring.
465         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
467 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
469         * org-exp.el (org-export-as-org): Insert the "-source" string
470         before the extension.
472         * org.el (org-read-date): Make sure the calendar is in the current
473         frame.
474         (org-set-emph-re): Remove the ? from the post-match.
475         (org-emphasis-regexp-components): Add backslash to the
476         postmatch class.
477         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
478         optional so that also lines at the end of the buffers will still
479         be matched as headlines.
481         * org-table.el (org-table-error-on-row-ref-crossing-hline):
482         Variable made obsolete.
483         (org-table-relative-ref-may-cross-hline): New option.
484         (org-table-find-row-type): Honow the new option
485         `org-table-relative-ref-may-cross-hline'.
487 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org-table.el (org-table-cut-region, org-table-copy-region): Work
490         on single field if no active region.
492 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-latex.el (org-export-latex-make-header): Only insert title
495         if one is defined.
497         * org.el (org-make-options-regexp): Allow empty values.
499         * org-html.el (org-export-as-html): Move hrule detection to after
500         plain list handling.
502 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
504         * org-html.el (org-format-org-table-html): Fix colgroup tags.
506 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org.el (org-cycle-internal-local): Improved version of finding
509         next visible line.
510         (org-cycle-hide-drawers): Only hide drawers if this is really
511         necessary.
512         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
513         org-version of this function in Org-mode.  We use advice to
514         implement this change, so that future changes to this function in
515         outline.el wil be handled properly.
516         (org-forward-same-level, org-backward-same-level): New commands.
518 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org.el (org-remove-empty-overlays-at)
521         (org-clean-visibility-after-subtree-move): New functons.
522         (org-move-subtree-down): Simplify cleanup of display.
524 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org-mac-message.el (org-mac-message-get-links): Improve
527         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
528         "s".  Fix the return value.
529         (org-mac-message-insert-flagged): Simplify.
531         * org.el (org-refile-get-location): Tamper with refile history o
532         that history contains compete matches instead of the entered
533         string.
535 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
537         * org.el (org-store-link): Never store a link to an inline task.
539         * org-inlinetask.el (org-inlinetask-insert-task): New command.
541         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
542         inline tasks when positioning footnotes.
544         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
545         function.
547         * org.el (org-refile): Remove the END line when archiving an
548         inline task that does have an END line.
550         * org-archive.el (org-archive-subtree): Remove the END line when
551         archiving an inline task that does have an END line.
553         * org-macs.el (org-with-limited-levels): New macro.
554         (org-get-limited-outline-regexp): New function.
556         * org-exp.el (org-export-format-source-code-or-example): Fix bug
557         that did not enumerate first line.
558         (org-export-mark-radio-links): Skip matches in links.
560 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org.el (org-activate-plain-links): Make single-match.
563         (org-adapt-indentation): Fix docstring.
565         * org-macs.el (org-unmodified): Turn of modification hooks while
566         running this macro.
568 2009-08-02  Bastien Guerry  <bzg@altern.org>
570         * org.el (org-adapt-indentation): Slightly improve the docstring.
571         (org-occur): Sends an error when the user inputs an empty string.
572         (org-priority): Bugfix: the tag alignement should happen within
573         save-excursion.
575 2009-07-31  Bastien Guerry  <bzg@altern.org>
577         * org.el (org-make-link-regexps): Don't exclude parentheses from
578         `org-plain-link-re'
579         (org-cycle-internal-local): When locally cycling, switch directly
580         from CHILDREN to FOLDED if there is no subtree
581         (org-cycle): Update the docstring to document the new behavior of
582         `org-cycle-internal-local'.
584 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
586         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
587         an abbreviated format for days.
589 2009-07-27  Bastien Guerry  <bzg@altern.org>
591         * org-protocol.el (org-protocol-default-template-key): New
592         option.
594         * org.el (org-refile): Bugfix: save-excursion before reading the
595         refile target, otherwise cursor moves might confuse `org-refile'.
597         * org-html.el (org-export-as-html): Bugfix: correctly convert the
598         footnote reference before the footnote itself.
600         * org.el (org-toggle-heading): Bugfix: correctly convert list
601         items before the first headline.
603         * org-html.el (org-export-html-footnote-format): New option for
604         formatting the footnote reference.
605         (org-export-as-html): Use the new option.
607         * org.el (org-provide-todo-statistics): Allow a list of TODO
608         keywords to compute statistics against headlines containing a
609         keyword from this list.
610         (org-update-parent-todo-statistics): Possibly use the new allowed
611         value of `org-provide-todo-statistics'.
613 2009-07-26  Bastien Guerry  <bzg@altern.org>
615         * org-timer.el: Add autoload cookie.
617         * org.el (org-occur-link-in-agenda-files): New function.
619         * org-timer.el (org-timer-last-timer): New variable.
621         * org-agenda.el (org-agenda-mode-map): New key for
622         org-timer-set-timer called from the agenda.
624         * org.el (org-mode-map): New key for org-timer-set-timer.
626         * org-timer.el (org-timer-reset-timers)
627         (org-timer-show-remaining-time, org-timer-set-timer): New
628         functions.
630         * org-clock.el (org-show-notification): Update the docstring.
632         * org.el (org-provide-todo-statistics): Allow new value
633         'all-headlines for this option, which includes entries with no
634         TODO keywords in the todo statistics.
635         (org-update-parent-todo-statistics): Possibly use the new
636         'all-headline value from `org-provide-todo-statistics'.
638 2009-07-25  Bastien Guerry  <bzg@altern.org>
640         * org-clock.el (org-dblock-write:clocktable): Add a new option
641         :timestamp which allows display of timestamps in clock reports.
643         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
644         list to a subtree, preserving the structure of the list.
645         (org-set-emph-re): Make the last element optional in the regexp.
646         This regexp now matches an emphasized string at the end of a line.
648         * org-list.el (org-list-goto-true-beginning)
649         (org-list-make-subtree, org-list-make-subtrees): New functions.
651         * org.el (org-eval-in-calendar): Select the right frame.
652         (org-save-frame-excursion): Remove this macro.
654 2009-07-24  Bastien Guerry  <bzg@altern.org>
656         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
657         trying to find the beginning of a list.
659         * org-exp.el (org-get-file-contents): Use a new argument: markup.
660         When present, tell org-get-file-contents not to protect org-like
661         lines.
663         * org-id.el (org-id-uuid-program): New option to set the name of
664         the uuidgen program.
665         (org-id-method): Use `org-id-uuid-program'.
666         (org-id-new): Use `org-id-uuid-program'.
668 2009-07-23  Bastien Guerry  <bzg@altern.org>
670         * org-exp.el (org-export-number-lines): Allow whitespace in code
671         references.  Allow the -r switch to remove the references in the
672         source code even when the lines are not numbered: the labels can
673         be explicit enough.
675         * org.el (org-fontify-whole-heading-line): New option.
676         (org-set-font-lock-defaults): Use the new option.
678         * org-clock.el (org-show-notification-handler): New option.
679         (org-show-notification): Use the new option.
681 2009-07-21  Bastien Guerry  <bzg@altern.org>
683         * org.el (org-eval-in-calendar): Fix a bug about calendar
684         navigation when `calendar-setup' value is 'calendar-only.
686 2009-07-19  Bastien Guerry  <bzg@altern.org>
688         * org.el (orgstruct++-mode): Fix typo in docstring.
689         (org-insert-link): Clean up: (or (...)) => (...)
690         (org-insert-link): Use TAB for stored links completion.
692 2009-07-18  Bastien Guerry  <bzg@altern.org>
694         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
695         building the list of targets.
697         * org-remember.el (org-remember-delete-empty-lines-at-end): New
698         option.
699         (org-remember-handler): Use the new option.
701 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
703         * org.el (org-tags-sort-function): New option for sorting tags.
704         (org-set-tags): Use the new option to sort tags.
706         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
707         premature deletion of the data when using org-plot in a script.
709 2009-07-17  Bastien Guerry  <bzg@altern.org>
711         * org-clock.el (org-clock-in-prepare-hook): New hook.
712         (org-clock-in): Use this new hook.
714 2009-07-16  Bastien Guerry  <bzg@altern.org>
716         * org.el (org-special-ctrl-a/e): Explicitely bind the value
717         'reversed for this option to the "true line boundary first"
718         behavior.
719         (org-tags-match-list-sublevels): Document the 'indented value for
720         this variable.
722         * org-latex.el (org-export-latex-first-lines): Fix problem with
723         publishing the region.
725         * org-exp.el (org-export-format-source-code-or-example): Fix
726         bad line numbering when exporting examples in HTML.
728 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
730         * org-colview.el (org-format-time-period): Formats a time in
731         fractional days as days, hours, mins, seconds.
732         (org-columns-display-here): Add special handling for SINCE and
733         SINCE_IA to format for display.
735         * org.el (org-time-since): Add a function to get the time since an
736         org timestamp.
737         (org-entry-properties): Add two new special properties: SINCE and
738         SINCE_IA. These give the time since any active or inactive
739         timestamp in an entry.
740         (org-special-properties): Add SINCE, SINCE_IA.
741         (org-tags-sort-function): Add custom declaration for tags
742         sorting function.
743         (org-set-tags): Sort tags if org-tags-sort-function is set
745 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-clock.el (org-clock-goto): Find hidden headlines as well.
749         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
751         * org-plot.el (org-plot/add-options-to-plist): Add timeind
752         option.
754 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
756         * org-publish.el (org-publish-remove-all-timestamps): New function.
757         (org-publish-all): Remove all timestamp files if `org-publish-all'
758         is called with a prefix argument.
760         * org-list.el (org-indent-item): Fix typo.
761         (org-item-indent-positions): Normalize ordered bullet.
763         * org-html.el (org-export-html-home/up-format): New option.
764         (org-export-as-html): Insert the up and HOME links.
766 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
768         * org-html.el (org-export-as-html): Insert the title into the
769         option plist.
770         (org-export-html-insert-plist-item): New function.
771         (org-export-as-html): Call `org-export-html-insert-plist-item'.
773         * org-macs.el (org-set-local): Make a local variable, do not make
774         the variable buffer-local!
776         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
778         * org-html.el (org-export-as-html): Call `org-install-letbind'.
780         * org-docbook.el (org-export-as-docbook): Call
781         `org-install-letbind'.
783         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
785         * org-exp.el (org-infile-export-plist): Read BIND lines.
786         (org-install-letbind): New function.
787         (org-export-as-org, org-export-preprocess-string): Call
788         `org-install-letbind'.
790         * org-src.el (org-edit-src-exit): Untabify the example before
791         returning to Org.
793         * org-list.el (org-list-demote-modify-bullet): New option.
794         (org-first-list-item-p): Save point.
795         (org-fix-bullet-type): New optional argument FORCE-BULLET.
796         (org-indent-item): Honor `org-list-demote-modify-bullet'.
797         (org-item-indent-positions): Return bullet types along with
798         indentation.
800 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org.el (org-show-entry): Hide drawers.
804 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org-footnote.el (org-footnote-auto-adjust): New option.
807         (org-footnote-auto-adjust-maybe): New function.
808         (org-footnote-new, org-footnote-delete): Call
809         `org-footnote-auto-adjust-maybe'.
811         * org.el (org-startup-options): Add new footnote-related
812         keywords.
814         * org-publish.el (org-publish-timestamp-filename): Additional
815         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
816         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
817         TRUE-PUB-DIR.  Pass them through to
818         `org-publish-timestamp-filename'.
819         (org-publish-update-timestamp): Additional arguments PUB-DIR and
820         PUB-FUNC, which are included in the hash.
821         (org-publish-file): Delay timestamp test until the publishing
822         function is known.
824 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
827         setting the deadline.
829         * org.el (org-read-date-final-answer): New variable.
830         (org-read-date): Store the final answer string, including the date
831         from the calendar, for reuse by agenda bulk commands.
833         * org-publish.el (org-publish-attachment): Fix publishing of
834         attachments.
836         * org-latex.el (org-export-latex-quotation-marks): Fix export of
837         quotation makrs in parenthesis.
838         (org-remove-initial-hash): New function.
839         (org-export-latex-preprocess): Fix bug with infinite loop if
840         environment is not properly closed.
842         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
843         when indented.
845         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
846         highlight also when indented.
848 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org-footnote.el (org-footnote-renumber-fn:N): New command.
851         (org-footnote-action): Offer renumbering.
853         * org.el (org-cycle): Honor the `integrate' value of
854         org-cycle-include-plain-lists'.
856         * org-list.el (org-cycle-include-plain-lists): New allowed value
857         `internal'.  Improve the docstring.
859         * org.el (org-set-autofill-regexps): Improve the paragraph-start
860         regexp to work better with LaTeX commands.
862 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org-feed.el (org-feed-update): fix problem with non-existing
865         buffer.
866         (org-feed-skip-http-headers): New function.
867         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
868         (org-feed-get-feed): Fix command line arguments for curl.
870 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
873         and eps extensions.
875 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
877         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
878         loaded.
880         * org.el (org-map-entries): No longer force
881         `org-tags-match-list-sublevels' to t during a todo-only tags
882         search.
884 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
886         * org-latex.el (org-export-latex-low-levels): Allow user-defined
887         environment.
888         (org-export-latex-subcontent): Handle user-defined environment.
890         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
891         the View dispatcher.
893         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
894         `make-overlay'.
896         * org-latex.el (org-export-as-pdf): Protect match data during call
897         to shell-quote-argument.
899         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
900         (org-agenda-view-mode-dispatch): New function.
902 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org-agenda.el (org-agenda-mode): Reset list of marks.
905         (org-agenda-mode-map): Define new keys for refile and bulk action.
906         (org-agenda-menu): Add menu itesm for refile and bulk action.
907         (org-agenda-refile): New function.
908         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
909         (org-agenda-marked-entries): New variable.
910         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
911         (org-agenda-remove-all-bulk-action-marks)
912         (org-agenda-bulk-action): New functions/commands.
914 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org-exp.el (org-get-file-contents): Protect org-like lines in
917         included files.
918         (org-export-format-source-code-or-example): Remove newlines.
920         * org-latex.el (org-export-latex-links): Check for no-description
921         marking.
923         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
924         argument separator back to comma.
925         (org-export-normalize-links): Mark links without description.
927 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org-exp.el (org-infile-export-plist): Fix bug in macro
930         processing.
932         * org-agenda.el (org-agenda-clock-out): Update line after clocking
933         out.
934         (org-agenda-highlight-todo): Fix bug with highlighting.
936 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
938         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
939         new alignment strings.
941         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
942         command list.
943         (org-table-align): Check for forced align type.
945         * org.el (org-self-insert-command): Add yas/expand to command
946         list.
948         * org-clock.el (org-clock-in-hook): New hook.
949         (org-clock-in): Run `org-clock-in-hook.
950         (org-clock-out-hook): New hook.
951         (org-clock-out): Run `org-clock-out-hook.
952         (org-clock-cancel-hook): New hook.
953         (org-clock-cancel): Run `org-clock-cancel-hook.
954         (org-clock-goto-hook): New hook.
955         (org-clock-goto): Run `org-clock-goto-hook.
957 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
959         * org.el (org-store-link): Better default description for link to
960         Org-mode headline.
962         * org-exp.el (org-export-generic): Autoload the generic exporter
963         function.
964         (org-export): Implement the `g' key for the generic exporter.
966 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
968         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
969         and for zbacktab'.
971         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
973         * org-exp.el (org-infile-export-plist): Get macros also from
974         #+SETUPFILE.
976 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
978         * org-colview.el (org-columns-capture-view): Protect vertical bars
979         in column values.
980         (org-columns-capture-view): Exclude comment and archived trees.
982         * org-colview-xemacs.el (org-columns-capture-view): Protect
983         vertical bars in column values.
984         (org-columns-capture-view): Exclude comment and archived trees.
986         * org.el (org-quote-vert): New function.
988         * org-latex.el (org-export-latex-verbatim-wrap): New option.
990         * org-exp.el (org-export-format-source-code-or-example): Use
991         `org-export-latex-verbatim-wrap'.
993         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
994         time stamps.
996         * org-html.el (org-export-table-row-tags): New option.
997         (org-format-org-table-html): Rename `nlines' to `nline', use new
998         option.
1001 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1003         * org-exp-blocks.el: Declare functions and variables.
1005         * org-remember.el (org-remember-templates): Allow the headline
1006         element to be a function.
1007         (org-remember-apply-template): If the headline is a function, call
1008         it to get the true function.
1010         * org-clock.el (org-clock-menu): New function.
1011         (org-clock-update-mode-line): Update help string.
1012         (org-clock-modify-effort-estimate): New function.
1013         (org-clock-mark-default-task): New function.
1015         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1016         minutes as input.
1017         (org-org-menu): Add new clocking stuff.
1018         (org-clock-is-active): New function.
1020 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1022         * org.el (org-open-non-existing-files): Improve docstring.
1024 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1027         option.
1028         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1030         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1032         * org-list.el (org-get-checkbox-statistics-face): Use the new
1033         faces.
1035         * org-faces.el (org-checkbox-statistics-todo)
1036         (org-checkbox-statistics-done): New faces.
1038 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1040         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1041         (org-edit-src-exit): Better cursor positioning when returning from
1042         editing.
1044         * org-latex.el (org-export-latex-use-verb): New variable.
1045         (org-export-latex-emph-format): Prefer \texttt over \verb when
1046         org-export-latex-use-verb is set.
1048 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1051         at normal indentation.
1053         * org-html.el (org-export-html-close-lists-maybe): Also look at
1054         normal indentation.
1056         * org-remember.el (org-remember-handler): Abort remember if the
1057         buffer is empty.
1059         * org-src.el (org-edit-src-content-indentation): New option.
1060         (org-edit-src-exit): Apply extra indentation.
1062         * org-exp.el (org-export-format-source-code-or-example): Run
1063         `org-src-mode-hook'.
1065         * org-src.el (org-src-mode-hook): New variable.
1066         (org-edit-src-code): Run `org-src-mode-hook'.
1068 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1070         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1072         * org-src.el (org-edit-src-get-indentation): New function.
1073         (org-edit-src-code): Base indentation on the begin line.
1075 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1077         * org-gnus.el (org-gnus-store-link): Require message.el in
1078         org-gnus-store-link.
1080 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1082         * org-src.el: New file, split out of org.el
1084         * org-docbook.el (org-export-as-docbook): Better indentation
1085         treatment.
1087         * org-macs.el (org-replace-match-keep-properties): New function.
1089         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1090         preprocessing of center and quote and verse blocks.
1092         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1093         (org-export-as-docbook): Close lists when original indentation
1094         mandates it.
1096         * org-html.el (org-export-html-close-lists-maybe): New function.
1097         (org-export-as-html): Close lists when original indentation
1098         mandates it.
1100         * org-list.el (org-list-end): Respect the stored "original"
1101         indentation when determining the end of the list.
1103         * org-exp.el (org-export-replace-src-segments-and-examples):
1104         Remember indentation correctly.
1106 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-clock.el (org-clock-update-mode-line): Apply face
1109         org-mode-line-clock.
1111         * org-faces.el (org-mode-line-clock): New face.
1113 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1115         * org-gnus.el (org-gnus-store-link): Fix bug where
1116         `org-gnus-store-link' used wrong subject when called in an article
1117         buffer.  Patch provided by fengli AT gmail DOT com.
1119 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1121         * org-exp.el (org-export-format-source-code-or-example): Remember
1122         the original indentation of source code snippets and examples.
1124         * org-latex.el (org-export-as-latex): Relocate the table of
1125         contents.
1127         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1129         * org-agenda.el (org-run-agenda-series): Scope global options also
1130         when creating the agenda buffer.
1132 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1134         * org.el (org-adapt-indentation): Improve documentation.
1135         (org-insert-property-drawer): Respect org-adapt-indentation when
1136         inserting the drawer.
1137         (org-remove-flyspell-overlays-in): New function.
1138         (org-do-emphasis-faces, org-activate-plain-links)
1139         (org-activate-code, org-fontify-meta-lines-and-blocks)
1140         (org-activate-angle-links, org-activate-footnote-links)
1141         (org-activate-bracket-links, org-activate-dates)
1142         (org-activate-target-links, org-activate-tags): Remove flyspell
1143         overlays.
1145 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1147         * org.el (org-edit-src-save): New function.
1149         * org-clock.el (org-clock-out-switch-to-state): New option.
1150         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1152         * org-compat.el (org-compatible-face): Improve macro.
1154         * org.el (org-global-properties-fixed): Add default for
1155         CLOCK_MODELINE_TOTAL.
1157         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1158         andd tend.
1159         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1160         org-clock-sum.
1161         (org-clock-get-sum-start): New function.
1163         * org.el (org-startup-options): New keywords blockhide and
1164         blockshow.
1165         (org-mode): Add new invisibility spec.
1166         (org-set-startup-visibility): Hide block on startup if so
1167         desired.
1168         (org-hide-block-startup): New option.
1169         (org-block-regexp): New constant.
1170         (org-hide-block-overlays): New variable.
1171         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1172         (org-show-block-all, org-hide-block-toggle-maybe)
1173         (org-hide-block-toggle): New functions.
1174         (org-edit-src-exit): Do not quote lines starting with # and no +
1175         behind it.
1176         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1177         entry.
1179 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org.el (org-buffer-property-keys): Add Effort property for
1182         completion.
1184 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1187         when retrieving total clocked time in the subtree.
1189         * org.el (org-quoting-blocks): New variable.
1191 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org-table.el (org-table-store-formulas)
1194         (org-table-get-stored-formulas, org-table-fix-formulas)
1195         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1196         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1198         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1199         indented #+TBLFM line.
1201         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1202         indented #+TBLFM line.
1204         * org-colview.el (org-dblock-write:columnview): Allow indented
1205         #+TBLFM line.
1207         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1208         indented #+TBLFM line.
1210         * org-clock.el (org-dblock-write:clocktable): Allow indented
1211         #+TBLFM line.
1213 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1215         * org-exp.el (org-export-format-source-code-or-example): Make
1216         editing indented blocks work correctly.
1218         * org.el (org-edit-src-nindent): New variable.
1219         (org-edit-src-code, org-edit-fixed-width-region)
1220         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1221         editing indented blocks work correctly.
1223 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1225         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1226         indented blocks.
1227         (org-export-format-source-code-or-example): Fix indentation of
1228         blocks.
1229         (org-export-remove-indentation): New function.
1230         (org-export-select-backend-specific-text): Allow backend-specific
1231         code to be indented.
1232         (org-export-mark-blockquote-verse-center): Allow markers to be
1233         indented.
1235         * org.el (org-fontify-meta-lines): New function.
1236         (org-set-font-lock-defaults): Call the new fontification
1237         function.
1239         * org-faces.el (org-meta-line): New face
1240         (org-block):  New face.
1242 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1244         * org.el (org-treat-insert-todo-heading-as-state-change)
1245         (org-treat-S-cursor-todo-selection-as-state-change): New
1246         variables.
1247         (org-insert-todo-heading): Honor
1248         `org-treat-insert-todo-heading-as-state-change'.
1249         (org-shiftright, org-shiftleft): Honor
1250         `org-treat-S-cursor-todo-selection-as-state-change'.
1251         (org-inhibit-logging): New variable.
1253 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1255         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1256         range for marker position checking.
1258         * org-latex.el (org-export-latex-first-lines): Fix bug when
1259         exporting a region.
1261 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1263         * org-exp.el (org-export-push-to-kill-ring): Protect using
1264         x-set-selection, because that does not always work.
1266         * org-agenda.el (org-agenda-list): Apply the new face
1267         `org-agenda-date-today'.
1269         * org-faces.el (org-agenda-date-today): New face.
1271 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1273         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1274         creating appointments.
1276         * org-latex.el (org-export-latex-low-levels): Fix customization
1277         type.
1279         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1280         priority commands.
1282         * org-agenda.el (org-agenda-priority): Disable priority commands.
1284         * org.el (org-enable-priority-commands): New option.
1286         * org-colview-xemacs.el (org-columns-compute)
1287         (org-columns-number-to-string): Fix problems with empty fields.
1289         * org-colview.el (org-columns-compute)
1290         (org-columns-number-to-string): Fix problems with empty fields.
1292         * org-exp.el (org-export-push-to-kill-ring): New function.
1293         (org-export-copy-to-kill-ring): New option.
1295         * org-latex.el (org-export-as-latex): Call
1296         `org-export-push-to-kill-ring'.
1298         * org-html.el (org-export-as-html): Call
1299         `org-export-push-to-kill-ring'.
1301         * org-docbook.el (org-export-as-docbook): Call
1302         `org-export-push-to-kill-ring'.
1304         * org-ascii.el (org-export-as-ascii): Call
1305         `org-export-push-to-kill-ring'.
1307         * org-exp.el (org-export-show-temporary-export-buffer): New
1308         option.
1310         * org-latex.el (org-export-as-latex): Use
1311         `org-export-show-temporary-export-buffer'.
1313         * org-html.el (org-export-as-html): Use
1314         `org-export-show-temporary-export-buffer'.
1316         * org-docbook.el (org-export-as-docbook): Use
1317         `org-export-show-temporary-export-buffer'.
1319         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1320         `org-export-show-temporary-export-buffer'.
1322         * org-exp.el (org-export-show-temporary-export-buffer): New
1323         option.
1324         (org-export-push-to-kill-ring): New function.
1326         * org-colview.el (org-columns-compile-map): New variable.
1327         (org-columns-new, org-columns-compute)
1328         (org-columns-number-to-string, org-columns-uncompile-format)
1329         (org-columns-compile-format): Implement new operators.
1331 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1333         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1335         * org-html.el (org-export-html-xml-declaration): New option.
1336         (org-export-as-html): Use `org-export-html-xml-declaration'.
1338         * org-list.el (org-update-checkbox-count): Make property
1339         dependent.
1341         * org.el (org-hierarchical-todo-statistics): New option.
1342         (org-update-parent-todo-statistics): Modified to handle recursive
1343         statistics.
1345 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1347         * org-publish.el (org-publish): Make this function behave
1348         correctly in interactive use when called with a prefix argument.
1350         * org.el (org-todo-statistics-hook): New hook.
1351         (org-update-parent-todo-statistics): Use new hook.
1352         (org-log-into-drawer): New function.
1353         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1354         determine if we should be logging into a drawer.
1355         (org-log-into-drawer): Update docstring.
1356         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1358         * org-list.el (org-checkbox-statistics-hook): New hook.
1359         (org-update-checkbox-count-maybe): Use new hook.
1361         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1362         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1363         to kill ring.
1365 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1368         a line.
1370 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1373         better bufer-generating mechanism.
1374         (org-edit-src-find-buffer): New function.
1376         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1377         archive tag, this is already done by `org-agenda-skip'.
1378         data while constructing lost of tags.
1380 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1382         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1383         as argument separator in macros.
1385         * org-html.el (org-export-as-html): Add xml declaration.
1387 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1389         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1390         (org-sort-entries-or-items): Run the new hook.
1391         (org-after-refile-insert-hook): New hook.
1392         (org-refile): Run `org-after-refile-insert-hook'.
1394         * org-agenda.el (org-agenda-get-progress): Never take time of day
1395         from headline when displaying progress.
1397         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1398         (org-export-as-latex): Force the correct regexp in the
1399         preprocessor buffer.
1400         (org-export-latex-set-initial-vars): Set
1401         `org-export-latex-complex-heading-re'.
1403         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1404         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1406 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-latex.el (org-export-latex-tables-centered): New option.
1409         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1411         * org-exp.el (org-export-as-org): New command.
1412         (org-export-as-org): New command.
1414         * org-publish.el (org-publish-org-to-org): New function.
1416 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org.el (org-yank): Just call `org-yank-generic'.
1419         (org-yank-generic): New function, containing the formaer
1420         functionality of `org-yank'.
1422         * org-latex.el (org-export-latex-not-done-keywords)
1423         (org-export-latex-done-keywords): New variables.
1424         (org-export-latex-todo-keyword-markup): New option.
1425         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1426         (org-export-latex-keywords-maybe): Apply the TODO markup.
1428 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org-exp.el (org-infile-export-plist): Add more default macros.
1431         (org-export-preprocess-apply-macros): Process macro arguments.
1433 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1436         `unblocked'.
1437         (org-print-icalendar-entries): Respect the new value of
1438         `org-icalendar-include-todo'.
1440         * org.el (org-link-try-special-completion)
1441         (org-file-complete-link): New functions.
1442         (org-insert-link): Add special completion support for some link
1443         types.
1445         * org-bbdb.el (org-bbdb-complete-link): New function.
1447 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1449         * org-list.el (org-update-checkbox-count): Allow recursive
1450         statistics.
1451         (org-hierarchical-checkbox-statistics): New option.
1453         * org.el (org-cycle): Remove erraneous space character.
1455         * org-icalendar.el (org-icalendar-timezone): Initialize from
1456         environment.
1458         * org-html.el (org-format-org-table-html): Specify the scope.
1459         (org-format-table-table-html): Specify the scope.
1460         (org-export-table-header-tags): Prepare the scope parameter.
1462 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1464         * org-html.el
1465         (org-export-html-table-use-header-tags-for-first-column): New
1466         option.
1468         * org.el (org-autoload): Fix autoloading of ascii export
1469         functions.
1470         (org-modules): Add org-special-blocks.
1472 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1475         (org-ical-timezone): New option.
1477         * org-exp.el (org-export-get-coderef-format): Use the description
1478         is present.
1480         * org.el (org-sort-entries-or-items): Improve docstring, and make
1481         better implementation for time sorting.
1483 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1485         * org.el (org-edit-src-persistent-message): New option.
1486         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1487         option.
1489         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1490         patch.
1492         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1493         separate buffer instead of indirect buffer to edit source code.
1494         (org-edit-src-exit): Make this function work with the new setup.
1496         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1497         are properly fontified before shown in the selection menu.
1499         * org.el (org-fontify-like-in-org-mode): New function.
1501         * org-latex.el (org-export-latex-links): Use the property list to
1502         retrieve the default image attributes.
1504         * org-exp.el (org-export-plist-vars): Add a new option.
1506 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1508         * org-exp.el (org-export, org-export-visible): Support ASCII
1509         export to buffer
1510         (org-export-normalize-links): Do not protect the description if it
1511         is explicitly given.
1513         * org-ascii.el (org-export-as-ascii-to-buffer)
1514         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1515         commands.
1516         (org-export-as-ascii): Add all the same parameters that are also
1517         supported by the other export functions.
1519         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1520         org-checklist.el.
1521         (org-reset-checkbox-state-subtree): Call
1522         `org-reset-checkbox-state-subtree'.
1524         * org-remember.el (org-select-remember-template): For the
1525         selection of a valid template.
1527         * org-latex.el (org-export-region-as-latex): Supply the
1528         force-no-subtree argument.
1529         (org-export-as-latex): Provide better limits when exporting the
1530         first line.  When exporting to string, we still want the first
1531         lines.
1532         (org-export-latex-first-lines): New argument END, to force the end
1533         of the region.
1534         (org-export-region-as-latex): Use the property list.
1535         (org-export-as-latex):
1537         * org-colview-xemacs.el (org-columns-remove-overlays)
1538         (org-columns): Fix call to `local-variable-p'.
1540 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1542         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1543         (org-export-as-html): Run the new hook.
1545         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1546         (org-export-latex-preprocess): Run the new hook.
1548         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1549         (org-export-preprocess-string): Run the new hook.
1551 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1553         * org-macs.el (org-check-external-command): New defsubst.
1555         * org.el (org-mode-map): New key for reload.
1556         (org-format-latex): Better error message when external programs
1557         are not available.
1559         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1561         * org.el (org-sort-entries-or-items): Explicit sorting function
1562         for priorities, needed for XEmacs compatibility.
1564         * org-remember.el (org-remember-apply-template): Improve auto-save
1565         behavior.
1567 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1569         * org-latex.el (org-export-latex-preprocess): Also protect
1570         environments ending in a star.
1572         * org-list.el (org-at-item-p): Fix regular expression.
1574 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1576         * org.el (org-end-of-subtree): Improve speed.
1578         * org-agenda.el (org-agenda-get-timestamps)
1579         (org-agenda-get-progress, org-agenda-get-deadlines)
1580         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1581         in particular, wait as long as possible to collect the tags.
1582         (org-stuck-projects): Improve docstring.
1584         * org.el (org-store-link): No errors when getting custom id before
1585         first headline.
1586         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1588 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1590         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1592         * org-protocol.el: Remove dependency on url.el.
1593         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1594         dependency on url.el.
1596         * org-latex.el (org-export-as-pdf): Use
1597         `org-latex-to-pdf-process'.
1599 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org-latex.el (org-latex-to-pdf-process): New option.
1603         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1604         New option.
1605         (org-agenda-get-timestamps): Honor
1606         `org-agenda-skip-additional-timestamps-same-entry'.
1608         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1609         (org-clock-goto): Find recent task only if
1610         `org-clock-goto-may-find-recent-task' allows it.
1612         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1613         drawers, and drawers that are missing the :END: line.
1615 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1617         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1618         clock is running.
1620 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1622         * org.el (org-update-parent-todo-statistics): Check for
1623         STATISTICS_FROM property.
1625         * org-list.el (org-update-checkbox-count): Check for
1626         STATISTICS_FROM property.
1628         * org.el (org-tab-first-hook)
1629         (org-tab-after-check-for-table-hook)
1630         (org-tab-after-check-for-cycling-hook): New hooks.
1631         (org-cycle-internal-global, org-cycle-internal-local): New
1632         functions, split out from `org-cycle'.
1633         (org-cycle): Call the new hooks.
1635 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1637         * org-exp.el (org-export-preprocess-string): Reset the list of
1638         preferred targets for each run of the preprocessor.
1640         * org.el (org-refile-target-verify-function): Improve
1641         documentation.
1642         (org-get-refile-targets): Respect point being moved by the
1643         verification function.
1645         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1646         option.
1647         (org-export-latex-keywords): Use new option.
1649         * org.el (org-rear-nonsticky-at): New defsubst.
1650         (org-activate-plain-links, org-activate-angle-links)
1651         (org-activate-footnote-links, org-activate-bracket-links)
1652         (org-activate-dates, org-activate-target-links)
1653         (org-activate-tags): Place the rear-nonsticky properties at the
1654         correct location.
1656 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1658         * org-protocol.el (server-edit): Declare `server-edit'.
1659         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1660         functions.
1661         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1663         * org.el (org-default-properties): New default properteis for
1664         completion.
1666         * org-exp.el (org-export-add-subtree-options): Add new properties
1667         for subtree export.
1669         * org-docbook.el (org-export-docbook-keywords-markup)
1670         (org-export-docbook-timestamp-markup): New options.
1671         (org-export-docbook-protect-tags): New function.
1673 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1675         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1676         org-refile-target-verify-function for the duration of the command.
1678         * org.el (org-link-to-org-use-id): New possible value
1679         `create-if-interactive-and-no-custom-id'.
1680         (org-store-link): Use custom IDs.
1681         (org-link-search): Find custom ID properties from #link.
1682         (org-default-properties): Add CUSTOM_ID for property completion.
1683         (org-refile-target-verify-function): New option.
1684         (org-goto): Turn off org-refile-target-verify-function
1685         for the duration of the command.
1687 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1689         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1691         * org-exp.el (org-export-preferred-target-alist): New variable.
1692         (org-export-define-heading-targets): Find the new CUSTOM_ID
1693         property.
1694         (org-export-target-internal-links): Target the custom ids when
1695         possible.
1697         * org-latex.el (org-export-latex-preprocess): Better regexp for
1698         matching latex macros with arguments.
1700 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1702         * org-remember.el (org-remember-handler): Allow filing to non-org
1703         files.
1705 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1707         * org-feed.el (org-feed-alist): New keyword options.
1708         (org-feed-update): Use the new options.
1709         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1710         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1711         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1712         functions.
1714         * org-table.el (org-table-fix-formulas): Do not change references
1715         to remote tables.
1716         (org-table-get-remote-range): Convert standard coordinates to RC
1717         format.
1719         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1721 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1723         * org-compat.el (org-sha1-string): Function removed.
1725         * org.el (org-refile-allow-creating-parent-nodes): New option.
1726         (org-refile-get-location): New argument NEW-NODES.
1727         (org-refile): Call `org-refile-get-location' with the new
1728         argument.
1729         (org-refile-get-location): Arrange for adding a new child.
1730         (org-refile-new-child): New function.
1732         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1733         an additional span element.
1735         * org-clock.el: Fix a number of docstrings.
1736         (org-clock-find-position): New argument
1737         FIND-UNCLOSED to make the function find an unclosed clock in the
1738         entry.
1739         (org-clock-in): Call `org-clock-find-position' with the new
1740         argument if we might be resuming a clock.
1742 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-latex.el (org-export-latex-display-custom-times): New variable.
1745         (org-export-latex-timestamp-markup): New option.
1746         (org-export-latex-set-initial-vars): Remember the local value of
1747         `org-display-custom-times'.
1748         (org-export-latex-content): Process time stamps.
1749         (org-export-latex-time-stamps): New function.
1751         * org-macs.el (org-maybe-intangible): Add intangible property
1752         again to invisible text.
1754 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1756         * org-exp.el (org-default-export-plist): Handle undefined
1757         variables.
1759 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1761         * org.el (org-sort-entries-or-items): Match TODO keywrds
1762         case-sensitively, when sorting.
1763         (org-priority): Do not match TODO keywords with wrong case.
1765 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1767         * org-feed.el (org-feed-update): Bind the variable
1768         `new-formatted'.
1770         * org-html.el (org-export-as-html): Start paragraphs after literal
1771         examples.
1773         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1774         literal examples.
1776 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1778         * org.el (org-todo): Honor the NOBLOCKING property.
1780         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1781         NOBLOCKING property.
1783         * org.el (org-scan-tags): Fix bug in tag scanner
1785 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1787         * org.el (org-modules): Mark obsolete packages.
1789         * org-html.el: New file, split out from org-exp.el.
1791         * org-icalendar.el: New file, split out from org-exp.el.
1793         * org-xoxo.el: New file, split out from org-exp.el.
1795         * org-ascii.el: New file, split out from org-exp.el.
1797 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1799         * org-compat.el (org-find-library-name): New function.
1801         * org.el (org-pre-cycle-hook): New hook.
1802         (org-cycle): Call the new hook in appropriate places.
1803         (org-reload): Only reload files that have been loaded before.
1805 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1807         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1808         after todo keyword.
1809         (org-todo): When changing TODO state, do matching
1810         case-sensitively.
1811         (org-map-continue-from): New variable.
1812         (org-scan-tags): Respect values in `org-map-continue-from'.
1813         (org-reload): Make XEmacs compatible.
1815 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1817         * org-protocol.el (org-protocol-flatten-greedy): New function.
1818         (org-protocol-flatten): New function.
1820         * org.el (org-open-link-from-string): Pass reference buffer to
1821         `org-open-at-point'.
1822         (org-open-at-point): New optional argument `reference-buffer'.
1824 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1826         * org.el (org-scan-tags): Make tag scan find headline in first
1827         line, 2nd attempt.
1828         (org-get-refile-targets): Add the naked file name.
1829         (org-refile): Store as top-level entry when only file name was
1830         given.
1832         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1834         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1835         Renamed from org-block-todo-from-children-or-siblings, and
1836         enhanced to look for the parent's status as well.
1838         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1839         (org-agenda-get-progress): Add first notes line to log entry if so
1840         desired.
1842 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1844         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1845         (org-agenda-cleanup-fancy-diary): Call the new hook.
1847         * org-remember.el (org-remember-apply-template): Take the default
1848         for the annotation from the :annotation property.
1850         * org-mac-message.el (org-mac-message-get-link): Remove the
1851         quotes.
1852         (org-mac-message-get-link): Return the result.
1854 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1856         * org.el (org-refile-get-location): Add file name only if not
1857         already included in outline path.
1859         * org-faces.el (org-n-level-faces): Fix customization type from
1860         number to integer.
1862         * org-exp.el (org-export-headline-levels): Fix customization type
1863         from number to integer.
1865         * org-agenda.el (org-agenda-confirm-kill)
1866         (org-agenda-custom-commands-local-options)
1867         (org-timeline-show-empty-dates, org-agenda-ndays)
1868         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1869         customization type from number to integer.
1871 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1873         * org-protocol.el: Declare some functions.
1875         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1876         postion before inserting modified headline.
1878         * org-agenda.el (org-agenda-compare-effort): Honor
1879         `org-sort-agenda-noeffort-is-high'.
1880         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1881         (org-agenda-compare-effort): Implement the "?" operator for
1882         finding entries without effort setting.
1884         * org.el (org-extract-attributes-from-string): New function.
1886         * org-exp.el (org-export-splice-attributes): New function.
1888 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1890         * org-mouse.el: XEmacs compatibility fixes
1892         * org-docbook.el (org-export-as-docbook): Process footnotes like
1893         normal text.
1895         * org.el (org-modules): Add org-inlinetasks.el
1896         (org-cycle): Implement limiting level on cycling.
1897         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1898         buffer.
1900         * org-inlinetask.el: New file.
1902         * org.el (org-emphasis-regexp-components): Allow braces in
1903         emphasis pre and post match.
1905         * org-footnote.el (org-footnote-normalize): When only dorting, do
1906         not insert inline notes at the end.
1908         * org-docbook.el (org-id-find-id-file): Add function declaration.
1910         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1912         * org-docbook.el: New file.
1914 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1916         * org.el (org-reftex-citation): New command.
1918 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1920         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1921         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1922         sorting options.
1923         (org-entries-lessp): Apply the new sorting option.
1925         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1926         blocker code, when an older sibling has children.
1928         * org-mac-message.el (org-mac-message-get-link): Improve getting
1929         links from multiple selected messages.
1931 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1933         * org-remember.el (org-remember-finalize): Do not set buffer file
1934         name to nil.
1935         (org-remember-handler): Mark buffer as unmodified.
1936         (org-remember-handler): Delete backup file and show message about
1937         remaining backup files.
1938         (org-remember-auto-remove-backup-files): New option.
1940         * org.el (org-store-link): Use buffer name as link description in
1941         w3-mode buffers.
1942         (org-ido-switchb): Fix argument bug for completion.
1944         * org-remember.el (org-remember-apply-template): Set local
1945         variable `auto-save-visited-file-name' instead of global one.
1947 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1949         * org-feed.el: Re-write.
1951         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1952         (org-agenda-get-todos): Mark file tags as inherited.
1953         (org-agenda-list): Always search diary lines for a time.
1955 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1957         * org-feed.el (org-feed-assume-stable): New option.
1958         (org-feed-before-adding-hook): New hook.
1960         * org-exp.el (org-export-as-html): Close local lists depending on
1961         indentation, also when starting a table.
1963         * org-remember.el (org-remember-backup-directory)
1964         (org-remember-backup-name): New internal variable.
1966 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1968         * org-clock.el (org-clock-out-if-current): Make buffer detection
1969         work in indirect buffers as well.
1971         * org.el (org-emphasis-regexp-components): Add the exxclamation
1972         mark to the post-emphasis characters.
1974 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1976         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1977         (org-read-date): Run the new hook.
1979         * org-mac-message.el (org-mac-flagged-mail): New group.
1980         (org-mac-mail-account): New variable.
1981         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1982         commands.
1984         * org-remember.el (org-remember-backup-directory): New variable.
1985         (org-remember-apply-template): Write file to backup directory.
1987 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1989         * org-mouse.el (org-mouse-todo-menu): New function.
1990         (org-mouse-todo-keywords): Function removed.
1991         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1993         * org-table.el (org-table-beginning-of-field)
1994         (org-table-end-of-field): New commands
1995         (org-table-previous-field, org-table-beginning-of-field): Better
1996         error messages.
1997         (orgtbl-setup): Include `M-a' and `M-e'.
1999         * org.el (org-backward-sentence, org-forward-sentence): New
2000         commands.
2002         * org-colview.el (org-colview-initial-truncate-line-value): New
2003         variable.
2004         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2005         (org-columns): Remember the value of `truncate-lines'.
2007         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2008         New variable.
2009         (org-columns-remove-overlays): Restore the value of
2010         `truncate-lines'.
2011         (org-columns): Remember the value of `truncate-lines'.
2013         * org.el (org-columns-skip-arrchived-trees): New option.
2015         * org-agenda.el (org-agenda-export-html-style): Define color for
2016         org-agenda-done face.
2017         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2018         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2020         * org.el (org-scan-tags): Use the new face.
2022         * org-faces.el (org-agenda-done): New face.
2024         * org.el (org-scan-tags): Test the value org
2025         `org-tags-match-list-sublevels'.
2026         (org-tags-match-list-sublevels): New allowed value: indented.
2028         * org-export-latex.el (org-export-latex-make-header): Apply macros
2029         in header.
2031         * org-exp.el (org-export-apply-macros-in-string): New function.
2033         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2034         with the definition of a checked box.
2036         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2038         * org-export-latex.el (org-export-latex-low-levels): More options
2039         for how to process lower levels in LaTeX.
2040         (org-export-latex-subcontent): Better treatment for lists as a
2041         means of publishing lower levels.
2043 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2045         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2047         * org-faces.el (org-checkbox): New face.
2049         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2050         fragement images if there is an export file.
2052 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2054         * org-agenda.el (org-stuck-projects): Document that the subtree of
2055         projects that are not stuck will now be searched for stuck
2056         sub-projects.
2057         (org-agenda-skip-entry-when-regexp-matches)
2058         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2059         (org-agenda-list-stuck-projects): Use
2060         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2062         * org-export-latex.el (org-export-latex-preprocess): Improve
2063         export of verses.
2065         * org-exp.el (org-export-as-html): Implement centering as a div
2066         rather than a paragraph.  Do a better job with line-end in verse
2067         environments.
2069 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2071         * org.el (org-open-at-point): Fix tags searches by mouse click.
2073 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2075         * org-export-latex.el (org-export-latex-preprocess): Implement the
2076         centering markup.
2078         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2079         from `org-export-mark-blockquote-and-verse'.
2080         (org-export-as-html): Implement the centering markup.
2082         * org-export-latex.el (org-export-latex-tables): Fix vertical
2083         lines in tables.
2085 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2087         * org.el (org-read-date-history): New variable.
2088         (org-read-date): Use new history variable.
2089         (org-toggle-heading): Fix bug when used before first headline.
2090         (org-store-log-note): Remove drawer if empty while note is
2091         aborted.
2092         (org-remove-empty-drawer-at): New function.
2093         (org-check-after-date): New command.
2094         (org-sparse-tree): New sparse tree command "a".
2096         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2098 2009-03-14  Bastien Guerry  <bzg@altern.org>
2100         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2101         column and a space, not only a column.
2103 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2105         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2106         defaults for verbose emphasis.
2107         (org-export-latex-emph-format): New function.
2108         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2110         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2111         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2112         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2113         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2114         commands.
2116         * org.el (org-timestamp-change): Move end-time along with start
2117         time.
2119 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2121         * org-exp.el (org-export-target-internal-links)
2122         (org-export-as-html): Protect links specified as #name.
2124 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org.el (org-clone-subtree-with-time-shift): New command.
2128         * org-export-latex.el (org-export-latex-special-chars)
2129         (org-export-latex-treat-sub-super-char): Fix subscript export.
2131         * org-exp.el (org-create-multibrace-regexp): Do not add
2132         backslashes to the class.
2134 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2136         * org-colview.el (org-columns-map): Better functions for moving up
2137         and down a row, even if `truncate-line' is nil.
2139         * org.el (org-insert-todo-heading): Make sure the keyword is
2140         inserted at the correct position.
2142         * org-publish.el (org-publish-project-alist)
2143         (org-publish-projects, org-publish-org-index): Change default anme
2144         for the index of file names to "sitemap.org".
2146         * org-export-latex.el (org-export-latex-tables): Use
2147         `org-split-string', for Emacs 21 compatibility.
2149 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2151         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2153 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2155         * org-exp.el (org-export-page-description)
2156         (org-export-page-keywords): New variables.
2157         (org-export-plist-vars): Add entries for :keywords and
2158         :description.
2159         (org-infile-export-plist): Parse for new keywords.
2160         (org-get-current-options): Add new keywords
2161         (org-export-as-html): Publish description and keywords.
2163         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2164         option.
2165         (org-agenda-add-entry-text): Honor
2166         `org-agenda-add-entry-text-descriptive-links'.
2168         * org-export-latex.el (org-export-latex-preprocess): Make all
2169         external preprocess functions use a PARAMETER arg.
2171         * org-exp.el (org-export-preprocess-string)
2172         (org-export-select-backend-specific-text)
2173         (org-export-format-source-code-or-example)
2174         (org-format-org-table-html): Support docbook export.
2175         (org-export-preprocess-string): Make all external preprocess
2176         functions use a PARAMETER arg.
2178 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2180         * org-exp.el (org-export-html-style-include-scripts): New option.
2181         (org-export-plist-vars): Add new option
2182         `org-export-html-style-include-scripts'.
2183         (org-export-as-html): Honor new option
2184         `org-export-html-style-include-scripts'.
2185         (org-export-html-scripts, org-export-html-style-default): Fix
2186         xml issues with the Safari browser.
2188 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2190         * org-publish.el (org-publish-attachment): Only copy file when the
2191         directories differ.
2193 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2196         for clocktable steps.
2198         * org.el (org-additional-option-like-keywords): Add two more
2199         keywords.
2201 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2203         * org-exp.el (org-export-format-source-code-or-example): Mark
2204         temporary buffer unmodified, so that it will be killed even if
2205         mode like message mode has decided to assign a file name.
2207         * org.el (org-scan-tags): Improve tag inheritance.
2208         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2209         case-sensitive.
2210         (org-scan-tags): Use the internal tags list instead of creating it
2211         from scratch.
2212         (org-trust-scanner-tags, org-scanner-tags): New variables.
2213         (org-scan-tags): Set `org-scanner-tags'.
2214         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2215         (org-map-entries): Document the possible speedup using scanner
2216         tags.
2218 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2220         * org.el (org-add-planning-info): Fix bug with looking for keyword
2221         only at column 0.
2223         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2224         option for tags filter preset.
2225         (org-prepare-agenda): Store filter preset as a property on the
2226         filter variable.
2227         (org-finalize-agenda): Call the filter, if there is a preset.
2228         (org-agenda-filter-by-tag): Filter again after clearing the
2229         filter, when there still is a preset.
2230         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2231         Include the preset filter.
2232         (org-agenda-redo): Apply the filter again, also the preset filter.
2234         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2236         * org.el (org-uuidgen-p): New funtion.
2238         * org-agenda.el (org-agenda-fontify-priorities): New default value
2239         `cookies'.
2240         (org-agenda-fontify-priorities): Renamed from
2241         org-fontify-priorities.
2243         * org.el (org-set-font-lock-defaults): Call
2244         `org-font-lock-add-priority-faces'.
2245         (org-font-lock-add-priority-faces): New function.
2247         * org-faces.el: (org-set-tag-faces): New option.
2248         (org-priority-faces): New variable.
2250         * org-exp.el (org-export-as-html): Add a "content" div around the
2251         entire content of the body tag.
2252         (org-export-html-get-bibliography): New function.
2253         (org-export-html-validation-link): New variable.
2254         (org-export-as-html): Add validation link to exported page.
2256         * org.el (org-match-sparse-tree): Renamed from
2257         `org-tags-sparse-tree'.
2258         (org-tags-sparse-tree): New alias.
2260 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2262         * org.el (org-get-valid-level): Catch the case where the level
2263         change is nil.
2265         * org-clock.el (org-clock-find-position): Better indentation of
2266         new clock drawers.
2268 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2270         * org-agenda.el (org-agenda-quit): Delete window only when the
2271         frame-setup was not `current-window'.
2273         * org.el (org-tag-persistent-alist): New option.
2274         (org-startup-options): Add keyword `noptag'.
2275         (org-fast-todo-selection): Handle :newline correctly.
2276         (org-set-tags): Handle :newline correctly.
2277         (org-fast-tag-selection): Handle :newline correctly.
2279 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2282         outputting it.
2283         (org-export-ascii-push-links): Fix bug with pussing links into the
2284         export buffer.
2286 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2288         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2289         pasting at top level.
2291         * org-bbdb.el: Improve documentation.
2293 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2295         * org-list.el (org-insert-item): Only consider insert empty lines
2296         is `org-empty-line-terminates-plain-lists' is not nil.
2298         * org.el (org-blank-before-new-entry): Mention the dependence on
2299         `org-empty-line-terminates-plain-lists' in the docstring.
2301         * org-publish.el (org-publish-get-project-from-filename): New
2302         optional argument UP.  Only find the top project if UP is set.
2303         (org-publish-current-project): Find the top encloding project.
2305         * org-agenda.el (org-agenda-before-write-hook)
2306         (org-agenda-add-entry-text-maxlines): New options.
2307         (org-write-agenda): Run the new hook in the temporary buffer.
2308         (org-agenda-add-entry-text): New function.
2309         (org-write-agenda): Implement PDF export, using ps2pdf.
2311         * org.el (org-global-properties-fixed, org-global-properties):
2312         Improve documentation string.
2314         * org-exp.el (org-export-ascii-links-to-notes): New option.
2315         (org-export-as-ascii): Handle links better.
2316         (org-export-ascii-wrap, org-export-ascii-push-links): New
2317         functions.
2319 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2321         * org-agenda.el (org-agenda): Make prefix arg optional.
2322         (org-agenda-search-headline-for-time): New option.
2323         (org-format-agenda-item): Honor
2324         `org-agenda-search-headline-for-time'.
2326         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2327         characters.
2329         * org.el (org-self-insert-cluster-for-undo): New option.
2330         (org-self-insert-command): Cluster undo for 20 characters.
2331         (org-self-insert-command-undo-counter): New variable.
2333 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2335         * org-exp.el (org-export-as-html): Fix problem with closing colone
2336         example.
2338 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org-export-latex.el (org-export-as-latex)
2341         (org-export-latex-first-lines): Avoid modification flag when
2342         adding or removing text properties.
2343         (org-export-latex-fontify): Catch error when org-emph-alist has
2344         entries that are not defined for LaTeX export.
2346         * org.el (orgstruct++-mode): New function.
2347         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2348         (org-context-p): Allow detecting item context after the first line
2349         of an item.
2350         (orgstruct-make-binding): Detect if item-body context should be
2351         seen.
2352         (orgstruct-is-++): New variable.
2353         (org-add-planning-info): Catch the case when there is no planning
2354         info yet and the call does not want to add anything, only maybe
2355         tries to remove something.
2356         (org-special-ctrl-a/e): All value to be a cons cell with separate
2357         settings for `C-a. and `C-e'.
2358         (org-beginning-of-line, org-end-of-line): Honor separate values
2359         for `C-a' and `C-e'.
2361 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2363         * org.el (org-reload): New command.
2365 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2367         * org-exp.el (org-export-htm-get-tag-class-name)
2368         (org-export-htm-get-todo-kwd-class-name): New functions.
2369         (org-export-html-tag-class-prefix)
2370         (org-export-html-todo-kwd-class-prefix): New options.
2371         (org-export-as-html): Call
2372         `org-export-html-get-todo-kwd-class-name'.
2373         (org-html-level-start): Wrap tags into classes.
2374         (org-export-html-get-tag-class-name)
2375         (org-export-html-get-todo-kwd-class-name): New functions.
2377         * org-export-latex.el (org-export-latex-collect-header-macros):
2378         Remove fields that are used anyway.
2379         (org-export-latex-make-header): Insert the options earlier.
2381         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2382         matching.
2384         * org-list.el (org-indent-item): Allow point to be at the end of
2385         the region.
2387         * org.el (org-metaleft, org-metaright): Be more accurate about
2388         detecting a region where commands apply.
2390         * org-compat.el (org-cursor-to-region-beginning): New function.
2392         * org.el (org-priority): Also find invisible heading.
2394         * org-colview-xemacs.el (org-columns-edit-value): No special
2395         treatment for `org-todo' prefix.
2397         * org-colview.el (org-columns-edit-value): No special treatment
2398         for `org-todo' prefix.
2400         * org-remember.el (org-remember-apply-template): Use
2401         `org-completing-read-no-ido'.
2403         * org.el (org-completing-read-no-ido): New function.
2404         (org-make-tags-matcher, org-set-property): Use
2405         `org-completing-read-no-ido'.
2407         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2408         New option.
2409         (org-export-as-latex): Import in-buffer settings as TeX macros.
2410         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2411         (org-export-latex-collect-header-macros): New function.
2413         * org.el (org-refile-get-location): Turn off
2414         `partial-completion-mode'.
2416 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2418         * org.el (org-block-todo-from-checkboxes): Announce that
2419         checkboxes are the culprit.
2420         (org-block-todo-from-children-or-siblings): Call
2421         `org-up-heading-all instead' of `outline-up-heading'.
2423         * org-agenda.el (org-agenda-show-1): Renamed from
2424         `org-agenda-show'.
2425         (org-agenda-show): Re-install the old version for now.
2426         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2427         variable into the blokker hook, so that the checkbox checker can
2428         anounce that it caused the blocking.
2430         * org.el (org-track-ordered-property-with-tag): New option.
2431         (org-toggle-ordered-property): Honor
2432         `org-track-ordered-property-with-tag'.
2433         (org-tag-alist): Add newline options.
2434         (org-set-regexps-and-options): Separate option lines imply a
2435         newline.
2436         (org-set-regexps-and-options, org-assign-fast-keys)
2437         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2438         option.
2439         (org-indent-line-function): Make sure this works even if there is
2440         not `org-drawer-regexp' defined.  This can happen when
2441         orgstruct-mode is used in a non-org buffer.
2443         * org-list.el (org-checkbox-blocked-p): New function.
2444         (org-toggle-checkbox): Check for blocking.
2446         * org.el (org-modules): Add an entry for org-R.el.
2448         * org-agenda.el (org-agenda-todo-ignore-with-date)
2449         (org-agenda-todo-ignore-scheduled)
2450         (org-agenda-todo-ignore-deadlines): Mention the variable
2451         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2453         * org.el (org-get-wdays): Find the warning period also if it is in
2454         the wrong place.
2455         (org-ido-completing-read): Provide the correct arguments to
2456         ido-completing-read and bind `ido-enter-matching-directory' to
2457         nil.
2459 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2461         * org.el (org-olpath-completing-read): Never use ido for this
2462         one.
2464         * org-exp.el (org-export-normalize-links): Use new macro.
2466         * org-macs.el (org-if-unprotected-at): New macro.
2468         * org-agenda.el (org-agenda-show): Allow numerical prefix
2469         arguments to specify how much context should be shown.
2470         (org-agenda-cycle-show): New command, could be bound to SPC in
2471         org-agenda-mode-map.
2473         * org-exp.el (org-html-level-start): Space after section number.
2475 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2477         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2478         property, for sorting.
2479         (org-cmp-todo-state): Get the applicable TODO keywords directly
2480         from the buffer.
2481         (org-run-agenda-series, org-agenda-list, org-search-view)
2482         (org-todo-list, org-tags-view): Only fit agenda window when the
2483         whole series is done.
2485         * org.el (org-scan-tags): Add todo state as property, for sorting.
2487         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2488         `org-agenda-overriding-header' as an option.
2489         (org-agenda-list): Honor org-agenda-overriding-header'.
2491 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2493         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2494         after removing a checkbox.
2496         * org.el (org-show-entry): Make this work correctly also if it is
2497         the last entry in the file.
2498         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2499         falling back to normal, default command.
2500         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2501         item, call the checkbox toggler to get a box.
2503         * org-list.el (org-toggle-checkbox): Make double prefix set the
2504         checkbox to "[-]".
2505         (org-fix-bullet-type): Only replace bullet if it is changed.
2506         (org-renumber-ordered-list): Handle case when first item does not
2507         have a number.
2509         * org.el (org-add-log-setup): Fix positioning when
2510         `org-log-states-order-reversed' is nil.
2512         * org-clock.el (org-clock-in): Fix positioning when
2513         `org-log-states-order-reversed' is nil.
2514         (org-clock-find-position): Fix positioning when
2515         `org-log-states-order-reversed' is nil.
2517 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2519         * org-clock.el (org-clock-into-drawer): Take default from
2520         `org-log-into-drawer'.
2521         (org-clock-find-position): Look for the correct drawer.
2523         * org.el (org-log-into-drawer): Renamed from
2524         `org-log-state-notes-into-drawer'.
2525         (org-log-state-notes-into-drawer): New variable alias.
2526         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2527         CLOCK.
2528         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2530 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2532         * org-agenda.el (org-agenda): Fix docstring.
2534         * org.el ("org-plot"): Help loading org-plot.
2535         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2536         (org-metadown-hook, org-shiftmetaleft-hook)
2537         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2538         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2539         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2540         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2541         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2543         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2544         for selecting files with any (and even without) extension.
2546         * org.el (org-save-all-org-buffers): Also save id locations.
2547         (org-revert-all-org-buffers): Also load id locations.
2549 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2550         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2551         (org-log-state-notes-into-drawer): New option.
2552         (org-add-log-setup): Place the sate note marker into the drawer,
2553         create drawer when necessary.
2554         (org-refile-targets): Document special interpretation of LEVEL
2555         when odd-levels are used.
2557 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2559         * org.el (org-store-log-note): Fix note indentation when adding
2560         notes to end of list.
2562         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2563         class, so that each keyword can get special colors through CSS.
2565         * org-clock.el (org-clock-out): Add another nil for the previous
2566         state into the call to `org-add-log-setup'.
2568         * org.el (org-log-note-previous-state): New variable.
2569         (org-log-note-headings): New %S escape for old state.
2570         (org-todo): Call the note setup with the old state as an
2571         argument.
2572         (org-add-note): Add another nil for the previous state into the
2573         call to `org-add-log-setup'.
2574         (org-add-log-setup): New argument PREV-STATE.
2575         (org-add-log-note): Handle new %S escape.
2576         (org-store-log-note): Handle new %S escape.
2578 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2580         * org-clock.el (org-clock-find-position): Do not swallow an item
2581         less indented than the CLOCK line itself.
2582         (org-clock-in): Push markers to lin after the clock line.
2583         (org-clock-find-position): Handle values of
2584         `org-clock-into-drawer' smaller than 2.
2586         * org-exp.el (org-html-level-start): Add a CSS class to section
2587         numbers.
2588         (org-export-html-toplevel-hlevel): Better documentation of the
2589         influence of this variables on H levels and css classes in
2590         export.
2592 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2594         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2595         timestamp and nottimestamp to the chooe menu.
2597         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2598         (org-revert-all-org-buffers): New command.
2600 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2602         * org.el (org-return): Implement `org-return-follows-link' in the
2603         function org-return.  This is more robust than using the mouse
2604         map, I think.
2605         (org-set-regexps-and-options): Match more general #+TODO lines.
2606         (org-make-options-regexp): New optional argument EXTRA, for an
2607         extra regexp.
2608         (org-tab-follows-link): Mark as deprecated.
2610 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2612         * org-exp.el (org-export-preprocess-string): Remove clock lines
2613         earlier, so that they cannot cotribute to verbatim snippets.
2615 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2617         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2618         for finding drawers.
2619         (org-export-as-ascii, org-export-as-html): Count levels relative
2620         to the subtree header.
2621         (org-get-min-level): New optional argument OFFSET.
2622         (org-export): Make sure point is restored after popping up that
2623         window.
2625         * org.el (org-do-sort): Also take an inactive timestamp if no
2626         active one is found.
2628         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2629         deleting duplicates.
2631         * org-colview.el (org-columns-capture-view): Copy before
2632         deleting duplicates.
2634         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2635         text before first headline.
2637         * org.el (org-format-latex): Do not convert LaTeX fragments in
2638         protected examples.
2640 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2642         * org-exp.el (org-export-html-style-default): Use color values
2643         instead of names for XHTML validation.
2645         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2646         functions.
2647         (org-return-follows-link): Revert making this the default untile
2648         issues are resolved.
2650         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2651         nottimestamp.
2653 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2655         * org.el (org-mode): Make dependence stuff work more reliably.
2656         (org-update-parent-todo-statistics): Fix bug with updating
2657         statistics cookie.
2659         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2660         ~ as verbatim delimiters.
2662         * org-exp.el (org-export-html-format-image): New argument
2663         PAR-OPEN.
2664         (org-export-as-html): Pass par-open to
2665         `org-export-html-format-image'.
2667 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2669         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2670         (org-use-fast-todo-selection, org-tags-column): New default
2671         setting for variables, based on a poll what typical uses use.
2673         * org-agenda.el (org-agenda-sorting-strategy)
2674         (org-agenda-tags-column): New default setting for variables, based
2675         on a poll what typical uses use.
2677 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2679         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2680         blocked entries from setting the blocked tag.
2682         * org-exp.el (org-export-html-footnotes-section): Use a more
2683         consistent id for footnotes.
2685         * org-export-latex.el (org-export-latex-classes): Remove the
2686         a4paper option from the default styles.
2688 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2690         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2691         (org-block-todo-from-checkboxes): New function.
2692         (org-todo): Make tripple prefix arg circumvent blocking.
2694         * org-timer.el (org-timer): Provide the timer feature.
2696         * org.el (org-require-autoloaded-modules): Add a few more files to
2697         the list of autoloaded modules.
2699         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2701 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2703         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2704         drawers that are unprotected.
2705         (org-export-html-format-image): Make sure inlined LaTeX fragment
2706         images remain inlined.
2708         * org.el (org-toggle-ordered-property): New function.
2709         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2710         (org-org-menu): Add menu entries for TODO dependencies.
2712 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2714         * org.el (org-default-properties): Add ORDERED to the default
2715         properties, to get completion support for it.
2717         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2719         * org.el (org-update-parent-todo-statistics): Update more than one
2720         cookie.
2722         * org-agenda.el (org-agenda-get-todos): Start search from correct
2723         position.
2725         * org.el (org-fast-todo-selection): Make sure TODO selection does
2726         not change buffer position.
2728         * org-list.el (org-toggle-checkbox): Implement adding or removing
2729         checkboxes from line or region when called with a prefix
2730         argument.
2732         * org-rmail.el (org-rmail-store-link): Protect the call to
2733         `rmail-narrow-to-non-pruned-header'.
2735         * org-clock.el (org-clock-special-range): Fix week display in
2736         clock tables.
2738         * org-exp.el (org-get-current-options): Fix bug when in indirect
2739         buffer.
2741 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2743         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2744         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2745         (org-agenda-dim-blocked-tasks): New function.
2747         * org.el (org-enforce-todo-dependencies): New option.
2748         (org-block-todo-from-children-or-siblings): New function.
2750         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2752         * org.el (org-todo): Return correct state type even if the blocker
2753         throws an error.
2754         (org-modifier-cursor-error): Renamed from
2755         `org-shiftcursor-error'.
2756         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2757         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2759         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2760         to get real errors from the blocker hook.
2762         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2763         functions.
2764         (org-set-visibility-according-to-property): Turn off the setting
2765         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2766         property.
2768 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2770         * org.el (org-support-shift-select): New option.
2771         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2772         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2773         selection outside contexts.
2775         * org-list.el (org-at-item-bullet-p): New function.
2777         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2778         variables.
2780         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2781         variable.
2782         (org-insert-footnote-reference-near-definition): Remove
2783         unnecessary let form.
2785         * org-export-latex.el (org-export-latex-first-lines): Add
2786         OPT-PLIST parameter.
2787         (org-export-as-latex): Call `org-export-latex-first-lines' with
2788         opt-plits parameter.
2789         (org-export-latex-preprocess): Remove unnecessary variables.
2791         * org-exp.el (org-infile-export-plist)
2792         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2793         (org-export-remove-headline-metadata)
2794         (org-export-get-title-from-subtree, org-get-min-level)
2795         (org-html-do-expand): Remove innecessary let form.
2797         * org-colview-xemacs.el (org-columns-display-here): Remove
2798         unnecessary variables.
2800         * org-colview.el (org-columns-display-here): Remove unnecessary
2801         variables.
2803         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2804         variables.
2806         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2807         unnecessary variables.
2809         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2810         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2811         variables.
2813         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2814         (org-compact-display-after-subtree-move): Remove unnecessary
2815         variables.
2816         (org-edit-fixed-width-region): Remove unnecessary variables.
2817         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2818         (org-olpath-completing-read): Remove unnecessary variable.
2819         (org-auto-repeat-maybe): Remove unnecessary variable.
2820         (org-map-entries): Remove unnecessary variable.
2821         (org-buffer-property-keys, org-imenu-get-tree)
2822         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2824 -----------------------------------------------------------------
2826 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2827         * org-exp.el (org-export-remove-timestamps): Never remove
2828         timestamps from tables.
2830         * org-export-latex.el (org-export-latex-first-lines): Add more
2831         options to the preprocessing of the text before the first
2832         headline.
2834 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2836         * org-faces.el (org-clock-overlay): Make face compatible with
2837         XEmacs.
2839         * org.el (org-yank): Add property for delete-selection mode.
2841         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2843         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2844         variable.
2846         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2847         to `backward-char'.
2849         * org-exp.el (org-export-as-html): Remove the initial space from
2850         colon examples.
2852         * org.el (org-scan-tags): Call
2853         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2855         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2856         customization groups.
2857         (org-agenda-tags-todo-honor-ignore-options): New option.
2858         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2859         New function.
2860         (org-agenda-get-todos): Use
2861         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2863 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2865         * org-exp.el (org-export-format-source-code-or-example): Escape
2866         HTML characters also in examples that anre not treated with
2867         htmlize.  Also, just switch to EXAMPLE processing if we do not
2868         have a good version of htmlize.
2870         * org-rmail.el: Fix copyright notice.
2872         * org.el (org-activate-footnote-links): Improve footnote link
2873         highlighting.
2875         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2876         a footnote definition at the end of the file.
2878         * org-table.el (org-table-get-specials): Add an imagined hline at
2879         the end of the table.  This can be useful for references that want
2880         to go to the end of the table.  Also fix bug when computing last
2881         row constants, in tables that do not start right at the right
2882         margin.
2883         (org-table-eval-formula): Match and replace remove references.
2884         (org-table-formula-substitute-names): Make sure that names inside
2885         a "remote" call are left alone, the will be replaced later when
2886         the remote call is handled.
2887         (org-table-convert-refs-to-rc): Do not convert things that might
2888         look like a reference, but are really part of an ID or namei n a
2889         remote reference.
2890         (org-table-get-remote-range): New function.
2892 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2894         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2896         * org-clock.el (org-clock-put-overlay): Use new face instead of
2897         `secondary-selection'.
2899         * org-faces.el (org-clock-overlay): New face.
2901 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2903         * org-exp.el (org-get-current-options): Include the option for
2904         publishing time stamps.
2906         * org.el (org-toggle-heading): Renamed from
2907         `org-toggel-region-headings'.
2908         No longer needs a region defined, but will use it if there is one.
2909         (org-ctrl-c-star): Simplified, relying more on the internal
2910         workings of `org-toggle-heading'.
2911         (org-toggle-item): Renamed from `org-toggle-region-items'.
2912         No longer needs a region defined, but will use it if there is one.
2913         (org-ctrl-c-minus): Simplified, relying more on the inernal
2914         workings of `org-toggle-item'.
2916         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2917         environment detection.  Also, do real changes only in unprotected
2918         places.
2920 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2922         * org-export-latex.el (org-export-latex-quotation-marks): Use
2923         `org-if-unprotected-1'.
2924         (org-export-latex-set-initial-vars): Check for class definition in
2925         property.
2927         * org-macs.el (org-if-unprotected-1): New macro.
2929 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2931         * org-compat.el (org-count-lines): New function.
2933         * org-exp.el (org-export-format-source-code-or-example): Handle
2934         switches related to text areas.
2936         * org.el (org-activate-footnote-links): Don't allow match inside a
2937         link.
2939         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2941         * org-export-latex.el (org-export-latex-links): Keep a relative
2942         path relative also after export.
2944         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2946         * org.el (org-make-tags-matcher): Never use IDO for completing the
2947         tags matcher match string.
2948         (org-completing-read): Also remove the special biding for "?".
2950         * org-attach.el (org-attach-allow-inheritance): New option.
2951         (org-attach-inherited): New variable.
2952         (org-attach-dir): Handle properties related to the attachment
2953         directory.
2954         (org-attach-check-absolute-path): New function.
2955         (org-attach-set-directory, org-attach-set-inherit): New commands.
2956         (org-attach): Accommodate the new commands in the dispatcher.
2958 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2960         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2961         `window-full-width-p'.
2963         * org-exp.el (org-export-as-html): Only check for images files
2964         that really can be inlined
2966         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2967         list of extensions to be a parameter.
2969         * org-exp.el (org-export-html-inline-image-extensions): New
2970         variable.
2972         * org-agenda.el (org-prepare-agenda): Use
2973         `org-agenda-block-separator'.
2974         (org-agenda-block-separator): New option.
2976 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2978         * org-export-latex.el (org-export-latex-tables): Call
2979         `org-table-clean-before-export' with the new optional argument.
2981         * org-exp.el (org-table-clean-before-export): New optional
2982         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2983         first column.
2985 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2987         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2988         histograms.
2990         * org-colview.el (org-colview-construct-allowed-dates): Better
2991         error catching when a date/time property does not have allowed
2992         values defined.
2994         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2995         Better error catching when a date/time property does not have
2996         allowed values defined.
2998 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3000         * org.el (org-map-entries): Restore point and restriction after
3001         `org-map-entries'.
3003 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3005         * org.el (org-time=, org-time<, org-time<=, org-time>)
3006         (org-time>=, org-time<>): Make sure both values are dates.
3008 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3010         * org-archive.el (org-extract-archive-heading): Allow %s for file
3011         name also in achive location heading.
3013 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3015         * org-archive.el (org-add-archive-files): Uniquify the list before
3016         returning it.
3018 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3020         * org-compat.el (org-fit-window-to-buffer): Use
3021         `window-full-width-p'.
3023         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3024         space after the colon in short examples.
3026         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3027         enforce a space after the colon.  However, we also allow lines
3028         that are *only* a colon.
3029         (org-export-as-html): Enforce the space after the colon in short
3030         examples.
3031         (org-export-preprocess-string): Do the colon example protection
3032         earlier.
3033         (org-export-remove-timestamps): Do not check for protection at the
3034         end of the line.
3036 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3038         * org.el (org-format-latex-options): Add new matcher for single
3039         letters between dollars.
3040         (org-get-header): Function removed.
3041         (org-heading-components): New function.
3043         * org-exp.el (org-export-define-heading-targets): Record ID's also
3044         as alternative targets.
3045         (org-export-as-html): Interpret "id:" links to other files by
3046         preserving the relative path.
3048         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3049         is nil.
3051         * org-exp.el (org-export-normalize-links): Protect the main link,
3052         to avoid special character processing.
3054         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3055         New variable.
3056         (org-export-latex-special-string-regexps): Variable removed.
3057         (org-export-latex-keywords): Use the new regexp.
3059         * org-exp.el (org-export-handle-include-files): Fetch switches and
3060         put them into the BEGIN statement.
3062         * org-timer.el (org-timer-mode-line-string): New variable.
3064         * org-clock.el (org-clock-mode-line-map): Renamed from
3065         `org-clock-mode-map'.
3066         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3067         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3068         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3069         (org-clock-remove-overlays): Renamed from
3070         `org-remove-clock-overlays'.
3072         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3073         and mode line display.
3074         (org-timer-stop): New command.
3075         (org-timer-seconds): Return correct time when timer is paused.
3076         (org-timer-mode-line-timer): New variable.
3077         (org-timer-set-mode-line, org-timer-update-mode-line): New
3078         functions.
3080         * org.el (org-insert-heading):  Handle new value `auto' for
3081         `org-blank-before-new-entry'.
3082         (org-org-menu): Add new items for timer functions.
3084         * org-list.el (org-insert-item): Handle new value `auto' for
3085         `org-blank-before-new-entry'.
3087         * org.el (org-blank-before-new-entry): New value `auto', made
3088         default.
3090 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3092         * org-exp.el (org-export-normalize-links): If the link is also
3093         used as the description, protect the description.
3095 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3097         * org.el (org-closest-date): Fix bug with yearly repeats, in
3098         combination with preference of the past as it is used for deadline
3099         and scheduling search.
3101         * org-exp.el (org-html-handle-time-stamps): No longer check for
3102         the `org-export-with-timestamps' option, because the preprocesser
3103         has taken care of this already.
3105         * org.el (org-entry-properties): Catch the case when this is
3106         called in a non-org-mode file.
3108         * org-export-latex.el (org-export-latex-remove-from-headlines):
3109         Variable made obsolete, also LaTeX export now uses the standard
3110         variables.
3111         (org-export-as-latex): Add the timestamps parameter to the
3112         preprocessor parameter list.
3113         (org-export-latex-content): Export the remaining keywords without
3114         considering to remove them.
3115         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3116         Use bold font instead of tt font for the keywords.
3117         (org-export-latex-fontify-headline): Format headlines, assuming
3118         that all keywords still present should be published.
3119         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3120         publish what ever remains of the time stamps.
3121         (org-export-latex-list-parameters): New option.
3122         (org-export-latex-lists): Pass additional parameters to the list
3123         converter.
3125         * org-exp.el (org-export-preprocess-string): Remove clock lines
3126         and timestamps already in the preprocesor.
3127         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3128         functions.
3129         (org-export-as-ascii, org-export-as-html): Add the timestamps
3130         parameter to the preprocessor parameter list.
3132         * org-list.el (org-list-parse-list): Parse for checkboxes.
3133         (org-list-to-generic): Introduce and handle new parameters :cbon
3134         and :cboff.
3135         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3136         optional parameter PARAMS.
3138         * org-export-latex.el (org-export-latex-special-chars): Fix
3139         problems with interpreting dollar signs.
3140         (org-inside-latex-math-p): New function.
3141         (org-export-latex-preprocess): Protect all the math fragments.
3143         * org.el (org-latex-regexps): Allow a dash after a dollar.
3145         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3146         mark after copying.
3148         * org-agenda.el (org-run-agenda-series): Have series options set
3149         when finalizing the agenda.
3151         * org-exp.el (org-export-format-source-code-or-example): Protect
3152         the converted examples.
3154         * org.el (org-set-regexps-and-options): Fix the regexp
3155         `org-complex-heading-regexp'.
3157 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3159         * org.el (org-edit-src-get-label-format): New function.
3160         (org-coderef-label-format): New option.
3161         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3162         a label format specification and make sure it is used in the edit
3163         buffer.
3164         (org-edit-src-get-label-format): New function.
3165         (org-store-link): Handle new coderef formats.
3166         (org-link-search): Handle new coderef formats.
3168         * org-footnote.el (org-footnote-create-definition)
3169         (org-footnote-goto-local-insertion-point): Make footnote insertion
3170         work correctly when the "Footnotes" headline is the last line in
3171         the buffer.
3173         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3174         the location.
3176 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3178         * org-w3m.el (org-w3m): New customization group.
3179         (org-w3m-deactivate-mark): New option.
3180         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3181         option say not to.
3183 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3185         * org.el (org-set-font-lock-defaults): Trigger footnote
3186         fontification.
3187         (org-activate-footnote-links): New function.
3188         (org-activate-links): New entry `footnote'.
3190         * org-faces.el (org-footnote): New face.
3192 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3194         * org-macs.el (org-re): Handle the [:word:] class.
3196         * org-exp.el (org-export-preprocess-string): Call
3197         `org-export-protect-colon-examples'.
3198         (org-export-protect-colon-examples): Renamed from
3199         `org-export-protect-examples', and scope limited to lines starting
3200         with a colon.
3202 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3204         * org-exp.el (org-export-preprocess-string): Move the preprocess
3205         hook to after turning on Org-mode.
3206         (org-export-preprocess-after-include-files-hook)
3207         (org-export-preprocess-after-tree-selection-hook)
3208         (org-export-preprocess-before-backend-specifics-hook)
3209         (org-export-preprocess-final-hook): New hooks.
3210         (org-export-preprocess-string): Run the new hooks.
3212         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3214         * org-footnote.el: New file.
3216         * org.el (org-footnote): Require footnote code.
3217         (org-startup-options): Add new footnote options.
3218         (org-mode-map): New keybindig for footnotes.
3219         (org-ctrl-c-ctrl-c): Add function at footnotes.
3220         (org-org-menu): New menu entries for footnotes.
3222         * org-export-latex.el (org-export-as-latex): Pass footnote
3223         variable to preprocessor.
3224         (org-export-latex-preprocess): Treat multiple references to a
3225         footnote.
3227         * org-exp.el (org-export-preprocess-string): Call
3228         `org-footnote-normalize'.
3229         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3230         to preprocessor.
3231         (org-export-as-html): Treat multiple references to a footnote.
3233 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3235         * org-export-latex.el (org-export-latex-links): Handle coderef
3236         links.
3238         * org.el (org-bracket-link-analytic-regexp++): New variable.
3239         (org-make-link-regexps): Initialize
3240         `org-bracket-link-analytic-regexp++'.
3241         (org-store-link): Implement special case in edit-src buffer.
3242         (org-insert-link): No use of ide to insert stored links.
3243         (org-link-search): Implement special case for coderefs.
3245         * org-exp.el (org-export-html-scripts): New constant.
3246         (org-export-html-style-default): Add a new style for highlighted
3247         code.
3248         (org-export-code-refs): New variable.
3249         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3250         Call `org-export-replace-src-segments-and-examples'
3251         No longer call `org-export-protect-examples'.
3252         (org-export-target-internal-links): Take care of coderef targets.
3253         (org-export-last-code-line-counter-value): New variable.
3254         (org-export-replace-src-segments-and-examples): Renamed from
3255         `org-export-replace-src-segments', and modified.
3256         (org-export-format-source-code-or-example): Renamed from
3257         `org-export-format-source-code'.
3258         (org-export-number-lines): New function.
3259         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3261 --------------------------------------------------------------------------
3263 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3265         * org-remember.el (org-remember-handler): Safer way to get a new
3266         buffer accessing the target file.
3268         * org.el (org-refile-get-location): Handle case of current buffer
3269         not having a file associated with it.
3271 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3273         * org-table.el (org-table-get-formula): Only ask to overwrite
3274         field formula if there really is one.
3276         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3277         number, by converting these to a string.
3279         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3280         located in a different file.
3282         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3283         org-colview.el.
3285 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3287         * org.el (org-completion-use-ido): Enhance docstring of
3288         `org-completion-use-ido'.
3290         * org-export-latex.el (org-export-latex-make-header): Double the %
3291         in the time stamp format.
3292         (org-export-latex-special-chars): Handle case where there is no
3293         match group 3.
3295 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3297         * org.el (org-get-refile-targets, org-refile-get-location): Use
3298         expanded file name to improve comparison.
3300 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3302         * org.el (org-scan-tags): Rescan for tags, to get the correct
3303         upcase/downcase stuff.  This slows things down for now, but it
3304         works.
3305         (org-mode): Make sure the tag-faces regexp is initialized.
3307         * org-export-latex.el (org-export-latex-links): Fix bug with
3308         undefined label.
3310         * org-table.el (org-table-get-specials): Set
3311         `org-table-current-last-data-line'.
3312         (org-table-current-last-data-line): New variable.
3313         (org-table-insert-column, org-table-delete-column)
3314         (org-table-move-column, org-table-fix-formulas): Call
3315         `org-table-fix-formulas' a second time to fix the $LR references.
3316         (org-table-get-specials): Add the $LR references to the tables.
3317         (org-table-get-formula): Do not offer last-row names as LHS of
3318         formulas.
3320         * org.el (org-store-link): Capture link description from
3321         `org-id-store-link'.
3323         * org-exp.el (org-export-html-format-image): Add the / to the end
3324         of the <img> tag.
3325         (org-export-format-source-code): Surround example by empty lines,
3326         to make sure it will not be inside a paragraph.
3328         * org.el (org-ido-switchb): New function.
3330 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3332         * org-agenda.el (org-agenda-show): New prefix argument
3333         FULL-ENTRY.
3335         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3336         argument.
3338         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3339         `org-agenda-change-all-lines'.
3340         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3341         tags are now retrieved locally.
3343 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3345         * org.el (org-get-outline-path): Fix bug if level is not given.
3346         (org-org-menu): Do not quote function in menu vector.
3348         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3349         name.
3351 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3353         * org.el (org-refile): Avoid refiling to within the region to be
3354         refiled.
3356         * org-export-latex.el (org-export-latex-special-chars): Replace
3357         special characters also in tables.
3359         * org-agenda.el (org-agenda-change-all-lines): New argument
3360         FORCE-TAGS.
3361         (org-agenda-set-tags): Cet the new tags and pass them to
3362         `org-format-agenda-item'.
3364 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3366         * org-export-latex.el (org-export-latex-classes): Add longable as
3367         a default package to all classes.
3368         (org-export-latex-tables): Handle the longtable attribute and the
3369         align attribute.
3371         * org-table.el (orgtbl-to-generic): Handle tables that start with
3372         a hline.
3374         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3375         \verb for colde-like snippets.
3376         (org-export-as-latex): Fix issues with region export.
3378         * org.el (org-up-heading-safe): Speed up function by using a
3379         direct regexp search.
3380         (org-olpa): New variable.
3381         (org-get-outline-path): Speed-up path constructions in cases where
3382         this is possible because the entire hierarchy is scanned anyway.
3383         (org-refile-get-location): Don't compare the truenames of files,
3384         this is too slow.
3385         (org-goto-max-level): New option.
3386         (org-goto): Use `org-goto-max-level'.
3388 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3390         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3391         Strip angle brackets from message-ids in the former and don't do
3392         it in the latter.
3393         (org-gnus-follow-link): Open summary reliable, even if the last
3394         messages were deleted, and handle empty groups, too.
3396 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3398         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3399         instead of \texttt for the =...= and ~===~ emphasis environments.
3400         (org-export-as-latex): Remove any old :org-license-to-kill text
3401         properties.
3402         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3403         (org-export-latex-make-header): Add some hard space after the
3404         table of contents.
3405         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3406         exported text so that it will be excuded in further steps.
3408         * org-table.el (org-table-get-specials): Make @0 reference the
3409         last line in a table.
3410         (org-table-recalculate): Improve docstring.
3412 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3414         * org.el (org-log-done): Fix docstring.
3416 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3418         * org-exp.el (org-export-html-format-image): Fix bugs.
3420         * org-export-latex.el (org-export-latex-tables)
3421         (org-export-latex-links): Implement attribute, label, and caption
3422         handling.
3424         * org-exp.el (org-export-html-style-default): Add style
3425         definitions for the figure div.
3426         (org-export-preprocess-string, org-export-as-html): Implement
3427         attribute, label, and caption handling.
3428         (org-export-attach-captions-and-attributes): New function.
3429         (org-export-html-format-image): New function.
3430         (org-format-org-table-html): Implement attribute, label, and
3431         caption handling.
3433         * org.el (org-find-text-property-in-string): New function.
3434         (org-extract-attributes): Use the property org-attr instead of
3435         org-attrobutes, because this property is now set with the #+ATTR
3436         lines.
3438 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3440         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3441         the case that FROM is nil.
3443         * org.el (org-before-first-heading-p): New function.
3445 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3447         * org-exp.el (org-export-as-html): Do not add a space before
3448         enforces line breaks.
3449         (org-export-as-html): Close paragraph before blockquote and verse
3450         tags.
3452 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3454         * org-id.el (org-id-locations-file): Wrap file name with
3455         `convert-standard-filename'.
3456         (org-id-files): New variable.
3457         (org-id-use-hash): New option.
3458         (org-id-update-id-locations): Also search in all files current
3459         listed in `org-id-files'.  Convert the resulting alist to a hash
3460         if the user customation says so.
3461         (org-id-locations-save): Handle he case if `org-id-locations' is a
3462         hash.
3463         (org-id-locations-load): Convert the alist to a hash.
3464         (org-id-add-location): Handle the hast case.
3465         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3466         exited.
3467         (org-id-hash-to-alist, org-id-alist-to-hash)
3468         (org-id-paste-tracker): New functions.
3470 -------------------------------------------------------------------------
3472 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3474         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3475         bindings of calendar variables.
3477         * org-table.el (org-table-find-row-type): Renamed from
3478         `org-find-row-type'.
3479         (org-table-rewrite-old-row-references): Renamed from
3480         `org-rewrite-old-row-references'.
3481         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3482         (org-table-cleanup-narrow-column-properties): Renamed from
3483         `org-cleanup-narrow-column-properties'.
3485 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3487         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3488         for better error messages.
3489         (org-table-get-descriptor-line): Supply the new arguments to
3490         `org-find-row-type'.
3491         (org-table-error-on-row-ref-crossing-hline): New option.
3493         * org.el (org-target-link-regexp): Make buffer-local.
3494         (org-move-subtree-down): Fix bug with trees at beginning of
3495         buffer.
3497 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3499         * org-faces.el (org-set-tag-faces): New function.
3500         (org-tags-special-faces-re): New variable.
3502         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3504         * org-faces.el (org-tag-faces): New option.
3505         (org-tag): Mention `org-tag-faces' in the docstring.
3507 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3509         * org-exp.el (org-export-html-style-default): Implement new
3510         quoting.
3512         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3514         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3515         command to the `w3m-minor-mode-map'.
3517         * org-archive.el (org-archive-to-archive-sibling): Protect
3518         `this-command' to avoid appending kills during archiving.
3520         * org-exp.el (org-export-with-priority): New variable.
3521         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3522         instead of internal list of strings and properties.
3523         (org-print-icalendar-entries): Retrieve the location property with
3524         inheritance.
3526 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3528         * org-exp.el (org-export-with-todo-keywords): New option.
3529         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3530         line.
3531         (org-default-export-plist, org-export-add-options-to-plist)
3532         (org-export-as-ascii, org-export-as-html): Use the new structure
3533         of `org-export-plist-vars'.
3535         * org.el (org-map-entries): Return all values.
3537 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3539         * org.el (org-matcher-time): Recognize more special values.
3541         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3543 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3545         * org.el (org-tags-exclude-from-inheritance): New option.
3546         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3547         `org-tags-exclude-from-inheritance'.
3549         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3550         (org-format-agenda-item): Add inherited tags to the agenda line
3551         string, and make sure that properties are kept when downcasing the
3552         tags list.
3553         (org-agenda-add-inherited-tags): New function.
3554         (org-downcase-keep-props): New function.
3556         * org.el (org-scan-tags): Mark inherited tags with a text
3557         property.
3558         (org-get-tags-at): Mark inherited tags with a text property.
3559         (org-add-prop-inherited): New function.
3561         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3562         (org-agenda-show-inherited-tags): New option.
3564 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3566         * org.el (org-modules): Add org-w3m to the default modules.
3568         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3569         orgtbl-mode.
3570         (orgtabl-create-or-convert-from-region): New command.
3572         * org-exp.el (org-export-as-ascii): Remove the handling of
3573         targets.
3574         (org-export-ascii-preprocess): Handle targets already in this
3575         function.
3577 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3579         * org-timer.el (org-timer-start-time): Define this variable.
3580         (org-timer-item): Make argument optional.
3582         * org-list.el (org-insert-item): Automatically insert a timer item
3583         if the current list is a timer list.
3585         * org-timer.el: New file.
3587         * org-publish.el (org-publish-org-index): Only exclude the index
3588         file in the main directory from being added to the site-map.
3589         (org-publish-get-project-from-filename): If the current project is
3590         a component, start publishing from the parent project.
3592 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3594         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3596         * org-publish.el (org-publish-org-index): Improve removal of
3597         temporary buffers.
3599         * org-agenda.el (org-get-closed): Re-apply changes
3600         accidentially overwritten by last commit to Emacs.
3602         * org.el (org-outline-path-complete-in-steps): New option.
3603         (org-refile-get-location): Honor
3604         `org-outline-path-complete-in-steps'.
3605         (org-agenda-change-all-lines, org-tags-sparse-tree)
3606         (org-time-string-to-absolute, org-small-year-to-year)
3607         (org-link-escape): Re-apply changes accidentially overwritten
3608         by last commit to Emacs.
3610 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3612         * org-clock.el (org-dblock-write:clocktable): Make sure the
3613         clocktable sees the first line.
3614         (org-clock-in): Warn if the clock cannot be resumed.
3616 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3618         * org.el (org-open-at-point): Fix mixup about interactive and
3619         non-interactive elisp links.
3621 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3623         * org-exp.el (org-export-preprocess-string): Allow one comment
3624         line before the first headline to always be included.  This is
3625         to not miss a commented target.
3627         * org-mouse.el (org-mouse-insert-item): Call
3628         `org-indent-to-column' instead of `indent-to', for XEmacs
3629         compatibility.
3631         * org.el (org-refile-targets): Fix customize definition so
3632         that it works also in XEmacs.
3633         (org-fixup-indentation): Call `org-indent-to-column' instead
3634         of `indent-to', for XEmacs compatibility.
3636 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3638         * org-mew.el (org-mew-store-link): Get the correct case folder
3639         for refiled messages.
3641 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3643         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3644         line break indicators.
3646         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3647         ido-completion propts.
3649 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3651         * org-remember.el (org-remember-apply-template): Use
3652         `org-substring-no-properties'.
3654         * org-compat.el (org-substring-no-properties): New function.
3656         * org-remember.el (org-remember-apply-template): Use
3657         `org-substring-no-properties' for compatibility.
3659         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3660         option.
3661         (org-fix-bullet-type): respect
3662         `org-list-two-spaces-after-bullet-regexp'.
3664         * org-clock.el (org-clock-load): Clean up the code.
3666         * org.el (org-adaptive-fill-function): Allow two spaces after
3667         "1." as a list bullet.
3669 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3671         * org-clock.el (org-clock-save, org-clock-load): Check for
3672         live buffers, existing files, and buffer file names to ensure
3673         consistent information.
3674         (org-clock-persist): Make `clock' a special value of this
3675         variable, and improve docstring.
3677         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3678         (org-get-string-indentation): Adapt indentation when the bullet
3679         width changes.
3681 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3683         * org-remember.el (org-remember-finalize): Make interactive.
3684         (org-remember-kill): New command.
3685         (org-remember-finish-immediately): Call `org-remember-finalize'
3686         directly.
3687         (org-remember-finalize): Make `org-remember-finalize' an interactive
3688         function.
3690 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3692         * org-remember.el (org-remember-apply-template): No ido completion
3693         for free prompts in remember templates.
3694         (org-remember-before-finalize-hook): New hook.
3695         (org-remember-mode): New minor mode.
3696         (org-remember-apply-template): Turn on `org-remember-mode'.
3698         * org-id.el (org-id-add-location): Avoid error when no file is
3699         given.
3701         * org-remember.el (org-remember-apply-template): Fix the way how
3702         the list of allowed properties is retrieved from the target file.
3704         * org.el (org-insert-link): Improve file link matching.
3706 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org-colview.el (org-columns-display-here): New argument
3709         DATELINE, to trigger using the new face.
3710         (org-agenda-colview-summarize): Call `org-columns-display-here'
3711         with the new argument.
3713         * org-faces.el (org-agenda-column-dateline): New face.
3715         * org-publish.el (org-publish-org-index): Use index-title at page
3716         title, not as section.
3718         * org-exp.el (org-export-html-format-desc): Respect the
3719         org-protect property.
3720         (org-export-as-html): Protect image specifiers that are in the
3721         description part of a link.
3723         * org.el (org-sort-entries-or-items, org-completing-read)
3724         (org-refile-get-location, org-olpath-completing-read, org-todo)
3725         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3726         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3727         (org-set-property, org-delete-property)
3728         (org-delete-property-globally): Use `org-ido-completing-read'.
3730         * org-remember.el (org-remember-apply-template): Use
3731         `org-ido-completing-read'.
3733         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3735         * org-colview.el (org-columns-edit-value, org-columns-new)
3736         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3738         * org-colview-xemacs.el (org-columns-edit-value)
3739         (org-columns-new, org-insert-columns-dblock): Use
3740         `org-ido-completing-read'.
3742         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3743         `org-ido-completing-read'.
3745         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3746         `org-ido-completing-read'.
3748         * org.el (org-time-today): New function.
3749         (org-matcher-time): Use `org-time-today'.  Add special treatment
3750         for "<tomorrow>" and "<yesterday>".
3751         (org-ido-completing-read): New function.
3752         (org-completion-use-ido): New option.
3754         * org-exp.el (org-export-format-source-code): Fix bug in require
3755         htmlize code.
3756         (org-export-target-internal-links): Fix bug in search for text
3757         property.
3759 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3761         * org-export-latex.el (org-export-latex-subcontent): Interprete
3762         target aliases as additonal labels.
3764         * org-exp.el (org-export-target-aliases): New variable.
3765         (org-export-preprocess-string)
3766         (org-export-handle-invisible-targets): Fill the alias alist.
3767         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3768         assign an id.
3769         (org-html-level-start): Insert the target aliases as additonal
3770         anchors.
3772         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3773         picture area.
3775 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3777         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3778         when following a link with the mouse from the agenda.
3780         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3781         headlines are created.
3783 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3785         * org-exp.el (org-export-preprocess-string): Reorder so that we
3786         can still see ID properties when we collect targets.
3787         (org-export-target-internal-links): Also store targets for ID's.
3789         * org.el (org-link-translation-function): New option.
3790         (org-open-at-point): Call `org-link-translation-function' if
3791         non-nil.
3792         (org-translate-link): New function.
3793         (org-translate-link-from-planner): New function.
3794         (org-open-at-point): Allow interactive commands in elisp links.
3796         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3797         iCalendar quoting.  The new one seems to caus problems with
3798         applications.
3800         * org.el (org-yank): Set `this-command' to `yank', so that
3801         `yank-pop' will work.
3803 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3805         * org-id.el (org-id-search-archives): New option.
3807         * org.el (org-link-to-org-use-id): New option.
3808         (org-store-link): Use `org-link-to-org-use-id'.
3809         (org-id): Make org-id.el a standard component.
3811 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3813         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3814         hexified version of the tag.
3816         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3817         compliance as far as quoting is concerned.
3819         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3821         * org.el (org-up-heading-safe, org-forward-same-level): Always
3822         call `org-back-to-heading' instead of `outline-back-to-heading'.
3823         (org-back-to-heading): New wrapper around outline-back-to-heading,
3824         with a useful error message telling where the error happened.
3826         * org-list.el (org-update-checkbox-count): Always call
3827         `org-back-to-heading' instead of `outline-back-to-heading'.
3829         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3830         has an `alt' attribute, to ensure XHTML validation.
3832 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3834         * org-publish.el (org-publish-attachment): Allow publishing to
3835         overwrite attachment files.
3837         * org-agenda.el (org-agenda-timerange-leaders): New option.
3838         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3840         * org.el (org-edit-src-exit): Untabify ASCII image before
3841         returning.
3854 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3856         * org.el (org-yank): Make any prefix force normal yanking.
3857         Suppress folding if text would be swallowed into a folded
3858         subtree.
3859         (org-yank-folded-subtrees, org-yank): Docstring updates.
3861         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3862         defined as 0.
3864         * org-exp.el (org-export-language-setup): Add Catalan and
3865         Esperanto language entries.
3867 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3869         * org.el (org-refile): Allow refiling of entire regions.
3871         * org-clock.el (org-clock-time%): New function.
3873         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3874         retrieve property values.
3876 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3878         * org-agenda.el (org-agenda-list): Handle the value `only' of
3879         org-agenda-show-log'.
3880         (org-agenda-log-mode): Interpret a double prefix arg.
3882 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3884         * org-exp.el (org-export-html-footnotes-section): New variable.
3885         (org-export-as-html): Use `org-export-html-footnotes-section' to
3886         insert the footnotes.
3887         (org-export-language-setup): Add "Footnotes" to language words.
3889 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3891         * org.el (org-yank): Fix bug when not inserting a subtree.
3893 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3895         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3896         instead of `vm-beginning-of-message'.
3898         * org.el (org-make-link-regexps): Make sure that links to gnus can
3899         contain brackets.
3901 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3903         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3904         code.
3906         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3907         shell output.
3909         * org.el (org-link-abbrev-alist): Improve customization type.
3911         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3912         functions.
3914         * org-agenda.el (org-agenda-get-progress): Renamed from
3915         `org-get-closed'.  Implement searching for state changes as well.
3916         (org-agenda-log-mode-items): New option.
3917         (org-agenda-log-mode): New option prefix argument, interpreted as
3918         request to show all possible progress info.
3919         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3920         `org-get-closed'.
3921         (org-agenda-set-mode-name): Handle the more complex log mode
3922         settings.
3923         (org-get-closed): New alias, pointing to `org-get-progress'.
3925 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3927         * org.el (org-file-apps-defaults-gnu)
3928         (org-file-apps-defaults-macosx)
3929         (org-file-apps-defaults-windowsnt): Add an entry defining the
3930         system command.
3931         (org-file-apps): Allow `system' as key and value.
3932         (org-open-at-point): Explain the effect of a double prefix arg.
3933         (org-open-file): If the argument `in-emacs' is (16),
3934         i.e. corresponding to a double prefix argument, try to open the
3935         file externally.
3937 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3939         * org.el (org-insert-link): Abbreviate absolute files names in
3940         links.  Also, fix a bug in which the double C-u prefix would not
3941         be honored.
3943 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3945         * org.el (org-insert-heading): If buffer does not end with a
3946         newline, add one if necessary to insert headline correctly.
3948         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3949         paragraphs, not inside.
3951         * org.el (org-todo): Quote
3952         `org-agenda-headline-snapshot-before-repeat'.
3954         * org-exp.el (org-export-as-html): Fully process link descriptions.
3955         (org-export-html-format-desc): New function.
3956         (org-export-as-html): Collect footnotes into the correct basket.
3957         (org-html-protect): No longer protect quotations marks here, this
3958         goes wrong.
3960         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3961         BEG.
3963         * org-compat.el (org-fit-window-to-buffer): New function (not
3964         really, a preliminary and incomplete version was present earlier,
3965         but not used).
3967         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3968         `org-fit-window-to-buffer'.
3970         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3972         * org-agenda.el (org-agenda-get-restriction-and-command)
3973         (org-fit-agenda-window, org-agenda-convert-date): Use
3974         `org-fit-window-to-buffer'.
3976         * org-exp.el (org-export-as-html): Process href links through
3977         `org-export-html-format-href'.
3978         (org-export-html-format-href): New function.
3980         * org-agenda.el (org-agenda-todo): Update only the current
3981         headline if this is a repeated TODO, marked done for today.
3982         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3983         only the current line.
3985         * org.el (org-todo): Take a snapshot of the headline if the
3986         repeater might change it.
3988 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3990         * org-publish.el (org-publish-find-title): Remove buffers visited
3991         only for extracting the title.
3993         * org-exp.el (org-export-html-style)
3994         (org-export-html-style-default): Mark style definitions as
3995         unparsed CDATA.
3997         * org-publish.el (org-publish-validate-link): Function
3998         re-introduced.
4000 2008-11-02  Charles Sebold  <csebold@gmail.com>
4002         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4003         property.
4004         (org-plot-quote-timestamp-field): New function.
4005         (org-plot-quote-tsv-field): Call timestamp field function when
4006         necessary rather than just quoting as a string.
4007         (org-plot/gnuplot-to-data): Pass in timefmt property.
4008         (org-plot/gnuplot-script): Supports timefmt property.
4009         (org-plot/gnuplot): Checks for timestamp column before checking
4010         for text index column.
4012 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4014         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4016         * org-publish.el (org-publish-org-index): Create a section in the
4017         index file.
4018         (org-publish-org-index): Stop linking to directories.
4020         * org.el (org-emphasis-alist): Use span instead of <u> to
4021         underline text.
4023         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4024         <pre> sections.
4026 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4028         * org-jsinfo.el (org-infojs-template): Remove language attribute
4029         from script tag.
4031 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4033         * org-agenda.el (org-agenda-remove-marked-text): New function.
4034         (org-agenda-mark-filtered-text)
4035         (org-agenda-unmark-filtered-text): New functions.
4036         (org-write-agenda): Remove fltered text.
4038         * org.el (org-make-tags-matcher): Give access to TODO "property"
4039         without speed penalty.
4041 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4043         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4044         option.
4045         (org-store-link-props): Make sure adding to the plist works
4046         correctly.
4048         * org-gnus.el (org-gnus-no-new-news): New function.
4049         (org-gnus-follow-link): Allow the article ID to be a message-id,
4050         in addition to allowing article numbers.  Message IDs make much
4051         more roubust links.
4052         (org-gnus-store-link): Use message-id to create link.
4054 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4056         * org.el (org-emphasize): Reverse the selection array.
4057         (org-emphasis-alist): Set <code> tags for the verbatim
4058         environment.
4060         * org-remember.el (org-remember-handler): Fix bug with
4061         prefix-related changing of the note storage target.
4063         * org-exp.el (org-print-icalendar-entries): Make the exported
4064         priorities compatible with RFC 2445.
4066         * org-clock.el (org-clock-save): Insert time stamp without
4067         dependence on time-stamp.el.
4069 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4071         * org.el ("saveplace"): If saveplace puts point into an invisible
4072         location, make it visible.
4073         (org-make-tags-matcher): Allow inactive time stamps in time
4074         comparisons.
4075         (org-yank-adjusted-subtrees): New option.
4076         (org-yank): Incorporate adjusting trees.
4077         (org-paste-subtree): New argument FOR-YANK which will cause
4078         insertion at point without backing up over white lines, and leave
4079         point at the end of the inserted text.  Also if the cursor is
4080         at the beginning of a headline, use the same level or the inserted
4081         tree.
4083         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4084         with broken symlinks
4086 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4088         * org-exp.el (org-export-select-tags, org-get-current-options):
4089         Fix typo.
4091 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4093         * org-agenda.el (org-format-agenda-item)
4094         (org-agenda-filter-make-matcher): Make sure tags are stored and
4095         compared donwcased.
4097 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4099         * org.el (org-insert-todo-heading): Fix bug with force-heading
4100         argument.
4102 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4104         * org-clock.el (org-clock-in-resume): Add a custom option to
4105         toggle starting the clock from an open clock line.
4106         (org-clock-in): When clocking in to an entry, if
4107         `org-clock-in-resume' is set, check if the first clock line is
4108         open and if so, start the clock from the time in the clock line.
4109         (org-clock-persist): Add a custom option to toggle clock
4110         persistence.
4111         (org-clock-persist-query-save): Add a custom option to toggle
4112         asking the user if they want to save the running clock when
4113         exiting.
4114         (org-clock-persist-query-resume): Add a custom option to toggle
4115         asking the user if they want to resume the saved clock when Emacs
4116         is restarted.
4117         (org-clock-save): Add a function to save clock data.
4118         This includes the contents of `org-clock-history' and the buffer
4119         and position of the currently clocked task, if any.
4120         (org-clock-load): Add a function to load clock data.
4121         This populates `org-clock-history', and resumes the saved clocked
4122         task if there is one.
4123         (org-clock-persistence-insinuate): Add a method to set up the
4124         hooks for clock persistence.
4126 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4128         * org-exp.el (org-export-as-ascii): Handle the case that we are
4129         publishing from an indirect buffer.
4131         * org-table.el (org-table-copy-down): Fix bug with time stamp
4132         increment.
4134         * org-mouse.el (org-mouse-features): New option.
4135         (org-mode-hook): Turn on features depending on
4136         `org-mouse-features'.
4138         * org.el (org-insert-heading-respect-content): Force heading
4139         creation.
4140         (org-insert-heading): keep the folding state of the heading before
4141         the inserted one.
4143 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4145         * org-archive.el (org-archive-to-archive-sibling): Handle top
4146         level headlines better.
4148 2008-10-21  Bastien Guerry  <bzg@altern.org>
4150         * org-export-latex.el (org-export-latex-classes): Added
4151         \usepackage{graphicx} to the default list of packages.
4153 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4155         * org-agenda.el (org-agenda-filter): Renamed from
4156         `org-agenda-filter-tags'.
4158 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4160         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4161         is not defined as a property in this entry.
4162         (org-add-log-note): Mask prefix argument when immediately storing
4163         the note.
4165         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4166         option.
4168 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4170         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4171         after drawers was skipping ahead one line too many, so notes were
4172         inserted after the first note instead of before it.
4174 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4176         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4177         New variables.
4178         (org-prepare-agenda): Reset the filter tags.
4179         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4180         Show filter tags in mode line.
4182         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4183         formatter.
4185         * org-export-latex.el (org-latex-entities-regexp): New constant.
4186         (org-export-as-pdf): Use two calls to `shell-command'.
4188 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4190         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4191         Honor the {} value of the subsuperscript setting.  Make sure that
4192         longer subsuperscripts are typeset in a roman font.
4194         * org.el (org-clock-update-time-maybe): Compute negative clock
4195         intervals correctly.
4197 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4199         * org.el (org-add-log-setup): Respect
4200         `org-log-state-notes-insert-after-drawers'.
4201         (org-log-state-notes-insert-after-drawers): New option.
4202         (org-todo-trigger-tag-changes): New function.
4203         (org-todo): Call `org-todo-trigger-tag-changes'.
4205 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4207         * org.el (org-add-log-setup): Only skip drawers if the are
4208         immediately after the scheduling keywords.
4210         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4211         function
4212         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4213         call it with the current todo state to get the state to switch to
4214         when clocking in.
4215         (org-clock-in): Use org-indent-line-function to indent clock lines.
4216         (org-clock-find-position): Fix indentation of empty clock drawers.
4218 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4220         * org-publish.el (org-publish-org-to): Handle case when
4221         org-export-to-pdf does return a file name, not a buffer.
4222         (org-publish-org-to-pdf): New function.
4224         * org-export-latex.el (org-export-as-pdf)
4225         (org-export-as-pdf-and-open): New commands.
4227         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4228         forms as ranges.
4230         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4231         things in protexted regions.
4233 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4235         * org-export-latex.el (org-export-latex-preprocess): Improve
4236         quoting of LaTeX environments.
4238 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4240         * org.el (org-edit-fixed-width-region): Exclude final newline from
4241         picture area.
4243         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4244         sections, to make internal links work.
4245         (org-export-latex-fontify-headline): Do not remove all text
4246         properties, to make sure that target properties survive this
4247         process.
4249         * org-exp.el (org-export-preprocess-string): Change sequence of
4250         modifications, to make sure links are prepared before the LaTeX
4251         conversions do happen.
4253 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4255         * org-attach.el (org-attach-delete-all): Renamed from
4256         `org-attch-delete'.  Add a security query before deleting the
4257         entire directory.  New optional argument FORCE can overrule the
4258         security query.
4259         (org-attach-delete-one): New command.
4261 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4263         * org-attach.el (org-attach-file-list): Fix bug with directory.
4265 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4267         * org.el (org-apps-regexp-alist): New function.
4268         (org-file-apps): Add auto-mode to the default value.
4269         (org-open-file): Use the new structure of org-file-apps.
4271         * org-attach.el (org-attach): Support the new keys.
4272         (org-attach-method): New option.
4274 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4276         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4277         March.
4279         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4280         of the list value o `org-use-tag-inheritance'.
4282         * org-attach.el (org-attach-auto-tag): New option.
4283         (org-attach-tag, org-attach-untag): New functions.
4284         (org-attach-attach, org-attach-new, org-attach-sync): Call
4285         `org-attach-tag'.
4286         (org-attach-delete): Call `org-attach-untag'.
4288 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4290         * org-table.el (orgtbl-self-insert-command): Make this work for
4291         the keypad as well.
4293 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4295         * org.el (org-add-log-setup): Limit searc for drawers to entry
4296         text, not to subtree.
4298         * org-clock.el (org-clock-heading-for-remember): New variable.
4299         (org-clock-in): Set `org-clock-heading-for-remember'.
4301 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4303         * org-remember.el (org-remember-apply-template): Add new
4304         expansions: %k, %K for currently clocked task and a link to the
4305         currently clocked task, and %< to file notes in the currently
4306         clocked task.
4308 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4310         * org-export-latex.el (org-export-latex-make-header): Also insert
4311         the content of the property :latex-header-extra.
4313         * org-exp.el (org-infile-export-plist): Put the content of
4314         #+LATEX_HEADER: into the property :latex-header-extra.
4316         * org-colview.el (org-columns-get-format-and-top-level): Remove
4317         resetting the marker.
4319         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4320         Remove resetting the marker.
4322         * org.el (org-entry-property-inherited-from): Improve docstring.
4323         (org-entry-get-with-inheritance): Reset marker before starting the
4324         search.
4326         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4328 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4330         * org.el (org-entry-get-multivalued-property)
4331         (org-entry-protect-space, org-entry-restore-space): New
4332         functions.
4333         (org-file-apps-defaults-macosx): Let postscript files be opened by
4334         preview.
4335         (org-time-stamp-inactive): Call `org-time-stamp'.
4336         (org-time-stamp): New argument `inactive'.  Also edit inacive
4337         stamps. Convert time stamp type.
4338         (org-open-file): Interpret the `default' value for the `command'
4339         in `org-file-apps'.
4341         * org-id.el (org-id-int-to-b36-one-digit)
4342         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4343         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4344         b36.
4346 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4348         * org-id.el (org-id-reverse-string): New function.
4349         (org-id-new): Use `org-id-reverse-string' to make sure the
4350         beginning chars of the ID are mutating fast.  This allows to use a
4351         directory structure to spread things better.
4352         (org-id-prefix): Changed default to nil.
4354         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4355         restore the column of the cursor position.
4357         * org-remember.el (org-remember-apply-template): Remove properties
4358         from `initial'.
4360 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4362         * org-wl.el (org-wl-open): Remove useless call to
4363         `wl-thread-open-all'.
4365         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4366         location.
4368 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4370         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4371         `org-bbdb-anniversaries'.
4373         * org.el (org-get-next-sibling, org-forward-same-level): New
4374         functions, similar to the outline versions, but invisible headings
4375         are OK.
4377 2008-09-25  Bastien Guerry  <bzg@altern.org>
4379         * org.el (org-auto-repeat-maybe): Insert a space between
4380         the timestamp's type and the timestamp itself.
4382 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4384         * org-table.el (org-table-sum): Do not format the result with %g,
4385         it does rounding when there are too many digits.
4387         * org.el (org-map-entries): Protect the keyword-selecting variables.
4389 2008-09-23  Bastien Guerry  <bzg@altern.org>
4391         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4392         against all agenda files.
4394 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4396         * org-list.el: New file, aggregating list functions from org.el
4397         and org-export-latex.el.
4399         * org.el (org-edit-src-region-extra): New option.
4401 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4403         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4404         time before 1am.
4406 2008-09-22  Bastien Guerry  <bzg@altern.org>
4408         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4410 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4412         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4413         hline work correctly.
4414         (org-plot/gnuplot-script): Put commas at the end of each script
4415         line.
4417 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4419         * org.el (org-get-refile-targets): Replace links with their
4420         descriptions
4421         (org-imenu-get-tree): Replace links with their descriptions.
4423         * org-remember.el (org-remember-apply-template): Add a new
4424         expansion for adding properties to remember items.
4426         * org.el (org-add-log-setup): Skip over drawers (properties,
4427         clocks etc) when adding notes.
4429         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4430         items as well as the start and end times.
4432         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4433         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4435         * org-remember.el (org-get-x-clipboard): Use the compat
4436         function to get clipboard values when x-selection-value is
4437         unavailable. Use substring-no-properties instead of
4438         set-text-properties to remove text properties from the clipboard
4439         value.
4441         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4442         modeline clock string, and display the full todo value in the
4443         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4444         the currently clocked task.
4445         (org-clock-string-limit): Add a custom value for the maximum
4446         length of the clock string in the modeline.
4447         (org-clock-mode-map): Add a keymap for the modeline string
4449 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4451         * org-compat.el (org-propertize): New function.
4453 2008-09-20  Bastien Guerry  <bzg@altern.org>
4455         * org-export-latex.el (org-export-latex-tables): protect exported
4456         tables from further special chars conversion.
4457         (org-export-latex-preprocess): Preserve LaTeX environments.
4458         (org-list-parse-list): Parse descriptive lists.
4459         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4460         (org-list-to-texinfo): Export descriptive lists.
4461         (org-quote-chars): Remove.
4462         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4463         (org-export-latex-list-beginning-re): Rename to
4464         `org-list-beginning-re'
4465         (org-list-item-begin): Rename to `org-list-item-beginning'
4467 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4469         * org.el (org-refile): Allow refiling to the last entry in the
4470         buffer.
4471         (org-get-tags-at): Fix bug when inheritance is turned off.
4473 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4475         * org.el (org-indent-line-function): No longer check for src
4476         regions, this is too much overhead.
4478         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4479         matching.
4481         * org.el (org-scan-tags): Make sure that tags matching is not case
4482         sensitive.  TODO keyword matching is case sensitive, however, to
4483         avoid confusion with similar words that are not meant to be
4484         keywords.
4486 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4488         * org.el (org-get-local-tags-at): New function.
4489         (org-get-local-tags): New function.
4491         * org-exp.el (org-export-get-categories): New function.
4493         * org-agenda.el (org-sorting-choice)
4494         (org-agenda-sorting-strategy, org-agenda-get-todos)
4495         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4496         (org-agenda-get-scheduled, org-agenda-get-blocks)
4497         (org-entries-lessp): Implement sorting by TODO state.
4498         (org-cmp-todo-state): New defsubst.
4500         * org-colview.el (org-colview-construct-allowed-dates): New
4501         function.
4502         (org-columns-next-allowed-value): Use
4503         `org-colview-construct-allowed-dates'.
4505         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4506         function.
4507         (org-columns-next-allowed-value): Use
4508         `org-colview-construct-allowed-dates'.
4510 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4512         * org.el (org-protect-slash): New function.
4513         (org-get-refile-targets): Use `org-protect-slash'.
4515         * org-agenda.el (org-global-tags-completion-table): New variable.
4517         * org-exp.el (org-export-handle-export-tags): New function.
4518         (org-export-preprocess-string): Call
4519         `org-export-handle-export-tags'.
4521         * org-plot.el: New file.
4523         * org-publish.el (org-publish-expand-components): Function removed.
4524         (org-publish-expand-projects): Allow components to have components.
4526 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4528         * org.el (org-indent-line-function): Do not indent in regions that
4529         are external source code.
4530         (org-yank-and-fold-if-subtree): New function.
4532         * org-agenda.el (org-agenda-todayp): New function.
4533         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4534         `org-agenda-todayp'.
4536         * org.el (org-insert-heading-respect-content)
4537         (org-insert-todo-heading-respect-content): New commands.
4538         (org-insert-heading-respect-content): New option.
4539         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4541         * org-clock.el (org-clock-find-position): Make sure the note after
4542         the clock line gets moved into the new clock drawer.
4544 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4546         * org-id.el (org-id-new): New option.
4548 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4550         * org-table.el (org-table-copy-down): Avoid overflow during
4551         increment.  Use prefix argument 0 to temporarily disable the
4552         increment.
4554 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4556         * org-exp.el (org-export-as-html): Do not turn on the major mode
4557         if the buffer will be killed anyway.
4558         (org-get-current-options): Exclude the #+TEXT field.
4559         (org-export-as-html): Make sure text before the first headline is
4560         a paragraph.
4562         * org-publish.el (org-publish-org-to): Tell the exporter that this
4563         buffer will be killed, so it is not necessary to do major mode
4564         initialization.
4566         * org-archive.el (org-archive-to-archive-sibling): Show empty
4567         lines after folding the archive sibling.
4569         * org.el (org-log-note-extra): New variable.
4571 2008-09-05  Bastien Guerry  <bzg@altern.org>
4573         * org.el (org-additional-option-like-keywords): Added keywords for
4574         the _QUOTE, _VERSE and _SRC environments.
4576         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4577         exporting _QUOTE and _VERSE environments.
4579 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4581         * org-agenda.el (org-agenda-filter-by-tag): New command.
4583         * org-exp.el (org-get-current-options): Remove angular brackets
4584         from the date entry.
4586         * org.el (org-edit-fixed-width-region): New function.
4587         (org-edit-fixed-width-region): Also try
4588         `org-edit-fixed-width-region'.
4589         (org-edit-fixed-width-region-mode): New option.
4590         (org-activate-code): Only interprete lines starting with colon
4591         plus a space as example lines.
4593         * org-remember.el (org-remember-templates): Add nil instead of
4594         empty strings to fix the length of remember templates.
4596         * org-table.el (org-calc-default-modes): Fix the time format for
4597         calc, from 12 hour to 24 hour clock.
4599 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4601         * org-agenda.el (org-agenda-get-deadlines)
4602         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4603         entries that are pre-warnings of deadlines or reminders.
4605         * org.el (org-sort-entries-or-items): Make numeric and alpha
4606         comparisons ignore any TODO keyword and priority cookie.
4608         * org-remember.el (org-remember-handler): Reinterpretation of the
4609         prefix argument.
4611 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4613         * org-agenda.el (org-agenda-get-scheduled): Use new
4614         `org-scheduled' face.
4616         * org-faces.el (org-scheduled): New face.
4618         * org-wl.el (org-wl-open): Remove incorrect declaration.
4620         * org-gnus.el (org-gnus-store-link): Support for :to information
4621         in gnus links.
4623         * org-exp.el (org-export-as-html): Fixed typo in creator
4624         information.
4625         (org-export-protect-examples): New parameter indent.  Insert extra
4626         spaces only when this parameter is specified.
4627         (org-export-preprocess-string): Call `org-export-protect-examples'
4628         with an indentation parameter when exporting to ASCII.
4630         * org-remember.el (org-remember-templates)
4631         (org-remember-apply-template): Allow the file component to be a
4632         function.
4634         * org.el (org-goto-local-search-headings): Renamed from
4635         `org-goto-local-search-forward-headings'.  Added the possibility
4636         to search backwards.
4638 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4640         * org-export-latex.el (org-export-latex): New customization
4641         group.
4643         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4645 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4647         * org-exp.el (org-html-do-expand): Allow {} to terminate
4648         tex macro
4650 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4652         * org.el (org-buffer-list): Select buffers based on major mode,
4653         not on file name.
4655 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4657         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4658         face property.
4660         * org-colview.el (org-columns-display-here): Use
4661         `org-columns-modify-value-for-display-function'.
4663         * org-colview-xemacs.el (org-columns-display-here): Use
4664         `org-columns-modify-value-for-display-function'.
4666 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4668         * org.el (org-columns-modify-value-for-display-function): New option.
4680         * org-publish.el (org-publish-file): Make sure the directory match
4681         for the publishing directory works correctly.
4683         * org-agenda.el (org-agenda-execute-calendar-command)
4684         (org-agenda-diary-entry): Additional optional argument.
4686 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4688         * org-exp.el (org-export-as-html): Add attributes also in mailto
4689         and ftp links.
4691         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4700 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4702         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4703         sure that calls from `org-export-region-as-html' do not do the
4704         special check for a subtree.
4706 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4708         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4710 2008-07-20  Juri Linkov  <juri@jurta.org>
4712         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4713         new keymap `narrow-map' instead of binding "\C-xns".
4715 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4717         * org.el (org-open-file): Use
4718         `org-open-directory-means-index-dot-org'.
4719         (org-open-directory-means-index-dot-org): New option.
4721 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4723         * org.el (org-make-link-string): Remove link attributes from
4724         description.
4725         (org-open-at-point): Remove link attributes bevore using the path.
4727         * org-exp.el (org-export-as-html): Handle link attributes.
4729         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4731         * org-table.el (org-table-to-lisp): New function.
4733         * org.el (org-narrow-to-subtree): Do not include the final newline
4734         into the narrowed region.
4736         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4737         bug with user-define skipping condition.
4739 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4741         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4743 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4745         * org-exp.el (org-export-html-style-default): Automatic overflow
4746         handling for pre fields.
4747         (org-export-as-ascii, org-export-as-html): Change default format
4748         for time stamp.
4750         * org-table.el (org-table-export): Offer completion for translator
4751         functions, and do not require a heading above the table.
4753         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4754         Cater for the case of a list starting in the first line of the
4755         buffer.
4757 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4759         * org-publish.el (org-publish-find-title): Bug fix.
4760         (org-publish-org-index): Implement new :index-style option.
4762 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4764         * org-publish.el (org-publish-timestamp-filename): Use
4765         SHA1-encoded file names in the timestamp directory.
4767 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4769         * org-publish.el (org-publish-needed-p): Be verbose about files
4770         published and files skipped.
4772         * org-exp.el (org-export-preprocess-string): Swap link
4773         normalization and inernal link targeting.
4775         * org-publish.el (org-publish-needed-p): Create timestamp
4776         directory when it does not exist.
4778 2008-07-04  Bastien Guerry  <bzg@altern.org>
4780         * org-clock.el (org-clock-out-when-done): Doc fix.
4782         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4784         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4785         Ignore case when searching for the COMMENT cookie at export time.
4787 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4789         * org-exp.el (org-get-file-contents)
4790         (org-get-and-remove-property): New functions.
4791         (org-export-handle-include-files): Handle the new prefix options.
4792         (org-export-as-html): Fix the verse environment.
4794 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4796         * org.el (org-time=, org-time<, org-time<=, org-time>)
4797         (org-time>=, org-time<>, org-2ft): New functions.
4798         (org-op-to-function): Also provide for the time testing fucntions.
4800 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4802         * org-exp.el (org-export-html-style-default): New constant.
4804 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4806         * org-exp.el (org-export-html-style-extra): New variable.
4807         (org-export-splice-style): New function.
4809 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4811         * org-exp.el (org-export-plist-vars, org-export-as-html):
4812         Implement `org-export-creator-info'.
4813         (org-export-creator-info): New option.
4815 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4817         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4818         (org-property-drawer-re, org-clock-drawer-re): New constants.
4820 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4822         * org-exp.el (org-icalendar-use-deadline)
4823         (org-icalendar-use-scheduled): New options.
4824         (org-icalendar-include-todo): Default changed to t.
4825         (org-print-icalendar-entries): Implement better utilization of
4826         scheduling and deadline time stamps.
4827         (org-export-target-internal-links, org-export-as-html): Allow file
4828         lines without the "file:" prefix if the file path is an absolute
4829         path or starts with ".".
4831         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4832         lastweek etc.
4833         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4835 2008-06-18  Glenn Morris  <rgm@gnu.org>
4836         * org.el (org-map-entries): Let-bind `file'.
4838 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4840         * org.el (org-agenda-skip-archived-trees): Docstring now
4841         discourages using this.
4842         (org-scan-tags): Check for org-agenda-archives-mode.
4843         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4844         (org-agenda-files): Functionality of second arg changed.
4846         * org-agenda.el (org-agenda-archives-mode): New variable
4847         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4848         (org-search-view, org-todo-list, org-tags-view)
4849         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4850         `ifmode' argument.
4851         (org-agenda-quit): Reset the archives mode.
4852         (org-agenda-archives-mode): New command.
4853         (org-agenda-set-mode-name): Include archives info.
4855 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4857         * org.el (org-paste-subtree): Make sure the yanked headline is
4858         visible if it was yanked at a visible point.
4859         (org-move-item-up): Fix the bug with moving white space at the end
4860         of the item.
4861         (org-show-empty-lines-in-parent): New function.
4863 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4865         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4867         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4869         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4870         agenda prefix as well.
4872         * org-publish.el (org-publish-org-index): Make a properly indented
4873         list.
4875         * org.el (org-calendar-agenda-action-key): New option.
4876         (org-get-cursor-date): New function.
4877         (org-mark-entry-for-agenda-action): New command.
4878         (org-overriding-default-time): New variable.
4879         (org-read-date): Respect `org-overriding-default-time'.
4881         * org-remember.el (org-remember-apply-template): Respect the
4882         ovverriding default time.
4884         * org-agenda.el (org-agenda-action-marker): New variable.
4885         (org-agenda-action): New command.
4886         (org-agenda-do-action): New function.
4888 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4890         * org.el (org-schedule, org-deadline): Protect scheduled and
4891         deadline tasks against changes that accidently remove the
4892         repeater.  Also show a message with the new date when done.
4894 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4896         * org.el (org-beginning-of-line): Cater for the case when there
4897         are tags but no headline text.
4898         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4899         it set.
4901 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4903         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4904         the return value is nil instead of "nil" when there is no match.
4906         * org-exp.el (org-insert-centered): Use fill-column instead of
4907         80.
4908         (org-export-as-ascii): Use string-width to measure the width of
4909         the heading.
4911         * org.el (org-diary-to-ical-string): No longer kill buffer
4912         FROMBUF, this is now done by the caller.
4914         * org-exp.el (org-print-icalendar-entries): Move the call to
4915         `org-diary-to-ical-string' out of the loop, and kill the buffer
4916         afterwords.
4918         * org-remember.el (org-remember-visit-immediately): Position
4919         cursor after moving to the note.
4920         (org-remember-apply-template): Use a text property to record the
4921         cursor position.
4922         (org-remember-handler): Align tags after pasting the note.
4924 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4926         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4928         * org-agenda.el (org-agenda-open-link): If there is an
4929         org-bbdb-name property in the current line, jump to that bbdb
4930         entry.
4932         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4933         text property, so that the agenda knows where this entry comes
4934         from.
4936         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4937         interaction between clocking-in from the agenda, and  automatic
4938         task state switching.
4940         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4942         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4943         zmacs-region stays after this command in XEmacs.
4945 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4947         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4949         * org-remember.el (org-remember-templates): Fix bug in
4950         customization type definition.
4952         * org.el (org-map-entries): New function.
4954 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4956         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4957         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4959 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4961         * org-remember.el (org-jump-to-target-location): New variable.
4962         (org-remember-apply-template): Set
4963         `org-remember-apply-template' if requested by template.
4964         (org-remember-handler): Start an idle timer to jump to
4965         remember location.
4967         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4969         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4970         file tags.
4971         (org-get-tags-at): Add the content of `org-file-tags'.
4973         * org-exp.el (org-export-handle-comments): Fix bug with several
4974         comment lines after each other.
4975         (org-number-to-roman, org-number-to-counter): New functions.
4976         (org-export-section-number-format): New option.
4978 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4980         * org-exp.el (org-export-protect-examples): Catch the case of a
4981         missing end_example line.
4983         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4984         `org-file-tags' to nil.
4986         * org-colview.el (org-columns-next-allowed-value): Handle next
4987         argument NTH to directly select a value.
4989         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4990         argument NTH to directly select a value.
4992 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4994         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4996 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4998         * org.el (org-columns-ellipses): New option.
5000 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5002         * org-colview.el (org-columns-add-ellipses): New function.
5003         (org-columns-compact-links): New function.
5004         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5005         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5006         when in agenda.
5007         (org-columns-edit-value): Fixed bug with editing values from
5008         agenda column view.
5009         (org-columns-redo): Also redo the agenda itself.
5011 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5013         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5014         option.
5016         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5018         * org-exp.el (org-export-ascii-preprocess): Renamed from
5019         `org-export-ascii-clean-string'.
5020         (org-export-kill-licensed-text)
5021         (org-export-define-heading-targets)
5022         (org-export-handle-invisible-targets)
5023         (org-export-target-internal-links)
5024         (org-export-remove-or-extract-drawers)
5025         (org-export-remove-archived-trees)
5026         (org-export-protect-quoted-subtrees)
5027         (org-export-protect-verbatim, org-export-protect-examples)
5028         (org-export-select-backend-specific-text)
5029         (org-export-mark-blockquote-and-verse)
5030         (org-export-remove-comment-blocks-and-subtrees)
5031         (org-export-handle-comments, org-export-mark-radio-links)
5032         (org-export-remove-special-table-lines)
5033         (org-export-normalize-links)
5034         (org-export-concatenate-multiline-links)
5035         (org-export-concatenate-multiline-emphasis): New functions,
5036         obtained from spliiting the export preprocessor.
5038         * org-table.el (org-table-recalculate): Improve error message if
5039         the row number is invalid.
5041 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5043         * org-archive.el (org-archive-save-context-info): Fix bugs in
5044         customization setup and docstring.
5046         * org-exp.el (org-export-html-style): Changed the size of in the
5047         <pre> element to 90%.
5049 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5051         * org.el (org-find-src-example-start): Function removed.
5052         (org-edit-src-find-region-and-lang): New function.
5054 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5056         * org.el (org-edit-src-exit): New function.
5057         (org-exit-edit-mode): New minor mode.
5059         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5060         comment-like lines from protected examples.
5062         * org.el (org-edit-src-example, org-find-src-example-start)
5063         (org-protect-source-example, org-edit-special): New functions.
5065 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5067         * org-publish.el (org-publish-project-alist): Fix typo in
5068         docstring.
5069         (org-publish-project-alist): Handle :index-title property.
5071 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5073         * org-export-latex.el (org-export-as-latex): Make sure region
5074         bounds are correct.  Parse subtree properties relating to export.
5076         * org-exp.el (org-export-add-options-to-plist): New function.
5077         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5079 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5081         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5082         EXPORT_TITLE.
5084         * org-exp.el (org-export-get-title-from-subtree)
5085         (org-export-as-ascii, org-export-as-html): Make sure the original
5086         region-beginning and region-end are used, even after moving
5087         point.
5088         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5089         property.
5091         * org-remember.el (org-remember-last-stored-marker): New variable.
5092         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5093         (org-remember-handler): Also use marker to remember
5094         last-stored position.
5096         * org.el (org-goto-marker-or-bmk): New function.
5098 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5100         * org.el (org-file-properties): Renamed from `org-local-properties'.
5101         (org-scan-tags): Take file tags into account.
5102         (org-tags-match-list-sublevels): Default changed to t.
5104         * org-exp.el (org-export-as-html): Close paragraph after a
5105         footnote.
5107         * org.el (org-update-parent-todo-statistics): New function.
5109         * org-exp.el (org-icalendar-store-UID): New option.
5110         (org-icalendar-force-UID): Option removed.
5111         (org-print-icalendar-entries): IMplement UIDs.
5113 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5115         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5117 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5119         * org-faces.el (org-column): Document how this face is being used
5120         and why sometimes the background faces shine through.
5122         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5124         * org-publish.el (org-publish-attachment): Create publishing
5125         directory if it does not yet exist.
5127         * org-table.el (org-calc-default-modes): Change default number
5128         format to (float 8).
5130         * org.el (org-olpath-completing-read): New function.
5131         (org-time-clocksum-format): New option.
5132         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5134         * org-clock.el (org-clock-display, org-clock-out)
5135         (org-update-mode-line): Use `org-time-clocksum-format'.
5137         * org-colview-xemacs.el (org-columns-number-to-string): Use
5138         `org-time-clocksum-format'.
5140         * org-colview.el (org-columns-number-to-string): Use
5141         `org-time-clocksum-format'.
5143 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5145         * org-id.el: New file, move from contrib to core.
5147         * org-exp.el (org-icalendar-force-UID): New option.
5149 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5151         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5152         shifted by one day if theere is a date range without an end
5153         time.
5155         * org.el (org-try-structure-completion): New function.
5157 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5159         * org.el (org-set-font-lock-defaults): Improve fontification of
5160         description lists.
5161         (org-insert-item): Handle description lists.
5162         (org-adaptive-fill-function): Improve auto indentation in
5163         description lists.
5165         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5166         Implement VERSE environment.
5167         (org-export-preprocess-string): Implement the COMMENT
5168         environment.
5170         * org-export-latex.el (org-export-latex-preprocess): Implement
5171         VERSE environment.
5173 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5175         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5176         option.
5178 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5180         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5182         * org.el (org-quote-csv-field): New functions.
5184         * org-table.el (org-table-export-default-format): Remove :splice
5185         from default format, we get the same effect by not specifying
5186         :tstart and :tend.
5187         (org-table-export): Improve setup, distinguish better between
5188         interactive and non-interactive use, allow specifying the format
5189         on the fly, better protection against wrong file names.
5190         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5191         and :tend when :splice is omitted.
5193 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5195         * org-clock.el (org-clock-select-task): Make sure the selection
5196         letters are 1-9 and A-Z, no special characters.
5198 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5200         * org-exp.el (org-export-htmlize): New group.
5201         (org-export-htmlize-output-type)
5202         (org-export-htmlize-css-font-prefix): New options.
5203         (org-export-htmlize-region-for-paste): New function.
5204         (org-export-htmlize-generate-css): New command.
5206 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5208         * org/org.el (org-modules, org-format-latex-options):
5209         * org/org-archive.el (org-archive-stamp-time)
5210         (org-archive-save-context-info):
5211         * org/org-faces.el (org-hide):
5212         * org/org-irc.el (org-irc-parse-link):
5213         * org/org-macs.el (org-call-with-arg, org-autoload):
5214         * org/org-mew.el (org-mew-store-link):
5215         * org/org-remember.el (org-remember-store-without-prompt)
5216         (org-remember-templates): Fix typos in docstrings.
5218         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5220         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5221         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5222         (org-bbdb-anniv-split): Fix typos in docstrings.
5224         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5225         (org-publish-use-timestamps-flag): Reflow docstring.
5226         (org-publish-files-alist): Fix typos in docstring.
5228 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5230         * org.el (org-set-visibility-according-to-property): New function.
5231         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5232         and compute the regular expressions, and update font-lock.
5233         (org-property-re): Allow a dash in property names.
5235         * org-archive.el (org-extract-archive-file): Insert the file name
5236         without the path into the format, to allow the location format to
5237         contain a subdirectory.
5239         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5240         of buffer, and the `org-agenda-type' property undefined, use the
5241         value from the character before.
5243         * org.el (org-add-planning-info): Don't let indentation for
5244         would-be timestamp become extra whitespace at the end of headline.
5246 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5248         * org.el (org-remove-double-quotes, org-file-contents): New
5249         functions.
5251         * org-exp.el (org-infile-export-plist): Also parse the
5252         contents of #+SETUPFILE files, recursively.
5254         * org.el (org-set-regexps-and-options): Also parse the
5255         contents of #+SETUPFILE files, recursively.
5257         * org-exp.el (org-export-handle-include-files): New function.
5258         (org-export-preprocess-string): Call
5259         `org-export-handle-include-files'.
5261         * org.el (org-delete-property-globally)
5262         (org-delete-property, org-set-property): Ignore case during
5263         completion.
5264         (org-set-property): Use `org-completing-read' instead of
5265         `completing-read'.
5267         * org.el (org-complete-expand-structure-template): New,
5268         experimental function.
5269         (org-structure-template-alist): New, experimental option.
5270         (org-complete): Call `org-complete-expand-structure-template'.
5272 2008-05-06  Bastien Guerry  <bzg@altern.org>
5274         * org-export-latex.el (org-export-latex-preprocess): Added
5275         support for blockquotes.
5277 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5279         * org.el (org-read-date-analyze): Catch the case where only a
5280         weekday is given.
5282 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5284         * org.el (org-set-font-lock-defaults): Make the description
5285         tag bold.
5287         * org-exp.el (org-export-as-html, org-close-li): Implement
5288         description lists.
5290 2008-05-04  Jason Riedy  <jason@acm.org>
5292         * org-table.el (*orgtbl-default-fmt*): New variable.
5293         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5294         when there is no other fmt available.
5296         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5297         :tend to suppress the appropriate string.
5299         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5300         table.
5302 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5304         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5305         read date.
5307         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5308         New function.
5310         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5311         New function.
5313 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5315         * org-clock.el (org-clock-find-position): Don't include notes
5316         into clock drawer.
5318         * org-archive.el (org-archive-subtree): No longer remove an
5319         extra line after cutting the subtree.  `org-cut-subtree' already
5320         takes care of this.
5322         * org-remember.el (org-remember-handler): Only kill the target
5323         buffer if it does not contain the running clock.
5325         * org.el (org-markers-to-move): New variable.
5326         (org-save-markers-in-region, org-check-and-save-marker)
5327         (org-reinstall-markers-in-region): New function.
5328         (org-move-subtree-down, org-copy-subtree): Remember relative
5329         marker positions before cutting.
5330         (org-move-subtree-down, org-paste-subtree): Restore relative
5331         marker positions after pasting.
5333         * org-remember.el (org-remember-clock-out-on-exit): New option.
5334         (org-remember-finalize): Clock out only if the setting in
5335         `org-remember-clock-out-on-exit' requires it.
5336         (org-remember-handler): Do the cleanup in the buffer, to make sure
5337         that the clock marker remains in tact.
5339 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5341         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5342         (org-clock-in): Make sure that also tasks outside the narrowed
5343         region will be clocked in correctly.
5344         (org-clock-insert-selection-line): Widen the buffer so that we can
5345         find the correct task heading.
5347         * org.el (org-base-buffer): New function.
5349         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5350         and ";" are escaped.
5351         (org-print-icalendar-entries): Also apply
5352         `org-icalendar-cleanup-string' to the headline, not only to the
5353         summary property.
5355 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5357         * org-exp.el (org-export-preprocess-hook): New hook.
5358         (org-export-preprocess-string): Call
5359         `org-export-preprocess-hook'.
5361         * org.el (org-font-lock-hook): New variable.
5362         (org-font-lock-hook): New function.
5363         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5365 ;; Local Variables:
5366 ;; coding: utf-8
5367 ;; add-log-time-zone-rule: t
5368 ;; End:
5370     Copyright (C) 2008  Free Software Foundation, Inc.
5372   This file is part of GNU Emacs.
5374   GNU Emacs is free software: you can redistribute it and/or modify
5375   it under the terms of the GNU General Public License as published by
5376   the Free Software Foundation, either version 3 of the License, or
5377   (at your option) any later version.
5379   GNU Emacs is distributed in the hope that it will be useful,
5380   but WITHOUT ANY WARRANTY; without even the implied warranty of
5381   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5382   GNU General Public License for more details.
5384   You should have received a copy of the GNU General Public License
5385   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5387 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c