HTML export: Allow special colors for each TODO keyword
[org-mode.git] / lisp / ChangeLog
blob4b5ca0488f851b2eeca82cc7507fb9073c8db9da
1 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4         class, so that each keyword can get special colors through CSS.
6         * org-clock.el (org-clock-out): Add another nil for the previous
7         state into the call to `org-add-log-setup'.
9         * org.el (org-log-note-previous-state): New variable.
10         (org-log-note-headings): New %S escape for old state.
11         (org-todo): Call the note setup with the old state as an
12         argument.
13         (org-add-note): Add another nil for the previous state into the
14         call to `org-add-log-setup'.
15         (org-add-log-setup): New argument PREV-STATE.
16         (org-add-log-note): Handle new %S escape.
17         (org-store-log-note): Handle new %S escape.
19 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
21         * org-clock.el (org-clock-find-position): Do not swallow an item
22         less indented than the CLOCK line itself.
23         (org-clock-in): Push markers to lin after the clock line.
24         (org-clock-find-position): Handle values of
25         `org-clock-into-drawer' smaller than 2.
27         * org-exp.el (org-html-level-start): Add a CSS class to section
28         numbers.
29         (org-export-html-toplevel-hlevel): Better documentation of the
30         influence of this variables on H levels and css classes in
31         export.
33 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
35         * org-agenda.el (org-agenda-custom-commands-local-options): Add
36         timestamp and nottimestamp to the chooe menu.
38         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
39         (org-revert-all-org-buffers): New command.
41 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
43         * org.el (org-return): Implement `org-return-follows-link' in the
44         function org-return.  This is more robust than using the mouse
45         map, I think.
46         (org-set-regexps-and-options): Match more general #+TODO lines.
47         (org-make-options-regexp): New optional argument EXTRA, for an
48         extra regexp.
49         (org-tab-follows-link): Mark as deprecated.
51 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org-exp.el (org-export-preprocess-string): Remove clock lines
54         earlier, so that they cannot cotribute to verbatim snippets.
56 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
59         for finding drawers.
60         (org-export-as-ascii, org-export-as-html): Count levels relative
61         to the subtree header.
62         (org-get-min-level): New optional argument OFFSET.
63         (org-export): Make sure point is restored after popping up that
64         window.
66         * org.el (org-do-sort): Also take an inactive timestamp if no
67         active one is found.
69         * org-colview-xemacs.el (org-columns-capture-view): Copy before
70         deleting duplicates.
72         * org-colview.el (org-columns-capture-view): Copy before
73         deleting duplicates.
75         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
76         text before first headline.
78         * org.el (org-format-latex): Do not convert LaTeX fragments in
79         protected examples.
81 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org-exp.el (org-export-html-style-default): Use color values
84         instead of names for XHTML validation.
86         * org.el (org-get-scheduled-time, org-get-deadline-time): New
87         functions.
88         (org-return-follows-link): Revert making this the default untile
89         issues are resolved.
91         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
92         nottimestamp.
94 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org.el (org-mode): Make dependence stuff work more reliably.
97         (org-update-parent-todo-statistics): Fix bug with updating
98         statistics cookie.
100         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
101         ~ as verbatim delimiters.
103         * org-exp.el (org-export-html-format-image): New argument
104         PAR-OPEN.
105         (org-export-as-html): Pass par-open to
106         `org-export-html-format-image'.
108 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
110         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
111         (org-use-fast-todo-selection, org-tags-column): New default
112         setting for variables, based on a poll what typical uses use.
114         * org-agenda.el (org-agenda-sorting-strategy)
115         (org-agenda-tags-column): New default setting for variables, based
116         on a poll what typical uses use.
118 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
121         blocked entries from setting the blocked tag.
123         * org-exp.el (org-export-html-footnotes-section): Use a more
124         consistent id for footnotes.
126         * org-export-latex.el (org-export-latex-classes): Remove the
127         a4paper option from the default styles.
129 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
131         * org.el (org-enforce-todo-checkbox-dependencies): New option.
132         (org-block-todo-from-checkboxes): New function.
133         (org-todo): Make tripple prefix arg circumvent blocking.
135         * org-timer.el (org-timer): Provide the timer feature.
137         * org.el (org-require-autoloaded-modules): Add a few more files to
138         the list of autoloaded modules.
140         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
142 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
145         drawers that are unprotected.
146         (org-export-html-format-image): Make sure inlined LaTeX fragment
147         images remain inlined.
149         * org.el (org-toggle-ordered-property): New function.
150         (org-mode-map): Add a key for `org-toggle-ordered-property'.
151         (org-org-menu): Add menu entries for TODO dependencies.
153 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org.el (org-default-properties): Add ORDERED to the default
156         properties, to get completion support for it.
158         * org-list.el (org-update-checkbox-count): Update more than one cookie.
160         * org.el (org-update-parent-todo-statistics): Update more than one
161         cookie.
163         * org-agenda.el (org-agenda-get-todos): Start search from correct
164         position.
166         * org.el (org-fast-todo-selection): Make sure TODO selection does
167         not change buffer position.
169         * org-list.el (org-toggle-checkbox): Implement adding or removing
170         checkboxes from line or region when called with a prefix
171         argument.
173         * org-rmail.el (org-rmail-store-link): Protect the call to
174         `rmail-narrow-to-non-pruned-header'.
176         * org-clock.el (org-clock-special-range): Fix week display in
177         clock tables.
179         * org-exp.el (org-get-current-options): Fix bug when in indirect
180         buffer.
182 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
185         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
186         (org-agenda-dim-blocked-tasks): New function.
188         * org.el (org-enforce-todo-dependencies): New option.
189         (org-block-todo-from-children-or-siblings): New function.
191         * org-faces.el (org-agenda-dimmed-todo-face): New face.
193         * org.el (org-todo): Return correct state type even if the blocker
194         throws an error.
195         (org-modifier-cursor-error): Renamed from
196         `org-shiftcursor-error'.
197         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
198         (org-shiftmetadown): Call `org-modifier-cursor-error'.
200         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
201         to get real errors from the blocker hook.
203         * org.el (org-shiftselect-error, org-call-for-shift-select): New
204         functions.
205         (org-set-visibility-according-to-property): Turn off the setting
206         of `org-show-entry-below', to avoid overruling a FOLDED visibility
207         property.
209 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org.el (org-support-shift-select): New option.
212         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
213         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
214         selection outside contexts.
216         * org-list.el (org-at-item-bullet-p): New function.
218         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
219         variables.
221         * org-footnote.el (org-footnote-normalize): Remove unnecessary
222         variable.
223         (org-insert-footnote-reference-near-definition): Remove
224         unnecessary let form.
226         * org-export-latex.el (org-export-latex-first-lines): Add
227         OPT-PLIST parameter.
228         (org-export-as-latex): Call `org-export-latex-first-lines' with
229         opt-plits parameter.
230         (org-export-latex-preprocess): Remove unnecessary variables.
232         * org-exp.el (org-infile-export-plist)
233         (org-export-add-options-to-plist, org-export-kill-licensed-text)
234         (org-export-remove-headline-metadata)
235         (org-export-get-title-from-subtree, org-get-min-level)
236         (org-html-do-expand): Remove innecessary let form.
238         * org-colview-xemacs.el (org-columns-display-here): Remove
239         unnecessary variables.
241         * org-colview.el (org-columns-display-here): Remove unnecessary
242         variables.
244         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
245         variables.
247         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
248         unnecessary variables.
250         * org-agenda.el (org-search-view, org-agenda-get-blocks)
251         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
252         variables.
254         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
255         (org-compact-display-after-subtree-move): Remove unnecessary
256         variables.
257         (org-edit-fixed-width-region): Remove unnecessary variables.
258         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
259         (org-olpath-completing-read): Remove unnecessary variable.
260         (org-auto-repeat-maybe): Remove unnecessary variable.
261         (org-map-entries): Remove unnecessary variable.
262         (org-buffer-property-keys, org-imenu-get-tree)
263         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
265 -----------------------------------------------------------------
267 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org-exp.el (org-export-remove-timestamps): Never remove
269         timestamps from tables.
271         * org-export-latex.el (org-export-latex-first-lines): Add more
272         options to the preprocessing of the text before the first
273         headline.
275 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org-faces.el (org-clock-overlay): Make face compatible with
278         XEmacs.
280         * org.el (org-yank): Add property for delete-selection mode.
282         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
284         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
285         variable.
287         * org-table.el (org-table-insert-hline): Fix typo in fuction call
288         to `backward-char'.
290         * org-exp.el (org-export-as-html): Remove the initial space from
291         colon examples.
293         * org.el (org-scan-tags): Call
294         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
296         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
297         customization groups.
298         (org-agenda-tags-todo-honor-ignore-options): New option.
299         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
300         New function.
301         (org-agenda-get-todos): Use
302         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
304 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-exp.el (org-export-format-source-code-or-example): Escape
307         HTML characters also in examples that anre not treated with
308         htmlize.  Also, just switch to EXAMPLE processing if we do not
309         have a good version of htmlize.
311         * org-rmail.el: Fix copyright notice.
313         * org.el (org-activate-footnote-links): Improve footnote link
314         highlighting.
316         * org-footnote.el (org-footnote-normalize): Fix finding the end of
317         a footnote definition at the end of the file.
319         * org-table.el (org-table-get-specials): Add an imagined hline at
320         the end of the table.  This can be useful for references that want
321         to go to the end of the table.  Also fix bug when computing last
322         row constants, in tables that do not start right at the right
323         margin.
324         (org-table-eval-formula): Match and replace remove references.
325         (org-table-formula-substitute-names): Make sure that names inside
326         a "remote" call are left alone, the will be replaced later when
327         the remote call is handled.
328         (org-table-convert-refs-to-rc): Do not convert things that might
329         look like a reference, but are really part of an ID or namei n a
330         remote reference.
331         (org-table-get-remote-range): New function.
333 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org-faces.el (org-clock-overlay): Fix bug in face definition.
337         * org-clock.el (org-clock-put-overlay): Use new face instead of
338         `secondary-selection'.
340         * org-faces.el (org-clock-overlay): New face.
342 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-exp.el (org-get-current-options): Include the option for
345         publishing time stamps.
347         * org.el (org-toggle-heading): Renamed from
348         `org-toggel-region-headings'.
349         No longer needs a region defined, but will use it if there is one.
350         (org-ctrl-c-star): Simplified, relying more on the internal
351         workings of `org-toggle-heading'.
352         (org-toggle-item): Renamed from `org-toggle-region-items'.
353         No longer needs a region defined, but will use it if there is one.
354         (org-ctrl-c-minus): Simplified, relying more on the inernal
355         workings of `org-toggle-item'.
357         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
358         environment detection.  Also, do real changes only in unprotected
359         places.
361 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
363         * org-export-latex.el (org-export-latex-quotation-marks): Use
364         `org-if-unprotected-1'.
365         (org-export-latex-set-initial-vars): Check for class definition in
366         property.
368         * org-macs.el (org-if-unprotected-1): New macro.
370 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-compat.el (org-count-lines): New function.
374         * org-exp.el (org-export-format-source-code-or-example): Handle
375         switches related to text areas.
377         * org.el (org-activate-footnote-links): Don't allow match inside a
378         link.
380         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
382         * org-export-latex.el (org-export-latex-links): Keep a relative
383         path relative also after export.
385         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
387         * org.el (org-make-tags-matcher): Never use IDO for completing the
388         tags matcher match string.
389         (org-completing-read): Also remove the special biding for "?".
391         * org-attach.el (org-attach-allow-inheritance): New option.
392         (org-attach-inherited): New variable.
393         (org-attach-dir): Handle properties related to the attachment
394         directory.
395         (org-attach-check-absolute-path): New function.
396         (org-attach-set-directory, org-attach-set-inherit): New commands.
397         (org-attach): Accommodate the new commands in the dispatcher.
399 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
401         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
402         `window-full-width-p'.
404         * org-exp.el (org-export-as-html): Only check for images files
405         that really can be inlined
407         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
408         list of extensions to be a parameter.
410         * org-exp.el (org-export-html-inline-image-extensions): New
411         variable.
413         * org-agenda.el (org-prepare-agenda): Use
414         `org-agenda-block-separator'.
415         (org-agenda-block-separator): New option.
417 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org-export-latex.el (org-export-latex-tables): Call
420         `org-table-clean-before-export' with the new optional argument.
422         * org-exp.el (org-table-clean-before-export): New optional
423         parameter MAYBE-QUOTED, allows for quoted characters like \# in
424         first column.
426 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
428         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
429         histograms.
431         * org-colview.el (org-colview-construct-allowed-dates): Better
432         error catching when a date/time property does not have allowed
433         values defined.
435         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
436         Better error catching when a date/time property does not have
437         allowed values defined.
439 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
441         * org.el (org-map-entries): Restore point and restriction after
442         `org-map-entries'.
444 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org.el (org-time=, org-time<, org-time<=, org-time>)
447         (org-time>=, org-time<>): Make sure both values are dates.
449 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
451         * org-archive.el (org-extract-archive-heading): Allow %s for file
452         name also in achive location heading.
454 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
456         * org-archive.el (org-add-archive-files): Uniquify the list before
457         returning it.
459 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
461         * org-compat.el (org-fit-window-to-buffer): Use
462         `window-full-width-p'.
464         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
465         space after the colon in short examples.
467         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
468         enforce a space after the colon.  However, we also allow lines
469         that are *only* a colon.
470         (org-export-as-html): Enforce the space after the colon in short
471         examples.
472         (org-export-preprocess-string): Do the colon example protection
473         earlier.
474         (org-export-remove-timestamps): Do not check for protection at the
475         end of the line.
477 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org.el (org-format-latex-options): Add new matcher for single
480         letters between dollars.
481         (org-get-header): Function removed.
482         (org-heading-components): New function.
484         * org-exp.el (org-export-define-heading-targets): Record ID's also
485         as alternative targets.
486         (org-export-as-html): Interpret "id:" links to other files by
487         preserving the relative path.
489         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
490         is nil.
492         * org-exp.el (org-export-normalize-links): Protect the main link,
493         to avoid special character processing.
495         * org-export-latex.el (org-export-latex-special-keyword-regexp):
496         New variable.
497         (org-export-latex-special-string-regexps): Variable removed.
498         (org-export-latex-keywords): Use the new regexp.
500         * org-exp.el (org-export-handle-include-files): Fetch switches and
501         put them into the BEGIN statement.
503         * org-timer.el (org-timer-mode-line-string): New variable.
505         * org-clock.el (org-clock-mode-line-map): Renamed from
506         `org-clock-mode-map'.
507         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
508         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
509         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
510         (org-clock-remove-overlays): Renamed from
511         `org-remove-clock-overlays'.
513         * org-timer.el (org-timer-pause-or-continue): Implement stopping
514         and mode line display.
515         (org-timer-stop): New command.
516         (org-timer-seconds): Return correct time when timer is paused.
517         (org-timer-mode-line-timer): New variable.
518         (org-timer-set-mode-line, org-timer-update-mode-line): New
519         functions.
521         * org.el (org-insert-heading):  Handle new value `auto' for
522         `org-blank-before-new-entry'.
523         (org-org-menu): Add new items for timer functions.
525         * org-list.el (org-insert-item): Handle new value `auto' for
526         `org-blank-before-new-entry'.
528         * org.el (org-blank-before-new-entry): New value `auto', made
529         default.
531 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-exp.el (org-export-normalize-links): If the link is also
534         used as the description, protect the description.
536 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org.el (org-closest-date): Fix bug with yearly repeats, in
539         combination with preference of the past as it is used for deadline
540         and scheduling search.
542         * org-exp.el (org-html-handle-time-stamps): No longer check for
543         the `org-export-with-timestamps' option, because the preprocesser
544         has taken care of this already.
546         * org.el (org-entry-properties): Catch the case when this is
547         called in a non-org-mode file.
549         * org-export-latex.el (org-export-latex-remove-from-headlines):
550         Variable made obsolete, also LaTeX export now uses the standard
551         variables.
552         (org-export-as-latex): Add the timestamps parameter to the
553         preprocessor parameter list.
554         (org-export-latex-content): Export the remaining keywords without
555         considering to remove them.
556         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
557         Use bold font instead of tt font for the keywords.
558         (org-export-latex-fontify-headline): Format headlines, assuming
559         that all keywords still present should be published.
560         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
561         publish what ever remains of the time stamps.
562         (org-export-latex-list-parameters): New option.
563         (org-export-latex-lists): Pass additional parameters to the list
564         converter.
566         * org-exp.el (org-export-preprocess-string): Remove clock lines
567         and timestamps already in the preprocesor.
568         (org-export-remove-timestamps, org-export-remove-clock-lines): New
569         functions.
570         (org-export-as-ascii, org-export-as-html): Add the timestamps
571         parameter to the preprocessor parameter list.
573         * org-list.el (org-list-parse-list): Parse for checkboxes.
574         (org-list-to-generic): Introduce and handle new parameters :cbon
575         and :cboff.
576         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
577         optional parameter PARAMS.
579         * org-export-latex.el (org-export-latex-special-chars): Fix
580         problems with interpreting dollar signs.
581         (org-inside-latex-math-p): New function.
582         (org-export-latex-preprocess): Protect all the math fragments.
584         * org.el (org-latex-regexps): Allow a dash after a dollar.
586         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
587         mark after copying.
589         * org-agenda.el (org-run-agenda-series): Have series options set
590         when finalizing the agenda.
592         * org-exp.el (org-export-format-source-code-or-example): Protect
593         the converted examples.
595         * org.el (org-set-regexps-and-options): Fix the regexp
596         `org-complex-heading-regexp'.
598 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org.el (org-edit-src-get-label-format): New function.
601         (org-coderef-label-format): New option.
602         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
603         a label format specification and make sure it is used in the edit
604         buffer.
605         (org-edit-src-get-label-format): New function.
606         (org-store-link): Handle new coderef formats.
607         (org-link-search): Handle new coderef formats.
609         * org-footnote.el (org-footnote-create-definition)
610         (org-footnote-goto-local-insertion-point): Make footnote insertion
611         work correctly when the "Footnotes" headline is the last line in
612         the buffer.
614         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
615         the location.
617 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org-w3m.el (org-w3m): New customization group.
620         (org-w3m-deactivate-mark): New option.
621         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
622         option say not to.
624 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
626         * org.el (org-set-font-lock-defaults): Trigger footnote
627         fontification.
628         (org-activate-footnote-links): New function.
629         (org-activate-links): New entry `footnote'.
631         * org-faces.el (org-footnote): New face.
633 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
635         * org-macs.el (org-re): Handle the [:word:] class.
637         * org-exp.el (org-export-preprocess-string): Call
638         `org-export-protect-colon-examples'.
639         (org-export-protect-colon-examples): Renamed from
640         `org-export-protect-examples', and scope limited to lines starting
641         with a colon.
643 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org-exp.el (org-export-preprocess-string): Move the preprocess
646         hook to after turning on Org-mode.
647         (org-export-preprocess-after-include-files-hook)
648         (org-export-preprocess-after-tree-selection-hook)
649         (org-export-preprocess-before-backend-specifics-hook)
650         (org-export-preprocess-final-hook): New hooks.
651         (org-export-preprocess-string): Run the new hooks.
653         * org.el (org-ctrl-c-minus): Fix indentation for new items.
655         * org-footnote.el: New file.
657         * org.el (org-footnote): Require footnote code.
658         (org-startup-options): Add new footnote options.
659         (org-mode-map): New keybindig for footnotes.
660         (org-ctrl-c-ctrl-c): Add function at footnotes.
661         (org-org-menu): New menu entries for footnotes.
663         * org-export-latex.el (org-export-as-latex): Pass footnote
664         variable to preprocessor.
665         (org-export-latex-preprocess): Treat multiple references to a
666         footnote.
668         * org-exp.el (org-export-preprocess-string): Call
669         `org-footnote-normalize'.
670         (org-export-as-ascii, org-export-as-html): Pass footnote variable
671         to preprocessor.
672         (org-export-as-html): Treat multiple references to a footnote.
674 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
676         * org-export-latex.el (org-export-latex-links): Handle coderef
677         links.
679         * org.el (org-bracket-link-analytic-regexp++): New variable.
680         (org-make-link-regexps): Initialize
681         `org-bracket-link-analytic-regexp++'.
682         (org-store-link): Implement special case in edit-src buffer.
683         (org-insert-link): No use of ide to insert stored links.
684         (org-link-search): Implement special case for coderefs.
686         * org-exp.el (org-export-html-scripts): New constant.
687         (org-export-html-style-default): Add a new style for highlighted
688         code.
689         (org-export-code-refs): New variable.
690         (org-export-preprocess-string): Initialize `org-export-code-refs'.
691         Call `org-export-replace-src-segments-and-examples'
692         No longer call `org-export-protect-examples'.
693         (org-export-target-internal-links): Take care of coderef targets.
694         (org-export-last-code-line-counter-value): New variable.
695         (org-export-replace-src-segments-and-examples): Renamed from
696         `org-export-replace-src-segments', and modified.
697         (org-export-format-source-code-or-example): Renamed from
698         `org-export-format-source-code'.
699         (org-export-number-lines): New function.
700         (org-export-as-ascii, org-export-as-html): Handle coderef links.
702 --------------------------------------------------------------------------
704 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
706         * org-remember.el (org-remember-handler): Safer way to get a new
707         buffer accessing the target file.
709         * org.el (org-refile-get-location): Handle case of current buffer
710         not having a file associated with it.
712 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org-table.el (org-table-get-formula): Only ask to overwrite
715         field formula if there really is one.
717         * org-id.el (org-id-find): Allow the ID to be a symbol or a
718         number, by converting these to a string.
720         * org-colview.el (org-dblock-write:columnview): Allow ID to be
721         located in a different file.
723         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
724         org-colview.el.
726 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
728         * org.el (org-completion-use-ido): Enhance docstring of
729         `org-completion-use-ido'.
731         * org-export-latex.el (org-export-latex-make-header): Double the %
732         in the time stamp format.
733         (org-export-latex-special-chars): Handle case where there is no
734         match group 3.
736 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org.el (org-get-refile-targets, org-refile-get-location): Use
739         expanded file name to improve comparison.
741 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org.el (org-scan-tags): Rescan for tags, to get the correct
744         upcase/downcase stuff.  This slows things down for now, but it
745         works.
746         (org-mode): Make sure the tag-faces regexp is initialized.
748         * org-export-latex.el (org-export-latex-links): Fix bug with
749         undefined label.
751         * org-table.el (org-table-get-specials): Set
752         `org-table-current-last-data-line'.
753         (org-table-current-last-data-line): New variable.
754         (org-table-insert-column, org-table-delete-column)
755         (org-table-move-column, org-table-fix-formulas): Call
756         `org-table-fix-formulas' a second time to fix the $LR references.
757         (org-table-get-specials): Add the $LR references to the tables.
758         (org-table-get-formula): Do not offer last-row names as LHS of
759         formulas.
761         * org.el (org-store-link): Capture link description from
762         `org-id-store-link'.
764         * org-exp.el (org-export-html-format-image): Add the / to the end
765         of the <img> tag.
766         (org-export-format-source-code): Surround example by empty lines,
767         to make sure it will not be inside a paragraph.
769         * org.el (org-ido-switchb): New function.
771 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
773         * org-agenda.el (org-agenda-show): New prefix argument
774         FULL-ENTRY.
776         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
777         argument.
779         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
780         `org-agenda-change-all-lines'.
781         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
782         tags are now retrieved locally.
784 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org.el (org-get-outline-path): Fix bug if level is not given.
787         (org-org-menu): Do not quote function in menu vector.
789         * org-agenda.el (org-finalize-agenda): Fix typo with variable
790         name.
792 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
794         * org.el (org-refile): Avoid refiling to within the region to be
795         refiled.
797         * org-export-latex.el (org-export-latex-special-chars): Replace
798         special characters also in tables.
800         * org-agenda.el (org-agenda-change-all-lines): New argument
801         FORCE-TAGS.
802         (org-agenda-set-tags): Cet the new tags and pass them to
803         `org-format-agenda-item'.
805 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
807         * org-export-latex.el (org-export-latex-classes): Add longable as
808         a default package to all classes.
809         (org-export-latex-tables): Handle the longtable attribute and the
810         align attribute.
812         * org-table.el (orgtbl-to-generic): Handle tables that start with
813         a hline.
815         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
816         \verb for colde-like snippets.
817         (org-export-as-latex): Fix issues with region export.
819         * org.el (org-up-heading-safe): Speed up function by using a
820         direct regexp search.
821         (org-olpa): New variable.
822         (org-get-outline-path): Speed-up path constructions in cases where
823         this is possible because the entire hierarchy is scanned anyway.
824         (org-refile-get-location): Don't compare the truenames of files,
825         this is too slow.
826         (org-goto-max-level): New option.
827         (org-goto): Use `org-goto-max-level'.
829 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
831         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
832         Strip angle brackets from message-ids in the former and don't do
833         it in the latter.
834         (org-gnus-follow-link): Open summary reliable, even if the last
835         messages were deleted, and handle empty groups, too.
837 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
840         instead of \texttt for the =...= and ~===~ emphasis environments.
841         (org-export-as-latex): Remove any old :org-license-to-kill text
842         properties.
843         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
844         (org-export-latex-make-header): Add some hard space after the
845         table of contents.
846         (org-export-latex-first-lines): Accept RBEG argument.  Mark
847         exported text so that it will be excuded in further steps.
849         * org-table.el (org-table-get-specials): Make @0 reference the
850         last line in a table.
851         (org-table-recalculate): Improve docstring.
853 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org.el (org-log-done): Fix docstring.
857 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-exp.el (org-export-html-format-image): Fix bugs.
861         * org-export-latex.el (org-export-latex-tables)
862         (org-export-latex-links): Implement attribute, label, and caption
863         handling.
865         * org-exp.el (org-export-html-style-default): Add style
866         definitions for the figure div.
867         (org-export-preprocess-string, org-export-as-html): Implement
868         attribute, label, and caption handling.
869         (org-export-attach-captions-and-attributes): New function.
870         (org-export-html-format-image): New function.
871         (org-format-org-table-html): Implement attribute, label, and
872         caption handling.
874         * org.el (org-find-text-property-in-string): New function.
875         (org-extract-attributes): Use the property org-attr instead of
876         org-attrobutes, because this property is now set with the #+ATTR
877         lines.
879 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
881         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
882         the case that FROM is nil.
884         * org.el (org-before-first-heading-p): New function.
886 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
888         * org-exp.el (org-export-as-html): Do not add a space before
889         enforces line breaks.
890         (org-export-as-html): Close paragraph before blockquote and verse
891         tags.
893 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-id.el (org-id-locations-file): Wrap file name with
896         `convert-standard-filename'.
897         (org-id-files): New variable.
898         (org-id-use-hash): New option.
899         (org-id-update-id-locations): Also search in all files current
900         listed in `org-id-files'.  Convert the resulting alist to a hash
901         if the user customation says so.
902         (org-id-locations-save): Handle he case if `org-id-locations' is a
903         hash.
904         (org-id-locations-load): Convert the alist to a hash.
905         (org-id-add-location): Handle the hast case.
906         (kill-emacs-hook): Make sure id locations are saved when Emacs is
907         exited.
908         (org-id-hash-to-alist, org-id-alist-to-hash)
909         (org-id-paste-tracker): New functions.
911 -------------------------------------------------------------------------
913 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
915         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
916         bindings of calendar variables.
918         * org-table.el (org-table-find-row-type): Renamed from
919         `org-find-row-type'.
920         (org-table-rewrite-old-row-references): Renamed from
921         `org-rewrite-old-row-references'.
922         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
923         (org-table-cleanup-narrow-column-properties): Renamed from
924         `org-cleanup-narrow-column-properties'.
926 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
928         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
929         for better error messages.
930         (org-table-get-descriptor-line): Supply the new arguments to
931         `org-find-row-type'.
932         (org-table-error-on-row-ref-crossing-hline): New option.
934         * org.el (org-target-link-regexp): Make buffer-local.
935         (org-move-subtree-down): Fix bug with trees at beginning of
936         buffer.
938 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
940         * org-faces.el (org-set-tag-faces): New function.
941         (org-tags-special-faces-re): New variable.
943         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
945         * org-faces.el (org-tag-faces): New option.
946         (org-tag): Mention `org-tag-faces' in the docstring.
948 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
950         * org-exp.el (org-export-html-style-default): Implement new
951         quoting.
953         * org-jsinfo.el (org-infojs-template): Implement new quoting.
955         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
956         command to the `w3m-minor-mode-map'.
958         * org-archive.el (org-archive-to-archive-sibling): Protect
959         `this-command' to avoid appending kills during archiving.
961         * org-exp.el (org-export-with-priority): New variable.
962         (org-export-add-options-to-plist): Use `org-export-plist-vars'
963         instead of internal list of strings and properties.
964         (org-print-icalendar-entries): Retrieve the location property with
965         inheritance.
967 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
969         * org-exp.el (org-export-with-todo-keywords): New option.
970         (org-export-plist-vars): Include also the keys for the #+OPTIONS
971         line.
972         (org-default-export-plist, org-export-add-options-to-plist)
973         (org-export-as-ascii, org-export-as-html): Use the new structure
974         of `org-export-plist-vars'.
976         * org.el (org-map-entries): Return all values.
978 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
980         * org.el (org-matcher-time): Recognize more special values.
982         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
984 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org.el (org-tags-exclude-from-inheritance): New option.
987         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
988         `org-tags-exclude-from-inheritance'.
990         * org-agenda.el (org-agenda-show-inherited-tags): New option.
991         (org-format-agenda-item): Add inherited tags to the agenda line
992         string, and make sure that properties are kept when downcasing the
993         tags list.
994         (org-agenda-add-inherited-tags): New function.
995         (org-downcase-keep-props): New function.
997         * org.el (org-scan-tags): Mark inherited tags with a text
998         property.
999         (org-get-tags-at): Mark inherited tags with a text property.
1000         (org-add-prop-inherited): New function.
1002         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1003         (org-agenda-show-inherited-tags): New option.
1005 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org.el (org-modules): Add org-w3m to the default modules.
1009         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1010         orgtbl-mode.
1011         (orgtabl-create-or-convert-from-region): New command.
1013         * org-exp.el (org-export-as-ascii): Remove the handling of
1014         targets.
1015         (org-export-ascii-preprocess): Handle targets already in this
1016         function.
1018 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1020         * org-timer.el (org-timer-start-time): Define this variable.
1021         (org-timer-item): Make argument optional.
1023         * org-list.el (org-insert-item): Automatically insert a timer item
1024         if the current list is a timer list.
1026         * org-timer.el: New file.
1028         * org-publish.el (org-publish-org-index): Only exclude the index
1029         file in the main directory from being added to the site-map.
1030         (org-publish-get-project-from-filename): If the current project is
1031         a component, start publishing from the parent project.
1033 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1035         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1037         * org-publish.el (org-publish-org-index): Improve removal of
1038         temporary buffers.
1040         * org-agenda.el (org-get-closed): Re-apply changes
1041         accidentially overwritten by last commit to Emacs.
1043         * org.el (org-outline-path-complete-in-steps): New option.
1044         (org-refile-get-location): Honor
1045         `org-outline-path-complete-in-steps'.
1046         (org-agenda-change-all-lines, org-tags-sparse-tree)
1047         (org-time-string-to-absolute, org-small-year-to-year)
1048         (org-link-escape): Re-apply changes accidentially overwritten
1049         by last commit to Emacs.
1051 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1053         * org-clock.el (org-dblock-write:clocktable): Make sure the
1054         clocktable sees the first line.
1055         (org-clock-in): Warn if the clock cannot be resumed.
1057 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1059         * org.el (org-open-at-point): Fix mixup about interactive and
1060         non-interactive elisp links.
1062 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1064         * org-exp.el (org-export-preprocess-string): Allow one comment
1065         line before the first headline to always be included.  This is
1066         to not miss a commented target.
1068         * org-mouse.el (org-mouse-insert-item): Call
1069         `org-indent-to-column' instead of `indent-to', for XEmacs
1070         compatibility.
1072         * org.el (org-refile-targets): Fix customize definition so
1073         that it works also in XEmacs.
1074         (org-fixup-indentation): Call `org-indent-to-column' instead
1075         of `indent-to', for XEmacs compatibility.
1077 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1079         * org-mew.el (org-mew-store-link): Get the correct case folder
1080         for refiled messages.
1082 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1084         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1085         line break indicators.
1087         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1088         ido-completion propts.
1090 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1092         * org-remember.el (org-remember-apply-template): Use
1093         `org-substring-no-properties'.
1095         * org-compat.el (org-substring-no-properties): New function.
1097         * org-remember.el (org-remember-apply-template): Use
1098         `org-substring-no-properties' for compatibility.
1100         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1101         option.
1102         (org-fix-bullet-type): respect
1103         `org-list-two-spaces-after-bullet-regexp'.
1105         * org-clock.el (org-clock-load): Clean up the code.
1107         * org.el (org-adaptive-fill-function): Allow two spaces after
1108         "1." as a list bullet.
1110 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1112         * org-clock.el (org-clock-save, org-clock-load): Check for
1113         live buffers, existing files, and buffer file names to ensure
1114         consistent information.
1115         (org-clock-persist): Make `clock' a special value of this
1116         variable, and improve docstring.
1118         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1119         (org-get-string-indentation): Adapt indentation when the bullet
1120         width changes.
1122 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1124         * org-remember.el (org-remember-finalize): Make interactive.
1125         (org-remember-kill): New command.
1126         (org-remember-finish-immediately): Call `org-remember-finalize'
1127         directly.
1128         (org-remember-finalize): Make `org-remember-finalize' an interactive
1129         function.
1131 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-remember.el (org-remember-apply-template): No ido completion
1134         for free prompts in remember templates.
1135         (org-remember-before-finalize-hook): New hook.
1136         (org-remember-mode): New minor mode.
1137         (org-remember-apply-template): Turn on `org-remember-mode'.
1139         * org-id.el (org-id-add-location): Avoid error when no file is
1140         given.
1142         * org-remember.el (org-remember-apply-template): Fix the way how
1143         the list of allowed properties is retrieved from the target file.
1145         * org.el (org-insert-link): Improve file link matching.
1147 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-colview.el (org-columns-display-here): New argument
1150         DATELINE, to trigger using the new face.
1151         (org-agenda-colview-summarize): Call `org-columns-display-here'
1152         with the new argument.
1154         * org-faces.el (org-agenda-column-dateline): New face.
1156         * org-publish.el (org-publish-org-index): Use index-title at page
1157         title, not as section.
1159         * org-exp.el (org-export-html-format-desc): Respect the
1160         org-protect property.
1161         (org-export-as-html): Protect image specifiers that are in the
1162         description part of a link.
1164         * org.el (org-sort-entries-or-items, org-completing-read)
1165         (org-refile-get-location, org-olpath-completing-read, org-todo)
1166         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1167         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1168         (org-set-property, org-delete-property)
1169         (org-delete-property-globally): Use `org-ido-completing-read'.
1171         * org-remember.el (org-remember-apply-template): Use
1172         `org-ido-completing-read'.
1174         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1176         * org-colview.el (org-columns-edit-value, org-columns-new)
1177         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1179         * org-colview-xemacs.el (org-columns-edit-value)
1180         (org-columns-new, org-insert-columns-dblock): Use
1181         `org-ido-completing-read'.
1183         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1184         `org-ido-completing-read'.
1186         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1187         `org-ido-completing-read'.
1189         * org.el (org-time-today): New function.
1190         (org-matcher-time): Use `org-time-today'.  Add special treatment
1191         for "<tomorrow>" and "<yesterday>".
1192         (org-ido-completing-read): New function.
1193         (org-completion-use-ido): New option.
1195         * org-exp.el (org-export-format-source-code): Fix bug in require
1196         htmlize code.
1197         (org-export-target-internal-links): Fix bug in search for text
1198         property.
1200 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1202         * org-export-latex.el (org-export-latex-subcontent): Interprete
1203         target aliases as additonal labels.
1205         * org-exp.el (org-export-target-aliases): New variable.
1206         (org-export-preprocess-string)
1207         (org-export-handle-invisible-targets): Fill the alias alist.
1208         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1209         assign an id.
1210         (org-html-level-start): Insert the target aliases as additonal
1211         anchors.
1213         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1214         picture area.
1216 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1218         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1219         when following a link with the mouse from the agenda.
1221         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1222         headlines are created.
1224 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1226         * org-exp.el (org-export-preprocess-string): Reorder so that we
1227         can still see ID properties when we collect targets.
1228         (org-export-target-internal-links): Also store targets for ID's.
1230         * org.el (org-link-translation-function): New option.
1231         (org-open-at-point): Call `org-link-translation-function' if
1232         non-nil.
1233         (org-translate-link): New function.
1234         (org-translate-link-from-planner): New function.
1235         (org-open-at-point): Allow interactive commands in elisp links.
1237         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1238         iCalendar quoting.  The new one seems to caus problems with
1239         applications.
1241         * org.el (org-yank): Set `this-command' to `yank', so that
1242         `yank-pop' will work.
1244 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1246         * org-id.el (org-id-search-archives): New option.
1248         * org.el (org-link-to-org-use-id): New option.
1249         (org-store-link): Use `org-link-to-org-use-id'.
1250         (org-id): Make org-id.el a standard component.
1252 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1255         hexified version of the tag.
1257         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1258         compliance as far as quoting is concerned.
1260         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1262         * org.el (org-up-heading-safe, org-forward-same-level): Always
1263         call `org-back-to-heading' instead of `outline-back-to-heading'.
1264         (org-back-to-heading): New wrapper around outline-back-to-heading,
1265         with a useful error message telling where the error happened.
1267         * org-list.el (org-update-checkbox-count): Always call
1268         `org-back-to-heading' instead of `outline-back-to-heading'.
1270         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1271         has an `alt' attribute, to ensure XHTML validation.
1273 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1275         * org-publish.el (org-publish-attachment): Allow publishing to
1276         overwrite attachment files.
1278         * org-agenda.el (org-agenda-timerange-leaders): New option.
1279         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1281         * org.el (org-edit-src-exit): Untabify ASCII image before
1282         returning.
1295 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org.el (org-yank): Make any prefix force normal yanking.
1298         Suppress folding if text would be swallowed into a folded
1299         subtree.
1300         (org-yank-folded-subtrees, org-yank): Docstring updates.
1302         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1303         defined as 0.
1305         * org-exp.el (org-export-language-setup): Add Catalan and
1306         Esperanto language entries.
1308 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1310         * org.el (org-refile): Allow refiling of entire regions.
1312         * org-clock.el (org-clock-time%): New function.
1314         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1315         retrieve property values.
1317 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-agenda.el (org-agenda-list): Handle the value `only' of
1320         org-agenda-show-log'.
1321         (org-agenda-log-mode): Interpret a double prefix arg.
1323 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1325         * org-exp.el (org-export-html-footnotes-section): New variable.
1326         (org-export-as-html): Use `org-export-html-footnotes-section' to
1327         insert the footnotes.
1328         (org-export-language-setup): Add "Footnotes" to language words.
1330 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1332         * org.el (org-yank): Fix bug when not inserting a subtree.
1334 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1336         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1337         instead of `vm-beginning-of-message'.
1339         * org.el (org-make-link-regexps): Make sure that links to gnus can
1340         contain brackets.
1342 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1345         code.
1347         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1348         shell output.
1350         * org.el (org-link-abbrev-alist): Improve customization type.
1352         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1353         functions.
1355         * org-agenda.el (org-agenda-get-progress): Renamed from
1356         `org-get-closed'.  Implement searching for state changes as well.
1357         (org-agenda-log-mode-items): New option.
1358         (org-agenda-log-mode): New option prefix argument, interpreted as
1359         request to show all possible progress info.
1360         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1361         `org-get-closed'.
1362         (org-agenda-set-mode-name): Handle the more complex log mode
1363         settings.
1364         (org-get-closed): New alias, pointing to `org-get-progress'.
1366 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1368         * org.el (org-file-apps-defaults-gnu)
1369         (org-file-apps-defaults-macosx)
1370         (org-file-apps-defaults-windowsnt): Add an entry defining the
1371         system command.
1372         (org-file-apps): Allow `system' as key and value.
1373         (org-open-at-point): Explain the effect of a double prefix arg.
1374         (org-open-file): If the argument `in-emacs' is (16),
1375         i.e. corresponding to a double prefix argument, try to open the
1376         file externally.
1378 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1380         * org.el (org-insert-link): Abbreviate absolute files names in
1381         links.  Also, fix a bug in which the double C-u prefix would not
1382         be honored.
1384 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1386         * org.el (org-insert-heading): If buffer does not end with a
1387         newline, add one if necessary to insert headline correctly.
1389         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1390         paragraphs, not inside.
1392         * org.el (org-todo): Quote
1393         `org-agenda-headline-snapshot-before-repeat'.
1395         * org-exp.el (org-export-as-html): Fully process link descriptions.
1396         (org-export-html-format-desc): New function.
1397         (org-export-as-html): Collect footnotes into the correct basket.
1398         (org-html-protect): No longer protect quotations marks here, this
1399         goes wrong.
1401         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1402         BEG.
1404         * org-compat.el (org-fit-window-to-buffer): New function (not
1405         really, a preliminary and incomplete version was present earlier,
1406         but not used).
1408         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1409         `org-fit-window-to-buffer'.
1411         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1413         * org-agenda.el (org-agenda-get-restriction-and-command)
1414         (org-fit-agenda-window, org-agenda-convert-date): Use
1415         `org-fit-window-to-buffer'.
1417         * org-exp.el (org-export-as-html): Process href links through
1418         `org-export-html-format-href'.
1419         (org-export-html-format-href): New function.
1421         * org-agenda.el (org-agenda-todo): Update only the current
1422         headline if this is a repeated TODO, marked done for today.
1423         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1424         only the current line.
1426         * org.el (org-todo): Take a snapshot of the headline if the
1427         repeater might change it.
1429 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1431         * org-publish.el (org-publish-find-title): Remove buffers visited
1432         only for extracting the title.
1434         * org-exp.el (org-export-html-style)
1435         (org-export-html-style-default): Mark style definitions as
1436         unparsed CDATA.
1438         * org-publish.el (org-publish-validate-link): Function
1439         re-introduced.
1441 2008-11-02  Charles Sebold  <csebold@gmail.com>
1443         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1444         property.
1445         (org-plot-quote-timestamp-field): New function.
1446         (org-plot-quote-tsv-field): Call timestamp field function when
1447         necessary rather than just quoting as a string.
1448         (org-plot/gnuplot-to-data): Pass in timefmt property.
1449         (org-plot/gnuplot-script): Supports timefmt property.
1450         (org-plot/gnuplot): Checks for timestamp column before checking
1451         for text index column.
1453 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1455         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1457         * org-publish.el (org-publish-org-index): Create a section in the
1458         index file.
1459         (org-publish-org-index): Stop linking to directories.
1461         * org.el (org-emphasis-alist): Use span instead of <u> to
1462         underline text.
1464         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1465         <pre> sections.
1467 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1469         * org-jsinfo.el (org-infojs-template): Remove language attribute
1470         from script tag.
1472 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1474         * org-agenda.el (org-agenda-remove-marked-text): New function.
1475         (org-agenda-mark-filtered-text)
1476         (org-agenda-unmark-filtered-text): New functions.
1477         (org-write-agenda): Remove fltered text.
1479         * org.el (org-make-tags-matcher): Give access to TODO "property"
1480         without speed penalty.
1482 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1484         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1485         option.
1486         (org-store-link-props): Make sure adding to the plist works
1487         correctly.
1489         * org-gnus.el (org-gnus-no-new-news): New function.
1490         (org-gnus-follow-link): Allow the article ID to be a message-id,
1491         in addition to allowing article numbers.  Message IDs make much
1492         more roubust links.
1493         (org-gnus-store-link): Use message-id to create link.
1495 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1497         * org.el (org-emphasize): Reverse the selection array.
1498         (org-emphasis-alist): Set <code> tags for the verbatim
1499         environment.
1501         * org-remember.el (org-remember-handler): Fix bug with
1502         prefix-related changing of the note storage target.
1504         * org-exp.el (org-print-icalendar-entries): Make the exported
1505         priorities compatible with RFC 2445.
1507         * org-clock.el (org-clock-save): Insert time stamp without
1508         dependence on time-stamp.el.
1510 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1512         * org.el ("saveplace"): If saveplace puts point into an invisible
1513         location, make it visible.
1514         (org-make-tags-matcher): Allow inactive time stamps in time
1515         comparisons.
1516         (org-yank-adjusted-subtrees): New option.
1517         (org-yank): Incorporate adjusting trees.
1518         (org-paste-subtree): New argument FOR-YANK which will cause
1519         insertion at point without backing up over white lines, and leave
1520         point at the end of the inserted text.  Also if the cursor is
1521         at the beginning of a headline, use the same level or the inserted
1522         tree.
1524         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1525         with broken symlinks
1527 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1529         * org-exp.el (org-export-select-tags, org-get-current-options):
1530         Fix typo.
1532 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1534         * org-agenda.el (org-format-agenda-item)
1535         (org-agenda-filter-make-matcher): Make sure tags are stored and
1536         compared donwcased.
1538 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1540         * org.el (org-insert-todo-heading): Fix bug with force-heading
1541         argument.
1543 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1545         * org-clock.el (org-clock-in-resume): Add a custom option to
1546         toggle starting the clock from an open clock line.
1547         (org-clock-in): When clocking in to an entry, if
1548         `org-clock-in-resume' is set, check if the first clock line is
1549         open and if so, start the clock from the time in the clock line.
1550         (org-clock-persist): Add a custom option to toggle clock
1551         persistence.
1552         (org-clock-persist-query-save): Add a custom option to toggle
1553         asking the user if they want to save the running clock when
1554         exiting.
1555         (org-clock-persist-query-resume): Add a custom option to toggle
1556         asking the user if they want to resume the saved clock when Emacs
1557         is restarted.
1558         (org-clock-save): Add a function to save clock data.
1559         This includes the contents of `org-clock-history' and the buffer
1560         and position of the currently clocked task, if any.
1561         (org-clock-load): Add a function to load clock data.
1562         This populates `org-clock-history', and resumes the saved clocked
1563         task if there is one.
1564         (org-clock-persistence-insinuate): Add a method to set up the
1565         hooks for clock persistence.
1567 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1569         * org-exp.el (org-export-as-ascii): Handle the case that we are
1570         publishing from an indirect buffer.
1572         * org-table.el (org-table-copy-down): Fix bug with time stamp
1573         increment.
1575         * org-mouse.el (org-mouse-features): New option.
1576         (org-mode-hook): Turn on features depending on
1577         `org-mouse-features'.
1579         * org.el (org-insert-heading-respect-content): Force heading
1580         creation.
1581         (org-insert-heading): keep the folding state of the heading before
1582         the inserted one.
1584 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1586         * org-archive.el (org-archive-to-archive-sibling): Handle top
1587         level headlines better.
1589 2008-10-21  Bastien Guerry  <bzg@altern.org>
1591         * org-export-latex.el (org-export-latex-classes): Added
1592         \usepackage{graphicx} to the default list of packages.
1594 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1596         * org-agenda.el (org-agenda-filter): Renamed from
1597         `org-agenda-filter-tags'.
1599 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1601         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1602         is not defined as a property in this entry.
1603         (org-add-log-note): Mask prefix argument when immediately storing
1604         the note.
1606         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1607         option.
1609 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1611         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1612         after drawers was skipping ahead one line too many, so notes were
1613         inserted after the first note instead of before it.
1615 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1617         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1618         New variables.
1619         (org-prepare-agenda): Reset the filter tags.
1620         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1621         Show filter tags in mode line.
1623         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1624         formatter.
1626         * org-export-latex.el (org-latex-entities-regexp): New constant.
1627         (org-export-as-pdf): Use two calls to `shell-command'.
1629 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1631         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1632         Honor the {} value of the subsuperscript setting.  Make sure that
1633         longer subsuperscripts are typeset in a roman font.
1635         * org.el (org-clock-update-time-maybe): Compute negative clock
1636         intervals correctly.
1638 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1640         * org.el (org-add-log-setup): Respect
1641         `org-log-state-notes-insert-after-drawers'.
1642         (org-log-state-notes-insert-after-drawers): New option.
1643         (org-todo-trigger-tag-changes): New function.
1644         (org-todo): Call `org-todo-trigger-tag-changes'.
1646 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1648         * org.el (org-add-log-setup): Only skip drawers if the are
1649         immediately after the scheduling keywords.
1651         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1652         function
1653         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1654         call it with the current todo state to get the state to switch to
1655         when clocking in.
1656         (org-clock-in): Use org-indent-line-function to indent clock lines.
1657         (org-clock-find-position): Fix indentation of empty clock drawers.
1659 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1661         * org-publish.el (org-publish-org-to): Handle case when
1662         org-export-to-pdf does return a file name, not a buffer.
1663         (org-publish-org-to-pdf): New function.
1665         * org-export-latex.el (org-export-as-pdf)
1666         (org-export-as-pdf-and-open): New commands.
1668         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1669         forms as ranges.
1671         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1672         things in protexted regions.
1674 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1676         * org-export-latex.el (org-export-latex-preprocess): Improve
1677         quoting of LaTeX environments.
1679 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1681         * org.el (org-edit-fixed-width-region): Exclude final newline from
1682         picture area.
1684         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1685         sections, to make internal links work.
1686         (org-export-latex-fontify-headline): Do not remove all text
1687         properties, to make sure that target properties survive this
1688         process.
1690         * org-exp.el (org-export-preprocess-string): Change sequence of
1691         modifications, to make sure links are prepared before the LaTeX
1692         conversions do happen.
1694 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1696         * org-attach.el (org-attach-delete-all): Renamed from
1697         `org-attch-delete'.  Add a security query before deleting the
1698         entire directory.  New optional argument FORCE can overrule the
1699         security query.
1700         (org-attach-delete-one): New command.
1702 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1704         * org-attach.el (org-attach-file-list): Fix bug with directory.
1706 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1708         * org.el (org-apps-regexp-alist): New function.
1709         (org-file-apps): Add auto-mode to the default value.
1710         (org-open-file): Use the new structure of org-file-apps.
1712         * org-attach.el (org-attach): Support the new keys.
1713         (org-attach-method): New option.
1715 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1717         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1718         March.
1720         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1721         of the list value o `org-use-tag-inheritance'.
1723         * org-attach.el (org-attach-auto-tag): New option.
1724         (org-attach-tag, org-attach-untag): New functions.
1725         (org-attach-attach, org-attach-new, org-attach-sync): Call
1726         `org-attach-tag'.
1727         (org-attach-delete): Call `org-attach-untag'.
1729 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1731         * org-table.el (orgtbl-self-insert-command): Make this work for
1732         the keypad as well.
1734 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1736         * org.el (org-add-log-setup): Limit searc for drawers to entry
1737         text, not to subtree.
1739         * org-clock.el (org-clock-heading-for-remember): New variable.
1740         (org-clock-in): Set `org-clock-heading-for-remember'.
1742 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1744         * org-remember.el (org-remember-apply-template): Add new
1745         expansions: %k, %K for currently clocked task and a link to the
1746         currently clocked task, and %< to file notes in the currently
1747         clocked task.
1749 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1751         * org-export-latex.el (org-export-latex-make-header): Also insert
1752         the content of the property :latex-header-extra.
1754         * org-exp.el (org-infile-export-plist): Put the content of
1755         #+LATEX_HEADER: into the property :latex-header-extra.
1757         * org-colview.el (org-columns-get-format-and-top-level): Remove
1758         resetting the marker.
1760         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1761         Remove resetting the marker.
1763         * org.el (org-entry-property-inherited-from): Improve docstring.
1764         (org-entry-get-with-inheritance): Reset marker before starting the
1765         search.
1767         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1769 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1771         * org.el (org-entry-get-multivalued-property)
1772         (org-entry-protect-space, org-entry-restore-space): New
1773         functions.
1774         (org-file-apps-defaults-macosx): Let postscript files be opened by
1775         preview.
1776         (org-time-stamp-inactive): Call `org-time-stamp'.
1777         (org-time-stamp): New argument `inactive'.  Also edit inacive
1778         stamps. Convert time stamp type.
1779         (org-open-file): Interpret the `default' value for the `command'
1780         in `org-file-apps'.
1782         * org-id.el (org-id-int-to-b36-one-digit)
1783         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1784         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1785         b36.
1787 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1789         * org-id.el (org-id-reverse-string): New function.
1790         (org-id-new): Use `org-id-reverse-string' to make sure the
1791         beginning chars of the ID are mutating fast.  This allows to use a
1792         directory structure to spread things better.
1793         (org-id-prefix): Changed default to nil.
1795         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1796         restore the column of the cursor position.
1798         * org-remember.el (org-remember-apply-template): Remove properties
1799         from `initial'.
1801 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1803         * org-wl.el (org-wl-open): Remove useless call to
1804         `wl-thread-open-all'.
1806         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1807         location.
1809 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1811         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1812         `org-bbdb-anniversaries'.
1814         * org.el (org-get-next-sibling, org-forward-same-level): New
1815         functions, similar to the outline versions, but invisible headings
1816         are OK.
1818 2008-09-25  Bastien Guerry  <bzg@altern.org>
1820         * org.el (org-auto-repeat-maybe): Insert a space between
1821         the timestamp's type and the timestamp itself.
1823 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1825         * org-table.el (org-table-sum): Do not format the result with %g,
1826         it does rounding when there are too many digits.
1828         * org.el (org-map-entries): Protect the keyword-selecting variables.
1830 2008-09-23  Bastien Guerry  <bzg@altern.org>
1832         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1833         against all agenda files.
1835 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1837         * org-list.el: New file, aggregating list functions from org.el
1838         and org-export-latex.el.
1840         * org.el (org-edit-src-region-extra): New option.
1842 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1844         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1845         time before 1am.
1847 2008-09-22  Bastien Guerry  <bzg@altern.org>
1849         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1851 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1853         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1854         hline work correctly.
1855         (org-plot/gnuplot-script): Put commas at the end of each script
1856         line.
1858 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1860         * org.el (org-get-refile-targets): Replace links with their
1861         descriptions
1862         (org-imenu-get-tree): Replace links with their descriptions.
1864         * org-remember.el (org-remember-apply-template): Add a new
1865         expansion for adding properties to remember items.
1867         * org.el (org-add-log-setup): Skip over drawers (properties,
1868         clocks etc) when adding notes.
1870         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1871         items as well as the start and end times.
1873         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1874         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1876         * org-remember.el (org-get-x-clipboard): Use the compat
1877         function to get clipboard values when x-selection-value is
1878         unavailable. Use substring-no-properties instead of
1879         set-text-properties to remove text properties from the clipboard
1880         value.
1882         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1883         modeline clock string, and display the full todo value in the
1884         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1885         the currently clocked task.
1886         (org-clock-string-limit): Add a custom value for the maximum
1887         length of the clock string in the modeline.
1888         (org-clock-mode-map): Add a keymap for the modeline string
1890 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1892         * org-compat.el (org-propertize): New function.
1894 2008-09-20  Bastien Guerry  <bzg@altern.org>
1896         * org-export-latex.el (org-export-latex-tables): protect exported
1897         tables from further special chars conversion.
1898         (org-export-latex-preprocess): Preserve LaTeX environments.
1899         (org-list-parse-list): Parse descriptive lists.
1900         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1901         (org-list-to-texinfo): Export descriptive lists.
1902         (org-quote-chars): Remove.
1903         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1904         (org-export-latex-list-beginning-re): Rename to
1905         `org-list-beginning-re'
1906         (org-list-item-begin): Rename to `org-list-item-beginning'
1908 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1910         * org.el (org-refile): Allow refiling to the last entry in the
1911         buffer.
1912         (org-get-tags-at): Fix bug when inheritance is turned off.
1914 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1916         * org.el (org-indent-line-function): No longer check for src
1917         regions, this is too much overhead.
1919         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1920         matching.
1922         * org.el (org-scan-tags): Make sure that tags matching is not case
1923         sensitive.  TODO keyword matching is case sensitive, however, to
1924         avoid confusion with similar words that are not meant to be
1925         keywords.
1927 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1929         * org.el (org-get-local-tags-at): New function.
1930         (org-get-local-tags): New function.
1932         * org-exp.el (org-export-get-categories): New function.
1934         * org-agenda.el (org-sorting-choice)
1935         (org-agenda-sorting-strategy, org-agenda-get-todos)
1936         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1937         (org-agenda-get-scheduled, org-agenda-get-blocks)
1938         (org-entries-lessp): Implement sorting by TODO state.
1939         (org-cmp-todo-state): New defsubst.
1941         * org-colview.el (org-colview-construct-allowed-dates): New
1942         function.
1943         (org-columns-next-allowed-value): Use
1944         `org-colview-construct-allowed-dates'.
1946         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1947         function.
1948         (org-columns-next-allowed-value): Use
1949         `org-colview-construct-allowed-dates'.
1951 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1953         * org.el (org-protect-slash): New function.
1954         (org-get-refile-targets): Use `org-protect-slash'.
1956         * org-agenda.el (org-global-tags-completion-table): New variable.
1958         * org-exp.el (org-export-handle-export-tags): New function.
1959         (org-export-preprocess-string): Call
1960         `org-export-handle-export-tags'.
1962         * org-plot.el: New file.
1964         * org-publish.el (org-publish-expand-components): Function removed.
1965         (org-publish-expand-projects): Allow components to have components.
1967 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1969         * org.el (org-indent-line-function): Do not indent in regions that
1970         are external source code.
1971         (org-yank-and-fold-if-subtree): New function.
1973         * org-agenda.el (org-agenda-todayp): New function.
1974         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1975         `org-agenda-todayp'.
1977         * org.el (org-insert-heading-respect-content)
1978         (org-insert-todo-heading-respect-content): New commands.
1979         (org-insert-heading-respect-content): New option.
1980         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1982         * org-clock.el (org-clock-find-position): Make sure the note after
1983         the clock line gets moved into the new clock drawer.
1985 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1987         * org-id.el (org-id-new): New option.
1989 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1991         * org-table.el (org-table-copy-down): Avoid overflow during
1992         increment.  Use prefix argument 0 to temporarily disable the
1993         increment.
1995 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1997         * org-exp.el (org-export-as-html): Do not turn on the major mode
1998         if the buffer will be killed anyway.
1999         (org-get-current-options): Exclude the #+TEXT field.
2000         (org-export-as-html): Make sure text before the first headline is
2001         a paragraph.
2003         * org-publish.el (org-publish-org-to): Tell the exporter that this
2004         buffer will be killed, so it is not necessary to do major mode
2005         initialization.
2007         * org-archive.el (org-archive-to-archive-sibling): Show empty
2008         lines after folding the archive sibling.
2010         * org.el (org-log-note-extra): New variable.
2012 2008-09-05  Bastien Guerry  <bzg@altern.org>
2014         * org.el (org-additional-option-like-keywords): Added keywords for
2015         the _QUOTE, _VERSE and _SRC environments.
2017         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2018         exporting _QUOTE and _VERSE environments.
2020 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2022         * org-agenda.el (org-agenda-filter-by-tag): New command.
2024         * org-exp.el (org-get-current-options): Remove angular brackets
2025         from the date entry.
2027         * org.el (org-edit-fixed-width-region): New function.
2028         (org-edit-fixed-width-region): Also try
2029         `org-edit-fixed-width-region'.
2030         (org-edit-fixed-width-region-mode): New option.
2031         (org-activate-code): Only interprete lines starting with colon
2032         plus a space as example lines.
2034         * org-remember.el (org-remember-templates): Add nil instead of
2035         empty strings to fix the length of remember templates.
2037         * org-table.el (org-calc-default-modes): Fix the time format for
2038         calc, from 12 hour to 24 hour clock.
2040 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2042         * org-agenda.el (org-agenda-get-deadlines)
2043         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2044         entries that are pre-warnings of deadlines or reminders.
2046         * org.el (org-sort-entries-or-items): Make numeric and alpha
2047         comparisons ignore any TODO keyword and priority cookie.
2049         * org-remember.el (org-remember-handler): Reinterpretation of the
2050         prefix argument.
2052 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2054         * org-agenda.el (org-agenda-get-scheduled): Use new
2055         `org-scheduled' face.
2057         * org-faces.el (org-scheduled): New face.
2059         * org-wl.el (org-wl-open): Remove incorrect declaration.
2061         * org-gnus.el (org-gnus-store-link): Support for :to information
2062         in gnus links.
2064         * org-exp.el (org-export-as-html): Fixed typo in creator
2065         information.
2066         (org-export-protect-examples): New parameter indent.  Insert extra
2067         spaces only when this parameter is specified.
2068         (org-export-preprocess-string): Call `org-export-protect-examples'
2069         with an indentation parameter when exporting to ASCII.
2071         * org-remember.el (org-remember-templates)
2072         (org-remember-apply-template): Allow the file component to be a
2073         function.
2075         * org.el (org-goto-local-search-headings): Renamed from
2076         `org-goto-local-search-forward-headings'.  Added the possibility
2077         to search backwards.
2079 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2081         * org-export-latex.el (org-export-latex): New customization
2082         group.
2084         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2086 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2088         * org-exp.el (org-html-do-expand): Allow {} to terminate
2089         tex macro
2091 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2093         * org.el (org-buffer-list): Select buffers based on major mode,
2094         not on file name.
2096 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2098         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2099         face property.
2101         * org-colview.el (org-columns-display-here): Use
2102         `org-columns-modify-value-for-display-function'.
2104         * org-colview-xemacs.el (org-columns-display-here): Use
2105         `org-columns-modify-value-for-display-function'.
2107 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2109         * org.el (org-columns-modify-value-for-display-function): New option.
2121         * org-publish.el (org-publish-file): Make sure the directory match
2122         for the publishing directory works correctly.
2124         * org-agenda.el (org-agenda-execute-calendar-command)
2125         (org-agenda-diary-entry): Additional optional argument.
2127 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2129         * org-exp.el (org-export-as-html): Add attributes also in mailto
2130         and ftp links.
2132         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2141 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2143         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2144         sure that calls from `org-export-region-as-html' do not do the
2145         special check for a subtree.
2147 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2149         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2151 2008-07-20  Juri Linkov  <juri@jurta.org>
2153         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2154         new keymap `narrow-map' instead of binding "\C-xns".
2156 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2158         * org.el (org-open-file): Use
2159         `org-open-directory-means-index-dot-org'.
2160         (org-open-directory-means-index-dot-org): New option.
2162 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2164         * org.el (org-make-link-string): Remove link attributes from
2165         description.
2166         (org-open-at-point): Remove link attributes bevore using the path.
2168         * org-exp.el (org-export-as-html): Handle link attributes.
2170         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2172         * org-table.el (org-table-to-lisp): New function.
2174         * org.el (org-narrow-to-subtree): Do not include the final newline
2175         into the narrowed region.
2177         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2178         bug with user-define skipping condition.
2180 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2182         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2184 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2186         * org-exp.el (org-export-html-style-default): Automatic overflow
2187         handling for pre fields.
2188         (org-export-as-ascii, org-export-as-html): Change default format
2189         for time stamp.
2191         * org-table.el (org-table-export): Offer completion for translator
2192         functions, and do not require a heading above the table.
2194         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2195         Cater for the case of a list starting in the first line of the
2196         buffer.
2198 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2200         * org-publish.el (org-publish-find-title): Bug fix.
2201         (org-publish-org-index): Implement new :index-style option.
2203 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2205         * org-publish.el (org-publish-timestamp-filename): Use
2206         SHA1-encoded file names in the timestamp directory.
2208 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2210         * org-publish.el (org-publish-needed-p): Be verbose about files
2211         published and files skipped.
2213         * org-exp.el (org-export-preprocess-string): Swap link
2214         normalization and inernal link targeting.
2216         * org-publish.el (org-publish-needed-p): Create timestamp
2217         directory when it does not exist.
2219 2008-07-04  Bastien Guerry  <bzg@altern.org>
2221         * org-clock.el (org-clock-out-when-done): Doc fix.
2223         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2225         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2226         Ignore case when searching for the COMMENT cookie at export time.
2228 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2230         * org-exp.el (org-get-file-contents)
2231         (org-get-and-remove-property): New functions.
2232         (org-export-handle-include-files): Handle the new prefix options.
2233         (org-export-as-html): Fix the verse environment.
2235 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2237         * org.el (org-time=, org-time<, org-time<=, org-time>)
2238         (org-time>=, org-time<>, org-2ft): New functions.
2239         (org-op-to-function): Also provide for the time testing fucntions.
2241 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2243         * org-exp.el (org-export-html-style-default): New constant.
2245 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2247         * org-exp.el (org-export-html-style-extra): New variable.
2248         (org-export-splice-style): New function.
2250 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2252         * org-exp.el (org-export-plist-vars, org-export-as-html):
2253         Implement `org-export-creator-info'.
2254         (org-export-creator-info): New option.
2256 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2258         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2259         (org-property-drawer-re, org-clock-drawer-re): New constants.
2261 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2263         * org-exp.el (org-icalendar-use-deadline)
2264         (org-icalendar-use-scheduled): New options.
2265         (org-icalendar-include-todo): Default changed to t.
2266         (org-print-icalendar-entries): Implement better utilization of
2267         scheduling and deadline time stamps.
2268         (org-export-target-internal-links, org-export-as-html): Allow file
2269         lines without the "file:" prefix if the file path is an absolute
2270         path or starts with ".".
2272         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2273         lastweek etc.
2274         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2276 2008-06-18  Glenn Morris  <rgm@gnu.org>
2277         * org.el (org-map-entries): Let-bind `file'.
2279 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2281         * org.el (org-agenda-skip-archived-trees): Docstring now
2282         discourages using this.
2283         (org-scan-tags): Check for org-agenda-archives-mode.
2284         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2285         (org-agenda-files): Functionality of second arg changed.
2287         * org-agenda.el (org-agenda-archives-mode): New variable
2288         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2289         (org-search-view, org-todo-list, org-tags-view)
2290         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2291         `ifmode' argument.
2292         (org-agenda-quit): Reset the archives mode.
2293         (org-agenda-archives-mode): New command.
2294         (org-agenda-set-mode-name): Include archives info.
2296 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2298         * org.el (org-paste-subtree): Make sure the yanked headline is
2299         visible if it was yanked at a visible point.
2300         (org-move-item-up): Fix the bug with moving white space at the end
2301         of the item.
2302         (org-show-empty-lines-in-parent): New function.
2304 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2306         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2308         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2310         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2311         agenda prefix as well.
2313         * org-publish.el (org-publish-org-index): Make a properly indented
2314         list.
2316         * org.el (org-calendar-agenda-action-key): New option.
2317         (org-get-cursor-date): New function.
2318         (org-mark-entry-for-agenda-action): New command.
2319         (org-overriding-default-time): New variable.
2320         (org-read-date): Respect `org-overriding-default-time'.
2322         * org-remember.el (org-remember-apply-template): Respect the
2323         ovverriding default time.
2325         * org-agenda.el (org-agenda-action-marker): New variable.
2326         (org-agenda-action): New command.
2327         (org-agenda-do-action): New function.
2329 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2331         * org.el (org-schedule, org-deadline): Protect scheduled and
2332         deadline tasks against changes that accidently remove the
2333         repeater.  Also show a message with the new date when done.
2335 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2337         * org.el (org-beginning-of-line): Cater for the case when there
2338         are tags but no headline text.
2339         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2340         it set.
2342 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2344         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2345         the return value is nil instead of "nil" when there is no match.
2347         * org-exp.el (org-insert-centered): Use fill-column instead of
2348         80.
2349         (org-export-as-ascii): Use string-width to measure the width of
2350         the heading.
2352         * org.el (org-diary-to-ical-string): No longer kill buffer
2353         FROMBUF, this is now done by the caller.
2355         * org-exp.el (org-print-icalendar-entries): Move the call to
2356         `org-diary-to-ical-string' out of the loop, and kill the buffer
2357         afterwords.
2359         * org-remember.el (org-remember-visit-immediately): Position
2360         cursor after moving to the note.
2361         (org-remember-apply-template): Use a text property to record the
2362         cursor position.
2363         (org-remember-handler): Align tags after pasting the note.
2365 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2367         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2369         * org-agenda.el (org-agenda-open-link): If there is an
2370         org-bbdb-name property in the current line, jump to that bbdb
2371         entry.
2373         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2374         text property, so that the agenda knows where this entry comes
2375         from.
2377         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2378         interaction between clocking-in from the agenda, and  automatic
2379         task state switching.
2381         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2383         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2384         zmacs-region stays after this command in XEmacs.
2386 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2388         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2390         * org-remember.el (org-remember-templates): Fix bug in
2391         customization type definition.
2393         * org.el (org-map-entries): New function.
2395 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2397         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2398         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2400 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2402         * org-remember.el (org-jump-to-target-location): New variable.
2403         (org-remember-apply-template): Set
2404         `org-remember-apply-template' if requested by template.
2405         (org-remember-handler): Start an idle timer to jump to
2406         remember location.
2408         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2410         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2411         file tags.
2412         (org-get-tags-at): Add the content of `org-file-tags'.
2414         * org-exp.el (org-export-handle-comments): Fix bug with several
2415         comment lines after each other.
2416         (org-number-to-roman, org-number-to-counter): New functions.
2417         (org-export-section-number-format): New option.
2419 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2421         * org-exp.el (org-export-protect-examples): Catch the case of a
2422         missing end_example line.
2424         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2425         `org-file-tags' to nil.
2427         * org-colview.el (org-columns-next-allowed-value): Handle next
2428         argument NTH to directly select a value.
2430         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2431         argument NTH to directly select a value.
2433 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2435         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2437 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2439         * org.el (org-columns-ellipses): New option.
2441 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2443         * org-colview.el (org-columns-add-ellipses): New function.
2444         (org-columns-compact-links): New function.
2445         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2446         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2447         when in agenda.
2448         (org-columns-edit-value): Fixed bug with editing values from
2449         agenda column view.
2450         (org-columns-redo): Also redo the agenda itself.
2452 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2454         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2455         option.
2457         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2459         * org-exp.el (org-export-ascii-preprocess): Renamed from
2460         `org-export-ascii-clean-string'.
2461         (org-export-kill-licensed-text)
2462         (org-export-define-heading-targets)
2463         (org-export-handle-invisible-targets)
2464         (org-export-target-internal-links)
2465         (org-export-remove-or-extract-drawers)
2466         (org-export-remove-archived-trees)
2467         (org-export-protect-quoted-subtrees)
2468         (org-export-protect-verbatim, org-export-protect-examples)
2469         (org-export-select-backend-specific-text)
2470         (org-export-mark-blockquote-and-verse)
2471         (org-export-remove-comment-blocks-and-subtrees)
2472         (org-export-handle-comments, org-export-mark-radio-links)
2473         (org-export-remove-special-table-lines)
2474         (org-export-normalize-links)
2475         (org-export-concatenate-multiline-links)
2476         (org-export-concatenate-multiline-emphasis): New functions,
2477         obtained from spliiting the export preprocessor.
2479         * org-table.el (org-table-recalculate): Improve error message if
2480         the row number is invalid.
2482 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2484         * org-archive.el (org-archive-save-context-info): Fix bugs in
2485         customization setup and docstring.
2487         * org-exp.el (org-export-html-style): Changed the size of in the
2488         <pre> element to 90%.
2490 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2492         * org.el (org-find-src-example-start): Function removed.
2493         (org-edit-src-find-region-and-lang): New function.
2495 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2497         * org.el (org-edit-src-exit): New function.
2498         (org-exit-edit-mode): New minor mode.
2500         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2501         comment-like lines from protected examples.
2503         * org.el (org-edit-src-example, org-find-src-example-start)
2504         (org-protect-source-example, org-edit-special): New functions.
2506 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2508         * org-publish.el (org-publish-project-alist): Fix typo in
2509         docstring.
2510         (org-publish-project-alist): Handle :index-title property.
2512 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2514         * org-export-latex.el (org-export-as-latex): Make sure region
2515         bounds are correct.  Parse subtree properties relating to export.
2517         * org-exp.el (org-export-add-options-to-plist): New function.
2518         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2520 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2522         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2523         EXPORT_TITLE.
2525         * org-exp.el (org-export-get-title-from-subtree)
2526         (org-export-as-ascii, org-export-as-html): Make sure the original
2527         region-beginning and region-end are used, even after moving
2528         point.
2529         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2530         property.
2532         * org-remember.el (org-remember-last-stored-marker): New variable.
2533         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2534         (org-remember-handler): Also use marker to remember
2535         last-stored position.
2537         * org.el (org-goto-marker-or-bmk): New function.
2539 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2541         * org.el (org-file-properties): Renamed from `org-local-properties'.
2542         (org-scan-tags): Take file tags into account.
2543         (org-tags-match-list-sublevels): Default changed to t.
2545         * org-exp.el (org-export-as-html): Close paragraph after a
2546         footnote.
2548         * org.el (org-update-parent-todo-statistics): New function.
2550         * org-exp.el (org-icalendar-store-UID): New option.
2551         (org-icalendar-force-UID): Option removed.
2552         (org-print-icalendar-entries): IMplement UIDs.
2554 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2556         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2558 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2560         * org-faces.el (org-column): Document how this face is being used
2561         and why sometimes the background faces shine through.
2563         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2565         * org-publish.el (org-publish-attachment): Create publishing
2566         directory if it does not yet exist.
2568         * org-table.el (org-calc-default-modes): Change default number
2569         format to (float 8).
2571         * org.el (org-olpath-completing-read): New function.
2572         (org-time-clocksum-format): New option.
2573         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2575         * org-clock.el (org-clock-display, org-clock-out)
2576         (org-update-mode-line): Use `org-time-clocksum-format'.
2578         * org-colview-xemacs.el (org-columns-number-to-string): Use
2579         `org-time-clocksum-format'.
2581         * org-colview.el (org-columns-number-to-string): Use
2582         `org-time-clocksum-format'.
2584 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2586         * org-id.el: New file, move from contrib to core.
2588         * org-exp.el (org-icalendar-force-UID): New option.
2590 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2592         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2593         shifted by one day if theere is a date range without an end
2594         time.
2596         * org.el (org-try-structure-completion): New function.
2598 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2600         * org.el (org-set-font-lock-defaults): Improve fontification of
2601         description lists.
2602         (org-insert-item): Handle description lists.
2603         (org-adaptive-fill-function): Improve auto indentation in
2604         description lists.
2606         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2607         Implement VERSE environment.
2608         (org-export-preprocess-string): Implement the COMMENT
2609         environment.
2611         * org-export-latex.el (org-export-latex-preprocess): Implement
2612         VERSE environment.
2614 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2616         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2617         option.
2619 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2621         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2623         * org.el (org-quote-csv-field): New functions.
2625         * org-table.el (org-table-export-default-format): Remove :splice
2626         from default format, we get the same effect by not specifying
2627         :tstart and :tend.
2628         (org-table-export): Improve setup, distinguish better between
2629         interactive and non-interactive use, allow specifying the format
2630         on the fly, better protection against wrong file names.
2631         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2632         and :tend when :splice is omitted.
2634 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2636         * org-clock.el (org-clock-select-task): Make sure the selection
2637         letters are 1-9 and A-Z, no special characters.
2639 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2641         * org-exp.el (org-export-htmlize): New group.
2642         (org-export-htmlize-output-type)
2643         (org-export-htmlize-css-font-prefix): New options.
2644         (org-export-htmlize-region-for-paste): New function.
2645         (org-export-htmlize-generate-css): New command.
2647 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2649         * org/org.el (org-modules, org-format-latex-options):
2650         * org/org-archive.el (org-archive-stamp-time)
2651         (org-archive-save-context-info):
2652         * org/org-faces.el (org-hide):
2653         * org/org-irc.el (org-irc-parse-link):
2654         * org/org-macs.el (org-call-with-arg, org-autoload):
2655         * org/org-mew.el (org-mew-store-link):
2656         * org/org-remember.el (org-remember-store-without-prompt)
2657         (org-remember-templates): Fix typos in docstrings.
2659         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2661         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2662         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2663         (org-bbdb-anniv-split): Fix typos in docstrings.
2665         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2666         (org-publish-use-timestamps-flag): Reflow docstring.
2667         (org-publish-files-alist): Fix typos in docstring.
2669 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2671         * org.el (org-set-visibility-according-to-property): New function.
2672         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2673         and compute the regular expressions, and update font-lock.
2674         (org-property-re): Allow a dash in property names.
2676         * org-archive.el (org-extract-archive-file): Insert the file name
2677         without the path into the format, to allow the location format to
2678         contain a subdirectory.
2680         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2681         of buffer, and the `org-agenda-type' property undefined, use the
2682         value from the character before.
2684         * org.el (org-add-planning-info): Don't let indentation for
2685         would-be timestamp become extra whitespace at the end of headline.
2687 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2689         * org.el (org-remove-double-quotes, org-file-contents): New
2690         functions.
2692         * org-exp.el (org-infile-export-plist): Also parse the
2693         contents of #+SETUPFILE files, recursively.
2695         * org.el (org-set-regexps-and-options): Also parse the
2696         contents of #+SETUPFILE files, recursively.
2698         * org-exp.el (org-export-handle-include-files): New function.
2699         (org-export-preprocess-string): Call
2700         `org-export-handle-include-files'.
2702         * org.el (org-delete-property-globally)
2703         (org-delete-property, org-set-property): Ignore case during
2704         completion.
2705         (org-set-property): Use `org-completing-read' instead of
2706         `completing-read'.
2708         * org.el (org-complete-expand-structure-template): New,
2709         experimental function.
2710         (org-structure-template-alist): New, experimental option.
2711         (org-complete): Call `org-complete-expand-structure-template'.
2713 2008-05-06  Bastien Guerry  <bzg@altern.org>
2715         * org-export-latex.el (org-export-latex-preprocess): Added
2716         support for blockquotes.
2718 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2720         * org.el (org-read-date-analyze): Catch the case where only a
2721         weekday is given.
2723 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2725         * org.el (org-set-font-lock-defaults): Make the description
2726         tag bold.
2728         * org-exp.el (org-export-as-html, org-close-li): Implement
2729         description lists.
2731 2008-05-04  Jason Riedy  <jason@acm.org>
2733         * org-table.el (*orgtbl-default-fmt*): New variable.
2734         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2735         when there is no other fmt available.
2737         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2738         :tend to suppress the appropriate string.
2740         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2741         table.
2743 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2745         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2746         read date.
2748         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2749         New function.
2751         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2752         New function.
2754 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2756         * org-clock.el (org-clock-find-position): Don't include notes
2757         into clock drawer.
2759         * org-archive.el (org-archive-subtree): No longer remove an
2760         extra line after cutting the subtree.  `org-cut-subtree' already
2761         takes care of this.
2763         * org-remember.el (org-remember-handler): Only kill the target
2764         buffer if it does not contain the running clock.
2766         * org.el (org-markers-to-move): New variable.
2767         (org-save-markers-in-region, org-check-and-save-marker)
2768         (org-reinstall-markers-in-region): New function.
2769         (org-move-subtree-down, org-copy-subtree): Remember relative
2770         marker positions before cutting.
2771         (org-move-subtree-down, org-paste-subtree): Restore relative
2772         marker positions after pasting.
2774         * org-remember.el (org-remember-clock-out-on-exit): New option.
2775         (org-remember-finalize): Clock out only if the setting in
2776         `org-remember-clock-out-on-exit' requires it.
2777         (org-remember-handler): Do the cleanup in the buffer, to make sure
2778         that the clock marker remains in tact.
2780 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2782         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2783         (org-clock-in): Make sure that also tasks outside the narrowed
2784         region will be clocked in correctly.
2785         (org-clock-insert-selection-line): Widen the buffer so that we can
2786         find the correct task heading.
2788         * org.el (org-base-buffer): New function.
2790         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2791         and ";" are escaped.
2792         (org-print-icalendar-entries): Also apply
2793         `org-icalendar-cleanup-string' to the headline, not only to the
2794         summary property.
2796 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2798         * org-exp.el (org-export-preprocess-hook): New hook.
2799         (org-export-preprocess-string): Call
2800         `org-export-preprocess-hook'.
2802         * org.el (org-font-lock-hook): New variable.
2803         (org-font-lock-hook): New function.
2804         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2806 ;; Local Variables:
2807 ;; coding: utf-8
2808 ;; add-log-time-zone-rule: t
2809 ;; End:
2811     Copyright (C) 2008  Free Software Foundation, Inc.
2813   This file is part of GNU Emacs.
2815   GNU Emacs is free software: you can redistribute it and/or modify
2816   it under the terms of the GNU General Public License as published by
2817   the Free Software Foundation, either version 3 of the License, or
2818   (at your option) any later version.
2820   GNU Emacs is distributed in the hope that it will be useful,
2821   but WITHOUT ANY WARRANTY; without even the implied warranty of
2822   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2823   GNU General Public License for more details.
2825   You should have received a copy of the GNU General Public License
2826   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2828 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c