Dependencies: Integrate John Wiegley's TODO dependency code.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob19343a761f1e37c31bf8bf08592a0ebb71c9eb06
1 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
5         (org-agenda-dim-blocked-tasks): New function.
7         * org.el (org-enforce-todo-dependencies): New option.
8         (org-block-todo-from-children-or-siblings): New function.
10         * org-faces.el (org-agenda-dimmed-todo-face): New face.
12         * org.el (org-todo): Return correct state type even if the blocker
13         throws an error.
14         (org-modifier-cursor-error): Renamed from
15         `org-shiftcursor-error'.
16         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
17         (org-shiftmetadown): Call `org-modifier-cursor-error'.
19         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
20         to get real errors from the blocker hook.
22         * org.el (org-shiftselect-error, org-call-for-shift-select): New
23         functions.
24         (org-set-visibility-according-to-property): Turn off the setting
25         of `org-show-entry-below', to avoid overruling a FOLDED visibility
26         property.
28 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
30         * org.el (org-support-shift-select): New option.
31         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
32         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
33         selection outside contexts.
35         * org-list.el (org-at-item-bullet-p): New function.
37         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
38         variables.
40         * org-footnote.el (org-footnote-normalize): Remove unnecessary
41         variable.
42         (org-insert-footnote-reference-near-definition): Remove
43         unnecessary let form.
45         * org-export-latex.el (org-export-latex-first-lines): Add
46         OPT-PLIST parameter.
47         (org-export-as-latex): Call `org-export-latex-first-lines' with
48         opt-plits parameter.
49         (org-export-latex-preprocess): Remove unnecessary variables.
51         * org-exp.el (org-infile-export-plist)
52         (org-export-add-options-to-plist, org-export-kill-licensed-text)
53         (org-export-remove-headline-metadata)
54         (org-export-get-title-from-subtree, org-get-min-level)
55         (org-html-do-expand): Remove innecessary let form.
57         * org-colview-xemacs.el (org-columns-display-here): Remove
58         unnecessary variables.
60         * org-colview.el (org-columns-display-here): Remove unnecessary
61         variables.
63         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
64         variables.
66         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
67         unnecessary variables.
69         * org-agenda.el (org-search-view, org-agenda-get-blocks)
70         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
71         variables.
73         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
74         (org-compact-display-after-subtree-move): Remove unnecessary
75         variables.
76         (org-edit-fixed-width-region): Remove unnecessary variables.
77         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
78         (org-olpath-completing-read): Remove unnecessary variable.
79         (org-auto-repeat-maybe): Remove unnecessary variable.
80         (org-map-entries): Remove unnecessary variable.
81         (org-buffer-property-keys, org-imenu-get-tree)
82         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
84 -----------------------------------------------------------------
86 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
87         * org-exp.el (org-export-remove-timestamps): Never remove
88         timestamps from tables.
90         * org-export-latex.el (org-export-latex-first-lines): Add more
91         options to the preprocessing of the text before the first
92         headline.
94 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-faces.el (org-clock-overlay): Make face compatible with
97         XEmacs.
99         * org.el (org-yank): Add property for delete-selection mode.
101         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
103         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
104         variable.
106         * org-table.el (org-table-insert-hline): Fix typo in fuction call
107         to `backward-char'.
109         * org-exp.el (org-export-as-html): Remove the initial space from
110         colon examples.
112         * org.el (org-scan-tags): Call
113         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
115         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
116         customization groups.
117         (org-agenda-tags-todo-honor-ignore-options): New option.
118         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
119         New function.
120         (org-agenda-get-todos): Use
121         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
123 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
125         * org-exp.el (org-export-format-source-code-or-example): Escape
126         HTML characters also in examples that anre not treated with
127         htmlize.  Also, just switch to EXAMPLE processing if we do not
128         have a good version of htmlize.
130         * org-rmail.el: Fix copyright notice.
132         * org.el (org-activate-footnote-links): Improve footnote link
133         highlighting.
135         * org-footnote.el (org-footnote-normalize): Fix finding the end of
136         a footnote definition at the end of the file.
138         * org-table.el (org-table-get-specials): Add an imagined hline at
139         the end of the table.  This can be useful for references that want
140         to go to the end of the table.  Also fix bug when computing last
141         row constants, in tables that do not start right at the right
142         margin.
143         (org-table-eval-formula): Match and replace remove references.
144         (org-table-formula-substitute-names): Make sure that names inside
145         a "remote" call are left alone, the will be replaced later when
146         the remote call is handled.
147         (org-table-convert-refs-to-rc): Do not convert things that might
148         look like a reference, but are really part of an ID or namei n a
149         remote reference.
150         (org-table-get-remote-range): New function.
152 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-faces.el (org-clock-overlay): Fix bug in face definition.
156         * org-clock.el (org-clock-put-overlay): Use new face instead of
157         `secondary-selection'.
159         * org-faces.el (org-clock-overlay): New face.
161 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
163         * org-exp.el (org-get-current-options): Include the option for
164         publishing time stamps.
166         * org.el (org-toggle-heading): Renamed from
167         `org-toggel-region-headings'.
168         No longer needs a region defined, but will use it if there is one.
169         (org-ctrl-c-star): Simplified, relying more on the internal
170         workings of `org-toggle-heading'.
171         (org-toggle-item): Renamed from `org-toggle-region-items'.
172         No longer needs a region defined, but will use it if there is one.
173         (org-ctrl-c-minus): Simplified, relying more on the inernal
174         workings of `org-toggle-item'.
176         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
177         environment detection.  Also, do real changes only in unprotected
178         places.
180 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-export-latex.el (org-export-latex-quotation-marks): Use
183         `org-if-unprotected-1'.
184         (org-export-latex-set-initial-vars): Check for class definition in
185         property.
187         * org-macs.el (org-if-unprotected-1): New macro.
189 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-compat.el (org-count-lines): New function.
193         * org-exp.el (org-export-format-source-code-or-example): Handle
194         switches related to text areas.
196         * org.el (org-activate-footnote-links): Don't allow match inside a
197         link.
199         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
201         * org-export-latex.el (org-export-latex-links): Keep a relative
202         path relative also after export.
204         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
206         * org.el (org-make-tags-matcher): Never use IDO for completing the
207         tags matcher match string.
208         (org-completing-read): Also remove the special biding for "?".
210         * org-attach.el (org-attach-allow-inheritance): New option.
211         (org-attach-inherited): New variable.
212         (org-attach-dir): Handle properties related to the attachment
213         directory.
214         (org-attach-check-absolute-path): New function.
215         (org-attach-set-directory, org-attach-set-inherit): New commands.
216         (org-attach): Accommodate the new commands in the dispatcher.
218 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
221         `window-full-width-p'.
223         * org-exp.el (org-export-as-html): Only check for images files
224         that really can be inlined
226         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
227         list of extensions to be a parameter.
229         * org-exp.el (org-export-html-inline-image-extensions): New
230         variable.
232         * org-agenda.el (org-prepare-agenda): Use
233         `org-agenda-block-separator'.
234         (org-agenda-block-separator): New option.
236 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org-export-latex.el (org-export-latex-tables): Call
239         `org-table-clean-before-export' with the new optional argument.
241         * org-exp.el (org-table-clean-before-export): New optional
242         parameter MAYBE-QUOTED, allows for quoted characters like \# in
243         first column.
245 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
247         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
248         histograms.
250         * org-colview.el (org-colview-construct-allowed-dates): Better
251         error catching when a date/time property does not have allowed
252         values defined.
254         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
255         Better error catching when a date/time property does not have
256         allowed values defined.
258 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org.el (org-map-entries): Restore point and restriction after
261         `org-map-entries'.
263 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org.el (org-time=, org-time<, org-time<=, org-time>)
266         (org-time>=, org-time<>): Make sure both values are dates.
268 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-archive.el (org-extract-archive-heading): Allow %s for file
271         name also in achive location heading.
273 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
275         * org-archive.el (org-add-archive-files): Uniquify the list before
276         returning it.
278 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-compat.el (org-fit-window-to-buffer): Use
281         `window-full-width-p'.
283         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
284         space after the colon in short examples.
286         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
287         enforce a space after the colon.  However, we also allow lines
288         that are *only* a colon.
289         (org-export-as-html): Enforce the space after the colon in short
290         examples.
291         (org-export-preprocess-string): Do the colon example protection
292         earlier.
293         (org-export-remove-timestamps): Do not check for protection at the
294         end of the line.
296 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org.el (org-format-latex-options): Add new matcher for single
299         letters between dollars.
300         (org-get-header): Function removed.
301         (org-heading-components): New function.
303         * org-exp.el (org-export-define-heading-targets): Record ID's also
304         as alternative targets.
305         (org-export-as-html): Interpret "id:" links to other files by
306         preserving the relative path.
308         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
309         is nil.
311         * org-exp.el (org-export-normalize-links): Protect the main link,
312         to avoid special character processing.
314         * org-export-latex.el (org-export-latex-special-keyword-regexp):
315         New variable.
316         (org-export-latex-special-string-regexps): Variable removed.
317         (org-export-latex-keywords): Use the new regexp.
319         * org-exp.el (org-export-handle-include-files): Fetch switches and
320         put them into the BEGIN statement.
322         * org-timer.el (org-timer-mode-line-string): New variable.
324         * org-clock.el (org-clock-mode-line-map): Renamed from
325         `org-clock-mode-map'.
326         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
327         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
328         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
329         (org-clock-remove-overlays): Renamed from
330         `org-remove-clock-overlays'.
332         * org-timer.el (org-timer-pause-or-continue): Implement stopping
333         and mode line display.
334         (org-timer-stop): New command.
335         (org-timer-seconds): Return correct time when timer is paused.
336         (org-timer-mode-line-timer): New variable.
337         (org-timer-set-mode-line, org-timer-update-mode-line): New
338         functions.
340         * org.el (org-insert-heading):  Handle new value `auto' for
341         `org-blank-before-new-entry'.
342         (org-org-menu): Add new items for timer functions.
344         * org-list.el (org-insert-item): Handle new value `auto' for
345         `org-blank-before-new-entry'.
347         * org.el (org-blank-before-new-entry): New value `auto', made
348         default.
350 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org-exp.el (org-export-normalize-links): If the link is also
353         used as the description, protect the description.
355 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org.el (org-closest-date): Fix bug with yearly repeats, in
358         combination with preference of the past as it is used for deadline
359         and scheduling search.
361         * org-exp.el (org-html-handle-time-stamps): No longer check for
362         the `org-export-with-timestamps' option, because the preprocesser
363         has taken care of this already.
365         * org.el (org-entry-properties): Catch the case when this is
366         called in a non-org-mode file.
368         * org-export-latex.el (org-export-latex-remove-from-headlines):
369         Variable made obsolete, also LaTeX export now uses the standard
370         variables.
371         (org-export-as-latex): Add the timestamps parameter to the
372         preprocessor parameter list.
373         (org-export-latex-content): Export the remaining keywords without
374         considering to remove them.
375         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
376         Use bold font instead of tt font for the keywords.
377         (org-export-latex-fontify-headline): Format headlines, assuming
378         that all keywords still present should be published.
379         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
380         publish what ever remains of the time stamps.
381         (org-export-latex-list-parameters): New option.
382         (org-export-latex-lists): Pass additional parameters to the list
383         converter.
385         * org-exp.el (org-export-preprocess-string): Remove clock lines
386         and timestamps already in the preprocesor.
387         (org-export-remove-timestamps, org-export-remove-clock-lines): New
388         functions.
389         (org-export-as-ascii, org-export-as-html): Add the timestamps
390         parameter to the preprocessor parameter list.
392         * org-list.el (org-list-parse-list): Parse for checkboxes.
393         (org-list-to-generic): Introduce and handle new parameters :cbon
394         and :cboff.
395         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
396         optional parameter PARAMS.
398         * org-export-latex.el (org-export-latex-special-chars): Fix
399         problems with interpreting dollar signs.
400         (org-inside-latex-math-p): New function.
401         (org-export-latex-preprocess): Protect all the math fragments.
403         * org.el (org-latex-regexps): Allow a dash after a dollar.
405         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
406         mark after copying.
408         * org-agenda.el (org-run-agenda-series): Have series options set
409         when finalizing the agenda.
411         * org-exp.el (org-export-format-source-code-or-example): Protect
412         the converted examples.
414         * org.el (org-set-regexps-and-options): Fix the regexp
415         `org-complex-heading-regexp'.
417 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org.el (org-edit-src-get-label-format): New function.
420         (org-coderef-label-format): New option.
421         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
422         a label format specification and make sure it is used in the edit
423         buffer.
424         (org-edit-src-get-label-format): New function.
425         (org-store-link): Handle new coderef formats.
426         (org-link-search): Handle new coderef formats.
428         * org-footnote.el (org-footnote-create-definition)
429         (org-footnote-goto-local-insertion-point): Make footnote insertion
430         work correctly when the "Footnotes" headline is the last line in
431         the buffer.
433         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
434         the location.
436 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
438         * org-w3m.el (org-w3m): New customization group.
439         (org-w3m-deactivate-mark): New option.
440         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
441         option say not to.
443 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
445         * org.el (org-set-font-lock-defaults): Trigger footnote
446         fontification.
447         (org-activate-footnote-links): New function.
448         (org-activate-links): New entry `footnote'.
450         * org-faces.el (org-footnote): New face.
452 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
454         * org-macs.el (org-re): Handle the [:word:] class.
456         * org-exp.el (org-export-preprocess-string): Call
457         `org-export-protect-colon-examples'.
458         (org-export-protect-colon-examples): Renamed from
459         `org-export-protect-examples', and scope limited to lines starting
460         with a colon.
462 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
464         * org-exp.el (org-export-preprocess-string): Move the preprocess
465         hook to after turning on Org-mode.
466         (org-export-preprocess-after-include-files-hook)
467         (org-export-preprocess-after-tree-selection-hook)
468         (org-export-preprocess-before-backend-specifics-hook)
469         (org-export-preprocess-final-hook): New hooks.
470         (org-export-preprocess-string): Run the new hooks.
472         * org.el (org-ctrl-c-minus): Fix indentation for new items.
474         * org-footnote.el: New file.
476         * org.el (org-footnote): Require footnote code.
477         (org-startup-options): Add new footnote options.
478         (org-mode-map): New keybindig for footnotes.
479         (org-ctrl-c-ctrl-c): Add function at footnotes.
480         (org-org-menu): New menu entries for footnotes.
482         * org-export-latex.el (org-export-as-latex): Pass footnote
483         variable to preprocessor.
484         (org-export-latex-preprocess): Treat multiple references to a
485         footnote.
487         * org-exp.el (org-export-preprocess-string): Call
488         `org-footnote-normalize'.
489         (org-export-as-ascii, org-export-as-html): Pass footnote variable
490         to preprocessor.
491         (org-export-as-html): Treat multiple references to a footnote.
493 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
495         * org-export-latex.el (org-export-latex-links): Handle coderef
496         links.
498         * org.el (org-bracket-link-analytic-regexp++): New variable.
499         (org-make-link-regexps): Initialize
500         `org-bracket-link-analytic-regexp++'.
501         (org-store-link): Implement special case in edit-src buffer.
502         (org-insert-link): No use of ide to insert stored links.
503         (org-link-search): Implement special case for coderefs.
505         * org-exp.el (org-export-html-scripts): New constant.
506         (org-export-html-style-default): Add a new style for highlighted
507         code.
508         (org-export-code-refs): New variable.
509         (org-export-preprocess-string): Initialize `org-export-code-refs'.
510         Call `org-export-replace-src-segments-and-examples'
511         No longer call `org-export-protect-examples'.
512         (org-export-target-internal-links): Take care of coderef targets.
513         (org-export-last-code-line-counter-value): New variable.
514         (org-export-replace-src-segments-and-examples): Renamed from
515         `org-export-replace-src-segments', and modified.
516         (org-export-format-source-code-or-example): Renamed from
517         `org-export-format-source-code'.
518         (org-export-number-lines): New function.
519         (org-export-as-ascii, org-export-as-html): Handle coderef links.
521 --------------------------------------------------------------------------
523 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org-remember.el (org-remember-handler): Safer way to get a new
526         buffer accessing the target file.
528         * org.el (org-refile-get-location): Handle case of current buffer
529         not having a file associated with it.
531 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-table.el (org-table-get-formula): Only ask to overwrite
534         field formula if there really is one.
536         * org-id.el (org-id-find): Allow the ID to be a symbol or a
537         number, by converting these to a string.
539         * org-colview.el (org-dblock-write:columnview): Allow ID to be
540         located in a different file.
542         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
543         org-colview.el.
545 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-completion-use-ido): Enhance docstring of
548         `org-completion-use-ido'.
550         * org-export-latex.el (org-export-latex-make-header): Double the %
551         in the time stamp format.
552         (org-export-latex-special-chars): Handle case where there is no
553         match group 3.
555 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org.el (org-get-refile-targets, org-refile-get-location): Use
558         expanded file name to improve comparison.
560 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org.el (org-scan-tags): Rescan for tags, to get the correct
563         upcase/downcase stuff.  This slows things down for now, but it
564         works.
565         (org-mode): Make sure the tag-faces regexp is initialized.
567         * org-export-latex.el (org-export-latex-links): Fix bug with
568         undefined label.
570         * org-table.el (org-table-get-specials): Set
571         `org-table-current-last-data-line'.
572         (org-table-current-last-data-line): New variable.
573         (org-table-insert-column, org-table-delete-column)
574         (org-table-move-column, org-table-fix-formulas): Call
575         `org-table-fix-formulas' a second time to fix the $LR references.
576         (org-table-get-specials): Add the $LR references to the tables.
577         (org-table-get-formula): Do not offer last-row names as LHS of
578         formulas.
580         * org.el (org-store-link): Capture link description from
581         `org-id-store-link'.
583         * org-exp.el (org-export-html-format-image): Add the / to the end
584         of the <img> tag.
585         (org-export-format-source-code): Surround example by empty lines,
586         to make sure it will not be inside a paragraph.
588         * org.el (org-ido-switchb): New function.
590 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
592         * org-agenda.el (org-agenda-show): New prefix argument
593         FULL-ENTRY.
595         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
596         argument.
598         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
599         `org-agenda-change-all-lines'.
600         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
601         tags are now retrieved locally.
603 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org.el (org-get-outline-path): Fix bug if level is not given.
606         (org-org-menu): Do not quote function in menu vector.
608         * org-agenda.el (org-finalize-agenda): Fix typo with variable
609         name.
611 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org.el (org-refile): Avoid refiling to within the region to be
614         refiled.
616         * org-export-latex.el (org-export-latex-special-chars): Replace
617         special characters also in tables.
619         * org-agenda.el (org-agenda-change-all-lines): New argument
620         FORCE-TAGS.
621         (org-agenda-set-tags): Cet the new tags and pass them to
622         `org-format-agenda-item'.
624 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
626         * org-export-latex.el (org-export-latex-classes): Add longable as
627         a default package to all classes.
628         (org-export-latex-tables): Handle the longtable attribute and the
629         align attribute.
631         * org-table.el (orgtbl-to-generic): Handle tables that start with
632         a hline.
634         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
635         \verb for colde-like snippets.
636         (org-export-as-latex): Fix issues with region export.
638         * org.el (org-up-heading-safe): Speed up function by using a
639         direct regexp search.
640         (org-olpa): New variable.
641         (org-get-outline-path): Speed-up path constructions in cases where
642         this is possible because the entire hierarchy is scanned anyway.
643         (org-refile-get-location): Don't compare the truenames of files,
644         this is too slow.
645         (org-goto-max-level): New option.
646         (org-goto): Use `org-goto-max-level'.
648 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
650         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
651         Strip angle brackets from message-ids in the former and don't do
652         it in the latter.
653         (org-gnus-follow-link): Open summary reliable, even if the last
654         messages were deleted, and handle empty groups, too.
656 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
659         instead of \texttt for the =...= and ~===~ emphasis environments.
660         (org-export-as-latex): Remove any old :org-license-to-kill text
661         properties.
662         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
663         (org-export-latex-make-header): Add some hard space after the
664         table of contents.
665         (org-export-latex-first-lines): Accept RBEG argument.  Mark
666         exported text so that it will be excuded in further steps.
668         * org-table.el (org-table-get-specials): Make @0 reference the
669         last line in a table.
670         (org-table-recalculate): Improve docstring.
672 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
674         * org.el (org-log-done): Fix docstring.
676 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
678         * org-exp.el (org-export-html-format-image): Fix bugs.
680         * org-export-latex.el (org-export-latex-tables)
681         (org-export-latex-links): Implement attribute, label, and caption
682         handling.
684         * org-exp.el (org-export-html-style-default): Add style
685         definitions for the figure div.
686         (org-export-preprocess-string, org-export-as-html): Implement
687         attribute, label, and caption handling.
688         (org-export-attach-captions-and-attributes): New function.
689         (org-export-html-format-image): New function.
690         (org-format-org-table-html): Implement attribute, label, and
691         caption handling.
693         * org.el (org-find-text-property-in-string): New function.
694         (org-extract-attributes): Use the property org-attr instead of
695         org-attrobutes, because this property is now set with the #+ATTR
696         lines.
698 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
700         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
701         the case that FROM is nil.
703         * org.el (org-before-first-heading-p): New function.
705 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
707         * org-exp.el (org-export-as-html): Do not add a space before
708         enforces line breaks.
709         (org-export-as-html): Close paragraph before blockquote and verse
710         tags.
712 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org-id.el (org-id-locations-file): Wrap file name with
715         `convert-standard-filename'.
716         (org-id-files): New variable.
717         (org-id-use-hash): New option.
718         (org-id-update-id-locations): Also search in all files current
719         listed in `org-id-files'.  Convert the resulting alist to a hash
720         if the user customation says so.
721         (org-id-locations-save): Handle he case if `org-id-locations' is a
722         hash.
723         (org-id-locations-load): Convert the alist to a hash.
724         (org-id-add-location): Handle the hast case.
725         (kill-emacs-hook): Make sure id locations are saved when Emacs is
726         exited.
727         (org-id-hash-to-alist, org-id-alist-to-hash)
728         (org-id-paste-tracker): New functions.
730 -------------------------------------------------------------------------
732 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
734         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
735         bindings of calendar variables.
737         * org-table.el (org-table-find-row-type): Renamed from
738         `org-find-row-type'.
739         (org-table-rewrite-old-row-references): Renamed from
740         `org-rewrite-old-row-references'.
741         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
742         (org-table-cleanup-narrow-column-properties): Renamed from
743         `org-cleanup-narrow-column-properties'.
745 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
748         for better error messages.
749         (org-table-get-descriptor-line): Supply the new arguments to
750         `org-find-row-type'.
751         (org-table-error-on-row-ref-crossing-hline): New option.
753         * org.el (org-target-link-regexp): Make buffer-local.
754         (org-move-subtree-down): Fix bug with trees at beginning of
755         buffer.
757 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org-faces.el (org-set-tag-faces): New function.
760         (org-tags-special-faces-re): New variable.
762         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
764         * org-faces.el (org-tag-faces): New option.
765         (org-tag): Mention `org-tag-faces' in the docstring.
767 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
769         * org-exp.el (org-export-html-style-default): Implement new
770         quoting.
772         * org-jsinfo.el (org-infojs-template): Implement new quoting.
774         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
775         command to the `w3m-minor-mode-map'.
777         * org-archive.el (org-archive-to-archive-sibling): Protect
778         `this-command' to avoid appending kills during archiving.
780         * org-exp.el (org-export-with-priority): New variable.
781         (org-export-add-options-to-plist): Use `org-export-plist-vars'
782         instead of internal list of strings and properties.
783         (org-print-icalendar-entries): Retrieve the location property with
784         inheritance.
786 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
788         * org-exp.el (org-export-with-todo-keywords): New option.
789         (org-export-plist-vars): Include also the keys for the #+OPTIONS
790         line.
791         (org-default-export-plist, org-export-add-options-to-plist)
792         (org-export-as-ascii, org-export-as-html): Use the new structure
793         of `org-export-plist-vars'.
795         * org.el (org-map-entries): Return all values.
797 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org.el (org-matcher-time): Recognize more special values.
801         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
803 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
805         * org.el (org-tags-exclude-from-inheritance): New option.
806         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
807         `org-tags-exclude-from-inheritance'.
809         * org-agenda.el (org-agenda-show-inherited-tags): New option.
810         (org-format-agenda-item): Add inherited tags to the agenda line
811         string, and make sure that properties are kept when downcasing the
812         tags list.
813         (org-agenda-add-inherited-tags): New function.
814         (org-downcase-keep-props): New function.
816         * org.el (org-scan-tags): Mark inherited tags with a text
817         property.
818         (org-get-tags-at): Mark inherited tags with a text property.
819         (org-add-prop-inherited): New function.
821         * org-agenda.el (org-agenda-add-inherited-tags): New function.
822         (org-agenda-show-inherited-tags): New option.
824 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org.el (org-modules): Add org-w3m to the default modules.
828         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
829         orgtbl-mode.
830         (orgtabl-create-or-convert-from-region): New command.
832         * org-exp.el (org-export-as-ascii): Remove the handling of
833         targets.
834         (org-export-ascii-preprocess): Handle targets already in this
835         function.
837 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-timer.el (org-timer-start-time): Define this variable.
840         (org-timer-item): Make argument optional.
842         * org-list.el (org-insert-item): Automatically insert a timer item
843         if the current list is a timer list.
845         * org-timer.el: New file.
847         * org-publish.el (org-publish-org-index): Only exclude the index
848         file in the main directory from being added to the site-map.
849         (org-publish-get-project-from-filename): If the current project is
850         a component, start publishing from the parent project.
852 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
856         * org-publish.el (org-publish-org-index): Improve removal of
857         temporary buffers.
859         * org-agenda.el (org-get-closed): Re-apply changes
860         accidentially overwritten by last commit to Emacs.
862         * org.el (org-outline-path-complete-in-steps): New option.
863         (org-refile-get-location): Honor
864         `org-outline-path-complete-in-steps'.
865         (org-agenda-change-all-lines, org-tags-sparse-tree)
866         (org-time-string-to-absolute, org-small-year-to-year)
867         (org-link-escape): Re-apply changes accidentially overwritten
868         by last commit to Emacs.
870 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-clock.el (org-dblock-write:clocktable): Make sure the
873         clocktable sees the first line.
874         (org-clock-in): Warn if the clock cannot be resumed.
876 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org.el (org-open-at-point): Fix mixup about interactive and
879         non-interactive elisp links.
881 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-exp.el (org-export-preprocess-string): Allow one comment
884         line before the first headline to always be included.  This is
885         to not miss a commented target.
887         * org-mouse.el (org-mouse-insert-item): Call
888         `org-indent-to-column' instead of `indent-to', for XEmacs
889         compatibility.
891         * org.el (org-refile-targets): Fix customize definition so
892         that it works also in XEmacs.
893         (org-fixup-indentation): Call `org-indent-to-column' instead
894         of `indent-to', for XEmacs compatibility.
896 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
898         * org-mew.el (org-mew-store-link): Get the correct case folder
899         for refiled messages.
901 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
903         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
904         line break indicators.
906         * org.el (org-ido-completing-read): Remove the "i:" prefix for
907         ido-completion propts.
909 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org-remember.el (org-remember-apply-template): Use
912         `org-substring-no-properties'.
914         * org-compat.el (org-substring-no-properties): New function.
916         * org-remember.el (org-remember-apply-template): Use
917         `org-substring-no-properties' for compatibility.
919         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
920         option.
921         (org-fix-bullet-type): respect
922         `org-list-two-spaces-after-bullet-regexp'.
924         * org-clock.el (org-clock-load): Clean up the code.
926         * org.el (org-adaptive-fill-function): Allow two spaces after
927         "1." as a list bullet.
929 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
931         * org-clock.el (org-clock-save, org-clock-load): Check for
932         live buffers, existing files, and buffer file names to ensure
933         consistent information.
934         (org-clock-persist): Make `clock' a special value of this
935         variable, and improve docstring.
937         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
938         (org-get-string-indentation): Adapt indentation when the bullet
939         width changes.
941 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org-remember.el (org-remember-finalize): Make interactive.
944         (org-remember-kill): New command.
945         (org-remember-finish-immediately): Call `org-remember-finalize'
946         directly.
947         (org-remember-finalize): Make `org-remember-finalize' an interactive
948         function.
950 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
952         * org-remember.el (org-remember-apply-template): No ido completion
953         for free prompts in remember templates.
954         (org-remember-before-finalize-hook): New hook.
955         (org-remember-mode): New minor mode.
956         (org-remember-apply-template): Turn on `org-remember-mode'.
958         * org-id.el (org-id-add-location): Avoid error when no file is
959         given.
961         * org-remember.el (org-remember-apply-template): Fix the way how
962         the list of allowed properties is retrieved from the target file.
964         * org.el (org-insert-link): Improve file link matching.
966 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
968         * org-colview.el (org-columns-display-here): New argument
969         DATELINE, to trigger using the new face.
970         (org-agenda-colview-summarize): Call `org-columns-display-here'
971         with the new argument.
973         * org-faces.el (org-agenda-column-dateline): New face.
975         * org-publish.el (org-publish-org-index): Use index-title at page
976         title, not as section.
978         * org-exp.el (org-export-html-format-desc): Respect the
979         org-protect property.
980         (org-export-as-html): Protect image specifiers that are in the
981         description part of a link.
983         * org.el (org-sort-entries-or-items, org-completing-read)
984         (org-refile-get-location, org-olpath-completing-read, org-todo)
985         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
986         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
987         (org-set-property, org-delete-property)
988         (org-delete-property-globally): Use `org-ido-completing-read'.
990         * org-remember.el (org-remember-apply-template): Use
991         `org-ido-completing-read'.
993         * org-publish.el (org-publish): Use `org-ido-completing-read'.
995         * org-colview.el (org-columns-edit-value, org-columns-new)
996         (org-insert-columns-dblock): Use `org-ido-completing-read'.
998         * org-colview-xemacs.el (org-columns-edit-value)
999         (org-columns-new, org-insert-columns-dblock): Use
1000         `org-ido-completing-read'.
1002         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1003         `org-ido-completing-read'.
1005         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1006         `org-ido-completing-read'.
1008         * org.el (org-time-today): New function.
1009         (org-matcher-time): Use `org-time-today'.  Add special treatment
1010         for "<tomorrow>" and "<yesterday>".
1011         (org-ido-completing-read): New function.
1012         (org-completion-use-ido): New option.
1014         * org-exp.el (org-export-format-source-code): Fix bug in require
1015         htmlize code.
1016         (org-export-target-internal-links): Fix bug in search for text
1017         property.
1019 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1021         * org-export-latex.el (org-export-latex-subcontent): Interprete
1022         target aliases as additonal labels.
1024         * org-exp.el (org-export-target-aliases): New variable.
1025         (org-export-preprocess-string)
1026         (org-export-handle-invisible-targets): Fill the alias alist.
1027         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1028         assign an id.
1029         (org-html-level-start): Insert the target aliases as additonal
1030         anchors.
1032         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1033         picture area.
1035 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1038         when following a link with the mouse from the agenda.
1040         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1041         headlines are created.
1043 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-exp.el (org-export-preprocess-string): Reorder so that we
1046         can still see ID properties when we collect targets.
1047         (org-export-target-internal-links): Also store targets for ID's.
1049         * org.el (org-link-translation-function): New option.
1050         (org-open-at-point): Call `org-link-translation-function' if
1051         non-nil.
1052         (org-translate-link): New function.
1053         (org-translate-link-from-planner): New function.
1054         (org-open-at-point): Allow interactive commands in elisp links.
1056         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1057         iCalendar quoting.  The new one seems to caus problems with
1058         applications.
1060         * org.el (org-yank): Set `this-command' to `yank', so that
1061         `yank-pop' will work.
1063 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1065         * org-id.el (org-id-search-archives): New option.
1067         * org.el (org-link-to-org-use-id): New option.
1068         (org-store-link): Use `org-link-to-org-use-id'.
1069         (org-id): Make org-id.el a standard component.
1071 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1073         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1074         hexified version of the tag.
1076         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1077         compliance as far as quoting is concerned.
1079         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1081         * org.el (org-up-heading-safe, org-forward-same-level): Always
1082         call `org-back-to-heading' instead of `outline-back-to-heading'.
1083         (org-back-to-heading): New wrapper around outline-back-to-heading,
1084         with a useful error message telling where the error happened.
1086         * org-list.el (org-update-checkbox-count): Always call
1087         `org-back-to-heading' instead of `outline-back-to-heading'.
1089         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1090         has an `alt' attribute, to ensure XHTML validation.
1092 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org-publish.el (org-publish-attachment): Allow publishing to
1095         overwrite attachment files.
1097         * org-agenda.el (org-agenda-timerange-leaders): New option.
1098         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1100         * org.el (org-edit-src-exit): Untabify ASCII image before
1101         returning.
1114 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org.el (org-yank): Make any prefix force normal yanking.
1117         Suppress folding if text would be swallowed into a folded
1118         subtree.
1119         (org-yank-folded-subtrees, org-yank): Docstring updates.
1121         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1122         defined as 0.
1124         * org-exp.el (org-export-language-setup): Add Catalan and
1125         Esperanto language entries.
1127 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1129         * org.el (org-refile): Allow refiling of entire regions.
1131         * org-clock.el (org-clock-time%): New function.
1133         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1134         retrieve property values.
1136 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1138         * org-agenda.el (org-agenda-list): Handle the value `only' of
1139         org-agenda-show-log'.
1140         (org-agenda-log-mode): Interpret a double prefix arg.
1142 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org-exp.el (org-export-html-footnotes-section): New variable.
1145         (org-export-as-html): Use `org-export-html-footnotes-section' to
1146         insert the footnotes.
1147         (org-export-language-setup): Add "Footnotes" to language words.
1149 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1151         * org.el (org-yank): Fix bug when not inserting a subtree.
1153 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1155         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1156         instead of `vm-beginning-of-message'.
1158         * org.el (org-make-link-regexps): Make sure that links to gnus can
1159         contain brackets.
1161 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1163         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1164         code.
1166         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1167         shell output.
1169         * org.el (org-link-abbrev-alist): Improve customization type.
1171         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1172         functions.
1174         * org-agenda.el (org-agenda-get-progress): Renamed from
1175         `org-get-closed'.  Implement searching for state changes as well.
1176         (org-agenda-log-mode-items): New option.
1177         (org-agenda-log-mode): New option prefix argument, interpreted as
1178         request to show all possible progress info.
1179         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1180         `org-get-closed'.
1181         (org-agenda-set-mode-name): Handle the more complex log mode
1182         settings.
1183         (org-get-closed): New alias, pointing to `org-get-progress'.
1185 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1187         * org.el (org-file-apps-defaults-gnu)
1188         (org-file-apps-defaults-macosx)
1189         (org-file-apps-defaults-windowsnt): Add an entry defining the
1190         system command.
1191         (org-file-apps): Allow `system' as key and value.
1192         (org-open-at-point): Explain the effect of a double prefix arg.
1193         (org-open-file): If the argument `in-emacs' is (16),
1194         i.e. corresponding to a double prefix argument, try to open the
1195         file externally.
1197 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1199         * org.el (org-insert-link): Abbreviate absolute files names in
1200         links.  Also, fix a bug in which the double C-u prefix would not
1201         be honored.
1203 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1205         * org.el (org-insert-heading): If buffer does not end with a
1206         newline, add one if necessary to insert headline correctly.
1208         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1209         paragraphs, not inside.
1211         * org.el (org-todo): Quote
1212         `org-agenda-headline-snapshot-before-repeat'.
1214         * org-exp.el (org-export-as-html): Fully process link descriptions.
1215         (org-export-html-format-desc): New function.
1216         (org-export-as-html): Collect footnotes into the correct basket.
1217         (org-html-protect): No longer protect quotations marks here, this
1218         goes wrong.
1220         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1221         BEG.
1223         * org-compat.el (org-fit-window-to-buffer): New function (not
1224         really, a preliminary and incomplete version was present earlier,
1225         but not used).
1227         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1228         `org-fit-window-to-buffer'.
1230         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1232         * org-agenda.el (org-agenda-get-restriction-and-command)
1233         (org-fit-agenda-window, org-agenda-convert-date): Use
1234         `org-fit-window-to-buffer'.
1236         * org-exp.el (org-export-as-html): Process href links through
1237         `org-export-html-format-href'.
1238         (org-export-html-format-href): New function.
1240         * org-agenda.el (org-agenda-todo): Update only the current
1241         headline if this is a repeated TODO, marked done for today.
1242         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1243         only the current line.
1245         * org.el (org-todo): Take a snapshot of the headline if the
1246         repeater might change it.
1248 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1250         * org-publish.el (org-publish-find-title): Remove buffers visited
1251         only for extracting the title.
1253         * org-exp.el (org-export-html-style)
1254         (org-export-html-style-default): Mark style definitions as
1255         unparsed CDATA.
1257         * org-publish.el (org-publish-validate-link): Function
1258         re-introduced.
1260 2008-11-02  Charles Sebold  <csebold@gmail.com>
1262         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1263         property.
1264         (org-plot-quote-timestamp-field): New function.
1265         (org-plot-quote-tsv-field): Call timestamp field function when
1266         necessary rather than just quoting as a string.
1267         (org-plot/gnuplot-to-data): Pass in timefmt property.
1268         (org-plot/gnuplot-script): Supports timefmt property.
1269         (org-plot/gnuplot): Checks for timestamp column before checking
1270         for text index column.
1272 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1274         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1276         * org-publish.el (org-publish-org-index): Create a section in the
1277         index file.
1278         (org-publish-org-index): Stop linking to directories.
1280         * org.el (org-emphasis-alist): Use span instead of <u> to
1281         underline text.
1283         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1284         <pre> sections.
1286 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1288         * org-jsinfo.el (org-infojs-template): Remove language attribute
1289         from script tag.
1291 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1293         * org-agenda.el (org-agenda-remove-marked-text): New function.
1294         (org-agenda-mark-filtered-text)
1295         (org-agenda-unmark-filtered-text): New functions.
1296         (org-write-agenda): Remove fltered text.
1298         * org.el (org-make-tags-matcher): Give access to TODO "property"
1299         without speed penalty.
1301 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1303         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1304         option.
1305         (org-store-link-props): Make sure adding to the plist works
1306         correctly.
1308         * org-gnus.el (org-gnus-no-new-news): New function.
1309         (org-gnus-follow-link): Allow the article ID to be a message-id,
1310         in addition to allowing article numbers.  Message IDs make much
1311         more roubust links.
1312         (org-gnus-store-link): Use message-id to create link.
1314 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1316         * org.el (org-emphasize): Reverse the selection array.
1317         (org-emphasis-alist): Set <code> tags for the verbatim
1318         environment.
1320         * org-remember.el (org-remember-handler): Fix bug with
1321         prefix-related changing of the note storage target.
1323         * org-exp.el (org-print-icalendar-entries): Make the exported
1324         priorities compatible with RFC 2445.
1326         * org-clock.el (org-clock-save): Insert time stamp without
1327         dependence on time-stamp.el.
1329 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1331         * org.el ("saveplace"): If saveplace puts point into an invisible
1332         location, make it visible.
1333         (org-make-tags-matcher): Allow inactive time stamps in time
1334         comparisons.
1335         (org-yank-adjusted-subtrees): New option.
1336         (org-yank): Incorporate adjusting trees.
1337         (org-paste-subtree): New argument FOR-YANK which will cause
1338         insertion at point without backing up over white lines, and leave
1339         point at the end of the inserted text.  Also if the cursor is
1340         at the beginning of a headline, use the same level or the inserted
1341         tree.
1343         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1344         with broken symlinks
1346 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1348         * org-exp.el (org-export-select-tags, org-get-current-options):
1349         Fix typo.
1351 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1353         * org-agenda.el (org-format-agenda-item)
1354         (org-agenda-filter-make-matcher): Make sure tags are stored and
1355         compared donwcased.
1357 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1359         * org.el (org-insert-todo-heading): Fix bug with force-heading
1360         argument.
1362 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1364         * org-clock.el (org-clock-in-resume): Add a custom option to
1365         toggle starting the clock from an open clock line.
1366         (org-clock-in): When clocking in to an entry, if
1367         `org-clock-in-resume' is set, check if the first clock line is
1368         open and if so, start the clock from the time in the clock line.
1369         (org-clock-persist): Add a custom option to toggle clock
1370         persistence.
1371         (org-clock-persist-query-save): Add a custom option to toggle
1372         asking the user if they want to save the running clock when
1373         exiting.
1374         (org-clock-persist-query-resume): Add a custom option to toggle
1375         asking the user if they want to resume the saved clock when Emacs
1376         is restarted.
1377         (org-clock-save): Add a function to save clock data.
1378         This includes the contents of `org-clock-history' and the buffer
1379         and position of the currently clocked task, if any.
1380         (org-clock-load): Add a function to load clock data.
1381         This populates `org-clock-history', and resumes the saved clocked
1382         task if there is one.
1383         (org-clock-persistence-insinuate): Add a method to set up the
1384         hooks for clock persistence.
1386 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1388         * org-exp.el (org-export-as-ascii): Handle the case that we are
1389         publishing from an indirect buffer.
1391         * org-table.el (org-table-copy-down): Fix bug with time stamp
1392         increment.
1394         * org-mouse.el (org-mouse-features): New option.
1395         (org-mode-hook): Turn on features depending on
1396         `org-mouse-features'.
1398         * org.el (org-insert-heading-respect-content): Force heading
1399         creation.
1400         (org-insert-heading): keep the folding state of the heading before
1401         the inserted one.
1403 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1405         * org-archive.el (org-archive-to-archive-sibling): Handle top
1406         level headlines better.
1408 2008-10-21  Bastien Guerry  <bzg@altern.org>
1410         * org-export-latex.el (org-export-latex-classes): Added
1411         \usepackage{graphicx} to the default list of packages.
1413 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1415         * org-agenda.el (org-agenda-filter): Renamed from
1416         `org-agenda-filter-tags'.
1418 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1420         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1421         is not defined as a property in this entry.
1422         (org-add-log-note): Mask prefix argument when immediately storing
1423         the note.
1425         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1426         option.
1428 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1430         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1431         after drawers was skipping ahead one line too many, so notes were
1432         inserted after the first note instead of before it.
1434 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1436         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1437         New variables.
1438         (org-prepare-agenda): Reset the filter tags.
1439         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1440         Show filter tags in mode line.
1442         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1443         formatter.
1445         * org-export-latex.el (org-latex-entities-regexp): New constant.
1446         (org-export-as-pdf): Use two calls to `shell-command'.
1448 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1450         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1451         Honor the {} value of the subsuperscript setting.  Make sure that
1452         longer subsuperscripts are typeset in a roman font.
1454         * org.el (org-clock-update-time-maybe): Compute negative clock
1455         intervals correctly.
1457 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1459         * org.el (org-add-log-setup): Respect
1460         `org-log-state-notes-insert-after-drawers'.
1461         (org-log-state-notes-insert-after-drawers): New option.
1462         (org-todo-trigger-tag-changes): New function.
1463         (org-todo): Call `org-todo-trigger-tag-changes'.
1465 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1467         * org.el (org-add-log-setup): Only skip drawers if the are
1468         immediately after the scheduling keywords.
1470         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1471         function
1472         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1473         call it with the current todo state to get the state to switch to
1474         when clocking in.
1475         (org-clock-in): Use org-indent-line-function to indent clock lines.
1476         (org-clock-find-position): Fix indentation of empty clock drawers.
1478 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1480         * org-publish.el (org-publish-org-to): Handle case when
1481         org-export-to-pdf does return a file name, not a buffer.
1482         (org-publish-org-to-pdf): New function.
1484         * org-export-latex.el (org-export-as-pdf)
1485         (org-export-as-pdf-and-open): New commands.
1487         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1488         forms as ranges.
1490         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1491         things in protexted regions.
1493 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1495         * org-export-latex.el (org-export-latex-preprocess): Improve
1496         quoting of LaTeX environments.
1498 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1500         * org.el (org-edit-fixed-width-region): Exclude final newline from
1501         picture area.
1503         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1504         sections, to make internal links work.
1505         (org-export-latex-fontify-headline): Do not remove all text
1506         properties, to make sure that target properties survive this
1507         process.
1509         * org-exp.el (org-export-preprocess-string): Change sequence of
1510         modifications, to make sure links are prepared before the LaTeX
1511         conversions do happen.
1513 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1515         * org-attach.el (org-attach-delete-all): Renamed from
1516         `org-attch-delete'.  Add a security query before deleting the
1517         entire directory.  New optional argument FORCE can overrule the
1518         security query.
1519         (org-attach-delete-one): New command.
1521 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1523         * org-attach.el (org-attach-file-list): Fix bug with directory.
1525 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1527         * org.el (org-apps-regexp-alist): New function.
1528         (org-file-apps): Add auto-mode to the default value.
1529         (org-open-file): Use the new structure of org-file-apps.
1531         * org-attach.el (org-attach): Support the new keys.
1532         (org-attach-method): New option.
1534 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1536         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1537         March.
1539         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1540         of the list value o `org-use-tag-inheritance'.
1542         * org-attach.el (org-attach-auto-tag): New option.
1543         (org-attach-tag, org-attach-untag): New functions.
1544         (org-attach-attach, org-attach-new, org-attach-sync): Call
1545         `org-attach-tag'.
1546         (org-attach-delete): Call `org-attach-untag'.
1548 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1550         * org-table.el (orgtbl-self-insert-command): Make this work for
1551         the keypad as well.
1553 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1555         * org.el (org-add-log-setup): Limit searc for drawers to entry
1556         text, not to subtree.
1558         * org-clock.el (org-clock-heading-for-remember): New variable.
1559         (org-clock-in): Set `org-clock-heading-for-remember'.
1561 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1563         * org-remember.el (org-remember-apply-template): Add new
1564         expansions: %k, %K for currently clocked task and a link to the
1565         currently clocked task, and %< to file notes in the currently
1566         clocked task.
1568 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1570         * org-export-latex.el (org-export-latex-make-header): Also insert
1571         the content of the property :latex-header-extra.
1573         * org-exp.el (org-infile-export-plist): Put the content of
1574         #+LATEX_HEADER: into the property :latex-header-extra.
1576         * org-colview.el (org-columns-get-format-and-top-level): Remove
1577         resetting the marker.
1579         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1580         Remove resetting the marker.
1582         * org.el (org-entry-property-inherited-from): Improve docstring.
1583         (org-entry-get-with-inheritance): Reset marker before starting the
1584         search.
1586         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1588 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1590         * org.el (org-entry-get-multivalued-property)
1591         (org-entry-protect-space, org-entry-restore-space): New
1592         functions.
1593         (org-file-apps-defaults-macosx): Let postscript files be opened by
1594         preview.
1595         (org-time-stamp-inactive): Call `org-time-stamp'.
1596         (org-time-stamp): New argument `inactive'.  Also edit inacive
1597         stamps. Convert time stamp type.
1598         (org-open-file): Interpret the `default' value for the `command'
1599         in `org-file-apps'.
1601         * org-id.el (org-id-int-to-b36-one-digit)
1602         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1603         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1604         b36.
1606 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1608         * org-id.el (org-id-reverse-string): New function.
1609         (org-id-new): Use `org-id-reverse-string' to make sure the
1610         beginning chars of the ID are mutating fast.  This allows to use a
1611         directory structure to spread things better.
1612         (org-id-prefix): Changed default to nil.
1614         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1615         restore the column of the cursor position.
1617         * org-remember.el (org-remember-apply-template): Remove properties
1618         from `initial'.
1620 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1622         * org-wl.el (org-wl-open): Remove useless call to
1623         `wl-thread-open-all'.
1625         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1626         location.
1628 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1630         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1631         `org-bbdb-anniversaries'.
1633         * org.el (org-get-next-sibling, org-forward-same-level): New
1634         functions, similar to the outline versions, but invisible headings
1635         are OK.
1637 2008-09-25  Bastien Guerry  <bzg@altern.org>
1639         * org.el (org-auto-repeat-maybe): Insert a space between
1640         the timestamp's type and the timestamp itself.
1642 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1644         * org-table.el (org-table-sum): Do not format the result with %g,
1645         it does rounding when there are too many digits.
1647         * org.el (org-map-entries): Protect the keyword-selecting variables.
1649 2008-09-23  Bastien Guerry  <bzg@altern.org>
1651         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1652         against all agenda files.
1654 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1656         * org-list.el: New file, aggregating list functions from org.el
1657         and org-export-latex.el.
1659         * org.el (org-edit-src-region-extra): New option.
1661 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1663         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1664         time before 1am.
1666 2008-09-22  Bastien Guerry  <bzg@altern.org>
1668         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1670 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1672         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1673         hline work correctly.
1674         (org-plot/gnuplot-script): Put commas at the end of each script
1675         line.
1677 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1679         * org.el (org-get-refile-targets): Replace links with their
1680         descriptions
1681         (org-imenu-get-tree): Replace links with their descriptions.
1683         * org-remember.el (org-remember-apply-template): Add a new
1684         expansion for adding properties to remember items.
1686         * org.el (org-add-log-setup): Skip over drawers (properties,
1687         clocks etc) when adding notes.
1689         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1690         items as well as the start and end times.
1692         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1693         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1695         * org-remember.el (org-get-x-clipboard): Use the compat
1696         function to get clipboard values when x-selection-value is
1697         unavailable. Use substring-no-properties instead of
1698         set-text-properties to remove text properties from the clipboard
1699         value.
1701         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1702         modeline clock string, and display the full todo value in the
1703         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1704         the currently clocked task.
1705         (org-clock-string-limit): Add a custom value for the maximum
1706         length of the clock string in the modeline.
1707         (org-clock-mode-map): Add a keymap for the modeline string
1709 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1711         * org-compat.el (org-propertize): New function.
1713 2008-09-20  Bastien Guerry  <bzg@altern.org>
1715         * org-export-latex.el (org-export-latex-tables): protect exported
1716         tables from further special chars conversion.
1717         (org-export-latex-preprocess): Preserve LaTeX environments.
1718         (org-list-parse-list): Parse descriptive lists.
1719         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1720         (org-list-to-texinfo): Export descriptive lists.
1721         (org-quote-chars): Remove.
1722         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1723         (org-export-latex-list-beginning-re): Rename to
1724         `org-list-beginning-re'
1725         (org-list-item-begin): Rename to `org-list-item-beginning'
1727 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1729         * org.el (org-refile): Allow refiling to the last entry in the
1730         buffer.
1731         (org-get-tags-at): Fix bug when inheritance is turned off.
1733 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1735         * org.el (org-indent-line-function): No longer check for src
1736         regions, this is too much overhead.
1738         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1739         matching.
1741         * org.el (org-scan-tags): Make sure that tags matching is not case
1742         sensitive.  TODO keyword matching is case sensitive, however, to
1743         avoid confusion with similar words that are not meant to be
1744         keywords.
1746 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1748         * org.el (org-get-local-tags-at): New function.
1749         (org-get-local-tags): New function.
1751         * org-exp.el (org-export-get-categories): New function.
1753         * org-agenda.el (org-sorting-choice)
1754         (org-agenda-sorting-strategy, org-agenda-get-todos)
1755         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1756         (org-agenda-get-scheduled, org-agenda-get-blocks)
1757         (org-entries-lessp): Implement sorting by TODO state.
1758         (org-cmp-todo-state): New defsubst.
1760         * org-colview.el (org-colview-construct-allowed-dates): New
1761         function.
1762         (org-columns-next-allowed-value): Use
1763         `org-colview-construct-allowed-dates'.
1765         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1766         function.
1767         (org-columns-next-allowed-value): Use
1768         `org-colview-construct-allowed-dates'.
1770 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1772         * org.el (org-protect-slash): New function.
1773         (org-get-refile-targets): Use `org-protect-slash'.
1775         * org-agenda.el (org-global-tags-completion-table): New variable.
1777         * org-exp.el (org-export-handle-export-tags): New function.
1778         (org-export-preprocess-string): Call
1779         `org-export-handle-export-tags'.
1781         * org-plot.el: New file.
1783         * org-publish.el (org-publish-expand-components): Function removed.
1784         (org-publish-expand-projects): Allow components to have components.
1786 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1788         * org.el (org-indent-line-function): Do not indent in regions that
1789         are external source code.
1790         (org-yank-and-fold-if-subtree): New function.
1792         * org-agenda.el (org-agenda-todayp): New function.
1793         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1794         `org-agenda-todayp'.
1796         * org.el (org-insert-heading-respect-content)
1797         (org-insert-todo-heading-respect-content): New commands.
1798         (org-insert-heading-respect-content): New option.
1799         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1801         * org-clock.el (org-clock-find-position): Make sure the note after
1802         the clock line gets moved into the new clock drawer.
1804 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1806         * org-id.el (org-id-new): New option.
1808 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1810         * org-table.el (org-table-copy-down): Avoid overflow during
1811         increment.  Use prefix argument 0 to temporarily disable the
1812         increment.
1814 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1816         * org-exp.el (org-export-as-html): Do not turn on the major mode
1817         if the buffer will be killed anyway.
1818         (org-get-current-options): Exclude the #+TEXT field.
1819         (org-export-as-html): Make sure text before the first headline is
1820         a paragraph.
1822         * org-publish.el (org-publish-org-to): Tell the exporter that this
1823         buffer will be killed, so it is not necessary to do major mode
1824         initialization.
1826         * org-archive.el (org-archive-to-archive-sibling): Show empty
1827         lines after folding the archive sibling.
1829         * org.el (org-log-note-extra): New variable.
1831 2008-09-05  Bastien Guerry  <bzg@altern.org>
1833         * org.el (org-additional-option-like-keywords): Added keywords for
1834         the _QUOTE, _VERSE and _SRC environments.
1836         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1837         exporting _QUOTE and _VERSE environments.
1839 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1841         * org-agenda.el (org-agenda-filter-by-tag): New command.
1843         * org-exp.el (org-get-current-options): Remove angular brackets
1844         from the date entry.
1846         * org.el (org-edit-fixed-width-region): New function.
1847         (org-edit-fixed-width-region): Also try
1848         `org-edit-fixed-width-region'.
1849         (org-edit-fixed-width-region-mode): New option.
1850         (org-activate-code): Only interprete lines starting with colon
1851         plus a space as example lines.
1853         * org-remember.el (org-remember-templates): Add nil instead of
1854         empty strings to fix the length of remember templates.
1856         * org-table.el (org-calc-default-modes): Fix the time format for
1857         calc, from 12 hour to 24 hour clock.
1859 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1861         * org-agenda.el (org-agenda-get-deadlines)
1862         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1863         entries that are pre-warnings of deadlines or reminders.
1865         * org.el (org-sort-entries-or-items): Make numeric and alpha
1866         comparisons ignore any TODO keyword and priority cookie.
1868         * org-remember.el (org-remember-handler): Reinterpretation of the
1869         prefix argument.
1871 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1873         * org-agenda.el (org-agenda-get-scheduled): Use new
1874         `org-scheduled' face.
1876         * org-faces.el (org-scheduled): New face.
1878         * org-wl.el (org-wl-open): Remove incorrect declaration.
1880         * org-gnus.el (org-gnus-store-link): Support for :to information
1881         in gnus links.
1883         * org-exp.el (org-export-as-html): Fixed typo in creator
1884         information.
1885         (org-export-protect-examples): New parameter indent.  Insert extra
1886         spaces only when this parameter is specified.
1887         (org-export-preprocess-string): Call `org-export-protect-examples'
1888         with an indentation parameter when exporting to ASCII.
1890         * org-remember.el (org-remember-templates)
1891         (org-remember-apply-template): Allow the file component to be a
1892         function.
1894         * org.el (org-goto-local-search-headings): Renamed from
1895         `org-goto-local-search-forward-headings'.  Added the possibility
1896         to search backwards.
1898 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1900         * org-export-latex.el (org-export-latex): New customization
1901         group.
1903         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1905 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1907         * org-exp.el (org-html-do-expand): Allow {} to terminate
1908         tex macro
1910 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1912         * org.el (org-buffer-list): Select buffers based on major mode,
1913         not on file name.
1915 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1917         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1918         face property.
1920         * org-colview.el (org-columns-display-here): Use
1921         `org-columns-modify-value-for-display-function'.
1923         * org-colview-xemacs.el (org-columns-display-here): Use
1924         `org-columns-modify-value-for-display-function'.
1926 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1928         * org.el (org-columns-modify-value-for-display-function): New option.
1940         * org-publish.el (org-publish-file): Make sure the directory match
1941         for the publishing directory works correctly.
1943         * org-agenda.el (org-agenda-execute-calendar-command)
1944         (org-agenda-diary-entry): Additional optional argument.
1946 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1948         * org-exp.el (org-export-as-html): Add attributes also in mailto
1949         and ftp links.
1951         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1960 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1962         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1963         sure that calls from `org-export-region-as-html' do not do the
1964         special check for a subtree.
1966 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1968         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1970 2008-07-20  Juri Linkov  <juri@jurta.org>
1972         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1973         new keymap `narrow-map' instead of binding "\C-xns".
1975 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1977         * org.el (org-open-file): Use
1978         `org-open-directory-means-index-dot-org'.
1979         (org-open-directory-means-index-dot-org): New option.
1981 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1983         * org.el (org-make-link-string): Remove link attributes from
1984         description.
1985         (org-open-at-point): Remove link attributes bevore using the path.
1987         * org-exp.el (org-export-as-html): Handle link attributes.
1989         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1991         * org-table.el (org-table-to-lisp): New function.
1993         * org.el (org-narrow-to-subtree): Do not include the final newline
1994         into the narrowed region.
1996         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1997         bug with user-define skipping condition.
1999 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2001         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2003 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2005         * org-exp.el (org-export-html-style-default): Automatic overflow
2006         handling for pre fields.
2007         (org-export-as-ascii, org-export-as-html): Change default format
2008         for time stamp.
2010         * org-table.el (org-table-export): Offer completion for translator
2011         functions, and do not require a heading above the table.
2013         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2014         Cater for the case of a list starting in the first line of the
2015         buffer.
2017 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2019         * org-publish.el (org-publish-find-title): Bug fix.
2020         (org-publish-org-index): Implement new :index-style option.
2022 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2024         * org-publish.el (org-publish-timestamp-filename): Use
2025         SHA1-encoded file names in the timestamp directory.
2027 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2029         * org-publish.el (org-publish-needed-p): Be verbose about files
2030         published and files skipped.
2032         * org-exp.el (org-export-preprocess-string): Swap link
2033         normalization and inernal link targeting.
2035         * org-publish.el (org-publish-needed-p): Create timestamp
2036         directory when it does not exist.
2038 2008-07-04  Bastien Guerry  <bzg@altern.org>
2040         * org-clock.el (org-clock-out-when-done): Doc fix.
2042         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2044         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2045         Ignore case when searching for the COMMENT cookie at export time.
2047 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2049         * org-exp.el (org-get-file-contents)
2050         (org-get-and-remove-property): New functions.
2051         (org-export-handle-include-files): Handle the new prefix options.
2052         (org-export-as-html): Fix the verse environment.
2054 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2056         * org.el (org-time=, org-time<, org-time<=, org-time>)
2057         (org-time>=, org-time<>, org-2ft): New functions.
2058         (org-op-to-function): Also provide for the time testing fucntions.
2060 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2062         * org-exp.el (org-export-html-style-default): New constant.
2064 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2066         * org-exp.el (org-export-html-style-extra): New variable.
2067         (org-export-splice-style): New function.
2069 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2071         * org-exp.el (org-export-plist-vars, org-export-as-html):
2072         Implement `org-export-creator-info'.
2073         (org-export-creator-info): New option.
2075 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2077         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2078         (org-property-drawer-re, org-clock-drawer-re): New constants.
2080 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2082         * org-exp.el (org-icalendar-use-deadline)
2083         (org-icalendar-use-scheduled): New options.
2084         (org-icalendar-include-todo): Default changed to t.
2085         (org-print-icalendar-entries): Implement better utilization of
2086         scheduling and deadline time stamps.
2087         (org-export-target-internal-links, org-export-as-html): Allow file
2088         lines without the "file:" prefix if the file path is an absolute
2089         path or starts with ".".
2091         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2092         lastweek etc.
2093         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2095 2008-06-18  Glenn Morris  <rgm@gnu.org>
2096         * org.el (org-map-entries): Let-bind `file'.
2098 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2100         * org.el (org-agenda-skip-archived-trees): Docstring now
2101         discourages using this.
2102         (org-scan-tags): Check for org-agenda-archives-mode.
2103         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2104         (org-agenda-files): Functionality of second arg changed.
2106         * org-agenda.el (org-agenda-archives-mode): New variable
2107         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2108         (org-search-view, org-todo-list, org-tags-view)
2109         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2110         `ifmode' argument.
2111         (org-agenda-quit): Reset the archives mode.
2112         (org-agenda-archives-mode): New command.
2113         (org-agenda-set-mode-name): Include archives info.
2115 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2117         * org.el (org-paste-subtree): Make sure the yanked headline is
2118         visible if it was yanked at a visible point.
2119         (org-move-item-up): Fix the bug with moving white space at the end
2120         of the item.
2121         (org-show-empty-lines-in-parent): New function.
2123 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2125         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2127         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2129         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2130         agenda prefix as well.
2132         * org-publish.el (org-publish-org-index): Make a properly indented
2133         list.
2135         * org.el (org-calendar-agenda-action-key): New option.
2136         (org-get-cursor-date): New function.
2137         (org-mark-entry-for-agenda-action): New command.
2138         (org-overriding-default-time): New variable.
2139         (org-read-date): Respect `org-overriding-default-time'.
2141         * org-remember.el (org-remember-apply-template): Respect the
2142         ovverriding default time.
2144         * org-agenda.el (org-agenda-action-marker): New variable.
2145         (org-agenda-action): New command.
2146         (org-agenda-do-action): New function.
2148 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2150         * org.el (org-schedule, org-deadline): Protect scheduled and
2151         deadline tasks against changes that accidently remove the
2152         repeater.  Also show a message with the new date when done.
2154 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2156         * org.el (org-beginning-of-line): Cater for the case when there
2157         are tags but no headline text.
2158         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2159         it set.
2161 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2163         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2164         the return value is nil instead of "nil" when there is no match.
2166         * org-exp.el (org-insert-centered): Use fill-column instead of
2167         80.
2168         (org-export-as-ascii): Use string-width to measure the width of
2169         the heading.
2171         * org.el (org-diary-to-ical-string): No longer kill buffer
2172         FROMBUF, this is now done by the caller.
2174         * org-exp.el (org-print-icalendar-entries): Move the call to
2175         `org-diary-to-ical-string' out of the loop, and kill the buffer
2176         afterwords.
2178         * org-remember.el (org-remember-visit-immediately): Position
2179         cursor after moving to the note.
2180         (org-remember-apply-template): Use a text property to record the
2181         cursor position.
2182         (org-remember-handler): Align tags after pasting the note.
2184 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2186         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2188         * org-agenda.el (org-agenda-open-link): If there is an
2189         org-bbdb-name property in the current line, jump to that bbdb
2190         entry.
2192         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2193         text property, so that the agenda knows where this entry comes
2194         from.
2196         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2197         interaction between clocking-in from the agenda, and  automatic
2198         task state switching.
2200         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2202         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2203         zmacs-region stays after this command in XEmacs.
2205 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2207         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2209         * org-remember.el (org-remember-templates): Fix bug in
2210         customization type definition.
2212         * org.el (org-map-entries): New function.
2214 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2216         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2217         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2219 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2221         * org-remember.el (org-jump-to-target-location): New variable.
2222         (org-remember-apply-template): Set
2223         `org-remember-apply-template' if requested by template.
2224         (org-remember-handler): Start an idle timer to jump to
2225         remember location.
2227         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2229         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2230         file tags.
2231         (org-get-tags-at): Add the content of `org-file-tags'.
2233         * org-exp.el (org-export-handle-comments): Fix bug with several
2234         comment lines after each other.
2235         (org-number-to-roman, org-number-to-counter): New functions.
2236         (org-export-section-number-format): New option.
2238 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2240         * org-exp.el (org-export-protect-examples): Catch the case of a
2241         missing end_example line.
2243         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2244         `org-file-tags' to nil.
2246         * org-colview.el (org-columns-next-allowed-value): Handle next
2247         argument NTH to directly select a value.
2249         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2250         argument NTH to directly select a value.
2252 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2254         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2256 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2258         * org.el (org-columns-ellipses): New option.
2260 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2262         * org-colview.el (org-columns-add-ellipses): New function.
2263         (org-columns-compact-links): New function.
2264         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2265         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2266         when in agenda.
2267         (org-columns-edit-value): Fixed bug with editing values from
2268         agenda column view.
2269         (org-columns-redo): Also redo the agenda itself.
2271 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2273         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2274         option.
2276         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2278         * org-exp.el (org-export-ascii-preprocess): Renamed from
2279         `org-export-ascii-clean-string'.
2280         (org-export-kill-licensed-text)
2281         (org-export-define-heading-targets)
2282         (org-export-handle-invisible-targets)
2283         (org-export-target-internal-links)
2284         (org-export-remove-or-extract-drawers)
2285         (org-export-remove-archived-trees)
2286         (org-export-protect-quoted-subtrees)
2287         (org-export-protect-verbatim, org-export-protect-examples)
2288         (org-export-select-backend-specific-text)
2289         (org-export-mark-blockquote-and-verse)
2290         (org-export-remove-comment-blocks-and-subtrees)
2291         (org-export-handle-comments, org-export-mark-radio-links)
2292         (org-export-remove-special-table-lines)
2293         (org-export-normalize-links)
2294         (org-export-concatenate-multiline-links)
2295         (org-export-concatenate-multiline-emphasis): New functions,
2296         obtained from spliiting the export preprocessor.
2298         * org-table.el (org-table-recalculate): Improve error message if
2299         the row number is invalid.
2301 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2303         * org-archive.el (org-archive-save-context-info): Fix bugs in
2304         customization setup and docstring.
2306         * org-exp.el (org-export-html-style): Changed the size of in the
2307         <pre> element to 90%.
2309 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2311         * org.el (org-find-src-example-start): Function removed.
2312         (org-edit-src-find-region-and-lang): New function.
2314 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2316         * org.el (org-edit-src-exit): New function.
2317         (org-exit-edit-mode): New minor mode.
2319         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2320         comment-like lines from protected examples.
2322         * org.el (org-edit-src-example, org-find-src-example-start)
2323         (org-protect-source-example, org-edit-special): New functions.
2325 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2327         * org-publish.el (org-publish-project-alist): Fix typo in
2328         docstring.
2329         (org-publish-project-alist): Handle :index-title property.
2331 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2333         * org-export-latex.el (org-export-as-latex): Make sure region
2334         bounds are correct.  Parse subtree properties relating to export.
2336         * org-exp.el (org-export-add-options-to-plist): New function.
2337         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2339 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2341         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2342         EXPORT_TITLE.
2344         * org-exp.el (org-export-get-title-from-subtree)
2345         (org-export-as-ascii, org-export-as-html): Make sure the original
2346         region-beginning and region-end are used, even after moving
2347         point.
2348         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2349         property.
2351         * org-remember.el (org-remember-last-stored-marker): New variable.
2352         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2353         (org-remember-handler): Also use marker to remember
2354         last-stored position.
2356         * org.el (org-goto-marker-or-bmk): New function.
2358 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2360         * org.el (org-file-properties): Renamed from `org-local-properties'.
2361         (org-scan-tags): Take file tags into account.
2362         (org-tags-match-list-sublevels): Default changed to t.
2364         * org-exp.el (org-export-as-html): Close paragraph after a
2365         footnote.
2367         * org.el (org-update-parent-todo-statistics): New function.
2369         * org-exp.el (org-icalendar-store-UID): New option.
2370         (org-icalendar-force-UID): Option removed.
2371         (org-print-icalendar-entries): IMplement UIDs.
2373 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2375         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2377 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2379         * org-faces.el (org-column): Document how this face is being used
2380         and why sometimes the background faces shine through.
2382         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2384         * org-publish.el (org-publish-attachment): Create publishing
2385         directory if it does not yet exist.
2387         * org-table.el (org-calc-default-modes): Change default number
2388         format to (float 8).
2390         * org.el (org-olpath-completing-read): New function.
2391         (org-time-clocksum-format): New option.
2392         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2394         * org-clock.el (org-clock-display, org-clock-out)
2395         (org-update-mode-line): Use `org-time-clocksum-format'.
2397         * org-colview-xemacs.el (org-columns-number-to-string): Use
2398         `org-time-clocksum-format'.
2400         * org-colview.el (org-columns-number-to-string): Use
2401         `org-time-clocksum-format'.
2403 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2405         * org-id.el: New file, move from contrib to core.
2407         * org-exp.el (org-icalendar-force-UID): New option.
2409 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2411         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2412         shifted by one day if theere is a date range without an end
2413         time.
2415         * org.el (org-try-structure-completion): New function.
2417 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2419         * org.el (org-set-font-lock-defaults): Improve fontification of
2420         description lists.
2421         (org-insert-item): Handle description lists.
2422         (org-adaptive-fill-function): Improve auto indentation in
2423         description lists.
2425         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2426         Implement VERSE environment.
2427         (org-export-preprocess-string): Implement the COMMENT
2428         environment.
2430         * org-export-latex.el (org-export-latex-preprocess): Implement
2431         VERSE environment.
2433 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2435         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2436         option.
2438 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2440         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2442         * org.el (org-quote-csv-field): New functions.
2444         * org-table.el (org-table-export-default-format): Remove :splice
2445         from default format, we get the same effect by not specifying
2446         :tstart and :tend.
2447         (org-table-export): Improve setup, distinguish better between
2448         interactive and non-interactive use, allow specifying the format
2449         on the fly, better protection against wrong file names.
2450         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2451         and :tend when :splice is omitted.
2453 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2455         * org-clock.el (org-clock-select-task): Make sure the selection
2456         letters are 1-9 and A-Z, no special characters.
2458 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2460         * org-exp.el (org-export-htmlize): New group.
2461         (org-export-htmlize-output-type)
2462         (org-export-htmlize-css-font-prefix): New options.
2463         (org-export-htmlize-region-for-paste): New function.
2464         (org-export-htmlize-generate-css): New command.
2466 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2468         * org/org.el (org-modules, org-format-latex-options):
2469         * org/org-archive.el (org-archive-stamp-time)
2470         (org-archive-save-context-info):
2471         * org/org-faces.el (org-hide):
2472         * org/org-irc.el (org-irc-parse-link):
2473         * org/org-macs.el (org-call-with-arg, org-autoload):
2474         * org/org-mew.el (org-mew-store-link):
2475         * org/org-remember.el (org-remember-store-without-prompt)
2476         (org-remember-templates): Fix typos in docstrings.
2478         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2480         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2481         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2482         (org-bbdb-anniv-split): Fix typos in docstrings.
2484         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2485         (org-publish-use-timestamps-flag): Reflow docstring.
2486         (org-publish-files-alist): Fix typos in docstring.
2488 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2490         * org.el (org-set-visibility-according-to-property): New function.
2491         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2492         and compute the regular expressions, and update font-lock.
2493         (org-property-re): Allow a dash in property names.
2495         * org-archive.el (org-extract-archive-file): Insert the file name
2496         without the path into the format, to allow the location format to
2497         contain a subdirectory.
2499         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2500         of buffer, and the `org-agenda-type' property undefined, use the
2501         value from the character before.
2503         * org.el (org-add-planning-info): Don't let indentation for
2504         would-be timestamp become extra whitespace at the end of headline.
2506 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2508         * org.el (org-remove-double-quotes, org-file-contents): New
2509         functions.
2511         * org-exp.el (org-infile-export-plist): Also parse the
2512         contents of #+SETUPFILE files, recursively.
2514         * org.el (org-set-regexps-and-options): Also parse the
2515         contents of #+SETUPFILE files, recursively.
2517         * org-exp.el (org-export-handle-include-files): New function.
2518         (org-export-preprocess-string): Call
2519         `org-export-handle-include-files'.
2521         * org.el (org-delete-property-globally)
2522         (org-delete-property, org-set-property): Ignore case during
2523         completion.
2524         (org-set-property): Use `org-completing-read' instead of
2525         `completing-read'.
2527         * org.el (org-complete-expand-structure-template): New,
2528         experimental function.
2529         (org-structure-template-alist): New, experimental option.
2530         (org-complete): Call `org-complete-expand-structure-template'.
2532 2008-05-06  Bastien Guerry  <bzg@altern.org>
2534         * org-export-latex.el (org-export-latex-preprocess): Added
2535         support for blockquotes.
2537 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2539         * org.el (org-read-date-analyze): Catch the case where only a
2540         weekday is given.
2542 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2544         * org.el (org-set-font-lock-defaults): Make the description
2545         tag bold.
2547         * org-exp.el (org-export-as-html, org-close-li): Implement
2548         description lists.
2550 2008-05-04  Jason Riedy  <jason@acm.org>
2552         * org-table.el (*orgtbl-default-fmt*): New variable.
2553         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2554         when there is no other fmt available.
2556         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2557         :tend to suppress the appropriate string.
2559         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2560         table.
2562 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2564         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2565         read date.
2567         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2568         New function.
2570         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2571         New function.
2573 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2575         * org-clock.el (org-clock-find-position): Don't include notes
2576         into clock drawer.
2578         * org-archive.el (org-archive-subtree): No longer remove an
2579         extra line after cutting the subtree.  `org-cut-subtree' already
2580         takes care of this.
2582         * org-remember.el (org-remember-handler): Only kill the target
2583         buffer if it does not contain the running clock.
2585         * org.el (org-markers-to-move): New variable.
2586         (org-save-markers-in-region, org-check-and-save-marker)
2587         (org-reinstall-markers-in-region): New function.
2588         (org-move-subtree-down, org-copy-subtree): Remember relative
2589         marker positions before cutting.
2590         (org-move-subtree-down, org-paste-subtree): Restore relative
2591         marker positions after pasting.
2593         * org-remember.el (org-remember-clock-out-on-exit): New option.
2594         (org-remember-finalize): Clock out only if the setting in
2595         `org-remember-clock-out-on-exit' requires it.
2596         (org-remember-handler): Do the cleanup in the buffer, to make sure
2597         that the clock marker remains in tact.
2599 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2601         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2602         (org-clock-in): Make sure that also tasks outside the narrowed
2603         region will be clocked in correctly.
2604         (org-clock-insert-selection-line): Widen the buffer so that we can
2605         find the correct task heading.
2607         * org.el (org-base-buffer): New function.
2609         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2610         and ";" are escaped.
2611         (org-print-icalendar-entries): Also apply
2612         `org-icalendar-cleanup-string' to the headline, not only to the
2613         summary property.
2615 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2617         * org-exp.el (org-export-preprocess-hook): New hook.
2618         (org-export-preprocess-string): Call
2619         `org-export-preprocess-hook'.
2621         * org.el (org-font-lock-hook): New variable.
2622         (org-font-lock-hook): New function.
2623         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2625 ;; Local Variables:
2626 ;; coding: utf-8
2627 ;; add-log-time-zone-rule: t
2628 ;; End:
2630     Copyright (C) 2008  Free Software Foundation, Inc.
2632   This file is part of GNU Emacs.
2634   GNU Emacs is free software: you can redistribute it and/or modify
2635   it under the terms of the GNU General Public License as published by
2636   the Free Software Foundation, either version 3 of the License, or
2637   (at your option) any later version.
2639   GNU Emacs is distributed in the hope that it will be useful,
2640   but WITHOUT ANY WARRANTY; without even the implied warranty of
2641   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2642   GNU General Public License for more details.
2644   You should have received a copy of the GNU General Public License
2645   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2647 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c