Agenda: Make prefix argument to `org-agenda' optional.
[org-mode.git] / lisp / ChangeLog
blob55a13c686941790efb54db77cbb1167d2e8faf36
1 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda): Make prefix arg optional.
5         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
6         characters.
8         * org.el (org-self-insert-cluster-for-undo): New option.
9         (org-self-insert-command): Cluster undo for 20 characters.
10         (org-self-insert-command-undo-counter): New variable.
12 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
14         * org-exp.el (org-export-as-html): Fix problem with closing colone
15         example.
17 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org-export-latex.el (org-export-as-latex)
20         (org-export-latex-first-lines): Avoid modification flag when
21         adding or removing text properties.
22         (org-export-latex-fontify): Catch error when org-emph-alist has
23         entries that are not defined for LaTeX export.
25         * org.el (orgstruct++-mode): New function.
26         (turn-on-orgstruct++): Call `orgstruct++-mode'.
27         (org-context-p): Allow detecting item context after the first line
28         of an item.
29         (orgstruct-make-binding): Detect if item-body context should be
30         seen.
31         (orgstruct-is-++): New variable.
32         (org-add-planning-info): Catch the case when there is no planning
33         info yet and the call does not want to add anything, only maybe
34         tries to remove something.
35         (org-special-ctrl-a/e): All value to be a cons cell with separate
36         settings for `C-a. and `C-e'.
37         (org-beginning-of-line, org-end-of-line): Honor separate values
38         for `C-a' and `C-e'.
40 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org.el (org-reload): New command.
44 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-exp.el (org-export-htm-get-tag-class-name)
47         (org-export-htm-get-todo-kwd-class-name): New functions.
48         (org-export-html-tag-class-prefix)
49         (org-export-html-todo-kwd-class-prefix): New options.
50         (org-export-as-html): Call
51         `org-export-html-get-todo-kwd-class-name'.
52         (org-html-level-start): Wrap tags into classes.
53         (org-export-html-get-tag-class-name)
54         (org-export-html-get-todo-kwd-class-name): New functions.
56         * org-export-latex.el (org-export-latex-collect-header-macros):
57         Remove fields that are used anyway.
58         (org-export-latex-make-header): Insert the options earlier.
60         * org-agenda.el (org-agenda-get-progress): Fix bug with state
61         matching.
63         * org-list.el (org-indent-item): Allow point to be at the end of
64         the region.
66         * org.el (org-metaleft, org-metaright): Be more accurate about
67         detecting a region where commands apply.
69         * org-compat.el (org-cursor-to-region-beginning): New function.
71         * org.el (org-priority): Also find invisible heading.
73         * org-colview-xemacs.el (org-columns-edit-value): No special
74         treatment for `org-todo' prefix.
76         * org-colview.el (org-columns-edit-value): No special treatment
77         for `org-todo' prefix.
79         * org-remember.el (org-remember-apply-template): Use
80         `org-completing-read-no-ido'.
82         * org.el (org-completing-read-no-ido): New function.
83         (org-make-tags-matcher, org-set-property): Use
84         `org-completing-read-no-ido'.
86         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
87         New option.
88         (org-export-as-latex): Import in-buffer settings as TeX macros.
89         (org-export-latex-make-header): Additional parameter OPT-DEFS.
90         (org-export-latex-collect-header-macros): New function.
92         * org.el (org-refile-get-location): Turn off
93         `partial-completion-mode'.
95 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org.el (org-block-todo-from-checkboxes): Announce that
98         checkboxes are the culprit.
99         (org-block-todo-from-children-or-siblings): Call
100         `org-up-heading-all instead' of `outline-up-heading'.
102         * org-agenda.el (org-agenda-show-1): Renamed from
103         `org-agenda-show'.
104         (org-agenda-show): Re-install the old version for now.
105         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
106         variable into the blokker hook, so that the checkbox checker can
107         anounce that it caused the blocking.
109         * org.el (org-track-ordered-property-with-tag): New option.
110         (org-toggle-ordered-property): Honor
111         `org-track-ordered-property-with-tag'.
112         (org-tag-alist): Add newline options.
113         (org-set-regexps-and-options): Separate option lines imply a
114         newline.
115         (org-set-regexps-and-options, org-assign-fast-keys)
116         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
117         option.
118         (org-indent-line-function): Make sure this works even if there is
119         not `org-drawer-regexp' defined.  This can happen when
120         orgstruct-mode is used in a non-org buffer.
122         * org-list.el (org-checkbox-blocked-p): New function.
123         (org-toggle-checkbox): Check for blocking.
125         * org.el (org-modules): Add an entry for org-R.el.
127         * org-agenda.el (org-agenda-todo-ignore-with-date)
128         (org-agenda-todo-ignore-scheduled)
129         (org-agenda-todo-ignore-deadlines): Mention the variable
130         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
132         * org.el (org-get-wdays): Find the warning period also if it is in
133         the wrong place.
134         (org-ido-completing-read): Provide the correct arguments to
135         ido-completing-read and bind `ido-enter-matching-directory' to
136         nil.
138 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
140         * org.el (org-olpath-completing-read): Never use ido for this
141         one.
143         * org-exp.el (org-export-normalize-links): Use new macro.
145         * org-macs.el (org-if-unprotected-at): New macro.
147         * org-agenda.el (org-agenda-show): Allow numerical prefix
148         arguments to specify how much context should be shown.
149         (org-agenda-cycle-show): New command, could be bound to SPC in
150         org-agenda-mode-map.
152         * org-exp.el (org-html-level-start): Space after section number.
154 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-agenda.el (org-agenda-get-sexps): Add todo state as
157         property, for sorting.
158         (org-cmp-todo-state): Get the applicable TODO keywords directly
159         from the buffer.
160         (org-run-agenda-series, org-agenda-list, org-search-view)
161         (org-todo-list, org-tags-view): Only fit agenda window when the
162         whole series is done.
164         * org.el (org-scan-tags): Add todo state as property, for sorting.
166         * org-agenda.el (org-agenda-custom-commands-local-options): Add
167         `org-agenda-overriding-header' as an option.
168         (org-agenda-list): Honor org-agenda-overriding-header'.
170 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
172         * org-list.el (org-toggle-checkbox): Improve cursor positioning
173         after removing a checkbox.
175         * org.el (org-show-entry): Make this work correctly also if it is
176         the last entry in the file.
177         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
178         falling back to normal, default command.
179         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
180         item, call the checkbox toggler to get a box.
182         * org-list.el (org-toggle-checkbox): Make double prefix set the
183         checkbox to "[-]".
184         (org-fix-bullet-type): Only replace bullet it it is changed.
185         (org-renumber-ordered-list): Handle case when first item does not
186         have a number.
188         * org.el (org-add-log-setup): Fix positioning when
189         `org-log-states-order-reversed' is nil.
191         * org-clock.el (org-clock-in): Fix positioning when
192         `org-log-states-order-reversed' is nil.
193         (org-clock-find-position): Fix positioning when
194         `org-log-states-order-reversed' is nil.
196 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org-clock.el (org-clock-into-drawer): Take default from
199         `org-log-into-drawer'.
200         (org-clock-find-position): Look for the correct drawer.
202         * org.el (org-log-into-drawer): Renamed from
203         `org-log-state-notes-into-drawer'.
204         (org-log-state-notes-into-drawer): New variable alias.
205         (org-add-log-setup): Make drawer name default to LOGBOOK, not
206         CLOCK.
207         (org-insert-property-drawer): Also skip LOGBOOK drawers.
209 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-agenda.el (org-agenda): Fix docstring.
213         * org.el ("org-plot"): Help loading org-plot.
214         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
215         (org-metadown-hook, org-shiftmetaleft-hook)
216         (org-shiftmetaright-hook, org-shiftmetaup-hook)
217         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
218         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
219         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
220         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
222         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
223         for selecting files with any (and even without) extension.
225         * org.el (org-save-all-org-buffers): Also save id locations.
226         (org-revert-all-org-buffers): Also load id locations.
228 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org.el (org-drawers): Add LOGBOOK to the default drawers.
230         (org-log-state-notes-into-drawer): New option.
231         (org-add-log-setup): Place the sate note marker into the drawer,
232         create drawer when necessary.
233         (org-refile-targets): Document special interpretation of LEVEL
234         when odd-levels are used.
236 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org.el (org-store-log-note): Fix note indentation when adding
239         notes to end of list.
241         * org-exp.el (org-export-as-html): Add TODO keyword as extra
242         class, so that each keyword can get special colors through CSS.
244         * org-clock.el (org-clock-out): Add another nil for the previous
245         state into the call to `org-add-log-setup'.
247         * org.el (org-log-note-previous-state): New variable.
248         (org-log-note-headings): New %S escape for old state.
249         (org-todo): Call the note setup with the old state as an
250         argument.
251         (org-add-note): Add another nil for the previous state into the
252         call to `org-add-log-setup'.
253         (org-add-log-setup): New argument PREV-STATE.
254         (org-add-log-note): Handle new %S escape.
255         (org-store-log-note): Handle new %S escape.
257 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org-clock.el (org-clock-find-position): Do not swallow an item
260         less indented than the CLOCK line itself.
261         (org-clock-in): Push markers to lin after the clock line.
262         (org-clock-find-position): Handle values of
263         `org-clock-into-drawer' smaller than 2.
265         * org-exp.el (org-html-level-start): Add a CSS class to section
266         numbers.
267         (org-export-html-toplevel-hlevel): Better documentation of the
268         influence of this variables on H levels and css classes in
269         export.
271 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-agenda.el (org-agenda-custom-commands-local-options): Add
274         timestamp and nottimestamp to the chooe menu.
276         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
277         (org-revert-all-org-buffers): New command.
279 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org.el (org-return): Implement `org-return-follows-link' in the
282         function org-return.  This is more robust than using the mouse
283         map, I think.
284         (org-set-regexps-and-options): Match more general #+TODO lines.
285         (org-make-options-regexp): New optional argument EXTRA, for an
286         extra regexp.
287         (org-tab-follows-link): Mark as deprecated.
289 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org-exp.el (org-export-preprocess-string): Remove clock lines
292         earlier, so that they cannot cotribute to verbatim snippets.
294 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
296         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
297         for finding drawers.
298         (org-export-as-ascii, org-export-as-html): Count levels relative
299         to the subtree header.
300         (org-get-min-level): New optional argument OFFSET.
301         (org-export): Make sure point is restored after popping up that
302         window.
304         * org.el (org-do-sort): Also take an inactive timestamp if no
305         active one is found.
307         * org-colview-xemacs.el (org-columns-capture-view): Copy before
308         deleting duplicates.
310         * org-colview.el (org-columns-capture-view): Copy before
311         deleting duplicates.
313         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
314         text before first headline.
316         * org.el (org-format-latex): Do not convert LaTeX fragments in
317         protected examples.
319 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org-exp.el (org-export-html-style-default): Use color values
322         instead of names for XHTML validation.
324         * org.el (org-get-scheduled-time, org-get-deadline-time): New
325         functions.
326         (org-return-follows-link): Revert making this the default untile
327         issues are resolved.
329         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
330         nottimestamp.
332 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-mode): Make dependence stuff work more reliably.
335         (org-update-parent-todo-statistics): Fix bug with updating
336         statistics cookie.
338         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
339         ~ as verbatim delimiters.
341         * org-exp.el (org-export-html-format-image): New argument
342         PAR-OPEN.
343         (org-export-as-html): Pass par-open to
344         `org-export-html-format-image'.
346 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
349         (org-use-fast-todo-selection, org-tags-column): New default
350         setting for variables, based on a poll what typical uses use.
352         * org-agenda.el (org-agenda-sorting-strategy)
353         (org-agenda-tags-column): New default setting for variables, based
354         on a poll what typical uses use.
356 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
359         blocked entries from setting the blocked tag.
361         * org-exp.el (org-export-html-footnotes-section): Use a more
362         consistent id for footnotes.
364         * org-export-latex.el (org-export-latex-classes): Remove the
365         a4paper option from the default styles.
367 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
369         * org.el (org-enforce-todo-checkbox-dependencies): New option.
370         (org-block-todo-from-checkboxes): New function.
371         (org-todo): Make tripple prefix arg circumvent blocking.
373         * org-timer.el (org-timer): Provide the timer feature.
375         * org.el (org-require-autoloaded-modules): Add a few more files to
376         the list of autoloaded modules.
378         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
380 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
383         drawers that are unprotected.
384         (org-export-html-format-image): Make sure inlined LaTeX fragment
385         images remain inlined.
387         * org.el (org-toggle-ordered-property): New function.
388         (org-mode-map): Add a key for `org-toggle-ordered-property'.
389         (org-org-menu): Add menu entries for TODO dependencies.
391 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
393         * org.el (org-default-properties): Add ORDERED to the default
394         properties, to get completion support for it.
396         * org-list.el (org-update-checkbox-count): Update more than one cookie.
398         * org.el (org-update-parent-todo-statistics): Update more than one
399         cookie.
401         * org-agenda.el (org-agenda-get-todos): Start search from correct
402         position.
404         * org.el (org-fast-todo-selection): Make sure TODO selection does
405         not change buffer position.
407         * org-list.el (org-toggle-checkbox): Implement adding or removing
408         checkboxes from line or region when called with a prefix
409         argument.
411         * org-rmail.el (org-rmail-store-link): Protect the call to
412         `rmail-narrow-to-non-pruned-header'.
414         * org-clock.el (org-clock-special-range): Fix week display in
415         clock tables.
417         * org-exp.el (org-get-current-options): Fix bug when in indirect
418         buffer.
420 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
422         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
423         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
424         (org-agenda-dim-blocked-tasks): New function.
426         * org.el (org-enforce-todo-dependencies): New option.
427         (org-block-todo-from-children-or-siblings): New function.
429         * org-faces.el (org-agenda-dimmed-todo-face): New face.
431         * org.el (org-todo): Return correct state type even if the blocker
432         throws an error.
433         (org-modifier-cursor-error): Renamed from
434         `org-shiftcursor-error'.
435         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
436         (org-shiftmetadown): Call `org-modifier-cursor-error'.
438         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
439         to get real errors from the blocker hook.
441         * org.el (org-shiftselect-error, org-call-for-shift-select): New
442         functions.
443         (org-set-visibility-according-to-property): Turn off the setting
444         of `org-show-entry-below', to avoid overruling a FOLDED visibility
445         property.
447 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org.el (org-support-shift-select): New option.
450         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
451         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
452         selection outside contexts.
454         * org-list.el (org-at-item-bullet-p): New function.
456         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
457         variables.
459         * org-footnote.el (org-footnote-normalize): Remove unnecessary
460         variable.
461         (org-insert-footnote-reference-near-definition): Remove
462         unnecessary let form.
464         * org-export-latex.el (org-export-latex-first-lines): Add
465         OPT-PLIST parameter.
466         (org-export-as-latex): Call `org-export-latex-first-lines' with
467         opt-plits parameter.
468         (org-export-latex-preprocess): Remove unnecessary variables.
470         * org-exp.el (org-infile-export-plist)
471         (org-export-add-options-to-plist, org-export-kill-licensed-text)
472         (org-export-remove-headline-metadata)
473         (org-export-get-title-from-subtree, org-get-min-level)
474         (org-html-do-expand): Remove innecessary let form.
476         * org-colview-xemacs.el (org-columns-display-here): Remove
477         unnecessary variables.
479         * org-colview.el (org-columns-display-here): Remove unnecessary
480         variables.
482         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
483         variables.
485         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
486         unnecessary variables.
488         * org-agenda.el (org-search-view, org-agenda-get-blocks)
489         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
490         variables.
492         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
493         (org-compact-display-after-subtree-move): Remove unnecessary
494         variables.
495         (org-edit-fixed-width-region): Remove unnecessary variables.
496         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
497         (org-olpath-completing-read): Remove unnecessary variable.
498         (org-auto-repeat-maybe): Remove unnecessary variable.
499         (org-map-entries): Remove unnecessary variable.
500         (org-buffer-property-keys, org-imenu-get-tree)
501         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
503 -----------------------------------------------------------------
505 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
506         * org-exp.el (org-export-remove-timestamps): Never remove
507         timestamps from tables.
509         * org-export-latex.el (org-export-latex-first-lines): Add more
510         options to the preprocessing of the text before the first
511         headline.
513 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org-faces.el (org-clock-overlay): Make face compatible with
516         XEmacs.
518         * org.el (org-yank): Add property for delete-selection mode.
520         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
522         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
523         variable.
525         * org-table.el (org-table-insert-hline): Fix typo in fuction call
526         to `backward-char'.
528         * org-exp.el (org-export-as-html): Remove the initial space from
529         colon examples.
531         * org.el (org-scan-tags): Call
532         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
534         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
535         customization groups.
536         (org-agenda-tags-todo-honor-ignore-options): New option.
537         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
538         New function.
539         (org-agenda-get-todos): Use
540         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
542 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
544         * org-exp.el (org-export-format-source-code-or-example): Escape
545         HTML characters also in examples that anre not treated with
546         htmlize.  Also, just switch to EXAMPLE processing if we do not
547         have a good version of htmlize.
549         * org-rmail.el: Fix copyright notice.
551         * org.el (org-activate-footnote-links): Improve footnote link
552         highlighting.
554         * org-footnote.el (org-footnote-normalize): Fix finding the end of
555         a footnote definition at the end of the file.
557         * org-table.el (org-table-get-specials): Add an imagined hline at
558         the end of the table.  This can be useful for references that want
559         to go to the end of the table.  Also fix bug when computing last
560         row constants, in tables that do not start right at the right
561         margin.
562         (org-table-eval-formula): Match and replace remove references.
563         (org-table-formula-substitute-names): Make sure that names inside
564         a "remote" call are left alone, the will be replaced later when
565         the remote call is handled.
566         (org-table-convert-refs-to-rc): Do not convert things that might
567         look like a reference, but are really part of an ID or namei n a
568         remote reference.
569         (org-table-get-remote-range): New function.
571 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-faces.el (org-clock-overlay): Fix bug in face definition.
575         * org-clock.el (org-clock-put-overlay): Use new face instead of
576         `secondary-selection'.
578         * org-faces.el (org-clock-overlay): New face.
580 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
582         * org-exp.el (org-get-current-options): Include the option for
583         publishing time stamps.
585         * org.el (org-toggle-heading): Renamed from
586         `org-toggel-region-headings'.
587         No longer needs a region defined, but will use it if there is one.
588         (org-ctrl-c-star): Simplified, relying more on the internal
589         workings of `org-toggle-heading'.
590         (org-toggle-item): Renamed from `org-toggle-region-items'.
591         No longer needs a region defined, but will use it if there is one.
592         (org-ctrl-c-minus): Simplified, relying more on the inernal
593         workings of `org-toggle-item'.
595         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
596         environment detection.  Also, do real changes only in unprotected
597         places.
599 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-export-latex.el (org-export-latex-quotation-marks): Use
602         `org-if-unprotected-1'.
603         (org-export-latex-set-initial-vars): Check for class definition in
604         property.
606         * org-macs.el (org-if-unprotected-1): New macro.
608 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
610         * org-compat.el (org-count-lines): New function.
612         * org-exp.el (org-export-format-source-code-or-example): Handle
613         switches related to text areas.
615         * org.el (org-activate-footnote-links): Don't allow match inside a
616         link.
618         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
620         * org-export-latex.el (org-export-latex-links): Keep a relative
621         path relative also after export.
623         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
625         * org.el (org-make-tags-matcher): Never use IDO for completing the
626         tags matcher match string.
627         (org-completing-read): Also remove the special biding for "?".
629         * org-attach.el (org-attach-allow-inheritance): New option.
630         (org-attach-inherited): New variable.
631         (org-attach-dir): Handle properties related to the attachment
632         directory.
633         (org-attach-check-absolute-path): New function.
634         (org-attach-set-directory, org-attach-set-inherit): New commands.
635         (org-attach): Accommodate the new commands in the dispatcher.
637 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
639         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
640         `window-full-width-p'.
642         * org-exp.el (org-export-as-html): Only check for images files
643         that really can be inlined
645         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
646         list of extensions to be a parameter.
648         * org-exp.el (org-export-html-inline-image-extensions): New
649         variable.
651         * org-agenda.el (org-prepare-agenda): Use
652         `org-agenda-block-separator'.
653         (org-agenda-block-separator): New option.
655 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
657         * org-export-latex.el (org-export-latex-tables): Call
658         `org-table-clean-before-export' with the new optional argument.
660         * org-exp.el (org-table-clean-before-export): New optional
661         parameter MAYBE-QUOTED, allows for quoted characters like \# in
662         first column.
664 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
666         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
667         histograms.
669         * org-colview.el (org-colview-construct-allowed-dates): Better
670         error catching when a date/time property does not have allowed
671         values defined.
673         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
674         Better error catching when a date/time property does not have
675         allowed values defined.
677 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
679         * org.el (org-map-entries): Restore point and restriction after
680         `org-map-entries'.
682 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
684         * org.el (org-time=, org-time<, org-time<=, org-time>)
685         (org-time>=, org-time<>): Make sure both values are dates.
687 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
689         * org-archive.el (org-extract-archive-heading): Allow %s for file
690         name also in achive location heading.
692 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-archive.el (org-add-archive-files): Uniquify the list before
695         returning it.
697 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
699         * org-compat.el (org-fit-window-to-buffer): Use
700         `window-full-width-p'.
702         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
703         space after the colon in short examples.
705         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
706         enforce a space after the colon.  However, we also allow lines
707         that are *only* a colon.
708         (org-export-as-html): Enforce the space after the colon in short
709         examples.
710         (org-export-preprocess-string): Do the colon example protection
711         earlier.
712         (org-export-remove-timestamps): Do not check for protection at the
713         end of the line.
715 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
717         * org.el (org-format-latex-options): Add new matcher for single
718         letters between dollars.
719         (org-get-header): Function removed.
720         (org-heading-components): New function.
722         * org-exp.el (org-export-define-heading-targets): Record ID's also
723         as alternative targets.
724         (org-export-as-html): Interpret "id:" links to other files by
725         preserving the relative path.
727         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
728         is nil.
730         * org-exp.el (org-export-normalize-links): Protect the main link,
731         to avoid special character processing.
733         * org-export-latex.el (org-export-latex-special-keyword-regexp):
734         New variable.
735         (org-export-latex-special-string-regexps): Variable removed.
736         (org-export-latex-keywords): Use the new regexp.
738         * org-exp.el (org-export-handle-include-files): Fetch switches and
739         put them into the BEGIN statement.
741         * org-timer.el (org-timer-mode-line-string): New variable.
743         * org-clock.el (org-clock-mode-line-map): Renamed from
744         `org-clock-mode-map'.
745         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
746         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
747         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
748         (org-clock-remove-overlays): Renamed from
749         `org-remove-clock-overlays'.
751         * org-timer.el (org-timer-pause-or-continue): Implement stopping
752         and mode line display.
753         (org-timer-stop): New command.
754         (org-timer-seconds): Return correct time when timer is paused.
755         (org-timer-mode-line-timer): New variable.
756         (org-timer-set-mode-line, org-timer-update-mode-line): New
757         functions.
759         * org.el (org-insert-heading):  Handle new value `auto' for
760         `org-blank-before-new-entry'.
761         (org-org-menu): Add new items for timer functions.
763         * org-list.el (org-insert-item): Handle new value `auto' for
764         `org-blank-before-new-entry'.
766         * org.el (org-blank-before-new-entry): New value `auto', made
767         default.
769 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-exp.el (org-export-normalize-links): If the link is also
772         used as the description, protect the description.
774 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org.el (org-closest-date): Fix bug with yearly repeats, in
777         combination with preference of the past as it is used for deadline
778         and scheduling search.
780         * org-exp.el (org-html-handle-time-stamps): No longer check for
781         the `org-export-with-timestamps' option, because the preprocesser
782         has taken care of this already.
784         * org.el (org-entry-properties): Catch the case when this is
785         called in a non-org-mode file.
787         * org-export-latex.el (org-export-latex-remove-from-headlines):
788         Variable made obsolete, also LaTeX export now uses the standard
789         variables.
790         (org-export-as-latex): Add the timestamps parameter to the
791         preprocessor parameter list.
792         (org-export-latex-content): Export the remaining keywords without
793         considering to remove them.
794         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
795         Use bold font instead of tt font for the keywords.
796         (org-export-latex-fontify-headline): Format headlines, assuming
797         that all keywords still present should be published.
798         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
799         publish what ever remains of the time stamps.
800         (org-export-latex-list-parameters): New option.
801         (org-export-latex-lists): Pass additional parameters to the list
802         converter.
804         * org-exp.el (org-export-preprocess-string): Remove clock lines
805         and timestamps already in the preprocesor.
806         (org-export-remove-timestamps, org-export-remove-clock-lines): New
807         functions.
808         (org-export-as-ascii, org-export-as-html): Add the timestamps
809         parameter to the preprocessor parameter list.
811         * org-list.el (org-list-parse-list): Parse for checkboxes.
812         (org-list-to-generic): Introduce and handle new parameters :cbon
813         and :cboff.
814         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
815         optional parameter PARAMS.
817         * org-export-latex.el (org-export-latex-special-chars): Fix
818         problems with interpreting dollar signs.
819         (org-inside-latex-math-p): New function.
820         (org-export-latex-preprocess): Protect all the math fragments.
822         * org.el (org-latex-regexps): Allow a dash after a dollar.
824         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
825         mark after copying.
827         * org-agenda.el (org-run-agenda-series): Have series options set
828         when finalizing the agenda.
830         * org-exp.el (org-export-format-source-code-or-example): Protect
831         the converted examples.
833         * org.el (org-set-regexps-and-options): Fix the regexp
834         `org-complex-heading-regexp'.
836 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
838         * org.el (org-edit-src-get-label-format): New function.
839         (org-coderef-label-format): New option.
840         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
841         a label format specification and make sure it is used in the edit
842         buffer.
843         (org-edit-src-get-label-format): New function.
844         (org-store-link): Handle new coderef formats.
845         (org-link-search): Handle new coderef formats.
847         * org-footnote.el (org-footnote-create-definition)
848         (org-footnote-goto-local-insertion-point): Make footnote insertion
849         work correctly when the "Footnotes" headline is the last line in
850         the buffer.
852         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
853         the location.
855 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
857         * org-w3m.el (org-w3m): New customization group.
858         (org-w3m-deactivate-mark): New option.
859         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
860         option say not to.
862 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org.el (org-set-font-lock-defaults): Trigger footnote
865         fontification.
866         (org-activate-footnote-links): New function.
867         (org-activate-links): New entry `footnote'.
869         * org-faces.el (org-footnote): New face.
871 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org-macs.el (org-re): Handle the [:word:] class.
875         * org-exp.el (org-export-preprocess-string): Call
876         `org-export-protect-colon-examples'.
877         (org-export-protect-colon-examples): Renamed from
878         `org-export-protect-examples', and scope limited to lines starting
879         with a colon.
881 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-exp.el (org-export-preprocess-string): Move the preprocess
884         hook to after turning on Org-mode.
885         (org-export-preprocess-after-include-files-hook)
886         (org-export-preprocess-after-tree-selection-hook)
887         (org-export-preprocess-before-backend-specifics-hook)
888         (org-export-preprocess-final-hook): New hooks.
889         (org-export-preprocess-string): Run the new hooks.
891         * org.el (org-ctrl-c-minus): Fix indentation for new items.
893         * org-footnote.el: New file.
895         * org.el (org-footnote): Require footnote code.
896         (org-startup-options): Add new footnote options.
897         (org-mode-map): New keybindig for footnotes.
898         (org-ctrl-c-ctrl-c): Add function at footnotes.
899         (org-org-menu): New menu entries for footnotes.
901         * org-export-latex.el (org-export-as-latex): Pass footnote
902         variable to preprocessor.
903         (org-export-latex-preprocess): Treat multiple references to a
904         footnote.
906         * org-exp.el (org-export-preprocess-string): Call
907         `org-footnote-normalize'.
908         (org-export-as-ascii, org-export-as-html): Pass footnote variable
909         to preprocessor.
910         (org-export-as-html): Treat multiple references to a footnote.
912 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
914         * org-export-latex.el (org-export-latex-links): Handle coderef
915         links.
917         * org.el (org-bracket-link-analytic-regexp++): New variable.
918         (org-make-link-regexps): Initialize
919         `org-bracket-link-analytic-regexp++'.
920         (org-store-link): Implement special case in edit-src buffer.
921         (org-insert-link): No use of ide to insert stored links.
922         (org-link-search): Implement special case for coderefs.
924         * org-exp.el (org-export-html-scripts): New constant.
925         (org-export-html-style-default): Add a new style for highlighted
926         code.
927         (org-export-code-refs): New variable.
928         (org-export-preprocess-string): Initialize `org-export-code-refs'.
929         Call `org-export-replace-src-segments-and-examples'
930         No longer call `org-export-protect-examples'.
931         (org-export-target-internal-links): Take care of coderef targets.
932         (org-export-last-code-line-counter-value): New variable.
933         (org-export-replace-src-segments-and-examples): Renamed from
934         `org-export-replace-src-segments', and modified.
935         (org-export-format-source-code-or-example): Renamed from
936         `org-export-format-source-code'.
937         (org-export-number-lines): New function.
938         (org-export-as-ascii, org-export-as-html): Handle coderef links.
940 --------------------------------------------------------------------------
942 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org-remember.el (org-remember-handler): Safer way to get a new
945         buffer accessing the target file.
947         * org.el (org-refile-get-location): Handle case of current buffer
948         not having a file associated with it.
950 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
952         * org-table.el (org-table-get-formula): Only ask to overwrite
953         field formula if there really is one.
955         * org-id.el (org-id-find): Allow the ID to be a symbol or a
956         number, by converting these to a string.
958         * org-colview.el (org-dblock-write:columnview): Allow ID to be
959         located in a different file.
961         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
962         org-colview.el.
964 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org.el (org-completion-use-ido): Enhance docstring of
967         `org-completion-use-ido'.
969         * org-export-latex.el (org-export-latex-make-header): Double the %
970         in the time stamp format.
971         (org-export-latex-special-chars): Handle case where there is no
972         match group 3.
974 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
976         * org.el (org-get-refile-targets, org-refile-get-location): Use
977         expanded file name to improve comparison.
979 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
981         * org.el (org-scan-tags): Rescan for tags, to get the correct
982         upcase/downcase stuff.  This slows things down for now, but it
983         works.
984         (org-mode): Make sure the tag-faces regexp is initialized.
986         * org-export-latex.el (org-export-latex-links): Fix bug with
987         undefined label.
989         * org-table.el (org-table-get-specials): Set
990         `org-table-current-last-data-line'.
991         (org-table-current-last-data-line): New variable.
992         (org-table-insert-column, org-table-delete-column)
993         (org-table-move-column, org-table-fix-formulas): Call
994         `org-table-fix-formulas' a second time to fix the $LR references.
995         (org-table-get-specials): Add the $LR references to the tables.
996         (org-table-get-formula): Do not offer last-row names as LHS of
997         formulas.
999         * org.el (org-store-link): Capture link description from
1000         `org-id-store-link'.
1002         * org-exp.el (org-export-html-format-image): Add the / to the end
1003         of the <img> tag.
1004         (org-export-format-source-code): Surround example by empty lines,
1005         to make sure it will not be inside a paragraph.
1007         * org.el (org-ido-switchb): New function.
1009 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1011         * org-agenda.el (org-agenda-show): New prefix argument
1012         FULL-ENTRY.
1014         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1015         argument.
1017         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1018         `org-agenda-change-all-lines'.
1019         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1020         tags are now retrieved locally.
1022 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org.el (org-get-outline-path): Fix bug if level is not given.
1025         (org-org-menu): Do not quote function in menu vector.
1027         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1028         name.
1030 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1032         * org.el (org-refile): Avoid refiling to within the region to be
1033         refiled.
1035         * org-export-latex.el (org-export-latex-special-chars): Replace
1036         special characters also in tables.
1038         * org-agenda.el (org-agenda-change-all-lines): New argument
1039         FORCE-TAGS.
1040         (org-agenda-set-tags): Cet the new tags and pass them to
1041         `org-format-agenda-item'.
1043 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-export-latex.el (org-export-latex-classes): Add longable as
1046         a default package to all classes.
1047         (org-export-latex-tables): Handle the longtable attribute and the
1048         align attribute.
1050         * org-table.el (orgtbl-to-generic): Handle tables that start with
1051         a hline.
1053         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1054         \verb for colde-like snippets.
1055         (org-export-as-latex): Fix issues with region export.
1057         * org.el (org-up-heading-safe): Speed up function by using a
1058         direct regexp search.
1059         (org-olpa): New variable.
1060         (org-get-outline-path): Speed-up path constructions in cases where
1061         this is possible because the entire hierarchy is scanned anyway.
1062         (org-refile-get-location): Don't compare the truenames of files,
1063         this is too slow.
1064         (org-goto-max-level): New option.
1065         (org-goto): Use `org-goto-max-level'.
1067 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1069         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1070         Strip angle brackets from message-ids in the former and don't do
1071         it in the latter.
1072         (org-gnus-follow-link): Open summary reliable, even if the last
1073         messages were deleted, and handle empty groups, too.
1075 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1077         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1078         instead of \texttt for the =...= and ~===~ emphasis environments.
1079         (org-export-as-latex): Remove any old :org-license-to-kill text
1080         properties.
1081         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1082         (org-export-latex-make-header): Add some hard space after the
1083         table of contents.
1084         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1085         exported text so that it will be excuded in further steps.
1087         * org-table.el (org-table-get-specials): Make @0 reference the
1088         last line in a table.
1089         (org-table-recalculate): Improve docstring.
1091 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org.el (org-log-done): Fix docstring.
1095 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1097         * org-exp.el (org-export-html-format-image): Fix bugs.
1099         * org-export-latex.el (org-export-latex-tables)
1100         (org-export-latex-links): Implement attribute, label, and caption
1101         handling.
1103         * org-exp.el (org-export-html-style-default): Add style
1104         definitions for the figure div.
1105         (org-export-preprocess-string, org-export-as-html): Implement
1106         attribute, label, and caption handling.
1107         (org-export-attach-captions-and-attributes): New function.
1108         (org-export-html-format-image): New function.
1109         (org-format-org-table-html): Implement attribute, label, and
1110         caption handling.
1112         * org.el (org-find-text-property-in-string): New function.
1113         (org-extract-attributes): Use the property org-attr instead of
1114         org-attrobutes, because this property is now set with the #+ATTR
1115         lines.
1117 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1119         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1120         the case that FROM is nil.
1122         * org.el (org-before-first-heading-p): New function.
1124 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1126         * org-exp.el (org-export-as-html): Do not add a space before
1127         enforces line breaks.
1128         (org-export-as-html): Close paragraph before blockquote and verse
1129         tags.
1131 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-id.el (org-id-locations-file): Wrap file name with
1134         `convert-standard-filename'.
1135         (org-id-files): New variable.
1136         (org-id-use-hash): New option.
1137         (org-id-update-id-locations): Also search in all files current
1138         listed in `org-id-files'.  Convert the resulting alist to a hash
1139         if the user customation says so.
1140         (org-id-locations-save): Handle he case if `org-id-locations' is a
1141         hash.
1142         (org-id-locations-load): Convert the alist to a hash.
1143         (org-id-add-location): Handle the hast case.
1144         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1145         exited.
1146         (org-id-hash-to-alist, org-id-alist-to-hash)
1147         (org-id-paste-tracker): New functions.
1149 -------------------------------------------------------------------------
1151 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1153         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1154         bindings of calendar variables.
1156         * org-table.el (org-table-find-row-type): Renamed from
1157         `org-find-row-type'.
1158         (org-table-rewrite-old-row-references): Renamed from
1159         `org-rewrite-old-row-references'.
1160         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1161         (org-table-cleanup-narrow-column-properties): Renamed from
1162         `org-cleanup-narrow-column-properties'.
1164 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1166         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1167         for better error messages.
1168         (org-table-get-descriptor-line): Supply the new arguments to
1169         `org-find-row-type'.
1170         (org-table-error-on-row-ref-crossing-hline): New option.
1172         * org.el (org-target-link-regexp): Make buffer-local.
1173         (org-move-subtree-down): Fix bug with trees at beginning of
1174         buffer.
1176 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1178         * org-faces.el (org-set-tag-faces): New function.
1179         (org-tags-special-faces-re): New variable.
1181         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1183         * org-faces.el (org-tag-faces): New option.
1184         (org-tag): Mention `org-tag-faces' in the docstring.
1186 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1188         * org-exp.el (org-export-html-style-default): Implement new
1189         quoting.
1191         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1193         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1194         command to the `w3m-minor-mode-map'.
1196         * org-archive.el (org-archive-to-archive-sibling): Protect
1197         `this-command' to avoid appending kills during archiving.
1199         * org-exp.el (org-export-with-priority): New variable.
1200         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1201         instead of internal list of strings and properties.
1202         (org-print-icalendar-entries): Retrieve the location property with
1203         inheritance.
1205 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1207         * org-exp.el (org-export-with-todo-keywords): New option.
1208         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1209         line.
1210         (org-default-export-plist, org-export-add-options-to-plist)
1211         (org-export-as-ascii, org-export-as-html): Use the new structure
1212         of `org-export-plist-vars'.
1214         * org.el (org-map-entries): Return all values.
1216 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1218         * org.el (org-matcher-time): Recognize more special values.
1220         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1222 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1224         * org.el (org-tags-exclude-from-inheritance): New option.
1225         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1226         `org-tags-exclude-from-inheritance'.
1228         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1229         (org-format-agenda-item): Add inherited tags to the agenda line
1230         string, and make sure that properties are kept when downcasing the
1231         tags list.
1232         (org-agenda-add-inherited-tags): New function.
1233         (org-downcase-keep-props): New function.
1235         * org.el (org-scan-tags): Mark inherited tags with a text
1236         property.
1237         (org-get-tags-at): Mark inherited tags with a text property.
1238         (org-add-prop-inherited): New function.
1240         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1241         (org-agenda-show-inherited-tags): New option.
1243 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1245         * org.el (org-modules): Add org-w3m to the default modules.
1247         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1248         orgtbl-mode.
1249         (orgtabl-create-or-convert-from-region): New command.
1251         * org-exp.el (org-export-as-ascii): Remove the handling of
1252         targets.
1253         (org-export-ascii-preprocess): Handle targets already in this
1254         function.
1256 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1258         * org-timer.el (org-timer-start-time): Define this variable.
1259         (org-timer-item): Make argument optional.
1261         * org-list.el (org-insert-item): Automatically insert a timer item
1262         if the current list is a timer list.
1264         * org-timer.el: New file.
1266         * org-publish.el (org-publish-org-index): Only exclude the index
1267         file in the main directory from being added to the site-map.
1268         (org-publish-get-project-from-filename): If the current project is
1269         a component, start publishing from the parent project.
1271 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1273         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1275         * org-publish.el (org-publish-org-index): Improve removal of
1276         temporary buffers.
1278         * org-agenda.el (org-get-closed): Re-apply changes
1279         accidentially overwritten by last commit to Emacs.
1281         * org.el (org-outline-path-complete-in-steps): New option.
1282         (org-refile-get-location): Honor
1283         `org-outline-path-complete-in-steps'.
1284         (org-agenda-change-all-lines, org-tags-sparse-tree)
1285         (org-time-string-to-absolute, org-small-year-to-year)
1286         (org-link-escape): Re-apply changes accidentially overwritten
1287         by last commit to Emacs.
1289 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1291         * org-clock.el (org-dblock-write:clocktable): Make sure the
1292         clocktable sees the first line.
1293         (org-clock-in): Warn if the clock cannot be resumed.
1295 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org.el (org-open-at-point): Fix mixup about interactive and
1298         non-interactive elisp links.
1300 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1302         * org-exp.el (org-export-preprocess-string): Allow one comment
1303         line before the first headline to always be included.  This is
1304         to not miss a commented target.
1306         * org-mouse.el (org-mouse-insert-item): Call
1307         `org-indent-to-column' instead of `indent-to', for XEmacs
1308         compatibility.
1310         * org.el (org-refile-targets): Fix customize definition so
1311         that it works also in XEmacs.
1312         (org-fixup-indentation): Call `org-indent-to-column' instead
1313         of `indent-to', for XEmacs compatibility.
1315 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1317         * org-mew.el (org-mew-store-link): Get the correct case folder
1318         for refiled messages.
1320 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1322         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1323         line break indicators.
1325         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1326         ido-completion propts.
1328 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org-remember.el (org-remember-apply-template): Use
1331         `org-substring-no-properties'.
1333         * org-compat.el (org-substring-no-properties): New function.
1335         * org-remember.el (org-remember-apply-template): Use
1336         `org-substring-no-properties' for compatibility.
1338         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1339         option.
1340         (org-fix-bullet-type): respect
1341         `org-list-two-spaces-after-bullet-regexp'.
1343         * org-clock.el (org-clock-load): Clean up the code.
1345         * org.el (org-adaptive-fill-function): Allow two spaces after
1346         "1." as a list bullet.
1348 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1350         * org-clock.el (org-clock-save, org-clock-load): Check for
1351         live buffers, existing files, and buffer file names to ensure
1352         consistent information.
1353         (org-clock-persist): Make `clock' a special value of this
1354         variable, and improve docstring.
1356         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1357         (org-get-string-indentation): Adapt indentation when the bullet
1358         width changes.
1360 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1362         * org-remember.el (org-remember-finalize): Make interactive.
1363         (org-remember-kill): New command.
1364         (org-remember-finish-immediately): Call `org-remember-finalize'
1365         directly.
1366         (org-remember-finalize): Make `org-remember-finalize' an interactive
1367         function.
1369 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1371         * org-remember.el (org-remember-apply-template): No ido completion
1372         for free prompts in remember templates.
1373         (org-remember-before-finalize-hook): New hook.
1374         (org-remember-mode): New minor mode.
1375         (org-remember-apply-template): Turn on `org-remember-mode'.
1377         * org-id.el (org-id-add-location): Avoid error when no file is
1378         given.
1380         * org-remember.el (org-remember-apply-template): Fix the way how
1381         the list of allowed properties is retrieved from the target file.
1383         * org.el (org-insert-link): Improve file link matching.
1385 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1387         * org-colview.el (org-columns-display-here): New argument
1388         DATELINE, to trigger using the new face.
1389         (org-agenda-colview-summarize): Call `org-columns-display-here'
1390         with the new argument.
1392         * org-faces.el (org-agenda-column-dateline): New face.
1394         * org-publish.el (org-publish-org-index): Use index-title at page
1395         title, not as section.
1397         * org-exp.el (org-export-html-format-desc): Respect the
1398         org-protect property.
1399         (org-export-as-html): Protect image specifiers that are in the
1400         description part of a link.
1402         * org.el (org-sort-entries-or-items, org-completing-read)
1403         (org-refile-get-location, org-olpath-completing-read, org-todo)
1404         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1405         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1406         (org-set-property, org-delete-property)
1407         (org-delete-property-globally): Use `org-ido-completing-read'.
1409         * org-remember.el (org-remember-apply-template): Use
1410         `org-ido-completing-read'.
1412         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1414         * org-colview.el (org-columns-edit-value, org-columns-new)
1415         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1417         * org-colview-xemacs.el (org-columns-edit-value)
1418         (org-columns-new, org-insert-columns-dblock): Use
1419         `org-ido-completing-read'.
1421         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1422         `org-ido-completing-read'.
1424         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1425         `org-ido-completing-read'.
1427         * org.el (org-time-today): New function.
1428         (org-matcher-time): Use `org-time-today'.  Add special treatment
1429         for "<tomorrow>" and "<yesterday>".
1430         (org-ido-completing-read): New function.
1431         (org-completion-use-ido): New option.
1433         * org-exp.el (org-export-format-source-code): Fix bug in require
1434         htmlize code.
1435         (org-export-target-internal-links): Fix bug in search for text
1436         property.
1438 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org-export-latex.el (org-export-latex-subcontent): Interprete
1441         target aliases as additonal labels.
1443         * org-exp.el (org-export-target-aliases): New variable.
1444         (org-export-preprocess-string)
1445         (org-export-handle-invisible-targets): Fill the alias alist.
1446         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1447         assign an id.
1448         (org-html-level-start): Insert the target aliases as additonal
1449         anchors.
1451         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1452         picture area.
1454 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1457         when following a link with the mouse from the agenda.
1459         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1460         headlines are created.
1462 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1464         * org-exp.el (org-export-preprocess-string): Reorder so that we
1465         can still see ID properties when we collect targets.
1466         (org-export-target-internal-links): Also store targets for ID's.
1468         * org.el (org-link-translation-function): New option.
1469         (org-open-at-point): Call `org-link-translation-function' if
1470         non-nil.
1471         (org-translate-link): New function.
1472         (org-translate-link-from-planner): New function.
1473         (org-open-at-point): Allow interactive commands in elisp links.
1475         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1476         iCalendar quoting.  The new one seems to caus problems with
1477         applications.
1479         * org.el (org-yank): Set `this-command' to `yank', so that
1480         `yank-pop' will work.
1482 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1484         * org-id.el (org-id-search-archives): New option.
1486         * org.el (org-link-to-org-use-id): New option.
1487         (org-store-link): Use `org-link-to-org-use-id'.
1488         (org-id): Make org-id.el a standard component.
1490 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1492         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1493         hexified version of the tag.
1495         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1496         compliance as far as quoting is concerned.
1498         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1500         * org.el (org-up-heading-safe, org-forward-same-level): Always
1501         call `org-back-to-heading' instead of `outline-back-to-heading'.
1502         (org-back-to-heading): New wrapper around outline-back-to-heading,
1503         with a useful error message telling where the error happened.
1505         * org-list.el (org-update-checkbox-count): Always call
1506         `org-back-to-heading' instead of `outline-back-to-heading'.
1508         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1509         has an `alt' attribute, to ensure XHTML validation.
1511 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1513         * org-publish.el (org-publish-attachment): Allow publishing to
1514         overwrite attachment files.
1516         * org-agenda.el (org-agenda-timerange-leaders): New option.
1517         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1519         * org.el (org-edit-src-exit): Untabify ASCII image before
1520         returning.
1533 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org.el (org-yank): Make any prefix force normal yanking.
1536         Suppress folding if text would be swallowed into a folded
1537         subtree.
1538         (org-yank-folded-subtrees, org-yank): Docstring updates.
1540         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1541         defined as 0.
1543         * org-exp.el (org-export-language-setup): Add Catalan and
1544         Esperanto language entries.
1546 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1548         * org.el (org-refile): Allow refiling of entire regions.
1550         * org-clock.el (org-clock-time%): New function.
1552         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1553         retrieve property values.
1555 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1557         * org-agenda.el (org-agenda-list): Handle the value `only' of
1558         org-agenda-show-log'.
1559         (org-agenda-log-mode): Interpret a double prefix arg.
1561 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1563         * org-exp.el (org-export-html-footnotes-section): New variable.
1564         (org-export-as-html): Use `org-export-html-footnotes-section' to
1565         insert the footnotes.
1566         (org-export-language-setup): Add "Footnotes" to language words.
1568 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1570         * org.el (org-yank): Fix bug when not inserting a subtree.
1572 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1575         instead of `vm-beginning-of-message'.
1577         * org.el (org-make-link-regexps): Make sure that links to gnus can
1578         contain brackets.
1580 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1583         code.
1585         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1586         shell output.
1588         * org.el (org-link-abbrev-alist): Improve customization type.
1590         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1591         functions.
1593         * org-agenda.el (org-agenda-get-progress): Renamed from
1594         `org-get-closed'.  Implement searching for state changes as well.
1595         (org-agenda-log-mode-items): New option.
1596         (org-agenda-log-mode): New option prefix argument, interpreted as
1597         request to show all possible progress info.
1598         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1599         `org-get-closed'.
1600         (org-agenda-set-mode-name): Handle the more complex log mode
1601         settings.
1602         (org-get-closed): New alias, pointing to `org-get-progress'.
1604 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1606         * org.el (org-file-apps-defaults-gnu)
1607         (org-file-apps-defaults-macosx)
1608         (org-file-apps-defaults-windowsnt): Add an entry defining the
1609         system command.
1610         (org-file-apps): Allow `system' as key and value.
1611         (org-open-at-point): Explain the effect of a double prefix arg.
1612         (org-open-file): If the argument `in-emacs' is (16),
1613         i.e. corresponding to a double prefix argument, try to open the
1614         file externally.
1616 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1618         * org.el (org-insert-link): Abbreviate absolute files names in
1619         links.  Also, fix a bug in which the double C-u prefix would not
1620         be honored.
1622 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1624         * org.el (org-insert-heading): If buffer does not end with a
1625         newline, add one if necessary to insert headline correctly.
1627         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1628         paragraphs, not inside.
1630         * org.el (org-todo): Quote
1631         `org-agenda-headline-snapshot-before-repeat'.
1633         * org-exp.el (org-export-as-html): Fully process link descriptions.
1634         (org-export-html-format-desc): New function.
1635         (org-export-as-html): Collect footnotes into the correct basket.
1636         (org-html-protect): No longer protect quotations marks here, this
1637         goes wrong.
1639         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1640         BEG.
1642         * org-compat.el (org-fit-window-to-buffer): New function (not
1643         really, a preliminary and incomplete version was present earlier,
1644         but not used).
1646         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1647         `org-fit-window-to-buffer'.
1649         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1651         * org-agenda.el (org-agenda-get-restriction-and-command)
1652         (org-fit-agenda-window, org-agenda-convert-date): Use
1653         `org-fit-window-to-buffer'.
1655         * org-exp.el (org-export-as-html): Process href links through
1656         `org-export-html-format-href'.
1657         (org-export-html-format-href): New function.
1659         * org-agenda.el (org-agenda-todo): Update only the current
1660         headline if this is a repeated TODO, marked done for today.
1661         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1662         only the current line.
1664         * org.el (org-todo): Take a snapshot of the headline if the
1665         repeater might change it.
1667 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1669         * org-publish.el (org-publish-find-title): Remove buffers visited
1670         only for extracting the title.
1672         * org-exp.el (org-export-html-style)
1673         (org-export-html-style-default): Mark style definitions as
1674         unparsed CDATA.
1676         * org-publish.el (org-publish-validate-link): Function
1677         re-introduced.
1679 2008-11-02  Charles Sebold  <csebold@gmail.com>
1681         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1682         property.
1683         (org-plot-quote-timestamp-field): New function.
1684         (org-plot-quote-tsv-field): Call timestamp field function when
1685         necessary rather than just quoting as a string.
1686         (org-plot/gnuplot-to-data): Pass in timefmt property.
1687         (org-plot/gnuplot-script): Supports timefmt property.
1688         (org-plot/gnuplot): Checks for timestamp column before checking
1689         for text index column.
1691 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1693         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1695         * org-publish.el (org-publish-org-index): Create a section in the
1696         index file.
1697         (org-publish-org-index): Stop linking to directories.
1699         * org.el (org-emphasis-alist): Use span instead of <u> to
1700         underline text.
1702         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1703         <pre> sections.
1705 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1707         * org-jsinfo.el (org-infojs-template): Remove language attribute
1708         from script tag.
1710 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1712         * org-agenda.el (org-agenda-remove-marked-text): New function.
1713         (org-agenda-mark-filtered-text)
1714         (org-agenda-unmark-filtered-text): New functions.
1715         (org-write-agenda): Remove fltered text.
1717         * org.el (org-make-tags-matcher): Give access to TODO "property"
1718         without speed penalty.
1720 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1722         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1723         option.
1724         (org-store-link-props): Make sure adding to the plist works
1725         correctly.
1727         * org-gnus.el (org-gnus-no-new-news): New function.
1728         (org-gnus-follow-link): Allow the article ID to be a message-id,
1729         in addition to allowing article numbers.  Message IDs make much
1730         more roubust links.
1731         (org-gnus-store-link): Use message-id to create link.
1733 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1735         * org.el (org-emphasize): Reverse the selection array.
1736         (org-emphasis-alist): Set <code> tags for the verbatim
1737         environment.
1739         * org-remember.el (org-remember-handler): Fix bug with
1740         prefix-related changing of the note storage target.
1742         * org-exp.el (org-print-icalendar-entries): Make the exported
1743         priorities compatible with RFC 2445.
1745         * org-clock.el (org-clock-save): Insert time stamp without
1746         dependence on time-stamp.el.
1748 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1750         * org.el ("saveplace"): If saveplace puts point into an invisible
1751         location, make it visible.
1752         (org-make-tags-matcher): Allow inactive time stamps in time
1753         comparisons.
1754         (org-yank-adjusted-subtrees): New option.
1755         (org-yank): Incorporate adjusting trees.
1756         (org-paste-subtree): New argument FOR-YANK which will cause
1757         insertion at point without backing up over white lines, and leave
1758         point at the end of the inserted text.  Also if the cursor is
1759         at the beginning of a headline, use the same level or the inserted
1760         tree.
1762         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1763         with broken symlinks
1765 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1767         * org-exp.el (org-export-select-tags, org-get-current-options):
1768         Fix typo.
1770 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1772         * org-agenda.el (org-format-agenda-item)
1773         (org-agenda-filter-make-matcher): Make sure tags are stored and
1774         compared donwcased.
1776 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1778         * org.el (org-insert-todo-heading): Fix bug with force-heading
1779         argument.
1781 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1783         * org-clock.el (org-clock-in-resume): Add a custom option to
1784         toggle starting the clock from an open clock line.
1785         (org-clock-in): When clocking in to an entry, if
1786         `org-clock-in-resume' is set, check if the first clock line is
1787         open and if so, start the clock from the time in the clock line.
1788         (org-clock-persist): Add a custom option to toggle clock
1789         persistence.
1790         (org-clock-persist-query-save): Add a custom option to toggle
1791         asking the user if they want to save the running clock when
1792         exiting.
1793         (org-clock-persist-query-resume): Add a custom option to toggle
1794         asking the user if they want to resume the saved clock when Emacs
1795         is restarted.
1796         (org-clock-save): Add a function to save clock data.
1797         This includes the contents of `org-clock-history' and the buffer
1798         and position of the currently clocked task, if any.
1799         (org-clock-load): Add a function to load clock data.
1800         This populates `org-clock-history', and resumes the saved clocked
1801         task if there is one.
1802         (org-clock-persistence-insinuate): Add a method to set up the
1803         hooks for clock persistence.
1805 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1807         * org-exp.el (org-export-as-ascii): Handle the case that we are
1808         publishing from an indirect buffer.
1810         * org-table.el (org-table-copy-down): Fix bug with time stamp
1811         increment.
1813         * org-mouse.el (org-mouse-features): New option.
1814         (org-mode-hook): Turn on features depending on
1815         `org-mouse-features'.
1817         * org.el (org-insert-heading-respect-content): Force heading
1818         creation.
1819         (org-insert-heading): keep the folding state of the heading before
1820         the inserted one.
1822 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1824         * org-archive.el (org-archive-to-archive-sibling): Handle top
1825         level headlines better.
1827 2008-10-21  Bastien Guerry  <bzg@altern.org>
1829         * org-export-latex.el (org-export-latex-classes): Added
1830         \usepackage{graphicx} to the default list of packages.
1832 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1834         * org-agenda.el (org-agenda-filter): Renamed from
1835         `org-agenda-filter-tags'.
1837 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1839         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1840         is not defined as a property in this entry.
1841         (org-add-log-note): Mask prefix argument when immediately storing
1842         the note.
1844         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1845         option.
1847 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1849         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1850         after drawers was skipping ahead one line too many, so notes were
1851         inserted after the first note instead of before it.
1853 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1855         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1856         New variables.
1857         (org-prepare-agenda): Reset the filter tags.
1858         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1859         Show filter tags in mode line.
1861         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1862         formatter.
1864         * org-export-latex.el (org-latex-entities-regexp): New constant.
1865         (org-export-as-pdf): Use two calls to `shell-command'.
1867 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1869         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1870         Honor the {} value of the subsuperscript setting.  Make sure that
1871         longer subsuperscripts are typeset in a roman font.
1873         * org.el (org-clock-update-time-maybe): Compute negative clock
1874         intervals correctly.
1876 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1878         * org.el (org-add-log-setup): Respect
1879         `org-log-state-notes-insert-after-drawers'.
1880         (org-log-state-notes-insert-after-drawers): New option.
1881         (org-todo-trigger-tag-changes): New function.
1882         (org-todo): Call `org-todo-trigger-tag-changes'.
1884 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1886         * org.el (org-add-log-setup): Only skip drawers if the are
1887         immediately after the scheduling keywords.
1889         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1890         function
1891         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1892         call it with the current todo state to get the state to switch to
1893         when clocking in.
1894         (org-clock-in): Use org-indent-line-function to indent clock lines.
1895         (org-clock-find-position): Fix indentation of empty clock drawers.
1897 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1899         * org-publish.el (org-publish-org-to): Handle case when
1900         org-export-to-pdf does return a file name, not a buffer.
1901         (org-publish-org-to-pdf): New function.
1903         * org-export-latex.el (org-export-as-pdf)
1904         (org-export-as-pdf-and-open): New commands.
1906         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1907         forms as ranges.
1909         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1910         things in protexted regions.
1912 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1914         * org-export-latex.el (org-export-latex-preprocess): Improve
1915         quoting of LaTeX environments.
1917 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1919         * org.el (org-edit-fixed-width-region): Exclude final newline from
1920         picture area.
1922         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1923         sections, to make internal links work.
1924         (org-export-latex-fontify-headline): Do not remove all text
1925         properties, to make sure that target properties survive this
1926         process.
1928         * org-exp.el (org-export-preprocess-string): Change sequence of
1929         modifications, to make sure links are prepared before the LaTeX
1930         conversions do happen.
1932 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1934         * org-attach.el (org-attach-delete-all): Renamed from
1935         `org-attch-delete'.  Add a security query before deleting the
1936         entire directory.  New optional argument FORCE can overrule the
1937         security query.
1938         (org-attach-delete-one): New command.
1940 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1942         * org-attach.el (org-attach-file-list): Fix bug with directory.
1944 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1946         * org.el (org-apps-regexp-alist): New function.
1947         (org-file-apps): Add auto-mode to the default value.
1948         (org-open-file): Use the new structure of org-file-apps.
1950         * org-attach.el (org-attach): Support the new keys.
1951         (org-attach-method): New option.
1953 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1955         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1956         March.
1958         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1959         of the list value o `org-use-tag-inheritance'.
1961         * org-attach.el (org-attach-auto-tag): New option.
1962         (org-attach-tag, org-attach-untag): New functions.
1963         (org-attach-attach, org-attach-new, org-attach-sync): Call
1964         `org-attach-tag'.
1965         (org-attach-delete): Call `org-attach-untag'.
1967 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1969         * org-table.el (orgtbl-self-insert-command): Make this work for
1970         the keypad as well.
1972 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1974         * org.el (org-add-log-setup): Limit searc for drawers to entry
1975         text, not to subtree.
1977         * org-clock.el (org-clock-heading-for-remember): New variable.
1978         (org-clock-in): Set `org-clock-heading-for-remember'.
1980 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1982         * org-remember.el (org-remember-apply-template): Add new
1983         expansions: %k, %K for currently clocked task and a link to the
1984         currently clocked task, and %< to file notes in the currently
1985         clocked task.
1987 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1989         * org-export-latex.el (org-export-latex-make-header): Also insert
1990         the content of the property :latex-header-extra.
1992         * org-exp.el (org-infile-export-plist): Put the content of
1993         #+LATEX_HEADER: into the property :latex-header-extra.
1995         * org-colview.el (org-columns-get-format-and-top-level): Remove
1996         resetting the marker.
1998         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1999         Remove resetting the marker.
2001         * org.el (org-entry-property-inherited-from): Improve docstring.
2002         (org-entry-get-with-inheritance): Reset marker before starting the
2003         search.
2005         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2007 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2009         * org.el (org-entry-get-multivalued-property)
2010         (org-entry-protect-space, org-entry-restore-space): New
2011         functions.
2012         (org-file-apps-defaults-macosx): Let postscript files be opened by
2013         preview.
2014         (org-time-stamp-inactive): Call `org-time-stamp'.
2015         (org-time-stamp): New argument `inactive'.  Also edit inacive
2016         stamps. Convert time stamp type.
2017         (org-open-file): Interpret the `default' value for the `command'
2018         in `org-file-apps'.
2020         * org-id.el (org-id-int-to-b36-one-digit)
2021         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2022         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2023         b36.
2025 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2027         * org-id.el (org-id-reverse-string): New function.
2028         (org-id-new): Use `org-id-reverse-string' to make sure the
2029         beginning chars of the ID are mutating fast.  This allows to use a
2030         directory structure to spread things better.
2031         (org-id-prefix): Changed default to nil.
2033         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2034         restore the column of the cursor position.
2036         * org-remember.el (org-remember-apply-template): Remove properties
2037         from `initial'.
2039 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2041         * org-wl.el (org-wl-open): Remove useless call to
2042         `wl-thread-open-all'.
2044         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2045         location.
2047 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2049         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2050         `org-bbdb-anniversaries'.
2052         * org.el (org-get-next-sibling, org-forward-same-level): New
2053         functions, similar to the outline versions, but invisible headings
2054         are OK.
2056 2008-09-25  Bastien Guerry  <bzg@altern.org>
2058         * org.el (org-auto-repeat-maybe): Insert a space between
2059         the timestamp's type and the timestamp itself.
2061 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2063         * org-table.el (org-table-sum): Do not format the result with %g,
2064         it does rounding when there are too many digits.
2066         * org.el (org-map-entries): Protect the keyword-selecting variables.
2068 2008-09-23  Bastien Guerry  <bzg@altern.org>
2070         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2071         against all agenda files.
2073 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2075         * org-list.el: New file, aggregating list functions from org.el
2076         and org-export-latex.el.
2078         * org.el (org-edit-src-region-extra): New option.
2080 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2082         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2083         time before 1am.
2085 2008-09-22  Bastien Guerry  <bzg@altern.org>
2087         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2089 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2091         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2092         hline work correctly.
2093         (org-plot/gnuplot-script): Put commas at the end of each script
2094         line.
2096 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2098         * org.el (org-get-refile-targets): Replace links with their
2099         descriptions
2100         (org-imenu-get-tree): Replace links with their descriptions.
2102         * org-remember.el (org-remember-apply-template): Add a new
2103         expansion for adding properties to remember items.
2105         * org.el (org-add-log-setup): Skip over drawers (properties,
2106         clocks etc) when adding notes.
2108         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2109         items as well as the start and end times.
2111         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2112         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2114         * org-remember.el (org-get-x-clipboard): Use the compat
2115         function to get clipboard values when x-selection-value is
2116         unavailable. Use substring-no-properties instead of
2117         set-text-properties to remove text properties from the clipboard
2118         value.
2120         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2121         modeline clock string, and display the full todo value in the
2122         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2123         the currently clocked task.
2124         (org-clock-string-limit): Add a custom value for the maximum
2125         length of the clock string in the modeline.
2126         (org-clock-mode-map): Add a keymap for the modeline string
2128 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2130         * org-compat.el (org-propertize): New function.
2132 2008-09-20  Bastien Guerry  <bzg@altern.org>
2134         * org-export-latex.el (org-export-latex-tables): protect exported
2135         tables from further special chars conversion.
2136         (org-export-latex-preprocess): Preserve LaTeX environments.
2137         (org-list-parse-list): Parse descriptive lists.
2138         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2139         (org-list-to-texinfo): Export descriptive lists.
2140         (org-quote-chars): Remove.
2141         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2142         (org-export-latex-list-beginning-re): Rename to
2143         `org-list-beginning-re'
2144         (org-list-item-begin): Rename to `org-list-item-beginning'
2146 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2148         * org.el (org-refile): Allow refiling to the last entry in the
2149         buffer.
2150         (org-get-tags-at): Fix bug when inheritance is turned off.
2152 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2154         * org.el (org-indent-line-function): No longer check for src
2155         regions, this is too much overhead.
2157         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2158         matching.
2160         * org.el (org-scan-tags): Make sure that tags matching is not case
2161         sensitive.  TODO keyword matching is case sensitive, however, to
2162         avoid confusion with similar words that are not meant to be
2163         keywords.
2165 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2167         * org.el (org-get-local-tags-at): New function.
2168         (org-get-local-tags): New function.
2170         * org-exp.el (org-export-get-categories): New function.
2172         * org-agenda.el (org-sorting-choice)
2173         (org-agenda-sorting-strategy, org-agenda-get-todos)
2174         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2175         (org-agenda-get-scheduled, org-agenda-get-blocks)
2176         (org-entries-lessp): Implement sorting by TODO state.
2177         (org-cmp-todo-state): New defsubst.
2179         * org-colview.el (org-colview-construct-allowed-dates): New
2180         function.
2181         (org-columns-next-allowed-value): Use
2182         `org-colview-construct-allowed-dates'.
2184         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2185         function.
2186         (org-columns-next-allowed-value): Use
2187         `org-colview-construct-allowed-dates'.
2189 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2191         * org.el (org-protect-slash): New function.
2192         (org-get-refile-targets): Use `org-protect-slash'.
2194         * org-agenda.el (org-global-tags-completion-table): New variable.
2196         * org-exp.el (org-export-handle-export-tags): New function.
2197         (org-export-preprocess-string): Call
2198         `org-export-handle-export-tags'.
2200         * org-plot.el: New file.
2202         * org-publish.el (org-publish-expand-components): Function removed.
2203         (org-publish-expand-projects): Allow components to have components.
2205 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2207         * org.el (org-indent-line-function): Do not indent in regions that
2208         are external source code.
2209         (org-yank-and-fold-if-subtree): New function.
2211         * org-agenda.el (org-agenda-todayp): New function.
2212         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2213         `org-agenda-todayp'.
2215         * org.el (org-insert-heading-respect-content)
2216         (org-insert-todo-heading-respect-content): New commands.
2217         (org-insert-heading-respect-content): New option.
2218         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2220         * org-clock.el (org-clock-find-position): Make sure the note after
2221         the clock line gets moved into the new clock drawer.
2223 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2225         * org-id.el (org-id-new): New option.
2227 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2229         * org-table.el (org-table-copy-down): Avoid overflow during
2230         increment.  Use prefix argument 0 to temporarily disable the
2231         increment.
2233 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2235         * org-exp.el (org-export-as-html): Do not turn on the major mode
2236         if the buffer will be killed anyway.
2237         (org-get-current-options): Exclude the #+TEXT field.
2238         (org-export-as-html): Make sure text before the first headline is
2239         a paragraph.
2241         * org-publish.el (org-publish-org-to): Tell the exporter that this
2242         buffer will be killed, so it is not necessary to do major mode
2243         initialization.
2245         * org-archive.el (org-archive-to-archive-sibling): Show empty
2246         lines after folding the archive sibling.
2248         * org.el (org-log-note-extra): New variable.
2250 2008-09-05  Bastien Guerry  <bzg@altern.org>
2252         * org.el (org-additional-option-like-keywords): Added keywords for
2253         the _QUOTE, _VERSE and _SRC environments.
2255         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2256         exporting _QUOTE and _VERSE environments.
2258 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2260         * org-agenda.el (org-agenda-filter-by-tag): New command.
2262         * org-exp.el (org-get-current-options): Remove angular brackets
2263         from the date entry.
2265         * org.el (org-edit-fixed-width-region): New function.
2266         (org-edit-fixed-width-region): Also try
2267         `org-edit-fixed-width-region'.
2268         (org-edit-fixed-width-region-mode): New option.
2269         (org-activate-code): Only interprete lines starting with colon
2270         plus a space as example lines.
2272         * org-remember.el (org-remember-templates): Add nil instead of
2273         empty strings to fix the length of remember templates.
2275         * org-table.el (org-calc-default-modes): Fix the time format for
2276         calc, from 12 hour to 24 hour clock.
2278 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2280         * org-agenda.el (org-agenda-get-deadlines)
2281         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2282         entries that are pre-warnings of deadlines or reminders.
2284         * org.el (org-sort-entries-or-items): Make numeric and alpha
2285         comparisons ignore any TODO keyword and priority cookie.
2287         * org-remember.el (org-remember-handler): Reinterpretation of the
2288         prefix argument.
2290 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2292         * org-agenda.el (org-agenda-get-scheduled): Use new
2293         `org-scheduled' face.
2295         * org-faces.el (org-scheduled): New face.
2297         * org-wl.el (org-wl-open): Remove incorrect declaration.
2299         * org-gnus.el (org-gnus-store-link): Support for :to information
2300         in gnus links.
2302         * org-exp.el (org-export-as-html): Fixed typo in creator
2303         information.
2304         (org-export-protect-examples): New parameter indent.  Insert extra
2305         spaces only when this parameter is specified.
2306         (org-export-preprocess-string): Call `org-export-protect-examples'
2307         with an indentation parameter when exporting to ASCII.
2309         * org-remember.el (org-remember-templates)
2310         (org-remember-apply-template): Allow the file component to be a
2311         function.
2313         * org.el (org-goto-local-search-headings): Renamed from
2314         `org-goto-local-search-forward-headings'.  Added the possibility
2315         to search backwards.
2317 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2319         * org-export-latex.el (org-export-latex): New customization
2320         group.
2322         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2324 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2326         * org-exp.el (org-html-do-expand): Allow {} to terminate
2327         tex macro
2329 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2331         * org.el (org-buffer-list): Select buffers based on major mode,
2332         not on file name.
2334 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2336         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2337         face property.
2339         * org-colview.el (org-columns-display-here): Use
2340         `org-columns-modify-value-for-display-function'.
2342         * org-colview-xemacs.el (org-columns-display-here): Use
2343         `org-columns-modify-value-for-display-function'.
2345 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2347         * org.el (org-columns-modify-value-for-display-function): New option.
2359         * org-publish.el (org-publish-file): Make sure the directory match
2360         for the publishing directory works correctly.
2362         * org-agenda.el (org-agenda-execute-calendar-command)
2363         (org-agenda-diary-entry): Additional optional argument.
2365 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2367         * org-exp.el (org-export-as-html): Add attributes also in mailto
2368         and ftp links.
2370         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2379 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2381         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2382         sure that calls from `org-export-region-as-html' do not do the
2383         special check for a subtree.
2385 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2387         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2389 2008-07-20  Juri Linkov  <juri@jurta.org>
2391         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2392         new keymap `narrow-map' instead of binding "\C-xns".
2394 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2396         * org.el (org-open-file): Use
2397         `org-open-directory-means-index-dot-org'.
2398         (org-open-directory-means-index-dot-org): New option.
2400 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2402         * org.el (org-make-link-string): Remove link attributes from
2403         description.
2404         (org-open-at-point): Remove link attributes bevore using the path.
2406         * org-exp.el (org-export-as-html): Handle link attributes.
2408         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2410         * org-table.el (org-table-to-lisp): New function.
2412         * org.el (org-narrow-to-subtree): Do not include the final newline
2413         into the narrowed region.
2415         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2416         bug with user-define skipping condition.
2418 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2420         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2422 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2424         * org-exp.el (org-export-html-style-default): Automatic overflow
2425         handling for pre fields.
2426         (org-export-as-ascii, org-export-as-html): Change default format
2427         for time stamp.
2429         * org-table.el (org-table-export): Offer completion for translator
2430         functions, and do not require a heading above the table.
2432         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2433         Cater for the case of a list starting in the first line of the
2434         buffer.
2436 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2438         * org-publish.el (org-publish-find-title): Bug fix.
2439         (org-publish-org-index): Implement new :index-style option.
2441 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2443         * org-publish.el (org-publish-timestamp-filename): Use
2444         SHA1-encoded file names in the timestamp directory.
2446 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2448         * org-publish.el (org-publish-needed-p): Be verbose about files
2449         published and files skipped.
2451         * org-exp.el (org-export-preprocess-string): Swap link
2452         normalization and inernal link targeting.
2454         * org-publish.el (org-publish-needed-p): Create timestamp
2455         directory when it does not exist.
2457 2008-07-04  Bastien Guerry  <bzg@altern.org>
2459         * org-clock.el (org-clock-out-when-done): Doc fix.
2461         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2463         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2464         Ignore case when searching for the COMMENT cookie at export time.
2466 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2468         * org-exp.el (org-get-file-contents)
2469         (org-get-and-remove-property): New functions.
2470         (org-export-handle-include-files): Handle the new prefix options.
2471         (org-export-as-html): Fix the verse environment.
2473 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2475         * org.el (org-time=, org-time<, org-time<=, org-time>)
2476         (org-time>=, org-time<>, org-2ft): New functions.
2477         (org-op-to-function): Also provide for the time testing fucntions.
2479 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2481         * org-exp.el (org-export-html-style-default): New constant.
2483 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2485         * org-exp.el (org-export-html-style-extra): New variable.
2486         (org-export-splice-style): New function.
2488 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2490         * org-exp.el (org-export-plist-vars, org-export-as-html):
2491         Implement `org-export-creator-info'.
2492         (org-export-creator-info): New option.
2494 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2496         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2497         (org-property-drawer-re, org-clock-drawer-re): New constants.
2499 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2501         * org-exp.el (org-icalendar-use-deadline)
2502         (org-icalendar-use-scheduled): New options.
2503         (org-icalendar-include-todo): Default changed to t.
2504         (org-print-icalendar-entries): Implement better utilization of
2505         scheduling and deadline time stamps.
2506         (org-export-target-internal-links, org-export-as-html): Allow file
2507         lines without the "file:" prefix if the file path is an absolute
2508         path or starts with ".".
2510         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2511         lastweek etc.
2512         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2514 2008-06-18  Glenn Morris  <rgm@gnu.org>
2515         * org.el (org-map-entries): Let-bind `file'.
2517 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2519         * org.el (org-agenda-skip-archived-trees): Docstring now
2520         discourages using this.
2521         (org-scan-tags): Check for org-agenda-archives-mode.
2522         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2523         (org-agenda-files): Functionality of second arg changed.
2525         * org-agenda.el (org-agenda-archives-mode): New variable
2526         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2527         (org-search-view, org-todo-list, org-tags-view)
2528         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2529         `ifmode' argument.
2530         (org-agenda-quit): Reset the archives mode.
2531         (org-agenda-archives-mode): New command.
2532         (org-agenda-set-mode-name): Include archives info.
2534 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2536         * org.el (org-paste-subtree): Make sure the yanked headline is
2537         visible if it was yanked at a visible point.
2538         (org-move-item-up): Fix the bug with moving white space at the end
2539         of the item.
2540         (org-show-empty-lines-in-parent): New function.
2542 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2544         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2546         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2548         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2549         agenda prefix as well.
2551         * org-publish.el (org-publish-org-index): Make a properly indented
2552         list.
2554         * org.el (org-calendar-agenda-action-key): New option.
2555         (org-get-cursor-date): New function.
2556         (org-mark-entry-for-agenda-action): New command.
2557         (org-overriding-default-time): New variable.
2558         (org-read-date): Respect `org-overriding-default-time'.
2560         * org-remember.el (org-remember-apply-template): Respect the
2561         ovverriding default time.
2563         * org-agenda.el (org-agenda-action-marker): New variable.
2564         (org-agenda-action): New command.
2565         (org-agenda-do-action): New function.
2567 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2569         * org.el (org-schedule, org-deadline): Protect scheduled and
2570         deadline tasks against changes that accidently remove the
2571         repeater.  Also show a message with the new date when done.
2573 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2575         * org.el (org-beginning-of-line): Cater for the case when there
2576         are tags but no headline text.
2577         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2578         it set.
2580 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2582         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2583         the return value is nil instead of "nil" when there is no match.
2585         * org-exp.el (org-insert-centered): Use fill-column instead of
2586         80.
2587         (org-export-as-ascii): Use string-width to measure the width of
2588         the heading.
2590         * org.el (org-diary-to-ical-string): No longer kill buffer
2591         FROMBUF, this is now done by the caller.
2593         * org-exp.el (org-print-icalendar-entries): Move the call to
2594         `org-diary-to-ical-string' out of the loop, and kill the buffer
2595         afterwords.
2597         * org-remember.el (org-remember-visit-immediately): Position
2598         cursor after moving to the note.
2599         (org-remember-apply-template): Use a text property to record the
2600         cursor position.
2601         (org-remember-handler): Align tags after pasting the note.
2603 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2605         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2607         * org-agenda.el (org-agenda-open-link): If there is an
2608         org-bbdb-name property in the current line, jump to that bbdb
2609         entry.
2611         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2612         text property, so that the agenda knows where this entry comes
2613         from.
2615         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2616         interaction between clocking-in from the agenda, and  automatic
2617         task state switching.
2619         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2621         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2622         zmacs-region stays after this command in XEmacs.
2624 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2626         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2628         * org-remember.el (org-remember-templates): Fix bug in
2629         customization type definition.
2631         * org.el (org-map-entries): New function.
2633 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2635         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2636         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2638 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2640         * org-remember.el (org-jump-to-target-location): New variable.
2641         (org-remember-apply-template): Set
2642         `org-remember-apply-template' if requested by template.
2643         (org-remember-handler): Start an idle timer to jump to
2644         remember location.
2646         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2648         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2649         file tags.
2650         (org-get-tags-at): Add the content of `org-file-tags'.
2652         * org-exp.el (org-export-handle-comments): Fix bug with several
2653         comment lines after each other.
2654         (org-number-to-roman, org-number-to-counter): New functions.
2655         (org-export-section-number-format): New option.
2657 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2659         * org-exp.el (org-export-protect-examples): Catch the case of a
2660         missing end_example line.
2662         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2663         `org-file-tags' to nil.
2665         * org-colview.el (org-columns-next-allowed-value): Handle next
2666         argument NTH to directly select a value.
2668         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2669         argument NTH to directly select a value.
2671 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2673         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2675 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2677         * org.el (org-columns-ellipses): New option.
2679 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2681         * org-colview.el (org-columns-add-ellipses): New function.
2682         (org-columns-compact-links): New function.
2683         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2684         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2685         when in agenda.
2686         (org-columns-edit-value): Fixed bug with editing values from
2687         agenda column view.
2688         (org-columns-redo): Also redo the agenda itself.
2690 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2692         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2693         option.
2695         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2697         * org-exp.el (org-export-ascii-preprocess): Renamed from
2698         `org-export-ascii-clean-string'.
2699         (org-export-kill-licensed-text)
2700         (org-export-define-heading-targets)
2701         (org-export-handle-invisible-targets)
2702         (org-export-target-internal-links)
2703         (org-export-remove-or-extract-drawers)
2704         (org-export-remove-archived-trees)
2705         (org-export-protect-quoted-subtrees)
2706         (org-export-protect-verbatim, org-export-protect-examples)
2707         (org-export-select-backend-specific-text)
2708         (org-export-mark-blockquote-and-verse)
2709         (org-export-remove-comment-blocks-and-subtrees)
2710         (org-export-handle-comments, org-export-mark-radio-links)
2711         (org-export-remove-special-table-lines)
2712         (org-export-normalize-links)
2713         (org-export-concatenate-multiline-links)
2714         (org-export-concatenate-multiline-emphasis): New functions,
2715         obtained from spliiting the export preprocessor.
2717         * org-table.el (org-table-recalculate): Improve error message if
2718         the row number is invalid.
2720 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2722         * org-archive.el (org-archive-save-context-info): Fix bugs in
2723         customization setup and docstring.
2725         * org-exp.el (org-export-html-style): Changed the size of in the
2726         <pre> element to 90%.
2728 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2730         * org.el (org-find-src-example-start): Function removed.
2731         (org-edit-src-find-region-and-lang): New function.
2733 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2735         * org.el (org-edit-src-exit): New function.
2736         (org-exit-edit-mode): New minor mode.
2738         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2739         comment-like lines from protected examples.
2741         * org.el (org-edit-src-example, org-find-src-example-start)
2742         (org-protect-source-example, org-edit-special): New functions.
2744 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2746         * org-publish.el (org-publish-project-alist): Fix typo in
2747         docstring.
2748         (org-publish-project-alist): Handle :index-title property.
2750 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2752         * org-export-latex.el (org-export-as-latex): Make sure region
2753         bounds are correct.  Parse subtree properties relating to export.
2755         * org-exp.el (org-export-add-options-to-plist): New function.
2756         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2758 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2760         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2761         EXPORT_TITLE.
2763         * org-exp.el (org-export-get-title-from-subtree)
2764         (org-export-as-ascii, org-export-as-html): Make sure the original
2765         region-beginning and region-end are used, even after moving
2766         point.
2767         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2768         property.
2770         * org-remember.el (org-remember-last-stored-marker): New variable.
2771         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2772         (org-remember-handler): Also use marker to remember
2773         last-stored position.
2775         * org.el (org-goto-marker-or-bmk): New function.
2777 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2779         * org.el (org-file-properties): Renamed from `org-local-properties'.
2780         (org-scan-tags): Take file tags into account.
2781         (org-tags-match-list-sublevels): Default changed to t.
2783         * org-exp.el (org-export-as-html): Close paragraph after a
2784         footnote.
2786         * org.el (org-update-parent-todo-statistics): New function.
2788         * org-exp.el (org-icalendar-store-UID): New option.
2789         (org-icalendar-force-UID): Option removed.
2790         (org-print-icalendar-entries): IMplement UIDs.
2792 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2794         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2796 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2798         * org-faces.el (org-column): Document how this face is being used
2799         and why sometimes the background faces shine through.
2801         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2803         * org-publish.el (org-publish-attachment): Create publishing
2804         directory if it does not yet exist.
2806         * org-table.el (org-calc-default-modes): Change default number
2807         format to (float 8).
2809         * org.el (org-olpath-completing-read): New function.
2810         (org-time-clocksum-format): New option.
2811         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2813         * org-clock.el (org-clock-display, org-clock-out)
2814         (org-update-mode-line): Use `org-time-clocksum-format'.
2816         * org-colview-xemacs.el (org-columns-number-to-string): Use
2817         `org-time-clocksum-format'.
2819         * org-colview.el (org-columns-number-to-string): Use
2820         `org-time-clocksum-format'.
2822 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2824         * org-id.el: New file, move from contrib to core.
2826         * org-exp.el (org-icalendar-force-UID): New option.
2828 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2830         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2831         shifted by one day if theere is a date range without an end
2832         time.
2834         * org.el (org-try-structure-completion): New function.
2836 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2838         * org.el (org-set-font-lock-defaults): Improve fontification of
2839         description lists.
2840         (org-insert-item): Handle description lists.
2841         (org-adaptive-fill-function): Improve auto indentation in
2842         description lists.
2844         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2845         Implement VERSE environment.
2846         (org-export-preprocess-string): Implement the COMMENT
2847         environment.
2849         * org-export-latex.el (org-export-latex-preprocess): Implement
2850         VERSE environment.
2852 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2854         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2855         option.
2857 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2859         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2861         * org.el (org-quote-csv-field): New functions.
2863         * org-table.el (org-table-export-default-format): Remove :splice
2864         from default format, we get the same effect by not specifying
2865         :tstart and :tend.
2866         (org-table-export): Improve setup, distinguish better between
2867         interactive and non-interactive use, allow specifying the format
2868         on the fly, better protection against wrong file names.
2869         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2870         and :tend when :splice is omitted.
2872 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2874         * org-clock.el (org-clock-select-task): Make sure the selection
2875         letters are 1-9 and A-Z, no special characters.
2877 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2879         * org-exp.el (org-export-htmlize): New group.
2880         (org-export-htmlize-output-type)
2881         (org-export-htmlize-css-font-prefix): New options.
2882         (org-export-htmlize-region-for-paste): New function.
2883         (org-export-htmlize-generate-css): New command.
2885 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2887         * org/org.el (org-modules, org-format-latex-options):
2888         * org/org-archive.el (org-archive-stamp-time)
2889         (org-archive-save-context-info):
2890         * org/org-faces.el (org-hide):
2891         * org/org-irc.el (org-irc-parse-link):
2892         * org/org-macs.el (org-call-with-arg, org-autoload):
2893         * org/org-mew.el (org-mew-store-link):
2894         * org/org-remember.el (org-remember-store-without-prompt)
2895         (org-remember-templates): Fix typos in docstrings.
2897         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2899         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2900         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2901         (org-bbdb-anniv-split): Fix typos in docstrings.
2903         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2904         (org-publish-use-timestamps-flag): Reflow docstring.
2905         (org-publish-files-alist): Fix typos in docstring.
2907 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2909         * org.el (org-set-visibility-according-to-property): New function.
2910         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2911         and compute the regular expressions, and update font-lock.
2912         (org-property-re): Allow a dash in property names.
2914         * org-archive.el (org-extract-archive-file): Insert the file name
2915         without the path into the format, to allow the location format to
2916         contain a subdirectory.
2918         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2919         of buffer, and the `org-agenda-type' property undefined, use the
2920         value from the character before.
2922         * org.el (org-add-planning-info): Don't let indentation for
2923         would-be timestamp become extra whitespace at the end of headline.
2925 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2927         * org.el (org-remove-double-quotes, org-file-contents): New
2928         functions.
2930         * org-exp.el (org-infile-export-plist): Also parse the
2931         contents of #+SETUPFILE files, recursively.
2933         * org.el (org-set-regexps-and-options): Also parse the
2934         contents of #+SETUPFILE files, recursively.
2936         * org-exp.el (org-export-handle-include-files): New function.
2937         (org-export-preprocess-string): Call
2938         `org-export-handle-include-files'.
2940         * org.el (org-delete-property-globally)
2941         (org-delete-property, org-set-property): Ignore case during
2942         completion.
2943         (org-set-property): Use `org-completing-read' instead of
2944         `completing-read'.
2946         * org.el (org-complete-expand-structure-template): New,
2947         experimental function.
2948         (org-structure-template-alist): New, experimental option.
2949         (org-complete): Call `org-complete-expand-structure-template'.
2951 2008-05-06  Bastien Guerry  <bzg@altern.org>
2953         * org-export-latex.el (org-export-latex-preprocess): Added
2954         support for blockquotes.
2956 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2958         * org.el (org-read-date-analyze): Catch the case where only a
2959         weekday is given.
2961 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2963         * org.el (org-set-font-lock-defaults): Make the description
2964         tag bold.
2966         * org-exp.el (org-export-as-html, org-close-li): Implement
2967         description lists.
2969 2008-05-04  Jason Riedy  <jason@acm.org>
2971         * org-table.el (*orgtbl-default-fmt*): New variable.
2972         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2973         when there is no other fmt available.
2975         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2976         :tend to suppress the appropriate string.
2978         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2979         table.
2981 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2983         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2984         read date.
2986         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2987         New function.
2989         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2990         New function.
2992 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2994         * org-clock.el (org-clock-find-position): Don't include notes
2995         into clock drawer.
2997         * org-archive.el (org-archive-subtree): No longer remove an
2998         extra line after cutting the subtree.  `org-cut-subtree' already
2999         takes care of this.
3001         * org-remember.el (org-remember-handler): Only kill the target
3002         buffer if it does not contain the running clock.
3004         * org.el (org-markers-to-move): New variable.
3005         (org-save-markers-in-region, org-check-and-save-marker)
3006         (org-reinstall-markers-in-region): New function.
3007         (org-move-subtree-down, org-copy-subtree): Remember relative
3008         marker positions before cutting.
3009         (org-move-subtree-down, org-paste-subtree): Restore relative
3010         marker positions after pasting.
3012         * org-remember.el (org-remember-clock-out-on-exit): New option.
3013         (org-remember-finalize): Clock out only if the setting in
3014         `org-remember-clock-out-on-exit' requires it.
3015         (org-remember-handler): Do the cleanup in the buffer, to make sure
3016         that the clock marker remains in tact.
3018 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3020         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3021         (org-clock-in): Make sure that also tasks outside the narrowed
3022         region will be clocked in correctly.
3023         (org-clock-insert-selection-line): Widen the buffer so that we can
3024         find the correct task heading.
3026         * org.el (org-base-buffer): New function.
3028         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3029         and ";" are escaped.
3030         (org-print-icalendar-entries): Also apply
3031         `org-icalendar-cleanup-string' to the headline, not only to the
3032         summary property.
3034 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3036         * org-exp.el (org-export-preprocess-hook): New hook.
3037         (org-export-preprocess-string): Call
3038         `org-export-preprocess-hook'.
3040         * org.el (org-font-lock-hook): New variable.
3041         (org-font-lock-hook): New function.
3042         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3044 ;; Local Variables:
3045 ;; coding: utf-8
3046 ;; add-log-time-zone-rule: t
3047 ;; End:
3049     Copyright (C) 2008  Free Software Foundation, Inc.
3051   This file is part of GNU Emacs.
3053   GNU Emacs is free software: you can redistribute it and/or modify
3054   it under the terms of the GNU General Public License as published by
3055   the Free Software Foundation, either version 3 of the License, or
3056   (at your option) any later version.
3058   GNU Emacs is distributed in the hope that it will be useful,
3059   but WITHOUT ANY WARRANTY; without even the implied warranty of
3060   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3061   GNU General Public License for more details.
3063   You should have received a copy of the GNU General Public License
3064   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3066 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c