Export: Allow macro definitions to contain other macros
[org-mode.git] / lisp / ChangeLog
blob15ea7c7bdc5a958e0553d4d4d9b8d3c03ee5e20c
1 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-export-preprocess-apply-macros): Scan the
4         expansion of a macro for more macro definitions.
6         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7         invisibility overlay starts on the newline.
9 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-protocol.el (org-protocol-store-link)
12         (org-protocol-remember, org-protocol-open-source): Add autoloads.
14         * org-compat.el (org-float-time): New function.
16         * org.el (org-clock-update-time-maybe)
17         (org-sort-entries-or-items, org-do-sort)
18         (org-evaluate-time-range, org-time-string-to-seconds)
19         (org-closed-in-range): Use `org-float-time'.
21         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
22         (org-timer-seconds):  Use `org-float-time'.
24         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
25         (org-clock-sum, org-dblock-write:clocktable)
26         (org-clocktable-steps):  Use `org-float-time'.
28         * org-agenda.el (org-agenda-last-marker-time)
29         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
31         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
32         function.
34         * org-exp.el (org-get-file-contents): Only protect lines that
35         really need it.
37         * org-html.el (require): Require cl for compilation.
39         * org.el:  Avoid using `default-major-mode'.
41         * org-plot.el (require): Require CL only at compile time.
43         * org-exp.el (require): Require CL only at compile time.
45         * org-agenda.el (org-agenda-quit): When the agenda window is
46         dedicated, remove other windows before exiting, so that the frame
47         really will be killed.
49         * org-exp.el (org-export-handle-include-files): Reset START and
50         END for each loop cycle.
52 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org.el (org-eval-in-calendar): Use
55         `org-select-frame-set-input-focus'.
57         * org-compat.el (org-select-frame-set-input-focus): New function.
59         * org.el (org-update-statistics-cookies): New function.
60         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
62 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
64         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
65         after the local variables are set.
67         * org-latex.el (org-export-latex-protect-amp): New function.
68         (org-export-latex-links): Protect link ampersands in tables.
70         * org-exp.el (org-export-select-backend-specific-text): Match in
71         two steps, to avoid regexp problems.
73         * org.el (org-offer-links-in-entry): Improve working with many and
74         duplicate links.
76         * org-agenda.el (org-agenda-show-1): Make more consistent with
77         normal cycling.
78         (org-agenda-cycle-show): Make more consistent with normal cycling.
80         * org-gnus.el (org-gnus-store-link): Restore the linking to a
81         website.
83 2009-08-30  Bastien Guerry  <bzg@altern.org>
85         * org-latex.el (org-export-latex-first-lines): Bugfix.
87 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-clock.el (org-clock-modify-effort-estimate): Emit message
90         about new effort.
92         * org.el (org-set-effort): New function.
93         (org-mode-map): New key for effort setting command.
95         * org-agenda.el (org-agenda): Keep window setup when calling
96         agenda from within agenda window.
97         (org-agenda-mode-map): New keys for effort setting commands.
98         (org-agenda-menu): Add effort setting commands to menu.
99         (org-agenda-set-property, org-agenda-set-effort): New functions.
101         * org-latex.el (org-export-latex-tables): Fix
102         `org-table-last-alignment' and `org-table-last-column-widths' if
103         the first column has been removed.
105 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
107         * org.el (org-remove-timestamp-with-keyword): Only remove in
108         entry, not in subtree.
110         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
111         emacs lisp.
113         * org.el (org-open-at-point): When on headline, offer all strings
114         in entry.
116         * org-remember.el (org-remember-templates): Documentation fix.
118         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
119         `org-get-last-sibling' instead of the outline versions of these
120         functions.
121         (org-get-last-sibling): New function.
122         (org-refile): Use `org-get-next-sibling' instead of the outline
123         version of this function.
124         (org-clean-visibility-after-subtree-move): Use
125         `org-get-next-sibling' and `org-get-last-sibling' instead of the
126         outline versions of these functions.
128 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
130         * org-agenda.el (org-prepare-agenda): When creating a new frame
131         for the agenda, make the window dedicated.
133         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
135         * org-table.el (org-table-align): Change the order of reinsertion
136         and deletion, to avoid problems with overlays following the table.
138         * org.el (org-parse-time-string): Better error message.
139         (org-show-subtree): Use org-end-of-subtree.
141         * org-macs.el (org-goto-line): New defsubst.
143         * org.el (org-open-file, org-change-tag-in-region)
144         (org-fast-tag-show-exit): Don't use `goto-line'.
146         * org-table.el (org-table-align, org-table-insert-column)
147         (org-table-delete-column, org-table-move-column)
148         (org-table-sort-lines, org-table-copy-region)
149         (org-table-paste-rectangle, org-table-wrap-region)
150         (org-table-get-specials, org-table-rotate-recalc-marks)
151         (org-table-get-range, org-table-recalculate)
152         (org-table-edit-formulas, org-table-fedit-convert-buffer)
153         (org-table-show-reference, org-table-highlight-rectangle): Don't
154         use `goto-line'.
156         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
157         (org-edit-src-exit): Don't use `goto-line'.
159         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
161         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
162         Don't use `goto-line'.
164         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
166         * org-colview.el (org-columns, org-columns-redo)
167         (org-agenda-columns): Don't use `goto-line'.
169         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
170         use `goto-line'.
172         * org-agenda.el (org-agenda-mode): Force visual line motion off.
173         (org-agenda-add-entry-text-maxlines): Improve docstring.
174         (org-agenda-start-with-entry-text-mode): New option.
175         (org-agenda-entry-text-maxlines): New option.
176         (org-agenda-entry-text-mode): New variable.
177         (org-agenda-mode): Set initial value of
178         `org-agenda-entry-text-mode'.
179         (org-agenda-mode-map): Add the `E' key.
180         (org-agenda-menu): Add entry text mode to the menu.
181         (org-agenda-get-some-entry-text): Fix line count bug.
182         (org-finalize-agenda): Apply entry text mode if appropriate.
183         (org-agenda-entry-text-show-here): New function.
184         (org-agenda-entry-text-show): New function.
185         (org-agenda-entry-text-hide): New function.
186         (org-agenda-view-mode-dispatch): Add entry text mode to the view
187         key menu.
188         (org-agenda-entry-text-mode): New command.
189         (org-agenda-set-mode-name): Add entry text mode to the mode line
190         string.
191         (org-agenda-undo, org-agenda-get-restriction-and-command)
192         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
193         `goto-line'.
195 2009-08-26  Bernt Hansen  <bernt@norang.ca>
197         * org-clock.el (org-notify): Bugfix.
199 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org-agenda.el (org-agenda-open-link): Handle multiple links and
202         check for after-string.
204         * org-gnus.el (org-gnus-store-link): Simplify.
206         * org.el (org-latex-regexps): Don't add extra empty lines for
207         display formulas.
209 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-agenda.el (org-agenda-get-some-entry-text): New function.
212         (org-agenda-add-entry-text): Use
213         `org-agenda-get-some-entry-text'.
215         * org.el (org-cycle-separator-lines): Update docstring.
216         (org-cycle-show-empty-lines): Handle negative values for
217         `org-cycle-show-empty-lines'.
219         * org-exp.el (org-export-protect-sub-super): New function.
220         (org-export-normalize-links): Protect the url of plain links from
221         supscript and superscript processing.
223         * org-remember.el (org-remember-escaped-%): New function.
224         (org-remember-apply-template): Use `org-remember-escaped-%' to
225         detect escaped % signs.
227 2009-08-23  Bastien Guerry  <bzg@altern.org>
229         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
230         sound when showing the notification.
232         * org-clock.el (org-notify): New function.
233         (org-clock-notify-once-if-expired): Use `org-notify'.
235         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
236         and `gnus-article-mode' separately.
237         (gnus-summary-article-header): Fix the declare-function.
239 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-exp.el (org-export-format-source-code-or-example): Translate
242         language.
244         * org-src.el (org-src-lang-modes): New variable
245         (org-edit-src-code): Translate language.
247         * org-exp.el (org-export-format-source-code-or-example): Deal wit
248         the new structure of the `org-export-latex-listings-langs'
249         variable.
251         * org-latex.el (org-export-latex-listings-langs): Change structure
252         of the variable from plist to alist.
254 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
256         * org.el (org-in-commented-line): New function.
258 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org.el (org-hide-block-toggle): Make folded blocks searchable.
262 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
264         * org.el (org-flag-drawer): More useful error.
266 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org-remember.el (org-remember-apply-template): Use
269         org-icompleting-read.
271         * org-publish.el (org-publish): Use org-icompleting-read.
273         * org-colview.el (org-columns-edit-value, org-columns-new)
274         (org-insert-columns-dblock): Use org-icompleting-read.
276         * org-colview-xemacs.el (org-columns-edit-value)
277         (org-columns-new, org-insert-columns-dblock): Use
278         org-icompleting-read.
280         * org-attach.el (org-attach-delete-one, org-attach-open): Use
281         org-icompleting-read.
283 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org.el (org-hierarchical-todo-statistics): Improve docstring.
286         (org-version): Return the version text.
287         (org-org-menu): Add a menu entry for the new bug reporter.
288         (org-submit-bug-report): New command.
290         * org-list.el (org-hierarchical-checkbox-statistics): Improve
291         docstring.
293         * org.el (org-emphasis-regexp-components): Add "`" to set of
294         pre-emphasis characters.
296         * org-latex.el (org-export-latex-classes): Always include the soul
297         package.
298         (org-export-latex-emphasis-alist): Use \st for strikethough.
300         * org-exp-blocks.el (org-export-blocks-preprocess): Use
301         `indent-code-rigidly' to indent.
303         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
304         properties only if MATCH really is a string.
306 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-latex.el (org-export-latex-packages-alist): Fix
309         customization type.
311         * org.el (org-create-formula-image): Also use
312         `org-export-latex-packages-alist'.
314         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
315         (org-export-as-html): Format footnotes correctly.
317 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org.el (org-fast-tag-selection): Avoid text properties on tags
320         in the alist.
322         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
323         text properties on the match element.
325 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
327         * org.el (org-set-regexps-and-options): Make sure the list of done
328         keywords is not invalid.
330         * org-exp.el (org-export-interpolate-newlines): New function.
332 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-format-latex): Avoid nested overlays.
336         * org-latex.el (org-export-latex-listings-langs): Add a few more
337         languages.
339         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
340         ignore newlines and space before the first macro argument.
342         * org-latex.el (org-export-latex-tables): Remove save-excursion
343         around `org-table-align'.
345 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org.el (org-export-html-special-string-regexps): Definition
348         moved into org.el
350         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
351         in macro calls.
353 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
355         * org-latex.el (org-export-latex-listings)
356         (org-export-latex-listings-langs): New options.
358         * org-exp.el (org-export-format-source-code-or-example): Use
359         listing package if requested by the user.
361 2009-08-08  Bastien Guerry  <bzg@altern.org>
363         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
364         command before actually switching to a buffer.
366 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
368         * org-exp.el (org-get-file-contents): Only quote org lines when
369         the markup is src or example.
371         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
372         New option
373         (org-agenda-get-day-entries): Remember deadline results and pass
374         them on into the function getting the scheduling information.
375         (org-agenda-get-scheduled): Accept deadline results as parameters
376         and maybe skip some entries.
377         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
379         * org.el (org-insert-heading): When respecting content, do not
380         convert current line to headline.
382         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
383         cheeeeeck the hd marker
384         (org-clock-in): Also set the hd marker.
385         (org-clock-out): Also set the hd marker.
386         (org-clock-cancel): Reset markers.
388         * org.el (org-clock-hd-marker): New marker.
390         * org-faces.el (org-agenda-clocking): New face.
392         * org-agenda.el (org-agenda-mark-clocking-task): New function.
393         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
395         * org.el (org-modules): Add org-track.el.
397         * org-agenda.el (org-agenda-bulk-marked-p): New function.
398         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
399         `org-agenda-bulk-marked-p'.
400         (org-agenda-bulk-toggle): New command.
402 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
404         * org.el (org-move-subtree-down): Hide subtree if it was folded,
405         not just the body.
407         * org-remember.el (org-remember-finalize): Avoid buffer-modified
408         messages.
426 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
428         * org-latex.el (org-export-latex-first-lines): Fix bug with
429         finding the end of the first lines.
431         * org.el (org-create-formula-image): Remove the -E option for
432         dvipng.
434         * org-exp.el (org-default-export-plist): Respect #+BIND.
435         (org-export-confirm-letbind): New function.
437         * org.el (org-paste-subtree): Test the kill ring entry if it is
438         going to be used.
439         (org-copy-subtree): Use `org-forward-same-level'.
440         (org-forward-same-level): Respect the `invisibe-ok' arg for
441         back-to-heading.
443 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
445         * org.el (org-table-map-tables): Make sure cursor is back at table
446         beginning after funcall.
448         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
449         handled before children, and do not error if an entry is not
450         found, probably because it hase been remove when the parent was
451         archived or refiled.
453         * org.el (org-ido-completing-read): Accept straight lists for
454         completion as well as alists.
456         * org-html.el (org-export-as-html): Fix parenthesis error in
457         footnore code.
459         * org-timer.el (org-timer-cancel-timers): Renamed from
460         `org-timer-cancel-timers'.
462         * org.el (org-cycle-internal-local): Fix problem with finding next
463         invisible line.
465 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
467         * org-list.el (org-list-send-list): Call
468         `org-list-goto-true-beginning' instead of
469         `org-list-find-true-beginning', which does not exist.
471         * org-timer.el (org-timer-reset-timers): Use `mapc'.
472         (org-timer-set-timer): Do not assign to heading.
474         * org-id.el (org-id-open): Quote function name.
476         * org-macs.el (org-unmodified): Turn off recording undo
477         information while running inside the macro.
479         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
480         variable.
481         (org-indent-mode): Remember and restore value of
482         org-hide-leading-stars before `org-indent-mode'.
484         * org-table.el (org-table-export): Also work in file-less
485         buffers.
487         * org.el (org-startup-indented): New option.
488         (org-startup-options): Add new options indent and noindent.
489         (org-unfontify-region): Remove line-prefix and wrap-prefix
490         properties.
491         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
492         hooks.
493         (org-promote, org-demote): Run the new hooks.
495         * org-table.el (org-table-align): Replace leading \n as well.
497         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
498         and `line-wrap' text properties.
500         * org-compat.el (org-kill-new): New function.
502         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
503         `line-wrap' text properties.
505         * org-indent.el: New file.
507 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org.el (org-provide-todo-statistics): Tweak docstring.
511         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
513 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org-exp.el (org-export-as-org): Insert the "-source" string
516         before the extension.
518         * org.el (org-read-date): Make sure the calendar is in the current
519         frame.
520         (org-set-emph-re): Remove the ? from the post-match.
521         (org-emphasis-regexp-components): Add backslash to the
522         postmatch class.
523         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
524         optional so that also lines at the end of the buffers will still
525         be matched as headlines.
527         * org-table.el (org-table-error-on-row-ref-crossing-hline):
528         Variable made obsolete.
529         (org-table-relative-ref-may-cross-hline): New option.
530         (org-table-find-row-type): Honow the new option
531         `org-table-relative-ref-may-cross-hline'.
533 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
535         * org-table.el (org-table-cut-region, org-table-copy-region): Work
536         on single field if no active region.
538 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-latex.el (org-export-latex-make-header): Only insert title
541         if one is defined.
543         * org.el (org-make-options-regexp): Allow empty values.
545         * org-html.el (org-export-as-html): Move hrule detection to after
546         plain list handling.
548 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
550         * org-html.el (org-format-org-table-html): Fix colgroup tags.
552 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
554         * org.el (org-cycle-internal-local): Improved version of finding
555         next visible line.
556         (org-cycle-hide-drawers): Only hide drawers if this is really
557         necessary.
558         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
559         org-version of this function in Org-mode.  We use advice to
560         implement this change, so that future changes to this function in
561         outline.el wil be handled properly.
562         (org-forward-same-level, org-backward-same-level): New commands.
564 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org.el (org-remove-empty-overlays-at)
567         (org-clean-visibility-after-subtree-move): New functons.
568         (org-move-subtree-down): Simplify cleanup of display.
570 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-mac-message.el (org-mac-message-get-links): Improve
573         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
574         "s".  Fix the return value.
575         (org-mac-message-insert-flagged): Simplify.
577         * org.el (org-refile-get-location): Tamper with refile history o
578         that history contains compete matches instead of the entered
579         string.
581 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
583         * org.el (org-store-link): Never store a link to an inline task.
585         * org-inlinetask.el (org-inlinetask-insert-task): New command.
587         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
588         inline tasks when positioning footnotes.
590         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
591         function.
593         * org.el (org-refile): Remove the END line when archiving an
594         inline task that does have an END line.
596         * org-archive.el (org-archive-subtree): Remove the END line when
597         archiving an inline task that does have an END line.
599         * org-macs.el (org-with-limited-levels): New macro.
600         (org-get-limited-outline-regexp): New function.
602         * org-exp.el (org-export-format-source-code-or-example): Fix bug
603         that did not enumerate first line.
604         (org-export-mark-radio-links): Skip matches in links.
606 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
608         * org.el (org-activate-plain-links): Make single-match.
609         (org-adapt-indentation): Fix docstring.
611         * org-macs.el (org-unmodified): Turn of modification hooks while
612         running this macro.
614 2009-08-02  Bastien Guerry  <bzg@altern.org>
616         * org.el (org-adapt-indentation): Slightly improve the docstring.
617         (org-occur): Sends an error when the user inputs an empty string.
618         (org-priority): Bugfix: the tag alignement should happen within
619         save-excursion.
621 2009-07-31  Bastien Guerry  <bzg@altern.org>
623         * org.el (org-make-link-regexps): Don't exclude parentheses from
624         `org-plain-link-re'
625         (org-cycle-internal-local): When locally cycling, switch directly
626         from CHILDREN to FOLDED if there is no subtree
627         (org-cycle): Update the docstring to document the new behavior of
628         `org-cycle-internal-local'.
630 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
632         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
633         an abbreviated format for days.
635 2009-07-27  Bastien Guerry  <bzg@altern.org>
637         * org-protocol.el (org-protocol-default-template-key): New
638         option.
640         * org.el (org-refile): Bugfix: save-excursion before reading the
641         refile target, otherwise cursor moves might confuse `org-refile'.
643         * org-html.el (org-export-as-html): Bugfix: correctly convert the
644         footnote reference before the footnote itself.
646         * org.el (org-toggle-heading): Bugfix: correctly convert list
647         items before the first headline.
649         * org-html.el (org-export-html-footnote-format): New option for
650         formatting the footnote reference.
651         (org-export-as-html): Use the new option.
653         * org.el (org-provide-todo-statistics): Allow a list of TODO
654         keywords to compute statistics against headlines containing a
655         keyword from this list.
656         (org-update-parent-todo-statistics): Possibly use the new allowed
657         value of `org-provide-todo-statistics'.
659 2009-07-26  Bastien Guerry  <bzg@altern.org>
661         * org-timer.el: Add autoload cookie.
663         * org.el (org-occur-link-in-agenda-files): New function.
665         * org-timer.el (org-timer-last-timer): New variable.
667         * org-agenda.el (org-agenda-mode-map): New key for
668         org-timer-set-timer called from the agenda.
670         * org.el (org-mode-map): New key for org-timer-set-timer.
672         * org-timer.el (org-timer-reset-timers)
673         (org-timer-show-remaining-time, org-timer-set-timer): New
674         functions.
676         * org-clock.el (org-show-notification): Update the docstring.
678         * org.el (org-provide-todo-statistics): Allow new value
679         'all-headlines for this option, which includes entries with no
680         TODO keywords in the todo statistics.
681         (org-update-parent-todo-statistics): Possibly use the new
682         'all-headline value from `org-provide-todo-statistics'.
684 2009-07-25  Bastien Guerry  <bzg@altern.org>
686         * org-clock.el (org-dblock-write:clocktable): Add a new option
687         :timestamp which allows display of timestamps in clock reports.
689         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
690         list to a subtree, preserving the structure of the list.
691         (org-set-emph-re): Make the last element optional in the regexp.
692         This regexp now matches an emphasized string at the end of a line.
694         * org-list.el (org-list-goto-true-beginning)
695         (org-list-make-subtree, org-list-make-subtrees): New functions.
697         * org.el (org-eval-in-calendar): Select the right frame.
698         (org-save-frame-excursion): Remove this macro.
700 2009-07-24  Bastien Guerry  <bzg@altern.org>
702         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
703         trying to find the beginning of a list.
705         * org-exp.el (org-get-file-contents): Use a new argument: markup.
706         When present, tell org-get-file-contents not to protect org-like
707         lines.
709         * org-id.el (org-id-uuid-program): New option to set the name of
710         the uuidgen program.
711         (org-id-method): Use `org-id-uuid-program'.
712         (org-id-new): Use `org-id-uuid-program'.
714 2009-07-23  Bastien Guerry  <bzg@altern.org>
716         * org-exp.el (org-export-number-lines): Allow whitespace in code
717         references.  Allow the -r switch to remove the references in the
718         source code even when the lines are not numbered: the labels can
719         be explicit enough.
721         * org.el (org-fontify-whole-heading-line): New option.
722         (org-set-font-lock-defaults): Use the new option.
724         * org-clock.el (org-show-notification-handler): New option.
725         (org-show-notification): Use the new option.
727 2009-07-21  Bastien Guerry  <bzg@altern.org>
729         * org.el (org-eval-in-calendar): Fix a bug about calendar
730         navigation when `calendar-setup' value is 'calendar-only.
732 2009-07-19  Bastien Guerry  <bzg@altern.org>
734         * org.el (orgstruct++-mode): Fix typo in docstring.
735         (org-insert-link): Clean up: (or (...)) => (...)
736         (org-insert-link): Use TAB for stored links completion.
738 2009-07-18  Bastien Guerry  <bzg@altern.org>
740         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
741         building the list of targets.
743         * org-remember.el (org-remember-delete-empty-lines-at-end): New
744         option.
745         (org-remember-handler): Use the new option.
747 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
749         * org.el (org-tags-sort-function): New option for sorting tags.
750         (org-set-tags): Use the new option to sort tags.
752         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
753         premature deletion of the data when using org-plot in a script.
755 2009-07-17  Bastien Guerry  <bzg@altern.org>
757         * org-clock.el (org-clock-in-prepare-hook): New hook.
758         (org-clock-in): Use this new hook.
760 2009-07-16  Bastien Guerry  <bzg@altern.org>
762         * org.el (org-special-ctrl-a/e): Explicitely bind the value
763         'reversed for this option to the "true line boundary first"
764         behavior.
765         (org-tags-match-list-sublevels): Document the 'indented value for
766         this variable.
768         * org-latex.el (org-export-latex-first-lines): Fix problem with
769         publishing the region.
771         * org-exp.el (org-export-format-source-code-or-example): Fix
772         bad line numbering when exporting examples in HTML.
774 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
776         * org-colview.el (org-format-time-period): Formats a time in
777         fractional days as days, hours, mins, seconds.
778         (org-columns-display-here): Add special handling for SINCE and
779         SINCE_IA to format for display.
781         * org.el (org-time-since): Add a function to get the time since an
782         org timestamp.
783         (org-entry-properties): Add two new special properties: SINCE and
784         SINCE_IA. These give the time since any active or inactive
785         timestamp in an entry.
786         (org-special-properties): Add SINCE, SINCE_IA.
787         (org-tags-sort-function): Add custom declaration for tags
788         sorting function.
789         (org-set-tags): Sort tags if org-tags-sort-function is set
791 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
793         * org-clock.el (org-clock-goto): Find hidden headlines as well.
795         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
797         * org-plot.el (org-plot/add-options-to-plist): Add timeind
798         option.
800 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org-publish.el (org-publish-remove-all-timestamps): New function.
803         (org-publish-all): Remove all timestamp files if `org-publish-all'
804         is called with a prefix argument.
806         * org-list.el (org-indent-item): Fix typo.
807         (org-item-indent-positions): Normalize ordered bullet.
809         * org-html.el (org-export-html-home/up-format): New option.
810         (org-export-as-html): Insert the up and HOME links.
812 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
814         * org-html.el (org-export-as-html): Insert the title into the
815         option plist.
816         (org-export-html-insert-plist-item): New function.
817         (org-export-as-html): Call `org-export-html-insert-plist-item'.
819         * org-macs.el (org-set-local): Make a local variable, do not make
820         the variable buffer-local!
822         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
824         * org-html.el (org-export-as-html): Call `org-install-letbind'.
826         * org-docbook.el (org-export-as-docbook): Call
827         `org-install-letbind'.
829         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
831         * org-exp.el (org-infile-export-plist): Read BIND lines.
832         (org-install-letbind): New function.
833         (org-export-as-org, org-export-preprocess-string): Call
834         `org-install-letbind'.
836         * org-src.el (org-edit-src-exit): Untabify the example before
837         returning to Org.
839         * org-list.el (org-list-demote-modify-bullet): New option.
840         (org-first-list-item-p): Save point.
841         (org-fix-bullet-type): New optional argument FORCE-BULLET.
842         (org-indent-item): Honor `org-list-demote-modify-bullet'.
843         (org-item-indent-positions): Return bullet types along with
844         indentation.
846 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
848         * org.el (org-show-entry): Hide drawers.
850 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-footnote.el (org-footnote-auto-adjust): New option.
853         (org-footnote-auto-adjust-maybe): New function.
854         (org-footnote-new, org-footnote-delete): Call
855         `org-footnote-auto-adjust-maybe'.
857         * org.el (org-startup-options): Add new footnote-related
858         keywords.
860         * org-publish.el (org-publish-timestamp-filename): Additional
861         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
862         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
863         TRUE-PUB-DIR.  Pass them through to
864         `org-publish-timestamp-filename'.
865         (org-publish-update-timestamp): Additional arguments PUB-DIR and
866         PUB-FUNC, which are included in the hash.
867         (org-publish-file): Delay timestamp test until the publishing
868         function is known.
870 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
873         setting the deadline.
875         * org.el (org-read-date-final-answer): New variable.
876         (org-read-date): Store the final answer string, including the date
877         from the calendar, for reuse by agenda bulk commands.
879         * org-publish.el (org-publish-attachment): Fix publishing of
880         attachments.
882         * org-latex.el (org-export-latex-quotation-marks): Fix export of
883         quotation makrs in parenthesis.
884         (org-remove-initial-hash): New function.
885         (org-export-latex-preprocess): Fix bug with infinite loop if
886         environment is not properly closed.
888         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
889         when indented.
891         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
892         highlight also when indented.
894 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
896         * org-footnote.el (org-footnote-renumber-fn:N): New command.
897         (org-footnote-action): Offer renumbering.
899         * org.el (org-cycle): Honor the `integrate' value of
900         org-cycle-include-plain-lists'.
902         * org-list.el (org-cycle-include-plain-lists): New allowed value
903         `internal'.  Improve the docstring.
905         * org.el (org-set-autofill-regexps): Improve the paragraph-start
906         regexp to work better with LaTeX commands.
908 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-feed.el (org-feed-update): fix problem with non-existing
911         buffer.
912         (org-feed-skip-http-headers): New function.
913         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
914         (org-feed-get-feed): Fix command line arguments for curl.
916 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
919         and eps extensions.
921 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
923         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
924         loaded.
926         * org.el (org-map-entries): No longer force
927         `org-tags-match-list-sublevels' to t during a todo-only tags
928         search.
930 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
932         * org-latex.el (org-export-latex-low-levels): Allow user-defined
933         environment.
934         (org-export-latex-subcontent): Handle user-defined environment.
936         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
937         the View dispatcher.
939         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
940         `make-overlay'.
942         * org-latex.el (org-export-as-pdf): Protect match data during call
943         to shell-quote-argument.
945         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
946         (org-agenda-view-mode-dispatch): New function.
948 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
950         * org-agenda.el (org-agenda-mode): Reset list of marks.
951         (org-agenda-mode-map): Define new keys for refile and bulk action.
952         (org-agenda-menu): Add menu itesm for refile and bulk action.
953         (org-agenda-refile): New function.
954         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
955         (org-agenda-marked-entries): New variable.
956         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
957         (org-agenda-remove-all-bulk-action-marks)
958         (org-agenda-bulk-action): New functions/commands.
960 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
962         * org-exp.el (org-get-file-contents): Protect org-like lines in
963         included files.
964         (org-export-format-source-code-or-example): Remove newlines.
966         * org-latex.el (org-export-latex-links): Check for no-description
967         marking.
969         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
970         argument separator back to comma.
971         (org-export-normalize-links): Mark links without description.
973 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org-exp.el (org-infile-export-plist): Fix bug in macro
976         processing.
978         * org-agenda.el (org-agenda-clock-out): Update line after clocking
979         out.
980         (org-agenda-highlight-todo): Fix bug with highlighting.
982 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
985         new alignment strings.
987         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
988         command list.
989         (org-table-align): Check for forced align type.
991         * org.el (org-self-insert-command): Add yas/expand to command
992         list.
994         * org-clock.el (org-clock-in-hook): New hook.
995         (org-clock-in): Run `org-clock-in-hook.
996         (org-clock-out-hook): New hook.
997         (org-clock-out): Run `org-clock-out-hook.
998         (org-clock-cancel-hook): New hook.
999         (org-clock-cancel): Run `org-clock-cancel-hook.
1000         (org-clock-goto-hook): New hook.
1001         (org-clock-goto): Run `org-clock-goto-hook.
1003 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
1005         * org.el (org-store-link): Better default description for link to
1006         Org-mode headline.
1008         * org-exp.el (org-export-generic): Autoload the generic exporter
1009         function.
1010         (org-export): Implement the `g' key for the generic exporter.
1012 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
1014         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
1015         and for zbacktab'.
1017         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
1019         * org-exp.el (org-infile-export-plist): Get macros also from
1020         #+SETUPFILE.
1022 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org-colview.el (org-columns-capture-view): Protect vertical bars
1025         in column values.
1026         (org-columns-capture-view): Exclude comment and archived trees.
1028         * org-colview-xemacs.el (org-columns-capture-view): Protect
1029         vertical bars in column values.
1030         (org-columns-capture-view): Exclude comment and archived trees.
1032         * org.el (org-quote-vert): New function.
1034         * org-latex.el (org-export-latex-verbatim-wrap): New option.
1036         * org-exp.el (org-export-format-source-code-or-example): Use
1037         `org-export-latex-verbatim-wrap'.
1039         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
1040         time stamps.
1042         * org-html.el (org-export-table-row-tags): New option.
1043         (org-format-org-table-html): Rename `nlines' to `nline', use new
1044         option.
1047 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1049         * org-exp-blocks.el: Declare functions and variables.
1051         * org-remember.el (org-remember-templates): Allow the headline
1052         element to be a function.
1053         (org-remember-apply-template): If the headline is a function, call
1054         it to get the true function.
1056         * org-clock.el (org-clock-menu): New function.
1057         (org-clock-update-mode-line): Update help string.
1058         (org-clock-modify-effort-estimate): New function.
1059         (org-clock-mark-default-task): New function.
1061         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1062         minutes as input.
1063         (org-org-menu): Add new clocking stuff.
1064         (org-clock-is-active): New function.
1066 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1068         * org.el (org-open-non-existing-files): Improve docstring.
1070 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1072         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1073         option.
1074         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1076         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1078         * org-list.el (org-get-checkbox-statistics-face): Use the new
1079         faces.
1081         * org-faces.el (org-checkbox-statistics-todo)
1082         (org-checkbox-statistics-done): New faces.
1084 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1086         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1087         (org-edit-src-exit): Better cursor positioning when returning from
1088         editing.
1090         * org-latex.el (org-export-latex-use-verb): New variable.
1091         (org-export-latex-emph-format): Prefer \texttt over \verb when
1092         org-export-latex-use-verb is set.
1094 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1096         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1097         at normal indentation.
1099         * org-html.el (org-export-html-close-lists-maybe): Also look at
1100         normal indentation.
1102         * org-remember.el (org-remember-handler): Abort remember if the
1103         buffer is empty.
1105         * org-src.el (org-edit-src-content-indentation): New option.
1106         (org-edit-src-exit): Apply extra indentation.
1108         * org-exp.el (org-export-format-source-code-or-example): Run
1109         `org-src-mode-hook'.
1111         * org-src.el (org-src-mode-hook): New variable.
1112         (org-edit-src-code): Run `org-src-mode-hook'.
1114 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1118         * org-src.el (org-edit-src-get-indentation): New function.
1119         (org-edit-src-code): Base indentation on the begin line.
1121 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1123         * org-gnus.el (org-gnus-store-link): Require message.el in
1124         org-gnus-store-link.
1126 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-src.el: New file, split out of org.el
1130         * org-docbook.el (org-export-as-docbook): Better indentation
1131         treatment.
1133         * org-macs.el (org-replace-match-keep-properties): New function.
1135         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1136         preprocessing of center and quote and verse blocks.
1138         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1139         (org-export-as-docbook): Close lists when original indentation
1140         mandates it.
1142         * org-html.el (org-export-html-close-lists-maybe): New function.
1143         (org-export-as-html): Close lists when original indentation
1144         mandates it.
1146         * org-list.el (org-list-end): Respect the stored "original"
1147         indentation when determining the end of the list.
1149         * org-exp.el (org-export-replace-src-segments-and-examples):
1150         Remember indentation correctly.
1152 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1154         * org-clock.el (org-clock-update-mode-line): Apply face
1155         org-mode-line-clock.
1157         * org-faces.el (org-mode-line-clock): New face.
1159 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1161         * org-gnus.el (org-gnus-store-link): Fix bug where
1162         `org-gnus-store-link' used wrong subject when called in an article
1163         buffer.  Patch provided by fengli AT gmail DOT com.
1165 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1167         * org-exp.el (org-export-format-source-code-or-example): Remember
1168         the original indentation of source code snippets and examples.
1170         * org-latex.el (org-export-as-latex): Relocate the table of
1171         contents.
1173         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1175         * org-agenda.el (org-run-agenda-series): Scope global options also
1176         when creating the agenda buffer.
1178 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1180         * org.el (org-adapt-indentation): Improve documentation.
1181         (org-insert-property-drawer): Respect org-adapt-indentation when
1182         inserting the drawer.
1183         (org-remove-flyspell-overlays-in): New function.
1184         (org-do-emphasis-faces, org-activate-plain-links)
1185         (org-activate-code, org-fontify-meta-lines-and-blocks)
1186         (org-activate-angle-links, org-activate-footnote-links)
1187         (org-activate-bracket-links, org-activate-dates)
1188         (org-activate-target-links, org-activate-tags): Remove flyspell
1189         overlays.
1191 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org.el (org-edit-src-save): New function.
1195         * org-clock.el (org-clock-out-switch-to-state): New option.
1196         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1198         * org-compat.el (org-compatible-face): Improve macro.
1200         * org.el (org-global-properties-fixed): Add default for
1201         CLOCK_MODELINE_TOTAL.
1203         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1204         andd tend.
1205         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1206         org-clock-sum.
1207         (org-clock-get-sum-start): New function.
1209         * org.el (org-startup-options): New keywords blockhide and
1210         blockshow.
1211         (org-mode): Add new invisibility spec.
1212         (org-set-startup-visibility): Hide block on startup if so
1213         desired.
1214         (org-hide-block-startup): New option.
1215         (org-block-regexp): New constant.
1216         (org-hide-block-overlays): New variable.
1217         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1218         (org-show-block-all, org-hide-block-toggle-maybe)
1219         (org-hide-block-toggle): New functions.
1220         (org-edit-src-exit): Do not quote lines starting with # and no +
1221         behind it.
1222         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1223         entry.
1225 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1227         * org.el (org-buffer-property-keys): Add Effort property for
1228         completion.
1230 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1232         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1233         when retrieving total clocked time in the subtree.
1235         * org.el (org-quoting-blocks): New variable.
1237 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-table.el (org-table-store-formulas)
1240         (org-table-get-stored-formulas, org-table-fix-formulas)
1241         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1242         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1244         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1245         indented #+TBLFM line.
1247         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1248         indented #+TBLFM line.
1250         * org-colview.el (org-dblock-write:columnview): Allow indented
1251         #+TBLFM line.
1253         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1254         indented #+TBLFM line.
1256         * org-clock.el (org-dblock-write:clocktable): Allow indented
1257         #+TBLFM line.
1259 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-exp.el (org-export-format-source-code-or-example): Make
1262         editing indented blocks work correctly.
1264         * org.el (org-edit-src-nindent): New variable.
1265         (org-edit-src-code, org-edit-fixed-width-region)
1266         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1267         editing indented blocks work correctly.
1269 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1271         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1272         indented blocks.
1273         (org-export-format-source-code-or-example): Fix indentation of
1274         blocks.
1275         (org-export-remove-indentation): New function.
1276         (org-export-select-backend-specific-text): Allow backend-specific
1277         code to be indented.
1278         (org-export-mark-blockquote-verse-center): Allow markers to be
1279         indented.
1281         * org.el (org-fontify-meta-lines): New function.
1282         (org-set-font-lock-defaults): Call the new fontification
1283         function.
1285         * org-faces.el (org-meta-line): New face
1286         (org-block):  New face.
1288 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org.el (org-treat-insert-todo-heading-as-state-change)
1291         (org-treat-S-cursor-todo-selection-as-state-change): New
1292         variables.
1293         (org-insert-todo-heading): Honor
1294         `org-treat-insert-todo-heading-as-state-change'.
1295         (org-shiftright, org-shiftleft): Honor
1296         `org-treat-S-cursor-todo-selection-as-state-change'.
1297         (org-inhibit-logging): New variable.
1299 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1301         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1302         range for marker position checking.
1304         * org-latex.el (org-export-latex-first-lines): Fix bug when
1305         exporting a region.
1307 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org-exp.el (org-export-push-to-kill-ring): Protect using
1310         x-set-selection, because that does not always work.
1312         * org-agenda.el (org-agenda-list): Apply the new face
1313         `org-agenda-date-today'.
1315         * org-faces.el (org-agenda-date-today): New face.
1317 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1320         creating appointments.
1322         * org-latex.el (org-export-latex-low-levels): Fix customization
1323         type.
1325         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1326         priority commands.
1328         * org-agenda.el (org-agenda-priority): Disable priority commands.
1330         * org.el (org-enable-priority-commands): New option.
1332         * org-colview-xemacs.el (org-columns-compute)
1333         (org-columns-number-to-string): Fix problems with empty fields.
1335         * org-colview.el (org-columns-compute)
1336         (org-columns-number-to-string): Fix problems with empty fields.
1338         * org-exp.el (org-export-push-to-kill-ring): New function.
1339         (org-export-copy-to-kill-ring): New option.
1341         * org-latex.el (org-export-as-latex): Call
1342         `org-export-push-to-kill-ring'.
1344         * org-html.el (org-export-as-html): Call
1345         `org-export-push-to-kill-ring'.
1347         * org-docbook.el (org-export-as-docbook): Call
1348         `org-export-push-to-kill-ring'.
1350         * org-ascii.el (org-export-as-ascii): Call
1351         `org-export-push-to-kill-ring'.
1353         * org-exp.el (org-export-show-temporary-export-buffer): New
1354         option.
1356         * org-latex.el (org-export-as-latex): Use
1357         `org-export-show-temporary-export-buffer'.
1359         * org-html.el (org-export-as-html): Use
1360         `org-export-show-temporary-export-buffer'.
1362         * org-docbook.el (org-export-as-docbook): Use
1363         `org-export-show-temporary-export-buffer'.
1365         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1366         `org-export-show-temporary-export-buffer'.
1368         * org-exp.el (org-export-show-temporary-export-buffer): New
1369         option.
1370         (org-export-push-to-kill-ring): New function.
1372         * org-colview.el (org-columns-compile-map): New variable.
1373         (org-columns-new, org-columns-compute)
1374         (org-columns-number-to-string, org-columns-uncompile-format)
1375         (org-columns-compile-format): Implement new operators.
1377 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1379         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1381         * org-html.el (org-export-html-xml-declaration): New option.
1382         (org-export-as-html): Use `org-export-html-xml-declaration'.
1384         * org-list.el (org-update-checkbox-count): Make property
1385         dependent.
1387         * org.el (org-hierarchical-todo-statistics): New option.
1388         (org-update-parent-todo-statistics): Modified to handle recursive
1389         statistics.
1391 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1393         * org-publish.el (org-publish): Make this function behave
1394         correctly in interactive use when called with a prefix argument.
1396         * org.el (org-todo-statistics-hook): New hook.
1397         (org-update-parent-todo-statistics): Use new hook.
1398         (org-log-into-drawer): New function.
1399         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1400         determine if we should be logging into a drawer.
1401         (org-log-into-drawer): Update docstring.
1402         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1404         * org-list.el (org-checkbox-statistics-hook): New hook.
1405         (org-update-checkbox-count-maybe): Use new hook.
1407         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1408         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1409         to kill ring.
1411 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1413         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1414         a line.
1416 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1419         better bufer-generating mechanism.
1420         (org-edit-src-find-buffer): New function.
1422         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1423         archive tag, this is already done by `org-agenda-skip'.
1424         data while constructing lost of tags.
1426 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1428         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1429         as argument separator in macros.
1431         * org-html.el (org-export-as-html): Add xml declaration.
1433 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1436         (org-sort-entries-or-items): Run the new hook.
1437         (org-after-refile-insert-hook): New hook.
1438         (org-refile): Run `org-after-refile-insert-hook'.
1440         * org-agenda.el (org-agenda-get-progress): Never take time of day
1441         from headline when displaying progress.
1443         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1444         (org-export-as-latex): Force the correct regexp in the
1445         preprocessor buffer.
1446         (org-export-latex-set-initial-vars): Set
1447         `org-export-latex-complex-heading-re'.
1449         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1450         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1452 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org-latex.el (org-export-latex-tables-centered): New option.
1455         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1457         * org-exp.el (org-export-as-org): New command.
1458         (org-export-as-org): New command.
1460         * org-publish.el (org-publish-org-to-org): New function.
1462 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1464         * org.el (org-yank): Just call `org-yank-generic'.
1465         (org-yank-generic): New function, containing the formaer
1466         functionality of `org-yank'.
1468         * org-latex.el (org-export-latex-not-done-keywords)
1469         (org-export-latex-done-keywords): New variables.
1470         (org-export-latex-todo-keyword-markup): New option.
1471         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1472         (org-export-latex-keywords-maybe): Apply the TODO markup.
1474 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1476         * org-exp.el (org-infile-export-plist): Add more default macros.
1477         (org-export-preprocess-apply-macros): Process macro arguments.
1479 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1481         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1482         `unblocked'.
1483         (org-print-icalendar-entries): Respect the new value of
1484         `org-icalendar-include-todo'.
1486         * org.el (org-link-try-special-completion)
1487         (org-file-complete-link): New functions.
1488         (org-insert-link): Add special completion support for some link
1489         types.
1491         * org-bbdb.el (org-bbdb-complete-link): New function.
1493 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1495         * org-list.el (org-update-checkbox-count): Allow recursive
1496         statistics.
1497         (org-hierarchical-checkbox-statistics): New option.
1499         * org.el (org-cycle): Remove erraneous space character.
1501         * org-icalendar.el (org-icalendar-timezone): Initialize from
1502         environment.
1504         * org-html.el (org-format-org-table-html): Specify the scope.
1505         (org-format-table-table-html): Specify the scope.
1506         (org-export-table-header-tags): Prepare the scope parameter.
1508 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org-html.el
1511         (org-export-html-table-use-header-tags-for-first-column): New
1512         option.
1514         * org.el (org-autoload): Fix autoloading of ascii export
1515         functions.
1516         (org-modules): Add org-special-blocks.
1518 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1521         (org-ical-timezone): New option.
1523         * org-exp.el (org-export-get-coderef-format): Use the description
1524         is present.
1526         * org.el (org-sort-entries-or-items): Improve docstring, and make
1527         better implementation for time sorting.
1529 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org.el (org-edit-src-persistent-message): New option.
1532         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1533         option.
1535         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1536         patch.
1538         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1539         separate buffer instead of indirect buffer to edit source code.
1540         (org-edit-src-exit): Make this function work with the new setup.
1542         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1543         are properly fontified before shown in the selection menu.
1545         * org.el (org-fontify-like-in-org-mode): New function.
1547         * org-latex.el (org-export-latex-links): Use the property list to
1548         retrieve the default image attributes.
1550         * org-exp.el (org-export-plist-vars): Add a new option.
1552 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-exp.el (org-export, org-export-visible): Support ASCII
1555         export to buffer
1556         (org-export-normalize-links): Do not protect the description if it
1557         is explicitly given.
1559         * org-ascii.el (org-export-as-ascii-to-buffer)
1560         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1561         commands.
1562         (org-export-as-ascii): Add all the same parameters that are also
1563         supported by the other export functions.
1565         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1566         org-checklist.el.
1567         (org-reset-checkbox-state-subtree): Call
1568         `org-reset-checkbox-state-subtree'.
1570         * org-remember.el (org-select-remember-template): For the
1571         selection of a valid template.
1573         * org-latex.el (org-export-region-as-latex): Supply the
1574         force-no-subtree argument.
1575         (org-export-as-latex): Provide better limits when exporting the
1576         first line.  When exporting to string, we still want the first
1577         lines.
1578         (org-export-latex-first-lines): New argument END, to force the end
1579         of the region.
1580         (org-export-region-as-latex): Use the property list.
1581         (org-export-as-latex):
1583         * org-colview-xemacs.el (org-columns-remove-overlays)
1584         (org-columns): Fix call to `local-variable-p'.
1586 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1588         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1589         (org-export-as-html): Run the new hook.
1591         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1592         (org-export-latex-preprocess): Run the new hook.
1594         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1595         (org-export-preprocess-string): Run the new hook.
1597 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1599         * org-macs.el (org-check-external-command): New defsubst.
1601         * org.el (org-mode-map): New key for reload.
1602         (org-format-latex): Better error message when external programs
1603         are not available.
1605         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1607         * org.el (org-sort-entries-or-items): Explicit sorting function
1608         for priorities, needed for XEmacs compatibility.
1610         * org-remember.el (org-remember-apply-template): Improve auto-save
1611         behavior.
1613 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1615         * org-latex.el (org-export-latex-preprocess): Also protect
1616         environments ending in a star.
1618         * org-list.el (org-at-item-p): Fix regular expression.
1620 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1622         * org.el (org-end-of-subtree): Improve speed.
1624         * org-agenda.el (org-agenda-get-timestamps)
1625         (org-agenda-get-progress, org-agenda-get-deadlines)
1626         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1627         in particular, wait as long as possible to collect the tags.
1628         (org-stuck-projects): Improve docstring.
1630         * org.el (org-store-link): No errors when getting custom id before
1631         first headline.
1632         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1634 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1636         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1638         * org-protocol.el: Remove dependency on url.el.
1639         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1640         dependency on url.el.
1642         * org-latex.el (org-export-as-pdf): Use
1643         `org-latex-to-pdf-process'.
1645 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org-latex.el (org-latex-to-pdf-process): New option.
1649         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1650         New option.
1651         (org-agenda-get-timestamps): Honor
1652         `org-agenda-skip-additional-timestamps-same-entry'.
1654         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1655         (org-clock-goto): Find recent task only if
1656         `org-clock-goto-may-find-recent-task' allows it.
1658         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1659         drawers, and drawers that are missing the :END: line.
1661 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1663         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1664         clock is running.
1666 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1668         * org.el (org-update-parent-todo-statistics): Check for
1669         STATISTICS_FROM property.
1671         * org-list.el (org-update-checkbox-count): Check for
1672         STATISTICS_FROM property.
1674         * org.el (org-tab-first-hook)
1675         (org-tab-after-check-for-table-hook)
1676         (org-tab-after-check-for-cycling-hook): New hooks.
1677         (org-cycle-internal-global, org-cycle-internal-local): New
1678         functions, split out from `org-cycle'.
1679         (org-cycle): Call the new hooks.
1681 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1683         * org-exp.el (org-export-preprocess-string): Reset the list of
1684         preferred targets for each run of the preprocessor.
1686         * org.el (org-refile-target-verify-function): Improve
1687         documentation.
1688         (org-get-refile-targets): Respect point being moved by the
1689         verification function.
1691         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1692         option.
1693         (org-export-latex-keywords): Use new option.
1695         * org.el (org-rear-nonsticky-at): New defsubst.
1696         (org-activate-plain-links, org-activate-angle-links)
1697         (org-activate-footnote-links, org-activate-bracket-links)
1698         (org-activate-dates, org-activate-target-links)
1699         (org-activate-tags): Place the rear-nonsticky properties at the
1700         correct location.
1702 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org-protocol.el (server-edit): Declare `server-edit'.
1705         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1706         functions.
1707         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1709         * org.el (org-default-properties): New default properteis for
1710         completion.
1712         * org-exp.el (org-export-add-subtree-options): Add new properties
1713         for subtree export.
1715         * org-docbook.el (org-export-docbook-keywords-markup)
1716         (org-export-docbook-timestamp-markup): New options.
1717         (org-export-docbook-protect-tags): New function.
1719 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1721         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1722         org-refile-target-verify-function for the duration of the command.
1724         * org.el (org-link-to-org-use-id): New possible value
1725         `create-if-interactive-and-no-custom-id'.
1726         (org-store-link): Use custom IDs.
1727         (org-link-search): Find custom ID properties from #link.
1728         (org-default-properties): Add CUSTOM_ID for property completion.
1729         (org-refile-target-verify-function): New option.
1730         (org-goto): Turn off org-refile-target-verify-function
1731         for the duration of the command.
1733 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1735         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1737         * org-exp.el (org-export-preferred-target-alist): New variable.
1738         (org-export-define-heading-targets): Find the new CUSTOM_ID
1739         property.
1740         (org-export-target-internal-links): Target the custom ids when
1741         possible.
1743         * org-latex.el (org-export-latex-preprocess): Better regexp for
1744         matching latex macros with arguments.
1746 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1748         * org-remember.el (org-remember-handler): Allow filing to non-org
1749         files.
1751 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1753         * org-feed.el (org-feed-alist): New keyword options.
1754         (org-feed-update): Use the new options.
1755         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1756         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1757         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1758         functions.
1760         * org-table.el (org-table-fix-formulas): Do not change references
1761         to remote tables.
1762         (org-table-get-remote-range): Convert standard coordinates to RC
1763         format.
1765         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1767 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1769         * org-compat.el (org-sha1-string): Function removed.
1771         * org.el (org-refile-allow-creating-parent-nodes): New option.
1772         (org-refile-get-location): New argument NEW-NODES.
1773         (org-refile): Call `org-refile-get-location' with the new
1774         argument.
1775         (org-refile-get-location): Arrange for adding a new child.
1776         (org-refile-new-child): New function.
1778         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1779         an additional span element.
1781         * org-clock.el: Fix a number of docstrings.
1782         (org-clock-find-position): New argument
1783         FIND-UNCLOSED to make the function find an unclosed clock in the
1784         entry.
1785         (org-clock-in): Call `org-clock-find-position' with the new
1786         argument if we might be resuming a clock.
1788 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1790         * org-latex.el (org-export-latex-display-custom-times): New variable.
1791         (org-export-latex-timestamp-markup): New option.
1792         (org-export-latex-set-initial-vars): Remember the local value of
1793         `org-display-custom-times'.
1794         (org-export-latex-content): Process time stamps.
1795         (org-export-latex-time-stamps): New function.
1797         * org-macs.el (org-maybe-intangible): Add intangible property
1798         again to invisible text.
1800 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org-exp.el (org-default-export-plist): Handle undefined
1803         variables.
1805 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1807         * org.el (org-sort-entries-or-items): Match TODO keywrds
1808         case-sensitively, when sorting.
1809         (org-priority): Do not match TODO keywords with wrong case.
1811 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1813         * org-feed.el (org-feed-update): Bind the variable
1814         `new-formatted'.
1816         * org-html.el (org-export-as-html): Start paragraphs after literal
1817         examples.
1819         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1820         literal examples.
1822 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1824         * org.el (org-todo): Honor the NOBLOCKING property.
1826         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1827         NOBLOCKING property.
1829         * org.el (org-scan-tags): Fix bug in tag scanner
1831 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1833         * org.el (org-modules): Mark obsolete packages.
1835         * org-html.el: New file, split out from org-exp.el.
1837         * org-icalendar.el: New file, split out from org-exp.el.
1839         * org-xoxo.el: New file, split out from org-exp.el.
1841         * org-ascii.el: New file, split out from org-exp.el.
1843 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1845         * org-compat.el (org-find-library-name): New function.
1847         * org.el (org-pre-cycle-hook): New hook.
1848         (org-cycle): Call the new hook in appropriate places.
1849         (org-reload): Only reload files that have been loaded before.
1851 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1853         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1854         after todo keyword.
1855         (org-todo): When changing TODO state, do matching
1856         case-sensitively.
1857         (org-map-continue-from): New variable.
1858         (org-scan-tags): Respect values in `org-map-continue-from'.
1859         (org-reload): Make XEmacs compatible.
1861 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1863         * org-protocol.el (org-protocol-flatten-greedy): New function.
1864         (org-protocol-flatten): New function.
1866         * org.el (org-open-link-from-string): Pass reference buffer to
1867         `org-open-at-point'.
1868         (org-open-at-point): New optional argument `reference-buffer'.
1870 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1872         * org.el (org-scan-tags): Make tag scan find headline in first
1873         line, 2nd attempt.
1874         (org-get-refile-targets): Add the naked file name.
1875         (org-refile): Store as top-level entry when only file name was
1876         given.
1878         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1880         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1881         Renamed from org-block-todo-from-children-or-siblings, and
1882         enhanced to look for the parent's status as well.
1884         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1885         (org-agenda-get-progress): Add first notes line to log entry if so
1886         desired.
1888 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1890         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1891         (org-agenda-cleanup-fancy-diary): Call the new hook.
1893         * org-remember.el (org-remember-apply-template): Take the default
1894         for the annotation from the :annotation property.
1896         * org-mac-message.el (org-mac-message-get-link): Remove the
1897         quotes.
1898         (org-mac-message-get-link): Return the result.
1900 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1902         * org.el (org-refile-get-location): Add file name only if not
1903         already included in outline path.
1905         * org-faces.el (org-n-level-faces): Fix customization type from
1906         number to integer.
1908         * org-exp.el (org-export-headline-levels): Fix customization type
1909         from number to integer.
1911         * org-agenda.el (org-agenda-confirm-kill)
1912         (org-agenda-custom-commands-local-options)
1913         (org-timeline-show-empty-dates, org-agenda-ndays)
1914         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1915         customization type from number to integer.
1917 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1919         * org-protocol.el: Declare some functions.
1921         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1922         postion before inserting modified headline.
1924         * org-agenda.el (org-agenda-compare-effort): Honor
1925         `org-sort-agenda-noeffort-is-high'.
1926         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1927         (org-agenda-compare-effort): Implement the "?" operator for
1928         finding entries without effort setting.
1930         * org.el (org-extract-attributes-from-string): New function.
1932         * org-exp.el (org-export-splice-attributes): New function.
1934 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1936         * org-mouse.el: XEmacs compatibility fixes
1938         * org-docbook.el (org-export-as-docbook): Process footnotes like
1939         normal text.
1941         * org.el (org-modules): Add org-inlinetasks.el
1942         (org-cycle): Implement limiting level on cycling.
1943         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1944         buffer.
1946         * org-inlinetask.el: New file.
1948         * org.el (org-emphasis-regexp-components): Allow braces in
1949         emphasis pre and post match.
1951         * org-footnote.el (org-footnote-normalize): When only dorting, do
1952         not insert inline notes at the end.
1954         * org-docbook.el (org-id-find-id-file): Add function declaration.
1956         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1958         * org-docbook.el: New file.
1960 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1962         * org.el (org-reftex-citation): New command.
1964 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1966         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1967         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1968         sorting options.
1969         (org-entries-lessp): Apply the new sorting option.
1971         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1972         blocker code, when an older sibling has children.
1974         * org-mac-message.el (org-mac-message-get-link): Improve getting
1975         links from multiple selected messages.
1977 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1979         * org-remember.el (org-remember-finalize): Do not set buffer file
1980         name to nil.
1981         (org-remember-handler): Mark buffer as unmodified.
1982         (org-remember-handler): Delete backup file and show message about
1983         remaining backup files.
1984         (org-remember-auto-remove-backup-files): New option.
1986         * org.el (org-store-link): Use buffer name as link description in
1987         w3-mode buffers.
1988         (org-ido-switchb): Fix argument bug for completion.
1990         * org-remember.el (org-remember-apply-template): Set local
1991         variable `auto-save-visited-file-name' instead of global one.
1993 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1995         * org-feed.el: Re-write.
1997         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1998         (org-agenda-get-todos): Mark file tags as inherited.
1999         (org-agenda-list): Always search diary lines for a time.
2001 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org-feed.el (org-feed-assume-stable): New option.
2004         (org-feed-before-adding-hook): New hook.
2006         * org-exp.el (org-export-as-html): Close local lists depending on
2007         indentation, also when starting a table.
2009         * org-remember.el (org-remember-backup-directory)
2010         (org-remember-backup-name): New internal variable.
2012 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
2014         * org-clock.el (org-clock-out-if-current): Make buffer detection
2015         work in indirect buffers as well.
2017         * org.el (org-emphasis-regexp-components): Add the exxclamation
2018         mark to the post-emphasis characters.
2020 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
2022         * org.el (org-read-date-minibiffer-septup-hook): New hook.
2023         (org-read-date): Run the new hook.
2025         * org-mac-message.el (org-mac-flagged-mail): New group.
2026         (org-mac-mail-account): New variable.
2027         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
2028         commands.
2030         * org-remember.el (org-remember-backup-directory): New variable.
2031         (org-remember-apply-template): Write file to backup directory.
2033 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
2035         * org-mouse.el (org-mouse-todo-menu): New function.
2036         (org-mouse-todo-keywords): Function removed.
2037         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
2039         * org-table.el (org-table-beginning-of-field)
2040         (org-table-end-of-field): New commands
2041         (org-table-previous-field, org-table-beginning-of-field): Better
2042         error messages.
2043         (orgtbl-setup): Include `M-a' and `M-e'.
2045         * org.el (org-backward-sentence, org-forward-sentence): New
2046         commands.
2048         * org-colview.el (org-colview-initial-truncate-line-value): New
2049         variable.
2050         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2051         (org-columns): Remember the value of `truncate-lines'.
2053         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2054         New variable.
2055         (org-columns-remove-overlays): Restore the value of
2056         `truncate-lines'.
2057         (org-columns): Remember the value of `truncate-lines'.
2059         * org.el (org-columns-skip-arrchived-trees): New option.
2061         * org-agenda.el (org-agenda-export-html-style): Define color for
2062         org-agenda-done face.
2063         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2064         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2066         * org.el (org-scan-tags): Use the new face.
2068         * org-faces.el (org-agenda-done): New face.
2070         * org.el (org-scan-tags): Test the value org
2071         `org-tags-match-list-sublevels'.
2072         (org-tags-match-list-sublevels): New allowed value: indented.
2074         * org-export-latex.el (org-export-latex-make-header): Apply macros
2075         in header.
2077         * org-exp.el (org-export-apply-macros-in-string): New function.
2079         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2080         with the definition of a checked box.
2082         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2084         * org-export-latex.el (org-export-latex-low-levels): More options
2085         for how to process lower levels in LaTeX.
2086         (org-export-latex-subcontent): Better treatment for lists as a
2087         means of publishing lower levels.
2089 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2091         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2093         * org-faces.el (org-checkbox): New face.
2095         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2096         fragement images if there is an export file.
2098 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2100         * org-agenda.el (org-stuck-projects): Document that the subtree of
2101         projects that are not stuck will now be searched for stuck
2102         sub-projects.
2103         (org-agenda-skip-entry-when-regexp-matches)
2104         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2105         (org-agenda-list-stuck-projects): Use
2106         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2108         * org-export-latex.el (org-export-latex-preprocess): Improve
2109         export of verses.
2111         * org-exp.el (org-export-as-html): Implement centering as a div
2112         rather than a paragraph.  Do a better job with line-end in verse
2113         environments.
2115 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2117         * org.el (org-open-at-point): Fix tags searches by mouse click.
2119 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2121         * org-export-latex.el (org-export-latex-preprocess): Implement the
2122         centering markup.
2124         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2125         from `org-export-mark-blockquote-and-verse'.
2126         (org-export-as-html): Implement the centering markup.
2128         * org-export-latex.el (org-export-latex-tables): Fix vertical
2129         lines in tables.
2131 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2133         * org.el (org-read-date-history): New variable.
2134         (org-read-date): Use new history variable.
2135         (org-toggle-heading): Fix bug when used before first headline.
2136         (org-store-log-note): Remove drawer if empty while note is
2137         aborted.
2138         (org-remove-empty-drawer-at): New function.
2139         (org-check-after-date): New command.
2140         (org-sparse-tree): New sparse tree command "a".
2142         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2144 2009-03-14  Bastien Guerry  <bzg@altern.org>
2146         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2147         column and a space, not only a column.
2149 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2151         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2152         defaults for verbose emphasis.
2153         (org-export-latex-emph-format): New function.
2154         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2156         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2157         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2158         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2159         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2160         commands.
2162         * org.el (org-timestamp-change): Move end-time along with start
2163         time.
2165 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2167         * org-exp.el (org-export-target-internal-links)
2168         (org-export-as-html): Protect links specified as #name.
2170 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2172         * org.el (org-clone-subtree-with-time-shift): New command.
2174         * org-export-latex.el (org-export-latex-special-chars)
2175         (org-export-latex-treat-sub-super-char): Fix subscript export.
2177         * org-exp.el (org-create-multibrace-regexp): Do not add
2178         backslashes to the class.
2180 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2182         * org-colview.el (org-columns-map): Better functions for moving up
2183         and down a row, even if `truncate-line' is nil.
2185         * org.el (org-insert-todo-heading): Make sure the keyword is
2186         inserted at the correct position.
2188         * org-publish.el (org-publish-project-alist)
2189         (org-publish-projects, org-publish-org-index): Change default anme
2190         for the index of file names to "sitemap.org".
2192         * org-export-latex.el (org-export-latex-tables): Use
2193         `org-split-string', for Emacs 21 compatibility.
2195 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2197         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2199 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2201         * org-exp.el (org-export-page-description)
2202         (org-export-page-keywords): New variables.
2203         (org-export-plist-vars): Add entries for :keywords and
2204         :description.
2205         (org-infile-export-plist): Parse for new keywords.
2206         (org-get-current-options): Add new keywords
2207         (org-export-as-html): Publish description and keywords.
2209         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2210         option.
2211         (org-agenda-add-entry-text): Honor
2212         `org-agenda-add-entry-text-descriptive-links'.
2214         * org-export-latex.el (org-export-latex-preprocess): Make all
2215         external preprocess functions use a PARAMETER arg.
2217         * org-exp.el (org-export-preprocess-string)
2218         (org-export-select-backend-specific-text)
2219         (org-export-format-source-code-or-example)
2220         (org-format-org-table-html): Support docbook export.
2221         (org-export-preprocess-string): Make all external preprocess
2222         functions use a PARAMETER arg.
2224 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2226         * org-exp.el (org-export-html-style-include-scripts): New option.
2227         (org-export-plist-vars): Add new option
2228         `org-export-html-style-include-scripts'.
2229         (org-export-as-html): Honor new option
2230         `org-export-html-style-include-scripts'.
2231         (org-export-html-scripts, org-export-html-style-default): Fix
2232         xml issues with the Safari browser.
2234 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2236         * org-publish.el (org-publish-attachment): Only copy file when the
2237         directories differ.
2239 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2241         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2242         for clocktable steps.
2244         * org.el (org-additional-option-like-keywords): Add two more
2245         keywords.
2247 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2249         * org-exp.el (org-export-format-source-code-or-example): Mark
2250         temporary buffer unmodified, so that it will be killed even if
2251         mode like message mode has decided to assign a file name.
2253         * org.el (org-scan-tags): Improve tag inheritance.
2254         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2255         case-sensitive.
2256         (org-scan-tags): Use the internal tags list instead of creating it
2257         from scratch.
2258         (org-trust-scanner-tags, org-scanner-tags): New variables.
2259         (org-scan-tags): Set `org-scanner-tags'.
2260         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2261         (org-map-entries): Document the possible speedup using scanner
2262         tags.
2264 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2266         * org.el (org-add-planning-info): Fix bug with looking for keyword
2267         only at column 0.
2269         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2270         option for tags filter preset.
2271         (org-prepare-agenda): Store filter preset as a property on the
2272         filter variable.
2273         (org-finalize-agenda): Call the filter, if there is a preset.
2274         (org-agenda-filter-by-tag): Filter again after clearing the
2275         filter, when there still is a preset.
2276         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2277         Include the preset filter.
2278         (org-agenda-redo): Apply the filter again, also the preset filter.
2280         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2282         * org.el (org-uuidgen-p): New funtion.
2284         * org-agenda.el (org-agenda-fontify-priorities): New default value
2285         `cookies'.
2286         (org-agenda-fontify-priorities): Renamed from
2287         org-fontify-priorities.
2289         * org.el (org-set-font-lock-defaults): Call
2290         `org-font-lock-add-priority-faces'.
2291         (org-font-lock-add-priority-faces): New function.
2293         * org-faces.el: (org-set-tag-faces): New option.
2294         (org-priority-faces): New variable.
2296         * org-exp.el (org-export-as-html): Add a "content" div around the
2297         entire content of the body tag.
2298         (org-export-html-get-bibliography): New function.
2299         (org-export-html-validation-link): New variable.
2300         (org-export-as-html): Add validation link to exported page.
2302         * org.el (org-match-sparse-tree): Renamed from
2303         `org-tags-sparse-tree'.
2304         (org-tags-sparse-tree): New alias.
2306 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2308         * org.el (org-get-valid-level): Catch the case where the level
2309         change is nil.
2311         * org-clock.el (org-clock-find-position): Better indentation of
2312         new clock drawers.
2314 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org-agenda.el (org-agenda-quit): Delete window only when the
2317         frame-setup was not `current-window'.
2319         * org.el (org-tag-persistent-alist): New option.
2320         (org-startup-options): Add keyword `noptag'.
2321         (org-fast-todo-selection): Handle :newline correctly.
2322         (org-set-tags): Handle :newline correctly.
2323         (org-fast-tag-selection): Handle :newline correctly.
2325 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2327         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2328         outputting it.
2329         (org-export-ascii-push-links): Fix bug with pussing links into the
2330         export buffer.
2332 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2334         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2335         pasting at top level.
2337         * org-bbdb.el: Improve documentation.
2339 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2341         * org-list.el (org-insert-item): Only consider insert empty lines
2342         is `org-empty-line-terminates-plain-lists' is not nil.
2344         * org.el (org-blank-before-new-entry): Mention the dependence on
2345         `org-empty-line-terminates-plain-lists' in the docstring.
2347         * org-publish.el (org-publish-get-project-from-filename): New
2348         optional argument UP.  Only find the top project if UP is set.
2349         (org-publish-current-project): Find the top encloding project.
2351         * org-agenda.el (org-agenda-before-write-hook)
2352         (org-agenda-add-entry-text-maxlines): New options.
2353         (org-write-agenda): Run the new hook in the temporary buffer.
2354         (org-agenda-add-entry-text): New function.
2355         (org-write-agenda): Implement PDF export, using ps2pdf.
2357         * org.el (org-global-properties-fixed, org-global-properties):
2358         Improve documentation string.
2360         * org-exp.el (org-export-ascii-links-to-notes): New option.
2361         (org-export-as-ascii): Handle links better.
2362         (org-export-ascii-wrap, org-export-ascii-push-links): New
2363         functions.
2365 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2367         * org-agenda.el (org-agenda): Make prefix arg optional.
2368         (org-agenda-search-headline-for-time): New option.
2369         (org-format-agenda-item): Honor
2370         `org-agenda-search-headline-for-time'.
2372         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2373         characters.
2375         * org.el (org-self-insert-cluster-for-undo): New option.
2376         (org-self-insert-command): Cluster undo for 20 characters.
2377         (org-self-insert-command-undo-counter): New variable.
2379 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2381         * org-exp.el (org-export-as-html): Fix problem with closing colone
2382         example.
2384 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2386         * org-export-latex.el (org-export-as-latex)
2387         (org-export-latex-first-lines): Avoid modification flag when
2388         adding or removing text properties.
2389         (org-export-latex-fontify): Catch error when org-emph-alist has
2390         entries that are not defined for LaTeX export.
2392         * org.el (orgstruct++-mode): New function.
2393         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2394         (org-context-p): Allow detecting item context after the first line
2395         of an item.
2396         (orgstruct-make-binding): Detect if item-body context should be
2397         seen.
2398         (orgstruct-is-++): New variable.
2399         (org-add-planning-info): Catch the case when there is no planning
2400         info yet and the call does not want to add anything, only maybe
2401         tries to remove something.
2402         (org-special-ctrl-a/e): All value to be a cons cell with separate
2403         settings for `C-a. and `C-e'.
2404         (org-beginning-of-line, org-end-of-line): Honor separate values
2405         for `C-a' and `C-e'.
2407 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2409         * org.el (org-reload): New command.
2411 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2413         * org-exp.el (org-export-htm-get-tag-class-name)
2414         (org-export-htm-get-todo-kwd-class-name): New functions.
2415         (org-export-html-tag-class-prefix)
2416         (org-export-html-todo-kwd-class-prefix): New options.
2417         (org-export-as-html): Call
2418         `org-export-html-get-todo-kwd-class-name'.
2419         (org-html-level-start): Wrap tags into classes.
2420         (org-export-html-get-tag-class-name)
2421         (org-export-html-get-todo-kwd-class-name): New functions.
2423         * org-export-latex.el (org-export-latex-collect-header-macros):
2424         Remove fields that are used anyway.
2425         (org-export-latex-make-header): Insert the options earlier.
2427         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2428         matching.
2430         * org-list.el (org-indent-item): Allow point to be at the end of
2431         the region.
2433         * org.el (org-metaleft, org-metaright): Be more accurate about
2434         detecting a region where commands apply.
2436         * org-compat.el (org-cursor-to-region-beginning): New function.
2438         * org.el (org-priority): Also find invisible heading.
2440         * org-colview-xemacs.el (org-columns-edit-value): No special
2441         treatment for `org-todo' prefix.
2443         * org-colview.el (org-columns-edit-value): No special treatment
2444         for `org-todo' prefix.
2446         * org-remember.el (org-remember-apply-template): Use
2447         `org-completing-read-no-ido'.
2449         * org.el (org-completing-read-no-ido): New function.
2450         (org-make-tags-matcher, org-set-property): Use
2451         `org-completing-read-no-ido'.
2453         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2454         New option.
2455         (org-export-as-latex): Import in-buffer settings as TeX macros.
2456         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2457         (org-export-latex-collect-header-macros): New function.
2459         * org.el (org-refile-get-location): Turn off
2460         `partial-completion-mode'.
2462 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2464         * org.el (org-block-todo-from-checkboxes): Announce that
2465         checkboxes are the culprit.
2466         (org-block-todo-from-children-or-siblings): Call
2467         `org-up-heading-all instead' of `outline-up-heading'.
2469         * org-agenda.el (org-agenda-show-1): Renamed from
2470         `org-agenda-show'.
2471         (org-agenda-show): Re-install the old version for now.
2472         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2473         variable into the blokker hook, so that the checkbox checker can
2474         anounce that it caused the blocking.
2476         * org.el (org-track-ordered-property-with-tag): New option.
2477         (org-toggle-ordered-property): Honor
2478         `org-track-ordered-property-with-tag'.
2479         (org-tag-alist): Add newline options.
2480         (org-set-regexps-and-options): Separate option lines imply a
2481         newline.
2482         (org-set-regexps-and-options, org-assign-fast-keys)
2483         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2484         option.
2485         (org-indent-line-function): Make sure this works even if there is
2486         not `org-drawer-regexp' defined.  This can happen when
2487         orgstruct-mode is used in a non-org buffer.
2489         * org-list.el (org-checkbox-blocked-p): New function.
2490         (org-toggle-checkbox): Check for blocking.
2492         * org.el (org-modules): Add an entry for org-R.el.
2494         * org-agenda.el (org-agenda-todo-ignore-with-date)
2495         (org-agenda-todo-ignore-scheduled)
2496         (org-agenda-todo-ignore-deadlines): Mention the variable
2497         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2499         * org.el (org-get-wdays): Find the warning period also if it is in
2500         the wrong place.
2501         (org-ido-completing-read): Provide the correct arguments to
2502         ido-completing-read and bind `ido-enter-matching-directory' to
2503         nil.
2505 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2507         * org.el (org-olpath-completing-read): Never use ido for this
2508         one.
2510         * org-exp.el (org-export-normalize-links): Use new macro.
2512         * org-macs.el (org-if-unprotected-at): New macro.
2514         * org-agenda.el (org-agenda-show): Allow numerical prefix
2515         arguments to specify how much context should be shown.
2516         (org-agenda-cycle-show): New command, could be bound to SPC in
2517         org-agenda-mode-map.
2519         * org-exp.el (org-html-level-start): Space after section number.
2521 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2523         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2524         property, for sorting.
2525         (org-cmp-todo-state): Get the applicable TODO keywords directly
2526         from the buffer.
2527         (org-run-agenda-series, org-agenda-list, org-search-view)
2528         (org-todo-list, org-tags-view): Only fit agenda window when the
2529         whole series is done.
2531         * org.el (org-scan-tags): Add todo state as property, for sorting.
2533         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2534         `org-agenda-overriding-header' as an option.
2535         (org-agenda-list): Honor org-agenda-overriding-header'.
2537 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2539         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2540         after removing a checkbox.
2542         * org.el (org-show-entry): Make this work correctly also if it is
2543         the last entry in the file.
2544         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2545         falling back to normal, default command.
2546         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2547         item, call the checkbox toggler to get a box.
2549         * org-list.el (org-toggle-checkbox): Make double prefix set the
2550         checkbox to "[-]".
2551         (org-fix-bullet-type): Only replace bullet if it is changed.
2552         (org-renumber-ordered-list): Handle case when first item does not
2553         have a number.
2555         * org.el (org-add-log-setup): Fix positioning when
2556         `org-log-states-order-reversed' is nil.
2558         * org-clock.el (org-clock-in): Fix positioning when
2559         `org-log-states-order-reversed' is nil.
2560         (org-clock-find-position): Fix positioning when
2561         `org-log-states-order-reversed' is nil.
2563 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2565         * org-clock.el (org-clock-into-drawer): Take default from
2566         `org-log-into-drawer'.
2567         (org-clock-find-position): Look for the correct drawer.
2569         * org.el (org-log-into-drawer): Renamed from
2570         `org-log-state-notes-into-drawer'.
2571         (org-log-state-notes-into-drawer): New variable alias.
2572         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2573         CLOCK.
2574         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2576 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2578         * org-agenda.el (org-agenda): Fix docstring.
2580         * org.el ("org-plot"): Help loading org-plot.
2581         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2582         (org-metadown-hook, org-shiftmetaleft-hook)
2583         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2584         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2585         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2586         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2587         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2589         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2590         for selecting files with any (and even without) extension.
2592         * org.el (org-save-all-org-buffers): Also save id locations.
2593         (org-revert-all-org-buffers): Also load id locations.
2595 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2597         (org-log-state-notes-into-drawer): New option.
2598         (org-add-log-setup): Place the sate note marker into the drawer,
2599         create drawer when necessary.
2600         (org-refile-targets): Document special interpretation of LEVEL
2601         when odd-levels are used.
2603 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2605         * org.el (org-store-log-note): Fix note indentation when adding
2606         notes to end of list.
2608         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2609         class, so that each keyword can get special colors through CSS.
2611         * org-clock.el (org-clock-out): Add another nil for the previous
2612         state into the call to `org-add-log-setup'.
2614         * org.el (org-log-note-previous-state): New variable.
2615         (org-log-note-headings): New %S escape for old state.
2616         (org-todo): Call the note setup with the old state as an
2617         argument.
2618         (org-add-note): Add another nil for the previous state into the
2619         call to `org-add-log-setup'.
2620         (org-add-log-setup): New argument PREV-STATE.
2621         (org-add-log-note): Handle new %S escape.
2622         (org-store-log-note): Handle new %S escape.
2624 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2626         * org-clock.el (org-clock-find-position): Do not swallow an item
2627         less indented than the CLOCK line itself.
2628         (org-clock-in): Push markers to lin after the clock line.
2629         (org-clock-find-position): Handle values of
2630         `org-clock-into-drawer' smaller than 2.
2632         * org-exp.el (org-html-level-start): Add a CSS class to section
2633         numbers.
2634         (org-export-html-toplevel-hlevel): Better documentation of the
2635         influence of this variables on H levels and css classes in
2636         export.
2638 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2641         timestamp and nottimestamp to the chooe menu.
2643         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2644         (org-revert-all-org-buffers): New command.
2646 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2648         * org.el (org-return): Implement `org-return-follows-link' in the
2649         function org-return.  This is more robust than using the mouse
2650         map, I think.
2651         (org-set-regexps-and-options): Match more general #+TODO lines.
2652         (org-make-options-regexp): New optional argument EXTRA, for an
2653         extra regexp.
2654         (org-tab-follows-link): Mark as deprecated.
2656 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2658         * org-exp.el (org-export-preprocess-string): Remove clock lines
2659         earlier, so that they cannot cotribute to verbatim snippets.
2661 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2663         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2664         for finding drawers.
2665         (org-export-as-ascii, org-export-as-html): Count levels relative
2666         to the subtree header.
2667         (org-get-min-level): New optional argument OFFSET.
2668         (org-export): Make sure point is restored after popping up that
2669         window.
2671         * org.el (org-do-sort): Also take an inactive timestamp if no
2672         active one is found.
2674         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2675         deleting duplicates.
2677         * org-colview.el (org-columns-capture-view): Copy before
2678         deleting duplicates.
2680         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2681         text before first headline.
2683         * org.el (org-format-latex): Do not convert LaTeX fragments in
2684         protected examples.
2686 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2688         * org-exp.el (org-export-html-style-default): Use color values
2689         instead of names for XHTML validation.
2691         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2692         functions.
2693         (org-return-follows-link): Revert making this the default untile
2694         issues are resolved.
2696         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2697         nottimestamp.
2699 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2701         * org.el (org-mode): Make dependence stuff work more reliably.
2702         (org-update-parent-todo-statistics): Fix bug with updating
2703         statistics cookie.
2705         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2706         ~ as verbatim delimiters.
2708         * org-exp.el (org-export-html-format-image): New argument
2709         PAR-OPEN.
2710         (org-export-as-html): Pass par-open to
2711         `org-export-html-format-image'.
2713 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2715         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2716         (org-use-fast-todo-selection, org-tags-column): New default
2717         setting for variables, based on a poll what typical uses use.
2719         * org-agenda.el (org-agenda-sorting-strategy)
2720         (org-agenda-tags-column): New default setting for variables, based
2721         on a poll what typical uses use.
2723 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2725         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2726         blocked entries from setting the blocked tag.
2728         * org-exp.el (org-export-html-footnotes-section): Use a more
2729         consistent id for footnotes.
2731         * org-export-latex.el (org-export-latex-classes): Remove the
2732         a4paper option from the default styles.
2734 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2736         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2737         (org-block-todo-from-checkboxes): New function.
2738         (org-todo): Make tripple prefix arg circumvent blocking.
2740         * org-timer.el (org-timer): Provide the timer feature.
2742         * org.el (org-require-autoloaded-modules): Add a few more files to
2743         the list of autoloaded modules.
2745         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2747 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2749         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2750         drawers that are unprotected.
2751         (org-export-html-format-image): Make sure inlined LaTeX fragment
2752         images remain inlined.
2754         * org.el (org-toggle-ordered-property): New function.
2755         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2756         (org-org-menu): Add menu entries for TODO dependencies.
2758 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2760         * org.el (org-default-properties): Add ORDERED to the default
2761         properties, to get completion support for it.
2763         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2765         * org.el (org-update-parent-todo-statistics): Update more than one
2766         cookie.
2768         * org-agenda.el (org-agenda-get-todos): Start search from correct
2769         position.
2771         * org.el (org-fast-todo-selection): Make sure TODO selection does
2772         not change buffer position.
2774         * org-list.el (org-toggle-checkbox): Implement adding or removing
2775         checkboxes from line or region when called with a prefix
2776         argument.
2778         * org-rmail.el (org-rmail-store-link): Protect the call to
2779         `rmail-narrow-to-non-pruned-header'.
2781         * org-clock.el (org-clock-special-range): Fix week display in
2782         clock tables.
2784         * org-exp.el (org-get-current-options): Fix bug when in indirect
2785         buffer.
2787 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2789         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2790         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2791         (org-agenda-dim-blocked-tasks): New function.
2793         * org.el (org-enforce-todo-dependencies): New option.
2794         (org-block-todo-from-children-or-siblings): New function.
2796         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2798         * org.el (org-todo): Return correct state type even if the blocker
2799         throws an error.
2800         (org-modifier-cursor-error): Renamed from
2801         `org-shiftcursor-error'.
2802         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2803         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2805         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2806         to get real errors from the blocker hook.
2808         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2809         functions.
2810         (org-set-visibility-according-to-property): Turn off the setting
2811         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2812         property.
2814 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2816         * org.el (org-support-shift-select): New option.
2817         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2818         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2819         selection outside contexts.
2821         * org-list.el (org-at-item-bullet-p): New function.
2823         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2824         variables.
2826         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2827         variable.
2828         (org-insert-footnote-reference-near-definition): Remove
2829         unnecessary let form.
2831         * org-export-latex.el (org-export-latex-first-lines): Add
2832         OPT-PLIST parameter.
2833         (org-export-as-latex): Call `org-export-latex-first-lines' with
2834         opt-plits parameter.
2835         (org-export-latex-preprocess): Remove unnecessary variables.
2837         * org-exp.el (org-infile-export-plist)
2838         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2839         (org-export-remove-headline-metadata)
2840         (org-export-get-title-from-subtree, org-get-min-level)
2841         (org-html-do-expand): Remove innecessary let form.
2843         * org-colview-xemacs.el (org-columns-display-here): Remove
2844         unnecessary variables.
2846         * org-colview.el (org-columns-display-here): Remove unnecessary
2847         variables.
2849         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2850         variables.
2852         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2853         unnecessary variables.
2855         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2856         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2857         variables.
2859         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2860         (org-compact-display-after-subtree-move): Remove unnecessary
2861         variables.
2862         (org-edit-fixed-width-region): Remove unnecessary variables.
2863         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2864         (org-olpath-completing-read): Remove unnecessary variable.
2865         (org-auto-repeat-maybe): Remove unnecessary variable.
2866         (org-map-entries): Remove unnecessary variable.
2867         (org-buffer-property-keys, org-imenu-get-tree)
2868         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2870 -----------------------------------------------------------------
2872 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2873         * org-exp.el (org-export-remove-timestamps): Never remove
2874         timestamps from tables.
2876         * org-export-latex.el (org-export-latex-first-lines): Add more
2877         options to the preprocessing of the text before the first
2878         headline.
2880 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2882         * org-faces.el (org-clock-overlay): Make face compatible with
2883         XEmacs.
2885         * org.el (org-yank): Add property for delete-selection mode.
2887         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2889         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2890         variable.
2892         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2893         to `backward-char'.
2895         * org-exp.el (org-export-as-html): Remove the initial space from
2896         colon examples.
2898         * org.el (org-scan-tags): Call
2899         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2901         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2902         customization groups.
2903         (org-agenda-tags-todo-honor-ignore-options): New option.
2904         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2905         New function.
2906         (org-agenda-get-todos): Use
2907         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2909 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2911         * org-exp.el (org-export-format-source-code-or-example): Escape
2912         HTML characters also in examples that anre not treated with
2913         htmlize.  Also, just switch to EXAMPLE processing if we do not
2914         have a good version of htmlize.
2916         * org-rmail.el: Fix copyright notice.
2918         * org.el (org-activate-footnote-links): Improve footnote link
2919         highlighting.
2921         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2922         a footnote definition at the end of the file.
2924         * org-table.el (org-table-get-specials): Add an imagined hline at
2925         the end of the table.  This can be useful for references that want
2926         to go to the end of the table.  Also fix bug when computing last
2927         row constants, in tables that do not start right at the right
2928         margin.
2929         (org-table-eval-formula): Match and replace remove references.
2930         (org-table-formula-substitute-names): Make sure that names inside
2931         a "remote" call are left alone, the will be replaced later when
2932         the remote call is handled.
2933         (org-table-convert-refs-to-rc): Do not convert things that might
2934         look like a reference, but are really part of an ID or namei n a
2935         remote reference.
2936         (org-table-get-remote-range): New function.
2938 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2940         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2942         * org-clock.el (org-clock-put-overlay): Use new face instead of
2943         `secondary-selection'.
2945         * org-faces.el (org-clock-overlay): New face.
2947 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2949         * org-exp.el (org-get-current-options): Include the option for
2950         publishing time stamps.
2952         * org.el (org-toggle-heading): Renamed from
2953         `org-toggel-region-headings'.
2954         No longer needs a region defined, but will use it if there is one.
2955         (org-ctrl-c-star): Simplified, relying more on the internal
2956         workings of `org-toggle-heading'.
2957         (org-toggle-item): Renamed from `org-toggle-region-items'.
2958         No longer needs a region defined, but will use it if there is one.
2959         (org-ctrl-c-minus): Simplified, relying more on the inernal
2960         workings of `org-toggle-item'.
2962         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2963         environment detection.  Also, do real changes only in unprotected
2964         places.
2966 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2968         * org-export-latex.el (org-export-latex-quotation-marks): Use
2969         `org-if-unprotected-1'.
2970         (org-export-latex-set-initial-vars): Check for class definition in
2971         property.
2973         * org-macs.el (org-if-unprotected-1): New macro.
2975 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2977         * org-compat.el (org-count-lines): New function.
2979         * org-exp.el (org-export-format-source-code-or-example): Handle
2980         switches related to text areas.
2982         * org.el (org-activate-footnote-links): Don't allow match inside a
2983         link.
2985         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2987         * org-export-latex.el (org-export-latex-links): Keep a relative
2988         path relative also after export.
2990         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2992         * org.el (org-make-tags-matcher): Never use IDO for completing the
2993         tags matcher match string.
2994         (org-completing-read): Also remove the special biding for "?".
2996         * org-attach.el (org-attach-allow-inheritance): New option.
2997         (org-attach-inherited): New variable.
2998         (org-attach-dir): Handle properties related to the attachment
2999         directory.
3000         (org-attach-check-absolute-path): New function.
3001         (org-attach-set-directory, org-attach-set-inherit): New commands.
3002         (org-attach): Accommodate the new commands in the dispatcher.
3004 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
3006         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3007         `window-full-width-p'.
3009         * org-exp.el (org-export-as-html): Only check for images files
3010         that really can be inlined
3012         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3013         list of extensions to be a parameter.
3015         * org-exp.el (org-export-html-inline-image-extensions): New
3016         variable.
3018         * org-agenda.el (org-prepare-agenda): Use
3019         `org-agenda-block-separator'.
3020         (org-agenda-block-separator): New option.
3022 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
3024         * org-export-latex.el (org-export-latex-tables): Call
3025         `org-table-clean-before-export' with the new optional argument.
3027         * org-exp.el (org-table-clean-before-export): New optional
3028         parameter MAYBE-QUOTED, allows for quoted characters like \# in
3029         first column.
3031 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
3033         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3034         histograms.
3036         * org-colview.el (org-colview-construct-allowed-dates): Better
3037         error catching when a date/time property does not have allowed
3038         values defined.
3040         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3041         Better error catching when a date/time property does not have
3042         allowed values defined.
3044 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3046         * org.el (org-map-entries): Restore point and restriction after
3047         `org-map-entries'.
3049 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3051         * org.el (org-time=, org-time<, org-time<=, org-time>)
3052         (org-time>=, org-time<>): Make sure both values are dates.
3054 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3056         * org-archive.el (org-extract-archive-heading): Allow %s for file
3057         name also in achive location heading.
3059 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3061         * org-archive.el (org-add-archive-files): Uniquify the list before
3062         returning it.
3064 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3066         * org-compat.el (org-fit-window-to-buffer): Use
3067         `window-full-width-p'.
3069         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3070         space after the colon in short examples.
3072         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3073         enforce a space after the colon.  However, we also allow lines
3074         that are *only* a colon.
3075         (org-export-as-html): Enforce the space after the colon in short
3076         examples.
3077         (org-export-preprocess-string): Do the colon example protection
3078         earlier.
3079         (org-export-remove-timestamps): Do not check for protection at the
3080         end of the line.
3082 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3084         * org.el (org-format-latex-options): Add new matcher for single
3085         letters between dollars.
3086         (org-get-header): Function removed.
3087         (org-heading-components): New function.
3089         * org-exp.el (org-export-define-heading-targets): Record ID's also
3090         as alternative targets.
3091         (org-export-as-html): Interpret "id:" links to other files by
3092         preserving the relative path.
3094         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3095         is nil.
3097         * org-exp.el (org-export-normalize-links): Protect the main link,
3098         to avoid special character processing.
3100         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3101         New variable.
3102         (org-export-latex-special-string-regexps): Variable removed.
3103         (org-export-latex-keywords): Use the new regexp.
3105         * org-exp.el (org-export-handle-include-files): Fetch switches and
3106         put them into the BEGIN statement.
3108         * org-timer.el (org-timer-mode-line-string): New variable.
3110         * org-clock.el (org-clock-mode-line-map): Renamed from
3111         `org-clock-mode-map'.
3112         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3113         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3114         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3115         (org-clock-remove-overlays): Renamed from
3116         `org-remove-clock-overlays'.
3118         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3119         and mode line display.
3120         (org-timer-stop): New command.
3121         (org-timer-seconds): Return correct time when timer is paused.
3122         (org-timer-mode-line-timer): New variable.
3123         (org-timer-set-mode-line, org-timer-update-mode-line): New
3124         functions.
3126         * org.el (org-insert-heading):  Handle new value `auto' for
3127         `org-blank-before-new-entry'.
3128         (org-org-menu): Add new items for timer functions.
3130         * org-list.el (org-insert-item): Handle new value `auto' for
3131         `org-blank-before-new-entry'.
3133         * org.el (org-blank-before-new-entry): New value `auto', made
3134         default.
3136 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3138         * org-exp.el (org-export-normalize-links): If the link is also
3139         used as the description, protect the description.
3141 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3143         * org.el (org-closest-date): Fix bug with yearly repeats, in
3144         combination with preference of the past as it is used for deadline
3145         and scheduling search.
3147         * org-exp.el (org-html-handle-time-stamps): No longer check for
3148         the `org-export-with-timestamps' option, because the preprocesser
3149         has taken care of this already.
3151         * org.el (org-entry-properties): Catch the case when this is
3152         called in a non-org-mode file.
3154         * org-export-latex.el (org-export-latex-remove-from-headlines):
3155         Variable made obsolete, also LaTeX export now uses the standard
3156         variables.
3157         (org-export-as-latex): Add the timestamps parameter to the
3158         preprocessor parameter list.
3159         (org-export-latex-content): Export the remaining keywords without
3160         considering to remove them.
3161         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3162         Use bold font instead of tt font for the keywords.
3163         (org-export-latex-fontify-headline): Format headlines, assuming
3164         that all keywords still present should be published.
3165         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3166         publish what ever remains of the time stamps.
3167         (org-export-latex-list-parameters): New option.
3168         (org-export-latex-lists): Pass additional parameters to the list
3169         converter.
3171         * org-exp.el (org-export-preprocess-string): Remove clock lines
3172         and timestamps already in the preprocesor.
3173         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3174         functions.
3175         (org-export-as-ascii, org-export-as-html): Add the timestamps
3176         parameter to the preprocessor parameter list.
3178         * org-list.el (org-list-parse-list): Parse for checkboxes.
3179         (org-list-to-generic): Introduce and handle new parameters :cbon
3180         and :cboff.
3181         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3182         optional parameter PARAMS.
3184         * org-export-latex.el (org-export-latex-special-chars): Fix
3185         problems with interpreting dollar signs.
3186         (org-inside-latex-math-p): New function.
3187         (org-export-latex-preprocess): Protect all the math fragments.
3189         * org.el (org-latex-regexps): Allow a dash after a dollar.
3191         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3192         mark after copying.
3194         * org-agenda.el (org-run-agenda-series): Have series options set
3195         when finalizing the agenda.
3197         * org-exp.el (org-export-format-source-code-or-example): Protect
3198         the converted examples.
3200         * org.el (org-set-regexps-and-options): Fix the regexp
3201         `org-complex-heading-regexp'.
3203 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3205         * org.el (org-edit-src-get-label-format): New function.
3206         (org-coderef-label-format): New option.
3207         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3208         a label format specification and make sure it is used in the edit
3209         buffer.
3210         (org-edit-src-get-label-format): New function.
3211         (org-store-link): Handle new coderef formats.
3212         (org-link-search): Handle new coderef formats.
3214         * org-footnote.el (org-footnote-create-definition)
3215         (org-footnote-goto-local-insertion-point): Make footnote insertion
3216         work correctly when the "Footnotes" headline is the last line in
3217         the buffer.
3219         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3220         the location.
3222 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3224         * org-w3m.el (org-w3m): New customization group.
3225         (org-w3m-deactivate-mark): New option.
3226         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3227         option say not to.
3229 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3231         * org.el (org-set-font-lock-defaults): Trigger footnote
3232         fontification.
3233         (org-activate-footnote-links): New function.
3234         (org-activate-links): New entry `footnote'.
3236         * org-faces.el (org-footnote): New face.
3238 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3240         * org-macs.el (org-re): Handle the [:word:] class.
3242         * org-exp.el (org-export-preprocess-string): Call
3243         `org-export-protect-colon-examples'.
3244         (org-export-protect-colon-examples): Renamed from
3245         `org-export-protect-examples', and scope limited to lines starting
3246         with a colon.
3248 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3250         * org-exp.el (org-export-preprocess-string): Move the preprocess
3251         hook to after turning on Org-mode.
3252         (org-export-preprocess-after-include-files-hook)
3253         (org-export-preprocess-after-tree-selection-hook)
3254         (org-export-preprocess-before-backend-specifics-hook)
3255         (org-export-preprocess-final-hook): New hooks.
3256         (org-export-preprocess-string): Run the new hooks.
3258         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3260         * org-footnote.el: New file.
3262         * org.el (org-footnote): Require footnote code.
3263         (org-startup-options): Add new footnote options.
3264         (org-mode-map): New keybindig for footnotes.
3265         (org-ctrl-c-ctrl-c): Add function at footnotes.
3266         (org-org-menu): New menu entries for footnotes.
3268         * org-export-latex.el (org-export-as-latex): Pass footnote
3269         variable to preprocessor.
3270         (org-export-latex-preprocess): Treat multiple references to a
3271         footnote.
3273         * org-exp.el (org-export-preprocess-string): Call
3274         `org-footnote-normalize'.
3275         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3276         to preprocessor.
3277         (org-export-as-html): Treat multiple references to a footnote.
3279 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3281         * org-export-latex.el (org-export-latex-links): Handle coderef
3282         links.
3284         * org.el (org-bracket-link-analytic-regexp++): New variable.
3285         (org-make-link-regexps): Initialize
3286         `org-bracket-link-analytic-regexp++'.
3287         (org-store-link): Implement special case in edit-src buffer.
3288         (org-insert-link): No use of ide to insert stored links.
3289         (org-link-search): Implement special case for coderefs.
3291         * org-exp.el (org-export-html-scripts): New constant.
3292         (org-export-html-style-default): Add a new style for highlighted
3293         code.
3294         (org-export-code-refs): New variable.
3295         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3296         Call `org-export-replace-src-segments-and-examples'
3297         No longer call `org-export-protect-examples'.
3298         (org-export-target-internal-links): Take care of coderef targets.
3299         (org-export-last-code-line-counter-value): New variable.
3300         (org-export-replace-src-segments-and-examples): Renamed from
3301         `org-export-replace-src-segments', and modified.
3302         (org-export-format-source-code-or-example): Renamed from
3303         `org-export-format-source-code'.
3304         (org-export-number-lines): New function.
3305         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3307 --------------------------------------------------------------------------
3309 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3311         * org-remember.el (org-remember-handler): Safer way to get a new
3312         buffer accessing the target file.
3314         * org.el (org-refile-get-location): Handle case of current buffer
3315         not having a file associated with it.
3317 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3319         * org-table.el (org-table-get-formula): Only ask to overwrite
3320         field formula if there really is one.
3322         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3323         number, by converting these to a string.
3325         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3326         located in a different file.
3328         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3329         org-colview.el.
3331 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3333         * org.el (org-completion-use-ido): Enhance docstring of
3334         `org-completion-use-ido'.
3336         * org-export-latex.el (org-export-latex-make-header): Double the %
3337         in the time stamp format.
3338         (org-export-latex-special-chars): Handle case where there is no
3339         match group 3.
3341 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3343         * org.el (org-get-refile-targets, org-refile-get-location): Use
3344         expanded file name to improve comparison.
3346 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3348         * org.el (org-scan-tags): Rescan for tags, to get the correct
3349         upcase/downcase stuff.  This slows things down for now, but it
3350         works.
3351         (org-mode): Make sure the tag-faces regexp is initialized.
3353         * org-export-latex.el (org-export-latex-links): Fix bug with
3354         undefined label.
3356         * org-table.el (org-table-get-specials): Set
3357         `org-table-current-last-data-line'.
3358         (org-table-current-last-data-line): New variable.
3359         (org-table-insert-column, org-table-delete-column)
3360         (org-table-move-column, org-table-fix-formulas): Call
3361         `org-table-fix-formulas' a second time to fix the $LR references.
3362         (org-table-get-specials): Add the $LR references to the tables.
3363         (org-table-get-formula): Do not offer last-row names as LHS of
3364         formulas.
3366         * org.el (org-store-link): Capture link description from
3367         `org-id-store-link'.
3369         * org-exp.el (org-export-html-format-image): Add the / to the end
3370         of the <img> tag.
3371         (org-export-format-source-code): Surround example by empty lines,
3372         to make sure it will not be inside a paragraph.
3374         * org.el (org-ido-switchb): New function.
3376 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3378         * org-agenda.el (org-agenda-show): New prefix argument
3379         FULL-ENTRY.
3381         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3382         argument.
3384         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3385         `org-agenda-change-all-lines'.
3386         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3387         tags are now retrieved locally.
3389 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3391         * org.el (org-get-outline-path): Fix bug if level is not given.
3392         (org-org-menu): Do not quote function in menu vector.
3394         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3395         name.
3397 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3399         * org.el (org-refile): Avoid refiling to within the region to be
3400         refiled.
3402         * org-export-latex.el (org-export-latex-special-chars): Replace
3403         special characters also in tables.
3405         * org-agenda.el (org-agenda-change-all-lines): New argument
3406         FORCE-TAGS.
3407         (org-agenda-set-tags): Cet the new tags and pass them to
3408         `org-format-agenda-item'.
3410 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3412         * org-export-latex.el (org-export-latex-classes): Add longable as
3413         a default package to all classes.
3414         (org-export-latex-tables): Handle the longtable attribute and the
3415         align attribute.
3417         * org-table.el (orgtbl-to-generic): Handle tables that start with
3418         a hline.
3420         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3421         \verb for colde-like snippets.
3422         (org-export-as-latex): Fix issues with region export.
3424         * org.el (org-up-heading-safe): Speed up function by using a
3425         direct regexp search.
3426         (org-olpa): New variable.
3427         (org-get-outline-path): Speed-up path constructions in cases where
3428         this is possible because the entire hierarchy is scanned anyway.
3429         (org-refile-get-location): Don't compare the truenames of files,
3430         this is too slow.
3431         (org-goto-max-level): New option.
3432         (org-goto): Use `org-goto-max-level'.
3434 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3436         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3437         Strip angle brackets from message-ids in the former and don't do
3438         it in the latter.
3439         (org-gnus-follow-link): Open summary reliable, even if the last
3440         messages were deleted, and handle empty groups, too.
3442 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3444         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3445         instead of \texttt for the =...= and ~===~ emphasis environments.
3446         (org-export-as-latex): Remove any old :org-license-to-kill text
3447         properties.
3448         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3449         (org-export-latex-make-header): Add some hard space after the
3450         table of contents.
3451         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3452         exported text so that it will be excuded in further steps.
3454         * org-table.el (org-table-get-specials): Make @0 reference the
3455         last line in a table.
3456         (org-table-recalculate): Improve docstring.
3458 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3460         * org.el (org-log-done): Fix docstring.
3462 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3464         * org-exp.el (org-export-html-format-image): Fix bugs.
3466         * org-export-latex.el (org-export-latex-tables)
3467         (org-export-latex-links): Implement attribute, label, and caption
3468         handling.
3470         * org-exp.el (org-export-html-style-default): Add style
3471         definitions for the figure div.
3472         (org-export-preprocess-string, org-export-as-html): Implement
3473         attribute, label, and caption handling.
3474         (org-export-attach-captions-and-attributes): New function.
3475         (org-export-html-format-image): New function.
3476         (org-format-org-table-html): Implement attribute, label, and
3477         caption handling.
3479         * org.el (org-find-text-property-in-string): New function.
3480         (org-extract-attributes): Use the property org-attr instead of
3481         org-attrobutes, because this property is now set with the #+ATTR
3482         lines.
3484 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3486         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3487         the case that FROM is nil.
3489         * org.el (org-before-first-heading-p): New function.
3491 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3493         * org-exp.el (org-export-as-html): Do not add a space before
3494         enforces line breaks.
3495         (org-export-as-html): Close paragraph before blockquote and verse
3496         tags.
3498 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3500         * org-id.el (org-id-locations-file): Wrap file name with
3501         `convert-standard-filename'.
3502         (org-id-files): New variable.
3503         (org-id-use-hash): New option.
3504         (org-id-update-id-locations): Also search in all files current
3505         listed in `org-id-files'.  Convert the resulting alist to a hash
3506         if the user customation says so.
3507         (org-id-locations-save): Handle he case if `org-id-locations' is a
3508         hash.
3509         (org-id-locations-load): Convert the alist to a hash.
3510         (org-id-add-location): Handle the hast case.
3511         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3512         exited.
3513         (org-id-hash-to-alist, org-id-alist-to-hash)
3514         (org-id-paste-tracker): New functions.
3516 -------------------------------------------------------------------------
3518 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3520         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3521         bindings of calendar variables.
3523         * org-table.el (org-table-find-row-type): Renamed from
3524         `org-find-row-type'.
3525         (org-table-rewrite-old-row-references): Renamed from
3526         `org-rewrite-old-row-references'.
3527         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3528         (org-table-cleanup-narrow-column-properties): Renamed from
3529         `org-cleanup-narrow-column-properties'.
3531 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3533         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3534         for better error messages.
3535         (org-table-get-descriptor-line): Supply the new arguments to
3536         `org-find-row-type'.
3537         (org-table-error-on-row-ref-crossing-hline): New option.
3539         * org.el (org-target-link-regexp): Make buffer-local.
3540         (org-move-subtree-down): Fix bug with trees at beginning of
3541         buffer.
3543 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3545         * org-faces.el (org-set-tag-faces): New function.
3546         (org-tags-special-faces-re): New variable.
3548         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3550         * org-faces.el (org-tag-faces): New option.
3551         (org-tag): Mention `org-tag-faces' in the docstring.
3553 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3555         * org-exp.el (org-export-html-style-default): Implement new
3556         quoting.
3558         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3560         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3561         command to the `w3m-minor-mode-map'.
3563         * org-archive.el (org-archive-to-archive-sibling): Protect
3564         `this-command' to avoid appending kills during archiving.
3566         * org-exp.el (org-export-with-priority): New variable.
3567         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3568         instead of internal list of strings and properties.
3569         (org-print-icalendar-entries): Retrieve the location property with
3570         inheritance.
3572 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3574         * org-exp.el (org-export-with-todo-keywords): New option.
3575         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3576         line.
3577         (org-default-export-plist, org-export-add-options-to-plist)
3578         (org-export-as-ascii, org-export-as-html): Use the new structure
3579         of `org-export-plist-vars'.
3581         * org.el (org-map-entries): Return all values.
3583 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3585         * org.el (org-matcher-time): Recognize more special values.
3587         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3589 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3591         * org.el (org-tags-exclude-from-inheritance): New option.
3592         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3593         `org-tags-exclude-from-inheritance'.
3595         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3596         (org-format-agenda-item): Add inherited tags to the agenda line
3597         string, and make sure that properties are kept when downcasing the
3598         tags list.
3599         (org-agenda-add-inherited-tags): New function.
3600         (org-downcase-keep-props): New function.
3602         * org.el (org-scan-tags): Mark inherited tags with a text
3603         property.
3604         (org-get-tags-at): Mark inherited tags with a text property.
3605         (org-add-prop-inherited): New function.
3607         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3608         (org-agenda-show-inherited-tags): New option.
3610 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3612         * org.el (org-modules): Add org-w3m to the default modules.
3614         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3615         orgtbl-mode.
3616         (orgtabl-create-or-convert-from-region): New command.
3618         * org-exp.el (org-export-as-ascii): Remove the handling of
3619         targets.
3620         (org-export-ascii-preprocess): Handle targets already in this
3621         function.
3623 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3625         * org-timer.el (org-timer-start-time): Define this variable.
3626         (org-timer-item): Make argument optional.
3628         * org-list.el (org-insert-item): Automatically insert a timer item
3629         if the current list is a timer list.
3631         * org-timer.el: New file.
3633         * org-publish.el (org-publish-org-index): Only exclude the index
3634         file in the main directory from being added to the site-map.
3635         (org-publish-get-project-from-filename): If the current project is
3636         a component, start publishing from the parent project.
3638 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3640         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3642         * org-publish.el (org-publish-org-index): Improve removal of
3643         temporary buffers.
3645         * org-agenda.el (org-get-closed): Re-apply changes
3646         accidentially overwritten by last commit to Emacs.
3648         * org.el (org-outline-path-complete-in-steps): New option.
3649         (org-refile-get-location): Honor
3650         `org-outline-path-complete-in-steps'.
3651         (org-agenda-change-all-lines, org-tags-sparse-tree)
3652         (org-time-string-to-absolute, org-small-year-to-year)
3653         (org-link-escape): Re-apply changes accidentially overwritten
3654         by last commit to Emacs.
3656 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3658         * org-clock.el (org-dblock-write:clocktable): Make sure the
3659         clocktable sees the first line.
3660         (org-clock-in): Warn if the clock cannot be resumed.
3662 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3664         * org.el (org-open-at-point): Fix mixup about interactive and
3665         non-interactive elisp links.
3667 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3669         * org-exp.el (org-export-preprocess-string): Allow one comment
3670         line before the first headline to always be included.  This is
3671         to not miss a commented target.
3673         * org-mouse.el (org-mouse-insert-item): Call
3674         `org-indent-to-column' instead of `indent-to', for XEmacs
3675         compatibility.
3677         * org.el (org-refile-targets): Fix customize definition so
3678         that it works also in XEmacs.
3679         (org-fixup-indentation): Call `org-indent-to-column' instead
3680         of `indent-to', for XEmacs compatibility.
3682 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3684         * org-mew.el (org-mew-store-link): Get the correct case folder
3685         for refiled messages.
3687 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3689         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3690         line break indicators.
3692         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3693         ido-completion propts.
3695 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3697         * org-remember.el (org-remember-apply-template): Use
3698         `org-substring-no-properties'.
3700         * org-compat.el (org-substring-no-properties): New function.
3702         * org-remember.el (org-remember-apply-template): Use
3703         `org-substring-no-properties' for compatibility.
3705         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3706         option.
3707         (org-fix-bullet-type): respect
3708         `org-list-two-spaces-after-bullet-regexp'.
3710         * org-clock.el (org-clock-load): Clean up the code.
3712         * org.el (org-adaptive-fill-function): Allow two spaces after
3713         "1." as a list bullet.
3715 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3717         * org-clock.el (org-clock-save, org-clock-load): Check for
3718         live buffers, existing files, and buffer file names to ensure
3719         consistent information.
3720         (org-clock-persist): Make `clock' a special value of this
3721         variable, and improve docstring.
3723         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3724         (org-get-string-indentation): Adapt indentation when the bullet
3725         width changes.
3727 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3729         * org-remember.el (org-remember-finalize): Make interactive.
3730         (org-remember-kill): New command.
3731         (org-remember-finish-immediately): Call `org-remember-finalize'
3732         directly.
3733         (org-remember-finalize): Make `org-remember-finalize' an interactive
3734         function.
3736 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3738         * org-remember.el (org-remember-apply-template): No ido completion
3739         for free prompts in remember templates.
3740         (org-remember-before-finalize-hook): New hook.
3741         (org-remember-mode): New minor mode.
3742         (org-remember-apply-template): Turn on `org-remember-mode'.
3744         * org-id.el (org-id-add-location): Avoid error when no file is
3745         given.
3747         * org-remember.el (org-remember-apply-template): Fix the way how
3748         the list of allowed properties is retrieved from the target file.
3750         * org.el (org-insert-link): Improve file link matching.
3752 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3754         * org-colview.el (org-columns-display-here): New argument
3755         DATELINE, to trigger using the new face.
3756         (org-agenda-colview-summarize): Call `org-columns-display-here'
3757         with the new argument.
3759         * org-faces.el (org-agenda-column-dateline): New face.
3761         * org-publish.el (org-publish-org-index): Use index-title at page
3762         title, not as section.
3764         * org-exp.el (org-export-html-format-desc): Respect the
3765         org-protect property.
3766         (org-export-as-html): Protect image specifiers that are in the
3767         description part of a link.
3769         * org.el (org-sort-entries-or-items, org-completing-read)
3770         (org-refile-get-location, org-olpath-completing-read, org-todo)
3771         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3772         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3773         (org-set-property, org-delete-property)
3774         (org-delete-property-globally): Use `org-ido-completing-read'.
3776         * org-remember.el (org-remember-apply-template): Use
3777         `org-ido-completing-read'.
3779         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3781         * org-colview.el (org-columns-edit-value, org-columns-new)
3782         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3784         * org-colview-xemacs.el (org-columns-edit-value)
3785         (org-columns-new, org-insert-columns-dblock): Use
3786         `org-ido-completing-read'.
3788         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3789         `org-ido-completing-read'.
3791         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3792         `org-ido-completing-read'.
3794         * org.el (org-time-today): New function.
3795         (org-matcher-time): Use `org-time-today'.  Add special treatment
3796         for "<tomorrow>" and "<yesterday>".
3797         (org-ido-completing-read): New function.
3798         (org-completion-use-ido): New option.
3800         * org-exp.el (org-export-format-source-code): Fix bug in require
3801         htmlize code.
3802         (org-export-target-internal-links): Fix bug in search for text
3803         property.
3805 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3807         * org-export-latex.el (org-export-latex-subcontent): Interprete
3808         target aliases as additonal labels.
3810         * org-exp.el (org-export-target-aliases): New variable.
3811         (org-export-preprocess-string)
3812         (org-export-handle-invisible-targets): Fill the alias alist.
3813         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3814         assign an id.
3815         (org-html-level-start): Insert the target aliases as additonal
3816         anchors.
3818         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3819         picture area.
3821 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3823         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3824         when following a link with the mouse from the agenda.
3826         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3827         headlines are created.
3829 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3831         * org-exp.el (org-export-preprocess-string): Reorder so that we
3832         can still see ID properties when we collect targets.
3833         (org-export-target-internal-links): Also store targets for ID's.
3835         * org.el (org-link-translation-function): New option.
3836         (org-open-at-point): Call `org-link-translation-function' if
3837         non-nil.
3838         (org-translate-link): New function.
3839         (org-translate-link-from-planner): New function.
3840         (org-open-at-point): Allow interactive commands in elisp links.
3842         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3843         iCalendar quoting.  The new one seems to caus problems with
3844         applications.
3846         * org.el (org-yank): Set `this-command' to `yank', so that
3847         `yank-pop' will work.
3849 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3851         * org-id.el (org-id-search-archives): New option.
3853         * org.el (org-link-to-org-use-id): New option.
3854         (org-store-link): Use `org-link-to-org-use-id'.
3855         (org-id): Make org-id.el a standard component.
3857 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3859         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3860         hexified version of the tag.
3862         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3863         compliance as far as quoting is concerned.
3865         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3867         * org.el (org-up-heading-safe, org-forward-same-level): Always
3868         call `org-back-to-heading' instead of `outline-back-to-heading'.
3869         (org-back-to-heading): New wrapper around outline-back-to-heading,
3870         with a useful error message telling where the error happened.
3872         * org-list.el (org-update-checkbox-count): Always call
3873         `org-back-to-heading' instead of `outline-back-to-heading'.
3875         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3876         has an `alt' attribute, to ensure XHTML validation.
3878 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3880         * org-publish.el (org-publish-attachment): Allow publishing to
3881         overwrite attachment files.
3883         * org-agenda.el (org-agenda-timerange-leaders): New option.
3884         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3886         * org.el (org-edit-src-exit): Untabify ASCII image before
3887         returning.
3900 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3902         * org.el (org-yank): Make any prefix force normal yanking.
3903         Suppress folding if text would be swallowed into a folded
3904         subtree.
3905         (org-yank-folded-subtrees, org-yank): Docstring updates.
3907         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3908         defined as 0.
3910         * org-exp.el (org-export-language-setup): Add Catalan and
3911         Esperanto language entries.
3913 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3915         * org.el (org-refile): Allow refiling of entire regions.
3917         * org-clock.el (org-clock-time%): New function.
3919         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3920         retrieve property values.
3922 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3924         * org-agenda.el (org-agenda-list): Handle the value `only' of
3925         org-agenda-show-log'.
3926         (org-agenda-log-mode): Interpret a double prefix arg.
3928 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3930         * org-exp.el (org-export-html-footnotes-section): New variable.
3931         (org-export-as-html): Use `org-export-html-footnotes-section' to
3932         insert the footnotes.
3933         (org-export-language-setup): Add "Footnotes" to language words.
3935 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3937         * org.el (org-yank): Fix bug when not inserting a subtree.
3939 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3941         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3942         instead of `vm-beginning-of-message'.
3944         * org.el (org-make-link-regexps): Make sure that links to gnus can
3945         contain brackets.
3947 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3949         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3950         code.
3952         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3953         shell output.
3955         * org.el (org-link-abbrev-alist): Improve customization type.
3957         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3958         functions.
3960         * org-agenda.el (org-agenda-get-progress): Renamed from
3961         `org-get-closed'.  Implement searching for state changes as well.
3962         (org-agenda-log-mode-items): New option.
3963         (org-agenda-log-mode): New option prefix argument, interpreted as
3964         request to show all possible progress info.
3965         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3966         `org-get-closed'.
3967         (org-agenda-set-mode-name): Handle the more complex log mode
3968         settings.
3969         (org-get-closed): New alias, pointing to `org-get-progress'.
3971 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3973         * org.el (org-file-apps-defaults-gnu)
3974         (org-file-apps-defaults-macosx)
3975         (org-file-apps-defaults-windowsnt): Add an entry defining the
3976         system command.
3977         (org-file-apps): Allow `system' as key and value.
3978         (org-open-at-point): Explain the effect of a double prefix arg.
3979         (org-open-file): If the argument `in-emacs' is (16),
3980         i.e. corresponding to a double prefix argument, try to open the
3981         file externally.
3983 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3985         * org.el (org-insert-link): Abbreviate absolute files names in
3986         links.  Also, fix a bug in which the double C-u prefix would not
3987         be honored.
3989 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3991         * org.el (org-insert-heading): If buffer does not end with a
3992         newline, add one if necessary to insert headline correctly.
3994         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3995         paragraphs, not inside.
3997         * org.el (org-todo): Quote
3998         `org-agenda-headline-snapshot-before-repeat'.
4000         * org-exp.el (org-export-as-html): Fully process link descriptions.
4001         (org-export-html-format-desc): New function.
4002         (org-export-as-html): Collect footnotes into the correct basket.
4003         (org-html-protect): No longer protect quotations marks here, this
4004         goes wrong.
4006         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4007         BEG.
4009         * org-compat.el (org-fit-window-to-buffer): New function (not
4010         really, a preliminary and incomplete version was present earlier,
4011         but not used).
4013         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4014         `org-fit-window-to-buffer'.
4016         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4018         * org-agenda.el (org-agenda-get-restriction-and-command)
4019         (org-fit-agenda-window, org-agenda-convert-date): Use
4020         `org-fit-window-to-buffer'.
4022         * org-exp.el (org-export-as-html): Process href links through
4023         `org-export-html-format-href'.
4024         (org-export-html-format-href): New function.
4026         * org-agenda.el (org-agenda-todo): Update only the current
4027         headline if this is a repeated TODO, marked done for today.
4028         (org-agenda-change-all-lines): New argument JUST-THIS, to change
4029         only the current line.
4031         * org.el (org-todo): Take a snapshot of the headline if the
4032         repeater might change it.
4034 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4036         * org-publish.el (org-publish-find-title): Remove buffers visited
4037         only for extracting the title.
4039         * org-exp.el (org-export-html-style)
4040         (org-export-html-style-default): Mark style definitions as
4041         unparsed CDATA.
4043         * org-publish.el (org-publish-validate-link): Function
4044         re-introduced.
4046 2008-11-02  Charles Sebold  <csebold@gmail.com>
4048         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4049         property.
4050         (org-plot-quote-timestamp-field): New function.
4051         (org-plot-quote-tsv-field): Call timestamp field function when
4052         necessary rather than just quoting as a string.
4053         (org-plot/gnuplot-to-data): Pass in timefmt property.
4054         (org-plot/gnuplot-script): Supports timefmt property.
4055         (org-plot/gnuplot): Checks for timestamp column before checking
4056         for text index column.
4058 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4060         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4062         * org-publish.el (org-publish-org-index): Create a section in the
4063         index file.
4064         (org-publish-org-index): Stop linking to directories.
4066         * org.el (org-emphasis-alist): Use span instead of <u> to
4067         underline text.
4069         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4070         <pre> sections.
4072 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4074         * org-jsinfo.el (org-infojs-template): Remove language attribute
4075         from script tag.
4077 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4079         * org-agenda.el (org-agenda-remove-marked-text): New function.
4080         (org-agenda-mark-filtered-text)
4081         (org-agenda-unmark-filtered-text): New functions.
4082         (org-write-agenda): Remove fltered text.
4084         * org.el (org-make-tags-matcher): Give access to TODO "property"
4085         without speed penalty.
4087 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4089         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4090         option.
4091         (org-store-link-props): Make sure adding to the plist works
4092         correctly.
4094         * org-gnus.el (org-gnus-no-new-news): New function.
4095         (org-gnus-follow-link): Allow the article ID to be a message-id,
4096         in addition to allowing article numbers.  Message IDs make much
4097         more roubust links.
4098         (org-gnus-store-link): Use message-id to create link.
4100 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4102         * org.el (org-emphasize): Reverse the selection array.
4103         (org-emphasis-alist): Set <code> tags for the verbatim
4104         environment.
4106         * org-remember.el (org-remember-handler): Fix bug with
4107         prefix-related changing of the note storage target.
4109         * org-exp.el (org-print-icalendar-entries): Make the exported
4110         priorities compatible with RFC 2445.
4112         * org-clock.el (org-clock-save): Insert time stamp without
4113         dependence on time-stamp.el.
4115 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4117         * org.el ("saveplace"): If saveplace puts point into an invisible
4118         location, make it visible.
4119         (org-make-tags-matcher): Allow inactive time stamps in time
4120         comparisons.
4121         (org-yank-adjusted-subtrees): New option.
4122         (org-yank): Incorporate adjusting trees.
4123         (org-paste-subtree): New argument FOR-YANK which will cause
4124         insertion at point without backing up over white lines, and leave
4125         point at the end of the inserted text.  Also if the cursor is
4126         at the beginning of a headline, use the same level or the inserted
4127         tree.
4129         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4130         with broken symlinks
4132 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4134         * org-exp.el (org-export-select-tags, org-get-current-options):
4135         Fix typo.
4137 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4139         * org-agenda.el (org-format-agenda-item)
4140         (org-agenda-filter-make-matcher): Make sure tags are stored and
4141         compared donwcased.
4143 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4145         * org.el (org-insert-todo-heading): Fix bug with force-heading
4146         argument.
4148 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4150         * org-clock.el (org-clock-in-resume): Add a custom option to
4151         toggle starting the clock from an open clock line.
4152         (org-clock-in): When clocking in to an entry, if
4153         `org-clock-in-resume' is set, check if the first clock line is
4154         open and if so, start the clock from the time in the clock line.
4155         (org-clock-persist): Add a custom option to toggle clock
4156         persistence.
4157         (org-clock-persist-query-save): Add a custom option to toggle
4158         asking the user if they want to save the running clock when
4159         exiting.
4160         (org-clock-persist-query-resume): Add a custom option to toggle
4161         asking the user if they want to resume the saved clock when Emacs
4162         is restarted.
4163         (org-clock-save): Add a function to save clock data.
4164         This includes the contents of `org-clock-history' and the buffer
4165         and position of the currently clocked task, if any.
4166         (org-clock-load): Add a function to load clock data.
4167         This populates `org-clock-history', and resumes the saved clocked
4168         task if there is one.
4169         (org-clock-persistence-insinuate): Add a method to set up the
4170         hooks for clock persistence.
4172 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4174         * org-exp.el (org-export-as-ascii): Handle the case that we are
4175         publishing from an indirect buffer.
4177         * org-table.el (org-table-copy-down): Fix bug with time stamp
4178         increment.
4180         * org-mouse.el (org-mouse-features): New option.
4181         (org-mode-hook): Turn on features depending on
4182         `org-mouse-features'.
4184         * org.el (org-insert-heading-respect-content): Force heading
4185         creation.
4186         (org-insert-heading): keep the folding state of the heading before
4187         the inserted one.
4189 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4191         * org-archive.el (org-archive-to-archive-sibling): Handle top
4192         level headlines better.
4194 2008-10-21  Bastien Guerry  <bzg@altern.org>
4196         * org-export-latex.el (org-export-latex-classes): Added
4197         \usepackage{graphicx} to the default list of packages.
4199 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4201         * org-agenda.el (org-agenda-filter): Renamed from
4202         `org-agenda-filter-tags'.
4204 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4206         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4207         is not defined as a property in this entry.
4208         (org-add-log-note): Mask prefix argument when immediately storing
4209         the note.
4211         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4212         option.
4214 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4216         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4217         after drawers was skipping ahead one line too many, so notes were
4218         inserted after the first note instead of before it.
4220 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4222         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4223         New variables.
4224         (org-prepare-agenda): Reset the filter tags.
4225         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4226         Show filter tags in mode line.
4228         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4229         formatter.
4231         * org-export-latex.el (org-latex-entities-regexp): New constant.
4232         (org-export-as-pdf): Use two calls to `shell-command'.
4234 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4236         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4237         Honor the {} value of the subsuperscript setting.  Make sure that
4238         longer subsuperscripts are typeset in a roman font.
4240         * org.el (org-clock-update-time-maybe): Compute negative clock
4241         intervals correctly.
4243 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4245         * org.el (org-add-log-setup): Respect
4246         `org-log-state-notes-insert-after-drawers'.
4247         (org-log-state-notes-insert-after-drawers): New option.
4248         (org-todo-trigger-tag-changes): New function.
4249         (org-todo): Call `org-todo-trigger-tag-changes'.
4251 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4253         * org.el (org-add-log-setup): Only skip drawers if the are
4254         immediately after the scheduling keywords.
4256         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4257         function
4258         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4259         call it with the current todo state to get the state to switch to
4260         when clocking in.
4261         (org-clock-in): Use org-indent-line-function to indent clock lines.
4262         (org-clock-find-position): Fix indentation of empty clock drawers.
4264 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4266         * org-publish.el (org-publish-org-to): Handle case when
4267         org-export-to-pdf does return a file name, not a buffer.
4268         (org-publish-org-to-pdf): New function.
4270         * org-export-latex.el (org-export-as-pdf)
4271         (org-export-as-pdf-and-open): New commands.
4273         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4274         forms as ranges.
4276         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4277         things in protexted regions.
4279 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4281         * org-export-latex.el (org-export-latex-preprocess): Improve
4282         quoting of LaTeX environments.
4284 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4286         * org.el (org-edit-fixed-width-region): Exclude final newline from
4287         picture area.
4289         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4290         sections, to make internal links work.
4291         (org-export-latex-fontify-headline): Do not remove all text
4292         properties, to make sure that target properties survive this
4293         process.
4295         * org-exp.el (org-export-preprocess-string): Change sequence of
4296         modifications, to make sure links are prepared before the LaTeX
4297         conversions do happen.
4299 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4301         * org-attach.el (org-attach-delete-all): Renamed from
4302         `org-attch-delete'.  Add a security query before deleting the
4303         entire directory.  New optional argument FORCE can overrule the
4304         security query.
4305         (org-attach-delete-one): New command.
4307 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4309         * org-attach.el (org-attach-file-list): Fix bug with directory.
4311 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4313         * org.el (org-apps-regexp-alist): New function.
4314         (org-file-apps): Add auto-mode to the default value.
4315         (org-open-file): Use the new structure of org-file-apps.
4317         * org-attach.el (org-attach): Support the new keys.
4318         (org-attach-method): New option.
4320 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4322         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4323         March.
4325         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4326         of the list value o `org-use-tag-inheritance'.
4328         * org-attach.el (org-attach-auto-tag): New option.
4329         (org-attach-tag, org-attach-untag): New functions.
4330         (org-attach-attach, org-attach-new, org-attach-sync): Call
4331         `org-attach-tag'.
4332         (org-attach-delete): Call `org-attach-untag'.
4334 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4336         * org-table.el (orgtbl-self-insert-command): Make this work for
4337         the keypad as well.
4339 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4341         * org.el (org-add-log-setup): Limit searc for drawers to entry
4342         text, not to subtree.
4344         * org-clock.el (org-clock-heading-for-remember): New variable.
4345         (org-clock-in): Set `org-clock-heading-for-remember'.
4347 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4349         * org-remember.el (org-remember-apply-template): Add new
4350         expansions: %k, %K for currently clocked task and a link to the
4351         currently clocked task, and %< to file notes in the currently
4352         clocked task.
4354 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4356         * org-export-latex.el (org-export-latex-make-header): Also insert
4357         the content of the property :latex-header-extra.
4359         * org-exp.el (org-infile-export-plist): Put the content of
4360         #+LATEX_HEADER: into the property :latex-header-extra.
4362         * org-colview.el (org-columns-get-format-and-top-level): Remove
4363         resetting the marker.
4365         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4366         Remove resetting the marker.
4368         * org.el (org-entry-property-inherited-from): Improve docstring.
4369         (org-entry-get-with-inheritance): Reset marker before starting the
4370         search.
4372         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4374 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4376         * org.el (org-entry-get-multivalued-property)
4377         (org-entry-protect-space, org-entry-restore-space): New
4378         functions.
4379         (org-file-apps-defaults-macosx): Let postscript files be opened by
4380         preview.
4381         (org-time-stamp-inactive): Call `org-time-stamp'.
4382         (org-time-stamp): New argument `inactive'.  Also edit inacive
4383         stamps. Convert time stamp type.
4384         (org-open-file): Interpret the `default' value for the `command'
4385         in `org-file-apps'.
4387         * org-id.el (org-id-int-to-b36-one-digit)
4388         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4389         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4390         b36.
4392 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4394         * org-id.el (org-id-reverse-string): New function.
4395         (org-id-new): Use `org-id-reverse-string' to make sure the
4396         beginning chars of the ID are mutating fast.  This allows to use a
4397         directory structure to spread things better.
4398         (org-id-prefix): Changed default to nil.
4400         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4401         restore the column of the cursor position.
4403         * org-remember.el (org-remember-apply-template): Remove properties
4404         from `initial'.
4406 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4408         * org-wl.el (org-wl-open): Remove useless call to
4409         `wl-thread-open-all'.
4411         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4412         location.
4414 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4416         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4417         `org-bbdb-anniversaries'.
4419         * org.el (org-get-next-sibling, org-forward-same-level): New
4420         functions, similar to the outline versions, but invisible headings
4421         are OK.
4423 2008-09-25  Bastien Guerry  <bzg@altern.org>
4425         * org.el (org-auto-repeat-maybe): Insert a space between
4426         the timestamp's type and the timestamp itself.
4428 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4430         * org-table.el (org-table-sum): Do not format the result with %g,
4431         it does rounding when there are too many digits.
4433         * org.el (org-map-entries): Protect the keyword-selecting variables.
4435 2008-09-23  Bastien Guerry  <bzg@altern.org>
4437         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4438         against all agenda files.
4440 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4442         * org-list.el: New file, aggregating list functions from org.el
4443         and org-export-latex.el.
4445         * org.el (org-edit-src-region-extra): New option.
4447 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4449         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4450         time before 1am.
4452 2008-09-22  Bastien Guerry  <bzg@altern.org>
4454         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4456 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4458         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4459         hline work correctly.
4460         (org-plot/gnuplot-script): Put commas at the end of each script
4461         line.
4463 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4465         * org.el (org-get-refile-targets): Replace links with their
4466         descriptions
4467         (org-imenu-get-tree): Replace links with their descriptions.
4469         * org-remember.el (org-remember-apply-template): Add a new
4470         expansion for adding properties to remember items.
4472         * org.el (org-add-log-setup): Skip over drawers (properties,
4473         clocks etc) when adding notes.
4475         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4476         items as well as the start and end times.
4478         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4479         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4481         * org-remember.el (org-get-x-clipboard): Use the compat
4482         function to get clipboard values when x-selection-value is
4483         unavailable. Use substring-no-properties instead of
4484         set-text-properties to remove text properties from the clipboard
4485         value.
4487         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4488         modeline clock string, and display the full todo value in the
4489         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4490         the currently clocked task.
4491         (org-clock-string-limit): Add a custom value for the maximum
4492         length of the clock string in the modeline.
4493         (org-clock-mode-map): Add a keymap for the modeline string
4495 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4497         * org-compat.el (org-propertize): New function.
4499 2008-09-20  Bastien Guerry  <bzg@altern.org>
4501         * org-export-latex.el (org-export-latex-tables): protect exported
4502         tables from further special chars conversion.
4503         (org-export-latex-preprocess): Preserve LaTeX environments.
4504         (org-list-parse-list): Parse descriptive lists.
4505         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4506         (org-list-to-texinfo): Export descriptive lists.
4507         (org-quote-chars): Remove.
4508         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4509         (org-export-latex-list-beginning-re): Rename to
4510         `org-list-beginning-re'
4511         (org-list-item-begin): Rename to `org-list-item-beginning'
4513 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4515         * org.el (org-refile): Allow refiling to the last entry in the
4516         buffer.
4517         (org-get-tags-at): Fix bug when inheritance is turned off.
4519 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4521         * org.el (org-indent-line-function): No longer check for src
4522         regions, this is too much overhead.
4524         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4525         matching.
4527         * org.el (org-scan-tags): Make sure that tags matching is not case
4528         sensitive.  TODO keyword matching is case sensitive, however, to
4529         avoid confusion with similar words that are not meant to be
4530         keywords.
4532 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4534         * org.el (org-get-local-tags-at): New function.
4535         (org-get-local-tags): New function.
4537         * org-exp.el (org-export-get-categories): New function.
4539         * org-agenda.el (org-sorting-choice)
4540         (org-agenda-sorting-strategy, org-agenda-get-todos)
4541         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4542         (org-agenda-get-scheduled, org-agenda-get-blocks)
4543         (org-entries-lessp): Implement sorting by TODO state.
4544         (org-cmp-todo-state): New defsubst.
4546         * org-colview.el (org-colview-construct-allowed-dates): New
4547         function.
4548         (org-columns-next-allowed-value): Use
4549         `org-colview-construct-allowed-dates'.
4551         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4552         function.
4553         (org-columns-next-allowed-value): Use
4554         `org-colview-construct-allowed-dates'.
4556 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4558         * org.el (org-protect-slash): New function.
4559         (org-get-refile-targets): Use `org-protect-slash'.
4561         * org-agenda.el (org-global-tags-completion-table): New variable.
4563         * org-exp.el (org-export-handle-export-tags): New function.
4564         (org-export-preprocess-string): Call
4565         `org-export-handle-export-tags'.
4567         * org-plot.el: New file.
4569         * org-publish.el (org-publish-expand-components): Function removed.
4570         (org-publish-expand-projects): Allow components to have components.
4572 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4574         * org.el (org-indent-line-function): Do not indent in regions that
4575         are external source code.
4576         (org-yank-and-fold-if-subtree): New function.
4578         * org-agenda.el (org-agenda-todayp): New function.
4579         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4580         `org-agenda-todayp'.
4582         * org.el (org-insert-heading-respect-content)
4583         (org-insert-todo-heading-respect-content): New commands.
4584         (org-insert-heading-respect-content): New option.
4585         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4587         * org-clock.el (org-clock-find-position): Make sure the note after
4588         the clock line gets moved into the new clock drawer.
4590 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4592         * org-id.el (org-id-new): New option.
4594 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4596         * org-table.el (org-table-copy-down): Avoid overflow during
4597         increment.  Use prefix argument 0 to temporarily disable the
4598         increment.
4600 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4602         * org-exp.el (org-export-as-html): Do not turn on the major mode
4603         if the buffer will be killed anyway.
4604         (org-get-current-options): Exclude the #+TEXT field.
4605         (org-export-as-html): Make sure text before the first headline is
4606         a paragraph.
4608         * org-publish.el (org-publish-org-to): Tell the exporter that this
4609         buffer will be killed, so it is not necessary to do major mode
4610         initialization.
4612         * org-archive.el (org-archive-to-archive-sibling): Show empty
4613         lines after folding the archive sibling.
4615         * org.el (org-log-note-extra): New variable.
4617 2008-09-05  Bastien Guerry  <bzg@altern.org>
4619         * org.el (org-additional-option-like-keywords): Added keywords for
4620         the _QUOTE, _VERSE and _SRC environments.
4622         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4623         exporting _QUOTE and _VERSE environments.
4625 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4627         * org-agenda.el (org-agenda-filter-by-tag): New command.
4629         * org-exp.el (org-get-current-options): Remove angular brackets
4630         from the date entry.
4632         * org.el (org-edit-fixed-width-region): New function.
4633         (org-edit-fixed-width-region): Also try
4634         `org-edit-fixed-width-region'.
4635         (org-edit-fixed-width-region-mode): New option.
4636         (org-activate-code): Only interprete lines starting with colon
4637         plus a space as example lines.
4639         * org-remember.el (org-remember-templates): Add nil instead of
4640         empty strings to fix the length of remember templates.
4642         * org-table.el (org-calc-default-modes): Fix the time format for
4643         calc, from 12 hour to 24 hour clock.
4645 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4647         * org-agenda.el (org-agenda-get-deadlines)
4648         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4649         entries that are pre-warnings of deadlines or reminders.
4651         * org.el (org-sort-entries-or-items): Make numeric and alpha
4652         comparisons ignore any TODO keyword and priority cookie.
4654         * org-remember.el (org-remember-handler): Reinterpretation of the
4655         prefix argument.
4657 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4659         * org-agenda.el (org-agenda-get-scheduled): Use new
4660         `org-scheduled' face.
4662         * org-faces.el (org-scheduled): New face.
4664         * org-wl.el (org-wl-open): Remove incorrect declaration.
4666         * org-gnus.el (org-gnus-store-link): Support for :to information
4667         in gnus links.
4669         * org-exp.el (org-export-as-html): Fixed typo in creator
4670         information.
4671         (org-export-protect-examples): New parameter indent.  Insert extra
4672         spaces only when this parameter is specified.
4673         (org-export-preprocess-string): Call `org-export-protect-examples'
4674         with an indentation parameter when exporting to ASCII.
4676         * org-remember.el (org-remember-templates)
4677         (org-remember-apply-template): Allow the file component to be a
4678         function.
4680         * org.el (org-goto-local-search-headings): Renamed from
4681         `org-goto-local-search-forward-headings'.  Added the possibility
4682         to search backwards.
4684 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4686         * org-export-latex.el (org-export-latex): New customization
4687         group.
4689         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4691 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4693         * org-exp.el (org-html-do-expand): Allow {} to terminate
4694         tex macro
4696 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4698         * org.el (org-buffer-list): Select buffers based on major mode,
4699         not on file name.
4701 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4703         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4704         face property.
4706         * org-colview.el (org-columns-display-here): Use
4707         `org-columns-modify-value-for-display-function'.
4709         * org-colview-xemacs.el (org-columns-display-here): Use
4710         `org-columns-modify-value-for-display-function'.
4712 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4714         * org.el (org-columns-modify-value-for-display-function): New option.
4726         * org-publish.el (org-publish-file): Make sure the directory match
4727         for the publishing directory works correctly.
4729         * org-agenda.el (org-agenda-execute-calendar-command)
4730         (org-agenda-diary-entry): Additional optional argument.
4732 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4734         * org-exp.el (org-export-as-html): Add attributes also in mailto
4735         and ftp links.
4737         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4746 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4748         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4749         sure that calls from `org-export-region-as-html' do not do the
4750         special check for a subtree.
4752 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4754         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4756 2008-07-20  Juri Linkov  <juri@jurta.org>
4758         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4759         new keymap `narrow-map' instead of binding "\C-xns".
4761 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4763         * org.el (org-open-file): Use
4764         `org-open-directory-means-index-dot-org'.
4765         (org-open-directory-means-index-dot-org): New option.
4767 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4769         * org.el (org-make-link-string): Remove link attributes from
4770         description.
4771         (org-open-at-point): Remove link attributes bevore using the path.
4773         * org-exp.el (org-export-as-html): Handle link attributes.
4775         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4777         * org-table.el (org-table-to-lisp): New function.
4779         * org.el (org-narrow-to-subtree): Do not include the final newline
4780         into the narrowed region.
4782         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4783         bug with user-define skipping condition.
4785 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4787         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4789 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4791         * org-exp.el (org-export-html-style-default): Automatic overflow
4792         handling for pre fields.
4793         (org-export-as-ascii, org-export-as-html): Change default format
4794         for time stamp.
4796         * org-table.el (org-table-export): Offer completion for translator
4797         functions, and do not require a heading above the table.
4799         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4800         Cater for the case of a list starting in the first line of the
4801         buffer.
4803 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4805         * org-publish.el (org-publish-find-title): Bug fix.
4806         (org-publish-org-index): Implement new :index-style option.
4808 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4810         * org-publish.el (org-publish-timestamp-filename): Use
4811         SHA1-encoded file names in the timestamp directory.
4813 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4815         * org-publish.el (org-publish-needed-p): Be verbose about files
4816         published and files skipped.
4818         * org-exp.el (org-export-preprocess-string): Swap link
4819         normalization and inernal link targeting.
4821         * org-publish.el (org-publish-needed-p): Create timestamp
4822         directory when it does not exist.
4824 2008-07-04  Bastien Guerry  <bzg@altern.org>
4826         * org-clock.el (org-clock-out-when-done): Doc fix.
4828         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4830         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4831         Ignore case when searching for the COMMENT cookie at export time.
4833 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4835         * org-exp.el (org-get-file-contents)
4836         (org-get-and-remove-property): New functions.
4837         (org-export-handle-include-files): Handle the new prefix options.
4838         (org-export-as-html): Fix the verse environment.
4840 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4842         * org.el (org-time=, org-time<, org-time<=, org-time>)
4843         (org-time>=, org-time<>, org-2ft): New functions.
4844         (org-op-to-function): Also provide for the time testing fucntions.
4846 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4848         * org-exp.el (org-export-html-style-default): New constant.
4850 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4852         * org-exp.el (org-export-html-style-extra): New variable.
4853         (org-export-splice-style): New function.
4855 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4857         * org-exp.el (org-export-plist-vars, org-export-as-html):
4858         Implement `org-export-creator-info'.
4859         (org-export-creator-info): New option.
4861 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4863         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4864         (org-property-drawer-re, org-clock-drawer-re): New constants.
4866 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4868         * org-exp.el (org-icalendar-use-deadline)
4869         (org-icalendar-use-scheduled): New options.
4870         (org-icalendar-include-todo): Default changed to t.
4871         (org-print-icalendar-entries): Implement better utilization of
4872         scheduling and deadline time stamps.
4873         (org-export-target-internal-links, org-export-as-html): Allow file
4874         lines without the "file:" prefix if the file path is an absolute
4875         path or starts with ".".
4877         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4878         lastweek etc.
4879         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4881 2008-06-18  Glenn Morris  <rgm@gnu.org>
4882         * org.el (org-map-entries): Let-bind `file'.
4884 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4886         * org.el (org-agenda-skip-archived-trees): Docstring now
4887         discourages using this.
4888         (org-scan-tags): Check for org-agenda-archives-mode.
4889         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4890         (org-agenda-files): Functionality of second arg changed.
4892         * org-agenda.el (org-agenda-archives-mode): New variable
4893         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4894         (org-search-view, org-todo-list, org-tags-view)
4895         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4896         `ifmode' argument.
4897         (org-agenda-quit): Reset the archives mode.
4898         (org-agenda-archives-mode): New command.
4899         (org-agenda-set-mode-name): Include archives info.
4901 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4903         * org.el (org-paste-subtree): Make sure the yanked headline is
4904         visible if it was yanked at a visible point.
4905         (org-move-item-up): Fix the bug with moving white space at the end
4906         of the item.
4907         (org-show-empty-lines-in-parent): New function.
4909 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4911         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4913         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4915         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4916         agenda prefix as well.
4918         * org-publish.el (org-publish-org-index): Make a properly indented
4919         list.
4921         * org.el (org-calendar-agenda-action-key): New option.
4922         (org-get-cursor-date): New function.
4923         (org-mark-entry-for-agenda-action): New command.
4924         (org-overriding-default-time): New variable.
4925         (org-read-date): Respect `org-overriding-default-time'.
4927         * org-remember.el (org-remember-apply-template): Respect the
4928         ovverriding default time.
4930         * org-agenda.el (org-agenda-action-marker): New variable.
4931         (org-agenda-action): New command.
4932         (org-agenda-do-action): New function.
4934 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4936         * org.el (org-schedule, org-deadline): Protect scheduled and
4937         deadline tasks against changes that accidently remove the
4938         repeater.  Also show a message with the new date when done.
4940 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4942         * org.el (org-beginning-of-line): Cater for the case when there
4943         are tags but no headline text.
4944         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4945         it set.
4947 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4949         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4950         the return value is nil instead of "nil" when there is no match.
4952         * org-exp.el (org-insert-centered): Use fill-column instead of
4953         80.
4954         (org-export-as-ascii): Use string-width to measure the width of
4955         the heading.
4957         * org.el (org-diary-to-ical-string): No longer kill buffer
4958         FROMBUF, this is now done by the caller.
4960         * org-exp.el (org-print-icalendar-entries): Move the call to
4961         `org-diary-to-ical-string' out of the loop, and kill the buffer
4962         afterwords.
4964         * org-remember.el (org-remember-visit-immediately): Position
4965         cursor after moving to the note.
4966         (org-remember-apply-template): Use a text property to record the
4967         cursor position.
4968         (org-remember-handler): Align tags after pasting the note.
4970 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4972         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4974         * org-agenda.el (org-agenda-open-link): If there is an
4975         org-bbdb-name property in the current line, jump to that bbdb
4976         entry.
4978         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4979         text property, so that the agenda knows where this entry comes
4980         from.
4982         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4983         interaction between clocking-in from the agenda, and  automatic
4984         task state switching.
4986         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4988         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4989         zmacs-region stays after this command in XEmacs.
4991 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4993         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4995         * org-remember.el (org-remember-templates): Fix bug in
4996         customization type definition.
4998         * org.el (org-map-entries): New function.
5000 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
5002         * org-agenda.el (org-agenda-skip-comment-trees): New option.
5003         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5005 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
5007         * org-remember.el (org-jump-to-target-location): New variable.
5008         (org-remember-apply-template): Set
5009         `org-remember-apply-template' if requested by template.
5010         (org-remember-handler): Start an idle timer to jump to
5011         remember location.
5013         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5015         * org.el (org-set-regexps-and-options): Fix bug with parsing of
5016         file tags.
5017         (org-get-tags-at): Add the content of `org-file-tags'.
5019         * org-exp.el (org-export-handle-comments): Fix bug with several
5020         comment lines after each other.
5021         (org-number-to-roman, org-number-to-counter): New functions.
5022         (org-export-section-number-format): New option.
5024 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
5026         * org-exp.el (org-export-protect-examples): Catch the case of a
5027         missing end_example line.
5029         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5030         `org-file-tags' to nil.
5032         * org-colview.el (org-columns-next-allowed-value): Handle next
5033         argument NTH to directly select a value.
5035         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5036         argument NTH to directly select a value.
5038 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
5040         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5042 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5044         * org.el (org-columns-ellipses): New option.
5046 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5048         * org-colview.el (org-columns-add-ellipses): New function.
5049         (org-columns-compact-links): New function.
5050         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5051         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5052         when in agenda.
5053         (org-columns-edit-value): Fixed bug with editing values from
5054         agenda column view.
5055         (org-columns-redo): Also redo the agenda itself.
5057 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5059         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5060         option.
5062         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5064         * org-exp.el (org-export-ascii-preprocess): Renamed from
5065         `org-export-ascii-clean-string'.
5066         (org-export-kill-licensed-text)
5067         (org-export-define-heading-targets)
5068         (org-export-handle-invisible-targets)
5069         (org-export-target-internal-links)
5070         (org-export-remove-or-extract-drawers)
5071         (org-export-remove-archived-trees)
5072         (org-export-protect-quoted-subtrees)
5073         (org-export-protect-verbatim, org-export-protect-examples)
5074         (org-export-select-backend-specific-text)
5075         (org-export-mark-blockquote-and-verse)
5076         (org-export-remove-comment-blocks-and-subtrees)
5077         (org-export-handle-comments, org-export-mark-radio-links)
5078         (org-export-remove-special-table-lines)
5079         (org-export-normalize-links)
5080         (org-export-concatenate-multiline-links)
5081         (org-export-concatenate-multiline-emphasis): New functions,
5082         obtained from spliiting the export preprocessor.
5084         * org-table.el (org-table-recalculate): Improve error message if
5085         the row number is invalid.
5087 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5089         * org-archive.el (org-archive-save-context-info): Fix bugs in
5090         customization setup and docstring.
5092         * org-exp.el (org-export-html-style): Changed the size of in the
5093         <pre> element to 90%.
5095 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5097         * org.el (org-find-src-example-start): Function removed.
5098         (org-edit-src-find-region-and-lang): New function.
5100 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5102         * org.el (org-edit-src-exit): New function.
5103         (org-exit-edit-mode): New minor mode.
5105         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5106         comment-like lines from protected examples.
5108         * org.el (org-edit-src-example, org-find-src-example-start)
5109         (org-protect-source-example, org-edit-special): New functions.
5111 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5113         * org-publish.el (org-publish-project-alist): Fix typo in
5114         docstring.
5115         (org-publish-project-alist): Handle :index-title property.
5117 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5119         * org-export-latex.el (org-export-as-latex): Make sure region
5120         bounds are correct.  Parse subtree properties relating to export.
5122         * org-exp.el (org-export-add-options-to-plist): New function.
5123         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5125 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5127         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5128         EXPORT_TITLE.
5130         * org-exp.el (org-export-get-title-from-subtree)
5131         (org-export-as-ascii, org-export-as-html): Make sure the original
5132         region-beginning and region-end are used, even after moving
5133         point.
5134         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5135         property.
5137         * org-remember.el (org-remember-last-stored-marker): New variable.
5138         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5139         (org-remember-handler): Also use marker to remember
5140         last-stored position.
5142         * org.el (org-goto-marker-or-bmk): New function.
5144 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5146         * org.el (org-file-properties): Renamed from `org-local-properties'.
5147         (org-scan-tags): Take file tags into account.
5148         (org-tags-match-list-sublevels): Default changed to t.
5150         * org-exp.el (org-export-as-html): Close paragraph after a
5151         footnote.
5153         * org.el (org-update-parent-todo-statistics): New function.
5155         * org-exp.el (org-icalendar-store-UID): New option.
5156         (org-icalendar-force-UID): Option removed.
5157         (org-print-icalendar-entries): IMplement UIDs.
5159 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5161         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5163 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5165         * org-faces.el (org-column): Document how this face is being used
5166         and why sometimes the background faces shine through.
5168         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5170         * org-publish.el (org-publish-attachment): Create publishing
5171         directory if it does not yet exist.
5173         * org-table.el (org-calc-default-modes): Change default number
5174         format to (float 8).
5176         * org.el (org-olpath-completing-read): New function.
5177         (org-time-clocksum-format): New option.
5178         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5180         * org-clock.el (org-clock-display, org-clock-out)
5181         (org-update-mode-line): Use `org-time-clocksum-format'.
5183         * org-colview-xemacs.el (org-columns-number-to-string): Use
5184         `org-time-clocksum-format'.
5186         * org-colview.el (org-columns-number-to-string): Use
5187         `org-time-clocksum-format'.
5189 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5191         * org-id.el: New file, move from contrib to core.
5193         * org-exp.el (org-icalendar-force-UID): New option.
5195 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5197         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5198         shifted by one day if theere is a date range without an end
5199         time.
5201         * org.el (org-try-structure-completion): New function.
5203 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5205         * org.el (org-set-font-lock-defaults): Improve fontification of
5206         description lists.
5207         (org-insert-item): Handle description lists.
5208         (org-adaptive-fill-function): Improve auto indentation in
5209         description lists.
5211         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5212         Implement VERSE environment.
5213         (org-export-preprocess-string): Implement the COMMENT
5214         environment.
5216         * org-export-latex.el (org-export-latex-preprocess): Implement
5217         VERSE environment.
5219 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5221         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5222         option.
5224 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5226         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5228         * org.el (org-quote-csv-field): New functions.
5230         * org-table.el (org-table-export-default-format): Remove :splice
5231         from default format, we get the same effect by not specifying
5232         :tstart and :tend.
5233         (org-table-export): Improve setup, distinguish better between
5234         interactive and non-interactive use, allow specifying the format
5235         on the fly, better protection against wrong file names.
5236         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5237         and :tend when :splice is omitted.
5239 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5241         * org-clock.el (org-clock-select-task): Make sure the selection
5242         letters are 1-9 and A-Z, no special characters.
5244 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5246         * org-exp.el (org-export-htmlize): New group.
5247         (org-export-htmlize-output-type)
5248         (org-export-htmlize-css-font-prefix): New options.
5249         (org-export-htmlize-region-for-paste): New function.
5250         (org-export-htmlize-generate-css): New command.
5252 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5254         * org/org.el (org-modules, org-format-latex-options):
5255         * org/org-archive.el (org-archive-stamp-time)
5256         (org-archive-save-context-info):
5257         * org/org-faces.el (org-hide):
5258         * org/org-irc.el (org-irc-parse-link):
5259         * org/org-macs.el (org-call-with-arg, org-autoload):
5260         * org/org-mew.el (org-mew-store-link):
5261         * org/org-remember.el (org-remember-store-without-prompt)
5262         (org-remember-templates): Fix typos in docstrings.
5264         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5266         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5267         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5268         (org-bbdb-anniv-split): Fix typos in docstrings.
5270         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5271         (org-publish-use-timestamps-flag): Reflow docstring.
5272         (org-publish-files-alist): Fix typos in docstring.
5274 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5276         * org.el (org-set-visibility-according-to-property): New function.
5277         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5278         and compute the regular expressions, and update font-lock.
5279         (org-property-re): Allow a dash in property names.
5281         * org-archive.el (org-extract-archive-file): Insert the file name
5282         without the path into the format, to allow the location format to
5283         contain a subdirectory.
5285         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5286         of buffer, and the `org-agenda-type' property undefined, use the
5287         value from the character before.
5289         * org.el (org-add-planning-info): Don't let indentation for
5290         would-be timestamp become extra whitespace at the end of headline.
5292 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5294         * org.el (org-remove-double-quotes, org-file-contents): New
5295         functions.
5297         * org-exp.el (org-infile-export-plist): Also parse the
5298         contents of #+SETUPFILE files, recursively.
5300         * org.el (org-set-regexps-and-options): Also parse the
5301         contents of #+SETUPFILE files, recursively.
5303         * org-exp.el (org-export-handle-include-files): New function.
5304         (org-export-preprocess-string): Call
5305         `org-export-handle-include-files'.
5307         * org.el (org-delete-property-globally)
5308         (org-delete-property, org-set-property): Ignore case during
5309         completion.
5310         (org-set-property): Use `org-completing-read' instead of
5311         `completing-read'.
5313         * org.el (org-complete-expand-structure-template): New,
5314         experimental function.
5315         (org-structure-template-alist): New, experimental option.
5316         (org-complete): Call `org-complete-expand-structure-template'.
5318 2008-05-06  Bastien Guerry  <bzg@altern.org>
5320         * org-export-latex.el (org-export-latex-preprocess): Added
5321         support for blockquotes.
5323 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5325         * org.el (org-read-date-analyze): Catch the case where only a
5326         weekday is given.
5328 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5330         * org.el (org-set-font-lock-defaults): Make the description
5331         tag bold.
5333         * org-exp.el (org-export-as-html, org-close-li): Implement
5334         description lists.
5336 2008-05-04  Jason Riedy  <jason@acm.org>
5338         * org-table.el (*orgtbl-default-fmt*): New variable.
5339         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5340         when there is no other fmt available.
5342         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5343         :tend to suppress the appropriate string.
5345         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5346         table.
5348 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5350         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5351         read date.
5353         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5354         New function.
5356         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5357         New function.
5359 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5361         * org-clock.el (org-clock-find-position): Don't include notes
5362         into clock drawer.
5364         * org-archive.el (org-archive-subtree): No longer remove an
5365         extra line after cutting the subtree.  `org-cut-subtree' already
5366         takes care of this.
5368         * org-remember.el (org-remember-handler): Only kill the target
5369         buffer if it does not contain the running clock.
5371         * org.el (org-markers-to-move): New variable.
5372         (org-save-markers-in-region, org-check-and-save-marker)
5373         (org-reinstall-markers-in-region): New function.
5374         (org-move-subtree-down, org-copy-subtree): Remember relative
5375         marker positions before cutting.
5376         (org-move-subtree-down, org-paste-subtree): Restore relative
5377         marker positions after pasting.
5379         * org-remember.el (org-remember-clock-out-on-exit): New option.
5380         (org-remember-finalize): Clock out only if the setting in
5381         `org-remember-clock-out-on-exit' requires it.
5382         (org-remember-handler): Do the cleanup in the buffer, to make sure
5383         that the clock marker remains in tact.
5385 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5387         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5388         (org-clock-in): Make sure that also tasks outside the narrowed
5389         region will be clocked in correctly.
5390         (org-clock-insert-selection-line): Widen the buffer so that we can
5391         find the correct task heading.
5393         * org.el (org-base-buffer): New function.
5395         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5396         and ";" are escaped.
5397         (org-print-icalendar-entries): Also apply
5398         `org-icalendar-cleanup-string' to the headline, not only to the
5399         summary property.
5401 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5403         * org-exp.el (org-export-preprocess-hook): New hook.
5404         (org-export-preprocess-string): Call
5405         `org-export-preprocess-hook'.
5407         * org.el (org-font-lock-hook): New variable.
5408         (org-font-lock-hook): New function.
5409         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5411 ;; Local Variables:
5412 ;; coding: utf-8
5413 ;; add-log-time-zone-rule: t
5414 ;; End:
5416     Copyright (C) 2008  Free Software Foundation, Inc.
5418   This file is part of GNU Emacs.
5420   GNU Emacs is free software: you can redistribute it and/or modify
5421   it under the terms of the GNU General Public License as published by
5422   the Free Software Foundation, either version 3 of the License, or
5423   (at your option) any later version.
5425   GNU Emacs is distributed in the hope that it will be useful,
5426   but WITHOUT ANY WARRANTY; without even the implied warranty of
5427   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5428   GNU General Public License for more details.
5430   You should have received a copy of the GNU General Public License
5431   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5433 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c