Simplify storing links from gnus
[org-mode.git] / lisp / ChangeLog
blob98d7f032b4b5d8eaa276c832339e40abba9fceaf
1 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-gnus.el (org-gnus-store-link): Simplify.
5         * org.el (org-latex-regexps): Don't add extra empty lines for
6         display formulas.
8 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
10         * org-agenda.el (org-agenda-get-some-entry-text): New function.
11         (org-agenda-add-entry-text): Use
12         `org-agenda-get-some-entry-text'.
14         * org.el (org-cycle-separator-lines): Update docstring.
15         (org-cycle-show-empty-lines): Handle negative values for
16         `org-cycle-show-empty-lines'.
18         * org-exp.el (org-export-protect-sub-super): New function.
19         (org-export-normalize-links): Protect the url of plain links from
20         supscript and superscript processing.
22         * org-remember.el (org-remember-escaped-%): New function.
23         (org-remember-apply-template): Use `org-remember-escaped-%' to
24         detect escaped % signs.
26 2009-08-23  Bastien Guerry  <bzg@altern.org>
28         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
29         sound when showing the notification.
31         * org-clock.el (org-notify): New function.
32         (org-clock-notify-once-if-expired): Use `org-notify'.
34         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
35         and `gnus-article-mode' separately.
36         (gnus-summary-article-header): Fix the declare-function.
38 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
40         * org-exp.el (org-export-format-source-code-or-example): Translate
41         language.
43         * org-src.el (org-src-lang-modes): New variable
44         (org-edit-src-code): Translate language.
46         * org-exp.el (org-export-format-source-code-or-example): Deal wit
47         the new structure of the `org-export-latex-listings-langs'
48         variable.
50         * org-latex.el (org-export-latex-listings-langs): Change structure
51         of the variable from plist to alist.
53 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org.el (org-in-commented-line): New function.
57 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org.el (org-hide-block-toggle): Make folded blocks searchable.
61 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
63         * org.el (org-flag-drawer): More useful error.
65 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
67         * org-remember.el (org-remember-apply-template): Use
68         org-icompleting-read.
70         * org-publish.el (org-publish): Use org-icompleting-read.
72         * org-colview.el (org-columns-edit-value, org-columns-new)
73         (org-insert-columns-dblock): Use org-icompleting-read.
75         * org-colview-xemacs.el (org-columns-edit-value)
76         (org-columns-new, org-insert-columns-dblock): Use
77         org-icompleting-read.
79         * org-attach.el (org-attach-delete-one, org-attach-open): Use
80         org-icompleting-read.
82 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org.el (org-hierarchical-todo-statistics): Improve docstring.
85         (org-version): Return the version text.
86         (org-org-menu): Add a menu entry for the new bug reporter.
87         (org-submit-bug-report): New command.
89         * org-list.el (org-hierarchical-checkbox-statistics): Improve
90         docstring.
92         * org.el (org-emphasis-regexp-components): Add "`" to set of
93         pre-emphasis characters.
95         * org-latex.el (org-export-latex-classes): Always include the soul
96         package.
97         (org-export-latex-emphasis-alist): Use \st for strikethough.
98         (org-export-latex-fontify): Fix emphasis in quotes.
100         * org-exp-blocks.el (org-export-blocks-preprocess): Use
101         `indent-code-rigidly' to indent.
103         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
104         properties only if MATCH really is a string.
106 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
108         * org-latex.el (org-export-latex-packages-alist): Fix
109         customization type.
111         * org.el (org-create-formula-image): Also use
112         `org-export-latex-packages-alist'.
114         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
115         (org-export-as-html): Format footnotes correctly.
117 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org.el (org-fast-tag-selection): Avoid text properties on tags
120         in the alist.
122         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
123         text properties on the match element.
125 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org.el (org-set-regexps-and-options): Make sure the list of done
128         keywords is not invalid.
130         * org-exp.el (org-export-interpolate-newlines): New function.
132 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
134         * org.el (org-format-latex): Avoid nested overlays.
136         * org-latex.el (org-export-latex-listings-langs): Add a few more
137         languages.
139         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
140         ignore newlines and space before the first macro argument.
142         * org-latex.el (org-export-latex-tables): Remove save-excursion
143         around `org-table-align'.
145 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
147         * org.el (org-export-html-special-string-regexps): Definition
148         moved into org.el
150         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
151         in macro calls.
153 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org-latex.el (org-export-latex-listings)
156         (org-export-latex-listings-langs): New options.
158         * org-exp.el (org-export-format-source-code-or-example): Use
159         listing package if requested by the user.
161 2009-08-08  Bastien Guerry  <bzg@altern.org>
163         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
164         command before actually switching to a buffer.
166 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
168         * org-exp.el (org-get-file-contents): Only quote org lines when
169         the markup is src or example.
171         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
172         New option
173         (org-agenda-get-day-entries): Remember deadline results and pass
174         them on into the function getting the scheduling information.
175         (org-agenda-get-scheduled): Accept deadline results as parameters
176         and maybe skip some entries.
177         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
179         * org.el (org-insert-heading): When respecting content, do not
180         convert current line to headline.
182         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
183         cheeeeeck the hd marker
184         (org-clock-in): Also set the hd marker.
185         (org-clock-out): Also set the hd marker.
186         (org-clock-cancel): Reset markers.
188         * org.el (org-clock-hd-marker): New marker.
190         * org-faces.el (org-agenda-clocking): New face.
192         * org-agenda.el (org-agenda-mark-clocking-task): New function.
193         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
195         * org.el (org-modules): Add org-track.el.
197         * org-agenda.el (org-agenda-bulk-marked-p): New function.
198         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
199         `org-agenda-bulk-marked-p'.
200         (org-agenda-bulk-toggle): New command.
202 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org.el (org-move-subtree-down): Hide subtree if it was folded,
205         not just the body.
207         * org-remember.el (org-remember-finalize): Avoid buffer-modified
208         messages.
210 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
212         * org-latex.el (org-export-latex-first-lines): Fix bug with
213         finding the end of the first lines.
215         * org.el (org-create-formula-image): Remove the -E option for
216         dvipng.
218         * org-exp.el (org-default-export-plist): Respect #+BIND.
219         (org-export-confirm-letbind): New function.
221         * org.el (org-paste-subtree): Test the kill ring entry if it is
222         going to be used.
223         (org-copy-subtree): Use `org-forward-same-level'.
224         (org-forward-same-level): Respect the `invisibe-ok' arg for
225         back-to-heading.
227 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org.el (org-table-map-tables): Make sure cursor is back at table
230         beginning after funcall.
232         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
233         handled before children, and do not error if an entry is not
234         found, probably because it hase been remove when the parent was
235         archived or refiled.
237         * org.el (org-ido-completing-read): Accept straight lists for
238         completion as well as alists.
240         * org-html.el (org-export-as-html): Fix parenthesis error in
241         footnore code.
243         * org-timer.el (org-timer-cancel-timers): Renamed from
244         `org-timer-cancel-timers'.
246         * org.el (org-cycle-internal-local): Fix problem with finding next
247         invisible line.
249 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
251         * org-list.el (org-list-send-list): Call
252         `org-list-goto-true-beginning' instead of
253         `org-list-find-true-beginning', which does not exist.
255         * org-timer.el (org-timer-reset-timers): Use `mapc'.
256         (org-timer-set-timer): Do not assign to heading.
258         * org-id.el (org-id-open): Quote function name.
260         * org-macs.el (org-unmodified): Turn off recording undo
261         information while running inside the macro.
263         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
264         variable.
265         (org-indent-mode): Remember and restore value of
266         org-hide-leading-stars before `org-indent-mode'.
268         * org-table.el (org-table-export): Also work in file-less
269         buffers.
271         * org.el (org-startup-indented): New option.
272         (org-startup-options): Add new options indent and noindent.
273         (org-unfontify-region): Remove line-prefix and wrap-prefix
274         properties.
275         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
276         hooks.
277         (org-promote, org-demote): Run the new hooks.
279         * org-table.el (org-table-align): Replace leading \n as well.
281         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
282         and `line-wrap' text properties.
284         * org-compat.el (org-kill-new): New function.
286         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
287         `line-wrap' text properties.
289         * org-indent.el: New file.
291 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
293         * org.el (org-provide-todo-statistics): Tweak docstring.
295         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
297 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-exp.el (org-export-as-org): Insert the "-source" string
300         before the extension.
302         * org.el (org-read-date): Make sure the calendar is in the current
303         frame.
304         (org-set-emph-re): Remove the ? from the post-match.
305         (org-emphasis-regexp-components): Add backslash to the
306         postmatch class.
307         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
308         optional so that also lines at the end of the buffers will still
309         be matched as headlines.
311         * org-table.el (org-table-error-on-row-ref-crossing-hline):
312         Variable made obsolete.
313         (org-table-relative-ref-may-cross-hline): New option.
314         (org-table-find-row-type): Honow the new option
315         `org-table-relative-ref-may-cross-hline'.
317 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org-table.el (org-table-cut-region, org-table-copy-region): Work
320         on single field if no active region.
322 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-latex.el (org-export-latex-make-header): Only insert title
325         if one is defined.
327         * org.el (org-make-options-regexp): Allow empty values.
329         * org-html.el (org-export-as-html): Move hrule detection to after
330         plain list handling.
332 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org-html.el (org-format-org-table-html): Fix colgroup tags.
336 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org.el (org-cycle-internal-local): Improved version of finding
339         next visible line.
340         (org-cycle-hide-drawers): Only hide drawers if this is really
341         necessary.
342         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
343         org-version of this function in Org-mode.  We use advice to
344         implement this change, so that future changes to this function in
345         outline.el wil be handled properly.
346         (org-forward-same-level, org-backward-same-level): New commands.
348 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
350         * org.el (org-remove-empty-overlays-at)
351         (org-clean-visibility-after-subtree-move): New functons.
352         (org-move-subtree-down): Simplify cleanup of display.
354 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
356         * org-mac-message.el (org-mac-message-get-links): Improve
357         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
358         "s".  Fix the return value.
359         (org-mac-message-insert-flagged): Simplify.
361         * org.el (org-refile-get-location): Tamper with refile history o
362         that history contains compete matches instead of the entered
363         string.
365 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org.el (org-store-link): Never store a link to an inline task.
369         * org-inlinetask.el (org-inlinetask-insert-task): New command.
371         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
372         inline tasks when positioning footnotes.
374         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
375         function.
377         * org.el (org-refile): Remove the END line when archiving an
378         inline task that does have an END line.
380         * org-archive.el (org-archive-subtree): Remove the END line when
381         archiving an inline task that does have an END line.
383         * org-macs.el (org-with-limited-levels): New macro.
384         (org-get-limited-outline-regexp): New function.
386         * org-exp.el (org-export-format-source-code-or-example): Fix bug
387         that did not enumerate first line.
388         (org-export-mark-radio-links): Skip matches in links.
390 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
392         * org.el (org-activate-plain-links): Make single-match.
393         (org-adapt-indentation): Fix docstring.
395         * org-macs.el (org-unmodified): Turn of modification hooks while
396         running this macro.
398 2009-08-02  Bastien Guerry  <bzg@altern.org>
400         * org.el (org-adapt-indentation): Slightly improve the docstring.
401         (org-occur): Sends an error when the user inputs an empty string.
402         (org-priority): Bugfix: the tag alignement should happen within
403         save-excursion.
405 2009-07-31  Bastien Guerry  <bzg@altern.org>
407         * org.el (org-make-link-regexps): Don't exclude parentheses from
408         `org-plain-link-re'
409         (org-cycle-internal-local): When locally cycling, switch directly
410         from CHILDREN to FOLDED if there is no subtree
411         (org-cycle): Update the docstring to document the new behavior of
412         `org-cycle-internal-local'.
414 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
416         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
417         an abbreviated format for days.
419 2009-07-27  Bastien Guerry  <bzg@altern.org>
421         * org-protocol.el (org-protocol-default-template-key): New
422         option.
424         * org.el (org-refile): Bugfix: save-excursion before reading the
425         refile target, otherwise cursor moves might confuse `org-refile'.
427         * org-html.el (org-export-as-html): Bugfix: correctly convert the
428         footnote reference before the footnote itself.
430         * org.el (org-toggle-heading): Bugfix: correctly convert list
431         items before the first headline.
433         * org-html.el (org-export-html-footnote-format): New option for
434         formatting the footnote reference.
435         (org-export-as-html): Use the new option.
437         * org.el (org-provide-todo-statistics): Allow a list of TODO
438         keywords to compute statistics against headlines containing a
439         keyword from this list.
440         (org-update-parent-todo-statistics): Possibly use the new allowed
441         value of `org-provide-todo-statistics'.
443 2009-07-26  Bastien Guerry  <bzg@altern.org>
445         * org-timer.el: Add autoload cookie.
447         * org.el (org-occur-link-in-agenda-files): New function.
449         * org-timer.el (org-timer-last-timer): New variable.
451         * org-agenda.el (org-agenda-mode-map): New key for
452         org-timer-set-timer called from the agenda.
454         * org.el (org-mode-map): New key for org-timer-set-timer.
456         * org-timer.el (org-timer-reset-timers)
457         (org-timer-show-remaining-time, org-timer-set-timer): New
458         functions.
460         * org-clock.el (org-show-notification): Update the docstring.
462         * org.el (org-provide-todo-statistics): Allow new value
463         'all-headlines for this option, which includes entries with no
464         TODO keywords in the todo statistics.
465         (org-update-parent-todo-statistics): Possibly use the new
466         'all-headline value from `org-provide-todo-statistics'.
468 2009-07-25  Bastien Guerry  <bzg@altern.org>
470         * org-clock.el (org-dblock-write:clocktable): Add a new option
471         :timestamp which allows display of timestamps in clock reports.
473         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
474         list to a subtree, preserving the structure of the list.
475         (org-set-emph-re): Make the last element optional in the regexp.
476         This regexp now matches an emphasized string at the end of a line.
478         * org-list.el (org-list-goto-true-beginning)
479         (org-list-make-subtree, org-list-make-subtrees): New functions.
481         * org.el (org-eval-in-calendar): Select the right frame.
482         (org-save-frame-excursion): Remove this macro.
484 2009-07-24  Bastien Guerry  <bzg@altern.org>
486         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
487         trying to find the beginning of a list.
489         * org-exp.el (org-get-file-contents): Use a new argument: markup.
490         When present, tell org-get-file-contents not to protect org-like
491         lines.
493         * org-id.el (org-id-uuid-program): New option to set the name of
494         the uuidgen program.
495         (org-id-method): Use `org-id-uuid-program'.
496         (org-id-new): Use `org-id-uuid-program'.
498 2009-07-23  Bastien Guerry  <bzg@altern.org>
500         * org-exp.el (org-export-number-lines): Allow whitespace in code
501         references.  Allow the -r switch to remove the references in the
502         source code even when the lines are not numbered: the labels can
503         be explicit enough.
505         * org.el (org-fontify-whole-heading-line): New option.
506         (org-set-font-lock-defaults): Use the new option.
508         * org-clock.el (org-show-notification-handler): New option.
509         (org-show-notification): Use the new option.
511 2009-07-21  Bastien Guerry  <bzg@altern.org>
513         * org.el (org-eval-in-calendar): Fix a bug about calendar
514         navigation when `calendar-setup' value is 'calendar-only.
516 2009-07-19  Bastien Guerry  <bzg@altern.org>
518         * org.el (orgstruct++-mode): Fix typo in docstring.
519         (org-insert-link): Clean up: (or (...)) => (...)
520         (org-insert-link): Use TAB for stored links completion.
522 2009-07-18  Bastien Guerry  <bzg@altern.org>
524         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
525         building the list of targets.
527         * org-remember.el (org-remember-delete-empty-lines-at-end): New
528         option.
529         (org-remember-handler): Use the new option.
531 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
533         * org.el (org-tags-sort-function): New option for sorting tags.
534         (org-set-tags): Use the new option to sort tags.
536         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
537         premature deletion of the data when using org-plot in a script.
539 2009-07-17  Bastien Guerry  <bzg@altern.org>
541         * org-clock.el (org-clock-in-prepare-hook): New hook.
542         (org-clock-in): Use this new hook.
544 2009-07-16  Bastien Guerry  <bzg@altern.org>
546         * org.el (org-special-ctrl-a/e): Explicitely bind the value
547         'reversed for this option to the "true line boundary first"
548         behavior.
549         (org-tags-match-list-sublevels): Document the 'indented value for
550         this variable.
552         * org-latex.el (org-export-latex-first-lines): Fix problem with
553         publishing the region.
555         * org-exp.el (org-export-format-source-code-or-example): Fix
556         bad line numbering when exporting examples in HTML.
558 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
560         * org-colview.el (org-format-time-period): Formats a time in
561         fractional days as days, hours, mins, seconds.
562         (org-columns-display-here): Add special handling for SINCE and
563         SINCE_IA to format for display.
565         * org.el (org-time-since): Add a function to get the time since an
566         org timestamp.
567         (org-entry-properties): Add two new special properties: SINCE and
568         SINCE_IA. These give the time since any active or inactive
569         timestamp in an entry.
570         (org-special-properties): Add SINCE, SINCE_IA.
571         (org-tags-sort-function): Add custom declaration for tags
572         sorting function.
573         (org-set-tags): Sort tags if org-tags-sort-function is set
575 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
577         * org-clock.el (org-clock-goto): Find hidden headlines as well.
579         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
581         * org-plot.el (org-plot/add-options-to-plist): Add timeind
582         option.
584 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
586         * org-publish.el (org-publish-remove-all-timestamps): New function.
587         (org-publish-all): Remove all timestamp files if `org-publish-all'
588         is called with a prefix argument.
590         * org-list.el (org-indent-item): Fix typo.
591         (org-item-indent-positions): Normalize ordered bullet.
593         * org-html.el (org-export-html-home/up-format): New option.
594         (org-export-as-html): Insert the up and HOME links.
596 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
598         * org-html.el (org-export-as-html): Insert the title into the
599         option plist.
600         (org-export-html-insert-plist-item): New function.
601         (org-export-as-html): Call `org-export-html-insert-plist-item'.
603         * org-macs.el (org-set-local): Make a local variable, do not make
604         the variable buffer-local!
606         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
608         * org-html.el (org-export-as-html): Call `org-install-letbind'.
610         * org-docbook.el (org-export-as-docbook): Call
611         `org-install-letbind'.
613         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
615         * org-exp.el (org-infile-export-plist): Read BIND lines.
616         (org-install-letbind): New function.
617         (org-export-as-org, org-export-preprocess-string): Call
618         `org-install-letbind'.
620         * org-src.el (org-edit-src-exit): Untabify the example before
621         returning to Org.
623         * org-list.el (org-list-demote-modify-bullet): New option.
624         (org-first-list-item-p): Save point.
625         (org-fix-bullet-type): New optional argument FORCE-BULLET.
626         (org-indent-item): Honor `org-list-demote-modify-bullet'.
627         (org-item-indent-positions): Return bullet types along with
628         indentation.
630 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org.el (org-show-entry): Hide drawers.
634 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
636         * org-footnote.el (org-footnote-auto-adjust): New option.
637         (org-footnote-auto-adjust-maybe): New function.
638         (org-footnote-new, org-footnote-delete): Call
639         `org-footnote-auto-adjust-maybe'.
641         * org.el (org-startup-options): Add new footnote-related
642         keywords.
644         * org-publish.el (org-publish-timestamp-filename): Additional
645         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
646         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
647         TRUE-PUB-DIR.  Pass them through to
648         `org-publish-timestamp-filename'.
649         (org-publish-update-timestamp): Additional arguments PUB-DIR and
650         PUB-FUNC, which are included in the hash.
651         (org-publish-file): Delay timestamp test until the publishing
652         function is known.
654 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
657         setting the deadline.
659         * org.el (org-read-date-final-answer): New variable.
660         (org-read-date): Store the final answer string, including the date
661         from the calendar, for reuse by agenda bulk commands.
663         * org-publish.el (org-publish-attachment): Fix publishing of
664         attachments.
666         * org-latex.el (org-export-latex-quotation-marks): Fix export of
667         quotation makrs in parenthesis.
668         (org-remove-initial-hash): New function.
669         (org-export-latex-preprocess): Fix bug with infinite loop if
670         environment is not properly closed.
672         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
673         when indented.
675         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
676         highlight also when indented.
678 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
680         * org-footnote.el (org-footnote-renumber-fn:N): New command.
681         (org-footnote-action): Offer renumbering.
683         * org.el (org-cycle): Honor the `integrate' value of
684         org-cycle-include-plain-lists'.
686         * org-list.el (org-cycle-include-plain-lists): New allowed value
687         `internal'.  Improve the docstring.
689         * org.el (org-set-autofill-regexps): Improve the paragraph-start
690         regexp to work better with LaTeX commands.
692 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-feed.el (org-feed-update): fix problem with non-existing
695         buffer.
696         (org-feed-skip-http-headers): New function.
697         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
698         (org-feed-get-feed): Fix command line arguments for curl.
700 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
703         and eps extensions.
705 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
707         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
708         loaded.
710         * org.el (org-map-entries): No longer force
711         `org-tags-match-list-sublevels' to t during a todo-only tags
712         search.
714 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org-latex.el (org-export-latex-low-levels): Allow user-defined
717         environment.
718         (org-export-latex-subcontent): Handle user-defined environment.
720         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
721         the View dispatcher.
723         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
724         `make-overlay'.
726         * org-latex.el (org-export-as-pdf): Protect match data during call
727         to shell-quote-argument.
729         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
730         (org-agenda-view-mode-dispatch): New function.
732 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
734         * org-agenda.el (org-agenda-mode): Reset list of marks.
735         (org-agenda-mode-map): Define new keys for refile and bulk action.
736         (org-agenda-menu): Add menu itesm for refile and bulk action.
737         (org-agenda-refile): New function.
738         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
739         (org-agenda-marked-entries): New variable.
740         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
741         (org-agenda-remove-all-bulk-action-marks)
742         (org-agenda-bulk-action): New functions/commands.
744 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-exp.el (org-get-file-contents): Protect org-like lines in
747         included files.
748         (org-export-format-source-code-or-example): Remove newlines.
750         * org-latex.el (org-export-latex-links): Check for no-description
751         marking.
753         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
754         argument separator back to comma.
755         (org-export-normalize-links): Mark links without description.
757 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org-exp.el (org-infile-export-plist): Fix bug in macro
760         processing.
762         * org-agenda.el (org-agenda-clock-out): Update line after clocking
763         out.
764         (org-agenda-highlight-todo): Fix bug with highlighting.
766 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
768         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
769         new alignment strings.
771         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
772         command list.
773         (org-table-align): Check for forced align type.
775         * org.el (org-self-insert-command): Add yas/expand to command
776         list.
778         * org-clock.el (org-clock-in-hook): New hook.
779         (org-clock-in): Run `org-clock-in-hook.
780         (org-clock-out-hook): New hook.
781         (org-clock-out): Run `org-clock-out-hook.
782         (org-clock-cancel-hook): New hook.
783         (org-clock-cancel): Run `org-clock-cancel-hook.
784         (org-clock-goto-hook): New hook.
785         (org-clock-goto): Run `org-clock-goto-hook.
787 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
789         * org.el (org-store-link): Better default description for link to
790         Org-mode headline.
792         * org-exp.el (org-export-generic): Autoload the generic exporter
793         function.
794         (org-export): Implement the `g' key for the generic exporter.
796 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
798         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
799         and for zbacktab'.
801         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
803         * org-exp.el (org-infile-export-plist): Get macros also from
804         #+SETUPFILE.
806 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
808         * org-colview.el (org-columns-capture-view): Protect vertical bars
809         in column values.
810         (org-columns-capture-view): Exclude comment and archived trees.
812         * org-colview-xemacs.el (org-columns-capture-view): Protect
813         vertical bars in column values.
814         (org-columns-capture-view): Exclude comment and archived trees.
816         * org.el (org-quote-vert): New function.
818         * org-latex.el (org-export-latex-verbatim-wrap): New option.
820         * org-exp.el (org-export-format-source-code-or-example): Use
821         `org-export-latex-verbatim-wrap'.
823         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
824         time stamps.
826         * org-html.el (org-export-table-row-tags): New option.
827         (org-format-org-table-html): Rename `nlines' to `nline', use new
828         option.
831 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
833         * org-exp-blocks.el: Declare functions and variables.
835         * org-remember.el (org-remember-templates): Allow the headline
836         element to be a function.
837         (org-remember-apply-template): If the headline is a function, call
838         it to get the true function.
840         * org-clock.el (org-clock-menu): New function.
841         (org-clock-update-mode-line): Update help string.
842         (org-clock-modify-effort-estimate): New function.
843         (org-clock-mark-default-task): New function.
845         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
846         minutes as input.
847         (org-org-menu): Add new clocking stuff.
848         (org-clock-is-active): New function.
850 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org.el (org-open-non-existing-files): Improve docstring.
854 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
856         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
857         option.
858         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
860         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
862         * org-list.el (org-get-checkbox-statistics-face): Use the new
863         faces.
865         * org-faces.el (org-checkbox-statistics-todo)
866         (org-checkbox-statistics-done): New faces.
868 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
870         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
871         (org-edit-src-exit): Better cursor positioning when returning from
872         editing.
874         * org-latex.el (org-export-latex-use-verb): New variable.
875         (org-export-latex-emph-format): Prefer \texttt over \verb when
876         org-export-latex-use-verb is set.
878 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
880         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
881         at normal indentation.
883         * org-html.el (org-export-html-close-lists-maybe): Also look at
884         normal indentation.
886         * org-remember.el (org-remember-handler): Abort remember if the
887         buffer is empty.
889         * org-src.el (org-edit-src-content-indentation): New option.
890         (org-edit-src-exit): Apply extra indentation.
892         * org-exp.el (org-export-format-source-code-or-example): Run
893         `org-src-mode-hook'.
895         * org-src.el (org-src-mode-hook): New variable.
896         (org-edit-src-code): Run `org-src-mode-hook'.
898 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
900         * org.el (org-indent-line-function): Fix indentation of +#end lines.
902         * org-src.el (org-edit-src-get-indentation): New function.
903         (org-edit-src-code): Base indentation on the begin line.
905 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
907         * org-gnus.el (org-gnus-store-link): Require message.el in
908         org-gnus-store-link.
910 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
912         * org-src.el: New file, split out of org.el
914         * org-docbook.el (org-export-as-docbook): Better indentation
915         treatment.
917         * org-macs.el (org-replace-match-keep-properties): New function.
919         * org-exp.el (org-export-mark-blockquote-verse-center): Better
920         preprocessing of center and quote and verse blocks.
922         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
923         (org-export-as-docbook): Close lists when original indentation
924         mandates it.
926         * org-html.el (org-export-html-close-lists-maybe): New function.
927         (org-export-as-html): Close lists when original indentation
928         mandates it.
930         * org-list.el (org-list-end): Respect the stored "original"
931         indentation when determining the end of the list.
933         * org-exp.el (org-export-replace-src-segments-and-examples):
934         Remember indentation correctly.
936 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
938         * org-clock.el (org-clock-update-mode-line): Apply face
939         org-mode-line-clock.
941         * org-faces.el (org-mode-line-clock): New face.
943 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
945         * org-gnus.el (org-gnus-store-link): Fix bug where
946         `org-gnus-store-link' used wrong subject when called in an article
947         buffer.  Patch provided by fengli AT gmail DOT com.
949 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
951         * org-exp.el (org-export-format-source-code-or-example): Remember
952         the original indentation of source code snippets and examples.
954         * org-latex.el (org-export-as-latex): Relocate the table of
955         contents.
957         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
959         * org-agenda.el (org-run-agenda-series): Scope global options also
960         when creating the agenda buffer.
962 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org.el (org-adapt-indentation): Improve documentation.
965         (org-insert-property-drawer): Respect org-adapt-indentation when
966         inserting the drawer.
967         (org-remove-flyspell-overlays-in): New function.
968         (org-do-emphasis-faces, org-activate-plain-links)
969         (org-activate-code, org-fontify-meta-lines-and-blocks)
970         (org-activate-angle-links, org-activate-footnote-links)
971         (org-activate-bracket-links, org-activate-dates)
972         (org-activate-target-links, org-activate-tags): Remove flyspell
973         overlays.
975 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
977         * org.el (org-edit-src-save): New function.
979         * org-clock.el (org-clock-out-switch-to-state): New option.
980         (org-clock-out): Honor `org-clock-out-switch-to-state'.
982         * org-compat.el (org-compatible-face): Improve macro.
984         * org.el (org-global-properties-fixed): Add default for
985         CLOCK_MODELINE_TOTAL.
987         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
988         andd tend.
989         (org-clock-sum-current-item): Optional argument TSTART, pass it to
990         org-clock-sum.
991         (org-clock-get-sum-start): New function.
993         * org.el (org-startup-options): New keywords blockhide and
994         blockshow.
995         (org-mode): Add new invisibility spec.
996         (org-set-startup-visibility): Hide block on startup if so
997         desired.
998         (org-hide-block-startup): New option.
999         (org-block-regexp): New constant.
1000         (org-hide-block-overlays): New variable.
1001         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1002         (org-show-block-all, org-hide-block-toggle-maybe)
1003         (org-hide-block-toggle): New functions.
1004         (org-edit-src-exit): Do not quote lines starting with # and no +
1005         behind it.
1006         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1007         entry.
1009 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1011         * org.el (org-buffer-property-keys): Add Effort property for
1012         completion.
1014 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1017         when retrieving total clocked time in the subtree.
1019         * org.el (org-quoting-blocks): New variable.
1021 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1023         * org-table.el (org-table-store-formulas)
1024         (org-table-get-stored-formulas, org-table-fix-formulas)
1025         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1026         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1028         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1029         indented #+TBLFM line.
1031         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1032         indented #+TBLFM line.
1034         * org-colview.el (org-dblock-write:columnview): Allow indented
1035         #+TBLFM line.
1037         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1038         indented #+TBLFM line.
1040         * org-clock.el (org-dblock-write:clocktable): Allow indented
1041         #+TBLFM line.
1043 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-exp.el (org-export-format-source-code-or-example): Make
1046         editing indented blocks work correctly.
1048         * org.el (org-edit-src-nindent): New variable.
1049         (org-edit-src-code, org-edit-fixed-width-region)
1050         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1051         editing indented blocks work correctly.
1053 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1055         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1056         indented blocks.
1057         (org-export-format-source-code-or-example): Fix indentation of
1058         blocks.
1059         (org-export-remove-indentation): New function.
1060         (org-export-select-backend-specific-text): Allow backend-specific
1061         code to be indented.
1062         (org-export-mark-blockquote-verse-center): Allow markers to be
1063         indented.
1065         * org.el (org-fontify-meta-lines): New function.
1066         (org-set-font-lock-defaults): Call the new fontification
1067         function.
1069         * org-faces.el (org-meta-line): New face
1070         (org-block):  New face.
1072 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org.el (org-treat-insert-todo-heading-as-state-change)
1075         (org-treat-S-cursor-todo-selection-as-state-change): New
1076         variables.
1077         (org-insert-todo-heading): Honor
1078         `org-treat-insert-todo-heading-as-state-change'.
1079         (org-shiftright, org-shiftleft): Honor
1080         `org-treat-S-cursor-todo-selection-as-state-change'.
1081         (org-inhibit-logging): New variable.
1083 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1086         range for marker position checking.
1088         * org-latex.el (org-export-latex-first-lines): Fix bug when
1089         exporting a region.
1091 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org-exp.el (org-export-push-to-kill-ring): Protect using
1094         x-set-selection, because that does not always work.
1096         * org-agenda.el (org-agenda-list): Apply the new face
1097         `org-agenda-date-today'.
1099         * org-faces.el (org-agenda-date-today): New face.
1101 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1103         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1104         creating appointments.
1106         * org-latex.el (org-export-latex-low-levels): Fix customization
1107         type.
1109         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1110         priority commands.
1112         * org-agenda.el (org-agenda-priority): Disable priority commands.
1114         * org.el (org-enable-priority-commands): New option.
1116         * org-colview-xemacs.el (org-columns-compute)
1117         (org-columns-number-to-string): Fix problems with empty fields.
1119         * org-colview.el (org-columns-compute)
1120         (org-columns-number-to-string): Fix problems with empty fields.
1122         * org-exp.el (org-export-push-to-kill-ring): New function.
1123         (org-export-copy-to-kill-ring): New option.
1125         * org-latex.el (org-export-as-latex): Call
1126         `org-export-push-to-kill-ring'.
1128         * org-html.el (org-export-as-html): Call
1129         `org-export-push-to-kill-ring'.
1131         * org-docbook.el (org-export-as-docbook): Call
1132         `org-export-push-to-kill-ring'.
1134         * org-ascii.el (org-export-as-ascii): Call
1135         `org-export-push-to-kill-ring'.
1137         * org-exp.el (org-export-show-temporary-export-buffer): New
1138         option.
1140         * org-latex.el (org-export-as-latex): Use
1141         `org-export-show-temporary-export-buffer'.
1143         * org-html.el (org-export-as-html): Use
1144         `org-export-show-temporary-export-buffer'.
1146         * org-docbook.el (org-export-as-docbook): Use
1147         `org-export-show-temporary-export-buffer'.
1149         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1150         `org-export-show-temporary-export-buffer'.
1152         * org-exp.el (org-export-show-temporary-export-buffer): New
1153         option.
1154         (org-export-push-to-kill-ring): New function.
1156         * org-colview.el (org-columns-compile-map): New variable.
1157         (org-columns-new, org-columns-compute)
1158         (org-columns-number-to-string, org-columns-uncompile-format)
1159         (org-columns-compile-format): Implement new operators.
1161 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1163         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1165         * org-html.el (org-export-html-xml-declaration): New option.
1166         (org-export-as-html): Use `org-export-html-xml-declaration'.
1168         * org-list.el (org-update-checkbox-count): Make property
1169         dependent.
1171         * org.el (org-hierarchical-todo-statistics): New option.
1172         (org-update-parent-todo-statistics): Modified to handle recursive
1173         statistics.
1175 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1177         * org-publish.el (org-publish): Make this function behave
1178         correctly in interactive use when called with a prefix argument.
1180         * org.el (org-todo-statistics-hook): New hook.
1181         (org-update-parent-todo-statistics): Use new hook.
1182         (org-log-into-drawer): New function.
1183         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1184         determine if we should be logging into a drawer.
1185         (org-log-into-drawer): Update docstring.
1186         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1188         * org-list.el (org-checkbox-statistics-hook): New hook.
1189         (org-update-checkbox-count-maybe): Use new hook.
1191         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1192         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1193         to kill ring.
1195 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1198         a line.
1200 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1202         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1203         better bufer-generating mechanism.
1204         (org-edit-src-find-buffer): New function.
1206         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1207         archive tag, this is already done by `org-agenda-skip'.
1208         data while constructing lost of tags.
1210 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1212         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1213         as argument separator in macros.
1215         * org-html.el (org-export-as-html): Add xml declaration.
1217 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1219         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1220         (org-sort-entries-or-items): Run the new hook.
1221         (org-after-refile-insert-hook): New hook.
1222         (org-refile): Run `org-after-refile-insert-hook'.
1224         * org-agenda.el (org-agenda-get-progress): Never take time of day
1225         from headline when displaying progress.
1227         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1228         (org-export-as-latex): Force the correct regexp in the
1229         preprocessor buffer.
1230         (org-export-latex-set-initial-vars): Set
1231         `org-export-latex-complex-heading-re'.
1233         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1234         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1236 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1238         * org-latex.el (org-export-latex-tables-centered): New option.
1239         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1241         * org-exp.el (org-export-as-org): New command.
1242         (org-export-as-org): New command.
1244         * org-publish.el (org-publish-org-to-org): New function.
1246 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1248         * org.el (org-yank): Just call `org-yank-generic'.
1249         (org-yank-generic): New function, containing the formaer
1250         functionality of `org-yank'.
1252         * org-latex.el (org-export-latex-not-done-keywords)
1253         (org-export-latex-done-keywords): New variables.
1254         (org-export-latex-todo-keyword-markup): New option.
1255         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1256         (org-export-latex-keywords-maybe): Apply the TODO markup.
1258 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1260         * org-exp.el (org-infile-export-plist): Add more default macros.
1261         (org-export-preprocess-apply-macros): Process macro arguments.
1263 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1266         `unblocked'.
1267         (org-print-icalendar-entries): Respect the new value of
1268         `org-icalendar-include-todo'.
1270         * org.el (org-link-try-special-completion)
1271         (org-file-complete-link): New functions.
1272         (org-insert-link): Add special completion support for some link
1273         types.
1275         * org-bbdb.el (org-bbdb-complete-link): New function.
1277 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1279         * org-list.el (org-update-checkbox-count): Allow recursive
1280         statistics.
1281         (org-hierarchical-checkbox-statistics): New option.
1283         * org.el (org-cycle): Remove erraneous space character.
1285         * org-icalendar.el (org-icalendar-timezone): Initialize from
1286         environment.
1288         * org-html.el (org-format-org-table-html): Specify the scope.
1289         (org-format-table-table-html): Specify the scope.
1290         (org-export-table-header-tags): Prepare the scope parameter.
1292 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1294         * org-html.el
1295         (org-export-html-table-use-header-tags-for-first-column): New
1296         option.
1298         * org.el (org-autoload): Fix autoloading of ascii export
1299         functions.
1300         (org-modules): Add org-special-blocks.
1302 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1304         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1305         (org-ical-timezone): New option.
1307         * org-exp.el (org-export-get-coderef-format): Use the description
1308         is present.
1310         * org.el (org-sort-entries-or-items): Improve docstring, and make
1311         better implementation for time sorting.
1313 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org.el (org-edit-src-persistent-message): New option.
1316         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1317         option.
1319         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1320         patch.
1322         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1323         separate buffer instead of indirect buffer to edit source code.
1324         (org-edit-src-exit): Make this function work with the new setup.
1326         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1327         are properly fontified before shown in the selection menu.
1329         * org.el (org-fontify-like-in-org-mode): New function.
1331         * org-latex.el (org-export-latex-links): Use the property list to
1332         retrieve the default image attributes.
1334         * org-exp.el (org-export-plist-vars): Add a new option.
1336 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1338         * org-exp.el (org-export, org-export-visible): Support ASCII
1339         export to buffer
1340         (org-export-normalize-links): Do not protect the description if it
1341         is explicitly given.
1343         * org-ascii.el (org-export-as-ascii-to-buffer)
1344         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1345         commands.
1346         (org-export-as-ascii): Add all the same parameters that are also
1347         supported by the other export functions.
1349         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1350         org-checklist.el.
1351         (org-reset-checkbox-state-subtree): Call
1352         `org-reset-checkbox-state-subtree'.
1354         * org-remember.el (org-select-remember-template): For the
1355         selection of a valid template.
1357         * org-latex.el (org-export-region-as-latex): Supply the
1358         force-no-subtree argument.
1359         (org-export-as-latex): Provide better limits when exporting the
1360         first line.  When exporting to string, we still want the first
1361         lines.
1362         (org-export-latex-first-lines): New argument END, to force the end
1363         of the region.
1364         (org-export-region-as-latex): Use the property list.
1365         (org-export-as-latex):
1367         * org-colview-xemacs.el (org-columns-remove-overlays)
1368         (org-columns): Fix call to `local-variable-p'.
1370 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1373         (org-export-as-html): Run the new hook.
1375         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1376         (org-export-latex-preprocess): Run the new hook.
1378         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1379         (org-export-preprocess-string): Run the new hook.
1381 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1383         * org-macs.el (org-check-external-command): New defsubst.
1385         * org.el (org-mode-map): New key for reload.
1386         (org-format-latex): Better error message when external programs
1387         are not available.
1389         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1391         * org.el (org-sort-entries-or-items): Explicit sorting function
1392         for priorities, needed for XEmacs compatibility.
1394         * org-remember.el (org-remember-apply-template): Improve auto-save
1395         behavior.
1397 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1399         * org-latex.el (org-export-latex-preprocess): Also protect
1400         environments ending in a star.
1402         * org-list.el (org-at-item-p): Fix regular expression.
1404 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1406         * org.el (org-end-of-subtree): Improve speed.
1408         * org-agenda.el (org-agenda-get-timestamps)
1409         (org-agenda-get-progress, org-agenda-get-deadlines)
1410         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1411         in particular, wait as long as possible to collect the tags.
1412         (org-stuck-projects): Improve docstring.
1414         * org.el (org-store-link): No errors when getting custom id before
1415         first headline.
1416         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1418 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1420         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1422         * org-protocol.el: Remove dependency on url.el.
1423         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1424         dependency on url.el.
1426         * org-latex.el (org-export-as-pdf): Use
1427         `org-latex-to-pdf-process'.
1429 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1431         * org-latex.el (org-latex-to-pdf-process): New option.
1433         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1434         New option.
1435         (org-agenda-get-timestamps): Honor
1436         `org-agenda-skip-additional-timestamps-same-entry'.
1438         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1439         (org-clock-goto): Find recent task only if
1440         `org-clock-goto-may-find-recent-task' allows it.
1442         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1443         drawers, and drawers that are missing the :END: line.
1445 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1447         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1448         clock is running.
1450 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1452         * org.el (org-update-parent-todo-statistics): Check for
1453         STATISTICS_FROM property.
1455         * org-list.el (org-update-checkbox-count): Check for
1456         STATISTICS_FROM property.
1458         * org.el (org-tab-first-hook)
1459         (org-tab-after-check-for-table-hook)
1460         (org-tab-after-check-for-cycling-hook): New hooks.
1461         (org-cycle-internal-global, org-cycle-internal-local): New
1462         functions, split out from `org-cycle'.
1463         (org-cycle): Call the new hooks.
1465 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org-exp.el (org-export-preprocess-string): Reset the list of
1468         preferred targets for each run of the preprocessor.
1470         * org.el (org-refile-target-verify-function): Improve
1471         documentation.
1472         (org-get-refile-targets): Respect point being moved by the
1473         verification function.
1475         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1476         option.
1477         (org-export-latex-keywords): Use new option.
1479         * org.el (org-rear-nonsticky-at): New defsubst.
1480         (org-activate-plain-links, org-activate-angle-links)
1481         (org-activate-footnote-links, org-activate-bracket-links)
1482         (org-activate-dates, org-activate-target-links)
1483         (org-activate-tags): Place the rear-nonsticky properties at the
1484         correct location.
1486 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-protocol.el (server-edit): Declare `server-edit'.
1489         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1490         functions.
1491         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1493         * org.el (org-default-properties): New default properteis for
1494         completion.
1496         * org-exp.el (org-export-add-subtree-options): Add new properties
1497         for subtree export.
1499         * org-docbook.el (org-export-docbook-keywords-markup)
1500         (org-export-docbook-timestamp-markup): New options.
1501         (org-export-docbook-protect-tags): New function.
1503 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1506         org-refile-target-verify-function for the duration of the command.
1508         * org.el (org-link-to-org-use-id): New possible value
1509         `create-if-interactive-and-no-custom-id'.
1510         (org-store-link): Use custom IDs.
1511         (org-link-search): Find custom ID properties from #link.
1512         (org-default-properties): Add CUSTOM_ID for property completion.
1513         (org-refile-target-verify-function): New option.
1514         (org-goto): Turn off org-refile-target-verify-function
1515         for the duration of the command.
1517 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1521         * org-exp.el (org-export-preferred-target-alist): New variable.
1522         (org-export-define-heading-targets): Find the new CUSTOM_ID
1523         property.
1524         (org-export-target-internal-links): Target the custom ids when
1525         possible.
1527         * org-latex.el (org-export-latex-preprocess): Better regexp for
1528         matching latex macros with arguments.
1530 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1532         * org-remember.el (org-remember-handler): Allow filing to non-org
1533         files.
1535 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1537         * org-feed.el (org-feed-alist): New keyword options.
1538         (org-feed-update): Use the new options.
1539         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1540         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1541         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1542         functions.
1544         * org-table.el (org-table-fix-formulas): Do not change references
1545         to remote tables.
1546         (org-table-get-remote-range): Convert standard coordinates to RC
1547         format.
1549         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1551 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1553         * org-compat.el (org-sha1-string): Function removed.
1555         * org.el (org-refile-allow-creating-parent-nodes): New option.
1556         (org-refile-get-location): New argument NEW-NODES.
1557         (org-refile): Call `org-refile-get-location' with the new
1558         argument.
1559         (org-refile-get-location): Arrange for adding a new child.
1560         (org-refile-new-child): New function.
1562         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1563         an additional span element.
1565         * org-clock.el: Fix a number of docstrings.
1566         (org-clock-find-position): New argument
1567         FIND-UNCLOSED to make the function find an unclosed clock in the
1568         entry.
1569         (org-clock-in): Call `org-clock-find-position' with the new
1570         argument if we might be resuming a clock.
1572 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org-latex.el (org-export-latex-display-custom-times): New variable.
1575         (org-export-latex-timestamp-markup): New option.
1576         (org-export-latex-set-initial-vars): Remember the local value of
1577         `org-display-custom-times'.
1578         (org-export-latex-content): Process time stamps.
1579         (org-export-latex-time-stamps): New function.
1581         * org-macs.el (org-maybe-intangible): Add intangible property
1582         again to invisible text.
1584 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1586         * org-exp.el (org-default-export-plist): Handle undefined
1587         variables.
1589 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1591         * org.el (org-sort-entries-or-items): Match TODO keywrds
1592         case-sensitively, when sorting.
1593         (org-priority): Do not match TODO keywords with wrong case.
1595 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1597         * org-feed.el (org-feed-update): Bind the variable
1598         `new-formatted'.
1600         * org-html.el (org-export-as-html): Start paragraphs after literal
1601         examples.
1603         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1604         literal examples.
1606 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1608         * org.el (org-todo): Honor the NOBLOCKING property.
1610         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1611         NOBLOCKING property.
1613         * org.el (org-scan-tags): Fix bug in tag scanner
1615 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1617         * org.el (org-modules): Mark obsolete packages.
1619         * org-html.el: New file, split out from org-exp.el.
1621         * org-icalendar.el: New file, split out from org-exp.el.
1623         * org-xoxo.el: New file, split out from org-exp.el.
1625         * org-ascii.el: New file, split out from org-exp.el.
1627 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org-compat.el (org-find-library-name): New function.
1631         * org.el (org-pre-cycle-hook): New hook.
1632         (org-cycle): Call the new hook in appropriate places.
1633         (org-reload): Only reload files that have been loaded before.
1635 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1637         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1638         after todo keyword.
1639         (org-todo): When changing TODO state, do matching
1640         case-sensitively.
1641         (org-map-continue-from): New variable.
1642         (org-scan-tags): Respect values in `org-map-continue-from'.
1643         (org-reload): Make XEmacs compatible.
1645 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org-protocol.el (org-protocol-flatten-greedy): New function.
1648         (org-protocol-flatten): New function.
1650         * org.el (org-open-link-from-string): Pass reference buffer to
1651         `org-open-at-point'.
1652         (org-open-at-point): New optional argument `reference-buffer'.
1654 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1656         * org.el (org-scan-tags): Make tag scan find headline in first
1657         line, 2nd attempt.
1658         (org-get-refile-targets): Add the naked file name.
1659         (org-refile): Store as top-level entry when only file name was
1660         given.
1662         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1664         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1665         Renamed from org-block-todo-from-children-or-siblings, and
1666         enhanced to look for the parent's status as well.
1668         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1669         (org-agenda-get-progress): Add first notes line to log entry if so
1670         desired.
1672 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1674         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1675         (org-agenda-cleanup-fancy-diary): Call the new hook.
1677         * org-remember.el (org-remember-apply-template): Take the default
1678         for the annotation from the :annotation property.
1680         * org-mac-message.el (org-mac-message-get-link): Remove the
1681         quotes.
1682         (org-mac-message-get-link): Return the result.
1684 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org.el (org-refile-get-location): Add file name only if not
1687         already included in outline path.
1689         * org-faces.el (org-n-level-faces): Fix customization type from
1690         number to integer.
1692         * org-exp.el (org-export-headline-levels): Fix customization type
1693         from number to integer.
1695         * org-agenda.el (org-agenda-confirm-kill)
1696         (org-agenda-custom-commands-local-options)
1697         (org-timeline-show-empty-dates, org-agenda-ndays)
1698         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1699         customization type from number to integer.
1701 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1703         * org-protocol.el: Declare some functions.
1705         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1706         postion before inserting modified headline.
1708         * org-agenda.el (org-agenda-compare-effort): Honor
1709         `org-sort-agenda-noeffort-is-high'.
1710         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1711         (org-agenda-compare-effort): Implement the "?" operator for
1712         finding entries without effort setting.
1714         * org.el (org-extract-attributes-from-string): New function.
1716         * org-exp.el (org-export-splice-attributes): New function.
1718 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1720         * org-mouse.el: XEmacs compatibility fixes
1722         * org-docbook.el (org-export-as-docbook): Process footnotes like
1723         normal text.
1725         * org.el (org-modules): Add org-inlinetasks.el
1726         (org-cycle): Implement limiting level on cycling.
1727         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1728         buffer.
1730         * org-inlinetask.el: New file.
1732         * org.el (org-emphasis-regexp-components): Allow braces in
1733         emphasis pre and post match.
1735         * org-footnote.el (org-footnote-normalize): When only dorting, do
1736         not insert inline notes at the end.
1738         * org-docbook.el (org-id-find-id-file): Add function declaration.
1740         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1742         * org-docbook.el: New file.
1744 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1746         * org.el (org-reftex-citation): New command.
1748 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1750         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1751         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1752         sorting options.
1753         (org-entries-lessp): Apply the new sorting option.
1755         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1756         blocker code, when an older sibling has children.
1758         * org-mac-message.el (org-mac-message-get-link): Improve getting
1759         links from multiple selected messages.
1761 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1763         * org-remember.el (org-remember-finalize): Do not set buffer file
1764         name to nil.
1765         (org-remember-handler): Mark buffer as unmodified.
1766         (org-remember-handler): Delete backup file and show message about
1767         remaining backup files.
1768         (org-remember-auto-remove-backup-files): New option.
1770         * org.el (org-store-link): Use buffer name as link description in
1771         w3-mode buffers.
1772         (org-ido-switchb): Fix argument bug for completion.
1774         * org-remember.el (org-remember-apply-template): Set local
1775         variable `auto-save-visited-file-name' instead of global one.
1777 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1779         * org-feed.el: Re-write.
1781         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1782         (org-agenda-get-todos): Mark file tags as inherited.
1783         (org-agenda-list): Always search diary lines for a time.
1785 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1787         * org-feed.el (org-feed-assume-stable): New option.
1788         (org-feed-before-adding-hook): New hook.
1790         * org-exp.el (org-export-as-html): Close local lists depending on
1791         indentation, also when starting a table.
1793         * org-remember.el (org-remember-backup-directory)
1794         (org-remember-backup-name): New internal variable.
1796 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1798         * org-clock.el (org-clock-out-if-current): Make buffer detection
1799         work in indirect buffers as well.
1801         * org.el (org-emphasis-regexp-components): Add the exxclamation
1802         mark to the post-emphasis characters.
1804 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1806         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1807         (org-read-date): Run the new hook.
1809         * org-mac-message.el (org-mac-flagged-mail): New group.
1810         (org-mac-mail-account): New variable.
1811         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1812         commands.
1814         * org-remember.el (org-remember-backup-directory): New variable.
1815         (org-remember-apply-template): Write file to backup directory.
1817 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org-mouse.el (org-mouse-todo-menu): New function.
1820         (org-mouse-todo-keywords): Function removed.
1821         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1823         * org-table.el (org-table-beginning-of-field)
1824         (org-table-end-of-field): New commands
1825         (org-table-previous-field, org-table-beginning-of-field): Better
1826         error messages.
1827         (orgtbl-setup): Include `M-a' and `M-e'.
1829         * org.el (org-backward-sentence, org-forward-sentence): New
1830         commands.
1832         * org-colview.el (org-colview-initial-truncate-line-value): New
1833         variable.
1834         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1835         (org-columns): Remember the value of `truncate-lines'.
1837         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1838         New variable.
1839         (org-columns-remove-overlays): Restore the value of
1840         `truncate-lines'.
1841         (org-columns): Remember the value of `truncate-lines'.
1843         * org.el (org-columns-skip-arrchived-trees): New option.
1845         * org-agenda.el (org-agenda-export-html-style): Define color for
1846         org-agenda-done face.
1847         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1848         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1850         * org.el (org-scan-tags): Use the new face.
1852         * org-faces.el (org-agenda-done): New face.
1854         * org.el (org-scan-tags): Test the value org
1855         `org-tags-match-list-sublevels'.
1856         (org-tags-match-list-sublevels): New allowed value: indented.
1858         * org-export-latex.el (org-export-latex-make-header): Apply macros
1859         in header.
1861         * org-exp.el (org-export-apply-macros-in-string): New function.
1863         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1864         with the definition of a checked box.
1866         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1868         * org-export-latex.el (org-export-latex-low-levels): More options
1869         for how to process lower levels in LaTeX.
1870         (org-export-latex-subcontent): Better treatment for lists as a
1871         means of publishing lower levels.
1873 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1875         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1877         * org-faces.el (org-checkbox): New face.
1879         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1880         fragement images if there is an export file.
1882 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org-agenda.el (org-stuck-projects): Document that the subtree of
1885         projects that are not stuck will now be searched for stuck
1886         sub-projects.
1887         (org-agenda-skip-entry-when-regexp-matches)
1888         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1889         (org-agenda-list-stuck-projects): Use
1890         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1892         * org-export-latex.el (org-export-latex-preprocess): Improve
1893         export of verses.
1895         * org-exp.el (org-export-as-html): Implement centering as a div
1896         rather than a paragraph.  Do a better job with line-end in verse
1897         environments.
1899 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1901         * org.el (org-open-at-point): Fix tags searches by mouse click.
1903 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1905         * org-export-latex.el (org-export-latex-preprocess): Implement the
1906         centering markup.
1908         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1909         from `org-export-mark-blockquote-and-verse'.
1910         (org-export-as-html): Implement the centering markup.
1912         * org-export-latex.el (org-export-latex-tables): Fix vertical
1913         lines in tables.
1915 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1917         * org.el (org-read-date-history): New variable.
1918         (org-read-date): Use new history variable.
1919         (org-toggle-heading): Fix bug when used before first headline.
1920         (org-store-log-note): Remove drawer if empty while note is
1921         aborted.
1922         (org-remove-empty-drawer-at): New function.
1923         (org-check-after-date): New command.
1924         (org-sparse-tree): New sparse tree command "a".
1926         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1928 2009-03-14  Bastien Guerry  <bzg@altern.org>
1930         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1931         column and a space, not only a column.
1933 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1935         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1936         defaults for verbose emphasis.
1937         (org-export-latex-emph-format): New function.
1938         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1940         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1941         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1942         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1943         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1944         commands.
1946         * org.el (org-timestamp-change): Move end-time along with start
1947         time.
1949 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1951         * org-exp.el (org-export-target-internal-links)
1952         (org-export-as-html): Protect links specified as #name.
1954 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1956         * org.el (org-clone-subtree-with-time-shift): New command.
1958         * org-export-latex.el (org-export-latex-special-chars)
1959         (org-export-latex-treat-sub-super-char): Fix subscript export.
1961         * org-exp.el (org-create-multibrace-regexp): Do not add
1962         backslashes to the class.
1964 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1966         * org-colview.el (org-columns-map): Better functions for moving up
1967         and down a row, even if `truncate-line' is nil.
1969         * org.el (org-insert-todo-heading): Make sure the keyword is
1970         inserted at the correct position.
1972         * org-publish.el (org-publish-project-alist)
1973         (org-publish-projects, org-publish-org-index): Change default anme
1974         for the index of file names to "sitemap.org".
1976         * org-export-latex.el (org-export-latex-tables): Use
1977         `org-split-string', for Emacs 21 compatibility.
1979 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1981         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1983 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1985         * org-exp.el (org-export-page-description)
1986         (org-export-page-keywords): New variables.
1987         (org-export-plist-vars): Add entries for :keywords and
1988         :description.
1989         (org-infile-export-plist): Parse for new keywords.
1990         (org-get-current-options): Add new keywords
1991         (org-export-as-html): Publish description and keywords.
1993         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1994         option.
1995         (org-agenda-add-entry-text): Honor
1996         `org-agenda-add-entry-text-descriptive-links'.
1998         * org-export-latex.el (org-export-latex-preprocess): Make all
1999         external preprocess functions use a PARAMETER arg.
2001         * org-exp.el (org-export-preprocess-string)
2002         (org-export-select-backend-specific-text)
2003         (org-export-format-source-code-or-example)
2004         (org-format-org-table-html): Support docbook export.
2005         (org-export-preprocess-string): Make all external preprocess
2006         functions use a PARAMETER arg.
2008 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2010         * org-exp.el (org-export-html-style-include-scripts): New option.
2011         (org-export-plist-vars): Add new option
2012         `org-export-html-style-include-scripts'.
2013         (org-export-as-html): Honor new option
2014         `org-export-html-style-include-scripts'.
2015         (org-export-html-scripts, org-export-html-style-default): Fix
2016         xml issues with the Safari browser.
2018 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2020         * org-publish.el (org-publish-attachment): Only copy file when the
2021         directories differ.
2023 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2025         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2026         for clocktable steps.
2028         * org.el (org-additional-option-like-keywords): Add two more
2029         keywords.
2031 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2033         * org-exp.el (org-export-format-source-code-or-example): Mark
2034         temporary buffer unmodified, so that it will be killed even if
2035         mode like message mode has decided to assign a file name.
2037         * org.el (org-scan-tags): Improve tag inheritance.
2038         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2039         case-sensitive.
2040         (org-scan-tags): Use the internal tags list instead of creating it
2041         from scratch.
2042         (org-trust-scanner-tags, org-scanner-tags): New variables.
2043         (org-scan-tags): Set `org-scanner-tags'.
2044         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2045         (org-map-entries): Document the possible speedup using scanner
2046         tags.
2048 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2050         * org.el (org-add-planning-info): Fix bug with looking for keyword
2051         only at column 0.
2053         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2054         option for tags filter preset.
2055         (org-prepare-agenda): Store filter preset as a property on the
2056         filter variable.
2057         (org-finalize-agenda): Call the filter, if there is a preset.
2058         (org-agenda-filter-by-tag): Filter again after clearing the
2059         filter, when there still is a preset.
2060         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2061         Include the preset filter.
2062         (org-agenda-redo): Apply the filter again, also the preset filter.
2064         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2066         * org.el (org-uuidgen-p): New funtion.
2068         * org-agenda.el (org-agenda-fontify-priorities): New default value
2069         `cookies'.
2070         (org-agenda-fontify-priorities): Renamed from
2071         org-fontify-priorities.
2073         * org.el (org-set-font-lock-defaults): Call
2074         `org-font-lock-add-priority-faces'.
2075         (org-font-lock-add-priority-faces): New function.
2077         * org-faces.el: (org-set-tag-faces): New option.
2078         (org-priority-faces): New variable.
2080         * org-exp.el (org-export-as-html): Add a "content" div around the
2081         entire content of the body tag.
2082         (org-export-html-get-bibliography): New function.
2083         (org-export-html-validation-link): New variable.
2084         (org-export-as-html): Add validation link to exported page.
2086         * org.el (org-match-sparse-tree): Renamed from
2087         `org-tags-sparse-tree'.
2088         (org-tags-sparse-tree): New alias.
2090 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2092         * org.el (org-get-valid-level): Catch the case where the level
2093         change is nil.
2095         * org-clock.el (org-clock-find-position): Better indentation of
2096         new clock drawers.
2098 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2100         * org-agenda.el (org-agenda-quit): Delete window only when the
2101         frame-setup was not `current-window'.
2103         * org.el (org-tag-persistent-alist): New option.
2104         (org-startup-options): Add keyword `noptag'.
2105         (org-fast-todo-selection): Handle :newline correctly.
2106         (org-set-tags): Handle :newline correctly.
2107         (org-fast-tag-selection): Handle :newline correctly.
2109 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2111         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2112         outputting it.
2113         (org-export-ascii-push-links): Fix bug with pussing links into the
2114         export buffer.
2116 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2118         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2119         pasting at top level.
2121         * org-bbdb.el: Improve documentation.
2123 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2125         * org-list.el (org-insert-item): Only consider insert empty lines
2126         is `org-empty-line-terminates-plain-lists' is not nil.
2128         * org.el (org-blank-before-new-entry): Mention the dependence on
2129         `org-empty-line-terminates-plain-lists' in the docstring.
2131         * org-publish.el (org-publish-get-project-from-filename): New
2132         optional argument UP.  Only find the top project if UP is set.
2133         (org-publish-current-project): Find the top encloding project.
2135         * org-agenda.el (org-agenda-before-write-hook)
2136         (org-agenda-add-entry-text-maxlines): New options.
2137         (org-write-agenda): Run the new hook in the temporary buffer.
2138         (org-agenda-add-entry-text): New function.
2139         (org-write-agenda): Implement PDF export, using ps2pdf.
2141         * org.el (org-global-properties-fixed, org-global-properties):
2142         Improve documentation string.
2144         * org-exp.el (org-export-ascii-links-to-notes): New option.
2145         (org-export-as-ascii): Handle links better.
2146         (org-export-ascii-wrap, org-export-ascii-push-links): New
2147         functions.
2149 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2151         * org-agenda.el (org-agenda): Make prefix arg optional.
2152         (org-agenda-search-headline-for-time): New option.
2153         (org-format-agenda-item): Honor
2154         `org-agenda-search-headline-for-time'.
2156         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2157         characters.
2159         * org.el (org-self-insert-cluster-for-undo): New option.
2160         (org-self-insert-command): Cluster undo for 20 characters.
2161         (org-self-insert-command-undo-counter): New variable.
2163 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2165         * org-exp.el (org-export-as-html): Fix problem with closing colone
2166         example.
2168 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2170         * org-export-latex.el (org-export-as-latex)
2171         (org-export-latex-first-lines): Avoid modification flag when
2172         adding or removing text properties.
2173         (org-export-latex-fontify): Catch error when org-emph-alist has
2174         entries that are not defined for LaTeX export.
2176         * org.el (orgstruct++-mode): New function.
2177         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2178         (org-context-p): Allow detecting item context after the first line
2179         of an item.
2180         (orgstruct-make-binding): Detect if item-body context should be
2181         seen.
2182         (orgstruct-is-++): New variable.
2183         (org-add-planning-info): Catch the case when there is no planning
2184         info yet and the call does not want to add anything, only maybe
2185         tries to remove something.
2186         (org-special-ctrl-a/e): All value to be a cons cell with separate
2187         settings for `C-a. and `C-e'.
2188         (org-beginning-of-line, org-end-of-line): Honor separate values
2189         for `C-a' and `C-e'.
2191 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2193         * org.el (org-reload): New command.
2195 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2197         * org-exp.el (org-export-htm-get-tag-class-name)
2198         (org-export-htm-get-todo-kwd-class-name): New functions.
2199         (org-export-html-tag-class-prefix)
2200         (org-export-html-todo-kwd-class-prefix): New options.
2201         (org-export-as-html): Call
2202         `org-export-html-get-todo-kwd-class-name'.
2203         (org-html-level-start): Wrap tags into classes.
2204         (org-export-html-get-tag-class-name)
2205         (org-export-html-get-todo-kwd-class-name): New functions.
2207         * org-export-latex.el (org-export-latex-collect-header-macros):
2208         Remove fields that are used anyway.
2209         (org-export-latex-make-header): Insert the options earlier.
2211         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2212         matching.
2214         * org-list.el (org-indent-item): Allow point to be at the end of
2215         the region.
2217         * org.el (org-metaleft, org-metaright): Be more accurate about
2218         detecting a region where commands apply.
2220         * org-compat.el (org-cursor-to-region-beginning): New function.
2222         * org.el (org-priority): Also find invisible heading.
2224         * org-colview-xemacs.el (org-columns-edit-value): No special
2225         treatment for `org-todo' prefix.
2227         * org-colview.el (org-columns-edit-value): No special treatment
2228         for `org-todo' prefix.
2230         * org-remember.el (org-remember-apply-template): Use
2231         `org-completing-read-no-ido'.
2233         * org.el (org-completing-read-no-ido): New function.
2234         (org-make-tags-matcher, org-set-property): Use
2235         `org-completing-read-no-ido'.
2237         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2238         New option.
2239         (org-export-as-latex): Import in-buffer settings as TeX macros.
2240         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2241         (org-export-latex-collect-header-macros): New function.
2243         * org.el (org-refile-get-location): Turn off
2244         `partial-completion-mode'.
2246 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org.el (org-block-todo-from-checkboxes): Announce that
2249         checkboxes are the culprit.
2250         (org-block-todo-from-children-or-siblings): Call
2251         `org-up-heading-all instead' of `outline-up-heading'.
2253         * org-agenda.el (org-agenda-show-1): Renamed from
2254         `org-agenda-show'.
2255         (org-agenda-show): Re-install the old version for now.
2256         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2257         variable into the blokker hook, so that the checkbox checker can
2258         anounce that it caused the blocking.
2260         * org.el (org-track-ordered-property-with-tag): New option.
2261         (org-toggle-ordered-property): Honor
2262         `org-track-ordered-property-with-tag'.
2263         (org-tag-alist): Add newline options.
2264         (org-set-regexps-and-options): Separate option lines imply a
2265         newline.
2266         (org-set-regexps-and-options, org-assign-fast-keys)
2267         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2268         option.
2269         (org-indent-line-function): Make sure this works even if there is
2270         not `org-drawer-regexp' defined.  This can happen when
2271         orgstruct-mode is used in a non-org buffer.
2273         * org-list.el (org-checkbox-blocked-p): New function.
2274         (org-toggle-checkbox): Check for blocking.
2276         * org.el (org-modules): Add an entry for org-R.el.
2278         * org-agenda.el (org-agenda-todo-ignore-with-date)
2279         (org-agenda-todo-ignore-scheduled)
2280         (org-agenda-todo-ignore-deadlines): Mention the variable
2281         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2283         * org.el (org-get-wdays): Find the warning period also if it is in
2284         the wrong place.
2285         (org-ido-completing-read): Provide the correct arguments to
2286         ido-completing-read and bind `ido-enter-matching-directory' to
2287         nil.
2289 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2291         * org.el (org-olpath-completing-read): Never use ido for this
2292         one.
2294         * org-exp.el (org-export-normalize-links): Use new macro.
2296         * org-macs.el (org-if-unprotected-at): New macro.
2298         * org-agenda.el (org-agenda-show): Allow numerical prefix
2299         arguments to specify how much context should be shown.
2300         (org-agenda-cycle-show): New command, could be bound to SPC in
2301         org-agenda-mode-map.
2303         * org-exp.el (org-html-level-start): Space after section number.
2305 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2307         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2308         property, for sorting.
2309         (org-cmp-todo-state): Get the applicable TODO keywords directly
2310         from the buffer.
2311         (org-run-agenda-series, org-agenda-list, org-search-view)
2312         (org-todo-list, org-tags-view): Only fit agenda window when the
2313         whole series is done.
2315         * org.el (org-scan-tags): Add todo state as property, for sorting.
2317         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2318         `org-agenda-overriding-header' as an option.
2319         (org-agenda-list): Honor org-agenda-overriding-header'.
2321 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2323         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2324         after removing a checkbox.
2326         * org.el (org-show-entry): Make this work correctly also if it is
2327         the last entry in the file.
2328         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2329         falling back to normal, default command.
2330         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2331         item, call the checkbox toggler to get a box.
2333         * org-list.el (org-toggle-checkbox): Make double prefix set the
2334         checkbox to "[-]".
2335         (org-fix-bullet-type): Only replace bullet if it is changed.
2336         (org-renumber-ordered-list): Handle case when first item does not
2337         have a number.
2339         * org.el (org-add-log-setup): Fix positioning when
2340         `org-log-states-order-reversed' is nil.
2342         * org-clock.el (org-clock-in): Fix positioning when
2343         `org-log-states-order-reversed' is nil.
2344         (org-clock-find-position): Fix positioning when
2345         `org-log-states-order-reversed' is nil.
2347 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2349         * org-clock.el (org-clock-into-drawer): Take default from
2350         `org-log-into-drawer'.
2351         (org-clock-find-position): Look for the correct drawer.
2353         * org.el (org-log-into-drawer): Renamed from
2354         `org-log-state-notes-into-drawer'.
2355         (org-log-state-notes-into-drawer): New variable alias.
2356         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2357         CLOCK.
2358         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2360 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2362         * org-agenda.el (org-agenda): Fix docstring.
2364         * org.el ("org-plot"): Help loading org-plot.
2365         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2366         (org-metadown-hook, org-shiftmetaleft-hook)
2367         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2368         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2369         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2370         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2371         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2373         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2374         for selecting files with any (and even without) extension.
2376         * org.el (org-save-all-org-buffers): Also save id locations.
2377         (org-revert-all-org-buffers): Also load id locations.
2379 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2380         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2381         (org-log-state-notes-into-drawer): New option.
2382         (org-add-log-setup): Place the sate note marker into the drawer,
2383         create drawer when necessary.
2384         (org-refile-targets): Document special interpretation of LEVEL
2385         when odd-levels are used.
2387 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2389         * org.el (org-store-log-note): Fix note indentation when adding
2390         notes to end of list.
2392         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2393         class, so that each keyword can get special colors through CSS.
2395         * org-clock.el (org-clock-out): Add another nil for the previous
2396         state into the call to `org-add-log-setup'.
2398         * org.el (org-log-note-previous-state): New variable.
2399         (org-log-note-headings): New %S escape for old state.
2400         (org-todo): Call the note setup with the old state as an
2401         argument.
2402         (org-add-note): Add another nil for the previous state into the
2403         call to `org-add-log-setup'.
2404         (org-add-log-setup): New argument PREV-STATE.
2405         (org-add-log-note): Handle new %S escape.
2406         (org-store-log-note): Handle new %S escape.
2408 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2410         * org-clock.el (org-clock-find-position): Do not swallow an item
2411         less indented than the CLOCK line itself.
2412         (org-clock-in): Push markers to lin after the clock line.
2413         (org-clock-find-position): Handle values of
2414         `org-clock-into-drawer' smaller than 2.
2416         * org-exp.el (org-html-level-start): Add a CSS class to section
2417         numbers.
2418         (org-export-html-toplevel-hlevel): Better documentation of the
2419         influence of this variables on H levels and css classes in
2420         export.
2422 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2424         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2425         timestamp and nottimestamp to the chooe menu.
2427         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2428         (org-revert-all-org-buffers): New command.
2430 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2432         * org.el (org-return): Implement `org-return-follows-link' in the
2433         function org-return.  This is more robust than using the mouse
2434         map, I think.
2435         (org-set-regexps-and-options): Match more general #+TODO lines.
2436         (org-make-options-regexp): New optional argument EXTRA, for an
2437         extra regexp.
2438         (org-tab-follows-link): Mark as deprecated.
2440 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2442         * org-exp.el (org-export-preprocess-string): Remove clock lines
2443         earlier, so that they cannot cotribute to verbatim snippets.
2445 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2447         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2448         for finding drawers.
2449         (org-export-as-ascii, org-export-as-html): Count levels relative
2450         to the subtree header.
2451         (org-get-min-level): New optional argument OFFSET.
2452         (org-export): Make sure point is restored after popping up that
2453         window.
2455         * org.el (org-do-sort): Also take an inactive timestamp if no
2456         active one is found.
2458         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2459         deleting duplicates.
2461         * org-colview.el (org-columns-capture-view): Copy before
2462         deleting duplicates.
2464         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2465         text before first headline.
2467         * org.el (org-format-latex): Do not convert LaTeX fragments in
2468         protected examples.
2470 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2472         * org-exp.el (org-export-html-style-default): Use color values
2473         instead of names for XHTML validation.
2475         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2476         functions.
2477         (org-return-follows-link): Revert making this the default untile
2478         issues are resolved.
2480         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2481         nottimestamp.
2483 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2485         * org.el (org-mode): Make dependence stuff work more reliably.
2486         (org-update-parent-todo-statistics): Fix bug with updating
2487         statistics cookie.
2489         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2490         ~ as verbatim delimiters.
2492         * org-exp.el (org-export-html-format-image): New argument
2493         PAR-OPEN.
2494         (org-export-as-html): Pass par-open to
2495         `org-export-html-format-image'.
2497 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2499         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2500         (org-use-fast-todo-selection, org-tags-column): New default
2501         setting for variables, based on a poll what typical uses use.
2503         * org-agenda.el (org-agenda-sorting-strategy)
2504         (org-agenda-tags-column): New default setting for variables, based
2505         on a poll what typical uses use.
2507 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2510         blocked entries from setting the blocked tag.
2512         * org-exp.el (org-export-html-footnotes-section): Use a more
2513         consistent id for footnotes.
2515         * org-export-latex.el (org-export-latex-classes): Remove the
2516         a4paper option from the default styles.
2518 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2520         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2521         (org-block-todo-from-checkboxes): New function.
2522         (org-todo): Make tripple prefix arg circumvent blocking.
2524         * org-timer.el (org-timer): Provide the timer feature.
2526         * org.el (org-require-autoloaded-modules): Add a few more files to
2527         the list of autoloaded modules.
2529         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2531 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2533         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2534         drawers that are unprotected.
2535         (org-export-html-format-image): Make sure inlined LaTeX fragment
2536         images remain inlined.
2538         * org.el (org-toggle-ordered-property): New function.
2539         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2540         (org-org-menu): Add menu entries for TODO dependencies.
2542 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2544         * org.el (org-default-properties): Add ORDERED to the default
2545         properties, to get completion support for it.
2547         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2549         * org.el (org-update-parent-todo-statistics): Update more than one
2550         cookie.
2552         * org-agenda.el (org-agenda-get-todos): Start search from correct
2553         position.
2555         * org.el (org-fast-todo-selection): Make sure TODO selection does
2556         not change buffer position.
2558         * org-list.el (org-toggle-checkbox): Implement adding or removing
2559         checkboxes from line or region when called with a prefix
2560         argument.
2562         * org-rmail.el (org-rmail-store-link): Protect the call to
2563         `rmail-narrow-to-non-pruned-header'.
2565         * org-clock.el (org-clock-special-range): Fix week display in
2566         clock tables.
2568         * org-exp.el (org-get-current-options): Fix bug when in indirect
2569         buffer.
2571 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2573         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2574         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2575         (org-agenda-dim-blocked-tasks): New function.
2577         * org.el (org-enforce-todo-dependencies): New option.
2578         (org-block-todo-from-children-or-siblings): New function.
2580         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2582         * org.el (org-todo): Return correct state type even if the blocker
2583         throws an error.
2584         (org-modifier-cursor-error): Renamed from
2585         `org-shiftcursor-error'.
2586         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2587         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2589         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2590         to get real errors from the blocker hook.
2592         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2593         functions.
2594         (org-set-visibility-according-to-property): Turn off the setting
2595         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2596         property.
2598 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2600         * org.el (org-support-shift-select): New option.
2601         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2602         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2603         selection outside contexts.
2605         * org-list.el (org-at-item-bullet-p): New function.
2607         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2608         variables.
2610         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2611         variable.
2612         (org-insert-footnote-reference-near-definition): Remove
2613         unnecessary let form.
2615         * org-export-latex.el (org-export-latex-first-lines): Add
2616         OPT-PLIST parameter.
2617         (org-export-as-latex): Call `org-export-latex-first-lines' with
2618         opt-plits parameter.
2619         (org-export-latex-preprocess): Remove unnecessary variables.
2621         * org-exp.el (org-infile-export-plist)
2622         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2623         (org-export-remove-headline-metadata)
2624         (org-export-get-title-from-subtree, org-get-min-level)
2625         (org-html-do-expand): Remove innecessary let form.
2627         * org-colview-xemacs.el (org-columns-display-here): Remove
2628         unnecessary variables.
2630         * org-colview.el (org-columns-display-here): Remove unnecessary
2631         variables.
2633         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2634         variables.
2636         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2637         unnecessary variables.
2639         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2640         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2641         variables.
2643         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2644         (org-compact-display-after-subtree-move): Remove unnecessary
2645         variables.
2646         (org-edit-fixed-width-region): Remove unnecessary variables.
2647         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2648         (org-olpath-completing-read): Remove unnecessary variable.
2649         (org-auto-repeat-maybe): Remove unnecessary variable.
2650         (org-map-entries): Remove unnecessary variable.
2651         (org-buffer-property-keys, org-imenu-get-tree)
2652         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2654 -----------------------------------------------------------------
2656 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2657         * org-exp.el (org-export-remove-timestamps): Never remove
2658         timestamps from tables.
2660         * org-export-latex.el (org-export-latex-first-lines): Add more
2661         options to the preprocessing of the text before the first
2662         headline.
2664 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org-faces.el (org-clock-overlay): Make face compatible with
2667         XEmacs.
2669         * org.el (org-yank): Add property for delete-selection mode.
2671         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2673         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2674         variable.
2676         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2677         to `backward-char'.
2679         * org-exp.el (org-export-as-html): Remove the initial space from
2680         colon examples.
2682         * org.el (org-scan-tags): Call
2683         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2685         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2686         customization groups.
2687         (org-agenda-tags-todo-honor-ignore-options): New option.
2688         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2689         New function.
2690         (org-agenda-get-todos): Use
2691         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2693 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2695         * org-exp.el (org-export-format-source-code-or-example): Escape
2696         HTML characters also in examples that anre not treated with
2697         htmlize.  Also, just switch to EXAMPLE processing if we do not
2698         have a good version of htmlize.
2700         * org-rmail.el: Fix copyright notice.
2702         * org.el (org-activate-footnote-links): Improve footnote link
2703         highlighting.
2705         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2706         a footnote definition at the end of the file.
2708         * org-table.el (org-table-get-specials): Add an imagined hline at
2709         the end of the table.  This can be useful for references that want
2710         to go to the end of the table.  Also fix bug when computing last
2711         row constants, in tables that do not start right at the right
2712         margin.
2713         (org-table-eval-formula): Match and replace remove references.
2714         (org-table-formula-substitute-names): Make sure that names inside
2715         a "remote" call are left alone, the will be replaced later when
2716         the remote call is handled.
2717         (org-table-convert-refs-to-rc): Do not convert things that might
2718         look like a reference, but are really part of an ID or namei n a
2719         remote reference.
2720         (org-table-get-remote-range): New function.
2722 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2724         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2726         * org-clock.el (org-clock-put-overlay): Use new face instead of
2727         `secondary-selection'.
2729         * org-faces.el (org-clock-overlay): New face.
2731 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2733         * org-exp.el (org-get-current-options): Include the option for
2734         publishing time stamps.
2736         * org.el (org-toggle-heading): Renamed from
2737         `org-toggel-region-headings'.
2738         No longer needs a region defined, but will use it if there is one.
2739         (org-ctrl-c-star): Simplified, relying more on the internal
2740         workings of `org-toggle-heading'.
2741         (org-toggle-item): Renamed from `org-toggle-region-items'.
2742         No longer needs a region defined, but will use it if there is one.
2743         (org-ctrl-c-minus): Simplified, relying more on the inernal
2744         workings of `org-toggle-item'.
2746         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2747         environment detection.  Also, do real changes only in unprotected
2748         places.
2750 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2752         * org-export-latex.el (org-export-latex-quotation-marks): Use
2753         `org-if-unprotected-1'.
2754         (org-export-latex-set-initial-vars): Check for class definition in
2755         property.
2757         * org-macs.el (org-if-unprotected-1): New macro.
2759 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2761         * org-compat.el (org-count-lines): New function.
2763         * org-exp.el (org-export-format-source-code-or-example): Handle
2764         switches related to text areas.
2766         * org.el (org-activate-footnote-links): Don't allow match inside a
2767         link.
2769         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2771         * org-export-latex.el (org-export-latex-links): Keep a relative
2772         path relative also after export.
2774         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2776         * org.el (org-make-tags-matcher): Never use IDO for completing the
2777         tags matcher match string.
2778         (org-completing-read): Also remove the special biding for "?".
2780         * org-attach.el (org-attach-allow-inheritance): New option.
2781         (org-attach-inherited): New variable.
2782         (org-attach-dir): Handle properties related to the attachment
2783         directory.
2784         (org-attach-check-absolute-path): New function.
2785         (org-attach-set-directory, org-attach-set-inherit): New commands.
2786         (org-attach): Accommodate the new commands in the dispatcher.
2788 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2790         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2791         `window-full-width-p'.
2793         * org-exp.el (org-export-as-html): Only check for images files
2794         that really can be inlined
2796         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2797         list of extensions to be a parameter.
2799         * org-exp.el (org-export-html-inline-image-extensions): New
2800         variable.
2802         * org-agenda.el (org-prepare-agenda): Use
2803         `org-agenda-block-separator'.
2804         (org-agenda-block-separator): New option.
2806 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2808         * org-export-latex.el (org-export-latex-tables): Call
2809         `org-table-clean-before-export' with the new optional argument.
2811         * org-exp.el (org-table-clean-before-export): New optional
2812         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2813         first column.
2815 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2817         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2818         histograms.
2820         * org-colview.el (org-colview-construct-allowed-dates): Better
2821         error catching when a date/time property does not have allowed
2822         values defined.
2824         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2825         Better error catching when a date/time property does not have
2826         allowed values defined.
2828 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2830         * org.el (org-map-entries): Restore point and restriction after
2831         `org-map-entries'.
2833 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2835         * org.el (org-time=, org-time<, org-time<=, org-time>)
2836         (org-time>=, org-time<>): Make sure both values are dates.
2838 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2840         * org-archive.el (org-extract-archive-heading): Allow %s for file
2841         name also in achive location heading.
2843 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2845         * org-archive.el (org-add-archive-files): Uniquify the list before
2846         returning it.
2848 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2850         * org-compat.el (org-fit-window-to-buffer): Use
2851         `window-full-width-p'.
2853         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2854         space after the colon in short examples.
2856         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2857         enforce a space after the colon.  However, we also allow lines
2858         that are *only* a colon.
2859         (org-export-as-html): Enforce the space after the colon in short
2860         examples.
2861         (org-export-preprocess-string): Do the colon example protection
2862         earlier.
2863         (org-export-remove-timestamps): Do not check for protection at the
2864         end of the line.
2866 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2868         * org.el (org-format-latex-options): Add new matcher for single
2869         letters between dollars.
2870         (org-get-header): Function removed.
2871         (org-heading-components): New function.
2873         * org-exp.el (org-export-define-heading-targets): Record ID's also
2874         as alternative targets.
2875         (org-export-as-html): Interpret "id:" links to other files by
2876         preserving the relative path.
2878         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2879         is nil.
2881         * org-exp.el (org-export-normalize-links): Protect the main link,
2882         to avoid special character processing.
2884         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2885         New variable.
2886         (org-export-latex-special-string-regexps): Variable removed.
2887         (org-export-latex-keywords): Use the new regexp.
2889         * org-exp.el (org-export-handle-include-files): Fetch switches and
2890         put them into the BEGIN statement.
2892         * org-timer.el (org-timer-mode-line-string): New variable.
2894         * org-clock.el (org-clock-mode-line-map): Renamed from
2895         `org-clock-mode-map'.
2896         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2897         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2898         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2899         (org-clock-remove-overlays): Renamed from
2900         `org-remove-clock-overlays'.
2902         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2903         and mode line display.
2904         (org-timer-stop): New command.
2905         (org-timer-seconds): Return correct time when timer is paused.
2906         (org-timer-mode-line-timer): New variable.
2907         (org-timer-set-mode-line, org-timer-update-mode-line): New
2908         functions.
2910         * org.el (org-insert-heading):  Handle new value `auto' for
2911         `org-blank-before-new-entry'.
2912         (org-org-menu): Add new items for timer functions.
2914         * org-list.el (org-insert-item): Handle new value `auto' for
2915         `org-blank-before-new-entry'.
2917         * org.el (org-blank-before-new-entry): New value `auto', made
2918         default.
2920 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2922         * org-exp.el (org-export-normalize-links): If the link is also
2923         used as the description, protect the description.
2925 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2927         * org.el (org-closest-date): Fix bug with yearly repeats, in
2928         combination with preference of the past as it is used for deadline
2929         and scheduling search.
2931         * org-exp.el (org-html-handle-time-stamps): No longer check for
2932         the `org-export-with-timestamps' option, because the preprocesser
2933         has taken care of this already.
2935         * org.el (org-entry-properties): Catch the case when this is
2936         called in a non-org-mode file.
2938         * org-export-latex.el (org-export-latex-remove-from-headlines):
2939         Variable made obsolete, also LaTeX export now uses the standard
2940         variables.
2941         (org-export-as-latex): Add the timestamps parameter to the
2942         preprocessor parameter list.
2943         (org-export-latex-content): Export the remaining keywords without
2944         considering to remove them.
2945         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2946         Use bold font instead of tt font for the keywords.
2947         (org-export-latex-fontify-headline): Format headlines, assuming
2948         that all keywords still present should be published.
2949         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2950         publish what ever remains of the time stamps.
2951         (org-export-latex-list-parameters): New option.
2952         (org-export-latex-lists): Pass additional parameters to the list
2953         converter.
2955         * org-exp.el (org-export-preprocess-string): Remove clock lines
2956         and timestamps already in the preprocesor.
2957         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2958         functions.
2959         (org-export-as-ascii, org-export-as-html): Add the timestamps
2960         parameter to the preprocessor parameter list.
2962         * org-list.el (org-list-parse-list): Parse for checkboxes.
2963         (org-list-to-generic): Introduce and handle new parameters :cbon
2964         and :cboff.
2965         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2966         optional parameter PARAMS.
2968         * org-export-latex.el (org-export-latex-special-chars): Fix
2969         problems with interpreting dollar signs.
2970         (org-inside-latex-math-p): New function.
2971         (org-export-latex-preprocess): Protect all the math fragments.
2973         * org.el (org-latex-regexps): Allow a dash after a dollar.
2975         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2976         mark after copying.
2978         * org-agenda.el (org-run-agenda-series): Have series options set
2979         when finalizing the agenda.
2981         * org-exp.el (org-export-format-source-code-or-example): Protect
2982         the converted examples.
2984         * org.el (org-set-regexps-and-options): Fix the regexp
2985         `org-complex-heading-regexp'.
2987 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2989         * org.el (org-edit-src-get-label-format): New function.
2990         (org-coderef-label-format): New option.
2991         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2992         a label format specification and make sure it is used in the edit
2993         buffer.
2994         (org-edit-src-get-label-format): New function.
2995         (org-store-link): Handle new coderef formats.
2996         (org-link-search): Handle new coderef formats.
2998         * org-footnote.el (org-footnote-create-definition)
2999         (org-footnote-goto-local-insertion-point): Make footnote insertion
3000         work correctly when the "Footnotes" headline is the last line in
3001         the buffer.
3003         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3004         the location.
3006 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3008         * org-w3m.el (org-w3m): New customization group.
3009         (org-w3m-deactivate-mark): New option.
3010         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3011         option say not to.
3013 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3015         * org.el (org-set-font-lock-defaults): Trigger footnote
3016         fontification.
3017         (org-activate-footnote-links): New function.
3018         (org-activate-links): New entry `footnote'.
3020         * org-faces.el (org-footnote): New face.
3022 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3024         * org-macs.el (org-re): Handle the [:word:] class.
3026         * org-exp.el (org-export-preprocess-string): Call
3027         `org-export-protect-colon-examples'.
3028         (org-export-protect-colon-examples): Renamed from
3029         `org-export-protect-examples', and scope limited to lines starting
3030         with a colon.
3032 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3034         * org-exp.el (org-export-preprocess-string): Move the preprocess
3035         hook to after turning on Org-mode.
3036         (org-export-preprocess-after-include-files-hook)
3037         (org-export-preprocess-after-tree-selection-hook)
3038         (org-export-preprocess-before-backend-specifics-hook)
3039         (org-export-preprocess-final-hook): New hooks.
3040         (org-export-preprocess-string): Run the new hooks.
3042         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3044         * org-footnote.el: New file.
3046         * org.el (org-footnote): Require footnote code.
3047         (org-startup-options): Add new footnote options.
3048         (org-mode-map): New keybindig for footnotes.
3049         (org-ctrl-c-ctrl-c): Add function at footnotes.
3050         (org-org-menu): New menu entries for footnotes.
3052         * org-export-latex.el (org-export-as-latex): Pass footnote
3053         variable to preprocessor.
3054         (org-export-latex-preprocess): Treat multiple references to a
3055         footnote.
3057         * org-exp.el (org-export-preprocess-string): Call
3058         `org-footnote-normalize'.
3059         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3060         to preprocessor.
3061         (org-export-as-html): Treat multiple references to a footnote.
3063 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3065         * org-export-latex.el (org-export-latex-links): Handle coderef
3066         links.
3068         * org.el (org-bracket-link-analytic-regexp++): New variable.
3069         (org-make-link-regexps): Initialize
3070         `org-bracket-link-analytic-regexp++'.
3071         (org-store-link): Implement special case in edit-src buffer.
3072         (org-insert-link): No use of ide to insert stored links.
3073         (org-link-search): Implement special case for coderefs.
3075         * org-exp.el (org-export-html-scripts): New constant.
3076         (org-export-html-style-default): Add a new style for highlighted
3077         code.
3078         (org-export-code-refs): New variable.
3079         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3080         Call `org-export-replace-src-segments-and-examples'
3081         No longer call `org-export-protect-examples'.
3082         (org-export-target-internal-links): Take care of coderef targets.
3083         (org-export-last-code-line-counter-value): New variable.
3084         (org-export-replace-src-segments-and-examples): Renamed from
3085         `org-export-replace-src-segments', and modified.
3086         (org-export-format-source-code-or-example): Renamed from
3087         `org-export-format-source-code'.
3088         (org-export-number-lines): New function.
3089         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3091 --------------------------------------------------------------------------
3093 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3095         * org-remember.el (org-remember-handler): Safer way to get a new
3096         buffer accessing the target file.
3098         * org.el (org-refile-get-location): Handle case of current buffer
3099         not having a file associated with it.
3101 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3103         * org-table.el (org-table-get-formula): Only ask to overwrite
3104         field formula if there really is one.
3106         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3107         number, by converting these to a string.
3109         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3110         located in a different file.
3112         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3113         org-colview.el.
3115 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3117         * org.el (org-completion-use-ido): Enhance docstring of
3118         `org-completion-use-ido'.
3120         * org-export-latex.el (org-export-latex-make-header): Double the %
3121         in the time stamp format.
3122         (org-export-latex-special-chars): Handle case where there is no
3123         match group 3.
3125 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3127         * org.el (org-get-refile-targets, org-refile-get-location): Use
3128         expanded file name to improve comparison.
3130 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3132         * org.el (org-scan-tags): Rescan for tags, to get the correct
3133         upcase/downcase stuff.  This slows things down for now, but it
3134         works.
3135         (org-mode): Make sure the tag-faces regexp is initialized.
3137         * org-export-latex.el (org-export-latex-links): Fix bug with
3138         undefined label.
3140         * org-table.el (org-table-get-specials): Set
3141         `org-table-current-last-data-line'.
3142         (org-table-current-last-data-line): New variable.
3143         (org-table-insert-column, org-table-delete-column)
3144         (org-table-move-column, org-table-fix-formulas): Call
3145         `org-table-fix-formulas' a second time to fix the $LR references.
3146         (org-table-get-specials): Add the $LR references to the tables.
3147         (org-table-get-formula): Do not offer last-row names as LHS of
3148         formulas.
3150         * org.el (org-store-link): Capture link description from
3151         `org-id-store-link'.
3153         * org-exp.el (org-export-html-format-image): Add the / to the end
3154         of the <img> tag.
3155         (org-export-format-source-code): Surround example by empty lines,
3156         to make sure it will not be inside a paragraph.
3158         * org.el (org-ido-switchb): New function.
3160 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3162         * org-agenda.el (org-agenda-show): New prefix argument
3163         FULL-ENTRY.
3165         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3166         argument.
3168         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3169         `org-agenda-change-all-lines'.
3170         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3171         tags are now retrieved locally.
3173 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * org.el (org-get-outline-path): Fix bug if level is not given.
3176         (org-org-menu): Do not quote function in menu vector.
3178         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3179         name.
3181 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3183         * org.el (org-refile): Avoid refiling to within the region to be
3184         refiled.
3186         * org-export-latex.el (org-export-latex-special-chars): Replace
3187         special characters also in tables.
3189         * org-agenda.el (org-agenda-change-all-lines): New argument
3190         FORCE-TAGS.
3191         (org-agenda-set-tags): Cet the new tags and pass them to
3192         `org-format-agenda-item'.
3194 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3196         * org-export-latex.el (org-export-latex-classes): Add longable as
3197         a default package to all classes.
3198         (org-export-latex-tables): Handle the longtable attribute and the
3199         align attribute.
3201         * org-table.el (orgtbl-to-generic): Handle tables that start with
3202         a hline.
3204         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3205         \verb for colde-like snippets.
3206         (org-export-as-latex): Fix issues with region export.
3208         * org.el (org-up-heading-safe): Speed up function by using a
3209         direct regexp search.
3210         (org-olpa): New variable.
3211         (org-get-outline-path): Speed-up path constructions in cases where
3212         this is possible because the entire hierarchy is scanned anyway.
3213         (org-refile-get-location): Don't compare the truenames of files,
3214         this is too slow.
3215         (org-goto-max-level): New option.
3216         (org-goto): Use `org-goto-max-level'.
3218 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3220         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3221         Strip angle brackets from message-ids in the former and don't do
3222         it in the latter.
3223         (org-gnus-follow-link): Open summary reliable, even if the last
3224         messages were deleted, and handle empty groups, too.
3226 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3228         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3229         instead of \texttt for the =...= and ~===~ emphasis environments.
3230         (org-export-as-latex): Remove any old :org-license-to-kill text
3231         properties.
3232         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3233         (org-export-latex-make-header): Add some hard space after the
3234         table of contents.
3235         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3236         exported text so that it will be excuded in further steps.
3238         * org-table.el (org-table-get-specials): Make @0 reference the
3239         last line in a table.
3240         (org-table-recalculate): Improve docstring.
3242 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3244         * org.el (org-log-done): Fix docstring.
3246 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3248         * org-exp.el (org-export-html-format-image): Fix bugs.
3250         * org-export-latex.el (org-export-latex-tables)
3251         (org-export-latex-links): Implement attribute, label, and caption
3252         handling.
3254         * org-exp.el (org-export-html-style-default): Add style
3255         definitions for the figure div.
3256         (org-export-preprocess-string, org-export-as-html): Implement
3257         attribute, label, and caption handling.
3258         (org-export-attach-captions-and-attributes): New function.
3259         (org-export-html-format-image): New function.
3260         (org-format-org-table-html): Implement attribute, label, and
3261         caption handling.
3263         * org.el (org-find-text-property-in-string): New function.
3264         (org-extract-attributes): Use the property org-attr instead of
3265         org-attrobutes, because this property is now set with the #+ATTR
3266         lines.
3268 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3270         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3271         the case that FROM is nil.
3273         * org.el (org-before-first-heading-p): New function.
3275 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3277         * org-exp.el (org-export-as-html): Do not add a space before
3278         enforces line breaks.
3279         (org-export-as-html): Close paragraph before blockquote and verse
3280         tags.
3282 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3284         * org-id.el (org-id-locations-file): Wrap file name with
3285         `convert-standard-filename'.
3286         (org-id-files): New variable.
3287         (org-id-use-hash): New option.
3288         (org-id-update-id-locations): Also search in all files current
3289         listed in `org-id-files'.  Convert the resulting alist to a hash
3290         if the user customation says so.
3291         (org-id-locations-save): Handle he case if `org-id-locations' is a
3292         hash.
3293         (org-id-locations-load): Convert the alist to a hash.
3294         (org-id-add-location): Handle the hast case.
3295         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3296         exited.
3297         (org-id-hash-to-alist, org-id-alist-to-hash)
3298         (org-id-paste-tracker): New functions.
3300 -------------------------------------------------------------------------
3302 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3304         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3305         bindings of calendar variables.
3307         * org-table.el (org-table-find-row-type): Renamed from
3308         `org-find-row-type'.
3309         (org-table-rewrite-old-row-references): Renamed from
3310         `org-rewrite-old-row-references'.
3311         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3312         (org-table-cleanup-narrow-column-properties): Renamed from
3313         `org-cleanup-narrow-column-properties'.
3315 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3317         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3318         for better error messages.
3319         (org-table-get-descriptor-line): Supply the new arguments to
3320         `org-find-row-type'.
3321         (org-table-error-on-row-ref-crossing-hline): New option.
3323         * org.el (org-target-link-regexp): Make buffer-local.
3324         (org-move-subtree-down): Fix bug with trees at beginning of
3325         buffer.
3327 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3329         * org-faces.el (org-set-tag-faces): New function.
3330         (org-tags-special-faces-re): New variable.
3332         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3334         * org-faces.el (org-tag-faces): New option.
3335         (org-tag): Mention `org-tag-faces' in the docstring.
3337 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3339         * org-exp.el (org-export-html-style-default): Implement new
3340         quoting.
3342         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3344         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3345         command to the `w3m-minor-mode-map'.
3347         * org-archive.el (org-archive-to-archive-sibling): Protect
3348         `this-command' to avoid appending kills during archiving.
3350         * org-exp.el (org-export-with-priority): New variable.
3351         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3352         instead of internal list of strings and properties.
3353         (org-print-icalendar-entries): Retrieve the location property with
3354         inheritance.
3356 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3358         * org-exp.el (org-export-with-todo-keywords): New option.
3359         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3360         line.
3361         (org-default-export-plist, org-export-add-options-to-plist)
3362         (org-export-as-ascii, org-export-as-html): Use the new structure
3363         of `org-export-plist-vars'.
3365         * org.el (org-map-entries): Return all values.
3367 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3369         * org.el (org-matcher-time): Recognize more special values.
3371         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3373 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3375         * org.el (org-tags-exclude-from-inheritance): New option.
3376         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3377         `org-tags-exclude-from-inheritance'.
3379         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3380         (org-format-agenda-item): Add inherited tags to the agenda line
3381         string, and make sure that properties are kept when downcasing the
3382         tags list.
3383         (org-agenda-add-inherited-tags): New function.
3384         (org-downcase-keep-props): New function.
3386         * org.el (org-scan-tags): Mark inherited tags with a text
3387         property.
3388         (org-get-tags-at): Mark inherited tags with a text property.
3389         (org-add-prop-inherited): New function.
3391         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3392         (org-agenda-show-inherited-tags): New option.
3394 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3396         * org.el (org-modules): Add org-w3m to the default modules.
3398         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3399         orgtbl-mode.
3400         (orgtabl-create-or-convert-from-region): New command.
3402         * org-exp.el (org-export-as-ascii): Remove the handling of
3403         targets.
3404         (org-export-ascii-preprocess): Handle targets already in this
3405         function.
3407 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3409         * org-timer.el (org-timer-start-time): Define this variable.
3410         (org-timer-item): Make argument optional.
3412         * org-list.el (org-insert-item): Automatically insert a timer item
3413         if the current list is a timer list.
3415         * org-timer.el: New file.
3417         * org-publish.el (org-publish-org-index): Only exclude the index
3418         file in the main directory from being added to the site-map.
3419         (org-publish-get-project-from-filename): If the current project is
3420         a component, start publishing from the parent project.
3422 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3424         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3426         * org-publish.el (org-publish-org-index): Improve removal of
3427         temporary buffers.
3429         * org-agenda.el (org-get-closed): Re-apply changes
3430         accidentially overwritten by last commit to Emacs.
3432         * org.el (org-outline-path-complete-in-steps): New option.
3433         (org-refile-get-location): Honor
3434         `org-outline-path-complete-in-steps'.
3435         (org-agenda-change-all-lines, org-tags-sparse-tree)
3436         (org-time-string-to-absolute, org-small-year-to-year)
3437         (org-link-escape): Re-apply changes accidentially overwritten
3438         by last commit to Emacs.
3440 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3442         * org-clock.el (org-dblock-write:clocktable): Make sure the
3443         clocktable sees the first line.
3444         (org-clock-in): Warn if the clock cannot be resumed.
3446 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3448         * org.el (org-open-at-point): Fix mixup about interactive and
3449         non-interactive elisp links.
3451 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3453         * org-exp.el (org-export-preprocess-string): Allow one comment
3454         line before the first headline to always be included.  This is
3455         to not miss a commented target.
3457         * org-mouse.el (org-mouse-insert-item): Call
3458         `org-indent-to-column' instead of `indent-to', for XEmacs
3459         compatibility.
3461         * org.el (org-refile-targets): Fix customize definition so
3462         that it works also in XEmacs.
3463         (org-fixup-indentation): Call `org-indent-to-column' instead
3464         of `indent-to', for XEmacs compatibility.
3466 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3468         * org-mew.el (org-mew-store-link): Get the correct case folder
3469         for refiled messages.
3471 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3473         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3474         line break indicators.
3476         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3477         ido-completion propts.
3479 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3481         * org-remember.el (org-remember-apply-template): Use
3482         `org-substring-no-properties'.
3484         * org-compat.el (org-substring-no-properties): New function.
3486         * org-remember.el (org-remember-apply-template): Use
3487         `org-substring-no-properties' for compatibility.
3489         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3490         option.
3491         (org-fix-bullet-type): respect
3492         `org-list-two-spaces-after-bullet-regexp'.
3494         * org-clock.el (org-clock-load): Clean up the code.
3496         * org.el (org-adaptive-fill-function): Allow two spaces after
3497         "1." as a list bullet.
3499 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3501         * org-clock.el (org-clock-save, org-clock-load): Check for
3502         live buffers, existing files, and buffer file names to ensure
3503         consistent information.
3504         (org-clock-persist): Make `clock' a special value of this
3505         variable, and improve docstring.
3507         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3508         (org-get-string-indentation): Adapt indentation when the bullet
3509         width changes.
3511 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3513         * org-remember.el (org-remember-finalize): Make interactive.
3514         (org-remember-kill): New command.
3515         (org-remember-finish-immediately): Call `org-remember-finalize'
3516         directly.
3517         (org-remember-finalize): Make `org-remember-finalize' an interactive
3518         function.
3520 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3522         * org-remember.el (org-remember-apply-template): No ido completion
3523         for free prompts in remember templates.
3524         (org-remember-before-finalize-hook): New hook.
3525         (org-remember-mode): New minor mode.
3526         (org-remember-apply-template): Turn on `org-remember-mode'.
3528         * org-id.el (org-id-add-location): Avoid error when no file is
3529         given.
3531         * org-remember.el (org-remember-apply-template): Fix the way how
3532         the list of allowed properties is retrieved from the target file.
3534         * org.el (org-insert-link): Improve file link matching.
3536 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3538         * org-colview.el (org-columns-display-here): New argument
3539         DATELINE, to trigger using the new face.
3540         (org-agenda-colview-summarize): Call `org-columns-display-here'
3541         with the new argument.
3543         * org-faces.el (org-agenda-column-dateline): New face.
3545         * org-publish.el (org-publish-org-index): Use index-title at page
3546         title, not as section.
3548         * org-exp.el (org-export-html-format-desc): Respect the
3549         org-protect property.
3550         (org-export-as-html): Protect image specifiers that are in the
3551         description part of a link.
3553         * org.el (org-sort-entries-or-items, org-completing-read)
3554         (org-refile-get-location, org-olpath-completing-read, org-todo)
3555         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3556         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3557         (org-set-property, org-delete-property)
3558         (org-delete-property-globally): Use `org-ido-completing-read'.
3560         * org-remember.el (org-remember-apply-template): Use
3561         `org-ido-completing-read'.
3563         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3565         * org-colview.el (org-columns-edit-value, org-columns-new)
3566         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3568         * org-colview-xemacs.el (org-columns-edit-value)
3569         (org-columns-new, org-insert-columns-dblock): Use
3570         `org-ido-completing-read'.
3572         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3573         `org-ido-completing-read'.
3575         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3576         `org-ido-completing-read'.
3578         * org.el (org-time-today): New function.
3579         (org-matcher-time): Use `org-time-today'.  Add special treatment
3580         for "<tomorrow>" and "<yesterday>".
3581         (org-ido-completing-read): New function.
3582         (org-completion-use-ido): New option.
3584         * org-exp.el (org-export-format-source-code): Fix bug in require
3585         htmlize code.
3586         (org-export-target-internal-links): Fix bug in search for text
3587         property.
3589 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3591         * org-export-latex.el (org-export-latex-subcontent): Interprete
3592         target aliases as additonal labels.
3594         * org-exp.el (org-export-target-aliases): New variable.
3595         (org-export-preprocess-string)
3596         (org-export-handle-invisible-targets): Fill the alias alist.
3597         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3598         assign an id.
3599         (org-html-level-start): Insert the target aliases as additonal
3600         anchors.
3602         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3603         picture area.
3605 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3607         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3608         when following a link with the mouse from the agenda.
3610         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3611         headlines are created.
3613 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3615         * org-exp.el (org-export-preprocess-string): Reorder so that we
3616         can still see ID properties when we collect targets.
3617         (org-export-target-internal-links): Also store targets for ID's.
3619         * org.el (org-link-translation-function): New option.
3620         (org-open-at-point): Call `org-link-translation-function' if
3621         non-nil.
3622         (org-translate-link): New function.
3623         (org-translate-link-from-planner): New function.
3624         (org-open-at-point): Allow interactive commands in elisp links.
3626         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3627         iCalendar quoting.  The new one seems to caus problems with
3628         applications.
3630         * org.el (org-yank): Set `this-command' to `yank', so that
3631         `yank-pop' will work.
3633 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3635         * org-id.el (org-id-search-archives): New option.
3637         * org.el (org-link-to-org-use-id): New option.
3638         (org-store-link): Use `org-link-to-org-use-id'.
3639         (org-id): Make org-id.el a standard component.
3641 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3643         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3644         hexified version of the tag.
3646         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3647         compliance as far as quoting is concerned.
3649         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3651         * org.el (org-up-heading-safe, org-forward-same-level): Always
3652         call `org-back-to-heading' instead of `outline-back-to-heading'.
3653         (org-back-to-heading): New wrapper around outline-back-to-heading,
3654         with a useful error message telling where the error happened.
3656         * org-list.el (org-update-checkbox-count): Always call
3657         `org-back-to-heading' instead of `outline-back-to-heading'.
3659         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3660         has an `alt' attribute, to ensure XHTML validation.
3662 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3664         * org-publish.el (org-publish-attachment): Allow publishing to
3665         overwrite attachment files.
3667         * org-agenda.el (org-agenda-timerange-leaders): New option.
3668         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3670         * org.el (org-edit-src-exit): Untabify ASCII image before
3671         returning.
3684 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3686         * org.el (org-yank): Make any prefix force normal yanking.
3687         Suppress folding if text would be swallowed into a folded
3688         subtree.
3689         (org-yank-folded-subtrees, org-yank): Docstring updates.
3691         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3692         defined as 0.
3694         * org-exp.el (org-export-language-setup): Add Catalan and
3695         Esperanto language entries.
3697 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3699         * org.el (org-refile): Allow refiling of entire regions.
3701         * org-clock.el (org-clock-time%): New function.
3703         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3704         retrieve property values.
3706 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org-agenda.el (org-agenda-list): Handle the value `only' of
3709         org-agenda-show-log'.
3710         (org-agenda-log-mode): Interpret a double prefix arg.
3712 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3714         * org-exp.el (org-export-html-footnotes-section): New variable.
3715         (org-export-as-html): Use `org-export-html-footnotes-section' to
3716         insert the footnotes.
3717         (org-export-language-setup): Add "Footnotes" to language words.
3719 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3721         * org.el (org-yank): Fix bug when not inserting a subtree.
3723 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3725         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3726         instead of `vm-beginning-of-message'.
3728         * org.el (org-make-link-regexps): Make sure that links to gnus can
3729         contain brackets.
3731 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3733         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3734         code.
3736         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3737         shell output.
3739         * org.el (org-link-abbrev-alist): Improve customization type.
3741         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3742         functions.
3744         * org-agenda.el (org-agenda-get-progress): Renamed from
3745         `org-get-closed'.  Implement searching for state changes as well.
3746         (org-agenda-log-mode-items): New option.
3747         (org-agenda-log-mode): New option prefix argument, interpreted as
3748         request to show all possible progress info.
3749         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3750         `org-get-closed'.
3751         (org-agenda-set-mode-name): Handle the more complex log mode
3752         settings.
3753         (org-get-closed): New alias, pointing to `org-get-progress'.
3755 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3757         * org.el (org-file-apps-defaults-gnu)
3758         (org-file-apps-defaults-macosx)
3759         (org-file-apps-defaults-windowsnt): Add an entry defining the
3760         system command.
3761         (org-file-apps): Allow `system' as key and value.
3762         (org-open-at-point): Explain the effect of a double prefix arg.
3763         (org-open-file): If the argument `in-emacs' is (16),
3764         i.e. corresponding to a double prefix argument, try to open the
3765         file externally.
3767 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3769         * org.el (org-insert-link): Abbreviate absolute files names in
3770         links.  Also, fix a bug in which the double C-u prefix would not
3771         be honored.
3773 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3775         * org.el (org-insert-heading): If buffer does not end with a
3776         newline, add one if necessary to insert headline correctly.
3778         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3779         paragraphs, not inside.
3781         * org.el (org-todo): Quote
3782         `org-agenda-headline-snapshot-before-repeat'.
3784         * org-exp.el (org-export-as-html): Fully process link descriptions.
3785         (org-export-html-format-desc): New function.
3786         (org-export-as-html): Collect footnotes into the correct basket.
3787         (org-html-protect): No longer protect quotations marks here, this
3788         goes wrong.
3790         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3791         BEG.
3793         * org-compat.el (org-fit-window-to-buffer): New function (not
3794         really, a preliminary and incomplete version was present earlier,
3795         but not used).
3797         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3798         `org-fit-window-to-buffer'.
3800         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3802         * org-agenda.el (org-agenda-get-restriction-and-command)
3803         (org-fit-agenda-window, org-agenda-convert-date): Use
3804         `org-fit-window-to-buffer'.
3806         * org-exp.el (org-export-as-html): Process href links through
3807         `org-export-html-format-href'.
3808         (org-export-html-format-href): New function.
3810         * org-agenda.el (org-agenda-todo): Update only the current
3811         headline if this is a repeated TODO, marked done for today.
3812         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3813         only the current line.
3815         * org.el (org-todo): Take a snapshot of the headline if the
3816         repeater might change it.
3818 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3820         * org-publish.el (org-publish-find-title): Remove buffers visited
3821         only for extracting the title.
3823         * org-exp.el (org-export-html-style)
3824         (org-export-html-style-default): Mark style definitions as
3825         unparsed CDATA.
3827         * org-publish.el (org-publish-validate-link): Function
3828         re-introduced.
3830 2008-11-02  Charles Sebold  <csebold@gmail.com>
3832         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3833         property.
3834         (org-plot-quote-timestamp-field): New function.
3835         (org-plot-quote-tsv-field): Call timestamp field function when
3836         necessary rather than just quoting as a string.
3837         (org-plot/gnuplot-to-data): Pass in timefmt property.
3838         (org-plot/gnuplot-script): Supports timefmt property.
3839         (org-plot/gnuplot): Checks for timestamp column before checking
3840         for text index column.
3842 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3844         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3846         * org-publish.el (org-publish-org-index): Create a section in the
3847         index file.
3848         (org-publish-org-index): Stop linking to directories.
3850         * org.el (org-emphasis-alist): Use span instead of <u> to
3851         underline text.
3853         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3854         <pre> sections.
3856 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3858         * org-jsinfo.el (org-infojs-template): Remove language attribute
3859         from script tag.
3861 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3863         * org-agenda.el (org-agenda-remove-marked-text): New function.
3864         (org-agenda-mark-filtered-text)
3865         (org-agenda-unmark-filtered-text): New functions.
3866         (org-write-agenda): Remove fltered text.
3868         * org.el (org-make-tags-matcher): Give access to TODO "property"
3869         without speed penalty.
3871 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3873         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3874         option.
3875         (org-store-link-props): Make sure adding to the plist works
3876         correctly.
3878         * org-gnus.el (org-gnus-no-new-news): New function.
3879         (org-gnus-follow-link): Allow the article ID to be a message-id,
3880         in addition to allowing article numbers.  Message IDs make much
3881         more roubust links.
3882         (org-gnus-store-link): Use message-id to create link.
3884 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3886         * org.el (org-emphasize): Reverse the selection array.
3887         (org-emphasis-alist): Set <code> tags for the verbatim
3888         environment.
3890         * org-remember.el (org-remember-handler): Fix bug with
3891         prefix-related changing of the note storage target.
3893         * org-exp.el (org-print-icalendar-entries): Make the exported
3894         priorities compatible with RFC 2445.
3896         * org-clock.el (org-clock-save): Insert time stamp without
3897         dependence on time-stamp.el.
3899 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3901         * org.el ("saveplace"): If saveplace puts point into an invisible
3902         location, make it visible.
3903         (org-make-tags-matcher): Allow inactive time stamps in time
3904         comparisons.
3905         (org-yank-adjusted-subtrees): New option.
3906         (org-yank): Incorporate adjusting trees.
3907         (org-paste-subtree): New argument FOR-YANK which will cause
3908         insertion at point without backing up over white lines, and leave
3909         point at the end of the inserted text.  Also if the cursor is
3910         at the beginning of a headline, use the same level or the inserted
3911         tree.
3913         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3914         with broken symlinks
3916 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3918         * org-exp.el (org-export-select-tags, org-get-current-options):
3919         Fix typo.
3921 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3923         * org-agenda.el (org-format-agenda-item)
3924         (org-agenda-filter-make-matcher): Make sure tags are stored and
3925         compared donwcased.
3927 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3929         * org.el (org-insert-todo-heading): Fix bug with force-heading
3930         argument.
3932 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3934         * org-clock.el (org-clock-in-resume): Add a custom option to
3935         toggle starting the clock from an open clock line.
3936         (org-clock-in): When clocking in to an entry, if
3937         `org-clock-in-resume' is set, check if the first clock line is
3938         open and if so, start the clock from the time in the clock line.
3939         (org-clock-persist): Add a custom option to toggle clock
3940         persistence.
3941         (org-clock-persist-query-save): Add a custom option to toggle
3942         asking the user if they want to save the running clock when
3943         exiting.
3944         (org-clock-persist-query-resume): Add a custom option to toggle
3945         asking the user if they want to resume the saved clock when Emacs
3946         is restarted.
3947         (org-clock-save): Add a function to save clock data.
3948         This includes the contents of `org-clock-history' and the buffer
3949         and position of the currently clocked task, if any.
3950         (org-clock-load): Add a function to load clock data.
3951         This populates `org-clock-history', and resumes the saved clocked
3952         task if there is one.
3953         (org-clock-persistence-insinuate): Add a method to set up the
3954         hooks for clock persistence.
3956 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3958         * org-exp.el (org-export-as-ascii): Handle the case that we are
3959         publishing from an indirect buffer.
3961         * org-table.el (org-table-copy-down): Fix bug with time stamp
3962         increment.
3964         * org-mouse.el (org-mouse-features): New option.
3965         (org-mode-hook): Turn on features depending on
3966         `org-mouse-features'.
3968         * org.el (org-insert-heading-respect-content): Force heading
3969         creation.
3970         (org-insert-heading): keep the folding state of the heading before
3971         the inserted one.
3973 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3975         * org-archive.el (org-archive-to-archive-sibling): Handle top
3976         level headlines better.
3978 2008-10-21  Bastien Guerry  <bzg@altern.org>
3980         * org-export-latex.el (org-export-latex-classes): Added
3981         \usepackage{graphicx} to the default list of packages.
3983 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3985         * org-agenda.el (org-agenda-filter): Renamed from
3986         `org-agenda-filter-tags'.
3988 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3990         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3991         is not defined as a property in this entry.
3992         (org-add-log-note): Mask prefix argument when immediately storing
3993         the note.
3995         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3996         option.
3998 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4000         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4001         after drawers was skipping ahead one line too many, so notes were
4002         inserted after the first note instead of before it.
4004 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4006         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4007         New variables.
4008         (org-prepare-agenda): Reset the filter tags.
4009         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4010         Show filter tags in mode line.
4012         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4013         formatter.
4015         * org-export-latex.el (org-latex-entities-regexp): New constant.
4016         (org-export-as-pdf): Use two calls to `shell-command'.
4018 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4020         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4021         Honor the {} value of the subsuperscript setting.  Make sure that
4022         longer subsuperscripts are typeset in a roman font.
4024         * org.el (org-clock-update-time-maybe): Compute negative clock
4025         intervals correctly.
4027 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4029         * org.el (org-add-log-setup): Respect
4030         `org-log-state-notes-insert-after-drawers'.
4031         (org-log-state-notes-insert-after-drawers): New option.
4032         (org-todo-trigger-tag-changes): New function.
4033         (org-todo): Call `org-todo-trigger-tag-changes'.
4035 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4037         * org.el (org-add-log-setup): Only skip drawers if the are
4038         immediately after the scheduling keywords.
4040         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4041         function
4042         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4043         call it with the current todo state to get the state to switch to
4044         when clocking in.
4045         (org-clock-in): Use org-indent-line-function to indent clock lines.
4046         (org-clock-find-position): Fix indentation of empty clock drawers.
4048 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4050         * org-publish.el (org-publish-org-to): Handle case when
4051         org-export-to-pdf does return a file name, not a buffer.
4052         (org-publish-org-to-pdf): New function.
4054         * org-export-latex.el (org-export-as-pdf)
4055         (org-export-as-pdf-and-open): New commands.
4057         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4058         forms as ranges.
4060         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4061         things in protexted regions.
4063 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4065         * org-export-latex.el (org-export-latex-preprocess): Improve
4066         quoting of LaTeX environments.
4068 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4070         * org.el (org-edit-fixed-width-region): Exclude final newline from
4071         picture area.
4073         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4074         sections, to make internal links work.
4075         (org-export-latex-fontify-headline): Do not remove all text
4076         properties, to make sure that target properties survive this
4077         process.
4079         * org-exp.el (org-export-preprocess-string): Change sequence of
4080         modifications, to make sure links are prepared before the LaTeX
4081         conversions do happen.
4083 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4085         * org-attach.el (org-attach-delete-all): Renamed from
4086         `org-attch-delete'.  Add a security query before deleting the
4087         entire directory.  New optional argument FORCE can overrule the
4088         security query.
4089         (org-attach-delete-one): New command.
4091 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4093         * org-attach.el (org-attach-file-list): Fix bug with directory.
4095 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4097         * org.el (org-apps-regexp-alist): New function.
4098         (org-file-apps): Add auto-mode to the default value.
4099         (org-open-file): Use the new structure of org-file-apps.
4101         * org-attach.el (org-attach): Support the new keys.
4102         (org-attach-method): New option.
4104 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4106         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4107         March.
4109         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4110         of the list value o `org-use-tag-inheritance'.
4112         * org-attach.el (org-attach-auto-tag): New option.
4113         (org-attach-tag, org-attach-untag): New functions.
4114         (org-attach-attach, org-attach-new, org-attach-sync): Call
4115         `org-attach-tag'.
4116         (org-attach-delete): Call `org-attach-untag'.
4118 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4120         * org-table.el (orgtbl-self-insert-command): Make this work for
4121         the keypad as well.
4123 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4125         * org.el (org-add-log-setup): Limit searc for drawers to entry
4126         text, not to subtree.
4128         * org-clock.el (org-clock-heading-for-remember): New variable.
4129         (org-clock-in): Set `org-clock-heading-for-remember'.
4131 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4133         * org-remember.el (org-remember-apply-template): Add new
4134         expansions: %k, %K for currently clocked task and a link to the
4135         currently clocked task, and %< to file notes in the currently
4136         clocked task.
4138 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4140         * org-export-latex.el (org-export-latex-make-header): Also insert
4141         the content of the property :latex-header-extra.
4143         * org-exp.el (org-infile-export-plist): Put the content of
4144         #+LATEX_HEADER: into the property :latex-header-extra.
4146         * org-colview.el (org-columns-get-format-and-top-level): Remove
4147         resetting the marker.
4149         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4150         Remove resetting the marker.
4152         * org.el (org-entry-property-inherited-from): Improve docstring.
4153         (org-entry-get-with-inheritance): Reset marker before starting the
4154         search.
4156         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4158 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4160         * org.el (org-entry-get-multivalued-property)
4161         (org-entry-protect-space, org-entry-restore-space): New
4162         functions.
4163         (org-file-apps-defaults-macosx): Let postscript files be opened by
4164         preview.
4165         (org-time-stamp-inactive): Call `org-time-stamp'.
4166         (org-time-stamp): New argument `inactive'.  Also edit inacive
4167         stamps. Convert time stamp type.
4168         (org-open-file): Interpret the `default' value for the `command'
4169         in `org-file-apps'.
4171         * org-id.el (org-id-int-to-b36-one-digit)
4172         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4173         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4174         b36.
4176 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4178         * org-id.el (org-id-reverse-string): New function.
4179         (org-id-new): Use `org-id-reverse-string' to make sure the
4180         beginning chars of the ID are mutating fast.  This allows to use a
4181         directory structure to spread things better.
4182         (org-id-prefix): Changed default to nil.
4184         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4185         restore the column of the cursor position.
4187         * org-remember.el (org-remember-apply-template): Remove properties
4188         from `initial'.
4190 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4192         * org-wl.el (org-wl-open): Remove useless call to
4193         `wl-thread-open-all'.
4195         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4196         location.
4198 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4200         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4201         `org-bbdb-anniversaries'.
4203         * org.el (org-get-next-sibling, org-forward-same-level): New
4204         functions, similar to the outline versions, but invisible headings
4205         are OK.
4207 2008-09-25  Bastien Guerry  <bzg@altern.org>
4209         * org.el (org-auto-repeat-maybe): Insert a space between
4210         the timestamp's type and the timestamp itself.
4212 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4214         * org-table.el (org-table-sum): Do not format the result with %g,
4215         it does rounding when there are too many digits.
4217         * org.el (org-map-entries): Protect the keyword-selecting variables.
4219 2008-09-23  Bastien Guerry  <bzg@altern.org>
4221         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4222         against all agenda files.
4224 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4226         * org-list.el: New file, aggregating list functions from org.el
4227         and org-export-latex.el.
4229         * org.el (org-edit-src-region-extra): New option.
4231 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4233         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4234         time before 1am.
4236 2008-09-22  Bastien Guerry  <bzg@altern.org>
4238         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4240 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4242         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4243         hline work correctly.
4244         (org-plot/gnuplot-script): Put commas at the end of each script
4245         line.
4247 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4249         * org.el (org-get-refile-targets): Replace links with their
4250         descriptions
4251         (org-imenu-get-tree): Replace links with their descriptions.
4253         * org-remember.el (org-remember-apply-template): Add a new
4254         expansion for adding properties to remember items.
4256         * org.el (org-add-log-setup): Skip over drawers (properties,
4257         clocks etc) when adding notes.
4259         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4260         items as well as the start and end times.
4262         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4263         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4265         * org-remember.el (org-get-x-clipboard): Use the compat
4266         function to get clipboard values when x-selection-value is
4267         unavailable. Use substring-no-properties instead of
4268         set-text-properties to remove text properties from the clipboard
4269         value.
4271         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4272         modeline clock string, and display the full todo value in the
4273         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4274         the currently clocked task.
4275         (org-clock-string-limit): Add a custom value for the maximum
4276         length of the clock string in the modeline.
4277         (org-clock-mode-map): Add a keymap for the modeline string
4279 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4281         * org-compat.el (org-propertize): New function.
4283 2008-09-20  Bastien Guerry  <bzg@altern.org>
4285         * org-export-latex.el (org-export-latex-tables): protect exported
4286         tables from further special chars conversion.
4287         (org-export-latex-preprocess): Preserve LaTeX environments.
4288         (org-list-parse-list): Parse descriptive lists.
4289         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4290         (org-list-to-texinfo): Export descriptive lists.
4291         (org-quote-chars): Remove.
4292         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4293         (org-export-latex-list-beginning-re): Rename to
4294         `org-list-beginning-re'
4295         (org-list-item-begin): Rename to `org-list-item-beginning'
4297 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4299         * org.el (org-refile): Allow refiling to the last entry in the
4300         buffer.
4301         (org-get-tags-at): Fix bug when inheritance is turned off.
4303 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4305         * org.el (org-indent-line-function): No longer check for src
4306         regions, this is too much overhead.
4308         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4309         matching.
4311         * org.el (org-scan-tags): Make sure that tags matching is not case
4312         sensitive.  TODO keyword matching is case sensitive, however, to
4313         avoid confusion with similar words that are not meant to be
4314         keywords.
4316 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4318         * org.el (org-get-local-tags-at): New function.
4319         (org-get-local-tags): New function.
4321         * org-exp.el (org-export-get-categories): New function.
4323         * org-agenda.el (org-sorting-choice)
4324         (org-agenda-sorting-strategy, org-agenda-get-todos)
4325         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4326         (org-agenda-get-scheduled, org-agenda-get-blocks)
4327         (org-entries-lessp): Implement sorting by TODO state.
4328         (org-cmp-todo-state): New defsubst.
4330         * org-colview.el (org-colview-construct-allowed-dates): New
4331         function.
4332         (org-columns-next-allowed-value): Use
4333         `org-colview-construct-allowed-dates'.
4335         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4336         function.
4337         (org-columns-next-allowed-value): Use
4338         `org-colview-construct-allowed-dates'.
4340 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4342         * org.el (org-protect-slash): New function.
4343         (org-get-refile-targets): Use `org-protect-slash'.
4345         * org-agenda.el (org-global-tags-completion-table): New variable.
4347         * org-exp.el (org-export-handle-export-tags): New function.
4348         (org-export-preprocess-string): Call
4349         `org-export-handle-export-tags'.
4351         * org-plot.el: New file.
4353         * org-publish.el (org-publish-expand-components): Function removed.
4354         (org-publish-expand-projects): Allow components to have components.
4356 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4358         * org.el (org-indent-line-function): Do not indent in regions that
4359         are external source code.
4360         (org-yank-and-fold-if-subtree): New function.
4362         * org-agenda.el (org-agenda-todayp): New function.
4363         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4364         `org-agenda-todayp'.
4366         * org.el (org-insert-heading-respect-content)
4367         (org-insert-todo-heading-respect-content): New commands.
4368         (org-insert-heading-respect-content): New option.
4369         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4371         * org-clock.el (org-clock-find-position): Make sure the note after
4372         the clock line gets moved into the new clock drawer.
4374 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4376         * org-id.el (org-id-new): New option.
4378 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4380         * org-table.el (org-table-copy-down): Avoid overflow during
4381         increment.  Use prefix argument 0 to temporarily disable the
4382         increment.
4384 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4386         * org-exp.el (org-export-as-html): Do not turn on the major mode
4387         if the buffer will be killed anyway.
4388         (org-get-current-options): Exclude the #+TEXT field.
4389         (org-export-as-html): Make sure text before the first headline is
4390         a paragraph.
4392         * org-publish.el (org-publish-org-to): Tell the exporter that this
4393         buffer will be killed, so it is not necessary to do major mode
4394         initialization.
4396         * org-archive.el (org-archive-to-archive-sibling): Show empty
4397         lines after folding the archive sibling.
4399         * org.el (org-log-note-extra): New variable.
4401 2008-09-05  Bastien Guerry  <bzg@altern.org>
4403         * org.el (org-additional-option-like-keywords): Added keywords for
4404         the _QUOTE, _VERSE and _SRC environments.
4406         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4407         exporting _QUOTE and _VERSE environments.
4409 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4411         * org-agenda.el (org-agenda-filter-by-tag): New command.
4413         * org-exp.el (org-get-current-options): Remove angular brackets
4414         from the date entry.
4416         * org.el (org-edit-fixed-width-region): New function.
4417         (org-edit-fixed-width-region): Also try
4418         `org-edit-fixed-width-region'.
4419         (org-edit-fixed-width-region-mode): New option.
4420         (org-activate-code): Only interprete lines starting with colon
4421         plus a space as example lines.
4423         * org-remember.el (org-remember-templates): Add nil instead of
4424         empty strings to fix the length of remember templates.
4426         * org-table.el (org-calc-default-modes): Fix the time format for
4427         calc, from 12 hour to 24 hour clock.
4429 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4431         * org-agenda.el (org-agenda-get-deadlines)
4432         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4433         entries that are pre-warnings of deadlines or reminders.
4435         * org.el (org-sort-entries-or-items): Make numeric and alpha
4436         comparisons ignore any TODO keyword and priority cookie.
4438         * org-remember.el (org-remember-handler): Reinterpretation of the
4439         prefix argument.
4441 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4443         * org-agenda.el (org-agenda-get-scheduled): Use new
4444         `org-scheduled' face.
4446         * org-faces.el (org-scheduled): New face.
4448         * org-wl.el (org-wl-open): Remove incorrect declaration.
4450         * org-gnus.el (org-gnus-store-link): Support for :to information
4451         in gnus links.
4453         * org-exp.el (org-export-as-html): Fixed typo in creator
4454         information.
4455         (org-export-protect-examples): New parameter indent.  Insert extra
4456         spaces only when this parameter is specified.
4457         (org-export-preprocess-string): Call `org-export-protect-examples'
4458         with an indentation parameter when exporting to ASCII.
4460         * org-remember.el (org-remember-templates)
4461         (org-remember-apply-template): Allow the file component to be a
4462         function.
4464         * org.el (org-goto-local-search-headings): Renamed from
4465         `org-goto-local-search-forward-headings'.  Added the possibility
4466         to search backwards.
4468 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4470         * org-export-latex.el (org-export-latex): New customization
4471         group.
4473         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4475 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4477         * org-exp.el (org-html-do-expand): Allow {} to terminate
4478         tex macro
4480 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4482         * org.el (org-buffer-list): Select buffers based on major mode,
4483         not on file name.
4485 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4487         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4488         face property.
4490         * org-colview.el (org-columns-display-here): Use
4491         `org-columns-modify-value-for-display-function'.
4493         * org-colview-xemacs.el (org-columns-display-here): Use
4494         `org-columns-modify-value-for-display-function'.
4496 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4498         * org.el (org-columns-modify-value-for-display-function): New option.
4510         * org-publish.el (org-publish-file): Make sure the directory match
4511         for the publishing directory works correctly.
4513         * org-agenda.el (org-agenda-execute-calendar-command)
4514         (org-agenda-diary-entry): Additional optional argument.
4516 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4518         * org-exp.el (org-export-as-html): Add attributes also in mailto
4519         and ftp links.
4521         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4530 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4532         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4533         sure that calls from `org-export-region-as-html' do not do the
4534         special check for a subtree.
4536 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4538         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4540 2008-07-20  Juri Linkov  <juri@jurta.org>
4542         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4543         new keymap `narrow-map' instead of binding "\C-xns".
4545 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4547         * org.el (org-open-file): Use
4548         `org-open-directory-means-index-dot-org'.
4549         (org-open-directory-means-index-dot-org): New option.
4551 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4553         * org.el (org-make-link-string): Remove link attributes from
4554         description.
4555         (org-open-at-point): Remove link attributes bevore using the path.
4557         * org-exp.el (org-export-as-html): Handle link attributes.
4559         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4561         * org-table.el (org-table-to-lisp): New function.
4563         * org.el (org-narrow-to-subtree): Do not include the final newline
4564         into the narrowed region.
4566         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4567         bug with user-define skipping condition.
4569 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4571         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4573 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4575         * org-exp.el (org-export-html-style-default): Automatic overflow
4576         handling for pre fields.
4577         (org-export-as-ascii, org-export-as-html): Change default format
4578         for time stamp.
4580         * org-table.el (org-table-export): Offer completion for translator
4581         functions, and do not require a heading above the table.
4583         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4584         Cater for the case of a list starting in the first line of the
4585         buffer.
4587 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4589         * org-publish.el (org-publish-find-title): Bug fix.
4590         (org-publish-org-index): Implement new :index-style option.
4592 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4594         * org-publish.el (org-publish-timestamp-filename): Use
4595         SHA1-encoded file names in the timestamp directory.
4597 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4599         * org-publish.el (org-publish-needed-p): Be verbose about files
4600         published and files skipped.
4602         * org-exp.el (org-export-preprocess-string): Swap link
4603         normalization and inernal link targeting.
4605         * org-publish.el (org-publish-needed-p): Create timestamp
4606         directory when it does not exist.
4608 2008-07-04  Bastien Guerry  <bzg@altern.org>
4610         * org-clock.el (org-clock-out-when-done): Doc fix.
4612         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4614         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4615         Ignore case when searching for the COMMENT cookie at export time.
4617 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4619         * org-exp.el (org-get-file-contents)
4620         (org-get-and-remove-property): New functions.
4621         (org-export-handle-include-files): Handle the new prefix options.
4622         (org-export-as-html): Fix the verse environment.
4624 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4626         * org.el (org-time=, org-time<, org-time<=, org-time>)
4627         (org-time>=, org-time<>, org-2ft): New functions.
4628         (org-op-to-function): Also provide for the time testing fucntions.
4630 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4632         * org-exp.el (org-export-html-style-default): New constant.
4634 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4636         * org-exp.el (org-export-html-style-extra): New variable.
4637         (org-export-splice-style): New function.
4639 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4641         * org-exp.el (org-export-plist-vars, org-export-as-html):
4642         Implement `org-export-creator-info'.
4643         (org-export-creator-info): New option.
4645 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4647         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4648         (org-property-drawer-re, org-clock-drawer-re): New constants.
4650 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4652         * org-exp.el (org-icalendar-use-deadline)
4653         (org-icalendar-use-scheduled): New options.
4654         (org-icalendar-include-todo): Default changed to t.
4655         (org-print-icalendar-entries): Implement better utilization of
4656         scheduling and deadline time stamps.
4657         (org-export-target-internal-links, org-export-as-html): Allow file
4658         lines without the "file:" prefix if the file path is an absolute
4659         path or starts with ".".
4661         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4662         lastweek etc.
4663         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4665 2008-06-18  Glenn Morris  <rgm@gnu.org>
4666         * org.el (org-map-entries): Let-bind `file'.
4668 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4670         * org.el (org-agenda-skip-archived-trees): Docstring now
4671         discourages using this.
4672         (org-scan-tags): Check for org-agenda-archives-mode.
4673         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4674         (org-agenda-files): Functionality of second arg changed.
4676         * org-agenda.el (org-agenda-archives-mode): New variable
4677         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4678         (org-search-view, org-todo-list, org-tags-view)
4679         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4680         `ifmode' argument.
4681         (org-agenda-quit): Reset the archives mode.
4682         (org-agenda-archives-mode): New command.
4683         (org-agenda-set-mode-name): Include archives info.
4685 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4687         * org.el (org-paste-subtree): Make sure the yanked headline is
4688         visible if it was yanked at a visible point.
4689         (org-move-item-up): Fix the bug with moving white space at the end
4690         of the item.
4691         (org-show-empty-lines-in-parent): New function.
4693 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4695         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4697         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4699         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4700         agenda prefix as well.
4702         * org-publish.el (org-publish-org-index): Make a properly indented
4703         list.
4705         * org.el (org-calendar-agenda-action-key): New option.
4706         (org-get-cursor-date): New function.
4707         (org-mark-entry-for-agenda-action): New command.
4708         (org-overriding-default-time): New variable.
4709         (org-read-date): Respect `org-overriding-default-time'.
4711         * org-remember.el (org-remember-apply-template): Respect the
4712         ovverriding default time.
4714         * org-agenda.el (org-agenda-action-marker): New variable.
4715         (org-agenda-action): New command.
4716         (org-agenda-do-action): New function.
4718 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4720         * org.el (org-schedule, org-deadline): Protect scheduled and
4721         deadline tasks against changes that accidently remove the
4722         repeater.  Also show a message with the new date when done.
4724 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4726         * org.el (org-beginning-of-line): Cater for the case when there
4727         are tags but no headline text.
4728         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4729         it set.
4731 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4733         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4734         the return value is nil instead of "nil" when there is no match.
4736         * org-exp.el (org-insert-centered): Use fill-column instead of
4737         80.
4738         (org-export-as-ascii): Use string-width to measure the width of
4739         the heading.
4741         * org.el (org-diary-to-ical-string): No longer kill buffer
4742         FROMBUF, this is now done by the caller.
4744         * org-exp.el (org-print-icalendar-entries): Move the call to
4745         `org-diary-to-ical-string' out of the loop, and kill the buffer
4746         afterwords.
4748         * org-remember.el (org-remember-visit-immediately): Position
4749         cursor after moving to the note.
4750         (org-remember-apply-template): Use a text property to record the
4751         cursor position.
4752         (org-remember-handler): Align tags after pasting the note.
4754 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4756         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4758         * org-agenda.el (org-agenda-open-link): If there is an
4759         org-bbdb-name property in the current line, jump to that bbdb
4760         entry.
4762         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4763         text property, so that the agenda knows where this entry comes
4764         from.
4766         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4767         interaction between clocking-in from the agenda, and  automatic
4768         task state switching.
4770         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4772         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4773         zmacs-region stays after this command in XEmacs.
4775 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4777         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4779         * org-remember.el (org-remember-templates): Fix bug in
4780         customization type definition.
4782         * org.el (org-map-entries): New function.
4784 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4786         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4787         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4789 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4791         * org-remember.el (org-jump-to-target-location): New variable.
4792         (org-remember-apply-template): Set
4793         `org-remember-apply-template' if requested by template.
4794         (org-remember-handler): Start an idle timer to jump to
4795         remember location.
4797         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4799         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4800         file tags.
4801         (org-get-tags-at): Add the content of `org-file-tags'.
4803         * org-exp.el (org-export-handle-comments): Fix bug with several
4804         comment lines after each other.
4805         (org-number-to-roman, org-number-to-counter): New functions.
4806         (org-export-section-number-format): New option.
4808 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4810         * org-exp.el (org-export-protect-examples): Catch the case of a
4811         missing end_example line.
4813         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4814         `org-file-tags' to nil.
4816         * org-colview.el (org-columns-next-allowed-value): Handle next
4817         argument NTH to directly select a value.
4819         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4820         argument NTH to directly select a value.
4822 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4824         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4826 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4828         * org.el (org-columns-ellipses): New option.
4830 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4832         * org-colview.el (org-columns-add-ellipses): New function.
4833         (org-columns-compact-links): New function.
4834         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4835         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4836         when in agenda.
4837         (org-columns-edit-value): Fixed bug with editing values from
4838         agenda column view.
4839         (org-columns-redo): Also redo the agenda itself.
4841 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4843         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4844         option.
4846         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4848         * org-exp.el (org-export-ascii-preprocess): Renamed from
4849         `org-export-ascii-clean-string'.
4850         (org-export-kill-licensed-text)
4851         (org-export-define-heading-targets)
4852         (org-export-handle-invisible-targets)
4853         (org-export-target-internal-links)
4854         (org-export-remove-or-extract-drawers)
4855         (org-export-remove-archived-trees)
4856         (org-export-protect-quoted-subtrees)
4857         (org-export-protect-verbatim, org-export-protect-examples)
4858         (org-export-select-backend-specific-text)
4859         (org-export-mark-blockquote-and-verse)
4860         (org-export-remove-comment-blocks-and-subtrees)
4861         (org-export-handle-comments, org-export-mark-radio-links)
4862         (org-export-remove-special-table-lines)
4863         (org-export-normalize-links)
4864         (org-export-concatenate-multiline-links)
4865         (org-export-concatenate-multiline-emphasis): New functions,
4866         obtained from spliiting the export preprocessor.
4868         * org-table.el (org-table-recalculate): Improve error message if
4869         the row number is invalid.
4871 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4873         * org-archive.el (org-archive-save-context-info): Fix bugs in
4874         customization setup and docstring.
4876         * org-exp.el (org-export-html-style): Changed the size of in the
4877         <pre> element to 90%.
4879 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4881         * org.el (org-find-src-example-start): Function removed.
4882         (org-edit-src-find-region-and-lang): New function.
4884 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4886         * org.el (org-edit-src-exit): New function.
4887         (org-exit-edit-mode): New minor mode.
4889         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4890         comment-like lines from protected examples.
4892         * org.el (org-edit-src-example, org-find-src-example-start)
4893         (org-protect-source-example, org-edit-special): New functions.
4895 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4897         * org-publish.el (org-publish-project-alist): Fix typo in
4898         docstring.
4899         (org-publish-project-alist): Handle :index-title property.
4901 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4903         * org-export-latex.el (org-export-as-latex): Make sure region
4904         bounds are correct.  Parse subtree properties relating to export.
4906         * org-exp.el (org-export-add-options-to-plist): New function.
4907         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4909 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4911         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4912         EXPORT_TITLE.
4914         * org-exp.el (org-export-get-title-from-subtree)
4915         (org-export-as-ascii, org-export-as-html): Make sure the original
4916         region-beginning and region-end are used, even after moving
4917         point.
4918         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4919         property.
4921         * org-remember.el (org-remember-last-stored-marker): New variable.
4922         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4923         (org-remember-handler): Also use marker to remember
4924         last-stored position.
4926         * org.el (org-goto-marker-or-bmk): New function.
4928 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4930         * org.el (org-file-properties): Renamed from `org-local-properties'.
4931         (org-scan-tags): Take file tags into account.
4932         (org-tags-match-list-sublevels): Default changed to t.
4934         * org-exp.el (org-export-as-html): Close paragraph after a
4935         footnote.
4937         * org.el (org-update-parent-todo-statistics): New function.
4939         * org-exp.el (org-icalendar-store-UID): New option.
4940         (org-icalendar-force-UID): Option removed.
4941         (org-print-icalendar-entries): IMplement UIDs.
4943 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4945         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4947 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4949         * org-faces.el (org-column): Document how this face is being used
4950         and why sometimes the background faces shine through.
4952         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4954         * org-publish.el (org-publish-attachment): Create publishing
4955         directory if it does not yet exist.
4957         * org-table.el (org-calc-default-modes): Change default number
4958         format to (float 8).
4960         * org.el (org-olpath-completing-read): New function.
4961         (org-time-clocksum-format): New option.
4962         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4964         * org-clock.el (org-clock-display, org-clock-out)
4965         (org-update-mode-line): Use `org-time-clocksum-format'.
4967         * org-colview-xemacs.el (org-columns-number-to-string): Use
4968         `org-time-clocksum-format'.
4970         * org-colview.el (org-columns-number-to-string): Use
4971         `org-time-clocksum-format'.
4973 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4975         * org-id.el: New file, move from contrib to core.
4977         * org-exp.el (org-icalendar-force-UID): New option.
4979 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4981         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4982         shifted by one day if theere is a date range without an end
4983         time.
4985         * org.el (org-try-structure-completion): New function.
4987 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4989         * org.el (org-set-font-lock-defaults): Improve fontification of
4990         description lists.
4991         (org-insert-item): Handle description lists.
4992         (org-adaptive-fill-function): Improve auto indentation in
4993         description lists.
4995         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4996         Implement VERSE environment.
4997         (org-export-preprocess-string): Implement the COMMENT
4998         environment.
5000         * org-export-latex.el (org-export-latex-preprocess): Implement
5001         VERSE environment.
5003 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5005         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5006         option.
5008 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5010         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5012         * org.el (org-quote-csv-field): New functions.
5014         * org-table.el (org-table-export-default-format): Remove :splice
5015         from default format, we get the same effect by not specifying
5016         :tstart and :tend.
5017         (org-table-export): Improve setup, distinguish better between
5018         interactive and non-interactive use, allow specifying the format
5019         on the fly, better protection against wrong file names.
5020         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5021         and :tend when :splice is omitted.
5023 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5025         * org-clock.el (org-clock-select-task): Make sure the selection
5026         letters are 1-9 and A-Z, no special characters.
5028 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5030         * org-exp.el (org-export-htmlize): New group.
5031         (org-export-htmlize-output-type)
5032         (org-export-htmlize-css-font-prefix): New options.
5033         (org-export-htmlize-region-for-paste): New function.
5034         (org-export-htmlize-generate-css): New command.
5036 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5038         * org/org.el (org-modules, org-format-latex-options):
5039         * org/org-archive.el (org-archive-stamp-time)
5040         (org-archive-save-context-info):
5041         * org/org-faces.el (org-hide):
5042         * org/org-irc.el (org-irc-parse-link):
5043         * org/org-macs.el (org-call-with-arg, org-autoload):
5044         * org/org-mew.el (org-mew-store-link):
5045         * org/org-remember.el (org-remember-store-without-prompt)
5046         (org-remember-templates): Fix typos in docstrings.
5048         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5050         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5051         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5052         (org-bbdb-anniv-split): Fix typos in docstrings.
5054         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5055         (org-publish-use-timestamps-flag): Reflow docstring.
5056         (org-publish-files-alist): Fix typos in docstring.
5058 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5060         * org.el (org-set-visibility-according-to-property): New function.
5061         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5062         and compute the regular expressions, and update font-lock.
5063         (org-property-re): Allow a dash in property names.
5065         * org-archive.el (org-extract-archive-file): Insert the file name
5066         without the path into the format, to allow the location format to
5067         contain a subdirectory.
5069         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5070         of buffer, and the `org-agenda-type' property undefined, use the
5071         value from the character before.
5073         * org.el (org-add-planning-info): Don't let indentation for
5074         would-be timestamp become extra whitespace at the end of headline.
5076 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5078         * org.el (org-remove-double-quotes, org-file-contents): New
5079         functions.
5081         * org-exp.el (org-infile-export-plist): Also parse the
5082         contents of #+SETUPFILE files, recursively.
5084         * org.el (org-set-regexps-and-options): Also parse the
5085         contents of #+SETUPFILE files, recursively.
5087         * org-exp.el (org-export-handle-include-files): New function.
5088         (org-export-preprocess-string): Call
5089         `org-export-handle-include-files'.
5091         * org.el (org-delete-property-globally)
5092         (org-delete-property, org-set-property): Ignore case during
5093         completion.
5094         (org-set-property): Use `org-completing-read' instead of
5095         `completing-read'.
5097         * org.el (org-complete-expand-structure-template): New,
5098         experimental function.
5099         (org-structure-template-alist): New, experimental option.
5100         (org-complete): Call `org-complete-expand-structure-template'.
5102 2008-05-06  Bastien Guerry  <bzg@altern.org>
5104         * org-export-latex.el (org-export-latex-preprocess): Added
5105         support for blockquotes.
5107 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5109         * org.el (org-read-date-analyze): Catch the case where only a
5110         weekday is given.
5112 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5114         * org.el (org-set-font-lock-defaults): Make the description
5115         tag bold.
5117         * org-exp.el (org-export-as-html, org-close-li): Implement
5118         description lists.
5120 2008-05-04  Jason Riedy  <jason@acm.org>
5122         * org-table.el (*orgtbl-default-fmt*): New variable.
5123         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5124         when there is no other fmt available.
5126         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5127         :tend to suppress the appropriate string.
5129         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5130         table.
5132 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5134         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5135         read date.
5137         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5138         New function.
5140         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5141         New function.
5143 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5145         * org-clock.el (org-clock-find-position): Don't include notes
5146         into clock drawer.
5148         * org-archive.el (org-archive-subtree): No longer remove an
5149         extra line after cutting the subtree.  `org-cut-subtree' already
5150         takes care of this.
5152         * org-remember.el (org-remember-handler): Only kill the target
5153         buffer if it does not contain the running clock.
5155         * org.el (org-markers-to-move): New variable.
5156         (org-save-markers-in-region, org-check-and-save-marker)
5157         (org-reinstall-markers-in-region): New function.
5158         (org-move-subtree-down, org-copy-subtree): Remember relative
5159         marker positions before cutting.
5160         (org-move-subtree-down, org-paste-subtree): Restore relative
5161         marker positions after pasting.
5163         * org-remember.el (org-remember-clock-out-on-exit): New option.
5164         (org-remember-finalize): Clock out only if the setting in
5165         `org-remember-clock-out-on-exit' requires it.
5166         (org-remember-handler): Do the cleanup in the buffer, to make sure
5167         that the clock marker remains in tact.
5169 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5171         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5172         (org-clock-in): Make sure that also tasks outside the narrowed
5173         region will be clocked in correctly.
5174         (org-clock-insert-selection-line): Widen the buffer so that we can
5175         find the correct task heading.
5177         * org.el (org-base-buffer): New function.
5179         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5180         and ";" are escaped.
5181         (org-print-icalendar-entries): Also apply
5182         `org-icalendar-cleanup-string' to the headline, not only to the
5183         summary property.
5185 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5187         * org-exp.el (org-export-preprocess-hook): New hook.
5188         (org-export-preprocess-string): Call
5189         `org-export-preprocess-hook'.
5191         * org.el (org-font-lock-hook): New variable.
5192         (org-font-lock-hook): New function.
5193         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5195 ;; Local Variables:
5196 ;; coding: utf-8
5197 ;; add-log-time-zone-rule: t
5198 ;; End:
5200     Copyright (C) 2008  Free Software Foundation, Inc.
5202   This file is part of GNU Emacs.
5204   GNU Emacs is free software: you can redistribute it and/or modify
5205   it under the terms of the GNU General Public License as published by
5206   the Free Software Foundation, either version 3 of the License, or
5207   (at your option) any later version.
5209   GNU Emacs is distributed in the hope that it will be useful,
5210   but WITHOUT ANY WARRANTY; without even the implied warranty of
5211   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5212   GNU General Public License for more details.
5214   You should have received a copy of the GNU General Public License
5215   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5217 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c