Agenda: When in separate frame, mark the frame dedicated.
[org-mode.git] / lisp / ChangeLog
blob254521b3c454a48ae50581eb6ecb63ee2d60a895
1 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-prepare-agenda): When creating a new frame
4         for the agenda, make the window dedicated.
6         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
8         * org-table.el (org-table-align): Change the order of reinsertion
9         and deletion, to avoid problems with overlays following the table.
11         * org.el (org-parse-time-string): Better error message.
12         (org-show-subtree): Use org-end-of-subtree.
14         * org-macs.el (org-goto-line): New defsubst.
16         * org.el (org-open-file, org-change-tag-in-region)
17         (org-fast-tag-show-exit): Don't use `goto-line'.
19         * org-table.el (org-table-align, org-table-insert-column)
20         (org-table-delete-column, org-table-move-column)
21         (org-table-sort-lines, org-table-copy-region)
22         (org-table-paste-rectangle, org-table-wrap-region)
23         (org-table-get-specials, org-table-rotate-recalc-marks)
24         (org-table-get-range, org-table-recalculate)
25         (org-table-edit-formulas, org-table-fedit-convert-buffer)
26         (org-table-show-reference, org-table-highlight-rectangle): Don't
27         use `goto-line'.
29         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
30         (org-edit-src-exit): Don't use `goto-line'.
32         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
34         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
35         Don't use `goto-line'.
37         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
39         * org-colview.el (org-columns, org-columns-redo)
40         (org-agenda-columns): Don't use `goto-line'.
42         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
43         use `goto-line'.
45         * org-agenda.el (org-agenda-mode): Force visual line motion off.
46         (org-agenda-add-entry-text-maxlines): Improve docstring.
47         (org-agenda-start-with-entry-text-mode): New option.
48         (org-agenda-entry-text-maxlines): New option.
49         (org-agenda-entry-text-mode): New variable.
50         (org-agenda-mode): Set initial value of
51         `org-agenda-entry-text-mode'.
52         (org-agenda-mode-map): Add the `E' key.
53         (org-agenda-menu): Add entry text mode to the menu.
54         (org-agenda-get-some-entry-text): Fix line count bug.
55         (org-finalize-agenda): Apply entry text mode if appropriate.
56         (org-agenda-entry-text-show-here): New function.
57         (org-agenda-entry-text-show): New function.
58         (org-agenda-entry-text-hide): New function.
59         (org-agenda-view-mode-dispatch): Add entry text mode to the view
60         key menu.
61         (org-agenda-entry-text-mode): New command.
62         (org-agenda-set-mode-name): Add entry text mode to the mode line
63         string.
64         (org-agenda-undo, org-agenda-get-restriction-and-command)
65         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
66         `goto-line'.
68 2009-08-26  Bernt Hansen  <bernt@norang.ca>  (tiny change)
70         * org-clock.el (org-notify): Bugfix.
72 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
74         * org-agenda.el (org-agenda-open-link): Handle multiple links and
75         check for after-string.
77         * org-gnus.el (org-gnus-store-link): Simplify.
79         * org.el (org-latex-regexps): Don't add extra empty lines for
80         display formulas.
82 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org-agenda.el (org-agenda-get-some-entry-text): New function.
85         (org-agenda-add-entry-text): Use
86         `org-agenda-get-some-entry-text'.
88         * org.el (org-cycle-separator-lines): Update docstring.
89         (org-cycle-show-empty-lines): Handle negative values for
90         `org-cycle-show-empty-lines'.
92         * org-exp.el (org-export-protect-sub-super): New function.
93         (org-export-normalize-links): Protect the url of plain links from
94         supscript and superscript processing.
96         * org-remember.el (org-remember-escaped-%): New function.
97         (org-remember-apply-template): Use `org-remember-escaped-%' to
98         detect escaped % signs.
100 2009-08-23  Bastien Guerry  <bzg@altern.org>
102         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
103         sound when showing the notification.
105         * org-clock.el (org-notify): New function.
106         (org-clock-notify-once-if-expired): Use `org-notify'.
108         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
109         and `gnus-article-mode' separately.
110         (gnus-summary-article-header): Fix the declare-function.
112 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
114         * org-exp.el (org-export-format-source-code-or-example): Translate
115         language.
117         * org-src.el (org-src-lang-modes): New variable
118         (org-edit-src-code): Translate language.
120         * org-exp.el (org-export-format-source-code-or-example): Deal wit
121         the new structure of the `org-export-latex-listings-langs'
122         variable.
124         * org-latex.el (org-export-latex-listings-langs): Change structure
125         of the variable from plist to alist.
127 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org.el (org-in-commented-line): New function.
131 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org.el (org-hide-block-toggle): Make folded blocks searchable.
135 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
137         * org.el (org-flag-drawer): More useful error.
139 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-remember.el (org-remember-apply-template): Use
142         org-icompleting-read.
144         * org-publish.el (org-publish): Use org-icompleting-read.
146         * org-colview.el (org-columns-edit-value, org-columns-new)
147         (org-insert-columns-dblock): Use org-icompleting-read.
149         * org-colview-xemacs.el (org-columns-edit-value)
150         (org-columns-new, org-insert-columns-dblock): Use
151         org-icompleting-read.
153         * org-attach.el (org-attach-delete-one, org-attach-open): Use
154         org-icompleting-read.
156 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
158         * org.el (org-hierarchical-todo-statistics): Improve docstring.
159         (org-version): Return the version text.
160         (org-org-menu): Add a menu entry for the new bug reporter.
161         (org-submit-bug-report): New command.
163         * org-list.el (org-hierarchical-checkbox-statistics): Improve
164         docstring.
166         * org.el (org-emphasis-regexp-components): Add "`" to set of
167         pre-emphasis characters.
169         * org-latex.el (org-export-latex-classes): Always include the soul
170         package.
171         (org-export-latex-emphasis-alist): Use \st for strikethough.
173         * org-exp-blocks.el (org-export-blocks-preprocess): Use
174         `indent-code-rigidly' to indent.
176         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
177         properties only if MATCH really is a string.
179 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-latex.el (org-export-latex-packages-alist): Fix
182         customization type.
184         * org.el (org-create-formula-image): Also use
185         `org-export-latex-packages-alist'.
187         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
188         (org-export-as-html): Format footnotes correctly.
190 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org.el (org-fast-tag-selection): Avoid text properties on tags
193         in the alist.
195         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
196         text properties on the match element.
198 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
200         * org.el (org-set-regexps-and-options): Make sure the list of done
201         keywords is not invalid.
203         * org-exp.el (org-export-interpolate-newlines): New function.
205 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
207         * org.el (org-format-latex): Avoid nested overlays.
209         * org-latex.el (org-export-latex-listings-langs): Add a few more
210         languages.
212         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
213         ignore newlines and space before the first macro argument.
215         * org-latex.el (org-export-latex-tables): Remove save-excursion
216         around `org-table-align'.
218 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org.el (org-export-html-special-string-regexps): Definition
221         moved into org.el
223         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
224         in macro calls.
226 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
228         * org-latex.el (org-export-latex-listings)
229         (org-export-latex-listings-langs): New options.
231         * org-exp.el (org-export-format-source-code-or-example): Use
232         listing package if requested by the user.
234 2009-08-08  Bastien Guerry  <bzg@altern.org>
236         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
237         command before actually switching to a buffer.
239 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-exp.el (org-get-file-contents): Only quote org lines when
242         the markup is src or example.
244         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
245         New option
246         (org-agenda-get-day-entries): Remember deadline results and pass
247         them on into the function getting the scheduling information.
248         (org-agenda-get-scheduled): Accept deadline results as parameters
249         and maybe skip some entries.
250         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
252         * org.el (org-insert-heading): When respecting content, do not
253         convert current line to headline.
255         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
256         cheeeeeck the hd marker
257         (org-clock-in): Also set the hd marker.
258         (org-clock-out): Also set the hd marker.
259         (org-clock-cancel): Reset markers.
261         * org.el (org-clock-hd-marker): New marker.
263         * org-faces.el (org-agenda-clocking): New face.
265         * org-agenda.el (org-agenda-mark-clocking-task): New function.
266         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
268         * org.el (org-modules): Add org-track.el.
270         * org-agenda.el (org-agenda-bulk-marked-p): New function.
271         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
272         `org-agenda-bulk-marked-p'.
273         (org-agenda-bulk-toggle): New command.
275 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org.el (org-move-subtree-down): Hide subtree if it was folded,
278         not just the body.
280         * org-remember.el (org-remember-finalize): Avoid buffer-modified
281         messages.
283 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org-latex.el (org-export-latex-first-lines): Fix bug with
286         finding the end of the first lines.
288         * org.el (org-create-formula-image): Remove the -E option for
289         dvipng.
291         * org-exp.el (org-default-export-plist): Respect #+BIND.
292         (org-export-confirm-letbind): New function.
294         * org.el (org-paste-subtree): Test the kill ring entry if it is
295         going to be used.
296         (org-copy-subtree): Use `org-forward-same-level'.
297         (org-forward-same-level): Respect the `invisibe-ok' arg for
298         back-to-heading.
300 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
302         * org.el (org-table-map-tables): Make sure cursor is back at table
303         beginning after funcall.
305         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
306         handled before children, and do not error if an entry is not
307         found, probably because it hase been remove when the parent was
308         archived or refiled.
310         * org.el (org-ido-completing-read): Accept straight lists for
311         completion as well as alists.
313         * org-html.el (org-export-as-html): Fix parenthesis error in
314         footnore code.
316         * org-timer.el (org-timer-cancel-timers): Renamed from
317         `org-timer-cancel-timers'.
319         * org.el (org-cycle-internal-local): Fix problem with finding next
320         invisible line.
322 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-list.el (org-list-send-list): Call
325         `org-list-goto-true-beginning' instead of
326         `org-list-find-true-beginning', which does not exist.
328         * org-timer.el (org-timer-reset-timers): Use `mapc'.
329         (org-timer-set-timer): Do not assign to heading.
331         * org-id.el (org-id-open): Quote function name.
333         * org-macs.el (org-unmodified): Turn off recording undo
334         information while running inside the macro.
336         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
337         variable.
338         (org-indent-mode): Remember and restore value of
339         org-hide-leading-stars before `org-indent-mode'.
341         * org-table.el (org-table-export): Also work in file-less
342         buffers.
344         * org.el (org-startup-indented): New option.
345         (org-startup-options): Add new options indent and noindent.
346         (org-unfontify-region): Remove line-prefix and wrap-prefix
347         properties.
348         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
349         hooks.
350         (org-promote, org-demote): Run the new hooks.
352         * org-table.el (org-table-align): Replace leading \n as well.
354         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
355         and `line-wrap' text properties.
357         * org-compat.el (org-kill-new): New function.
359         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
360         `line-wrap' text properties.
362         * org-indent.el: New file.
364 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
366         * org.el (org-provide-todo-statistics): Tweak docstring.
368         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
370 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-exp.el (org-export-as-org): Insert the "-source" string
373         before the extension.
375         * org.el (org-read-date): Make sure the calendar is in the current
376         frame.
377         (org-set-emph-re): Remove the ? from the post-match.
378         (org-emphasis-regexp-components): Add backslash to the
379         postmatch class.
380         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
381         optional so that also lines at the end of the buffers will still
382         be matched as headlines.
384         * org-table.el (org-table-error-on-row-ref-crossing-hline):
385         Variable made obsolete.
386         (org-table-relative-ref-may-cross-hline): New option.
387         (org-table-find-row-type): Honow the new option
388         `org-table-relative-ref-may-cross-hline'.
390 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
392         * org-table.el (org-table-cut-region, org-table-copy-region): Work
393         on single field if no active region.
395 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
397         * org-latex.el (org-export-latex-make-header): Only insert title
398         if one is defined.
400         * org.el (org-make-options-regexp): Allow empty values.
402         * org-html.el (org-export-as-html): Move hrule detection to after
403         plain list handling.
405 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
407         * org-html.el (org-format-org-table-html): Fix colgroup tags.
409 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org.el (org-cycle-internal-local): Improved version of finding
412         next visible line.
413         (org-cycle-hide-drawers): Only hide drawers if this is really
414         necessary.
415         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
416         org-version of this function in Org-mode.  We use advice to
417         implement this change, so that future changes to this function in
418         outline.el wil be handled properly.
419         (org-forward-same-level, org-backward-same-level): New commands.
421 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
423         * org.el (org-remove-empty-overlays-at)
424         (org-clean-visibility-after-subtree-move): New functons.
425         (org-move-subtree-down): Simplify cleanup of display.
427 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org-mac-message.el (org-mac-message-get-links): Improve
430         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
431         "s".  Fix the return value.
432         (org-mac-message-insert-flagged): Simplify.
434         * org.el (org-refile-get-location): Tamper with refile history o
435         that history contains compete matches instead of the entered
436         string.
438 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
440         * org.el (org-store-link): Never store a link to an inline task.
442         * org-inlinetask.el (org-inlinetask-insert-task): New command.
444         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
445         inline tasks when positioning footnotes.
447         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
448         function.
450         * org.el (org-refile): Remove the END line when archiving an
451         inline task that does have an END line.
453         * org-archive.el (org-archive-subtree): Remove the END line when
454         archiving an inline task that does have an END line.
456         * org-macs.el (org-with-limited-levels): New macro.
457         (org-get-limited-outline-regexp): New function.
459         * org-exp.el (org-export-format-source-code-or-example): Fix bug
460         that did not enumerate first line.
461         (org-export-mark-radio-links): Skip matches in links.
463 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
465         * org.el (org-activate-plain-links): Make single-match.
466         (org-adapt-indentation): Fix docstring.
468         * org-macs.el (org-unmodified): Turn of modification hooks while
469         running this macro.
471 2009-08-02  Bastien Guerry  <bzg@altern.org>
473         * org.el (org-adapt-indentation): Slightly improve the docstring.
474         (org-occur): Sends an error when the user inputs an empty string.
475         (org-priority): Bugfix: the tag alignement should happen within
476         save-excursion.
478 2009-07-31  Bastien Guerry  <bzg@altern.org>
480         * org.el (org-make-link-regexps): Don't exclude parentheses from
481         `org-plain-link-re'
482         (org-cycle-internal-local): When locally cycling, switch directly
483         from CHILDREN to FOLDED if there is no subtree
484         (org-cycle): Update the docstring to document the new behavior of
485         `org-cycle-internal-local'.
487 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
489         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
490         an abbreviated format for days.
492 2009-07-27  Bastien Guerry  <bzg@altern.org>
494         * org-protocol.el (org-protocol-default-template-key): New
495         option.
497         * org.el (org-refile): Bugfix: save-excursion before reading the
498         refile target, otherwise cursor moves might confuse `org-refile'.
500         * org-html.el (org-export-as-html): Bugfix: correctly convert the
501         footnote reference before the footnote itself.
503         * org.el (org-toggle-heading): Bugfix: correctly convert list
504         items before the first headline.
506         * org-html.el (org-export-html-footnote-format): New option for
507         formatting the footnote reference.
508         (org-export-as-html): Use the new option.
510         * org.el (org-provide-todo-statistics): Allow a list of TODO
511         keywords to compute statistics against headlines containing a
512         keyword from this list.
513         (org-update-parent-todo-statistics): Possibly use the new allowed
514         value of `org-provide-todo-statistics'.
516 2009-07-26  Bastien Guerry  <bzg@altern.org>
518         * org-timer.el: Add autoload cookie.
520         * org.el (org-occur-link-in-agenda-files): New function.
522         * org-timer.el (org-timer-last-timer): New variable.
524         * org-agenda.el (org-agenda-mode-map): New key for
525         org-timer-set-timer called from the agenda.
527         * org.el (org-mode-map): New key for org-timer-set-timer.
529         * org-timer.el (org-timer-reset-timers)
530         (org-timer-show-remaining-time, org-timer-set-timer): New
531         functions.
533         * org-clock.el (org-show-notification): Update the docstring.
535         * org.el (org-provide-todo-statistics): Allow new value
536         'all-headlines for this option, which includes entries with no
537         TODO keywords in the todo statistics.
538         (org-update-parent-todo-statistics): Possibly use the new
539         'all-headline value from `org-provide-todo-statistics'.
541 2009-07-25  Bastien Guerry  <bzg@altern.org>
543         * org-clock.el (org-dblock-write:clocktable): Add a new option
544         :timestamp which allows display of timestamps in clock reports.
546         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
547         list to a subtree, preserving the structure of the list.
548         (org-set-emph-re): Make the last element optional in the regexp.
549         This regexp now matches an emphasized string at the end of a line.
551         * org-list.el (org-list-goto-true-beginning)
552         (org-list-make-subtree, org-list-make-subtrees): New functions.
554         * org.el (org-eval-in-calendar): Select the right frame.
555         (org-save-frame-excursion): Remove this macro.
557 2009-07-24  Bastien Guerry  <bzg@altern.org>
559         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
560         trying to find the beginning of a list.
562         * org-exp.el (org-get-file-contents): Use a new argument: markup.
563         When present, tell org-get-file-contents not to protect org-like
564         lines.
566         * org-id.el (org-id-uuid-program): New option to set the name of
567         the uuidgen program.
568         (org-id-method): Use `org-id-uuid-program'.
569         (org-id-new): Use `org-id-uuid-program'.
571 2009-07-23  Bastien Guerry  <bzg@altern.org>
573         * org-exp.el (org-export-number-lines): Allow whitespace in code
574         references.  Allow the -r switch to remove the references in the
575         source code even when the lines are not numbered: the labels can
576         be explicit enough.
578         * org.el (org-fontify-whole-heading-line): New option.
579         (org-set-font-lock-defaults): Use the new option.
581         * org-clock.el (org-show-notification-handler): New option.
582         (org-show-notification): Use the new option.
584 2009-07-21  Bastien Guerry  <bzg@altern.org>
586         * org.el (org-eval-in-calendar): Fix a bug about calendar
587         navigation when `calendar-setup' value is 'calendar-only.
589 2009-07-19  Bastien Guerry  <bzg@altern.org>
591         * org.el (orgstruct++-mode): Fix typo in docstring.
592         (org-insert-link): Clean up: (or (...)) => (...)
593         (org-insert-link): Use TAB for stored links completion.
595 2009-07-18  Bastien Guerry  <bzg@altern.org>
597         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
598         building the list of targets.
600         * org-remember.el (org-remember-delete-empty-lines-at-end): New
601         option.
602         (org-remember-handler): Use the new option.
604 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
606         * org.el (org-tags-sort-function): New option for sorting tags.
607         (org-set-tags): Use the new option to sort tags.
609         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
610         premature deletion of the data when using org-plot in a script.
612 2009-07-17  Bastien Guerry  <bzg@altern.org>
614         * org-clock.el (org-clock-in-prepare-hook): New hook.
615         (org-clock-in): Use this new hook.
617 2009-07-16  Bastien Guerry  <bzg@altern.org>
619         * org.el (org-special-ctrl-a/e): Explicitely bind the value
620         'reversed for this option to the "true line boundary first"
621         behavior.
622         (org-tags-match-list-sublevels): Document the 'indented value for
623         this variable.
625         * org-latex.el (org-export-latex-first-lines): Fix problem with
626         publishing the region.
628         * org-exp.el (org-export-format-source-code-or-example): Fix
629         bad line numbering when exporting examples in HTML.
631 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
633         * org-colview.el (org-format-time-period): Formats a time in
634         fractional days as days, hours, mins, seconds.
635         (org-columns-display-here): Add special handling for SINCE and
636         SINCE_IA to format for display.
638         * org.el (org-time-since): Add a function to get the time since an
639         org timestamp.
640         (org-entry-properties): Add two new special properties: SINCE and
641         SINCE_IA. These give the time since any active or inactive
642         timestamp in an entry.
643         (org-special-properties): Add SINCE, SINCE_IA.
644         (org-tags-sort-function): Add custom declaration for tags
645         sorting function.
646         (org-set-tags): Sort tags if org-tags-sort-function is set
648 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org-clock.el (org-clock-goto): Find hidden headlines as well.
652         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
654         * org-plot.el (org-plot/add-options-to-plist): Add timeind
655         option.
657 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
659         * org-publish.el (org-publish-remove-all-timestamps): New function.
660         (org-publish-all): Remove all timestamp files if `org-publish-all'
661         is called with a prefix argument.
663         * org-list.el (org-indent-item): Fix typo.
664         (org-item-indent-positions): Normalize ordered bullet.
666         * org-html.el (org-export-html-home/up-format): New option.
667         (org-export-as-html): Insert the up and HOME links.
669 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
671         * org-html.el (org-export-as-html): Insert the title into the
672         option plist.
673         (org-export-html-insert-plist-item): New function.
674         (org-export-as-html): Call `org-export-html-insert-plist-item'.
676         * org-macs.el (org-set-local): Make a local variable, do not make
677         the variable buffer-local!
679         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
681         * org-html.el (org-export-as-html): Call `org-install-letbind'.
683         * org-docbook.el (org-export-as-docbook): Call
684         `org-install-letbind'.
686         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
688         * org-exp.el (org-infile-export-plist): Read BIND lines.
689         (org-install-letbind): New function.
690         (org-export-as-org, org-export-preprocess-string): Call
691         `org-install-letbind'.
693         * org-src.el (org-edit-src-exit): Untabify the example before
694         returning to Org.
696         * org-list.el (org-list-demote-modify-bullet): New option.
697         (org-first-list-item-p): Save point.
698         (org-fix-bullet-type): New optional argument FORCE-BULLET.
699         (org-indent-item): Honor `org-list-demote-modify-bullet'.
700         (org-item-indent-positions): Return bullet types along with
701         indentation.
703 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
705         * org.el (org-show-entry): Hide drawers.
707 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
709         * org-footnote.el (org-footnote-auto-adjust): New option.
710         (org-footnote-auto-adjust-maybe): New function.
711         (org-footnote-new, org-footnote-delete): Call
712         `org-footnote-auto-adjust-maybe'.
714         * org.el (org-startup-options): Add new footnote-related
715         keywords.
717         * org-publish.el (org-publish-timestamp-filename): Additional
718         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
719         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
720         TRUE-PUB-DIR.  Pass them through to
721         `org-publish-timestamp-filename'.
722         (org-publish-update-timestamp): Additional arguments PUB-DIR and
723         PUB-FUNC, which are included in the hash.
724         (org-publish-file): Delay timestamp test until the publishing
725         function is known.
727 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
729         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
730         setting the deadline.
732         * org.el (org-read-date-final-answer): New variable.
733         (org-read-date): Store the final answer string, including the date
734         from the calendar, for reuse by agenda bulk commands.
736         * org-publish.el (org-publish-attachment): Fix publishing of
737         attachments.
739         * org-latex.el (org-export-latex-quotation-marks): Fix export of
740         quotation makrs in parenthesis.
741         (org-remove-initial-hash): New function.
742         (org-export-latex-preprocess): Fix bug with infinite loop if
743         environment is not properly closed.
745         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
746         when indented.
748         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
749         highlight also when indented.
751 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
753         * org-footnote.el (org-footnote-renumber-fn:N): New command.
754         (org-footnote-action): Offer renumbering.
756         * org.el (org-cycle): Honor the `integrate' value of
757         org-cycle-include-plain-lists'.
759         * org-list.el (org-cycle-include-plain-lists): New allowed value
760         `internal'.  Improve the docstring.
762         * org.el (org-set-autofill-regexps): Improve the paragraph-start
763         regexp to work better with LaTeX commands.
765 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org-feed.el (org-feed-update): fix problem with non-existing
768         buffer.
769         (org-feed-skip-http-headers): New function.
770         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
771         (org-feed-get-feed): Fix command line arguments for curl.
773 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
775         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
776         and eps extensions.
778 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
780         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
781         loaded.
783         * org.el (org-map-entries): No longer force
784         `org-tags-match-list-sublevels' to t during a todo-only tags
785         search.
787 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
789         * org-latex.el (org-export-latex-low-levels): Allow user-defined
790         environment.
791         (org-export-latex-subcontent): Handle user-defined environment.
793         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
794         the View dispatcher.
796         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
797         `make-overlay'.
799         * org-latex.el (org-export-as-pdf): Protect match data during call
800         to shell-quote-argument.
802         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
803         (org-agenda-view-mode-dispatch): New function.
805 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
807         * org-agenda.el (org-agenda-mode): Reset list of marks.
808         (org-agenda-mode-map): Define new keys for refile and bulk action.
809         (org-agenda-menu): Add menu itesm for refile and bulk action.
810         (org-agenda-refile): New function.
811         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
812         (org-agenda-marked-entries): New variable.
813         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
814         (org-agenda-remove-all-bulk-action-marks)
815         (org-agenda-bulk-action): New functions/commands.
817 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
819         * org-exp.el (org-get-file-contents): Protect org-like lines in
820         included files.
821         (org-export-format-source-code-or-example): Remove newlines.
823         * org-latex.el (org-export-latex-links): Check for no-description
824         marking.
826         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
827         argument separator back to comma.
828         (org-export-normalize-links): Mark links without description.
830 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-exp.el (org-infile-export-plist): Fix bug in macro
833         processing.
835         * org-agenda.el (org-agenda-clock-out): Update line after clocking
836         out.
837         (org-agenda-highlight-todo): Fix bug with highlighting.
839 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
842         new alignment strings.
844         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
845         command list.
846         (org-table-align): Check for forced align type.
848         * org.el (org-self-insert-command): Add yas/expand to command
849         list.
851         * org-clock.el (org-clock-in-hook): New hook.
852         (org-clock-in): Run `org-clock-in-hook.
853         (org-clock-out-hook): New hook.
854         (org-clock-out): Run `org-clock-out-hook.
855         (org-clock-cancel-hook): New hook.
856         (org-clock-cancel): Run `org-clock-cancel-hook.
857         (org-clock-goto-hook): New hook.
858         (org-clock-goto): Run `org-clock-goto-hook.
860 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org.el (org-store-link): Better default description for link to
863         Org-mode headline.
865         * org-exp.el (org-export-generic): Autoload the generic exporter
866         function.
867         (org-export): Implement the `g' key for the generic exporter.
869 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
871         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
872         and for zbacktab'.
874         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
876         * org-exp.el (org-infile-export-plist): Get macros also from
877         #+SETUPFILE.
879 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
881         * org-colview.el (org-columns-capture-view): Protect vertical bars
882         in column values.
883         (org-columns-capture-view): Exclude comment and archived trees.
885         * org-colview-xemacs.el (org-columns-capture-view): Protect
886         vertical bars in column values.
887         (org-columns-capture-view): Exclude comment and archived trees.
889         * org.el (org-quote-vert): New function.
891         * org-latex.el (org-export-latex-verbatim-wrap): New option.
893         * org-exp.el (org-export-format-source-code-or-example): Use
894         `org-export-latex-verbatim-wrap'.
896         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
897         time stamps.
899         * org-html.el (org-export-table-row-tags): New option.
900         (org-format-org-table-html): Rename `nlines' to `nline', use new
901         option.
904 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
906         * org-exp-blocks.el: Declare functions and variables.
908         * org-remember.el (org-remember-templates): Allow the headline
909         element to be a function.
910         (org-remember-apply-template): If the headline is a function, call
911         it to get the true function.
913         * org-clock.el (org-clock-menu): New function.
914         (org-clock-update-mode-line): Update help string.
915         (org-clock-modify-effort-estimate): New function.
916         (org-clock-mark-default-task): New function.
918         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
919         minutes as input.
920         (org-org-menu): Add new clocking stuff.
921         (org-clock-is-active): New function.
923 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org.el (org-open-non-existing-files): Improve docstring.
927 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
930         option.
931         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
933         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
935         * org-list.el (org-get-checkbox-statistics-face): Use the new
936         faces.
938         * org-faces.el (org-checkbox-statistics-todo)
939         (org-checkbox-statistics-done): New faces.
941 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
944         (org-edit-src-exit): Better cursor positioning when returning from
945         editing.
947         * org-latex.el (org-export-latex-use-verb): New variable.
948         (org-export-latex-emph-format): Prefer \texttt over \verb when
949         org-export-latex-use-verb is set.
951 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
953         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
954         at normal indentation.
956         * org-html.el (org-export-html-close-lists-maybe): Also look at
957         normal indentation.
959         * org-remember.el (org-remember-handler): Abort remember if the
960         buffer is empty.
962         * org-src.el (org-edit-src-content-indentation): New option.
963         (org-edit-src-exit): Apply extra indentation.
965         * org-exp.el (org-export-format-source-code-or-example): Run
966         `org-src-mode-hook'.
968         * org-src.el (org-src-mode-hook): New variable.
969         (org-edit-src-code): Run `org-src-mode-hook'.
971 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
973         * org.el (org-indent-line-function): Fix indentation of +#end lines.
975         * org-src.el (org-edit-src-get-indentation): New function.
976         (org-edit-src-code): Base indentation on the begin line.
978 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
980         * org-gnus.el (org-gnus-store-link): Require message.el in
981         org-gnus-store-link.
983 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org-src.el: New file, split out of org.el
987         * org-docbook.el (org-export-as-docbook): Better indentation
988         treatment.
990         * org-macs.el (org-replace-match-keep-properties): New function.
992         * org-exp.el (org-export-mark-blockquote-verse-center): Better
993         preprocessing of center and quote and verse blocks.
995         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
996         (org-export-as-docbook): Close lists when original indentation
997         mandates it.
999         * org-html.el (org-export-html-close-lists-maybe): New function.
1000         (org-export-as-html): Close lists when original indentation
1001         mandates it.
1003         * org-list.el (org-list-end): Respect the stored "original"
1004         indentation when determining the end of the list.
1006         * org-exp.el (org-export-replace-src-segments-and-examples):
1007         Remember indentation correctly.
1009 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1011         * org-clock.el (org-clock-update-mode-line): Apply face
1012         org-mode-line-clock.
1014         * org-faces.el (org-mode-line-clock): New face.
1016 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1018         * org-gnus.el (org-gnus-store-link): Fix bug where
1019         `org-gnus-store-link' used wrong subject when called in an article
1020         buffer.  Patch provided by fengli AT gmail DOT com.
1022 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org-exp.el (org-export-format-source-code-or-example): Remember
1025         the original indentation of source code snippets and examples.
1027         * org-latex.el (org-export-as-latex): Relocate the table of
1028         contents.
1030         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1032         * org-agenda.el (org-run-agenda-series): Scope global options also
1033         when creating the agenda buffer.
1035 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org.el (org-adapt-indentation): Improve documentation.
1038         (org-insert-property-drawer): Respect org-adapt-indentation when
1039         inserting the drawer.
1040         (org-remove-flyspell-overlays-in): New function.
1041         (org-do-emphasis-faces, org-activate-plain-links)
1042         (org-activate-code, org-fontify-meta-lines-and-blocks)
1043         (org-activate-angle-links, org-activate-footnote-links)
1044         (org-activate-bracket-links, org-activate-dates)
1045         (org-activate-target-links, org-activate-tags): Remove flyspell
1046         overlays.
1048 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org.el (org-edit-src-save): New function.
1052         * org-clock.el (org-clock-out-switch-to-state): New option.
1053         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1055         * org-compat.el (org-compatible-face): Improve macro.
1057         * org.el (org-global-properties-fixed): Add default for
1058         CLOCK_MODELINE_TOTAL.
1060         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1061         andd tend.
1062         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1063         org-clock-sum.
1064         (org-clock-get-sum-start): New function.
1066         * org.el (org-startup-options): New keywords blockhide and
1067         blockshow.
1068         (org-mode): Add new invisibility spec.
1069         (org-set-startup-visibility): Hide block on startup if so
1070         desired.
1071         (org-hide-block-startup): New option.
1072         (org-block-regexp): New constant.
1073         (org-hide-block-overlays): New variable.
1074         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1075         (org-show-block-all, org-hide-block-toggle-maybe)
1076         (org-hide-block-toggle): New functions.
1077         (org-edit-src-exit): Do not quote lines starting with # and no +
1078         behind it.
1079         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1080         entry.
1082 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1084         * org.el (org-buffer-property-keys): Add Effort property for
1085         completion.
1087 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1089         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1090         when retrieving total clocked time in the subtree.
1092         * org.el (org-quoting-blocks): New variable.
1094 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1096         * org-table.el (org-table-store-formulas)
1097         (org-table-get-stored-formulas, org-table-fix-formulas)
1098         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1099         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1101         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1102         indented #+TBLFM line.
1104         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1105         indented #+TBLFM line.
1107         * org-colview.el (org-dblock-write:columnview): Allow indented
1108         #+TBLFM line.
1110         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1111         indented #+TBLFM line.
1113         * org-clock.el (org-dblock-write:clocktable): Allow indented
1114         #+TBLFM line.
1116 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1118         * org-exp.el (org-export-format-source-code-or-example): Make
1119         editing indented blocks work correctly.
1121         * org.el (org-edit-src-nindent): New variable.
1122         (org-edit-src-code, org-edit-fixed-width-region)
1123         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1124         editing indented blocks work correctly.
1126 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1129         indented blocks.
1130         (org-export-format-source-code-or-example): Fix indentation of
1131         blocks.
1132         (org-export-remove-indentation): New function.
1133         (org-export-select-backend-specific-text): Allow backend-specific
1134         code to be indented.
1135         (org-export-mark-blockquote-verse-center): Allow markers to be
1136         indented.
1138         * org.el (org-fontify-meta-lines): New function.
1139         (org-set-font-lock-defaults): Call the new fontification
1140         function.
1142         * org-faces.el (org-meta-line): New face
1143         (org-block):  New face.
1145 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1147         * org.el (org-treat-insert-todo-heading-as-state-change)
1148         (org-treat-S-cursor-todo-selection-as-state-change): New
1149         variables.
1150         (org-insert-todo-heading): Honor
1151         `org-treat-insert-todo-heading-as-state-change'.
1152         (org-shiftright, org-shiftleft): Honor
1153         `org-treat-S-cursor-todo-selection-as-state-change'.
1154         (org-inhibit-logging): New variable.
1156 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1158         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1159         range for marker position checking.
1161         * org-latex.el (org-export-latex-first-lines): Fix bug when
1162         exporting a region.
1164 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1166         * org-exp.el (org-export-push-to-kill-ring): Protect using
1167         x-set-selection, because that does not always work.
1169         * org-agenda.el (org-agenda-list): Apply the new face
1170         `org-agenda-date-today'.
1172         * org-faces.el (org-agenda-date-today): New face.
1174 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1177         creating appointments.
1179         * org-latex.el (org-export-latex-low-levels): Fix customization
1180         type.
1182         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1183         priority commands.
1185         * org-agenda.el (org-agenda-priority): Disable priority commands.
1187         * org.el (org-enable-priority-commands): New option.
1189         * org-colview-xemacs.el (org-columns-compute)
1190         (org-columns-number-to-string): Fix problems with empty fields.
1192         * org-colview.el (org-columns-compute)
1193         (org-columns-number-to-string): Fix problems with empty fields.
1195         * org-exp.el (org-export-push-to-kill-ring): New function.
1196         (org-export-copy-to-kill-ring): New option.
1198         * org-latex.el (org-export-as-latex): Call
1199         `org-export-push-to-kill-ring'.
1201         * org-html.el (org-export-as-html): Call
1202         `org-export-push-to-kill-ring'.
1204         * org-docbook.el (org-export-as-docbook): Call
1205         `org-export-push-to-kill-ring'.
1207         * org-ascii.el (org-export-as-ascii): Call
1208         `org-export-push-to-kill-ring'.
1210         * org-exp.el (org-export-show-temporary-export-buffer): New
1211         option.
1213         * org-latex.el (org-export-as-latex): Use
1214         `org-export-show-temporary-export-buffer'.
1216         * org-html.el (org-export-as-html): Use
1217         `org-export-show-temporary-export-buffer'.
1219         * org-docbook.el (org-export-as-docbook): Use
1220         `org-export-show-temporary-export-buffer'.
1222         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1223         `org-export-show-temporary-export-buffer'.
1225         * org-exp.el (org-export-show-temporary-export-buffer): New
1226         option.
1227         (org-export-push-to-kill-ring): New function.
1229         * org-colview.el (org-columns-compile-map): New variable.
1230         (org-columns-new, org-columns-compute)
1231         (org-columns-number-to-string, org-columns-uncompile-format)
1232         (org-columns-compile-format): Implement new operators.
1234 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1238         * org-html.el (org-export-html-xml-declaration): New option.
1239         (org-export-as-html): Use `org-export-html-xml-declaration'.
1241         * org-list.el (org-update-checkbox-count): Make property
1242         dependent.
1244         * org.el (org-hierarchical-todo-statistics): New option.
1245         (org-update-parent-todo-statistics): Modified to handle recursive
1246         statistics.
1248 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1250         * org-publish.el (org-publish): Make this function behave
1251         correctly in interactive use when called with a prefix argument.
1253         * org.el (org-todo-statistics-hook): New hook.
1254         (org-update-parent-todo-statistics): Use new hook.
1255         (org-log-into-drawer): New function.
1256         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1257         determine if we should be logging into a drawer.
1258         (org-log-into-drawer): Update docstring.
1259         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1261         * org-list.el (org-checkbox-statistics-hook): New hook.
1262         (org-update-checkbox-count-maybe): Use new hook.
1264         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1265         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1266         to kill ring.
1268 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1270         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1271         a line.
1273 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1275         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1276         better bufer-generating mechanism.
1277         (org-edit-src-find-buffer): New function.
1279         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1280         archive tag, this is already done by `org-agenda-skip'.
1281         data while constructing lost of tags.
1283 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1286         as argument separator in macros.
1288         * org-html.el (org-export-as-html): Add xml declaration.
1290 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1292         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1293         (org-sort-entries-or-items): Run the new hook.
1294         (org-after-refile-insert-hook): New hook.
1295         (org-refile): Run `org-after-refile-insert-hook'.
1297         * org-agenda.el (org-agenda-get-progress): Never take time of day
1298         from headline when displaying progress.
1300         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1301         (org-export-as-latex): Force the correct regexp in the
1302         preprocessor buffer.
1303         (org-export-latex-set-initial-vars): Set
1304         `org-export-latex-complex-heading-re'.
1306         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1307         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1309 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-latex.el (org-export-latex-tables-centered): New option.
1312         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1314         * org-exp.el (org-export-as-org): New command.
1315         (org-export-as-org): New command.
1317         * org-publish.el (org-publish-org-to-org): New function.
1319 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1321         * org.el (org-yank): Just call `org-yank-generic'.
1322         (org-yank-generic): New function, containing the formaer
1323         functionality of `org-yank'.
1325         * org-latex.el (org-export-latex-not-done-keywords)
1326         (org-export-latex-done-keywords): New variables.
1327         (org-export-latex-todo-keyword-markup): New option.
1328         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1329         (org-export-latex-keywords-maybe): Apply the TODO markup.
1331 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1333         * org-exp.el (org-infile-export-plist): Add more default macros.
1334         (org-export-preprocess-apply-macros): Process macro arguments.
1336 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1338         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1339         `unblocked'.
1340         (org-print-icalendar-entries): Respect the new value of
1341         `org-icalendar-include-todo'.
1343         * org.el (org-link-try-special-completion)
1344         (org-file-complete-link): New functions.
1345         (org-insert-link): Add special completion support for some link
1346         types.
1348         * org-bbdb.el (org-bbdb-complete-link): New function.
1350 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-list.el (org-update-checkbox-count): Allow recursive
1353         statistics.
1354         (org-hierarchical-checkbox-statistics): New option.
1356         * org.el (org-cycle): Remove erraneous space character.
1358         * org-icalendar.el (org-icalendar-timezone): Initialize from
1359         environment.
1361         * org-html.el (org-format-org-table-html): Specify the scope.
1362         (org-format-table-table-html): Specify the scope.
1363         (org-export-table-header-tags): Prepare the scope parameter.
1365 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-html.el
1368         (org-export-html-table-use-header-tags-for-first-column): New
1369         option.
1371         * org.el (org-autoload): Fix autoloading of ascii export
1372         functions.
1373         (org-modules): Add org-special-blocks.
1375 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1377         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1378         (org-ical-timezone): New option.
1380         * org-exp.el (org-export-get-coderef-format): Use the description
1381         is present.
1383         * org.el (org-sort-entries-or-items): Improve docstring, and make
1384         better implementation for time sorting.
1386 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1388         * org.el (org-edit-src-persistent-message): New option.
1389         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1390         option.
1392         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1393         patch.
1395         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1396         separate buffer instead of indirect buffer to edit source code.
1397         (org-edit-src-exit): Make this function work with the new setup.
1399         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1400         are properly fontified before shown in the selection menu.
1402         * org.el (org-fontify-like-in-org-mode): New function.
1404         * org-latex.el (org-export-latex-links): Use the property list to
1405         retrieve the default image attributes.
1407         * org-exp.el (org-export-plist-vars): Add a new option.
1409 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1411         * org-exp.el (org-export, org-export-visible): Support ASCII
1412         export to buffer
1413         (org-export-normalize-links): Do not protect the description if it
1414         is explicitly given.
1416         * org-ascii.el (org-export-as-ascii-to-buffer)
1417         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1418         commands.
1419         (org-export-as-ascii): Add all the same parameters that are also
1420         supported by the other export functions.
1422         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1423         org-checklist.el.
1424         (org-reset-checkbox-state-subtree): Call
1425         `org-reset-checkbox-state-subtree'.
1427         * org-remember.el (org-select-remember-template): For the
1428         selection of a valid template.
1430         * org-latex.el (org-export-region-as-latex): Supply the
1431         force-no-subtree argument.
1432         (org-export-as-latex): Provide better limits when exporting the
1433         first line.  When exporting to string, we still want the first
1434         lines.
1435         (org-export-latex-first-lines): New argument END, to force the end
1436         of the region.
1437         (org-export-region-as-latex): Use the property list.
1438         (org-export-as-latex):
1440         * org-colview-xemacs.el (org-columns-remove-overlays)
1441         (org-columns): Fix call to `local-variable-p'.
1443 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1446         (org-export-as-html): Run the new hook.
1448         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1449         (org-export-latex-preprocess): Run the new hook.
1451         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1452         (org-export-preprocess-string): Run the new hook.
1454 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org-macs.el (org-check-external-command): New defsubst.
1458         * org.el (org-mode-map): New key for reload.
1459         (org-format-latex): Better error message when external programs
1460         are not available.
1462         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1464         * org.el (org-sort-entries-or-items): Explicit sorting function
1465         for priorities, needed for XEmacs compatibility.
1467         * org-remember.el (org-remember-apply-template): Improve auto-save
1468         behavior.
1470 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1472         * org-latex.el (org-export-latex-preprocess): Also protect
1473         environments ending in a star.
1475         * org-list.el (org-at-item-p): Fix regular expression.
1477 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1479         * org.el (org-end-of-subtree): Improve speed.
1481         * org-agenda.el (org-agenda-get-timestamps)
1482         (org-agenda-get-progress, org-agenda-get-deadlines)
1483         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1484         in particular, wait as long as possible to collect the tags.
1485         (org-stuck-projects): Improve docstring.
1487         * org.el (org-store-link): No errors when getting custom id before
1488         first headline.
1489         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1491 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1493         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1495         * org-protocol.el: Remove dependency on url.el.
1496         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1497         dependency on url.el.
1499         * org-latex.el (org-export-as-pdf): Use
1500         `org-latex-to-pdf-process'.
1502 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1504         * org-latex.el (org-latex-to-pdf-process): New option.
1506         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1507         New option.
1508         (org-agenda-get-timestamps): Honor
1509         `org-agenda-skip-additional-timestamps-same-entry'.
1511         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1512         (org-clock-goto): Find recent task only if
1513         `org-clock-goto-may-find-recent-task' allows it.
1515         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1516         drawers, and drawers that are missing the :END: line.
1518 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1521         clock is running.
1523 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1525         * org.el (org-update-parent-todo-statistics): Check for
1526         STATISTICS_FROM property.
1528         * org-list.el (org-update-checkbox-count): Check for
1529         STATISTICS_FROM property.
1531         * org.el (org-tab-first-hook)
1532         (org-tab-after-check-for-table-hook)
1533         (org-tab-after-check-for-cycling-hook): New hooks.
1534         (org-cycle-internal-global, org-cycle-internal-local): New
1535         functions, split out from `org-cycle'.
1536         (org-cycle): Call the new hooks.
1538 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1540         * org-exp.el (org-export-preprocess-string): Reset the list of
1541         preferred targets for each run of the preprocessor.
1543         * org.el (org-refile-target-verify-function): Improve
1544         documentation.
1545         (org-get-refile-targets): Respect point being moved by the
1546         verification function.
1548         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1549         option.
1550         (org-export-latex-keywords): Use new option.
1552         * org.el (org-rear-nonsticky-at): New defsubst.
1553         (org-activate-plain-links, org-activate-angle-links)
1554         (org-activate-footnote-links, org-activate-bracket-links)
1555         (org-activate-dates, org-activate-target-links)
1556         (org-activate-tags): Place the rear-nonsticky properties at the
1557         correct location.
1559 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1561         * org-protocol.el (server-edit): Declare `server-edit'.
1562         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1563         functions.
1564         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1566         * org.el (org-default-properties): New default properteis for
1567         completion.
1569         * org-exp.el (org-export-add-subtree-options): Add new properties
1570         for subtree export.
1572         * org-docbook.el (org-export-docbook-keywords-markup)
1573         (org-export-docbook-timestamp-markup): New options.
1574         (org-export-docbook-protect-tags): New function.
1576 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1578         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1579         org-refile-target-verify-function for the duration of the command.
1581         * org.el (org-link-to-org-use-id): New possible value
1582         `create-if-interactive-and-no-custom-id'.
1583         (org-store-link): Use custom IDs.
1584         (org-link-search): Find custom ID properties from #link.
1585         (org-default-properties): Add CUSTOM_ID for property completion.
1586         (org-refile-target-verify-function): New option.
1587         (org-goto): Turn off org-refile-target-verify-function
1588         for the duration of the command.
1590 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1592         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1594         * org-exp.el (org-export-preferred-target-alist): New variable.
1595         (org-export-define-heading-targets): Find the new CUSTOM_ID
1596         property.
1597         (org-export-target-internal-links): Target the custom ids when
1598         possible.
1600         * org-latex.el (org-export-latex-preprocess): Better regexp for
1601         matching latex macros with arguments.
1603 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org-remember.el (org-remember-handler): Allow filing to non-org
1606         files.
1608 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1610         * org-feed.el (org-feed-alist): New keyword options.
1611         (org-feed-update): Use the new options.
1612         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1613         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1614         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1615         functions.
1617         * org-table.el (org-table-fix-formulas): Do not change references
1618         to remote tables.
1619         (org-table-get-remote-range): Convert standard coordinates to RC
1620         format.
1622         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1624 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1626         * org-compat.el (org-sha1-string): Function removed.
1628         * org.el (org-refile-allow-creating-parent-nodes): New option.
1629         (org-refile-get-location): New argument NEW-NODES.
1630         (org-refile): Call `org-refile-get-location' with the new
1631         argument.
1632         (org-refile-get-location): Arrange for adding a new child.
1633         (org-refile-new-child): New function.
1635         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1636         an additional span element.
1638         * org-clock.el: Fix a number of docstrings.
1639         (org-clock-find-position): New argument
1640         FIND-UNCLOSED to make the function find an unclosed clock in the
1641         entry.
1642         (org-clock-in): Call `org-clock-find-position' with the new
1643         argument if we might be resuming a clock.
1645 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org-latex.el (org-export-latex-display-custom-times): New variable.
1648         (org-export-latex-timestamp-markup): New option.
1649         (org-export-latex-set-initial-vars): Remember the local value of
1650         `org-display-custom-times'.
1651         (org-export-latex-content): Process time stamps.
1652         (org-export-latex-time-stamps): New function.
1654         * org-macs.el (org-maybe-intangible): Add intangible property
1655         again to invisible text.
1657 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1659         * org-exp.el (org-default-export-plist): Handle undefined
1660         variables.
1662 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1664         * org.el (org-sort-entries-or-items): Match TODO keywrds
1665         case-sensitively, when sorting.
1666         (org-priority): Do not match TODO keywords with wrong case.
1668 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-feed.el (org-feed-update): Bind the variable
1671         `new-formatted'.
1673         * org-html.el (org-export-as-html): Start paragraphs after literal
1674         examples.
1676         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1677         literal examples.
1679 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1681         * org.el (org-todo): Honor the NOBLOCKING property.
1683         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1684         NOBLOCKING property.
1686         * org.el (org-scan-tags): Fix bug in tag scanner
1688 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1690         * org.el (org-modules): Mark obsolete packages.
1692         * org-html.el: New file, split out from org-exp.el.
1694         * org-icalendar.el: New file, split out from org-exp.el.
1696         * org-xoxo.el: New file, split out from org-exp.el.
1698         * org-ascii.el: New file, split out from org-exp.el.
1700 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1702         * org-compat.el (org-find-library-name): New function.
1704         * org.el (org-pre-cycle-hook): New hook.
1705         (org-cycle): Call the new hook in appropriate places.
1706         (org-reload): Only reload files that have been loaded before.
1708 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1710         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1711         after todo keyword.
1712         (org-todo): When changing TODO state, do matching
1713         case-sensitively.
1714         (org-map-continue-from): New variable.
1715         (org-scan-tags): Respect values in `org-map-continue-from'.
1716         (org-reload): Make XEmacs compatible.
1718 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1720         * org-protocol.el (org-protocol-flatten-greedy): New function.
1721         (org-protocol-flatten): New function.
1723         * org.el (org-open-link-from-string): Pass reference buffer to
1724         `org-open-at-point'.
1725         (org-open-at-point): New optional argument `reference-buffer'.
1727 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1729         * org.el (org-scan-tags): Make tag scan find headline in first
1730         line, 2nd attempt.
1731         (org-get-refile-targets): Add the naked file name.
1732         (org-refile): Store as top-level entry when only file name was
1733         given.
1735         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1737         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1738         Renamed from org-block-todo-from-children-or-siblings, and
1739         enhanced to look for the parent's status as well.
1741         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1742         (org-agenda-get-progress): Add first notes line to log entry if so
1743         desired.
1745 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1747         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1748         (org-agenda-cleanup-fancy-diary): Call the new hook.
1750         * org-remember.el (org-remember-apply-template): Take the default
1751         for the annotation from the :annotation property.
1753         * org-mac-message.el (org-mac-message-get-link): Remove the
1754         quotes.
1755         (org-mac-message-get-link): Return the result.
1757 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org.el (org-refile-get-location): Add file name only if not
1760         already included in outline path.
1762         * org-faces.el (org-n-level-faces): Fix customization type from
1763         number to integer.
1765         * org-exp.el (org-export-headline-levels): Fix customization type
1766         from number to integer.
1768         * org-agenda.el (org-agenda-confirm-kill)
1769         (org-agenda-custom-commands-local-options)
1770         (org-timeline-show-empty-dates, org-agenda-ndays)
1771         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1772         customization type from number to integer.
1774 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1776         * org-protocol.el: Declare some functions.
1778         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1779         postion before inserting modified headline.
1781         * org-agenda.el (org-agenda-compare-effort): Honor
1782         `org-sort-agenda-noeffort-is-high'.
1783         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1784         (org-agenda-compare-effort): Implement the "?" operator for
1785         finding entries without effort setting.
1787         * org.el (org-extract-attributes-from-string): New function.
1789         * org-exp.el (org-export-splice-attributes): New function.
1791 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org-mouse.el: XEmacs compatibility fixes
1795         * org-docbook.el (org-export-as-docbook): Process footnotes like
1796         normal text.
1798         * org.el (org-modules): Add org-inlinetasks.el
1799         (org-cycle): Implement limiting level on cycling.
1800         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1801         buffer.
1803         * org-inlinetask.el: New file.
1805         * org.el (org-emphasis-regexp-components): Allow braces in
1806         emphasis pre and post match.
1808         * org-footnote.el (org-footnote-normalize): When only dorting, do
1809         not insert inline notes at the end.
1811         * org-docbook.el (org-id-find-id-file): Add function declaration.
1813         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1815         * org-docbook.el: New file.
1817 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org.el (org-reftex-citation): New command.
1821 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1823         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1824         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1825         sorting options.
1826         (org-entries-lessp): Apply the new sorting option.
1828         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1829         blocker code, when an older sibling has children.
1831         * org-mac-message.el (org-mac-message-get-link): Improve getting
1832         links from multiple selected messages.
1834 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1836         * org-remember.el (org-remember-finalize): Do not set buffer file
1837         name to nil.
1838         (org-remember-handler): Mark buffer as unmodified.
1839         (org-remember-handler): Delete backup file and show message about
1840         remaining backup files.
1841         (org-remember-auto-remove-backup-files): New option.
1843         * org.el (org-store-link): Use buffer name as link description in
1844         w3-mode buffers.
1845         (org-ido-switchb): Fix argument bug for completion.
1847         * org-remember.el (org-remember-apply-template): Set local
1848         variable `auto-save-visited-file-name' instead of global one.
1850 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1852         * org-feed.el: Re-write.
1854         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1855         (org-agenda-get-todos): Mark file tags as inherited.
1856         (org-agenda-list): Always search diary lines for a time.
1858 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1860         * org-feed.el (org-feed-assume-stable): New option.
1861         (org-feed-before-adding-hook): New hook.
1863         * org-exp.el (org-export-as-html): Close local lists depending on
1864         indentation, also when starting a table.
1866         * org-remember.el (org-remember-backup-directory)
1867         (org-remember-backup-name): New internal variable.
1869 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1871         * org-clock.el (org-clock-out-if-current): Make buffer detection
1872         work in indirect buffers as well.
1874         * org.el (org-emphasis-regexp-components): Add the exxclamation
1875         mark to the post-emphasis characters.
1877 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1880         (org-read-date): Run the new hook.
1882         * org-mac-message.el (org-mac-flagged-mail): New group.
1883         (org-mac-mail-account): New variable.
1884         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1885         commands.
1887         * org-remember.el (org-remember-backup-directory): New variable.
1888         (org-remember-apply-template): Write file to backup directory.
1890 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1892         * org-mouse.el (org-mouse-todo-menu): New function.
1893         (org-mouse-todo-keywords): Function removed.
1894         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1896         * org-table.el (org-table-beginning-of-field)
1897         (org-table-end-of-field): New commands
1898         (org-table-previous-field, org-table-beginning-of-field): Better
1899         error messages.
1900         (orgtbl-setup): Include `M-a' and `M-e'.
1902         * org.el (org-backward-sentence, org-forward-sentence): New
1903         commands.
1905         * org-colview.el (org-colview-initial-truncate-line-value): New
1906         variable.
1907         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1908         (org-columns): Remember the value of `truncate-lines'.
1910         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1911         New variable.
1912         (org-columns-remove-overlays): Restore the value of
1913         `truncate-lines'.
1914         (org-columns): Remember the value of `truncate-lines'.
1916         * org.el (org-columns-skip-arrchived-trees): New option.
1918         * org-agenda.el (org-agenda-export-html-style): Define color for
1919         org-agenda-done face.
1920         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1921         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1923         * org.el (org-scan-tags): Use the new face.
1925         * org-faces.el (org-agenda-done): New face.
1927         * org.el (org-scan-tags): Test the value org
1928         `org-tags-match-list-sublevels'.
1929         (org-tags-match-list-sublevels): New allowed value: indented.
1931         * org-export-latex.el (org-export-latex-make-header): Apply macros
1932         in header.
1934         * org-exp.el (org-export-apply-macros-in-string): New function.
1936         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1937         with the definition of a checked box.
1939         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1941         * org-export-latex.el (org-export-latex-low-levels): More options
1942         for how to process lower levels in LaTeX.
1943         (org-export-latex-subcontent): Better treatment for lists as a
1944         means of publishing lower levels.
1946 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1948         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1950         * org-faces.el (org-checkbox): New face.
1952         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1953         fragement images if there is an export file.
1955 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1957         * org-agenda.el (org-stuck-projects): Document that the subtree of
1958         projects that are not stuck will now be searched for stuck
1959         sub-projects.
1960         (org-agenda-skip-entry-when-regexp-matches)
1961         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1962         (org-agenda-list-stuck-projects): Use
1963         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1965         * org-export-latex.el (org-export-latex-preprocess): Improve
1966         export of verses.
1968         * org-exp.el (org-export-as-html): Implement centering as a div
1969         rather than a paragraph.  Do a better job with line-end in verse
1970         environments.
1972 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1974         * org.el (org-open-at-point): Fix tags searches by mouse click.
1976 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1978         * org-export-latex.el (org-export-latex-preprocess): Implement the
1979         centering markup.
1981         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1982         from `org-export-mark-blockquote-and-verse'.
1983         (org-export-as-html): Implement the centering markup.
1985         * org-export-latex.el (org-export-latex-tables): Fix vertical
1986         lines in tables.
1988 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1990         * org.el (org-read-date-history): New variable.
1991         (org-read-date): Use new history variable.
1992         (org-toggle-heading): Fix bug when used before first headline.
1993         (org-store-log-note): Remove drawer if empty while note is
1994         aborted.
1995         (org-remove-empty-drawer-at): New function.
1996         (org-check-after-date): New command.
1997         (org-sparse-tree): New sparse tree command "a".
1999         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2001 2009-03-14  Bastien Guerry  <bzg@altern.org>
2003         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2004         column and a space, not only a column.
2006 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2008         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2009         defaults for verbose emphasis.
2010         (org-export-latex-emph-format): New function.
2011         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2013         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2014         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2015         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2016         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2017         commands.
2019         * org.el (org-timestamp-change): Move end-time along with start
2020         time.
2022 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2024         * org-exp.el (org-export-target-internal-links)
2025         (org-export-as-html): Protect links specified as #name.
2027 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2029         * org.el (org-clone-subtree-with-time-shift): New command.
2031         * org-export-latex.el (org-export-latex-special-chars)
2032         (org-export-latex-treat-sub-super-char): Fix subscript export.
2034         * org-exp.el (org-create-multibrace-regexp): Do not add
2035         backslashes to the class.
2037 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2039         * org-colview.el (org-columns-map): Better functions for moving up
2040         and down a row, even if `truncate-line' is nil.
2042         * org.el (org-insert-todo-heading): Make sure the keyword is
2043         inserted at the correct position.
2045         * org-publish.el (org-publish-project-alist)
2046         (org-publish-projects, org-publish-org-index): Change default anme
2047         for the index of file names to "sitemap.org".
2049         * org-export-latex.el (org-export-latex-tables): Use
2050         `org-split-string', for Emacs 21 compatibility.
2052 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2054         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2056 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2058         * org-exp.el (org-export-page-description)
2059         (org-export-page-keywords): New variables.
2060         (org-export-plist-vars): Add entries for :keywords and
2061         :description.
2062         (org-infile-export-plist): Parse for new keywords.
2063         (org-get-current-options): Add new keywords
2064         (org-export-as-html): Publish description and keywords.
2066         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2067         option.
2068         (org-agenda-add-entry-text): Honor
2069         `org-agenda-add-entry-text-descriptive-links'.
2071         * org-export-latex.el (org-export-latex-preprocess): Make all
2072         external preprocess functions use a PARAMETER arg.
2074         * org-exp.el (org-export-preprocess-string)
2075         (org-export-select-backend-specific-text)
2076         (org-export-format-source-code-or-example)
2077         (org-format-org-table-html): Support docbook export.
2078         (org-export-preprocess-string): Make all external preprocess
2079         functions use a PARAMETER arg.
2081 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2083         * org-exp.el (org-export-html-style-include-scripts): New option.
2084         (org-export-plist-vars): Add new option
2085         `org-export-html-style-include-scripts'.
2086         (org-export-as-html): Honor new option
2087         `org-export-html-style-include-scripts'.
2088         (org-export-html-scripts, org-export-html-style-default): Fix
2089         xml issues with the Safari browser.
2091 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2093         * org-publish.el (org-publish-attachment): Only copy file when the
2094         directories differ.
2096 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2098         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2099         for clocktable steps.
2101         * org.el (org-additional-option-like-keywords): Add two more
2102         keywords.
2104 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2106         * org-exp.el (org-export-format-source-code-or-example): Mark
2107         temporary buffer unmodified, so that it will be killed even if
2108         mode like message mode has decided to assign a file name.
2110         * org.el (org-scan-tags): Improve tag inheritance.
2111         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2112         case-sensitive.
2113         (org-scan-tags): Use the internal tags list instead of creating it
2114         from scratch.
2115         (org-trust-scanner-tags, org-scanner-tags): New variables.
2116         (org-scan-tags): Set `org-scanner-tags'.
2117         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2118         (org-map-entries): Document the possible speedup using scanner
2119         tags.
2121 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2123         * org.el (org-add-planning-info): Fix bug with looking for keyword
2124         only at column 0.
2126         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2127         option for tags filter preset.
2128         (org-prepare-agenda): Store filter preset as a property on the
2129         filter variable.
2130         (org-finalize-agenda): Call the filter, if there is a preset.
2131         (org-agenda-filter-by-tag): Filter again after clearing the
2132         filter, when there still is a preset.
2133         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2134         Include the preset filter.
2135         (org-agenda-redo): Apply the filter again, also the preset filter.
2137         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2139         * org.el (org-uuidgen-p): New funtion.
2141         * org-agenda.el (org-agenda-fontify-priorities): New default value
2142         `cookies'.
2143         (org-agenda-fontify-priorities): Renamed from
2144         org-fontify-priorities.
2146         * org.el (org-set-font-lock-defaults): Call
2147         `org-font-lock-add-priority-faces'.
2148         (org-font-lock-add-priority-faces): New function.
2150         * org-faces.el: (org-set-tag-faces): New option.
2151         (org-priority-faces): New variable.
2153         * org-exp.el (org-export-as-html): Add a "content" div around the
2154         entire content of the body tag.
2155         (org-export-html-get-bibliography): New function.
2156         (org-export-html-validation-link): New variable.
2157         (org-export-as-html): Add validation link to exported page.
2159         * org.el (org-match-sparse-tree): Renamed from
2160         `org-tags-sparse-tree'.
2161         (org-tags-sparse-tree): New alias.
2163 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2165         * org.el (org-get-valid-level): Catch the case where the level
2166         change is nil.
2168         * org-clock.el (org-clock-find-position): Better indentation of
2169         new clock drawers.
2171 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2173         * org-agenda.el (org-agenda-quit): Delete window only when the
2174         frame-setup was not `current-window'.
2176         * org.el (org-tag-persistent-alist): New option.
2177         (org-startup-options): Add keyword `noptag'.
2178         (org-fast-todo-selection): Handle :newline correctly.
2179         (org-set-tags): Handle :newline correctly.
2180         (org-fast-tag-selection): Handle :newline correctly.
2182 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2184         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2185         outputting it.
2186         (org-export-ascii-push-links): Fix bug with pussing links into the
2187         export buffer.
2189 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2191         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2192         pasting at top level.
2194         * org-bbdb.el: Improve documentation.
2196 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2198         * org-list.el (org-insert-item): Only consider insert empty lines
2199         is `org-empty-line-terminates-plain-lists' is not nil.
2201         * org.el (org-blank-before-new-entry): Mention the dependence on
2202         `org-empty-line-terminates-plain-lists' in the docstring.
2204         * org-publish.el (org-publish-get-project-from-filename): New
2205         optional argument UP.  Only find the top project if UP is set.
2206         (org-publish-current-project): Find the top encloding project.
2208         * org-agenda.el (org-agenda-before-write-hook)
2209         (org-agenda-add-entry-text-maxlines): New options.
2210         (org-write-agenda): Run the new hook in the temporary buffer.
2211         (org-agenda-add-entry-text): New function.
2212         (org-write-agenda): Implement PDF export, using ps2pdf.
2214         * org.el (org-global-properties-fixed, org-global-properties):
2215         Improve documentation string.
2217         * org-exp.el (org-export-ascii-links-to-notes): New option.
2218         (org-export-as-ascii): Handle links better.
2219         (org-export-ascii-wrap, org-export-ascii-push-links): New
2220         functions.
2222 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2224         * org-agenda.el (org-agenda): Make prefix arg optional.
2225         (org-agenda-search-headline-for-time): New option.
2226         (org-format-agenda-item): Honor
2227         `org-agenda-search-headline-for-time'.
2229         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2230         characters.
2232         * org.el (org-self-insert-cluster-for-undo): New option.
2233         (org-self-insert-command): Cluster undo for 20 characters.
2234         (org-self-insert-command-undo-counter): New variable.
2236 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2238         * org-exp.el (org-export-as-html): Fix problem with closing colone
2239         example.
2241 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2243         * org-export-latex.el (org-export-as-latex)
2244         (org-export-latex-first-lines): Avoid modification flag when
2245         adding or removing text properties.
2246         (org-export-latex-fontify): Catch error when org-emph-alist has
2247         entries that are not defined for LaTeX export.
2249         * org.el (orgstruct++-mode): New function.
2250         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2251         (org-context-p): Allow detecting item context after the first line
2252         of an item.
2253         (orgstruct-make-binding): Detect if item-body context should be
2254         seen.
2255         (orgstruct-is-++): New variable.
2256         (org-add-planning-info): Catch the case when there is no planning
2257         info yet and the call does not want to add anything, only maybe
2258         tries to remove something.
2259         (org-special-ctrl-a/e): All value to be a cons cell with separate
2260         settings for `C-a. and `C-e'.
2261         (org-beginning-of-line, org-end-of-line): Honor separate values
2262         for `C-a' and `C-e'.
2264 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2266         * org.el (org-reload): New command.
2268 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2270         * org-exp.el (org-export-htm-get-tag-class-name)
2271         (org-export-htm-get-todo-kwd-class-name): New functions.
2272         (org-export-html-tag-class-prefix)
2273         (org-export-html-todo-kwd-class-prefix): New options.
2274         (org-export-as-html): Call
2275         `org-export-html-get-todo-kwd-class-name'.
2276         (org-html-level-start): Wrap tags into classes.
2277         (org-export-html-get-tag-class-name)
2278         (org-export-html-get-todo-kwd-class-name): New functions.
2280         * org-export-latex.el (org-export-latex-collect-header-macros):
2281         Remove fields that are used anyway.
2282         (org-export-latex-make-header): Insert the options earlier.
2284         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2285         matching.
2287         * org-list.el (org-indent-item): Allow point to be at the end of
2288         the region.
2290         * org.el (org-metaleft, org-metaright): Be more accurate about
2291         detecting a region where commands apply.
2293         * org-compat.el (org-cursor-to-region-beginning): New function.
2295         * org.el (org-priority): Also find invisible heading.
2297         * org-colview-xemacs.el (org-columns-edit-value): No special
2298         treatment for `org-todo' prefix.
2300         * org-colview.el (org-columns-edit-value): No special treatment
2301         for `org-todo' prefix.
2303         * org-remember.el (org-remember-apply-template): Use
2304         `org-completing-read-no-ido'.
2306         * org.el (org-completing-read-no-ido): New function.
2307         (org-make-tags-matcher, org-set-property): Use
2308         `org-completing-read-no-ido'.
2310         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2311         New option.
2312         (org-export-as-latex): Import in-buffer settings as TeX macros.
2313         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2314         (org-export-latex-collect-header-macros): New function.
2316         * org.el (org-refile-get-location): Turn off
2317         `partial-completion-mode'.
2319 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2321         * org.el (org-block-todo-from-checkboxes): Announce that
2322         checkboxes are the culprit.
2323         (org-block-todo-from-children-or-siblings): Call
2324         `org-up-heading-all instead' of `outline-up-heading'.
2326         * org-agenda.el (org-agenda-show-1): Renamed from
2327         `org-agenda-show'.
2328         (org-agenda-show): Re-install the old version for now.
2329         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2330         variable into the blokker hook, so that the checkbox checker can
2331         anounce that it caused the blocking.
2333         * org.el (org-track-ordered-property-with-tag): New option.
2334         (org-toggle-ordered-property): Honor
2335         `org-track-ordered-property-with-tag'.
2336         (org-tag-alist): Add newline options.
2337         (org-set-regexps-and-options): Separate option lines imply a
2338         newline.
2339         (org-set-regexps-and-options, org-assign-fast-keys)
2340         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2341         option.
2342         (org-indent-line-function): Make sure this works even if there is
2343         not `org-drawer-regexp' defined.  This can happen when
2344         orgstruct-mode is used in a non-org buffer.
2346         * org-list.el (org-checkbox-blocked-p): New function.
2347         (org-toggle-checkbox): Check for blocking.
2349         * org.el (org-modules): Add an entry for org-R.el.
2351         * org-agenda.el (org-agenda-todo-ignore-with-date)
2352         (org-agenda-todo-ignore-scheduled)
2353         (org-agenda-todo-ignore-deadlines): Mention the variable
2354         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2356         * org.el (org-get-wdays): Find the warning period also if it is in
2357         the wrong place.
2358         (org-ido-completing-read): Provide the correct arguments to
2359         ido-completing-read and bind `ido-enter-matching-directory' to
2360         nil.
2362 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2364         * org.el (org-olpath-completing-read): Never use ido for this
2365         one.
2367         * org-exp.el (org-export-normalize-links): Use new macro.
2369         * org-macs.el (org-if-unprotected-at): New macro.
2371         * org-agenda.el (org-agenda-show): Allow numerical prefix
2372         arguments to specify how much context should be shown.
2373         (org-agenda-cycle-show): New command, could be bound to SPC in
2374         org-agenda-mode-map.
2376         * org-exp.el (org-html-level-start): Space after section number.
2378 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2380         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2381         property, for sorting.
2382         (org-cmp-todo-state): Get the applicable TODO keywords directly
2383         from the buffer.
2384         (org-run-agenda-series, org-agenda-list, org-search-view)
2385         (org-todo-list, org-tags-view): Only fit agenda window when the
2386         whole series is done.
2388         * org.el (org-scan-tags): Add todo state as property, for sorting.
2390         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2391         `org-agenda-overriding-header' as an option.
2392         (org-agenda-list): Honor org-agenda-overriding-header'.
2394 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2396         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2397         after removing a checkbox.
2399         * org.el (org-show-entry): Make this work correctly also if it is
2400         the last entry in the file.
2401         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2402         falling back to normal, default command.
2403         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2404         item, call the checkbox toggler to get a box.
2406         * org-list.el (org-toggle-checkbox): Make double prefix set the
2407         checkbox to "[-]".
2408         (org-fix-bullet-type): Only replace bullet if it is changed.
2409         (org-renumber-ordered-list): Handle case when first item does not
2410         have a number.
2412         * org.el (org-add-log-setup): Fix positioning when
2413         `org-log-states-order-reversed' is nil.
2415         * org-clock.el (org-clock-in): Fix positioning when
2416         `org-log-states-order-reversed' is nil.
2417         (org-clock-find-position): Fix positioning when
2418         `org-log-states-order-reversed' is nil.
2420 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2422         * org-clock.el (org-clock-into-drawer): Take default from
2423         `org-log-into-drawer'.
2424         (org-clock-find-position): Look for the correct drawer.
2426         * org.el (org-log-into-drawer): Renamed from
2427         `org-log-state-notes-into-drawer'.
2428         (org-log-state-notes-into-drawer): New variable alias.
2429         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2430         CLOCK.
2431         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2433 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2435         * org-agenda.el (org-agenda): Fix docstring.
2437         * org.el ("org-plot"): Help loading org-plot.
2438         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2439         (org-metadown-hook, org-shiftmetaleft-hook)
2440         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2441         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2442         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2443         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2444         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2446         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2447         for selecting files with any (and even without) extension.
2449         * org.el (org-save-all-org-buffers): Also save id locations.
2450         (org-revert-all-org-buffers): Also load id locations.
2452 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2453         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2454         (org-log-state-notes-into-drawer): New option.
2455         (org-add-log-setup): Place the sate note marker into the drawer,
2456         create drawer when necessary.
2457         (org-refile-targets): Document special interpretation of LEVEL
2458         when odd-levels are used.
2460 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2462         * org.el (org-store-log-note): Fix note indentation when adding
2463         notes to end of list.
2465         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2466         class, so that each keyword can get special colors through CSS.
2468         * org-clock.el (org-clock-out): Add another nil for the previous
2469         state into the call to `org-add-log-setup'.
2471         * org.el (org-log-note-previous-state): New variable.
2472         (org-log-note-headings): New %S escape for old state.
2473         (org-todo): Call the note setup with the old state as an
2474         argument.
2475         (org-add-note): Add another nil for the previous state into the
2476         call to `org-add-log-setup'.
2477         (org-add-log-setup): New argument PREV-STATE.
2478         (org-add-log-note): Handle new %S escape.
2479         (org-store-log-note): Handle new %S escape.
2481 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2483         * org-clock.el (org-clock-find-position): Do not swallow an item
2484         less indented than the CLOCK line itself.
2485         (org-clock-in): Push markers to lin after the clock line.
2486         (org-clock-find-position): Handle values of
2487         `org-clock-into-drawer' smaller than 2.
2489         * org-exp.el (org-html-level-start): Add a CSS class to section
2490         numbers.
2491         (org-export-html-toplevel-hlevel): Better documentation of the
2492         influence of this variables on H levels and css classes in
2493         export.
2495 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2497         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2498         timestamp and nottimestamp to the chooe menu.
2500         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2501         (org-revert-all-org-buffers): New command.
2503 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2505         * org.el (org-return): Implement `org-return-follows-link' in the
2506         function org-return.  This is more robust than using the mouse
2507         map, I think.
2508         (org-set-regexps-and-options): Match more general #+TODO lines.
2509         (org-make-options-regexp): New optional argument EXTRA, for an
2510         extra regexp.
2511         (org-tab-follows-link): Mark as deprecated.
2513 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2515         * org-exp.el (org-export-preprocess-string): Remove clock lines
2516         earlier, so that they cannot cotribute to verbatim snippets.
2518 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2520         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2521         for finding drawers.
2522         (org-export-as-ascii, org-export-as-html): Count levels relative
2523         to the subtree header.
2524         (org-get-min-level): New optional argument OFFSET.
2525         (org-export): Make sure point is restored after popping up that
2526         window.
2528         * org.el (org-do-sort): Also take an inactive timestamp if no
2529         active one is found.
2531         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2532         deleting duplicates.
2534         * org-colview.el (org-columns-capture-view): Copy before
2535         deleting duplicates.
2537         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2538         text before first headline.
2540         * org.el (org-format-latex): Do not convert LaTeX fragments in
2541         protected examples.
2543 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2545         * org-exp.el (org-export-html-style-default): Use color values
2546         instead of names for XHTML validation.
2548         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2549         functions.
2550         (org-return-follows-link): Revert making this the default untile
2551         issues are resolved.
2553         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2554         nottimestamp.
2556 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2558         * org.el (org-mode): Make dependence stuff work more reliably.
2559         (org-update-parent-todo-statistics): Fix bug with updating
2560         statistics cookie.
2562         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2563         ~ as verbatim delimiters.
2565         * org-exp.el (org-export-html-format-image): New argument
2566         PAR-OPEN.
2567         (org-export-as-html): Pass par-open to
2568         `org-export-html-format-image'.
2570 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2572         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2573         (org-use-fast-todo-selection, org-tags-column): New default
2574         setting for variables, based on a poll what typical uses use.
2576         * org-agenda.el (org-agenda-sorting-strategy)
2577         (org-agenda-tags-column): New default setting for variables, based
2578         on a poll what typical uses use.
2580 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2582         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2583         blocked entries from setting the blocked tag.
2585         * org-exp.el (org-export-html-footnotes-section): Use a more
2586         consistent id for footnotes.
2588         * org-export-latex.el (org-export-latex-classes): Remove the
2589         a4paper option from the default styles.
2591 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2593         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2594         (org-block-todo-from-checkboxes): New function.
2595         (org-todo): Make tripple prefix arg circumvent blocking.
2597         * org-timer.el (org-timer): Provide the timer feature.
2599         * org.el (org-require-autoloaded-modules): Add a few more files to
2600         the list of autoloaded modules.
2602         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2604 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2606         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2607         drawers that are unprotected.
2608         (org-export-html-format-image): Make sure inlined LaTeX fragment
2609         images remain inlined.
2611         * org.el (org-toggle-ordered-property): New function.
2612         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2613         (org-org-menu): Add menu entries for TODO dependencies.
2615 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2617         * org.el (org-default-properties): Add ORDERED to the default
2618         properties, to get completion support for it.
2620         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2622         * org.el (org-update-parent-todo-statistics): Update more than one
2623         cookie.
2625         * org-agenda.el (org-agenda-get-todos): Start search from correct
2626         position.
2628         * org.el (org-fast-todo-selection): Make sure TODO selection does
2629         not change buffer position.
2631         * org-list.el (org-toggle-checkbox): Implement adding or removing
2632         checkboxes from line or region when called with a prefix
2633         argument.
2635         * org-rmail.el (org-rmail-store-link): Protect the call to
2636         `rmail-narrow-to-non-pruned-header'.
2638         * org-clock.el (org-clock-special-range): Fix week display in
2639         clock tables.
2641         * org-exp.el (org-get-current-options): Fix bug when in indirect
2642         buffer.
2644 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2646         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2647         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2648         (org-agenda-dim-blocked-tasks): New function.
2650         * org.el (org-enforce-todo-dependencies): New option.
2651         (org-block-todo-from-children-or-siblings): New function.
2653         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2655         * org.el (org-todo): Return correct state type even if the blocker
2656         throws an error.
2657         (org-modifier-cursor-error): Renamed from
2658         `org-shiftcursor-error'.
2659         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2660         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2662         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2663         to get real errors from the blocker hook.
2665         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2666         functions.
2667         (org-set-visibility-according-to-property): Turn off the setting
2668         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2669         property.
2671 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2673         * org.el (org-support-shift-select): New option.
2674         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2675         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2676         selection outside contexts.
2678         * org-list.el (org-at-item-bullet-p): New function.
2680         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2681         variables.
2683         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2684         variable.
2685         (org-insert-footnote-reference-near-definition): Remove
2686         unnecessary let form.
2688         * org-export-latex.el (org-export-latex-first-lines): Add
2689         OPT-PLIST parameter.
2690         (org-export-as-latex): Call `org-export-latex-first-lines' with
2691         opt-plits parameter.
2692         (org-export-latex-preprocess): Remove unnecessary variables.
2694         * org-exp.el (org-infile-export-plist)
2695         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2696         (org-export-remove-headline-metadata)
2697         (org-export-get-title-from-subtree, org-get-min-level)
2698         (org-html-do-expand): Remove innecessary let form.
2700         * org-colview-xemacs.el (org-columns-display-here): Remove
2701         unnecessary variables.
2703         * org-colview.el (org-columns-display-here): Remove unnecessary
2704         variables.
2706         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2707         variables.
2709         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2710         unnecessary variables.
2712         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2713         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2714         variables.
2716         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2717         (org-compact-display-after-subtree-move): Remove unnecessary
2718         variables.
2719         (org-edit-fixed-width-region): Remove unnecessary variables.
2720         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2721         (org-olpath-completing-read): Remove unnecessary variable.
2722         (org-auto-repeat-maybe): Remove unnecessary variable.
2723         (org-map-entries): Remove unnecessary variable.
2724         (org-buffer-property-keys, org-imenu-get-tree)
2725         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2727 -----------------------------------------------------------------
2729 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2730         * org-exp.el (org-export-remove-timestamps): Never remove
2731         timestamps from tables.
2733         * org-export-latex.el (org-export-latex-first-lines): Add more
2734         options to the preprocessing of the text before the first
2735         headline.
2737 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2739         * org-faces.el (org-clock-overlay): Make face compatible with
2740         XEmacs.
2742         * org.el (org-yank): Add property for delete-selection mode.
2744         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2746         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2747         variable.
2749         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2750         to `backward-char'.
2752         * org-exp.el (org-export-as-html): Remove the initial space from
2753         colon examples.
2755         * org.el (org-scan-tags): Call
2756         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2758         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2759         customization groups.
2760         (org-agenda-tags-todo-honor-ignore-options): New option.
2761         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2762         New function.
2763         (org-agenda-get-todos): Use
2764         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2766 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org-exp.el (org-export-format-source-code-or-example): Escape
2769         HTML characters also in examples that anre not treated with
2770         htmlize.  Also, just switch to EXAMPLE processing if we do not
2771         have a good version of htmlize.
2773         * org-rmail.el: Fix copyright notice.
2775         * org.el (org-activate-footnote-links): Improve footnote link
2776         highlighting.
2778         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2779         a footnote definition at the end of the file.
2781         * org-table.el (org-table-get-specials): Add an imagined hline at
2782         the end of the table.  This can be useful for references that want
2783         to go to the end of the table.  Also fix bug when computing last
2784         row constants, in tables that do not start right at the right
2785         margin.
2786         (org-table-eval-formula): Match and replace remove references.
2787         (org-table-formula-substitute-names): Make sure that names inside
2788         a "remote" call are left alone, the will be replaced later when
2789         the remote call is handled.
2790         (org-table-convert-refs-to-rc): Do not convert things that might
2791         look like a reference, but are really part of an ID or namei n a
2792         remote reference.
2793         (org-table-get-remote-range): New function.
2795 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2797         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2799         * org-clock.el (org-clock-put-overlay): Use new face instead of
2800         `secondary-selection'.
2802         * org-faces.el (org-clock-overlay): New face.
2804 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2806         * org-exp.el (org-get-current-options): Include the option for
2807         publishing time stamps.
2809         * org.el (org-toggle-heading): Renamed from
2810         `org-toggel-region-headings'.
2811         No longer needs a region defined, but will use it if there is one.
2812         (org-ctrl-c-star): Simplified, relying more on the internal
2813         workings of `org-toggle-heading'.
2814         (org-toggle-item): Renamed from `org-toggle-region-items'.
2815         No longer needs a region defined, but will use it if there is one.
2816         (org-ctrl-c-minus): Simplified, relying more on the inernal
2817         workings of `org-toggle-item'.
2819         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2820         environment detection.  Also, do real changes only in unprotected
2821         places.
2823 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2825         * org-export-latex.el (org-export-latex-quotation-marks): Use
2826         `org-if-unprotected-1'.
2827         (org-export-latex-set-initial-vars): Check for class definition in
2828         property.
2830         * org-macs.el (org-if-unprotected-1): New macro.
2832 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2834         * org-compat.el (org-count-lines): New function.
2836         * org-exp.el (org-export-format-source-code-or-example): Handle
2837         switches related to text areas.
2839         * org.el (org-activate-footnote-links): Don't allow match inside a
2840         link.
2842         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2844         * org-export-latex.el (org-export-latex-links): Keep a relative
2845         path relative also after export.
2847         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2849         * org.el (org-make-tags-matcher): Never use IDO for completing the
2850         tags matcher match string.
2851         (org-completing-read): Also remove the special biding for "?".
2853         * org-attach.el (org-attach-allow-inheritance): New option.
2854         (org-attach-inherited): New variable.
2855         (org-attach-dir): Handle properties related to the attachment
2856         directory.
2857         (org-attach-check-absolute-path): New function.
2858         (org-attach-set-directory, org-attach-set-inherit): New commands.
2859         (org-attach): Accommodate the new commands in the dispatcher.
2861 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2863         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2864         `window-full-width-p'.
2866         * org-exp.el (org-export-as-html): Only check for images files
2867         that really can be inlined
2869         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2870         list of extensions to be a parameter.
2872         * org-exp.el (org-export-html-inline-image-extensions): New
2873         variable.
2875         * org-agenda.el (org-prepare-agenda): Use
2876         `org-agenda-block-separator'.
2877         (org-agenda-block-separator): New option.
2879 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2881         * org-export-latex.el (org-export-latex-tables): Call
2882         `org-table-clean-before-export' with the new optional argument.
2884         * org-exp.el (org-table-clean-before-export): New optional
2885         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2886         first column.
2888 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2890         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2891         histograms.
2893         * org-colview.el (org-colview-construct-allowed-dates): Better
2894         error catching when a date/time property does not have allowed
2895         values defined.
2897         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2898         Better error catching when a date/time property does not have
2899         allowed values defined.
2901 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2903         * org.el (org-map-entries): Restore point and restriction after
2904         `org-map-entries'.
2906 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org.el (org-time=, org-time<, org-time<=, org-time>)
2909         (org-time>=, org-time<>): Make sure both values are dates.
2911 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2913         * org-archive.el (org-extract-archive-heading): Allow %s for file
2914         name also in achive location heading.
2916 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2918         * org-archive.el (org-add-archive-files): Uniquify the list before
2919         returning it.
2921 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2923         * org-compat.el (org-fit-window-to-buffer): Use
2924         `window-full-width-p'.
2926         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2927         space after the colon in short examples.
2929         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2930         enforce a space after the colon.  However, we also allow lines
2931         that are *only* a colon.
2932         (org-export-as-html): Enforce the space after the colon in short
2933         examples.
2934         (org-export-preprocess-string): Do the colon example protection
2935         earlier.
2936         (org-export-remove-timestamps): Do not check for protection at the
2937         end of the line.
2939 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2941         * org.el (org-format-latex-options): Add new matcher for single
2942         letters between dollars.
2943         (org-get-header): Function removed.
2944         (org-heading-components): New function.
2946         * org-exp.el (org-export-define-heading-targets): Record ID's also
2947         as alternative targets.
2948         (org-export-as-html): Interpret "id:" links to other files by
2949         preserving the relative path.
2951         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2952         is nil.
2954         * org-exp.el (org-export-normalize-links): Protect the main link,
2955         to avoid special character processing.
2957         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2958         New variable.
2959         (org-export-latex-special-string-regexps): Variable removed.
2960         (org-export-latex-keywords): Use the new regexp.
2962         * org-exp.el (org-export-handle-include-files): Fetch switches and
2963         put them into the BEGIN statement.
2965         * org-timer.el (org-timer-mode-line-string): New variable.
2967         * org-clock.el (org-clock-mode-line-map): Renamed from
2968         `org-clock-mode-map'.
2969         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2970         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2971         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2972         (org-clock-remove-overlays): Renamed from
2973         `org-remove-clock-overlays'.
2975         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2976         and mode line display.
2977         (org-timer-stop): New command.
2978         (org-timer-seconds): Return correct time when timer is paused.
2979         (org-timer-mode-line-timer): New variable.
2980         (org-timer-set-mode-line, org-timer-update-mode-line): New
2981         functions.
2983         * org.el (org-insert-heading):  Handle new value `auto' for
2984         `org-blank-before-new-entry'.
2985         (org-org-menu): Add new items for timer functions.
2987         * org-list.el (org-insert-item): Handle new value `auto' for
2988         `org-blank-before-new-entry'.
2990         * org.el (org-blank-before-new-entry): New value `auto', made
2991         default.
2993 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org-exp.el (org-export-normalize-links): If the link is also
2996         used as the description, protect the description.
2998 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3000         * org.el (org-closest-date): Fix bug with yearly repeats, in
3001         combination with preference of the past as it is used for deadline
3002         and scheduling search.
3004         * org-exp.el (org-html-handle-time-stamps): No longer check for
3005         the `org-export-with-timestamps' option, because the preprocesser
3006         has taken care of this already.
3008         * org.el (org-entry-properties): Catch the case when this is
3009         called in a non-org-mode file.
3011         * org-export-latex.el (org-export-latex-remove-from-headlines):
3012         Variable made obsolete, also LaTeX export now uses the standard
3013         variables.
3014         (org-export-as-latex): Add the timestamps parameter to the
3015         preprocessor parameter list.
3016         (org-export-latex-content): Export the remaining keywords without
3017         considering to remove them.
3018         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3019         Use bold font instead of tt font for the keywords.
3020         (org-export-latex-fontify-headline): Format headlines, assuming
3021         that all keywords still present should be published.
3022         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3023         publish what ever remains of the time stamps.
3024         (org-export-latex-list-parameters): New option.
3025         (org-export-latex-lists): Pass additional parameters to the list
3026         converter.
3028         * org-exp.el (org-export-preprocess-string): Remove clock lines
3029         and timestamps already in the preprocesor.
3030         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3031         functions.
3032         (org-export-as-ascii, org-export-as-html): Add the timestamps
3033         parameter to the preprocessor parameter list.
3035         * org-list.el (org-list-parse-list): Parse for checkboxes.
3036         (org-list-to-generic): Introduce and handle new parameters :cbon
3037         and :cboff.
3038         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3039         optional parameter PARAMS.
3041         * org-export-latex.el (org-export-latex-special-chars): Fix
3042         problems with interpreting dollar signs.
3043         (org-inside-latex-math-p): New function.
3044         (org-export-latex-preprocess): Protect all the math fragments.
3046         * org.el (org-latex-regexps): Allow a dash after a dollar.
3048         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3049         mark after copying.
3051         * org-agenda.el (org-run-agenda-series): Have series options set
3052         when finalizing the agenda.
3054         * org-exp.el (org-export-format-source-code-or-example): Protect
3055         the converted examples.
3057         * org.el (org-set-regexps-and-options): Fix the regexp
3058         `org-complex-heading-regexp'.
3060 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3062         * org.el (org-edit-src-get-label-format): New function.
3063         (org-coderef-label-format): New option.
3064         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3065         a label format specification and make sure it is used in the edit
3066         buffer.
3067         (org-edit-src-get-label-format): New function.
3068         (org-store-link): Handle new coderef formats.
3069         (org-link-search): Handle new coderef formats.
3071         * org-footnote.el (org-footnote-create-definition)
3072         (org-footnote-goto-local-insertion-point): Make footnote insertion
3073         work correctly when the "Footnotes" headline is the last line in
3074         the buffer.
3076         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3077         the location.
3079 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3081         * org-w3m.el (org-w3m): New customization group.
3082         (org-w3m-deactivate-mark): New option.
3083         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3084         option say not to.
3086 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3088         * org.el (org-set-font-lock-defaults): Trigger footnote
3089         fontification.
3090         (org-activate-footnote-links): New function.
3091         (org-activate-links): New entry `footnote'.
3093         * org-faces.el (org-footnote): New face.
3095 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3097         * org-macs.el (org-re): Handle the [:word:] class.
3099         * org-exp.el (org-export-preprocess-string): Call
3100         `org-export-protect-colon-examples'.
3101         (org-export-protect-colon-examples): Renamed from
3102         `org-export-protect-examples', and scope limited to lines starting
3103         with a colon.
3105 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3107         * org-exp.el (org-export-preprocess-string): Move the preprocess
3108         hook to after turning on Org-mode.
3109         (org-export-preprocess-after-include-files-hook)
3110         (org-export-preprocess-after-tree-selection-hook)
3111         (org-export-preprocess-before-backend-specifics-hook)
3112         (org-export-preprocess-final-hook): New hooks.
3113         (org-export-preprocess-string): Run the new hooks.
3115         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3117         * org-footnote.el: New file.
3119         * org.el (org-footnote): Require footnote code.
3120         (org-startup-options): Add new footnote options.
3121         (org-mode-map): New keybindig for footnotes.
3122         (org-ctrl-c-ctrl-c): Add function at footnotes.
3123         (org-org-menu): New menu entries for footnotes.
3125         * org-export-latex.el (org-export-as-latex): Pass footnote
3126         variable to preprocessor.
3127         (org-export-latex-preprocess): Treat multiple references to a
3128         footnote.
3130         * org-exp.el (org-export-preprocess-string): Call
3131         `org-footnote-normalize'.
3132         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3133         to preprocessor.
3134         (org-export-as-html): Treat multiple references to a footnote.
3136 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3138         * org-export-latex.el (org-export-latex-links): Handle coderef
3139         links.
3141         * org.el (org-bracket-link-analytic-regexp++): New variable.
3142         (org-make-link-regexps): Initialize
3143         `org-bracket-link-analytic-regexp++'.
3144         (org-store-link): Implement special case in edit-src buffer.
3145         (org-insert-link): No use of ide to insert stored links.
3146         (org-link-search): Implement special case for coderefs.
3148         * org-exp.el (org-export-html-scripts): New constant.
3149         (org-export-html-style-default): Add a new style for highlighted
3150         code.
3151         (org-export-code-refs): New variable.
3152         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3153         Call `org-export-replace-src-segments-and-examples'
3154         No longer call `org-export-protect-examples'.
3155         (org-export-target-internal-links): Take care of coderef targets.
3156         (org-export-last-code-line-counter-value): New variable.
3157         (org-export-replace-src-segments-and-examples): Renamed from
3158         `org-export-replace-src-segments', and modified.
3159         (org-export-format-source-code-or-example): Renamed from
3160         `org-export-format-source-code'.
3161         (org-export-number-lines): New function.
3162         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3164 --------------------------------------------------------------------------
3166 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3168         * org-remember.el (org-remember-handler): Safer way to get a new
3169         buffer accessing the target file.
3171         * org.el (org-refile-get-location): Handle case of current buffer
3172         not having a file associated with it.
3174 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3176         * org-table.el (org-table-get-formula): Only ask to overwrite
3177         field formula if there really is one.
3179         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3180         number, by converting these to a string.
3182         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3183         located in a different file.
3185         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3186         org-colview.el.
3188 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3190         * org.el (org-completion-use-ido): Enhance docstring of
3191         `org-completion-use-ido'.
3193         * org-export-latex.el (org-export-latex-make-header): Double the %
3194         in the time stamp format.
3195         (org-export-latex-special-chars): Handle case where there is no
3196         match group 3.
3198 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3200         * org.el (org-get-refile-targets, org-refile-get-location): Use
3201         expanded file name to improve comparison.
3203 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3205         * org.el (org-scan-tags): Rescan for tags, to get the correct
3206         upcase/downcase stuff.  This slows things down for now, but it
3207         works.
3208         (org-mode): Make sure the tag-faces regexp is initialized.
3210         * org-export-latex.el (org-export-latex-links): Fix bug with
3211         undefined label.
3213         * org-table.el (org-table-get-specials): Set
3214         `org-table-current-last-data-line'.
3215         (org-table-current-last-data-line): New variable.
3216         (org-table-insert-column, org-table-delete-column)
3217         (org-table-move-column, org-table-fix-formulas): Call
3218         `org-table-fix-formulas' a second time to fix the $LR references.
3219         (org-table-get-specials): Add the $LR references to the tables.
3220         (org-table-get-formula): Do not offer last-row names as LHS of
3221         formulas.
3223         * org.el (org-store-link): Capture link description from
3224         `org-id-store-link'.
3226         * org-exp.el (org-export-html-format-image): Add the / to the end
3227         of the <img> tag.
3228         (org-export-format-source-code): Surround example by empty lines,
3229         to make sure it will not be inside a paragraph.
3231         * org.el (org-ido-switchb): New function.
3233 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3235         * org-agenda.el (org-agenda-show): New prefix argument
3236         FULL-ENTRY.
3238         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3239         argument.
3241         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3242         `org-agenda-change-all-lines'.
3243         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3244         tags are now retrieved locally.
3246 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3248         * org.el (org-get-outline-path): Fix bug if level is not given.
3249         (org-org-menu): Do not quote function in menu vector.
3251         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3252         name.
3254 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3256         * org.el (org-refile): Avoid refiling to within the region to be
3257         refiled.
3259         * org-export-latex.el (org-export-latex-special-chars): Replace
3260         special characters also in tables.
3262         * org-agenda.el (org-agenda-change-all-lines): New argument
3263         FORCE-TAGS.
3264         (org-agenda-set-tags): Cet the new tags and pass them to
3265         `org-format-agenda-item'.
3267 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3269         * org-export-latex.el (org-export-latex-classes): Add longable as
3270         a default package to all classes.
3271         (org-export-latex-tables): Handle the longtable attribute and the
3272         align attribute.
3274         * org-table.el (orgtbl-to-generic): Handle tables that start with
3275         a hline.
3277         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3278         \verb for colde-like snippets.
3279         (org-export-as-latex): Fix issues with region export.
3281         * org.el (org-up-heading-safe): Speed up function by using a
3282         direct regexp search.
3283         (org-olpa): New variable.
3284         (org-get-outline-path): Speed-up path constructions in cases where
3285         this is possible because the entire hierarchy is scanned anyway.
3286         (org-refile-get-location): Don't compare the truenames of files,
3287         this is too slow.
3288         (org-goto-max-level): New option.
3289         (org-goto): Use `org-goto-max-level'.
3291 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3293         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3294         Strip angle brackets from message-ids in the former and don't do
3295         it in the latter.
3296         (org-gnus-follow-link): Open summary reliable, even if the last
3297         messages were deleted, and handle empty groups, too.
3299 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3301         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3302         instead of \texttt for the =...= and ~===~ emphasis environments.
3303         (org-export-as-latex): Remove any old :org-license-to-kill text
3304         properties.
3305         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3306         (org-export-latex-make-header): Add some hard space after the
3307         table of contents.
3308         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3309         exported text so that it will be excuded in further steps.
3311         * org-table.el (org-table-get-specials): Make @0 reference the
3312         last line in a table.
3313         (org-table-recalculate): Improve docstring.
3315 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3317         * org.el (org-log-done): Fix docstring.
3319 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3321         * org-exp.el (org-export-html-format-image): Fix bugs.
3323         * org-export-latex.el (org-export-latex-tables)
3324         (org-export-latex-links): Implement attribute, label, and caption
3325         handling.
3327         * org-exp.el (org-export-html-style-default): Add style
3328         definitions for the figure div.
3329         (org-export-preprocess-string, org-export-as-html): Implement
3330         attribute, label, and caption handling.
3331         (org-export-attach-captions-and-attributes): New function.
3332         (org-export-html-format-image): New function.
3333         (org-format-org-table-html): Implement attribute, label, and
3334         caption handling.
3336         * org.el (org-find-text-property-in-string): New function.
3337         (org-extract-attributes): Use the property org-attr instead of
3338         org-attrobutes, because this property is now set with the #+ATTR
3339         lines.
3341 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3343         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3344         the case that FROM is nil.
3346         * org.el (org-before-first-heading-p): New function.
3348 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3350         * org-exp.el (org-export-as-html): Do not add a space before
3351         enforces line breaks.
3352         (org-export-as-html): Close paragraph before blockquote and verse
3353         tags.
3355 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3357         * org-id.el (org-id-locations-file): Wrap file name with
3358         `convert-standard-filename'.
3359         (org-id-files): New variable.
3360         (org-id-use-hash): New option.
3361         (org-id-update-id-locations): Also search in all files current
3362         listed in `org-id-files'.  Convert the resulting alist to a hash
3363         if the user customation says so.
3364         (org-id-locations-save): Handle he case if `org-id-locations' is a
3365         hash.
3366         (org-id-locations-load): Convert the alist to a hash.
3367         (org-id-add-location): Handle the hast case.
3368         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3369         exited.
3370         (org-id-hash-to-alist, org-id-alist-to-hash)
3371         (org-id-paste-tracker): New functions.
3373 -------------------------------------------------------------------------
3375 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3377         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3378         bindings of calendar variables.
3380         * org-table.el (org-table-find-row-type): Renamed from
3381         `org-find-row-type'.
3382         (org-table-rewrite-old-row-references): Renamed from
3383         `org-rewrite-old-row-references'.
3384         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3385         (org-table-cleanup-narrow-column-properties): Renamed from
3386         `org-cleanup-narrow-column-properties'.
3388 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3390         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3391         for better error messages.
3392         (org-table-get-descriptor-line): Supply the new arguments to
3393         `org-find-row-type'.
3394         (org-table-error-on-row-ref-crossing-hline): New option.
3396         * org.el (org-target-link-regexp): Make buffer-local.
3397         (org-move-subtree-down): Fix bug with trees at beginning of
3398         buffer.
3400 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3402         * org-faces.el (org-set-tag-faces): New function.
3403         (org-tags-special-faces-re): New variable.
3405         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3407         * org-faces.el (org-tag-faces): New option.
3408         (org-tag): Mention `org-tag-faces' in the docstring.
3410 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3412         * org-exp.el (org-export-html-style-default): Implement new
3413         quoting.
3415         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3417         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3418         command to the `w3m-minor-mode-map'.
3420         * org-archive.el (org-archive-to-archive-sibling): Protect
3421         `this-command' to avoid appending kills during archiving.
3423         * org-exp.el (org-export-with-priority): New variable.
3424         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3425         instead of internal list of strings and properties.
3426         (org-print-icalendar-entries): Retrieve the location property with
3427         inheritance.
3429 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3431         * org-exp.el (org-export-with-todo-keywords): New option.
3432         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3433         line.
3434         (org-default-export-plist, org-export-add-options-to-plist)
3435         (org-export-as-ascii, org-export-as-html): Use the new structure
3436         of `org-export-plist-vars'.
3438         * org.el (org-map-entries): Return all values.
3440 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3442         * org.el (org-matcher-time): Recognize more special values.
3444         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3446 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3448         * org.el (org-tags-exclude-from-inheritance): New option.
3449         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3450         `org-tags-exclude-from-inheritance'.
3452         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3453         (org-format-agenda-item): Add inherited tags to the agenda line
3454         string, and make sure that properties are kept when downcasing the
3455         tags list.
3456         (org-agenda-add-inherited-tags): New function.
3457         (org-downcase-keep-props): New function.
3459         * org.el (org-scan-tags): Mark inherited tags with a text
3460         property.
3461         (org-get-tags-at): Mark inherited tags with a text property.
3462         (org-add-prop-inherited): New function.
3464         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3465         (org-agenda-show-inherited-tags): New option.
3467 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3469         * org.el (org-modules): Add org-w3m to the default modules.
3471         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3472         orgtbl-mode.
3473         (orgtabl-create-or-convert-from-region): New command.
3475         * org-exp.el (org-export-as-ascii): Remove the handling of
3476         targets.
3477         (org-export-ascii-preprocess): Handle targets already in this
3478         function.
3480 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3482         * org-timer.el (org-timer-start-time): Define this variable.
3483         (org-timer-item): Make argument optional.
3485         * org-list.el (org-insert-item): Automatically insert a timer item
3486         if the current list is a timer list.
3488         * org-timer.el: New file.
3490         * org-publish.el (org-publish-org-index): Only exclude the index
3491         file in the main directory from being added to the site-map.
3492         (org-publish-get-project-from-filename): If the current project is
3493         a component, start publishing from the parent project.
3495 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3497         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3499         * org-publish.el (org-publish-org-index): Improve removal of
3500         temporary buffers.
3502         * org-agenda.el (org-get-closed): Re-apply changes
3503         accidentially overwritten by last commit to Emacs.
3505         * org.el (org-outline-path-complete-in-steps): New option.
3506         (org-refile-get-location): Honor
3507         `org-outline-path-complete-in-steps'.
3508         (org-agenda-change-all-lines, org-tags-sparse-tree)
3509         (org-time-string-to-absolute, org-small-year-to-year)
3510         (org-link-escape): Re-apply changes accidentially overwritten
3511         by last commit to Emacs.
3513 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3515         * org-clock.el (org-dblock-write:clocktable): Make sure the
3516         clocktable sees the first line.
3517         (org-clock-in): Warn if the clock cannot be resumed.
3519 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3521         * org.el (org-open-at-point): Fix mixup about interactive and
3522         non-interactive elisp links.
3524 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3526         * org-exp.el (org-export-preprocess-string): Allow one comment
3527         line before the first headline to always be included.  This is
3528         to not miss a commented target.
3530         * org-mouse.el (org-mouse-insert-item): Call
3531         `org-indent-to-column' instead of `indent-to', for XEmacs
3532         compatibility.
3534         * org.el (org-refile-targets): Fix customize definition so
3535         that it works also in XEmacs.
3536         (org-fixup-indentation): Call `org-indent-to-column' instead
3537         of `indent-to', for XEmacs compatibility.
3539 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3541         * org-mew.el (org-mew-store-link): Get the correct case folder
3542         for refiled messages.
3544 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3546         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3547         line break indicators.
3549         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3550         ido-completion propts.
3552 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3554         * org-remember.el (org-remember-apply-template): Use
3555         `org-substring-no-properties'.
3557         * org-compat.el (org-substring-no-properties): New function.
3559         * org-remember.el (org-remember-apply-template): Use
3560         `org-substring-no-properties' for compatibility.
3562         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3563         option.
3564         (org-fix-bullet-type): respect
3565         `org-list-two-spaces-after-bullet-regexp'.
3567         * org-clock.el (org-clock-load): Clean up the code.
3569         * org.el (org-adaptive-fill-function): Allow two spaces after
3570         "1." as a list bullet.
3572 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3574         * org-clock.el (org-clock-save, org-clock-load): Check for
3575         live buffers, existing files, and buffer file names to ensure
3576         consistent information.
3577         (org-clock-persist): Make `clock' a special value of this
3578         variable, and improve docstring.
3580         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3581         (org-get-string-indentation): Adapt indentation when the bullet
3582         width changes.
3584 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3586         * org-remember.el (org-remember-finalize): Make interactive.
3587         (org-remember-kill): New command.
3588         (org-remember-finish-immediately): Call `org-remember-finalize'
3589         directly.
3590         (org-remember-finalize): Make `org-remember-finalize' an interactive
3591         function.
3593 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3595         * org-remember.el (org-remember-apply-template): No ido completion
3596         for free prompts in remember templates.
3597         (org-remember-before-finalize-hook): New hook.
3598         (org-remember-mode): New minor mode.
3599         (org-remember-apply-template): Turn on `org-remember-mode'.
3601         * org-id.el (org-id-add-location): Avoid error when no file is
3602         given.
3604         * org-remember.el (org-remember-apply-template): Fix the way how
3605         the list of allowed properties is retrieved from the target file.
3607         * org.el (org-insert-link): Improve file link matching.
3609 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3611         * org-colview.el (org-columns-display-here): New argument
3612         DATELINE, to trigger using the new face.
3613         (org-agenda-colview-summarize): Call `org-columns-display-here'
3614         with the new argument.
3616         * org-faces.el (org-agenda-column-dateline): New face.
3618         * org-publish.el (org-publish-org-index): Use index-title at page
3619         title, not as section.
3621         * org-exp.el (org-export-html-format-desc): Respect the
3622         org-protect property.
3623         (org-export-as-html): Protect image specifiers that are in the
3624         description part of a link.
3626         * org.el (org-sort-entries-or-items, org-completing-read)
3627         (org-refile-get-location, org-olpath-completing-read, org-todo)
3628         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3629         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3630         (org-set-property, org-delete-property)
3631         (org-delete-property-globally): Use `org-ido-completing-read'.
3633         * org-remember.el (org-remember-apply-template): Use
3634         `org-ido-completing-read'.
3636         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3638         * org-colview.el (org-columns-edit-value, org-columns-new)
3639         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3641         * org-colview-xemacs.el (org-columns-edit-value)
3642         (org-columns-new, org-insert-columns-dblock): Use
3643         `org-ido-completing-read'.
3645         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3646         `org-ido-completing-read'.
3648         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3649         `org-ido-completing-read'.
3651         * org.el (org-time-today): New function.
3652         (org-matcher-time): Use `org-time-today'.  Add special treatment
3653         for "<tomorrow>" and "<yesterday>".
3654         (org-ido-completing-read): New function.
3655         (org-completion-use-ido): New option.
3657         * org-exp.el (org-export-format-source-code): Fix bug in require
3658         htmlize code.
3659         (org-export-target-internal-links): Fix bug in search for text
3660         property.
3662 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3664         * org-export-latex.el (org-export-latex-subcontent): Interprete
3665         target aliases as additonal labels.
3667         * org-exp.el (org-export-target-aliases): New variable.
3668         (org-export-preprocess-string)
3669         (org-export-handle-invisible-targets): Fill the alias alist.
3670         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3671         assign an id.
3672         (org-html-level-start): Insert the target aliases as additonal
3673         anchors.
3675         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3676         picture area.
3678 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3680         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3681         when following a link with the mouse from the agenda.
3683         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3684         headlines are created.
3686 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3688         * org-exp.el (org-export-preprocess-string): Reorder so that we
3689         can still see ID properties when we collect targets.
3690         (org-export-target-internal-links): Also store targets for ID's.
3692         * org.el (org-link-translation-function): New option.
3693         (org-open-at-point): Call `org-link-translation-function' if
3694         non-nil.
3695         (org-translate-link): New function.
3696         (org-translate-link-from-planner): New function.
3697         (org-open-at-point): Allow interactive commands in elisp links.
3699         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3700         iCalendar quoting.  The new one seems to caus problems with
3701         applications.
3703         * org.el (org-yank): Set `this-command' to `yank', so that
3704         `yank-pop' will work.
3706 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org-id.el (org-id-search-archives): New option.
3710         * org.el (org-link-to-org-use-id): New option.
3711         (org-store-link): Use `org-link-to-org-use-id'.
3712         (org-id): Make org-id.el a standard component.
3714 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3716         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3717         hexified version of the tag.
3719         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3720         compliance as far as quoting is concerned.
3722         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3724         * org.el (org-up-heading-safe, org-forward-same-level): Always
3725         call `org-back-to-heading' instead of `outline-back-to-heading'.
3726         (org-back-to-heading): New wrapper around outline-back-to-heading,
3727         with a useful error message telling where the error happened.
3729         * org-list.el (org-update-checkbox-count): Always call
3730         `org-back-to-heading' instead of `outline-back-to-heading'.
3732         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3733         has an `alt' attribute, to ensure XHTML validation.
3735 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3737         * org-publish.el (org-publish-attachment): Allow publishing to
3738         overwrite attachment files.
3740         * org-agenda.el (org-agenda-timerange-leaders): New option.
3741         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3743         * org.el (org-edit-src-exit): Untabify ASCII image before
3744         returning.
3757 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3759         * org.el (org-yank): Make any prefix force normal yanking.
3760         Suppress folding if text would be swallowed into a folded
3761         subtree.
3762         (org-yank-folded-subtrees, org-yank): Docstring updates.
3764         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3765         defined as 0.
3767         * org-exp.el (org-export-language-setup): Add Catalan and
3768         Esperanto language entries.
3770 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3772         * org.el (org-refile): Allow refiling of entire regions.
3774         * org-clock.el (org-clock-time%): New function.
3776         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3777         retrieve property values.
3779 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3781         * org-agenda.el (org-agenda-list): Handle the value `only' of
3782         org-agenda-show-log'.
3783         (org-agenda-log-mode): Interpret a double prefix arg.
3785 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3787         * org-exp.el (org-export-html-footnotes-section): New variable.
3788         (org-export-as-html): Use `org-export-html-footnotes-section' to
3789         insert the footnotes.
3790         (org-export-language-setup): Add "Footnotes" to language words.
3792 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3794         * org.el (org-yank): Fix bug when not inserting a subtree.
3796 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3798         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3799         instead of `vm-beginning-of-message'.
3801         * org.el (org-make-link-regexps): Make sure that links to gnus can
3802         contain brackets.
3804 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3806         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3807         code.
3809         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3810         shell output.
3812         * org.el (org-link-abbrev-alist): Improve customization type.
3814         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3815         functions.
3817         * org-agenda.el (org-agenda-get-progress): Renamed from
3818         `org-get-closed'.  Implement searching for state changes as well.
3819         (org-agenda-log-mode-items): New option.
3820         (org-agenda-log-mode): New option prefix argument, interpreted as
3821         request to show all possible progress info.
3822         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3823         `org-get-closed'.
3824         (org-agenda-set-mode-name): Handle the more complex log mode
3825         settings.
3826         (org-get-closed): New alias, pointing to `org-get-progress'.
3828 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3830         * org.el (org-file-apps-defaults-gnu)
3831         (org-file-apps-defaults-macosx)
3832         (org-file-apps-defaults-windowsnt): Add an entry defining the
3833         system command.
3834         (org-file-apps): Allow `system' as key and value.
3835         (org-open-at-point): Explain the effect of a double prefix arg.
3836         (org-open-file): If the argument `in-emacs' is (16),
3837         i.e. corresponding to a double prefix argument, try to open the
3838         file externally.
3840 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3842         * org.el (org-insert-link): Abbreviate absolute files names in
3843         links.  Also, fix a bug in which the double C-u prefix would not
3844         be honored.
3846 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3848         * org.el (org-insert-heading): If buffer does not end with a
3849         newline, add one if necessary to insert headline correctly.
3851         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3852         paragraphs, not inside.
3854         * org.el (org-todo): Quote
3855         `org-agenda-headline-snapshot-before-repeat'.
3857         * org-exp.el (org-export-as-html): Fully process link descriptions.
3858         (org-export-html-format-desc): New function.
3859         (org-export-as-html): Collect footnotes into the correct basket.
3860         (org-html-protect): No longer protect quotations marks here, this
3861         goes wrong.
3863         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3864         BEG.
3866         * org-compat.el (org-fit-window-to-buffer): New function (not
3867         really, a preliminary and incomplete version was present earlier,
3868         but not used).
3870         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3871         `org-fit-window-to-buffer'.
3873         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3875         * org-agenda.el (org-agenda-get-restriction-and-command)
3876         (org-fit-agenda-window, org-agenda-convert-date): Use
3877         `org-fit-window-to-buffer'.
3879         * org-exp.el (org-export-as-html): Process href links through
3880         `org-export-html-format-href'.
3881         (org-export-html-format-href): New function.
3883         * org-agenda.el (org-agenda-todo): Update only the current
3884         headline if this is a repeated TODO, marked done for today.
3885         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3886         only the current line.
3888         * org.el (org-todo): Take a snapshot of the headline if the
3889         repeater might change it.
3891 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3893         * org-publish.el (org-publish-find-title): Remove buffers visited
3894         only for extracting the title.
3896         * org-exp.el (org-export-html-style)
3897         (org-export-html-style-default): Mark style definitions as
3898         unparsed CDATA.
3900         * org-publish.el (org-publish-validate-link): Function
3901         re-introduced.
3903 2008-11-02  Charles Sebold  <csebold@gmail.com>
3905         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3906         property.
3907         (org-plot-quote-timestamp-field): New function.
3908         (org-plot-quote-tsv-field): Call timestamp field function when
3909         necessary rather than just quoting as a string.
3910         (org-plot/gnuplot-to-data): Pass in timefmt property.
3911         (org-plot/gnuplot-script): Supports timefmt property.
3912         (org-plot/gnuplot): Checks for timestamp column before checking
3913         for text index column.
3915 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3917         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3919         * org-publish.el (org-publish-org-index): Create a section in the
3920         index file.
3921         (org-publish-org-index): Stop linking to directories.
3923         * org.el (org-emphasis-alist): Use span instead of <u> to
3924         underline text.
3926         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3927         <pre> sections.
3929 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3931         * org-jsinfo.el (org-infojs-template): Remove language attribute
3932         from script tag.
3934 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3936         * org-agenda.el (org-agenda-remove-marked-text): New function.
3937         (org-agenda-mark-filtered-text)
3938         (org-agenda-unmark-filtered-text): New functions.
3939         (org-write-agenda): Remove fltered text.
3941         * org.el (org-make-tags-matcher): Give access to TODO "property"
3942         without speed penalty.
3944 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3946         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3947         option.
3948         (org-store-link-props): Make sure adding to the plist works
3949         correctly.
3951         * org-gnus.el (org-gnus-no-new-news): New function.
3952         (org-gnus-follow-link): Allow the article ID to be a message-id,
3953         in addition to allowing article numbers.  Message IDs make much
3954         more roubust links.
3955         (org-gnus-store-link): Use message-id to create link.
3957 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3959         * org.el (org-emphasize): Reverse the selection array.
3960         (org-emphasis-alist): Set <code> tags for the verbatim
3961         environment.
3963         * org-remember.el (org-remember-handler): Fix bug with
3964         prefix-related changing of the note storage target.
3966         * org-exp.el (org-print-icalendar-entries): Make the exported
3967         priorities compatible with RFC 2445.
3969         * org-clock.el (org-clock-save): Insert time stamp without
3970         dependence on time-stamp.el.
3972 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3974         * org.el ("saveplace"): If saveplace puts point into an invisible
3975         location, make it visible.
3976         (org-make-tags-matcher): Allow inactive time stamps in time
3977         comparisons.
3978         (org-yank-adjusted-subtrees): New option.
3979         (org-yank): Incorporate adjusting trees.
3980         (org-paste-subtree): New argument FOR-YANK which will cause
3981         insertion at point without backing up over white lines, and leave
3982         point at the end of the inserted text.  Also if the cursor is
3983         at the beginning of a headline, use the same level or the inserted
3984         tree.
3986         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3987         with broken symlinks
3989 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3991         * org-exp.el (org-export-select-tags, org-get-current-options):
3992         Fix typo.
3994 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3996         * org-agenda.el (org-format-agenda-item)
3997         (org-agenda-filter-make-matcher): Make sure tags are stored and
3998         compared donwcased.
4000 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4002         * org.el (org-insert-todo-heading): Fix bug with force-heading
4003         argument.
4005 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4007         * org-clock.el (org-clock-in-resume): Add a custom option to
4008         toggle starting the clock from an open clock line.
4009         (org-clock-in): When clocking in to an entry, if
4010         `org-clock-in-resume' is set, check if the first clock line is
4011         open and if so, start the clock from the time in the clock line.
4012         (org-clock-persist): Add a custom option to toggle clock
4013         persistence.
4014         (org-clock-persist-query-save): Add a custom option to toggle
4015         asking the user if they want to save the running clock when
4016         exiting.
4017         (org-clock-persist-query-resume): Add a custom option to toggle
4018         asking the user if they want to resume the saved clock when Emacs
4019         is restarted.
4020         (org-clock-save): Add a function to save clock data.
4021         This includes the contents of `org-clock-history' and the buffer
4022         and position of the currently clocked task, if any.
4023         (org-clock-load): Add a function to load clock data.
4024         This populates `org-clock-history', and resumes the saved clocked
4025         task if there is one.
4026         (org-clock-persistence-insinuate): Add a method to set up the
4027         hooks for clock persistence.
4029 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4031         * org-exp.el (org-export-as-ascii): Handle the case that we are
4032         publishing from an indirect buffer.
4034         * org-table.el (org-table-copy-down): Fix bug with time stamp
4035         increment.
4037         * org-mouse.el (org-mouse-features): New option.
4038         (org-mode-hook): Turn on features depending on
4039         `org-mouse-features'.
4041         * org.el (org-insert-heading-respect-content): Force heading
4042         creation.
4043         (org-insert-heading): keep the folding state of the heading before
4044         the inserted one.
4046 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4048         * org-archive.el (org-archive-to-archive-sibling): Handle top
4049         level headlines better.
4051 2008-10-21  Bastien Guerry  <bzg@altern.org>
4053         * org-export-latex.el (org-export-latex-classes): Added
4054         \usepackage{graphicx} to the default list of packages.
4056 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4058         * org-agenda.el (org-agenda-filter): Renamed from
4059         `org-agenda-filter-tags'.
4061 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4063         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4064         is not defined as a property in this entry.
4065         (org-add-log-note): Mask prefix argument when immediately storing
4066         the note.
4068         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4069         option.
4071 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4073         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4074         after drawers was skipping ahead one line too many, so notes were
4075         inserted after the first note instead of before it.
4077 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4079         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4080         New variables.
4081         (org-prepare-agenda): Reset the filter tags.
4082         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4083         Show filter tags in mode line.
4085         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4086         formatter.
4088         * org-export-latex.el (org-latex-entities-regexp): New constant.
4089         (org-export-as-pdf): Use two calls to `shell-command'.
4091 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4093         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4094         Honor the {} value of the subsuperscript setting.  Make sure that
4095         longer subsuperscripts are typeset in a roman font.
4097         * org.el (org-clock-update-time-maybe): Compute negative clock
4098         intervals correctly.
4100 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4102         * org.el (org-add-log-setup): Respect
4103         `org-log-state-notes-insert-after-drawers'.
4104         (org-log-state-notes-insert-after-drawers): New option.
4105         (org-todo-trigger-tag-changes): New function.
4106         (org-todo): Call `org-todo-trigger-tag-changes'.
4108 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4110         * org.el (org-add-log-setup): Only skip drawers if the are
4111         immediately after the scheduling keywords.
4113         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4114         function
4115         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4116         call it with the current todo state to get the state to switch to
4117         when clocking in.
4118         (org-clock-in): Use org-indent-line-function to indent clock lines.
4119         (org-clock-find-position): Fix indentation of empty clock drawers.
4121 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4123         * org-publish.el (org-publish-org-to): Handle case when
4124         org-export-to-pdf does return a file name, not a buffer.
4125         (org-publish-org-to-pdf): New function.
4127         * org-export-latex.el (org-export-as-pdf)
4128         (org-export-as-pdf-and-open): New commands.
4130         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4131         forms as ranges.
4133         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4134         things in protexted regions.
4136 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4138         * org-export-latex.el (org-export-latex-preprocess): Improve
4139         quoting of LaTeX environments.
4141 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4143         * org.el (org-edit-fixed-width-region): Exclude final newline from
4144         picture area.
4146         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4147         sections, to make internal links work.
4148         (org-export-latex-fontify-headline): Do not remove all text
4149         properties, to make sure that target properties survive this
4150         process.
4152         * org-exp.el (org-export-preprocess-string): Change sequence of
4153         modifications, to make sure links are prepared before the LaTeX
4154         conversions do happen.
4156 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4158         * org-attach.el (org-attach-delete-all): Renamed from
4159         `org-attch-delete'.  Add a security query before deleting the
4160         entire directory.  New optional argument FORCE can overrule the
4161         security query.
4162         (org-attach-delete-one): New command.
4164 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4166         * org-attach.el (org-attach-file-list): Fix bug with directory.
4168 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4170         * org.el (org-apps-regexp-alist): New function.
4171         (org-file-apps): Add auto-mode to the default value.
4172         (org-open-file): Use the new structure of org-file-apps.
4174         * org-attach.el (org-attach): Support the new keys.
4175         (org-attach-method): New option.
4177 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4179         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4180         March.
4182         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4183         of the list value o `org-use-tag-inheritance'.
4185         * org-attach.el (org-attach-auto-tag): New option.
4186         (org-attach-tag, org-attach-untag): New functions.
4187         (org-attach-attach, org-attach-new, org-attach-sync): Call
4188         `org-attach-tag'.
4189         (org-attach-delete): Call `org-attach-untag'.
4191 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4193         * org-table.el (orgtbl-self-insert-command): Make this work for
4194         the keypad as well.
4196 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4198         * org.el (org-add-log-setup): Limit searc for drawers to entry
4199         text, not to subtree.
4201         * org-clock.el (org-clock-heading-for-remember): New variable.
4202         (org-clock-in): Set `org-clock-heading-for-remember'.
4204 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4206         * org-remember.el (org-remember-apply-template): Add new
4207         expansions: %k, %K for currently clocked task and a link to the
4208         currently clocked task, and %< to file notes in the currently
4209         clocked task.
4211 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4213         * org-export-latex.el (org-export-latex-make-header): Also insert
4214         the content of the property :latex-header-extra.
4216         * org-exp.el (org-infile-export-plist): Put the content of
4217         #+LATEX_HEADER: into the property :latex-header-extra.
4219         * org-colview.el (org-columns-get-format-and-top-level): Remove
4220         resetting the marker.
4222         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4223         Remove resetting the marker.
4225         * org.el (org-entry-property-inherited-from): Improve docstring.
4226         (org-entry-get-with-inheritance): Reset marker before starting the
4227         search.
4229         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4231 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4233         * org.el (org-entry-get-multivalued-property)
4234         (org-entry-protect-space, org-entry-restore-space): New
4235         functions.
4236         (org-file-apps-defaults-macosx): Let postscript files be opened by
4237         preview.
4238         (org-time-stamp-inactive): Call `org-time-stamp'.
4239         (org-time-stamp): New argument `inactive'.  Also edit inacive
4240         stamps. Convert time stamp type.
4241         (org-open-file): Interpret the `default' value for the `command'
4242         in `org-file-apps'.
4244         * org-id.el (org-id-int-to-b36-one-digit)
4245         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4246         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4247         b36.
4249 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4251         * org-id.el (org-id-reverse-string): New function.
4252         (org-id-new): Use `org-id-reverse-string' to make sure the
4253         beginning chars of the ID are mutating fast.  This allows to use a
4254         directory structure to spread things better.
4255         (org-id-prefix): Changed default to nil.
4257         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4258         restore the column of the cursor position.
4260         * org-remember.el (org-remember-apply-template): Remove properties
4261         from `initial'.
4263 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4265         * org-wl.el (org-wl-open): Remove useless call to
4266         `wl-thread-open-all'.
4268         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4269         location.
4271 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4273         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4274         `org-bbdb-anniversaries'.
4276         * org.el (org-get-next-sibling, org-forward-same-level): New
4277         functions, similar to the outline versions, but invisible headings
4278         are OK.
4280 2008-09-25  Bastien Guerry  <bzg@altern.org>
4282         * org.el (org-auto-repeat-maybe): Insert a space between
4283         the timestamp's type and the timestamp itself.
4285 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4287         * org-table.el (org-table-sum): Do not format the result with %g,
4288         it does rounding when there are too many digits.
4290         * org.el (org-map-entries): Protect the keyword-selecting variables.
4292 2008-09-23  Bastien Guerry  <bzg@altern.org>
4294         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4295         against all agenda files.
4297 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4299         * org-list.el: New file, aggregating list functions from org.el
4300         and org-export-latex.el.
4302         * org.el (org-edit-src-region-extra): New option.
4304 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4306         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4307         time before 1am.
4309 2008-09-22  Bastien Guerry  <bzg@altern.org>
4311         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4313 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4315         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4316         hline work correctly.
4317         (org-plot/gnuplot-script): Put commas at the end of each script
4318         line.
4320 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4322         * org.el (org-get-refile-targets): Replace links with their
4323         descriptions
4324         (org-imenu-get-tree): Replace links with their descriptions.
4326         * org-remember.el (org-remember-apply-template): Add a new
4327         expansion for adding properties to remember items.
4329         * org.el (org-add-log-setup): Skip over drawers (properties,
4330         clocks etc) when adding notes.
4332         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4333         items as well as the start and end times.
4335         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4336         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4338         * org-remember.el (org-get-x-clipboard): Use the compat
4339         function to get clipboard values when x-selection-value is
4340         unavailable. Use substring-no-properties instead of
4341         set-text-properties to remove text properties from the clipboard
4342         value.
4344         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4345         modeline clock string, and display the full todo value in the
4346         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4347         the currently clocked task.
4348         (org-clock-string-limit): Add a custom value for the maximum
4349         length of the clock string in the modeline.
4350         (org-clock-mode-map): Add a keymap for the modeline string
4352 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4354         * org-compat.el (org-propertize): New function.
4356 2008-09-20  Bastien Guerry  <bzg@altern.org>
4358         * org-export-latex.el (org-export-latex-tables): protect exported
4359         tables from further special chars conversion.
4360         (org-export-latex-preprocess): Preserve LaTeX environments.
4361         (org-list-parse-list): Parse descriptive lists.
4362         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4363         (org-list-to-texinfo): Export descriptive lists.
4364         (org-quote-chars): Remove.
4365         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4366         (org-export-latex-list-beginning-re): Rename to
4367         `org-list-beginning-re'
4368         (org-list-item-begin): Rename to `org-list-item-beginning'
4370 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4372         * org.el (org-refile): Allow refiling to the last entry in the
4373         buffer.
4374         (org-get-tags-at): Fix bug when inheritance is turned off.
4376 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4378         * org.el (org-indent-line-function): No longer check for src
4379         regions, this is too much overhead.
4381         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4382         matching.
4384         * org.el (org-scan-tags): Make sure that tags matching is not case
4385         sensitive.  TODO keyword matching is case sensitive, however, to
4386         avoid confusion with similar words that are not meant to be
4387         keywords.
4389 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4391         * org.el (org-get-local-tags-at): New function.
4392         (org-get-local-tags): New function.
4394         * org-exp.el (org-export-get-categories): New function.
4396         * org-agenda.el (org-sorting-choice)
4397         (org-agenda-sorting-strategy, org-agenda-get-todos)
4398         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4399         (org-agenda-get-scheduled, org-agenda-get-blocks)
4400         (org-entries-lessp): Implement sorting by TODO state.
4401         (org-cmp-todo-state): New defsubst.
4403         * org-colview.el (org-colview-construct-allowed-dates): New
4404         function.
4405         (org-columns-next-allowed-value): Use
4406         `org-colview-construct-allowed-dates'.
4408         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4409         function.
4410         (org-columns-next-allowed-value): Use
4411         `org-colview-construct-allowed-dates'.
4413 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4415         * org.el (org-protect-slash): New function.
4416         (org-get-refile-targets): Use `org-protect-slash'.
4418         * org-agenda.el (org-global-tags-completion-table): New variable.
4420         * org-exp.el (org-export-handle-export-tags): New function.
4421         (org-export-preprocess-string): Call
4422         `org-export-handle-export-tags'.
4424         * org-plot.el: New file.
4426         * org-publish.el (org-publish-expand-components): Function removed.
4427         (org-publish-expand-projects): Allow components to have components.
4429 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4431         * org.el (org-indent-line-function): Do not indent in regions that
4432         are external source code.
4433         (org-yank-and-fold-if-subtree): New function.
4435         * org-agenda.el (org-agenda-todayp): New function.
4436         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4437         `org-agenda-todayp'.
4439         * org.el (org-insert-heading-respect-content)
4440         (org-insert-todo-heading-respect-content): New commands.
4441         (org-insert-heading-respect-content): New option.
4442         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4444         * org-clock.el (org-clock-find-position): Make sure the note after
4445         the clock line gets moved into the new clock drawer.
4447 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4449         * org-id.el (org-id-new): New option.
4451 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4453         * org-table.el (org-table-copy-down): Avoid overflow during
4454         increment.  Use prefix argument 0 to temporarily disable the
4455         increment.
4457 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4459         * org-exp.el (org-export-as-html): Do not turn on the major mode
4460         if the buffer will be killed anyway.
4461         (org-get-current-options): Exclude the #+TEXT field.
4462         (org-export-as-html): Make sure text before the first headline is
4463         a paragraph.
4465         * org-publish.el (org-publish-org-to): Tell the exporter that this
4466         buffer will be killed, so it is not necessary to do major mode
4467         initialization.
4469         * org-archive.el (org-archive-to-archive-sibling): Show empty
4470         lines after folding the archive sibling.
4472         * org.el (org-log-note-extra): New variable.
4474 2008-09-05  Bastien Guerry  <bzg@altern.org>
4476         * org.el (org-additional-option-like-keywords): Added keywords for
4477         the _QUOTE, _VERSE and _SRC environments.
4479         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4480         exporting _QUOTE and _VERSE environments.
4482 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4484         * org-agenda.el (org-agenda-filter-by-tag): New command.
4486         * org-exp.el (org-get-current-options): Remove angular brackets
4487         from the date entry.
4489         * org.el (org-edit-fixed-width-region): New function.
4490         (org-edit-fixed-width-region): Also try
4491         `org-edit-fixed-width-region'.
4492         (org-edit-fixed-width-region-mode): New option.
4493         (org-activate-code): Only interprete lines starting with colon
4494         plus a space as example lines.
4496         * org-remember.el (org-remember-templates): Add nil instead of
4497         empty strings to fix the length of remember templates.
4499         * org-table.el (org-calc-default-modes): Fix the time format for
4500         calc, from 12 hour to 24 hour clock.
4502 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4504         * org-agenda.el (org-agenda-get-deadlines)
4505         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4506         entries that are pre-warnings of deadlines or reminders.
4508         * org.el (org-sort-entries-or-items): Make numeric and alpha
4509         comparisons ignore any TODO keyword and priority cookie.
4511         * org-remember.el (org-remember-handler): Reinterpretation of the
4512         prefix argument.
4514 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4516         * org-agenda.el (org-agenda-get-scheduled): Use new
4517         `org-scheduled' face.
4519         * org-faces.el (org-scheduled): New face.
4521         * org-wl.el (org-wl-open): Remove incorrect declaration.
4523         * org-gnus.el (org-gnus-store-link): Support for :to information
4524         in gnus links.
4526         * org-exp.el (org-export-as-html): Fixed typo in creator
4527         information.
4528         (org-export-protect-examples): New parameter indent.  Insert extra
4529         spaces only when this parameter is specified.
4530         (org-export-preprocess-string): Call `org-export-protect-examples'
4531         with an indentation parameter when exporting to ASCII.
4533         * org-remember.el (org-remember-templates)
4534         (org-remember-apply-template): Allow the file component to be a
4535         function.
4537         * org.el (org-goto-local-search-headings): Renamed from
4538         `org-goto-local-search-forward-headings'.  Added the possibility
4539         to search backwards.
4541 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4543         * org-export-latex.el (org-export-latex): New customization
4544         group.
4546         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4548 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4550         * org-exp.el (org-html-do-expand): Allow {} to terminate
4551         tex macro
4553 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4555         * org.el (org-buffer-list): Select buffers based on major mode,
4556         not on file name.
4558 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4560         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4561         face property.
4563         * org-colview.el (org-columns-display-here): Use
4564         `org-columns-modify-value-for-display-function'.
4566         * org-colview-xemacs.el (org-columns-display-here): Use
4567         `org-columns-modify-value-for-display-function'.
4569 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4571         * org.el (org-columns-modify-value-for-display-function): New option.
4583         * org-publish.el (org-publish-file): Make sure the directory match
4584         for the publishing directory works correctly.
4586         * org-agenda.el (org-agenda-execute-calendar-command)
4587         (org-agenda-diary-entry): Additional optional argument.
4589 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4591         * org-exp.el (org-export-as-html): Add attributes also in mailto
4592         and ftp links.
4594         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4603 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4605         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4606         sure that calls from `org-export-region-as-html' do not do the
4607         special check for a subtree.
4609 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4611         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4613 2008-07-20  Juri Linkov  <juri@jurta.org>
4615         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4616         new keymap `narrow-map' instead of binding "\C-xns".
4618 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4620         * org.el (org-open-file): Use
4621         `org-open-directory-means-index-dot-org'.
4622         (org-open-directory-means-index-dot-org): New option.
4624 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4626         * org.el (org-make-link-string): Remove link attributes from
4627         description.
4628         (org-open-at-point): Remove link attributes bevore using the path.
4630         * org-exp.el (org-export-as-html): Handle link attributes.
4632         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4634         * org-table.el (org-table-to-lisp): New function.
4636         * org.el (org-narrow-to-subtree): Do not include the final newline
4637         into the narrowed region.
4639         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4640         bug with user-define skipping condition.
4642 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4644         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4646 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4648         * org-exp.el (org-export-html-style-default): Automatic overflow
4649         handling for pre fields.
4650         (org-export-as-ascii, org-export-as-html): Change default format
4651         for time stamp.
4653         * org-table.el (org-table-export): Offer completion for translator
4654         functions, and do not require a heading above the table.
4656         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4657         Cater for the case of a list starting in the first line of the
4658         buffer.
4660 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4662         * org-publish.el (org-publish-find-title): Bug fix.
4663         (org-publish-org-index): Implement new :index-style option.
4665 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4667         * org-publish.el (org-publish-timestamp-filename): Use
4668         SHA1-encoded file names in the timestamp directory.
4670 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4672         * org-publish.el (org-publish-needed-p): Be verbose about files
4673         published and files skipped.
4675         * org-exp.el (org-export-preprocess-string): Swap link
4676         normalization and inernal link targeting.
4678         * org-publish.el (org-publish-needed-p): Create timestamp
4679         directory when it does not exist.
4681 2008-07-04  Bastien Guerry  <bzg@altern.org>
4683         * org-clock.el (org-clock-out-when-done): Doc fix.
4685         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4687         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4688         Ignore case when searching for the COMMENT cookie at export time.
4690 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4692         * org-exp.el (org-get-file-contents)
4693         (org-get-and-remove-property): New functions.
4694         (org-export-handle-include-files): Handle the new prefix options.
4695         (org-export-as-html): Fix the verse environment.
4697 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4699         * org.el (org-time=, org-time<, org-time<=, org-time>)
4700         (org-time>=, org-time<>, org-2ft): New functions.
4701         (org-op-to-function): Also provide for the time testing fucntions.
4703 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4705         * org-exp.el (org-export-html-style-default): New constant.
4707 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4709         * org-exp.el (org-export-html-style-extra): New variable.
4710         (org-export-splice-style): New function.
4712 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4714         * org-exp.el (org-export-plist-vars, org-export-as-html):
4715         Implement `org-export-creator-info'.
4716         (org-export-creator-info): New option.
4718 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4720         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4721         (org-property-drawer-re, org-clock-drawer-re): New constants.
4723 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4725         * org-exp.el (org-icalendar-use-deadline)
4726         (org-icalendar-use-scheduled): New options.
4727         (org-icalendar-include-todo): Default changed to t.
4728         (org-print-icalendar-entries): Implement better utilization of
4729         scheduling and deadline time stamps.
4730         (org-export-target-internal-links, org-export-as-html): Allow file
4731         lines without the "file:" prefix if the file path is an absolute
4732         path or starts with ".".
4734         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4735         lastweek etc.
4736         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4738 2008-06-18  Glenn Morris  <rgm@gnu.org>
4739         * org.el (org-map-entries): Let-bind `file'.
4741 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4743         * org.el (org-agenda-skip-archived-trees): Docstring now
4744         discourages using this.
4745         (org-scan-tags): Check for org-agenda-archives-mode.
4746         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4747         (org-agenda-files): Functionality of second arg changed.
4749         * org-agenda.el (org-agenda-archives-mode): New variable
4750         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4751         (org-search-view, org-todo-list, org-tags-view)
4752         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4753         `ifmode' argument.
4754         (org-agenda-quit): Reset the archives mode.
4755         (org-agenda-archives-mode): New command.
4756         (org-agenda-set-mode-name): Include archives info.
4758 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4760         * org.el (org-paste-subtree): Make sure the yanked headline is
4761         visible if it was yanked at a visible point.
4762         (org-move-item-up): Fix the bug with moving white space at the end
4763         of the item.
4764         (org-show-empty-lines-in-parent): New function.
4766 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4768         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4770         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4772         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4773         agenda prefix as well.
4775         * org-publish.el (org-publish-org-index): Make a properly indented
4776         list.
4778         * org.el (org-calendar-agenda-action-key): New option.
4779         (org-get-cursor-date): New function.
4780         (org-mark-entry-for-agenda-action): New command.
4781         (org-overriding-default-time): New variable.
4782         (org-read-date): Respect `org-overriding-default-time'.
4784         * org-remember.el (org-remember-apply-template): Respect the
4785         ovverriding default time.
4787         * org-agenda.el (org-agenda-action-marker): New variable.
4788         (org-agenda-action): New command.
4789         (org-agenda-do-action): New function.
4791 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4793         * org.el (org-schedule, org-deadline): Protect scheduled and
4794         deadline tasks against changes that accidently remove the
4795         repeater.  Also show a message with the new date when done.
4797 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4799         * org.el (org-beginning-of-line): Cater for the case when there
4800         are tags but no headline text.
4801         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4802         it set.
4804 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4806         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4807         the return value is nil instead of "nil" when there is no match.
4809         * org-exp.el (org-insert-centered): Use fill-column instead of
4810         80.
4811         (org-export-as-ascii): Use string-width to measure the width of
4812         the heading.
4814         * org.el (org-diary-to-ical-string): No longer kill buffer
4815         FROMBUF, this is now done by the caller.
4817         * org-exp.el (org-print-icalendar-entries): Move the call to
4818         `org-diary-to-ical-string' out of the loop, and kill the buffer
4819         afterwords.
4821         * org-remember.el (org-remember-visit-immediately): Position
4822         cursor after moving to the note.
4823         (org-remember-apply-template): Use a text property to record the
4824         cursor position.
4825         (org-remember-handler): Align tags after pasting the note.
4827 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4829         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4831         * org-agenda.el (org-agenda-open-link): If there is an
4832         org-bbdb-name property in the current line, jump to that bbdb
4833         entry.
4835         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4836         text property, so that the agenda knows where this entry comes
4837         from.
4839         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4840         interaction between clocking-in from the agenda, and  automatic
4841         task state switching.
4843         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4845         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4846         zmacs-region stays after this command in XEmacs.
4848 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4850         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4852         * org-remember.el (org-remember-templates): Fix bug in
4853         customization type definition.
4855         * org.el (org-map-entries): New function.
4857 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4859         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4860         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4862 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4864         * org-remember.el (org-jump-to-target-location): New variable.
4865         (org-remember-apply-template): Set
4866         `org-remember-apply-template' if requested by template.
4867         (org-remember-handler): Start an idle timer to jump to
4868         remember location.
4870         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4872         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4873         file tags.
4874         (org-get-tags-at): Add the content of `org-file-tags'.
4876         * org-exp.el (org-export-handle-comments): Fix bug with several
4877         comment lines after each other.
4878         (org-number-to-roman, org-number-to-counter): New functions.
4879         (org-export-section-number-format): New option.
4881 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4883         * org-exp.el (org-export-protect-examples): Catch the case of a
4884         missing end_example line.
4886         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4887         `org-file-tags' to nil.
4889         * org-colview.el (org-columns-next-allowed-value): Handle next
4890         argument NTH to directly select a value.
4892         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4893         argument NTH to directly select a value.
4895 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4897         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4899 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4901         * org.el (org-columns-ellipses): New option.
4903 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4905         * org-colview.el (org-columns-add-ellipses): New function.
4906         (org-columns-compact-links): New function.
4907         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4908         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4909         when in agenda.
4910         (org-columns-edit-value): Fixed bug with editing values from
4911         agenda column view.
4912         (org-columns-redo): Also redo the agenda itself.
4914 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4916         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4917         option.
4919         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4921         * org-exp.el (org-export-ascii-preprocess): Renamed from
4922         `org-export-ascii-clean-string'.
4923         (org-export-kill-licensed-text)
4924         (org-export-define-heading-targets)
4925         (org-export-handle-invisible-targets)
4926         (org-export-target-internal-links)
4927         (org-export-remove-or-extract-drawers)
4928         (org-export-remove-archived-trees)
4929         (org-export-protect-quoted-subtrees)
4930         (org-export-protect-verbatim, org-export-protect-examples)
4931         (org-export-select-backend-specific-text)
4932         (org-export-mark-blockquote-and-verse)
4933         (org-export-remove-comment-blocks-and-subtrees)
4934         (org-export-handle-comments, org-export-mark-radio-links)
4935         (org-export-remove-special-table-lines)
4936         (org-export-normalize-links)
4937         (org-export-concatenate-multiline-links)
4938         (org-export-concatenate-multiline-emphasis): New functions,
4939         obtained from spliiting the export preprocessor.
4941         * org-table.el (org-table-recalculate): Improve error message if
4942         the row number is invalid.
4944 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4946         * org-archive.el (org-archive-save-context-info): Fix bugs in
4947         customization setup and docstring.
4949         * org-exp.el (org-export-html-style): Changed the size of in the
4950         <pre> element to 90%.
4952 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4954         * org.el (org-find-src-example-start): Function removed.
4955         (org-edit-src-find-region-and-lang): New function.
4957 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4959         * org.el (org-edit-src-exit): New function.
4960         (org-exit-edit-mode): New minor mode.
4962         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4963         comment-like lines from protected examples.
4965         * org.el (org-edit-src-example, org-find-src-example-start)
4966         (org-protect-source-example, org-edit-special): New functions.
4968 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4970         * org-publish.el (org-publish-project-alist): Fix typo in
4971         docstring.
4972         (org-publish-project-alist): Handle :index-title property.
4974 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4976         * org-export-latex.el (org-export-as-latex): Make sure region
4977         bounds are correct.  Parse subtree properties relating to export.
4979         * org-exp.el (org-export-add-options-to-plist): New function.
4980         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4982 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4984         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4985         EXPORT_TITLE.
4987         * org-exp.el (org-export-get-title-from-subtree)
4988         (org-export-as-ascii, org-export-as-html): Make sure the original
4989         region-beginning and region-end are used, even after moving
4990         point.
4991         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4992         property.
4994         * org-remember.el (org-remember-last-stored-marker): New variable.
4995         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4996         (org-remember-handler): Also use marker to remember
4997         last-stored position.
4999         * org.el (org-goto-marker-or-bmk): New function.
5001 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5003         * org.el (org-file-properties): Renamed from `org-local-properties'.
5004         (org-scan-tags): Take file tags into account.
5005         (org-tags-match-list-sublevels): Default changed to t.
5007         * org-exp.el (org-export-as-html): Close paragraph after a
5008         footnote.
5010         * org.el (org-update-parent-todo-statistics): New function.
5012         * org-exp.el (org-icalendar-store-UID): New option.
5013         (org-icalendar-force-UID): Option removed.
5014         (org-print-icalendar-entries): IMplement UIDs.
5016 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5018         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5020 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5022         * org-faces.el (org-column): Document how this face is being used
5023         and why sometimes the background faces shine through.
5025         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5027         * org-publish.el (org-publish-attachment): Create publishing
5028         directory if it does not yet exist.
5030         * org-table.el (org-calc-default-modes): Change default number
5031         format to (float 8).
5033         * org.el (org-olpath-completing-read): New function.
5034         (org-time-clocksum-format): New option.
5035         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5037         * org-clock.el (org-clock-display, org-clock-out)
5038         (org-update-mode-line): Use `org-time-clocksum-format'.
5040         * org-colview-xemacs.el (org-columns-number-to-string): Use
5041         `org-time-clocksum-format'.
5043         * org-colview.el (org-columns-number-to-string): Use
5044         `org-time-clocksum-format'.
5046 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5048         * org-id.el: New file, move from contrib to core.
5050         * org-exp.el (org-icalendar-force-UID): New option.
5052 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5054         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5055         shifted by one day if theere is a date range without an end
5056         time.
5058         * org.el (org-try-structure-completion): New function.
5060 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5062         * org.el (org-set-font-lock-defaults): Improve fontification of
5063         description lists.
5064         (org-insert-item): Handle description lists.
5065         (org-adaptive-fill-function): Improve auto indentation in
5066         description lists.
5068         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5069         Implement VERSE environment.
5070         (org-export-preprocess-string): Implement the COMMENT
5071         environment.
5073         * org-export-latex.el (org-export-latex-preprocess): Implement
5074         VERSE environment.
5076 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5078         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5079         option.
5081 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5083         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5085         * org.el (org-quote-csv-field): New functions.
5087         * org-table.el (org-table-export-default-format): Remove :splice
5088         from default format, we get the same effect by not specifying
5089         :tstart and :tend.
5090         (org-table-export): Improve setup, distinguish better between
5091         interactive and non-interactive use, allow specifying the format
5092         on the fly, better protection against wrong file names.
5093         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5094         and :tend when :splice is omitted.
5096 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5098         * org-clock.el (org-clock-select-task): Make sure the selection
5099         letters are 1-9 and A-Z, no special characters.
5101 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5103         * org-exp.el (org-export-htmlize): New group.
5104         (org-export-htmlize-output-type)
5105         (org-export-htmlize-css-font-prefix): New options.
5106         (org-export-htmlize-region-for-paste): New function.
5107         (org-export-htmlize-generate-css): New command.
5109 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5111         * org/org.el (org-modules, org-format-latex-options):
5112         * org/org-archive.el (org-archive-stamp-time)
5113         (org-archive-save-context-info):
5114         * org/org-faces.el (org-hide):
5115         * org/org-irc.el (org-irc-parse-link):
5116         * org/org-macs.el (org-call-with-arg, org-autoload):
5117         * org/org-mew.el (org-mew-store-link):
5118         * org/org-remember.el (org-remember-store-without-prompt)
5119         (org-remember-templates): Fix typos in docstrings.
5121         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5123         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5124         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5125         (org-bbdb-anniv-split): Fix typos in docstrings.
5127         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5128         (org-publish-use-timestamps-flag): Reflow docstring.
5129         (org-publish-files-alist): Fix typos in docstring.
5131 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5133         * org.el (org-set-visibility-according-to-property): New function.
5134         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5135         and compute the regular expressions, and update font-lock.
5136         (org-property-re): Allow a dash in property names.
5138         * org-archive.el (org-extract-archive-file): Insert the file name
5139         without the path into the format, to allow the location format to
5140         contain a subdirectory.
5142         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5143         of buffer, and the `org-agenda-type' property undefined, use the
5144         value from the character before.
5146         * org.el (org-add-planning-info): Don't let indentation for
5147         would-be timestamp become extra whitespace at the end of headline.
5149 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5151         * org.el (org-remove-double-quotes, org-file-contents): New
5152         functions.
5154         * org-exp.el (org-infile-export-plist): Also parse the
5155         contents of #+SETUPFILE files, recursively.
5157         * org.el (org-set-regexps-and-options): Also parse the
5158         contents of #+SETUPFILE files, recursively.
5160         * org-exp.el (org-export-handle-include-files): New function.
5161         (org-export-preprocess-string): Call
5162         `org-export-handle-include-files'.
5164         * org.el (org-delete-property-globally)
5165         (org-delete-property, org-set-property): Ignore case during
5166         completion.
5167         (org-set-property): Use `org-completing-read' instead of
5168         `completing-read'.
5170         * org.el (org-complete-expand-structure-template): New,
5171         experimental function.
5172         (org-structure-template-alist): New, experimental option.
5173         (org-complete): Call `org-complete-expand-structure-template'.
5175 2008-05-06  Bastien Guerry  <bzg@altern.org>
5177         * org-export-latex.el (org-export-latex-preprocess): Added
5178         support for blockquotes.
5180 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5182         * org.el (org-read-date-analyze): Catch the case where only a
5183         weekday is given.
5185 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5187         * org.el (org-set-font-lock-defaults): Make the description
5188         tag bold.
5190         * org-exp.el (org-export-as-html, org-close-li): Implement
5191         description lists.
5193 2008-05-04  Jason Riedy  <jason@acm.org>
5195         * org-table.el (*orgtbl-default-fmt*): New variable.
5196         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5197         when there is no other fmt available.
5199         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5200         :tend to suppress the appropriate string.
5202         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5203         table.
5205 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5207         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5208         read date.
5210         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5211         New function.
5213         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5214         New function.
5216 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5218         * org-clock.el (org-clock-find-position): Don't include notes
5219         into clock drawer.
5221         * org-archive.el (org-archive-subtree): No longer remove an
5222         extra line after cutting the subtree.  `org-cut-subtree' already
5223         takes care of this.
5225         * org-remember.el (org-remember-handler): Only kill the target
5226         buffer if it does not contain the running clock.
5228         * org.el (org-markers-to-move): New variable.
5229         (org-save-markers-in-region, org-check-and-save-marker)
5230         (org-reinstall-markers-in-region): New function.
5231         (org-move-subtree-down, org-copy-subtree): Remember relative
5232         marker positions before cutting.
5233         (org-move-subtree-down, org-paste-subtree): Restore relative
5234         marker positions after pasting.
5236         * org-remember.el (org-remember-clock-out-on-exit): New option.
5237         (org-remember-finalize): Clock out only if the setting in
5238         `org-remember-clock-out-on-exit' requires it.
5239         (org-remember-handler): Do the cleanup in the buffer, to make sure
5240         that the clock marker remains in tact.
5242 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5244         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5245         (org-clock-in): Make sure that also tasks outside the narrowed
5246         region will be clocked in correctly.
5247         (org-clock-insert-selection-line): Widen the buffer so that we can
5248         find the correct task heading.
5250         * org.el (org-base-buffer): New function.
5252         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5253         and ";" are escaped.
5254         (org-print-icalendar-entries): Also apply
5255         `org-icalendar-cleanup-string' to the headline, not only to the
5256         summary property.
5258 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5260         * org-exp.el (org-export-preprocess-hook): New hook.
5261         (org-export-preprocess-string): Call
5262         `org-export-preprocess-hook'.
5264         * org.el (org-font-lock-hook): New variable.
5265         (org-font-lock-hook): New function.
5266         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5268 ;; Local Variables:
5269 ;; coding: utf-8
5270 ;; add-log-time-zone-rule: t
5271 ;; End:
5273     Copyright (C) 2008  Free Software Foundation, Inc.
5275   This file is part of GNU Emacs.
5277   GNU Emacs is free software: you can redistribute it and/or modify
5278   it under the terms of the GNU General Public License as published by
5279   the Free Software Foundation, either version 3 of the License, or
5280   (at your option) any later version.
5282   GNU Emacs is distributed in the hope that it will be useful,
5283   but WITHOUT ANY WARRANTY; without even the implied warranty of
5284   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5285   GNU General Public License for more details.
5287   You should have received a copy of the GNU General Public License
5288   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5290 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c