Add intangible property for emacs 23
[org-mode/org-mode-NeilSmithlineMods.git] / lisp / ChangeLog
blobc6b2bd5309e7061dd3f3939e159deaf130697351
1 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-macs.el (org-maybe-intangible): Add intangible property
4         again to invisible text.
6 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org-exp.el (org-default-export-plist): Handle undefined
9         variables.
11 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org.el (org-sort-entries-or-items): Match TODO keywrds
14         case-sensitively, when sorting.
15         (org-priority): Do not match TODO keywords with wrong case.
17 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org-feed.el (org-feed-update): Bind the variable
20         `new-formatted'.
22         * org-html.el (org-export-as-html): Start paragraphs after literal
23         examples.
25         * org-docbook.el (org-export-as-docbook): Start paragraphs after
26         literal examples.
28 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
30         * org.el (org-todo): Honor the NOBLOCKING property.
32         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
33         NOBLOCKING property.
35         * org.el (org-scan-tags): Fix bug in tag scanner
37 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
39         * org.el (org-modules): Mark obsolete packages.
41         * org-html.el: New file, split out from org-exp.el.
43         * org-icalendar.el: New file, split out from org-exp.el.
45         * org-xoxo.el: New file, split out from org-exp.el.
47         * org-ascii.el: New file, split out from org-exp.el.
49 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org-compat.el (org-find-library-name): New function.
53         * org.el (org-pre-cycle-hook): New hook.
54         (org-cycle): Call the new hook in appropriate places.
55         (org-reload): Only reload files that have been loaded before.
57 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org.el (org-set-font-lock-defaults): Enforxe space or line end
60         after todo keyword.
61         (org-todo): When changing TODO state, do matching
62         case-sensitively.
63         (org-map-continue-from): New variable.
64         (org-scan-tags): Respect values in `org-map-continue-from'.
65         (org-reload): Make XEmacs compatible.
67 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
69         * org-protocol.el (org-protocol-flatten-greedy): New function.
70         (org-protocol-flatten): New function.
72         * org.el (org-open-link-from-string): Pass reference buffer to
73         `org-open-at-point'.
74         (org-open-at-point): New optional argument `reference-buffer'.
76 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org.el (org-scan-tags): Make tag scan find headline in first
79         line, 2nd attempt.
80         (org-get-refile-targets): Add the naked file name.
81         (org-refile): Store as top-level entry when only file name was
82         given.
84         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
86         * org.el (org-block-todo-from-children-or-siblings-or-parent):
87         Renamed from org-block-todo-from-children-or-siblings, and
88         enhanced to look for the parent's status as well.
90         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
91         (org-agenda-get-progress): Add first notes line to log entry if so
92         desired.
94 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
97         (org-agenda-cleanup-fancy-diary): Call the new hook.
99         * org-remember.el (org-remember-apply-template): Take the default
100         for the annotation from the :annotation property.
102         * org-mac-message.el (org-mac-message-get-link): Remove the
103         quotes.
104         (org-mac-message-get-link): Return the result.
106 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
108         * org.el (org-refile-get-location): Add file name only if not
109         already included in outline path.
111         * org-faces.el (org-n-level-faces): Fix customization type from
112         number to integer.
114         * org-exp.el (org-export-headline-levels): Fix customization type
115         from number to integer.
117         * org-agenda.el (org-agenda-confirm-kill)
118         (org-agenda-custom-commands-local-options)
119         (org-timeline-show-empty-dates, org-agenda-ndays)
120         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
121         customization type from number to integer.
123 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
125         * org-protocol.el: Declare some functions.
127         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
128         postion before inserting modified headline.
130         * org-agenda.el (org-agenda-compare-effort): Honor
131         `org-sort-agenda-noeffort-is-high'.
132         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
133         (org-agenda-compare-effort): Implement the "?" operator for
134         finding entries without effort setting.
136         * org.el (org-extract-attributes-from-string): New function.
138         * org-exp.el (org-export-splice-attributes): New function.
140 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org-mouse.el: XEmacs compatibility fixes
144         * org-docbook.el (org-export-as-docbook): Process footnotes like
145         normal text.
147         * org.el (org-modules): Add org-inlinetasks.el
148         (org-cycle): Implement limiting level on cycling.
149         (org-move-subtree-down): Fix bug with swapping subtrees at end of
150         buffer.
152         * org-inlinetask.el: New file.
154         * org.el (org-emphasis-regexp-components): Allow braces in
155         emphasis pre and post match.
157         * org-footnote.el (org-footnote-normalize): When only dorting, do
158         not insert inline notes at the end.
160         * org-docbook.el (org-id-find-id-file): Add function declaration.
162         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
164         * org-docbook.el: New file.
166 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
168         * org.el (org-reftex-citation): New command.
170 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
172         * org-agenda.el (org-agenda-cmp-user-defined): New option.
173         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
174         sorting options.
175         (org-entries-lessp): Apply the new sorting option.
177         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
178         blocker code, when an older sibling has children.
180         * org-mac-message.el (org-mac-message-get-link): Improve getting
181         links from multiple selected messages.
183 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org-remember.el (org-remember-finalize): Do not set buffer file
186         name to nil.
187         (org-remember-handler): Mark buffer as unmodified.
188         (org-remember-handler): Delete backup file and show message about
189         remaining backup files.
190         (org-remember-auto-remove-backup-files): New option.
192         * org.el (org-store-link): Use buffer name as link description in
193         w3-mode buffers.
194         (org-ido-switchb): Fix argument bug for completion.
196         * org-remember.el (org-remember-apply-template): Set local
197         variable `auto-save-visited-file-name' instead of global one.
199 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org-feed.el: Re-write.
203         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
204         (org-agenda-get-todos): Mark file tags as inherited.
205         (org-agenda-list): Always search diary lines for a time.
207 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-feed.el (org-feed-assume-stable): New option.
210         (org-feed-before-adding-hook): New hook.
212         * org-exp.el (org-export-as-html): Close local lists depending on
213         indentation, also when starting a table.
215         * org-remember.el (org-remember-backup-directory)
216         (org-remember-backup-name): New internal variable.
218 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org-clock.el (org-clock-out-if-current): Make buffer detection
221         work in indirect buffers as well.
223         * org.el (org-emphasis-regexp-components): Add the exxclamation
224         mark to the post-emphasis characters.
226 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
228         * org.el (org-read-date-minibiffer-septup-hook): New hook.
229         (org-read-date): Run the new hook.
231         * org-mac-message.el (org-mac-flagged-mail): New group.
232         (org-mac-mail-account): New variable.
233         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
234         commands.
236         * org-remember.el (org-remember-backup-directory): New variable.
237         (org-remember-apply-template): Write file to backup directory.
239 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-mouse.el (org-mouse-todo-menu): New function.
242         (org-mouse-todo-keywords): Function removed.
243         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
245         * org-table.el (org-table-beginning-of-field)
246         (org-table-end-of-field): New commands
247         (org-table-previous-field, org-table-beginning-of-field): Better
248         error messages.
249         (orgtbl-setup): Include `M-a' and `M-e'.
251         * org.el (org-backward-sentence, org-forward-sentence): New
252         commands.
254         * org-colview.el (org-colview-initial-truncate-line-value): New
255         variable.
256         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
257         (org-columns): Remember the value of `truncate-lines'.
259         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
260         New variable.
261         (org-columns-remove-overlays): Restore the value of
262         `truncate-lines'.
263         (org-columns): Remember the value of `truncate-lines'.
265         * org.el (org-columns-skip-arrchived-trees): New option.
267         * org-agenda.el (org-agenda-export-html-style): Define color for
268         org-agenda-done face.
269         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
270         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
272         * org.el (org-scan-tags): Use the new face.
274         * org-faces.el (org-agenda-done): New face.
276         * org.el (org-scan-tags): Test the value org
277         `org-tags-match-list-sublevels'.
278         (org-tags-match-list-sublevels): New allowed value: indented.
280         * org-export-latex.el (org-export-latex-make-header): Apply macros
281         in header.
283         * org-exp.el (org-export-apply-macros-in-string): New function.
285         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
286         with the definition of a checked box.
288         * org-clock.el (org-clock-find-position): Fix drawer indentations.
290         * org-export-latex.el (org-export-latex-low-levels): More options
291         for how to process lower levels in LaTeX.
292         (org-export-latex-subcontent): Better treatment for lists as a
293         means of publishing lower levels.
295 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org.el (org-set-font-lock-defaults): Use new checkbox face.
299         * org-faces.el (org-checkbox): New face.
301         * org-exp.el (org-export-html-preprocess): Only create LaTeX
302         fragement images if there is an export file.
304 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-agenda.el (org-stuck-projects): Document that the subtree of
307         projects that are not stuck will now be searched for stuck
308         sub-projects.
309         (org-agenda-skip-entry-when-regexp-matches)
310         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
311         (org-agenda-list-stuck-projects): Use
312         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
314         * org-export-latex.el (org-export-latex-preprocess): Improve
315         export of verses.
317         * org-exp.el (org-export-as-html): Implement centering as a div
318         rather than a paragraph.  Do a better job with line-end in verse
319         environments.
321 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
323         * org.el (org-open-at-point): Fix tags searches by mouse click.
325 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
327         * org-export-latex.el (org-export-latex-preprocess): Implement the
328         centering markup.
330         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
331         from `org-export-mark-blockquote-and-verse'.
332         (org-export-as-html): Implement the centering markup.
334         * org-export-latex.el (org-export-latex-tables): Fix vertical
335         lines in tables.
337 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
339         * org.el (org-read-date-history): New variable.
340         (org-read-date): Use new history variable.
341         (org-toggle-heading): Fix bug when used before first headline.
342         (org-store-log-note): Remove drawer if empty while note is
343         aborted.
344         (org-remove-empty-drawer-at): New function.
345         (org-check-after-date): New command.
346         (org-sparse-tree): New sparse tree command "a".
348         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
350 2009-03-14  Bastien Guerry  <bzg@altern.org>
352         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
353         column and a space, not only a column.
355 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org-export-latex.el (org-export-latex-emphasis-alist): Better
358         defaults for verbose emphasis.
359         (org-export-latex-emph-format): New function.
360         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
362         * org-agenda.el (org-agenda-menu): Add new commands to menu.
363         (org-agenda-do-date-later, org-agenda-do-date-earlier)
364         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
365         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
366         commands.
368         * org.el (org-timestamp-change): Move end-time along with start
369         time.
371 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
373         * org-exp.el (org-export-target-internal-links)
374         (org-export-as-html): Protect links specified as #name.
376 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
378         * org.el (org-clone-subtree-with-time-shift): New command.
380         * org-export-latex.el (org-export-latex-special-chars)
381         (org-export-latex-treat-sub-super-char): Fix subscript export.
383         * org-exp.el (org-create-multibrace-regexp): Do not add
384         backslashes to the class.
386 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
388         * org-colview.el (org-columns-map): Better functions for moving up
389         and down a row, even if `truncate-line' is nil.
391         * org.el (org-insert-todo-heading): Make sure the keyword is
392         inserted at the correct position.
394         * org-publish.el (org-publish-project-alist)
395         (org-publish-projects, org-publish-org-index): Change default anme
396         for the index of file names to "sitemap.org".
398         * org-export-latex.el (org-export-latex-tables): Use
399         `org-split-string', for Emacs 21 compatibility.
401 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
405 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
407         * org-exp.el (org-export-page-description)
408         (org-export-page-keywords): New variables.
409         (org-export-plist-vars): Add entries for :keywords and
410         :description.
411         (org-infile-export-plist): Parse for new keywords.
412         (org-get-current-options): Add new keywords
413         (org-export-as-html): Publish description and keywords.
415         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
416         option.
417         (org-agenda-add-entry-text): Honor
418         `org-agenda-add-entry-text-descriptive-links'.
420         * org-export-latex.el (org-export-latex-preprocess): Make all
421         external preprocess functions use a PARAMETER arg.
423         * org-exp.el (org-export-preprocess-string)
424         (org-export-select-backend-specific-text)
425         (org-export-format-source-code-or-example)
426         (org-format-org-table-html): Support docbook export.
427         (org-export-preprocess-string): Make all external preprocess
428         functions use a PARAMETER arg.
430 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
432         * org-exp.el (org-export-html-style-include-scripts): New option.
433         (org-export-plist-vars): Add new option
434         `org-export-html-style-include-scripts'.
435         (org-export-as-html): Honor new option
436         `org-export-html-style-include-scripts'.
437         (org-export-html-scripts, org-export-html-style-default): Fix
438         xml issues with the Safari browser.
440 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org-publish.el (org-publish-attachment): Only copy file when the
443         directories differ.
445 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
447         * org-clock.el (org-clocktable-steps): Use inactive time stamps
448         for clocktable steps.
450         * org.el (org-additional-option-like-keywords): Add two more
451         keywords.
453 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
455         * org-exp.el (org-export-format-source-code-or-example): Mark
456         temporary buffer unmodified, so that it will be killed even if
457         mode like message mode has decided to assign a file name.
459         * org.el (org-scan-tags): Improve tag inheritance.
460         (org-scan-tags, org-make-tags-matcher): Make tag comparison
461         case-sensitive.
462         (org-scan-tags): Use the internal tags list instead of creating it
463         from scratch.
464         (org-trust-scanner-tags, org-scanner-tags): New variables.
465         (org-scan-tags): Set `org-scanner-tags'.
466         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
467         (org-map-entries): Document the possible speedup using scanner
468         tags.
470 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org.el (org-add-planning-info): Fix bug with looking for keyword
473         only at column 0.
475         * org-agenda.el (org-agenda-custom-commands-local-options): Add
476         option for tags filter preset.
477         (org-prepare-agenda): Store filter preset as a property on the
478         filter variable.
479         (org-finalize-agenda): Call the filter, if there is a preset.
480         (org-agenda-filter-by-tag): Filter again after clearing the
481         filter, when there still is a preset.
482         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
483         Include the preset filter.
484         (org-agenda-redo): Apply the filter again, also the preset filter.
486         * org-exp.el (org-export-as-html): Use IDs in the correct way.
488         * org.el (org-uuidgen-p): New funtion.
490         * org-agenda.el (org-agenda-fontify-priorities): New default value
491         `cookies'.
492         (org-agenda-fontify-priorities): Renamed from
493         org-fontify-priorities.
495         * org.el (org-set-font-lock-defaults): Call
496         `org-font-lock-add-priority-faces'.
497         (org-font-lock-add-priority-faces): New function.
499         * org-faces.el: (org-set-tag-faces): New option.
500         (org-priority-faces): New variable.
502         * org-exp.el (org-export-as-html): Add a "content" div around the
503         entire content of the body tag.
504         (org-export-html-get-bibliography): New function.
505         (org-export-html-validation-link): New variable.
506         (org-export-as-html): Add validation link to exported page.
508         * org.el (org-match-sparse-tree): Renamed from
509         `org-tags-sparse-tree'.
510         (org-tags-sparse-tree): New alias.
512 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org.el (org-get-valid-level): Catch the case where the level
515         change is nil.
517         * org-clock.el (org-clock-find-position): Better indentation of
518         new clock drawers.
520 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
522         * org-agenda.el (org-agenda-quit): Delete window only when the
523         frame-setup was not `current-window'.
525         * org.el (org-tag-persistent-alist): New option.
526         (org-startup-options): Add keyword `noptag'.
527         (org-fast-todo-selection): Handle :newline correctly.
528         (org-set-tags): Handle :newline correctly.
529         (org-fast-tag-selection): Handle :newline correctly.
531 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-exp.el (org-export-as-ascii): Reverse link buffer before
534         outputting it.
535         (org-export-ascii-push-links): Fix bug with pussing links into the
536         export buffer.
538 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-archive.el (org-archive-subtree): Do not add 1 to level if
541         pasting at top level.
543         * org-bbdb.el: Improve documentation.
545 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org-list.el (org-insert-item): Only consider insert empty lines
548         is `org-empty-line-terminates-plain-lists' is not nil.
550         * org.el (org-blank-before-new-entry): Mention the dependence on
551         `org-empty-line-terminates-plain-lists' in the docstring.
553         * org-publish.el (org-publish-get-project-from-filename): New
554         optional argument UP.  Only find the top project if UP is set.
555         (org-publish-current-project): Find the top encloding project.
557         * org-agenda.el (org-agenda-before-write-hook)
558         (org-agenda-add-entry-text-maxlines): New options.
559         (org-write-agenda): Run the new hook in the temporary buffer.
560         (org-agenda-add-entry-text): New function.
561         (org-write-agenda): Implement PDF export, using ps2pdf.
563         * org.el (org-global-properties-fixed, org-global-properties):
564         Improve documentation string.
566         * org-exp.el (org-export-ascii-links-to-notes): New option.
567         (org-export-as-ascii): Handle links better.
568         (org-export-ascii-wrap, org-export-ascii-push-links): New
569         functions.
571 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-agenda.el (org-agenda): Make prefix arg optional.
574         (org-agenda-search-headline-for-time): New option.
575         (org-format-agenda-item): Honor
576         `org-agenda-search-headline-for-time'.
578         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
579         characters.
581         * org.el (org-self-insert-cluster-for-undo): New option.
582         (org-self-insert-command): Cluster undo for 20 characters.
583         (org-self-insert-command-undo-counter): New variable.
585 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
587         * org-exp.el (org-export-as-html): Fix problem with closing colone
588         example.
590 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
592         * org-export-latex.el (org-export-as-latex)
593         (org-export-latex-first-lines): Avoid modification flag when
594         adding or removing text properties.
595         (org-export-latex-fontify): Catch error when org-emph-alist has
596         entries that are not defined for LaTeX export.
598         * org.el (orgstruct++-mode): New function.
599         (turn-on-orgstruct++): Call `orgstruct++-mode'.
600         (org-context-p): Allow detecting item context after the first line
601         of an item.
602         (orgstruct-make-binding): Detect if item-body context should be
603         seen.
604         (orgstruct-is-++): New variable.
605         (org-add-planning-info): Catch the case when there is no planning
606         info yet and the call does not want to add anything, only maybe
607         tries to remove something.
608         (org-special-ctrl-a/e): All value to be a cons cell with separate
609         settings for `C-a. and `C-e'.
610         (org-beginning-of-line, org-end-of-line): Honor separate values
611         for `C-a' and `C-e'.
613 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
615         * org.el (org-reload): New command.
617 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org-exp.el (org-export-htm-get-tag-class-name)
620         (org-export-htm-get-todo-kwd-class-name): New functions.
621         (org-export-html-tag-class-prefix)
622         (org-export-html-todo-kwd-class-prefix): New options.
623         (org-export-as-html): Call
624         `org-export-html-get-todo-kwd-class-name'.
625         (org-html-level-start): Wrap tags into classes.
626         (org-export-html-get-tag-class-name)
627         (org-export-html-get-todo-kwd-class-name): New functions.
629         * org-export-latex.el (org-export-latex-collect-header-macros):
630         Remove fields that are used anyway.
631         (org-export-latex-make-header): Insert the options earlier.
633         * org-agenda.el (org-agenda-get-progress): Fix bug with state
634         matching.
636         * org-list.el (org-indent-item): Allow point to be at the end of
637         the region.
639         * org.el (org-metaleft, org-metaright): Be more accurate about
640         detecting a region where commands apply.
642         * org-compat.el (org-cursor-to-region-beginning): New function.
644         * org.el (org-priority): Also find invisible heading.
646         * org-colview-xemacs.el (org-columns-edit-value): No special
647         treatment for `org-todo' prefix.
649         * org-colview.el (org-columns-edit-value): No special treatment
650         for `org-todo' prefix.
652         * org-remember.el (org-remember-apply-template): Use
653         `org-completing-read-no-ido'.
655         * org.el (org-completing-read-no-ido): New function.
656         (org-make-tags-matcher, org-set-property): Use
657         `org-completing-read-no-ido'.
659         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
660         New option.
661         (org-export-as-latex): Import in-buffer settings as TeX macros.
662         (org-export-latex-make-header): Additional parameter OPT-DEFS.
663         (org-export-latex-collect-header-macros): New function.
665         * org.el (org-refile-get-location): Turn off
666         `partial-completion-mode'.
668 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org.el (org-block-todo-from-checkboxes): Announce that
671         checkboxes are the culprit.
672         (org-block-todo-from-children-or-siblings): Call
673         `org-up-heading-all instead' of `outline-up-heading'.
675         * org-agenda.el (org-agenda-show-1): Renamed from
676         `org-agenda-show'.
677         (org-agenda-show): Re-install the old version for now.
678         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
679         variable into the blokker hook, so that the checkbox checker can
680         anounce that it caused the blocking.
682         * org.el (org-track-ordered-property-with-tag): New option.
683         (org-toggle-ordered-property): Honor
684         `org-track-ordered-property-with-tag'.
685         (org-tag-alist): Add newline options.
686         (org-set-regexps-and-options): Separate option lines imply a
687         newline.
688         (org-set-regexps-and-options, org-assign-fast-keys)
689         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
690         option.
691         (org-indent-line-function): Make sure this works even if there is
692         not `org-drawer-regexp' defined.  This can happen when
693         orgstruct-mode is used in a non-org buffer.
695         * org-list.el (org-checkbox-blocked-p): New function.
696         (org-toggle-checkbox): Check for blocking.
698         * org.el (org-modules): Add an entry for org-R.el.
700         * org-agenda.el (org-agenda-todo-ignore-with-date)
701         (org-agenda-todo-ignore-scheduled)
702         (org-agenda-todo-ignore-deadlines): Mention the variable
703         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
705         * org.el (org-get-wdays): Find the warning period also if it is in
706         the wrong place.
707         (org-ido-completing-read): Provide the correct arguments to
708         ido-completing-read and bind `ido-enter-matching-directory' to
709         nil.
711 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org.el (org-olpath-completing-read): Never use ido for this
714         one.
716         * org-exp.el (org-export-normalize-links): Use new macro.
718         * org-macs.el (org-if-unprotected-at): New macro.
720         * org-agenda.el (org-agenda-show): Allow numerical prefix
721         arguments to specify how much context should be shown.
722         (org-agenda-cycle-show): New command, could be bound to SPC in
723         org-agenda-mode-map.
725         * org-exp.el (org-html-level-start): Space after section number.
727 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
729         * org-agenda.el (org-agenda-get-sexps): Add todo state as
730         property, for sorting.
731         (org-cmp-todo-state): Get the applicable TODO keywords directly
732         from the buffer.
733         (org-run-agenda-series, org-agenda-list, org-search-view)
734         (org-todo-list, org-tags-view): Only fit agenda window when the
735         whole series is done.
737         * org.el (org-scan-tags): Add todo state as property, for sorting.
739         * org-agenda.el (org-agenda-custom-commands-local-options): Add
740         `org-agenda-overriding-header' as an option.
741         (org-agenda-list): Honor org-agenda-overriding-header'.
743 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
745         * org-list.el (org-toggle-checkbox): Improve cursor positioning
746         after removing a checkbox.
748         * org.el (org-show-entry): Make this work correctly also if it is
749         the last entry in the file.
750         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
751         falling back to normal, default command.
752         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
753         item, call the checkbox toggler to get a box.
755         * org-list.el (org-toggle-checkbox): Make double prefix set the
756         checkbox to "[-]".
757         (org-fix-bullet-type): Only replace bullet it it is changed.
758         (org-renumber-ordered-list): Handle case when first item does not
759         have a number.
761         * org.el (org-add-log-setup): Fix positioning when
762         `org-log-states-order-reversed' is nil.
764         * org-clock.el (org-clock-in): Fix positioning when
765         `org-log-states-order-reversed' is nil.
766         (org-clock-find-position): Fix positioning when
767         `org-log-states-order-reversed' is nil.
769 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-clock.el (org-clock-into-drawer): Take default from
772         `org-log-into-drawer'.
773         (org-clock-find-position): Look for the correct drawer.
775         * org.el (org-log-into-drawer): Renamed from
776         `org-log-state-notes-into-drawer'.
777         (org-log-state-notes-into-drawer): New variable alias.
778         (org-add-log-setup): Make drawer name default to LOGBOOK, not
779         CLOCK.
780         (org-insert-property-drawer): Also skip LOGBOOK drawers.
782 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
784         * org-agenda.el (org-agenda): Fix docstring.
786         * org.el ("org-plot"): Help loading org-plot.
787         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
788         (org-metadown-hook, org-shiftmetaleft-hook)
789         (org-shiftmetaright-hook, org-shiftmetaup-hook)
790         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
791         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
792         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
793         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
795         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
796         for selecting files with any (and even without) extension.
798         * org.el (org-save-all-org-buffers): Also save id locations.
799         (org-revert-all-org-buffers): Also load id locations.
801 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org.el (org-drawers): Add LOGBOOK to the default drawers.
803         (org-log-state-notes-into-drawer): New option.
804         (org-add-log-setup): Place the sate note marker into the drawer,
805         create drawer when necessary.
806         (org-refile-targets): Document special interpretation of LEVEL
807         when odd-levels are used.
809 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org.el (org-store-log-note): Fix note indentation when adding
812         notes to end of list.
814         * org-exp.el (org-export-as-html): Add TODO keyword as extra
815         class, so that each keyword can get special colors through CSS.
817         * org-clock.el (org-clock-out): Add another nil for the previous
818         state into the call to `org-add-log-setup'.
820         * org.el (org-log-note-previous-state): New variable.
821         (org-log-note-headings): New %S escape for old state.
822         (org-todo): Call the note setup with the old state as an
823         argument.
824         (org-add-note): Add another nil for the previous state into the
825         call to `org-add-log-setup'.
826         (org-add-log-setup): New argument PREV-STATE.
827         (org-add-log-note): Handle new %S escape.
828         (org-store-log-note): Handle new %S escape.
830 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-clock.el (org-clock-find-position): Do not swallow an item
833         less indented than the CLOCK line itself.
834         (org-clock-in): Push markers to lin after the clock line.
835         (org-clock-find-position): Handle values of
836         `org-clock-into-drawer' smaller than 2.
838         * org-exp.el (org-html-level-start): Add a CSS class to section
839         numbers.
840         (org-export-html-toplevel-hlevel): Better documentation of the
841         influence of this variables on H levels and css classes in
842         export.
844 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org-agenda.el (org-agenda-custom-commands-local-options): Add
847         timestamp and nottimestamp to the chooe menu.
849         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
850         (org-revert-all-org-buffers): New command.
852 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org.el (org-return): Implement `org-return-follows-link' in the
855         function org-return.  This is more robust than using the mouse
856         map, I think.
857         (org-set-regexps-and-options): Match more general #+TODO lines.
858         (org-make-options-regexp): New optional argument EXTRA, for an
859         extra regexp.
860         (org-tab-follows-link): Mark as deprecated.
862 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org-exp.el (org-export-preprocess-string): Remove clock lines
865         earlier, so that they cannot cotribute to verbatim snippets.
867 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
870         for finding drawers.
871         (org-export-as-ascii, org-export-as-html): Count levels relative
872         to the subtree header.
873         (org-get-min-level): New optional argument OFFSET.
874         (org-export): Make sure point is restored after popping up that
875         window.
877         * org.el (org-do-sort): Also take an inactive timestamp if no
878         active one is found.
880         * org-colview-xemacs.el (org-columns-capture-view): Copy before
881         deleting duplicates.
883         * org-colview.el (org-columns-capture-view): Copy before
884         deleting duplicates.
886         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
887         text before first headline.
889         * org.el (org-format-latex): Do not convert LaTeX fragments in
890         protected examples.
892 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org-exp.el (org-export-html-style-default): Use color values
895         instead of names for XHTML validation.
897         * org.el (org-get-scheduled-time, org-get-deadline-time): New
898         functions.
899         (org-return-follows-link): Revert making this the default untile
900         issues are resolved.
902         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
903         nottimestamp.
905 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
907         * org.el (org-mode): Make dependence stuff work more reliably.
908         (org-update-parent-todo-statistics): Fix bug with updating
909         statistics cookie.
911         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
912         ~ as verbatim delimiters.
914         * org-exp.el (org-export-html-format-image): New argument
915         PAR-OPEN.
916         (org-export-as-html): Pass par-open to
917         `org-export-html-format-image'.
919 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
922         (org-use-fast-todo-selection, org-tags-column): New default
923         setting for variables, based on a poll what typical uses use.
925         * org-agenda.el (org-agenda-sorting-strategy)
926         (org-agenda-tags-column): New default setting for variables, based
927         on a poll what typical uses use.
929 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
931         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
932         blocked entries from setting the blocked tag.
934         * org-exp.el (org-export-html-footnotes-section): Use a more
935         consistent id for footnotes.
937         * org-export-latex.el (org-export-latex-classes): Remove the
938         a4paper option from the default styles.
940 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
942         * org.el (org-enforce-todo-checkbox-dependencies): New option.
943         (org-block-todo-from-checkboxes): New function.
944         (org-todo): Make tripple prefix arg circumvent blocking.
946         * org-timer.el (org-timer): Provide the timer feature.
948         * org.el (org-require-autoloaded-modules): Add a few more files to
949         the list of autoloaded modules.
951         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
953 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
956         drawers that are unprotected.
957         (org-export-html-format-image): Make sure inlined LaTeX fragment
958         images remain inlined.
960         * org.el (org-toggle-ordered-property): New function.
961         (org-mode-map): Add a key for `org-toggle-ordered-property'.
962         (org-org-menu): Add menu entries for TODO dependencies.
964 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org.el (org-default-properties): Add ORDERED to the default
967         properties, to get completion support for it.
969         * org-list.el (org-update-checkbox-count): Update more than one cookie.
971         * org.el (org-update-parent-todo-statistics): Update more than one
972         cookie.
974         * org-agenda.el (org-agenda-get-todos): Start search from correct
975         position.
977         * org.el (org-fast-todo-selection): Make sure TODO selection does
978         not change buffer position.
980         * org-list.el (org-toggle-checkbox): Implement adding or removing
981         checkboxes from line or region when called with a prefix
982         argument.
984         * org-rmail.el (org-rmail-store-link): Protect the call to
985         `rmail-narrow-to-non-pruned-header'.
987         * org-clock.el (org-clock-special-range): Fix week display in
988         clock tables.
990         * org-exp.el (org-get-current-options): Fix bug when in indirect
991         buffer.
993 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
995         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
996         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
997         (org-agenda-dim-blocked-tasks): New function.
999         * org.el (org-enforce-todo-dependencies): New option.
1000         (org-block-todo-from-children-or-siblings): New function.
1002         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1004         * org.el (org-todo): Return correct state type even if the blocker
1005         throws an error.
1006         (org-modifier-cursor-error): Renamed from
1007         `org-shiftcursor-error'.
1008         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1009         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1011         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1012         to get real errors from the blocker hook.
1014         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1015         functions.
1016         (org-set-visibility-according-to-property): Turn off the setting
1017         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1018         property.
1020 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1022         * org.el (org-support-shift-select): New option.
1023         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1024         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1025         selection outside contexts.
1027         * org-list.el (org-at-item-bullet-p): New function.
1029         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1030         variables.
1032         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1033         variable.
1034         (org-insert-footnote-reference-near-definition): Remove
1035         unnecessary let form.
1037         * org-export-latex.el (org-export-latex-first-lines): Add
1038         OPT-PLIST parameter.
1039         (org-export-as-latex): Call `org-export-latex-first-lines' with
1040         opt-plits parameter.
1041         (org-export-latex-preprocess): Remove unnecessary variables.
1043         * org-exp.el (org-infile-export-plist)
1044         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1045         (org-export-remove-headline-metadata)
1046         (org-export-get-title-from-subtree, org-get-min-level)
1047         (org-html-do-expand): Remove innecessary let form.
1049         * org-colview-xemacs.el (org-columns-display-here): Remove
1050         unnecessary variables.
1052         * org-colview.el (org-columns-display-here): Remove unnecessary
1053         variables.
1055         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1056         variables.
1058         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1059         unnecessary variables.
1061         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1062         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1063         variables.
1065         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1066         (org-compact-display-after-subtree-move): Remove unnecessary
1067         variables.
1068         (org-edit-fixed-width-region): Remove unnecessary variables.
1069         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1070         (org-olpath-completing-read): Remove unnecessary variable.
1071         (org-auto-repeat-maybe): Remove unnecessary variable.
1072         (org-map-entries): Remove unnecessary variable.
1073         (org-buffer-property-keys, org-imenu-get-tree)
1074         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1076 -----------------------------------------------------------------
1078 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1079         * org-exp.el (org-export-remove-timestamps): Never remove
1080         timestamps from tables.
1082         * org-export-latex.el (org-export-latex-first-lines): Add more
1083         options to the preprocessing of the text before the first
1084         headline.
1086 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1088         * org-faces.el (org-clock-overlay): Make face compatible with
1089         XEmacs.
1091         * org.el (org-yank): Add property for delete-selection mode.
1093         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1095         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1096         variable.
1098         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1099         to `backward-char'.
1101         * org-exp.el (org-export-as-html): Remove the initial space from
1102         colon examples.
1104         * org.el (org-scan-tags): Call
1105         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1107         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1108         customization groups.
1109         (org-agenda-tags-todo-honor-ignore-options): New option.
1110         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1111         New function.
1112         (org-agenda-get-todos): Use
1113         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1115 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1117         * org-exp.el (org-export-format-source-code-or-example): Escape
1118         HTML characters also in examples that anre not treated with
1119         htmlize.  Also, just switch to EXAMPLE processing if we do not
1120         have a good version of htmlize.
1122         * org-rmail.el: Fix copyright notice.
1124         * org.el (org-activate-footnote-links): Improve footnote link
1125         highlighting.
1127         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1128         a footnote definition at the end of the file.
1130         * org-table.el (org-table-get-specials): Add an imagined hline at
1131         the end of the table.  This can be useful for references that want
1132         to go to the end of the table.  Also fix bug when computing last
1133         row constants, in tables that do not start right at the right
1134         margin.
1135         (org-table-eval-formula): Match and replace remove references.
1136         (org-table-formula-substitute-names): Make sure that names inside
1137         a "remote" call are left alone, the will be replaced later when
1138         the remote call is handled.
1139         (org-table-convert-refs-to-rc): Do not convert things that might
1140         look like a reference, but are really part of an ID or namei n a
1141         remote reference.
1142         (org-table-get-remote-range): New function.
1144 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1146         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1148         * org-clock.el (org-clock-put-overlay): Use new face instead of
1149         `secondary-selection'.
1151         * org-faces.el (org-clock-overlay): New face.
1153 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1155         * org-exp.el (org-get-current-options): Include the option for
1156         publishing time stamps.
1158         * org.el (org-toggle-heading): Renamed from
1159         `org-toggel-region-headings'.
1160         No longer needs a region defined, but will use it if there is one.
1161         (org-ctrl-c-star): Simplified, relying more on the internal
1162         workings of `org-toggle-heading'.
1163         (org-toggle-item): Renamed from `org-toggle-region-items'.
1164         No longer needs a region defined, but will use it if there is one.
1165         (org-ctrl-c-minus): Simplified, relying more on the inernal
1166         workings of `org-toggle-item'.
1168         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1169         environment detection.  Also, do real changes only in unprotected
1170         places.
1172 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1174         * org-export-latex.el (org-export-latex-quotation-marks): Use
1175         `org-if-unprotected-1'.
1176         (org-export-latex-set-initial-vars): Check for class definition in
1177         property.
1179         * org-macs.el (org-if-unprotected-1): New macro.
1181 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1183         * org-compat.el (org-count-lines): New function.
1185         * org-exp.el (org-export-format-source-code-or-example): Handle
1186         switches related to text areas.
1188         * org.el (org-activate-footnote-links): Don't allow match inside a
1189         link.
1191         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1193         * org-export-latex.el (org-export-latex-links): Keep a relative
1194         path relative also after export.
1196         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1198         * org.el (org-make-tags-matcher): Never use IDO for completing the
1199         tags matcher match string.
1200         (org-completing-read): Also remove the special biding for "?".
1202         * org-attach.el (org-attach-allow-inheritance): New option.
1203         (org-attach-inherited): New variable.
1204         (org-attach-dir): Handle properties related to the attachment
1205         directory.
1206         (org-attach-check-absolute-path): New function.
1207         (org-attach-set-directory, org-attach-set-inherit): New commands.
1208         (org-attach): Accommodate the new commands in the dispatcher.
1210 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1212         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1213         `window-full-width-p'.
1215         * org-exp.el (org-export-as-html): Only check for images files
1216         that really can be inlined
1218         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1219         list of extensions to be a parameter.
1221         * org-exp.el (org-export-html-inline-image-extensions): New
1222         variable.
1224         * org-agenda.el (org-prepare-agenda): Use
1225         `org-agenda-block-separator'.
1226         (org-agenda-block-separator): New option.
1228 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1230         * org-export-latex.el (org-export-latex-tables): Call
1231         `org-table-clean-before-export' with the new optional argument.
1233         * org-exp.el (org-table-clean-before-export): New optional
1234         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1235         first column.
1237 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1240         histograms.
1242         * org-colview.el (org-colview-construct-allowed-dates): Better
1243         error catching when a date/time property does not have allowed
1244         values defined.
1246         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1247         Better error catching when a date/time property does not have
1248         allowed values defined.
1250 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org.el (org-map-entries): Restore point and restriction after
1253         `org-map-entries'.
1255 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1257         * org.el (org-time=, org-time<, org-time<=, org-time>)
1258         (org-time>=, org-time<>): Make sure both values are dates.
1260 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1262         * org-archive.el (org-extract-archive-heading): Allow %s for file
1263         name also in achive location heading.
1265 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1267         * org-archive.el (org-add-archive-files): Uniquify the list before
1268         returning it.
1270 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org-compat.el (org-fit-window-to-buffer): Use
1273         `window-full-width-p'.
1275         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1276         space after the colon in short examples.
1278         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1279         enforce a space after the colon.  However, we also allow lines
1280         that are *only* a colon.
1281         (org-export-as-html): Enforce the space after the colon in short
1282         examples.
1283         (org-export-preprocess-string): Do the colon example protection
1284         earlier.
1285         (org-export-remove-timestamps): Do not check for protection at the
1286         end of the line.
1288 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org.el (org-format-latex-options): Add new matcher for single
1291         letters between dollars.
1292         (org-get-header): Function removed.
1293         (org-heading-components): New function.
1295         * org-exp.el (org-export-define-heading-targets): Record ID's also
1296         as alternative targets.
1297         (org-export-as-html): Interpret "id:" links to other files by
1298         preserving the relative path.
1300         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1301         is nil.
1303         * org-exp.el (org-export-normalize-links): Protect the main link,
1304         to avoid special character processing.
1306         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1307         New variable.
1308         (org-export-latex-special-string-regexps): Variable removed.
1309         (org-export-latex-keywords): Use the new regexp.
1311         * org-exp.el (org-export-handle-include-files): Fetch switches and
1312         put them into the BEGIN statement.
1314         * org-timer.el (org-timer-mode-line-string): New variable.
1316         * org-clock.el (org-clock-mode-line-map): Renamed from
1317         `org-clock-mode-map'.
1318         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1319         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1320         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1321         (org-clock-remove-overlays): Renamed from
1322         `org-remove-clock-overlays'.
1324         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1325         and mode line display.
1326         (org-timer-stop): New command.
1327         (org-timer-seconds): Return correct time when timer is paused.
1328         (org-timer-mode-line-timer): New variable.
1329         (org-timer-set-mode-line, org-timer-update-mode-line): New
1330         functions.
1332         * org.el (org-insert-heading):  Handle new value `auto' for
1333         `org-blank-before-new-entry'.
1334         (org-org-menu): Add new items for timer functions.
1336         * org-list.el (org-insert-item): Handle new value `auto' for
1337         `org-blank-before-new-entry'.
1339         * org.el (org-blank-before-new-entry): New value `auto', made
1340         default.
1342 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org-exp.el (org-export-normalize-links): If the link is also
1345         used as the description, protect the description.
1347 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1349         * org.el (org-closest-date): Fix bug with yearly repeats, in
1350         combination with preference of the past as it is used for deadline
1351         and scheduling search.
1353         * org-exp.el (org-html-handle-time-stamps): No longer check for
1354         the `org-export-with-timestamps' option, because the preprocesser
1355         has taken care of this already.
1357         * org.el (org-entry-properties): Catch the case when this is
1358         called in a non-org-mode file.
1360         * org-export-latex.el (org-export-latex-remove-from-headlines):
1361         Variable made obsolete, also LaTeX export now uses the standard
1362         variables.
1363         (org-export-as-latex): Add the timestamps parameter to the
1364         preprocessor parameter list.
1365         (org-export-latex-content): Export the remaining keywords without
1366         considering to remove them.
1367         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1368         Use bold font instead of tt font for the keywords.
1369         (org-export-latex-fontify-headline): Format headlines, assuming
1370         that all keywords still present should be published.
1371         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1372         publish what ever remains of the time stamps.
1373         (org-export-latex-list-parameters): New option.
1374         (org-export-latex-lists): Pass additional parameters to the list
1375         converter.
1377         * org-exp.el (org-export-preprocess-string): Remove clock lines
1378         and timestamps already in the preprocesor.
1379         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1380         functions.
1381         (org-export-as-ascii, org-export-as-html): Add the timestamps
1382         parameter to the preprocessor parameter list.
1384         * org-list.el (org-list-parse-list): Parse for checkboxes.
1385         (org-list-to-generic): Introduce and handle new parameters :cbon
1386         and :cboff.
1387         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1388         optional parameter PARAMS.
1390         * org-export-latex.el (org-export-latex-special-chars): Fix
1391         problems with interpreting dollar signs.
1392         (org-inside-latex-math-p): New function.
1393         (org-export-latex-preprocess): Protect all the math fragments.
1395         * org.el (org-latex-regexps): Allow a dash after a dollar.
1397         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1398         mark after copying.
1400         * org-agenda.el (org-run-agenda-series): Have series options set
1401         when finalizing the agenda.
1403         * org-exp.el (org-export-format-source-code-or-example): Protect
1404         the converted examples.
1406         * org.el (org-set-regexps-and-options): Fix the regexp
1407         `org-complex-heading-regexp'.
1409 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1411         * org.el (org-edit-src-get-label-format): New function.
1412         (org-coderef-label-format): New option.
1413         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1414         a label format specification and make sure it is used in the edit
1415         buffer.
1416         (org-edit-src-get-label-format): New function.
1417         (org-store-link): Handle new coderef formats.
1418         (org-link-search): Handle new coderef formats.
1420         * org-footnote.el (org-footnote-create-definition)
1421         (org-footnote-goto-local-insertion-point): Make footnote insertion
1422         work correctly when the "Footnotes" headline is the last line in
1423         the buffer.
1425         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1426         the location.
1428 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org-w3m.el (org-w3m): New customization group.
1431         (org-w3m-deactivate-mark): New option.
1432         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1433         option say not to.
1435 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1437         * org.el (org-set-font-lock-defaults): Trigger footnote
1438         fontification.
1439         (org-activate-footnote-links): New function.
1440         (org-activate-links): New entry `footnote'.
1442         * org-faces.el (org-footnote): New face.
1444 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1446         * org-macs.el (org-re): Handle the [:word:] class.
1448         * org-exp.el (org-export-preprocess-string): Call
1449         `org-export-protect-colon-examples'.
1450         (org-export-protect-colon-examples): Renamed from
1451         `org-export-protect-examples', and scope limited to lines starting
1452         with a colon.
1454 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org-exp.el (org-export-preprocess-string): Move the preprocess
1457         hook to after turning on Org-mode.
1458         (org-export-preprocess-after-include-files-hook)
1459         (org-export-preprocess-after-tree-selection-hook)
1460         (org-export-preprocess-before-backend-specifics-hook)
1461         (org-export-preprocess-final-hook): New hooks.
1462         (org-export-preprocess-string): Run the new hooks.
1464         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1466         * org-footnote.el: New file.
1468         * org.el (org-footnote): Require footnote code.
1469         (org-startup-options): Add new footnote options.
1470         (org-mode-map): New keybindig for footnotes.
1471         (org-ctrl-c-ctrl-c): Add function at footnotes.
1472         (org-org-menu): New menu entries for footnotes.
1474         * org-export-latex.el (org-export-as-latex): Pass footnote
1475         variable to preprocessor.
1476         (org-export-latex-preprocess): Treat multiple references to a
1477         footnote.
1479         * org-exp.el (org-export-preprocess-string): Call
1480         `org-footnote-normalize'.
1481         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1482         to preprocessor.
1483         (org-export-as-html): Treat multiple references to a footnote.
1485 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-export-latex.el (org-export-latex-links): Handle coderef
1488         links.
1490         * org.el (org-bracket-link-analytic-regexp++): New variable.
1491         (org-make-link-regexps): Initialize
1492         `org-bracket-link-analytic-regexp++'.
1493         (org-store-link): Implement special case in edit-src buffer.
1494         (org-insert-link): No use of ide to insert stored links.
1495         (org-link-search): Implement special case for coderefs.
1497         * org-exp.el (org-export-html-scripts): New constant.
1498         (org-export-html-style-default): Add a new style for highlighted
1499         code.
1500         (org-export-code-refs): New variable.
1501         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1502         Call `org-export-replace-src-segments-and-examples'
1503         No longer call `org-export-protect-examples'.
1504         (org-export-target-internal-links): Take care of coderef targets.
1505         (org-export-last-code-line-counter-value): New variable.
1506         (org-export-replace-src-segments-and-examples): Renamed from
1507         `org-export-replace-src-segments', and modified.
1508         (org-export-format-source-code-or-example): Renamed from
1509         `org-export-format-source-code'.
1510         (org-export-number-lines): New function.
1511         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1513 --------------------------------------------------------------------------
1515 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1517         * org-remember.el (org-remember-handler): Safer way to get a new
1518         buffer accessing the target file.
1520         * org.el (org-refile-get-location): Handle case of current buffer
1521         not having a file associated with it.
1523 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1525         * org-table.el (org-table-get-formula): Only ask to overwrite
1526         field formula if there really is one.
1528         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1529         number, by converting these to a string.
1531         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1532         located in a different file.
1534         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1535         org-colview.el.
1537 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1539         * org.el (org-completion-use-ido): Enhance docstring of
1540         `org-completion-use-ido'.
1542         * org-export-latex.el (org-export-latex-make-header): Double the %
1543         in the time stamp format.
1544         (org-export-latex-special-chars): Handle case where there is no
1545         match group 3.
1547 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1549         * org.el (org-get-refile-targets, org-refile-get-location): Use
1550         expanded file name to improve comparison.
1552 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org.el (org-scan-tags): Rescan for tags, to get the correct
1555         upcase/downcase stuff.  This slows things down for now, but it
1556         works.
1557         (org-mode): Make sure the tag-faces regexp is initialized.
1559         * org-export-latex.el (org-export-latex-links): Fix bug with
1560         undefined label.
1562         * org-table.el (org-table-get-specials): Set
1563         `org-table-current-last-data-line'.
1564         (org-table-current-last-data-line): New variable.
1565         (org-table-insert-column, org-table-delete-column)
1566         (org-table-move-column, org-table-fix-formulas): Call
1567         `org-table-fix-formulas' a second time to fix the $LR references.
1568         (org-table-get-specials): Add the $LR references to the tables.
1569         (org-table-get-formula): Do not offer last-row names as LHS of
1570         formulas.
1572         * org.el (org-store-link): Capture link description from
1573         `org-id-store-link'.
1575         * org-exp.el (org-export-html-format-image): Add the / to the end
1576         of the <img> tag.
1577         (org-export-format-source-code): Surround example by empty lines,
1578         to make sure it will not be inside a paragraph.
1580         * org.el (org-ido-switchb): New function.
1582 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1584         * org-agenda.el (org-agenda-show): New prefix argument
1585         FULL-ENTRY.
1587         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1588         argument.
1590         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1591         `org-agenda-change-all-lines'.
1592         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1593         tags are now retrieved locally.
1595 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1597         * org.el (org-get-outline-path): Fix bug if level is not given.
1598         (org-org-menu): Do not quote function in menu vector.
1600         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1601         name.
1603 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org.el (org-refile): Avoid refiling to within the region to be
1606         refiled.
1608         * org-export-latex.el (org-export-latex-special-chars): Replace
1609         special characters also in tables.
1611         * org-agenda.el (org-agenda-change-all-lines): New argument
1612         FORCE-TAGS.
1613         (org-agenda-set-tags): Cet the new tags and pass them to
1614         `org-format-agenda-item'.
1616 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1618         * org-export-latex.el (org-export-latex-classes): Add longable as
1619         a default package to all classes.
1620         (org-export-latex-tables): Handle the longtable attribute and the
1621         align attribute.
1623         * org-table.el (orgtbl-to-generic): Handle tables that start with
1624         a hline.
1626         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1627         \verb for colde-like snippets.
1628         (org-export-as-latex): Fix issues with region export.
1630         * org.el (org-up-heading-safe): Speed up function by using a
1631         direct regexp search.
1632         (org-olpa): New variable.
1633         (org-get-outline-path): Speed-up path constructions in cases where
1634         this is possible because the entire hierarchy is scanned anyway.
1635         (org-refile-get-location): Don't compare the truenames of files,
1636         this is too slow.
1637         (org-goto-max-level): New option.
1638         (org-goto): Use `org-goto-max-level'.
1640 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1642         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1643         Strip angle brackets from message-ids in the former and don't do
1644         it in the latter.
1645         (org-gnus-follow-link): Open summary reliable, even if the last
1646         messages were deleted, and handle empty groups, too.
1648 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1650         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1651         instead of \texttt for the =...= and ~===~ emphasis environments.
1652         (org-export-as-latex): Remove any old :org-license-to-kill text
1653         properties.
1654         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1655         (org-export-latex-make-header): Add some hard space after the
1656         table of contents.
1657         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1658         exported text so that it will be excuded in further steps.
1660         * org-table.el (org-table-get-specials): Make @0 reference the
1661         last line in a table.
1662         (org-table-recalculate): Improve docstring.
1664 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1666         * org.el (org-log-done): Fix docstring.
1668 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-exp.el (org-export-html-format-image): Fix bugs.
1672         * org-export-latex.el (org-export-latex-tables)
1673         (org-export-latex-links): Implement attribute, label, and caption
1674         handling.
1676         * org-exp.el (org-export-html-style-default): Add style
1677         definitions for the figure div.
1678         (org-export-preprocess-string, org-export-as-html): Implement
1679         attribute, label, and caption handling.
1680         (org-export-attach-captions-and-attributes): New function.
1681         (org-export-html-format-image): New function.
1682         (org-format-org-table-html): Implement attribute, label, and
1683         caption handling.
1685         * org.el (org-find-text-property-in-string): New function.
1686         (org-extract-attributes): Use the property org-attr instead of
1687         org-attrobutes, because this property is now set with the #+ATTR
1688         lines.
1690 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1692         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1693         the case that FROM is nil.
1695         * org.el (org-before-first-heading-p): New function.
1697 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1699         * org-exp.el (org-export-as-html): Do not add a space before
1700         enforces line breaks.
1701         (org-export-as-html): Close paragraph before blockquote and verse
1702         tags.
1704 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org-id.el (org-id-locations-file): Wrap file name with
1707         `convert-standard-filename'.
1708         (org-id-files): New variable.
1709         (org-id-use-hash): New option.
1710         (org-id-update-id-locations): Also search in all files current
1711         listed in `org-id-files'.  Convert the resulting alist to a hash
1712         if the user customation says so.
1713         (org-id-locations-save): Handle he case if `org-id-locations' is a
1714         hash.
1715         (org-id-locations-load): Convert the alist to a hash.
1716         (org-id-add-location): Handle the hast case.
1717         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1718         exited.
1719         (org-id-hash-to-alist, org-id-alist-to-hash)
1720         (org-id-paste-tracker): New functions.
1722 -------------------------------------------------------------------------
1724 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1726         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1727         bindings of calendar variables.
1729         * org-table.el (org-table-find-row-type): Renamed from
1730         `org-find-row-type'.
1731         (org-table-rewrite-old-row-references): Renamed from
1732         `org-rewrite-old-row-references'.
1733         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1734         (org-table-cleanup-narrow-column-properties): Renamed from
1735         `org-cleanup-narrow-column-properties'.
1737 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1739         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1740         for better error messages.
1741         (org-table-get-descriptor-line): Supply the new arguments to
1742         `org-find-row-type'.
1743         (org-table-error-on-row-ref-crossing-hline): New option.
1745         * org.el (org-target-link-regexp): Make buffer-local.
1746         (org-move-subtree-down): Fix bug with trees at beginning of
1747         buffer.
1749 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1751         * org-faces.el (org-set-tag-faces): New function.
1752         (org-tags-special-faces-re): New variable.
1754         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1756         * org-faces.el (org-tag-faces): New option.
1757         (org-tag): Mention `org-tag-faces' in the docstring.
1759 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1761         * org-exp.el (org-export-html-style-default): Implement new
1762         quoting.
1764         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1766         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1767         command to the `w3m-minor-mode-map'.
1769         * org-archive.el (org-archive-to-archive-sibling): Protect
1770         `this-command' to avoid appending kills during archiving.
1772         * org-exp.el (org-export-with-priority): New variable.
1773         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1774         instead of internal list of strings and properties.
1775         (org-print-icalendar-entries): Retrieve the location property with
1776         inheritance.
1778 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1780         * org-exp.el (org-export-with-todo-keywords): New option.
1781         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1782         line.
1783         (org-default-export-plist, org-export-add-options-to-plist)
1784         (org-export-as-ascii, org-export-as-html): Use the new structure
1785         of `org-export-plist-vars'.
1787         * org.el (org-map-entries): Return all values.
1789 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1791         * org.el (org-matcher-time): Recognize more special values.
1793         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1795 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1797         * org.el (org-tags-exclude-from-inheritance): New option.
1798         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1799         `org-tags-exclude-from-inheritance'.
1801         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1802         (org-format-agenda-item): Add inherited tags to the agenda line
1803         string, and make sure that properties are kept when downcasing the
1804         tags list.
1805         (org-agenda-add-inherited-tags): New function.
1806         (org-downcase-keep-props): New function.
1808         * org.el (org-scan-tags): Mark inherited tags with a text
1809         property.
1810         (org-get-tags-at): Mark inherited tags with a text property.
1811         (org-add-prop-inherited): New function.
1813         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1814         (org-agenda-show-inherited-tags): New option.
1816 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1818         * org.el (org-modules): Add org-w3m to the default modules.
1820         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1821         orgtbl-mode.
1822         (orgtabl-create-or-convert-from-region): New command.
1824         * org-exp.el (org-export-as-ascii): Remove the handling of
1825         targets.
1826         (org-export-ascii-preprocess): Handle targets already in this
1827         function.
1829 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1831         * org-timer.el (org-timer-start-time): Define this variable.
1832         (org-timer-item): Make argument optional.
1834         * org-list.el (org-insert-item): Automatically insert a timer item
1835         if the current list is a timer list.
1837         * org-timer.el: New file.
1839         * org-publish.el (org-publish-org-index): Only exclude the index
1840         file in the main directory from being added to the site-map.
1841         (org-publish-get-project-from-filename): If the current project is
1842         a component, start publishing from the parent project.
1844 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1846         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1848         * org-publish.el (org-publish-org-index): Improve removal of
1849         temporary buffers.
1851         * org-agenda.el (org-get-closed): Re-apply changes
1852         accidentially overwritten by last commit to Emacs.
1854         * org.el (org-outline-path-complete-in-steps): New option.
1855         (org-refile-get-location): Honor
1856         `org-outline-path-complete-in-steps'.
1857         (org-agenda-change-all-lines, org-tags-sparse-tree)
1858         (org-time-string-to-absolute, org-small-year-to-year)
1859         (org-link-escape): Re-apply changes accidentially overwritten
1860         by last commit to Emacs.
1862 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1864         * org-clock.el (org-dblock-write:clocktable): Make sure the
1865         clocktable sees the first line.
1866         (org-clock-in): Warn if the clock cannot be resumed.
1868 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1870         * org.el (org-open-at-point): Fix mixup about interactive and
1871         non-interactive elisp links.
1873 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1875         * org-exp.el (org-export-preprocess-string): Allow one comment
1876         line before the first headline to always be included.  This is
1877         to not miss a commented target.
1879         * org-mouse.el (org-mouse-insert-item): Call
1880         `org-indent-to-column' instead of `indent-to', for XEmacs
1881         compatibility.
1883         * org.el (org-refile-targets): Fix customize definition so
1884         that it works also in XEmacs.
1885         (org-fixup-indentation): Call `org-indent-to-column' instead
1886         of `indent-to', for XEmacs compatibility.
1888 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1890         * org-mew.el (org-mew-store-link): Get the correct case folder
1891         for refiled messages.
1893 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1895         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1896         line break indicators.
1898         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1899         ido-completion propts.
1901 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1903         * org-remember.el (org-remember-apply-template): Use
1904         `org-substring-no-properties'.
1906         * org-compat.el (org-substring-no-properties): New function.
1908         * org-remember.el (org-remember-apply-template): Use
1909         `org-substring-no-properties' for compatibility.
1911         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1912         option.
1913         (org-fix-bullet-type): respect
1914         `org-list-two-spaces-after-bullet-regexp'.
1916         * org-clock.el (org-clock-load): Clean up the code.
1918         * org.el (org-adaptive-fill-function): Allow two spaces after
1919         "1." as a list bullet.
1921 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1923         * org-clock.el (org-clock-save, org-clock-load): Check for
1924         live buffers, existing files, and buffer file names to ensure
1925         consistent information.
1926         (org-clock-persist): Make `clock' a special value of this
1927         variable, and improve docstring.
1929         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1930         (org-get-string-indentation): Adapt indentation when the bullet
1931         width changes.
1933 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1935         * org-remember.el (org-remember-finalize): Make interactive.
1936         (org-remember-kill): New command.
1937         (org-remember-finish-immediately): Call `org-remember-finalize'
1938         directly.
1939         (org-remember-finalize): Make `org-remember-finalize' an interactive
1940         function.
1942 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1944         * org-remember.el (org-remember-apply-template): No ido completion
1945         for free prompts in remember templates.
1946         (org-remember-before-finalize-hook): New hook.
1947         (org-remember-mode): New minor mode.
1948         (org-remember-apply-template): Turn on `org-remember-mode'.
1950         * org-id.el (org-id-add-location): Avoid error when no file is
1951         given.
1953         * org-remember.el (org-remember-apply-template): Fix the way how
1954         the list of allowed properties is retrieved from the target file.
1956         * org.el (org-insert-link): Improve file link matching.
1958 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1960         * org-colview.el (org-columns-display-here): New argument
1961         DATELINE, to trigger using the new face.
1962         (org-agenda-colview-summarize): Call `org-columns-display-here'
1963         with the new argument.
1965         * org-faces.el (org-agenda-column-dateline): New face.
1967         * org-publish.el (org-publish-org-index): Use index-title at page
1968         title, not as section.
1970         * org-exp.el (org-export-html-format-desc): Respect the
1971         org-protect property.
1972         (org-export-as-html): Protect image specifiers that are in the
1973         description part of a link.
1975         * org.el (org-sort-entries-or-items, org-completing-read)
1976         (org-refile-get-location, org-olpath-completing-read, org-todo)
1977         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1978         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1979         (org-set-property, org-delete-property)
1980         (org-delete-property-globally): Use `org-ido-completing-read'.
1982         * org-remember.el (org-remember-apply-template): Use
1983         `org-ido-completing-read'.
1985         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1987         * org-colview.el (org-columns-edit-value, org-columns-new)
1988         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1990         * org-colview-xemacs.el (org-columns-edit-value)
1991         (org-columns-new, org-insert-columns-dblock): Use
1992         `org-ido-completing-read'.
1994         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1995         `org-ido-completing-read'.
1997         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1998         `org-ido-completing-read'.
2000         * org.el (org-time-today): New function.
2001         (org-matcher-time): Use `org-time-today'.  Add special treatment
2002         for "<tomorrow>" and "<yesterday>".
2003         (org-ido-completing-read): New function.
2004         (org-completion-use-ido): New option.
2006         * org-exp.el (org-export-format-source-code): Fix bug in require
2007         htmlize code.
2008         (org-export-target-internal-links): Fix bug in search for text
2009         property.
2011 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2013         * org-export-latex.el (org-export-latex-subcontent): Interprete
2014         target aliases as additonal labels.
2016         * org-exp.el (org-export-target-aliases): New variable.
2017         (org-export-preprocess-string)
2018         (org-export-handle-invisible-targets): Fill the alias alist.
2019         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2020         assign an id.
2021         (org-html-level-start): Insert the target aliases as additonal
2022         anchors.
2024         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2025         picture area.
2027 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2029         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2030         when following a link with the mouse from the agenda.
2032         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2033         headlines are created.
2035 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2037         * org-exp.el (org-export-preprocess-string): Reorder so that we
2038         can still see ID properties when we collect targets.
2039         (org-export-target-internal-links): Also store targets for ID's.
2041         * org.el (org-link-translation-function): New option.
2042         (org-open-at-point): Call `org-link-translation-function' if
2043         non-nil.
2044         (org-translate-link): New function.
2045         (org-translate-link-from-planner): New function.
2046         (org-open-at-point): Allow interactive commands in elisp links.
2048         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2049         iCalendar quoting.  The new one seems to caus problems with
2050         applications.
2052         * org.el (org-yank): Set `this-command' to `yank', so that
2053         `yank-pop' will work.
2055 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2057         * org-id.el (org-id-search-archives): New option.
2059         * org.el (org-link-to-org-use-id): New option.
2060         (org-store-link): Use `org-link-to-org-use-id'.
2061         (org-id): Make org-id.el a standard component.
2063 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2065         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2066         hexified version of the tag.
2068         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2069         compliance as far as quoting is concerned.
2071         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2073         * org.el (org-up-heading-safe, org-forward-same-level): Always
2074         call `org-back-to-heading' instead of `outline-back-to-heading'.
2075         (org-back-to-heading): New wrapper around outline-back-to-heading,
2076         with a useful error message telling where the error happened.
2078         * org-list.el (org-update-checkbox-count): Always call
2079         `org-back-to-heading' instead of `outline-back-to-heading'.
2081         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2082         has an `alt' attribute, to ensure XHTML validation.
2084 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2086         * org-publish.el (org-publish-attachment): Allow publishing to
2087         overwrite attachment files.
2089         * org-agenda.el (org-agenda-timerange-leaders): New option.
2090         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2092         * org.el (org-edit-src-exit): Untabify ASCII image before
2093         returning.
2106 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2108         * org.el (org-yank): Make any prefix force normal yanking.
2109         Suppress folding if text would be swallowed into a folded
2110         subtree.
2111         (org-yank-folded-subtrees, org-yank): Docstring updates.
2113         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2114         defined as 0.
2116         * org-exp.el (org-export-language-setup): Add Catalan and
2117         Esperanto language entries.
2119 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2121         * org.el (org-refile): Allow refiling of entire regions.
2123         * org-clock.el (org-clock-time%): New function.
2125         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2126         retrieve property values.
2128 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2130         * org-agenda.el (org-agenda-list): Handle the value `only' of
2131         org-agenda-show-log'.
2132         (org-agenda-log-mode): Interpret a double prefix arg.
2134 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2136         * org-exp.el (org-export-html-footnotes-section): New variable.
2137         (org-export-as-html): Use `org-export-html-footnotes-section' to
2138         insert the footnotes.
2139         (org-export-language-setup): Add "Footnotes" to language words.
2141 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2143         * org.el (org-yank): Fix bug when not inserting a subtree.
2145 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2147         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2148         instead of `vm-beginning-of-message'.
2150         * org.el (org-make-link-regexps): Make sure that links to gnus can
2151         contain brackets.
2153 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2155         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2156         code.
2158         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2159         shell output.
2161         * org.el (org-link-abbrev-alist): Improve customization type.
2163         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2164         functions.
2166         * org-agenda.el (org-agenda-get-progress): Renamed from
2167         `org-get-closed'.  Implement searching for state changes as well.
2168         (org-agenda-log-mode-items): New option.
2169         (org-agenda-log-mode): New option prefix argument, interpreted as
2170         request to show all possible progress info.
2171         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2172         `org-get-closed'.
2173         (org-agenda-set-mode-name): Handle the more complex log mode
2174         settings.
2175         (org-get-closed): New alias, pointing to `org-get-progress'.
2177 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2179         * org.el (org-file-apps-defaults-gnu)
2180         (org-file-apps-defaults-macosx)
2181         (org-file-apps-defaults-windowsnt): Add an entry defining the
2182         system command.
2183         (org-file-apps): Allow `system' as key and value.
2184         (org-open-at-point): Explain the effect of a double prefix arg.
2185         (org-open-file): If the argument `in-emacs' is (16),
2186         i.e. corresponding to a double prefix argument, try to open the
2187         file externally.
2189 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2191         * org.el (org-insert-link): Abbreviate absolute files names in
2192         links.  Also, fix a bug in which the double C-u prefix would not
2193         be honored.
2195 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2197         * org.el (org-insert-heading): If buffer does not end with a
2198         newline, add one if necessary to insert headline correctly.
2200         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2201         paragraphs, not inside.
2203         * org.el (org-todo): Quote
2204         `org-agenda-headline-snapshot-before-repeat'.
2206         * org-exp.el (org-export-as-html): Fully process link descriptions.
2207         (org-export-html-format-desc): New function.
2208         (org-export-as-html): Collect footnotes into the correct basket.
2209         (org-html-protect): No longer protect quotations marks here, this
2210         goes wrong.
2212         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2213         BEG.
2215         * org-compat.el (org-fit-window-to-buffer): New function (not
2216         really, a preliminary and incomplete version was present earlier,
2217         but not used).
2219         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2220         `org-fit-window-to-buffer'.
2222         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2224         * org-agenda.el (org-agenda-get-restriction-and-command)
2225         (org-fit-agenda-window, org-agenda-convert-date): Use
2226         `org-fit-window-to-buffer'.
2228         * org-exp.el (org-export-as-html): Process href links through
2229         `org-export-html-format-href'.
2230         (org-export-html-format-href): New function.
2232         * org-agenda.el (org-agenda-todo): Update only the current
2233         headline if this is a repeated TODO, marked done for today.
2234         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2235         only the current line.
2237         * org.el (org-todo): Take a snapshot of the headline if the
2238         repeater might change it.
2240 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2242         * org-publish.el (org-publish-find-title): Remove buffers visited
2243         only for extracting the title.
2245         * org-exp.el (org-export-html-style)
2246         (org-export-html-style-default): Mark style definitions as
2247         unparsed CDATA.
2249         * org-publish.el (org-publish-validate-link): Function
2250         re-introduced.
2252 2008-11-02  Charles Sebold  <csebold@gmail.com>
2254         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2255         property.
2256         (org-plot-quote-timestamp-field): New function.
2257         (org-plot-quote-tsv-field): Call timestamp field function when
2258         necessary rather than just quoting as a string.
2259         (org-plot/gnuplot-to-data): Pass in timefmt property.
2260         (org-plot/gnuplot-script): Supports timefmt property.
2261         (org-plot/gnuplot): Checks for timestamp column before checking
2262         for text index column.
2264 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2266         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2268         * org-publish.el (org-publish-org-index): Create a section in the
2269         index file.
2270         (org-publish-org-index): Stop linking to directories.
2272         * org.el (org-emphasis-alist): Use span instead of <u> to
2273         underline text.
2275         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2276         <pre> sections.
2278 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2280         * org-jsinfo.el (org-infojs-template): Remove language attribute
2281         from script tag.
2283 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2285         * org-agenda.el (org-agenda-remove-marked-text): New function.
2286         (org-agenda-mark-filtered-text)
2287         (org-agenda-unmark-filtered-text): New functions.
2288         (org-write-agenda): Remove fltered text.
2290         * org.el (org-make-tags-matcher): Give access to TODO "property"
2291         without speed penalty.
2293 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2295         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2296         option.
2297         (org-store-link-props): Make sure adding to the plist works
2298         correctly.
2300         * org-gnus.el (org-gnus-no-new-news): New function.
2301         (org-gnus-follow-link): Allow the article ID to be a message-id,
2302         in addition to allowing article numbers.  Message IDs make much
2303         more roubust links.
2304         (org-gnus-store-link): Use message-id to create link.
2306 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2308         * org.el (org-emphasize): Reverse the selection array.
2309         (org-emphasis-alist): Set <code> tags for the verbatim
2310         environment.
2312         * org-remember.el (org-remember-handler): Fix bug with
2313         prefix-related changing of the note storage target.
2315         * org-exp.el (org-print-icalendar-entries): Make the exported
2316         priorities compatible with RFC 2445.
2318         * org-clock.el (org-clock-save): Insert time stamp without
2319         dependence on time-stamp.el.
2321 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2323         * org.el ("saveplace"): If saveplace puts point into an invisible
2324         location, make it visible.
2325         (org-make-tags-matcher): Allow inactive time stamps in time
2326         comparisons.
2327         (org-yank-adjusted-subtrees): New option.
2328         (org-yank): Incorporate adjusting trees.
2329         (org-paste-subtree): New argument FOR-YANK which will cause
2330         insertion at point without backing up over white lines, and leave
2331         point at the end of the inserted text.  Also if the cursor is
2332         at the beginning of a headline, use the same level or the inserted
2333         tree.
2335         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2336         with broken symlinks
2338 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2340         * org-exp.el (org-export-select-tags, org-get-current-options):
2341         Fix typo.
2343 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2345         * org-agenda.el (org-format-agenda-item)
2346         (org-agenda-filter-make-matcher): Make sure tags are stored and
2347         compared donwcased.
2349 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2351         * org.el (org-insert-todo-heading): Fix bug with force-heading
2352         argument.
2354 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2356         * org-clock.el (org-clock-in-resume): Add a custom option to
2357         toggle starting the clock from an open clock line.
2358         (org-clock-in): When clocking in to an entry, if
2359         `org-clock-in-resume' is set, check if the first clock line is
2360         open and if so, start the clock from the time in the clock line.
2361         (org-clock-persist): Add a custom option to toggle clock
2362         persistence.
2363         (org-clock-persist-query-save): Add a custom option to toggle
2364         asking the user if they want to save the running clock when
2365         exiting.
2366         (org-clock-persist-query-resume): Add a custom option to toggle
2367         asking the user if they want to resume the saved clock when Emacs
2368         is restarted.
2369         (org-clock-save): Add a function to save clock data.
2370         This includes the contents of `org-clock-history' and the buffer
2371         and position of the currently clocked task, if any.
2372         (org-clock-load): Add a function to load clock data.
2373         This populates `org-clock-history', and resumes the saved clocked
2374         task if there is one.
2375         (org-clock-persistence-insinuate): Add a method to set up the
2376         hooks for clock persistence.
2378 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2380         * org-exp.el (org-export-as-ascii): Handle the case that we are
2381         publishing from an indirect buffer.
2383         * org-table.el (org-table-copy-down): Fix bug with time stamp
2384         increment.
2386         * org-mouse.el (org-mouse-features): New option.
2387         (org-mode-hook): Turn on features depending on
2388         `org-mouse-features'.
2390         * org.el (org-insert-heading-respect-content): Force heading
2391         creation.
2392         (org-insert-heading): keep the folding state of the heading before
2393         the inserted one.
2395 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2397         * org-archive.el (org-archive-to-archive-sibling): Handle top
2398         level headlines better.
2400 2008-10-21  Bastien Guerry  <bzg@altern.org>
2402         * org-export-latex.el (org-export-latex-classes): Added
2403         \usepackage{graphicx} to the default list of packages.
2405 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2407         * org-agenda.el (org-agenda-filter): Renamed from
2408         `org-agenda-filter-tags'.
2410 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2412         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2413         is not defined as a property in this entry.
2414         (org-add-log-note): Mask prefix argument when immediately storing
2415         the note.
2417         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2418         option.
2420 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2422         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2423         after drawers was skipping ahead one line too many, so notes were
2424         inserted after the first note instead of before it.
2426 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2428         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2429         New variables.
2430         (org-prepare-agenda): Reset the filter tags.
2431         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2432         Show filter tags in mode line.
2434         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2435         formatter.
2437         * org-export-latex.el (org-latex-entities-regexp): New constant.
2438         (org-export-as-pdf): Use two calls to `shell-command'.
2440 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2442         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2443         Honor the {} value of the subsuperscript setting.  Make sure that
2444         longer subsuperscripts are typeset in a roman font.
2446         * org.el (org-clock-update-time-maybe): Compute negative clock
2447         intervals correctly.
2449 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2451         * org.el (org-add-log-setup): Respect
2452         `org-log-state-notes-insert-after-drawers'.
2453         (org-log-state-notes-insert-after-drawers): New option.
2454         (org-todo-trigger-tag-changes): New function.
2455         (org-todo): Call `org-todo-trigger-tag-changes'.
2457 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2459         * org.el (org-add-log-setup): Only skip drawers if the are
2460         immediately after the scheduling keywords.
2462         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2463         function
2464         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2465         call it with the current todo state to get the state to switch to
2466         when clocking in.
2467         (org-clock-in): Use org-indent-line-function to indent clock lines.
2468         (org-clock-find-position): Fix indentation of empty clock drawers.
2470 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2472         * org-publish.el (org-publish-org-to): Handle case when
2473         org-export-to-pdf does return a file name, not a buffer.
2474         (org-publish-org-to-pdf): New function.
2476         * org-export-latex.el (org-export-as-pdf)
2477         (org-export-as-pdf-and-open): New commands.
2479         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2480         forms as ranges.
2482         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2483         things in protexted regions.
2485 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2487         * org-export-latex.el (org-export-latex-preprocess): Improve
2488         quoting of LaTeX environments.
2490 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2492         * org.el (org-edit-fixed-width-region): Exclude final newline from
2493         picture area.
2495         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2496         sections, to make internal links work.
2497         (org-export-latex-fontify-headline): Do not remove all text
2498         properties, to make sure that target properties survive this
2499         process.
2501         * org-exp.el (org-export-preprocess-string): Change sequence of
2502         modifications, to make sure links are prepared before the LaTeX
2503         conversions do happen.
2505 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2507         * org-attach.el (org-attach-delete-all): Renamed from
2508         `org-attch-delete'.  Add a security query before deleting the
2509         entire directory.  New optional argument FORCE can overrule the
2510         security query.
2511         (org-attach-delete-one): New command.
2513 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2515         * org-attach.el (org-attach-file-list): Fix bug with directory.
2517 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2519         * org.el (org-apps-regexp-alist): New function.
2520         (org-file-apps): Add auto-mode to the default value.
2521         (org-open-file): Use the new structure of org-file-apps.
2523         * org-attach.el (org-attach): Support the new keys.
2524         (org-attach-method): New option.
2526 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2528         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2529         March.
2531         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2532         of the list value o `org-use-tag-inheritance'.
2534         * org-attach.el (org-attach-auto-tag): New option.
2535         (org-attach-tag, org-attach-untag): New functions.
2536         (org-attach-attach, org-attach-new, org-attach-sync): Call
2537         `org-attach-tag'.
2538         (org-attach-delete): Call `org-attach-untag'.
2540 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2542         * org-table.el (orgtbl-self-insert-command): Make this work for
2543         the keypad as well.
2545 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2547         * org.el (org-add-log-setup): Limit searc for drawers to entry
2548         text, not to subtree.
2550         * org-clock.el (org-clock-heading-for-remember): New variable.
2551         (org-clock-in): Set `org-clock-heading-for-remember'.
2553 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2555         * org-remember.el (org-remember-apply-template): Add new
2556         expansions: %k, %K for currently clocked task and a link to the
2557         currently clocked task, and %< to file notes in the currently
2558         clocked task.
2560 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2562         * org-export-latex.el (org-export-latex-make-header): Also insert
2563         the content of the property :latex-header-extra.
2565         * org-exp.el (org-infile-export-plist): Put the content of
2566         #+LATEX_HEADER: into the property :latex-header-extra.
2568         * org-colview.el (org-columns-get-format-and-top-level): Remove
2569         resetting the marker.
2571         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2572         Remove resetting the marker.
2574         * org.el (org-entry-property-inherited-from): Improve docstring.
2575         (org-entry-get-with-inheritance): Reset marker before starting the
2576         search.
2578         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2580 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2582         * org.el (org-entry-get-multivalued-property)
2583         (org-entry-protect-space, org-entry-restore-space): New
2584         functions.
2585         (org-file-apps-defaults-macosx): Let postscript files be opened by
2586         preview.
2587         (org-time-stamp-inactive): Call `org-time-stamp'.
2588         (org-time-stamp): New argument `inactive'.  Also edit inacive
2589         stamps. Convert time stamp type.
2590         (org-open-file): Interpret the `default' value for the `command'
2591         in `org-file-apps'.
2593         * org-id.el (org-id-int-to-b36-one-digit)
2594         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2595         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2596         b36.
2598 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2600         * org-id.el (org-id-reverse-string): New function.
2601         (org-id-new): Use `org-id-reverse-string' to make sure the
2602         beginning chars of the ID are mutating fast.  This allows to use a
2603         directory structure to spread things better.
2604         (org-id-prefix): Changed default to nil.
2606         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2607         restore the column of the cursor position.
2609         * org-remember.el (org-remember-apply-template): Remove properties
2610         from `initial'.
2612 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2614         * org-wl.el (org-wl-open): Remove useless call to
2615         `wl-thread-open-all'.
2617         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2618         location.
2620 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2622         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2623         `org-bbdb-anniversaries'.
2625         * org.el (org-get-next-sibling, org-forward-same-level): New
2626         functions, similar to the outline versions, but invisible headings
2627         are OK.
2629 2008-09-25  Bastien Guerry  <bzg@altern.org>
2631         * org.el (org-auto-repeat-maybe): Insert a space between
2632         the timestamp's type and the timestamp itself.
2634 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2636         * org-table.el (org-table-sum): Do not format the result with %g,
2637         it does rounding when there are too many digits.
2639         * org.el (org-map-entries): Protect the keyword-selecting variables.
2641 2008-09-23  Bastien Guerry  <bzg@altern.org>
2643         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2644         against all agenda files.
2646 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2648         * org-list.el: New file, aggregating list functions from org.el
2649         and org-export-latex.el.
2651         * org.el (org-edit-src-region-extra): New option.
2653 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2655         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2656         time before 1am.
2658 2008-09-22  Bastien Guerry  <bzg@altern.org>
2660         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2662 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2664         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2665         hline work correctly.
2666         (org-plot/gnuplot-script): Put commas at the end of each script
2667         line.
2669 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2671         * org.el (org-get-refile-targets): Replace links with their
2672         descriptions
2673         (org-imenu-get-tree): Replace links with their descriptions.
2675         * org-remember.el (org-remember-apply-template): Add a new
2676         expansion for adding properties to remember items.
2678         * org.el (org-add-log-setup): Skip over drawers (properties,
2679         clocks etc) when adding notes.
2681         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2682         items as well as the start and end times.
2684         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2685         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2687         * org-remember.el (org-get-x-clipboard): Use the compat
2688         function to get clipboard values when x-selection-value is
2689         unavailable. Use substring-no-properties instead of
2690         set-text-properties to remove text properties from the clipboard
2691         value.
2693         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2694         modeline clock string, and display the full todo value in the
2695         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2696         the currently clocked task.
2697         (org-clock-string-limit): Add a custom value for the maximum
2698         length of the clock string in the modeline.
2699         (org-clock-mode-map): Add a keymap for the modeline string
2701 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2703         * org-compat.el (org-propertize): New function.
2705 2008-09-20  Bastien Guerry  <bzg@altern.org>
2707         * org-export-latex.el (org-export-latex-tables): protect exported
2708         tables from further special chars conversion.
2709         (org-export-latex-preprocess): Preserve LaTeX environments.
2710         (org-list-parse-list): Parse descriptive lists.
2711         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2712         (org-list-to-texinfo): Export descriptive lists.
2713         (org-quote-chars): Remove.
2714         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2715         (org-export-latex-list-beginning-re): Rename to
2716         `org-list-beginning-re'
2717         (org-list-item-begin): Rename to `org-list-item-beginning'
2719 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2721         * org.el (org-refile): Allow refiling to the last entry in the
2722         buffer.
2723         (org-get-tags-at): Fix bug when inheritance is turned off.
2725 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2727         * org.el (org-indent-line-function): No longer check for src
2728         regions, this is too much overhead.
2730         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2731         matching.
2733         * org.el (org-scan-tags): Make sure that tags matching is not case
2734         sensitive.  TODO keyword matching is case sensitive, however, to
2735         avoid confusion with similar words that are not meant to be
2736         keywords.
2738 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2740         * org.el (org-get-local-tags-at): New function.
2741         (org-get-local-tags): New function.
2743         * org-exp.el (org-export-get-categories): New function.
2745         * org-agenda.el (org-sorting-choice)
2746         (org-agenda-sorting-strategy, org-agenda-get-todos)
2747         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2748         (org-agenda-get-scheduled, org-agenda-get-blocks)
2749         (org-entries-lessp): Implement sorting by TODO state.
2750         (org-cmp-todo-state): New defsubst.
2752         * org-colview.el (org-colview-construct-allowed-dates): New
2753         function.
2754         (org-columns-next-allowed-value): Use
2755         `org-colview-construct-allowed-dates'.
2757         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2758         function.
2759         (org-columns-next-allowed-value): Use
2760         `org-colview-construct-allowed-dates'.
2762 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2764         * org.el (org-protect-slash): New function.
2765         (org-get-refile-targets): Use `org-protect-slash'.
2767         * org-agenda.el (org-global-tags-completion-table): New variable.
2769         * org-exp.el (org-export-handle-export-tags): New function.
2770         (org-export-preprocess-string): Call
2771         `org-export-handle-export-tags'.
2773         * org-plot.el: New file.
2775         * org-publish.el (org-publish-expand-components): Function removed.
2776         (org-publish-expand-projects): Allow components to have components.
2778 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2780         * org.el (org-indent-line-function): Do not indent in regions that
2781         are external source code.
2782         (org-yank-and-fold-if-subtree): New function.
2784         * org-agenda.el (org-agenda-todayp): New function.
2785         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2786         `org-agenda-todayp'.
2788         * org.el (org-insert-heading-respect-content)
2789         (org-insert-todo-heading-respect-content): New commands.
2790         (org-insert-heading-respect-content): New option.
2791         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2793         * org-clock.el (org-clock-find-position): Make sure the note after
2794         the clock line gets moved into the new clock drawer.
2796 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2798         * org-id.el (org-id-new): New option.
2800 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2802         * org-table.el (org-table-copy-down): Avoid overflow during
2803         increment.  Use prefix argument 0 to temporarily disable the
2804         increment.
2806 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2808         * org-exp.el (org-export-as-html): Do not turn on the major mode
2809         if the buffer will be killed anyway.
2810         (org-get-current-options): Exclude the #+TEXT field.
2811         (org-export-as-html): Make sure text before the first headline is
2812         a paragraph.
2814         * org-publish.el (org-publish-org-to): Tell the exporter that this
2815         buffer will be killed, so it is not necessary to do major mode
2816         initialization.
2818         * org-archive.el (org-archive-to-archive-sibling): Show empty
2819         lines after folding the archive sibling.
2821         * org.el (org-log-note-extra): New variable.
2823 2008-09-05  Bastien Guerry  <bzg@altern.org>
2825         * org.el (org-additional-option-like-keywords): Added keywords for
2826         the _QUOTE, _VERSE and _SRC environments.
2828         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2829         exporting _QUOTE and _VERSE environments.
2831 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2833         * org-agenda.el (org-agenda-filter-by-tag): New command.
2835         * org-exp.el (org-get-current-options): Remove angular brackets
2836         from the date entry.
2838         * org.el (org-edit-fixed-width-region): New function.
2839         (org-edit-fixed-width-region): Also try
2840         `org-edit-fixed-width-region'.
2841         (org-edit-fixed-width-region-mode): New option.
2842         (org-activate-code): Only interprete lines starting with colon
2843         plus a space as example lines.
2845         * org-remember.el (org-remember-templates): Add nil instead of
2846         empty strings to fix the length of remember templates.
2848         * org-table.el (org-calc-default-modes): Fix the time format for
2849         calc, from 12 hour to 24 hour clock.
2851 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2853         * org-agenda.el (org-agenda-get-deadlines)
2854         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2855         entries that are pre-warnings of deadlines or reminders.
2857         * org.el (org-sort-entries-or-items): Make numeric and alpha
2858         comparisons ignore any TODO keyword and priority cookie.
2860         * org-remember.el (org-remember-handler): Reinterpretation of the
2861         prefix argument.
2863 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2865         * org-agenda.el (org-agenda-get-scheduled): Use new
2866         `org-scheduled' face.
2868         * org-faces.el (org-scheduled): New face.
2870         * org-wl.el (org-wl-open): Remove incorrect declaration.
2872         * org-gnus.el (org-gnus-store-link): Support for :to information
2873         in gnus links.
2875         * org-exp.el (org-export-as-html): Fixed typo in creator
2876         information.
2877         (org-export-protect-examples): New parameter indent.  Insert extra
2878         spaces only when this parameter is specified.
2879         (org-export-preprocess-string): Call `org-export-protect-examples'
2880         with an indentation parameter when exporting to ASCII.
2882         * org-remember.el (org-remember-templates)
2883         (org-remember-apply-template): Allow the file component to be a
2884         function.
2886         * org.el (org-goto-local-search-headings): Renamed from
2887         `org-goto-local-search-forward-headings'.  Added the possibility
2888         to search backwards.
2890 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2892         * org-export-latex.el (org-export-latex): New customization
2893         group.
2895         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2897 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2899         * org-exp.el (org-html-do-expand): Allow {} to terminate
2900         tex macro
2902 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2904         * org.el (org-buffer-list): Select buffers based on major mode,
2905         not on file name.
2907 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2909         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2910         face property.
2912         * org-colview.el (org-columns-display-here): Use
2913         `org-columns-modify-value-for-display-function'.
2915         * org-colview-xemacs.el (org-columns-display-here): Use
2916         `org-columns-modify-value-for-display-function'.
2918 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2920         * org.el (org-columns-modify-value-for-display-function): New option.
2932         * org-publish.el (org-publish-file): Make sure the directory match
2933         for the publishing directory works correctly.
2935         * org-agenda.el (org-agenda-execute-calendar-command)
2936         (org-agenda-diary-entry): Additional optional argument.
2938 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2940         * org-exp.el (org-export-as-html): Add attributes also in mailto
2941         and ftp links.
2943         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2952 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2954         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2955         sure that calls from `org-export-region-as-html' do not do the
2956         special check for a subtree.
2958 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2960         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2962 2008-07-20  Juri Linkov  <juri@jurta.org>
2964         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2965         new keymap `narrow-map' instead of binding "\C-xns".
2967 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2969         * org.el (org-open-file): Use
2970         `org-open-directory-means-index-dot-org'.
2971         (org-open-directory-means-index-dot-org): New option.
2973 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2975         * org.el (org-make-link-string): Remove link attributes from
2976         description.
2977         (org-open-at-point): Remove link attributes bevore using the path.
2979         * org-exp.el (org-export-as-html): Handle link attributes.
2981         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2983         * org-table.el (org-table-to-lisp): New function.
2985         * org.el (org-narrow-to-subtree): Do not include the final newline
2986         into the narrowed region.
2988         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2989         bug with user-define skipping condition.
2991 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2993         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2995 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2997         * org-exp.el (org-export-html-style-default): Automatic overflow
2998         handling for pre fields.
2999         (org-export-as-ascii, org-export-as-html): Change default format
3000         for time stamp.
3002         * org-table.el (org-table-export): Offer completion for translator
3003         functions, and do not require a heading above the table.
3005         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3006         Cater for the case of a list starting in the first line of the
3007         buffer.
3009 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3011         * org-publish.el (org-publish-find-title): Bug fix.
3012         (org-publish-org-index): Implement new :index-style option.
3014 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3016         * org-publish.el (org-publish-timestamp-filename): Use
3017         SHA1-encoded file names in the timestamp directory.
3019 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3021         * org-publish.el (org-publish-needed-p): Be verbose about files
3022         published and files skipped.
3024         * org-exp.el (org-export-preprocess-string): Swap link
3025         normalization and inernal link targeting.
3027         * org-publish.el (org-publish-needed-p): Create timestamp
3028         directory when it does not exist.
3030 2008-07-04  Bastien Guerry  <bzg@altern.org>
3032         * org-clock.el (org-clock-out-when-done): Doc fix.
3034         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3036         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3037         Ignore case when searching for the COMMENT cookie at export time.
3039 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3041         * org-exp.el (org-get-file-contents)
3042         (org-get-and-remove-property): New functions.
3043         (org-export-handle-include-files): Handle the new prefix options.
3044         (org-export-as-html): Fix the verse environment.
3046 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3048         * org.el (org-time=, org-time<, org-time<=, org-time>)
3049         (org-time>=, org-time<>, org-2ft): New functions.
3050         (org-op-to-function): Also provide for the time testing fucntions.
3052 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3054         * org-exp.el (org-export-html-style-default): New constant.
3056 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3058         * org-exp.el (org-export-html-style-extra): New variable.
3059         (org-export-splice-style): New function.
3061 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3063         * org-exp.el (org-export-plist-vars, org-export-as-html):
3064         Implement `org-export-creator-info'.
3065         (org-export-creator-info): New option.
3067 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3069         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3070         (org-property-drawer-re, org-clock-drawer-re): New constants.
3072 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3074         * org-exp.el (org-icalendar-use-deadline)
3075         (org-icalendar-use-scheduled): New options.
3076         (org-icalendar-include-todo): Default changed to t.
3077         (org-print-icalendar-entries): Implement better utilization of
3078         scheduling and deadline time stamps.
3079         (org-export-target-internal-links, org-export-as-html): Allow file
3080         lines without the "file:" prefix if the file path is an absolute
3081         path or starts with ".".
3083         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3084         lastweek etc.
3085         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3087 2008-06-18  Glenn Morris  <rgm@gnu.org>
3088         * org.el (org-map-entries): Let-bind `file'.
3090 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3092         * org.el (org-agenda-skip-archived-trees): Docstring now
3093         discourages using this.
3094         (org-scan-tags): Check for org-agenda-archives-mode.
3095         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3096         (org-agenda-files): Functionality of second arg changed.
3098         * org-agenda.el (org-agenda-archives-mode): New variable
3099         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3100         (org-search-view, org-todo-list, org-tags-view)
3101         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3102         `ifmode' argument.
3103         (org-agenda-quit): Reset the archives mode.
3104         (org-agenda-archives-mode): New command.
3105         (org-agenda-set-mode-name): Include archives info.
3107 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3109         * org.el (org-paste-subtree): Make sure the yanked headline is
3110         visible if it was yanked at a visible point.
3111         (org-move-item-up): Fix the bug with moving white space at the end
3112         of the item.
3113         (org-show-empty-lines-in-parent): New function.
3115 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3117         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3119         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3121         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3122         agenda prefix as well.
3124         * org-publish.el (org-publish-org-index): Make a properly indented
3125         list.
3127         * org.el (org-calendar-agenda-action-key): New option.
3128         (org-get-cursor-date): New function.
3129         (org-mark-entry-for-agenda-action): New command.
3130         (org-overriding-default-time): New variable.
3131         (org-read-date): Respect `org-overriding-default-time'.
3133         * org-remember.el (org-remember-apply-template): Respect the
3134         ovverriding default time.
3136         * org-agenda.el (org-agenda-action-marker): New variable.
3137         (org-agenda-action): New command.
3138         (org-agenda-do-action): New function.
3140 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3142         * org.el (org-schedule, org-deadline): Protect scheduled and
3143         deadline tasks against changes that accidently remove the
3144         repeater.  Also show a message with the new date when done.
3146 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3148         * org.el (org-beginning-of-line): Cater for the case when there
3149         are tags but no headline text.
3150         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3151         it set.
3153 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3155         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3156         the return value is nil instead of "nil" when there is no match.
3158         * org-exp.el (org-insert-centered): Use fill-column instead of
3159         80.
3160         (org-export-as-ascii): Use string-width to measure the width of
3161         the heading.
3163         * org.el (org-diary-to-ical-string): No longer kill buffer
3164         FROMBUF, this is now done by the caller.
3166         * org-exp.el (org-print-icalendar-entries): Move the call to
3167         `org-diary-to-ical-string' out of the loop, and kill the buffer
3168         afterwords.
3170         * org-remember.el (org-remember-visit-immediately): Position
3171         cursor after moving to the note.
3172         (org-remember-apply-template): Use a text property to record the
3173         cursor position.
3174         (org-remember-handler): Align tags after pasting the note.
3176 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3178         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3180         * org-agenda.el (org-agenda-open-link): If there is an
3181         org-bbdb-name property in the current line, jump to that bbdb
3182         entry.
3184         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3185         text property, so that the agenda knows where this entry comes
3186         from.
3188         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3189         interaction between clocking-in from the agenda, and  automatic
3190         task state switching.
3192         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3194         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3195         zmacs-region stays after this command in XEmacs.
3197 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3199         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3201         * org-remember.el (org-remember-templates): Fix bug in
3202         customization type definition.
3204         * org.el (org-map-entries): New function.
3206 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3208         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3209         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3211 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3213         * org-remember.el (org-jump-to-target-location): New variable.
3214         (org-remember-apply-template): Set
3215         `org-remember-apply-template' if requested by template.
3216         (org-remember-handler): Start an idle timer to jump to
3217         remember location.
3219         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3221         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3222         file tags.
3223         (org-get-tags-at): Add the content of `org-file-tags'.
3225         * org-exp.el (org-export-handle-comments): Fix bug with several
3226         comment lines after each other.
3227         (org-number-to-roman, org-number-to-counter): New functions.
3228         (org-export-section-number-format): New option.
3230 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3232         * org-exp.el (org-export-protect-examples): Catch the case of a
3233         missing end_example line.
3235         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3236         `org-file-tags' to nil.
3238         * org-colview.el (org-columns-next-allowed-value): Handle next
3239         argument NTH to directly select a value.
3241         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3242         argument NTH to directly select a value.
3244 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3246         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3248 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3250         * org.el (org-columns-ellipses): New option.
3252 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3254         * org-colview.el (org-columns-add-ellipses): New function.
3255         (org-columns-compact-links): New function.
3256         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3257         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3258         when in agenda.
3259         (org-columns-edit-value): Fixed bug with editing values from
3260         agenda column view.
3261         (org-columns-redo): Also redo the agenda itself.
3263 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3265         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3266         option.
3268         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3270         * org-exp.el (org-export-ascii-preprocess): Renamed from
3271         `org-export-ascii-clean-string'.
3272         (org-export-kill-licensed-text)
3273         (org-export-define-heading-targets)
3274         (org-export-handle-invisible-targets)
3275         (org-export-target-internal-links)
3276         (org-export-remove-or-extract-drawers)
3277         (org-export-remove-archived-trees)
3278         (org-export-protect-quoted-subtrees)
3279         (org-export-protect-verbatim, org-export-protect-examples)
3280         (org-export-select-backend-specific-text)
3281         (org-export-mark-blockquote-and-verse)
3282         (org-export-remove-comment-blocks-and-subtrees)
3283         (org-export-handle-comments, org-export-mark-radio-links)
3284         (org-export-remove-special-table-lines)
3285         (org-export-normalize-links)
3286         (org-export-concatenate-multiline-links)
3287         (org-export-concatenate-multiline-emphasis): New functions,
3288         obtained from spliiting the export preprocessor.
3290         * org-table.el (org-table-recalculate): Improve error message if
3291         the row number is invalid.
3293 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3295         * org-archive.el (org-archive-save-context-info): Fix bugs in
3296         customization setup and docstring.
3298         * org-exp.el (org-export-html-style): Changed the size of in the
3299         <pre> element to 90%.
3301 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3303         * org.el (org-find-src-example-start): Function removed.
3304         (org-edit-src-find-region-and-lang): New function.
3306 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3308         * org.el (org-edit-src-exit): New function.
3309         (org-exit-edit-mode): New minor mode.
3311         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3312         comment-like lines from protected examples.
3314         * org.el (org-edit-src-example, org-find-src-example-start)
3315         (org-protect-source-example, org-edit-special): New functions.
3317 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3319         * org-publish.el (org-publish-project-alist): Fix typo in
3320         docstring.
3321         (org-publish-project-alist): Handle :index-title property.
3323 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3325         * org-export-latex.el (org-export-as-latex): Make sure region
3326         bounds are correct.  Parse subtree properties relating to export.
3328         * org-exp.el (org-export-add-options-to-plist): New function.
3329         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3331 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3333         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3334         EXPORT_TITLE.
3336         * org-exp.el (org-export-get-title-from-subtree)
3337         (org-export-as-ascii, org-export-as-html): Make sure the original
3338         region-beginning and region-end are used, even after moving
3339         point.
3340         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3341         property.
3343         * org-remember.el (org-remember-last-stored-marker): New variable.
3344         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3345         (org-remember-handler): Also use marker to remember
3346         last-stored position.
3348         * org.el (org-goto-marker-or-bmk): New function.
3350 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3352         * org.el (org-file-properties): Renamed from `org-local-properties'.
3353         (org-scan-tags): Take file tags into account.
3354         (org-tags-match-list-sublevels): Default changed to t.
3356         * org-exp.el (org-export-as-html): Close paragraph after a
3357         footnote.
3359         * org.el (org-update-parent-todo-statistics): New function.
3361         * org-exp.el (org-icalendar-store-UID): New option.
3362         (org-icalendar-force-UID): Option removed.
3363         (org-print-icalendar-entries): IMplement UIDs.
3365 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3367         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3369 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3371         * org-faces.el (org-column): Document how this face is being used
3372         and why sometimes the background faces shine through.
3374         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3376         * org-publish.el (org-publish-attachment): Create publishing
3377         directory if it does not yet exist.
3379         * org-table.el (org-calc-default-modes): Change default number
3380         format to (float 8).
3382         * org.el (org-olpath-completing-read): New function.
3383         (org-time-clocksum-format): New option.
3384         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3386         * org-clock.el (org-clock-display, org-clock-out)
3387         (org-update-mode-line): Use `org-time-clocksum-format'.
3389         * org-colview-xemacs.el (org-columns-number-to-string): Use
3390         `org-time-clocksum-format'.
3392         * org-colview.el (org-columns-number-to-string): Use
3393         `org-time-clocksum-format'.
3395 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3397         * org-id.el: New file, move from contrib to core.
3399         * org-exp.el (org-icalendar-force-UID): New option.
3401 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3403         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3404         shifted by one day if theere is a date range without an end
3405         time.
3407         * org.el (org-try-structure-completion): New function.
3409 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3411         * org.el (org-set-font-lock-defaults): Improve fontification of
3412         description lists.
3413         (org-insert-item): Handle description lists.
3414         (org-adaptive-fill-function): Improve auto indentation in
3415         description lists.
3417         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3418         Implement VERSE environment.
3419         (org-export-preprocess-string): Implement the COMMENT
3420         environment.
3422         * org-export-latex.el (org-export-latex-preprocess): Implement
3423         VERSE environment.
3425 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3427         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3428         option.
3430 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3432         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3434         * org.el (org-quote-csv-field): New functions.
3436         * org-table.el (org-table-export-default-format): Remove :splice
3437         from default format, we get the same effect by not specifying
3438         :tstart and :tend.
3439         (org-table-export): Improve setup, distinguish better between
3440         interactive and non-interactive use, allow specifying the format
3441         on the fly, better protection against wrong file names.
3442         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3443         and :tend when :splice is omitted.
3445 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3447         * org-clock.el (org-clock-select-task): Make sure the selection
3448         letters are 1-9 and A-Z, no special characters.
3450 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3452         * org-exp.el (org-export-htmlize): New group.
3453         (org-export-htmlize-output-type)
3454         (org-export-htmlize-css-font-prefix): New options.
3455         (org-export-htmlize-region-for-paste): New function.
3456         (org-export-htmlize-generate-css): New command.
3458 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3460         * org/org.el (org-modules, org-format-latex-options):
3461         * org/org-archive.el (org-archive-stamp-time)
3462         (org-archive-save-context-info):
3463         * org/org-faces.el (org-hide):
3464         * org/org-irc.el (org-irc-parse-link):
3465         * org/org-macs.el (org-call-with-arg, org-autoload):
3466         * org/org-mew.el (org-mew-store-link):
3467         * org/org-remember.el (org-remember-store-without-prompt)
3468         (org-remember-templates): Fix typos in docstrings.
3470         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3472         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3473         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3474         (org-bbdb-anniv-split): Fix typos in docstrings.
3476         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3477         (org-publish-use-timestamps-flag): Reflow docstring.
3478         (org-publish-files-alist): Fix typos in docstring.
3480 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3482         * org.el (org-set-visibility-according-to-property): New function.
3483         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3484         and compute the regular expressions, and update font-lock.
3485         (org-property-re): Allow a dash in property names.
3487         * org-archive.el (org-extract-archive-file): Insert the file name
3488         without the path into the format, to allow the location format to
3489         contain a subdirectory.
3491         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3492         of buffer, and the `org-agenda-type' property undefined, use the
3493         value from the character before.
3495         * org.el (org-add-planning-info): Don't let indentation for
3496         would-be timestamp become extra whitespace at the end of headline.
3498 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3500         * org.el (org-remove-double-quotes, org-file-contents): New
3501         functions.
3503         * org-exp.el (org-infile-export-plist): Also parse the
3504         contents of #+SETUPFILE files, recursively.
3506         * org.el (org-set-regexps-and-options): Also parse the
3507         contents of #+SETUPFILE files, recursively.
3509         * org-exp.el (org-export-handle-include-files): New function.
3510         (org-export-preprocess-string): Call
3511         `org-export-handle-include-files'.
3513         * org.el (org-delete-property-globally)
3514         (org-delete-property, org-set-property): Ignore case during
3515         completion.
3516         (org-set-property): Use `org-completing-read' instead of
3517         `completing-read'.
3519         * org.el (org-complete-expand-structure-template): New,
3520         experimental function.
3521         (org-structure-template-alist): New, experimental option.
3522         (org-complete): Call `org-complete-expand-structure-template'.
3524 2008-05-06  Bastien Guerry  <bzg@altern.org>
3526         * org-export-latex.el (org-export-latex-preprocess): Added
3527         support for blockquotes.
3529 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3531         * org.el (org-read-date-analyze): Catch the case where only a
3532         weekday is given.
3534 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3536         * org.el (org-set-font-lock-defaults): Make the description
3537         tag bold.
3539         * org-exp.el (org-export-as-html, org-close-li): Implement
3540         description lists.
3542 2008-05-04  Jason Riedy  <jason@acm.org>
3544         * org-table.el (*orgtbl-default-fmt*): New variable.
3545         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3546         when there is no other fmt available.
3548         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3549         :tend to suppress the appropriate string.
3551         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3552         table.
3554 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3556         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3557         read date.
3559         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3560         New function.
3562         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3563         New function.
3565 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3567         * org-clock.el (org-clock-find-position): Don't include notes
3568         into clock drawer.
3570         * org-archive.el (org-archive-subtree): No longer remove an
3571         extra line after cutting the subtree.  `org-cut-subtree' already
3572         takes care of this.
3574         * org-remember.el (org-remember-handler): Only kill the target
3575         buffer if it does not contain the running clock.
3577         * org.el (org-markers-to-move): New variable.
3578         (org-save-markers-in-region, org-check-and-save-marker)
3579         (org-reinstall-markers-in-region): New function.
3580         (org-move-subtree-down, org-copy-subtree): Remember relative
3581         marker positions before cutting.
3582         (org-move-subtree-down, org-paste-subtree): Restore relative
3583         marker positions after pasting.
3585         * org-remember.el (org-remember-clock-out-on-exit): New option.
3586         (org-remember-finalize): Clock out only if the setting in
3587         `org-remember-clock-out-on-exit' requires it.
3588         (org-remember-handler): Do the cleanup in the buffer, to make sure
3589         that the clock marker remains in tact.
3591 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3593         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3594         (org-clock-in): Make sure that also tasks outside the narrowed
3595         region will be clocked in correctly.
3596         (org-clock-insert-selection-line): Widen the buffer so that we can
3597         find the correct task heading.
3599         * org.el (org-base-buffer): New function.
3601         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3602         and ";" are escaped.
3603         (org-print-icalendar-entries): Also apply
3604         `org-icalendar-cleanup-string' to the headline, not only to the
3605         summary property.
3607 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3609         * org-exp.el (org-export-preprocess-hook): New hook.
3610         (org-export-preprocess-string): Call
3611         `org-export-preprocess-hook'.
3613         * org.el (org-font-lock-hook): New variable.
3614         (org-font-lock-hook): New function.
3615         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3617 ;; Local Variables:
3618 ;; coding: utf-8
3619 ;; add-log-time-zone-rule: t
3620 ;; End:
3622     Copyright (C) 2008  Free Software Foundation, Inc.
3624   This file is part of GNU Emacs.
3626   GNU Emacs is free software: you can redistribute it and/or modify
3627   it under the terms of the GNU General Public License as published by
3628   the Free Software Foundation, either version 3 of the License, or
3629   (at your option) any later version.
3631   GNU Emacs is distributed in the hope that it will be useful,
3632   but WITHOUT ANY WARRANTY; without even the implied warranty of
3633   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3634   GNU General Public License for more details.
3636   You should have received a copy of the GNU General Public License
3637   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3639 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c