Website: Change height of toc
[org-mode.git] / lisp / ChangeLog
blob235be580b967b9222451c16a92164bcc687b6fb9
1 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-reload): New command.
5 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
7         * org-exp.el (org-export-htm-get-tag-class-name)
8         (org-export-htm-get-todo-kwd-class-name): New functions.
9         (org-export-html-tag-class-prefix)
10         (org-export-html-todo-kwd-class-prefix): New options.
11         (org-export-as-html): Call
12         `org-export-html-get-todo-kwd-class-name'.
13         (org-html-level-start): Wrap tags into classes.
14         (org-export-html-get-tag-class-name)
15         (org-export-html-get-todo-kwd-class-name): New functions.
17         * org-export-latex.el (org-export-latex-collect-header-macros):
18         Remove fields that are used anyway.
19         (org-export-latex-make-header): Insert the options earlier.
21         * org-agenda.el (org-agenda-get-progress): Fix bug with state
22         matching.
24         * org-list.el (org-indent-item): Allow point to be at the end of
25         the region.
27         * org.el (org-metaleft, org-metaright): Be more accurate about
28         detecting a region where commands apply.
30         * org-compat.el (org-cursor-to-region-beginning): New function.
32         * org.el (org-priority): Also find invisible heading.
34         * org-colview-xemacs.el (org-columns-edit-value): No special
35         treatment for `org-todo' prefix.
37         * org-colview.el (org-columns-edit-value): No special treatment
38         for `org-todo' prefix.
40         * org-remember.el (org-remember-apply-template): Use
41         `org-completing-read-no-ido'.
43         * org.el (org-completing-read-no-ido): New function.
44         (org-make-tags-matcher, org-set-property): Use
45         `org-completing-read-no-ido'.
47         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
48         New option.
49         (org-export-as-latex): Import in-buffer settings as TeX macros.
50         (org-export-latex-make-header): Additional parameter OPT-DEFS.
51         (org-export-latex-collect-header-macros): New function.
53         * org.el (org-refile-get-location): Turn off
54         `partial-completion-mode'.
56 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org.el (org-block-todo-from-checkboxes): Announce that
59         checkboxes are the culprit.
60         (org-block-todo-from-children-or-siblings): Call
61         `org-up-heading-all instead' of `outline-up-heading'.
63         * org-agenda.el (org-agenda-show-1): Renamed from
64         `org-agenda-show'.
65         (org-agenda-show): Re-install the old version for now.
66         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
67         variable into the blokker hook, so that the checkbox checker can
68         anounce that it caused the blocking.
70         * org.el (org-track-ordered-property-with-tag): New option.
71         (org-toggle-ordered-property): Honor
72         `org-track-ordered-property-with-tag'.
73         (org-tag-alist): Add newline options.
74         (org-set-regexps-and-options): Separate option lines imply a
75         newline.
76         (org-set-regexps-and-options, org-assign-fast-keys)
77         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
78         option.
79         (org-indent-line-function): Make sure this works even if there is
80         not `org-drawer-regexp' defined.  This can happen when
81         orgstruct-mode is used in a non-org buffer.
83         * org-list.el (org-checkbox-blocked-p): New function.
84         (org-toggle-checkbox): Check for blocking.
86         * org.el (org-modules): Add an entry for org-R.el.
88         * org-agenda.el (org-agenda-todo-ignore-with-date)
89         (org-agenda-todo-ignore-scheduled)
90         (org-agenda-todo-ignore-deadlines): Mention the variable
91         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
93         * org.el (org-get-wdays): Find the warning period also if it is in
94         the wrong place.
95         (org-ido-completing-read): Provide the correct arguments to
96         ido-completing-read and bind `ido-enter-matching-directory' to
97         nil.
99 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
101         * org.el (org-olpath-completing-read): Never use ido for this
102         one.
104         * org-exp.el (org-export-normalize-links): Use new macro.
106         * org-macs.el (org-if-unprotected-at): New macro.
108         * org-agenda.el (org-agenda-show): Allow numerical prefix
109         arguments to specify how much context should be shown.
110         (org-agenda-cycle-show): New command, could be bound to SPC in
111         org-agenda-mode-map.
113         * org-exp.el (org-html-level-start): Space after section number.
115 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-agenda.el (org-agenda-get-sexps): Add todo state as
118         property, for sorting.
119         (org-cmp-todo-state): Get the applicable TODO keywords directly
120         from the buffer.
121         (org-run-agenda-series, org-agenda-list, org-search-view)
122         (org-todo-list, org-tags-view): Only fit agenda window when the
123         whole series is done.
125         * org.el (org-scan-tags): Add todo state as property, for sorting.
127         * org-agenda.el (org-agenda-custom-commands-local-options): Add
128         `org-agenda-overriding-header' as an option.
129         (org-agenda-list): Honor org-agenda-overriding-header'.
131 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org-list.el (org-toggle-checkbox): Improve cursor positioning
134         after removing a checkbox.
136         * org.el (org-show-entry): Make this work correctly also if it is
137         the last entry in the file.
138         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
139         falling back to normal, default command.
140         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
141         item, call the checkbox toggler to get a box.
143         * org-list.el (org-toggle-checkbox): Make double prefix set the
144         checkbox to "[-]".
145         (org-fix-bullet-type): Only replace bullet it it is changed.
146         (org-renumber-ordered-list): Handle case when first item does not
147         have a number.
149         * org.el (org-add-log-setup): Fix positioning when
150         `org-log-states-order-reversed' is nil.
152         * org-clock.el (org-clock-in): Fix positioning when
153         `org-log-states-order-reversed' is nil.
154         (org-clock-find-position): Fix positioning when
155         `org-log-states-order-reversed' is nil.
157 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
159         * org-clock.el (org-clock-into-drawer): Take default from
160         `org-log-into-drawer'.
161         (org-clock-find-position): Look for the correct drawer.
163         * org.el (org-log-into-drawer): Renamed from
164         `org-log-state-notes-into-drawer'.
165         (org-log-state-notes-into-drawer): New variable alias.
166         (org-add-log-setup): Make drawer name default to LOGBOOK, not
167         CLOCK.
168         (org-insert-property-drawer): Also skip LOGBOOK drawers.
170 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
172         * org-agenda.el (org-agenda): Fix docstring.
174         * org.el ("org-plot"): Help loading org-plot.
175         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
176         (org-metadown-hook, org-shiftmetaleft-hook)
177         (org-shiftmetaright-hook, org-shiftmetaup-hook)
178         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
179         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
180         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
181         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
183         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
184         for selecting files with any (and even without) extension.
186         * org.el (org-save-all-org-buffers): Also save id locations.
187         (org-revert-all-org-buffers): Also load id locations.
189 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
190         * org.el (org-drawers): Add LOGBOOK to the default drawers.
191         (org-log-state-notes-into-drawer): New option.
192         (org-add-log-setup): Place the sate note marker into the drawer,
193         create drawer when necessary.
194         (org-refile-targets): Document special interpretation of LEVEL
195         when odd-levels are used.
197 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org.el (org-store-log-note): Fix note indentation when adding
200         notes to end of list.
202         * org-exp.el (org-export-as-html): Add TODO keyword as extra
203         class, so that each keyword can get special colors through CSS.
205         * org-clock.el (org-clock-out): Add another nil for the previous
206         state into the call to `org-add-log-setup'.
208         * org.el (org-log-note-previous-state): New variable.
209         (org-log-note-headings): New %S escape for old state.
210         (org-todo): Call the note setup with the old state as an
211         argument.
212         (org-add-note): Add another nil for the previous state into the
213         call to `org-add-log-setup'.
214         (org-add-log-setup): New argument PREV-STATE.
215         (org-add-log-note): Handle new %S escape.
216         (org-store-log-note): Handle new %S escape.
218 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org-clock.el (org-clock-find-position): Do not swallow an item
221         less indented than the CLOCK line itself.
222         (org-clock-in): Push markers to lin after the clock line.
223         (org-clock-find-position): Handle values of
224         `org-clock-into-drawer' smaller than 2.
226         * org-exp.el (org-html-level-start): Add a CSS class to section
227         numbers.
228         (org-export-html-toplevel-hlevel): Better documentation of the
229         influence of this variables on H levels and css classes in
230         export.
232 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-agenda.el (org-agenda-custom-commands-local-options): Add
235         timestamp and nottimestamp to the chooe menu.
237         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
238         (org-revert-all-org-buffers): New command.
240 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org.el (org-return): Implement `org-return-follows-link' in the
243         function org-return.  This is more robust than using the mouse
244         map, I think.
245         (org-set-regexps-and-options): Match more general #+TODO lines.
246         (org-make-options-regexp): New optional argument EXTRA, for an
247         extra regexp.
248         (org-tab-follows-link): Mark as deprecated.
250 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org-exp.el (org-export-preprocess-string): Remove clock lines
253         earlier, so that they cannot cotribute to verbatim snippets.
255 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
257         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
258         for finding drawers.
259         (org-export-as-ascii, org-export-as-html): Count levels relative
260         to the subtree header.
261         (org-get-min-level): New optional argument OFFSET.
262         (org-export): Make sure point is restored after popping up that
263         window.
265         * org.el (org-do-sort): Also take an inactive timestamp if no
266         active one is found.
268         * org-colview-xemacs.el (org-columns-capture-view): Copy before
269         deleting duplicates.
271         * org-colview.el (org-columns-capture-view): Copy before
272         deleting duplicates.
274         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
275         text before first headline.
277         * org.el (org-format-latex): Do not convert LaTeX fragments in
278         protected examples.
280 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
282         * org-exp.el (org-export-html-style-default): Use color values
283         instead of names for XHTML validation.
285         * org.el (org-get-scheduled-time, org-get-deadline-time): New
286         functions.
287         (org-return-follows-link): Revert making this the default untile
288         issues are resolved.
290         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
291         nottimestamp.
293 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
295         * org.el (org-mode): Make dependence stuff work more reliably.
296         (org-update-parent-todo-statistics): Fix bug with updating
297         statistics cookie.
299         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
300         ~ as verbatim delimiters.
302         * org-exp.el (org-export-html-format-image): New argument
303         PAR-OPEN.
304         (org-export-as-html): Pass par-open to
305         `org-export-html-format-image'.
307 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
310         (org-use-fast-todo-selection, org-tags-column): New default
311         setting for variables, based on a poll what typical uses use.
313         * org-agenda.el (org-agenda-sorting-strategy)
314         (org-agenda-tags-column): New default setting for variables, based
315         on a poll what typical uses use.
317 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
320         blocked entries from setting the blocked tag.
322         * org-exp.el (org-export-html-footnotes-section): Use a more
323         consistent id for footnotes.
325         * org-export-latex.el (org-export-latex-classes): Remove the
326         a4paper option from the default styles.
328 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org.el (org-enforce-todo-checkbox-dependencies): New option.
331         (org-block-todo-from-checkboxes): New function.
332         (org-todo): Make tripple prefix arg circumvent blocking.
334         * org-timer.el (org-timer): Provide the timer feature.
336         * org.el (org-require-autoloaded-modules): Add a few more files to
337         the list of autoloaded modules.
339         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
341 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
344         drawers that are unprotected.
345         (org-export-html-format-image): Make sure inlined LaTeX fragment
346         images remain inlined.
348         * org.el (org-toggle-ordered-property): New function.
349         (org-mode-map): Add a key for `org-toggle-ordered-property'.
350         (org-org-menu): Add menu entries for TODO dependencies.
352 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
354         * org.el (org-default-properties): Add ORDERED to the default
355         properties, to get completion support for it.
357         * org-list.el (org-update-checkbox-count): Update more than one cookie.
359         * org.el (org-update-parent-todo-statistics): Update more than one
360         cookie.
362         * org-agenda.el (org-agenda-get-todos): Start search from correct
363         position.
365         * org.el (org-fast-todo-selection): Make sure TODO selection does
366         not change buffer position.
368         * org-list.el (org-toggle-checkbox): Implement adding or removing
369         checkboxes from line or region when called with a prefix
370         argument.
372         * org-rmail.el (org-rmail-store-link): Protect the call to
373         `rmail-narrow-to-non-pruned-header'.
375         * org-clock.el (org-clock-special-range): Fix week display in
376         clock tables.
378         * org-exp.el (org-get-current-options): Fix bug when in indirect
379         buffer.
381 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
384         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
385         (org-agenda-dim-blocked-tasks): New function.
387         * org.el (org-enforce-todo-dependencies): New option.
388         (org-block-todo-from-children-or-siblings): New function.
390         * org-faces.el (org-agenda-dimmed-todo-face): New face.
392         * org.el (org-todo): Return correct state type even if the blocker
393         throws an error.
394         (org-modifier-cursor-error): Renamed from
395         `org-shiftcursor-error'.
396         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
397         (org-shiftmetadown): Call `org-modifier-cursor-error'.
399         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
400         to get real errors from the blocker hook.
402         * org.el (org-shiftselect-error, org-call-for-shift-select): New
403         functions.
404         (org-set-visibility-according-to-property): Turn off the setting
405         of `org-show-entry-below', to avoid overruling a FOLDED visibility
406         property.
408 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
410         * org.el (org-support-shift-select): New option.
411         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
412         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
413         selection outside contexts.
415         * org-list.el (org-at-item-bullet-p): New function.
417         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
418         variables.
420         * org-footnote.el (org-footnote-normalize): Remove unnecessary
421         variable.
422         (org-insert-footnote-reference-near-definition): Remove
423         unnecessary let form.
425         * org-export-latex.el (org-export-latex-first-lines): Add
426         OPT-PLIST parameter.
427         (org-export-as-latex): Call `org-export-latex-first-lines' with
428         opt-plits parameter.
429         (org-export-latex-preprocess): Remove unnecessary variables.
431         * org-exp.el (org-infile-export-plist)
432         (org-export-add-options-to-plist, org-export-kill-licensed-text)
433         (org-export-remove-headline-metadata)
434         (org-export-get-title-from-subtree, org-get-min-level)
435         (org-html-do-expand): Remove innecessary let form.
437         * org-colview-xemacs.el (org-columns-display-here): Remove
438         unnecessary variables.
440         * org-colview.el (org-columns-display-here): Remove unnecessary
441         variables.
443         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
444         variables.
446         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
447         unnecessary variables.
449         * org-agenda.el (org-search-view, org-agenda-get-blocks)
450         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
451         variables.
453         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
454         (org-compact-display-after-subtree-move): Remove unnecessary
455         variables.
456         (org-edit-fixed-width-region): Remove unnecessary variables.
457         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
458         (org-olpath-completing-read): Remove unnecessary variable.
459         (org-auto-repeat-maybe): Remove unnecessary variable.
460         (org-map-entries): Remove unnecessary variable.
461         (org-buffer-property-keys, org-imenu-get-tree)
462         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
464 -----------------------------------------------------------------
466 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
467         * org-exp.el (org-export-remove-timestamps): Never remove
468         timestamps from tables.
470         * org-export-latex.el (org-export-latex-first-lines): Add more
471         options to the preprocessing of the text before the first
472         headline.
474 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
476         * org-faces.el (org-clock-overlay): Make face compatible with
477         XEmacs.
479         * org.el (org-yank): Add property for delete-selection mode.
481         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
483         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
484         variable.
486         * org-table.el (org-table-insert-hline): Fix typo in fuction call
487         to `backward-char'.
489         * org-exp.el (org-export-as-html): Remove the initial space from
490         colon examples.
492         * org.el (org-scan-tags): Call
493         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
495         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
496         customization groups.
497         (org-agenda-tags-todo-honor-ignore-options): New option.
498         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
499         New function.
500         (org-agenda-get-todos): Use
501         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
503 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org-exp.el (org-export-format-source-code-or-example): Escape
506         HTML characters also in examples that anre not treated with
507         htmlize.  Also, just switch to EXAMPLE processing if we do not
508         have a good version of htmlize.
510         * org-rmail.el: Fix copyright notice.
512         * org.el (org-activate-footnote-links): Improve footnote link
513         highlighting.
515         * org-footnote.el (org-footnote-normalize): Fix finding the end of
516         a footnote definition at the end of the file.
518         * org-table.el (org-table-get-specials): Add an imagined hline at
519         the end of the table.  This can be useful for references that want
520         to go to the end of the table.  Also fix bug when computing last
521         row constants, in tables that do not start right at the right
522         margin.
523         (org-table-eval-formula): Match and replace remove references.
524         (org-table-formula-substitute-names): Make sure that names inside
525         a "remote" call are left alone, the will be replaced later when
526         the remote call is handled.
527         (org-table-convert-refs-to-rc): Do not convert things that might
528         look like a reference, but are really part of an ID or namei n a
529         remote reference.
530         (org-table-get-remote-range): New function.
532 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-faces.el (org-clock-overlay): Fix bug in face definition.
536         * org-clock.el (org-clock-put-overlay): Use new face instead of
537         `secondary-selection'.
539         * org-faces.el (org-clock-overlay): New face.
541 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org-exp.el (org-get-current-options): Include the option for
544         publishing time stamps.
546         * org.el (org-toggle-heading): Renamed from
547         `org-toggel-region-headings'.
548         No longer needs a region defined, but will use it if there is one.
549         (org-ctrl-c-star): Simplified, relying more on the internal
550         workings of `org-toggle-heading'.
551         (org-toggle-item): Renamed from `org-toggle-region-items'.
552         No longer needs a region defined, but will use it if there is one.
553         (org-ctrl-c-minus): Simplified, relying more on the inernal
554         workings of `org-toggle-item'.
556         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
557         environment detection.  Also, do real changes only in unprotected
558         places.
560 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org-export-latex.el (org-export-latex-quotation-marks): Use
563         `org-if-unprotected-1'.
564         (org-export-latex-set-initial-vars): Check for class definition in
565         property.
567         * org-macs.el (org-if-unprotected-1): New macro.
569 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
571         * org-compat.el (org-count-lines): New function.
573         * org-exp.el (org-export-format-source-code-or-example): Handle
574         switches related to text areas.
576         * org.el (org-activate-footnote-links): Don't allow match inside a
577         link.
579         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
581         * org-export-latex.el (org-export-latex-links): Keep a relative
582         path relative also after export.
584         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
586         * org.el (org-make-tags-matcher): Never use IDO for completing the
587         tags matcher match string.
588         (org-completing-read): Also remove the special biding for "?".
590         * org-attach.el (org-attach-allow-inheritance): New option.
591         (org-attach-inherited): New variable.
592         (org-attach-dir): Handle properties related to the attachment
593         directory.
594         (org-attach-check-absolute-path): New function.
595         (org-attach-set-directory, org-attach-set-inherit): New commands.
596         (org-attach): Accommodate the new commands in the dispatcher.
598 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
601         `window-full-width-p'.
603         * org-exp.el (org-export-as-html): Only check for images files
604         that really can be inlined
606         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
607         list of extensions to be a parameter.
609         * org-exp.el (org-export-html-inline-image-extensions): New
610         variable.
612         * org-agenda.el (org-prepare-agenda): Use
613         `org-agenda-block-separator'.
614         (org-agenda-block-separator): New option.
616 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org-export-latex.el (org-export-latex-tables): Call
619         `org-table-clean-before-export' with the new optional argument.
621         * org-exp.el (org-table-clean-before-export): New optional
622         parameter MAYBE-QUOTED, allows for quoted characters like \# in
623         first column.
625 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
628         histograms.
630         * org-colview.el (org-colview-construct-allowed-dates): Better
631         error catching when a date/time property does not have allowed
632         values defined.
634         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
635         Better error catching when a date/time property does not have
636         allowed values defined.
638 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
640         * org.el (org-map-entries): Restore point and restriction after
641         `org-map-entries'.
643 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org.el (org-time=, org-time<, org-time<=, org-time>)
646         (org-time>=, org-time<>): Make sure both values are dates.
648 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
650         * org-archive.el (org-extract-archive-heading): Allow %s for file
651         name also in achive location heading.
653 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
655         * org-archive.el (org-add-archive-files): Uniquify the list before
656         returning it.
658 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
660         * org-compat.el (org-fit-window-to-buffer): Use
661         `window-full-width-p'.
663         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
664         space after the colon in short examples.
666         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
667         enforce a space after the colon.  However, we also allow lines
668         that are *only* a colon.
669         (org-export-as-html): Enforce the space after the colon in short
670         examples.
671         (org-export-preprocess-string): Do the colon example protection
672         earlier.
673         (org-export-remove-timestamps): Do not check for protection at the
674         end of the line.
676 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
678         * org.el (org-format-latex-options): Add new matcher for single
679         letters between dollars.
680         (org-get-header): Function removed.
681         (org-heading-components): New function.
683         * org-exp.el (org-export-define-heading-targets): Record ID's also
684         as alternative targets.
685         (org-export-as-html): Interpret "id:" links to other files by
686         preserving the relative path.
688         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
689         is nil.
691         * org-exp.el (org-export-normalize-links): Protect the main link,
692         to avoid special character processing.
694         * org-export-latex.el (org-export-latex-special-keyword-regexp):
695         New variable.
696         (org-export-latex-special-string-regexps): Variable removed.
697         (org-export-latex-keywords): Use the new regexp.
699         * org-exp.el (org-export-handle-include-files): Fetch switches and
700         put them into the BEGIN statement.
702         * org-timer.el (org-timer-mode-line-string): New variable.
704         * org-clock.el (org-clock-mode-line-map): Renamed from
705         `org-clock-mode-map'.
706         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
707         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
708         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
709         (org-clock-remove-overlays): Renamed from
710         `org-remove-clock-overlays'.
712         * org-timer.el (org-timer-pause-or-continue): Implement stopping
713         and mode line display.
714         (org-timer-stop): New command.
715         (org-timer-seconds): Return correct time when timer is paused.
716         (org-timer-mode-line-timer): New variable.
717         (org-timer-set-mode-line, org-timer-update-mode-line): New
718         functions.
720         * org.el (org-insert-heading):  Handle new value `auto' for
721         `org-blank-before-new-entry'.
722         (org-org-menu): Add new items for timer functions.
724         * org-list.el (org-insert-item): Handle new value `auto' for
725         `org-blank-before-new-entry'.
727         * org.el (org-blank-before-new-entry): New value `auto', made
728         default.
730 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
732         * org-exp.el (org-export-normalize-links): If the link is also
733         used as the description, protect the description.
735 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
737         * org.el (org-closest-date): Fix bug with yearly repeats, in
738         combination with preference of the past as it is used for deadline
739         and scheduling search.
741         * org-exp.el (org-html-handle-time-stamps): No longer check for
742         the `org-export-with-timestamps' option, because the preprocesser
743         has taken care of this already.
745         * org.el (org-entry-properties): Catch the case when this is
746         called in a non-org-mode file.
748         * org-export-latex.el (org-export-latex-remove-from-headlines):
749         Variable made obsolete, also LaTeX export now uses the standard
750         variables.
751         (org-export-as-latex): Add the timestamps parameter to the
752         preprocessor parameter list.
753         (org-export-latex-content): Export the remaining keywords without
754         considering to remove them.
755         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
756         Use bold font instead of tt font for the keywords.
757         (org-export-latex-fontify-headline): Format headlines, assuming
758         that all keywords still present should be published.
759         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
760         publish what ever remains of the time stamps.
761         (org-export-latex-list-parameters): New option.
762         (org-export-latex-lists): Pass additional parameters to the list
763         converter.
765         * org-exp.el (org-export-preprocess-string): Remove clock lines
766         and timestamps already in the preprocesor.
767         (org-export-remove-timestamps, org-export-remove-clock-lines): New
768         functions.
769         (org-export-as-ascii, org-export-as-html): Add the timestamps
770         parameter to the preprocessor parameter list.
772         * org-list.el (org-list-parse-list): Parse for checkboxes.
773         (org-list-to-generic): Introduce and handle new parameters :cbon
774         and :cboff.
775         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
776         optional parameter PARAMS.
778         * org-export-latex.el (org-export-latex-special-chars): Fix
779         problems with interpreting dollar signs.
780         (org-inside-latex-math-p): New function.
781         (org-export-latex-preprocess): Protect all the math fragments.
783         * org.el (org-latex-regexps): Allow a dash after a dollar.
785         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
786         mark after copying.
788         * org-agenda.el (org-run-agenda-series): Have series options set
789         when finalizing the agenda.
791         * org-exp.el (org-export-format-source-code-or-example): Protect
792         the converted examples.
794         * org.el (org-set-regexps-and-options): Fix the regexp
795         `org-complex-heading-regexp'.
797 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org.el (org-edit-src-get-label-format): New function.
800         (org-coderef-label-format): New option.
801         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
802         a label format specification and make sure it is used in the edit
803         buffer.
804         (org-edit-src-get-label-format): New function.
805         (org-store-link): Handle new coderef formats.
806         (org-link-search): Handle new coderef formats.
808         * org-footnote.el (org-footnote-create-definition)
809         (org-footnote-goto-local-insertion-point): Make footnote insertion
810         work correctly when the "Footnotes" headline is the last line in
811         the buffer.
813         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
814         the location.
816 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
818         * org-w3m.el (org-w3m): New customization group.
819         (org-w3m-deactivate-mark): New option.
820         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
821         option say not to.
823 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
825         * org.el (org-set-font-lock-defaults): Trigger footnote
826         fontification.
827         (org-activate-footnote-links): New function.
828         (org-activate-links): New entry `footnote'.
830         * org-faces.el (org-footnote): New face.
832 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
834         * org-macs.el (org-re): Handle the [:word:] class.
836         * org-exp.el (org-export-preprocess-string): Call
837         `org-export-protect-colon-examples'.
838         (org-export-protect-colon-examples): Renamed from
839         `org-export-protect-examples', and scope limited to lines starting
840         with a colon.
842 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
844         * org-exp.el (org-export-preprocess-string): Move the preprocess
845         hook to after turning on Org-mode.
846         (org-export-preprocess-after-include-files-hook)
847         (org-export-preprocess-after-tree-selection-hook)
848         (org-export-preprocess-before-backend-specifics-hook)
849         (org-export-preprocess-final-hook): New hooks.
850         (org-export-preprocess-string): Run the new hooks.
852         * org.el (org-ctrl-c-minus): Fix indentation for new items.
854         * org-footnote.el: New file.
856         * org.el (org-footnote): Require footnote code.
857         (org-startup-options): Add new footnote options.
858         (org-mode-map): New keybindig for footnotes.
859         (org-ctrl-c-ctrl-c): Add function at footnotes.
860         (org-org-menu): New menu entries for footnotes.
862         * org-export-latex.el (org-export-as-latex): Pass footnote
863         variable to preprocessor.
864         (org-export-latex-preprocess): Treat multiple references to a
865         footnote.
867         * org-exp.el (org-export-preprocess-string): Call
868         `org-footnote-normalize'.
869         (org-export-as-ascii, org-export-as-html): Pass footnote variable
870         to preprocessor.
871         (org-export-as-html): Treat multiple references to a footnote.
873 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
875         * org-export-latex.el (org-export-latex-links): Handle coderef
876         links.
878         * org.el (org-bracket-link-analytic-regexp++): New variable.
879         (org-make-link-regexps): Initialize
880         `org-bracket-link-analytic-regexp++'.
881         (org-store-link): Implement special case in edit-src buffer.
882         (org-insert-link): No use of ide to insert stored links.
883         (org-link-search): Implement special case for coderefs.
885         * org-exp.el (org-export-html-scripts): New constant.
886         (org-export-html-style-default): Add a new style for highlighted
887         code.
888         (org-export-code-refs): New variable.
889         (org-export-preprocess-string): Initialize `org-export-code-refs'.
890         Call `org-export-replace-src-segments-and-examples'
891         No longer call `org-export-protect-examples'.
892         (org-export-target-internal-links): Take care of coderef targets.
893         (org-export-last-code-line-counter-value): New variable.
894         (org-export-replace-src-segments-and-examples): Renamed from
895         `org-export-replace-src-segments', and modified.
896         (org-export-format-source-code-or-example): Renamed from
897         `org-export-format-source-code'.
898         (org-export-number-lines): New function.
899         (org-export-as-ascii, org-export-as-html): Handle coderef links.
901 --------------------------------------------------------------------------
903 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
905         * org-remember.el (org-remember-handler): Safer way to get a new
906         buffer accessing the target file.
908         * org.el (org-refile-get-location): Handle case of current buffer
909         not having a file associated with it.
911 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
913         * org-table.el (org-table-get-formula): Only ask to overwrite
914         field formula if there really is one.
916         * org-id.el (org-id-find): Allow the ID to be a symbol or a
917         number, by converting these to a string.
919         * org-colview.el (org-dblock-write:columnview): Allow ID to be
920         located in a different file.
922         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
923         org-colview.el.
925 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
927         * org.el (org-completion-use-ido): Enhance docstring of
928         `org-completion-use-ido'.
930         * org-export-latex.el (org-export-latex-make-header): Double the %
931         in the time stamp format.
932         (org-export-latex-special-chars): Handle case where there is no
933         match group 3.
935 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
937         * org.el (org-get-refile-targets, org-refile-get-location): Use
938         expanded file name to improve comparison.
940 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
942         * org.el (org-scan-tags): Rescan for tags, to get the correct
943         upcase/downcase stuff.  This slows things down for now, but it
944         works.
945         (org-mode): Make sure the tag-faces regexp is initialized.
947         * org-export-latex.el (org-export-latex-links): Fix bug with
948         undefined label.
950         * org-table.el (org-table-get-specials): Set
951         `org-table-current-last-data-line'.
952         (org-table-current-last-data-line): New variable.
953         (org-table-insert-column, org-table-delete-column)
954         (org-table-move-column, org-table-fix-formulas): Call
955         `org-table-fix-formulas' a second time to fix the $LR references.
956         (org-table-get-specials): Add the $LR references to the tables.
957         (org-table-get-formula): Do not offer last-row names as LHS of
958         formulas.
960         * org.el (org-store-link): Capture link description from
961         `org-id-store-link'.
963         * org-exp.el (org-export-html-format-image): Add the / to the end
964         of the <img> tag.
965         (org-export-format-source-code): Surround example by empty lines,
966         to make sure it will not be inside a paragraph.
968         * org.el (org-ido-switchb): New function.
970 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
972         * org-agenda.el (org-agenda-show): New prefix argument
973         FULL-ENTRY.
975         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
976         argument.
978         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
979         `org-agenda-change-all-lines'.
980         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
981         tags are now retrieved locally.
983 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org.el (org-get-outline-path): Fix bug if level is not given.
986         (org-org-menu): Do not quote function in menu vector.
988         * org-agenda.el (org-finalize-agenda): Fix typo with variable
989         name.
991 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org.el (org-refile): Avoid refiling to within the region to be
994         refiled.
996         * org-export-latex.el (org-export-latex-special-chars): Replace
997         special characters also in tables.
999         * org-agenda.el (org-agenda-change-all-lines): New argument
1000         FORCE-TAGS.
1001         (org-agenda-set-tags): Cet the new tags and pass them to
1002         `org-format-agenda-item'.
1004 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org-export-latex.el (org-export-latex-classes): Add longable as
1007         a default package to all classes.
1008         (org-export-latex-tables): Handle the longtable attribute and the
1009         align attribute.
1011         * org-table.el (orgtbl-to-generic): Handle tables that start with
1012         a hline.
1014         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1015         \verb for colde-like snippets.
1016         (org-export-as-latex): Fix issues with region export.
1018         * org.el (org-up-heading-safe): Speed up function by using a
1019         direct regexp search.
1020         (org-olpa): New variable.
1021         (org-get-outline-path): Speed-up path constructions in cases where
1022         this is possible because the entire hierarchy is scanned anyway.
1023         (org-refile-get-location): Don't compare the truenames of files,
1024         this is too slow.
1025         (org-goto-max-level): New option.
1026         (org-goto): Use `org-goto-max-level'.
1028 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1030         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1031         Strip angle brackets from message-ids in the former and don't do
1032         it in the latter.
1033         (org-gnus-follow-link): Open summary reliable, even if the last
1034         messages were deleted, and handle empty groups, too.
1036 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1038         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1039         instead of \texttt for the =...= and ~===~ emphasis environments.
1040         (org-export-as-latex): Remove any old :org-license-to-kill text
1041         properties.
1042         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1043         (org-export-latex-make-header): Add some hard space after the
1044         table of contents.
1045         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1046         exported text so that it will be excuded in further steps.
1048         * org-table.el (org-table-get-specials): Make @0 reference the
1049         last line in a table.
1050         (org-table-recalculate): Improve docstring.
1052 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org.el (org-log-done): Fix docstring.
1056 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1058         * org-exp.el (org-export-html-format-image): Fix bugs.
1060         * org-export-latex.el (org-export-latex-tables)
1061         (org-export-latex-links): Implement attribute, label, and caption
1062         handling.
1064         * org-exp.el (org-export-html-style-default): Add style
1065         definitions for the figure div.
1066         (org-export-preprocess-string, org-export-as-html): Implement
1067         attribute, label, and caption handling.
1068         (org-export-attach-captions-and-attributes): New function.
1069         (org-export-html-format-image): New function.
1070         (org-format-org-table-html): Implement attribute, label, and
1071         caption handling.
1073         * org.el (org-find-text-property-in-string): New function.
1074         (org-extract-attributes): Use the property org-attr instead of
1075         org-attrobutes, because this property is now set with the #+ATTR
1076         lines.
1078 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1081         the case that FROM is nil.
1083         * org.el (org-before-first-heading-p): New function.
1085 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1087         * org-exp.el (org-export-as-html): Do not add a space before
1088         enforces line breaks.
1089         (org-export-as-html): Close paragraph before blockquote and verse
1090         tags.
1092 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org-id.el (org-id-locations-file): Wrap file name with
1095         `convert-standard-filename'.
1096         (org-id-files): New variable.
1097         (org-id-use-hash): New option.
1098         (org-id-update-id-locations): Also search in all files current
1099         listed in `org-id-files'.  Convert the resulting alist to a hash
1100         if the user customation says so.
1101         (org-id-locations-save): Handle he case if `org-id-locations' is a
1102         hash.
1103         (org-id-locations-load): Convert the alist to a hash.
1104         (org-id-add-location): Handle the hast case.
1105         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1106         exited.
1107         (org-id-hash-to-alist, org-id-alist-to-hash)
1108         (org-id-paste-tracker): New functions.
1110 -------------------------------------------------------------------------
1112 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1115         bindings of calendar variables.
1117         * org-table.el (org-table-find-row-type): Renamed from
1118         `org-find-row-type'.
1119         (org-table-rewrite-old-row-references): Renamed from
1120         `org-rewrite-old-row-references'.
1121         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1122         (org-table-cleanup-narrow-column-properties): Renamed from
1123         `org-cleanup-narrow-column-properties'.
1125 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1127         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1128         for better error messages.
1129         (org-table-get-descriptor-line): Supply the new arguments to
1130         `org-find-row-type'.
1131         (org-table-error-on-row-ref-crossing-hline): New option.
1133         * org.el (org-target-link-regexp): Make buffer-local.
1134         (org-move-subtree-down): Fix bug with trees at beginning of
1135         buffer.
1137 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org-faces.el (org-set-tag-faces): New function.
1140         (org-tags-special-faces-re): New variable.
1142         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1144         * org-faces.el (org-tag-faces): New option.
1145         (org-tag): Mention `org-tag-faces' in the docstring.
1147 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-exp.el (org-export-html-style-default): Implement new
1150         quoting.
1152         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1154         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1155         command to the `w3m-minor-mode-map'.
1157         * org-archive.el (org-archive-to-archive-sibling): Protect
1158         `this-command' to avoid appending kills during archiving.
1160         * org-exp.el (org-export-with-priority): New variable.
1161         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1162         instead of internal list of strings and properties.
1163         (org-print-icalendar-entries): Retrieve the location property with
1164         inheritance.
1166 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1168         * org-exp.el (org-export-with-todo-keywords): New option.
1169         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1170         line.
1171         (org-default-export-plist, org-export-add-options-to-plist)
1172         (org-export-as-ascii, org-export-as-html): Use the new structure
1173         of `org-export-plist-vars'.
1175         * org.el (org-map-entries): Return all values.
1177 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1179         * org.el (org-matcher-time): Recognize more special values.
1181         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1183 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1185         * org.el (org-tags-exclude-from-inheritance): New option.
1186         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1187         `org-tags-exclude-from-inheritance'.
1189         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1190         (org-format-agenda-item): Add inherited tags to the agenda line
1191         string, and make sure that properties are kept when downcasing the
1192         tags list.
1193         (org-agenda-add-inherited-tags): New function.
1194         (org-downcase-keep-props): New function.
1196         * org.el (org-scan-tags): Mark inherited tags with a text
1197         property.
1198         (org-get-tags-at): Mark inherited tags with a text property.
1199         (org-add-prop-inherited): New function.
1201         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1202         (org-agenda-show-inherited-tags): New option.
1204 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1206         * org.el (org-modules): Add org-w3m to the default modules.
1208         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1209         orgtbl-mode.
1210         (orgtabl-create-or-convert-from-region): New command.
1212         * org-exp.el (org-export-as-ascii): Remove the handling of
1213         targets.
1214         (org-export-ascii-preprocess): Handle targets already in this
1215         function.
1217 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1219         * org-timer.el (org-timer-start-time): Define this variable.
1220         (org-timer-item): Make argument optional.
1222         * org-list.el (org-insert-item): Automatically insert a timer item
1223         if the current list is a timer list.
1225         * org-timer.el: New file.
1227         * org-publish.el (org-publish-org-index): Only exclude the index
1228         file in the main directory from being added to the site-map.
1229         (org-publish-get-project-from-filename): If the current project is
1230         a component, start publishing from the parent project.
1232 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1234         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1236         * org-publish.el (org-publish-org-index): Improve removal of
1237         temporary buffers.
1239         * org-agenda.el (org-get-closed): Re-apply changes
1240         accidentially overwritten by last commit to Emacs.
1242         * org.el (org-outline-path-complete-in-steps): New option.
1243         (org-refile-get-location): Honor
1244         `org-outline-path-complete-in-steps'.
1245         (org-agenda-change-all-lines, org-tags-sparse-tree)
1246         (org-time-string-to-absolute, org-small-year-to-year)
1247         (org-link-escape): Re-apply changes accidentially overwritten
1248         by last commit to Emacs.
1250 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-clock.el (org-dblock-write:clocktable): Make sure the
1253         clocktable sees the first line.
1254         (org-clock-in): Warn if the clock cannot be resumed.
1256 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1258         * org.el (org-open-at-point): Fix mixup about interactive and
1259         non-interactive elisp links.
1261 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1263         * org-exp.el (org-export-preprocess-string): Allow one comment
1264         line before the first headline to always be included.  This is
1265         to not miss a commented target.
1267         * org-mouse.el (org-mouse-insert-item): Call
1268         `org-indent-to-column' instead of `indent-to', for XEmacs
1269         compatibility.
1271         * org.el (org-refile-targets): Fix customize definition so
1272         that it works also in XEmacs.
1273         (org-fixup-indentation): Call `org-indent-to-column' instead
1274         of `indent-to', for XEmacs compatibility.
1276 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1278         * org-mew.el (org-mew-store-link): Get the correct case folder
1279         for refiled messages.
1281 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1283         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1284         line break indicators.
1286         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1287         ido-completion propts.
1289 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1291         * org-remember.el (org-remember-apply-template): Use
1292         `org-substring-no-properties'.
1294         * org-compat.el (org-substring-no-properties): New function.
1296         * org-remember.el (org-remember-apply-template): Use
1297         `org-substring-no-properties' for compatibility.
1299         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1300         option.
1301         (org-fix-bullet-type): respect
1302         `org-list-two-spaces-after-bullet-regexp'.
1304         * org-clock.el (org-clock-load): Clean up the code.
1306         * org.el (org-adaptive-fill-function): Allow two spaces after
1307         "1." as a list bullet.
1309 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-clock.el (org-clock-save, org-clock-load): Check for
1312         live buffers, existing files, and buffer file names to ensure
1313         consistent information.
1314         (org-clock-persist): Make `clock' a special value of this
1315         variable, and improve docstring.
1317         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1318         (org-get-string-indentation): Adapt indentation when the bullet
1319         width changes.
1321 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1323         * org-remember.el (org-remember-finalize): Make interactive.
1324         (org-remember-kill): New command.
1325         (org-remember-finish-immediately): Call `org-remember-finalize'
1326         directly.
1327         (org-remember-finalize): Make `org-remember-finalize' an interactive
1328         function.
1330 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1332         * org-remember.el (org-remember-apply-template): No ido completion
1333         for free prompts in remember templates.
1334         (org-remember-before-finalize-hook): New hook.
1335         (org-remember-mode): New minor mode.
1336         (org-remember-apply-template): Turn on `org-remember-mode'.
1338         * org-id.el (org-id-add-location): Avoid error when no file is
1339         given.
1341         * org-remember.el (org-remember-apply-template): Fix the way how
1342         the list of allowed properties is retrieved from the target file.
1344         * org.el (org-insert-link): Improve file link matching.
1346 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1348         * org-colview.el (org-columns-display-here): New argument
1349         DATELINE, to trigger using the new face.
1350         (org-agenda-colview-summarize): Call `org-columns-display-here'
1351         with the new argument.
1353         * org-faces.el (org-agenda-column-dateline): New face.
1355         * org-publish.el (org-publish-org-index): Use index-title at page
1356         title, not as section.
1358         * org-exp.el (org-export-html-format-desc): Respect the
1359         org-protect property.
1360         (org-export-as-html): Protect image specifiers that are in the
1361         description part of a link.
1363         * org.el (org-sort-entries-or-items, org-completing-read)
1364         (org-refile-get-location, org-olpath-completing-read, org-todo)
1365         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1366         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1367         (org-set-property, org-delete-property)
1368         (org-delete-property-globally): Use `org-ido-completing-read'.
1370         * org-remember.el (org-remember-apply-template): Use
1371         `org-ido-completing-read'.
1373         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1375         * org-colview.el (org-columns-edit-value, org-columns-new)
1376         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1378         * org-colview-xemacs.el (org-columns-edit-value)
1379         (org-columns-new, org-insert-columns-dblock): Use
1380         `org-ido-completing-read'.
1382         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1383         `org-ido-completing-read'.
1385         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1386         `org-ido-completing-read'.
1388         * org.el (org-time-today): New function.
1389         (org-matcher-time): Use `org-time-today'.  Add special treatment
1390         for "<tomorrow>" and "<yesterday>".
1391         (org-ido-completing-read): New function.
1392         (org-completion-use-ido): New option.
1394         * org-exp.el (org-export-format-source-code): Fix bug in require
1395         htmlize code.
1396         (org-export-target-internal-links): Fix bug in search for text
1397         property.
1399 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1401         * org-export-latex.el (org-export-latex-subcontent): Interprete
1402         target aliases as additonal labels.
1404         * org-exp.el (org-export-target-aliases): New variable.
1405         (org-export-preprocess-string)
1406         (org-export-handle-invisible-targets): Fill the alias alist.
1407         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1408         assign an id.
1409         (org-html-level-start): Insert the target aliases as additonal
1410         anchors.
1412         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1413         picture area.
1415 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1417         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1418         when following a link with the mouse from the agenda.
1420         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1421         headlines are created.
1423 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1425         * org-exp.el (org-export-preprocess-string): Reorder so that we
1426         can still see ID properties when we collect targets.
1427         (org-export-target-internal-links): Also store targets for ID's.
1429         * org.el (org-link-translation-function): New option.
1430         (org-open-at-point): Call `org-link-translation-function' if
1431         non-nil.
1432         (org-translate-link): New function.
1433         (org-translate-link-from-planner): New function.
1434         (org-open-at-point): Allow interactive commands in elisp links.
1436         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1437         iCalendar quoting.  The new one seems to caus problems with
1438         applications.
1440         * org.el (org-yank): Set `this-command' to `yank', so that
1441         `yank-pop' will work.
1443 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org-id.el (org-id-search-archives): New option.
1447         * org.el (org-link-to-org-use-id): New option.
1448         (org-store-link): Use `org-link-to-org-use-id'.
1449         (org-id): Make org-id.el a standard component.
1451 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1453         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1454         hexified version of the tag.
1456         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1457         compliance as far as quoting is concerned.
1459         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1461         * org.el (org-up-heading-safe, org-forward-same-level): Always
1462         call `org-back-to-heading' instead of `outline-back-to-heading'.
1463         (org-back-to-heading): New wrapper around outline-back-to-heading,
1464         with a useful error message telling where the error happened.
1466         * org-list.el (org-update-checkbox-count): Always call
1467         `org-back-to-heading' instead of `outline-back-to-heading'.
1469         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1470         has an `alt' attribute, to ensure XHTML validation.
1472 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-publish.el (org-publish-attachment): Allow publishing to
1475         overwrite attachment files.
1477         * org-agenda.el (org-agenda-timerange-leaders): New option.
1478         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1480         * org.el (org-edit-src-exit): Untabify ASCII image before
1481         returning.
1494 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1496         * org.el (org-yank): Make any prefix force normal yanking.
1497         Suppress folding if text would be swallowed into a folded
1498         subtree.
1499         (org-yank-folded-subtrees, org-yank): Docstring updates.
1501         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1502         defined as 0.
1504         * org-exp.el (org-export-language-setup): Add Catalan and
1505         Esperanto language entries.
1507 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1509         * org.el (org-refile): Allow refiling of entire regions.
1511         * org-clock.el (org-clock-time%): New function.
1513         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1514         retrieve property values.
1516 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1518         * org-agenda.el (org-agenda-list): Handle the value `only' of
1519         org-agenda-show-log'.
1520         (org-agenda-log-mode): Interpret a double prefix arg.
1522 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1524         * org-exp.el (org-export-html-footnotes-section): New variable.
1525         (org-export-as-html): Use `org-export-html-footnotes-section' to
1526         insert the footnotes.
1527         (org-export-language-setup): Add "Footnotes" to language words.
1529 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org.el (org-yank): Fix bug when not inserting a subtree.
1533 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1536         instead of `vm-beginning-of-message'.
1538         * org.el (org-make-link-regexps): Make sure that links to gnus can
1539         contain brackets.
1541 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1544         code.
1546         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1547         shell output.
1549         * org.el (org-link-abbrev-alist): Improve customization type.
1551         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1552         functions.
1554         * org-agenda.el (org-agenda-get-progress): Renamed from
1555         `org-get-closed'.  Implement searching for state changes as well.
1556         (org-agenda-log-mode-items): New option.
1557         (org-agenda-log-mode): New option prefix argument, interpreted as
1558         request to show all possible progress info.
1559         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1560         `org-get-closed'.
1561         (org-agenda-set-mode-name): Handle the more complex log mode
1562         settings.
1563         (org-get-closed): New alias, pointing to `org-get-progress'.
1565 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1567         * org.el (org-file-apps-defaults-gnu)
1568         (org-file-apps-defaults-macosx)
1569         (org-file-apps-defaults-windowsnt): Add an entry defining the
1570         system command.
1571         (org-file-apps): Allow `system' as key and value.
1572         (org-open-at-point): Explain the effect of a double prefix arg.
1573         (org-open-file): If the argument `in-emacs' is (16),
1574         i.e. corresponding to a double prefix argument, try to open the
1575         file externally.
1577 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1579         * org.el (org-insert-link): Abbreviate absolute files names in
1580         links.  Also, fix a bug in which the double C-u prefix would not
1581         be honored.
1583 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1585         * org.el (org-insert-heading): If buffer does not end with a
1586         newline, add one if necessary to insert headline correctly.
1588         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1589         paragraphs, not inside.
1591         * org.el (org-todo): Quote
1592         `org-agenda-headline-snapshot-before-repeat'.
1594         * org-exp.el (org-export-as-html): Fully process link descriptions.
1595         (org-export-html-format-desc): New function.
1596         (org-export-as-html): Collect footnotes into the correct basket.
1597         (org-html-protect): No longer protect quotations marks here, this
1598         goes wrong.
1600         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1601         BEG.
1603         * org-compat.el (org-fit-window-to-buffer): New function (not
1604         really, a preliminary and incomplete version was present earlier,
1605         but not used).
1607         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1608         `org-fit-window-to-buffer'.
1610         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1612         * org-agenda.el (org-agenda-get-restriction-and-command)
1613         (org-fit-agenda-window, org-agenda-convert-date): Use
1614         `org-fit-window-to-buffer'.
1616         * org-exp.el (org-export-as-html): Process href links through
1617         `org-export-html-format-href'.
1618         (org-export-html-format-href): New function.
1620         * org-agenda.el (org-agenda-todo): Update only the current
1621         headline if this is a repeated TODO, marked done for today.
1622         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1623         only the current line.
1625         * org.el (org-todo): Take a snapshot of the headline if the
1626         repeater might change it.
1628 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1630         * org-publish.el (org-publish-find-title): Remove buffers visited
1631         only for extracting the title.
1633         * org-exp.el (org-export-html-style)
1634         (org-export-html-style-default): Mark style definitions as
1635         unparsed CDATA.
1637         * org-publish.el (org-publish-validate-link): Function
1638         re-introduced.
1640 2008-11-02  Charles Sebold  <csebold@gmail.com>
1642         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1643         property.
1644         (org-plot-quote-timestamp-field): New function.
1645         (org-plot-quote-tsv-field): Call timestamp field function when
1646         necessary rather than just quoting as a string.
1647         (org-plot/gnuplot-to-data): Pass in timefmt property.
1648         (org-plot/gnuplot-script): Supports timefmt property.
1649         (org-plot/gnuplot): Checks for timestamp column before checking
1650         for text index column.
1652 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1654         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1656         * org-publish.el (org-publish-org-index): Create a section in the
1657         index file.
1658         (org-publish-org-index): Stop linking to directories.
1660         * org.el (org-emphasis-alist): Use span instead of <u> to
1661         underline text.
1663         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1664         <pre> sections.
1666 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1668         * org-jsinfo.el (org-infojs-template): Remove language attribute
1669         from script tag.
1671 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1673         * org-agenda.el (org-agenda-remove-marked-text): New function.
1674         (org-agenda-mark-filtered-text)
1675         (org-agenda-unmark-filtered-text): New functions.
1676         (org-write-agenda): Remove fltered text.
1678         * org.el (org-make-tags-matcher): Give access to TODO "property"
1679         without speed penalty.
1681 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1683         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1684         option.
1685         (org-store-link-props): Make sure adding to the plist works
1686         correctly.
1688         * org-gnus.el (org-gnus-no-new-news): New function.
1689         (org-gnus-follow-link): Allow the article ID to be a message-id,
1690         in addition to allowing article numbers.  Message IDs make much
1691         more roubust links.
1692         (org-gnus-store-link): Use message-id to create link.
1694 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1696         * org.el (org-emphasize): Reverse the selection array.
1697         (org-emphasis-alist): Set <code> tags for the verbatim
1698         environment.
1700         * org-remember.el (org-remember-handler): Fix bug with
1701         prefix-related changing of the note storage target.
1703         * org-exp.el (org-print-icalendar-entries): Make the exported
1704         priorities compatible with RFC 2445.
1706         * org-clock.el (org-clock-save): Insert time stamp without
1707         dependence on time-stamp.el.
1709 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1711         * org.el ("saveplace"): If saveplace puts point into an invisible
1712         location, make it visible.
1713         (org-make-tags-matcher): Allow inactive time stamps in time
1714         comparisons.
1715         (org-yank-adjusted-subtrees): New option.
1716         (org-yank): Incorporate adjusting trees.
1717         (org-paste-subtree): New argument FOR-YANK which will cause
1718         insertion at point without backing up over white lines, and leave
1719         point at the end of the inserted text.  Also if the cursor is
1720         at the beginning of a headline, use the same level or the inserted
1721         tree.
1723         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1724         with broken symlinks
1726 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1728         * org-exp.el (org-export-select-tags, org-get-current-options):
1729         Fix typo.
1731 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1733         * org-agenda.el (org-format-agenda-item)
1734         (org-agenda-filter-make-matcher): Make sure tags are stored and
1735         compared donwcased.
1737 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1739         * org.el (org-insert-todo-heading): Fix bug with force-heading
1740         argument.
1742 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1744         * org-clock.el (org-clock-in-resume): Add a custom option to
1745         toggle starting the clock from an open clock line.
1746         (org-clock-in): When clocking in to an entry, if
1747         `org-clock-in-resume' is set, check if the first clock line is
1748         open and if so, start the clock from the time in the clock line.
1749         (org-clock-persist): Add a custom option to toggle clock
1750         persistence.
1751         (org-clock-persist-query-save): Add a custom option to toggle
1752         asking the user if they want to save the running clock when
1753         exiting.
1754         (org-clock-persist-query-resume): Add a custom option to toggle
1755         asking the user if they want to resume the saved clock when Emacs
1756         is restarted.
1757         (org-clock-save): Add a function to save clock data.
1758         This includes the contents of `org-clock-history' and the buffer
1759         and position of the currently clocked task, if any.
1760         (org-clock-load): Add a function to load clock data.
1761         This populates `org-clock-history', and resumes the saved clocked
1762         task if there is one.
1763         (org-clock-persistence-insinuate): Add a method to set up the
1764         hooks for clock persistence.
1766 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1768         * org-exp.el (org-export-as-ascii): Handle the case that we are
1769         publishing from an indirect buffer.
1771         * org-table.el (org-table-copy-down): Fix bug with time stamp
1772         increment.
1774         * org-mouse.el (org-mouse-features): New option.
1775         (org-mode-hook): Turn on features depending on
1776         `org-mouse-features'.
1778         * org.el (org-insert-heading-respect-content): Force heading
1779         creation.
1780         (org-insert-heading): keep the folding state of the heading before
1781         the inserted one.
1783 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1785         * org-archive.el (org-archive-to-archive-sibling): Handle top
1786         level headlines better.
1788 2008-10-21  Bastien Guerry  <bzg@altern.org>
1790         * org-export-latex.el (org-export-latex-classes): Added
1791         \usepackage{graphicx} to the default list of packages.
1793 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1795         * org-agenda.el (org-agenda-filter): Renamed from
1796         `org-agenda-filter-tags'.
1798 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1800         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1801         is not defined as a property in this entry.
1802         (org-add-log-note): Mask prefix argument when immediately storing
1803         the note.
1805         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1806         option.
1808 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1810         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1811         after drawers was skipping ahead one line too many, so notes were
1812         inserted after the first note instead of before it.
1814 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1816         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1817         New variables.
1818         (org-prepare-agenda): Reset the filter tags.
1819         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1820         Show filter tags in mode line.
1822         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1823         formatter.
1825         * org-export-latex.el (org-latex-entities-regexp): New constant.
1826         (org-export-as-pdf): Use two calls to `shell-command'.
1828 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1830         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1831         Honor the {} value of the subsuperscript setting.  Make sure that
1832         longer subsuperscripts are typeset in a roman font.
1834         * org.el (org-clock-update-time-maybe): Compute negative clock
1835         intervals correctly.
1837 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1839         * org.el (org-add-log-setup): Respect
1840         `org-log-state-notes-insert-after-drawers'.
1841         (org-log-state-notes-insert-after-drawers): New option.
1842         (org-todo-trigger-tag-changes): New function.
1843         (org-todo): Call `org-todo-trigger-tag-changes'.
1845 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1847         * org.el (org-add-log-setup): Only skip drawers if the are
1848         immediately after the scheduling keywords.
1850         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1851         function
1852         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1853         call it with the current todo state to get the state to switch to
1854         when clocking in.
1855         (org-clock-in): Use org-indent-line-function to indent clock lines.
1856         (org-clock-find-position): Fix indentation of empty clock drawers.
1858 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1860         * org-publish.el (org-publish-org-to): Handle case when
1861         org-export-to-pdf does return a file name, not a buffer.
1862         (org-publish-org-to-pdf): New function.
1864         * org-export-latex.el (org-export-as-pdf)
1865         (org-export-as-pdf-and-open): New commands.
1867         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1868         forms as ranges.
1870         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1871         things in protexted regions.
1873 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1875         * org-export-latex.el (org-export-latex-preprocess): Improve
1876         quoting of LaTeX environments.
1878 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1880         * org.el (org-edit-fixed-width-region): Exclude final newline from
1881         picture area.
1883         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1884         sections, to make internal links work.
1885         (org-export-latex-fontify-headline): Do not remove all text
1886         properties, to make sure that target properties survive this
1887         process.
1889         * org-exp.el (org-export-preprocess-string): Change sequence of
1890         modifications, to make sure links are prepared before the LaTeX
1891         conversions do happen.
1893 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1895         * org-attach.el (org-attach-delete-all): Renamed from
1896         `org-attch-delete'.  Add a security query before deleting the
1897         entire directory.  New optional argument FORCE can overrule the
1898         security query.
1899         (org-attach-delete-one): New command.
1901 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1903         * org-attach.el (org-attach-file-list): Fix bug with directory.
1905 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1907         * org.el (org-apps-regexp-alist): New function.
1908         (org-file-apps): Add auto-mode to the default value.
1909         (org-open-file): Use the new structure of org-file-apps.
1911         * org-attach.el (org-attach): Support the new keys.
1912         (org-attach-method): New option.
1914 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1916         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1917         March.
1919         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1920         of the list value o `org-use-tag-inheritance'.
1922         * org-attach.el (org-attach-auto-tag): New option.
1923         (org-attach-tag, org-attach-untag): New functions.
1924         (org-attach-attach, org-attach-new, org-attach-sync): Call
1925         `org-attach-tag'.
1926         (org-attach-delete): Call `org-attach-untag'.
1928 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1930         * org-table.el (orgtbl-self-insert-command): Make this work for
1931         the keypad as well.
1933 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1935         * org.el (org-add-log-setup): Limit searc for drawers to entry
1936         text, not to subtree.
1938         * org-clock.el (org-clock-heading-for-remember): New variable.
1939         (org-clock-in): Set `org-clock-heading-for-remember'.
1941 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1943         * org-remember.el (org-remember-apply-template): Add new
1944         expansions: %k, %K for currently clocked task and a link to the
1945         currently clocked task, and %< to file notes in the currently
1946         clocked task.
1948 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1950         * org-export-latex.el (org-export-latex-make-header): Also insert
1951         the content of the property :latex-header-extra.
1953         * org-exp.el (org-infile-export-plist): Put the content of
1954         #+LATEX_HEADER: into the property :latex-header-extra.
1956         * org-colview.el (org-columns-get-format-and-top-level): Remove
1957         resetting the marker.
1959         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1960         Remove resetting the marker.
1962         * org.el (org-entry-property-inherited-from): Improve docstring.
1963         (org-entry-get-with-inheritance): Reset marker before starting the
1964         search.
1966         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1968 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1970         * org.el (org-entry-get-multivalued-property)
1971         (org-entry-protect-space, org-entry-restore-space): New
1972         functions.
1973         (org-file-apps-defaults-macosx): Let postscript files be opened by
1974         preview.
1975         (org-time-stamp-inactive): Call `org-time-stamp'.
1976         (org-time-stamp): New argument `inactive'.  Also edit inacive
1977         stamps. Convert time stamp type.
1978         (org-open-file): Interpret the `default' value for the `command'
1979         in `org-file-apps'.
1981         * org-id.el (org-id-int-to-b36-one-digit)
1982         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1983         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1984         b36.
1986 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1988         * org-id.el (org-id-reverse-string): New function.
1989         (org-id-new): Use `org-id-reverse-string' to make sure the
1990         beginning chars of the ID are mutating fast.  This allows to use a
1991         directory structure to spread things better.
1992         (org-id-prefix): Changed default to nil.
1994         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1995         restore the column of the cursor position.
1997         * org-remember.el (org-remember-apply-template): Remove properties
1998         from `initial'.
2000 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2002         * org-wl.el (org-wl-open): Remove useless call to
2003         `wl-thread-open-all'.
2005         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2006         location.
2008 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2010         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2011         `org-bbdb-anniversaries'.
2013         * org.el (org-get-next-sibling, org-forward-same-level): New
2014         functions, similar to the outline versions, but invisible headings
2015         are OK.
2017 2008-09-25  Bastien Guerry  <bzg@altern.org>
2019         * org.el (org-auto-repeat-maybe): Insert a space between
2020         the timestamp's type and the timestamp itself.
2022 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2024         * org-table.el (org-table-sum): Do not format the result with %g,
2025         it does rounding when there are too many digits.
2027         * org.el (org-map-entries): Protect the keyword-selecting variables.
2029 2008-09-23  Bastien Guerry  <bzg@altern.org>
2031         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2032         against all agenda files.
2034 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2036         * org-list.el: New file, aggregating list functions from org.el
2037         and org-export-latex.el.
2039         * org.el (org-edit-src-region-extra): New option.
2041 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2043         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2044         time before 1am.
2046 2008-09-22  Bastien Guerry  <bzg@altern.org>
2048         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2050 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2052         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2053         hline work correctly.
2054         (org-plot/gnuplot-script): Put commas at the end of each script
2055         line.
2057 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2059         * org.el (org-get-refile-targets): Replace links with their
2060         descriptions
2061         (org-imenu-get-tree): Replace links with their descriptions.
2063         * org-remember.el (org-remember-apply-template): Add a new
2064         expansion for adding properties to remember items.
2066         * org.el (org-add-log-setup): Skip over drawers (properties,
2067         clocks etc) when adding notes.
2069         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2070         items as well as the start and end times.
2072         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2073         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2075         * org-remember.el (org-get-x-clipboard): Use the compat
2076         function to get clipboard values when x-selection-value is
2077         unavailable. Use substring-no-properties instead of
2078         set-text-properties to remove text properties from the clipboard
2079         value.
2081         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2082         modeline clock string, and display the full todo value in the
2083         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2084         the currently clocked task.
2085         (org-clock-string-limit): Add a custom value for the maximum
2086         length of the clock string in the modeline.
2087         (org-clock-mode-map): Add a keymap for the modeline string
2089 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2091         * org-compat.el (org-propertize): New function.
2093 2008-09-20  Bastien Guerry  <bzg@altern.org>
2095         * org-export-latex.el (org-export-latex-tables): protect exported
2096         tables from further special chars conversion.
2097         (org-export-latex-preprocess): Preserve LaTeX environments.
2098         (org-list-parse-list): Parse descriptive lists.
2099         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2100         (org-list-to-texinfo): Export descriptive lists.
2101         (org-quote-chars): Remove.
2102         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2103         (org-export-latex-list-beginning-re): Rename to
2104         `org-list-beginning-re'
2105         (org-list-item-begin): Rename to `org-list-item-beginning'
2107 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2109         * org.el (org-refile): Allow refiling to the last entry in the
2110         buffer.
2111         (org-get-tags-at): Fix bug when inheritance is turned off.
2113 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2115         * org.el (org-indent-line-function): No longer check for src
2116         regions, this is too much overhead.
2118         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2119         matching.
2121         * org.el (org-scan-tags): Make sure that tags matching is not case
2122         sensitive.  TODO keyword matching is case sensitive, however, to
2123         avoid confusion with similar words that are not meant to be
2124         keywords.
2126 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2128         * org.el (org-get-local-tags-at): New function.
2129         (org-get-local-tags): New function.
2131         * org-exp.el (org-export-get-categories): New function.
2133         * org-agenda.el (org-sorting-choice)
2134         (org-agenda-sorting-strategy, org-agenda-get-todos)
2135         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2136         (org-agenda-get-scheduled, org-agenda-get-blocks)
2137         (org-entries-lessp): Implement sorting by TODO state.
2138         (org-cmp-todo-state): New defsubst.
2140         * org-colview.el (org-colview-construct-allowed-dates): New
2141         function.
2142         (org-columns-next-allowed-value): Use
2143         `org-colview-construct-allowed-dates'.
2145         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2146         function.
2147         (org-columns-next-allowed-value): Use
2148         `org-colview-construct-allowed-dates'.
2150 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2152         * org.el (org-protect-slash): New function.
2153         (org-get-refile-targets): Use `org-protect-slash'.
2155         * org-agenda.el (org-global-tags-completion-table): New variable.
2157         * org-exp.el (org-export-handle-export-tags): New function.
2158         (org-export-preprocess-string): Call
2159         `org-export-handle-export-tags'.
2161         * org-plot.el: New file.
2163         * org-publish.el (org-publish-expand-components): Function removed.
2164         (org-publish-expand-projects): Allow components to have components.
2166 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2168         * org.el (org-indent-line-function): Do not indent in regions that
2169         are external source code.
2170         (org-yank-and-fold-if-subtree): New function.
2172         * org-agenda.el (org-agenda-todayp): New function.
2173         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2174         `org-agenda-todayp'.
2176         * org.el (org-insert-heading-respect-content)
2177         (org-insert-todo-heading-respect-content): New commands.
2178         (org-insert-heading-respect-content): New option.
2179         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2181         * org-clock.el (org-clock-find-position): Make sure the note after
2182         the clock line gets moved into the new clock drawer.
2184 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2186         * org-id.el (org-id-new): New option.
2188 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2190         * org-table.el (org-table-copy-down): Avoid overflow during
2191         increment.  Use prefix argument 0 to temporarily disable the
2192         increment.
2194 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2196         * org-exp.el (org-export-as-html): Do not turn on the major mode
2197         if the buffer will be killed anyway.
2198         (org-get-current-options): Exclude the #+TEXT field.
2199         (org-export-as-html): Make sure text before the first headline is
2200         a paragraph.
2202         * org-publish.el (org-publish-org-to): Tell the exporter that this
2203         buffer will be killed, so it is not necessary to do major mode
2204         initialization.
2206         * org-archive.el (org-archive-to-archive-sibling): Show empty
2207         lines after folding the archive sibling.
2209         * org.el (org-log-note-extra): New variable.
2211 2008-09-05  Bastien Guerry  <bzg@altern.org>
2213         * org.el (org-additional-option-like-keywords): Added keywords for
2214         the _QUOTE, _VERSE and _SRC environments.
2216         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2217         exporting _QUOTE and _VERSE environments.
2219 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2221         * org-agenda.el (org-agenda-filter-by-tag): New command.
2223         * org-exp.el (org-get-current-options): Remove angular brackets
2224         from the date entry.
2226         * org.el (org-edit-fixed-width-region): New function.
2227         (org-edit-fixed-width-region): Also try
2228         `org-edit-fixed-width-region'.
2229         (org-edit-fixed-width-region-mode): New option.
2230         (org-activate-code): Only interprete lines starting with colon
2231         plus a space as example lines.
2233         * org-remember.el (org-remember-templates): Add nil instead of
2234         empty strings to fix the length of remember templates.
2236         * org-table.el (org-calc-default-modes): Fix the time format for
2237         calc, from 12 hour to 24 hour clock.
2239 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2241         * org-agenda.el (org-agenda-get-deadlines)
2242         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2243         entries that are pre-warnings of deadlines or reminders.
2245         * org.el (org-sort-entries-or-items): Make numeric and alpha
2246         comparisons ignore any TODO keyword and priority cookie.
2248         * org-remember.el (org-remember-handler): Reinterpretation of the
2249         prefix argument.
2251 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2253         * org-agenda.el (org-agenda-get-scheduled): Use new
2254         `org-scheduled' face.
2256         * org-faces.el (org-scheduled): New face.
2258         * org-wl.el (org-wl-open): Remove incorrect declaration.
2260         * org-gnus.el (org-gnus-store-link): Support for :to information
2261         in gnus links.
2263         * org-exp.el (org-export-as-html): Fixed typo in creator
2264         information.
2265         (org-export-protect-examples): New parameter indent.  Insert extra
2266         spaces only when this parameter is specified.
2267         (org-export-preprocess-string): Call `org-export-protect-examples'
2268         with an indentation parameter when exporting to ASCII.
2270         * org-remember.el (org-remember-templates)
2271         (org-remember-apply-template): Allow the file component to be a
2272         function.
2274         * org.el (org-goto-local-search-headings): Renamed from
2275         `org-goto-local-search-forward-headings'.  Added the possibility
2276         to search backwards.
2278 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2280         * org-export-latex.el (org-export-latex): New customization
2281         group.
2283         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2285 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2287         * org-exp.el (org-html-do-expand): Allow {} to terminate
2288         tex macro
2290 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2292         * org.el (org-buffer-list): Select buffers based on major mode,
2293         not on file name.
2295 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2297         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2298         face property.
2300         * org-colview.el (org-columns-display-here): Use
2301         `org-columns-modify-value-for-display-function'.
2303         * org-colview-xemacs.el (org-columns-display-here): Use
2304         `org-columns-modify-value-for-display-function'.
2306 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2308         * org.el (org-columns-modify-value-for-display-function): New option.
2320         * org-publish.el (org-publish-file): Make sure the directory match
2321         for the publishing directory works correctly.
2323         * org-agenda.el (org-agenda-execute-calendar-command)
2324         (org-agenda-diary-entry): Additional optional argument.
2326 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2328         * org-exp.el (org-export-as-html): Add attributes also in mailto
2329         and ftp links.
2331         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2340 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2342         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2343         sure that calls from `org-export-region-as-html' do not do the
2344         special check for a subtree.
2346 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2348         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2350 2008-07-20  Juri Linkov  <juri@jurta.org>
2352         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2353         new keymap `narrow-map' instead of binding "\C-xns".
2355 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2357         * org.el (org-open-file): Use
2358         `org-open-directory-means-index-dot-org'.
2359         (org-open-directory-means-index-dot-org): New option.
2361 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2363         * org.el (org-make-link-string): Remove link attributes from
2364         description.
2365         (org-open-at-point): Remove link attributes bevore using the path.
2367         * org-exp.el (org-export-as-html): Handle link attributes.
2369         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2371         * org-table.el (org-table-to-lisp): New function.
2373         * org.el (org-narrow-to-subtree): Do not include the final newline
2374         into the narrowed region.
2376         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2377         bug with user-define skipping condition.
2379 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2381         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2383 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2385         * org-exp.el (org-export-html-style-default): Automatic overflow
2386         handling for pre fields.
2387         (org-export-as-ascii, org-export-as-html): Change default format
2388         for time stamp.
2390         * org-table.el (org-table-export): Offer completion for translator
2391         functions, and do not require a heading above the table.
2393         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2394         Cater for the case of a list starting in the first line of the
2395         buffer.
2397 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2399         * org-publish.el (org-publish-find-title): Bug fix.
2400         (org-publish-org-index): Implement new :index-style option.
2402 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2404         * org-publish.el (org-publish-timestamp-filename): Use
2405         SHA1-encoded file names in the timestamp directory.
2407 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2409         * org-publish.el (org-publish-needed-p): Be verbose about files
2410         published and files skipped.
2412         * org-exp.el (org-export-preprocess-string): Swap link
2413         normalization and inernal link targeting.
2415         * org-publish.el (org-publish-needed-p): Create timestamp
2416         directory when it does not exist.
2418 2008-07-04  Bastien Guerry  <bzg@altern.org>
2420         * org-clock.el (org-clock-out-when-done): Doc fix.
2422         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2424         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2425         Ignore case when searching for the COMMENT cookie at export time.
2427 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2429         * org-exp.el (org-get-file-contents)
2430         (org-get-and-remove-property): New functions.
2431         (org-export-handle-include-files): Handle the new prefix options.
2432         (org-export-as-html): Fix the verse environment.
2434 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2436         * org.el (org-time=, org-time<, org-time<=, org-time>)
2437         (org-time>=, org-time<>, org-2ft): New functions.
2438         (org-op-to-function): Also provide for the time testing fucntions.
2440 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2442         * org-exp.el (org-export-html-style-default): New constant.
2444 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2446         * org-exp.el (org-export-html-style-extra): New variable.
2447         (org-export-splice-style): New function.
2449 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2451         * org-exp.el (org-export-plist-vars, org-export-as-html):
2452         Implement `org-export-creator-info'.
2453         (org-export-creator-info): New option.
2455 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2457         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2458         (org-property-drawer-re, org-clock-drawer-re): New constants.
2460 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2462         * org-exp.el (org-icalendar-use-deadline)
2463         (org-icalendar-use-scheduled): New options.
2464         (org-icalendar-include-todo): Default changed to t.
2465         (org-print-icalendar-entries): Implement better utilization of
2466         scheduling and deadline time stamps.
2467         (org-export-target-internal-links, org-export-as-html): Allow file
2468         lines without the "file:" prefix if the file path is an absolute
2469         path or starts with ".".
2471         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2472         lastweek etc.
2473         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2475 2008-06-18  Glenn Morris  <rgm@gnu.org>
2476         * org.el (org-map-entries): Let-bind `file'.
2478 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2480         * org.el (org-agenda-skip-archived-trees): Docstring now
2481         discourages using this.
2482         (org-scan-tags): Check for org-agenda-archives-mode.
2483         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2484         (org-agenda-files): Functionality of second arg changed.
2486         * org-agenda.el (org-agenda-archives-mode): New variable
2487         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2488         (org-search-view, org-todo-list, org-tags-view)
2489         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2490         `ifmode' argument.
2491         (org-agenda-quit): Reset the archives mode.
2492         (org-agenda-archives-mode): New command.
2493         (org-agenda-set-mode-name): Include archives info.
2495 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2497         * org.el (org-paste-subtree): Make sure the yanked headline is
2498         visible if it was yanked at a visible point.
2499         (org-move-item-up): Fix the bug with moving white space at the end
2500         of the item.
2501         (org-show-empty-lines-in-parent): New function.
2503 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2505         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2507         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2509         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2510         agenda prefix as well.
2512         * org-publish.el (org-publish-org-index): Make a properly indented
2513         list.
2515         * org.el (org-calendar-agenda-action-key): New option.
2516         (org-get-cursor-date): New function.
2517         (org-mark-entry-for-agenda-action): New command.
2518         (org-overriding-default-time): New variable.
2519         (org-read-date): Respect `org-overriding-default-time'.
2521         * org-remember.el (org-remember-apply-template): Respect the
2522         ovverriding default time.
2524         * org-agenda.el (org-agenda-action-marker): New variable.
2525         (org-agenda-action): New command.
2526         (org-agenda-do-action): New function.
2528 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2530         * org.el (org-schedule, org-deadline): Protect scheduled and
2531         deadline tasks against changes that accidently remove the
2532         repeater.  Also show a message with the new date when done.
2534 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2536         * org.el (org-beginning-of-line): Cater for the case when there
2537         are tags but no headline text.
2538         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2539         it set.
2541 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2543         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2544         the return value is nil instead of "nil" when there is no match.
2546         * org-exp.el (org-insert-centered): Use fill-column instead of
2547         80.
2548         (org-export-as-ascii): Use string-width to measure the width of
2549         the heading.
2551         * org.el (org-diary-to-ical-string): No longer kill buffer
2552         FROMBUF, this is now done by the caller.
2554         * org-exp.el (org-print-icalendar-entries): Move the call to
2555         `org-diary-to-ical-string' out of the loop, and kill the buffer
2556         afterwords.
2558         * org-remember.el (org-remember-visit-immediately): Position
2559         cursor after moving to the note.
2560         (org-remember-apply-template): Use a text property to record the
2561         cursor position.
2562         (org-remember-handler): Align tags after pasting the note.
2564 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2566         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2568         * org-agenda.el (org-agenda-open-link): If there is an
2569         org-bbdb-name property in the current line, jump to that bbdb
2570         entry.
2572         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2573         text property, so that the agenda knows where this entry comes
2574         from.
2576         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2577         interaction between clocking-in from the agenda, and  automatic
2578         task state switching.
2580         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2582         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2583         zmacs-region stays after this command in XEmacs.
2585 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2587         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2589         * org-remember.el (org-remember-templates): Fix bug in
2590         customization type definition.
2592         * org.el (org-map-entries): New function.
2594 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2596         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2597         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2599 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2601         * org-remember.el (org-jump-to-target-location): New variable.
2602         (org-remember-apply-template): Set
2603         `org-remember-apply-template' if requested by template.
2604         (org-remember-handler): Start an idle timer to jump to
2605         remember location.
2607         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2609         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2610         file tags.
2611         (org-get-tags-at): Add the content of `org-file-tags'.
2613         * org-exp.el (org-export-handle-comments): Fix bug with several
2614         comment lines after each other.
2615         (org-number-to-roman, org-number-to-counter): New functions.
2616         (org-export-section-number-format): New option.
2618 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2620         * org-exp.el (org-export-protect-examples): Catch the case of a
2621         missing end_example line.
2623         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2624         `org-file-tags' to nil.
2626         * org-colview.el (org-columns-next-allowed-value): Handle next
2627         argument NTH to directly select a value.
2629         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2630         argument NTH to directly select a value.
2632 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2634         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2636 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2638         * org.el (org-columns-ellipses): New option.
2640 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2642         * org-colview.el (org-columns-add-ellipses): New function.
2643         (org-columns-compact-links): New function.
2644         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2645         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2646         when in agenda.
2647         (org-columns-edit-value): Fixed bug with editing values from
2648         agenda column view.
2649         (org-columns-redo): Also redo the agenda itself.
2651 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2653         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2654         option.
2656         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2658         * org-exp.el (org-export-ascii-preprocess): Renamed from
2659         `org-export-ascii-clean-string'.
2660         (org-export-kill-licensed-text)
2661         (org-export-define-heading-targets)
2662         (org-export-handle-invisible-targets)
2663         (org-export-target-internal-links)
2664         (org-export-remove-or-extract-drawers)
2665         (org-export-remove-archived-trees)
2666         (org-export-protect-quoted-subtrees)
2667         (org-export-protect-verbatim, org-export-protect-examples)
2668         (org-export-select-backend-specific-text)
2669         (org-export-mark-blockquote-and-verse)
2670         (org-export-remove-comment-blocks-and-subtrees)
2671         (org-export-handle-comments, org-export-mark-radio-links)
2672         (org-export-remove-special-table-lines)
2673         (org-export-normalize-links)
2674         (org-export-concatenate-multiline-links)
2675         (org-export-concatenate-multiline-emphasis): New functions,
2676         obtained from spliiting the export preprocessor.
2678         * org-table.el (org-table-recalculate): Improve error message if
2679         the row number is invalid.
2681 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2683         * org-archive.el (org-archive-save-context-info): Fix bugs in
2684         customization setup and docstring.
2686         * org-exp.el (org-export-html-style): Changed the size of in the
2687         <pre> element to 90%.
2689 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2691         * org.el (org-find-src-example-start): Function removed.
2692         (org-edit-src-find-region-and-lang): New function.
2694 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2696         * org.el (org-edit-src-exit): New function.
2697         (org-exit-edit-mode): New minor mode.
2699         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2700         comment-like lines from protected examples.
2702         * org.el (org-edit-src-example, org-find-src-example-start)
2703         (org-protect-source-example, org-edit-special): New functions.
2705 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2707         * org-publish.el (org-publish-project-alist): Fix typo in
2708         docstring.
2709         (org-publish-project-alist): Handle :index-title property.
2711 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2713         * org-export-latex.el (org-export-as-latex): Make sure region
2714         bounds are correct.  Parse subtree properties relating to export.
2716         * org-exp.el (org-export-add-options-to-plist): New function.
2717         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2719 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2721         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2722         EXPORT_TITLE.
2724         * org-exp.el (org-export-get-title-from-subtree)
2725         (org-export-as-ascii, org-export-as-html): Make sure the original
2726         region-beginning and region-end are used, even after moving
2727         point.
2728         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2729         property.
2731         * org-remember.el (org-remember-last-stored-marker): New variable.
2732         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2733         (org-remember-handler): Also use marker to remember
2734         last-stored position.
2736         * org.el (org-goto-marker-or-bmk): New function.
2738 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2740         * org.el (org-file-properties): Renamed from `org-local-properties'.
2741         (org-scan-tags): Take file tags into account.
2742         (org-tags-match-list-sublevels): Default changed to t.
2744         * org-exp.el (org-export-as-html): Close paragraph after a
2745         footnote.
2747         * org.el (org-update-parent-todo-statistics): New function.
2749         * org-exp.el (org-icalendar-store-UID): New option.
2750         (org-icalendar-force-UID): Option removed.
2751         (org-print-icalendar-entries): IMplement UIDs.
2753 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2755         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2757 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2759         * org-faces.el (org-column): Document how this face is being used
2760         and why sometimes the background faces shine through.
2762         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2764         * org-publish.el (org-publish-attachment): Create publishing
2765         directory if it does not yet exist.
2767         * org-table.el (org-calc-default-modes): Change default number
2768         format to (float 8).
2770         * org.el (org-olpath-completing-read): New function.
2771         (org-time-clocksum-format): New option.
2772         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2774         * org-clock.el (org-clock-display, org-clock-out)
2775         (org-update-mode-line): Use `org-time-clocksum-format'.
2777         * org-colview-xemacs.el (org-columns-number-to-string): Use
2778         `org-time-clocksum-format'.
2780         * org-colview.el (org-columns-number-to-string): Use
2781         `org-time-clocksum-format'.
2783 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2785         * org-id.el: New file, move from contrib to core.
2787         * org-exp.el (org-icalendar-force-UID): New option.
2789 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2791         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2792         shifted by one day if theere is a date range without an end
2793         time.
2795         * org.el (org-try-structure-completion): New function.
2797 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2799         * org.el (org-set-font-lock-defaults): Improve fontification of
2800         description lists.
2801         (org-insert-item): Handle description lists.
2802         (org-adaptive-fill-function): Improve auto indentation in
2803         description lists.
2805         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2806         Implement VERSE environment.
2807         (org-export-preprocess-string): Implement the COMMENT
2808         environment.
2810         * org-export-latex.el (org-export-latex-preprocess): Implement
2811         VERSE environment.
2813 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2815         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2816         option.
2818 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2820         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2822         * org.el (org-quote-csv-field): New functions.
2824         * org-table.el (org-table-export-default-format): Remove :splice
2825         from default format, we get the same effect by not specifying
2826         :tstart and :tend.
2827         (org-table-export): Improve setup, distinguish better between
2828         interactive and non-interactive use, allow specifying the format
2829         on the fly, better protection against wrong file names.
2830         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2831         and :tend when :splice is omitted.
2833 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2835         * org-clock.el (org-clock-select-task): Make sure the selection
2836         letters are 1-9 and A-Z, no special characters.
2838 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2840         * org-exp.el (org-export-htmlize): New group.
2841         (org-export-htmlize-output-type)
2842         (org-export-htmlize-css-font-prefix): New options.
2843         (org-export-htmlize-region-for-paste): New function.
2844         (org-export-htmlize-generate-css): New command.
2846 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2848         * org/org.el (org-modules, org-format-latex-options):
2849         * org/org-archive.el (org-archive-stamp-time)
2850         (org-archive-save-context-info):
2851         * org/org-faces.el (org-hide):
2852         * org/org-irc.el (org-irc-parse-link):
2853         * org/org-macs.el (org-call-with-arg, org-autoload):
2854         * org/org-mew.el (org-mew-store-link):
2855         * org/org-remember.el (org-remember-store-without-prompt)
2856         (org-remember-templates): Fix typos in docstrings.
2858         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2860         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2861         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2862         (org-bbdb-anniv-split): Fix typos in docstrings.
2864         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2865         (org-publish-use-timestamps-flag): Reflow docstring.
2866         (org-publish-files-alist): Fix typos in docstring.
2868 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2870         * org.el (org-set-visibility-according-to-property): New function.
2871         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2872         and compute the regular expressions, and update font-lock.
2873         (org-property-re): Allow a dash in property names.
2875         * org-archive.el (org-extract-archive-file): Insert the file name
2876         without the path into the format, to allow the location format to
2877         contain a subdirectory.
2879         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2880         of buffer, and the `org-agenda-type' property undefined, use the
2881         value from the character before.
2883         * org.el (org-add-planning-info): Don't let indentation for
2884         would-be timestamp become extra whitespace at the end of headline.
2886 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2888         * org.el (org-remove-double-quotes, org-file-contents): New
2889         functions.
2891         * org-exp.el (org-infile-export-plist): Also parse the
2892         contents of #+SETUPFILE files, recursively.
2894         * org.el (org-set-regexps-and-options): Also parse the
2895         contents of #+SETUPFILE files, recursively.
2897         * org-exp.el (org-export-handle-include-files): New function.
2898         (org-export-preprocess-string): Call
2899         `org-export-handle-include-files'.
2901         * org.el (org-delete-property-globally)
2902         (org-delete-property, org-set-property): Ignore case during
2903         completion.
2904         (org-set-property): Use `org-completing-read' instead of
2905         `completing-read'.
2907         * org.el (org-complete-expand-structure-template): New,
2908         experimental function.
2909         (org-structure-template-alist): New, experimental option.
2910         (org-complete): Call `org-complete-expand-structure-template'.
2912 2008-05-06  Bastien Guerry  <bzg@altern.org>
2914         * org-export-latex.el (org-export-latex-preprocess): Added
2915         support for blockquotes.
2917 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2919         * org.el (org-read-date-analyze): Catch the case where only a
2920         weekday is given.
2922 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2924         * org.el (org-set-font-lock-defaults): Make the description
2925         tag bold.
2927         * org-exp.el (org-export-as-html, org-close-li): Implement
2928         description lists.
2930 2008-05-04  Jason Riedy  <jason@acm.org>
2932         * org-table.el (*orgtbl-default-fmt*): New variable.
2933         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2934         when there is no other fmt available.
2936         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2937         :tend to suppress the appropriate string.
2939         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2940         table.
2942 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2944         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2945         read date.
2947         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2948         New function.
2950         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2951         New function.
2953 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2955         * org-clock.el (org-clock-find-position): Don't include notes
2956         into clock drawer.
2958         * org-archive.el (org-archive-subtree): No longer remove an
2959         extra line after cutting the subtree.  `org-cut-subtree' already
2960         takes care of this.
2962         * org-remember.el (org-remember-handler): Only kill the target
2963         buffer if it does not contain the running clock.
2965         * org.el (org-markers-to-move): New variable.
2966         (org-save-markers-in-region, org-check-and-save-marker)
2967         (org-reinstall-markers-in-region): New function.
2968         (org-move-subtree-down, org-copy-subtree): Remember relative
2969         marker positions before cutting.
2970         (org-move-subtree-down, org-paste-subtree): Restore relative
2971         marker positions after pasting.
2973         * org-remember.el (org-remember-clock-out-on-exit): New option.
2974         (org-remember-finalize): Clock out only if the setting in
2975         `org-remember-clock-out-on-exit' requires it.
2976         (org-remember-handler): Do the cleanup in the buffer, to make sure
2977         that the clock marker remains in tact.
2979 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2981         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2982         (org-clock-in): Make sure that also tasks outside the narrowed
2983         region will be clocked in correctly.
2984         (org-clock-insert-selection-line): Widen the buffer so that we can
2985         find the correct task heading.
2987         * org.el (org-base-buffer): New function.
2989         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2990         and ";" are escaped.
2991         (org-print-icalendar-entries): Also apply
2992         `org-icalendar-cleanup-string' to the headline, not only to the
2993         summary property.
2995 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2997         * org-exp.el (org-export-preprocess-hook): New hook.
2998         (org-export-preprocess-string): Call
2999         `org-export-preprocess-hook'.
3001         * org.el (org-font-lock-hook): New variable.
3002         (org-font-lock-hook): New function.
3003         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3005 ;; Local Variables:
3006 ;; coding: utf-8
3007 ;; add-log-time-zone-rule: t
3008 ;; End:
3010     Copyright (C) 2008  Free Software Foundation, Inc.
3012   This file is part of GNU Emacs.
3014   GNU Emacs is free software: you can redistribute it and/or modify
3015   it under the terms of the GNU General Public License as published by
3016   the Free Software Foundation, either version 3 of the License, or
3017   (at your option) any later version.
3019   GNU Emacs is distributed in the hope that it will be useful,
3020   but WITHOUT ANY WARRANTY; without even the implied warranty of
3021   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3022   GNU General Public License for more details.
3024   You should have received a copy of the GNU General Public License
3025   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3027 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c