Custom links in the list of changes, testing
[org-mode.git] / lisp / ChangeLog
blobfcc42bb7775e04850d0f65cc4b207e04c8e087ef
1 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-tab-first-hook)
4         (org-tab-after-check-for-table-hook)
5         (org-tab-after-check-for-cycling-hook): New hooks.
6         (org-cycle-internal-global, org-cycle-internal-local): New
7         functions, split out from `org-cycle'.
8         (org-cycle): Call the new hooks.
10 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
12         * org-exp.el (org-export-preprocess-string): Reset the list of
13         preferred targets for each run of the preprocessor.
15         * org.el (org-refile-target-verify-function): Improve
16         documentation.
17         (org-get-refile-targets): Respect point being moved by the
18         verification function.
20         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
21         option.
22         (org-export-latex-keywords): Use new option.
24         * org.el (org-rear-nonsticky-at): New defsubst.
25         (org-activate-plain-links, org-activate-angle-links)
26         (org-activate-footnote-links, org-activate-bracket-links)
27         (org-activate-dates, org-activate-target-links)
28         (org-activate-tags): Place the rear-nonsticky properties at the
29         correct location.
31 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org-protocol.el (server-edit): Declare `server-edit'.
34         (org-protocol-unhex-string, org-protocol-unhex-compound): New
35         functions.
36         (org-protocol-check-filename-for-protocol): Call `server-edit'.
38         * org.el (org-default-properties): New default properteis for
39         completion.
41         * org-exp.el (org-export-add-subtree-options): Add new properties
42         for subtree export.
44         * org-docbook.el (org-export-docbook-keywords-markup)
45         (org-export-docbook-timestamp-markup): New options.
46         (org-export-docbook-protect-tags): New function.
48 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
50         * org-id.el (org-id-get-with-outline-path-completion): Turn off
51         org-refile-target-verify-function for the duration of the command.
53         * org.el (org-link-to-org-use-id): New possible value
54         `create-if-interactive-and-no-custom-id'.
55         (org-store-link): Use custom IDs.
56         (org-link-search): Find custom ID properties from #link.
57         (org-default-properties): Add CUSTOM_ID for property completion.
58         (org-refile-target-verify-function): New option.
59         (org-goto): Turn off org-refile-target-verify-function
60         for the duration of the command.
62 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
64         * org-html.el (org-export-as-html): Use custom IDs in the toc.
66         * org-exp.el (org-export-preferred-target-alist): New variable.
67         (org-export-define-heading-targets): Find the new CUSTOM_ID
68         property.
69         (org-export-target-internal-links): Target the custom ids when
70         possible.
72         * org-latex.el (org-export-latex-preprocess): Better regexp for
73         matching latex macros with arguments.
75 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-remember.el (org-remember-handler): Allow filing to non-org
78         files.
80 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
82         * org-feed.el (org-feed-alist): New keyword options.
83         (org-feed-update): Use the new options.
84         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
85         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
86         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
87         functions.
89         * org-table.el (org-table-fix-formulas): Do not change references
90         to remote tables.
91         (org-table-get-remote-range): Convert standard coordinates to RC
92         format.
94         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
96 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
98         * org-compat.el (org-sha1-string): Function removed.
100         * org.el (org-refile-allow-creating-parent-nodes): New option.
101         (org-refile-get-location): New argument NEW-NODES.
102         (org-refile): Call `org-refile-get-location' with the new
103         argument.
104         (org-refile-get-location): Arrange for adding a new child.
105         (org-refile-new-child): New function.
107         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
108         an additional span element.
110         * org-clock.el: Fix a number of docstrings.
111         (org-clock-find-position): New argument
112         FIND-UNCLOSED to make the function find an unclosed clock in the
113         entry.
114         (org-clock-in): Call `org-clock-find-position' with the new
115         argument if we might be resuming a clock.
117 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org-latex.el (org-export-latex-display-custom-times): New variable.
120         (org-export-latex-timestamp-markup): New option.
121         (org-export-latex-set-initial-vars): Remember the local value of
122         `org-display-custom-times'.
123         (org-export-latex-content): Process time stamps.
124         (org-export-latex-time-stamps): New function.
126         * org-macs.el (org-maybe-intangible): Add intangible property
127         again to invisible text.
129 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
131         * org-exp.el (org-default-export-plist): Handle undefined
132         variables.
134 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
136         * org.el (org-sort-entries-or-items): Match TODO keywrds
137         case-sensitively, when sorting.
138         (org-priority): Do not match TODO keywords with wrong case.
140 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org-feed.el (org-feed-update): Bind the variable
143         `new-formatted'.
145         * org-html.el (org-export-as-html): Start paragraphs after literal
146         examples.
148         * org-docbook.el (org-export-as-docbook): Start paragraphs after
149         literal examples.
151 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org.el (org-todo): Honor the NOBLOCKING property.
155         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
156         NOBLOCKING property.
158         * org.el (org-scan-tags): Fix bug in tag scanner
160 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
162         * org.el (org-modules): Mark obsolete packages.
164         * org-html.el: New file, split out from org-exp.el.
166         * org-icalendar.el: New file, split out from org-exp.el.
168         * org-xoxo.el: New file, split out from org-exp.el.
170         * org-ascii.el: New file, split out from org-exp.el.
172 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-compat.el (org-find-library-name): New function.
176         * org.el (org-pre-cycle-hook): New hook.
177         (org-cycle): Call the new hook in appropriate places.
178         (org-reload): Only reload files that have been loaded before.
180 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org.el (org-set-font-lock-defaults): Enforxe space or line end
183         after todo keyword.
184         (org-todo): When changing TODO state, do matching
185         case-sensitively.
186         (org-map-continue-from): New variable.
187         (org-scan-tags): Respect values in `org-map-continue-from'.
188         (org-reload): Make XEmacs compatible.
190 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-protocol.el (org-protocol-flatten-greedy): New function.
193         (org-protocol-flatten): New function.
195         * org.el (org-open-link-from-string): Pass reference buffer to
196         `org-open-at-point'.
197         (org-open-at-point): New optional argument `reference-buffer'.
199 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org.el (org-scan-tags): Make tag scan find headline in first
202         line, 2nd attempt.
203         (org-get-refile-targets): Add the naked file name.
204         (org-refile): Store as top-level entry when only file name was
205         given.
207         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
209         * org.el (org-block-todo-from-children-or-siblings-or-parent):
210         Renamed from org-block-todo-from-children-or-siblings, and
211         enhanced to look for the parent's status as well.
213         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
214         (org-agenda-get-progress): Add first notes line to log entry if so
215         desired.
217 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
219         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
220         (org-agenda-cleanup-fancy-diary): Call the new hook.
222         * org-remember.el (org-remember-apply-template): Take the default
223         for the annotation from the :annotation property.
225         * org-mac-message.el (org-mac-message-get-link): Remove the
226         quotes.
227         (org-mac-message-get-link): Return the result.
229 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org.el (org-refile-get-location): Add file name only if not
232         already included in outline path.
234         * org-faces.el (org-n-level-faces): Fix customization type from
235         number to integer.
237         * org-exp.el (org-export-headline-levels): Fix customization type
238         from number to integer.
240         * org-agenda.el (org-agenda-confirm-kill)
241         (org-agenda-custom-commands-local-options)
242         (org-timeline-show-empty-dates, org-agenda-ndays)
243         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
244         customization type from number to integer.
246 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
248         * org-protocol.el: Declare some functions.
250         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
251         postion before inserting modified headline.
253         * org-agenda.el (org-agenda-compare-effort): Honor
254         `org-sort-agenda-noeffort-is-high'.
255         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
256         (org-agenda-compare-effort): Implement the "?" operator for
257         finding entries without effort setting.
259         * org.el (org-extract-attributes-from-string): New function.
261         * org-exp.el (org-export-splice-attributes): New function.
263 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-mouse.el: XEmacs compatibility fixes
267         * org-docbook.el (org-export-as-docbook): Process footnotes like
268         normal text.
270         * org.el (org-modules): Add org-inlinetasks.el
271         (org-cycle): Implement limiting level on cycling.
272         (org-move-subtree-down): Fix bug with swapping subtrees at end of
273         buffer.
275         * org-inlinetask.el: New file.
277         * org.el (org-emphasis-regexp-components): Allow braces in
278         emphasis pre and post match.
280         * org-footnote.el (org-footnote-normalize): When only dorting, do
281         not insert inline notes at the end.
283         * org-docbook.el (org-id-find-id-file): Add function declaration.
285         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
287         * org-docbook.el: New file.
289 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org.el (org-reftex-citation): New command.
293 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
295         * org-agenda.el (org-agenda-cmp-user-defined): New option.
296         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
297         sorting options.
298         (org-entries-lessp): Apply the new sorting option.
300         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
301         blocker code, when an older sibling has children.
303         * org-mac-message.el (org-mac-message-get-link): Improve getting
304         links from multiple selected messages.
306 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-remember.el (org-remember-finalize): Do not set buffer file
309         name to nil.
310         (org-remember-handler): Mark buffer as unmodified.
311         (org-remember-handler): Delete backup file and show message about
312         remaining backup files.
313         (org-remember-auto-remove-backup-files): New option.
315         * org.el (org-store-link): Use buffer name as link description in
316         w3-mode buffers.
317         (org-ido-switchb): Fix argument bug for completion.
319         * org-remember.el (org-remember-apply-template): Set local
320         variable `auto-save-visited-file-name' instead of global one.
322 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-feed.el: Re-write.
326         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
327         (org-agenda-get-todos): Mark file tags as inherited.
328         (org-agenda-list): Always search diary lines for a time.
330 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org-feed.el (org-feed-assume-stable): New option.
333         (org-feed-before-adding-hook): New hook.
335         * org-exp.el (org-export-as-html): Close local lists depending on
336         indentation, also when starting a table.
338         * org-remember.el (org-remember-backup-directory)
339         (org-remember-backup-name): New internal variable.
341 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-clock.el (org-clock-out-if-current): Make buffer detection
344         work in indirect buffers as well.
346         * org.el (org-emphasis-regexp-components): Add the exxclamation
347         mark to the post-emphasis characters.
349 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org.el (org-read-date-minibiffer-septup-hook): New hook.
352         (org-read-date): Run the new hook.
354         * org-mac-message.el (org-mac-flagged-mail): New group.
355         (org-mac-mail-account): New variable.
356         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
357         commands.
359         * org-remember.el (org-remember-backup-directory): New variable.
360         (org-remember-apply-template): Write file to backup directory.
362 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
364         * org-mouse.el (org-mouse-todo-menu): New function.
365         (org-mouse-todo-keywords): Function removed.
366         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
368         * org-table.el (org-table-beginning-of-field)
369         (org-table-end-of-field): New commands
370         (org-table-previous-field, org-table-beginning-of-field): Better
371         error messages.
372         (orgtbl-setup): Include `M-a' and `M-e'.
374         * org.el (org-backward-sentence, org-forward-sentence): New
375         commands.
377         * org-colview.el (org-colview-initial-truncate-line-value): New
378         variable.
379         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
380         (org-columns): Remember the value of `truncate-lines'.
382         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
383         New variable.
384         (org-columns-remove-overlays): Restore the value of
385         `truncate-lines'.
386         (org-columns): Remember the value of `truncate-lines'.
388         * org.el (org-columns-skip-arrchived-trees): New option.
390         * org-agenda.el (org-agenda-export-html-style): Define color for
391         org-agenda-done face.
392         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
393         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
395         * org.el (org-scan-tags): Use the new face.
397         * org-faces.el (org-agenda-done): New face.
399         * org.el (org-scan-tags): Test the value org
400         `org-tags-match-list-sublevels'.
401         (org-tags-match-list-sublevels): New allowed value: indented.
403         * org-export-latex.el (org-export-latex-make-header): Apply macros
404         in header.
406         * org-exp.el (org-export-apply-macros-in-string): New function.
408         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
409         with the definition of a checked box.
411         * org-clock.el (org-clock-find-position): Fix drawer indentations.
413         * org-export-latex.el (org-export-latex-low-levels): More options
414         for how to process lower levels in LaTeX.
415         (org-export-latex-subcontent): Better treatment for lists as a
416         means of publishing lower levels.
418 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
420         * org.el (org-set-font-lock-defaults): Use new checkbox face.
422         * org-faces.el (org-checkbox): New face.
424         * org-exp.el (org-export-html-preprocess): Only create LaTeX
425         fragement images if there is an export file.
427 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org-agenda.el (org-stuck-projects): Document that the subtree of
430         projects that are not stuck will now be searched for stuck
431         sub-projects.
432         (org-agenda-skip-entry-when-regexp-matches)
433         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
434         (org-agenda-list-stuck-projects): Use
435         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
437         * org-export-latex.el (org-export-latex-preprocess): Improve
438         export of verses.
440         * org-exp.el (org-export-as-html): Implement centering as a div
441         rather than a paragraph.  Do a better job with line-end in verse
442         environments.
444 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org.el (org-open-at-point): Fix tags searches by mouse click.
448 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
450         * org-export-latex.el (org-export-latex-preprocess): Implement the
451         centering markup.
453         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
454         from `org-export-mark-blockquote-and-verse'.
455         (org-export-as-html): Implement the centering markup.
457         * org-export-latex.el (org-export-latex-tables): Fix vertical
458         lines in tables.
460 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org.el (org-read-date-history): New variable.
463         (org-read-date): Use new history variable.
464         (org-toggle-heading): Fix bug when used before first headline.
465         (org-store-log-note): Remove drawer if empty while note is
466         aborted.
467         (org-remove-empty-drawer-at): New function.
468         (org-check-after-date): New command.
469         (org-sparse-tree): New sparse tree command "a".
471         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
473 2009-03-14  Bastien Guerry  <bzg@altern.org>
475         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
476         column and a space, not only a column.
478 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
480         * org-export-latex.el (org-export-latex-emphasis-alist): Better
481         defaults for verbose emphasis.
482         (org-export-latex-emph-format): New function.
483         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
485         * org-agenda.el (org-agenda-menu): Add new commands to menu.
486         (org-agenda-do-date-later, org-agenda-do-date-earlier)
487         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
488         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
489         commands.
491         * org.el (org-timestamp-change): Move end-time along with start
492         time.
494 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
496         * org-exp.el (org-export-target-internal-links)
497         (org-export-as-html): Protect links specified as #name.
499 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
501         * org.el (org-clone-subtree-with-time-shift): New command.
503         * org-export-latex.el (org-export-latex-special-chars)
504         (org-export-latex-treat-sub-super-char): Fix subscript export.
506         * org-exp.el (org-create-multibrace-regexp): Do not add
507         backslashes to the class.
509 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-colview.el (org-columns-map): Better functions for moving up
512         and down a row, even if `truncate-line' is nil.
514         * org.el (org-insert-todo-heading): Make sure the keyword is
515         inserted at the correct position.
517         * org-publish.el (org-publish-project-alist)
518         (org-publish-projects, org-publish-org-index): Change default anme
519         for the index of file names to "sitemap.org".
521         * org-export-latex.el (org-export-latex-tables): Use
522         `org-split-string', for Emacs 21 compatibility.
524 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
528 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
530         * org-exp.el (org-export-page-description)
531         (org-export-page-keywords): New variables.
532         (org-export-plist-vars): Add entries for :keywords and
533         :description.
534         (org-infile-export-plist): Parse for new keywords.
535         (org-get-current-options): Add new keywords
536         (org-export-as-html): Publish description and keywords.
538         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
539         option.
540         (org-agenda-add-entry-text): Honor
541         `org-agenda-add-entry-text-descriptive-links'.
543         * org-export-latex.el (org-export-latex-preprocess): Make all
544         external preprocess functions use a PARAMETER arg.
546         * org-exp.el (org-export-preprocess-string)
547         (org-export-select-backend-specific-text)
548         (org-export-format-source-code-or-example)
549         (org-format-org-table-html): Support docbook export.
550         (org-export-preprocess-string): Make all external preprocess
551         functions use a PARAMETER arg.
553 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
555         * org-exp.el (org-export-html-style-include-scripts): New option.
556         (org-export-plist-vars): Add new option
557         `org-export-html-style-include-scripts'.
558         (org-export-as-html): Honor new option
559         `org-export-html-style-include-scripts'.
560         (org-export-html-scripts, org-export-html-style-default): Fix
561         xml issues with the Safari browser.
563 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
565         * org-publish.el (org-publish-attachment): Only copy file when the
566         directories differ.
568 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org-clock.el (org-clocktable-steps): Use inactive time stamps
571         for clocktable steps.
573         * org.el (org-additional-option-like-keywords): Add two more
574         keywords.
576 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-exp.el (org-export-format-source-code-or-example): Mark
579         temporary buffer unmodified, so that it will be killed even if
580         mode like message mode has decided to assign a file name.
582         * org.el (org-scan-tags): Improve tag inheritance.
583         (org-scan-tags, org-make-tags-matcher): Make tag comparison
584         case-sensitive.
585         (org-scan-tags): Use the internal tags list instead of creating it
586         from scratch.
587         (org-trust-scanner-tags, org-scanner-tags): New variables.
588         (org-scan-tags): Set `org-scanner-tags'.
589         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
590         (org-map-entries): Document the possible speedup using scanner
591         tags.
593 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org.el (org-add-planning-info): Fix bug with looking for keyword
596         only at column 0.
598         * org-agenda.el (org-agenda-custom-commands-local-options): Add
599         option for tags filter preset.
600         (org-prepare-agenda): Store filter preset as a property on the
601         filter variable.
602         (org-finalize-agenda): Call the filter, if there is a preset.
603         (org-agenda-filter-by-tag): Filter again after clearing the
604         filter, when there still is a preset.
605         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
606         Include the preset filter.
607         (org-agenda-redo): Apply the filter again, also the preset filter.
609         * org-exp.el (org-export-as-html): Use IDs in the correct way.
611         * org.el (org-uuidgen-p): New funtion.
613         * org-agenda.el (org-agenda-fontify-priorities): New default value
614         `cookies'.
615         (org-agenda-fontify-priorities): Renamed from
616         org-fontify-priorities.
618         * org.el (org-set-font-lock-defaults): Call
619         `org-font-lock-add-priority-faces'.
620         (org-font-lock-add-priority-faces): New function.
622         * org-faces.el: (org-set-tag-faces): New option.
623         (org-priority-faces): New variable.
625         * org-exp.el (org-export-as-html): Add a "content" div around the
626         entire content of the body tag.
627         (org-export-html-get-bibliography): New function.
628         (org-export-html-validation-link): New variable.
629         (org-export-as-html): Add validation link to exported page.
631         * org.el (org-match-sparse-tree): Renamed from
632         `org-tags-sparse-tree'.
633         (org-tags-sparse-tree): New alias.
635 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
637         * org.el (org-get-valid-level): Catch the case where the level
638         change is nil.
640         * org-clock.el (org-clock-find-position): Better indentation of
641         new clock drawers.
643 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org-agenda.el (org-agenda-quit): Delete window only when the
646         frame-setup was not `current-window'.
648         * org.el (org-tag-persistent-alist): New option.
649         (org-startup-options): Add keyword `noptag'.
650         (org-fast-todo-selection): Handle :newline correctly.
651         (org-set-tags): Handle :newline correctly.
652         (org-fast-tag-selection): Handle :newline correctly.
654 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-exp.el (org-export-as-ascii): Reverse link buffer before
657         outputting it.
658         (org-export-ascii-push-links): Fix bug with pussing links into the
659         export buffer.
661 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
663         * org-archive.el (org-archive-subtree): Do not add 1 to level if
664         pasting at top level.
666         * org-bbdb.el: Improve documentation.
668 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org-list.el (org-insert-item): Only consider insert empty lines
671         is `org-empty-line-terminates-plain-lists' is not nil.
673         * org.el (org-blank-before-new-entry): Mention the dependence on
674         `org-empty-line-terminates-plain-lists' in the docstring.
676         * org-publish.el (org-publish-get-project-from-filename): New
677         optional argument UP.  Only find the top project if UP is set.
678         (org-publish-current-project): Find the top encloding project.
680         * org-agenda.el (org-agenda-before-write-hook)
681         (org-agenda-add-entry-text-maxlines): New options.
682         (org-write-agenda): Run the new hook in the temporary buffer.
683         (org-agenda-add-entry-text): New function.
684         (org-write-agenda): Implement PDF export, using ps2pdf.
686         * org.el (org-global-properties-fixed, org-global-properties):
687         Improve documentation string.
689         * org-exp.el (org-export-ascii-links-to-notes): New option.
690         (org-export-as-ascii): Handle links better.
691         (org-export-ascii-wrap, org-export-ascii-push-links): New
692         functions.
694 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
696         * org-agenda.el (org-agenda): Make prefix arg optional.
697         (org-agenda-search-headline-for-time): New option.
698         (org-format-agenda-item): Honor
699         `org-agenda-search-headline-for-time'.
701         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
702         characters.
704         * org.el (org-self-insert-cluster-for-undo): New option.
705         (org-self-insert-command): Cluster undo for 20 characters.
706         (org-self-insert-command-undo-counter): New variable.
708 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org-exp.el (org-export-as-html): Fix problem with closing colone
711         example.
713 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
715         * org-export-latex.el (org-export-as-latex)
716         (org-export-latex-first-lines): Avoid modification flag when
717         adding or removing text properties.
718         (org-export-latex-fontify): Catch error when org-emph-alist has
719         entries that are not defined for LaTeX export.
721         * org.el (orgstruct++-mode): New function.
722         (turn-on-orgstruct++): Call `orgstruct++-mode'.
723         (org-context-p): Allow detecting item context after the first line
724         of an item.
725         (orgstruct-make-binding): Detect if item-body context should be
726         seen.
727         (orgstruct-is-++): New variable.
728         (org-add-planning-info): Catch the case when there is no planning
729         info yet and the call does not want to add anything, only maybe
730         tries to remove something.
731         (org-special-ctrl-a/e): All value to be a cons cell with separate
732         settings for `C-a. and `C-e'.
733         (org-beginning-of-line, org-end-of-line): Honor separate values
734         for `C-a' and `C-e'.
736 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org.el (org-reload): New command.
740 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-exp.el (org-export-htm-get-tag-class-name)
743         (org-export-htm-get-todo-kwd-class-name): New functions.
744         (org-export-html-tag-class-prefix)
745         (org-export-html-todo-kwd-class-prefix): New options.
746         (org-export-as-html): Call
747         `org-export-html-get-todo-kwd-class-name'.
748         (org-html-level-start): Wrap tags into classes.
749         (org-export-html-get-tag-class-name)
750         (org-export-html-get-todo-kwd-class-name): New functions.
752         * org-export-latex.el (org-export-latex-collect-header-macros):
753         Remove fields that are used anyway.
754         (org-export-latex-make-header): Insert the options earlier.
756         * org-agenda.el (org-agenda-get-progress): Fix bug with state
757         matching.
759         * org-list.el (org-indent-item): Allow point to be at the end of
760         the region.
762         * org.el (org-metaleft, org-metaright): Be more accurate about
763         detecting a region where commands apply.
765         * org-compat.el (org-cursor-to-region-beginning): New function.
767         * org.el (org-priority): Also find invisible heading.
769         * org-colview-xemacs.el (org-columns-edit-value): No special
770         treatment for `org-todo' prefix.
772         * org-colview.el (org-columns-edit-value): No special treatment
773         for `org-todo' prefix.
775         * org-remember.el (org-remember-apply-template): Use
776         `org-completing-read-no-ido'.
778         * org.el (org-completing-read-no-ido): New function.
779         (org-make-tags-matcher, org-set-property): Use
780         `org-completing-read-no-ido'.
782         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
783         New option.
784         (org-export-as-latex): Import in-buffer settings as TeX macros.
785         (org-export-latex-make-header): Additional parameter OPT-DEFS.
786         (org-export-latex-collect-header-macros): New function.
788         * org.el (org-refile-get-location): Turn off
789         `partial-completion-mode'.
791 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
793         * org.el (org-block-todo-from-checkboxes): Announce that
794         checkboxes are the culprit.
795         (org-block-todo-from-children-or-siblings): Call
796         `org-up-heading-all instead' of `outline-up-heading'.
798         * org-agenda.el (org-agenda-show-1): Renamed from
799         `org-agenda-show'.
800         (org-agenda-show): Re-install the old version for now.
801         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
802         variable into the blokker hook, so that the checkbox checker can
803         anounce that it caused the blocking.
805         * org.el (org-track-ordered-property-with-tag): New option.
806         (org-toggle-ordered-property): Honor
807         `org-track-ordered-property-with-tag'.
808         (org-tag-alist): Add newline options.
809         (org-set-regexps-and-options): Separate option lines imply a
810         newline.
811         (org-set-regexps-and-options, org-assign-fast-keys)
812         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
813         option.
814         (org-indent-line-function): Make sure this works even if there is
815         not `org-drawer-regexp' defined.  This can happen when
816         orgstruct-mode is used in a non-org buffer.
818         * org-list.el (org-checkbox-blocked-p): New function.
819         (org-toggle-checkbox): Check for blocking.
821         * org.el (org-modules): Add an entry for org-R.el.
823         * org-agenda.el (org-agenda-todo-ignore-with-date)
824         (org-agenda-todo-ignore-scheduled)
825         (org-agenda-todo-ignore-deadlines): Mention the variable
826         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
828         * org.el (org-get-wdays): Find the warning period also if it is in
829         the wrong place.
830         (org-ido-completing-read): Provide the correct arguments to
831         ido-completing-read and bind `ido-enter-matching-directory' to
832         nil.
834 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
836         * org.el (org-olpath-completing-read): Never use ido for this
837         one.
839         * org-exp.el (org-export-normalize-links): Use new macro.
841         * org-macs.el (org-if-unprotected-at): New macro.
843         * org-agenda.el (org-agenda-show): Allow numerical prefix
844         arguments to specify how much context should be shown.
845         (org-agenda-cycle-show): New command, could be bound to SPC in
846         org-agenda-mode-map.
848         * org-exp.el (org-html-level-start): Space after section number.
850 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-agenda.el (org-agenda-get-sexps): Add todo state as
853         property, for sorting.
854         (org-cmp-todo-state): Get the applicable TODO keywords directly
855         from the buffer.
856         (org-run-agenda-series, org-agenda-list, org-search-view)
857         (org-todo-list, org-tags-view): Only fit agenda window when the
858         whole series is done.
860         * org.el (org-scan-tags): Add todo state as property, for sorting.
862         * org-agenda.el (org-agenda-custom-commands-local-options): Add
863         `org-agenda-overriding-header' as an option.
864         (org-agenda-list): Honor org-agenda-overriding-header'.
866 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
868         * org-list.el (org-toggle-checkbox): Improve cursor positioning
869         after removing a checkbox.
871         * org.el (org-show-entry): Make this work correctly also if it is
872         the last entry in the file.
873         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
874         falling back to normal, default command.
875         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
876         item, call the checkbox toggler to get a box.
878         * org-list.el (org-toggle-checkbox): Make double prefix set the
879         checkbox to "[-]".
880         (org-fix-bullet-type): Only replace bullet it it is changed.
881         (org-renumber-ordered-list): Handle case when first item does not
882         have a number.
884         * org.el (org-add-log-setup): Fix positioning when
885         `org-log-states-order-reversed' is nil.
887         * org-clock.el (org-clock-in): Fix positioning when
888         `org-log-states-order-reversed' is nil.
889         (org-clock-find-position): Fix positioning when
890         `org-log-states-order-reversed' is nil.
892 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org-clock.el (org-clock-into-drawer): Take default from
895         `org-log-into-drawer'.
896         (org-clock-find-position): Look for the correct drawer.
898         * org.el (org-log-into-drawer): Renamed from
899         `org-log-state-notes-into-drawer'.
900         (org-log-state-notes-into-drawer): New variable alias.
901         (org-add-log-setup): Make drawer name default to LOGBOOK, not
902         CLOCK.
903         (org-insert-property-drawer): Also skip LOGBOOK drawers.
905 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
907         * org-agenda.el (org-agenda): Fix docstring.
909         * org.el ("org-plot"): Help loading org-plot.
910         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
911         (org-metadown-hook, org-shiftmetaleft-hook)
912         (org-shiftmetaright-hook, org-shiftmetaup-hook)
913         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
914         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
915         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
916         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
918         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
919         for selecting files with any (and even without) extension.
921         * org.el (org-save-all-org-buffers): Also save id locations.
922         (org-revert-all-org-buffers): Also load id locations.
924 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org.el (org-drawers): Add LOGBOOK to the default drawers.
926         (org-log-state-notes-into-drawer): New option.
927         (org-add-log-setup): Place the sate note marker into the drawer,
928         create drawer when necessary.
929         (org-refile-targets): Document special interpretation of LEVEL
930         when odd-levels are used.
932 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
934         * org.el (org-store-log-note): Fix note indentation when adding
935         notes to end of list.
937         * org-exp.el (org-export-as-html): Add TODO keyword as extra
938         class, so that each keyword can get special colors through CSS.
940         * org-clock.el (org-clock-out): Add another nil for the previous
941         state into the call to `org-add-log-setup'.
943         * org.el (org-log-note-previous-state): New variable.
944         (org-log-note-headings): New %S escape for old state.
945         (org-todo): Call the note setup with the old state as an
946         argument.
947         (org-add-note): Add another nil for the previous state into the
948         call to `org-add-log-setup'.
949         (org-add-log-setup): New argument PREV-STATE.
950         (org-add-log-note): Handle new %S escape.
951         (org-store-log-note): Handle new %S escape.
953 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org-clock.el (org-clock-find-position): Do not swallow an item
956         less indented than the CLOCK line itself.
957         (org-clock-in): Push markers to lin after the clock line.
958         (org-clock-find-position): Handle values of
959         `org-clock-into-drawer' smaller than 2.
961         * org-exp.el (org-html-level-start): Add a CSS class to section
962         numbers.
963         (org-export-html-toplevel-hlevel): Better documentation of the
964         influence of this variables on H levels and css classes in
965         export.
967 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
969         * org-agenda.el (org-agenda-custom-commands-local-options): Add
970         timestamp and nottimestamp to the chooe menu.
972         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
973         (org-revert-all-org-buffers): New command.
975 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
977         * org.el (org-return): Implement `org-return-follows-link' in the
978         function org-return.  This is more robust than using the mouse
979         map, I think.
980         (org-set-regexps-and-options): Match more general #+TODO lines.
981         (org-make-options-regexp): New optional argument EXTRA, for an
982         extra regexp.
983         (org-tab-follows-link): Mark as deprecated.
985 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
987         * org-exp.el (org-export-preprocess-string): Remove clock lines
988         earlier, so that they cannot cotribute to verbatim snippets.
990 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
992         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
993         for finding drawers.
994         (org-export-as-ascii, org-export-as-html): Count levels relative
995         to the subtree header.
996         (org-get-min-level): New optional argument OFFSET.
997         (org-export): Make sure point is restored after popping up that
998         window.
1000         * org.el (org-do-sort): Also take an inactive timestamp if no
1001         active one is found.
1003         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1004         deleting duplicates.
1006         * org-colview.el (org-columns-capture-view): Copy before
1007         deleting duplicates.
1009         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1010         text before first headline.
1012         * org.el (org-format-latex): Do not convert LaTeX fragments in
1013         protected examples.
1015 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1017         * org-exp.el (org-export-html-style-default): Use color values
1018         instead of names for XHTML validation.
1020         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1021         functions.
1022         (org-return-follows-link): Revert making this the default untile
1023         issues are resolved.
1025         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1026         nottimestamp.
1028 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1030         * org.el (org-mode): Make dependence stuff work more reliably.
1031         (org-update-parent-todo-statistics): Fix bug with updating
1032         statistics cookie.
1034         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1035         ~ as verbatim delimiters.
1037         * org-exp.el (org-export-html-format-image): New argument
1038         PAR-OPEN.
1039         (org-export-as-html): Pass par-open to
1040         `org-export-html-format-image'.
1042 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1044         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1045         (org-use-fast-todo-selection, org-tags-column): New default
1046         setting for variables, based on a poll what typical uses use.
1048         * org-agenda.el (org-agenda-sorting-strategy)
1049         (org-agenda-tags-column): New default setting for variables, based
1050         on a poll what typical uses use.
1052 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1055         blocked entries from setting the blocked tag.
1057         * org-exp.el (org-export-html-footnotes-section): Use a more
1058         consistent id for footnotes.
1060         * org-export-latex.el (org-export-latex-classes): Remove the
1061         a4paper option from the default styles.
1063 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1065         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1066         (org-block-todo-from-checkboxes): New function.
1067         (org-todo): Make tripple prefix arg circumvent blocking.
1069         * org-timer.el (org-timer): Provide the timer feature.
1071         * org.el (org-require-autoloaded-modules): Add a few more files to
1072         the list of autoloaded modules.
1074         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1076 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1078         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1079         drawers that are unprotected.
1080         (org-export-html-format-image): Make sure inlined LaTeX fragment
1081         images remain inlined.
1083         * org.el (org-toggle-ordered-property): New function.
1084         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1085         (org-org-menu): Add menu entries for TODO dependencies.
1087 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1089         * org.el (org-default-properties): Add ORDERED to the default
1090         properties, to get completion support for it.
1092         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1094         * org.el (org-update-parent-todo-statistics): Update more than one
1095         cookie.
1097         * org-agenda.el (org-agenda-get-todos): Start search from correct
1098         position.
1100         * org.el (org-fast-todo-selection): Make sure TODO selection does
1101         not change buffer position.
1103         * org-list.el (org-toggle-checkbox): Implement adding or removing
1104         checkboxes from line or region when called with a prefix
1105         argument.
1107         * org-rmail.el (org-rmail-store-link): Protect the call to
1108         `rmail-narrow-to-non-pruned-header'.
1110         * org-clock.el (org-clock-special-range): Fix week display in
1111         clock tables.
1113         * org-exp.el (org-get-current-options): Fix bug when in indirect
1114         buffer.
1116 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1118         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1119         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1120         (org-agenda-dim-blocked-tasks): New function.
1122         * org.el (org-enforce-todo-dependencies): New option.
1123         (org-block-todo-from-children-or-siblings): New function.
1125         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1127         * org.el (org-todo): Return correct state type even if the blocker
1128         throws an error.
1129         (org-modifier-cursor-error): Renamed from
1130         `org-shiftcursor-error'.
1131         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1132         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1134         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1135         to get real errors from the blocker hook.
1137         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1138         functions.
1139         (org-set-visibility-according-to-property): Turn off the setting
1140         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1141         property.
1143 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1145         * org.el (org-support-shift-select): New option.
1146         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1147         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1148         selection outside contexts.
1150         * org-list.el (org-at-item-bullet-p): New function.
1152         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1153         variables.
1155         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1156         variable.
1157         (org-insert-footnote-reference-near-definition): Remove
1158         unnecessary let form.
1160         * org-export-latex.el (org-export-latex-first-lines): Add
1161         OPT-PLIST parameter.
1162         (org-export-as-latex): Call `org-export-latex-first-lines' with
1163         opt-plits parameter.
1164         (org-export-latex-preprocess): Remove unnecessary variables.
1166         * org-exp.el (org-infile-export-plist)
1167         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1168         (org-export-remove-headline-metadata)
1169         (org-export-get-title-from-subtree, org-get-min-level)
1170         (org-html-do-expand): Remove innecessary let form.
1172         * org-colview-xemacs.el (org-columns-display-here): Remove
1173         unnecessary variables.
1175         * org-colview.el (org-columns-display-here): Remove unnecessary
1176         variables.
1178         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1179         variables.
1181         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1182         unnecessary variables.
1184         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1185         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1186         variables.
1188         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1189         (org-compact-display-after-subtree-move): Remove unnecessary
1190         variables.
1191         (org-edit-fixed-width-region): Remove unnecessary variables.
1192         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1193         (org-olpath-completing-read): Remove unnecessary variable.
1194         (org-auto-repeat-maybe): Remove unnecessary variable.
1195         (org-map-entries): Remove unnecessary variable.
1196         (org-buffer-property-keys, org-imenu-get-tree)
1197         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1199 -----------------------------------------------------------------
1201 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1202         * org-exp.el (org-export-remove-timestamps): Never remove
1203         timestamps from tables.
1205         * org-export-latex.el (org-export-latex-first-lines): Add more
1206         options to the preprocessing of the text before the first
1207         headline.
1209 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1211         * org-faces.el (org-clock-overlay): Make face compatible with
1212         XEmacs.
1214         * org.el (org-yank): Add property for delete-selection mode.
1216         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1218         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1219         variable.
1221         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1222         to `backward-char'.
1224         * org-exp.el (org-export-as-html): Remove the initial space from
1225         colon examples.
1227         * org.el (org-scan-tags): Call
1228         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1230         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1231         customization groups.
1232         (org-agenda-tags-todo-honor-ignore-options): New option.
1233         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1234         New function.
1235         (org-agenda-get-todos): Use
1236         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1238 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1240         * org-exp.el (org-export-format-source-code-or-example): Escape
1241         HTML characters also in examples that anre not treated with
1242         htmlize.  Also, just switch to EXAMPLE processing if we do not
1243         have a good version of htmlize.
1245         * org-rmail.el: Fix copyright notice.
1247         * org.el (org-activate-footnote-links): Improve footnote link
1248         highlighting.
1250         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1251         a footnote definition at the end of the file.
1253         * org-table.el (org-table-get-specials): Add an imagined hline at
1254         the end of the table.  This can be useful for references that want
1255         to go to the end of the table.  Also fix bug when computing last
1256         row constants, in tables that do not start right at the right
1257         margin.
1258         (org-table-eval-formula): Match and replace remove references.
1259         (org-table-formula-substitute-names): Make sure that names inside
1260         a "remote" call are left alone, the will be replaced later when
1261         the remote call is handled.
1262         (org-table-convert-refs-to-rc): Do not convert things that might
1263         look like a reference, but are really part of an ID or namei n a
1264         remote reference.
1265         (org-table-get-remote-range): New function.
1267 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1271         * org-clock.el (org-clock-put-overlay): Use new face instead of
1272         `secondary-selection'.
1274         * org-faces.el (org-clock-overlay): New face.
1276 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org-exp.el (org-get-current-options): Include the option for
1279         publishing time stamps.
1281         * org.el (org-toggle-heading): Renamed from
1282         `org-toggel-region-headings'.
1283         No longer needs a region defined, but will use it if there is one.
1284         (org-ctrl-c-star): Simplified, relying more on the internal
1285         workings of `org-toggle-heading'.
1286         (org-toggle-item): Renamed from `org-toggle-region-items'.
1287         No longer needs a region defined, but will use it if there is one.
1288         (org-ctrl-c-minus): Simplified, relying more on the inernal
1289         workings of `org-toggle-item'.
1291         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1292         environment detection.  Also, do real changes only in unprotected
1293         places.
1295 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org-export-latex.el (org-export-latex-quotation-marks): Use
1298         `org-if-unprotected-1'.
1299         (org-export-latex-set-initial-vars): Check for class definition in
1300         property.
1302         * org-macs.el (org-if-unprotected-1): New macro.
1304 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org-compat.el (org-count-lines): New function.
1308         * org-exp.el (org-export-format-source-code-or-example): Handle
1309         switches related to text areas.
1311         * org.el (org-activate-footnote-links): Don't allow match inside a
1312         link.
1314         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1316         * org-export-latex.el (org-export-latex-links): Keep a relative
1317         path relative also after export.
1319         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1321         * org.el (org-make-tags-matcher): Never use IDO for completing the
1322         tags matcher match string.
1323         (org-completing-read): Also remove the special biding for "?".
1325         * org-attach.el (org-attach-allow-inheritance): New option.
1326         (org-attach-inherited): New variable.
1327         (org-attach-dir): Handle properties related to the attachment
1328         directory.
1329         (org-attach-check-absolute-path): New function.
1330         (org-attach-set-directory, org-attach-set-inherit): New commands.
1331         (org-attach): Accommodate the new commands in the dispatcher.
1333 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1335         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1336         `window-full-width-p'.
1338         * org-exp.el (org-export-as-html): Only check for images files
1339         that really can be inlined
1341         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1342         list of extensions to be a parameter.
1344         * org-exp.el (org-export-html-inline-image-extensions): New
1345         variable.
1347         * org-agenda.el (org-prepare-agenda): Use
1348         `org-agenda-block-separator'.
1349         (org-agenda-block-separator): New option.
1351 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1353         * org-export-latex.el (org-export-latex-tables): Call
1354         `org-table-clean-before-export' with the new optional argument.
1356         * org-exp.el (org-table-clean-before-export): New optional
1357         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1358         first column.
1360 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1362         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1363         histograms.
1365         * org-colview.el (org-colview-construct-allowed-dates): Better
1366         error catching when a date/time property does not have allowed
1367         values defined.
1369         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1370         Better error catching when a date/time property does not have
1371         allowed values defined.
1373 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1375         * org.el (org-map-entries): Restore point and restriction after
1376         `org-map-entries'.
1378 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1380         * org.el (org-time=, org-time<, org-time<=, org-time>)
1381         (org-time>=, org-time<>): Make sure both values are dates.
1383 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org-archive.el (org-extract-archive-heading): Allow %s for file
1386         name also in achive location heading.
1388 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org-archive.el (org-add-archive-files): Uniquify the list before
1391         returning it.
1393 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1395         * org-compat.el (org-fit-window-to-buffer): Use
1396         `window-full-width-p'.
1398         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1399         space after the colon in short examples.
1401         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1402         enforce a space after the colon.  However, we also allow lines
1403         that are *only* a colon.
1404         (org-export-as-html): Enforce the space after the colon in short
1405         examples.
1406         (org-export-preprocess-string): Do the colon example protection
1407         earlier.
1408         (org-export-remove-timestamps): Do not check for protection at the
1409         end of the line.
1411 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1413         * org.el (org-format-latex-options): Add new matcher for single
1414         letters between dollars.
1415         (org-get-header): Function removed.
1416         (org-heading-components): New function.
1418         * org-exp.el (org-export-define-heading-targets): Record ID's also
1419         as alternative targets.
1420         (org-export-as-html): Interpret "id:" links to other files by
1421         preserving the relative path.
1423         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1424         is nil.
1426         * org-exp.el (org-export-normalize-links): Protect the main link,
1427         to avoid special character processing.
1429         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1430         New variable.
1431         (org-export-latex-special-string-regexps): Variable removed.
1432         (org-export-latex-keywords): Use the new regexp.
1434         * org-exp.el (org-export-handle-include-files): Fetch switches and
1435         put them into the BEGIN statement.
1437         * org-timer.el (org-timer-mode-line-string): New variable.
1439         * org-clock.el (org-clock-mode-line-map): Renamed from
1440         `org-clock-mode-map'.
1441         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1442         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1443         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1444         (org-clock-remove-overlays): Renamed from
1445         `org-remove-clock-overlays'.
1447         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1448         and mode line display.
1449         (org-timer-stop): New command.
1450         (org-timer-seconds): Return correct time when timer is paused.
1451         (org-timer-mode-line-timer): New variable.
1452         (org-timer-set-mode-line, org-timer-update-mode-line): New
1453         functions.
1455         * org.el (org-insert-heading):  Handle new value `auto' for
1456         `org-blank-before-new-entry'.
1457         (org-org-menu): Add new items for timer functions.
1459         * org-list.el (org-insert-item): Handle new value `auto' for
1460         `org-blank-before-new-entry'.
1462         * org.el (org-blank-before-new-entry): New value `auto', made
1463         default.
1465 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org-exp.el (org-export-normalize-links): If the link is also
1468         used as the description, protect the description.
1470 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1472         * org.el (org-closest-date): Fix bug with yearly repeats, in
1473         combination with preference of the past as it is used for deadline
1474         and scheduling search.
1476         * org-exp.el (org-html-handle-time-stamps): No longer check for
1477         the `org-export-with-timestamps' option, because the preprocesser
1478         has taken care of this already.
1480         * org.el (org-entry-properties): Catch the case when this is
1481         called in a non-org-mode file.
1483         * org-export-latex.el (org-export-latex-remove-from-headlines):
1484         Variable made obsolete, also LaTeX export now uses the standard
1485         variables.
1486         (org-export-as-latex): Add the timestamps parameter to the
1487         preprocessor parameter list.
1488         (org-export-latex-content): Export the remaining keywords without
1489         considering to remove them.
1490         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1491         Use bold font instead of tt font for the keywords.
1492         (org-export-latex-fontify-headline): Format headlines, assuming
1493         that all keywords still present should be published.
1494         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1495         publish what ever remains of the time stamps.
1496         (org-export-latex-list-parameters): New option.
1497         (org-export-latex-lists): Pass additional parameters to the list
1498         converter.
1500         * org-exp.el (org-export-preprocess-string): Remove clock lines
1501         and timestamps already in the preprocesor.
1502         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1503         functions.
1504         (org-export-as-ascii, org-export-as-html): Add the timestamps
1505         parameter to the preprocessor parameter list.
1507         * org-list.el (org-list-parse-list): Parse for checkboxes.
1508         (org-list-to-generic): Introduce and handle new parameters :cbon
1509         and :cboff.
1510         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1511         optional parameter PARAMS.
1513         * org-export-latex.el (org-export-latex-special-chars): Fix
1514         problems with interpreting dollar signs.
1515         (org-inside-latex-math-p): New function.
1516         (org-export-latex-preprocess): Protect all the math fragments.
1518         * org.el (org-latex-regexps): Allow a dash after a dollar.
1520         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1521         mark after copying.
1523         * org-agenda.el (org-run-agenda-series): Have series options set
1524         when finalizing the agenda.
1526         * org-exp.el (org-export-format-source-code-or-example): Protect
1527         the converted examples.
1529         * org.el (org-set-regexps-and-options): Fix the regexp
1530         `org-complex-heading-regexp'.
1532 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1534         * org.el (org-edit-src-get-label-format): New function.
1535         (org-coderef-label-format): New option.
1536         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1537         a label format specification and make sure it is used in the edit
1538         buffer.
1539         (org-edit-src-get-label-format): New function.
1540         (org-store-link): Handle new coderef formats.
1541         (org-link-search): Handle new coderef formats.
1543         * org-footnote.el (org-footnote-create-definition)
1544         (org-footnote-goto-local-insertion-point): Make footnote insertion
1545         work correctly when the "Footnotes" headline is the last line in
1546         the buffer.
1548         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1549         the location.
1551 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1553         * org-w3m.el (org-w3m): New customization group.
1554         (org-w3m-deactivate-mark): New option.
1555         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1556         option say not to.
1558 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1560         * org.el (org-set-font-lock-defaults): Trigger footnote
1561         fontification.
1562         (org-activate-footnote-links): New function.
1563         (org-activate-links): New entry `footnote'.
1565         * org-faces.el (org-footnote): New face.
1567 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1569         * org-macs.el (org-re): Handle the [:word:] class.
1571         * org-exp.el (org-export-preprocess-string): Call
1572         `org-export-protect-colon-examples'.
1573         (org-export-protect-colon-examples): Renamed from
1574         `org-export-protect-examples', and scope limited to lines starting
1575         with a colon.
1577 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1579         * org-exp.el (org-export-preprocess-string): Move the preprocess
1580         hook to after turning on Org-mode.
1581         (org-export-preprocess-after-include-files-hook)
1582         (org-export-preprocess-after-tree-selection-hook)
1583         (org-export-preprocess-before-backend-specifics-hook)
1584         (org-export-preprocess-final-hook): New hooks.
1585         (org-export-preprocess-string): Run the new hooks.
1587         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1589         * org-footnote.el: New file.
1591         * org.el (org-footnote): Require footnote code.
1592         (org-startup-options): Add new footnote options.
1593         (org-mode-map): New keybindig for footnotes.
1594         (org-ctrl-c-ctrl-c): Add function at footnotes.
1595         (org-org-menu): New menu entries for footnotes.
1597         * org-export-latex.el (org-export-as-latex): Pass footnote
1598         variable to preprocessor.
1599         (org-export-latex-preprocess): Treat multiple references to a
1600         footnote.
1602         * org-exp.el (org-export-preprocess-string): Call
1603         `org-footnote-normalize'.
1604         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1605         to preprocessor.
1606         (org-export-as-html): Treat multiple references to a footnote.
1608 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1610         * org-export-latex.el (org-export-latex-links): Handle coderef
1611         links.
1613         * org.el (org-bracket-link-analytic-regexp++): New variable.
1614         (org-make-link-regexps): Initialize
1615         `org-bracket-link-analytic-regexp++'.
1616         (org-store-link): Implement special case in edit-src buffer.
1617         (org-insert-link): No use of ide to insert stored links.
1618         (org-link-search): Implement special case for coderefs.
1620         * org-exp.el (org-export-html-scripts): New constant.
1621         (org-export-html-style-default): Add a new style for highlighted
1622         code.
1623         (org-export-code-refs): New variable.
1624         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1625         Call `org-export-replace-src-segments-and-examples'
1626         No longer call `org-export-protect-examples'.
1627         (org-export-target-internal-links): Take care of coderef targets.
1628         (org-export-last-code-line-counter-value): New variable.
1629         (org-export-replace-src-segments-and-examples): Renamed from
1630         `org-export-replace-src-segments', and modified.
1631         (org-export-format-source-code-or-example): Renamed from
1632         `org-export-format-source-code'.
1633         (org-export-number-lines): New function.
1634         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1636 --------------------------------------------------------------------------
1638 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1640         * org-remember.el (org-remember-handler): Safer way to get a new
1641         buffer accessing the target file.
1643         * org.el (org-refile-get-location): Handle case of current buffer
1644         not having a file associated with it.
1646 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1648         * org-table.el (org-table-get-formula): Only ask to overwrite
1649         field formula if there really is one.
1651         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1652         number, by converting these to a string.
1654         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1655         located in a different file.
1657         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1658         org-colview.el.
1660 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org.el (org-completion-use-ido): Enhance docstring of
1663         `org-completion-use-ido'.
1665         * org-export-latex.el (org-export-latex-make-header): Double the %
1666         in the time stamp format.
1667         (org-export-latex-special-chars): Handle case where there is no
1668         match group 3.
1670 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1672         * org.el (org-get-refile-targets, org-refile-get-location): Use
1673         expanded file name to improve comparison.
1675 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1677         * org.el (org-scan-tags): Rescan for tags, to get the correct
1678         upcase/downcase stuff.  This slows things down for now, but it
1679         works.
1680         (org-mode): Make sure the tag-faces regexp is initialized.
1682         * org-export-latex.el (org-export-latex-links): Fix bug with
1683         undefined label.
1685         * org-table.el (org-table-get-specials): Set
1686         `org-table-current-last-data-line'.
1687         (org-table-current-last-data-line): New variable.
1688         (org-table-insert-column, org-table-delete-column)
1689         (org-table-move-column, org-table-fix-formulas): Call
1690         `org-table-fix-formulas' a second time to fix the $LR references.
1691         (org-table-get-specials): Add the $LR references to the tables.
1692         (org-table-get-formula): Do not offer last-row names as LHS of
1693         formulas.
1695         * org.el (org-store-link): Capture link description from
1696         `org-id-store-link'.
1698         * org-exp.el (org-export-html-format-image): Add the / to the end
1699         of the <img> tag.
1700         (org-export-format-source-code): Surround example by empty lines,
1701         to make sure it will not be inside a paragraph.
1703         * org.el (org-ido-switchb): New function.
1705 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1707         * org-agenda.el (org-agenda-show): New prefix argument
1708         FULL-ENTRY.
1710         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1711         argument.
1713         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1714         `org-agenda-change-all-lines'.
1715         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1716         tags are now retrieved locally.
1718 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1720         * org.el (org-get-outline-path): Fix bug if level is not given.
1721         (org-org-menu): Do not quote function in menu vector.
1723         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1724         name.
1726 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1728         * org.el (org-refile): Avoid refiling to within the region to be
1729         refiled.
1731         * org-export-latex.el (org-export-latex-special-chars): Replace
1732         special characters also in tables.
1734         * org-agenda.el (org-agenda-change-all-lines): New argument
1735         FORCE-TAGS.
1736         (org-agenda-set-tags): Cet the new tags and pass them to
1737         `org-format-agenda-item'.
1739 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1741         * org-export-latex.el (org-export-latex-classes): Add longable as
1742         a default package to all classes.
1743         (org-export-latex-tables): Handle the longtable attribute and the
1744         align attribute.
1746         * org-table.el (orgtbl-to-generic): Handle tables that start with
1747         a hline.
1749         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1750         \verb for colde-like snippets.
1751         (org-export-as-latex): Fix issues with region export.
1753         * org.el (org-up-heading-safe): Speed up function by using a
1754         direct regexp search.
1755         (org-olpa): New variable.
1756         (org-get-outline-path): Speed-up path constructions in cases where
1757         this is possible because the entire hierarchy is scanned anyway.
1758         (org-refile-get-location): Don't compare the truenames of files,
1759         this is too slow.
1760         (org-goto-max-level): New option.
1761         (org-goto): Use `org-goto-max-level'.
1763 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1765         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1766         Strip angle brackets from message-ids in the former and don't do
1767         it in the latter.
1768         (org-gnus-follow-link): Open summary reliable, even if the last
1769         messages were deleted, and handle empty groups, too.
1771 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1773         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1774         instead of \texttt for the =...= and ~===~ emphasis environments.
1775         (org-export-as-latex): Remove any old :org-license-to-kill text
1776         properties.
1777         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1778         (org-export-latex-make-header): Add some hard space after the
1779         table of contents.
1780         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1781         exported text so that it will be excuded in further steps.
1783         * org-table.el (org-table-get-specials): Make @0 reference the
1784         last line in a table.
1785         (org-table-recalculate): Improve docstring.
1787 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1789         * org.el (org-log-done): Fix docstring.
1791 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org-exp.el (org-export-html-format-image): Fix bugs.
1795         * org-export-latex.el (org-export-latex-tables)
1796         (org-export-latex-links): Implement attribute, label, and caption
1797         handling.
1799         * org-exp.el (org-export-html-style-default): Add style
1800         definitions for the figure div.
1801         (org-export-preprocess-string, org-export-as-html): Implement
1802         attribute, label, and caption handling.
1803         (org-export-attach-captions-and-attributes): New function.
1804         (org-export-html-format-image): New function.
1805         (org-format-org-table-html): Implement attribute, label, and
1806         caption handling.
1808         * org.el (org-find-text-property-in-string): New function.
1809         (org-extract-attributes): Use the property org-attr instead of
1810         org-attrobutes, because this property is now set with the #+ATTR
1811         lines.
1813 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1815         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1816         the case that FROM is nil.
1818         * org.el (org-before-first-heading-p): New function.
1820 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1822         * org-exp.el (org-export-as-html): Do not add a space before
1823         enforces line breaks.
1824         (org-export-as-html): Close paragraph before blockquote and verse
1825         tags.
1827 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1829         * org-id.el (org-id-locations-file): Wrap file name with
1830         `convert-standard-filename'.
1831         (org-id-files): New variable.
1832         (org-id-use-hash): New option.
1833         (org-id-update-id-locations): Also search in all files current
1834         listed in `org-id-files'.  Convert the resulting alist to a hash
1835         if the user customation says so.
1836         (org-id-locations-save): Handle he case if `org-id-locations' is a
1837         hash.
1838         (org-id-locations-load): Convert the alist to a hash.
1839         (org-id-add-location): Handle the hast case.
1840         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1841         exited.
1842         (org-id-hash-to-alist, org-id-alist-to-hash)
1843         (org-id-paste-tracker): New functions.
1845 -------------------------------------------------------------------------
1847 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1849         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1850         bindings of calendar variables.
1852         * org-table.el (org-table-find-row-type): Renamed from
1853         `org-find-row-type'.
1854         (org-table-rewrite-old-row-references): Renamed from
1855         `org-rewrite-old-row-references'.
1856         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1857         (org-table-cleanup-narrow-column-properties): Renamed from
1858         `org-cleanup-narrow-column-properties'.
1860 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1862         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1863         for better error messages.
1864         (org-table-get-descriptor-line): Supply the new arguments to
1865         `org-find-row-type'.
1866         (org-table-error-on-row-ref-crossing-hline): New option.
1868         * org.el (org-target-link-regexp): Make buffer-local.
1869         (org-move-subtree-down): Fix bug with trees at beginning of
1870         buffer.
1872 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1874         * org-faces.el (org-set-tag-faces): New function.
1875         (org-tags-special-faces-re): New variable.
1877         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1879         * org-faces.el (org-tag-faces): New option.
1880         (org-tag): Mention `org-tag-faces' in the docstring.
1882 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org-exp.el (org-export-html-style-default): Implement new
1885         quoting.
1887         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1889         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1890         command to the `w3m-minor-mode-map'.
1892         * org-archive.el (org-archive-to-archive-sibling): Protect
1893         `this-command' to avoid appending kills during archiving.
1895         * org-exp.el (org-export-with-priority): New variable.
1896         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1897         instead of internal list of strings and properties.
1898         (org-print-icalendar-entries): Retrieve the location property with
1899         inheritance.
1901 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1903         * org-exp.el (org-export-with-todo-keywords): New option.
1904         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1905         line.
1906         (org-default-export-plist, org-export-add-options-to-plist)
1907         (org-export-as-ascii, org-export-as-html): Use the new structure
1908         of `org-export-plist-vars'.
1910         * org.el (org-map-entries): Return all values.
1912 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1914         * org.el (org-matcher-time): Recognize more special values.
1916         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1918 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1920         * org.el (org-tags-exclude-from-inheritance): New option.
1921         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1922         `org-tags-exclude-from-inheritance'.
1924         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1925         (org-format-agenda-item): Add inherited tags to the agenda line
1926         string, and make sure that properties are kept when downcasing the
1927         tags list.
1928         (org-agenda-add-inherited-tags): New function.
1929         (org-downcase-keep-props): New function.
1931         * org.el (org-scan-tags): Mark inherited tags with a text
1932         property.
1933         (org-get-tags-at): Mark inherited tags with a text property.
1934         (org-add-prop-inherited): New function.
1936         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1937         (org-agenda-show-inherited-tags): New option.
1939 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1941         * org.el (org-modules): Add org-w3m to the default modules.
1943         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1944         orgtbl-mode.
1945         (orgtabl-create-or-convert-from-region): New command.
1947         * org-exp.el (org-export-as-ascii): Remove the handling of
1948         targets.
1949         (org-export-ascii-preprocess): Handle targets already in this
1950         function.
1952 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1954         * org-timer.el (org-timer-start-time): Define this variable.
1955         (org-timer-item): Make argument optional.
1957         * org-list.el (org-insert-item): Automatically insert a timer item
1958         if the current list is a timer list.
1960         * org-timer.el: New file.
1962         * org-publish.el (org-publish-org-index): Only exclude the index
1963         file in the main directory from being added to the site-map.
1964         (org-publish-get-project-from-filename): If the current project is
1965         a component, start publishing from the parent project.
1967 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1969         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1971         * org-publish.el (org-publish-org-index): Improve removal of
1972         temporary buffers.
1974         * org-agenda.el (org-get-closed): Re-apply changes
1975         accidentially overwritten by last commit to Emacs.
1977         * org.el (org-outline-path-complete-in-steps): New option.
1978         (org-refile-get-location): Honor
1979         `org-outline-path-complete-in-steps'.
1980         (org-agenda-change-all-lines, org-tags-sparse-tree)
1981         (org-time-string-to-absolute, org-small-year-to-year)
1982         (org-link-escape): Re-apply changes accidentially overwritten
1983         by last commit to Emacs.
1985 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1987         * org-clock.el (org-dblock-write:clocktable): Make sure the
1988         clocktable sees the first line.
1989         (org-clock-in): Warn if the clock cannot be resumed.
1991 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1993         * org.el (org-open-at-point): Fix mixup about interactive and
1994         non-interactive elisp links.
1996 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1998         * org-exp.el (org-export-preprocess-string): Allow one comment
1999         line before the first headline to always be included.  This is
2000         to not miss a commented target.
2002         * org-mouse.el (org-mouse-insert-item): Call
2003         `org-indent-to-column' instead of `indent-to', for XEmacs
2004         compatibility.
2006         * org.el (org-refile-targets): Fix customize definition so
2007         that it works also in XEmacs.
2008         (org-fixup-indentation): Call `org-indent-to-column' instead
2009         of `indent-to', for XEmacs compatibility.
2011 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2013         * org-mew.el (org-mew-store-link): Get the correct case folder
2014         for refiled messages.
2016 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2018         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2019         line break indicators.
2021         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2022         ido-completion propts.
2024 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2026         * org-remember.el (org-remember-apply-template): Use
2027         `org-substring-no-properties'.
2029         * org-compat.el (org-substring-no-properties): New function.
2031         * org-remember.el (org-remember-apply-template): Use
2032         `org-substring-no-properties' for compatibility.
2034         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2035         option.
2036         (org-fix-bullet-type): respect
2037         `org-list-two-spaces-after-bullet-regexp'.
2039         * org-clock.el (org-clock-load): Clean up the code.
2041         * org.el (org-adaptive-fill-function): Allow two spaces after
2042         "1." as a list bullet.
2044 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2046         * org-clock.el (org-clock-save, org-clock-load): Check for
2047         live buffers, existing files, and buffer file names to ensure
2048         consistent information.
2049         (org-clock-persist): Make `clock' a special value of this
2050         variable, and improve docstring.
2052         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2053         (org-get-string-indentation): Adapt indentation when the bullet
2054         width changes.
2056 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2058         * org-remember.el (org-remember-finalize): Make interactive.
2059         (org-remember-kill): New command.
2060         (org-remember-finish-immediately): Call `org-remember-finalize'
2061         directly.
2062         (org-remember-finalize): Make `org-remember-finalize' an interactive
2063         function.
2065 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2067         * org-remember.el (org-remember-apply-template): No ido completion
2068         for free prompts in remember templates.
2069         (org-remember-before-finalize-hook): New hook.
2070         (org-remember-mode): New minor mode.
2071         (org-remember-apply-template): Turn on `org-remember-mode'.
2073         * org-id.el (org-id-add-location): Avoid error when no file is
2074         given.
2076         * org-remember.el (org-remember-apply-template): Fix the way how
2077         the list of allowed properties is retrieved from the target file.
2079         * org.el (org-insert-link): Improve file link matching.
2081 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2083         * org-colview.el (org-columns-display-here): New argument
2084         DATELINE, to trigger using the new face.
2085         (org-agenda-colview-summarize): Call `org-columns-display-here'
2086         with the new argument.
2088         * org-faces.el (org-agenda-column-dateline): New face.
2090         * org-publish.el (org-publish-org-index): Use index-title at page
2091         title, not as section.
2093         * org-exp.el (org-export-html-format-desc): Respect the
2094         org-protect property.
2095         (org-export-as-html): Protect image specifiers that are in the
2096         description part of a link.
2098         * org.el (org-sort-entries-or-items, org-completing-read)
2099         (org-refile-get-location, org-olpath-completing-read, org-todo)
2100         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2101         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2102         (org-set-property, org-delete-property)
2103         (org-delete-property-globally): Use `org-ido-completing-read'.
2105         * org-remember.el (org-remember-apply-template): Use
2106         `org-ido-completing-read'.
2108         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2110         * org-colview.el (org-columns-edit-value, org-columns-new)
2111         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2113         * org-colview-xemacs.el (org-columns-edit-value)
2114         (org-columns-new, org-insert-columns-dblock): Use
2115         `org-ido-completing-read'.
2117         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2118         `org-ido-completing-read'.
2120         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2121         `org-ido-completing-read'.
2123         * org.el (org-time-today): New function.
2124         (org-matcher-time): Use `org-time-today'.  Add special treatment
2125         for "<tomorrow>" and "<yesterday>".
2126         (org-ido-completing-read): New function.
2127         (org-completion-use-ido): New option.
2129         * org-exp.el (org-export-format-source-code): Fix bug in require
2130         htmlize code.
2131         (org-export-target-internal-links): Fix bug in search for text
2132         property.
2134 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2136         * org-export-latex.el (org-export-latex-subcontent): Interprete
2137         target aliases as additonal labels.
2139         * org-exp.el (org-export-target-aliases): New variable.
2140         (org-export-preprocess-string)
2141         (org-export-handle-invisible-targets): Fill the alias alist.
2142         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2143         assign an id.
2144         (org-html-level-start): Insert the target aliases as additonal
2145         anchors.
2147         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2148         picture area.
2150 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2152         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2153         when following a link with the mouse from the agenda.
2155         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2156         headlines are created.
2158 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2160         * org-exp.el (org-export-preprocess-string): Reorder so that we
2161         can still see ID properties when we collect targets.
2162         (org-export-target-internal-links): Also store targets for ID's.
2164         * org.el (org-link-translation-function): New option.
2165         (org-open-at-point): Call `org-link-translation-function' if
2166         non-nil.
2167         (org-translate-link): New function.
2168         (org-translate-link-from-planner): New function.
2169         (org-open-at-point): Allow interactive commands in elisp links.
2171         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2172         iCalendar quoting.  The new one seems to caus problems with
2173         applications.
2175         * org.el (org-yank): Set `this-command' to `yank', so that
2176         `yank-pop' will work.
2178 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2180         * org-id.el (org-id-search-archives): New option.
2182         * org.el (org-link-to-org-use-id): New option.
2183         (org-store-link): Use `org-link-to-org-use-id'.
2184         (org-id): Make org-id.el a standard component.
2186 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2188         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2189         hexified version of the tag.
2191         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2192         compliance as far as quoting is concerned.
2194         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2196         * org.el (org-up-heading-safe, org-forward-same-level): Always
2197         call `org-back-to-heading' instead of `outline-back-to-heading'.
2198         (org-back-to-heading): New wrapper around outline-back-to-heading,
2199         with a useful error message telling where the error happened.
2201         * org-list.el (org-update-checkbox-count): Always call
2202         `org-back-to-heading' instead of `outline-back-to-heading'.
2204         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2205         has an `alt' attribute, to ensure XHTML validation.
2207 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2209         * org-publish.el (org-publish-attachment): Allow publishing to
2210         overwrite attachment files.
2212         * org-agenda.el (org-agenda-timerange-leaders): New option.
2213         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2215         * org.el (org-edit-src-exit): Untabify ASCII image before
2216         returning.
2229 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2231         * org.el (org-yank): Make any prefix force normal yanking.
2232         Suppress folding if text would be swallowed into a folded
2233         subtree.
2234         (org-yank-folded-subtrees, org-yank): Docstring updates.
2236         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2237         defined as 0.
2239         * org-exp.el (org-export-language-setup): Add Catalan and
2240         Esperanto language entries.
2242 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2244         * org.el (org-refile): Allow refiling of entire regions.
2246         * org-clock.el (org-clock-time%): New function.
2248         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2249         retrieve property values.
2251 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2253         * org-agenda.el (org-agenda-list): Handle the value `only' of
2254         org-agenda-show-log'.
2255         (org-agenda-log-mode): Interpret a double prefix arg.
2257 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org-exp.el (org-export-html-footnotes-section): New variable.
2260         (org-export-as-html): Use `org-export-html-footnotes-section' to
2261         insert the footnotes.
2262         (org-export-language-setup): Add "Footnotes" to language words.
2264 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2266         * org.el (org-yank): Fix bug when not inserting a subtree.
2268 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2270         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2271         instead of `vm-beginning-of-message'.
2273         * org.el (org-make-link-regexps): Make sure that links to gnus can
2274         contain brackets.
2276 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2278         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2279         code.
2281         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2282         shell output.
2284         * org.el (org-link-abbrev-alist): Improve customization type.
2286         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2287         functions.
2289         * org-agenda.el (org-agenda-get-progress): Renamed from
2290         `org-get-closed'.  Implement searching for state changes as well.
2291         (org-agenda-log-mode-items): New option.
2292         (org-agenda-log-mode): New option prefix argument, interpreted as
2293         request to show all possible progress info.
2294         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2295         `org-get-closed'.
2296         (org-agenda-set-mode-name): Handle the more complex log mode
2297         settings.
2298         (org-get-closed): New alias, pointing to `org-get-progress'.
2300 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2302         * org.el (org-file-apps-defaults-gnu)
2303         (org-file-apps-defaults-macosx)
2304         (org-file-apps-defaults-windowsnt): Add an entry defining the
2305         system command.
2306         (org-file-apps): Allow `system' as key and value.
2307         (org-open-at-point): Explain the effect of a double prefix arg.
2308         (org-open-file): If the argument `in-emacs' is (16),
2309         i.e. corresponding to a double prefix argument, try to open the
2310         file externally.
2312 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2314         * org.el (org-insert-link): Abbreviate absolute files names in
2315         links.  Also, fix a bug in which the double C-u prefix would not
2316         be honored.
2318 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2320         * org.el (org-insert-heading): If buffer does not end with a
2321         newline, add one if necessary to insert headline correctly.
2323         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2324         paragraphs, not inside.
2326         * org.el (org-todo): Quote
2327         `org-agenda-headline-snapshot-before-repeat'.
2329         * org-exp.el (org-export-as-html): Fully process link descriptions.
2330         (org-export-html-format-desc): New function.
2331         (org-export-as-html): Collect footnotes into the correct basket.
2332         (org-html-protect): No longer protect quotations marks here, this
2333         goes wrong.
2335         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2336         BEG.
2338         * org-compat.el (org-fit-window-to-buffer): New function (not
2339         really, a preliminary and incomplete version was present earlier,
2340         but not used).
2342         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2343         `org-fit-window-to-buffer'.
2345         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2347         * org-agenda.el (org-agenda-get-restriction-and-command)
2348         (org-fit-agenda-window, org-agenda-convert-date): Use
2349         `org-fit-window-to-buffer'.
2351         * org-exp.el (org-export-as-html): Process href links through
2352         `org-export-html-format-href'.
2353         (org-export-html-format-href): New function.
2355         * org-agenda.el (org-agenda-todo): Update only the current
2356         headline if this is a repeated TODO, marked done for today.
2357         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2358         only the current line.
2360         * org.el (org-todo): Take a snapshot of the headline if the
2361         repeater might change it.
2363 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2365         * org-publish.el (org-publish-find-title): Remove buffers visited
2366         only for extracting the title.
2368         * org-exp.el (org-export-html-style)
2369         (org-export-html-style-default): Mark style definitions as
2370         unparsed CDATA.
2372         * org-publish.el (org-publish-validate-link): Function
2373         re-introduced.
2375 2008-11-02  Charles Sebold  <csebold@gmail.com>
2377         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2378         property.
2379         (org-plot-quote-timestamp-field): New function.
2380         (org-plot-quote-tsv-field): Call timestamp field function when
2381         necessary rather than just quoting as a string.
2382         (org-plot/gnuplot-to-data): Pass in timefmt property.
2383         (org-plot/gnuplot-script): Supports timefmt property.
2384         (org-plot/gnuplot): Checks for timestamp column before checking
2385         for text index column.
2387 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2389         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2391         * org-publish.el (org-publish-org-index): Create a section in the
2392         index file.
2393         (org-publish-org-index): Stop linking to directories.
2395         * org.el (org-emphasis-alist): Use span instead of <u> to
2396         underline text.
2398         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2399         <pre> sections.
2401 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2403         * org-jsinfo.el (org-infojs-template): Remove language attribute
2404         from script tag.
2406 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2408         * org-agenda.el (org-agenda-remove-marked-text): New function.
2409         (org-agenda-mark-filtered-text)
2410         (org-agenda-unmark-filtered-text): New functions.
2411         (org-write-agenda): Remove fltered text.
2413         * org.el (org-make-tags-matcher): Give access to TODO "property"
2414         without speed penalty.
2416 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2418         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2419         option.
2420         (org-store-link-props): Make sure adding to the plist works
2421         correctly.
2423         * org-gnus.el (org-gnus-no-new-news): New function.
2424         (org-gnus-follow-link): Allow the article ID to be a message-id,
2425         in addition to allowing article numbers.  Message IDs make much
2426         more roubust links.
2427         (org-gnus-store-link): Use message-id to create link.
2429 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2431         * org.el (org-emphasize): Reverse the selection array.
2432         (org-emphasis-alist): Set <code> tags for the verbatim
2433         environment.
2435         * org-remember.el (org-remember-handler): Fix bug with
2436         prefix-related changing of the note storage target.
2438         * org-exp.el (org-print-icalendar-entries): Make the exported
2439         priorities compatible with RFC 2445.
2441         * org-clock.el (org-clock-save): Insert time stamp without
2442         dependence on time-stamp.el.
2444 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2446         * org.el ("saveplace"): If saveplace puts point into an invisible
2447         location, make it visible.
2448         (org-make-tags-matcher): Allow inactive time stamps in time
2449         comparisons.
2450         (org-yank-adjusted-subtrees): New option.
2451         (org-yank): Incorporate adjusting trees.
2452         (org-paste-subtree): New argument FOR-YANK which will cause
2453         insertion at point without backing up over white lines, and leave
2454         point at the end of the inserted text.  Also if the cursor is
2455         at the beginning of a headline, use the same level or the inserted
2456         tree.
2458         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2459         with broken symlinks
2461 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2463         * org-exp.el (org-export-select-tags, org-get-current-options):
2464         Fix typo.
2466 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2468         * org-agenda.el (org-format-agenda-item)
2469         (org-agenda-filter-make-matcher): Make sure tags are stored and
2470         compared donwcased.
2472 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2474         * org.el (org-insert-todo-heading): Fix bug with force-heading
2475         argument.
2477 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2479         * org-clock.el (org-clock-in-resume): Add a custom option to
2480         toggle starting the clock from an open clock line.
2481         (org-clock-in): When clocking in to an entry, if
2482         `org-clock-in-resume' is set, check if the first clock line is
2483         open and if so, start the clock from the time in the clock line.
2484         (org-clock-persist): Add a custom option to toggle clock
2485         persistence.
2486         (org-clock-persist-query-save): Add a custom option to toggle
2487         asking the user if they want to save the running clock when
2488         exiting.
2489         (org-clock-persist-query-resume): Add a custom option to toggle
2490         asking the user if they want to resume the saved clock when Emacs
2491         is restarted.
2492         (org-clock-save): Add a function to save clock data.
2493         This includes the contents of `org-clock-history' and the buffer
2494         and position of the currently clocked task, if any.
2495         (org-clock-load): Add a function to load clock data.
2496         This populates `org-clock-history', and resumes the saved clocked
2497         task if there is one.
2498         (org-clock-persistence-insinuate): Add a method to set up the
2499         hooks for clock persistence.
2501 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2503         * org-exp.el (org-export-as-ascii): Handle the case that we are
2504         publishing from an indirect buffer.
2506         * org-table.el (org-table-copy-down): Fix bug with time stamp
2507         increment.
2509         * org-mouse.el (org-mouse-features): New option.
2510         (org-mode-hook): Turn on features depending on
2511         `org-mouse-features'.
2513         * org.el (org-insert-heading-respect-content): Force heading
2514         creation.
2515         (org-insert-heading): keep the folding state of the heading before
2516         the inserted one.
2518 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2520         * org-archive.el (org-archive-to-archive-sibling): Handle top
2521         level headlines better.
2523 2008-10-21  Bastien Guerry  <bzg@altern.org>
2525         * org-export-latex.el (org-export-latex-classes): Added
2526         \usepackage{graphicx} to the default list of packages.
2528 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2530         * org-agenda.el (org-agenda-filter): Renamed from
2531         `org-agenda-filter-tags'.
2533 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2535         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2536         is not defined as a property in this entry.
2537         (org-add-log-note): Mask prefix argument when immediately storing
2538         the note.
2540         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2541         option.
2543 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2545         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2546         after drawers was skipping ahead one line too many, so notes were
2547         inserted after the first note instead of before it.
2549 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2551         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2552         New variables.
2553         (org-prepare-agenda): Reset the filter tags.
2554         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2555         Show filter tags in mode line.
2557         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2558         formatter.
2560         * org-export-latex.el (org-latex-entities-regexp): New constant.
2561         (org-export-as-pdf): Use two calls to `shell-command'.
2563 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2565         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2566         Honor the {} value of the subsuperscript setting.  Make sure that
2567         longer subsuperscripts are typeset in a roman font.
2569         * org.el (org-clock-update-time-maybe): Compute negative clock
2570         intervals correctly.
2572 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2574         * org.el (org-add-log-setup): Respect
2575         `org-log-state-notes-insert-after-drawers'.
2576         (org-log-state-notes-insert-after-drawers): New option.
2577         (org-todo-trigger-tag-changes): New function.
2578         (org-todo): Call `org-todo-trigger-tag-changes'.
2580 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2582         * org.el (org-add-log-setup): Only skip drawers if the are
2583         immediately after the scheduling keywords.
2585         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2586         function
2587         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2588         call it with the current todo state to get the state to switch to
2589         when clocking in.
2590         (org-clock-in): Use org-indent-line-function to indent clock lines.
2591         (org-clock-find-position): Fix indentation of empty clock drawers.
2593 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2595         * org-publish.el (org-publish-org-to): Handle case when
2596         org-export-to-pdf does return a file name, not a buffer.
2597         (org-publish-org-to-pdf): New function.
2599         * org-export-latex.el (org-export-as-pdf)
2600         (org-export-as-pdf-and-open): New commands.
2602         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2603         forms as ranges.
2605         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2606         things in protexted regions.
2608 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2610         * org-export-latex.el (org-export-latex-preprocess): Improve
2611         quoting of LaTeX environments.
2613 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2615         * org.el (org-edit-fixed-width-region): Exclude final newline from
2616         picture area.
2618         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2619         sections, to make internal links work.
2620         (org-export-latex-fontify-headline): Do not remove all text
2621         properties, to make sure that target properties survive this
2622         process.
2624         * org-exp.el (org-export-preprocess-string): Change sequence of
2625         modifications, to make sure links are prepared before the LaTeX
2626         conversions do happen.
2628 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2630         * org-attach.el (org-attach-delete-all): Renamed from
2631         `org-attch-delete'.  Add a security query before deleting the
2632         entire directory.  New optional argument FORCE can overrule the
2633         security query.
2634         (org-attach-delete-one): New command.
2636 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2638         * org-attach.el (org-attach-file-list): Fix bug with directory.
2640 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2642         * org.el (org-apps-regexp-alist): New function.
2643         (org-file-apps): Add auto-mode to the default value.
2644         (org-open-file): Use the new structure of org-file-apps.
2646         * org-attach.el (org-attach): Support the new keys.
2647         (org-attach-method): New option.
2649 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2651         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2652         March.
2654         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2655         of the list value o `org-use-tag-inheritance'.
2657         * org-attach.el (org-attach-auto-tag): New option.
2658         (org-attach-tag, org-attach-untag): New functions.
2659         (org-attach-attach, org-attach-new, org-attach-sync): Call
2660         `org-attach-tag'.
2661         (org-attach-delete): Call `org-attach-untag'.
2663 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2665         * org-table.el (orgtbl-self-insert-command): Make this work for
2666         the keypad as well.
2668 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2670         * org.el (org-add-log-setup): Limit searc for drawers to entry
2671         text, not to subtree.
2673         * org-clock.el (org-clock-heading-for-remember): New variable.
2674         (org-clock-in): Set `org-clock-heading-for-remember'.
2676 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2678         * org-remember.el (org-remember-apply-template): Add new
2679         expansions: %k, %K for currently clocked task and a link to the
2680         currently clocked task, and %< to file notes in the currently
2681         clocked task.
2683 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2685         * org-export-latex.el (org-export-latex-make-header): Also insert
2686         the content of the property :latex-header-extra.
2688         * org-exp.el (org-infile-export-plist): Put the content of
2689         #+LATEX_HEADER: into the property :latex-header-extra.
2691         * org-colview.el (org-columns-get-format-and-top-level): Remove
2692         resetting the marker.
2694         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2695         Remove resetting the marker.
2697         * org.el (org-entry-property-inherited-from): Improve docstring.
2698         (org-entry-get-with-inheritance): Reset marker before starting the
2699         search.
2701         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2703 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2705         * org.el (org-entry-get-multivalued-property)
2706         (org-entry-protect-space, org-entry-restore-space): New
2707         functions.
2708         (org-file-apps-defaults-macosx): Let postscript files be opened by
2709         preview.
2710         (org-time-stamp-inactive): Call `org-time-stamp'.
2711         (org-time-stamp): New argument `inactive'.  Also edit inacive
2712         stamps. Convert time stamp type.
2713         (org-open-file): Interpret the `default' value for the `command'
2714         in `org-file-apps'.
2716         * org-id.el (org-id-int-to-b36-one-digit)
2717         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2718         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2719         b36.
2721 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2723         * org-id.el (org-id-reverse-string): New function.
2724         (org-id-new): Use `org-id-reverse-string' to make sure the
2725         beginning chars of the ID are mutating fast.  This allows to use a
2726         directory structure to spread things better.
2727         (org-id-prefix): Changed default to nil.
2729         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2730         restore the column of the cursor position.
2732         * org-remember.el (org-remember-apply-template): Remove properties
2733         from `initial'.
2735 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2737         * org-wl.el (org-wl-open): Remove useless call to
2738         `wl-thread-open-all'.
2740         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2741         location.
2743 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2745         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2746         `org-bbdb-anniversaries'.
2748         * org.el (org-get-next-sibling, org-forward-same-level): New
2749         functions, similar to the outline versions, but invisible headings
2750         are OK.
2752 2008-09-25  Bastien Guerry  <bzg@altern.org>
2754         * org.el (org-auto-repeat-maybe): Insert a space between
2755         the timestamp's type and the timestamp itself.
2757 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2759         * org-table.el (org-table-sum): Do not format the result with %g,
2760         it does rounding when there are too many digits.
2762         * org.el (org-map-entries): Protect the keyword-selecting variables.
2764 2008-09-23  Bastien Guerry  <bzg@altern.org>
2766         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2767         against all agenda files.
2769 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2771         * org-list.el: New file, aggregating list functions from org.el
2772         and org-export-latex.el.
2774         * org.el (org-edit-src-region-extra): New option.
2776 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2778         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2779         time before 1am.
2781 2008-09-22  Bastien Guerry  <bzg@altern.org>
2783         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2785 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2787         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2788         hline work correctly.
2789         (org-plot/gnuplot-script): Put commas at the end of each script
2790         line.
2792 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2794         * org.el (org-get-refile-targets): Replace links with their
2795         descriptions
2796         (org-imenu-get-tree): Replace links with their descriptions.
2798         * org-remember.el (org-remember-apply-template): Add a new
2799         expansion for adding properties to remember items.
2801         * org.el (org-add-log-setup): Skip over drawers (properties,
2802         clocks etc) when adding notes.
2804         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2805         items as well as the start and end times.
2807         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2808         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2810         * org-remember.el (org-get-x-clipboard): Use the compat
2811         function to get clipboard values when x-selection-value is
2812         unavailable. Use substring-no-properties instead of
2813         set-text-properties to remove text properties from the clipboard
2814         value.
2816         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2817         modeline clock string, and display the full todo value in the
2818         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2819         the currently clocked task.
2820         (org-clock-string-limit): Add a custom value for the maximum
2821         length of the clock string in the modeline.
2822         (org-clock-mode-map): Add a keymap for the modeline string
2824 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2826         * org-compat.el (org-propertize): New function.
2828 2008-09-20  Bastien Guerry  <bzg@altern.org>
2830         * org-export-latex.el (org-export-latex-tables): protect exported
2831         tables from further special chars conversion.
2832         (org-export-latex-preprocess): Preserve LaTeX environments.
2833         (org-list-parse-list): Parse descriptive lists.
2834         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2835         (org-list-to-texinfo): Export descriptive lists.
2836         (org-quote-chars): Remove.
2837         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2838         (org-export-latex-list-beginning-re): Rename to
2839         `org-list-beginning-re'
2840         (org-list-item-begin): Rename to `org-list-item-beginning'
2842 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2844         * org.el (org-refile): Allow refiling to the last entry in the
2845         buffer.
2846         (org-get-tags-at): Fix bug when inheritance is turned off.
2848 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2850         * org.el (org-indent-line-function): No longer check for src
2851         regions, this is too much overhead.
2853         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2854         matching.
2856         * org.el (org-scan-tags): Make sure that tags matching is not case
2857         sensitive.  TODO keyword matching is case sensitive, however, to
2858         avoid confusion with similar words that are not meant to be
2859         keywords.
2861 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2863         * org.el (org-get-local-tags-at): New function.
2864         (org-get-local-tags): New function.
2866         * org-exp.el (org-export-get-categories): New function.
2868         * org-agenda.el (org-sorting-choice)
2869         (org-agenda-sorting-strategy, org-agenda-get-todos)
2870         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2871         (org-agenda-get-scheduled, org-agenda-get-blocks)
2872         (org-entries-lessp): Implement sorting by TODO state.
2873         (org-cmp-todo-state): New defsubst.
2875         * org-colview.el (org-colview-construct-allowed-dates): New
2876         function.
2877         (org-columns-next-allowed-value): Use
2878         `org-colview-construct-allowed-dates'.
2880         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2881         function.
2882         (org-columns-next-allowed-value): Use
2883         `org-colview-construct-allowed-dates'.
2885 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2887         * org.el (org-protect-slash): New function.
2888         (org-get-refile-targets): Use `org-protect-slash'.
2890         * org-agenda.el (org-global-tags-completion-table): New variable.
2892         * org-exp.el (org-export-handle-export-tags): New function.
2893         (org-export-preprocess-string): Call
2894         `org-export-handle-export-tags'.
2896         * org-plot.el: New file.
2898         * org-publish.el (org-publish-expand-components): Function removed.
2899         (org-publish-expand-projects): Allow components to have components.
2901 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2903         * org.el (org-indent-line-function): Do not indent in regions that
2904         are external source code.
2905         (org-yank-and-fold-if-subtree): New function.
2907         * org-agenda.el (org-agenda-todayp): New function.
2908         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2909         `org-agenda-todayp'.
2911         * org.el (org-insert-heading-respect-content)
2912         (org-insert-todo-heading-respect-content): New commands.
2913         (org-insert-heading-respect-content): New option.
2914         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2916         * org-clock.el (org-clock-find-position): Make sure the note after
2917         the clock line gets moved into the new clock drawer.
2919 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2921         * org-id.el (org-id-new): New option.
2923 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2925         * org-table.el (org-table-copy-down): Avoid overflow during
2926         increment.  Use prefix argument 0 to temporarily disable the
2927         increment.
2929 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2931         * org-exp.el (org-export-as-html): Do not turn on the major mode
2932         if the buffer will be killed anyway.
2933         (org-get-current-options): Exclude the #+TEXT field.
2934         (org-export-as-html): Make sure text before the first headline is
2935         a paragraph.
2937         * org-publish.el (org-publish-org-to): Tell the exporter that this
2938         buffer will be killed, so it is not necessary to do major mode
2939         initialization.
2941         * org-archive.el (org-archive-to-archive-sibling): Show empty
2942         lines after folding the archive sibling.
2944         * org.el (org-log-note-extra): New variable.
2946 2008-09-05  Bastien Guerry  <bzg@altern.org>
2948         * org.el (org-additional-option-like-keywords): Added keywords for
2949         the _QUOTE, _VERSE and _SRC environments.
2951         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2952         exporting _QUOTE and _VERSE environments.
2954 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2956         * org-agenda.el (org-agenda-filter-by-tag): New command.
2958         * org-exp.el (org-get-current-options): Remove angular brackets
2959         from the date entry.
2961         * org.el (org-edit-fixed-width-region): New function.
2962         (org-edit-fixed-width-region): Also try
2963         `org-edit-fixed-width-region'.
2964         (org-edit-fixed-width-region-mode): New option.
2965         (org-activate-code): Only interprete lines starting with colon
2966         plus a space as example lines.
2968         * org-remember.el (org-remember-templates): Add nil instead of
2969         empty strings to fix the length of remember templates.
2971         * org-table.el (org-calc-default-modes): Fix the time format for
2972         calc, from 12 hour to 24 hour clock.
2974 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2976         * org-agenda.el (org-agenda-get-deadlines)
2977         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2978         entries that are pre-warnings of deadlines or reminders.
2980         * org.el (org-sort-entries-or-items): Make numeric and alpha
2981         comparisons ignore any TODO keyword and priority cookie.
2983         * org-remember.el (org-remember-handler): Reinterpretation of the
2984         prefix argument.
2986 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2988         * org-agenda.el (org-agenda-get-scheduled): Use new
2989         `org-scheduled' face.
2991         * org-faces.el (org-scheduled): New face.
2993         * org-wl.el (org-wl-open): Remove incorrect declaration.
2995         * org-gnus.el (org-gnus-store-link): Support for :to information
2996         in gnus links.
2998         * org-exp.el (org-export-as-html): Fixed typo in creator
2999         information.
3000         (org-export-protect-examples): New parameter indent.  Insert extra
3001         spaces only when this parameter is specified.
3002         (org-export-preprocess-string): Call `org-export-protect-examples'
3003         with an indentation parameter when exporting to ASCII.
3005         * org-remember.el (org-remember-templates)
3006         (org-remember-apply-template): Allow the file component to be a
3007         function.
3009         * org.el (org-goto-local-search-headings): Renamed from
3010         `org-goto-local-search-forward-headings'.  Added the possibility
3011         to search backwards.
3013 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3015         * org-export-latex.el (org-export-latex): New customization
3016         group.
3018         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3020 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3022         * org-exp.el (org-html-do-expand): Allow {} to terminate
3023         tex macro
3025 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3027         * org.el (org-buffer-list): Select buffers based on major mode,
3028         not on file name.
3030 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3032         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3033         face property.
3035         * org-colview.el (org-columns-display-here): Use
3036         `org-columns-modify-value-for-display-function'.
3038         * org-colview-xemacs.el (org-columns-display-here): Use
3039         `org-columns-modify-value-for-display-function'.
3041 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3043         * org.el (org-columns-modify-value-for-display-function): New option.
3055         * org-publish.el (org-publish-file): Make sure the directory match
3056         for the publishing directory works correctly.
3058         * org-agenda.el (org-agenda-execute-calendar-command)
3059         (org-agenda-diary-entry): Additional optional argument.
3061 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3063         * org-exp.el (org-export-as-html): Add attributes also in mailto
3064         and ftp links.
3066         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3075 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3077         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3078         sure that calls from `org-export-region-as-html' do not do the
3079         special check for a subtree.
3081 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3083         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3085 2008-07-20  Juri Linkov  <juri@jurta.org>
3087         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3088         new keymap `narrow-map' instead of binding "\C-xns".
3090 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3092         * org.el (org-open-file): Use
3093         `org-open-directory-means-index-dot-org'.
3094         (org-open-directory-means-index-dot-org): New option.
3096 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3098         * org.el (org-make-link-string): Remove link attributes from
3099         description.
3100         (org-open-at-point): Remove link attributes bevore using the path.
3102         * org-exp.el (org-export-as-html): Handle link attributes.
3104         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3106         * org-table.el (org-table-to-lisp): New function.
3108         * org.el (org-narrow-to-subtree): Do not include the final newline
3109         into the narrowed region.
3111         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3112         bug with user-define skipping condition.
3114 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3116         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3118 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3120         * org-exp.el (org-export-html-style-default): Automatic overflow
3121         handling for pre fields.
3122         (org-export-as-ascii, org-export-as-html): Change default format
3123         for time stamp.
3125         * org-table.el (org-table-export): Offer completion for translator
3126         functions, and do not require a heading above the table.
3128         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3129         Cater for the case of a list starting in the first line of the
3130         buffer.
3132 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3134         * org-publish.el (org-publish-find-title): Bug fix.
3135         (org-publish-org-index): Implement new :index-style option.
3137 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3139         * org-publish.el (org-publish-timestamp-filename): Use
3140         SHA1-encoded file names in the timestamp directory.
3142 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3144         * org-publish.el (org-publish-needed-p): Be verbose about files
3145         published and files skipped.
3147         * org-exp.el (org-export-preprocess-string): Swap link
3148         normalization and inernal link targeting.
3150         * org-publish.el (org-publish-needed-p): Create timestamp
3151         directory when it does not exist.
3153 2008-07-04  Bastien Guerry  <bzg@altern.org>
3155         * org-clock.el (org-clock-out-when-done): Doc fix.
3157         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3159         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3160         Ignore case when searching for the COMMENT cookie at export time.
3162 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3164         * org-exp.el (org-get-file-contents)
3165         (org-get-and-remove-property): New functions.
3166         (org-export-handle-include-files): Handle the new prefix options.
3167         (org-export-as-html): Fix the verse environment.
3169 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3171         * org.el (org-time=, org-time<, org-time<=, org-time>)
3172         (org-time>=, org-time<>, org-2ft): New functions.
3173         (org-op-to-function): Also provide for the time testing fucntions.
3175 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3177         * org-exp.el (org-export-html-style-default): New constant.
3179 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3181         * org-exp.el (org-export-html-style-extra): New variable.
3182         (org-export-splice-style): New function.
3184 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3186         * org-exp.el (org-export-plist-vars, org-export-as-html):
3187         Implement `org-export-creator-info'.
3188         (org-export-creator-info): New option.
3190 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3192         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3193         (org-property-drawer-re, org-clock-drawer-re): New constants.
3195 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3197         * org-exp.el (org-icalendar-use-deadline)
3198         (org-icalendar-use-scheduled): New options.
3199         (org-icalendar-include-todo): Default changed to t.
3200         (org-print-icalendar-entries): Implement better utilization of
3201         scheduling and deadline time stamps.
3202         (org-export-target-internal-links, org-export-as-html): Allow file
3203         lines without the "file:" prefix if the file path is an absolute
3204         path or starts with ".".
3206         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3207         lastweek etc.
3208         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3210 2008-06-18  Glenn Morris  <rgm@gnu.org>
3211         * org.el (org-map-entries): Let-bind `file'.
3213 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3215         * org.el (org-agenda-skip-archived-trees): Docstring now
3216         discourages using this.
3217         (org-scan-tags): Check for org-agenda-archives-mode.
3218         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3219         (org-agenda-files): Functionality of second arg changed.
3221         * org-agenda.el (org-agenda-archives-mode): New variable
3222         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3223         (org-search-view, org-todo-list, org-tags-view)
3224         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3225         `ifmode' argument.
3226         (org-agenda-quit): Reset the archives mode.
3227         (org-agenda-archives-mode): New command.
3228         (org-agenda-set-mode-name): Include archives info.
3230 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3232         * org.el (org-paste-subtree): Make sure the yanked headline is
3233         visible if it was yanked at a visible point.
3234         (org-move-item-up): Fix the bug with moving white space at the end
3235         of the item.
3236         (org-show-empty-lines-in-parent): New function.
3238 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3240         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3242         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3244         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3245         agenda prefix as well.
3247         * org-publish.el (org-publish-org-index): Make a properly indented
3248         list.
3250         * org.el (org-calendar-agenda-action-key): New option.
3251         (org-get-cursor-date): New function.
3252         (org-mark-entry-for-agenda-action): New command.
3253         (org-overriding-default-time): New variable.
3254         (org-read-date): Respect `org-overriding-default-time'.
3256         * org-remember.el (org-remember-apply-template): Respect the
3257         ovverriding default time.
3259         * org-agenda.el (org-agenda-action-marker): New variable.
3260         (org-agenda-action): New command.
3261         (org-agenda-do-action): New function.
3263 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3265         * org.el (org-schedule, org-deadline): Protect scheduled and
3266         deadline tasks against changes that accidently remove the
3267         repeater.  Also show a message with the new date when done.
3269 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3271         * org.el (org-beginning-of-line): Cater for the case when there
3272         are tags but no headline text.
3273         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3274         it set.
3276 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3278         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3279         the return value is nil instead of "nil" when there is no match.
3281         * org-exp.el (org-insert-centered): Use fill-column instead of
3282         80.
3283         (org-export-as-ascii): Use string-width to measure the width of
3284         the heading.
3286         * org.el (org-diary-to-ical-string): No longer kill buffer
3287         FROMBUF, this is now done by the caller.
3289         * org-exp.el (org-print-icalendar-entries): Move the call to
3290         `org-diary-to-ical-string' out of the loop, and kill the buffer
3291         afterwords.
3293         * org-remember.el (org-remember-visit-immediately): Position
3294         cursor after moving to the note.
3295         (org-remember-apply-template): Use a text property to record the
3296         cursor position.
3297         (org-remember-handler): Align tags after pasting the note.
3299 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3301         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3303         * org-agenda.el (org-agenda-open-link): If there is an
3304         org-bbdb-name property in the current line, jump to that bbdb
3305         entry.
3307         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3308         text property, so that the agenda knows where this entry comes
3309         from.
3311         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3312         interaction between clocking-in from the agenda, and  automatic
3313         task state switching.
3315         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3317         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3318         zmacs-region stays after this command in XEmacs.
3320 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3322         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3324         * org-remember.el (org-remember-templates): Fix bug in
3325         customization type definition.
3327         * org.el (org-map-entries): New function.
3329 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3331         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3332         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3334 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3336         * org-remember.el (org-jump-to-target-location): New variable.
3337         (org-remember-apply-template): Set
3338         `org-remember-apply-template' if requested by template.
3339         (org-remember-handler): Start an idle timer to jump to
3340         remember location.
3342         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3344         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3345         file tags.
3346         (org-get-tags-at): Add the content of `org-file-tags'.
3348         * org-exp.el (org-export-handle-comments): Fix bug with several
3349         comment lines after each other.
3350         (org-number-to-roman, org-number-to-counter): New functions.
3351         (org-export-section-number-format): New option.
3353 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3355         * org-exp.el (org-export-protect-examples): Catch the case of a
3356         missing end_example line.
3358         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3359         `org-file-tags' to nil.
3361         * org-colview.el (org-columns-next-allowed-value): Handle next
3362         argument NTH to directly select a value.
3364         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3365         argument NTH to directly select a value.
3367 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3369         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3371 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3373         * org.el (org-columns-ellipses): New option.
3375 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3377         * org-colview.el (org-columns-add-ellipses): New function.
3378         (org-columns-compact-links): New function.
3379         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3380         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3381         when in agenda.
3382         (org-columns-edit-value): Fixed bug with editing values from
3383         agenda column view.
3384         (org-columns-redo): Also redo the agenda itself.
3386 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3388         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3389         option.
3391         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3393         * org-exp.el (org-export-ascii-preprocess): Renamed from
3394         `org-export-ascii-clean-string'.
3395         (org-export-kill-licensed-text)
3396         (org-export-define-heading-targets)
3397         (org-export-handle-invisible-targets)
3398         (org-export-target-internal-links)
3399         (org-export-remove-or-extract-drawers)
3400         (org-export-remove-archived-trees)
3401         (org-export-protect-quoted-subtrees)
3402         (org-export-protect-verbatim, org-export-protect-examples)
3403         (org-export-select-backend-specific-text)
3404         (org-export-mark-blockquote-and-verse)
3405         (org-export-remove-comment-blocks-and-subtrees)
3406         (org-export-handle-comments, org-export-mark-radio-links)
3407         (org-export-remove-special-table-lines)
3408         (org-export-normalize-links)
3409         (org-export-concatenate-multiline-links)
3410         (org-export-concatenate-multiline-emphasis): New functions,
3411         obtained from spliiting the export preprocessor.
3413         * org-table.el (org-table-recalculate): Improve error message if
3414         the row number is invalid.
3416 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3418         * org-archive.el (org-archive-save-context-info): Fix bugs in
3419         customization setup and docstring.
3421         * org-exp.el (org-export-html-style): Changed the size of in the
3422         <pre> element to 90%.
3424 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3426         * org.el (org-find-src-example-start): Function removed.
3427         (org-edit-src-find-region-and-lang): New function.
3429 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3431         * org.el (org-edit-src-exit): New function.
3432         (org-exit-edit-mode): New minor mode.
3434         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3435         comment-like lines from protected examples.
3437         * org.el (org-edit-src-example, org-find-src-example-start)
3438         (org-protect-source-example, org-edit-special): New functions.
3440 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3442         * org-publish.el (org-publish-project-alist): Fix typo in
3443         docstring.
3444         (org-publish-project-alist): Handle :index-title property.
3446 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3448         * org-export-latex.el (org-export-as-latex): Make sure region
3449         bounds are correct.  Parse subtree properties relating to export.
3451         * org-exp.el (org-export-add-options-to-plist): New function.
3452         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3454 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3456         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3457         EXPORT_TITLE.
3459         * org-exp.el (org-export-get-title-from-subtree)
3460         (org-export-as-ascii, org-export-as-html): Make sure the original
3461         region-beginning and region-end are used, even after moving
3462         point.
3463         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3464         property.
3466         * org-remember.el (org-remember-last-stored-marker): New variable.
3467         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3468         (org-remember-handler): Also use marker to remember
3469         last-stored position.
3471         * org.el (org-goto-marker-or-bmk): New function.
3473 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3475         * org.el (org-file-properties): Renamed from `org-local-properties'.
3476         (org-scan-tags): Take file tags into account.
3477         (org-tags-match-list-sublevels): Default changed to t.
3479         * org-exp.el (org-export-as-html): Close paragraph after a
3480         footnote.
3482         * org.el (org-update-parent-todo-statistics): New function.
3484         * org-exp.el (org-icalendar-store-UID): New option.
3485         (org-icalendar-force-UID): Option removed.
3486         (org-print-icalendar-entries): IMplement UIDs.
3488 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3490         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3492 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3494         * org-faces.el (org-column): Document how this face is being used
3495         and why sometimes the background faces shine through.
3497         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3499         * org-publish.el (org-publish-attachment): Create publishing
3500         directory if it does not yet exist.
3502         * org-table.el (org-calc-default-modes): Change default number
3503         format to (float 8).
3505         * org.el (org-olpath-completing-read): New function.
3506         (org-time-clocksum-format): New option.
3507         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3509         * org-clock.el (org-clock-display, org-clock-out)
3510         (org-update-mode-line): Use `org-time-clocksum-format'.
3512         * org-colview-xemacs.el (org-columns-number-to-string): Use
3513         `org-time-clocksum-format'.
3515         * org-colview.el (org-columns-number-to-string): Use
3516         `org-time-clocksum-format'.
3518 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3520         * org-id.el: New file, move from contrib to core.
3522         * org-exp.el (org-icalendar-force-UID): New option.
3524 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3526         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3527         shifted by one day if theere is a date range without an end
3528         time.
3530         * org.el (org-try-structure-completion): New function.
3532 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3534         * org.el (org-set-font-lock-defaults): Improve fontification of
3535         description lists.
3536         (org-insert-item): Handle description lists.
3537         (org-adaptive-fill-function): Improve auto indentation in
3538         description lists.
3540         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3541         Implement VERSE environment.
3542         (org-export-preprocess-string): Implement the COMMENT
3543         environment.
3545         * org-export-latex.el (org-export-latex-preprocess): Implement
3546         VERSE environment.
3548 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3550         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3551         option.
3553 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3555         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3557         * org.el (org-quote-csv-field): New functions.
3559         * org-table.el (org-table-export-default-format): Remove :splice
3560         from default format, we get the same effect by not specifying
3561         :tstart and :tend.
3562         (org-table-export): Improve setup, distinguish better between
3563         interactive and non-interactive use, allow specifying the format
3564         on the fly, better protection against wrong file names.
3565         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3566         and :tend when :splice is omitted.
3568 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3570         * org-clock.el (org-clock-select-task): Make sure the selection
3571         letters are 1-9 and A-Z, no special characters.
3573 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3575         * org-exp.el (org-export-htmlize): New group.
3576         (org-export-htmlize-output-type)
3577         (org-export-htmlize-css-font-prefix): New options.
3578         (org-export-htmlize-region-for-paste): New function.
3579         (org-export-htmlize-generate-css): New command.
3581 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3583         * org/org.el (org-modules, org-format-latex-options):
3584         * org/org-archive.el (org-archive-stamp-time)
3585         (org-archive-save-context-info):
3586         * org/org-faces.el (org-hide):
3587         * org/org-irc.el (org-irc-parse-link):
3588         * org/org-macs.el (org-call-with-arg, org-autoload):
3589         * org/org-mew.el (org-mew-store-link):
3590         * org/org-remember.el (org-remember-store-without-prompt)
3591         (org-remember-templates): Fix typos in docstrings.
3593         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3595         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3596         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3597         (org-bbdb-anniv-split): Fix typos in docstrings.
3599         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3600         (org-publish-use-timestamps-flag): Reflow docstring.
3601         (org-publish-files-alist): Fix typos in docstring.
3603 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3605         * org.el (org-set-visibility-according-to-property): New function.
3606         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3607         and compute the regular expressions, and update font-lock.
3608         (org-property-re): Allow a dash in property names.
3610         * org-archive.el (org-extract-archive-file): Insert the file name
3611         without the path into the format, to allow the location format to
3612         contain a subdirectory.
3614         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3615         of buffer, and the `org-agenda-type' property undefined, use the
3616         value from the character before.
3618         * org.el (org-add-planning-info): Don't let indentation for
3619         would-be timestamp become extra whitespace at the end of headline.
3621 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3623         * org.el (org-remove-double-quotes, org-file-contents): New
3624         functions.
3626         * org-exp.el (org-infile-export-plist): Also parse the
3627         contents of #+SETUPFILE files, recursively.
3629         * org.el (org-set-regexps-and-options): Also parse the
3630         contents of #+SETUPFILE files, recursively.
3632         * org-exp.el (org-export-handle-include-files): New function.
3633         (org-export-preprocess-string): Call
3634         `org-export-handle-include-files'.
3636         * org.el (org-delete-property-globally)
3637         (org-delete-property, org-set-property): Ignore case during
3638         completion.
3639         (org-set-property): Use `org-completing-read' instead of
3640         `completing-read'.
3642         * org.el (org-complete-expand-structure-template): New,
3643         experimental function.
3644         (org-structure-template-alist): New, experimental option.
3645         (org-complete): Call `org-complete-expand-structure-template'.
3647 2008-05-06  Bastien Guerry  <bzg@altern.org>
3649         * org-export-latex.el (org-export-latex-preprocess): Added
3650         support for blockquotes.
3652 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3654         * org.el (org-read-date-analyze): Catch the case where only a
3655         weekday is given.
3657 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3659         * org.el (org-set-font-lock-defaults): Make the description
3660         tag bold.
3662         * org-exp.el (org-export-as-html, org-close-li): Implement
3663         description lists.
3665 2008-05-04  Jason Riedy  <jason@acm.org>
3667         * org-table.el (*orgtbl-default-fmt*): New variable.
3668         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3669         when there is no other fmt available.
3671         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3672         :tend to suppress the appropriate string.
3674         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3675         table.
3677 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3679         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3680         read date.
3682         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3683         New function.
3685         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3686         New function.
3688 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3690         * org-clock.el (org-clock-find-position): Don't include notes
3691         into clock drawer.
3693         * org-archive.el (org-archive-subtree): No longer remove an
3694         extra line after cutting the subtree.  `org-cut-subtree' already
3695         takes care of this.
3697         * org-remember.el (org-remember-handler): Only kill the target
3698         buffer if it does not contain the running clock.
3700         * org.el (org-markers-to-move): New variable.
3701         (org-save-markers-in-region, org-check-and-save-marker)
3702         (org-reinstall-markers-in-region): New function.
3703         (org-move-subtree-down, org-copy-subtree): Remember relative
3704         marker positions before cutting.
3705         (org-move-subtree-down, org-paste-subtree): Restore relative
3706         marker positions after pasting.
3708         * org-remember.el (org-remember-clock-out-on-exit): New option.
3709         (org-remember-finalize): Clock out only if the setting in
3710         `org-remember-clock-out-on-exit' requires it.
3711         (org-remember-handler): Do the cleanup in the buffer, to make sure
3712         that the clock marker remains in tact.
3714 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3716         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3717         (org-clock-in): Make sure that also tasks outside the narrowed
3718         region will be clocked in correctly.
3719         (org-clock-insert-selection-line): Widen the buffer so that we can
3720         find the correct task heading.
3722         * org.el (org-base-buffer): New function.
3724         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3725         and ";" are escaped.
3726         (org-print-icalendar-entries): Also apply
3727         `org-icalendar-cleanup-string' to the headline, not only to the
3728         summary property.
3730 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3732         * org-exp.el (org-export-preprocess-hook): New hook.
3733         (org-export-preprocess-string): Call
3734         `org-export-preprocess-hook'.
3736         * org.el (org-font-lock-hook): New variable.
3737         (org-font-lock-hook): New function.
3738         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3740 ;; Local Variables:
3741 ;; coding: utf-8
3742 ;; add-log-time-zone-rule: t
3743 ;; End:
3745     Copyright (C) 2008  Free Software Foundation, Inc.
3747   This file is part of GNU Emacs.
3749   GNU Emacs is free software: you can redistribute it and/or modify
3750   it under the terms of the GNU General Public License as published by
3751   the Free Software Foundation, either version 3 of the License, or
3752   (at your option) any later version.
3754   GNU Emacs is distributed in the hope that it will be useful,
3755   but WITHOUT ANY WARRANTY; without even the implied warranty of
3756   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3757   GNU General Public License for more details.
3759   You should have received a copy of the GNU General Public License
3760   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3762 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c