Date prompt: Use own history
[org-mode.git] / lisp / ChangeLog
blob7f95ddbb6a467bff28af9d2d3601f66ed09af390
1 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-read-date-history): New variable.
4         (org-read-date): Use new history variable.
6         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
8 2009-03-14  Bastien Guerry  <bzg@altern.org>
10         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
11         column and a space, not only a column.
13 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-export-latex.el (org-export-latex-emphasis-alist): Better
16         defaults for verbose emphasis.
17         (org-export-latex-emph-format): New function.
18         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
20         * org-agenda.el (org-agenda-menu): Add new commands to menu.
21         (org-agenda-do-date-later, org-agenda-do-date-earlier)
22         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
23         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
24         commands.
26         * org.el (org-timestamp-change): Move end-time along with start
27         time.
29 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org-exp.el (org-export-target-internal-links)
32         (org-export-as-html): Protect links specified as #name.
34 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org.el (org-clone-subtree-with-time-shift): New command.
38         * org-export-latex.el (org-export-latex-special-chars)
39         (org-export-latex-treat-sub-super-char): Fix subscript export.
41         * org-exp.el (org-create-multibrace-regexp): Do not add
42         backslashes to the class.
44 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-colview.el (org-columns-map): Better functions for moving up
47         and down a row, even if `truncate-line' is nil.
49         * org.el (org-insert-todo-heading): Make sure the keyword is
50         inserted at the correct position.
52         * org-publish.el (org-publish-project-alist)
53         (org-publish-projects, org-publish-org-index): Change default anme
54         for the index of file names to "sitemap.org".
56         * org-export-latex.el (org-export-latex-tables): Use
57         `org-split-string', for Emacs 21 compatibility.
59 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
61         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
63 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-exp.el (org-export-page-description)
66         (org-export-page-keywords): New variables.
67         (org-export-plist-vars): Add entries for :keywords and
68         :description.
69         (org-infile-export-plist): Parse for new keywords.
70         (org-get-current-options): Add new keywords
71         (org-export-as-html): Publish description and keywords.
73         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
74         option.
75         (org-agenda-add-entry-text): Honor
76         `org-agenda-add-entry-text-descriptive-links'.
78         * org-export-latex.el (org-export-latex-preprocess): Make all
79         external preprocess functions use a PARAMETER arg.
81         * org-exp.el (org-export-preprocess-string)
82         (org-export-select-backend-specific-text)
83         (org-export-format-source-code-or-example)
84         (org-format-org-table-html): Support docbook export.
85         (org-export-preprocess-string): Make all external preprocess
86         functions use a PARAMETER arg.
88 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org-exp.el (org-export-html-style-include-scripts): New option.
91         (org-export-plist-vars): Add new option
92         `org-export-html-style-include-scripts'.
93         (org-export-as-html): Honor new option
94         `org-export-html-style-include-scripts'.
95         (org-export-html-scripts, org-export-html-style-default): Fix
96         xml issues with the Safari browser.
98 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-publish.el (org-publish-attachment): Only copy file when the
101         directories differ.
103 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-clock.el (org-clocktable-steps): Use inactive time stamps
106         for clocktable steps.
108         * org.el (org-additional-option-like-keywords): Add two more
109         keywords.
111 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
113         * org-exp.el (org-export-format-source-code-or-example): Mark
114         temporary buffer unmodified, so that it will be killed even if
115         mode like message mode has decided to assign a file name.
117         * org.el (org-scan-tags): Improve tag inheritance.
118         (org-scan-tags, org-make-tags-matcher): Make tag comparison
119         case-sensitive.
120         (org-scan-tags): Use the internal tags list instead of creating it
121         from scratch.
122         (org-trust-scanner-tags, org-scanner-tags): New variables.
123         (org-scan-tags): Set `org-scanner-tags'.
124         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
125         (org-map-entries): Document the possible speedup using scanner
126         tags.
128 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
130         * org.el (org-add-planning-info): Fix bug with looking for keyword
131         only at column 0.
133         * org-agenda.el (org-agenda-custom-commands-local-options): Add
134         option for tags filter preset.
135         (org-prepare-agenda): Store filter preset as a property on the
136         filter variable.
137         (org-finalize-agenda): Call the filter, if there is a preset.
138         (org-agenda-filter-by-tag): Filter again after clearing the
139         filter, when there still is a preset.
140         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
141         Include the preset filter.
142         (org-agenda-redo): Apply the filter again, also the preset filter.
144         * org-exp.el (org-export-as-html): Use IDs in the correct way.
146         * org.el (org-uuidgen-p): New funtion.
148         * org-agenda.el (org-agenda-fontify-priorities): New default value
149         `cookies'.
150         (org-agenda-fontify-priorities): Renamed from
151         org-fontify-priorities.
153         * org.el (org-set-font-lock-defaults): Call
154         `org-font-lock-add-priority-faces'.
155         (org-font-lock-add-priority-faces): New function.
157         * org-faces.el: (org-set-tag-faces): New option.
158         (org-priority-faces): New variable.
160         * org-exp.el (org-export-as-html): Add a "content" div around the
161         entire content of the body tag.
162         (org-export-html-get-bibliography): New function.
163         (org-export-html-validation-link): New variable.
164         (org-export-as-html): Add validation link to exported page.
166         * org.el (org-match-sparse-tree): Renamed from
167         `org-tags-sparse-tree'.
168         (org-tags-sparse-tree): New alias.
170 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
172         * org.el (org-get-valid-level): Catch the case where the level
173         change is nil.
175         * org-clock.el (org-clock-find-position): Better indentation of
176         new clock drawers.
178 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
180         * org-agenda.el (org-agenda-quit): Delete window only when the
181         frame-setup was not `current-window'.
183         * org.el (org-tag-persistent-alist): New option.
184         (org-startup-options): Add keyword `noptag'.
185         (org-fast-todo-selection): Handle :newline correctly.
186         (org-set-tags): Handle :newline correctly.
187         (org-fast-tag-selection): Handle :newline correctly.
189 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-exp.el (org-export-as-ascii): Reverse link buffer before
192         outputting it.
193         (org-export-ascii-push-links): Fix bug with pussing links into the
194         export buffer.
196 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org-archive.el (org-archive-subtree): Do not add 1 to level if
199         pasting at top level.
201         * org-bbdb.el: Improve documentation.
203 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-list.el (org-insert-item): Only consider insert empty lines
206         is `org-empty-line-terminates-plain-lists' is not nil.
208         * org.el (org-blank-before-new-entry): Mention the dependence on
209         `org-empty-line-terminates-plain-lists' in the docstring.
211         * org-publish.el (org-publish-get-project-from-filename): New
212         optional argument UP.  Only find the top project if UP is set.
213         (org-publish-current-project): Find the top encloding project.
215         * org-agenda.el (org-agenda-before-write-hook)
216         (org-agenda-add-entry-text-maxlines): New options.
217         (org-write-agenda): Run the new hook in the temporary buffer.
218         (org-agenda-add-entry-text): New function.
219         (org-write-agenda): Implement PDF export, using ps2pdf.
221         * org.el (org-global-properties-fixed, org-global-properties):
222         Improve documentation string.
224         * org-exp.el (org-export-ascii-links-to-notes): New option.
225         (org-export-as-ascii): Handle links better.
226         (org-export-ascii-wrap, org-export-ascii-push-links): New
227         functions.
229 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org-agenda.el (org-agenda): Make prefix arg optional.
232         (org-agenda-search-headline-for-time): New option.
233         (org-format-agenda-item): Honor
234         `org-agenda-search-headline-for-time'.
236         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
237         characters.
239         * org.el (org-self-insert-cluster-for-undo): New option.
240         (org-self-insert-command): Cluster undo for 20 characters.
241         (org-self-insert-command-undo-counter): New variable.
243 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org-exp.el (org-export-as-html): Fix problem with closing colone
246         example.
248 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
250         * org-export-latex.el (org-export-as-latex)
251         (org-export-latex-first-lines): Avoid modification flag when
252         adding or removing text properties.
253         (org-export-latex-fontify): Catch error when org-emph-alist has
254         entries that are not defined for LaTeX export.
256         * org.el (orgstruct++-mode): New function.
257         (turn-on-orgstruct++): Call `orgstruct++-mode'.
258         (org-context-p): Allow detecting item context after the first line
259         of an item.
260         (orgstruct-make-binding): Detect if item-body context should be
261         seen.
262         (orgstruct-is-++): New variable.
263         (org-add-planning-info): Catch the case when there is no planning
264         info yet and the call does not want to add anything, only maybe
265         tries to remove something.
266         (org-special-ctrl-a/e): All value to be a cons cell with separate
267         settings for `C-a. and `C-e'.
268         (org-beginning-of-line, org-end-of-line): Honor separate values
269         for `C-a' and `C-e'.
271 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org.el (org-reload): New command.
275 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org-exp.el (org-export-htm-get-tag-class-name)
278         (org-export-htm-get-todo-kwd-class-name): New functions.
279         (org-export-html-tag-class-prefix)
280         (org-export-html-todo-kwd-class-prefix): New options.
281         (org-export-as-html): Call
282         `org-export-html-get-todo-kwd-class-name'.
283         (org-html-level-start): Wrap tags into classes.
284         (org-export-html-get-tag-class-name)
285         (org-export-html-get-todo-kwd-class-name): New functions.
287         * org-export-latex.el (org-export-latex-collect-header-macros):
288         Remove fields that are used anyway.
289         (org-export-latex-make-header): Insert the options earlier.
291         * org-agenda.el (org-agenda-get-progress): Fix bug with state
292         matching.
294         * org-list.el (org-indent-item): Allow point to be at the end of
295         the region.
297         * org.el (org-metaleft, org-metaright): Be more accurate about
298         detecting a region where commands apply.
300         * org-compat.el (org-cursor-to-region-beginning): New function.
302         * org.el (org-priority): Also find invisible heading.
304         * org-colview-xemacs.el (org-columns-edit-value): No special
305         treatment for `org-todo' prefix.
307         * org-colview.el (org-columns-edit-value): No special treatment
308         for `org-todo' prefix.
310         * org-remember.el (org-remember-apply-template): Use
311         `org-completing-read-no-ido'.
313         * org.el (org-completing-read-no-ido): New function.
314         (org-make-tags-matcher, org-set-property): Use
315         `org-completing-read-no-ido'.
317         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
318         New option.
319         (org-export-as-latex): Import in-buffer settings as TeX macros.
320         (org-export-latex-make-header): Additional parameter OPT-DEFS.
321         (org-export-latex-collect-header-macros): New function.
323         * org.el (org-refile-get-location): Turn off
324         `partial-completion-mode'.
326 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org.el (org-block-todo-from-checkboxes): Announce that
329         checkboxes are the culprit.
330         (org-block-todo-from-children-or-siblings): Call
331         `org-up-heading-all instead' of `outline-up-heading'.
333         * org-agenda.el (org-agenda-show-1): Renamed from
334         `org-agenda-show'.
335         (org-agenda-show): Re-install the old version for now.
336         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
337         variable into the blokker hook, so that the checkbox checker can
338         anounce that it caused the blocking.
340         * org.el (org-track-ordered-property-with-tag): New option.
341         (org-toggle-ordered-property): Honor
342         `org-track-ordered-property-with-tag'.
343         (org-tag-alist): Add newline options.
344         (org-set-regexps-and-options): Separate option lines imply a
345         newline.
346         (org-set-regexps-and-options, org-assign-fast-keys)
347         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
348         option.
349         (org-indent-line-function): Make sure this works even if there is
350         not `org-drawer-regexp' defined.  This can happen when
351         orgstruct-mode is used in a non-org buffer.
353         * org-list.el (org-checkbox-blocked-p): New function.
354         (org-toggle-checkbox): Check for blocking.
356         * org.el (org-modules): Add an entry for org-R.el.
358         * org-agenda.el (org-agenda-todo-ignore-with-date)
359         (org-agenda-todo-ignore-scheduled)
360         (org-agenda-todo-ignore-deadlines): Mention the variable
361         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
363         * org.el (org-get-wdays): Find the warning period also if it is in
364         the wrong place.
365         (org-ido-completing-read): Provide the correct arguments to
366         ido-completing-read and bind `ido-enter-matching-directory' to
367         nil.
369 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org.el (org-olpath-completing-read): Never use ido for this
372         one.
374         * org-exp.el (org-export-normalize-links): Use new macro.
376         * org-macs.el (org-if-unprotected-at): New macro.
378         * org-agenda.el (org-agenda-show): Allow numerical prefix
379         arguments to specify how much context should be shown.
380         (org-agenda-cycle-show): New command, could be bound to SPC in
381         org-agenda-mode-map.
383         * org-exp.el (org-html-level-start): Space after section number.
385 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-agenda.el (org-agenda-get-sexps): Add todo state as
388         property, for sorting.
389         (org-cmp-todo-state): Get the applicable TODO keywords directly
390         from the buffer.
391         (org-run-agenda-series, org-agenda-list, org-search-view)
392         (org-todo-list, org-tags-view): Only fit agenda window when the
393         whole series is done.
395         * org.el (org-scan-tags): Add todo state as property, for sorting.
397         * org-agenda.el (org-agenda-custom-commands-local-options): Add
398         `org-agenda-overriding-header' as an option.
399         (org-agenda-list): Honor org-agenda-overriding-header'.
401 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-list.el (org-toggle-checkbox): Improve cursor positioning
404         after removing a checkbox.
406         * org.el (org-show-entry): Make this work correctly also if it is
407         the last entry in the file.
408         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
409         falling back to normal, default command.
410         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
411         item, call the checkbox toggler to get a box.
413         * org-list.el (org-toggle-checkbox): Make double prefix set the
414         checkbox to "[-]".
415         (org-fix-bullet-type): Only replace bullet it it is changed.
416         (org-renumber-ordered-list): Handle case when first item does not
417         have a number.
419         * org.el (org-add-log-setup): Fix positioning when
420         `org-log-states-order-reversed' is nil.
422         * org-clock.el (org-clock-in): Fix positioning when
423         `org-log-states-order-reversed' is nil.
424         (org-clock-find-position): Fix positioning when
425         `org-log-states-order-reversed' is nil.
427 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org-clock.el (org-clock-into-drawer): Take default from
430         `org-log-into-drawer'.
431         (org-clock-find-position): Look for the correct drawer.
433         * org.el (org-log-into-drawer): Renamed from
434         `org-log-state-notes-into-drawer'.
435         (org-log-state-notes-into-drawer): New variable alias.
436         (org-add-log-setup): Make drawer name default to LOGBOOK, not
437         CLOCK.
438         (org-insert-property-drawer): Also skip LOGBOOK drawers.
440 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org-agenda.el (org-agenda): Fix docstring.
444         * org.el ("org-plot"): Help loading org-plot.
445         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
446         (org-metadown-hook, org-shiftmetaleft-hook)
447         (org-shiftmetaright-hook, org-shiftmetaup-hook)
448         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
449         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
450         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
451         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
453         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
454         for selecting files with any (and even without) extension.
456         * org.el (org-save-all-org-buffers): Also save id locations.
457         (org-revert-all-org-buffers): Also load id locations.
459 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org.el (org-drawers): Add LOGBOOK to the default drawers.
461         (org-log-state-notes-into-drawer): New option.
462         (org-add-log-setup): Place the sate note marker into the drawer,
463         create drawer when necessary.
464         (org-refile-targets): Document special interpretation of LEVEL
465         when odd-levels are used.
467 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
469         * org.el (org-store-log-note): Fix note indentation when adding
470         notes to end of list.
472         * org-exp.el (org-export-as-html): Add TODO keyword as extra
473         class, so that each keyword can get special colors through CSS.
475         * org-clock.el (org-clock-out): Add another nil for the previous
476         state into the call to `org-add-log-setup'.
478         * org.el (org-log-note-previous-state): New variable.
479         (org-log-note-headings): New %S escape for old state.
480         (org-todo): Call the note setup with the old state as an
481         argument.
482         (org-add-note): Add another nil for the previous state into the
483         call to `org-add-log-setup'.
484         (org-add-log-setup): New argument PREV-STATE.
485         (org-add-log-note): Handle new %S escape.
486         (org-store-log-note): Handle new %S escape.
488 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-clock.el (org-clock-find-position): Do not swallow an item
491         less indented than the CLOCK line itself.
492         (org-clock-in): Push markers to lin after the clock line.
493         (org-clock-find-position): Handle values of
494         `org-clock-into-drawer' smaller than 2.
496         * org-exp.el (org-html-level-start): Add a CSS class to section
497         numbers.
498         (org-export-html-toplevel-hlevel): Better documentation of the
499         influence of this variables on H levels and css classes in
500         export.
502 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
504         * org-agenda.el (org-agenda-custom-commands-local-options): Add
505         timestamp and nottimestamp to the chooe menu.
507         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
508         (org-revert-all-org-buffers): New command.
510 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
512         * org.el (org-return): Implement `org-return-follows-link' in the
513         function org-return.  This is more robust than using the mouse
514         map, I think.
515         (org-set-regexps-and-options): Match more general #+TODO lines.
516         (org-make-options-regexp): New optional argument EXTRA, for an
517         extra regexp.
518         (org-tab-follows-link): Mark as deprecated.
520 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
522         * org-exp.el (org-export-preprocess-string): Remove clock lines
523         earlier, so that they cannot cotribute to verbatim snippets.
525 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
528         for finding drawers.
529         (org-export-as-ascii, org-export-as-html): Count levels relative
530         to the subtree header.
531         (org-get-min-level): New optional argument OFFSET.
532         (org-export): Make sure point is restored after popping up that
533         window.
535         * org.el (org-do-sort): Also take an inactive timestamp if no
536         active one is found.
538         * org-colview-xemacs.el (org-columns-capture-view): Copy before
539         deleting duplicates.
541         * org-colview.el (org-columns-capture-view): Copy before
542         deleting duplicates.
544         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
545         text before first headline.
547         * org.el (org-format-latex): Do not convert LaTeX fragments in
548         protected examples.
550 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
552         * org-exp.el (org-export-html-style-default): Use color values
553         instead of names for XHTML validation.
555         * org.el (org-get-scheduled-time, org-get-deadline-time): New
556         functions.
557         (org-return-follows-link): Revert making this the default untile
558         issues are resolved.
560         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
561         nottimestamp.
563 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
565         * org.el (org-mode): Make dependence stuff work more reliably.
566         (org-update-parent-todo-statistics): Fix bug with updating
567         statistics cookie.
569         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
570         ~ as verbatim delimiters.
572         * org-exp.el (org-export-html-format-image): New argument
573         PAR-OPEN.
574         (org-export-as-html): Pass par-open to
575         `org-export-html-format-image'.
577 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
579         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
580         (org-use-fast-todo-selection, org-tags-column): New default
581         setting for variables, based on a poll what typical uses use.
583         * org-agenda.el (org-agenda-sorting-strategy)
584         (org-agenda-tags-column): New default setting for variables, based
585         on a poll what typical uses use.
587 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
589         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
590         blocked entries from setting the blocked tag.
592         * org-exp.el (org-export-html-footnotes-section): Use a more
593         consistent id for footnotes.
595         * org-export-latex.el (org-export-latex-classes): Remove the
596         a4paper option from the default styles.
598 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org.el (org-enforce-todo-checkbox-dependencies): New option.
601         (org-block-todo-from-checkboxes): New function.
602         (org-todo): Make tripple prefix arg circumvent blocking.
604         * org-timer.el (org-timer): Provide the timer feature.
606         * org.el (org-require-autoloaded-modules): Add a few more files to
607         the list of autoloaded modules.
609         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
611 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
614         drawers that are unprotected.
615         (org-export-html-format-image): Make sure inlined LaTeX fragment
616         images remain inlined.
618         * org.el (org-toggle-ordered-property): New function.
619         (org-mode-map): Add a key for `org-toggle-ordered-property'.
620         (org-org-menu): Add menu entries for TODO dependencies.
622 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org.el (org-default-properties): Add ORDERED to the default
625         properties, to get completion support for it.
627         * org-list.el (org-update-checkbox-count): Update more than one cookie.
629         * org.el (org-update-parent-todo-statistics): Update more than one
630         cookie.
632         * org-agenda.el (org-agenda-get-todos): Start search from correct
633         position.
635         * org.el (org-fast-todo-selection): Make sure TODO selection does
636         not change buffer position.
638         * org-list.el (org-toggle-checkbox): Implement adding or removing
639         checkboxes from line or region when called with a prefix
640         argument.
642         * org-rmail.el (org-rmail-store-link): Protect the call to
643         `rmail-narrow-to-non-pruned-header'.
645         * org-clock.el (org-clock-special-range): Fix week display in
646         clock tables.
648         * org-exp.el (org-get-current-options): Fix bug when in indirect
649         buffer.
651 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
654         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
655         (org-agenda-dim-blocked-tasks): New function.
657         * org.el (org-enforce-todo-dependencies): New option.
658         (org-block-todo-from-children-or-siblings): New function.
660         * org-faces.el (org-agenda-dimmed-todo-face): New face.
662         * org.el (org-todo): Return correct state type even if the blocker
663         throws an error.
664         (org-modifier-cursor-error): Renamed from
665         `org-shiftcursor-error'.
666         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
667         (org-shiftmetadown): Call `org-modifier-cursor-error'.
669         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
670         to get real errors from the blocker hook.
672         * org.el (org-shiftselect-error, org-call-for-shift-select): New
673         functions.
674         (org-set-visibility-according-to-property): Turn off the setting
675         of `org-show-entry-below', to avoid overruling a FOLDED visibility
676         property.
678 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
680         * org.el (org-support-shift-select): New option.
681         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
682         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
683         selection outside contexts.
685         * org-list.el (org-at-item-bullet-p): New function.
687         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
688         variables.
690         * org-footnote.el (org-footnote-normalize): Remove unnecessary
691         variable.
692         (org-insert-footnote-reference-near-definition): Remove
693         unnecessary let form.
695         * org-export-latex.el (org-export-latex-first-lines): Add
696         OPT-PLIST parameter.
697         (org-export-as-latex): Call `org-export-latex-first-lines' with
698         opt-plits parameter.
699         (org-export-latex-preprocess): Remove unnecessary variables.
701         * org-exp.el (org-infile-export-plist)
702         (org-export-add-options-to-plist, org-export-kill-licensed-text)
703         (org-export-remove-headline-metadata)
704         (org-export-get-title-from-subtree, org-get-min-level)
705         (org-html-do-expand): Remove innecessary let form.
707         * org-colview-xemacs.el (org-columns-display-here): Remove
708         unnecessary variables.
710         * org-colview.el (org-columns-display-here): Remove unnecessary
711         variables.
713         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
714         variables.
716         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
717         unnecessary variables.
719         * org-agenda.el (org-search-view, org-agenda-get-blocks)
720         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
721         variables.
723         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
724         (org-compact-display-after-subtree-move): Remove unnecessary
725         variables.
726         (org-edit-fixed-width-region): Remove unnecessary variables.
727         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
728         (org-olpath-completing-read): Remove unnecessary variable.
729         (org-auto-repeat-maybe): Remove unnecessary variable.
730         (org-map-entries): Remove unnecessary variable.
731         (org-buffer-property-keys, org-imenu-get-tree)
732         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
734 -----------------------------------------------------------------
736 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
737         * org-exp.el (org-export-remove-timestamps): Never remove
738         timestamps from tables.
740         * org-export-latex.el (org-export-latex-first-lines): Add more
741         options to the preprocessing of the text before the first
742         headline.
744 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-faces.el (org-clock-overlay): Make face compatible with
747         XEmacs.
749         * org.el (org-yank): Add property for delete-selection mode.
751         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
753         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
754         variable.
756         * org-table.el (org-table-insert-hline): Fix typo in fuction call
757         to `backward-char'.
759         * org-exp.el (org-export-as-html): Remove the initial space from
760         colon examples.
762         * org.el (org-scan-tags): Call
763         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
765         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
766         customization groups.
767         (org-agenda-tags-todo-honor-ignore-options): New option.
768         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
769         New function.
770         (org-agenda-get-todos): Use
771         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
773 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
775         * org-exp.el (org-export-format-source-code-or-example): Escape
776         HTML characters also in examples that anre not treated with
777         htmlize.  Also, just switch to EXAMPLE processing if we do not
778         have a good version of htmlize.
780         * org-rmail.el: Fix copyright notice.
782         * org.el (org-activate-footnote-links): Improve footnote link
783         highlighting.
785         * org-footnote.el (org-footnote-normalize): Fix finding the end of
786         a footnote definition at the end of the file.
788         * org-table.el (org-table-get-specials): Add an imagined hline at
789         the end of the table.  This can be useful for references that want
790         to go to the end of the table.  Also fix bug when computing last
791         row constants, in tables that do not start right at the right
792         margin.
793         (org-table-eval-formula): Match and replace remove references.
794         (org-table-formula-substitute-names): Make sure that names inside
795         a "remote" call are left alone, the will be replaced later when
796         the remote call is handled.
797         (org-table-convert-refs-to-rc): Do not convert things that might
798         look like a reference, but are really part of an ID or namei n a
799         remote reference.
800         (org-table-get-remote-range): New function.
802 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org-faces.el (org-clock-overlay): Fix bug in face definition.
806         * org-clock.el (org-clock-put-overlay): Use new face instead of
807         `secondary-selection'.
809         * org-faces.el (org-clock-overlay): New face.
811 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org-exp.el (org-get-current-options): Include the option for
814         publishing time stamps.
816         * org.el (org-toggle-heading): Renamed from
817         `org-toggel-region-headings'.
818         No longer needs a region defined, but will use it if there is one.
819         (org-ctrl-c-star): Simplified, relying more on the internal
820         workings of `org-toggle-heading'.
821         (org-toggle-item): Renamed from `org-toggle-region-items'.
822         No longer needs a region defined, but will use it if there is one.
823         (org-ctrl-c-minus): Simplified, relying more on the inernal
824         workings of `org-toggle-item'.
826         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
827         environment detection.  Also, do real changes only in unprotected
828         places.
830 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-export-latex.el (org-export-latex-quotation-marks): Use
833         `org-if-unprotected-1'.
834         (org-export-latex-set-initial-vars): Check for class definition in
835         property.
837         * org-macs.el (org-if-unprotected-1): New macro.
839 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org-compat.el (org-count-lines): New function.
843         * org-exp.el (org-export-format-source-code-or-example): Handle
844         switches related to text areas.
846         * org.el (org-activate-footnote-links): Don't allow match inside a
847         link.
849         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
851         * org-export-latex.el (org-export-latex-links): Keep a relative
852         path relative also after export.
854         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
856         * org.el (org-make-tags-matcher): Never use IDO for completing the
857         tags matcher match string.
858         (org-completing-read): Also remove the special biding for "?".
860         * org-attach.el (org-attach-allow-inheritance): New option.
861         (org-attach-inherited): New variable.
862         (org-attach-dir): Handle properties related to the attachment
863         directory.
864         (org-attach-check-absolute-path): New function.
865         (org-attach-set-directory, org-attach-set-inherit): New commands.
866         (org-attach): Accommodate the new commands in the dispatcher.
868 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
870         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
871         `window-full-width-p'.
873         * org-exp.el (org-export-as-html): Only check for images files
874         that really can be inlined
876         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
877         list of extensions to be a parameter.
879         * org-exp.el (org-export-html-inline-image-extensions): New
880         variable.
882         * org-agenda.el (org-prepare-agenda): Use
883         `org-agenda-block-separator'.
884         (org-agenda-block-separator): New option.
886 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
888         * org-export-latex.el (org-export-latex-tables): Call
889         `org-table-clean-before-export' with the new optional argument.
891         * org-exp.el (org-table-clean-before-export): New optional
892         parameter MAYBE-QUOTED, allows for quoted characters like \# in
893         first column.
895 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
897         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
898         histograms.
900         * org-colview.el (org-colview-construct-allowed-dates): Better
901         error catching when a date/time property does not have allowed
902         values defined.
904         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
905         Better error catching when a date/time property does not have
906         allowed values defined.
908 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org.el (org-map-entries): Restore point and restriction after
911         `org-map-entries'.
913 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
915         * org.el (org-time=, org-time<, org-time<=, org-time>)
916         (org-time>=, org-time<>): Make sure both values are dates.
918 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
920         * org-archive.el (org-extract-archive-heading): Allow %s for file
921         name also in achive location heading.
923 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org-archive.el (org-add-archive-files): Uniquify the list before
926         returning it.
928 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
930         * org-compat.el (org-fit-window-to-buffer): Use
931         `window-full-width-p'.
933         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
934         space after the colon in short examples.
936         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
937         enforce a space after the colon.  However, we also allow lines
938         that are *only* a colon.
939         (org-export-as-html): Enforce the space after the colon in short
940         examples.
941         (org-export-preprocess-string): Do the colon example protection
942         earlier.
943         (org-export-remove-timestamps): Do not check for protection at the
944         end of the line.
946 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org.el (org-format-latex-options): Add new matcher for single
949         letters between dollars.
950         (org-get-header): Function removed.
951         (org-heading-components): New function.
953         * org-exp.el (org-export-define-heading-targets): Record ID's also
954         as alternative targets.
955         (org-export-as-html): Interpret "id:" links to other files by
956         preserving the relative path.
958         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
959         is nil.
961         * org-exp.el (org-export-normalize-links): Protect the main link,
962         to avoid special character processing.
964         * org-export-latex.el (org-export-latex-special-keyword-regexp):
965         New variable.
966         (org-export-latex-special-string-regexps): Variable removed.
967         (org-export-latex-keywords): Use the new regexp.
969         * org-exp.el (org-export-handle-include-files): Fetch switches and
970         put them into the BEGIN statement.
972         * org-timer.el (org-timer-mode-line-string): New variable.
974         * org-clock.el (org-clock-mode-line-map): Renamed from
975         `org-clock-mode-map'.
976         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
977         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
978         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
979         (org-clock-remove-overlays): Renamed from
980         `org-remove-clock-overlays'.
982         * org-timer.el (org-timer-pause-or-continue): Implement stopping
983         and mode line display.
984         (org-timer-stop): New command.
985         (org-timer-seconds): Return correct time when timer is paused.
986         (org-timer-mode-line-timer): New variable.
987         (org-timer-set-mode-line, org-timer-update-mode-line): New
988         functions.
990         * org.el (org-insert-heading):  Handle new value `auto' for
991         `org-blank-before-new-entry'.
992         (org-org-menu): Add new items for timer functions.
994         * org-list.el (org-insert-item): Handle new value `auto' for
995         `org-blank-before-new-entry'.
997         * org.el (org-blank-before-new-entry): New value `auto', made
998         default.
1000 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1002         * org-exp.el (org-export-normalize-links): If the link is also
1003         used as the description, protect the description.
1005 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org.el (org-closest-date): Fix bug with yearly repeats, in
1008         combination with preference of the past as it is used for deadline
1009         and scheduling search.
1011         * org-exp.el (org-html-handle-time-stamps): No longer check for
1012         the `org-export-with-timestamps' option, because the preprocesser
1013         has taken care of this already.
1015         * org.el (org-entry-properties): Catch the case when this is
1016         called in a non-org-mode file.
1018         * org-export-latex.el (org-export-latex-remove-from-headlines):
1019         Variable made obsolete, also LaTeX export now uses the standard
1020         variables.
1021         (org-export-as-latex): Add the timestamps parameter to the
1022         preprocessor parameter list.
1023         (org-export-latex-content): Export the remaining keywords without
1024         considering to remove them.
1025         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1026         Use bold font instead of tt font for the keywords.
1027         (org-export-latex-fontify-headline): Format headlines, assuming
1028         that all keywords still present should be published.
1029         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1030         publish what ever remains of the time stamps.
1031         (org-export-latex-list-parameters): New option.
1032         (org-export-latex-lists): Pass additional parameters to the list
1033         converter.
1035         * org-exp.el (org-export-preprocess-string): Remove clock lines
1036         and timestamps already in the preprocesor.
1037         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1038         functions.
1039         (org-export-as-ascii, org-export-as-html): Add the timestamps
1040         parameter to the preprocessor parameter list.
1042         * org-list.el (org-list-parse-list): Parse for checkboxes.
1043         (org-list-to-generic): Introduce and handle new parameters :cbon
1044         and :cboff.
1045         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1046         optional parameter PARAMS.
1048         * org-export-latex.el (org-export-latex-special-chars): Fix
1049         problems with interpreting dollar signs.
1050         (org-inside-latex-math-p): New function.
1051         (org-export-latex-preprocess): Protect all the math fragments.
1053         * org.el (org-latex-regexps): Allow a dash after a dollar.
1055         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1056         mark after copying.
1058         * org-agenda.el (org-run-agenda-series): Have series options set
1059         when finalizing the agenda.
1061         * org-exp.el (org-export-format-source-code-or-example): Protect
1062         the converted examples.
1064         * org.el (org-set-regexps-and-options): Fix the regexp
1065         `org-complex-heading-regexp'.
1067 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1069         * org.el (org-edit-src-get-label-format): New function.
1070         (org-coderef-label-format): New option.
1071         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1072         a label format specification and make sure it is used in the edit
1073         buffer.
1074         (org-edit-src-get-label-format): New function.
1075         (org-store-link): Handle new coderef formats.
1076         (org-link-search): Handle new coderef formats.
1078         * org-footnote.el (org-footnote-create-definition)
1079         (org-footnote-goto-local-insertion-point): Make footnote insertion
1080         work correctly when the "Footnotes" headline is the last line in
1081         the buffer.
1083         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1084         the location.
1086 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1088         * org-w3m.el (org-w3m): New customization group.
1089         (org-w3m-deactivate-mark): New option.
1090         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1091         option say not to.
1093 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org.el (org-set-font-lock-defaults): Trigger footnote
1096         fontification.
1097         (org-activate-footnote-links): New function.
1098         (org-activate-links): New entry `footnote'.
1100         * org-faces.el (org-footnote): New face.
1102 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org-macs.el (org-re): Handle the [:word:] class.
1106         * org-exp.el (org-export-preprocess-string): Call
1107         `org-export-protect-colon-examples'.
1108         (org-export-protect-colon-examples): Renamed from
1109         `org-export-protect-examples', and scope limited to lines starting
1110         with a colon.
1112 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-exp.el (org-export-preprocess-string): Move the preprocess
1115         hook to after turning on Org-mode.
1116         (org-export-preprocess-after-include-files-hook)
1117         (org-export-preprocess-after-tree-selection-hook)
1118         (org-export-preprocess-before-backend-specifics-hook)
1119         (org-export-preprocess-final-hook): New hooks.
1120         (org-export-preprocess-string): Run the new hooks.
1122         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1124         * org-footnote.el: New file.
1126         * org.el (org-footnote): Require footnote code.
1127         (org-startup-options): Add new footnote options.
1128         (org-mode-map): New keybindig for footnotes.
1129         (org-ctrl-c-ctrl-c): Add function at footnotes.
1130         (org-org-menu): New menu entries for footnotes.
1132         * org-export-latex.el (org-export-as-latex): Pass footnote
1133         variable to preprocessor.
1134         (org-export-latex-preprocess): Treat multiple references to a
1135         footnote.
1137         * org-exp.el (org-export-preprocess-string): Call
1138         `org-footnote-normalize'.
1139         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1140         to preprocessor.
1141         (org-export-as-html): Treat multiple references to a footnote.
1143 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1145         * org-export-latex.el (org-export-latex-links): Handle coderef
1146         links.
1148         * org.el (org-bracket-link-analytic-regexp++): New variable.
1149         (org-make-link-regexps): Initialize
1150         `org-bracket-link-analytic-regexp++'.
1151         (org-store-link): Implement special case in edit-src buffer.
1152         (org-insert-link): No use of ide to insert stored links.
1153         (org-link-search): Implement special case for coderefs.
1155         * org-exp.el (org-export-html-scripts): New constant.
1156         (org-export-html-style-default): Add a new style for highlighted
1157         code.
1158         (org-export-code-refs): New variable.
1159         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1160         Call `org-export-replace-src-segments-and-examples'
1161         No longer call `org-export-protect-examples'.
1162         (org-export-target-internal-links): Take care of coderef targets.
1163         (org-export-last-code-line-counter-value): New variable.
1164         (org-export-replace-src-segments-and-examples): Renamed from
1165         `org-export-replace-src-segments', and modified.
1166         (org-export-format-source-code-or-example): Renamed from
1167         `org-export-format-source-code'.
1168         (org-export-number-lines): New function.
1169         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1171 --------------------------------------------------------------------------
1173 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1175         * org-remember.el (org-remember-handler): Safer way to get a new
1176         buffer accessing the target file.
1178         * org.el (org-refile-get-location): Handle case of current buffer
1179         not having a file associated with it.
1181 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1183         * org-table.el (org-table-get-formula): Only ask to overwrite
1184         field formula if there really is one.
1186         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1187         number, by converting these to a string.
1189         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1190         located in a different file.
1192         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1193         org-colview.el.
1195 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org.el (org-completion-use-ido): Enhance docstring of
1198         `org-completion-use-ido'.
1200         * org-export-latex.el (org-export-latex-make-header): Double the %
1201         in the time stamp format.
1202         (org-export-latex-special-chars): Handle case where there is no
1203         match group 3.
1205 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1207         * org.el (org-get-refile-targets, org-refile-get-location): Use
1208         expanded file name to improve comparison.
1210 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1212         * org.el (org-scan-tags): Rescan for tags, to get the correct
1213         upcase/downcase stuff.  This slows things down for now, but it
1214         works.
1215         (org-mode): Make sure the tag-faces regexp is initialized.
1217         * org-export-latex.el (org-export-latex-links): Fix bug with
1218         undefined label.
1220         * org-table.el (org-table-get-specials): Set
1221         `org-table-current-last-data-line'.
1222         (org-table-current-last-data-line): New variable.
1223         (org-table-insert-column, org-table-delete-column)
1224         (org-table-move-column, org-table-fix-formulas): Call
1225         `org-table-fix-formulas' a second time to fix the $LR references.
1226         (org-table-get-specials): Add the $LR references to the tables.
1227         (org-table-get-formula): Do not offer last-row names as LHS of
1228         formulas.
1230         * org.el (org-store-link): Capture link description from
1231         `org-id-store-link'.
1233         * org-exp.el (org-export-html-format-image): Add the / to the end
1234         of the <img> tag.
1235         (org-export-format-source-code): Surround example by empty lines,
1236         to make sure it will not be inside a paragraph.
1238         * org.el (org-ido-switchb): New function.
1240 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org-agenda.el (org-agenda-show): New prefix argument
1243         FULL-ENTRY.
1245         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1246         argument.
1248         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1249         `org-agenda-change-all-lines'.
1250         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1251         tags are now retrieved locally.
1253 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1255         * org.el (org-get-outline-path): Fix bug if level is not given.
1256         (org-org-menu): Do not quote function in menu vector.
1258         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1259         name.
1261 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1263         * org.el (org-refile): Avoid refiling to within the region to be
1264         refiled.
1266         * org-export-latex.el (org-export-latex-special-chars): Replace
1267         special characters also in tables.
1269         * org-agenda.el (org-agenda-change-all-lines): New argument
1270         FORCE-TAGS.
1271         (org-agenda-set-tags): Cet the new tags and pass them to
1272         `org-format-agenda-item'.
1274 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org-export-latex.el (org-export-latex-classes): Add longable as
1277         a default package to all classes.
1278         (org-export-latex-tables): Handle the longtable attribute and the
1279         align attribute.
1281         * org-table.el (orgtbl-to-generic): Handle tables that start with
1282         a hline.
1284         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1285         \verb for colde-like snippets.
1286         (org-export-as-latex): Fix issues with region export.
1288         * org.el (org-up-heading-safe): Speed up function by using a
1289         direct regexp search.
1290         (org-olpa): New variable.
1291         (org-get-outline-path): Speed-up path constructions in cases where
1292         this is possible because the entire hierarchy is scanned anyway.
1293         (org-refile-get-location): Don't compare the truenames of files,
1294         this is too slow.
1295         (org-goto-max-level): New option.
1296         (org-goto): Use `org-goto-max-level'.
1298 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1300         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1301         Strip angle brackets from message-ids in the former and don't do
1302         it in the latter.
1303         (org-gnus-follow-link): Open summary reliable, even if the last
1304         messages were deleted, and handle empty groups, too.
1306 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1308         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1309         instead of \texttt for the =...= and ~===~ emphasis environments.
1310         (org-export-as-latex): Remove any old :org-license-to-kill text
1311         properties.
1312         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1313         (org-export-latex-make-header): Add some hard space after the
1314         table of contents.
1315         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1316         exported text so that it will be excuded in further steps.
1318         * org-table.el (org-table-get-specials): Make @0 reference the
1319         last line in a table.
1320         (org-table-recalculate): Improve docstring.
1322 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1324         * org.el (org-log-done): Fix docstring.
1326 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1328         * org-exp.el (org-export-html-format-image): Fix bugs.
1330         * org-export-latex.el (org-export-latex-tables)
1331         (org-export-latex-links): Implement attribute, label, and caption
1332         handling.
1334         * org-exp.el (org-export-html-style-default): Add style
1335         definitions for the figure div.
1336         (org-export-preprocess-string, org-export-as-html): Implement
1337         attribute, label, and caption handling.
1338         (org-export-attach-captions-and-attributes): New function.
1339         (org-export-html-format-image): New function.
1340         (org-format-org-table-html): Implement attribute, label, and
1341         caption handling.
1343         * org.el (org-find-text-property-in-string): New function.
1344         (org-extract-attributes): Use the property org-attr instead of
1345         org-attrobutes, because this property is now set with the #+ATTR
1346         lines.
1348 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1350         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1351         the case that FROM is nil.
1353         * org.el (org-before-first-heading-p): New function.
1355 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org-exp.el (org-export-as-html): Do not add a space before
1358         enforces line breaks.
1359         (org-export-as-html): Close paragraph before blockquote and verse
1360         tags.
1362 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1364         * org-id.el (org-id-locations-file): Wrap file name with
1365         `convert-standard-filename'.
1366         (org-id-files): New variable.
1367         (org-id-use-hash): New option.
1368         (org-id-update-id-locations): Also search in all files current
1369         listed in `org-id-files'.  Convert the resulting alist to a hash
1370         if the user customation says so.
1371         (org-id-locations-save): Handle he case if `org-id-locations' is a
1372         hash.
1373         (org-id-locations-load): Convert the alist to a hash.
1374         (org-id-add-location): Handle the hast case.
1375         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1376         exited.
1377         (org-id-hash-to-alist, org-id-alist-to-hash)
1378         (org-id-paste-tracker): New functions.
1380 -------------------------------------------------------------------------
1382 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1385         bindings of calendar variables.
1387         * org-table.el (org-table-find-row-type): Renamed from
1388         `org-find-row-type'.
1389         (org-table-rewrite-old-row-references): Renamed from
1390         `org-rewrite-old-row-references'.
1391         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1392         (org-table-cleanup-narrow-column-properties): Renamed from
1393         `org-cleanup-narrow-column-properties'.
1395 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1397         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1398         for better error messages.
1399         (org-table-get-descriptor-line): Supply the new arguments to
1400         `org-find-row-type'.
1401         (org-table-error-on-row-ref-crossing-hline): New option.
1403         * org.el (org-target-link-regexp): Make buffer-local.
1404         (org-move-subtree-down): Fix bug with trees at beginning of
1405         buffer.
1407 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1409         * org-faces.el (org-set-tag-faces): New function.
1410         (org-tags-special-faces-re): New variable.
1412         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1414         * org-faces.el (org-tag-faces): New option.
1415         (org-tag): Mention `org-tag-faces' in the docstring.
1417 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1419         * org-exp.el (org-export-html-style-default): Implement new
1420         quoting.
1422         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1424         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1425         command to the `w3m-minor-mode-map'.
1427         * org-archive.el (org-archive-to-archive-sibling): Protect
1428         `this-command' to avoid appending kills during archiving.
1430         * org-exp.el (org-export-with-priority): New variable.
1431         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1432         instead of internal list of strings and properties.
1433         (org-print-icalendar-entries): Retrieve the location property with
1434         inheritance.
1436 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1438         * org-exp.el (org-export-with-todo-keywords): New option.
1439         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1440         line.
1441         (org-default-export-plist, org-export-add-options-to-plist)
1442         (org-export-as-ascii, org-export-as-html): Use the new structure
1443         of `org-export-plist-vars'.
1445         * org.el (org-map-entries): Return all values.
1447 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1449         * org.el (org-matcher-time): Recognize more special values.
1451         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1453 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1455         * org.el (org-tags-exclude-from-inheritance): New option.
1456         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1457         `org-tags-exclude-from-inheritance'.
1459         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1460         (org-format-agenda-item): Add inherited tags to the agenda line
1461         string, and make sure that properties are kept when downcasing the
1462         tags list.
1463         (org-agenda-add-inherited-tags): New function.
1464         (org-downcase-keep-props): New function.
1466         * org.el (org-scan-tags): Mark inherited tags with a text
1467         property.
1468         (org-get-tags-at): Mark inherited tags with a text property.
1469         (org-add-prop-inherited): New function.
1471         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1472         (org-agenda-show-inherited-tags): New option.
1474 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1476         * org.el (org-modules): Add org-w3m to the default modules.
1478         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1479         orgtbl-mode.
1480         (orgtabl-create-or-convert-from-region): New command.
1482         * org-exp.el (org-export-as-ascii): Remove the handling of
1483         targets.
1484         (org-export-ascii-preprocess): Handle targets already in this
1485         function.
1487 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1489         * org-timer.el (org-timer-start-time): Define this variable.
1490         (org-timer-item): Make argument optional.
1492         * org-list.el (org-insert-item): Automatically insert a timer item
1493         if the current list is a timer list.
1495         * org-timer.el: New file.
1497         * org-publish.el (org-publish-org-index): Only exclude the index
1498         file in the main directory from being added to the site-map.
1499         (org-publish-get-project-from-filename): If the current project is
1500         a component, start publishing from the parent project.
1502 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1504         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1506         * org-publish.el (org-publish-org-index): Improve removal of
1507         temporary buffers.
1509         * org-agenda.el (org-get-closed): Re-apply changes
1510         accidentially overwritten by last commit to Emacs.
1512         * org.el (org-outline-path-complete-in-steps): New option.
1513         (org-refile-get-location): Honor
1514         `org-outline-path-complete-in-steps'.
1515         (org-agenda-change-all-lines, org-tags-sparse-tree)
1516         (org-time-string-to-absolute, org-small-year-to-year)
1517         (org-link-escape): Re-apply changes accidentially overwritten
1518         by last commit to Emacs.
1520 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-clock.el (org-dblock-write:clocktable): Make sure the
1523         clocktable sees the first line.
1524         (org-clock-in): Warn if the clock cannot be resumed.
1526 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1528         * org.el (org-open-at-point): Fix mixup about interactive and
1529         non-interactive elisp links.
1531 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1533         * org-exp.el (org-export-preprocess-string): Allow one comment
1534         line before the first headline to always be included.  This is
1535         to not miss a commented target.
1537         * org-mouse.el (org-mouse-insert-item): Call
1538         `org-indent-to-column' instead of `indent-to', for XEmacs
1539         compatibility.
1541         * org.el (org-refile-targets): Fix customize definition so
1542         that it works also in XEmacs.
1543         (org-fixup-indentation): Call `org-indent-to-column' instead
1544         of `indent-to', for XEmacs compatibility.
1546 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1548         * org-mew.el (org-mew-store-link): Get the correct case folder
1549         for refiled messages.
1551 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1553         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1554         line break indicators.
1556         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1557         ido-completion propts.
1559 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1561         * org-remember.el (org-remember-apply-template): Use
1562         `org-substring-no-properties'.
1564         * org-compat.el (org-substring-no-properties): New function.
1566         * org-remember.el (org-remember-apply-template): Use
1567         `org-substring-no-properties' for compatibility.
1569         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1570         option.
1571         (org-fix-bullet-type): respect
1572         `org-list-two-spaces-after-bullet-regexp'.
1574         * org-clock.el (org-clock-load): Clean up the code.
1576         * org.el (org-adaptive-fill-function): Allow two spaces after
1577         "1." as a list bullet.
1579 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org-clock.el (org-clock-save, org-clock-load): Check for
1582         live buffers, existing files, and buffer file names to ensure
1583         consistent information.
1584         (org-clock-persist): Make `clock' a special value of this
1585         variable, and improve docstring.
1587         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1588         (org-get-string-indentation): Adapt indentation when the bullet
1589         width changes.
1591 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1593         * org-remember.el (org-remember-finalize): Make interactive.
1594         (org-remember-kill): New command.
1595         (org-remember-finish-immediately): Call `org-remember-finalize'
1596         directly.
1597         (org-remember-finalize): Make `org-remember-finalize' an interactive
1598         function.
1600 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1602         * org-remember.el (org-remember-apply-template): No ido completion
1603         for free prompts in remember templates.
1604         (org-remember-before-finalize-hook): New hook.
1605         (org-remember-mode): New minor mode.
1606         (org-remember-apply-template): Turn on `org-remember-mode'.
1608         * org-id.el (org-id-add-location): Avoid error when no file is
1609         given.
1611         * org-remember.el (org-remember-apply-template): Fix the way how
1612         the list of allowed properties is retrieved from the target file.
1614         * org.el (org-insert-link): Improve file link matching.
1616 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1618         * org-colview.el (org-columns-display-here): New argument
1619         DATELINE, to trigger using the new face.
1620         (org-agenda-colview-summarize): Call `org-columns-display-here'
1621         with the new argument.
1623         * org-faces.el (org-agenda-column-dateline): New face.
1625         * org-publish.el (org-publish-org-index): Use index-title at page
1626         title, not as section.
1628         * org-exp.el (org-export-html-format-desc): Respect the
1629         org-protect property.
1630         (org-export-as-html): Protect image specifiers that are in the
1631         description part of a link.
1633         * org.el (org-sort-entries-or-items, org-completing-read)
1634         (org-refile-get-location, org-olpath-completing-read, org-todo)
1635         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1636         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1637         (org-set-property, org-delete-property)
1638         (org-delete-property-globally): Use `org-ido-completing-read'.
1640         * org-remember.el (org-remember-apply-template): Use
1641         `org-ido-completing-read'.
1643         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1645         * org-colview.el (org-columns-edit-value, org-columns-new)
1646         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1648         * org-colview-xemacs.el (org-columns-edit-value)
1649         (org-columns-new, org-insert-columns-dblock): Use
1650         `org-ido-completing-read'.
1652         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1653         `org-ido-completing-read'.
1655         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1656         `org-ido-completing-read'.
1658         * org.el (org-time-today): New function.
1659         (org-matcher-time): Use `org-time-today'.  Add special treatment
1660         for "<tomorrow>" and "<yesterday>".
1661         (org-ido-completing-read): New function.
1662         (org-completion-use-ido): New option.
1664         * org-exp.el (org-export-format-source-code): Fix bug in require
1665         htmlize code.
1666         (org-export-target-internal-links): Fix bug in search for text
1667         property.
1669 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1671         * org-export-latex.el (org-export-latex-subcontent): Interprete
1672         target aliases as additonal labels.
1674         * org-exp.el (org-export-target-aliases): New variable.
1675         (org-export-preprocess-string)
1676         (org-export-handle-invisible-targets): Fill the alias alist.
1677         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1678         assign an id.
1679         (org-html-level-start): Insert the target aliases as additonal
1680         anchors.
1682         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1683         picture area.
1685 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1687         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1688         when following a link with the mouse from the agenda.
1690         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1691         headlines are created.
1693 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1695         * org-exp.el (org-export-preprocess-string): Reorder so that we
1696         can still see ID properties when we collect targets.
1697         (org-export-target-internal-links): Also store targets for ID's.
1699         * org.el (org-link-translation-function): New option.
1700         (org-open-at-point): Call `org-link-translation-function' if
1701         non-nil.
1702         (org-translate-link): New function.
1703         (org-translate-link-from-planner): New function.
1704         (org-open-at-point): Allow interactive commands in elisp links.
1706         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1707         iCalendar quoting.  The new one seems to caus problems with
1708         applications.
1710         * org.el (org-yank): Set `this-command' to `yank', so that
1711         `yank-pop' will work.
1713 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1715         * org-id.el (org-id-search-archives): New option.
1717         * org.el (org-link-to-org-use-id): New option.
1718         (org-store-link): Use `org-link-to-org-use-id'.
1719         (org-id): Make org-id.el a standard component.
1721 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1723         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1724         hexified version of the tag.
1726         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1727         compliance as far as quoting is concerned.
1729         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1731         * org.el (org-up-heading-safe, org-forward-same-level): Always
1732         call `org-back-to-heading' instead of `outline-back-to-heading'.
1733         (org-back-to-heading): New wrapper around outline-back-to-heading,
1734         with a useful error message telling where the error happened.
1736         * org-list.el (org-update-checkbox-count): Always call
1737         `org-back-to-heading' instead of `outline-back-to-heading'.
1739         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1740         has an `alt' attribute, to ensure XHTML validation.
1742 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-publish.el (org-publish-attachment): Allow publishing to
1745         overwrite attachment files.
1747         * org-agenda.el (org-agenda-timerange-leaders): New option.
1748         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1750         * org.el (org-edit-src-exit): Untabify ASCII image before
1751         returning.
1764 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1766         * org.el (org-yank): Make any prefix force normal yanking.
1767         Suppress folding if text would be swallowed into a folded
1768         subtree.
1769         (org-yank-folded-subtrees, org-yank): Docstring updates.
1771         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1772         defined as 0.
1774         * org-exp.el (org-export-language-setup): Add Catalan and
1775         Esperanto language entries.
1777 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1779         * org.el (org-refile): Allow refiling of entire regions.
1781         * org-clock.el (org-clock-time%): New function.
1783         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1784         retrieve property values.
1786 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1788         * org-agenda.el (org-agenda-list): Handle the value `only' of
1789         org-agenda-show-log'.
1790         (org-agenda-log-mode): Interpret a double prefix arg.
1792 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1794         * org-exp.el (org-export-html-footnotes-section): New variable.
1795         (org-export-as-html): Use `org-export-html-footnotes-section' to
1796         insert the footnotes.
1797         (org-export-language-setup): Add "Footnotes" to language words.
1799 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1801         * org.el (org-yank): Fix bug when not inserting a subtree.
1803 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1805         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1806         instead of `vm-beginning-of-message'.
1808         * org.el (org-make-link-regexps): Make sure that links to gnus can
1809         contain brackets.
1811 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1813         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1814         code.
1816         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1817         shell output.
1819         * org.el (org-link-abbrev-alist): Improve customization type.
1821         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1822         functions.
1824         * org-agenda.el (org-agenda-get-progress): Renamed from
1825         `org-get-closed'.  Implement searching for state changes as well.
1826         (org-agenda-log-mode-items): New option.
1827         (org-agenda-log-mode): New option prefix argument, interpreted as
1828         request to show all possible progress info.
1829         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1830         `org-get-closed'.
1831         (org-agenda-set-mode-name): Handle the more complex log mode
1832         settings.
1833         (org-get-closed): New alias, pointing to `org-get-progress'.
1835 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1837         * org.el (org-file-apps-defaults-gnu)
1838         (org-file-apps-defaults-macosx)
1839         (org-file-apps-defaults-windowsnt): Add an entry defining the
1840         system command.
1841         (org-file-apps): Allow `system' as key and value.
1842         (org-open-at-point): Explain the effect of a double prefix arg.
1843         (org-open-file): If the argument `in-emacs' is (16),
1844         i.e. corresponding to a double prefix argument, try to open the
1845         file externally.
1847 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1849         * org.el (org-insert-link): Abbreviate absolute files names in
1850         links.  Also, fix a bug in which the double C-u prefix would not
1851         be honored.
1853 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1855         * org.el (org-insert-heading): If buffer does not end with a
1856         newline, add one if necessary to insert headline correctly.
1858         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1859         paragraphs, not inside.
1861         * org.el (org-todo): Quote
1862         `org-agenda-headline-snapshot-before-repeat'.
1864         * org-exp.el (org-export-as-html): Fully process link descriptions.
1865         (org-export-html-format-desc): New function.
1866         (org-export-as-html): Collect footnotes into the correct basket.
1867         (org-html-protect): No longer protect quotations marks here, this
1868         goes wrong.
1870         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1871         BEG.
1873         * org-compat.el (org-fit-window-to-buffer): New function (not
1874         really, a preliminary and incomplete version was present earlier,
1875         but not used).
1877         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1878         `org-fit-window-to-buffer'.
1880         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1882         * org-agenda.el (org-agenda-get-restriction-and-command)
1883         (org-fit-agenda-window, org-agenda-convert-date): Use
1884         `org-fit-window-to-buffer'.
1886         * org-exp.el (org-export-as-html): Process href links through
1887         `org-export-html-format-href'.
1888         (org-export-html-format-href): New function.
1890         * org-agenda.el (org-agenda-todo): Update only the current
1891         headline if this is a repeated TODO, marked done for today.
1892         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1893         only the current line.
1895         * org.el (org-todo): Take a snapshot of the headline if the
1896         repeater might change it.
1898 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1900         * org-publish.el (org-publish-find-title): Remove buffers visited
1901         only for extracting the title.
1903         * org-exp.el (org-export-html-style)
1904         (org-export-html-style-default): Mark style definitions as
1905         unparsed CDATA.
1907         * org-publish.el (org-publish-validate-link): Function
1908         re-introduced.
1910 2008-11-02  Charles Sebold  <csebold@gmail.com>
1912         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1913         property.
1914         (org-plot-quote-timestamp-field): New function.
1915         (org-plot-quote-tsv-field): Call timestamp field function when
1916         necessary rather than just quoting as a string.
1917         (org-plot/gnuplot-to-data): Pass in timefmt property.
1918         (org-plot/gnuplot-script): Supports timefmt property.
1919         (org-plot/gnuplot): Checks for timestamp column before checking
1920         for text index column.
1922 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1924         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1926         * org-publish.el (org-publish-org-index): Create a section in the
1927         index file.
1928         (org-publish-org-index): Stop linking to directories.
1930         * org.el (org-emphasis-alist): Use span instead of <u> to
1931         underline text.
1933         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1934         <pre> sections.
1936 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1938         * org-jsinfo.el (org-infojs-template): Remove language attribute
1939         from script tag.
1941 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1943         * org-agenda.el (org-agenda-remove-marked-text): New function.
1944         (org-agenda-mark-filtered-text)
1945         (org-agenda-unmark-filtered-text): New functions.
1946         (org-write-agenda): Remove fltered text.
1948         * org.el (org-make-tags-matcher): Give access to TODO "property"
1949         without speed penalty.
1951 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1953         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1954         option.
1955         (org-store-link-props): Make sure adding to the plist works
1956         correctly.
1958         * org-gnus.el (org-gnus-no-new-news): New function.
1959         (org-gnus-follow-link): Allow the article ID to be a message-id,
1960         in addition to allowing article numbers.  Message IDs make much
1961         more roubust links.
1962         (org-gnus-store-link): Use message-id to create link.
1964 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1966         * org.el (org-emphasize): Reverse the selection array.
1967         (org-emphasis-alist): Set <code> tags for the verbatim
1968         environment.
1970         * org-remember.el (org-remember-handler): Fix bug with
1971         prefix-related changing of the note storage target.
1973         * org-exp.el (org-print-icalendar-entries): Make the exported
1974         priorities compatible with RFC 2445.
1976         * org-clock.el (org-clock-save): Insert time stamp without
1977         dependence on time-stamp.el.
1979 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1981         * org.el ("saveplace"): If saveplace puts point into an invisible
1982         location, make it visible.
1983         (org-make-tags-matcher): Allow inactive time stamps in time
1984         comparisons.
1985         (org-yank-adjusted-subtrees): New option.
1986         (org-yank): Incorporate adjusting trees.
1987         (org-paste-subtree): New argument FOR-YANK which will cause
1988         insertion at point without backing up over white lines, and leave
1989         point at the end of the inserted text.  Also if the cursor is
1990         at the beginning of a headline, use the same level or the inserted
1991         tree.
1993         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1994         with broken symlinks
1996 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1998         * org-exp.el (org-export-select-tags, org-get-current-options):
1999         Fix typo.
2001 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2003         * org-agenda.el (org-format-agenda-item)
2004         (org-agenda-filter-make-matcher): Make sure tags are stored and
2005         compared donwcased.
2007 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2009         * org.el (org-insert-todo-heading): Fix bug with force-heading
2010         argument.
2012 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2014         * org-clock.el (org-clock-in-resume): Add a custom option to
2015         toggle starting the clock from an open clock line.
2016         (org-clock-in): When clocking in to an entry, if
2017         `org-clock-in-resume' is set, check if the first clock line is
2018         open and if so, start the clock from the time in the clock line.
2019         (org-clock-persist): Add a custom option to toggle clock
2020         persistence.
2021         (org-clock-persist-query-save): Add a custom option to toggle
2022         asking the user if they want to save the running clock when
2023         exiting.
2024         (org-clock-persist-query-resume): Add a custom option to toggle
2025         asking the user if they want to resume the saved clock when Emacs
2026         is restarted.
2027         (org-clock-save): Add a function to save clock data.
2028         This includes the contents of `org-clock-history' and the buffer
2029         and position of the currently clocked task, if any.
2030         (org-clock-load): Add a function to load clock data.
2031         This populates `org-clock-history', and resumes the saved clocked
2032         task if there is one.
2033         (org-clock-persistence-insinuate): Add a method to set up the
2034         hooks for clock persistence.
2036 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2038         * org-exp.el (org-export-as-ascii): Handle the case that we are
2039         publishing from an indirect buffer.
2041         * org-table.el (org-table-copy-down): Fix bug with time stamp
2042         increment.
2044         * org-mouse.el (org-mouse-features): New option.
2045         (org-mode-hook): Turn on features depending on
2046         `org-mouse-features'.
2048         * org.el (org-insert-heading-respect-content): Force heading
2049         creation.
2050         (org-insert-heading): keep the folding state of the heading before
2051         the inserted one.
2053 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2055         * org-archive.el (org-archive-to-archive-sibling): Handle top
2056         level headlines better.
2058 2008-10-21  Bastien Guerry  <bzg@altern.org>
2060         * org-export-latex.el (org-export-latex-classes): Added
2061         \usepackage{graphicx} to the default list of packages.
2063 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2065         * org-agenda.el (org-agenda-filter): Renamed from
2066         `org-agenda-filter-tags'.
2068 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2070         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2071         is not defined as a property in this entry.
2072         (org-add-log-note): Mask prefix argument when immediately storing
2073         the note.
2075         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2076         option.
2078 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2080         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2081         after drawers was skipping ahead one line too many, so notes were
2082         inserted after the first note instead of before it.
2084 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2086         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2087         New variables.
2088         (org-prepare-agenda): Reset the filter tags.
2089         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2090         Show filter tags in mode line.
2092         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2093         formatter.
2095         * org-export-latex.el (org-latex-entities-regexp): New constant.
2096         (org-export-as-pdf): Use two calls to `shell-command'.
2098 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2100         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2101         Honor the {} value of the subsuperscript setting.  Make sure that
2102         longer subsuperscripts are typeset in a roman font.
2104         * org.el (org-clock-update-time-maybe): Compute negative clock
2105         intervals correctly.
2107 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2109         * org.el (org-add-log-setup): Respect
2110         `org-log-state-notes-insert-after-drawers'.
2111         (org-log-state-notes-insert-after-drawers): New option.
2112         (org-todo-trigger-tag-changes): New function.
2113         (org-todo): Call `org-todo-trigger-tag-changes'.
2115 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2117         * org.el (org-add-log-setup): Only skip drawers if the are
2118         immediately after the scheduling keywords.
2120         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2121         function
2122         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2123         call it with the current todo state to get the state to switch to
2124         when clocking in.
2125         (org-clock-in): Use org-indent-line-function to indent clock lines.
2126         (org-clock-find-position): Fix indentation of empty clock drawers.
2128 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2130         * org-publish.el (org-publish-org-to): Handle case when
2131         org-export-to-pdf does return a file name, not a buffer.
2132         (org-publish-org-to-pdf): New function.
2134         * org-export-latex.el (org-export-as-pdf)
2135         (org-export-as-pdf-and-open): New commands.
2137         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2138         forms as ranges.
2140         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2141         things in protexted regions.
2143 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2145         * org-export-latex.el (org-export-latex-preprocess): Improve
2146         quoting of LaTeX environments.
2148 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2150         * org.el (org-edit-fixed-width-region): Exclude final newline from
2151         picture area.
2153         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2154         sections, to make internal links work.
2155         (org-export-latex-fontify-headline): Do not remove all text
2156         properties, to make sure that target properties survive this
2157         process.
2159         * org-exp.el (org-export-preprocess-string): Change sequence of
2160         modifications, to make sure links are prepared before the LaTeX
2161         conversions do happen.
2163 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2165         * org-attach.el (org-attach-delete-all): Renamed from
2166         `org-attch-delete'.  Add a security query before deleting the
2167         entire directory.  New optional argument FORCE can overrule the
2168         security query.
2169         (org-attach-delete-one): New command.
2171 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2173         * org-attach.el (org-attach-file-list): Fix bug with directory.
2175 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2177         * org.el (org-apps-regexp-alist): New function.
2178         (org-file-apps): Add auto-mode to the default value.
2179         (org-open-file): Use the new structure of org-file-apps.
2181         * org-attach.el (org-attach): Support the new keys.
2182         (org-attach-method): New option.
2184 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2186         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2187         March.
2189         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2190         of the list value o `org-use-tag-inheritance'.
2192         * org-attach.el (org-attach-auto-tag): New option.
2193         (org-attach-tag, org-attach-untag): New functions.
2194         (org-attach-attach, org-attach-new, org-attach-sync): Call
2195         `org-attach-tag'.
2196         (org-attach-delete): Call `org-attach-untag'.
2198 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2200         * org-table.el (orgtbl-self-insert-command): Make this work for
2201         the keypad as well.
2203 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2205         * org.el (org-add-log-setup): Limit searc for drawers to entry
2206         text, not to subtree.
2208         * org-clock.el (org-clock-heading-for-remember): New variable.
2209         (org-clock-in): Set `org-clock-heading-for-remember'.
2211 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2213         * org-remember.el (org-remember-apply-template): Add new
2214         expansions: %k, %K for currently clocked task and a link to the
2215         currently clocked task, and %< to file notes in the currently
2216         clocked task.
2218 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2220         * org-export-latex.el (org-export-latex-make-header): Also insert
2221         the content of the property :latex-header-extra.
2223         * org-exp.el (org-infile-export-plist): Put the content of
2224         #+LATEX_HEADER: into the property :latex-header-extra.
2226         * org-colview.el (org-columns-get-format-and-top-level): Remove
2227         resetting the marker.
2229         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2230         Remove resetting the marker.
2232         * org.el (org-entry-property-inherited-from): Improve docstring.
2233         (org-entry-get-with-inheritance): Reset marker before starting the
2234         search.
2236         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2238 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2240         * org.el (org-entry-get-multivalued-property)
2241         (org-entry-protect-space, org-entry-restore-space): New
2242         functions.
2243         (org-file-apps-defaults-macosx): Let postscript files be opened by
2244         preview.
2245         (org-time-stamp-inactive): Call `org-time-stamp'.
2246         (org-time-stamp): New argument `inactive'.  Also edit inacive
2247         stamps. Convert time stamp type.
2248         (org-open-file): Interpret the `default' value for the `command'
2249         in `org-file-apps'.
2251         * org-id.el (org-id-int-to-b36-one-digit)
2252         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2253         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2254         b36.
2256 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2258         * org-id.el (org-id-reverse-string): New function.
2259         (org-id-new): Use `org-id-reverse-string' to make sure the
2260         beginning chars of the ID are mutating fast.  This allows to use a
2261         directory structure to spread things better.
2262         (org-id-prefix): Changed default to nil.
2264         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2265         restore the column of the cursor position.
2267         * org-remember.el (org-remember-apply-template): Remove properties
2268         from `initial'.
2270 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2272         * org-wl.el (org-wl-open): Remove useless call to
2273         `wl-thread-open-all'.
2275         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2276         location.
2278 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2280         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2281         `org-bbdb-anniversaries'.
2283         * org.el (org-get-next-sibling, org-forward-same-level): New
2284         functions, similar to the outline versions, but invisible headings
2285         are OK.
2287 2008-09-25  Bastien Guerry  <bzg@altern.org>
2289         * org.el (org-auto-repeat-maybe): Insert a space between
2290         the timestamp's type and the timestamp itself.
2292 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2294         * org-table.el (org-table-sum): Do not format the result with %g,
2295         it does rounding when there are too many digits.
2297         * org.el (org-map-entries): Protect the keyword-selecting variables.
2299 2008-09-23  Bastien Guerry  <bzg@altern.org>
2301         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2302         against all agenda files.
2304 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2306         * org-list.el: New file, aggregating list functions from org.el
2307         and org-export-latex.el.
2309         * org.el (org-edit-src-region-extra): New option.
2311 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2313         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2314         time before 1am.
2316 2008-09-22  Bastien Guerry  <bzg@altern.org>
2318         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2320 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2322         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2323         hline work correctly.
2324         (org-plot/gnuplot-script): Put commas at the end of each script
2325         line.
2327 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2329         * org.el (org-get-refile-targets): Replace links with their
2330         descriptions
2331         (org-imenu-get-tree): Replace links with their descriptions.
2333         * org-remember.el (org-remember-apply-template): Add a new
2334         expansion for adding properties to remember items.
2336         * org.el (org-add-log-setup): Skip over drawers (properties,
2337         clocks etc) when adding notes.
2339         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2340         items as well as the start and end times.
2342         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2343         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2345         * org-remember.el (org-get-x-clipboard): Use the compat
2346         function to get clipboard values when x-selection-value is
2347         unavailable. Use substring-no-properties instead of
2348         set-text-properties to remove text properties from the clipboard
2349         value.
2351         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2352         modeline clock string, and display the full todo value in the
2353         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2354         the currently clocked task.
2355         (org-clock-string-limit): Add a custom value for the maximum
2356         length of the clock string in the modeline.
2357         (org-clock-mode-map): Add a keymap for the modeline string
2359 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2361         * org-compat.el (org-propertize): New function.
2363 2008-09-20  Bastien Guerry  <bzg@altern.org>
2365         * org-export-latex.el (org-export-latex-tables): protect exported
2366         tables from further special chars conversion.
2367         (org-export-latex-preprocess): Preserve LaTeX environments.
2368         (org-list-parse-list): Parse descriptive lists.
2369         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2370         (org-list-to-texinfo): Export descriptive lists.
2371         (org-quote-chars): Remove.
2372         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2373         (org-export-latex-list-beginning-re): Rename to
2374         `org-list-beginning-re'
2375         (org-list-item-begin): Rename to `org-list-item-beginning'
2377 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2379         * org.el (org-refile): Allow refiling to the last entry in the
2380         buffer.
2381         (org-get-tags-at): Fix bug when inheritance is turned off.
2383 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2385         * org.el (org-indent-line-function): No longer check for src
2386         regions, this is too much overhead.
2388         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2389         matching.
2391         * org.el (org-scan-tags): Make sure that tags matching is not case
2392         sensitive.  TODO keyword matching is case sensitive, however, to
2393         avoid confusion with similar words that are not meant to be
2394         keywords.
2396 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2398         * org.el (org-get-local-tags-at): New function.
2399         (org-get-local-tags): New function.
2401         * org-exp.el (org-export-get-categories): New function.
2403         * org-agenda.el (org-sorting-choice)
2404         (org-agenda-sorting-strategy, org-agenda-get-todos)
2405         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2406         (org-agenda-get-scheduled, org-agenda-get-blocks)
2407         (org-entries-lessp): Implement sorting by TODO state.
2408         (org-cmp-todo-state): New defsubst.
2410         * org-colview.el (org-colview-construct-allowed-dates): New
2411         function.
2412         (org-columns-next-allowed-value): Use
2413         `org-colview-construct-allowed-dates'.
2415         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2416         function.
2417         (org-columns-next-allowed-value): Use
2418         `org-colview-construct-allowed-dates'.
2420 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2422         * org.el (org-protect-slash): New function.
2423         (org-get-refile-targets): Use `org-protect-slash'.
2425         * org-agenda.el (org-global-tags-completion-table): New variable.
2427         * org-exp.el (org-export-handle-export-tags): New function.
2428         (org-export-preprocess-string): Call
2429         `org-export-handle-export-tags'.
2431         * org-plot.el: New file.
2433         * org-publish.el (org-publish-expand-components): Function removed.
2434         (org-publish-expand-projects): Allow components to have components.
2436 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2438         * org.el (org-indent-line-function): Do not indent in regions that
2439         are external source code.
2440         (org-yank-and-fold-if-subtree): New function.
2442         * org-agenda.el (org-agenda-todayp): New function.
2443         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2444         `org-agenda-todayp'.
2446         * org.el (org-insert-heading-respect-content)
2447         (org-insert-todo-heading-respect-content): New commands.
2448         (org-insert-heading-respect-content): New option.
2449         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2451         * org-clock.el (org-clock-find-position): Make sure the note after
2452         the clock line gets moved into the new clock drawer.
2454 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2456         * org-id.el (org-id-new): New option.
2458 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2460         * org-table.el (org-table-copy-down): Avoid overflow during
2461         increment.  Use prefix argument 0 to temporarily disable the
2462         increment.
2464 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2466         * org-exp.el (org-export-as-html): Do not turn on the major mode
2467         if the buffer will be killed anyway.
2468         (org-get-current-options): Exclude the #+TEXT field.
2469         (org-export-as-html): Make sure text before the first headline is
2470         a paragraph.
2472         * org-publish.el (org-publish-org-to): Tell the exporter that this
2473         buffer will be killed, so it is not necessary to do major mode
2474         initialization.
2476         * org-archive.el (org-archive-to-archive-sibling): Show empty
2477         lines after folding the archive sibling.
2479         * org.el (org-log-note-extra): New variable.
2481 2008-09-05  Bastien Guerry  <bzg@altern.org>
2483         * org.el (org-additional-option-like-keywords): Added keywords for
2484         the _QUOTE, _VERSE and _SRC environments.
2486         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2487         exporting _QUOTE and _VERSE environments.
2489 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2491         * org-agenda.el (org-agenda-filter-by-tag): New command.
2493         * org-exp.el (org-get-current-options): Remove angular brackets
2494         from the date entry.
2496         * org.el (org-edit-fixed-width-region): New function.
2497         (org-edit-fixed-width-region): Also try
2498         `org-edit-fixed-width-region'.
2499         (org-edit-fixed-width-region-mode): New option.
2500         (org-activate-code): Only interprete lines starting with colon
2501         plus a space as example lines.
2503         * org-remember.el (org-remember-templates): Add nil instead of
2504         empty strings to fix the length of remember templates.
2506         * org-table.el (org-calc-default-modes): Fix the time format for
2507         calc, from 12 hour to 24 hour clock.
2509 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2511         * org-agenda.el (org-agenda-get-deadlines)
2512         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2513         entries that are pre-warnings of deadlines or reminders.
2515         * org.el (org-sort-entries-or-items): Make numeric and alpha
2516         comparisons ignore any TODO keyword and priority cookie.
2518         * org-remember.el (org-remember-handler): Reinterpretation of the
2519         prefix argument.
2521 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2523         * org-agenda.el (org-agenda-get-scheduled): Use new
2524         `org-scheduled' face.
2526         * org-faces.el (org-scheduled): New face.
2528         * org-wl.el (org-wl-open): Remove incorrect declaration.
2530         * org-gnus.el (org-gnus-store-link): Support for :to information
2531         in gnus links.
2533         * org-exp.el (org-export-as-html): Fixed typo in creator
2534         information.
2535         (org-export-protect-examples): New parameter indent.  Insert extra
2536         spaces only when this parameter is specified.
2537         (org-export-preprocess-string): Call `org-export-protect-examples'
2538         with an indentation parameter when exporting to ASCII.
2540         * org-remember.el (org-remember-templates)
2541         (org-remember-apply-template): Allow the file component to be a
2542         function.
2544         * org.el (org-goto-local-search-headings): Renamed from
2545         `org-goto-local-search-forward-headings'.  Added the possibility
2546         to search backwards.
2548 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2550         * org-export-latex.el (org-export-latex): New customization
2551         group.
2553         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2555 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2557         * org-exp.el (org-html-do-expand): Allow {} to terminate
2558         tex macro
2560 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2562         * org.el (org-buffer-list): Select buffers based on major mode,
2563         not on file name.
2565 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2567         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2568         face property.
2570         * org-colview.el (org-columns-display-here): Use
2571         `org-columns-modify-value-for-display-function'.
2573         * org-colview-xemacs.el (org-columns-display-here): Use
2574         `org-columns-modify-value-for-display-function'.
2576 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2578         * org.el (org-columns-modify-value-for-display-function): New option.
2590         * org-publish.el (org-publish-file): Make sure the directory match
2591         for the publishing directory works correctly.
2593         * org-agenda.el (org-agenda-execute-calendar-command)
2594         (org-agenda-diary-entry): Additional optional argument.
2596 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2598         * org-exp.el (org-export-as-html): Add attributes also in mailto
2599         and ftp links.
2601         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2610 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2612         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2613         sure that calls from `org-export-region-as-html' do not do the
2614         special check for a subtree.
2616 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2618         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2620 2008-07-20  Juri Linkov  <juri@jurta.org>
2622         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2623         new keymap `narrow-map' instead of binding "\C-xns".
2625 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2627         * org.el (org-open-file): Use
2628         `org-open-directory-means-index-dot-org'.
2629         (org-open-directory-means-index-dot-org): New option.
2631 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2633         * org.el (org-make-link-string): Remove link attributes from
2634         description.
2635         (org-open-at-point): Remove link attributes bevore using the path.
2637         * org-exp.el (org-export-as-html): Handle link attributes.
2639         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2641         * org-table.el (org-table-to-lisp): New function.
2643         * org.el (org-narrow-to-subtree): Do not include the final newline
2644         into the narrowed region.
2646         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2647         bug with user-define skipping condition.
2649 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2651         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2653 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2655         * org-exp.el (org-export-html-style-default): Automatic overflow
2656         handling for pre fields.
2657         (org-export-as-ascii, org-export-as-html): Change default format
2658         for time stamp.
2660         * org-table.el (org-table-export): Offer completion for translator
2661         functions, and do not require a heading above the table.
2663         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2664         Cater for the case of a list starting in the first line of the
2665         buffer.
2667 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2669         * org-publish.el (org-publish-find-title): Bug fix.
2670         (org-publish-org-index): Implement new :index-style option.
2672 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2674         * org-publish.el (org-publish-timestamp-filename): Use
2675         SHA1-encoded file names in the timestamp directory.
2677 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2679         * org-publish.el (org-publish-needed-p): Be verbose about files
2680         published and files skipped.
2682         * org-exp.el (org-export-preprocess-string): Swap link
2683         normalization and inernal link targeting.
2685         * org-publish.el (org-publish-needed-p): Create timestamp
2686         directory when it does not exist.
2688 2008-07-04  Bastien Guerry  <bzg@altern.org>
2690         * org-clock.el (org-clock-out-when-done): Doc fix.
2692         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2694         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2695         Ignore case when searching for the COMMENT cookie at export time.
2697 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2699         * org-exp.el (org-get-file-contents)
2700         (org-get-and-remove-property): New functions.
2701         (org-export-handle-include-files): Handle the new prefix options.
2702         (org-export-as-html): Fix the verse environment.
2704 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2706         * org.el (org-time=, org-time<, org-time<=, org-time>)
2707         (org-time>=, org-time<>, org-2ft): New functions.
2708         (org-op-to-function): Also provide for the time testing fucntions.
2710 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2712         * org-exp.el (org-export-html-style-default): New constant.
2714 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2716         * org-exp.el (org-export-html-style-extra): New variable.
2717         (org-export-splice-style): New function.
2719 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2721         * org-exp.el (org-export-plist-vars, org-export-as-html):
2722         Implement `org-export-creator-info'.
2723         (org-export-creator-info): New option.
2725 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2727         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2728         (org-property-drawer-re, org-clock-drawer-re): New constants.
2730 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2732         * org-exp.el (org-icalendar-use-deadline)
2733         (org-icalendar-use-scheduled): New options.
2734         (org-icalendar-include-todo): Default changed to t.
2735         (org-print-icalendar-entries): Implement better utilization of
2736         scheduling and deadline time stamps.
2737         (org-export-target-internal-links, org-export-as-html): Allow file
2738         lines without the "file:" prefix if the file path is an absolute
2739         path or starts with ".".
2741         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2742         lastweek etc.
2743         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2745 2008-06-18  Glenn Morris  <rgm@gnu.org>
2746         * org.el (org-map-entries): Let-bind `file'.
2748 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2750         * org.el (org-agenda-skip-archived-trees): Docstring now
2751         discourages using this.
2752         (org-scan-tags): Check for org-agenda-archives-mode.
2753         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2754         (org-agenda-files): Functionality of second arg changed.
2756         * org-agenda.el (org-agenda-archives-mode): New variable
2757         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2758         (org-search-view, org-todo-list, org-tags-view)
2759         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2760         `ifmode' argument.
2761         (org-agenda-quit): Reset the archives mode.
2762         (org-agenda-archives-mode): New command.
2763         (org-agenda-set-mode-name): Include archives info.
2765 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2767         * org.el (org-paste-subtree): Make sure the yanked headline is
2768         visible if it was yanked at a visible point.
2769         (org-move-item-up): Fix the bug with moving white space at the end
2770         of the item.
2771         (org-show-empty-lines-in-parent): New function.
2773 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2775         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2777         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2779         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2780         agenda prefix as well.
2782         * org-publish.el (org-publish-org-index): Make a properly indented
2783         list.
2785         * org.el (org-calendar-agenda-action-key): New option.
2786         (org-get-cursor-date): New function.
2787         (org-mark-entry-for-agenda-action): New command.
2788         (org-overriding-default-time): New variable.
2789         (org-read-date): Respect `org-overriding-default-time'.
2791         * org-remember.el (org-remember-apply-template): Respect the
2792         ovverriding default time.
2794         * org-agenda.el (org-agenda-action-marker): New variable.
2795         (org-agenda-action): New command.
2796         (org-agenda-do-action): New function.
2798 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2800         * org.el (org-schedule, org-deadline): Protect scheduled and
2801         deadline tasks against changes that accidently remove the
2802         repeater.  Also show a message with the new date when done.
2804 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2806         * org.el (org-beginning-of-line): Cater for the case when there
2807         are tags but no headline text.
2808         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2809         it set.
2811 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2813         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2814         the return value is nil instead of "nil" when there is no match.
2816         * org-exp.el (org-insert-centered): Use fill-column instead of
2817         80.
2818         (org-export-as-ascii): Use string-width to measure the width of
2819         the heading.
2821         * org.el (org-diary-to-ical-string): No longer kill buffer
2822         FROMBUF, this is now done by the caller.
2824         * org-exp.el (org-print-icalendar-entries): Move the call to
2825         `org-diary-to-ical-string' out of the loop, and kill the buffer
2826         afterwords.
2828         * org-remember.el (org-remember-visit-immediately): Position
2829         cursor after moving to the note.
2830         (org-remember-apply-template): Use a text property to record the
2831         cursor position.
2832         (org-remember-handler): Align tags after pasting the note.
2834 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2836         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2838         * org-agenda.el (org-agenda-open-link): If there is an
2839         org-bbdb-name property in the current line, jump to that bbdb
2840         entry.
2842         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2843         text property, so that the agenda knows where this entry comes
2844         from.
2846         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2847         interaction between clocking-in from the agenda, and  automatic
2848         task state switching.
2850         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2852         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2853         zmacs-region stays after this command in XEmacs.
2855 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2857         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2859         * org-remember.el (org-remember-templates): Fix bug in
2860         customization type definition.
2862         * org.el (org-map-entries): New function.
2864 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2866         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2867         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2869 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2871         * org-remember.el (org-jump-to-target-location): New variable.
2872         (org-remember-apply-template): Set
2873         `org-remember-apply-template' if requested by template.
2874         (org-remember-handler): Start an idle timer to jump to
2875         remember location.
2877         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2879         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2880         file tags.
2881         (org-get-tags-at): Add the content of `org-file-tags'.
2883         * org-exp.el (org-export-handle-comments): Fix bug with several
2884         comment lines after each other.
2885         (org-number-to-roman, org-number-to-counter): New functions.
2886         (org-export-section-number-format): New option.
2888 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2890         * org-exp.el (org-export-protect-examples): Catch the case of a
2891         missing end_example line.
2893         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2894         `org-file-tags' to nil.
2896         * org-colview.el (org-columns-next-allowed-value): Handle next
2897         argument NTH to directly select a value.
2899         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2900         argument NTH to directly select a value.
2902 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2904         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2906 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2908         * org.el (org-columns-ellipses): New option.
2910 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2912         * org-colview.el (org-columns-add-ellipses): New function.
2913         (org-columns-compact-links): New function.
2914         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2915         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2916         when in agenda.
2917         (org-columns-edit-value): Fixed bug with editing values from
2918         agenda column view.
2919         (org-columns-redo): Also redo the agenda itself.
2921 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2923         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2924         option.
2926         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2928         * org-exp.el (org-export-ascii-preprocess): Renamed from
2929         `org-export-ascii-clean-string'.
2930         (org-export-kill-licensed-text)
2931         (org-export-define-heading-targets)
2932         (org-export-handle-invisible-targets)
2933         (org-export-target-internal-links)
2934         (org-export-remove-or-extract-drawers)
2935         (org-export-remove-archived-trees)
2936         (org-export-protect-quoted-subtrees)
2937         (org-export-protect-verbatim, org-export-protect-examples)
2938         (org-export-select-backend-specific-text)
2939         (org-export-mark-blockquote-and-verse)
2940         (org-export-remove-comment-blocks-and-subtrees)
2941         (org-export-handle-comments, org-export-mark-radio-links)
2942         (org-export-remove-special-table-lines)
2943         (org-export-normalize-links)
2944         (org-export-concatenate-multiline-links)
2945         (org-export-concatenate-multiline-emphasis): New functions,
2946         obtained from spliiting the export preprocessor.
2948         * org-table.el (org-table-recalculate): Improve error message if
2949         the row number is invalid.
2951 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2953         * org-archive.el (org-archive-save-context-info): Fix bugs in
2954         customization setup and docstring.
2956         * org-exp.el (org-export-html-style): Changed the size of in the
2957         <pre> element to 90%.
2959 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2961         * org.el (org-find-src-example-start): Function removed.
2962         (org-edit-src-find-region-and-lang): New function.
2964 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2966         * org.el (org-edit-src-exit): New function.
2967         (org-exit-edit-mode): New minor mode.
2969         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2970         comment-like lines from protected examples.
2972         * org.el (org-edit-src-example, org-find-src-example-start)
2973         (org-protect-source-example, org-edit-special): New functions.
2975 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2977         * org-publish.el (org-publish-project-alist): Fix typo in
2978         docstring.
2979         (org-publish-project-alist): Handle :index-title property.
2981 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2983         * org-export-latex.el (org-export-as-latex): Make sure region
2984         bounds are correct.  Parse subtree properties relating to export.
2986         * org-exp.el (org-export-add-options-to-plist): New function.
2987         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2989 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2991         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2992         EXPORT_TITLE.
2994         * org-exp.el (org-export-get-title-from-subtree)
2995         (org-export-as-ascii, org-export-as-html): Make sure the original
2996         region-beginning and region-end are used, even after moving
2997         point.
2998         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2999         property.
3001         * org-remember.el (org-remember-last-stored-marker): New variable.
3002         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3003         (org-remember-handler): Also use marker to remember
3004         last-stored position.
3006         * org.el (org-goto-marker-or-bmk): New function.
3008 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3010         * org.el (org-file-properties): Renamed from `org-local-properties'.
3011         (org-scan-tags): Take file tags into account.
3012         (org-tags-match-list-sublevels): Default changed to t.
3014         * org-exp.el (org-export-as-html): Close paragraph after a
3015         footnote.
3017         * org.el (org-update-parent-todo-statistics): New function.
3019         * org-exp.el (org-icalendar-store-UID): New option.
3020         (org-icalendar-force-UID): Option removed.
3021         (org-print-icalendar-entries): IMplement UIDs.
3023 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3025         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3027 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3029         * org-faces.el (org-column): Document how this face is being used
3030         and why sometimes the background faces shine through.
3032         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3034         * org-publish.el (org-publish-attachment): Create publishing
3035         directory if it does not yet exist.
3037         * org-table.el (org-calc-default-modes): Change default number
3038         format to (float 8).
3040         * org.el (org-olpath-completing-read): New function.
3041         (org-time-clocksum-format): New option.
3042         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3044         * org-clock.el (org-clock-display, org-clock-out)
3045         (org-update-mode-line): Use `org-time-clocksum-format'.
3047         * org-colview-xemacs.el (org-columns-number-to-string): Use
3048         `org-time-clocksum-format'.
3050         * org-colview.el (org-columns-number-to-string): Use
3051         `org-time-clocksum-format'.
3053 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3055         * org-id.el: New file, move from contrib to core.
3057         * org-exp.el (org-icalendar-force-UID): New option.
3059 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3061         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3062         shifted by one day if theere is a date range without an end
3063         time.
3065         * org.el (org-try-structure-completion): New function.
3067 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3069         * org.el (org-set-font-lock-defaults): Improve fontification of
3070         description lists.
3071         (org-insert-item): Handle description lists.
3072         (org-adaptive-fill-function): Improve auto indentation in
3073         description lists.
3075         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3076         Implement VERSE environment.
3077         (org-export-preprocess-string): Implement the COMMENT
3078         environment.
3080         * org-export-latex.el (org-export-latex-preprocess): Implement
3081         VERSE environment.
3083 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3085         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3086         option.
3088 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3090         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3092         * org.el (org-quote-csv-field): New functions.
3094         * org-table.el (org-table-export-default-format): Remove :splice
3095         from default format, we get the same effect by not specifying
3096         :tstart and :tend.
3097         (org-table-export): Improve setup, distinguish better between
3098         interactive and non-interactive use, allow specifying the format
3099         on the fly, better protection against wrong file names.
3100         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3101         and :tend when :splice is omitted.
3103 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3105         * org-clock.el (org-clock-select-task): Make sure the selection
3106         letters are 1-9 and A-Z, no special characters.
3108 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3110         * org-exp.el (org-export-htmlize): New group.
3111         (org-export-htmlize-output-type)
3112         (org-export-htmlize-css-font-prefix): New options.
3113         (org-export-htmlize-region-for-paste): New function.
3114         (org-export-htmlize-generate-css): New command.
3116 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3118         * org/org.el (org-modules, org-format-latex-options):
3119         * org/org-archive.el (org-archive-stamp-time)
3120         (org-archive-save-context-info):
3121         * org/org-faces.el (org-hide):
3122         * org/org-irc.el (org-irc-parse-link):
3123         * org/org-macs.el (org-call-with-arg, org-autoload):
3124         * org/org-mew.el (org-mew-store-link):
3125         * org/org-remember.el (org-remember-store-without-prompt)
3126         (org-remember-templates): Fix typos in docstrings.
3128         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3130         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3131         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3132         (org-bbdb-anniv-split): Fix typos in docstrings.
3134         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3135         (org-publish-use-timestamps-flag): Reflow docstring.
3136         (org-publish-files-alist): Fix typos in docstring.
3138 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3140         * org.el (org-set-visibility-according-to-property): New function.
3141         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3142         and compute the regular expressions, and update font-lock.
3143         (org-property-re): Allow a dash in property names.
3145         * org-archive.el (org-extract-archive-file): Insert the file name
3146         without the path into the format, to allow the location format to
3147         contain a subdirectory.
3149         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3150         of buffer, and the `org-agenda-type' property undefined, use the
3151         value from the character before.
3153         * org.el (org-add-planning-info): Don't let indentation for
3154         would-be timestamp become extra whitespace at the end of headline.
3156 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3158         * org.el (org-remove-double-quotes, org-file-contents): New
3159         functions.
3161         * org-exp.el (org-infile-export-plist): Also parse the
3162         contents of #+SETUPFILE files, recursively.
3164         * org.el (org-set-regexps-and-options): Also parse the
3165         contents of #+SETUPFILE files, recursively.
3167         * org-exp.el (org-export-handle-include-files): New function.
3168         (org-export-preprocess-string): Call
3169         `org-export-handle-include-files'.
3171         * org.el (org-delete-property-globally)
3172         (org-delete-property, org-set-property): Ignore case during
3173         completion.
3174         (org-set-property): Use `org-completing-read' instead of
3175         `completing-read'.
3177         * org.el (org-complete-expand-structure-template): New,
3178         experimental function.
3179         (org-structure-template-alist): New, experimental option.
3180         (org-complete): Call `org-complete-expand-structure-template'.
3182 2008-05-06  Bastien Guerry  <bzg@altern.org>
3184         * org-export-latex.el (org-export-latex-preprocess): Added
3185         support for blockquotes.
3187 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3189         * org.el (org-read-date-analyze): Catch the case where only a
3190         weekday is given.
3192 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3194         * org.el (org-set-font-lock-defaults): Make the description
3195         tag bold.
3197         * org-exp.el (org-export-as-html, org-close-li): Implement
3198         description lists.
3200 2008-05-04  Jason Riedy  <jason@acm.org>
3202         * org-table.el (*orgtbl-default-fmt*): New variable.
3203         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3204         when there is no other fmt available.
3206         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3207         :tend to suppress the appropriate string.
3209         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3210         table.
3212 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3214         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3215         read date.
3217         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3218         New function.
3220         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3221         New function.
3223 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3225         * org-clock.el (org-clock-find-position): Don't include notes
3226         into clock drawer.
3228         * org-archive.el (org-archive-subtree): No longer remove an
3229         extra line after cutting the subtree.  `org-cut-subtree' already
3230         takes care of this.
3232         * org-remember.el (org-remember-handler): Only kill the target
3233         buffer if it does not contain the running clock.
3235         * org.el (org-markers-to-move): New variable.
3236         (org-save-markers-in-region, org-check-and-save-marker)
3237         (org-reinstall-markers-in-region): New function.
3238         (org-move-subtree-down, org-copy-subtree): Remember relative
3239         marker positions before cutting.
3240         (org-move-subtree-down, org-paste-subtree): Restore relative
3241         marker positions after pasting.
3243         * org-remember.el (org-remember-clock-out-on-exit): New option.
3244         (org-remember-finalize): Clock out only if the setting in
3245         `org-remember-clock-out-on-exit' requires it.
3246         (org-remember-handler): Do the cleanup in the buffer, to make sure
3247         that the clock marker remains in tact.
3249 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3251         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3252         (org-clock-in): Make sure that also tasks outside the narrowed
3253         region will be clocked in correctly.
3254         (org-clock-insert-selection-line): Widen the buffer so that we can
3255         find the correct task heading.
3257         * org.el (org-base-buffer): New function.
3259         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3260         and ";" are escaped.
3261         (org-print-icalendar-entries): Also apply
3262         `org-icalendar-cleanup-string' to the headline, not only to the
3263         summary property.
3265 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3267         * org-exp.el (org-export-preprocess-hook): New hook.
3268         (org-export-preprocess-string): Call
3269         `org-export-preprocess-hook'.
3271         * org.el (org-font-lock-hook): New variable.
3272         (org-font-lock-hook): New function.
3273         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3275 ;; Local Variables:
3276 ;; coding: utf-8
3277 ;; add-log-time-zone-rule: t
3278 ;; End:
3280     Copyright (C) 2008  Free Software Foundation, Inc.
3282   This file is part of GNU Emacs.
3284   GNU Emacs is free software: you can redistribute it and/or modify
3285   it under the terms of the GNU General Public License as published by
3286   the Free Software Foundation, either version 3 of the License, or
3287   (at your option) any later version.
3289   GNU Emacs is distributed in the hope that it will be useful,
3290   but WITHOUT ANY WARRANTY; without even the implied warranty of
3291   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3292   GNU General Public License for more details.
3294   You should have received a copy of the GNU General Public License
3295   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3297 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c