Stuck projects: Improve docstring of org-stuck-projects
[org-mode.git] / lisp / ChangeLog
blobd6fba32cc3d50eeb25a3c87a2d690c85551bf295
1 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda-get-timestamps)
4         (org-agenda-get-progress, org-agenda-get-deadlines)
5         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
6         in particular, wait as long as possible to collect the tags.
7         (org-stuck-projects): Improve docstring.
9         * org.el (org-store-link): No errors when getting custom id before
10         first headline.
11         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
13 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
17         * org-protocol.el: Remove dependency on url.el.
18         (org-protocol-unhex-compound, org-protocol-open-source): Remove
19         dependency on url.el.
21         * org-latex.el (org-export-as-pdf): Use
22         `org-latex-to-pdf-process'.
24 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
26         * org-latex.el (org-latex-to-pdf-process): New option.
28         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
29         New option.
30         (org-agenda-get-timestamps): Honor
31         `org-agenda-skip-additional-timestamps-same-entry'.
33         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
34         (org-clock-goto): Find recent task only if
35         `org-clock-goto-may-find-recent-task' allows it.
37         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
38         drawers, and drawers that are missing the :END: line.
40 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org-clock.el (org-clock-goto): Go to recently clocked task if no
43         clock is running.
45 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
47         * org.el (org-update-parent-todo-statistics): Check for
48         STATISTICS_FROM property.
50         * org-list.el (org-update-checkbox-count): Check for
51         STATISTICS_FROM property.
53         * org.el (org-tab-first-hook)
54         (org-tab-after-check-for-table-hook)
55         (org-tab-after-check-for-cycling-hook): New hooks.
56         (org-cycle-internal-global, org-cycle-internal-local): New
57         functions, split out from `org-cycle'.
58         (org-cycle): Call the new hooks.
60 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
62         * org-exp.el (org-export-preprocess-string): Reset the list of
63         preferred targets for each run of the preprocessor.
65         * org.el (org-refile-target-verify-function): Improve
66         documentation.
67         (org-get-refile-targets): Respect point being moved by the
68         verification function.
70         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
71         option.
72         (org-export-latex-keywords): Use new option.
74         * org.el (org-rear-nonsticky-at): New defsubst.
75         (org-activate-plain-links, org-activate-angle-links)
76         (org-activate-footnote-links, org-activate-bracket-links)
77         (org-activate-dates, org-activate-target-links)
78         (org-activate-tags): Place the rear-nonsticky properties at the
79         correct location.
81 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org-protocol.el (server-edit): Declare `server-edit'.
84         (org-protocol-unhex-string, org-protocol-unhex-compound): New
85         functions.
86         (org-protocol-check-filename-for-protocol): Call `server-edit'.
88         * org.el (org-default-properties): New default properteis for
89         completion.
91         * org-exp.el (org-export-add-subtree-options): Add new properties
92         for subtree export.
94         * org-docbook.el (org-export-docbook-keywords-markup)
95         (org-export-docbook-timestamp-markup): New options.
96         (org-export-docbook-protect-tags): New function.
98 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-id.el (org-id-get-with-outline-path-completion): Turn off
101         org-refile-target-verify-function for the duration of the command.
103         * org.el (org-link-to-org-use-id): New possible value
104         `create-if-interactive-and-no-custom-id'.
105         (org-store-link): Use custom IDs.
106         (org-link-search): Find custom ID properties from #link.
107         (org-default-properties): Add CUSTOM_ID for property completion.
108         (org-refile-target-verify-function): New option.
109         (org-goto): Turn off org-refile-target-verify-function
110         for the duration of the command.
112 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
114         * org-html.el (org-export-as-html): Use custom IDs in the toc.
116         * org-exp.el (org-export-preferred-target-alist): New variable.
117         (org-export-define-heading-targets): Find the new CUSTOM_ID
118         property.
119         (org-export-target-internal-links): Target the custom ids when
120         possible.
122         * org-latex.el (org-export-latex-preprocess): Better regexp for
123         matching latex macros with arguments.
125 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org-remember.el (org-remember-handler): Allow filing to non-org
128         files.
130 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
132         * org-feed.el (org-feed-alist): New keyword options.
133         (org-feed-update): Use the new options.
134         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
135         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
136         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
137         functions.
139         * org-table.el (org-table-fix-formulas): Do not change references
140         to remote tables.
141         (org-table-get-remote-range): Convert standard coordinates to RC
142         format.
144         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
146 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org-compat.el (org-sha1-string): Function removed.
150         * org.el (org-refile-allow-creating-parent-nodes): New option.
151         (org-refile-get-location): New argument NEW-NODES.
152         (org-refile): Call `org-refile-get-location' with the new
153         argument.
154         (org-refile-get-location): Arrange for adding a new child.
155         (org-refile-new-child): New function.
157         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
158         an additional span element.
160         * org-clock.el: Fix a number of docstrings.
161         (org-clock-find-position): New argument
162         FIND-UNCLOSED to make the function find an unclosed clock in the
163         entry.
164         (org-clock-in): Call `org-clock-find-position' with the new
165         argument if we might be resuming a clock.
167 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-latex.el (org-export-latex-display-custom-times): New variable.
170         (org-export-latex-timestamp-markup): New option.
171         (org-export-latex-set-initial-vars): Remember the local value of
172         `org-display-custom-times'.
173         (org-export-latex-content): Process time stamps.
174         (org-export-latex-time-stamps): New function.
176         * org-macs.el (org-maybe-intangible): Add intangible property
177         again to invisible text.
179 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-exp.el (org-default-export-plist): Handle undefined
182         variables.
184 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
186         * org.el (org-sort-entries-or-items): Match TODO keywrds
187         case-sensitively, when sorting.
188         (org-priority): Do not match TODO keywords with wrong case.
190 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-feed.el (org-feed-update): Bind the variable
193         `new-formatted'.
195         * org-html.el (org-export-as-html): Start paragraphs after literal
196         examples.
198         * org-docbook.el (org-export-as-docbook): Start paragraphs after
199         literal examples.
201 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
203         * org.el (org-todo): Honor the NOBLOCKING property.
205         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
206         NOBLOCKING property.
208         * org.el (org-scan-tags): Fix bug in tag scanner
210 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
212         * org.el (org-modules): Mark obsolete packages.
214         * org-html.el: New file, split out from org-exp.el.
216         * org-icalendar.el: New file, split out from org-exp.el.
218         * org-xoxo.el: New file, split out from org-exp.el.
220         * org-ascii.el: New file, split out from org-exp.el.
222 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org-compat.el (org-find-library-name): New function.
226         * org.el (org-pre-cycle-hook): New hook.
227         (org-cycle): Call the new hook in appropriate places.
228         (org-reload): Only reload files that have been loaded before.
230 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
232         * org.el (org-set-font-lock-defaults): Enforxe space or line end
233         after todo keyword.
234         (org-todo): When changing TODO state, do matching
235         case-sensitively.
236         (org-map-continue-from): New variable.
237         (org-scan-tags): Respect values in `org-map-continue-from'.
238         (org-reload): Make XEmacs compatible.
240 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org-protocol.el (org-protocol-flatten-greedy): New function.
243         (org-protocol-flatten): New function.
245         * org.el (org-open-link-from-string): Pass reference buffer to
246         `org-open-at-point'.
247         (org-open-at-point): New optional argument `reference-buffer'.
249 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
251         * org.el (org-scan-tags): Make tag scan find headline in first
252         line, 2nd attempt.
253         (org-get-refile-targets): Add the naked file name.
254         (org-refile): Store as top-level entry when only file name was
255         given.
257         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
259         * org.el (org-block-todo-from-children-or-siblings-or-parent):
260         Renamed from org-block-todo-from-children-or-siblings, and
261         enhanced to look for the parent's status as well.
263         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
264         (org-agenda-get-progress): Add first notes line to log entry if so
265         desired.
267 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
270         (org-agenda-cleanup-fancy-diary): Call the new hook.
272         * org-remember.el (org-remember-apply-template): Take the default
273         for the annotation from the :annotation property.
275         * org-mac-message.el (org-mac-message-get-link): Remove the
276         quotes.
277         (org-mac-message-get-link): Return the result.
279 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org.el (org-refile-get-location): Add file name only if not
282         already included in outline path.
284         * org-faces.el (org-n-level-faces): Fix customization type from
285         number to integer.
287         * org-exp.el (org-export-headline-levels): Fix customization type
288         from number to integer.
290         * org-agenda.el (org-agenda-confirm-kill)
291         (org-agenda-custom-commands-local-options)
292         (org-timeline-show-empty-dates, org-agenda-ndays)
293         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
294         customization type from number to integer.
296 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org-protocol.el: Declare some functions.
300         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
301         postion before inserting modified headline.
303         * org-agenda.el (org-agenda-compare-effort): Honor
304         `org-sort-agenda-noeffort-is-high'.
305         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
306         (org-agenda-compare-effort): Implement the "?" operator for
307         finding entries without effort setting.
309         * org.el (org-extract-attributes-from-string): New function.
311         * org-exp.el (org-export-splice-attributes): New function.
313 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-mouse.el: XEmacs compatibility fixes
317         * org-docbook.el (org-export-as-docbook): Process footnotes like
318         normal text.
320         * org.el (org-modules): Add org-inlinetasks.el
321         (org-cycle): Implement limiting level on cycling.
322         (org-move-subtree-down): Fix bug with swapping subtrees at end of
323         buffer.
325         * org-inlinetask.el: New file.
327         * org.el (org-emphasis-regexp-components): Allow braces in
328         emphasis pre and post match.
330         * org-footnote.el (org-footnote-normalize): When only dorting, do
331         not insert inline notes at the end.
333         * org-docbook.el (org-id-find-id-file): Add function declaration.
335         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
337         * org-docbook.el: New file.
339 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org.el (org-reftex-citation): New command.
343 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
345         * org-agenda.el (org-agenda-cmp-user-defined): New option.
346         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
347         sorting options.
348         (org-entries-lessp): Apply the new sorting option.
350         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
351         blocker code, when an older sibling has children.
353         * org-mac-message.el (org-mac-message-get-link): Improve getting
354         links from multiple selected messages.
356 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-remember.el (org-remember-finalize): Do not set buffer file
359         name to nil.
360         (org-remember-handler): Mark buffer as unmodified.
361         (org-remember-handler): Delete backup file and show message about
362         remaining backup files.
363         (org-remember-auto-remove-backup-files): New option.
365         * org.el (org-store-link): Use buffer name as link description in
366         w3-mode buffers.
367         (org-ido-switchb): Fix argument bug for completion.
369         * org-remember.el (org-remember-apply-template): Set local
370         variable `auto-save-visited-file-name' instead of global one.
372 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org-feed.el: Re-write.
376         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
377         (org-agenda-get-todos): Mark file tags as inherited.
378         (org-agenda-list): Always search diary lines for a time.
380 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org-feed.el (org-feed-assume-stable): New option.
383         (org-feed-before-adding-hook): New hook.
385         * org-exp.el (org-export-as-html): Close local lists depending on
386         indentation, also when starting a table.
388         * org-remember.el (org-remember-backup-directory)
389         (org-remember-backup-name): New internal variable.
391 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
393         * org-clock.el (org-clock-out-if-current): Make buffer detection
394         work in indirect buffers as well.
396         * org.el (org-emphasis-regexp-components): Add the exxclamation
397         mark to the post-emphasis characters.
399 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
401         * org.el (org-read-date-minibiffer-septup-hook): New hook.
402         (org-read-date): Run the new hook.
404         * org-mac-message.el (org-mac-flagged-mail): New group.
405         (org-mac-mail-account): New variable.
406         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
407         commands.
409         * org-remember.el (org-remember-backup-directory): New variable.
410         (org-remember-apply-template): Write file to backup directory.
412 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
414         * org-mouse.el (org-mouse-todo-menu): New function.
415         (org-mouse-todo-keywords): Function removed.
416         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
418         * org-table.el (org-table-beginning-of-field)
419         (org-table-end-of-field): New commands
420         (org-table-previous-field, org-table-beginning-of-field): Better
421         error messages.
422         (orgtbl-setup): Include `M-a' and `M-e'.
424         * org.el (org-backward-sentence, org-forward-sentence): New
425         commands.
427         * org-colview.el (org-colview-initial-truncate-line-value): New
428         variable.
429         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
430         (org-columns): Remember the value of `truncate-lines'.
432         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
433         New variable.
434         (org-columns-remove-overlays): Restore the value of
435         `truncate-lines'.
436         (org-columns): Remember the value of `truncate-lines'.
438         * org.el (org-columns-skip-arrchived-trees): New option.
440         * org-agenda.el (org-agenda-export-html-style): Define color for
441         org-agenda-done face.
442         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
443         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
445         * org.el (org-scan-tags): Use the new face.
447         * org-faces.el (org-agenda-done): New face.
449         * org.el (org-scan-tags): Test the value org
450         `org-tags-match-list-sublevels'.
451         (org-tags-match-list-sublevels): New allowed value: indented.
453         * org-export-latex.el (org-export-latex-make-header): Apply macros
454         in header.
456         * org-exp.el (org-export-apply-macros-in-string): New function.
458         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
459         with the definition of a checked box.
461         * org-clock.el (org-clock-find-position): Fix drawer indentations.
463         * org-export-latex.el (org-export-latex-low-levels): More options
464         for how to process lower levels in LaTeX.
465         (org-export-latex-subcontent): Better treatment for lists as a
466         means of publishing lower levels.
468 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org.el (org-set-font-lock-defaults): Use new checkbox face.
472         * org-faces.el (org-checkbox): New face.
474         * org-exp.el (org-export-html-preprocess): Only create LaTeX
475         fragement images if there is an export file.
477 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org-agenda.el (org-stuck-projects): Document that the subtree of
480         projects that are not stuck will now be searched for stuck
481         sub-projects.
482         (org-agenda-skip-entry-when-regexp-matches)
483         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
484         (org-agenda-list-stuck-projects): Use
485         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
487         * org-export-latex.el (org-export-latex-preprocess): Improve
488         export of verses.
490         * org-exp.el (org-export-as-html): Implement centering as a div
491         rather than a paragraph.  Do a better job with line-end in verse
492         environments.
494 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
496         * org.el (org-open-at-point): Fix tags searches by mouse click.
498 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
500         * org-export-latex.el (org-export-latex-preprocess): Implement the
501         centering markup.
503         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
504         from `org-export-mark-blockquote-and-verse'.
505         (org-export-as-html): Implement the centering markup.
507         * org-export-latex.el (org-export-latex-tables): Fix vertical
508         lines in tables.
510 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
512         * org.el (org-read-date-history): New variable.
513         (org-read-date): Use new history variable.
514         (org-toggle-heading): Fix bug when used before first headline.
515         (org-store-log-note): Remove drawer if empty while note is
516         aborted.
517         (org-remove-empty-drawer-at): New function.
518         (org-check-after-date): New command.
519         (org-sparse-tree): New sparse tree command "a".
521         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
523 2009-03-14  Bastien Guerry  <bzg@altern.org>
525         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
526         column and a space, not only a column.
528 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
530         * org-export-latex.el (org-export-latex-emphasis-alist): Better
531         defaults for verbose emphasis.
532         (org-export-latex-emph-format): New function.
533         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
535         * org-agenda.el (org-agenda-menu): Add new commands to menu.
536         (org-agenda-do-date-later, org-agenda-do-date-earlier)
537         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
538         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
539         commands.
541         * org.el (org-timestamp-change): Move end-time along with start
542         time.
544 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
546         * org-exp.el (org-export-target-internal-links)
547         (org-export-as-html): Protect links specified as #name.
549 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
551         * org.el (org-clone-subtree-with-time-shift): New command.
553         * org-export-latex.el (org-export-latex-special-chars)
554         (org-export-latex-treat-sub-super-char): Fix subscript export.
556         * org-exp.el (org-create-multibrace-regexp): Do not add
557         backslashes to the class.
559 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
561         * org-colview.el (org-columns-map): Better functions for moving up
562         and down a row, even if `truncate-line' is nil.
564         * org.el (org-insert-todo-heading): Make sure the keyword is
565         inserted at the correct position.
567         * org-publish.el (org-publish-project-alist)
568         (org-publish-projects, org-publish-org-index): Change default anme
569         for the index of file names to "sitemap.org".
571         * org-export-latex.el (org-export-latex-tables): Use
572         `org-split-string', for Emacs 21 compatibility.
574 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
576         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
578 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
580         * org-exp.el (org-export-page-description)
581         (org-export-page-keywords): New variables.
582         (org-export-plist-vars): Add entries for :keywords and
583         :description.
584         (org-infile-export-plist): Parse for new keywords.
585         (org-get-current-options): Add new keywords
586         (org-export-as-html): Publish description and keywords.
588         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
589         option.
590         (org-agenda-add-entry-text): Honor
591         `org-agenda-add-entry-text-descriptive-links'.
593         * org-export-latex.el (org-export-latex-preprocess): Make all
594         external preprocess functions use a PARAMETER arg.
596         * org-exp.el (org-export-preprocess-string)
597         (org-export-select-backend-specific-text)
598         (org-export-format-source-code-or-example)
599         (org-format-org-table-html): Support docbook export.
600         (org-export-preprocess-string): Make all external preprocess
601         functions use a PARAMETER arg.
603 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org-exp.el (org-export-html-style-include-scripts): New option.
606         (org-export-plist-vars): Add new option
607         `org-export-html-style-include-scripts'.
608         (org-export-as-html): Honor new option
609         `org-export-html-style-include-scripts'.
610         (org-export-html-scripts, org-export-html-style-default): Fix
611         xml issues with the Safari browser.
613 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
615         * org-publish.el (org-publish-attachment): Only copy file when the
616         directories differ.
618 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
620         * org-clock.el (org-clocktable-steps): Use inactive time stamps
621         for clocktable steps.
623         * org.el (org-additional-option-like-keywords): Add two more
624         keywords.
626 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
628         * org-exp.el (org-export-format-source-code-or-example): Mark
629         temporary buffer unmodified, so that it will be killed even if
630         mode like message mode has decided to assign a file name.
632         * org.el (org-scan-tags): Improve tag inheritance.
633         (org-scan-tags, org-make-tags-matcher): Make tag comparison
634         case-sensitive.
635         (org-scan-tags): Use the internal tags list instead of creating it
636         from scratch.
637         (org-trust-scanner-tags, org-scanner-tags): New variables.
638         (org-scan-tags): Set `org-scanner-tags'.
639         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
640         (org-map-entries): Document the possible speedup using scanner
641         tags.
643 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org.el (org-add-planning-info): Fix bug with looking for keyword
646         only at column 0.
648         * org-agenda.el (org-agenda-custom-commands-local-options): Add
649         option for tags filter preset.
650         (org-prepare-agenda): Store filter preset as a property on the
651         filter variable.
652         (org-finalize-agenda): Call the filter, if there is a preset.
653         (org-agenda-filter-by-tag): Filter again after clearing the
654         filter, when there still is a preset.
655         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
656         Include the preset filter.
657         (org-agenda-redo): Apply the filter again, also the preset filter.
659         * org-exp.el (org-export-as-html): Use IDs in the correct way.
661         * org.el (org-uuidgen-p): New funtion.
663         * org-agenda.el (org-agenda-fontify-priorities): New default value
664         `cookies'.
665         (org-agenda-fontify-priorities): Renamed from
666         org-fontify-priorities.
668         * org.el (org-set-font-lock-defaults): Call
669         `org-font-lock-add-priority-faces'.
670         (org-font-lock-add-priority-faces): New function.
672         * org-faces.el: (org-set-tag-faces): New option.
673         (org-priority-faces): New variable.
675         * org-exp.el (org-export-as-html): Add a "content" div around the
676         entire content of the body tag.
677         (org-export-html-get-bibliography): New function.
678         (org-export-html-validation-link): New variable.
679         (org-export-as-html): Add validation link to exported page.
681         * org.el (org-match-sparse-tree): Renamed from
682         `org-tags-sparse-tree'.
683         (org-tags-sparse-tree): New alias.
685 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
687         * org.el (org-get-valid-level): Catch the case where the level
688         change is nil.
690         * org-clock.el (org-clock-find-position): Better indentation of
691         new clock drawers.
693 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-agenda.el (org-agenda-quit): Delete window only when the
696         frame-setup was not `current-window'.
698         * org.el (org-tag-persistent-alist): New option.
699         (org-startup-options): Add keyword `noptag'.
700         (org-fast-todo-selection): Handle :newline correctly.
701         (org-set-tags): Handle :newline correctly.
702         (org-fast-tag-selection): Handle :newline correctly.
704 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
706         * org-exp.el (org-export-as-ascii): Reverse link buffer before
707         outputting it.
708         (org-export-ascii-push-links): Fix bug with pussing links into the
709         export buffer.
711 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org-archive.el (org-archive-subtree): Do not add 1 to level if
714         pasting at top level.
716         * org-bbdb.el: Improve documentation.
718 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
720         * org-list.el (org-insert-item): Only consider insert empty lines
721         is `org-empty-line-terminates-plain-lists' is not nil.
723         * org.el (org-blank-before-new-entry): Mention the dependence on
724         `org-empty-line-terminates-plain-lists' in the docstring.
726         * org-publish.el (org-publish-get-project-from-filename): New
727         optional argument UP.  Only find the top project if UP is set.
728         (org-publish-current-project): Find the top encloding project.
730         * org-agenda.el (org-agenda-before-write-hook)
731         (org-agenda-add-entry-text-maxlines): New options.
732         (org-write-agenda): Run the new hook in the temporary buffer.
733         (org-agenda-add-entry-text): New function.
734         (org-write-agenda): Implement PDF export, using ps2pdf.
736         * org.el (org-global-properties-fixed, org-global-properties):
737         Improve documentation string.
739         * org-exp.el (org-export-ascii-links-to-notes): New option.
740         (org-export-as-ascii): Handle links better.
741         (org-export-ascii-wrap, org-export-ascii-push-links): New
742         functions.
744 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-agenda.el (org-agenda): Make prefix arg optional.
747         (org-agenda-search-headline-for-time): New option.
748         (org-format-agenda-item): Honor
749         `org-agenda-search-headline-for-time'.
751         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
752         characters.
754         * org.el (org-self-insert-cluster-for-undo): New option.
755         (org-self-insert-command): Cluster undo for 20 characters.
756         (org-self-insert-command-undo-counter): New variable.
758 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
760         * org-exp.el (org-export-as-html): Fix problem with closing colone
761         example.
763 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org-export-latex.el (org-export-as-latex)
766         (org-export-latex-first-lines): Avoid modification flag when
767         adding or removing text properties.
768         (org-export-latex-fontify): Catch error when org-emph-alist has
769         entries that are not defined for LaTeX export.
771         * org.el (orgstruct++-mode): New function.
772         (turn-on-orgstruct++): Call `orgstruct++-mode'.
773         (org-context-p): Allow detecting item context after the first line
774         of an item.
775         (orgstruct-make-binding): Detect if item-body context should be
776         seen.
777         (orgstruct-is-++): New variable.
778         (org-add-planning-info): Catch the case when there is no planning
779         info yet and the call does not want to add anything, only maybe
780         tries to remove something.
781         (org-special-ctrl-a/e): All value to be a cons cell with separate
782         settings for `C-a. and `C-e'.
783         (org-beginning-of-line, org-end-of-line): Honor separate values
784         for `C-a' and `C-e'.
786 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
788         * org.el (org-reload): New command.
790 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
792         * org-exp.el (org-export-htm-get-tag-class-name)
793         (org-export-htm-get-todo-kwd-class-name): New functions.
794         (org-export-html-tag-class-prefix)
795         (org-export-html-todo-kwd-class-prefix): New options.
796         (org-export-as-html): Call
797         `org-export-html-get-todo-kwd-class-name'.
798         (org-html-level-start): Wrap tags into classes.
799         (org-export-html-get-tag-class-name)
800         (org-export-html-get-todo-kwd-class-name): New functions.
802         * org-export-latex.el (org-export-latex-collect-header-macros):
803         Remove fields that are used anyway.
804         (org-export-latex-make-header): Insert the options earlier.
806         * org-agenda.el (org-agenda-get-progress): Fix bug with state
807         matching.
809         * org-list.el (org-indent-item): Allow point to be at the end of
810         the region.
812         * org.el (org-metaleft, org-metaright): Be more accurate about
813         detecting a region where commands apply.
815         * org-compat.el (org-cursor-to-region-beginning): New function.
817         * org.el (org-priority): Also find invisible heading.
819         * org-colview-xemacs.el (org-columns-edit-value): No special
820         treatment for `org-todo' prefix.
822         * org-colview.el (org-columns-edit-value): No special treatment
823         for `org-todo' prefix.
825         * org-remember.el (org-remember-apply-template): Use
826         `org-completing-read-no-ido'.
828         * org.el (org-completing-read-no-ido): New function.
829         (org-make-tags-matcher, org-set-property): Use
830         `org-completing-read-no-ido'.
832         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
833         New option.
834         (org-export-as-latex): Import in-buffer settings as TeX macros.
835         (org-export-latex-make-header): Additional parameter OPT-DEFS.
836         (org-export-latex-collect-header-macros): New function.
838         * org.el (org-refile-get-location): Turn off
839         `partial-completion-mode'.
841 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
843         * org.el (org-block-todo-from-checkboxes): Announce that
844         checkboxes are the culprit.
845         (org-block-todo-from-children-or-siblings): Call
846         `org-up-heading-all instead' of `outline-up-heading'.
848         * org-agenda.el (org-agenda-show-1): Renamed from
849         `org-agenda-show'.
850         (org-agenda-show): Re-install the old version for now.
851         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
852         variable into the blokker hook, so that the checkbox checker can
853         anounce that it caused the blocking.
855         * org.el (org-track-ordered-property-with-tag): New option.
856         (org-toggle-ordered-property): Honor
857         `org-track-ordered-property-with-tag'.
858         (org-tag-alist): Add newline options.
859         (org-set-regexps-and-options): Separate option lines imply a
860         newline.
861         (org-set-regexps-and-options, org-assign-fast-keys)
862         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
863         option.
864         (org-indent-line-function): Make sure this works even if there is
865         not `org-drawer-regexp' defined.  This can happen when
866         orgstruct-mode is used in a non-org buffer.
868         * org-list.el (org-checkbox-blocked-p): New function.
869         (org-toggle-checkbox): Check for blocking.
871         * org.el (org-modules): Add an entry for org-R.el.
873         * org-agenda.el (org-agenda-todo-ignore-with-date)
874         (org-agenda-todo-ignore-scheduled)
875         (org-agenda-todo-ignore-deadlines): Mention the variable
876         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
878         * org.el (org-get-wdays): Find the warning period also if it is in
879         the wrong place.
880         (org-ido-completing-read): Provide the correct arguments to
881         ido-completing-read and bind `ido-enter-matching-directory' to
882         nil.
884 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
886         * org.el (org-olpath-completing-read): Never use ido for this
887         one.
889         * org-exp.el (org-export-normalize-links): Use new macro.
891         * org-macs.el (org-if-unprotected-at): New macro.
893         * org-agenda.el (org-agenda-show): Allow numerical prefix
894         arguments to specify how much context should be shown.
895         (org-agenda-cycle-show): New command, could be bound to SPC in
896         org-agenda-mode-map.
898         * org-exp.el (org-html-level-start): Space after section number.
900 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
902         * org-agenda.el (org-agenda-get-sexps): Add todo state as
903         property, for sorting.
904         (org-cmp-todo-state): Get the applicable TODO keywords directly
905         from the buffer.
906         (org-run-agenda-series, org-agenda-list, org-search-view)
907         (org-todo-list, org-tags-view): Only fit agenda window when the
908         whole series is done.
910         * org.el (org-scan-tags): Add todo state as property, for sorting.
912         * org-agenda.el (org-agenda-custom-commands-local-options): Add
913         `org-agenda-overriding-header' as an option.
914         (org-agenda-list): Honor org-agenda-overriding-header'.
916 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-list.el (org-toggle-checkbox): Improve cursor positioning
919         after removing a checkbox.
921         * org.el (org-show-entry): Make this work correctly also if it is
922         the last entry in the file.
923         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
924         falling back to normal, default command.
925         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
926         item, call the checkbox toggler to get a box.
928         * org-list.el (org-toggle-checkbox): Make double prefix set the
929         checkbox to "[-]".
930         (org-fix-bullet-type): Only replace bullet it it is changed.
931         (org-renumber-ordered-list): Handle case when first item does not
932         have a number.
934         * org.el (org-add-log-setup): Fix positioning when
935         `org-log-states-order-reversed' is nil.
937         * org-clock.el (org-clock-in): Fix positioning when
938         `org-log-states-order-reversed' is nil.
939         (org-clock-find-position): Fix positioning when
940         `org-log-states-order-reversed' is nil.
942 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org-clock.el (org-clock-into-drawer): Take default from
945         `org-log-into-drawer'.
946         (org-clock-find-position): Look for the correct drawer.
948         * org.el (org-log-into-drawer): Renamed from
949         `org-log-state-notes-into-drawer'.
950         (org-log-state-notes-into-drawer): New variable alias.
951         (org-add-log-setup): Make drawer name default to LOGBOOK, not
952         CLOCK.
953         (org-insert-property-drawer): Also skip LOGBOOK drawers.
955 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
957         * org-agenda.el (org-agenda): Fix docstring.
959         * org.el ("org-plot"): Help loading org-plot.
960         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
961         (org-metadown-hook, org-shiftmetaleft-hook)
962         (org-shiftmetaright-hook, org-shiftmetaup-hook)
963         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
964         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
965         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
966         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
968         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
969         for selecting files with any (and even without) extension.
971         * org.el (org-save-all-org-buffers): Also save id locations.
972         (org-revert-all-org-buffers): Also load id locations.
974 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org.el (org-drawers): Add LOGBOOK to the default drawers.
976         (org-log-state-notes-into-drawer): New option.
977         (org-add-log-setup): Place the sate note marker into the drawer,
978         create drawer when necessary.
979         (org-refile-targets): Document special interpretation of LEVEL
980         when odd-levels are used.
982 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org.el (org-store-log-note): Fix note indentation when adding
985         notes to end of list.
987         * org-exp.el (org-export-as-html): Add TODO keyword as extra
988         class, so that each keyword can get special colors through CSS.
990         * org-clock.el (org-clock-out): Add another nil for the previous
991         state into the call to `org-add-log-setup'.
993         * org.el (org-log-note-previous-state): New variable.
994         (org-log-note-headings): New %S escape for old state.
995         (org-todo): Call the note setup with the old state as an
996         argument.
997         (org-add-note): Add another nil for the previous state into the
998         call to `org-add-log-setup'.
999         (org-add-log-setup): New argument PREV-STATE.
1000         (org-add-log-note): Handle new %S escape.
1001         (org-store-log-note): Handle new %S escape.
1003 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1005         * org-clock.el (org-clock-find-position): Do not swallow an item
1006         less indented than the CLOCK line itself.
1007         (org-clock-in): Push markers to lin after the clock line.
1008         (org-clock-find-position): Handle values of
1009         `org-clock-into-drawer' smaller than 2.
1011         * org-exp.el (org-html-level-start): Add a CSS class to section
1012         numbers.
1013         (org-export-html-toplevel-hlevel): Better documentation of the
1014         influence of this variables on H levels and css classes in
1015         export.
1017 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1019         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1020         timestamp and nottimestamp to the chooe menu.
1022         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1023         (org-revert-all-org-buffers): New command.
1025 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org.el (org-return): Implement `org-return-follows-link' in the
1028         function org-return.  This is more robust than using the mouse
1029         map, I think.
1030         (org-set-regexps-and-options): Match more general #+TODO lines.
1031         (org-make-options-regexp): New optional argument EXTRA, for an
1032         extra regexp.
1033         (org-tab-follows-link): Mark as deprecated.
1035 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org-exp.el (org-export-preprocess-string): Remove clock lines
1038         earlier, so that they cannot cotribute to verbatim snippets.
1040 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1042         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1043         for finding drawers.
1044         (org-export-as-ascii, org-export-as-html): Count levels relative
1045         to the subtree header.
1046         (org-get-min-level): New optional argument OFFSET.
1047         (org-export): Make sure point is restored after popping up that
1048         window.
1050         * org.el (org-do-sort): Also take an inactive timestamp if no
1051         active one is found.
1053         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1054         deleting duplicates.
1056         * org-colview.el (org-columns-capture-view): Copy before
1057         deleting duplicates.
1059         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1060         text before first headline.
1062         * org.el (org-format-latex): Do not convert LaTeX fragments in
1063         protected examples.
1065 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1067         * org-exp.el (org-export-html-style-default): Use color values
1068         instead of names for XHTML validation.
1070         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1071         functions.
1072         (org-return-follows-link): Revert making this the default untile
1073         issues are resolved.
1075         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1076         nottimestamp.
1078 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org.el (org-mode): Make dependence stuff work more reliably.
1081         (org-update-parent-todo-statistics): Fix bug with updating
1082         statistics cookie.
1084         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1085         ~ as verbatim delimiters.
1087         * org-exp.el (org-export-html-format-image): New argument
1088         PAR-OPEN.
1089         (org-export-as-html): Pass par-open to
1090         `org-export-html-format-image'.
1092 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1095         (org-use-fast-todo-selection, org-tags-column): New default
1096         setting for variables, based on a poll what typical uses use.
1098         * org-agenda.el (org-agenda-sorting-strategy)
1099         (org-agenda-tags-column): New default setting for variables, based
1100         on a poll what typical uses use.
1102 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1105         blocked entries from setting the blocked tag.
1107         * org-exp.el (org-export-html-footnotes-section): Use a more
1108         consistent id for footnotes.
1110         * org-export-latex.el (org-export-latex-classes): Remove the
1111         a4paper option from the default styles.
1113 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1115         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1116         (org-block-todo-from-checkboxes): New function.
1117         (org-todo): Make tripple prefix arg circumvent blocking.
1119         * org-timer.el (org-timer): Provide the timer feature.
1121         * org.el (org-require-autoloaded-modules): Add a few more files to
1122         the list of autoloaded modules.
1124         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1126 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1129         drawers that are unprotected.
1130         (org-export-html-format-image): Make sure inlined LaTeX fragment
1131         images remain inlined.
1133         * org.el (org-toggle-ordered-property): New function.
1134         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1135         (org-org-menu): Add menu entries for TODO dependencies.
1137 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org.el (org-default-properties): Add ORDERED to the default
1140         properties, to get completion support for it.
1142         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1144         * org.el (org-update-parent-todo-statistics): Update more than one
1145         cookie.
1147         * org-agenda.el (org-agenda-get-todos): Start search from correct
1148         position.
1150         * org.el (org-fast-todo-selection): Make sure TODO selection does
1151         not change buffer position.
1153         * org-list.el (org-toggle-checkbox): Implement adding or removing
1154         checkboxes from line or region when called with a prefix
1155         argument.
1157         * org-rmail.el (org-rmail-store-link): Protect the call to
1158         `rmail-narrow-to-non-pruned-header'.
1160         * org-clock.el (org-clock-special-range): Fix week display in
1161         clock tables.
1163         * org-exp.el (org-get-current-options): Fix bug when in indirect
1164         buffer.
1166 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1168         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1169         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1170         (org-agenda-dim-blocked-tasks): New function.
1172         * org.el (org-enforce-todo-dependencies): New option.
1173         (org-block-todo-from-children-or-siblings): New function.
1175         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1177         * org.el (org-todo): Return correct state type even if the blocker
1178         throws an error.
1179         (org-modifier-cursor-error): Renamed from
1180         `org-shiftcursor-error'.
1181         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1182         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1184         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1185         to get real errors from the blocker hook.
1187         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1188         functions.
1189         (org-set-visibility-according-to-property): Turn off the setting
1190         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1191         property.
1193 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1195         * org.el (org-support-shift-select): New option.
1196         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1197         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1198         selection outside contexts.
1200         * org-list.el (org-at-item-bullet-p): New function.
1202         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1203         variables.
1205         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1206         variable.
1207         (org-insert-footnote-reference-near-definition): Remove
1208         unnecessary let form.
1210         * org-export-latex.el (org-export-latex-first-lines): Add
1211         OPT-PLIST parameter.
1212         (org-export-as-latex): Call `org-export-latex-first-lines' with
1213         opt-plits parameter.
1214         (org-export-latex-preprocess): Remove unnecessary variables.
1216         * org-exp.el (org-infile-export-plist)
1217         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1218         (org-export-remove-headline-metadata)
1219         (org-export-get-title-from-subtree, org-get-min-level)
1220         (org-html-do-expand): Remove innecessary let form.
1222         * org-colview-xemacs.el (org-columns-display-here): Remove
1223         unnecessary variables.
1225         * org-colview.el (org-columns-display-here): Remove unnecessary
1226         variables.
1228         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1229         variables.
1231         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1232         unnecessary variables.
1234         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1235         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1236         variables.
1238         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1239         (org-compact-display-after-subtree-move): Remove unnecessary
1240         variables.
1241         (org-edit-fixed-width-region): Remove unnecessary variables.
1242         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1243         (org-olpath-completing-read): Remove unnecessary variable.
1244         (org-auto-repeat-maybe): Remove unnecessary variable.
1245         (org-map-entries): Remove unnecessary variable.
1246         (org-buffer-property-keys, org-imenu-get-tree)
1247         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1249 -----------------------------------------------------------------
1251 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-exp.el (org-export-remove-timestamps): Never remove
1253         timestamps from tables.
1255         * org-export-latex.el (org-export-latex-first-lines): Add more
1256         options to the preprocessing of the text before the first
1257         headline.
1259 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-faces.el (org-clock-overlay): Make face compatible with
1262         XEmacs.
1264         * org.el (org-yank): Add property for delete-selection mode.
1266         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1268         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1269         variable.
1271         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1272         to `backward-char'.
1274         * org-exp.el (org-export-as-html): Remove the initial space from
1275         colon examples.
1277         * org.el (org-scan-tags): Call
1278         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1280         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1281         customization groups.
1282         (org-agenda-tags-todo-honor-ignore-options): New option.
1283         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1284         New function.
1285         (org-agenda-get-todos): Use
1286         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1288 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-exp.el (org-export-format-source-code-or-example): Escape
1291         HTML characters also in examples that anre not treated with
1292         htmlize.  Also, just switch to EXAMPLE processing if we do not
1293         have a good version of htmlize.
1295         * org-rmail.el: Fix copyright notice.
1297         * org.el (org-activate-footnote-links): Improve footnote link
1298         highlighting.
1300         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1301         a footnote definition at the end of the file.
1303         * org-table.el (org-table-get-specials): Add an imagined hline at
1304         the end of the table.  This can be useful for references that want
1305         to go to the end of the table.  Also fix bug when computing last
1306         row constants, in tables that do not start right at the right
1307         margin.
1308         (org-table-eval-formula): Match and replace remove references.
1309         (org-table-formula-substitute-names): Make sure that names inside
1310         a "remote" call are left alone, the will be replaced later when
1311         the remote call is handled.
1312         (org-table-convert-refs-to-rc): Do not convert things that might
1313         look like a reference, but are really part of an ID or namei n a
1314         remote reference.
1315         (org-table-get-remote-range): New function.
1317 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1321         * org-clock.el (org-clock-put-overlay): Use new face instead of
1322         `secondary-selection'.
1324         * org-faces.el (org-clock-overlay): New face.
1326 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1328         * org-exp.el (org-get-current-options): Include the option for
1329         publishing time stamps.
1331         * org.el (org-toggle-heading): Renamed from
1332         `org-toggel-region-headings'.
1333         No longer needs a region defined, but will use it if there is one.
1334         (org-ctrl-c-star): Simplified, relying more on the internal
1335         workings of `org-toggle-heading'.
1336         (org-toggle-item): Renamed from `org-toggle-region-items'.
1337         No longer needs a region defined, but will use it if there is one.
1338         (org-ctrl-c-minus): Simplified, relying more on the inernal
1339         workings of `org-toggle-item'.
1341         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1342         environment detection.  Also, do real changes only in unprotected
1343         places.
1345 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1347         * org-export-latex.el (org-export-latex-quotation-marks): Use
1348         `org-if-unprotected-1'.
1349         (org-export-latex-set-initial-vars): Check for class definition in
1350         property.
1352         * org-macs.el (org-if-unprotected-1): New macro.
1354 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1356         * org-compat.el (org-count-lines): New function.
1358         * org-exp.el (org-export-format-source-code-or-example): Handle
1359         switches related to text areas.
1361         * org.el (org-activate-footnote-links): Don't allow match inside a
1362         link.
1364         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1366         * org-export-latex.el (org-export-latex-links): Keep a relative
1367         path relative also after export.
1369         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1371         * org.el (org-make-tags-matcher): Never use IDO for completing the
1372         tags matcher match string.
1373         (org-completing-read): Also remove the special biding for "?".
1375         * org-attach.el (org-attach-allow-inheritance): New option.
1376         (org-attach-inherited): New variable.
1377         (org-attach-dir): Handle properties related to the attachment
1378         directory.
1379         (org-attach-check-absolute-path): New function.
1380         (org-attach-set-directory, org-attach-set-inherit): New commands.
1381         (org-attach): Accommodate the new commands in the dispatcher.
1383 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1386         `window-full-width-p'.
1388         * org-exp.el (org-export-as-html): Only check for images files
1389         that really can be inlined
1391         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1392         list of extensions to be a parameter.
1394         * org-exp.el (org-export-html-inline-image-extensions): New
1395         variable.
1397         * org-agenda.el (org-prepare-agenda): Use
1398         `org-agenda-block-separator'.
1399         (org-agenda-block-separator): New option.
1401 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1403         * org-export-latex.el (org-export-latex-tables): Call
1404         `org-table-clean-before-export' with the new optional argument.
1406         * org-exp.el (org-table-clean-before-export): New optional
1407         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1408         first column.
1410 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1412         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1413         histograms.
1415         * org-colview.el (org-colview-construct-allowed-dates): Better
1416         error catching when a date/time property does not have allowed
1417         values defined.
1419         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1420         Better error catching when a date/time property does not have
1421         allowed values defined.
1423 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1425         * org.el (org-map-entries): Restore point and restriction after
1426         `org-map-entries'.
1428 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org.el (org-time=, org-time<, org-time<=, org-time>)
1431         (org-time>=, org-time<>): Make sure both values are dates.
1433 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org-archive.el (org-extract-archive-heading): Allow %s for file
1436         name also in achive location heading.
1438 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org-archive.el (org-add-archive-files): Uniquify the list before
1441         returning it.
1443 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org-compat.el (org-fit-window-to-buffer): Use
1446         `window-full-width-p'.
1448         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1449         space after the colon in short examples.
1451         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1452         enforce a space after the colon.  However, we also allow lines
1453         that are *only* a colon.
1454         (org-export-as-html): Enforce the space after the colon in short
1455         examples.
1456         (org-export-preprocess-string): Do the colon example protection
1457         earlier.
1458         (org-export-remove-timestamps): Do not check for protection at the
1459         end of the line.
1461 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1463         * org.el (org-format-latex-options): Add new matcher for single
1464         letters between dollars.
1465         (org-get-header): Function removed.
1466         (org-heading-components): New function.
1468         * org-exp.el (org-export-define-heading-targets): Record ID's also
1469         as alternative targets.
1470         (org-export-as-html): Interpret "id:" links to other files by
1471         preserving the relative path.
1473         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1474         is nil.
1476         * org-exp.el (org-export-normalize-links): Protect the main link,
1477         to avoid special character processing.
1479         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1480         New variable.
1481         (org-export-latex-special-string-regexps): Variable removed.
1482         (org-export-latex-keywords): Use the new regexp.
1484         * org-exp.el (org-export-handle-include-files): Fetch switches and
1485         put them into the BEGIN statement.
1487         * org-timer.el (org-timer-mode-line-string): New variable.
1489         * org-clock.el (org-clock-mode-line-map): Renamed from
1490         `org-clock-mode-map'.
1491         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1492         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1493         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1494         (org-clock-remove-overlays): Renamed from
1495         `org-remove-clock-overlays'.
1497         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1498         and mode line display.
1499         (org-timer-stop): New command.
1500         (org-timer-seconds): Return correct time when timer is paused.
1501         (org-timer-mode-line-timer): New variable.
1502         (org-timer-set-mode-line, org-timer-update-mode-line): New
1503         functions.
1505         * org.el (org-insert-heading):  Handle new value `auto' for
1506         `org-blank-before-new-entry'.
1507         (org-org-menu): Add new items for timer functions.
1509         * org-list.el (org-insert-item): Handle new value `auto' for
1510         `org-blank-before-new-entry'.
1512         * org.el (org-blank-before-new-entry): New value `auto', made
1513         default.
1515 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1517         * org-exp.el (org-export-normalize-links): If the link is also
1518         used as the description, protect the description.
1520 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org.el (org-closest-date): Fix bug with yearly repeats, in
1523         combination with preference of the past as it is used for deadline
1524         and scheduling search.
1526         * org-exp.el (org-html-handle-time-stamps): No longer check for
1527         the `org-export-with-timestamps' option, because the preprocesser
1528         has taken care of this already.
1530         * org.el (org-entry-properties): Catch the case when this is
1531         called in a non-org-mode file.
1533         * org-export-latex.el (org-export-latex-remove-from-headlines):
1534         Variable made obsolete, also LaTeX export now uses the standard
1535         variables.
1536         (org-export-as-latex): Add the timestamps parameter to the
1537         preprocessor parameter list.
1538         (org-export-latex-content): Export the remaining keywords without
1539         considering to remove them.
1540         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1541         Use bold font instead of tt font for the keywords.
1542         (org-export-latex-fontify-headline): Format headlines, assuming
1543         that all keywords still present should be published.
1544         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1545         publish what ever remains of the time stamps.
1546         (org-export-latex-list-parameters): New option.
1547         (org-export-latex-lists): Pass additional parameters to the list
1548         converter.
1550         * org-exp.el (org-export-preprocess-string): Remove clock lines
1551         and timestamps already in the preprocesor.
1552         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1553         functions.
1554         (org-export-as-ascii, org-export-as-html): Add the timestamps
1555         parameter to the preprocessor parameter list.
1557         * org-list.el (org-list-parse-list): Parse for checkboxes.
1558         (org-list-to-generic): Introduce and handle new parameters :cbon
1559         and :cboff.
1560         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1561         optional parameter PARAMS.
1563         * org-export-latex.el (org-export-latex-special-chars): Fix
1564         problems with interpreting dollar signs.
1565         (org-inside-latex-math-p): New function.
1566         (org-export-latex-preprocess): Protect all the math fragments.
1568         * org.el (org-latex-regexps): Allow a dash after a dollar.
1570         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1571         mark after copying.
1573         * org-agenda.el (org-run-agenda-series): Have series options set
1574         when finalizing the agenda.
1576         * org-exp.el (org-export-format-source-code-or-example): Protect
1577         the converted examples.
1579         * org.el (org-set-regexps-and-options): Fix the regexp
1580         `org-complex-heading-regexp'.
1582 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1584         * org.el (org-edit-src-get-label-format): New function.
1585         (org-coderef-label-format): New option.
1586         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1587         a label format specification and make sure it is used in the edit
1588         buffer.
1589         (org-edit-src-get-label-format): New function.
1590         (org-store-link): Handle new coderef formats.
1591         (org-link-search): Handle new coderef formats.
1593         * org-footnote.el (org-footnote-create-definition)
1594         (org-footnote-goto-local-insertion-point): Make footnote insertion
1595         work correctly when the "Footnotes" headline is the last line in
1596         the buffer.
1598         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1599         the location.
1601 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org-w3m.el (org-w3m): New customization group.
1604         (org-w3m-deactivate-mark): New option.
1605         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1606         option say not to.
1608 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1610         * org.el (org-set-font-lock-defaults): Trigger footnote
1611         fontification.
1612         (org-activate-footnote-links): New function.
1613         (org-activate-links): New entry `footnote'.
1615         * org-faces.el (org-footnote): New face.
1617 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org-macs.el (org-re): Handle the [:word:] class.
1621         * org-exp.el (org-export-preprocess-string): Call
1622         `org-export-protect-colon-examples'.
1623         (org-export-protect-colon-examples): Renamed from
1624         `org-export-protect-examples', and scope limited to lines starting
1625         with a colon.
1627 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org-exp.el (org-export-preprocess-string): Move the preprocess
1630         hook to after turning on Org-mode.
1631         (org-export-preprocess-after-include-files-hook)
1632         (org-export-preprocess-after-tree-selection-hook)
1633         (org-export-preprocess-before-backend-specifics-hook)
1634         (org-export-preprocess-final-hook): New hooks.
1635         (org-export-preprocess-string): Run the new hooks.
1637         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1639         * org-footnote.el: New file.
1641         * org.el (org-footnote): Require footnote code.
1642         (org-startup-options): Add new footnote options.
1643         (org-mode-map): New keybindig for footnotes.
1644         (org-ctrl-c-ctrl-c): Add function at footnotes.
1645         (org-org-menu): New menu entries for footnotes.
1647         * org-export-latex.el (org-export-as-latex): Pass footnote
1648         variable to preprocessor.
1649         (org-export-latex-preprocess): Treat multiple references to a
1650         footnote.
1652         * org-exp.el (org-export-preprocess-string): Call
1653         `org-footnote-normalize'.
1654         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1655         to preprocessor.
1656         (org-export-as-html): Treat multiple references to a footnote.
1658 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1660         * org-export-latex.el (org-export-latex-links): Handle coderef
1661         links.
1663         * org.el (org-bracket-link-analytic-regexp++): New variable.
1664         (org-make-link-regexps): Initialize
1665         `org-bracket-link-analytic-regexp++'.
1666         (org-store-link): Implement special case in edit-src buffer.
1667         (org-insert-link): No use of ide to insert stored links.
1668         (org-link-search): Implement special case for coderefs.
1670         * org-exp.el (org-export-html-scripts): New constant.
1671         (org-export-html-style-default): Add a new style for highlighted
1672         code.
1673         (org-export-code-refs): New variable.
1674         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1675         Call `org-export-replace-src-segments-and-examples'
1676         No longer call `org-export-protect-examples'.
1677         (org-export-target-internal-links): Take care of coderef targets.
1678         (org-export-last-code-line-counter-value): New variable.
1679         (org-export-replace-src-segments-and-examples): Renamed from
1680         `org-export-replace-src-segments', and modified.
1681         (org-export-format-source-code-or-example): Renamed from
1682         `org-export-format-source-code'.
1683         (org-export-number-lines): New function.
1684         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1686 --------------------------------------------------------------------------
1688 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1690         * org-remember.el (org-remember-handler): Safer way to get a new
1691         buffer accessing the target file.
1693         * org.el (org-refile-get-location): Handle case of current buffer
1694         not having a file associated with it.
1696 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1698         * org-table.el (org-table-get-formula): Only ask to overwrite
1699         field formula if there really is one.
1701         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1702         number, by converting these to a string.
1704         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1705         located in a different file.
1707         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1708         org-colview.el.
1710 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1712         * org.el (org-completion-use-ido): Enhance docstring of
1713         `org-completion-use-ido'.
1715         * org-export-latex.el (org-export-latex-make-header): Double the %
1716         in the time stamp format.
1717         (org-export-latex-special-chars): Handle case where there is no
1718         match group 3.
1720 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1722         * org.el (org-get-refile-targets, org-refile-get-location): Use
1723         expanded file name to improve comparison.
1725 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1727         * org.el (org-scan-tags): Rescan for tags, to get the correct
1728         upcase/downcase stuff.  This slows things down for now, but it
1729         works.
1730         (org-mode): Make sure the tag-faces regexp is initialized.
1732         * org-export-latex.el (org-export-latex-links): Fix bug with
1733         undefined label.
1735         * org-table.el (org-table-get-specials): Set
1736         `org-table-current-last-data-line'.
1737         (org-table-current-last-data-line): New variable.
1738         (org-table-insert-column, org-table-delete-column)
1739         (org-table-move-column, org-table-fix-formulas): Call
1740         `org-table-fix-formulas' a second time to fix the $LR references.
1741         (org-table-get-specials): Add the $LR references to the tables.
1742         (org-table-get-formula): Do not offer last-row names as LHS of
1743         formulas.
1745         * org.el (org-store-link): Capture link description from
1746         `org-id-store-link'.
1748         * org-exp.el (org-export-html-format-image): Add the / to the end
1749         of the <img> tag.
1750         (org-export-format-source-code): Surround example by empty lines,
1751         to make sure it will not be inside a paragraph.
1753         * org.el (org-ido-switchb): New function.
1755 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1757         * org-agenda.el (org-agenda-show): New prefix argument
1758         FULL-ENTRY.
1760         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1761         argument.
1763         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1764         `org-agenda-change-all-lines'.
1765         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1766         tags are now retrieved locally.
1768 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1770         * org.el (org-get-outline-path): Fix bug if level is not given.
1771         (org-org-menu): Do not quote function in menu vector.
1773         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1774         name.
1776 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1778         * org.el (org-refile): Avoid refiling to within the region to be
1779         refiled.
1781         * org-export-latex.el (org-export-latex-special-chars): Replace
1782         special characters also in tables.
1784         * org-agenda.el (org-agenda-change-all-lines): New argument
1785         FORCE-TAGS.
1786         (org-agenda-set-tags): Cet the new tags and pass them to
1787         `org-format-agenda-item'.
1789 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1791         * org-export-latex.el (org-export-latex-classes): Add longable as
1792         a default package to all classes.
1793         (org-export-latex-tables): Handle the longtable attribute and the
1794         align attribute.
1796         * org-table.el (orgtbl-to-generic): Handle tables that start with
1797         a hline.
1799         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1800         \verb for colde-like snippets.
1801         (org-export-as-latex): Fix issues with region export.
1803         * org.el (org-up-heading-safe): Speed up function by using a
1804         direct regexp search.
1805         (org-olpa): New variable.
1806         (org-get-outline-path): Speed-up path constructions in cases where
1807         this is possible because the entire hierarchy is scanned anyway.
1808         (org-refile-get-location): Don't compare the truenames of files,
1809         this is too slow.
1810         (org-goto-max-level): New option.
1811         (org-goto): Use `org-goto-max-level'.
1813 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1815         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1816         Strip angle brackets from message-ids in the former and don't do
1817         it in the latter.
1818         (org-gnus-follow-link): Open summary reliable, even if the last
1819         messages were deleted, and handle empty groups, too.
1821 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1823         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1824         instead of \texttt for the =...= and ~===~ emphasis environments.
1825         (org-export-as-latex): Remove any old :org-license-to-kill text
1826         properties.
1827         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1828         (org-export-latex-make-header): Add some hard space after the
1829         table of contents.
1830         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1831         exported text so that it will be excuded in further steps.
1833         * org-table.el (org-table-get-specials): Make @0 reference the
1834         last line in a table.
1835         (org-table-recalculate): Improve docstring.
1837 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1839         * org.el (org-log-done): Fix docstring.
1841 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1843         * org-exp.el (org-export-html-format-image): Fix bugs.
1845         * org-export-latex.el (org-export-latex-tables)
1846         (org-export-latex-links): Implement attribute, label, and caption
1847         handling.
1849         * org-exp.el (org-export-html-style-default): Add style
1850         definitions for the figure div.
1851         (org-export-preprocess-string, org-export-as-html): Implement
1852         attribute, label, and caption handling.
1853         (org-export-attach-captions-and-attributes): New function.
1854         (org-export-html-format-image): New function.
1855         (org-format-org-table-html): Implement attribute, label, and
1856         caption handling.
1858         * org.el (org-find-text-property-in-string): New function.
1859         (org-extract-attributes): Use the property org-attr instead of
1860         org-attrobutes, because this property is now set with the #+ATTR
1861         lines.
1863 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1865         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1866         the case that FROM is nil.
1868         * org.el (org-before-first-heading-p): New function.
1870 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1872         * org-exp.el (org-export-as-html): Do not add a space before
1873         enforces line breaks.
1874         (org-export-as-html): Close paragraph before blockquote and verse
1875         tags.
1877 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org-id.el (org-id-locations-file): Wrap file name with
1880         `convert-standard-filename'.
1881         (org-id-files): New variable.
1882         (org-id-use-hash): New option.
1883         (org-id-update-id-locations): Also search in all files current
1884         listed in `org-id-files'.  Convert the resulting alist to a hash
1885         if the user customation says so.
1886         (org-id-locations-save): Handle he case if `org-id-locations' is a
1887         hash.
1888         (org-id-locations-load): Convert the alist to a hash.
1889         (org-id-add-location): Handle the hast case.
1890         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1891         exited.
1892         (org-id-hash-to-alist, org-id-alist-to-hash)
1893         (org-id-paste-tracker): New functions.
1895 -------------------------------------------------------------------------
1897 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1899         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1900         bindings of calendar variables.
1902         * org-table.el (org-table-find-row-type): Renamed from
1903         `org-find-row-type'.
1904         (org-table-rewrite-old-row-references): Renamed from
1905         `org-rewrite-old-row-references'.
1906         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1907         (org-table-cleanup-narrow-column-properties): Renamed from
1908         `org-cleanup-narrow-column-properties'.
1910 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1912         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1913         for better error messages.
1914         (org-table-get-descriptor-line): Supply the new arguments to
1915         `org-find-row-type'.
1916         (org-table-error-on-row-ref-crossing-hline): New option.
1918         * org.el (org-target-link-regexp): Make buffer-local.
1919         (org-move-subtree-down): Fix bug with trees at beginning of
1920         buffer.
1922 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1924         * org-faces.el (org-set-tag-faces): New function.
1925         (org-tags-special-faces-re): New variable.
1927         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1929         * org-faces.el (org-tag-faces): New option.
1930         (org-tag): Mention `org-tag-faces' in the docstring.
1932 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1934         * org-exp.el (org-export-html-style-default): Implement new
1935         quoting.
1937         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1939         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1940         command to the `w3m-minor-mode-map'.
1942         * org-archive.el (org-archive-to-archive-sibling): Protect
1943         `this-command' to avoid appending kills during archiving.
1945         * org-exp.el (org-export-with-priority): New variable.
1946         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1947         instead of internal list of strings and properties.
1948         (org-print-icalendar-entries): Retrieve the location property with
1949         inheritance.
1951 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1953         * org-exp.el (org-export-with-todo-keywords): New option.
1954         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1955         line.
1956         (org-default-export-plist, org-export-add-options-to-plist)
1957         (org-export-as-ascii, org-export-as-html): Use the new structure
1958         of `org-export-plist-vars'.
1960         * org.el (org-map-entries): Return all values.
1962 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1964         * org.el (org-matcher-time): Recognize more special values.
1966         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1968 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1970         * org.el (org-tags-exclude-from-inheritance): New option.
1971         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1972         `org-tags-exclude-from-inheritance'.
1974         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1975         (org-format-agenda-item): Add inherited tags to the agenda line
1976         string, and make sure that properties are kept when downcasing the
1977         tags list.
1978         (org-agenda-add-inherited-tags): New function.
1979         (org-downcase-keep-props): New function.
1981         * org.el (org-scan-tags): Mark inherited tags with a text
1982         property.
1983         (org-get-tags-at): Mark inherited tags with a text property.
1984         (org-add-prop-inherited): New function.
1986         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1987         (org-agenda-show-inherited-tags): New option.
1989 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1991         * org.el (org-modules): Add org-w3m to the default modules.
1993         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1994         orgtbl-mode.
1995         (orgtabl-create-or-convert-from-region): New command.
1997         * org-exp.el (org-export-as-ascii): Remove the handling of
1998         targets.
1999         (org-export-ascii-preprocess): Handle targets already in this
2000         function.
2002 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2004         * org-timer.el (org-timer-start-time): Define this variable.
2005         (org-timer-item): Make argument optional.
2007         * org-list.el (org-insert-item): Automatically insert a timer item
2008         if the current list is a timer list.
2010         * org-timer.el: New file.
2012         * org-publish.el (org-publish-org-index): Only exclude the index
2013         file in the main directory from being added to the site-map.
2014         (org-publish-get-project-from-filename): If the current project is
2015         a component, start publishing from the parent project.
2017 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2019         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2021         * org-publish.el (org-publish-org-index): Improve removal of
2022         temporary buffers.
2024         * org-agenda.el (org-get-closed): Re-apply changes
2025         accidentially overwritten by last commit to Emacs.
2027         * org.el (org-outline-path-complete-in-steps): New option.
2028         (org-refile-get-location): Honor
2029         `org-outline-path-complete-in-steps'.
2030         (org-agenda-change-all-lines, org-tags-sparse-tree)
2031         (org-time-string-to-absolute, org-small-year-to-year)
2032         (org-link-escape): Re-apply changes accidentially overwritten
2033         by last commit to Emacs.
2035 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2037         * org-clock.el (org-dblock-write:clocktable): Make sure the
2038         clocktable sees the first line.
2039         (org-clock-in): Warn if the clock cannot be resumed.
2041 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2043         * org.el (org-open-at-point): Fix mixup about interactive and
2044         non-interactive elisp links.
2046 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2048         * org-exp.el (org-export-preprocess-string): Allow one comment
2049         line before the first headline to always be included.  This is
2050         to not miss a commented target.
2052         * org-mouse.el (org-mouse-insert-item): Call
2053         `org-indent-to-column' instead of `indent-to', for XEmacs
2054         compatibility.
2056         * org.el (org-refile-targets): Fix customize definition so
2057         that it works also in XEmacs.
2058         (org-fixup-indentation): Call `org-indent-to-column' instead
2059         of `indent-to', for XEmacs compatibility.
2061 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2063         * org-mew.el (org-mew-store-link): Get the correct case folder
2064         for refiled messages.
2066 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2068         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2069         line break indicators.
2071         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2072         ido-completion propts.
2074 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2076         * org-remember.el (org-remember-apply-template): Use
2077         `org-substring-no-properties'.
2079         * org-compat.el (org-substring-no-properties): New function.
2081         * org-remember.el (org-remember-apply-template): Use
2082         `org-substring-no-properties' for compatibility.
2084         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2085         option.
2086         (org-fix-bullet-type): respect
2087         `org-list-two-spaces-after-bullet-regexp'.
2089         * org-clock.el (org-clock-load): Clean up the code.
2091         * org.el (org-adaptive-fill-function): Allow two spaces after
2092         "1." as a list bullet.
2094 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2096         * org-clock.el (org-clock-save, org-clock-load): Check for
2097         live buffers, existing files, and buffer file names to ensure
2098         consistent information.
2099         (org-clock-persist): Make `clock' a special value of this
2100         variable, and improve docstring.
2102         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2103         (org-get-string-indentation): Adapt indentation when the bullet
2104         width changes.
2106 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2108         * org-remember.el (org-remember-finalize): Make interactive.
2109         (org-remember-kill): New command.
2110         (org-remember-finish-immediately): Call `org-remember-finalize'
2111         directly.
2112         (org-remember-finalize): Make `org-remember-finalize' an interactive
2113         function.
2115 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2117         * org-remember.el (org-remember-apply-template): No ido completion
2118         for free prompts in remember templates.
2119         (org-remember-before-finalize-hook): New hook.
2120         (org-remember-mode): New minor mode.
2121         (org-remember-apply-template): Turn on `org-remember-mode'.
2123         * org-id.el (org-id-add-location): Avoid error when no file is
2124         given.
2126         * org-remember.el (org-remember-apply-template): Fix the way how
2127         the list of allowed properties is retrieved from the target file.
2129         * org.el (org-insert-link): Improve file link matching.
2131 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2133         * org-colview.el (org-columns-display-here): New argument
2134         DATELINE, to trigger using the new face.
2135         (org-agenda-colview-summarize): Call `org-columns-display-here'
2136         with the new argument.
2138         * org-faces.el (org-agenda-column-dateline): New face.
2140         * org-publish.el (org-publish-org-index): Use index-title at page
2141         title, not as section.
2143         * org-exp.el (org-export-html-format-desc): Respect the
2144         org-protect property.
2145         (org-export-as-html): Protect image specifiers that are in the
2146         description part of a link.
2148         * org.el (org-sort-entries-or-items, org-completing-read)
2149         (org-refile-get-location, org-olpath-completing-read, org-todo)
2150         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2151         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2152         (org-set-property, org-delete-property)
2153         (org-delete-property-globally): Use `org-ido-completing-read'.
2155         * org-remember.el (org-remember-apply-template): Use
2156         `org-ido-completing-read'.
2158         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2160         * org-colview.el (org-columns-edit-value, org-columns-new)
2161         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2163         * org-colview-xemacs.el (org-columns-edit-value)
2164         (org-columns-new, org-insert-columns-dblock): Use
2165         `org-ido-completing-read'.
2167         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2168         `org-ido-completing-read'.
2170         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2171         `org-ido-completing-read'.
2173         * org.el (org-time-today): New function.
2174         (org-matcher-time): Use `org-time-today'.  Add special treatment
2175         for "<tomorrow>" and "<yesterday>".
2176         (org-ido-completing-read): New function.
2177         (org-completion-use-ido): New option.
2179         * org-exp.el (org-export-format-source-code): Fix bug in require
2180         htmlize code.
2181         (org-export-target-internal-links): Fix bug in search for text
2182         property.
2184 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2186         * org-export-latex.el (org-export-latex-subcontent): Interprete
2187         target aliases as additonal labels.
2189         * org-exp.el (org-export-target-aliases): New variable.
2190         (org-export-preprocess-string)
2191         (org-export-handle-invisible-targets): Fill the alias alist.
2192         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2193         assign an id.
2194         (org-html-level-start): Insert the target aliases as additonal
2195         anchors.
2197         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2198         picture area.
2200 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2203         when following a link with the mouse from the agenda.
2205         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2206         headlines are created.
2208 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2210         * org-exp.el (org-export-preprocess-string): Reorder so that we
2211         can still see ID properties when we collect targets.
2212         (org-export-target-internal-links): Also store targets for ID's.
2214         * org.el (org-link-translation-function): New option.
2215         (org-open-at-point): Call `org-link-translation-function' if
2216         non-nil.
2217         (org-translate-link): New function.
2218         (org-translate-link-from-planner): New function.
2219         (org-open-at-point): Allow interactive commands in elisp links.
2221         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2222         iCalendar quoting.  The new one seems to caus problems with
2223         applications.
2225         * org.el (org-yank): Set `this-command' to `yank', so that
2226         `yank-pop' will work.
2228 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2230         * org-id.el (org-id-search-archives): New option.
2232         * org.el (org-link-to-org-use-id): New option.
2233         (org-store-link): Use `org-link-to-org-use-id'.
2234         (org-id): Make org-id.el a standard component.
2236 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2238         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2239         hexified version of the tag.
2241         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2242         compliance as far as quoting is concerned.
2244         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2246         * org.el (org-up-heading-safe, org-forward-same-level): Always
2247         call `org-back-to-heading' instead of `outline-back-to-heading'.
2248         (org-back-to-heading): New wrapper around outline-back-to-heading,
2249         with a useful error message telling where the error happened.
2251         * org-list.el (org-update-checkbox-count): Always call
2252         `org-back-to-heading' instead of `outline-back-to-heading'.
2254         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2255         has an `alt' attribute, to ensure XHTML validation.
2257 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org-publish.el (org-publish-attachment): Allow publishing to
2260         overwrite attachment files.
2262         * org-agenda.el (org-agenda-timerange-leaders): New option.
2263         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2265         * org.el (org-edit-src-exit): Untabify ASCII image before
2266         returning.
2279 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org.el (org-yank): Make any prefix force normal yanking.
2282         Suppress folding if text would be swallowed into a folded
2283         subtree.
2284         (org-yank-folded-subtrees, org-yank): Docstring updates.
2286         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2287         defined as 0.
2289         * org-exp.el (org-export-language-setup): Add Catalan and
2290         Esperanto language entries.
2292 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2294         * org.el (org-refile): Allow refiling of entire regions.
2296         * org-clock.el (org-clock-time%): New function.
2298         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2299         retrieve property values.
2301 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org-agenda.el (org-agenda-list): Handle the value `only' of
2304         org-agenda-show-log'.
2305         (org-agenda-log-mode): Interpret a double prefix arg.
2307 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2309         * org-exp.el (org-export-html-footnotes-section): New variable.
2310         (org-export-as-html): Use `org-export-html-footnotes-section' to
2311         insert the footnotes.
2312         (org-export-language-setup): Add "Footnotes" to language words.
2314 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org.el (org-yank): Fix bug when not inserting a subtree.
2318 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2320         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2321         instead of `vm-beginning-of-message'.
2323         * org.el (org-make-link-regexps): Make sure that links to gnus can
2324         contain brackets.
2326 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2328         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2329         code.
2331         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2332         shell output.
2334         * org.el (org-link-abbrev-alist): Improve customization type.
2336         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2337         functions.
2339         * org-agenda.el (org-agenda-get-progress): Renamed from
2340         `org-get-closed'.  Implement searching for state changes as well.
2341         (org-agenda-log-mode-items): New option.
2342         (org-agenda-log-mode): New option prefix argument, interpreted as
2343         request to show all possible progress info.
2344         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2345         `org-get-closed'.
2346         (org-agenda-set-mode-name): Handle the more complex log mode
2347         settings.
2348         (org-get-closed): New alias, pointing to `org-get-progress'.
2350 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2352         * org.el (org-file-apps-defaults-gnu)
2353         (org-file-apps-defaults-macosx)
2354         (org-file-apps-defaults-windowsnt): Add an entry defining the
2355         system command.
2356         (org-file-apps): Allow `system' as key and value.
2357         (org-open-at-point): Explain the effect of a double prefix arg.
2358         (org-open-file): If the argument `in-emacs' is (16),
2359         i.e. corresponding to a double prefix argument, try to open the
2360         file externally.
2362 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2364         * org.el (org-insert-link): Abbreviate absolute files names in
2365         links.  Also, fix a bug in which the double C-u prefix would not
2366         be honored.
2368 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2370         * org.el (org-insert-heading): If buffer does not end with a
2371         newline, add one if necessary to insert headline correctly.
2373         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2374         paragraphs, not inside.
2376         * org.el (org-todo): Quote
2377         `org-agenda-headline-snapshot-before-repeat'.
2379         * org-exp.el (org-export-as-html): Fully process link descriptions.
2380         (org-export-html-format-desc): New function.
2381         (org-export-as-html): Collect footnotes into the correct basket.
2382         (org-html-protect): No longer protect quotations marks here, this
2383         goes wrong.
2385         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2386         BEG.
2388         * org-compat.el (org-fit-window-to-buffer): New function (not
2389         really, a preliminary and incomplete version was present earlier,
2390         but not used).
2392         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2393         `org-fit-window-to-buffer'.
2395         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2397         * org-agenda.el (org-agenda-get-restriction-and-command)
2398         (org-fit-agenda-window, org-agenda-convert-date): Use
2399         `org-fit-window-to-buffer'.
2401         * org-exp.el (org-export-as-html): Process href links through
2402         `org-export-html-format-href'.
2403         (org-export-html-format-href): New function.
2405         * org-agenda.el (org-agenda-todo): Update only the current
2406         headline if this is a repeated TODO, marked done for today.
2407         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2408         only the current line.
2410         * org.el (org-todo): Take a snapshot of the headline if the
2411         repeater might change it.
2413 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2415         * org-publish.el (org-publish-find-title): Remove buffers visited
2416         only for extracting the title.
2418         * org-exp.el (org-export-html-style)
2419         (org-export-html-style-default): Mark style definitions as
2420         unparsed CDATA.
2422         * org-publish.el (org-publish-validate-link): Function
2423         re-introduced.
2425 2008-11-02  Charles Sebold  <csebold@gmail.com>
2427         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2428         property.
2429         (org-plot-quote-timestamp-field): New function.
2430         (org-plot-quote-tsv-field): Call timestamp field function when
2431         necessary rather than just quoting as a string.
2432         (org-plot/gnuplot-to-data): Pass in timefmt property.
2433         (org-plot/gnuplot-script): Supports timefmt property.
2434         (org-plot/gnuplot): Checks for timestamp column before checking
2435         for text index column.
2437 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2439         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2441         * org-publish.el (org-publish-org-index): Create a section in the
2442         index file.
2443         (org-publish-org-index): Stop linking to directories.
2445         * org.el (org-emphasis-alist): Use span instead of <u> to
2446         underline text.
2448         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2449         <pre> sections.
2451 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2453         * org-jsinfo.el (org-infojs-template): Remove language attribute
2454         from script tag.
2456 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2458         * org-agenda.el (org-agenda-remove-marked-text): New function.
2459         (org-agenda-mark-filtered-text)
2460         (org-agenda-unmark-filtered-text): New functions.
2461         (org-write-agenda): Remove fltered text.
2463         * org.el (org-make-tags-matcher): Give access to TODO "property"
2464         without speed penalty.
2466 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2468         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2469         option.
2470         (org-store-link-props): Make sure adding to the plist works
2471         correctly.
2473         * org-gnus.el (org-gnus-no-new-news): New function.
2474         (org-gnus-follow-link): Allow the article ID to be a message-id,
2475         in addition to allowing article numbers.  Message IDs make much
2476         more roubust links.
2477         (org-gnus-store-link): Use message-id to create link.
2479 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2481         * org.el (org-emphasize): Reverse the selection array.
2482         (org-emphasis-alist): Set <code> tags for the verbatim
2483         environment.
2485         * org-remember.el (org-remember-handler): Fix bug with
2486         prefix-related changing of the note storage target.
2488         * org-exp.el (org-print-icalendar-entries): Make the exported
2489         priorities compatible with RFC 2445.
2491         * org-clock.el (org-clock-save): Insert time stamp without
2492         dependence on time-stamp.el.
2494 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2496         * org.el ("saveplace"): If saveplace puts point into an invisible
2497         location, make it visible.
2498         (org-make-tags-matcher): Allow inactive time stamps in time
2499         comparisons.
2500         (org-yank-adjusted-subtrees): New option.
2501         (org-yank): Incorporate adjusting trees.
2502         (org-paste-subtree): New argument FOR-YANK which will cause
2503         insertion at point without backing up over white lines, and leave
2504         point at the end of the inserted text.  Also if the cursor is
2505         at the beginning of a headline, use the same level or the inserted
2506         tree.
2508         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2509         with broken symlinks
2511 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2513         * org-exp.el (org-export-select-tags, org-get-current-options):
2514         Fix typo.
2516 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2518         * org-agenda.el (org-format-agenda-item)
2519         (org-agenda-filter-make-matcher): Make sure tags are stored and
2520         compared donwcased.
2522 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2524         * org.el (org-insert-todo-heading): Fix bug with force-heading
2525         argument.
2527 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2529         * org-clock.el (org-clock-in-resume): Add a custom option to
2530         toggle starting the clock from an open clock line.
2531         (org-clock-in): When clocking in to an entry, if
2532         `org-clock-in-resume' is set, check if the first clock line is
2533         open and if so, start the clock from the time in the clock line.
2534         (org-clock-persist): Add a custom option to toggle clock
2535         persistence.
2536         (org-clock-persist-query-save): Add a custom option to toggle
2537         asking the user if they want to save the running clock when
2538         exiting.
2539         (org-clock-persist-query-resume): Add a custom option to toggle
2540         asking the user if they want to resume the saved clock when Emacs
2541         is restarted.
2542         (org-clock-save): Add a function to save clock data.
2543         This includes the contents of `org-clock-history' and the buffer
2544         and position of the currently clocked task, if any.
2545         (org-clock-load): Add a function to load clock data.
2546         This populates `org-clock-history', and resumes the saved clocked
2547         task if there is one.
2548         (org-clock-persistence-insinuate): Add a method to set up the
2549         hooks for clock persistence.
2551 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2553         * org-exp.el (org-export-as-ascii): Handle the case that we are
2554         publishing from an indirect buffer.
2556         * org-table.el (org-table-copy-down): Fix bug with time stamp
2557         increment.
2559         * org-mouse.el (org-mouse-features): New option.
2560         (org-mode-hook): Turn on features depending on
2561         `org-mouse-features'.
2563         * org.el (org-insert-heading-respect-content): Force heading
2564         creation.
2565         (org-insert-heading): keep the folding state of the heading before
2566         the inserted one.
2568 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2570         * org-archive.el (org-archive-to-archive-sibling): Handle top
2571         level headlines better.
2573 2008-10-21  Bastien Guerry  <bzg@altern.org>
2575         * org-export-latex.el (org-export-latex-classes): Added
2576         \usepackage{graphicx} to the default list of packages.
2578 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2580         * org-agenda.el (org-agenda-filter): Renamed from
2581         `org-agenda-filter-tags'.
2583 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2585         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2586         is not defined as a property in this entry.
2587         (org-add-log-note): Mask prefix argument when immediately storing
2588         the note.
2590         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2591         option.
2593 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2595         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2596         after drawers was skipping ahead one line too many, so notes were
2597         inserted after the first note instead of before it.
2599 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2601         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2602         New variables.
2603         (org-prepare-agenda): Reset the filter tags.
2604         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2605         Show filter tags in mode line.
2607         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2608         formatter.
2610         * org-export-latex.el (org-latex-entities-regexp): New constant.
2611         (org-export-as-pdf): Use two calls to `shell-command'.
2613 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2615         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2616         Honor the {} value of the subsuperscript setting.  Make sure that
2617         longer subsuperscripts are typeset in a roman font.
2619         * org.el (org-clock-update-time-maybe): Compute negative clock
2620         intervals correctly.
2622 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2624         * org.el (org-add-log-setup): Respect
2625         `org-log-state-notes-insert-after-drawers'.
2626         (org-log-state-notes-insert-after-drawers): New option.
2627         (org-todo-trigger-tag-changes): New function.
2628         (org-todo): Call `org-todo-trigger-tag-changes'.
2630 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2632         * org.el (org-add-log-setup): Only skip drawers if the are
2633         immediately after the scheduling keywords.
2635         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2636         function
2637         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2638         call it with the current todo state to get the state to switch to
2639         when clocking in.
2640         (org-clock-in): Use org-indent-line-function to indent clock lines.
2641         (org-clock-find-position): Fix indentation of empty clock drawers.
2643 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2645         * org-publish.el (org-publish-org-to): Handle case when
2646         org-export-to-pdf does return a file name, not a buffer.
2647         (org-publish-org-to-pdf): New function.
2649         * org-export-latex.el (org-export-as-pdf)
2650         (org-export-as-pdf-and-open): New commands.
2652         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2653         forms as ranges.
2655         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2656         things in protexted regions.
2658 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2660         * org-export-latex.el (org-export-latex-preprocess): Improve
2661         quoting of LaTeX environments.
2663 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2665         * org.el (org-edit-fixed-width-region): Exclude final newline from
2666         picture area.
2668         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2669         sections, to make internal links work.
2670         (org-export-latex-fontify-headline): Do not remove all text
2671         properties, to make sure that target properties survive this
2672         process.
2674         * org-exp.el (org-export-preprocess-string): Change sequence of
2675         modifications, to make sure links are prepared before the LaTeX
2676         conversions do happen.
2678 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2680         * org-attach.el (org-attach-delete-all): Renamed from
2681         `org-attch-delete'.  Add a security query before deleting the
2682         entire directory.  New optional argument FORCE can overrule the
2683         security query.
2684         (org-attach-delete-one): New command.
2686 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2688         * org-attach.el (org-attach-file-list): Fix bug with directory.
2690 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2692         * org.el (org-apps-regexp-alist): New function.
2693         (org-file-apps): Add auto-mode to the default value.
2694         (org-open-file): Use the new structure of org-file-apps.
2696         * org-attach.el (org-attach): Support the new keys.
2697         (org-attach-method): New option.
2699 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2701         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2702         March.
2704         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2705         of the list value o `org-use-tag-inheritance'.
2707         * org-attach.el (org-attach-auto-tag): New option.
2708         (org-attach-tag, org-attach-untag): New functions.
2709         (org-attach-attach, org-attach-new, org-attach-sync): Call
2710         `org-attach-tag'.
2711         (org-attach-delete): Call `org-attach-untag'.
2713 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2715         * org-table.el (orgtbl-self-insert-command): Make this work for
2716         the keypad as well.
2718 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2720         * org.el (org-add-log-setup): Limit searc for drawers to entry
2721         text, not to subtree.
2723         * org-clock.el (org-clock-heading-for-remember): New variable.
2724         (org-clock-in): Set `org-clock-heading-for-remember'.
2726 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2728         * org-remember.el (org-remember-apply-template): Add new
2729         expansions: %k, %K for currently clocked task and a link to the
2730         currently clocked task, and %< to file notes in the currently
2731         clocked task.
2733 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2735         * org-export-latex.el (org-export-latex-make-header): Also insert
2736         the content of the property :latex-header-extra.
2738         * org-exp.el (org-infile-export-plist): Put the content of
2739         #+LATEX_HEADER: into the property :latex-header-extra.
2741         * org-colview.el (org-columns-get-format-and-top-level): Remove
2742         resetting the marker.
2744         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2745         Remove resetting the marker.
2747         * org.el (org-entry-property-inherited-from): Improve docstring.
2748         (org-entry-get-with-inheritance): Reset marker before starting the
2749         search.
2751         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2753 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2755         * org.el (org-entry-get-multivalued-property)
2756         (org-entry-protect-space, org-entry-restore-space): New
2757         functions.
2758         (org-file-apps-defaults-macosx): Let postscript files be opened by
2759         preview.
2760         (org-time-stamp-inactive): Call `org-time-stamp'.
2761         (org-time-stamp): New argument `inactive'.  Also edit inacive
2762         stamps. Convert time stamp type.
2763         (org-open-file): Interpret the `default' value for the `command'
2764         in `org-file-apps'.
2766         * org-id.el (org-id-int-to-b36-one-digit)
2767         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2768         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2769         b36.
2771 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2773         * org-id.el (org-id-reverse-string): New function.
2774         (org-id-new): Use `org-id-reverse-string' to make sure the
2775         beginning chars of the ID are mutating fast.  This allows to use a
2776         directory structure to spread things better.
2777         (org-id-prefix): Changed default to nil.
2779         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2780         restore the column of the cursor position.
2782         * org-remember.el (org-remember-apply-template): Remove properties
2783         from `initial'.
2785 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2787         * org-wl.el (org-wl-open): Remove useless call to
2788         `wl-thread-open-all'.
2790         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2791         location.
2793 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2795         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2796         `org-bbdb-anniversaries'.
2798         * org.el (org-get-next-sibling, org-forward-same-level): New
2799         functions, similar to the outline versions, but invisible headings
2800         are OK.
2802 2008-09-25  Bastien Guerry  <bzg@altern.org>
2804         * org.el (org-auto-repeat-maybe): Insert a space between
2805         the timestamp's type and the timestamp itself.
2807 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2809         * org-table.el (org-table-sum): Do not format the result with %g,
2810         it does rounding when there are too many digits.
2812         * org.el (org-map-entries): Protect the keyword-selecting variables.
2814 2008-09-23  Bastien Guerry  <bzg@altern.org>
2816         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2817         against all agenda files.
2819 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2821         * org-list.el: New file, aggregating list functions from org.el
2822         and org-export-latex.el.
2824         * org.el (org-edit-src-region-extra): New option.
2826 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2828         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2829         time before 1am.
2831 2008-09-22  Bastien Guerry  <bzg@altern.org>
2833         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2835 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2837         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2838         hline work correctly.
2839         (org-plot/gnuplot-script): Put commas at the end of each script
2840         line.
2842 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2844         * org.el (org-get-refile-targets): Replace links with their
2845         descriptions
2846         (org-imenu-get-tree): Replace links with their descriptions.
2848         * org-remember.el (org-remember-apply-template): Add a new
2849         expansion for adding properties to remember items.
2851         * org.el (org-add-log-setup): Skip over drawers (properties,
2852         clocks etc) when adding notes.
2854         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2855         items as well as the start and end times.
2857         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2858         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2860         * org-remember.el (org-get-x-clipboard): Use the compat
2861         function to get clipboard values when x-selection-value is
2862         unavailable. Use substring-no-properties instead of
2863         set-text-properties to remove text properties from the clipboard
2864         value.
2866         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2867         modeline clock string, and display the full todo value in the
2868         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2869         the currently clocked task.
2870         (org-clock-string-limit): Add a custom value for the maximum
2871         length of the clock string in the modeline.
2872         (org-clock-mode-map): Add a keymap for the modeline string
2874 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2876         * org-compat.el (org-propertize): New function.
2878 2008-09-20  Bastien Guerry  <bzg@altern.org>
2880         * org-export-latex.el (org-export-latex-tables): protect exported
2881         tables from further special chars conversion.
2882         (org-export-latex-preprocess): Preserve LaTeX environments.
2883         (org-list-parse-list): Parse descriptive lists.
2884         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2885         (org-list-to-texinfo): Export descriptive lists.
2886         (org-quote-chars): Remove.
2887         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2888         (org-export-latex-list-beginning-re): Rename to
2889         `org-list-beginning-re'
2890         (org-list-item-begin): Rename to `org-list-item-beginning'
2892 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2894         * org.el (org-refile): Allow refiling to the last entry in the
2895         buffer.
2896         (org-get-tags-at): Fix bug when inheritance is turned off.
2898 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2900         * org.el (org-indent-line-function): No longer check for src
2901         regions, this is too much overhead.
2903         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2904         matching.
2906         * org.el (org-scan-tags): Make sure that tags matching is not case
2907         sensitive.  TODO keyword matching is case sensitive, however, to
2908         avoid confusion with similar words that are not meant to be
2909         keywords.
2911 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2913         * org.el (org-get-local-tags-at): New function.
2914         (org-get-local-tags): New function.
2916         * org-exp.el (org-export-get-categories): New function.
2918         * org-agenda.el (org-sorting-choice)
2919         (org-agenda-sorting-strategy, org-agenda-get-todos)
2920         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2921         (org-agenda-get-scheduled, org-agenda-get-blocks)
2922         (org-entries-lessp): Implement sorting by TODO state.
2923         (org-cmp-todo-state): New defsubst.
2925         * org-colview.el (org-colview-construct-allowed-dates): New
2926         function.
2927         (org-columns-next-allowed-value): Use
2928         `org-colview-construct-allowed-dates'.
2930         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2931         function.
2932         (org-columns-next-allowed-value): Use
2933         `org-colview-construct-allowed-dates'.
2935 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2937         * org.el (org-protect-slash): New function.
2938         (org-get-refile-targets): Use `org-protect-slash'.
2940         * org-agenda.el (org-global-tags-completion-table): New variable.
2942         * org-exp.el (org-export-handle-export-tags): New function.
2943         (org-export-preprocess-string): Call
2944         `org-export-handle-export-tags'.
2946         * org-plot.el: New file.
2948         * org-publish.el (org-publish-expand-components): Function removed.
2949         (org-publish-expand-projects): Allow components to have components.
2951 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2953         * org.el (org-indent-line-function): Do not indent in regions that
2954         are external source code.
2955         (org-yank-and-fold-if-subtree): New function.
2957         * org-agenda.el (org-agenda-todayp): New function.
2958         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2959         `org-agenda-todayp'.
2961         * org.el (org-insert-heading-respect-content)
2962         (org-insert-todo-heading-respect-content): New commands.
2963         (org-insert-heading-respect-content): New option.
2964         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2966         * org-clock.el (org-clock-find-position): Make sure the note after
2967         the clock line gets moved into the new clock drawer.
2969 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2971         * org-id.el (org-id-new): New option.
2973 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2975         * org-table.el (org-table-copy-down): Avoid overflow during
2976         increment.  Use prefix argument 0 to temporarily disable the
2977         increment.
2979 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2981         * org-exp.el (org-export-as-html): Do not turn on the major mode
2982         if the buffer will be killed anyway.
2983         (org-get-current-options): Exclude the #+TEXT field.
2984         (org-export-as-html): Make sure text before the first headline is
2985         a paragraph.
2987         * org-publish.el (org-publish-org-to): Tell the exporter that this
2988         buffer will be killed, so it is not necessary to do major mode
2989         initialization.
2991         * org-archive.el (org-archive-to-archive-sibling): Show empty
2992         lines after folding the archive sibling.
2994         * org.el (org-log-note-extra): New variable.
2996 2008-09-05  Bastien Guerry  <bzg@altern.org>
2998         * org.el (org-additional-option-like-keywords): Added keywords for
2999         the _QUOTE, _VERSE and _SRC environments.
3001         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3002         exporting _QUOTE and _VERSE environments.
3004 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3006         * org-agenda.el (org-agenda-filter-by-tag): New command.
3008         * org-exp.el (org-get-current-options): Remove angular brackets
3009         from the date entry.
3011         * org.el (org-edit-fixed-width-region): New function.
3012         (org-edit-fixed-width-region): Also try
3013         `org-edit-fixed-width-region'.
3014         (org-edit-fixed-width-region-mode): New option.
3015         (org-activate-code): Only interprete lines starting with colon
3016         plus a space as example lines.
3018         * org-remember.el (org-remember-templates): Add nil instead of
3019         empty strings to fix the length of remember templates.
3021         * org-table.el (org-calc-default-modes): Fix the time format for
3022         calc, from 12 hour to 24 hour clock.
3024 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3026         * org-agenda.el (org-agenda-get-deadlines)
3027         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3028         entries that are pre-warnings of deadlines or reminders.
3030         * org.el (org-sort-entries-or-items): Make numeric and alpha
3031         comparisons ignore any TODO keyword and priority cookie.
3033         * org-remember.el (org-remember-handler): Reinterpretation of the
3034         prefix argument.
3036 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3038         * org-agenda.el (org-agenda-get-scheduled): Use new
3039         `org-scheduled' face.
3041         * org-faces.el (org-scheduled): New face.
3043         * org-wl.el (org-wl-open): Remove incorrect declaration.
3045         * org-gnus.el (org-gnus-store-link): Support for :to information
3046         in gnus links.
3048         * org-exp.el (org-export-as-html): Fixed typo in creator
3049         information.
3050         (org-export-protect-examples): New parameter indent.  Insert extra
3051         spaces only when this parameter is specified.
3052         (org-export-preprocess-string): Call `org-export-protect-examples'
3053         with an indentation parameter when exporting to ASCII.
3055         * org-remember.el (org-remember-templates)
3056         (org-remember-apply-template): Allow the file component to be a
3057         function.
3059         * org.el (org-goto-local-search-headings): Renamed from
3060         `org-goto-local-search-forward-headings'.  Added the possibility
3061         to search backwards.
3063 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3065         * org-export-latex.el (org-export-latex): New customization
3066         group.
3068         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3070 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3072         * org-exp.el (org-html-do-expand): Allow {} to terminate
3073         tex macro
3075 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3077         * org.el (org-buffer-list): Select buffers based on major mode,
3078         not on file name.
3080 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3082         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3083         face property.
3085         * org-colview.el (org-columns-display-here): Use
3086         `org-columns-modify-value-for-display-function'.
3088         * org-colview-xemacs.el (org-columns-display-here): Use
3089         `org-columns-modify-value-for-display-function'.
3091 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3093         * org.el (org-columns-modify-value-for-display-function): New option.
3105         * org-publish.el (org-publish-file): Make sure the directory match
3106         for the publishing directory works correctly.
3108         * org-agenda.el (org-agenda-execute-calendar-command)
3109         (org-agenda-diary-entry): Additional optional argument.
3111 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3113         * org-exp.el (org-export-as-html): Add attributes also in mailto
3114         and ftp links.
3116         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3125 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3127         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3128         sure that calls from `org-export-region-as-html' do not do the
3129         special check for a subtree.
3131 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3133         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3135 2008-07-20  Juri Linkov  <juri@jurta.org>
3137         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3138         new keymap `narrow-map' instead of binding "\C-xns".
3140 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3142         * org.el (org-open-file): Use
3143         `org-open-directory-means-index-dot-org'.
3144         (org-open-directory-means-index-dot-org): New option.
3146 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3148         * org.el (org-make-link-string): Remove link attributes from
3149         description.
3150         (org-open-at-point): Remove link attributes bevore using the path.
3152         * org-exp.el (org-export-as-html): Handle link attributes.
3154         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3156         * org-table.el (org-table-to-lisp): New function.
3158         * org.el (org-narrow-to-subtree): Do not include the final newline
3159         into the narrowed region.
3161         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3162         bug with user-define skipping condition.
3164 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3166         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3168 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3170         * org-exp.el (org-export-html-style-default): Automatic overflow
3171         handling for pre fields.
3172         (org-export-as-ascii, org-export-as-html): Change default format
3173         for time stamp.
3175         * org-table.el (org-table-export): Offer completion for translator
3176         functions, and do not require a heading above the table.
3178         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3179         Cater for the case of a list starting in the first line of the
3180         buffer.
3182 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3184         * org-publish.el (org-publish-find-title): Bug fix.
3185         (org-publish-org-index): Implement new :index-style option.
3187 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3189         * org-publish.el (org-publish-timestamp-filename): Use
3190         SHA1-encoded file names in the timestamp directory.
3192 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3194         * org-publish.el (org-publish-needed-p): Be verbose about files
3195         published and files skipped.
3197         * org-exp.el (org-export-preprocess-string): Swap link
3198         normalization and inernal link targeting.
3200         * org-publish.el (org-publish-needed-p): Create timestamp
3201         directory when it does not exist.
3203 2008-07-04  Bastien Guerry  <bzg@altern.org>
3205         * org-clock.el (org-clock-out-when-done): Doc fix.
3207         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3209         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3210         Ignore case when searching for the COMMENT cookie at export time.
3212 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3214         * org-exp.el (org-get-file-contents)
3215         (org-get-and-remove-property): New functions.
3216         (org-export-handle-include-files): Handle the new prefix options.
3217         (org-export-as-html): Fix the verse environment.
3219 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3221         * org.el (org-time=, org-time<, org-time<=, org-time>)
3222         (org-time>=, org-time<>, org-2ft): New functions.
3223         (org-op-to-function): Also provide for the time testing fucntions.
3225 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3227         * org-exp.el (org-export-html-style-default): New constant.
3229 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3231         * org-exp.el (org-export-html-style-extra): New variable.
3232         (org-export-splice-style): New function.
3234 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3236         * org-exp.el (org-export-plist-vars, org-export-as-html):
3237         Implement `org-export-creator-info'.
3238         (org-export-creator-info): New option.
3240 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3242         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3243         (org-property-drawer-re, org-clock-drawer-re): New constants.
3245 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3247         * org-exp.el (org-icalendar-use-deadline)
3248         (org-icalendar-use-scheduled): New options.
3249         (org-icalendar-include-todo): Default changed to t.
3250         (org-print-icalendar-entries): Implement better utilization of
3251         scheduling and deadline time stamps.
3252         (org-export-target-internal-links, org-export-as-html): Allow file
3253         lines without the "file:" prefix if the file path is an absolute
3254         path or starts with ".".
3256         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3257         lastweek etc.
3258         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3260 2008-06-18  Glenn Morris  <rgm@gnu.org>
3261         * org.el (org-map-entries): Let-bind `file'.
3263 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3265         * org.el (org-agenda-skip-archived-trees): Docstring now
3266         discourages using this.
3267         (org-scan-tags): Check for org-agenda-archives-mode.
3268         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3269         (org-agenda-files): Functionality of second arg changed.
3271         * org-agenda.el (org-agenda-archives-mode): New variable
3272         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3273         (org-search-view, org-todo-list, org-tags-view)
3274         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3275         `ifmode' argument.
3276         (org-agenda-quit): Reset the archives mode.
3277         (org-agenda-archives-mode): New command.
3278         (org-agenda-set-mode-name): Include archives info.
3280 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3282         * org.el (org-paste-subtree): Make sure the yanked headline is
3283         visible if it was yanked at a visible point.
3284         (org-move-item-up): Fix the bug with moving white space at the end
3285         of the item.
3286         (org-show-empty-lines-in-parent): New function.
3288 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3290         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3292         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3294         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3295         agenda prefix as well.
3297         * org-publish.el (org-publish-org-index): Make a properly indented
3298         list.
3300         * org.el (org-calendar-agenda-action-key): New option.
3301         (org-get-cursor-date): New function.
3302         (org-mark-entry-for-agenda-action): New command.
3303         (org-overriding-default-time): New variable.
3304         (org-read-date): Respect `org-overriding-default-time'.
3306         * org-remember.el (org-remember-apply-template): Respect the
3307         ovverriding default time.
3309         * org-agenda.el (org-agenda-action-marker): New variable.
3310         (org-agenda-action): New command.
3311         (org-agenda-do-action): New function.
3313 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3315         * org.el (org-schedule, org-deadline): Protect scheduled and
3316         deadline tasks against changes that accidently remove the
3317         repeater.  Also show a message with the new date when done.
3319 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3321         * org.el (org-beginning-of-line): Cater for the case when there
3322         are tags but no headline text.
3323         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3324         it set.
3326 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3328         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3329         the return value is nil instead of "nil" when there is no match.
3331         * org-exp.el (org-insert-centered): Use fill-column instead of
3332         80.
3333         (org-export-as-ascii): Use string-width to measure the width of
3334         the heading.
3336         * org.el (org-diary-to-ical-string): No longer kill buffer
3337         FROMBUF, this is now done by the caller.
3339         * org-exp.el (org-print-icalendar-entries): Move the call to
3340         `org-diary-to-ical-string' out of the loop, and kill the buffer
3341         afterwords.
3343         * org-remember.el (org-remember-visit-immediately): Position
3344         cursor after moving to the note.
3345         (org-remember-apply-template): Use a text property to record the
3346         cursor position.
3347         (org-remember-handler): Align tags after pasting the note.
3349 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3351         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3353         * org-agenda.el (org-agenda-open-link): If there is an
3354         org-bbdb-name property in the current line, jump to that bbdb
3355         entry.
3357         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3358         text property, so that the agenda knows where this entry comes
3359         from.
3361         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3362         interaction between clocking-in from the agenda, and  automatic
3363         task state switching.
3365         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3367         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3368         zmacs-region stays after this command in XEmacs.
3370 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3372         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3374         * org-remember.el (org-remember-templates): Fix bug in
3375         customization type definition.
3377         * org.el (org-map-entries): New function.
3379 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3381         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3382         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3384 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3386         * org-remember.el (org-jump-to-target-location): New variable.
3387         (org-remember-apply-template): Set
3388         `org-remember-apply-template' if requested by template.
3389         (org-remember-handler): Start an idle timer to jump to
3390         remember location.
3392         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3394         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3395         file tags.
3396         (org-get-tags-at): Add the content of `org-file-tags'.
3398         * org-exp.el (org-export-handle-comments): Fix bug with several
3399         comment lines after each other.
3400         (org-number-to-roman, org-number-to-counter): New functions.
3401         (org-export-section-number-format): New option.
3403 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3405         * org-exp.el (org-export-protect-examples): Catch the case of a
3406         missing end_example line.
3408         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3409         `org-file-tags' to nil.
3411         * org-colview.el (org-columns-next-allowed-value): Handle next
3412         argument NTH to directly select a value.
3414         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3415         argument NTH to directly select a value.
3417 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3419         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3421 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3423         * org.el (org-columns-ellipses): New option.
3425 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3427         * org-colview.el (org-columns-add-ellipses): New function.
3428         (org-columns-compact-links): New function.
3429         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3430         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3431         when in agenda.
3432         (org-columns-edit-value): Fixed bug with editing values from
3433         agenda column view.
3434         (org-columns-redo): Also redo the agenda itself.
3436 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3438         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3439         option.
3441         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3443         * org-exp.el (org-export-ascii-preprocess): Renamed from
3444         `org-export-ascii-clean-string'.
3445         (org-export-kill-licensed-text)
3446         (org-export-define-heading-targets)
3447         (org-export-handle-invisible-targets)
3448         (org-export-target-internal-links)
3449         (org-export-remove-or-extract-drawers)
3450         (org-export-remove-archived-trees)
3451         (org-export-protect-quoted-subtrees)
3452         (org-export-protect-verbatim, org-export-protect-examples)
3453         (org-export-select-backend-specific-text)
3454         (org-export-mark-blockquote-and-verse)
3455         (org-export-remove-comment-blocks-and-subtrees)
3456         (org-export-handle-comments, org-export-mark-radio-links)
3457         (org-export-remove-special-table-lines)
3458         (org-export-normalize-links)
3459         (org-export-concatenate-multiline-links)
3460         (org-export-concatenate-multiline-emphasis): New functions,
3461         obtained from spliiting the export preprocessor.
3463         * org-table.el (org-table-recalculate): Improve error message if
3464         the row number is invalid.
3466 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3468         * org-archive.el (org-archive-save-context-info): Fix bugs in
3469         customization setup and docstring.
3471         * org-exp.el (org-export-html-style): Changed the size of in the
3472         <pre> element to 90%.
3474 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3476         * org.el (org-find-src-example-start): Function removed.
3477         (org-edit-src-find-region-and-lang): New function.
3479 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3481         * org.el (org-edit-src-exit): New function.
3482         (org-exit-edit-mode): New minor mode.
3484         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3485         comment-like lines from protected examples.
3487         * org.el (org-edit-src-example, org-find-src-example-start)
3488         (org-protect-source-example, org-edit-special): New functions.
3490 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3492         * org-publish.el (org-publish-project-alist): Fix typo in
3493         docstring.
3494         (org-publish-project-alist): Handle :index-title property.
3496 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3498         * org-export-latex.el (org-export-as-latex): Make sure region
3499         bounds are correct.  Parse subtree properties relating to export.
3501         * org-exp.el (org-export-add-options-to-plist): New function.
3502         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3504 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3506         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3507         EXPORT_TITLE.
3509         * org-exp.el (org-export-get-title-from-subtree)
3510         (org-export-as-ascii, org-export-as-html): Make sure the original
3511         region-beginning and region-end are used, even after moving
3512         point.
3513         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3514         property.
3516         * org-remember.el (org-remember-last-stored-marker): New variable.
3517         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3518         (org-remember-handler): Also use marker to remember
3519         last-stored position.
3521         * org.el (org-goto-marker-or-bmk): New function.
3523 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3525         * org.el (org-file-properties): Renamed from `org-local-properties'.
3526         (org-scan-tags): Take file tags into account.
3527         (org-tags-match-list-sublevels): Default changed to t.
3529         * org-exp.el (org-export-as-html): Close paragraph after a
3530         footnote.
3532         * org.el (org-update-parent-todo-statistics): New function.
3534         * org-exp.el (org-icalendar-store-UID): New option.
3535         (org-icalendar-force-UID): Option removed.
3536         (org-print-icalendar-entries): IMplement UIDs.
3538 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3540         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3542 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3544         * org-faces.el (org-column): Document how this face is being used
3545         and why sometimes the background faces shine through.
3547         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3549         * org-publish.el (org-publish-attachment): Create publishing
3550         directory if it does not yet exist.
3552         * org-table.el (org-calc-default-modes): Change default number
3553         format to (float 8).
3555         * org.el (org-olpath-completing-read): New function.
3556         (org-time-clocksum-format): New option.
3557         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3559         * org-clock.el (org-clock-display, org-clock-out)
3560         (org-update-mode-line): Use `org-time-clocksum-format'.
3562         * org-colview-xemacs.el (org-columns-number-to-string): Use
3563         `org-time-clocksum-format'.
3565         * org-colview.el (org-columns-number-to-string): Use
3566         `org-time-clocksum-format'.
3568 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3570         * org-id.el: New file, move from contrib to core.
3572         * org-exp.el (org-icalendar-force-UID): New option.
3574 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3576         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3577         shifted by one day if theere is a date range without an end
3578         time.
3580         * org.el (org-try-structure-completion): New function.
3582 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3584         * org.el (org-set-font-lock-defaults): Improve fontification of
3585         description lists.
3586         (org-insert-item): Handle description lists.
3587         (org-adaptive-fill-function): Improve auto indentation in
3588         description lists.
3590         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3591         Implement VERSE environment.
3592         (org-export-preprocess-string): Implement the COMMENT
3593         environment.
3595         * org-export-latex.el (org-export-latex-preprocess): Implement
3596         VERSE environment.
3598 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3600         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3601         option.
3603 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3605         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3607         * org.el (org-quote-csv-field): New functions.
3609         * org-table.el (org-table-export-default-format): Remove :splice
3610         from default format, we get the same effect by not specifying
3611         :tstart and :tend.
3612         (org-table-export): Improve setup, distinguish better between
3613         interactive and non-interactive use, allow specifying the format
3614         on the fly, better protection against wrong file names.
3615         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3616         and :tend when :splice is omitted.
3618 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3620         * org-clock.el (org-clock-select-task): Make sure the selection
3621         letters are 1-9 and A-Z, no special characters.
3623 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3625         * org-exp.el (org-export-htmlize): New group.
3626         (org-export-htmlize-output-type)
3627         (org-export-htmlize-css-font-prefix): New options.
3628         (org-export-htmlize-region-for-paste): New function.
3629         (org-export-htmlize-generate-css): New command.
3631 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3633         * org/org.el (org-modules, org-format-latex-options):
3634         * org/org-archive.el (org-archive-stamp-time)
3635         (org-archive-save-context-info):
3636         * org/org-faces.el (org-hide):
3637         * org/org-irc.el (org-irc-parse-link):
3638         * org/org-macs.el (org-call-with-arg, org-autoload):
3639         * org/org-mew.el (org-mew-store-link):
3640         * org/org-remember.el (org-remember-store-without-prompt)
3641         (org-remember-templates): Fix typos in docstrings.
3643         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3645         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3646         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3647         (org-bbdb-anniv-split): Fix typos in docstrings.
3649         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3650         (org-publish-use-timestamps-flag): Reflow docstring.
3651         (org-publish-files-alist): Fix typos in docstring.
3653 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3655         * org.el (org-set-visibility-according-to-property): New function.
3656         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3657         and compute the regular expressions, and update font-lock.
3658         (org-property-re): Allow a dash in property names.
3660         * org-archive.el (org-extract-archive-file): Insert the file name
3661         without the path into the format, to allow the location format to
3662         contain a subdirectory.
3664         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3665         of buffer, and the `org-agenda-type' property undefined, use the
3666         value from the character before.
3668         * org.el (org-add-planning-info): Don't let indentation for
3669         would-be timestamp become extra whitespace at the end of headline.
3671 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3673         * org.el (org-remove-double-quotes, org-file-contents): New
3674         functions.
3676         * org-exp.el (org-infile-export-plist): Also parse the
3677         contents of #+SETUPFILE files, recursively.
3679         * org.el (org-set-regexps-and-options): Also parse the
3680         contents of #+SETUPFILE files, recursively.
3682         * org-exp.el (org-export-handle-include-files): New function.
3683         (org-export-preprocess-string): Call
3684         `org-export-handle-include-files'.
3686         * org.el (org-delete-property-globally)
3687         (org-delete-property, org-set-property): Ignore case during
3688         completion.
3689         (org-set-property): Use `org-completing-read' instead of
3690         `completing-read'.
3692         * org.el (org-complete-expand-structure-template): New,
3693         experimental function.
3694         (org-structure-template-alist): New, experimental option.
3695         (org-complete): Call `org-complete-expand-structure-template'.
3697 2008-05-06  Bastien Guerry  <bzg@altern.org>
3699         * org-export-latex.el (org-export-latex-preprocess): Added
3700         support for blockquotes.
3702 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3704         * org.el (org-read-date-analyze): Catch the case where only a
3705         weekday is given.
3707 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3709         * org.el (org-set-font-lock-defaults): Make the description
3710         tag bold.
3712         * org-exp.el (org-export-as-html, org-close-li): Implement
3713         description lists.
3715 2008-05-04  Jason Riedy  <jason@acm.org>
3717         * org-table.el (*orgtbl-default-fmt*): New variable.
3718         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3719         when there is no other fmt available.
3721         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3722         :tend to suppress the appropriate string.
3724         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3725         table.
3727 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3729         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3730         read date.
3732         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3733         New function.
3735         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3736         New function.
3738 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3740         * org-clock.el (org-clock-find-position): Don't include notes
3741         into clock drawer.
3743         * org-archive.el (org-archive-subtree): No longer remove an
3744         extra line after cutting the subtree.  `org-cut-subtree' already
3745         takes care of this.
3747         * org-remember.el (org-remember-handler): Only kill the target
3748         buffer if it does not contain the running clock.
3750         * org.el (org-markers-to-move): New variable.
3751         (org-save-markers-in-region, org-check-and-save-marker)
3752         (org-reinstall-markers-in-region): New function.
3753         (org-move-subtree-down, org-copy-subtree): Remember relative
3754         marker positions before cutting.
3755         (org-move-subtree-down, org-paste-subtree): Restore relative
3756         marker positions after pasting.
3758         * org-remember.el (org-remember-clock-out-on-exit): New option.
3759         (org-remember-finalize): Clock out only if the setting in
3760         `org-remember-clock-out-on-exit' requires it.
3761         (org-remember-handler): Do the cleanup in the buffer, to make sure
3762         that the clock marker remains in tact.
3764 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3766         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3767         (org-clock-in): Make sure that also tasks outside the narrowed
3768         region will be clocked in correctly.
3769         (org-clock-insert-selection-line): Widen the buffer so that we can
3770         find the correct task heading.
3772         * org.el (org-base-buffer): New function.
3774         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3775         and ";" are escaped.
3776         (org-print-icalendar-entries): Also apply
3777         `org-icalendar-cleanup-string' to the headline, not only to the
3778         summary property.
3780 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3782         * org-exp.el (org-export-preprocess-hook): New hook.
3783         (org-export-preprocess-string): Call
3784         `org-export-preprocess-hook'.
3786         * org.el (org-font-lock-hook): New variable.
3787         (org-font-lock-hook): New function.
3788         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3790 ;; Local Variables:
3791 ;; coding: utf-8
3792 ;; add-log-time-zone-rule: t
3793 ;; End:
3795     Copyright (C) 2008  Free Software Foundation, Inc.
3797   This file is part of GNU Emacs.
3799   GNU Emacs is free software: you can redistribute it and/or modify
3800   it under the terms of the GNU General Public License as published by
3801   the Free Software Foundation, either version 3 of the License, or
3802   (at your option) any later version.
3804   GNU Emacs is distributed in the hope that it will be useful,
3805   but WITHOUT ANY WARRANTY; without even the implied warranty of
3806   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3807   GNU General Public License for more details.
3809   You should have received a copy of the GNU General Public License
3810   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3812 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c