Bugfix: Define variable
[org-mode.git] / lisp / ChangeLog
bloba66e70f72a5a1e3b87b57ab3c204658430e3e851
1 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-scan-tags): Improve tag inheritance.
4         (org-scan-tags, org-make-tags-matcher): Make tag comparison
5         case-sensitive.
6         (org-scan-tags): Use the internal tags list instead of creating it
7         from scratch.
9 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org.el (org-add-planning-info): Fix bug with looking for keyword
12         only at column 0.
14         * org-agenda.el (org-agenda-custom-commands-local-options): Add
15         option for tags filter preset.
16         (org-prepare-agenda): Store filter preset as a property on the
17         filter variable.
18         (org-finalize-agenda): Call the filter, if there is a preset.
19         (org-agenda-filter-by-tag): Filter again after clearing the
20         filter, when there still is a preset.
21         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22         Include the preset filter.
23         (org-agenda-redo): Apply the filter again, also the preset filter.
25         * org-exp.el (org-export-as-html): Use IDs in the correct way.
27         * org.el (org-uuidgen-p): New funtion.
29         * org-agenda.el (org-agenda-fontify-priorities): New default value
30         `cookies'.
31         (org-agenda-fontify-priorities): Renamed from
32         org-fontify-priorities.
34         * org.el (org-set-font-lock-defaults): Call
35         `org-font-lock-add-priority-faces'.
36         (org-font-lock-add-priority-faces): New function.
38         * org-faces.el: (org-set-tag-faces): New option.
39         (org-priority-faces): New variable.
41         * org-exp.el (org-export-as-html): Add a "content" div around the
42         entire content of the body tag.
43         (org-export-html-get-bibliography): New function.
44         (org-export-html-validation-link): New variable.
45         (org-export-as-html): Add validation link to exported page.
47         * org.el (org-match-sparse-tree): Renamed from
48         `org-tags-sparse-tree'.
49         (org-tags-sparse-tree): New alias.
51 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org.el (org-get-valid-level): Catch the case where the level
54         change is nil.
56         * org-clock.el (org-clock-find-position): Better indentation of
57         new clock drawers.
59 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
61         * org-agenda.el (org-agenda-quit): Delete window only when the
62         frame-setup was not `current-window'.
64         * org.el (org-tag-persistent-alist): New option.
65         (org-startup-options): Add keyword `noptag'.
66         (org-fast-todo-selection): Handle :newline correctly.
67         (org-set-tags): Handle :newline correctly.
68         (org-fast-tag-selection): Handle :newline correctly.
70 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-exp.el (org-export-as-ascii): Reverse link buffer before
73         outputting it.
74         (org-export-ascii-push-links): Fix bug with pussing links into the
75         export buffer.
77 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
79         * org-archive.el (org-archive-subtree): Do not add 1 to level if
80         pasting at top level.
82         * org-bbdb.el: Improve documentation.
84 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
86         * org-list.el (org-insert-item): Only consider insert empty lines
87         is `org-empty-line-terminates-plain-lists' is not nil.
89         * org.el (org-blank-before-new-entry): Mention the dependence on
90         `org-empty-line-terminates-plain-lists' in the docstring.
92         * org-publish.el (org-publish-get-project-from-filename): New
93         optional argument UP.  Only find the top project if UP is set.
94         (org-publish-current-project): Find the top encloding project.
96         * org-agenda.el (org-agenda-before-write-hook)
97         (org-agenda-add-entry-text-maxlines): New options.
98         (org-write-agenda): Run the new hook in the temporary buffer.
99         (org-agenda-add-entry-text): New function.
100         (org-write-agenda): Implement PDF export, using ps2pdf.
102         * org.el (org-global-properties-fixed, org-global-properties):
103         Improve documentation string.
105         * org-exp.el (org-export-ascii-links-to-notes): New option.
106         (org-export-as-ascii): Handle links better.
107         (org-export-ascii-wrap, org-export-ascii-push-links): New
108         functions.
110 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org-agenda.el (org-agenda): Make prefix arg optional.
113         (org-agenda-search-headline-for-time): New option.
114         (org-format-agenda-item): Honor
115         `org-agenda-search-headline-for-time'.
117         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
118         characters.
120         * org.el (org-self-insert-cluster-for-undo): New option.
121         (org-self-insert-command): Cluster undo for 20 characters.
122         (org-self-insert-command-undo-counter): New variable.
124 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org-exp.el (org-export-as-html): Fix problem with closing colone
127         example.
129 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
131         * org-export-latex.el (org-export-as-latex)
132         (org-export-latex-first-lines): Avoid modification flag when
133         adding or removing text properties.
134         (org-export-latex-fontify): Catch error when org-emph-alist has
135         entries that are not defined for LaTeX export.
137         * org.el (orgstruct++-mode): New function.
138         (turn-on-orgstruct++): Call `orgstruct++-mode'.
139         (org-context-p): Allow detecting item context after the first line
140         of an item.
141         (orgstruct-make-binding): Detect if item-body context should be
142         seen.
143         (orgstruct-is-++): New variable.
144         (org-add-planning-info): Catch the case when there is no planning
145         info yet and the call does not want to add anything, only maybe
146         tries to remove something.
147         (org-special-ctrl-a/e): All value to be a cons cell with separate
148         settings for `C-a. and `C-e'.
149         (org-beginning-of-line, org-end-of-line): Honor separate values
150         for `C-a' and `C-e'.
152 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org.el (org-reload): New command.
156 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
158         * org-exp.el (org-export-htm-get-tag-class-name)
159         (org-export-htm-get-todo-kwd-class-name): New functions.
160         (org-export-html-tag-class-prefix)
161         (org-export-html-todo-kwd-class-prefix): New options.
162         (org-export-as-html): Call
163         `org-export-html-get-todo-kwd-class-name'.
164         (org-html-level-start): Wrap tags into classes.
165         (org-export-html-get-tag-class-name)
166         (org-export-html-get-todo-kwd-class-name): New functions.
168         * org-export-latex.el (org-export-latex-collect-header-macros):
169         Remove fields that are used anyway.
170         (org-export-latex-make-header): Insert the options earlier.
172         * org-agenda.el (org-agenda-get-progress): Fix bug with state
173         matching.
175         * org-list.el (org-indent-item): Allow point to be at the end of
176         the region.
178         * org.el (org-metaleft, org-metaright): Be more accurate about
179         detecting a region where commands apply.
181         * org-compat.el (org-cursor-to-region-beginning): New function.
183         * org.el (org-priority): Also find invisible heading.
185         * org-colview-xemacs.el (org-columns-edit-value): No special
186         treatment for `org-todo' prefix.
188         * org-colview.el (org-columns-edit-value): No special treatment
189         for `org-todo' prefix.
191         * org-remember.el (org-remember-apply-template): Use
192         `org-completing-read-no-ido'.
194         * org.el (org-completing-read-no-ido): New function.
195         (org-make-tags-matcher, org-set-property): Use
196         `org-completing-read-no-ido'.
198         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
199         New option.
200         (org-export-as-latex): Import in-buffer settings as TeX macros.
201         (org-export-latex-make-header): Additional parameter OPT-DEFS.
202         (org-export-latex-collect-header-macros): New function.
204         * org.el (org-refile-get-location): Turn off
205         `partial-completion-mode'.
207 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org.el (org-block-todo-from-checkboxes): Announce that
210         checkboxes are the culprit.
211         (org-block-todo-from-children-or-siblings): Call
212         `org-up-heading-all instead' of `outline-up-heading'.
214         * org-agenda.el (org-agenda-show-1): Renamed from
215         `org-agenda-show'.
216         (org-agenda-show): Re-install the old version for now.
217         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
218         variable into the blokker hook, so that the checkbox checker can
219         anounce that it caused the blocking.
221         * org.el (org-track-ordered-property-with-tag): New option.
222         (org-toggle-ordered-property): Honor
223         `org-track-ordered-property-with-tag'.
224         (org-tag-alist): Add newline options.
225         (org-set-regexps-and-options): Separate option lines imply a
226         newline.
227         (org-set-regexps-and-options, org-assign-fast-keys)
228         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
229         option.
230         (org-indent-line-function): Make sure this works even if there is
231         not `org-drawer-regexp' defined.  This can happen when
232         orgstruct-mode is used in a non-org buffer.
234         * org-list.el (org-checkbox-blocked-p): New function.
235         (org-toggle-checkbox): Check for blocking.
237         * org.el (org-modules): Add an entry for org-R.el.
239         * org-agenda.el (org-agenda-todo-ignore-with-date)
240         (org-agenda-todo-ignore-scheduled)
241         (org-agenda-todo-ignore-deadlines): Mention the variable
242         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
244         * org.el (org-get-wdays): Find the warning period also if it is in
245         the wrong place.
246         (org-ido-completing-read): Provide the correct arguments to
247         ido-completing-read and bind `ido-enter-matching-directory' to
248         nil.
250 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org.el (org-olpath-completing-read): Never use ido for this
253         one.
255         * org-exp.el (org-export-normalize-links): Use new macro.
257         * org-macs.el (org-if-unprotected-at): New macro.
259         * org-agenda.el (org-agenda-show): Allow numerical prefix
260         arguments to specify how much context should be shown.
261         (org-agenda-cycle-show): New command, could be bound to SPC in
262         org-agenda-mode-map.
264         * org-exp.el (org-html-level-start): Space after section number.
266 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org-agenda.el (org-agenda-get-sexps): Add todo state as
269         property, for sorting.
270         (org-cmp-todo-state): Get the applicable TODO keywords directly
271         from the buffer.
272         (org-run-agenda-series, org-agenda-list, org-search-view)
273         (org-todo-list, org-tags-view): Only fit agenda window when the
274         whole series is done.
276         * org.el (org-scan-tags): Add todo state as property, for sorting.
278         * org-agenda.el (org-agenda-custom-commands-local-options): Add
279         `org-agenda-overriding-header' as an option.
280         (org-agenda-list): Honor org-agenda-overriding-header'.
282 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
284         * org-list.el (org-toggle-checkbox): Improve cursor positioning
285         after removing a checkbox.
287         * org.el (org-show-entry): Make this work correctly also if it is
288         the last entry in the file.
289         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
290         falling back to normal, default command.
291         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
292         item, call the checkbox toggler to get a box.
294         * org-list.el (org-toggle-checkbox): Make double prefix set the
295         checkbox to "[-]".
296         (org-fix-bullet-type): Only replace bullet it it is changed.
297         (org-renumber-ordered-list): Handle case when first item does not
298         have a number.
300         * org.el (org-add-log-setup): Fix positioning when
301         `org-log-states-order-reversed' is nil.
303         * org-clock.el (org-clock-in): Fix positioning when
304         `org-log-states-order-reversed' is nil.
305         (org-clock-find-position): Fix positioning when
306         `org-log-states-order-reversed' is nil.
308 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
310         * org-clock.el (org-clock-into-drawer): Take default from
311         `org-log-into-drawer'.
312         (org-clock-find-position): Look for the correct drawer.
314         * org.el (org-log-into-drawer): Renamed from
315         `org-log-state-notes-into-drawer'.
316         (org-log-state-notes-into-drawer): New variable alias.
317         (org-add-log-setup): Make drawer name default to LOGBOOK, not
318         CLOCK.
319         (org-insert-property-drawer): Also skip LOGBOOK drawers.
321 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
323         * org-agenda.el (org-agenda): Fix docstring.
325         * org.el ("org-plot"): Help loading org-plot.
326         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
327         (org-metadown-hook, org-shiftmetaleft-hook)
328         (org-shiftmetaright-hook, org-shiftmetaup-hook)
329         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
330         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
331         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
332         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
334         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
335         for selecting files with any (and even without) extension.
337         * org.el (org-save-all-org-buffers): Also save id locations.
338         (org-revert-all-org-buffers): Also load id locations.
340 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org.el (org-drawers): Add LOGBOOK to the default drawers.
342         (org-log-state-notes-into-drawer): New option.
343         (org-add-log-setup): Place the sate note marker into the drawer,
344         create drawer when necessary.
345         (org-refile-targets): Document special interpretation of LEVEL
346         when odd-levels are used.
348 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
350         * org.el (org-store-log-note): Fix note indentation when adding
351         notes to end of list.
353         * org-exp.el (org-export-as-html): Add TODO keyword as extra
354         class, so that each keyword can get special colors through CSS.
356         * org-clock.el (org-clock-out): Add another nil for the previous
357         state into the call to `org-add-log-setup'.
359         * org.el (org-log-note-previous-state): New variable.
360         (org-log-note-headings): New %S escape for old state.
361         (org-todo): Call the note setup with the old state as an
362         argument.
363         (org-add-note): Add another nil for the previous state into the
364         call to `org-add-log-setup'.
365         (org-add-log-setup): New argument PREV-STATE.
366         (org-add-log-note): Handle new %S escape.
367         (org-store-log-note): Handle new %S escape.
369 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org-clock.el (org-clock-find-position): Do not swallow an item
372         less indented than the CLOCK line itself.
373         (org-clock-in): Push markers to lin after the clock line.
374         (org-clock-find-position): Handle values of
375         `org-clock-into-drawer' smaller than 2.
377         * org-exp.el (org-html-level-start): Add a CSS class to section
378         numbers.
379         (org-export-html-toplevel-hlevel): Better documentation of the
380         influence of this variables on H levels and css classes in
381         export.
383 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org-agenda.el (org-agenda-custom-commands-local-options): Add
386         timestamp and nottimestamp to the chooe menu.
388         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
389         (org-revert-all-org-buffers): New command.
391 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
393         * org.el (org-return): Implement `org-return-follows-link' in the
394         function org-return.  This is more robust than using the mouse
395         map, I think.
396         (org-set-regexps-and-options): Match more general #+TODO lines.
397         (org-make-options-regexp): New optional argument EXTRA, for an
398         extra regexp.
399         (org-tab-follows-link): Mark as deprecated.
401 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-exp.el (org-export-preprocess-string): Remove clock lines
404         earlier, so that they cannot cotribute to verbatim snippets.
406 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
409         for finding drawers.
410         (org-export-as-ascii, org-export-as-html): Count levels relative
411         to the subtree header.
412         (org-get-min-level): New optional argument OFFSET.
413         (org-export): Make sure point is restored after popping up that
414         window.
416         * org.el (org-do-sort): Also take an inactive timestamp if no
417         active one is found.
419         * org-colview-xemacs.el (org-columns-capture-view): Copy before
420         deleting duplicates.
422         * org-colview.el (org-columns-capture-view): Copy before
423         deleting duplicates.
425         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
426         text before first headline.
428         * org.el (org-format-latex): Do not convert LaTeX fragments in
429         protected examples.
431 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-exp.el (org-export-html-style-default): Use color values
434         instead of names for XHTML validation.
436         * org.el (org-get-scheduled-time, org-get-deadline-time): New
437         functions.
438         (org-return-follows-link): Revert making this the default untile
439         issues are resolved.
441         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
442         nottimestamp.
444 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org.el (org-mode): Make dependence stuff work more reliably.
447         (org-update-parent-todo-statistics): Fix bug with updating
448         statistics cookie.
450         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
451         ~ as verbatim delimiters.
453         * org-exp.el (org-export-html-format-image): New argument
454         PAR-OPEN.
455         (org-export-as-html): Pass par-open to
456         `org-export-html-format-image'.
458 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
461         (org-use-fast-todo-selection, org-tags-column): New default
462         setting for variables, based on a poll what typical uses use.
464         * org-agenda.el (org-agenda-sorting-strategy)
465         (org-agenda-tags-column): New default setting for variables, based
466         on a poll what typical uses use.
468 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
471         blocked entries from setting the blocked tag.
473         * org-exp.el (org-export-html-footnotes-section): Use a more
474         consistent id for footnotes.
476         * org-export-latex.el (org-export-latex-classes): Remove the
477         a4paper option from the default styles.
479 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
481         * org.el (org-enforce-todo-checkbox-dependencies): New option.
482         (org-block-todo-from-checkboxes): New function.
483         (org-todo): Make tripple prefix arg circumvent blocking.
485         * org-timer.el (org-timer): Provide the timer feature.
487         * org.el (org-require-autoloaded-modules): Add a few more files to
488         the list of autoloaded modules.
490         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
492 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
495         drawers that are unprotected.
496         (org-export-html-format-image): Make sure inlined LaTeX fragment
497         images remain inlined.
499         * org.el (org-toggle-ordered-property): New function.
500         (org-mode-map): Add a key for `org-toggle-ordered-property'.
501         (org-org-menu): Add menu entries for TODO dependencies.
503 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org.el (org-default-properties): Add ORDERED to the default
506         properties, to get completion support for it.
508         * org-list.el (org-update-checkbox-count): Update more than one cookie.
510         * org.el (org-update-parent-todo-statistics): Update more than one
511         cookie.
513         * org-agenda.el (org-agenda-get-todos): Start search from correct
514         position.
516         * org.el (org-fast-todo-selection): Make sure TODO selection does
517         not change buffer position.
519         * org-list.el (org-toggle-checkbox): Implement adding or removing
520         checkboxes from line or region when called with a prefix
521         argument.
523         * org-rmail.el (org-rmail-store-link): Protect the call to
524         `rmail-narrow-to-non-pruned-header'.
526         * org-clock.el (org-clock-special-range): Fix week display in
527         clock tables.
529         * org-exp.el (org-get-current-options): Fix bug when in indirect
530         buffer.
532 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
535         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
536         (org-agenda-dim-blocked-tasks): New function.
538         * org.el (org-enforce-todo-dependencies): New option.
539         (org-block-todo-from-children-or-siblings): New function.
541         * org-faces.el (org-agenda-dimmed-todo-face): New face.
543         * org.el (org-todo): Return correct state type even if the blocker
544         throws an error.
545         (org-modifier-cursor-error): Renamed from
546         `org-shiftcursor-error'.
547         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
548         (org-shiftmetadown): Call `org-modifier-cursor-error'.
550         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
551         to get real errors from the blocker hook.
553         * org.el (org-shiftselect-error, org-call-for-shift-select): New
554         functions.
555         (org-set-visibility-according-to-property): Turn off the setting
556         of `org-show-entry-below', to avoid overruling a FOLDED visibility
557         property.
559 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
561         * org.el (org-support-shift-select): New option.
562         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
563         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
564         selection outside contexts.
566         * org-list.el (org-at-item-bullet-p): New function.
568         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
569         variables.
571         * org-footnote.el (org-footnote-normalize): Remove unnecessary
572         variable.
573         (org-insert-footnote-reference-near-definition): Remove
574         unnecessary let form.
576         * org-export-latex.el (org-export-latex-first-lines): Add
577         OPT-PLIST parameter.
578         (org-export-as-latex): Call `org-export-latex-first-lines' with
579         opt-plits parameter.
580         (org-export-latex-preprocess): Remove unnecessary variables.
582         * org-exp.el (org-infile-export-plist)
583         (org-export-add-options-to-plist, org-export-kill-licensed-text)
584         (org-export-remove-headline-metadata)
585         (org-export-get-title-from-subtree, org-get-min-level)
586         (org-html-do-expand): Remove innecessary let form.
588         * org-colview-xemacs.el (org-columns-display-here): Remove
589         unnecessary variables.
591         * org-colview.el (org-columns-display-here): Remove unnecessary
592         variables.
594         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
595         variables.
597         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
598         unnecessary variables.
600         * org-agenda.el (org-search-view, org-agenda-get-blocks)
601         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
602         variables.
604         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
605         (org-compact-display-after-subtree-move): Remove unnecessary
606         variables.
607         (org-edit-fixed-width-region): Remove unnecessary variables.
608         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
609         (org-olpath-completing-read): Remove unnecessary variable.
610         (org-auto-repeat-maybe): Remove unnecessary variable.
611         (org-map-entries): Remove unnecessary variable.
612         (org-buffer-property-keys, org-imenu-get-tree)
613         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
615 -----------------------------------------------------------------
617 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org-exp.el (org-export-remove-timestamps): Never remove
619         timestamps from tables.
621         * org-export-latex.el (org-export-latex-first-lines): Add more
622         options to the preprocessing of the text before the first
623         headline.
625 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-faces.el (org-clock-overlay): Make face compatible with
628         XEmacs.
630         * org.el (org-yank): Add property for delete-selection mode.
632         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
634         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
635         variable.
637         * org-table.el (org-table-insert-hline): Fix typo in fuction call
638         to `backward-char'.
640         * org-exp.el (org-export-as-html): Remove the initial space from
641         colon examples.
643         * org.el (org-scan-tags): Call
644         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
646         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
647         customization groups.
648         (org-agenda-tags-todo-honor-ignore-options): New option.
649         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
650         New function.
651         (org-agenda-get-todos): Use
652         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
654 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-exp.el (org-export-format-source-code-or-example): Escape
657         HTML characters also in examples that anre not treated with
658         htmlize.  Also, just switch to EXAMPLE processing if we do not
659         have a good version of htmlize.
661         * org-rmail.el: Fix copyright notice.
663         * org.el (org-activate-footnote-links): Improve footnote link
664         highlighting.
666         * org-footnote.el (org-footnote-normalize): Fix finding the end of
667         a footnote definition at the end of the file.
669         * org-table.el (org-table-get-specials): Add an imagined hline at
670         the end of the table.  This can be useful for references that want
671         to go to the end of the table.  Also fix bug when computing last
672         row constants, in tables that do not start right at the right
673         margin.
674         (org-table-eval-formula): Match and replace remove references.
675         (org-table-formula-substitute-names): Make sure that names inside
676         a "remote" call are left alone, the will be replaced later when
677         the remote call is handled.
678         (org-table-convert-refs-to-rc): Do not convert things that might
679         look like a reference, but are really part of an ID or namei n a
680         remote reference.
681         (org-table-get-remote-range): New function.
683 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-faces.el (org-clock-overlay): Fix bug in face definition.
687         * org-clock.el (org-clock-put-overlay): Use new face instead of
688         `secondary-selection'.
690         * org-faces.el (org-clock-overlay): New face.
692 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-exp.el (org-get-current-options): Include the option for
695         publishing time stamps.
697         * org.el (org-toggle-heading): Renamed from
698         `org-toggel-region-headings'.
699         No longer needs a region defined, but will use it if there is one.
700         (org-ctrl-c-star): Simplified, relying more on the internal
701         workings of `org-toggle-heading'.
702         (org-toggle-item): Renamed from `org-toggle-region-items'.
703         No longer needs a region defined, but will use it if there is one.
704         (org-ctrl-c-minus): Simplified, relying more on the inernal
705         workings of `org-toggle-item'.
707         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
708         environment detection.  Also, do real changes only in unprotected
709         places.
711 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
713         * org-export-latex.el (org-export-latex-quotation-marks): Use
714         `org-if-unprotected-1'.
715         (org-export-latex-set-initial-vars): Check for class definition in
716         property.
718         * org-macs.el (org-if-unprotected-1): New macro.
720 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
722         * org-compat.el (org-count-lines): New function.
724         * org-exp.el (org-export-format-source-code-or-example): Handle
725         switches related to text areas.
727         * org.el (org-activate-footnote-links): Don't allow match inside a
728         link.
730         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
732         * org-export-latex.el (org-export-latex-links): Keep a relative
733         path relative also after export.
735         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
737         * org.el (org-make-tags-matcher): Never use IDO for completing the
738         tags matcher match string.
739         (org-completing-read): Also remove the special biding for "?".
741         * org-attach.el (org-attach-allow-inheritance): New option.
742         (org-attach-inherited): New variable.
743         (org-attach-dir): Handle properties related to the attachment
744         directory.
745         (org-attach-check-absolute-path): New function.
746         (org-attach-set-directory, org-attach-set-inherit): New commands.
747         (org-attach): Accommodate the new commands in the dispatcher.
749 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
751         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
752         `window-full-width-p'.
754         * org-exp.el (org-export-as-html): Only check for images files
755         that really can be inlined
757         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
758         list of extensions to be a parameter.
760         * org-exp.el (org-export-html-inline-image-extensions): New
761         variable.
763         * org-agenda.el (org-prepare-agenda): Use
764         `org-agenda-block-separator'.
765         (org-agenda-block-separator): New option.
767 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
769         * org-export-latex.el (org-export-latex-tables): Call
770         `org-table-clean-before-export' with the new optional argument.
772         * org-exp.el (org-table-clean-before-export): New optional
773         parameter MAYBE-QUOTED, allows for quoted characters like \# in
774         first column.
776 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
778         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
779         histograms.
781         * org-colview.el (org-colview-construct-allowed-dates): Better
782         error catching when a date/time property does not have allowed
783         values defined.
785         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
786         Better error catching when a date/time property does not have
787         allowed values defined.
789 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
791         * org.el (org-map-entries): Restore point and restriction after
792         `org-map-entries'.
794 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
796         * org.el (org-time=, org-time<, org-time<=, org-time>)
797         (org-time>=, org-time<>): Make sure both values are dates.
799 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
801         * org-archive.el (org-extract-archive-heading): Allow %s for file
802         name also in achive location heading.
804 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org-archive.el (org-add-archive-files): Uniquify the list before
807         returning it.
809 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org-compat.el (org-fit-window-to-buffer): Use
812         `window-full-width-p'.
814         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
815         space after the colon in short examples.
817         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
818         enforce a space after the colon.  However, we also allow lines
819         that are *only* a colon.
820         (org-export-as-html): Enforce the space after the colon in short
821         examples.
822         (org-export-preprocess-string): Do the colon example protection
823         earlier.
824         (org-export-remove-timestamps): Do not check for protection at the
825         end of the line.
827 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
829         * org.el (org-format-latex-options): Add new matcher for single
830         letters between dollars.
831         (org-get-header): Function removed.
832         (org-heading-components): New function.
834         * org-exp.el (org-export-define-heading-targets): Record ID's also
835         as alternative targets.
836         (org-export-as-html): Interpret "id:" links to other files by
837         preserving the relative path.
839         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
840         is nil.
842         * org-exp.el (org-export-normalize-links): Protect the main link,
843         to avoid special character processing.
845         * org-export-latex.el (org-export-latex-special-keyword-regexp):
846         New variable.
847         (org-export-latex-special-string-regexps): Variable removed.
848         (org-export-latex-keywords): Use the new regexp.
850         * org-exp.el (org-export-handle-include-files): Fetch switches and
851         put them into the BEGIN statement.
853         * org-timer.el (org-timer-mode-line-string): New variable.
855         * org-clock.el (org-clock-mode-line-map): Renamed from
856         `org-clock-mode-map'.
857         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
858         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
859         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
860         (org-clock-remove-overlays): Renamed from
861         `org-remove-clock-overlays'.
863         * org-timer.el (org-timer-pause-or-continue): Implement stopping
864         and mode line display.
865         (org-timer-stop): New command.
866         (org-timer-seconds): Return correct time when timer is paused.
867         (org-timer-mode-line-timer): New variable.
868         (org-timer-set-mode-line, org-timer-update-mode-line): New
869         functions.
871         * org.el (org-insert-heading):  Handle new value `auto' for
872         `org-blank-before-new-entry'.
873         (org-org-menu): Add new items for timer functions.
875         * org-list.el (org-insert-item): Handle new value `auto' for
876         `org-blank-before-new-entry'.
878         * org.el (org-blank-before-new-entry): New value `auto', made
879         default.
881 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-exp.el (org-export-normalize-links): If the link is also
884         used as the description, protect the description.
886 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
888         * org.el (org-closest-date): Fix bug with yearly repeats, in
889         combination with preference of the past as it is used for deadline
890         and scheduling search.
892         * org-exp.el (org-html-handle-time-stamps): No longer check for
893         the `org-export-with-timestamps' option, because the preprocesser
894         has taken care of this already.
896         * org.el (org-entry-properties): Catch the case when this is
897         called in a non-org-mode file.
899         * org-export-latex.el (org-export-latex-remove-from-headlines):
900         Variable made obsolete, also LaTeX export now uses the standard
901         variables.
902         (org-export-as-latex): Add the timestamps parameter to the
903         preprocessor parameter list.
904         (org-export-latex-content): Export the remaining keywords without
905         considering to remove them.
906         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
907         Use bold font instead of tt font for the keywords.
908         (org-export-latex-fontify-headline): Format headlines, assuming
909         that all keywords still present should be published.
910         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
911         publish what ever remains of the time stamps.
912         (org-export-latex-list-parameters): New option.
913         (org-export-latex-lists): Pass additional parameters to the list
914         converter.
916         * org-exp.el (org-export-preprocess-string): Remove clock lines
917         and timestamps already in the preprocesor.
918         (org-export-remove-timestamps, org-export-remove-clock-lines): New
919         functions.
920         (org-export-as-ascii, org-export-as-html): Add the timestamps
921         parameter to the preprocessor parameter list.
923         * org-list.el (org-list-parse-list): Parse for checkboxes.
924         (org-list-to-generic): Introduce and handle new parameters :cbon
925         and :cboff.
926         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
927         optional parameter PARAMS.
929         * org-export-latex.el (org-export-latex-special-chars): Fix
930         problems with interpreting dollar signs.
931         (org-inside-latex-math-p): New function.
932         (org-export-latex-preprocess): Protect all the math fragments.
934         * org.el (org-latex-regexps): Allow a dash after a dollar.
936         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
937         mark after copying.
939         * org-agenda.el (org-run-agenda-series): Have series options set
940         when finalizing the agenda.
942         * org-exp.el (org-export-format-source-code-or-example): Protect
943         the converted examples.
945         * org.el (org-set-regexps-and-options): Fix the regexp
946         `org-complex-heading-regexp'.
948 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
950         * org.el (org-edit-src-get-label-format): New function.
951         (org-coderef-label-format): New option.
952         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
953         a label format specification and make sure it is used in the edit
954         buffer.
955         (org-edit-src-get-label-format): New function.
956         (org-store-link): Handle new coderef formats.
957         (org-link-search): Handle new coderef formats.
959         * org-footnote.el (org-footnote-create-definition)
960         (org-footnote-goto-local-insertion-point): Make footnote insertion
961         work correctly when the "Footnotes" headline is the last line in
962         the buffer.
964         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
965         the location.
967 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
969         * org-w3m.el (org-w3m): New customization group.
970         (org-w3m-deactivate-mark): New option.
971         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
972         option say not to.
974 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
976         * org.el (org-set-font-lock-defaults): Trigger footnote
977         fontification.
978         (org-activate-footnote-links): New function.
979         (org-activate-links): New entry `footnote'.
981         * org-faces.el (org-footnote): New face.
983 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org-macs.el (org-re): Handle the [:word:] class.
987         * org-exp.el (org-export-preprocess-string): Call
988         `org-export-protect-colon-examples'.
989         (org-export-protect-colon-examples): Renamed from
990         `org-export-protect-examples', and scope limited to lines starting
991         with a colon.
993 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
995         * org-exp.el (org-export-preprocess-string): Move the preprocess
996         hook to after turning on Org-mode.
997         (org-export-preprocess-after-include-files-hook)
998         (org-export-preprocess-after-tree-selection-hook)
999         (org-export-preprocess-before-backend-specifics-hook)
1000         (org-export-preprocess-final-hook): New hooks.
1001         (org-export-preprocess-string): Run the new hooks.
1003         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1005         * org-footnote.el: New file.
1007         * org.el (org-footnote): Require footnote code.
1008         (org-startup-options): Add new footnote options.
1009         (org-mode-map): New keybindig for footnotes.
1010         (org-ctrl-c-ctrl-c): Add function at footnotes.
1011         (org-org-menu): New menu entries for footnotes.
1013         * org-export-latex.el (org-export-as-latex): Pass footnote
1014         variable to preprocessor.
1015         (org-export-latex-preprocess): Treat multiple references to a
1016         footnote.
1018         * org-exp.el (org-export-preprocess-string): Call
1019         `org-footnote-normalize'.
1020         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1021         to preprocessor.
1022         (org-export-as-html): Treat multiple references to a footnote.
1024 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-export-latex.el (org-export-latex-links): Handle coderef
1027         links.
1029         * org.el (org-bracket-link-analytic-regexp++): New variable.
1030         (org-make-link-regexps): Initialize
1031         `org-bracket-link-analytic-regexp++'.
1032         (org-store-link): Implement special case in edit-src buffer.
1033         (org-insert-link): No use of ide to insert stored links.
1034         (org-link-search): Implement special case for coderefs.
1036         * org-exp.el (org-export-html-scripts): New constant.
1037         (org-export-html-style-default): Add a new style for highlighted
1038         code.
1039         (org-export-code-refs): New variable.
1040         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1041         Call `org-export-replace-src-segments-and-examples'
1042         No longer call `org-export-protect-examples'.
1043         (org-export-target-internal-links): Take care of coderef targets.
1044         (org-export-last-code-line-counter-value): New variable.
1045         (org-export-replace-src-segments-and-examples): Renamed from
1046         `org-export-replace-src-segments', and modified.
1047         (org-export-format-source-code-or-example): Renamed from
1048         `org-export-format-source-code'.
1049         (org-export-number-lines): New function.
1050         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1052 --------------------------------------------------------------------------
1054 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1056         * org-remember.el (org-remember-handler): Safer way to get a new
1057         buffer accessing the target file.
1059         * org.el (org-refile-get-location): Handle case of current buffer
1060         not having a file associated with it.
1062 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1064         * org-table.el (org-table-get-formula): Only ask to overwrite
1065         field formula if there really is one.
1067         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1068         number, by converting these to a string.
1070         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1071         located in a different file.
1073         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1074         org-colview.el.
1076 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1078         * org.el (org-completion-use-ido): Enhance docstring of
1079         `org-completion-use-ido'.
1081         * org-export-latex.el (org-export-latex-make-header): Double the %
1082         in the time stamp format.
1083         (org-export-latex-special-chars): Handle case where there is no
1084         match group 3.
1086 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1088         * org.el (org-get-refile-targets, org-refile-get-location): Use
1089         expanded file name to improve comparison.
1091 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org.el (org-scan-tags): Rescan for tags, to get the correct
1094         upcase/downcase stuff.  This slows things down for now, but it
1095         works.
1096         (org-mode): Make sure the tag-faces regexp is initialized.
1098         * org-export-latex.el (org-export-latex-links): Fix bug with
1099         undefined label.
1101         * org-table.el (org-table-get-specials): Set
1102         `org-table-current-last-data-line'.
1103         (org-table-current-last-data-line): New variable.
1104         (org-table-insert-column, org-table-delete-column)
1105         (org-table-move-column, org-table-fix-formulas): Call
1106         `org-table-fix-formulas' a second time to fix the $LR references.
1107         (org-table-get-specials): Add the $LR references to the tables.
1108         (org-table-get-formula): Do not offer last-row names as LHS of
1109         formulas.
1111         * org.el (org-store-link): Capture link description from
1112         `org-id-store-link'.
1114         * org-exp.el (org-export-html-format-image): Add the / to the end
1115         of the <img> tag.
1116         (org-export-format-source-code): Surround example by empty lines,
1117         to make sure it will not be inside a paragraph.
1119         * org.el (org-ido-switchb): New function.
1121 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org-agenda.el (org-agenda-show): New prefix argument
1124         FULL-ENTRY.
1126         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1127         argument.
1129         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1130         `org-agenda-change-all-lines'.
1131         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1132         tags are now retrieved locally.
1134 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1136         * org.el (org-get-outline-path): Fix bug if level is not given.
1137         (org-org-menu): Do not quote function in menu vector.
1139         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1140         name.
1142 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org.el (org-refile): Avoid refiling to within the region to be
1145         refiled.
1147         * org-export-latex.el (org-export-latex-special-chars): Replace
1148         special characters also in tables.
1150         * org-agenda.el (org-agenda-change-all-lines): New argument
1151         FORCE-TAGS.
1152         (org-agenda-set-tags): Cet the new tags and pass them to
1153         `org-format-agenda-item'.
1155 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1157         * org-export-latex.el (org-export-latex-classes): Add longable as
1158         a default package to all classes.
1159         (org-export-latex-tables): Handle the longtable attribute and the
1160         align attribute.
1162         * org-table.el (orgtbl-to-generic): Handle tables that start with
1163         a hline.
1165         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1166         \verb for colde-like snippets.
1167         (org-export-as-latex): Fix issues with region export.
1169         * org.el (org-up-heading-safe): Speed up function by using a
1170         direct regexp search.
1171         (org-olpa): New variable.
1172         (org-get-outline-path): Speed-up path constructions in cases where
1173         this is possible because the entire hierarchy is scanned anyway.
1174         (org-refile-get-location): Don't compare the truenames of files,
1175         this is too slow.
1176         (org-goto-max-level): New option.
1177         (org-goto): Use `org-goto-max-level'.
1179 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1181         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1182         Strip angle brackets from message-ids in the former and don't do
1183         it in the latter.
1184         (org-gnus-follow-link): Open summary reliable, even if the last
1185         messages were deleted, and handle empty groups, too.
1187 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1189         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1190         instead of \texttt for the =...= and ~===~ emphasis environments.
1191         (org-export-as-latex): Remove any old :org-license-to-kill text
1192         properties.
1193         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1194         (org-export-latex-make-header): Add some hard space after the
1195         table of contents.
1196         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1197         exported text so that it will be excuded in further steps.
1199         * org-table.el (org-table-get-specials): Make @0 reference the
1200         last line in a table.
1201         (org-table-recalculate): Improve docstring.
1203 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1205         * org.el (org-log-done): Fix docstring.
1207 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org-exp.el (org-export-html-format-image): Fix bugs.
1211         * org-export-latex.el (org-export-latex-tables)
1212         (org-export-latex-links): Implement attribute, label, and caption
1213         handling.
1215         * org-exp.el (org-export-html-style-default): Add style
1216         definitions for the figure div.
1217         (org-export-preprocess-string, org-export-as-html): Implement
1218         attribute, label, and caption handling.
1219         (org-export-attach-captions-and-attributes): New function.
1220         (org-export-html-format-image): New function.
1221         (org-format-org-table-html): Implement attribute, label, and
1222         caption handling.
1224         * org.el (org-find-text-property-in-string): New function.
1225         (org-extract-attributes): Use the property org-attr instead of
1226         org-attrobutes, because this property is now set with the #+ATTR
1227         lines.
1229 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1231         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1232         the case that FROM is nil.
1234         * org.el (org-before-first-heading-p): New function.
1236 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1238         * org-exp.el (org-export-as-html): Do not add a space before
1239         enforces line breaks.
1240         (org-export-as-html): Close paragraph before blockquote and verse
1241         tags.
1243 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1245         * org-id.el (org-id-locations-file): Wrap file name with
1246         `convert-standard-filename'.
1247         (org-id-files): New variable.
1248         (org-id-use-hash): New option.
1249         (org-id-update-id-locations): Also search in all files current
1250         listed in `org-id-files'.  Convert the resulting alist to a hash
1251         if the user customation says so.
1252         (org-id-locations-save): Handle he case if `org-id-locations' is a
1253         hash.
1254         (org-id-locations-load): Convert the alist to a hash.
1255         (org-id-add-location): Handle the hast case.
1256         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1257         exited.
1258         (org-id-hash-to-alist, org-id-alist-to-hash)
1259         (org-id-paste-tracker): New functions.
1261 -------------------------------------------------------------------------
1263 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1266         bindings of calendar variables.
1268         * org-table.el (org-table-find-row-type): Renamed from
1269         `org-find-row-type'.
1270         (org-table-rewrite-old-row-references): Renamed from
1271         `org-rewrite-old-row-references'.
1272         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1273         (org-table-cleanup-narrow-column-properties): Renamed from
1274         `org-cleanup-narrow-column-properties'.
1276 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1279         for better error messages.
1280         (org-table-get-descriptor-line): Supply the new arguments to
1281         `org-find-row-type'.
1282         (org-table-error-on-row-ref-crossing-hline): New option.
1284         * org.el (org-target-link-regexp): Make buffer-local.
1285         (org-move-subtree-down): Fix bug with trees at beginning of
1286         buffer.
1288 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-faces.el (org-set-tag-faces): New function.
1291         (org-tags-special-faces-re): New variable.
1293         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1295         * org-faces.el (org-tag-faces): New option.
1296         (org-tag): Mention `org-tag-faces' in the docstring.
1298 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1300         * org-exp.el (org-export-html-style-default): Implement new
1301         quoting.
1303         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1305         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1306         command to the `w3m-minor-mode-map'.
1308         * org-archive.el (org-archive-to-archive-sibling): Protect
1309         `this-command' to avoid appending kills during archiving.
1311         * org-exp.el (org-export-with-priority): New variable.
1312         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1313         instead of internal list of strings and properties.
1314         (org-print-icalendar-entries): Retrieve the location property with
1315         inheritance.
1317 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-exp.el (org-export-with-todo-keywords): New option.
1320         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1321         line.
1322         (org-default-export-plist, org-export-add-options-to-plist)
1323         (org-export-as-ascii, org-export-as-html): Use the new structure
1324         of `org-export-plist-vars'.
1326         * org.el (org-map-entries): Return all values.
1328 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org.el (org-matcher-time): Recognize more special values.
1332         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1334 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1336         * org.el (org-tags-exclude-from-inheritance): New option.
1337         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1338         `org-tags-exclude-from-inheritance'.
1340         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1341         (org-format-agenda-item): Add inherited tags to the agenda line
1342         string, and make sure that properties are kept when downcasing the
1343         tags list.
1344         (org-agenda-add-inherited-tags): New function.
1345         (org-downcase-keep-props): New function.
1347         * org.el (org-scan-tags): Mark inherited tags with a text
1348         property.
1349         (org-get-tags-at): Mark inherited tags with a text property.
1350         (org-add-prop-inherited): New function.
1352         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1353         (org-agenda-show-inherited-tags): New option.
1355 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org.el (org-modules): Add org-w3m to the default modules.
1359         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1360         orgtbl-mode.
1361         (orgtabl-create-or-convert-from-region): New command.
1363         * org-exp.el (org-export-as-ascii): Remove the handling of
1364         targets.
1365         (org-export-ascii-preprocess): Handle targets already in this
1366         function.
1368 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1370         * org-timer.el (org-timer-start-time): Define this variable.
1371         (org-timer-item): Make argument optional.
1373         * org-list.el (org-insert-item): Automatically insert a timer item
1374         if the current list is a timer list.
1376         * org-timer.el: New file.
1378         * org-publish.el (org-publish-org-index): Only exclude the index
1379         file in the main directory from being added to the site-map.
1380         (org-publish-get-project-from-filename): If the current project is
1381         a component, start publishing from the parent project.
1383 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1387         * org-publish.el (org-publish-org-index): Improve removal of
1388         temporary buffers.
1390         * org-agenda.el (org-get-closed): Re-apply changes
1391         accidentially overwritten by last commit to Emacs.
1393         * org.el (org-outline-path-complete-in-steps): New option.
1394         (org-refile-get-location): Honor
1395         `org-outline-path-complete-in-steps'.
1396         (org-agenda-change-all-lines, org-tags-sparse-tree)
1397         (org-time-string-to-absolute, org-small-year-to-year)
1398         (org-link-escape): Re-apply changes accidentially overwritten
1399         by last commit to Emacs.
1401 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1403         * org-clock.el (org-dblock-write:clocktable): Make sure the
1404         clocktable sees the first line.
1405         (org-clock-in): Warn if the clock cannot be resumed.
1407 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1409         * org.el (org-open-at-point): Fix mixup about interactive and
1410         non-interactive elisp links.
1412 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1414         * org-exp.el (org-export-preprocess-string): Allow one comment
1415         line before the first headline to always be included.  This is
1416         to not miss a commented target.
1418         * org-mouse.el (org-mouse-insert-item): Call
1419         `org-indent-to-column' instead of `indent-to', for XEmacs
1420         compatibility.
1422         * org.el (org-refile-targets): Fix customize definition so
1423         that it works also in XEmacs.
1424         (org-fixup-indentation): Call `org-indent-to-column' instead
1425         of `indent-to', for XEmacs compatibility.
1427 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1429         * org-mew.el (org-mew-store-link): Get the correct case folder
1430         for refiled messages.
1432 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1434         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1435         line break indicators.
1437         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1438         ido-completion propts.
1440 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org-remember.el (org-remember-apply-template): Use
1443         `org-substring-no-properties'.
1445         * org-compat.el (org-substring-no-properties): New function.
1447         * org-remember.el (org-remember-apply-template): Use
1448         `org-substring-no-properties' for compatibility.
1450         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1451         option.
1452         (org-fix-bullet-type): respect
1453         `org-list-two-spaces-after-bullet-regexp'.
1455         * org-clock.el (org-clock-load): Clean up the code.
1457         * org.el (org-adaptive-fill-function): Allow two spaces after
1458         "1." as a list bullet.
1460 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1462         * org-clock.el (org-clock-save, org-clock-load): Check for
1463         live buffers, existing files, and buffer file names to ensure
1464         consistent information.
1465         (org-clock-persist): Make `clock' a special value of this
1466         variable, and improve docstring.
1468         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1469         (org-get-string-indentation): Adapt indentation when the bullet
1470         width changes.
1472 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-remember.el (org-remember-finalize): Make interactive.
1475         (org-remember-kill): New command.
1476         (org-remember-finish-immediately): Call `org-remember-finalize'
1477         directly.
1478         (org-remember-finalize): Make `org-remember-finalize' an interactive
1479         function.
1481 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1483         * org-remember.el (org-remember-apply-template): No ido completion
1484         for free prompts in remember templates.
1485         (org-remember-before-finalize-hook): New hook.
1486         (org-remember-mode): New minor mode.
1487         (org-remember-apply-template): Turn on `org-remember-mode'.
1489         * org-id.el (org-id-add-location): Avoid error when no file is
1490         given.
1492         * org-remember.el (org-remember-apply-template): Fix the way how
1493         the list of allowed properties is retrieved from the target file.
1495         * org.el (org-insert-link): Improve file link matching.
1497 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1499         * org-colview.el (org-columns-display-here): New argument
1500         DATELINE, to trigger using the new face.
1501         (org-agenda-colview-summarize): Call `org-columns-display-here'
1502         with the new argument.
1504         * org-faces.el (org-agenda-column-dateline): New face.
1506         * org-publish.el (org-publish-org-index): Use index-title at page
1507         title, not as section.
1509         * org-exp.el (org-export-html-format-desc): Respect the
1510         org-protect property.
1511         (org-export-as-html): Protect image specifiers that are in the
1512         description part of a link.
1514         * org.el (org-sort-entries-or-items, org-completing-read)
1515         (org-refile-get-location, org-olpath-completing-read, org-todo)
1516         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1517         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1518         (org-set-property, org-delete-property)
1519         (org-delete-property-globally): Use `org-ido-completing-read'.
1521         * org-remember.el (org-remember-apply-template): Use
1522         `org-ido-completing-read'.
1524         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1526         * org-colview.el (org-columns-edit-value, org-columns-new)
1527         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1529         * org-colview-xemacs.el (org-columns-edit-value)
1530         (org-columns-new, org-insert-columns-dblock): Use
1531         `org-ido-completing-read'.
1533         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1534         `org-ido-completing-read'.
1536         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1537         `org-ido-completing-read'.
1539         * org.el (org-time-today): New function.
1540         (org-matcher-time): Use `org-time-today'.  Add special treatment
1541         for "<tomorrow>" and "<yesterday>".
1542         (org-ido-completing-read): New function.
1543         (org-completion-use-ido): New option.
1545         * org-exp.el (org-export-format-source-code): Fix bug in require
1546         htmlize code.
1547         (org-export-target-internal-links): Fix bug in search for text
1548         property.
1550 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1552         * org-export-latex.el (org-export-latex-subcontent): Interprete
1553         target aliases as additonal labels.
1555         * org-exp.el (org-export-target-aliases): New variable.
1556         (org-export-preprocess-string)
1557         (org-export-handle-invisible-targets): Fill the alias alist.
1558         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1559         assign an id.
1560         (org-html-level-start): Insert the target aliases as additonal
1561         anchors.
1563         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1564         picture area.
1566 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1569         when following a link with the mouse from the agenda.
1571         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1572         headlines are created.
1574 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1576         * org-exp.el (org-export-preprocess-string): Reorder so that we
1577         can still see ID properties when we collect targets.
1578         (org-export-target-internal-links): Also store targets for ID's.
1580         * org.el (org-link-translation-function): New option.
1581         (org-open-at-point): Call `org-link-translation-function' if
1582         non-nil.
1583         (org-translate-link): New function.
1584         (org-translate-link-from-planner): New function.
1585         (org-open-at-point): Allow interactive commands in elisp links.
1587         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1588         iCalendar quoting.  The new one seems to caus problems with
1589         applications.
1591         * org.el (org-yank): Set `this-command' to `yank', so that
1592         `yank-pop' will work.
1594 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1596         * org-id.el (org-id-search-archives): New option.
1598         * org.el (org-link-to-org-use-id): New option.
1599         (org-store-link): Use `org-link-to-org-use-id'.
1600         (org-id): Make org-id.el a standard component.
1602 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1604         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1605         hexified version of the tag.
1607         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1608         compliance as far as quoting is concerned.
1610         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1612         * org.el (org-up-heading-safe, org-forward-same-level): Always
1613         call `org-back-to-heading' instead of `outline-back-to-heading'.
1614         (org-back-to-heading): New wrapper around outline-back-to-heading,
1615         with a useful error message telling where the error happened.
1617         * org-list.el (org-update-checkbox-count): Always call
1618         `org-back-to-heading' instead of `outline-back-to-heading'.
1620         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1621         has an `alt' attribute, to ensure XHTML validation.
1623 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org-publish.el (org-publish-attachment): Allow publishing to
1626         overwrite attachment files.
1628         * org-agenda.el (org-agenda-timerange-leaders): New option.
1629         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1631         * org.el (org-edit-src-exit): Untabify ASCII image before
1632         returning.
1645 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org.el (org-yank): Make any prefix force normal yanking.
1648         Suppress folding if text would be swallowed into a folded
1649         subtree.
1650         (org-yank-folded-subtrees, org-yank): Docstring updates.
1652         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1653         defined as 0.
1655         * org-exp.el (org-export-language-setup): Add Catalan and
1656         Esperanto language entries.
1658 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1660         * org.el (org-refile): Allow refiling of entire regions.
1662         * org-clock.el (org-clock-time%): New function.
1664         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1665         retrieve property values.
1667 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1669         * org-agenda.el (org-agenda-list): Handle the value `only' of
1670         org-agenda-show-log'.
1671         (org-agenda-log-mode): Interpret a double prefix arg.
1673 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1675         * org-exp.el (org-export-html-footnotes-section): New variable.
1676         (org-export-as-html): Use `org-export-html-footnotes-section' to
1677         insert the footnotes.
1678         (org-export-language-setup): Add "Footnotes" to language words.
1680 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1682         * org.el (org-yank): Fix bug when not inserting a subtree.
1684 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1687         instead of `vm-beginning-of-message'.
1689         * org.el (org-make-link-regexps): Make sure that links to gnus can
1690         contain brackets.
1692 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1694         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1695         code.
1697         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1698         shell output.
1700         * org.el (org-link-abbrev-alist): Improve customization type.
1702         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1703         functions.
1705         * org-agenda.el (org-agenda-get-progress): Renamed from
1706         `org-get-closed'.  Implement searching for state changes as well.
1707         (org-agenda-log-mode-items): New option.
1708         (org-agenda-log-mode): New option prefix argument, interpreted as
1709         request to show all possible progress info.
1710         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1711         `org-get-closed'.
1712         (org-agenda-set-mode-name): Handle the more complex log mode
1713         settings.
1714         (org-get-closed): New alias, pointing to `org-get-progress'.
1716 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1718         * org.el (org-file-apps-defaults-gnu)
1719         (org-file-apps-defaults-macosx)
1720         (org-file-apps-defaults-windowsnt): Add an entry defining the
1721         system command.
1722         (org-file-apps): Allow `system' as key and value.
1723         (org-open-at-point): Explain the effect of a double prefix arg.
1724         (org-open-file): If the argument `in-emacs' is (16),
1725         i.e. corresponding to a double prefix argument, try to open the
1726         file externally.
1728 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1730         * org.el (org-insert-link): Abbreviate absolute files names in
1731         links.  Also, fix a bug in which the double C-u prefix would not
1732         be honored.
1734 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1736         * org.el (org-insert-heading): If buffer does not end with a
1737         newline, add one if necessary to insert headline correctly.
1739         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1740         paragraphs, not inside.
1742         * org.el (org-todo): Quote
1743         `org-agenda-headline-snapshot-before-repeat'.
1745         * org-exp.el (org-export-as-html): Fully process link descriptions.
1746         (org-export-html-format-desc): New function.
1747         (org-export-as-html): Collect footnotes into the correct basket.
1748         (org-html-protect): No longer protect quotations marks here, this
1749         goes wrong.
1751         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1752         BEG.
1754         * org-compat.el (org-fit-window-to-buffer): New function (not
1755         really, a preliminary and incomplete version was present earlier,
1756         but not used).
1758         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1759         `org-fit-window-to-buffer'.
1761         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1763         * org-agenda.el (org-agenda-get-restriction-and-command)
1764         (org-fit-agenda-window, org-agenda-convert-date): Use
1765         `org-fit-window-to-buffer'.
1767         * org-exp.el (org-export-as-html): Process href links through
1768         `org-export-html-format-href'.
1769         (org-export-html-format-href): New function.
1771         * org-agenda.el (org-agenda-todo): Update only the current
1772         headline if this is a repeated TODO, marked done for today.
1773         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1774         only the current line.
1776         * org.el (org-todo): Take a snapshot of the headline if the
1777         repeater might change it.
1779 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1781         * org-publish.el (org-publish-find-title): Remove buffers visited
1782         only for extracting the title.
1784         * org-exp.el (org-export-html-style)
1785         (org-export-html-style-default): Mark style definitions as
1786         unparsed CDATA.
1788         * org-publish.el (org-publish-validate-link): Function
1789         re-introduced.
1791 2008-11-02  Charles Sebold  <csebold@gmail.com>
1793         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1794         property.
1795         (org-plot-quote-timestamp-field): New function.
1796         (org-plot-quote-tsv-field): Call timestamp field function when
1797         necessary rather than just quoting as a string.
1798         (org-plot/gnuplot-to-data): Pass in timefmt property.
1799         (org-plot/gnuplot-script): Supports timefmt property.
1800         (org-plot/gnuplot): Checks for timestamp column before checking
1801         for text index column.
1803 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1805         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1807         * org-publish.el (org-publish-org-index): Create a section in the
1808         index file.
1809         (org-publish-org-index): Stop linking to directories.
1811         * org.el (org-emphasis-alist): Use span instead of <u> to
1812         underline text.
1814         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1815         <pre> sections.
1817 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1819         * org-jsinfo.el (org-infojs-template): Remove language attribute
1820         from script tag.
1822 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1824         * org-agenda.el (org-agenda-remove-marked-text): New function.
1825         (org-agenda-mark-filtered-text)
1826         (org-agenda-unmark-filtered-text): New functions.
1827         (org-write-agenda): Remove fltered text.
1829         * org.el (org-make-tags-matcher): Give access to TODO "property"
1830         without speed penalty.
1832 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1834         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1835         option.
1836         (org-store-link-props): Make sure adding to the plist works
1837         correctly.
1839         * org-gnus.el (org-gnus-no-new-news): New function.
1840         (org-gnus-follow-link): Allow the article ID to be a message-id,
1841         in addition to allowing article numbers.  Message IDs make much
1842         more roubust links.
1843         (org-gnus-store-link): Use message-id to create link.
1845 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1847         * org.el (org-emphasize): Reverse the selection array.
1848         (org-emphasis-alist): Set <code> tags for the verbatim
1849         environment.
1851         * org-remember.el (org-remember-handler): Fix bug with
1852         prefix-related changing of the note storage target.
1854         * org-exp.el (org-print-icalendar-entries): Make the exported
1855         priorities compatible with RFC 2445.
1857         * org-clock.el (org-clock-save): Insert time stamp without
1858         dependence on time-stamp.el.
1860 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1862         * org.el ("saveplace"): If saveplace puts point into an invisible
1863         location, make it visible.
1864         (org-make-tags-matcher): Allow inactive time stamps in time
1865         comparisons.
1866         (org-yank-adjusted-subtrees): New option.
1867         (org-yank): Incorporate adjusting trees.
1868         (org-paste-subtree): New argument FOR-YANK which will cause
1869         insertion at point without backing up over white lines, and leave
1870         point at the end of the inserted text.  Also if the cursor is
1871         at the beginning of a headline, use the same level or the inserted
1872         tree.
1874         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1875         with broken symlinks
1877 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1879         * org-exp.el (org-export-select-tags, org-get-current-options):
1880         Fix typo.
1882 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1884         * org-agenda.el (org-format-agenda-item)
1885         (org-agenda-filter-make-matcher): Make sure tags are stored and
1886         compared donwcased.
1888 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1890         * org.el (org-insert-todo-heading): Fix bug with force-heading
1891         argument.
1893 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1895         * org-clock.el (org-clock-in-resume): Add a custom option to
1896         toggle starting the clock from an open clock line.
1897         (org-clock-in): When clocking in to an entry, if
1898         `org-clock-in-resume' is set, check if the first clock line is
1899         open and if so, start the clock from the time in the clock line.
1900         (org-clock-persist): Add a custom option to toggle clock
1901         persistence.
1902         (org-clock-persist-query-save): Add a custom option to toggle
1903         asking the user if they want to save the running clock when
1904         exiting.
1905         (org-clock-persist-query-resume): Add a custom option to toggle
1906         asking the user if they want to resume the saved clock when Emacs
1907         is restarted.
1908         (org-clock-save): Add a function to save clock data.
1909         This includes the contents of `org-clock-history' and the buffer
1910         and position of the currently clocked task, if any.
1911         (org-clock-load): Add a function to load clock data.
1912         This populates `org-clock-history', and resumes the saved clocked
1913         task if there is one.
1914         (org-clock-persistence-insinuate): Add a method to set up the
1915         hooks for clock persistence.
1917 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1919         * org-exp.el (org-export-as-ascii): Handle the case that we are
1920         publishing from an indirect buffer.
1922         * org-table.el (org-table-copy-down): Fix bug with time stamp
1923         increment.
1925         * org-mouse.el (org-mouse-features): New option.
1926         (org-mode-hook): Turn on features depending on
1927         `org-mouse-features'.
1929         * org.el (org-insert-heading-respect-content): Force heading
1930         creation.
1931         (org-insert-heading): keep the folding state of the heading before
1932         the inserted one.
1934 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1936         * org-archive.el (org-archive-to-archive-sibling): Handle top
1937         level headlines better.
1939 2008-10-21  Bastien Guerry  <bzg@altern.org>
1941         * org-export-latex.el (org-export-latex-classes): Added
1942         \usepackage{graphicx} to the default list of packages.
1944 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1946         * org-agenda.el (org-agenda-filter): Renamed from
1947         `org-agenda-filter-tags'.
1949 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1951         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1952         is not defined as a property in this entry.
1953         (org-add-log-note): Mask prefix argument when immediately storing
1954         the note.
1956         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1957         option.
1959 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1961         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1962         after drawers was skipping ahead one line too many, so notes were
1963         inserted after the first note instead of before it.
1965 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1967         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1968         New variables.
1969         (org-prepare-agenda): Reset the filter tags.
1970         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1971         Show filter tags in mode line.
1973         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1974         formatter.
1976         * org-export-latex.el (org-latex-entities-regexp): New constant.
1977         (org-export-as-pdf): Use two calls to `shell-command'.
1979 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1981         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1982         Honor the {} value of the subsuperscript setting.  Make sure that
1983         longer subsuperscripts are typeset in a roman font.
1985         * org.el (org-clock-update-time-maybe): Compute negative clock
1986         intervals correctly.
1988 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1990         * org.el (org-add-log-setup): Respect
1991         `org-log-state-notes-insert-after-drawers'.
1992         (org-log-state-notes-insert-after-drawers): New option.
1993         (org-todo-trigger-tag-changes): New function.
1994         (org-todo): Call `org-todo-trigger-tag-changes'.
1996 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1998         * org.el (org-add-log-setup): Only skip drawers if the are
1999         immediately after the scheduling keywords.
2001         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2002         function
2003         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2004         call it with the current todo state to get the state to switch to
2005         when clocking in.
2006         (org-clock-in): Use org-indent-line-function to indent clock lines.
2007         (org-clock-find-position): Fix indentation of empty clock drawers.
2009 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2011         * org-publish.el (org-publish-org-to): Handle case when
2012         org-export-to-pdf does return a file name, not a buffer.
2013         (org-publish-org-to-pdf): New function.
2015         * org-export-latex.el (org-export-as-pdf)
2016         (org-export-as-pdf-and-open): New commands.
2018         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2019         forms as ranges.
2021         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2022         things in protexted regions.
2024 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2026         * org-export-latex.el (org-export-latex-preprocess): Improve
2027         quoting of LaTeX environments.
2029 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2031         * org.el (org-edit-fixed-width-region): Exclude final newline from
2032         picture area.
2034         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2035         sections, to make internal links work.
2036         (org-export-latex-fontify-headline): Do not remove all text
2037         properties, to make sure that target properties survive this
2038         process.
2040         * org-exp.el (org-export-preprocess-string): Change sequence of
2041         modifications, to make sure links are prepared before the LaTeX
2042         conversions do happen.
2044 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2046         * org-attach.el (org-attach-delete-all): Renamed from
2047         `org-attch-delete'.  Add a security query before deleting the
2048         entire directory.  New optional argument FORCE can overrule the
2049         security query.
2050         (org-attach-delete-one): New command.
2052 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2054         * org-attach.el (org-attach-file-list): Fix bug with directory.
2056 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2058         * org.el (org-apps-regexp-alist): New function.
2059         (org-file-apps): Add auto-mode to the default value.
2060         (org-open-file): Use the new structure of org-file-apps.
2062         * org-attach.el (org-attach): Support the new keys.
2063         (org-attach-method): New option.
2065 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2067         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2068         March.
2070         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2071         of the list value o `org-use-tag-inheritance'.
2073         * org-attach.el (org-attach-auto-tag): New option.
2074         (org-attach-tag, org-attach-untag): New functions.
2075         (org-attach-attach, org-attach-new, org-attach-sync): Call
2076         `org-attach-tag'.
2077         (org-attach-delete): Call `org-attach-untag'.
2079 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2081         * org-table.el (orgtbl-self-insert-command): Make this work for
2082         the keypad as well.
2084 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2086         * org.el (org-add-log-setup): Limit searc for drawers to entry
2087         text, not to subtree.
2089         * org-clock.el (org-clock-heading-for-remember): New variable.
2090         (org-clock-in): Set `org-clock-heading-for-remember'.
2092 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2094         * org-remember.el (org-remember-apply-template): Add new
2095         expansions: %k, %K for currently clocked task and a link to the
2096         currently clocked task, and %< to file notes in the currently
2097         clocked task.
2099 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2101         * org-export-latex.el (org-export-latex-make-header): Also insert
2102         the content of the property :latex-header-extra.
2104         * org-exp.el (org-infile-export-plist): Put the content of
2105         #+LATEX_HEADER: into the property :latex-header-extra.
2107         * org-colview.el (org-columns-get-format-and-top-level): Remove
2108         resetting the marker.
2110         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2111         Remove resetting the marker.
2113         * org.el (org-entry-property-inherited-from): Improve docstring.
2114         (org-entry-get-with-inheritance): Reset marker before starting the
2115         search.
2117         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2119 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2121         * org.el (org-entry-get-multivalued-property)
2122         (org-entry-protect-space, org-entry-restore-space): New
2123         functions.
2124         (org-file-apps-defaults-macosx): Let postscript files be opened by
2125         preview.
2126         (org-time-stamp-inactive): Call `org-time-stamp'.
2127         (org-time-stamp): New argument `inactive'.  Also edit inacive
2128         stamps. Convert time stamp type.
2129         (org-open-file): Interpret the `default' value for the `command'
2130         in `org-file-apps'.
2132         * org-id.el (org-id-int-to-b36-one-digit)
2133         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2134         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2135         b36.
2137 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2139         * org-id.el (org-id-reverse-string): New function.
2140         (org-id-new): Use `org-id-reverse-string' to make sure the
2141         beginning chars of the ID are mutating fast.  This allows to use a
2142         directory structure to spread things better.
2143         (org-id-prefix): Changed default to nil.
2145         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2146         restore the column of the cursor position.
2148         * org-remember.el (org-remember-apply-template): Remove properties
2149         from `initial'.
2151 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2153         * org-wl.el (org-wl-open): Remove useless call to
2154         `wl-thread-open-all'.
2156         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2157         location.
2159 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2161         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2162         `org-bbdb-anniversaries'.
2164         * org.el (org-get-next-sibling, org-forward-same-level): New
2165         functions, similar to the outline versions, but invisible headings
2166         are OK.
2168 2008-09-25  Bastien Guerry  <bzg@altern.org>
2170         * org.el (org-auto-repeat-maybe): Insert a space between
2171         the timestamp's type and the timestamp itself.
2173 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2175         * org-table.el (org-table-sum): Do not format the result with %g,
2176         it does rounding when there are too many digits.
2178         * org.el (org-map-entries): Protect the keyword-selecting variables.
2180 2008-09-23  Bastien Guerry  <bzg@altern.org>
2182         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2183         against all agenda files.
2185 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2187         * org-list.el: New file, aggregating list functions from org.el
2188         and org-export-latex.el.
2190         * org.el (org-edit-src-region-extra): New option.
2192 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2194         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2195         time before 1am.
2197 2008-09-22  Bastien Guerry  <bzg@altern.org>
2199         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2201 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2203         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2204         hline work correctly.
2205         (org-plot/gnuplot-script): Put commas at the end of each script
2206         line.
2208 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2210         * org.el (org-get-refile-targets): Replace links with their
2211         descriptions
2212         (org-imenu-get-tree): Replace links with their descriptions.
2214         * org-remember.el (org-remember-apply-template): Add a new
2215         expansion for adding properties to remember items.
2217         * org.el (org-add-log-setup): Skip over drawers (properties,
2218         clocks etc) when adding notes.
2220         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2221         items as well as the start and end times.
2223         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2224         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2226         * org-remember.el (org-get-x-clipboard): Use the compat
2227         function to get clipboard values when x-selection-value is
2228         unavailable. Use substring-no-properties instead of
2229         set-text-properties to remove text properties from the clipboard
2230         value.
2232         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2233         modeline clock string, and display the full todo value in the
2234         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2235         the currently clocked task.
2236         (org-clock-string-limit): Add a custom value for the maximum
2237         length of the clock string in the modeline.
2238         (org-clock-mode-map): Add a keymap for the modeline string
2240 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2242         * org-compat.el (org-propertize): New function.
2244 2008-09-20  Bastien Guerry  <bzg@altern.org>
2246         * org-export-latex.el (org-export-latex-tables): protect exported
2247         tables from further special chars conversion.
2248         (org-export-latex-preprocess): Preserve LaTeX environments.
2249         (org-list-parse-list): Parse descriptive lists.
2250         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2251         (org-list-to-texinfo): Export descriptive lists.
2252         (org-quote-chars): Remove.
2253         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2254         (org-export-latex-list-beginning-re): Rename to
2255         `org-list-beginning-re'
2256         (org-list-item-begin): Rename to `org-list-item-beginning'
2258 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2260         * org.el (org-refile): Allow refiling to the last entry in the
2261         buffer.
2262         (org-get-tags-at): Fix bug when inheritance is turned off.
2264 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2266         * org.el (org-indent-line-function): No longer check for src
2267         regions, this is too much overhead.
2269         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2270         matching.
2272         * org.el (org-scan-tags): Make sure that tags matching is not case
2273         sensitive.  TODO keyword matching is case sensitive, however, to
2274         avoid confusion with similar words that are not meant to be
2275         keywords.
2277 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2279         * org.el (org-get-local-tags-at): New function.
2280         (org-get-local-tags): New function.
2282         * org-exp.el (org-export-get-categories): New function.
2284         * org-agenda.el (org-sorting-choice)
2285         (org-agenda-sorting-strategy, org-agenda-get-todos)
2286         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2287         (org-agenda-get-scheduled, org-agenda-get-blocks)
2288         (org-entries-lessp): Implement sorting by TODO state.
2289         (org-cmp-todo-state): New defsubst.
2291         * org-colview.el (org-colview-construct-allowed-dates): New
2292         function.
2293         (org-columns-next-allowed-value): Use
2294         `org-colview-construct-allowed-dates'.
2296         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2297         function.
2298         (org-columns-next-allowed-value): Use
2299         `org-colview-construct-allowed-dates'.
2301 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2303         * org.el (org-protect-slash): New function.
2304         (org-get-refile-targets): Use `org-protect-slash'.
2306         * org-agenda.el (org-global-tags-completion-table): New variable.
2308         * org-exp.el (org-export-handle-export-tags): New function.
2309         (org-export-preprocess-string): Call
2310         `org-export-handle-export-tags'.
2312         * org-plot.el: New file.
2314         * org-publish.el (org-publish-expand-components): Function removed.
2315         (org-publish-expand-projects): Allow components to have components.
2317 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2319         * org.el (org-indent-line-function): Do not indent in regions that
2320         are external source code.
2321         (org-yank-and-fold-if-subtree): New function.
2323         * org-agenda.el (org-agenda-todayp): New function.
2324         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2325         `org-agenda-todayp'.
2327         * org.el (org-insert-heading-respect-content)
2328         (org-insert-todo-heading-respect-content): New commands.
2329         (org-insert-heading-respect-content): New option.
2330         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2332         * org-clock.el (org-clock-find-position): Make sure the note after
2333         the clock line gets moved into the new clock drawer.
2335 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2337         * org-id.el (org-id-new): New option.
2339 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2341         * org-table.el (org-table-copy-down): Avoid overflow during
2342         increment.  Use prefix argument 0 to temporarily disable the
2343         increment.
2345 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2347         * org-exp.el (org-export-as-html): Do not turn on the major mode
2348         if the buffer will be killed anyway.
2349         (org-get-current-options): Exclude the #+TEXT field.
2350         (org-export-as-html): Make sure text before the first headline is
2351         a paragraph.
2353         * org-publish.el (org-publish-org-to): Tell the exporter that this
2354         buffer will be killed, so it is not necessary to do major mode
2355         initialization.
2357         * org-archive.el (org-archive-to-archive-sibling): Show empty
2358         lines after folding the archive sibling.
2360         * org.el (org-log-note-extra): New variable.
2362 2008-09-05  Bastien Guerry  <bzg@altern.org>
2364         * org.el (org-additional-option-like-keywords): Added keywords for
2365         the _QUOTE, _VERSE and _SRC environments.
2367         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2368         exporting _QUOTE and _VERSE environments.
2370 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2372         * org-agenda.el (org-agenda-filter-by-tag): New command.
2374         * org-exp.el (org-get-current-options): Remove angular brackets
2375         from the date entry.
2377         * org.el (org-edit-fixed-width-region): New function.
2378         (org-edit-fixed-width-region): Also try
2379         `org-edit-fixed-width-region'.
2380         (org-edit-fixed-width-region-mode): New option.
2381         (org-activate-code): Only interprete lines starting with colon
2382         plus a space as example lines.
2384         * org-remember.el (org-remember-templates): Add nil instead of
2385         empty strings to fix the length of remember templates.
2387         * org-table.el (org-calc-default-modes): Fix the time format for
2388         calc, from 12 hour to 24 hour clock.
2390 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2392         * org-agenda.el (org-agenda-get-deadlines)
2393         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2394         entries that are pre-warnings of deadlines or reminders.
2396         * org.el (org-sort-entries-or-items): Make numeric and alpha
2397         comparisons ignore any TODO keyword and priority cookie.
2399         * org-remember.el (org-remember-handler): Reinterpretation of the
2400         prefix argument.
2402 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2404         * org-agenda.el (org-agenda-get-scheduled): Use new
2405         `org-scheduled' face.
2407         * org-faces.el (org-scheduled): New face.
2409         * org-wl.el (org-wl-open): Remove incorrect declaration.
2411         * org-gnus.el (org-gnus-store-link): Support for :to information
2412         in gnus links.
2414         * org-exp.el (org-export-as-html): Fixed typo in creator
2415         information.
2416         (org-export-protect-examples): New parameter indent.  Insert extra
2417         spaces only when this parameter is specified.
2418         (org-export-preprocess-string): Call `org-export-protect-examples'
2419         with an indentation parameter when exporting to ASCII.
2421         * org-remember.el (org-remember-templates)
2422         (org-remember-apply-template): Allow the file component to be a
2423         function.
2425         * org.el (org-goto-local-search-headings): Renamed from
2426         `org-goto-local-search-forward-headings'.  Added the possibility
2427         to search backwards.
2429 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2431         * org-export-latex.el (org-export-latex): New customization
2432         group.
2434         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2436 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2438         * org-exp.el (org-html-do-expand): Allow {} to terminate
2439         tex macro
2441 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2443         * org.el (org-buffer-list): Select buffers based on major mode,
2444         not on file name.
2446 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2448         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2449         face property.
2451         * org-colview.el (org-columns-display-here): Use
2452         `org-columns-modify-value-for-display-function'.
2454         * org-colview-xemacs.el (org-columns-display-here): Use
2455         `org-columns-modify-value-for-display-function'.
2457 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2459         * org.el (org-columns-modify-value-for-display-function): New option.
2471         * org-publish.el (org-publish-file): Make sure the directory match
2472         for the publishing directory works correctly.
2474         * org-agenda.el (org-agenda-execute-calendar-command)
2475         (org-agenda-diary-entry): Additional optional argument.
2477 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2479         * org-exp.el (org-export-as-html): Add attributes also in mailto
2480         and ftp links.
2482         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2491 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2493         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2494         sure that calls from `org-export-region-as-html' do not do the
2495         special check for a subtree.
2497 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2499         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2501 2008-07-20  Juri Linkov  <juri@jurta.org>
2503         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2504         new keymap `narrow-map' instead of binding "\C-xns".
2506 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2508         * org.el (org-open-file): Use
2509         `org-open-directory-means-index-dot-org'.
2510         (org-open-directory-means-index-dot-org): New option.
2512 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2514         * org.el (org-make-link-string): Remove link attributes from
2515         description.
2516         (org-open-at-point): Remove link attributes bevore using the path.
2518         * org-exp.el (org-export-as-html): Handle link attributes.
2520         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2522         * org-table.el (org-table-to-lisp): New function.
2524         * org.el (org-narrow-to-subtree): Do not include the final newline
2525         into the narrowed region.
2527         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2528         bug with user-define skipping condition.
2530 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2532         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2534 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2536         * org-exp.el (org-export-html-style-default): Automatic overflow
2537         handling for pre fields.
2538         (org-export-as-ascii, org-export-as-html): Change default format
2539         for time stamp.
2541         * org-table.el (org-table-export): Offer completion for translator
2542         functions, and do not require a heading above the table.
2544         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2545         Cater for the case of a list starting in the first line of the
2546         buffer.
2548 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2550         * org-publish.el (org-publish-find-title): Bug fix.
2551         (org-publish-org-index): Implement new :index-style option.
2553 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2555         * org-publish.el (org-publish-timestamp-filename): Use
2556         SHA1-encoded file names in the timestamp directory.
2558 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2560         * org-publish.el (org-publish-needed-p): Be verbose about files
2561         published and files skipped.
2563         * org-exp.el (org-export-preprocess-string): Swap link
2564         normalization and inernal link targeting.
2566         * org-publish.el (org-publish-needed-p): Create timestamp
2567         directory when it does not exist.
2569 2008-07-04  Bastien Guerry  <bzg@altern.org>
2571         * org-clock.el (org-clock-out-when-done): Doc fix.
2573         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2575         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2576         Ignore case when searching for the COMMENT cookie at export time.
2578 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2580         * org-exp.el (org-get-file-contents)
2581         (org-get-and-remove-property): New functions.
2582         (org-export-handle-include-files): Handle the new prefix options.
2583         (org-export-as-html): Fix the verse environment.
2585 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2587         * org.el (org-time=, org-time<, org-time<=, org-time>)
2588         (org-time>=, org-time<>, org-2ft): New functions.
2589         (org-op-to-function): Also provide for the time testing fucntions.
2591 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2593         * org-exp.el (org-export-html-style-default): New constant.
2595 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2597         * org-exp.el (org-export-html-style-extra): New variable.
2598         (org-export-splice-style): New function.
2600 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2602         * org-exp.el (org-export-plist-vars, org-export-as-html):
2603         Implement `org-export-creator-info'.
2604         (org-export-creator-info): New option.
2606 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2608         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2609         (org-property-drawer-re, org-clock-drawer-re): New constants.
2611 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2613         * org-exp.el (org-icalendar-use-deadline)
2614         (org-icalendar-use-scheduled): New options.
2615         (org-icalendar-include-todo): Default changed to t.
2616         (org-print-icalendar-entries): Implement better utilization of
2617         scheduling and deadline time stamps.
2618         (org-export-target-internal-links, org-export-as-html): Allow file
2619         lines without the "file:" prefix if the file path is an absolute
2620         path or starts with ".".
2622         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2623         lastweek etc.
2624         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2626 2008-06-18  Glenn Morris  <rgm@gnu.org>
2627         * org.el (org-map-entries): Let-bind `file'.
2629 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2631         * org.el (org-agenda-skip-archived-trees): Docstring now
2632         discourages using this.
2633         (org-scan-tags): Check for org-agenda-archives-mode.
2634         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2635         (org-agenda-files): Functionality of second arg changed.
2637         * org-agenda.el (org-agenda-archives-mode): New variable
2638         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2639         (org-search-view, org-todo-list, org-tags-view)
2640         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2641         `ifmode' argument.
2642         (org-agenda-quit): Reset the archives mode.
2643         (org-agenda-archives-mode): New command.
2644         (org-agenda-set-mode-name): Include archives info.
2646 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2648         * org.el (org-paste-subtree): Make sure the yanked headline is
2649         visible if it was yanked at a visible point.
2650         (org-move-item-up): Fix the bug with moving white space at the end
2651         of the item.
2652         (org-show-empty-lines-in-parent): New function.
2654 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2656         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2658         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2660         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2661         agenda prefix as well.
2663         * org-publish.el (org-publish-org-index): Make a properly indented
2664         list.
2666         * org.el (org-calendar-agenda-action-key): New option.
2667         (org-get-cursor-date): New function.
2668         (org-mark-entry-for-agenda-action): New command.
2669         (org-overriding-default-time): New variable.
2670         (org-read-date): Respect `org-overriding-default-time'.
2672         * org-remember.el (org-remember-apply-template): Respect the
2673         ovverriding default time.
2675         * org-agenda.el (org-agenda-action-marker): New variable.
2676         (org-agenda-action): New command.
2677         (org-agenda-do-action): New function.
2679 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2681         * org.el (org-schedule, org-deadline): Protect scheduled and
2682         deadline tasks against changes that accidently remove the
2683         repeater.  Also show a message with the new date when done.
2685 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2687         * org.el (org-beginning-of-line): Cater for the case when there
2688         are tags but no headline text.
2689         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2690         it set.
2692 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2694         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2695         the return value is nil instead of "nil" when there is no match.
2697         * org-exp.el (org-insert-centered): Use fill-column instead of
2698         80.
2699         (org-export-as-ascii): Use string-width to measure the width of
2700         the heading.
2702         * org.el (org-diary-to-ical-string): No longer kill buffer
2703         FROMBUF, this is now done by the caller.
2705         * org-exp.el (org-print-icalendar-entries): Move the call to
2706         `org-diary-to-ical-string' out of the loop, and kill the buffer
2707         afterwords.
2709         * org-remember.el (org-remember-visit-immediately): Position
2710         cursor after moving to the note.
2711         (org-remember-apply-template): Use a text property to record the
2712         cursor position.
2713         (org-remember-handler): Align tags after pasting the note.
2715 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2717         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2719         * org-agenda.el (org-agenda-open-link): If there is an
2720         org-bbdb-name property in the current line, jump to that bbdb
2721         entry.
2723         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2724         text property, so that the agenda knows where this entry comes
2725         from.
2727         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2728         interaction between clocking-in from the agenda, and  automatic
2729         task state switching.
2731         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2733         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2734         zmacs-region stays after this command in XEmacs.
2736 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2738         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2740         * org-remember.el (org-remember-templates): Fix bug in
2741         customization type definition.
2743         * org.el (org-map-entries): New function.
2745 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2747         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2748         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2750 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2752         * org-remember.el (org-jump-to-target-location): New variable.
2753         (org-remember-apply-template): Set
2754         `org-remember-apply-template' if requested by template.
2755         (org-remember-handler): Start an idle timer to jump to
2756         remember location.
2758         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2760         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2761         file tags.
2762         (org-get-tags-at): Add the content of `org-file-tags'.
2764         * org-exp.el (org-export-handle-comments): Fix bug with several
2765         comment lines after each other.
2766         (org-number-to-roman, org-number-to-counter): New functions.
2767         (org-export-section-number-format): New option.
2769 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2771         * org-exp.el (org-export-protect-examples): Catch the case of a
2772         missing end_example line.
2774         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2775         `org-file-tags' to nil.
2777         * org-colview.el (org-columns-next-allowed-value): Handle next
2778         argument NTH to directly select a value.
2780         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2781         argument NTH to directly select a value.
2783 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2785         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2787 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2789         * org.el (org-columns-ellipses): New option.
2791 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2793         * org-colview.el (org-columns-add-ellipses): New function.
2794         (org-columns-compact-links): New function.
2795         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2796         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2797         when in agenda.
2798         (org-columns-edit-value): Fixed bug with editing values from
2799         agenda column view.
2800         (org-columns-redo): Also redo the agenda itself.
2802 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2804         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2805         option.
2807         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2809         * org-exp.el (org-export-ascii-preprocess): Renamed from
2810         `org-export-ascii-clean-string'.
2811         (org-export-kill-licensed-text)
2812         (org-export-define-heading-targets)
2813         (org-export-handle-invisible-targets)
2814         (org-export-target-internal-links)
2815         (org-export-remove-or-extract-drawers)
2816         (org-export-remove-archived-trees)
2817         (org-export-protect-quoted-subtrees)
2818         (org-export-protect-verbatim, org-export-protect-examples)
2819         (org-export-select-backend-specific-text)
2820         (org-export-mark-blockquote-and-verse)
2821         (org-export-remove-comment-blocks-and-subtrees)
2822         (org-export-handle-comments, org-export-mark-radio-links)
2823         (org-export-remove-special-table-lines)
2824         (org-export-normalize-links)
2825         (org-export-concatenate-multiline-links)
2826         (org-export-concatenate-multiline-emphasis): New functions,
2827         obtained from spliiting the export preprocessor.
2829         * org-table.el (org-table-recalculate): Improve error message if
2830         the row number is invalid.
2832 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2834         * org-archive.el (org-archive-save-context-info): Fix bugs in
2835         customization setup and docstring.
2837         * org-exp.el (org-export-html-style): Changed the size of in the
2838         <pre> element to 90%.
2840 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2842         * org.el (org-find-src-example-start): Function removed.
2843         (org-edit-src-find-region-and-lang): New function.
2845 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2847         * org.el (org-edit-src-exit): New function.
2848         (org-exit-edit-mode): New minor mode.
2850         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2851         comment-like lines from protected examples.
2853         * org.el (org-edit-src-example, org-find-src-example-start)
2854         (org-protect-source-example, org-edit-special): New functions.
2856 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2858         * org-publish.el (org-publish-project-alist): Fix typo in
2859         docstring.
2860         (org-publish-project-alist): Handle :index-title property.
2862 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2864         * org-export-latex.el (org-export-as-latex): Make sure region
2865         bounds are correct.  Parse subtree properties relating to export.
2867         * org-exp.el (org-export-add-options-to-plist): New function.
2868         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2870 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2872         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2873         EXPORT_TITLE.
2875         * org-exp.el (org-export-get-title-from-subtree)
2876         (org-export-as-ascii, org-export-as-html): Make sure the original
2877         region-beginning and region-end are used, even after moving
2878         point.
2879         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2880         property.
2882         * org-remember.el (org-remember-last-stored-marker): New variable.
2883         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2884         (org-remember-handler): Also use marker to remember
2885         last-stored position.
2887         * org.el (org-goto-marker-or-bmk): New function.
2889 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2891         * org.el (org-file-properties): Renamed from `org-local-properties'.
2892         (org-scan-tags): Take file tags into account.
2893         (org-tags-match-list-sublevels): Default changed to t.
2895         * org-exp.el (org-export-as-html): Close paragraph after a
2896         footnote.
2898         * org.el (org-update-parent-todo-statistics): New function.
2900         * org-exp.el (org-icalendar-store-UID): New option.
2901         (org-icalendar-force-UID): Option removed.
2902         (org-print-icalendar-entries): IMplement UIDs.
2904 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2906         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2908 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2910         * org-faces.el (org-column): Document how this face is being used
2911         and why sometimes the background faces shine through.
2913         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2915         * org-publish.el (org-publish-attachment): Create publishing
2916         directory if it does not yet exist.
2918         * org-table.el (org-calc-default-modes): Change default number
2919         format to (float 8).
2921         * org.el (org-olpath-completing-read): New function.
2922         (org-time-clocksum-format): New option.
2923         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2925         * org-clock.el (org-clock-display, org-clock-out)
2926         (org-update-mode-line): Use `org-time-clocksum-format'.
2928         * org-colview-xemacs.el (org-columns-number-to-string): Use
2929         `org-time-clocksum-format'.
2931         * org-colview.el (org-columns-number-to-string): Use
2932         `org-time-clocksum-format'.
2934 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2936         * org-id.el: New file, move from contrib to core.
2938         * org-exp.el (org-icalendar-force-UID): New option.
2940 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2942         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2943         shifted by one day if theere is a date range without an end
2944         time.
2946         * org.el (org-try-structure-completion): New function.
2948 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2950         * org.el (org-set-font-lock-defaults): Improve fontification of
2951         description lists.
2952         (org-insert-item): Handle description lists.
2953         (org-adaptive-fill-function): Improve auto indentation in
2954         description lists.
2956         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2957         Implement VERSE environment.
2958         (org-export-preprocess-string): Implement the COMMENT
2959         environment.
2961         * org-export-latex.el (org-export-latex-preprocess): Implement
2962         VERSE environment.
2964 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2966         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2967         option.
2969 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2971         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2973         * org.el (org-quote-csv-field): New functions.
2975         * org-table.el (org-table-export-default-format): Remove :splice
2976         from default format, we get the same effect by not specifying
2977         :tstart and :tend.
2978         (org-table-export): Improve setup, distinguish better between
2979         interactive and non-interactive use, allow specifying the format
2980         on the fly, better protection against wrong file names.
2981         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2982         and :tend when :splice is omitted.
2984 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2986         * org-clock.el (org-clock-select-task): Make sure the selection
2987         letters are 1-9 and A-Z, no special characters.
2989 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2991         * org-exp.el (org-export-htmlize): New group.
2992         (org-export-htmlize-output-type)
2993         (org-export-htmlize-css-font-prefix): New options.
2994         (org-export-htmlize-region-for-paste): New function.
2995         (org-export-htmlize-generate-css): New command.
2997 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2999         * org/org.el (org-modules, org-format-latex-options):
3000         * org/org-archive.el (org-archive-stamp-time)
3001         (org-archive-save-context-info):
3002         * org/org-faces.el (org-hide):
3003         * org/org-irc.el (org-irc-parse-link):
3004         * org/org-macs.el (org-call-with-arg, org-autoload):
3005         * org/org-mew.el (org-mew-store-link):
3006         * org/org-remember.el (org-remember-store-without-prompt)
3007         (org-remember-templates): Fix typos in docstrings.
3009         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3011         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3012         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3013         (org-bbdb-anniv-split): Fix typos in docstrings.
3015         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3016         (org-publish-use-timestamps-flag): Reflow docstring.
3017         (org-publish-files-alist): Fix typos in docstring.
3019 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3021         * org.el (org-set-visibility-according-to-property): New function.
3022         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3023         and compute the regular expressions, and update font-lock.
3024         (org-property-re): Allow a dash in property names.
3026         * org-archive.el (org-extract-archive-file): Insert the file name
3027         without the path into the format, to allow the location format to
3028         contain a subdirectory.
3030         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3031         of buffer, and the `org-agenda-type' property undefined, use the
3032         value from the character before.
3034         * org.el (org-add-planning-info): Don't let indentation for
3035         would-be timestamp become extra whitespace at the end of headline.
3037 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3039         * org.el (org-remove-double-quotes, org-file-contents): New
3040         functions.
3042         * org-exp.el (org-infile-export-plist): Also parse the
3043         contents of #+SETUPFILE files, recursively.
3045         * org.el (org-set-regexps-and-options): Also parse the
3046         contents of #+SETUPFILE files, recursively.
3048         * org-exp.el (org-export-handle-include-files): New function.
3049         (org-export-preprocess-string): Call
3050         `org-export-handle-include-files'.
3052         * org.el (org-delete-property-globally)
3053         (org-delete-property, org-set-property): Ignore case during
3054         completion.
3055         (org-set-property): Use `org-completing-read' instead of
3056         `completing-read'.
3058         * org.el (org-complete-expand-structure-template): New,
3059         experimental function.
3060         (org-structure-template-alist): New, experimental option.
3061         (org-complete): Call `org-complete-expand-structure-template'.
3063 2008-05-06  Bastien Guerry  <bzg@altern.org>
3065         * org-export-latex.el (org-export-latex-preprocess): Added
3066         support for blockquotes.
3068 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3070         * org.el (org-read-date-analyze): Catch the case where only a
3071         weekday is given.
3073 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3075         * org.el (org-set-font-lock-defaults): Make the description
3076         tag bold.
3078         * org-exp.el (org-export-as-html, org-close-li): Implement
3079         description lists.
3081 2008-05-04  Jason Riedy  <jason@acm.org>
3083         * org-table.el (*orgtbl-default-fmt*): New variable.
3084         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3085         when there is no other fmt available.
3087         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3088         :tend to suppress the appropriate string.
3090         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3091         table.
3093 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3095         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3096         read date.
3098         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3099         New function.
3101         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3102         New function.
3104 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3106         * org-clock.el (org-clock-find-position): Don't include notes
3107         into clock drawer.
3109         * org-archive.el (org-archive-subtree): No longer remove an
3110         extra line after cutting the subtree.  `org-cut-subtree' already
3111         takes care of this.
3113         * org-remember.el (org-remember-handler): Only kill the target
3114         buffer if it does not contain the running clock.
3116         * org.el (org-markers-to-move): New variable.
3117         (org-save-markers-in-region, org-check-and-save-marker)
3118         (org-reinstall-markers-in-region): New function.
3119         (org-move-subtree-down, org-copy-subtree): Remember relative
3120         marker positions before cutting.
3121         (org-move-subtree-down, org-paste-subtree): Restore relative
3122         marker positions after pasting.
3124         * org-remember.el (org-remember-clock-out-on-exit): New option.
3125         (org-remember-finalize): Clock out only if the setting in
3126         `org-remember-clock-out-on-exit' requires it.
3127         (org-remember-handler): Do the cleanup in the buffer, to make sure
3128         that the clock marker remains in tact.
3130 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3132         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3133         (org-clock-in): Make sure that also tasks outside the narrowed
3134         region will be clocked in correctly.
3135         (org-clock-insert-selection-line): Widen the buffer so that we can
3136         find the correct task heading.
3138         * org.el (org-base-buffer): New function.
3140         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3141         and ";" are escaped.
3142         (org-print-icalendar-entries): Also apply
3143         `org-icalendar-cleanup-string' to the headline, not only to the
3144         summary property.
3146 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3148         * org-exp.el (org-export-preprocess-hook): New hook.
3149         (org-export-preprocess-string): Call
3150         `org-export-preprocess-hook'.
3152         * org.el (org-font-lock-hook): New variable.
3153         (org-font-lock-hook): New function.
3154         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3156 ;; Local Variables:
3157 ;; coding: utf-8
3158 ;; add-log-time-zone-rule: t
3159 ;; End:
3161     Copyright (C) 2008  Free Software Foundation, Inc.
3163   This file is part of GNU Emacs.
3165   GNU Emacs is free software: you can redistribute it and/or modify
3166   it under the terms of the GNU General Public License as published by
3167   the Free Software Foundation, either version 3 of the License, or
3168   (at your option) any later version.
3170   GNU Emacs is distributed in the hope that it will be useful,
3171   but WITHOUT ANY WARRANTY; without even the implied warranty of
3172   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3173   GNU General Public License for more details.
3175   You should have received a copy of the GNU General Public License
3176   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3178 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c