Fix bug with line protection while including source code files
[org-mode.git] / lisp / ChangeLog
blobc3bdd32bd5289108687547c1cea0018cf0abaf9f
1 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-get-file-contents): Only protect lines that
4         really need it.
6         * org-html.el (require): require cl for compilation.
8         * org.el:  Avoid using `default-major-mode'.
10         * org-html.el (org-export-as-html):  Avoid using
11         `default-major-mode'.
13         * org-docbook.el (org-export-as-docbook): Avoid using
14         `default-major-mode'.
16         * org-plot.el (require): Require CL only at compile time.
18         * org-exp.el (require): Require CL only at compile time.
20         * org-agenda.el (org-agenda-quit): When the agenda window is
21         dedicated, remove other windows before exiting, so that the frame
22         really will be killed.
24         * org-exp.el (org-export-handle-include-files): Reset START and
25         END for each loop cycle.
27 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
29         * org.el (org-eval-in-calendar): Use
30         `org-select-frame-set-input-focus'.
32         * org-compat.el (org-select-frame-set-input-focus): New function.
34         * org.el (org-update-statistics-cookies): New function.
35         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
37 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
39         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
40         after the local variables are set.
42         * org-latex.el (org-export-latex-protect-amp): New function.
43         (org-export-latex-links): Protect link ampersands in tables.
45         * org-exp.el (org-export-select-backend-specific-text): Match in 2
46         steps, to avoid regexp problems.
48         * org.el (org-offer-links-in-entry): Improve working with many and
49         duplicate links.
51         * org-agenda.el (org-agenda-show-1): Make more consistent with
52         normal cycling.
53         (org-agenda-cycle-show): Make more consistent with normal cycling.
55         * org-gnus.el (org-gnus-store-link): Restore the linking to a
56         website.
58 2009-08-30  Bastien Guerry  <bzg@altern.org>
60         * org-latex.el (org-export-latex-first-lines): Bugfix.
62 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
64         * org-clock.el (org-clock-modify-effort-estimate): Emit message
65         about new effort.
67         * org.el (org-set-effort): New function.
68         (org-mode-map): New key for effort setting command.
70         * org-agenda.el (org-agenda): Keep window setup when calling
71         agenda from within agenda window.
72         (org-agenda-mode-map): New keys for effort setting commands.
73         (org-agenda-menu): Add effort setting commands to menu.
74         (org-agenda-set-property, org-agenda-set-effort): New functions.
76         * org-latex.el (org-export-latex-tables): Fix
77         `org-table-last-alignment' and `org-table-last-column-widths' if
78         the first column has been removed.
80 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
82         * org.el (org-remove-timestamp-with-keyword): Only remove in
83         entry, not in subtree.
85         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
86         emacs lisp.
88         * org.el (org-open-at-point): When on headline, offer all strings
89         in entry.
91         * org-remember.el (org-remember-templates): Documentation fix.
93         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
94         `org-get-last-sibling' instead of the outline versions of these
95         functions.
96         (org-get-last-sibling): New function.
97         (org-refile): Use `org-get-next-sibling' instead of the outline
98         version of this function.
99         (org-clean-visibility-after-subtree-move): Use
100         `org-get-next-sibling' and `org-get-last-sibling' instead of the
101         outline versions of these functions.
103 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-agenda.el (org-prepare-agenda): When creating a new frame
106         for the agenda, make the window dedicated.
108         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
110         * org-table.el (org-table-align): Change the order of reinsertion
111         and deletion, to avoid problems with overlays following the table.
113         * org.el (org-parse-time-string): Better error message.
114         (org-show-subtree): Use org-end-of-subtree.
116         * org-macs.el (org-goto-line): New defsubst.
118         * org.el (org-open-file, org-change-tag-in-region)
119         (org-fast-tag-show-exit): Don't use `goto-line'.
121         * org-table.el (org-table-align, org-table-insert-column)
122         (org-table-delete-column, org-table-move-column)
123         (org-table-sort-lines, org-table-copy-region)
124         (org-table-paste-rectangle, org-table-wrap-region)
125         (org-table-get-specials, org-table-rotate-recalc-marks)
126         (org-table-get-range, org-table-recalculate)
127         (org-table-edit-formulas, org-table-fedit-convert-buffer)
128         (org-table-show-reference, org-table-highlight-rectangle): Don't
129         use `goto-line'.
131         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
132         (org-edit-src-exit): Don't use `goto-line'.
134         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
136         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
137         Don't use `goto-line'.
139         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
141         * org-colview.el (org-columns, org-columns-redo)
142         (org-agenda-columns): Don't use `goto-line'.
144         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
145         use `goto-line'.
147         * org-agenda.el (org-agenda-mode): Force visual line motion off.
148         (org-agenda-add-entry-text-maxlines): Improve docstring.
149         (org-agenda-start-with-entry-text-mode): New option.
150         (org-agenda-entry-text-maxlines): New option.
151         (org-agenda-entry-text-mode): New variable.
152         (org-agenda-mode): Set initial value of
153         `org-agenda-entry-text-mode'.
154         (org-agenda-mode-map): Add the `E' key.
155         (org-agenda-menu): Add entry text mode to the menu.
156         (org-agenda-get-some-entry-text): Fix line count bug.
157         (org-finalize-agenda): Apply entry text mode if appropriate.
158         (org-agenda-entry-text-show-here): New function.
159         (org-agenda-entry-text-show): New function.
160         (org-agenda-entry-text-hide): New function.
161         (org-agenda-view-mode-dispatch): Add entry text mode to the view
162         key menu.
163         (org-agenda-entry-text-mode): New command.
164         (org-agenda-set-mode-name): Add entry text mode to the mode line
165         string.
166         (org-agenda-undo, org-agenda-get-restriction-and-command)
167         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
168         `goto-line'.
170 2009-08-26  Bernt Hansen  <bernt@norang.ca>  (tiny change)
172         * org-clock.el (org-notify): Bugfix.
174 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
176         * org-agenda.el (org-agenda-open-link): Handle multiple links and
177         check for after-string.
179         * org-gnus.el (org-gnus-store-link): Simplify.
181         * org.el (org-latex-regexps): Don't add extra empty lines for
182         display formulas.
184 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
186         * org-agenda.el (org-agenda-get-some-entry-text): New function.
187         (org-agenda-add-entry-text): Use
188         `org-agenda-get-some-entry-text'.
190         * org.el (org-cycle-separator-lines): Update docstring.
191         (org-cycle-show-empty-lines): Handle negative values for
192         `org-cycle-show-empty-lines'.
194         * org-exp.el (org-export-protect-sub-super): New function.
195         (org-export-normalize-links): Protect the url of plain links from
196         supscript and superscript processing.
198         * org-remember.el (org-remember-escaped-%): New function.
199         (org-remember-apply-template): Use `org-remember-escaped-%' to
200         detect escaped % signs.
202 2009-08-23  Bastien Guerry  <bzg@altern.org>
204         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
205         sound when showing the notification.
207         * org-clock.el (org-notify): New function.
208         (org-clock-notify-once-if-expired): Use `org-notify'.
210         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
211         and `gnus-article-mode' separately.
212         (gnus-summary-article-header): Fix the declare-function.
214 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
216         * org-exp.el (org-export-format-source-code-or-example): Translate
217         language.
219         * org-src.el (org-src-lang-modes): New variable
220         (org-edit-src-code): Translate language.
222         * org-exp.el (org-export-format-source-code-or-example): Deal wit
223         the new structure of the `org-export-latex-listings-langs'
224         variable.
226         * org-latex.el (org-export-latex-listings-langs): Change structure
227         of the variable from plist to alist.
229 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org.el (org-in-commented-line): New function.
233 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org.el (org-hide-block-toggle): Make folded blocks searchable.
237 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
239         * org.el (org-flag-drawer): More useful error.
241 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
243         * org-remember.el (org-remember-apply-template): Use
244         org-icompleting-read.
246         * org-publish.el (org-publish): Use org-icompleting-read.
248         * org-colview.el (org-columns-edit-value, org-columns-new)
249         (org-insert-columns-dblock): Use org-icompleting-read.
251         * org-colview-xemacs.el (org-columns-edit-value)
252         (org-columns-new, org-insert-columns-dblock): Use
253         org-icompleting-read.
255         * org-attach.el (org-attach-delete-one, org-attach-open): Use
256         org-icompleting-read.
258 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org.el (org-hierarchical-todo-statistics): Improve docstring.
261         (org-version): Return the version text.
262         (org-org-menu): Add a menu entry for the new bug reporter.
263         (org-submit-bug-report): New command.
265         * org-list.el (org-hierarchical-checkbox-statistics): Improve
266         docstring.
268         * org.el (org-emphasis-regexp-components): Add "`" to set of
269         pre-emphasis characters.
271         * org-latex.el (org-export-latex-classes): Always include the soul
272         package.
273         (org-export-latex-emphasis-alist): Use \st for strikethough.
275         * org-exp-blocks.el (org-export-blocks-preprocess): Use
276         `indent-code-rigidly' to indent.
278         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
279         properties only if MATCH really is a string.
281 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-latex.el (org-export-latex-packages-alist): Fix
284         customization type.
286         * org.el (org-create-formula-image): Also use
287         `org-export-latex-packages-alist'.
289         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
290         (org-export-as-html): Format footnotes correctly.
292 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org.el (org-fast-tag-selection): Avoid text properties on tags
295         in the alist.
297         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
298         text properties on the match element.
300 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
302         * org.el (org-set-regexps-and-options): Make sure the list of done
303         keywords is not invalid.
305         * org-exp.el (org-export-interpolate-newlines): New function.
307 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org.el (org-format-latex): Avoid nested overlays.
311         * org-latex.el (org-export-latex-listings-langs): Add a few more
312         languages.
314         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
315         ignore newlines and space before the first macro argument.
317         * org-latex.el (org-export-latex-tables): Remove save-excursion
318         around `org-table-align'.
320 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org.el (org-export-html-special-string-regexps): Definition
323         moved into org.el
325         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
326         in macro calls.
328 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-latex.el (org-export-latex-listings)
331         (org-export-latex-listings-langs): New options.
333         * org-exp.el (org-export-format-source-code-or-example): Use
334         listing package if requested by the user.
336 2009-08-08  Bastien Guerry  <bzg@altern.org>
338         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
339         command before actually switching to a buffer.
341 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-exp.el (org-get-file-contents): Only quote org lines when
344         the markup is src or example.
346         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
347         New option
348         (org-agenda-get-day-entries): Remember deadline results and pass
349         them on into the function getting the scheduling information.
350         (org-agenda-get-scheduled): Accept deadline results as parameters
351         and maybe skip some entries.
352         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
354         * org.el (org-insert-heading): When respecting content, do not
355         convert current line to headline.
357         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
358         cheeeeeck the hd marker
359         (org-clock-in): Also set the hd marker.
360         (org-clock-out): Also set the hd marker.
361         (org-clock-cancel): Reset markers.
363         * org.el (org-clock-hd-marker): New marker.
365         * org-faces.el (org-agenda-clocking): New face.
367         * org-agenda.el (org-agenda-mark-clocking-task): New function.
368         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
370         * org.el (org-modules): Add org-track.el.
372         * org-agenda.el (org-agenda-bulk-marked-p): New function.
373         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
374         `org-agenda-bulk-marked-p'.
375         (org-agenda-bulk-toggle): New command.
377 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org.el (org-move-subtree-down): Hide subtree if it was folded,
380         not just the body.
382         * org-remember.el (org-remember-finalize): Avoid buffer-modified
383         messages.
385 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-latex.el (org-export-latex-first-lines): Fix bug with
388         finding the end of the first lines.
390         * org.el (org-create-formula-image): Remove the -E option for
391         dvipng.
393         * org-exp.el (org-default-export-plist): Respect #+BIND.
394         (org-export-confirm-letbind): New function.
396         * org.el (org-paste-subtree): Test the kill ring entry if it is
397         going to be used.
398         (org-copy-subtree): Use `org-forward-same-level'.
399         (org-forward-same-level): Respect the `invisibe-ok' arg for
400         back-to-heading.
402 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
404         * org.el (org-table-map-tables): Make sure cursor is back at table
405         beginning after funcall.
407         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
408         handled before children, and do not error if an entry is not
409         found, probably because it hase been remove when the parent was
410         archived or refiled.
412         * org.el (org-ido-completing-read): Accept straight lists for
413         completion as well as alists.
415         * org-html.el (org-export-as-html): Fix parenthesis error in
416         footnore code.
418         * org-timer.el (org-timer-cancel-timers): Renamed from
419         `org-timer-cancel-timers'.
421         * org.el (org-cycle-internal-local): Fix problem with finding next
422         invisible line.
424 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
426         * org-list.el (org-list-send-list): Call
427         `org-list-goto-true-beginning' instead of
428         `org-list-find-true-beginning', which does not exist.
430         * org-timer.el (org-timer-reset-timers): Use `mapc'.
431         (org-timer-set-timer): Do not assign to heading.
433         * org-id.el (org-id-open): Quote function name.
435         * org-macs.el (org-unmodified): Turn off recording undo
436         information while running inside the macro.
438         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
439         variable.
440         (org-indent-mode): Remember and restore value of
441         org-hide-leading-stars before `org-indent-mode'.
443         * org-table.el (org-table-export): Also work in file-less
444         buffers.
446         * org.el (org-startup-indented): New option.
447         (org-startup-options): Add new options indent and noindent.
448         (org-unfontify-region): Remove line-prefix and wrap-prefix
449         properties.
450         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
451         hooks.
452         (org-promote, org-demote): Run the new hooks.
454         * org-table.el (org-table-align): Replace leading \n as well.
456         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
457         and `line-wrap' text properties.
459         * org-compat.el (org-kill-new): New function.
461         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
462         `line-wrap' text properties.
464         * org-indent.el: New file.
466 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
468         * org.el (org-provide-todo-statistics): Tweak docstring.
470         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
472 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
474         * org-exp.el (org-export-as-org): Insert the "-source" string
475         before the extension.
477         * org.el (org-read-date): Make sure the calendar is in the current
478         frame.
479         (org-set-emph-re): Remove the ? from the post-match.
480         (org-emphasis-regexp-components): Add backslash to the
481         postmatch class.
482         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
483         optional so that also lines at the end of the buffers will still
484         be matched as headlines.
486         * org-table.el (org-table-error-on-row-ref-crossing-hline):
487         Variable made obsolete.
488         (org-table-relative-ref-may-cross-hline): New option.
489         (org-table-find-row-type): Honow the new option
490         `org-table-relative-ref-may-cross-hline'.
492 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-table.el (org-table-cut-region, org-table-copy-region): Work
495         on single field if no active region.
497 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
499         * org-latex.el (org-export-latex-make-header): Only insert title
500         if one is defined.
502         * org.el (org-make-options-regexp): Allow empty values.
504         * org-html.el (org-export-as-html): Move hrule detection to after
505         plain list handling.
507 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org-html.el (org-format-org-table-html): Fix colgroup tags.
511 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
513         * org.el (org-cycle-internal-local): Improved version of finding
514         next visible line.
515         (org-cycle-hide-drawers): Only hide drawers if this is really
516         necessary.
517         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
518         org-version of this function in Org-mode.  We use advice to
519         implement this change, so that future changes to this function in
520         outline.el wil be handled properly.
521         (org-forward-same-level, org-backward-same-level): New commands.
523 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org.el (org-remove-empty-overlays-at)
526         (org-clean-visibility-after-subtree-move): New functons.
527         (org-move-subtree-down): Simplify cleanup of display.
529 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org-mac-message.el (org-mac-message-get-links): Improve
532         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
533         "s".  Fix the return value.
534         (org-mac-message-insert-flagged): Simplify.
536         * org.el (org-refile-get-location): Tamper with refile history o
537         that history contains compete matches instead of the entered
538         string.
540 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
542         * org.el (org-store-link): Never store a link to an inline task.
544         * org-inlinetask.el (org-inlinetask-insert-task): New command.
546         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
547         inline tasks when positioning footnotes.
549         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
550         function.
552         * org.el (org-refile): Remove the END line when archiving an
553         inline task that does have an END line.
555         * org-archive.el (org-archive-subtree): Remove the END line when
556         archiving an inline task that does have an END line.
558         * org-macs.el (org-with-limited-levels): New macro.
559         (org-get-limited-outline-regexp): New function.
561         * org-exp.el (org-export-format-source-code-or-example): Fix bug
562         that did not enumerate first line.
563         (org-export-mark-radio-links): Skip matches in links.
565 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
567         * org.el (org-activate-plain-links): Make single-match.
568         (org-adapt-indentation): Fix docstring.
570         * org-macs.el (org-unmodified): Turn of modification hooks while
571         running this macro.
573 2009-08-02  Bastien Guerry  <bzg@altern.org>
575         * org.el (org-adapt-indentation): Slightly improve the docstring.
576         (org-occur): Sends an error when the user inputs an empty string.
577         (org-priority): Bugfix: the tag alignement should happen within
578         save-excursion.
580 2009-07-31  Bastien Guerry  <bzg@altern.org>
582         * org.el (org-make-link-regexps): Don't exclude parentheses from
583         `org-plain-link-re'
584         (org-cycle-internal-local): When locally cycling, switch directly
585         from CHILDREN to FOLDED if there is no subtree
586         (org-cycle): Update the docstring to document the new behavior of
587         `org-cycle-internal-local'.
589 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
591         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
592         an abbreviated format for days.
594 2009-07-27  Bastien Guerry  <bzg@altern.org>
596         * org-protocol.el (org-protocol-default-template-key): New
597         option.
599         * org.el (org-refile): Bugfix: save-excursion before reading the
600         refile target, otherwise cursor moves might confuse `org-refile'.
602         * org-html.el (org-export-as-html): Bugfix: correctly convert the
603         footnote reference before the footnote itself.
605         * org.el (org-toggle-heading): Bugfix: correctly convert list
606         items before the first headline.
608         * org-html.el (org-export-html-footnote-format): New option for
609         formatting the footnote reference.
610         (org-export-as-html): Use the new option.
612         * org.el (org-provide-todo-statistics): Allow a list of TODO
613         keywords to compute statistics against headlines containing a
614         keyword from this list.
615         (org-update-parent-todo-statistics): Possibly use the new allowed
616         value of `org-provide-todo-statistics'.
618 2009-07-26  Bastien Guerry  <bzg@altern.org>
620         * org-timer.el: Add autoload cookie.
622         * org.el (org-occur-link-in-agenda-files): New function.
624         * org-timer.el (org-timer-last-timer): New variable.
626         * org-agenda.el (org-agenda-mode-map): New key for
627         org-timer-set-timer called from the agenda.
629         * org.el (org-mode-map): New key for org-timer-set-timer.
631         * org-timer.el (org-timer-reset-timers)
632         (org-timer-show-remaining-time, org-timer-set-timer): New
633         functions.
635         * org-clock.el (org-show-notification): Update the docstring.
637         * org.el (org-provide-todo-statistics): Allow new value
638         'all-headlines for this option, which includes entries with no
639         TODO keywords in the todo statistics.
640         (org-update-parent-todo-statistics): Possibly use the new
641         'all-headline value from `org-provide-todo-statistics'.
643 2009-07-25  Bastien Guerry  <bzg@altern.org>
645         * org-clock.el (org-dblock-write:clocktable): Add a new option
646         :timestamp which allows display of timestamps in clock reports.
648         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
649         list to a subtree, preserving the structure of the list.
650         (org-set-emph-re): Make the last element optional in the regexp.
651         This regexp now matches an emphasized string at the end of a line.
653         * org-list.el (org-list-goto-true-beginning)
654         (org-list-make-subtree, org-list-make-subtrees): New functions.
656         * org.el (org-eval-in-calendar): Select the right frame.
657         (org-save-frame-excursion): Remove this macro.
659 2009-07-24  Bastien Guerry  <bzg@altern.org>
661         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
662         trying to find the beginning of a list.
664         * org-exp.el (org-get-file-contents): Use a new argument: markup.
665         When present, tell org-get-file-contents not to protect org-like
666         lines.
668         * org-id.el (org-id-uuid-program): New option to set the name of
669         the uuidgen program.
670         (org-id-method): Use `org-id-uuid-program'.
671         (org-id-new): Use `org-id-uuid-program'.
673 2009-07-23  Bastien Guerry  <bzg@altern.org>
675         * org-exp.el (org-export-number-lines): Allow whitespace in code
676         references.  Allow the -r switch to remove the references in the
677         source code even when the lines are not numbered: the labels can
678         be explicit enough.
680         * org.el (org-fontify-whole-heading-line): New option.
681         (org-set-font-lock-defaults): Use the new option.
683         * org-clock.el (org-show-notification-handler): New option.
684         (org-show-notification): Use the new option.
686 2009-07-21  Bastien Guerry  <bzg@altern.org>
688         * org.el (org-eval-in-calendar): Fix a bug about calendar
689         navigation when `calendar-setup' value is 'calendar-only.
691 2009-07-19  Bastien Guerry  <bzg@altern.org>
693         * org.el (orgstruct++-mode): Fix typo in docstring.
694         (org-insert-link): Clean up: (or (...)) => (...)
695         (org-insert-link): Use TAB for stored links completion.
697 2009-07-18  Bastien Guerry  <bzg@altern.org>
699         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
700         building the list of targets.
702         * org-remember.el (org-remember-delete-empty-lines-at-end): New
703         option.
704         (org-remember-handler): Use the new option.
706 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
708         * org.el (org-tags-sort-function): New option for sorting tags.
709         (org-set-tags): Use the new option to sort tags.
711         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
712         premature deletion of the data when using org-plot in a script.
714 2009-07-17  Bastien Guerry  <bzg@altern.org>
716         * org-clock.el (org-clock-in-prepare-hook): New hook.
717         (org-clock-in): Use this new hook.
719 2009-07-16  Bastien Guerry  <bzg@altern.org>
721         * org.el (org-special-ctrl-a/e): Explicitely bind the value
722         'reversed for this option to the "true line boundary first"
723         behavior.
724         (org-tags-match-list-sublevels): Document the 'indented value for
725         this variable.
727         * org-latex.el (org-export-latex-first-lines): Fix problem with
728         publishing the region.
730         * org-exp.el (org-export-format-source-code-or-example): Fix
731         bad line numbering when exporting examples in HTML.
733 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
735         * org-colview.el (org-format-time-period): Formats a time in
736         fractional days as days, hours, mins, seconds.
737         (org-columns-display-here): Add special handling for SINCE and
738         SINCE_IA to format for display.
740         * org.el (org-time-since): Add a function to get the time since an
741         org timestamp.
742         (org-entry-properties): Add two new special properties: SINCE and
743         SINCE_IA. These give the time since any active or inactive
744         timestamp in an entry.
745         (org-special-properties): Add SINCE, SINCE_IA.
746         (org-tags-sort-function): Add custom declaration for tags
747         sorting function.
748         (org-set-tags): Sort tags if org-tags-sort-function is set
750 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
752         * org-clock.el (org-clock-goto): Find hidden headlines as well.
754         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
756         * org-plot.el (org-plot/add-options-to-plist): Add timeind
757         option.
759 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
761         * org-publish.el (org-publish-remove-all-timestamps): New function.
762         (org-publish-all): Remove all timestamp files if `org-publish-all'
763         is called with a prefix argument.
765         * org-list.el (org-indent-item): Fix typo.
766         (org-item-indent-positions): Normalize ordered bullet.
768         * org-html.el (org-export-html-home/up-format): New option.
769         (org-export-as-html): Insert the up and HOME links.
771 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
773         * org-html.el (org-export-as-html): Insert the title into the
774         option plist.
775         (org-export-html-insert-plist-item): New function.
776         (org-export-as-html): Call `org-export-html-insert-plist-item'.
778         * org-macs.el (org-set-local): Make a local variable, do not make
779         the variable buffer-local!
781         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
783         * org-html.el (org-export-as-html): Call `org-install-letbind'.
785         * org-docbook.el (org-export-as-docbook): Call
786         `org-install-letbind'.
788         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
790         * org-exp.el (org-infile-export-plist): Read BIND lines.
791         (org-install-letbind): New function.
792         (org-export-as-org, org-export-preprocess-string): Call
793         `org-install-letbind'.
795         * org-src.el (org-edit-src-exit): Untabify the example before
796         returning to Org.
798         * org-list.el (org-list-demote-modify-bullet): New option.
799         (org-first-list-item-p): Save point.
800         (org-fix-bullet-type): New optional argument FORCE-BULLET.
801         (org-indent-item): Honor `org-list-demote-modify-bullet'.
802         (org-item-indent-positions): Return bullet types along with
803         indentation.
805 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
807         * org.el (org-show-entry): Hide drawers.
809 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org-footnote.el (org-footnote-auto-adjust): New option.
812         (org-footnote-auto-adjust-maybe): New function.
813         (org-footnote-new, org-footnote-delete): Call
814         `org-footnote-auto-adjust-maybe'.
816         * org.el (org-startup-options): Add new footnote-related
817         keywords.
819         * org-publish.el (org-publish-timestamp-filename): Additional
820         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
821         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
822         TRUE-PUB-DIR.  Pass them through to
823         `org-publish-timestamp-filename'.
824         (org-publish-update-timestamp): Additional arguments PUB-DIR and
825         PUB-FUNC, which are included in the hash.
826         (org-publish-file): Delay timestamp test until the publishing
827         function is known.
829 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
831         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
832         setting the deadline.
834         * org.el (org-read-date-final-answer): New variable.
835         (org-read-date): Store the final answer string, including the date
836         from the calendar, for reuse by agenda bulk commands.
838         * org-publish.el (org-publish-attachment): Fix publishing of
839         attachments.
841         * org-latex.el (org-export-latex-quotation-marks): Fix export of
842         quotation makrs in parenthesis.
843         (org-remove-initial-hash): New function.
844         (org-export-latex-preprocess): Fix bug with infinite loop if
845         environment is not properly closed.
847         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
848         when indented.
850         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
851         highlight also when indented.
853 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org-footnote.el (org-footnote-renumber-fn:N): New command.
856         (org-footnote-action): Offer renumbering.
858         * org.el (org-cycle): Honor the `integrate' value of
859         org-cycle-include-plain-lists'.
861         * org-list.el (org-cycle-include-plain-lists): New allowed value
862         `internal'.  Improve the docstring.
864         * org.el (org-set-autofill-regexps): Improve the paragraph-start
865         regexp to work better with LaTeX commands.
867 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-feed.el (org-feed-update): fix problem with non-existing
870         buffer.
871         (org-feed-skip-http-headers): New function.
872         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
873         (org-feed-get-feed): Fix command line arguments for curl.
875 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
877         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
878         and eps extensions.
880 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
882         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
883         loaded.
885         * org.el (org-map-entries): No longer force
886         `org-tags-match-list-sublevels' to t during a todo-only tags
887         search.
889 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-latex.el (org-export-latex-low-levels): Allow user-defined
892         environment.
893         (org-export-latex-subcontent): Handle user-defined environment.
895         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
896         the View dispatcher.
898         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
899         `make-overlay'.
901         * org-latex.el (org-export-as-pdf): Protect match data during call
902         to shell-quote-argument.
904         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
905         (org-agenda-view-mode-dispatch): New function.
907 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
909         * org-agenda.el (org-agenda-mode): Reset list of marks.
910         (org-agenda-mode-map): Define new keys for refile and bulk action.
911         (org-agenda-menu): Add menu itesm for refile and bulk action.
912         (org-agenda-refile): New function.
913         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
914         (org-agenda-marked-entries): New variable.
915         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
916         (org-agenda-remove-all-bulk-action-marks)
917         (org-agenda-bulk-action): New functions/commands.
919 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org-exp.el (org-get-file-contents): Protect org-like lines in
922         included files.
923         (org-export-format-source-code-or-example): Remove newlines.
925         * org-latex.el (org-export-latex-links): Check for no-description
926         marking.
928         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
929         argument separator back to comma.
930         (org-export-normalize-links): Mark links without description.
932 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
934         * org-exp.el (org-infile-export-plist): Fix bug in macro
935         processing.
937         * org-agenda.el (org-agenda-clock-out): Update line after clocking
938         out.
939         (org-agenda-highlight-todo): Fix bug with highlighting.
941 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
944         new alignment strings.
946         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
947         command list.
948         (org-table-align): Check for forced align type.
950         * org.el (org-self-insert-command): Add yas/expand to command
951         list.
953         * org-clock.el (org-clock-in-hook): New hook.
954         (org-clock-in): Run `org-clock-in-hook.
955         (org-clock-out-hook): New hook.
956         (org-clock-out): Run `org-clock-out-hook.
957         (org-clock-cancel-hook): New hook.
958         (org-clock-cancel): Run `org-clock-cancel-hook.
959         (org-clock-goto-hook): New hook.
960         (org-clock-goto): Run `org-clock-goto-hook.
962 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org.el (org-store-link): Better default description for link to
965         Org-mode headline.
967         * org-exp.el (org-export-generic): Autoload the generic exporter
968         function.
969         (org-export): Implement the `g' key for the generic exporter.
971 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
973         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
974         and for zbacktab'.
976         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
978         * org-exp.el (org-infile-export-plist): Get macros also from
979         #+SETUPFILE.
981 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
983         * org-colview.el (org-columns-capture-view): Protect vertical bars
984         in column values.
985         (org-columns-capture-view): Exclude comment and archived trees.
987         * org-colview-xemacs.el (org-columns-capture-view): Protect
988         vertical bars in column values.
989         (org-columns-capture-view): Exclude comment and archived trees.
991         * org.el (org-quote-vert): New function.
993         * org-latex.el (org-export-latex-verbatim-wrap): New option.
995         * org-exp.el (org-export-format-source-code-or-example): Use
996         `org-export-latex-verbatim-wrap'.
998         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
999         time stamps.
1001         * org-html.el (org-export-table-row-tags): New option.
1002         (org-format-org-table-html): Rename `nlines' to `nline', use new
1003         option.
1006 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org-exp-blocks.el: Declare functions and variables.
1010         * org-remember.el (org-remember-templates): Allow the headline
1011         element to be a function.
1012         (org-remember-apply-template): If the headline is a function, call
1013         it to get the true function.
1015         * org-clock.el (org-clock-menu): New function.
1016         (org-clock-update-mode-line): Update help string.
1017         (org-clock-modify-effort-estimate): New function.
1018         (org-clock-mark-default-task): New function.
1020         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1021         minutes as input.
1022         (org-org-menu): Add new clocking stuff.
1023         (org-clock-is-active): New function.
1025 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org.el (org-open-non-existing-files): Improve docstring.
1029 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1032         option.
1033         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1035         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1037         * org-list.el (org-get-checkbox-statistics-face): Use the new
1038         faces.
1040         * org-faces.el (org-checkbox-statistics-todo)
1041         (org-checkbox-statistics-done): New faces.
1043 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1046         (org-edit-src-exit): Better cursor positioning when returning from
1047         editing.
1049         * org-latex.el (org-export-latex-use-verb): New variable.
1050         (org-export-latex-emph-format): Prefer \texttt over \verb when
1051         org-export-latex-use-verb is set.
1053 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1055         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1056         at normal indentation.
1058         * org-html.el (org-export-html-close-lists-maybe): Also look at
1059         normal indentation.
1061         * org-remember.el (org-remember-handler): Abort remember if the
1062         buffer is empty.
1064         * org-src.el (org-edit-src-content-indentation): New option.
1065         (org-edit-src-exit): Apply extra indentation.
1067         * org-exp.el (org-export-format-source-code-or-example): Run
1068         `org-src-mode-hook'.
1070         * org-src.el (org-src-mode-hook): New variable.
1071         (org-edit-src-code): Run `org-src-mode-hook'.
1073 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1075         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1077         * org-src.el (org-edit-src-get-indentation): New function.
1078         (org-edit-src-code): Base indentation on the begin line.
1080 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1082         * org-gnus.el (org-gnus-store-link): Require message.el in
1083         org-gnus-store-link.
1085 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1087         * org-src.el: New file, split out of org.el
1089         * org-docbook.el (org-export-as-docbook): Better indentation
1090         treatment.
1092         * org-macs.el (org-replace-match-keep-properties): New function.
1094         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1095         preprocessing of center and quote and verse blocks.
1097         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1098         (org-export-as-docbook): Close lists when original indentation
1099         mandates it.
1101         * org-html.el (org-export-html-close-lists-maybe): New function.
1102         (org-export-as-html): Close lists when original indentation
1103         mandates it.
1105         * org-list.el (org-list-end): Respect the stored "original"
1106         indentation when determining the end of the list.
1108         * org-exp.el (org-export-replace-src-segments-and-examples):
1109         Remember indentation correctly.
1111 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-clock.el (org-clock-update-mode-line): Apply face
1114         org-mode-line-clock.
1116         * org-faces.el (org-mode-line-clock): New face.
1118 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1120         * org-gnus.el (org-gnus-store-link): Fix bug where
1121         `org-gnus-store-link' used wrong subject when called in an article
1122         buffer.  Patch provided by fengli AT gmail DOT com.
1124 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1126         * org-exp.el (org-export-format-source-code-or-example): Remember
1127         the original indentation of source code snippets and examples.
1129         * org-latex.el (org-export-as-latex): Relocate the table of
1130         contents.
1132         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1134         * org-agenda.el (org-run-agenda-series): Scope global options also
1135         when creating the agenda buffer.
1137 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org.el (org-adapt-indentation): Improve documentation.
1140         (org-insert-property-drawer): Respect org-adapt-indentation when
1141         inserting the drawer.
1142         (org-remove-flyspell-overlays-in): New function.
1143         (org-do-emphasis-faces, org-activate-plain-links)
1144         (org-activate-code, org-fontify-meta-lines-and-blocks)
1145         (org-activate-angle-links, org-activate-footnote-links)
1146         (org-activate-bracket-links, org-activate-dates)
1147         (org-activate-target-links, org-activate-tags): Remove flyspell
1148         overlays.
1150 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1152         * org.el (org-edit-src-save): New function.
1154         * org-clock.el (org-clock-out-switch-to-state): New option.
1155         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1157         * org-compat.el (org-compatible-face): Improve macro.
1159         * org.el (org-global-properties-fixed): Add default for
1160         CLOCK_MODELINE_TOTAL.
1162         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1163         andd tend.
1164         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1165         org-clock-sum.
1166         (org-clock-get-sum-start): New function.
1168         * org.el (org-startup-options): New keywords blockhide and
1169         blockshow.
1170         (org-mode): Add new invisibility spec.
1171         (org-set-startup-visibility): Hide block on startup if so
1172         desired.
1173         (org-hide-block-startup): New option.
1174         (org-block-regexp): New constant.
1175         (org-hide-block-overlays): New variable.
1176         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1177         (org-show-block-all, org-hide-block-toggle-maybe)
1178         (org-hide-block-toggle): New functions.
1179         (org-edit-src-exit): Do not quote lines starting with # and no +
1180         behind it.
1181         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1182         entry.
1184 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org.el (org-buffer-property-keys): Add Effort property for
1187         completion.
1189 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1191         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1192         when retrieving total clocked time in the subtree.
1194         * org.el (org-quoting-blocks): New variable.
1196 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1198         * org-table.el (org-table-store-formulas)
1199         (org-table-get-stored-formulas, org-table-fix-formulas)
1200         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1201         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1203         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1204         indented #+TBLFM line.
1206         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1207         indented #+TBLFM line.
1209         * org-colview.el (org-dblock-write:columnview): Allow indented
1210         #+TBLFM line.
1212         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1213         indented #+TBLFM line.
1215         * org-clock.el (org-dblock-write:clocktable): Allow indented
1216         #+TBLFM line.
1218 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1220         * org-exp.el (org-export-format-source-code-or-example): Make
1221         editing indented blocks work correctly.
1223         * org.el (org-edit-src-nindent): New variable.
1224         (org-edit-src-code, org-edit-fixed-width-region)
1225         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1226         editing indented blocks work correctly.
1228 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1230         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1231         indented blocks.
1232         (org-export-format-source-code-or-example): Fix indentation of
1233         blocks.
1234         (org-export-remove-indentation): New function.
1235         (org-export-select-backend-specific-text): Allow backend-specific
1236         code to be indented.
1237         (org-export-mark-blockquote-verse-center): Allow markers to be
1238         indented.
1240         * org.el (org-fontify-meta-lines): New function.
1241         (org-set-font-lock-defaults): Call the new fontification
1242         function.
1244         * org-faces.el (org-meta-line): New face
1245         (org-block):  New face.
1247 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org.el (org-treat-insert-todo-heading-as-state-change)
1250         (org-treat-S-cursor-todo-selection-as-state-change): New
1251         variables.
1252         (org-insert-todo-heading): Honor
1253         `org-treat-insert-todo-heading-as-state-change'.
1254         (org-shiftright, org-shiftleft): Honor
1255         `org-treat-S-cursor-todo-selection-as-state-change'.
1256         (org-inhibit-logging): New variable.
1258 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1260         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1261         range for marker position checking.
1263         * org-latex.el (org-export-latex-first-lines): Fix bug when
1264         exporting a region.
1266 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1268         * org-exp.el (org-export-push-to-kill-ring): Protect using
1269         x-set-selection, because that does not always work.
1271         * org-agenda.el (org-agenda-list): Apply the new face
1272         `org-agenda-date-today'.
1274         * org-faces.el (org-agenda-date-today): New face.
1276 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1279         creating appointments.
1281         * org-latex.el (org-export-latex-low-levels): Fix customization
1282         type.
1284         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1285         priority commands.
1287         * org-agenda.el (org-agenda-priority): Disable priority commands.
1289         * org.el (org-enable-priority-commands): New option.
1291         * org-colview-xemacs.el (org-columns-compute)
1292         (org-columns-number-to-string): Fix problems with empty fields.
1294         * org-colview.el (org-columns-compute)
1295         (org-columns-number-to-string): Fix problems with empty fields.
1297         * org-exp.el (org-export-push-to-kill-ring): New function.
1298         (org-export-copy-to-kill-ring): New option.
1300         * org-latex.el (org-export-as-latex): Call
1301         `org-export-push-to-kill-ring'.
1303         * org-html.el (org-export-as-html): Call
1304         `org-export-push-to-kill-ring'.
1306         * org-docbook.el (org-export-as-docbook): Call
1307         `org-export-push-to-kill-ring'.
1309         * org-ascii.el (org-export-as-ascii): Call
1310         `org-export-push-to-kill-ring'.
1312         * org-exp.el (org-export-show-temporary-export-buffer): New
1313         option.
1315         * org-latex.el (org-export-as-latex): Use
1316         `org-export-show-temporary-export-buffer'.
1318         * org-html.el (org-export-as-html): Use
1319         `org-export-show-temporary-export-buffer'.
1321         * org-docbook.el (org-export-as-docbook): Use
1322         `org-export-show-temporary-export-buffer'.
1324         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1325         `org-export-show-temporary-export-buffer'.
1327         * org-exp.el (org-export-show-temporary-export-buffer): New
1328         option.
1329         (org-export-push-to-kill-ring): New function.
1331         * org-colview.el (org-columns-compile-map): New variable.
1332         (org-columns-new, org-columns-compute)
1333         (org-columns-number-to-string, org-columns-uncompile-format)
1334         (org-columns-compile-format): Implement new operators.
1336 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1338         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1340         * org-html.el (org-export-html-xml-declaration): New option.
1341         (org-export-as-html): Use `org-export-html-xml-declaration'.
1343         * org-list.el (org-update-checkbox-count): Make property
1344         dependent.
1346         * org.el (org-hierarchical-todo-statistics): New option.
1347         (org-update-parent-todo-statistics): Modified to handle recursive
1348         statistics.
1350 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-publish.el (org-publish): Make this function behave
1353         correctly in interactive use when called with a prefix argument.
1355         * org.el (org-todo-statistics-hook): New hook.
1356         (org-update-parent-todo-statistics): Use new hook.
1357         (org-log-into-drawer): New function.
1358         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1359         determine if we should be logging into a drawer.
1360         (org-log-into-drawer): Update docstring.
1361         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1363         * org-list.el (org-checkbox-statistics-hook): New hook.
1364         (org-update-checkbox-count-maybe): Use new hook.
1366         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1367         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1368         to kill ring.
1370 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1373         a line.
1375 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1377         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1378         better bufer-generating mechanism.
1379         (org-edit-src-find-buffer): New function.
1381         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1382         archive tag, this is already done by `org-agenda-skip'.
1383         data while constructing lost of tags.
1385 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1387         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1388         as argument separator in macros.
1390         * org-html.el (org-export-as-html): Add xml declaration.
1392 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1394         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1395         (org-sort-entries-or-items): Run the new hook.
1396         (org-after-refile-insert-hook): New hook.
1397         (org-refile): Run `org-after-refile-insert-hook'.
1399         * org-agenda.el (org-agenda-get-progress): Never take time of day
1400         from headline when displaying progress.
1402         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1403         (org-export-as-latex): Force the correct regexp in the
1404         preprocessor buffer.
1405         (org-export-latex-set-initial-vars): Set
1406         `org-export-latex-complex-heading-re'.
1408         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1409         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1411 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1413         * org-latex.el (org-export-latex-tables-centered): New option.
1414         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1416         * org-exp.el (org-export-as-org): New command.
1417         (org-export-as-org): New command.
1419         * org-publish.el (org-publish-org-to-org): New function.
1421 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1423         * org.el (org-yank): Just call `org-yank-generic'.
1424         (org-yank-generic): New function, containing the formaer
1425         functionality of `org-yank'.
1427         * org-latex.el (org-export-latex-not-done-keywords)
1428         (org-export-latex-done-keywords): New variables.
1429         (org-export-latex-todo-keyword-markup): New option.
1430         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1431         (org-export-latex-keywords-maybe): Apply the TODO markup.
1433 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org-exp.el (org-infile-export-plist): Add more default macros.
1436         (org-export-preprocess-apply-macros): Process macro arguments.
1438 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1441         `unblocked'.
1442         (org-print-icalendar-entries): Respect the new value of
1443         `org-icalendar-include-todo'.
1445         * org.el (org-link-try-special-completion)
1446         (org-file-complete-link): New functions.
1447         (org-insert-link): Add special completion support for some link
1448         types.
1450         * org-bbdb.el (org-bbdb-complete-link): New function.
1452 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org-list.el (org-update-checkbox-count): Allow recursive
1455         statistics.
1456         (org-hierarchical-checkbox-statistics): New option.
1458         * org.el (org-cycle): Remove erraneous space character.
1460         * org-icalendar.el (org-icalendar-timezone): Initialize from
1461         environment.
1463         * org-html.el (org-format-org-table-html): Specify the scope.
1464         (org-format-table-table-html): Specify the scope.
1465         (org-export-table-header-tags): Prepare the scope parameter.
1467 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1469         * org-html.el
1470         (org-export-html-table-use-header-tags-for-first-column): New
1471         option.
1473         * org.el (org-autoload): Fix autoloading of ascii export
1474         functions.
1475         (org-modules): Add org-special-blocks.
1477 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1479         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1480         (org-ical-timezone): New option.
1482         * org-exp.el (org-export-get-coderef-format): Use the description
1483         is present.
1485         * org.el (org-sort-entries-or-items): Improve docstring, and make
1486         better implementation for time sorting.
1488 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1490         * org.el (org-edit-src-persistent-message): New option.
1491         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1492         option.
1494         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1495         patch.
1497         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1498         separate buffer instead of indirect buffer to edit source code.
1499         (org-edit-src-exit): Make this function work with the new setup.
1501         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1502         are properly fontified before shown in the selection menu.
1504         * org.el (org-fontify-like-in-org-mode): New function.
1506         * org-latex.el (org-export-latex-links): Use the property list to
1507         retrieve the default image attributes.
1509         * org-exp.el (org-export-plist-vars): Add a new option.
1511 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1513         * org-exp.el (org-export, org-export-visible): Support ASCII
1514         export to buffer
1515         (org-export-normalize-links): Do not protect the description if it
1516         is explicitly given.
1518         * org-ascii.el (org-export-as-ascii-to-buffer)
1519         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1520         commands.
1521         (org-export-as-ascii): Add all the same parameters that are also
1522         supported by the other export functions.
1524         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1525         org-checklist.el.
1526         (org-reset-checkbox-state-subtree): Call
1527         `org-reset-checkbox-state-subtree'.
1529         * org-remember.el (org-select-remember-template): For the
1530         selection of a valid template.
1532         * org-latex.el (org-export-region-as-latex): Supply the
1533         force-no-subtree argument.
1534         (org-export-as-latex): Provide better limits when exporting the
1535         first line.  When exporting to string, we still want the first
1536         lines.
1537         (org-export-latex-first-lines): New argument END, to force the end
1538         of the region.
1539         (org-export-region-as-latex): Use the property list.
1540         (org-export-as-latex):
1542         * org-colview-xemacs.el (org-columns-remove-overlays)
1543         (org-columns): Fix call to `local-variable-p'.
1545 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1547         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1548         (org-export-as-html): Run the new hook.
1550         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1551         (org-export-latex-preprocess): Run the new hook.
1553         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1554         (org-export-preprocess-string): Run the new hook.
1556 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1558         * org-macs.el (org-check-external-command): New defsubst.
1560         * org.el (org-mode-map): New key for reload.
1561         (org-format-latex): Better error message when external programs
1562         are not available.
1564         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1566         * org.el (org-sort-entries-or-items): Explicit sorting function
1567         for priorities, needed for XEmacs compatibility.
1569         * org-remember.el (org-remember-apply-template): Improve auto-save
1570         behavior.
1572 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org-latex.el (org-export-latex-preprocess): Also protect
1575         environments ending in a star.
1577         * org-list.el (org-at-item-p): Fix regular expression.
1579 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org.el (org-end-of-subtree): Improve speed.
1583         * org-agenda.el (org-agenda-get-timestamps)
1584         (org-agenda-get-progress, org-agenda-get-deadlines)
1585         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1586         in particular, wait as long as possible to collect the tags.
1587         (org-stuck-projects): Improve docstring.
1589         * org.el (org-store-link): No errors when getting custom id before
1590         first headline.
1591         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1593 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1595         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1597         * org-protocol.el: Remove dependency on url.el.
1598         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1599         dependency on url.el.
1601         * org-latex.el (org-export-as-pdf): Use
1602         `org-latex-to-pdf-process'.
1604 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org-latex.el (org-latex-to-pdf-process): New option.
1608         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1609         New option.
1610         (org-agenda-get-timestamps): Honor
1611         `org-agenda-skip-additional-timestamps-same-entry'.
1613         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1614         (org-clock-goto): Find recent task only if
1615         `org-clock-goto-may-find-recent-task' allows it.
1617         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1618         drawers, and drawers that are missing the :END: line.
1620 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1622         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1623         clock is running.
1625 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1627         * org.el (org-update-parent-todo-statistics): Check for
1628         STATISTICS_FROM property.
1630         * org-list.el (org-update-checkbox-count): Check for
1631         STATISTICS_FROM property.
1633         * org.el (org-tab-first-hook)
1634         (org-tab-after-check-for-table-hook)
1635         (org-tab-after-check-for-cycling-hook): New hooks.
1636         (org-cycle-internal-global, org-cycle-internal-local): New
1637         functions, split out from `org-cycle'.
1638         (org-cycle): Call the new hooks.
1640 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1642         * org-exp.el (org-export-preprocess-string): Reset the list of
1643         preferred targets for each run of the preprocessor.
1645         * org.el (org-refile-target-verify-function): Improve
1646         documentation.
1647         (org-get-refile-targets): Respect point being moved by the
1648         verification function.
1650         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1651         option.
1652         (org-export-latex-keywords): Use new option.
1654         * org.el (org-rear-nonsticky-at): New defsubst.
1655         (org-activate-plain-links, org-activate-angle-links)
1656         (org-activate-footnote-links, org-activate-bracket-links)
1657         (org-activate-dates, org-activate-target-links)
1658         (org-activate-tags): Place the rear-nonsticky properties at the
1659         correct location.
1661 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1663         * org-protocol.el (server-edit): Declare `server-edit'.
1664         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1665         functions.
1666         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1668         * org.el (org-default-properties): New default properteis for
1669         completion.
1671         * org-exp.el (org-export-add-subtree-options): Add new properties
1672         for subtree export.
1674         * org-docbook.el (org-export-docbook-keywords-markup)
1675         (org-export-docbook-timestamp-markup): New options.
1676         (org-export-docbook-protect-tags): New function.
1678 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
1680         * org-id.el (org-id-get-with-outline-path-completion): Turn off
1681         org-refile-target-verify-function for the duration of the command.
1683         * org.el (org-link-to-org-use-id): New possible value
1684         `create-if-interactive-and-no-custom-id'.
1685         (org-store-link): Use custom IDs.
1686         (org-link-search): Find custom ID properties from #link.
1687         (org-default-properties): Add CUSTOM_ID for property completion.
1688         (org-refile-target-verify-function): New option.
1689         (org-goto): Turn off org-refile-target-verify-function
1690         for the duration of the command.
1692 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
1694         * org-html.el (org-export-as-html): Use custom IDs in the toc.
1696         * org-exp.el (org-export-preferred-target-alist): New variable.
1697         (org-export-define-heading-targets): Find the new CUSTOM_ID
1698         property.
1699         (org-export-target-internal-links): Target the custom ids when
1700         possible.
1702         * org-latex.el (org-export-latex-preprocess): Better regexp for
1703         matching latex macros with arguments.
1705 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1707         * org-remember.el (org-remember-handler): Allow filing to non-org
1708         files.
1710 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
1712         * org-feed.el (org-feed-alist): New keyword options.
1713         (org-feed-update): Use the new options.
1714         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
1715         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
1716         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
1717         functions.
1719         * org-table.el (org-table-fix-formulas): Do not change references
1720         to remote tables.
1721         (org-table-get-remote-range): Convert standard coordinates to RC
1722         format.
1724         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
1726 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
1728         * org-compat.el (org-sha1-string): Function removed.
1730         * org.el (org-refile-allow-creating-parent-nodes): New option.
1731         (org-refile-get-location): New argument NEW-NODES.
1732         (org-refile): Call `org-refile-get-location' with the new
1733         argument.
1734         (org-refile-get-location): Arrange for adding a new child.
1735         (org-refile-new-child): New function.
1737         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
1738         an additional span element.
1740         * org-clock.el: Fix a number of docstrings.
1741         (org-clock-find-position): New argument
1742         FIND-UNCLOSED to make the function find an unclosed clock in the
1743         entry.
1744         (org-clock-in): Call `org-clock-find-position' with the new
1745         argument if we might be resuming a clock.
1747 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org-latex.el (org-export-latex-display-custom-times): New variable.
1750         (org-export-latex-timestamp-markup): New option.
1751         (org-export-latex-set-initial-vars): Remember the local value of
1752         `org-display-custom-times'.
1753         (org-export-latex-content): Process time stamps.
1754         (org-export-latex-time-stamps): New function.
1756         * org-macs.el (org-maybe-intangible): Add intangible property
1757         again to invisible text.
1759 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
1761         * org-exp.el (org-default-export-plist): Handle undefined
1762         variables.
1764 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
1766         * org.el (org-sort-entries-or-items): Match TODO keywrds
1767         case-sensitively, when sorting.
1768         (org-priority): Do not match TODO keywords with wrong case.
1770 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
1772         * org-feed.el (org-feed-update): Bind the variable
1773         `new-formatted'.
1775         * org-html.el (org-export-as-html): Start paragraphs after literal
1776         examples.
1778         * org-docbook.el (org-export-as-docbook): Start paragraphs after
1779         literal examples.
1781 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
1783         * org.el (org-todo): Honor the NOBLOCKING property.
1785         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
1786         NOBLOCKING property.
1788         * org.el (org-scan-tags): Fix bug in tag scanner
1790 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
1792         * org.el (org-modules): Mark obsolete packages.
1794         * org-html.el: New file, split out from org-exp.el.
1796         * org-icalendar.el: New file, split out from org-exp.el.
1798         * org-xoxo.el: New file, split out from org-exp.el.
1800         * org-ascii.el: New file, split out from org-exp.el.
1802 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
1804         * org-compat.el (org-find-library-name): New function.
1806         * org.el (org-pre-cycle-hook): New hook.
1807         (org-cycle): Call the new hook in appropriate places.
1808         (org-reload): Only reload files that have been loaded before.
1810 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
1812         * org.el (org-set-font-lock-defaults): Enforxe space or line end
1813         after todo keyword.
1814         (org-todo): When changing TODO state, do matching
1815         case-sensitively.
1816         (org-map-continue-from): New variable.
1817         (org-scan-tags): Respect values in `org-map-continue-from'.
1818         (org-reload): Make XEmacs compatible.
1820 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
1822         * org-protocol.el (org-protocol-flatten-greedy): New function.
1823         (org-protocol-flatten): New function.
1825         * org.el (org-open-link-from-string): Pass reference buffer to
1826         `org-open-at-point'.
1827         (org-open-at-point): New optional argument `reference-buffer'.
1829 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
1831         * org.el (org-scan-tags): Make tag scan find headline in first
1832         line, 2nd attempt.
1833         (org-get-refile-targets): Add the naked file name.
1834         (org-refile): Store as top-level entry when only file name was
1835         given.
1837         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
1839         * org.el (org-block-todo-from-children-or-siblings-or-parent):
1840         Renamed from org-block-todo-from-children-or-siblings, and
1841         enhanced to look for the parent's status as well.
1843         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1844         (org-agenda-get-progress): Add first notes line to log entry if so
1845         desired.
1847 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1849         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1850         (org-agenda-cleanup-fancy-diary): Call the new hook.
1852         * org-remember.el (org-remember-apply-template): Take the default
1853         for the annotation from the :annotation property.
1855         * org-mac-message.el (org-mac-message-get-link): Remove the
1856         quotes.
1857         (org-mac-message-get-link): Return the result.
1859 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1861         * org.el (org-refile-get-location): Add file name only if not
1862         already included in outline path.
1864         * org-faces.el (org-n-level-faces): Fix customization type from
1865         number to integer.
1867         * org-exp.el (org-export-headline-levels): Fix customization type
1868         from number to integer.
1870         * org-agenda.el (org-agenda-confirm-kill)
1871         (org-agenda-custom-commands-local-options)
1872         (org-timeline-show-empty-dates, org-agenda-ndays)
1873         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1874         customization type from number to integer.
1876 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1878         * org-protocol.el: Declare some functions.
1880         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1881         postion before inserting modified headline.
1883         * org-agenda.el (org-agenda-compare-effort): Honor
1884         `org-sort-agenda-noeffort-is-high'.
1885         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1886         (org-agenda-compare-effort): Implement the "?" operator for
1887         finding entries without effort setting.
1889         * org.el (org-extract-attributes-from-string): New function.
1891         * org-exp.el (org-export-splice-attributes): New function.
1893 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1895         * org-mouse.el: XEmacs compatibility fixes
1897         * org-docbook.el (org-export-as-docbook): Process footnotes like
1898         normal text.
1900         * org.el (org-modules): Add org-inlinetasks.el
1901         (org-cycle): Implement limiting level on cycling.
1902         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1903         buffer.
1905         * org-inlinetask.el: New file.
1907         * org.el (org-emphasis-regexp-components): Allow braces in
1908         emphasis pre and post match.
1910         * org-footnote.el (org-footnote-normalize): When only dorting, do
1911         not insert inline notes at the end.
1913         * org-docbook.el (org-id-find-id-file): Add function declaration.
1915         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1917         * org-docbook.el: New file.
1919 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1921         * org.el (org-reftex-citation): New command.
1923 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1925         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1926         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1927         sorting options.
1928         (org-entries-lessp): Apply the new sorting option.
1930         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1931         blocker code, when an older sibling has children.
1933         * org-mac-message.el (org-mac-message-get-link): Improve getting
1934         links from multiple selected messages.
1936 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1938         * org-remember.el (org-remember-finalize): Do not set buffer file
1939         name to nil.
1940         (org-remember-handler): Mark buffer as unmodified.
1941         (org-remember-handler): Delete backup file and show message about
1942         remaining backup files.
1943         (org-remember-auto-remove-backup-files): New option.
1945         * org.el (org-store-link): Use buffer name as link description in
1946         w3-mode buffers.
1947         (org-ido-switchb): Fix argument bug for completion.
1949         * org-remember.el (org-remember-apply-template): Set local
1950         variable `auto-save-visited-file-name' instead of global one.
1952 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1954         * org-feed.el: Re-write.
1956         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1957         (org-agenda-get-todos): Mark file tags as inherited.
1958         (org-agenda-list): Always search diary lines for a time.
1960 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1962         * org-feed.el (org-feed-assume-stable): New option.
1963         (org-feed-before-adding-hook): New hook.
1965         * org-exp.el (org-export-as-html): Close local lists depending on
1966         indentation, also when starting a table.
1968         * org-remember.el (org-remember-backup-directory)
1969         (org-remember-backup-name): New internal variable.
1971 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1973         * org-clock.el (org-clock-out-if-current): Make buffer detection
1974         work in indirect buffers as well.
1976         * org.el (org-emphasis-regexp-components): Add the exxclamation
1977         mark to the post-emphasis characters.
1979 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1981         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1982         (org-read-date): Run the new hook.
1984         * org-mac-message.el (org-mac-flagged-mail): New group.
1985         (org-mac-mail-account): New variable.
1986         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1987         commands.
1989         * org-remember.el (org-remember-backup-directory): New variable.
1990         (org-remember-apply-template): Write file to backup directory.
1992 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1994         * org-mouse.el (org-mouse-todo-menu): New function.
1995         (org-mouse-todo-keywords): Function removed.
1996         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1998         * org-table.el (org-table-beginning-of-field)
1999         (org-table-end-of-field): New commands
2000         (org-table-previous-field, org-table-beginning-of-field): Better
2001         error messages.
2002         (orgtbl-setup): Include `M-a' and `M-e'.
2004         * org.el (org-backward-sentence, org-forward-sentence): New
2005         commands.
2007         * org-colview.el (org-colview-initial-truncate-line-value): New
2008         variable.
2009         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2010         (org-columns): Remember the value of `truncate-lines'.
2012         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2013         New variable.
2014         (org-columns-remove-overlays): Restore the value of
2015         `truncate-lines'.
2016         (org-columns): Remember the value of `truncate-lines'.
2018         * org.el (org-columns-skip-arrchived-trees): New option.
2020         * org-agenda.el (org-agenda-export-html-style): Define color for
2021         org-agenda-done face.
2022         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2023         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2025         * org.el (org-scan-tags): Use the new face.
2027         * org-faces.el (org-agenda-done): New face.
2029         * org.el (org-scan-tags): Test the value org
2030         `org-tags-match-list-sublevels'.
2031         (org-tags-match-list-sublevels): New allowed value: indented.
2033         * org-export-latex.el (org-export-latex-make-header): Apply macros
2034         in header.
2036         * org-exp.el (org-export-apply-macros-in-string): New function.
2038         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2039         with the definition of a checked box.
2041         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2043         * org-export-latex.el (org-export-latex-low-levels): More options
2044         for how to process lower levels in LaTeX.
2045         (org-export-latex-subcontent): Better treatment for lists as a
2046         means of publishing lower levels.
2048 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2050         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2052         * org-faces.el (org-checkbox): New face.
2054         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2055         fragement images if there is an export file.
2057 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2059         * org-agenda.el (org-stuck-projects): Document that the subtree of
2060         projects that are not stuck will now be searched for stuck
2061         sub-projects.
2062         (org-agenda-skip-entry-when-regexp-matches)
2063         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2064         (org-agenda-list-stuck-projects): Use
2065         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2067         * org-export-latex.el (org-export-latex-preprocess): Improve
2068         export of verses.
2070         * org-exp.el (org-export-as-html): Implement centering as a div
2071         rather than a paragraph.  Do a better job with line-end in verse
2072         environments.
2074 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2076         * org.el (org-open-at-point): Fix tags searches by mouse click.
2078 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2080         * org-export-latex.el (org-export-latex-preprocess): Implement the
2081         centering markup.
2083         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2084         from `org-export-mark-blockquote-and-verse'.
2085         (org-export-as-html): Implement the centering markup.
2087         * org-export-latex.el (org-export-latex-tables): Fix vertical
2088         lines in tables.
2090 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2092         * org.el (org-read-date-history): New variable.
2093         (org-read-date): Use new history variable.
2094         (org-toggle-heading): Fix bug when used before first headline.
2095         (org-store-log-note): Remove drawer if empty while note is
2096         aborted.
2097         (org-remove-empty-drawer-at): New function.
2098         (org-check-after-date): New command.
2099         (org-sparse-tree): New sparse tree command "a".
2101         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2103 2009-03-14  Bastien Guerry  <bzg@altern.org>
2105         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2106         column and a space, not only a column.
2108 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2110         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2111         defaults for verbose emphasis.
2112         (org-export-latex-emph-format): New function.
2113         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2115         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2116         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2117         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2118         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2119         commands.
2121         * org.el (org-timestamp-change): Move end-time along with start
2122         time.
2124 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org-exp.el (org-export-target-internal-links)
2127         (org-export-as-html): Protect links specified as #name.
2129 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2131         * org.el (org-clone-subtree-with-time-shift): New command.
2133         * org-export-latex.el (org-export-latex-special-chars)
2134         (org-export-latex-treat-sub-super-char): Fix subscript export.
2136         * org-exp.el (org-create-multibrace-regexp): Do not add
2137         backslashes to the class.
2139 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2141         * org-colview.el (org-columns-map): Better functions for moving up
2142         and down a row, even if `truncate-line' is nil.
2144         * org.el (org-insert-todo-heading): Make sure the keyword is
2145         inserted at the correct position.
2147         * org-publish.el (org-publish-project-alist)
2148         (org-publish-projects, org-publish-org-index): Change default anme
2149         for the index of file names to "sitemap.org".
2151         * org-export-latex.el (org-export-latex-tables): Use
2152         `org-split-string', for Emacs 21 compatibility.
2154 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2156         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2158 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2160         * org-exp.el (org-export-page-description)
2161         (org-export-page-keywords): New variables.
2162         (org-export-plist-vars): Add entries for :keywords and
2163         :description.
2164         (org-infile-export-plist): Parse for new keywords.
2165         (org-get-current-options): Add new keywords
2166         (org-export-as-html): Publish description and keywords.
2168         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2169         option.
2170         (org-agenda-add-entry-text): Honor
2171         `org-agenda-add-entry-text-descriptive-links'.
2173         * org-export-latex.el (org-export-latex-preprocess): Make all
2174         external preprocess functions use a PARAMETER arg.
2176         * org-exp.el (org-export-preprocess-string)
2177         (org-export-select-backend-specific-text)
2178         (org-export-format-source-code-or-example)
2179         (org-format-org-table-html): Support docbook export.
2180         (org-export-preprocess-string): Make all external preprocess
2181         functions use a PARAMETER arg.
2183 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2185         * org-exp.el (org-export-html-style-include-scripts): New option.
2186         (org-export-plist-vars): Add new option
2187         `org-export-html-style-include-scripts'.
2188         (org-export-as-html): Honor new option
2189         `org-export-html-style-include-scripts'.
2190         (org-export-html-scripts, org-export-html-style-default): Fix
2191         xml issues with the Safari browser.
2193 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org-publish.el (org-publish-attachment): Only copy file when the
2196         directories differ.
2198 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2201         for clocktable steps.
2203         * org.el (org-additional-option-like-keywords): Add two more
2204         keywords.
2206 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2208         * org-exp.el (org-export-format-source-code-or-example): Mark
2209         temporary buffer unmodified, so that it will be killed even if
2210         mode like message mode has decided to assign a file name.
2212         * org.el (org-scan-tags): Improve tag inheritance.
2213         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2214         case-sensitive.
2215         (org-scan-tags): Use the internal tags list instead of creating it
2216         from scratch.
2217         (org-trust-scanner-tags, org-scanner-tags): New variables.
2218         (org-scan-tags): Set `org-scanner-tags'.
2219         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2220         (org-map-entries): Document the possible speedup using scanner
2221         tags.
2223 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2225         * org.el (org-add-planning-info): Fix bug with looking for keyword
2226         only at column 0.
2228         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2229         option for tags filter preset.
2230         (org-prepare-agenda): Store filter preset as a property on the
2231         filter variable.
2232         (org-finalize-agenda): Call the filter, if there is a preset.
2233         (org-agenda-filter-by-tag): Filter again after clearing the
2234         filter, when there still is a preset.
2235         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2236         Include the preset filter.
2237         (org-agenda-redo): Apply the filter again, also the preset filter.
2239         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2241         * org.el (org-uuidgen-p): New funtion.
2243         * org-agenda.el (org-agenda-fontify-priorities): New default value
2244         `cookies'.
2245         (org-agenda-fontify-priorities): Renamed from
2246         org-fontify-priorities.
2248         * org.el (org-set-font-lock-defaults): Call
2249         `org-font-lock-add-priority-faces'.
2250         (org-font-lock-add-priority-faces): New function.
2252         * org-faces.el: (org-set-tag-faces): New option.
2253         (org-priority-faces): New variable.
2255         * org-exp.el (org-export-as-html): Add a "content" div around the
2256         entire content of the body tag.
2257         (org-export-html-get-bibliography): New function.
2258         (org-export-html-validation-link): New variable.
2259         (org-export-as-html): Add validation link to exported page.
2261         * org.el (org-match-sparse-tree): Renamed from
2262         `org-tags-sparse-tree'.
2263         (org-tags-sparse-tree): New alias.
2265 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2267         * org.el (org-get-valid-level): Catch the case where the level
2268         change is nil.
2270         * org-clock.el (org-clock-find-position): Better indentation of
2271         new clock drawers.
2273 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2275         * org-agenda.el (org-agenda-quit): Delete window only when the
2276         frame-setup was not `current-window'.
2278         * org.el (org-tag-persistent-alist): New option.
2279         (org-startup-options): Add keyword `noptag'.
2280         (org-fast-todo-selection): Handle :newline correctly.
2281         (org-set-tags): Handle :newline correctly.
2282         (org-fast-tag-selection): Handle :newline correctly.
2284 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2286         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2287         outputting it.
2288         (org-export-ascii-push-links): Fix bug with pussing links into the
2289         export buffer.
2291 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2294         pasting at top level.
2296         * org-bbdb.el: Improve documentation.
2298 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2300         * org-list.el (org-insert-item): Only consider insert empty lines
2301         is `org-empty-line-terminates-plain-lists' is not nil.
2303         * org.el (org-blank-before-new-entry): Mention the dependence on
2304         `org-empty-line-terminates-plain-lists' in the docstring.
2306         * org-publish.el (org-publish-get-project-from-filename): New
2307         optional argument UP.  Only find the top project if UP is set.
2308         (org-publish-current-project): Find the top encloding project.
2310         * org-agenda.el (org-agenda-before-write-hook)
2311         (org-agenda-add-entry-text-maxlines): New options.
2312         (org-write-agenda): Run the new hook in the temporary buffer.
2313         (org-agenda-add-entry-text): New function.
2314         (org-write-agenda): Implement PDF export, using ps2pdf.
2316         * org.el (org-global-properties-fixed, org-global-properties):
2317         Improve documentation string.
2319         * org-exp.el (org-export-ascii-links-to-notes): New option.
2320         (org-export-as-ascii): Handle links better.
2321         (org-export-ascii-wrap, org-export-ascii-push-links): New
2322         functions.
2324 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2326         * org-agenda.el (org-agenda): Make prefix arg optional.
2327         (org-agenda-search-headline-for-time): New option.
2328         (org-format-agenda-item): Honor
2329         `org-agenda-search-headline-for-time'.
2331         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2332         characters.
2334         * org.el (org-self-insert-cluster-for-undo): New option.
2335         (org-self-insert-command): Cluster undo for 20 characters.
2336         (org-self-insert-command-undo-counter): New variable.
2338 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org-exp.el (org-export-as-html): Fix problem with closing colone
2341         example.
2343 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2345         * org-export-latex.el (org-export-as-latex)
2346         (org-export-latex-first-lines): Avoid modification flag when
2347         adding or removing text properties.
2348         (org-export-latex-fontify): Catch error when org-emph-alist has
2349         entries that are not defined for LaTeX export.
2351         * org.el (orgstruct++-mode): New function.
2352         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2353         (org-context-p): Allow detecting item context after the first line
2354         of an item.
2355         (orgstruct-make-binding): Detect if item-body context should be
2356         seen.
2357         (orgstruct-is-++): New variable.
2358         (org-add-planning-info): Catch the case when there is no planning
2359         info yet and the call does not want to add anything, only maybe
2360         tries to remove something.
2361         (org-special-ctrl-a/e): All value to be a cons cell with separate
2362         settings for `C-a. and `C-e'.
2363         (org-beginning-of-line, org-end-of-line): Honor separate values
2364         for `C-a' and `C-e'.
2366 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2368         * org.el (org-reload): New command.
2370 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2372         * org-exp.el (org-export-htm-get-tag-class-name)
2373         (org-export-htm-get-todo-kwd-class-name): New functions.
2374         (org-export-html-tag-class-prefix)
2375         (org-export-html-todo-kwd-class-prefix): New options.
2376         (org-export-as-html): Call
2377         `org-export-html-get-todo-kwd-class-name'.
2378         (org-html-level-start): Wrap tags into classes.
2379         (org-export-html-get-tag-class-name)
2380         (org-export-html-get-todo-kwd-class-name): New functions.
2382         * org-export-latex.el (org-export-latex-collect-header-macros):
2383         Remove fields that are used anyway.
2384         (org-export-latex-make-header): Insert the options earlier.
2386         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2387         matching.
2389         * org-list.el (org-indent-item): Allow point to be at the end of
2390         the region.
2392         * org.el (org-metaleft, org-metaright): Be more accurate about
2393         detecting a region where commands apply.
2395         * org-compat.el (org-cursor-to-region-beginning): New function.
2397         * org.el (org-priority): Also find invisible heading.
2399         * org-colview-xemacs.el (org-columns-edit-value): No special
2400         treatment for `org-todo' prefix.
2402         * org-colview.el (org-columns-edit-value): No special treatment
2403         for `org-todo' prefix.
2405         * org-remember.el (org-remember-apply-template): Use
2406         `org-completing-read-no-ido'.
2408         * org.el (org-completing-read-no-ido): New function.
2409         (org-make-tags-matcher, org-set-property): Use
2410         `org-completing-read-no-ido'.
2412         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2413         New option.
2414         (org-export-as-latex): Import in-buffer settings as TeX macros.
2415         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2416         (org-export-latex-collect-header-macros): New function.
2418         * org.el (org-refile-get-location): Turn off
2419         `partial-completion-mode'.
2421 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2423         * org.el (org-block-todo-from-checkboxes): Announce that
2424         checkboxes are the culprit.
2425         (org-block-todo-from-children-or-siblings): Call
2426         `org-up-heading-all instead' of `outline-up-heading'.
2428         * org-agenda.el (org-agenda-show-1): Renamed from
2429         `org-agenda-show'.
2430         (org-agenda-show): Re-install the old version for now.
2431         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2432         variable into the blokker hook, so that the checkbox checker can
2433         anounce that it caused the blocking.
2435         * org.el (org-track-ordered-property-with-tag): New option.
2436         (org-toggle-ordered-property): Honor
2437         `org-track-ordered-property-with-tag'.
2438         (org-tag-alist): Add newline options.
2439         (org-set-regexps-and-options): Separate option lines imply a
2440         newline.
2441         (org-set-regexps-and-options, org-assign-fast-keys)
2442         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2443         option.
2444         (org-indent-line-function): Make sure this works even if there is
2445         not `org-drawer-regexp' defined.  This can happen when
2446         orgstruct-mode is used in a non-org buffer.
2448         * org-list.el (org-checkbox-blocked-p): New function.
2449         (org-toggle-checkbox): Check for blocking.
2451         * org.el (org-modules): Add an entry for org-R.el.
2453         * org-agenda.el (org-agenda-todo-ignore-with-date)
2454         (org-agenda-todo-ignore-scheduled)
2455         (org-agenda-todo-ignore-deadlines): Mention the variable
2456         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2458         * org.el (org-get-wdays): Find the warning period also if it is in
2459         the wrong place.
2460         (org-ido-completing-read): Provide the correct arguments to
2461         ido-completing-read and bind `ido-enter-matching-directory' to
2462         nil.
2464 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2466         * org.el (org-olpath-completing-read): Never use ido for this
2467         one.
2469         * org-exp.el (org-export-normalize-links): Use new macro.
2471         * org-macs.el (org-if-unprotected-at): New macro.
2473         * org-agenda.el (org-agenda-show): Allow numerical prefix
2474         arguments to specify how much context should be shown.
2475         (org-agenda-cycle-show): New command, could be bound to SPC in
2476         org-agenda-mode-map.
2478         * org-exp.el (org-html-level-start): Space after section number.
2480 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2482         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2483         property, for sorting.
2484         (org-cmp-todo-state): Get the applicable TODO keywords directly
2485         from the buffer.
2486         (org-run-agenda-series, org-agenda-list, org-search-view)
2487         (org-todo-list, org-tags-view): Only fit agenda window when the
2488         whole series is done.
2490         * org.el (org-scan-tags): Add todo state as property, for sorting.
2492         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2493         `org-agenda-overriding-header' as an option.
2494         (org-agenda-list): Honor org-agenda-overriding-header'.
2496 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2498         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2499         after removing a checkbox.
2501         * org.el (org-show-entry): Make this work correctly also if it is
2502         the last entry in the file.
2503         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2504         falling back to normal, default command.
2505         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2506         item, call the checkbox toggler to get a box.
2508         * org-list.el (org-toggle-checkbox): Make double prefix set the
2509         checkbox to "[-]".
2510         (org-fix-bullet-type): Only replace bullet if it is changed.
2511         (org-renumber-ordered-list): Handle case when first item does not
2512         have a number.
2514         * org.el (org-add-log-setup): Fix positioning when
2515         `org-log-states-order-reversed' is nil.
2517         * org-clock.el (org-clock-in): Fix positioning when
2518         `org-log-states-order-reversed' is nil.
2519         (org-clock-find-position): Fix positioning when
2520         `org-log-states-order-reversed' is nil.
2522 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2524         * org-clock.el (org-clock-into-drawer): Take default from
2525         `org-log-into-drawer'.
2526         (org-clock-find-position): Look for the correct drawer.
2528         * org.el (org-log-into-drawer): Renamed from
2529         `org-log-state-notes-into-drawer'.
2530         (org-log-state-notes-into-drawer): New variable alias.
2531         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2532         CLOCK.
2533         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2535 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2537         * org-agenda.el (org-agenda): Fix docstring.
2539         * org.el ("org-plot"): Help loading org-plot.
2540         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2541         (org-metadown-hook, org-shiftmetaleft-hook)
2542         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2543         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2544         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2545         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2546         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2548         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2549         for selecting files with any (and even without) extension.
2551         * org.el (org-save-all-org-buffers): Also save id locations.
2552         (org-revert-all-org-buffers): Also load id locations.
2554 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2555         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2556         (org-log-state-notes-into-drawer): New option.
2557         (org-add-log-setup): Place the sate note marker into the drawer,
2558         create drawer when necessary.
2559         (org-refile-targets): Document special interpretation of LEVEL
2560         when odd-levels are used.
2562 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2564         * org.el (org-store-log-note): Fix note indentation when adding
2565         notes to end of list.
2567         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2568         class, so that each keyword can get special colors through CSS.
2570         * org-clock.el (org-clock-out): Add another nil for the previous
2571         state into the call to `org-add-log-setup'.
2573         * org.el (org-log-note-previous-state): New variable.
2574         (org-log-note-headings): New %S escape for old state.
2575         (org-todo): Call the note setup with the old state as an
2576         argument.
2577         (org-add-note): Add another nil for the previous state into the
2578         call to `org-add-log-setup'.
2579         (org-add-log-setup): New argument PREV-STATE.
2580         (org-add-log-note): Handle new %S escape.
2581         (org-store-log-note): Handle new %S escape.
2583 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2585         * org-clock.el (org-clock-find-position): Do not swallow an item
2586         less indented than the CLOCK line itself.
2587         (org-clock-in): Push markers to lin after the clock line.
2588         (org-clock-find-position): Handle values of
2589         `org-clock-into-drawer' smaller than 2.
2591         * org-exp.el (org-html-level-start): Add a CSS class to section
2592         numbers.
2593         (org-export-html-toplevel-hlevel): Better documentation of the
2594         influence of this variables on H levels and css classes in
2595         export.
2597 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2599         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2600         timestamp and nottimestamp to the chooe menu.
2602         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2603         (org-revert-all-org-buffers): New command.
2605 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2607         * org.el (org-return): Implement `org-return-follows-link' in the
2608         function org-return.  This is more robust than using the mouse
2609         map, I think.
2610         (org-set-regexps-and-options): Match more general #+TODO lines.
2611         (org-make-options-regexp): New optional argument EXTRA, for an
2612         extra regexp.
2613         (org-tab-follows-link): Mark as deprecated.
2615 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2617         * org-exp.el (org-export-preprocess-string): Remove clock lines
2618         earlier, so that they cannot cotribute to verbatim snippets.
2620 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2622         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2623         for finding drawers.
2624         (org-export-as-ascii, org-export-as-html): Count levels relative
2625         to the subtree header.
2626         (org-get-min-level): New optional argument OFFSET.
2627         (org-export): Make sure point is restored after popping up that
2628         window.
2630         * org.el (org-do-sort): Also take an inactive timestamp if no
2631         active one is found.
2633         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2634         deleting duplicates.
2636         * org-colview.el (org-columns-capture-view): Copy before
2637         deleting duplicates.
2639         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2640         text before first headline.
2642         * org.el (org-format-latex): Do not convert LaTeX fragments in
2643         protected examples.
2645 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2647         * org-exp.el (org-export-html-style-default): Use color values
2648         instead of names for XHTML validation.
2650         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2651         functions.
2652         (org-return-follows-link): Revert making this the default untile
2653         issues are resolved.
2655         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2656         nottimestamp.
2658 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2660         * org.el (org-mode): Make dependence stuff work more reliably.
2661         (org-update-parent-todo-statistics): Fix bug with updating
2662         statistics cookie.
2664         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2665         ~ as verbatim delimiters.
2667         * org-exp.el (org-export-html-format-image): New argument
2668         PAR-OPEN.
2669         (org-export-as-html): Pass par-open to
2670         `org-export-html-format-image'.
2672 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2674         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2675         (org-use-fast-todo-selection, org-tags-column): New default
2676         setting for variables, based on a poll what typical uses use.
2678         * org-agenda.el (org-agenda-sorting-strategy)
2679         (org-agenda-tags-column): New default setting for variables, based
2680         on a poll what typical uses use.
2682 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2684         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
2685         blocked entries from setting the blocked tag.
2687         * org-exp.el (org-export-html-footnotes-section): Use a more
2688         consistent id for footnotes.
2690         * org-export-latex.el (org-export-latex-classes): Remove the
2691         a4paper option from the default styles.
2693 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
2695         * org.el (org-enforce-todo-checkbox-dependencies): New option.
2696         (org-block-todo-from-checkboxes): New function.
2697         (org-todo): Make tripple prefix arg circumvent blocking.
2699         * org-timer.el (org-timer): Provide the timer feature.
2701         * org.el (org-require-autoloaded-modules): Add a few more files to
2702         the list of autoloaded modules.
2704         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
2706 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
2708         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
2709         drawers that are unprotected.
2710         (org-export-html-format-image): Make sure inlined LaTeX fragment
2711         images remain inlined.
2713         * org.el (org-toggle-ordered-property): New function.
2714         (org-mode-map): Add a key for `org-toggle-ordered-property'.
2715         (org-org-menu): Add menu entries for TODO dependencies.
2717 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
2719         * org.el (org-default-properties): Add ORDERED to the default
2720         properties, to get completion support for it.
2722         * org-list.el (org-update-checkbox-count): Update more than one cookie.
2724         * org.el (org-update-parent-todo-statistics): Update more than one
2725         cookie.
2727         * org-agenda.el (org-agenda-get-todos): Start search from correct
2728         position.
2730         * org.el (org-fast-todo-selection): Make sure TODO selection does
2731         not change buffer position.
2733         * org-list.el (org-toggle-checkbox): Implement adding or removing
2734         checkboxes from line or region when called with a prefix
2735         argument.
2737         * org-rmail.el (org-rmail-store-link): Protect the call to
2738         `rmail-narrow-to-non-pruned-header'.
2740         * org-clock.el (org-clock-special-range): Fix week display in
2741         clock tables.
2743         * org-exp.el (org-get-current-options): Fix bug when in indirect
2744         buffer.
2746 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
2748         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
2749         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
2750         (org-agenda-dim-blocked-tasks): New function.
2752         * org.el (org-enforce-todo-dependencies): New option.
2753         (org-block-todo-from-children-or-siblings): New function.
2755         * org-faces.el (org-agenda-dimmed-todo-face): New face.
2757         * org.el (org-todo): Return correct state type even if the blocker
2758         throws an error.
2759         (org-modifier-cursor-error): Renamed from
2760         `org-shiftcursor-error'.
2761         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2762         (org-shiftmetadown): Call `org-modifier-cursor-error'.
2764         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
2765         to get real errors from the blocker hook.
2767         * org.el (org-shiftselect-error, org-call-for-shift-select): New
2768         functions.
2769         (org-set-visibility-according-to-property): Turn off the setting
2770         of `org-show-entry-below', to avoid overruling a FOLDED visibility
2771         property.
2773 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2775         * org.el (org-support-shift-select): New option.
2776         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
2777         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
2778         selection outside contexts.
2780         * org-list.el (org-at-item-bullet-p): New function.
2782         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
2783         variables.
2785         * org-footnote.el (org-footnote-normalize): Remove unnecessary
2786         variable.
2787         (org-insert-footnote-reference-near-definition): Remove
2788         unnecessary let form.
2790         * org-export-latex.el (org-export-latex-first-lines): Add
2791         OPT-PLIST parameter.
2792         (org-export-as-latex): Call `org-export-latex-first-lines' with
2793         opt-plits parameter.
2794         (org-export-latex-preprocess): Remove unnecessary variables.
2796         * org-exp.el (org-infile-export-plist)
2797         (org-export-add-options-to-plist, org-export-kill-licensed-text)
2798         (org-export-remove-headline-metadata)
2799         (org-export-get-title-from-subtree, org-get-min-level)
2800         (org-html-do-expand): Remove innecessary let form.
2802         * org-colview-xemacs.el (org-columns-display-here): Remove
2803         unnecessary variables.
2805         * org-colview.el (org-columns-display-here): Remove unnecessary
2806         variables.
2808         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
2809         variables.
2811         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
2812         unnecessary variables.
2814         * org-agenda.el (org-search-view, org-agenda-get-blocks)
2815         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
2816         variables.
2818         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
2819         (org-compact-display-after-subtree-move): Remove unnecessary
2820         variables.
2821         (org-edit-fixed-width-region): Remove unnecessary variables.
2822         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
2823         (org-olpath-completing-read): Remove unnecessary variable.
2824         (org-auto-repeat-maybe): Remove unnecessary variable.
2825         (org-map-entries): Remove unnecessary variable.
2826         (org-buffer-property-keys, org-imenu-get-tree)
2827         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
2829 -----------------------------------------------------------------
2831 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
2832         * org-exp.el (org-export-remove-timestamps): Never remove
2833         timestamps from tables.
2835         * org-export-latex.el (org-export-latex-first-lines): Add more
2836         options to the preprocessing of the text before the first
2837         headline.
2839 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2841         * org-faces.el (org-clock-overlay): Make face compatible with
2842         XEmacs.
2844         * org.el (org-yank): Add property for delete-selection mode.
2846         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2848         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2849         variable.
2851         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2852         to `backward-char'.
2854         * org-exp.el (org-export-as-html): Remove the initial space from
2855         colon examples.
2857         * org.el (org-scan-tags): Call
2858         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2860         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2861         customization groups.
2862         (org-agenda-tags-todo-honor-ignore-options): New option.
2863         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2864         New function.
2865         (org-agenda-get-todos): Use
2866         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2868 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2870         * org-exp.el (org-export-format-source-code-or-example): Escape
2871         HTML characters also in examples that anre not treated with
2872         htmlize.  Also, just switch to EXAMPLE processing if we do not
2873         have a good version of htmlize.
2875         * org-rmail.el: Fix copyright notice.
2877         * org.el (org-activate-footnote-links): Improve footnote link
2878         highlighting.
2880         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2881         a footnote definition at the end of the file.
2883         * org-table.el (org-table-get-specials): Add an imagined hline at
2884         the end of the table.  This can be useful for references that want
2885         to go to the end of the table.  Also fix bug when computing last
2886         row constants, in tables that do not start right at the right
2887         margin.
2888         (org-table-eval-formula): Match and replace remove references.
2889         (org-table-formula-substitute-names): Make sure that names inside
2890         a "remote" call are left alone, the will be replaced later when
2891         the remote call is handled.
2892         (org-table-convert-refs-to-rc): Do not convert things that might
2893         look like a reference, but are really part of an ID or namei n a
2894         remote reference.
2895         (org-table-get-remote-range): New function.
2897 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2899         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2901         * org-clock.el (org-clock-put-overlay): Use new face instead of
2902         `secondary-selection'.
2904         * org-faces.el (org-clock-overlay): New face.
2906 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org-exp.el (org-get-current-options): Include the option for
2909         publishing time stamps.
2911         * org.el (org-toggle-heading): Renamed from
2912         `org-toggel-region-headings'.
2913         No longer needs a region defined, but will use it if there is one.
2914         (org-ctrl-c-star): Simplified, relying more on the internal
2915         workings of `org-toggle-heading'.
2916         (org-toggle-item): Renamed from `org-toggle-region-items'.
2917         No longer needs a region defined, but will use it if there is one.
2918         (org-ctrl-c-minus): Simplified, relying more on the inernal
2919         workings of `org-toggle-item'.
2921         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2922         environment detection.  Also, do real changes only in unprotected
2923         places.
2925 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2927         * org-export-latex.el (org-export-latex-quotation-marks): Use
2928         `org-if-unprotected-1'.
2929         (org-export-latex-set-initial-vars): Check for class definition in
2930         property.
2932         * org-macs.el (org-if-unprotected-1): New macro.
2934 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2936         * org-compat.el (org-count-lines): New function.
2938         * org-exp.el (org-export-format-source-code-or-example): Handle
2939         switches related to text areas.
2941         * org.el (org-activate-footnote-links): Don't allow match inside a
2942         link.
2944         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2946         * org-export-latex.el (org-export-latex-links): Keep a relative
2947         path relative also after export.
2949         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2951         * org.el (org-make-tags-matcher): Never use IDO for completing the
2952         tags matcher match string.
2953         (org-completing-read): Also remove the special biding for "?".
2955         * org-attach.el (org-attach-allow-inheritance): New option.
2956         (org-attach-inherited): New variable.
2957         (org-attach-dir): Handle properties related to the attachment
2958         directory.
2959         (org-attach-check-absolute-path): New function.
2960         (org-attach-set-directory, org-attach-set-inherit): New commands.
2961         (org-attach): Accommodate the new commands in the dispatcher.
2963 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2965         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2966         `window-full-width-p'.
2968         * org-exp.el (org-export-as-html): Only check for images files
2969         that really can be inlined
2971         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2972         list of extensions to be a parameter.
2974         * org-exp.el (org-export-html-inline-image-extensions): New
2975         variable.
2977         * org-agenda.el (org-prepare-agenda): Use
2978         `org-agenda-block-separator'.
2979         (org-agenda-block-separator): New option.
2981 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2983         * org-export-latex.el (org-export-latex-tables): Call
2984         `org-table-clean-before-export' with the new optional argument.
2986         * org-exp.el (org-table-clean-before-export): New optional
2987         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2988         first column.
2990 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2992         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2993         histograms.
2995         * org-colview.el (org-colview-construct-allowed-dates): Better
2996         error catching when a date/time property does not have allowed
2997         values defined.
2999         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3000         Better error catching when a date/time property does not have
3001         allowed values defined.
3003 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3005         * org.el (org-map-entries): Restore point and restriction after
3006         `org-map-entries'.
3008 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3010         * org.el (org-time=, org-time<, org-time<=, org-time>)
3011         (org-time>=, org-time<>): Make sure both values are dates.
3013 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3015         * org-archive.el (org-extract-archive-heading): Allow %s for file
3016         name also in achive location heading.
3018 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3020         * org-archive.el (org-add-archive-files): Uniquify the list before
3021         returning it.
3023 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3025         * org-compat.el (org-fit-window-to-buffer): Use
3026         `window-full-width-p'.
3028         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3029         space after the colon in short examples.
3031         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3032         enforce a space after the colon.  However, we also allow lines
3033         that are *only* a colon.
3034         (org-export-as-html): Enforce the space after the colon in short
3035         examples.
3036         (org-export-preprocess-string): Do the colon example protection
3037         earlier.
3038         (org-export-remove-timestamps): Do not check for protection at the
3039         end of the line.
3041 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3043         * org.el (org-format-latex-options): Add new matcher for single
3044         letters between dollars.
3045         (org-get-header): Function removed.
3046         (org-heading-components): New function.
3048         * org-exp.el (org-export-define-heading-targets): Record ID's also
3049         as alternative targets.
3050         (org-export-as-html): Interpret "id:" links to other files by
3051         preserving the relative path.
3053         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3054         is nil.
3056         * org-exp.el (org-export-normalize-links): Protect the main link,
3057         to avoid special character processing.
3059         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3060         New variable.
3061         (org-export-latex-special-string-regexps): Variable removed.
3062         (org-export-latex-keywords): Use the new regexp.
3064         * org-exp.el (org-export-handle-include-files): Fetch switches and
3065         put them into the BEGIN statement.
3067         * org-timer.el (org-timer-mode-line-string): New variable.
3069         * org-clock.el (org-clock-mode-line-map): Renamed from
3070         `org-clock-mode-map'.
3071         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3072         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3073         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3074         (org-clock-remove-overlays): Renamed from
3075         `org-remove-clock-overlays'.
3077         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3078         and mode line display.
3079         (org-timer-stop): New command.
3080         (org-timer-seconds): Return correct time when timer is paused.
3081         (org-timer-mode-line-timer): New variable.
3082         (org-timer-set-mode-line, org-timer-update-mode-line): New
3083         functions.
3085         * org.el (org-insert-heading):  Handle new value `auto' for
3086         `org-blank-before-new-entry'.
3087         (org-org-menu): Add new items for timer functions.
3089         * org-list.el (org-insert-item): Handle new value `auto' for
3090         `org-blank-before-new-entry'.
3092         * org.el (org-blank-before-new-entry): New value `auto', made
3093         default.
3095 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3097         * org-exp.el (org-export-normalize-links): If the link is also
3098         used as the description, protect the description.
3100 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3102         * org.el (org-closest-date): Fix bug with yearly repeats, in
3103         combination with preference of the past as it is used for deadline
3104         and scheduling search.
3106         * org-exp.el (org-html-handle-time-stamps): No longer check for
3107         the `org-export-with-timestamps' option, because the preprocesser
3108         has taken care of this already.
3110         * org.el (org-entry-properties): Catch the case when this is
3111         called in a non-org-mode file.
3113         * org-export-latex.el (org-export-latex-remove-from-headlines):
3114         Variable made obsolete, also LaTeX export now uses the standard
3115         variables.
3116         (org-export-as-latex): Add the timestamps parameter to the
3117         preprocessor parameter list.
3118         (org-export-latex-content): Export the remaining keywords without
3119         considering to remove them.
3120         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3121         Use bold font instead of tt font for the keywords.
3122         (org-export-latex-fontify-headline): Format headlines, assuming
3123         that all keywords still present should be published.
3124         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3125         publish what ever remains of the time stamps.
3126         (org-export-latex-list-parameters): New option.
3127         (org-export-latex-lists): Pass additional parameters to the list
3128         converter.
3130         * org-exp.el (org-export-preprocess-string): Remove clock lines
3131         and timestamps already in the preprocesor.
3132         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3133         functions.
3134         (org-export-as-ascii, org-export-as-html): Add the timestamps
3135         parameter to the preprocessor parameter list.
3137         * org-list.el (org-list-parse-list): Parse for checkboxes.
3138         (org-list-to-generic): Introduce and handle new parameters :cbon
3139         and :cboff.
3140         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3141         optional parameter PARAMS.
3143         * org-export-latex.el (org-export-latex-special-chars): Fix
3144         problems with interpreting dollar signs.
3145         (org-inside-latex-math-p): New function.
3146         (org-export-latex-preprocess): Protect all the math fragments.
3148         * org.el (org-latex-regexps): Allow a dash after a dollar.
3150         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3151         mark after copying.
3153         * org-agenda.el (org-run-agenda-series): Have series options set
3154         when finalizing the agenda.
3156         * org-exp.el (org-export-format-source-code-or-example): Protect
3157         the converted examples.
3159         * org.el (org-set-regexps-and-options): Fix the regexp
3160         `org-complex-heading-regexp'.
3162 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3164         * org.el (org-edit-src-get-label-format): New function.
3165         (org-coderef-label-format): New option.
3166         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3167         a label format specification and make sure it is used in the edit
3168         buffer.
3169         (org-edit-src-get-label-format): New function.
3170         (org-store-link): Handle new coderef formats.
3171         (org-link-search): Handle new coderef formats.
3173         * org-footnote.el (org-footnote-create-definition)
3174         (org-footnote-goto-local-insertion-point): Make footnote insertion
3175         work correctly when the "Footnotes" headline is the last line in
3176         the buffer.
3178         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3179         the location.
3181 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3183         * org-w3m.el (org-w3m): New customization group.
3184         (org-w3m-deactivate-mark): New option.
3185         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3186         option say not to.
3188 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3190         * org.el (org-set-font-lock-defaults): Trigger footnote
3191         fontification.
3192         (org-activate-footnote-links): New function.
3193         (org-activate-links): New entry `footnote'.
3195         * org-faces.el (org-footnote): New face.
3197 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3199         * org-macs.el (org-re): Handle the [:word:] class.
3201         * org-exp.el (org-export-preprocess-string): Call
3202         `org-export-protect-colon-examples'.
3203         (org-export-protect-colon-examples): Renamed from
3204         `org-export-protect-examples', and scope limited to lines starting
3205         with a colon.
3207 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3209         * org-exp.el (org-export-preprocess-string): Move the preprocess
3210         hook to after turning on Org-mode.
3211         (org-export-preprocess-after-include-files-hook)
3212         (org-export-preprocess-after-tree-selection-hook)
3213         (org-export-preprocess-before-backend-specifics-hook)
3214         (org-export-preprocess-final-hook): New hooks.
3215         (org-export-preprocess-string): Run the new hooks.
3217         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3219         * org-footnote.el: New file.
3221         * org.el (org-footnote): Require footnote code.
3222         (org-startup-options): Add new footnote options.
3223         (org-mode-map): New keybindig for footnotes.
3224         (org-ctrl-c-ctrl-c): Add function at footnotes.
3225         (org-org-menu): New menu entries for footnotes.
3227         * org-export-latex.el (org-export-as-latex): Pass footnote
3228         variable to preprocessor.
3229         (org-export-latex-preprocess): Treat multiple references to a
3230         footnote.
3232         * org-exp.el (org-export-preprocess-string): Call
3233         `org-footnote-normalize'.
3234         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3235         to preprocessor.
3236         (org-export-as-html): Treat multiple references to a footnote.
3238 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3240         * org-export-latex.el (org-export-latex-links): Handle coderef
3241         links.
3243         * org.el (org-bracket-link-analytic-regexp++): New variable.
3244         (org-make-link-regexps): Initialize
3245         `org-bracket-link-analytic-regexp++'.
3246         (org-store-link): Implement special case in edit-src buffer.
3247         (org-insert-link): No use of ide to insert stored links.
3248         (org-link-search): Implement special case for coderefs.
3250         * org-exp.el (org-export-html-scripts): New constant.
3251         (org-export-html-style-default): Add a new style for highlighted
3252         code.
3253         (org-export-code-refs): New variable.
3254         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3255         Call `org-export-replace-src-segments-and-examples'
3256         No longer call `org-export-protect-examples'.
3257         (org-export-target-internal-links): Take care of coderef targets.
3258         (org-export-last-code-line-counter-value): New variable.
3259         (org-export-replace-src-segments-and-examples): Renamed from
3260         `org-export-replace-src-segments', and modified.
3261         (org-export-format-source-code-or-example): Renamed from
3262         `org-export-format-source-code'.
3263         (org-export-number-lines): New function.
3264         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3266 --------------------------------------------------------------------------
3268 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3270         * org-remember.el (org-remember-handler): Safer way to get a new
3271         buffer accessing the target file.
3273         * org.el (org-refile-get-location): Handle case of current buffer
3274         not having a file associated with it.
3276 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3278         * org-table.el (org-table-get-formula): Only ask to overwrite
3279         field formula if there really is one.
3281         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3282         number, by converting these to a string.
3284         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3285         located in a different file.
3287         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3288         org-colview.el.
3290 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3292         * org.el (org-completion-use-ido): Enhance docstring of
3293         `org-completion-use-ido'.
3295         * org-export-latex.el (org-export-latex-make-header): Double the %
3296         in the time stamp format.
3297         (org-export-latex-special-chars): Handle case where there is no
3298         match group 3.
3300 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3302         * org.el (org-get-refile-targets, org-refile-get-location): Use
3303         expanded file name to improve comparison.
3305 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3307         * org.el (org-scan-tags): Rescan for tags, to get the correct
3308         upcase/downcase stuff.  This slows things down for now, but it
3309         works.
3310         (org-mode): Make sure the tag-faces regexp is initialized.
3312         * org-export-latex.el (org-export-latex-links): Fix bug with
3313         undefined label.
3315         * org-table.el (org-table-get-specials): Set
3316         `org-table-current-last-data-line'.
3317         (org-table-current-last-data-line): New variable.
3318         (org-table-insert-column, org-table-delete-column)
3319         (org-table-move-column, org-table-fix-formulas): Call
3320         `org-table-fix-formulas' a second time to fix the $LR references.
3321         (org-table-get-specials): Add the $LR references to the tables.
3322         (org-table-get-formula): Do not offer last-row names as LHS of
3323         formulas.
3325         * org.el (org-store-link): Capture link description from
3326         `org-id-store-link'.
3328         * org-exp.el (org-export-html-format-image): Add the / to the end
3329         of the <img> tag.
3330         (org-export-format-source-code): Surround example by empty lines,
3331         to make sure it will not be inside a paragraph.
3333         * org.el (org-ido-switchb): New function.
3335 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3337         * org-agenda.el (org-agenda-show): New prefix argument
3338         FULL-ENTRY.
3340         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3341         argument.
3343         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3344         `org-agenda-change-all-lines'.
3345         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3346         tags are now retrieved locally.
3348 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3350         * org.el (org-get-outline-path): Fix bug if level is not given.
3351         (org-org-menu): Do not quote function in menu vector.
3353         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3354         name.
3356 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3358         * org.el (org-refile): Avoid refiling to within the region to be
3359         refiled.
3361         * org-export-latex.el (org-export-latex-special-chars): Replace
3362         special characters also in tables.
3364         * org-agenda.el (org-agenda-change-all-lines): New argument
3365         FORCE-TAGS.
3366         (org-agenda-set-tags): Cet the new tags and pass them to
3367         `org-format-agenda-item'.
3369 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3371         * org-export-latex.el (org-export-latex-classes): Add longable as
3372         a default package to all classes.
3373         (org-export-latex-tables): Handle the longtable attribute and the
3374         align attribute.
3376         * org-table.el (orgtbl-to-generic): Handle tables that start with
3377         a hline.
3379         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3380         \verb for colde-like snippets.
3381         (org-export-as-latex): Fix issues with region export.
3383         * org.el (org-up-heading-safe): Speed up function by using a
3384         direct regexp search.
3385         (org-olpa): New variable.
3386         (org-get-outline-path): Speed-up path constructions in cases where
3387         this is possible because the entire hierarchy is scanned anyway.
3388         (org-refile-get-location): Don't compare the truenames of files,
3389         this is too slow.
3390         (org-goto-max-level): New option.
3391         (org-goto): Use `org-goto-max-level'.
3393 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3395         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3396         Strip angle brackets from message-ids in the former and don't do
3397         it in the latter.
3398         (org-gnus-follow-link): Open summary reliable, even if the last
3399         messages were deleted, and handle empty groups, too.
3401 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3403         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3404         instead of \texttt for the =...= and ~===~ emphasis environments.
3405         (org-export-as-latex): Remove any old :org-license-to-kill text
3406         properties.
3407         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3408         (org-export-latex-make-header): Add some hard space after the
3409         table of contents.
3410         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3411         exported text so that it will be excuded in further steps.
3413         * org-table.el (org-table-get-specials): Make @0 reference the
3414         last line in a table.
3415         (org-table-recalculate): Improve docstring.
3417 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3419         * org.el (org-log-done): Fix docstring.
3421 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3423         * org-exp.el (org-export-html-format-image): Fix bugs.
3425         * org-export-latex.el (org-export-latex-tables)
3426         (org-export-latex-links): Implement attribute, label, and caption
3427         handling.
3429         * org-exp.el (org-export-html-style-default): Add style
3430         definitions for the figure div.
3431         (org-export-preprocess-string, org-export-as-html): Implement
3432         attribute, label, and caption handling.
3433         (org-export-attach-captions-and-attributes): New function.
3434         (org-export-html-format-image): New function.
3435         (org-format-org-table-html): Implement attribute, label, and
3436         caption handling.
3438         * org.el (org-find-text-property-in-string): New function.
3439         (org-extract-attributes): Use the property org-attr instead of
3440         org-attrobutes, because this property is now set with the #+ATTR
3441         lines.
3443 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3445         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3446         the case that FROM is nil.
3448         * org.el (org-before-first-heading-p): New function.
3450 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3452         * org-exp.el (org-export-as-html): Do not add a space before
3453         enforces line breaks.
3454         (org-export-as-html): Close paragraph before blockquote and verse
3455         tags.
3457 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3459         * org-id.el (org-id-locations-file): Wrap file name with
3460         `convert-standard-filename'.
3461         (org-id-files): New variable.
3462         (org-id-use-hash): New option.
3463         (org-id-update-id-locations): Also search in all files current
3464         listed in `org-id-files'.  Convert the resulting alist to a hash
3465         if the user customation says so.
3466         (org-id-locations-save): Handle he case if `org-id-locations' is a
3467         hash.
3468         (org-id-locations-load): Convert the alist to a hash.
3469         (org-id-add-location): Handle the hast case.
3470         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3471         exited.
3472         (org-id-hash-to-alist, org-id-alist-to-hash)
3473         (org-id-paste-tracker): New functions.
3475 -------------------------------------------------------------------------
3477 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3479         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3480         bindings of calendar variables.
3482         * org-table.el (org-table-find-row-type): Renamed from
3483         `org-find-row-type'.
3484         (org-table-rewrite-old-row-references): Renamed from
3485         `org-rewrite-old-row-references'.
3486         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3487         (org-table-cleanup-narrow-column-properties): Renamed from
3488         `org-cleanup-narrow-column-properties'.
3490 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3492         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3493         for better error messages.
3494         (org-table-get-descriptor-line): Supply the new arguments to
3495         `org-find-row-type'.
3496         (org-table-error-on-row-ref-crossing-hline): New option.
3498         * org.el (org-target-link-regexp): Make buffer-local.
3499         (org-move-subtree-down): Fix bug with trees at beginning of
3500         buffer.
3502 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3504         * org-faces.el (org-set-tag-faces): New function.
3505         (org-tags-special-faces-re): New variable.
3507         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3509         * org-faces.el (org-tag-faces): New option.
3510         (org-tag): Mention `org-tag-faces' in the docstring.
3512 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3514         * org-exp.el (org-export-html-style-default): Implement new
3515         quoting.
3517         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3519         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3520         command to the `w3m-minor-mode-map'.
3522         * org-archive.el (org-archive-to-archive-sibling): Protect
3523         `this-command' to avoid appending kills during archiving.
3525         * org-exp.el (org-export-with-priority): New variable.
3526         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3527         instead of internal list of strings and properties.
3528         (org-print-icalendar-entries): Retrieve the location property with
3529         inheritance.
3531 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3533         * org-exp.el (org-export-with-todo-keywords): New option.
3534         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3535         line.
3536         (org-default-export-plist, org-export-add-options-to-plist)
3537         (org-export-as-ascii, org-export-as-html): Use the new structure
3538         of `org-export-plist-vars'.
3540         * org.el (org-map-entries): Return all values.
3542 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3544         * org.el (org-matcher-time): Recognize more special values.
3546         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3548 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3550         * org.el (org-tags-exclude-from-inheritance): New option.
3551         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3552         `org-tags-exclude-from-inheritance'.
3554         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3555         (org-format-agenda-item): Add inherited tags to the agenda line
3556         string, and make sure that properties are kept when downcasing the
3557         tags list.
3558         (org-agenda-add-inherited-tags): New function.
3559         (org-downcase-keep-props): New function.
3561         * org.el (org-scan-tags): Mark inherited tags with a text
3562         property.
3563         (org-get-tags-at): Mark inherited tags with a text property.
3564         (org-add-prop-inherited): New function.
3566         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3567         (org-agenda-show-inherited-tags): New option.
3569 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3571         * org.el (org-modules): Add org-w3m to the default modules.
3573         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3574         orgtbl-mode.
3575         (orgtabl-create-or-convert-from-region): New command.
3577         * org-exp.el (org-export-as-ascii): Remove the handling of
3578         targets.
3579         (org-export-ascii-preprocess): Handle targets already in this
3580         function.
3582 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3584         * org-timer.el (org-timer-start-time): Define this variable.
3585         (org-timer-item): Make argument optional.
3587         * org-list.el (org-insert-item): Automatically insert a timer item
3588         if the current list is a timer list.
3590         * org-timer.el: New file.
3592         * org-publish.el (org-publish-org-index): Only exclude the index
3593         file in the main directory from being added to the site-map.
3594         (org-publish-get-project-from-filename): If the current project is
3595         a component, start publishing from the parent project.
3597 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3599         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3601         * org-publish.el (org-publish-org-index): Improve removal of
3602         temporary buffers.
3604         * org-agenda.el (org-get-closed): Re-apply changes
3605         accidentially overwritten by last commit to Emacs.
3607         * org.el (org-outline-path-complete-in-steps): New option.
3608         (org-refile-get-location): Honor
3609         `org-outline-path-complete-in-steps'.
3610         (org-agenda-change-all-lines, org-tags-sparse-tree)
3611         (org-time-string-to-absolute, org-small-year-to-year)
3612         (org-link-escape): Re-apply changes accidentially overwritten
3613         by last commit to Emacs.
3615 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3617         * org-clock.el (org-dblock-write:clocktable): Make sure the
3618         clocktable sees the first line.
3619         (org-clock-in): Warn if the clock cannot be resumed.
3621 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3623         * org.el (org-open-at-point): Fix mixup about interactive and
3624         non-interactive elisp links.
3626 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3628         * org-exp.el (org-export-preprocess-string): Allow one comment
3629         line before the first headline to always be included.  This is
3630         to not miss a commented target.
3632         * org-mouse.el (org-mouse-insert-item): Call
3633         `org-indent-to-column' instead of `indent-to', for XEmacs
3634         compatibility.
3636         * org.el (org-refile-targets): Fix customize definition so
3637         that it works also in XEmacs.
3638         (org-fixup-indentation): Call `org-indent-to-column' instead
3639         of `indent-to', for XEmacs compatibility.
3641 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3643         * org-mew.el (org-mew-store-link): Get the correct case folder
3644         for refiled messages.
3646 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3648         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3649         line break indicators.
3651         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3652         ido-completion propts.
3654 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3656         * org-remember.el (org-remember-apply-template): Use
3657         `org-substring-no-properties'.
3659         * org-compat.el (org-substring-no-properties): New function.
3661         * org-remember.el (org-remember-apply-template): Use
3662         `org-substring-no-properties' for compatibility.
3664         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3665         option.
3666         (org-fix-bullet-type): respect
3667         `org-list-two-spaces-after-bullet-regexp'.
3669         * org-clock.el (org-clock-load): Clean up the code.
3671         * org.el (org-adaptive-fill-function): Allow two spaces after
3672         "1." as a list bullet.
3674 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3676         * org-clock.el (org-clock-save, org-clock-load): Check for
3677         live buffers, existing files, and buffer file names to ensure
3678         consistent information.
3679         (org-clock-persist): Make `clock' a special value of this
3680         variable, and improve docstring.
3682         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
3683         (org-get-string-indentation): Adapt indentation when the bullet
3684         width changes.
3686 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3688         * org-remember.el (org-remember-finalize): Make interactive.
3689         (org-remember-kill): New command.
3690         (org-remember-finish-immediately): Call `org-remember-finalize'
3691         directly.
3692         (org-remember-finalize): Make `org-remember-finalize' an interactive
3693         function.
3695 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3697         * org-remember.el (org-remember-apply-template): No ido completion
3698         for free prompts in remember templates.
3699         (org-remember-before-finalize-hook): New hook.
3700         (org-remember-mode): New minor mode.
3701         (org-remember-apply-template): Turn on `org-remember-mode'.
3703         * org-id.el (org-id-add-location): Avoid error when no file is
3704         given.
3706         * org-remember.el (org-remember-apply-template): Fix the way how
3707         the list of allowed properties is retrieved from the target file.
3709         * org.el (org-insert-link): Improve file link matching.
3711 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
3713         * org-colview.el (org-columns-display-here): New argument
3714         DATELINE, to trigger using the new face.
3715         (org-agenda-colview-summarize): Call `org-columns-display-here'
3716         with the new argument.
3718         * org-faces.el (org-agenda-column-dateline): New face.
3720         * org-publish.el (org-publish-org-index): Use index-title at page
3721         title, not as section.
3723         * org-exp.el (org-export-html-format-desc): Respect the
3724         org-protect property.
3725         (org-export-as-html): Protect image specifiers that are in the
3726         description part of a link.
3728         * org.el (org-sort-entries-or-items, org-completing-read)
3729         (org-refile-get-location, org-olpath-completing-read, org-todo)
3730         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
3731         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
3732         (org-set-property, org-delete-property)
3733         (org-delete-property-globally): Use `org-ido-completing-read'.
3735         * org-remember.el (org-remember-apply-template): Use
3736         `org-ido-completing-read'.
3738         * org-publish.el (org-publish): Use `org-ido-completing-read'.
3740         * org-colview.el (org-columns-edit-value, org-columns-new)
3741         (org-insert-columns-dblock): Use `org-ido-completing-read'.
3743         * org-colview-xemacs.el (org-columns-edit-value)
3744         (org-columns-new, org-insert-columns-dblock): Use
3745         `org-ido-completing-read'.
3747         * org-attach.el (org-attach-delete-one, org-attach-open): Use
3748         `org-ido-completing-read'.
3750         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
3751         `org-ido-completing-read'.
3753         * org.el (org-time-today): New function.
3754         (org-matcher-time): Use `org-time-today'.  Add special treatment
3755         for "<tomorrow>" and "<yesterday>".
3756         (org-ido-completing-read): New function.
3757         (org-completion-use-ido): New option.
3759         * org-exp.el (org-export-format-source-code): Fix bug in require
3760         htmlize code.
3761         (org-export-target-internal-links): Fix bug in search for text
3762         property.
3764 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
3766         * org-export-latex.el (org-export-latex-subcontent): Interprete
3767         target aliases as additonal labels.
3769         * org-exp.el (org-export-target-aliases): New variable.
3770         (org-export-preprocess-string)
3771         (org-export-handle-invisible-targets): Fill the alias alist.
3772         (org-export-as-html): Remove the &nbsp; from the anchor, and also
3773         assign an id.
3774         (org-html-level-start): Insert the target aliases as additonal
3775         anchors.
3777         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
3778         picture area.
3780 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3782         * org.el (org-open-at-mouse): Ensure correct link abbreviations
3783         when following a link with the mouse from the agenda.
3785         * org-exp.el (org-export-as-html): Avoid lone </div> when no
3786         headlines are created.
3788 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3790         * org-exp.el (org-export-preprocess-string): Reorder so that we
3791         can still see ID properties when we collect targets.
3792         (org-export-target-internal-links): Also store targets for ID's.
3794         * org.el (org-link-translation-function): New option.
3795         (org-open-at-point): Call `org-link-translation-function' if
3796         non-nil.
3797         (org-translate-link): New function.
3798         (org-translate-link-from-planner): New function.
3799         (org-open-at-point): Allow interactive commands in elisp links.
3801         * org-exp.el (org-icalendar-cleanup-string): Restore the old
3802         iCalendar quoting.  The new one seems to caus problems with
3803         applications.
3805         * org.el (org-yank): Set `this-command' to `yank', so that
3806         `yank-pop' will work.
3808 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3810         * org-id.el (org-id-search-archives): New option.
3812         * org.el (org-link-to-org-use-id): New option.
3813         (org-store-link): Use `org-link-to-org-use-id'.
3814         (org-id): Make org-id.el a standard component.
3816 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3818         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
3819         hexified version of the tag.
3821         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
3822         compliance as far as quoting is concerned.
3824         * org-vm.el (org-vm-follow-link): Require `vm-search'.
3826         * org.el (org-up-heading-safe, org-forward-same-level): Always
3827         call `org-back-to-heading' instead of `outline-back-to-heading'.
3828         (org-back-to-heading): New wrapper around outline-back-to-heading,
3829         with a useful error message telling where the error happened.
3831         * org-list.el (org-update-checkbox-count): Always call
3832         `org-back-to-heading' instead of `outline-back-to-heading'.
3834         * org-exp.el (org-export-as-html): Make sure that each <img> tag
3835         has an `alt' attribute, to ensure XHTML validation.
3837 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
3839         * org-publish.el (org-publish-attachment): Allow publishing to
3840         overwrite attachment files.
3842         * org-agenda.el (org-agenda-timerange-leaders): New option.
3843         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3845         * org.el (org-edit-src-exit): Untabify ASCII image before
3846         returning.
3859 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3861         * org.el (org-yank): Make any prefix force normal yanking.
3862         Suppress folding if text would be swallowed into a folded
3863         subtree.
3864         (org-yank-folded-subtrees, org-yank): Docstring updates.
3866         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3867         defined as 0.
3869         * org-exp.el (org-export-language-setup): Add Catalan and
3870         Esperanto language entries.
3872 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3874         * org.el (org-refile): Allow refiling of entire regions.
3876         * org-clock.el (org-clock-time%): New function.
3878         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3879         retrieve property values.
3881 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3883         * org-agenda.el (org-agenda-list): Handle the value `only' of
3884         org-agenda-show-log'.
3885         (org-agenda-log-mode): Interpret a double prefix arg.
3887 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3889         * org-exp.el (org-export-html-footnotes-section): New variable.
3890         (org-export-as-html): Use `org-export-html-footnotes-section' to
3891         insert the footnotes.
3892         (org-export-language-setup): Add "Footnotes" to language words.
3894 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3896         * org.el (org-yank): Fix bug when not inserting a subtree.
3898 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3900         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3901         instead of `vm-beginning-of-message'.
3903         * org.el (org-make-link-regexps): Make sure that links to gnus can
3904         contain brackets.
3906 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3908         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3909         code.
3911         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3912         shell output.
3914         * org.el (org-link-abbrev-alist): Improve customization type.
3916         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3917         functions.
3919         * org-agenda.el (org-agenda-get-progress): Renamed from
3920         `org-get-closed'.  Implement searching for state changes as well.
3921         (org-agenda-log-mode-items): New option.
3922         (org-agenda-log-mode): New option prefix argument, interpreted as
3923         request to show all possible progress info.
3924         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3925         `org-get-closed'.
3926         (org-agenda-set-mode-name): Handle the more complex log mode
3927         settings.
3928         (org-get-closed): New alias, pointing to `org-get-progress'.
3930 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3932         * org.el (org-file-apps-defaults-gnu)
3933         (org-file-apps-defaults-macosx)
3934         (org-file-apps-defaults-windowsnt): Add an entry defining the
3935         system command.
3936         (org-file-apps): Allow `system' as key and value.
3937         (org-open-at-point): Explain the effect of a double prefix arg.
3938         (org-open-file): If the argument `in-emacs' is (16),
3939         i.e. corresponding to a double prefix argument, try to open the
3940         file externally.
3942 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3944         * org.el (org-insert-link): Abbreviate absolute files names in
3945         links.  Also, fix a bug in which the double C-u prefix would not
3946         be honored.
3948 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3950         * org.el (org-insert-heading): If buffer does not end with a
3951         newline, add one if necessary to insert headline correctly.
3953         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3954         paragraphs, not inside.
3956         * org.el (org-todo): Quote
3957         `org-agenda-headline-snapshot-before-repeat'.
3959         * org-exp.el (org-export-as-html): Fully process link descriptions.
3960         (org-export-html-format-desc): New function.
3961         (org-export-as-html): Collect footnotes into the correct basket.
3962         (org-html-protect): No longer protect quotations marks here, this
3963         goes wrong.
3965         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3966         BEG.
3968         * org-compat.el (org-fit-window-to-buffer): New function (not
3969         really, a preliminary and incomplete version was present earlier,
3970         but not used).
3972         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3973         `org-fit-window-to-buffer'.
3975         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3977         * org-agenda.el (org-agenda-get-restriction-and-command)
3978         (org-fit-agenda-window, org-agenda-convert-date): Use
3979         `org-fit-window-to-buffer'.
3981         * org-exp.el (org-export-as-html): Process href links through
3982         `org-export-html-format-href'.
3983         (org-export-html-format-href): New function.
3985         * org-agenda.el (org-agenda-todo): Update only the current
3986         headline if this is a repeated TODO, marked done for today.
3987         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3988         only the current line.
3990         * org.el (org-todo): Take a snapshot of the headline if the
3991         repeater might change it.
3993 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3995         * org-publish.el (org-publish-find-title): Remove buffers visited
3996         only for extracting the title.
3998         * org-exp.el (org-export-html-style)
3999         (org-export-html-style-default): Mark style definitions as
4000         unparsed CDATA.
4002         * org-publish.el (org-publish-validate-link): Function
4003         re-introduced.
4005 2008-11-02  Charles Sebold  <csebold@gmail.com>
4007         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4008         property.
4009         (org-plot-quote-timestamp-field): New function.
4010         (org-plot-quote-tsv-field): Call timestamp field function when
4011         necessary rather than just quoting as a string.
4012         (org-plot/gnuplot-to-data): Pass in timefmt property.
4013         (org-plot/gnuplot-script): Supports timefmt property.
4014         (org-plot/gnuplot): Checks for timestamp column before checking
4015         for text index column.
4017 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4019         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4021         * org-publish.el (org-publish-org-index): Create a section in the
4022         index file.
4023         (org-publish-org-index): Stop linking to directories.
4025         * org.el (org-emphasis-alist): Use span instead of <u> to
4026         underline text.
4028         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4029         <pre> sections.
4031 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4033         * org-jsinfo.el (org-infojs-template): Remove language attribute
4034         from script tag.
4036 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4038         * org-agenda.el (org-agenda-remove-marked-text): New function.
4039         (org-agenda-mark-filtered-text)
4040         (org-agenda-unmark-filtered-text): New functions.
4041         (org-write-agenda): Remove fltered text.
4043         * org.el (org-make-tags-matcher): Give access to TODO "property"
4044         without speed penalty.
4046 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4048         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4049         option.
4050         (org-store-link-props): Make sure adding to the plist works
4051         correctly.
4053         * org-gnus.el (org-gnus-no-new-news): New function.
4054         (org-gnus-follow-link): Allow the article ID to be a message-id,
4055         in addition to allowing article numbers.  Message IDs make much
4056         more roubust links.
4057         (org-gnus-store-link): Use message-id to create link.
4059 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4061         * org.el (org-emphasize): Reverse the selection array.
4062         (org-emphasis-alist): Set <code> tags for the verbatim
4063         environment.
4065         * org-remember.el (org-remember-handler): Fix bug with
4066         prefix-related changing of the note storage target.
4068         * org-exp.el (org-print-icalendar-entries): Make the exported
4069         priorities compatible with RFC 2445.
4071         * org-clock.el (org-clock-save): Insert time stamp without
4072         dependence on time-stamp.el.
4074 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4076         * org.el ("saveplace"): If saveplace puts point into an invisible
4077         location, make it visible.
4078         (org-make-tags-matcher): Allow inactive time stamps in time
4079         comparisons.
4080         (org-yank-adjusted-subtrees): New option.
4081         (org-yank): Incorporate adjusting trees.
4082         (org-paste-subtree): New argument FOR-YANK which will cause
4083         insertion at point without backing up over white lines, and leave
4084         point at the end of the inserted text.  Also if the cursor is
4085         at the beginning of a headline, use the same level or the inserted
4086         tree.
4088         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4089         with broken symlinks
4091 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4093         * org-exp.el (org-export-select-tags, org-get-current-options):
4094         Fix typo.
4096 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4098         * org-agenda.el (org-format-agenda-item)
4099         (org-agenda-filter-make-matcher): Make sure tags are stored and
4100         compared donwcased.
4102 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4104         * org.el (org-insert-todo-heading): Fix bug with force-heading
4105         argument.
4107 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4109         * org-clock.el (org-clock-in-resume): Add a custom option to
4110         toggle starting the clock from an open clock line.
4111         (org-clock-in): When clocking in to an entry, if
4112         `org-clock-in-resume' is set, check if the first clock line is
4113         open and if so, start the clock from the time in the clock line.
4114         (org-clock-persist): Add a custom option to toggle clock
4115         persistence.
4116         (org-clock-persist-query-save): Add a custom option to toggle
4117         asking the user if they want to save the running clock when
4118         exiting.
4119         (org-clock-persist-query-resume): Add a custom option to toggle
4120         asking the user if they want to resume the saved clock when Emacs
4121         is restarted.
4122         (org-clock-save): Add a function to save clock data.
4123         This includes the contents of `org-clock-history' and the buffer
4124         and position of the currently clocked task, if any.
4125         (org-clock-load): Add a function to load clock data.
4126         This populates `org-clock-history', and resumes the saved clocked
4127         task if there is one.
4128         (org-clock-persistence-insinuate): Add a method to set up the
4129         hooks for clock persistence.
4131 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4133         * org-exp.el (org-export-as-ascii): Handle the case that we are
4134         publishing from an indirect buffer.
4136         * org-table.el (org-table-copy-down): Fix bug with time stamp
4137         increment.
4139         * org-mouse.el (org-mouse-features): New option.
4140         (org-mode-hook): Turn on features depending on
4141         `org-mouse-features'.
4143         * org.el (org-insert-heading-respect-content): Force heading
4144         creation.
4145         (org-insert-heading): keep the folding state of the heading before
4146         the inserted one.
4148 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4150         * org-archive.el (org-archive-to-archive-sibling): Handle top
4151         level headlines better.
4153 2008-10-21  Bastien Guerry  <bzg@altern.org>
4155         * org-export-latex.el (org-export-latex-classes): Added
4156         \usepackage{graphicx} to the default list of packages.
4158 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4160         * org-agenda.el (org-agenda-filter): Renamed from
4161         `org-agenda-filter-tags'.
4163 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4165         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4166         is not defined as a property in this entry.
4167         (org-add-log-note): Mask prefix argument when immediately storing
4168         the note.
4170         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4171         option.
4173 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4175         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4176         after drawers was skipping ahead one line too many, so notes were
4177         inserted after the first note instead of before it.
4179 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4181         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4182         New variables.
4183         (org-prepare-agenda): Reset the filter tags.
4184         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4185         Show filter tags in mode line.
4187         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4188         formatter.
4190         * org-export-latex.el (org-latex-entities-regexp): New constant.
4191         (org-export-as-pdf): Use two calls to `shell-command'.
4193 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4195         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4196         Honor the {} value of the subsuperscript setting.  Make sure that
4197         longer subsuperscripts are typeset in a roman font.
4199         * org.el (org-clock-update-time-maybe): Compute negative clock
4200         intervals correctly.
4202 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4204         * org.el (org-add-log-setup): Respect
4205         `org-log-state-notes-insert-after-drawers'.
4206         (org-log-state-notes-insert-after-drawers): New option.
4207         (org-todo-trigger-tag-changes): New function.
4208         (org-todo): Call `org-todo-trigger-tag-changes'.
4210 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4212         * org.el (org-add-log-setup): Only skip drawers if the are
4213         immediately after the scheduling keywords.
4215         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4216         function
4217         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4218         call it with the current todo state to get the state to switch to
4219         when clocking in.
4220         (org-clock-in): Use org-indent-line-function to indent clock lines.
4221         (org-clock-find-position): Fix indentation of empty clock drawers.
4223 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4225         * org-publish.el (org-publish-org-to): Handle case when
4226         org-export-to-pdf does return a file name, not a buffer.
4227         (org-publish-org-to-pdf): New function.
4229         * org-export-latex.el (org-export-as-pdf)
4230         (org-export-as-pdf-and-open): New commands.
4232         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4233         forms as ranges.
4235         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4236         things in protexted regions.
4238 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4240         * org-export-latex.el (org-export-latex-preprocess): Improve
4241         quoting of LaTeX environments.
4243 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4245         * org.el (org-edit-fixed-width-region): Exclude final newline from
4246         picture area.
4248         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4249         sections, to make internal links work.
4250         (org-export-latex-fontify-headline): Do not remove all text
4251         properties, to make sure that target properties survive this
4252         process.
4254         * org-exp.el (org-export-preprocess-string): Change sequence of
4255         modifications, to make sure links are prepared before the LaTeX
4256         conversions do happen.
4258 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4260         * org-attach.el (org-attach-delete-all): Renamed from
4261         `org-attch-delete'.  Add a security query before deleting the
4262         entire directory.  New optional argument FORCE can overrule the
4263         security query.
4264         (org-attach-delete-one): New command.
4266 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4268         * org-attach.el (org-attach-file-list): Fix bug with directory.
4270 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4272         * org.el (org-apps-regexp-alist): New function.
4273         (org-file-apps): Add auto-mode to the default value.
4274         (org-open-file): Use the new structure of org-file-apps.
4276         * org-attach.el (org-attach): Support the new keys.
4277         (org-attach-method): New option.
4279 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4281         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4282         March.
4284         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4285         of the list value o `org-use-tag-inheritance'.
4287         * org-attach.el (org-attach-auto-tag): New option.
4288         (org-attach-tag, org-attach-untag): New functions.
4289         (org-attach-attach, org-attach-new, org-attach-sync): Call
4290         `org-attach-tag'.
4291         (org-attach-delete): Call `org-attach-untag'.
4293 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4295         * org-table.el (orgtbl-self-insert-command): Make this work for
4296         the keypad as well.
4298 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4300         * org.el (org-add-log-setup): Limit searc for drawers to entry
4301         text, not to subtree.
4303         * org-clock.el (org-clock-heading-for-remember): New variable.
4304         (org-clock-in): Set `org-clock-heading-for-remember'.
4306 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4308         * org-remember.el (org-remember-apply-template): Add new
4309         expansions: %k, %K for currently clocked task and a link to the
4310         currently clocked task, and %< to file notes in the currently
4311         clocked task.
4313 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4315         * org-export-latex.el (org-export-latex-make-header): Also insert
4316         the content of the property :latex-header-extra.
4318         * org-exp.el (org-infile-export-plist): Put the content of
4319         #+LATEX_HEADER: into the property :latex-header-extra.
4321         * org-colview.el (org-columns-get-format-and-top-level): Remove
4322         resetting the marker.
4324         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4325         Remove resetting the marker.
4327         * org.el (org-entry-property-inherited-from): Improve docstring.
4328         (org-entry-get-with-inheritance): Reset marker before starting the
4329         search.
4331         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4333 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4335         * org.el (org-entry-get-multivalued-property)
4336         (org-entry-protect-space, org-entry-restore-space): New
4337         functions.
4338         (org-file-apps-defaults-macosx): Let postscript files be opened by
4339         preview.
4340         (org-time-stamp-inactive): Call `org-time-stamp'.
4341         (org-time-stamp): New argument `inactive'.  Also edit inacive
4342         stamps. Convert time stamp type.
4343         (org-open-file): Interpret the `default' value for the `command'
4344         in `org-file-apps'.
4346         * org-id.el (org-id-int-to-b36-one-digit)
4347         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4348         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4349         b36.
4351 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4353         * org-id.el (org-id-reverse-string): New function.
4354         (org-id-new): Use `org-id-reverse-string' to make sure the
4355         beginning chars of the ID are mutating fast.  This allows to use a
4356         directory structure to spread things better.
4357         (org-id-prefix): Changed default to nil.
4359         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4360         restore the column of the cursor position.
4362         * org-remember.el (org-remember-apply-template): Remove properties
4363         from `initial'.
4365 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4367         * org-wl.el (org-wl-open): Remove useless call to
4368         `wl-thread-open-all'.
4370         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4371         location.
4373 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4375         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4376         `org-bbdb-anniversaries'.
4378         * org.el (org-get-next-sibling, org-forward-same-level): New
4379         functions, similar to the outline versions, but invisible headings
4380         are OK.
4382 2008-09-25  Bastien Guerry  <bzg@altern.org>
4384         * org.el (org-auto-repeat-maybe): Insert a space between
4385         the timestamp's type and the timestamp itself.
4387 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4389         * org-table.el (org-table-sum): Do not format the result with %g,
4390         it does rounding when there are too many digits.
4392         * org.el (org-map-entries): Protect the keyword-selecting variables.
4394 2008-09-23  Bastien Guerry  <bzg@altern.org>
4396         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4397         against all agenda files.
4399 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4401         * org-list.el: New file, aggregating list functions from org.el
4402         and org-export-latex.el.
4404         * org.el (org-edit-src-region-extra): New option.
4406 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4408         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4409         time before 1am.
4411 2008-09-22  Bastien Guerry  <bzg@altern.org>
4413         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4415 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4417         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4418         hline work correctly.
4419         (org-plot/gnuplot-script): Put commas at the end of each script
4420         line.
4422 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4424         * org.el (org-get-refile-targets): Replace links with their
4425         descriptions
4426         (org-imenu-get-tree): Replace links with their descriptions.
4428         * org-remember.el (org-remember-apply-template): Add a new
4429         expansion for adding properties to remember items.
4431         * org.el (org-add-log-setup): Skip over drawers (properties,
4432         clocks etc) when adding notes.
4434         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4435         items as well as the start and end times.
4437         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4438         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4440         * org-remember.el (org-get-x-clipboard): Use the compat
4441         function to get clipboard values when x-selection-value is
4442         unavailable. Use substring-no-properties instead of
4443         set-text-properties to remove text properties from the clipboard
4444         value.
4446         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4447         modeline clock string, and display the full todo value in the
4448         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4449         the currently clocked task.
4450         (org-clock-string-limit): Add a custom value for the maximum
4451         length of the clock string in the modeline.
4452         (org-clock-mode-map): Add a keymap for the modeline string
4454 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4456         * org-compat.el (org-propertize): New function.
4458 2008-09-20  Bastien Guerry  <bzg@altern.org>
4460         * org-export-latex.el (org-export-latex-tables): protect exported
4461         tables from further special chars conversion.
4462         (org-export-latex-preprocess): Preserve LaTeX environments.
4463         (org-list-parse-list): Parse descriptive lists.
4464         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4465         (org-list-to-texinfo): Export descriptive lists.
4466         (org-quote-chars): Remove.
4467         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4468         (org-export-latex-list-beginning-re): Rename to
4469         `org-list-beginning-re'
4470         (org-list-item-begin): Rename to `org-list-item-beginning'
4472 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4474         * org.el (org-refile): Allow refiling to the last entry in the
4475         buffer.
4476         (org-get-tags-at): Fix bug when inheritance is turned off.
4478 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4480         * org.el (org-indent-line-function): No longer check for src
4481         regions, this is too much overhead.
4483         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4484         matching.
4486         * org.el (org-scan-tags): Make sure that tags matching is not case
4487         sensitive.  TODO keyword matching is case sensitive, however, to
4488         avoid confusion with similar words that are not meant to be
4489         keywords.
4491 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4493         * org.el (org-get-local-tags-at): New function.
4494         (org-get-local-tags): New function.
4496         * org-exp.el (org-export-get-categories): New function.
4498         * org-agenda.el (org-sorting-choice)
4499         (org-agenda-sorting-strategy, org-agenda-get-todos)
4500         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4501         (org-agenda-get-scheduled, org-agenda-get-blocks)
4502         (org-entries-lessp): Implement sorting by TODO state.
4503         (org-cmp-todo-state): New defsubst.
4505         * org-colview.el (org-colview-construct-allowed-dates): New
4506         function.
4507         (org-columns-next-allowed-value): Use
4508         `org-colview-construct-allowed-dates'.
4510         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4511         function.
4512         (org-columns-next-allowed-value): Use
4513         `org-colview-construct-allowed-dates'.
4515 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4517         * org.el (org-protect-slash): New function.
4518         (org-get-refile-targets): Use `org-protect-slash'.
4520         * org-agenda.el (org-global-tags-completion-table): New variable.
4522         * org-exp.el (org-export-handle-export-tags): New function.
4523         (org-export-preprocess-string): Call
4524         `org-export-handle-export-tags'.
4526         * org-plot.el: New file.
4528         * org-publish.el (org-publish-expand-components): Function removed.
4529         (org-publish-expand-projects): Allow components to have components.
4531 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4533         * org.el (org-indent-line-function): Do not indent in regions that
4534         are external source code.
4535         (org-yank-and-fold-if-subtree): New function.
4537         * org-agenda.el (org-agenda-todayp): New function.
4538         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4539         `org-agenda-todayp'.
4541         * org.el (org-insert-heading-respect-content)
4542         (org-insert-todo-heading-respect-content): New commands.
4543         (org-insert-heading-respect-content): New option.
4544         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4546         * org-clock.el (org-clock-find-position): Make sure the note after
4547         the clock line gets moved into the new clock drawer.
4549 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4551         * org-id.el (org-id-new): New option.
4553 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4555         * org-table.el (org-table-copy-down): Avoid overflow during
4556         increment.  Use prefix argument 0 to temporarily disable the
4557         increment.
4559 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4561         * org-exp.el (org-export-as-html): Do not turn on the major mode
4562         if the buffer will be killed anyway.
4563         (org-get-current-options): Exclude the #+TEXT field.
4564         (org-export-as-html): Make sure text before the first headline is
4565         a paragraph.
4567         * org-publish.el (org-publish-org-to): Tell the exporter that this
4568         buffer will be killed, so it is not necessary to do major mode
4569         initialization.
4571         * org-archive.el (org-archive-to-archive-sibling): Show empty
4572         lines after folding the archive sibling.
4574         * org.el (org-log-note-extra): New variable.
4576 2008-09-05  Bastien Guerry  <bzg@altern.org>
4578         * org.el (org-additional-option-like-keywords): Added keywords for
4579         the _QUOTE, _VERSE and _SRC environments.
4581         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4582         exporting _QUOTE and _VERSE environments.
4584 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4586         * org-agenda.el (org-agenda-filter-by-tag): New command.
4588         * org-exp.el (org-get-current-options): Remove angular brackets
4589         from the date entry.
4591         * org.el (org-edit-fixed-width-region): New function.
4592         (org-edit-fixed-width-region): Also try
4593         `org-edit-fixed-width-region'.
4594         (org-edit-fixed-width-region-mode): New option.
4595         (org-activate-code): Only interprete lines starting with colon
4596         plus a space as example lines.
4598         * org-remember.el (org-remember-templates): Add nil instead of
4599         empty strings to fix the length of remember templates.
4601         * org-table.el (org-calc-default-modes): Fix the time format for
4602         calc, from 12 hour to 24 hour clock.
4604 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4606         * org-agenda.el (org-agenda-get-deadlines)
4607         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4608         entries that are pre-warnings of deadlines or reminders.
4610         * org.el (org-sort-entries-or-items): Make numeric and alpha
4611         comparisons ignore any TODO keyword and priority cookie.
4613         * org-remember.el (org-remember-handler): Reinterpretation of the
4614         prefix argument.
4616 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4618         * org-agenda.el (org-agenda-get-scheduled): Use new
4619         `org-scheduled' face.
4621         * org-faces.el (org-scheduled): New face.
4623         * org-wl.el (org-wl-open): Remove incorrect declaration.
4625         * org-gnus.el (org-gnus-store-link): Support for :to information
4626         in gnus links.
4628         * org-exp.el (org-export-as-html): Fixed typo in creator
4629         information.
4630         (org-export-protect-examples): New parameter indent.  Insert extra
4631         spaces only when this parameter is specified.
4632         (org-export-preprocess-string): Call `org-export-protect-examples'
4633         with an indentation parameter when exporting to ASCII.
4635         * org-remember.el (org-remember-templates)
4636         (org-remember-apply-template): Allow the file component to be a
4637         function.
4639         * org.el (org-goto-local-search-headings): Renamed from
4640         `org-goto-local-search-forward-headings'.  Added the possibility
4641         to search backwards.
4643 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4645         * org-export-latex.el (org-export-latex): New customization
4646         group.
4648         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4650 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4652         * org-exp.el (org-html-do-expand): Allow {} to terminate
4653         tex macro
4655 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4657         * org.el (org-buffer-list): Select buffers based on major mode,
4658         not on file name.
4660 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4662         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4663         face property.
4665         * org-colview.el (org-columns-display-here): Use
4666         `org-columns-modify-value-for-display-function'.
4668         * org-colview-xemacs.el (org-columns-display-here): Use
4669         `org-columns-modify-value-for-display-function'.
4671 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4673         * org.el (org-columns-modify-value-for-display-function): New option.
4685         * org-publish.el (org-publish-file): Make sure the directory match
4686         for the publishing directory works correctly.
4688         * org-agenda.el (org-agenda-execute-calendar-command)
4689         (org-agenda-diary-entry): Additional optional argument.
4691 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4693         * org-exp.el (org-export-as-html): Add attributes also in mailto
4694         and ftp links.
4696         * org.el (org-autoload): Add `org-dblock-write:columnview'.
4705 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
4707         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4708         sure that calls from `org-export-region-as-html' do not do the
4709         special check for a subtree.
4711 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
4713         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
4715 2008-07-20  Juri Linkov  <juri@jurta.org>
4717         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
4718         new keymap `narrow-map' instead of binding "\C-xns".
4720 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
4722         * org.el (org-open-file): Use
4723         `org-open-directory-means-index-dot-org'.
4724         (org-open-directory-means-index-dot-org): New option.
4726 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
4728         * org.el (org-make-link-string): Remove link attributes from
4729         description.
4730         (org-open-at-point): Remove link attributes bevore using the path.
4732         * org-exp.el (org-export-as-html): Handle link attributes.
4734         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
4736         * org-table.el (org-table-to-lisp): New function.
4738         * org.el (org-narrow-to-subtree): Do not include the final newline
4739         into the narrowed region.
4741         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
4742         bug with user-define skipping condition.
4744 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
4746         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
4748 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
4750         * org-exp.el (org-export-html-style-default): Automatic overflow
4751         handling for pre fields.
4752         (org-export-as-ascii, org-export-as-html): Change default format
4753         for time stamp.
4755         * org-table.el (org-table-export): Offer completion for translator
4756         functions, and do not require a heading above the table.
4758         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
4759         Cater for the case of a list starting in the first line of the
4760         buffer.
4762 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
4764         * org-publish.el (org-publish-find-title): Bug fix.
4765         (org-publish-org-index): Implement new :index-style option.
4767 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
4769         * org-publish.el (org-publish-timestamp-filename): Use
4770         SHA1-encoded file names in the timestamp directory.
4772 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
4774         * org-publish.el (org-publish-needed-p): Be verbose about files
4775         published and files skipped.
4777         * org-exp.el (org-export-preprocess-string): Swap link
4778         normalization and inernal link targeting.
4780         * org-publish.el (org-publish-needed-p): Create timestamp
4781         directory when it does not exist.
4783 2008-07-04  Bastien Guerry  <bzg@altern.org>
4785         * org-clock.el (org-clock-out-when-done): Doc fix.
4787         * org.el (org-agenda-skip-unavailable-files): Doc fix.
4789         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
4790         Ignore case when searching for the COMMENT cookie at export time.
4792 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
4794         * org-exp.el (org-get-file-contents)
4795         (org-get-and-remove-property): New functions.
4796         (org-export-handle-include-files): Handle the new prefix options.
4797         (org-export-as-html): Fix the verse environment.
4799 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
4801         * org.el (org-time=, org-time<, org-time<=, org-time>)
4802         (org-time>=, org-time<>, org-2ft): New functions.
4803         (org-op-to-function): Also provide for the time testing fucntions.
4805 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
4807         * org-exp.el (org-export-html-style-default): New constant.
4809 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
4811         * org-exp.el (org-export-html-style-extra): New variable.
4812         (org-export-splice-style): New function.
4814 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
4816         * org-exp.el (org-export-plist-vars, org-export-as-html):
4817         Implement `org-export-creator-info'.
4818         (org-export-creator-info): New option.
4820 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
4822         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
4823         (org-property-drawer-re, org-clock-drawer-re): New constants.
4825 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
4827         * org-exp.el (org-icalendar-use-deadline)
4828         (org-icalendar-use-scheduled): New options.
4829         (org-icalendar-include-todo): Default changed to t.
4830         (org-print-icalendar-entries): Implement better utilization of
4831         scheduling and deadline time stamps.
4832         (org-export-target-internal-links, org-export-as-html): Allow file
4833         lines without the "file:" prefix if the file path is an absolute
4834         path or starts with ".".
4836         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
4837         lastweek etc.
4838         (org-clock-special-range): Also undertand yesterday, lastweek etc.
4840 2008-06-18  Glenn Morris  <rgm@gnu.org>
4841         * org.el (org-map-entries): Let-bind `file'.
4843 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4845         * org.el (org-agenda-skip-archived-trees): Docstring now
4846         discourages using this.
4847         (org-scan-tags): Check for org-agenda-archives-mode.
4848         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4849         (org-agenda-files): Functionality of second arg changed.
4851         * org-agenda.el (org-agenda-archives-mode): New variable
4852         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4853         (org-search-view, org-todo-list, org-tags-view)
4854         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4855         `ifmode' argument.
4856         (org-agenda-quit): Reset the archives mode.
4857         (org-agenda-archives-mode): New command.
4858         (org-agenda-set-mode-name): Include archives info.
4860 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4862         * org.el (org-paste-subtree): Make sure the yanked headline is
4863         visible if it was yanked at a visible point.
4864         (org-move-item-up): Fix the bug with moving white space at the end
4865         of the item.
4866         (org-show-empty-lines-in-parent): New function.
4868 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4870         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4872         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4874         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4875         agenda prefix as well.
4877         * org-publish.el (org-publish-org-index): Make a properly indented
4878         list.
4880         * org.el (org-calendar-agenda-action-key): New option.
4881         (org-get-cursor-date): New function.
4882         (org-mark-entry-for-agenda-action): New command.
4883         (org-overriding-default-time): New variable.
4884         (org-read-date): Respect `org-overriding-default-time'.
4886         * org-remember.el (org-remember-apply-template): Respect the
4887         ovverriding default time.
4889         * org-agenda.el (org-agenda-action-marker): New variable.
4890         (org-agenda-action): New command.
4891         (org-agenda-do-action): New function.
4893 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4895         * org.el (org-schedule, org-deadline): Protect scheduled and
4896         deadline tasks against changes that accidently remove the
4897         repeater.  Also show a message with the new date when done.
4899 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4901         * org.el (org-beginning-of-line): Cater for the case when there
4902         are tags but no headline text.
4903         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4904         it set.
4906 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4908         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4909         the return value is nil instead of "nil" when there is no match.
4911         * org-exp.el (org-insert-centered): Use fill-column instead of
4912         80.
4913         (org-export-as-ascii): Use string-width to measure the width of
4914         the heading.
4916         * org.el (org-diary-to-ical-string): No longer kill buffer
4917         FROMBUF, this is now done by the caller.
4919         * org-exp.el (org-print-icalendar-entries): Move the call to
4920         `org-diary-to-ical-string' out of the loop, and kill the buffer
4921         afterwords.
4923         * org-remember.el (org-remember-visit-immediately): Position
4924         cursor after moving to the note.
4925         (org-remember-apply-template): Use a text property to record the
4926         cursor position.
4927         (org-remember-handler): Align tags after pasting the note.
4929 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4931         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4933         * org-agenda.el (org-agenda-open-link): If there is an
4934         org-bbdb-name property in the current line, jump to that bbdb
4935         entry.
4937         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4938         text property, so that the agenda knows where this entry comes
4939         from.
4941         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4942         interaction between clocking-in from the agenda, and  automatic
4943         task state switching.
4945         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4947         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4948         zmacs-region stays after this command in XEmacs.
4950 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4952         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4954         * org-remember.el (org-remember-templates): Fix bug in
4955         customization type definition.
4957         * org.el (org-map-entries): New function.
4959 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4961         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4962         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4964 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4966         * org-remember.el (org-jump-to-target-location): New variable.
4967         (org-remember-apply-template): Set
4968         `org-remember-apply-template' if requested by template.
4969         (org-remember-handler): Start an idle timer to jump to
4970         remember location.
4972         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4974         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4975         file tags.
4976         (org-get-tags-at): Add the content of `org-file-tags'.
4978         * org-exp.el (org-export-handle-comments): Fix bug with several
4979         comment lines after each other.
4980         (org-number-to-roman, org-number-to-counter): New functions.
4981         (org-export-section-number-format): New option.
4983 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4985         * org-exp.el (org-export-protect-examples): Catch the case of a
4986         missing end_example line.
4988         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4989         `org-file-tags' to nil.
4991         * org-colview.el (org-columns-next-allowed-value): Handle next
4992         argument NTH to directly select a value.
4994         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4995         argument NTH to directly select a value.
4997 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4999         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5001 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5003         * org.el (org-columns-ellipses): New option.
5005 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5007         * org-colview.el (org-columns-add-ellipses): New function.
5008         (org-columns-compact-links): New function.
5009         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5010         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5011         when in agenda.
5012         (org-columns-edit-value): Fixed bug with editing values from
5013         agenda column view.
5014         (org-columns-redo): Also redo the agenda itself.
5016 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5018         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5019         option.
5021         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5023         * org-exp.el (org-export-ascii-preprocess): Renamed from
5024         `org-export-ascii-clean-string'.
5025         (org-export-kill-licensed-text)
5026         (org-export-define-heading-targets)
5027         (org-export-handle-invisible-targets)
5028         (org-export-target-internal-links)
5029         (org-export-remove-or-extract-drawers)
5030         (org-export-remove-archived-trees)
5031         (org-export-protect-quoted-subtrees)
5032         (org-export-protect-verbatim, org-export-protect-examples)
5033         (org-export-select-backend-specific-text)
5034         (org-export-mark-blockquote-and-verse)
5035         (org-export-remove-comment-blocks-and-subtrees)
5036         (org-export-handle-comments, org-export-mark-radio-links)
5037         (org-export-remove-special-table-lines)
5038         (org-export-normalize-links)
5039         (org-export-concatenate-multiline-links)
5040         (org-export-concatenate-multiline-emphasis): New functions,
5041         obtained from spliiting the export preprocessor.
5043         * org-table.el (org-table-recalculate): Improve error message if
5044         the row number is invalid.
5046 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5048         * org-archive.el (org-archive-save-context-info): Fix bugs in
5049         customization setup and docstring.
5051         * org-exp.el (org-export-html-style): Changed the size of in the
5052         <pre> element to 90%.
5054 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5056         * org.el (org-find-src-example-start): Function removed.
5057         (org-edit-src-find-region-and-lang): New function.
5059 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5061         * org.el (org-edit-src-exit): New function.
5062         (org-exit-edit-mode): New minor mode.
5064         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5065         comment-like lines from protected examples.
5067         * org.el (org-edit-src-example, org-find-src-example-start)
5068         (org-protect-source-example, org-edit-special): New functions.
5070 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5072         * org-publish.el (org-publish-project-alist): Fix typo in
5073         docstring.
5074         (org-publish-project-alist): Handle :index-title property.
5076 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5078         * org-export-latex.el (org-export-as-latex): Make sure region
5079         bounds are correct.  Parse subtree properties relating to export.
5081         * org-exp.el (org-export-add-options-to-plist): New function.
5082         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5084 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5086         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5087         EXPORT_TITLE.
5089         * org-exp.el (org-export-get-title-from-subtree)
5090         (org-export-as-ascii, org-export-as-html): Make sure the original
5091         region-beginning and region-end are used, even after moving
5092         point.
5093         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5094         property.
5096         * org-remember.el (org-remember-last-stored-marker): New variable.
5097         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5098         (org-remember-handler): Also use marker to remember
5099         last-stored position.
5101         * org.el (org-goto-marker-or-bmk): New function.
5103 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5105         * org.el (org-file-properties): Renamed from `org-local-properties'.
5106         (org-scan-tags): Take file tags into account.
5107         (org-tags-match-list-sublevels): Default changed to t.
5109         * org-exp.el (org-export-as-html): Close paragraph after a
5110         footnote.
5112         * org.el (org-update-parent-todo-statistics): New function.
5114         * org-exp.el (org-icalendar-store-UID): New option.
5115         (org-icalendar-force-UID): Option removed.
5116         (org-print-icalendar-entries): IMplement UIDs.
5118 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5120         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5122 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5124         * org-faces.el (org-column): Document how this face is being used
5125         and why sometimes the background faces shine through.
5127         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5129         * org-publish.el (org-publish-attachment): Create publishing
5130         directory if it does not yet exist.
5132         * org-table.el (org-calc-default-modes): Change default number
5133         format to (float 8).
5135         * org.el (org-olpath-completing-read): New function.
5136         (org-time-clocksum-format): New option.
5137         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5139         * org-clock.el (org-clock-display, org-clock-out)
5140         (org-update-mode-line): Use `org-time-clocksum-format'.
5142         * org-colview-xemacs.el (org-columns-number-to-string): Use
5143         `org-time-clocksum-format'.
5145         * org-colview.el (org-columns-number-to-string): Use
5146         `org-time-clocksum-format'.
5148 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5150         * org-id.el: New file, move from contrib to core.
5152         * org-exp.el (org-icalendar-force-UID): New option.
5154 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5156         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5157         shifted by one day if theere is a date range without an end
5158         time.
5160         * org.el (org-try-structure-completion): New function.
5162 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5164         * org.el (org-set-font-lock-defaults): Improve fontification of
5165         description lists.
5166         (org-insert-item): Handle description lists.
5167         (org-adaptive-fill-function): Improve auto indentation in
5168         description lists.
5170         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5171         Implement VERSE environment.
5172         (org-export-preprocess-string): Implement the COMMENT
5173         environment.
5175         * org-export-latex.el (org-export-latex-preprocess): Implement
5176         VERSE environment.
5178 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5180         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5181         option.
5183 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5185         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5187         * org.el (org-quote-csv-field): New functions.
5189         * org-table.el (org-table-export-default-format): Remove :splice
5190         from default format, we get the same effect by not specifying
5191         :tstart and :tend.
5192         (org-table-export): Improve setup, distinguish better between
5193         interactive and non-interactive use, allow specifying the format
5194         on the fly, better protection against wrong file names.
5195         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5196         and :tend when :splice is omitted.
5198 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5200         * org-clock.el (org-clock-select-task): Make sure the selection
5201         letters are 1-9 and A-Z, no special characters.
5203 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5205         * org-exp.el (org-export-htmlize): New group.
5206         (org-export-htmlize-output-type)
5207         (org-export-htmlize-css-font-prefix): New options.
5208         (org-export-htmlize-region-for-paste): New function.
5209         (org-export-htmlize-generate-css): New command.
5211 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5213         * org/org.el (org-modules, org-format-latex-options):
5214         * org/org-archive.el (org-archive-stamp-time)
5215         (org-archive-save-context-info):
5216         * org/org-faces.el (org-hide):
5217         * org/org-irc.el (org-irc-parse-link):
5218         * org/org-macs.el (org-call-with-arg, org-autoload):
5219         * org/org-mew.el (org-mew-store-link):
5220         * org/org-remember.el (org-remember-store-without-prompt)
5221         (org-remember-templates): Fix typos in docstrings.
5223         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5225         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5226         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5227         (org-bbdb-anniv-split): Fix typos in docstrings.
5229         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5230         (org-publish-use-timestamps-flag): Reflow docstring.
5231         (org-publish-files-alist): Fix typos in docstring.
5233 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5235         * org.el (org-set-visibility-according-to-property): New function.
5236         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5237         and compute the regular expressions, and update font-lock.
5238         (org-property-re): Allow a dash in property names.
5240         * org-archive.el (org-extract-archive-file): Insert the file name
5241         without the path into the format, to allow the location format to
5242         contain a subdirectory.
5244         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5245         of buffer, and the `org-agenda-type' property undefined, use the
5246         value from the character before.
5248         * org.el (org-add-planning-info): Don't let indentation for
5249         would-be timestamp become extra whitespace at the end of headline.
5251 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5253         * org.el (org-remove-double-quotes, org-file-contents): New
5254         functions.
5256         * org-exp.el (org-infile-export-plist): Also parse the
5257         contents of #+SETUPFILE files, recursively.
5259         * org.el (org-set-regexps-and-options): Also parse the
5260         contents of #+SETUPFILE files, recursively.
5262         * org-exp.el (org-export-handle-include-files): New function.
5263         (org-export-preprocess-string): Call
5264         `org-export-handle-include-files'.
5266         * org.el (org-delete-property-globally)
5267         (org-delete-property, org-set-property): Ignore case during
5268         completion.
5269         (org-set-property): Use `org-completing-read' instead of
5270         `completing-read'.
5272         * org.el (org-complete-expand-structure-template): New,
5273         experimental function.
5274         (org-structure-template-alist): New, experimental option.
5275         (org-complete): Call `org-complete-expand-structure-template'.
5277 2008-05-06  Bastien Guerry  <bzg@altern.org>
5279         * org-export-latex.el (org-export-latex-preprocess): Added
5280         support for blockquotes.
5282 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5284         * org.el (org-read-date-analyze): Catch the case where only a
5285         weekday is given.
5287 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5289         * org.el (org-set-font-lock-defaults): Make the description
5290         tag bold.
5292         * org-exp.el (org-export-as-html, org-close-li): Implement
5293         description lists.
5295 2008-05-04  Jason Riedy  <jason@acm.org>
5297         * org-table.el (*orgtbl-default-fmt*): New variable.
5298         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5299         when there is no other fmt available.
5301         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5302         :tend to suppress the appropriate string.
5304         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5305         table.
5307 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5309         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5310         read date.
5312         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5313         New function.
5315         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5316         New function.
5318 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5320         * org-clock.el (org-clock-find-position): Don't include notes
5321         into clock drawer.
5323         * org-archive.el (org-archive-subtree): No longer remove an
5324         extra line after cutting the subtree.  `org-cut-subtree' already
5325         takes care of this.
5327         * org-remember.el (org-remember-handler): Only kill the target
5328         buffer if it does not contain the running clock.
5330         * org.el (org-markers-to-move): New variable.
5331         (org-save-markers-in-region, org-check-and-save-marker)
5332         (org-reinstall-markers-in-region): New function.
5333         (org-move-subtree-down, org-copy-subtree): Remember relative
5334         marker positions before cutting.
5335         (org-move-subtree-down, org-paste-subtree): Restore relative
5336         marker positions after pasting.
5338         * org-remember.el (org-remember-clock-out-on-exit): New option.
5339         (org-remember-finalize): Clock out only if the setting in
5340         `org-remember-clock-out-on-exit' requires it.
5341         (org-remember-handler): Do the cleanup in the buffer, to make sure
5342         that the clock marker remains in tact.
5344 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5346         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5347         (org-clock-in): Make sure that also tasks outside the narrowed
5348         region will be clocked in correctly.
5349         (org-clock-insert-selection-line): Widen the buffer so that we can
5350         find the correct task heading.
5352         * org.el (org-base-buffer): New function.
5354         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5355         and ";" are escaped.
5356         (org-print-icalendar-entries): Also apply
5357         `org-icalendar-cleanup-string' to the headline, not only to the
5358         summary property.
5360 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5362         * org-exp.el (org-export-preprocess-hook): New hook.
5363         (org-export-preprocess-string): Call
5364         `org-export-preprocess-hook'.
5366         * org.el (org-font-lock-hook): New variable.
5367         (org-font-lock-hook): New function.
5368         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5370 ;; Local Variables:
5371 ;; coding: utf-8
5372 ;; add-log-time-zone-rule: t
5373 ;; End:
5375     Copyright (C) 2008  Free Software Foundation, Inc.
5377   This file is part of GNU Emacs.
5379   GNU Emacs is free software: you can redistribute it and/or modify
5380   it under the terms of the GNU General Public License as published by
5381   the Free Software Foundation, either version 3 of the License, or
5382   (at your option) any later version.
5384   GNU Emacs is distributed in the hope that it will be useful,
5385   but WITHOUT ANY WARRANTY; without even the implied warranty of
5386   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5387   GNU General Public License for more details.
5389   You should have received a copy of the GNU General Public License
5390   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5392 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c