Fix LaTeX export bug with regions and initial content.
[org-mode.git] / lisp / ChangeLog
blobe5722709edeae372fd79f70b88d5d1bbcf8d69f8
1 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4         instead of \texttt for the =...= and ~===~ emphasis environments.
5         (org-export-as-latex): Remove any old :org-license-to-kill text
6         properties.
7         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
8         (org-export-latex-make-header): Add some hard space after the
9         table of contents.
10         (org-export-latex-first-lines): Accept RBEG argument.  Mark
11         exported text so that it will be excuded in further steps.
13         * org-table.el (org-table-get-specials): Make @0 reference the
14         last line in a table.
15         (org-table-recalculate): Improve docstring.
17 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org.el (org-log-done): Fix docstring.
21 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
23         * org-exp.el (org-export-html-format-image): Fix bugs.
25         * org-export-latex.el (org-export-latex-tables)
26         (org-export-latex-links): Implement attribute, label, and caption
27         handling.
29         * org-exp.el (org-export-html-style-default): Add style
30         definitions for the figure div.
31         (org-export-preprocess-string, org-export-as-html): Implement
32         attribute, label, and caption handling.
33         (org-export-attach-captions-and-attributes): New function.
34         (org-export-html-format-image): New function.
35         (org-format-org-table-html): Implement attribute, label, and
36         caption handling.
38         * org.el (org-find-text-property-in-string): New function.
39         (org-extract-attributes): Use the property org-attr instead of
40         org-attrobutes, because this property is now set with the #+ATTR
41         lines.
43 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
46         the case that FROM is nil.
48         * org.el (org-before-first-heading-p): New function.
50 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-exp.el (org-export-as-html): Do not add a space before
53         enforces line breaks.
54         (org-export-as-html): Close paragraph before blockquote and verse
55         tags.
57 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org-id.el (org-id-locations-file): Wrap file name with
60         `convert-standard-filename'.
61         (org-id-files): New variable.
62         (org-id-use-hash): New option.
63         (org-id-update-id-locations): Also search in all files current
64         listed in `org-id-files'.  Convert the resulting alist to a hash
65         if the user customation says so.
66         (org-id-locations-save): Handle he case if `org-id-locations' is a
67         hash.
68         (org-id-locations-load): Convert the alist to a hash.
69         (org-id-add-location): Handle the hast case.
70         (kill-emacs-hook): Make sure id locations are saved when Emacs is
71         exited.
72         (org-id-hash-to-alist, org-id-alist-to-hash)
73         (org-id-paste-tracker): New functions.
75 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
78         bindings of calendar variables.
80         * org-table.el (org-table-find-row-type): Renamed from
81         `org-find-row-type'.
82         (org-table-rewrite-old-row-references): Renamed from
83         `org-rewrite-old-row-references'.
84         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
85         (org-table-cleanup-narrow-column-properties): Renamed from
86         `org-cleanup-narrow-column-properties'.
88 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
91         for better error messages.
92         (org-table-get-descriptor-line): Supply the new arguments to
93         `org-find-row-type'.
94         (org-table-error-on-row-ref-crossing-hline): New option.
96         * org.el (org-target-link-regexp): Make buffer-local.
97         (org-move-subtree-down): Fix bug with trees at beginning of
98         buffer.
100 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
102         * org-faces.el (org-set-tag-faces): New function.
103         (org-tags-special-faces-re): New variable.
105         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
107         * org-faces.el (org-tag-faces): New option.
108         (org-tag): Mention `org-tag-faces' in the docstring.
110 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org-exp.el (org-export-html-style-default): Implement new
113         quoting.
115         * org-jsinfo.el (org-infojs-template): Implement new quoting.
117         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
118         command to the `w3m-minor-mode-map'.
120         * org-archive.el (org-archive-to-archive-sibling): Protect
121         `this-command' to avoid appending kills during archiving.
123         * org-exp.el (org-export-with-priority): New variable.
124         (org-export-add-options-to-plist): Use `org-export-plist-vars'
125         instead of internal list of strings and properties.
126         (org-print-icalendar-entries): Retrieve the location property with
127         inheritance.
129 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
131         * org-exp.el (org-export-with-todo-keywords): New option.
132         (org-export-plist-vars): Include also the keys for the #+OPTIONS
133         line.
134         (org-default-export-plist, org-export-add-options-to-plist)
135         (org-export-as-ascii, org-export-as-html): Use the new structure
136         of `org-export-plist-vars'.
138         * org.el (org-map-entries): Return all values.
140 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org.el (org-matcher-time): Recognize more special values.
144         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
146 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org.el (org-tags-exclude-from-inheritance): New option.
149         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
150         `org-tags-exclude-from-inheritance'.
152         * org-agenda.el (org-agenda-show-inherited-tags): New option.
153         (org-format-agenda-item): Add inherited tags to the agenda line
154         string, and make sure that properties are kept when downcasing the
155         tags list.
156         (org-agenda-add-inherited-tags): New function.
157         (org-downcase-keep-props): New function.
159         * org.el (org-scan-tags): Mark inherited tags with a text
160         property.
161         (org-get-tags-at): Mark inherited tags with a text property.
162         (org-add-prop-inherited): New function.
164         * org-agenda.el (org-agenda-add-inherited-tags): New function.
165         (org-agenda-show-inherited-tags): New option.
167 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org.el (org-modules): Add org-w3m to the default modules.
171         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
172         orgtbl-mode.
173         (orgtabl-create-or-convert-from-region): New command.
175         * org-exp.el (org-export-as-ascii): Remove the handling of
176         targets.
177         (org-export-ascii-preprocess): Handle targets already in this
178         function.
180 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-timer.el (org-timer-start-time): Define this variable.
183         (org-timer-item): Make argument optional.
185         * org-list.el (org-insert-item): Automatically insert a timer item
186         if the current list is a timer list.
188         * org-timer.el: New file.
190         * org-publish.el (org-publish-org-index): Only exclude the index
191         file in the main directory from being added to the site-map.
192         (org-publish-get-project-from-filename): If the current project is
193         a component, start publishing from the parent project.
195 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
197         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
199         * org-publish.el (org-publish-org-index): Improve removal of
200         temporary buffers.
202         * org-agenda.el (org-get-closed): Re-apply changes
203         accidentially overwritten by last commit to Emacs.
205         * org.el (org-outline-path-complete-in-steps): New option.
206         (org-refile-get-location): Honor
207         `org-outline-path-complete-in-steps'.
208         (org-agenda-change-all-lines, org-tags-sparse-tree)
209         (org-time-string-to-absolute, org-small-year-to-year)
210         (org-link-escape): Re-apply changes accidentially overwritten
211         by last commit to Emacs.
213 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
215         * org-clock.el (org-dblock-write:clocktable): Make sure the
216         clocktable sees the first line.
217         (org-clock-in): Warn if the clock cannot be resumed.
219 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
221         * org.el (org-open-at-point): Fix mixup about interactive and
222         non-interactive elisp links.
224 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
226         * org-exp.el (org-export-preprocess-string): Allow one comment
227         line before the first headline to always be included.  This is
228         to not miss a commented target.
230         * org-mouse.el (org-mouse-insert-item): Call
231         `org-indent-to-column' instead of `indent-to', for XEmacs
232         compatibility.
234         * org.el (org-refile-targets): Fix customize definition so
235         that it works also in XEmacs.
236         (org-fixup-indentation): Call `org-indent-to-column' instead
237         of `indent-to', for XEmacs compatibility.
239 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
241         * org-mew.el (org-mew-store-link): Get the correct case folder
242         for refiled messages.
244 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
247         line break indicators.
249         * org.el (org-ido-completing-read): Remove the "i:" prefix for
250         ido-completion propts.
252 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org-remember.el (org-remember-apply-template): Use
255         `org-substring-no-properties'.
257         * org-compat.el (org-substring-no-properties): New function.
259         * org-remember.el (org-remember-apply-template): Use
260         `org-substring-no-properties' for compatibility.
262         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
263         option.
264         (org-fix-bullet-type): respect
265         `org-list-two-spaces-after-bullet-regexp'.
267         * org-clock.el (org-clock-load): Clean up the code.
269         * org.el (org-adaptive-fill-function): Allow two spaces after
270         "1." as a list bullet.
272 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org-clock.el (org-clock-save, org-clock-load): Check for
275         live buffers, existing files, and buffer file names to ensure
276         consistent information.
277         (org-clock-persist): Make `clock' a special value of this
278         variable, and improve docstring.
280         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
281         (org-get-string-indentation): Adapt indentation when the bullet
282         width changes.
284 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
286         * org-remember.el (org-remember-finalize): Make interactive.
287         (org-remember-kill): New command.
288         (org-remember-finish-immediately): Call `org-remember-finalize'
289         directly.
290         (org-remember-finalize): Make `org-remember-finalize' an interactive
291         function.
293 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
295         * org-remember.el (org-remember-apply-template): No ido completion
296         for free prompts in remember templates.
297         (org-remember-before-finalize-hook): New hook.
298         (org-remember-mode): New minor mode.
299         (org-remember-apply-template): Turn on `org-remember-mode'.
301         * org-id.el (org-id-add-location): Avoid error when no file is
302         given.
304         * org-remember.el (org-remember-apply-template): Fix the way how
305         the list of allowed properties is retrieved from the target file.
307         * org.el (org-insert-link): Improve file link matching.
309 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org-colview.el (org-columns-display-here): New argument
312         DATELINE, to trigger using the new face.
313         (org-agenda-colview-summarize): Call `org-columns-display-here'
314         with the new argument.
316         * org-faces.el (org-agenda-column-dateline): New face.
318         * org-publish.el (org-publish-org-index): Use index-title at page
319         title, not as section.
321         * org-exp.el (org-export-html-format-desc): Respect the
322         org-protect property.
323         (org-export-as-html): Protect image specifiers that are in the
324         description part of a link.
326         * org.el (org-sort-entries-or-items, org-completing-read)
327         (org-refile-get-location, org-olpath-completing-read, org-todo)
328         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
329         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
330         (org-set-property, org-delete-property)
331         (org-delete-property-globally): Use `org-ido-completing-read'.
333         * org-remember.el (org-remember-apply-template): Use
334         `org-ido-completing-read'.
336         * org-publish.el (org-publish): Use `org-ido-completing-read'.
338         * org-colview.el (org-columns-edit-value, org-columns-new)
339         (org-insert-columns-dblock): Use `org-ido-completing-read'.
341         * org-colview-xemacs.el (org-columns-edit-value)
342         (org-columns-new, org-insert-columns-dblock): Use
343         `org-ido-completing-read'.
345         * org-attach.el (org-attach-delete-one, org-attach-open): Use
346         `org-ido-completing-read'.
348         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
349         `org-ido-completing-read'.
351         * org.el (org-time-today): New function.
352         (org-matcher-time): Use `org-time-today'.  Add special treatment
353         for "<tomorrow>" and "<yesterday>".
354         (org-ido-completing-read): New function.
355         (org-completion-use-ido): New option.
357         * org-exp.el (org-export-format-source-code): Fix bug in require
358         htmlize code.
359         (org-export-target-internal-links): Fix bug in search for text
360         property.
362 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
364         * org-export-latex.el (org-export-latex-subcontent): Interprete
365         target aliases as additonal labels.
367         * org-exp.el (org-export-target-aliases): New variable.
368         (org-export-preprocess-string)
369         (org-export-handle-invisible-targets): Fill the alias alist.
370         (org-export-as-html): Remove the &nbsp; from the anchor, and also
371         assign an id.
372         (org-html-level-start): Insert the target aliases as additonal
373         anchors.
375         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
376         picture area.
378 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
380         * org.el (org-open-at-mouse): Ensure correct link abbreviations
381         when following a link with the mouse from the agenda.
383         * org-exp.el (org-export-as-html): Avoid lone </div> when no
384         headlines are created.
386 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
388         * org-exp.el (org-export-preprocess-string): Reorder so that we
389         can still see ID properties when we collect targets.
390         (org-export-target-internal-links): Also store targets for ID's.
392         * org.el (org-link-translation-function): New option.
393         (org-open-at-point): Call `org-link-translation-function' if
394         non-nil.
395         (org-translate-link): New function.
396         (org-translate-link-from-planner): New function.
397         (org-open-at-point): Allow interactive commands in elisp links.
399         * org-exp.el (org-icalendar-cleanup-string): Restore the old
400         iCalendar quoting.  The new one seems to caus problems with
401         applications.
403         * org.el (org-yank): Set `this-command' to `yank', so that
404         `yank-pop' will work.
406 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org-id.el (org-id-search-archives): New option.
410         * org.el (org-link-to-org-use-id): New option.
411         (org-store-link): Use `org-link-to-org-use-id'.
412         (org-id): Make org-id.el a standard component.
414 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
417         hexified version of the tag.
419         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
420         compliance as far as quoting is concerned.
422         * org-vm.el (org-vm-follow-link): Require `vm-search'.
424         * org.el (org-up-heading-safe, org-forward-same-level): Always
425         call `org-back-to-heading' instead of `outline-back-to-heading'.
426         (org-back-to-heading): New wrapper around outline-back-to-heading,
427         with a useful error message telling where the error happened.
429         * org-list.el (org-update-checkbox-count): Always call
430         `org-back-to-heading' instead of `outline-back-to-heading'.
432         * org-exp.el (org-export-as-html): Make sure that each <img> tag
433         has an `alt' attribute, to ensure XHTML validation.
435 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org-publish.el (org-publish-attachment): Allow publishing to
438         overwrite attachment files.
440         * org-agenda.el (org-agenda-timerange-leaders): New option.
441         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
443         * org.el (org-edit-src-exit): Untabify ASCII image before
444         returning.
457 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
459         * org.el (org-yank): Make any prefix force normal yanking.
460         Suppress folding if text would be swallowed into a folded
461         subtree.
462         (org-yank-folded-subtrees, org-yank): Docstring updates.
464         * org-agenda.el (org-agenda-compare-effort): Treat no effort
465         defined as 0.
467         * org-exp.el (org-export-language-setup): Add Catalan and
468         Esperanto language entries.
470 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org.el (org-refile): Allow refiling of entire regions.
474         * org-clock.el (org-clock-time%): New function.
476         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
477         retrieve property values.
479 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
481         * org-agenda.el (org-agenda-list): Handle the value `only' of
482         org-agenda-show-log'.
483         (org-agenda-log-mode): Interpret a double prefix arg.
485 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
487         * org-exp.el (org-export-html-footnotes-section): New variable.
488         (org-export-as-html): Use `org-export-html-footnotes-section' to
489         insert the footnotes.
490         (org-export-language-setup): Add "Footnotes" to language words.
492 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org.el (org-yank): Fix bug when not inserting a subtree.
496 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
498         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
499         instead of `vm-beginning-of-message'.
501         * org.el (org-make-link-regexps): Make sure that links to gnus can
502         contain brackets.
504 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
506         * org-attach.el (org-attach-dir): Remove duplicate ID creation
507         code.
509         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
510         shell output.
512         * org.el (org-link-abbrev-alist): Improve customization type.
514         * org-attach.el (org-attach-expand-link, org-attach-expand): New
515         functions.
517         * org-agenda.el (org-agenda-get-progress): Renamed from
518         `org-get-closed'.  Implement searching for state changes as well.
519         (org-agenda-log-mode-items): New option.
520         (org-agenda-log-mode): New option prefix argument, interpreted as
521         request to show all possible progress info.
522         (org-agenda-get-day-entries): Call `org-get-progress' instead of
523         `org-get-closed'.
524         (org-agenda-set-mode-name): Handle the more complex log mode
525         settings.
526         (org-get-closed): New alias, pointing to `org-get-progress'.
528 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
530         * org.el (org-file-apps-defaults-gnu)
531         (org-file-apps-defaults-macosx)
532         (org-file-apps-defaults-windowsnt): Add an entry defining the
533         system command.
534         (org-file-apps): Allow `system' as key and value.
535         (org-open-at-point): Explain the effect of a double prefix arg.
536         (org-open-file): If the argument `in-emacs' is (16),
537         i.e. corresponding to a double prefix argument, try to open the
538         file externally.
540 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
542         * org.el (org-insert-link): Abbreviate absolute files names in
543         links.  Also, fix a bug in which the double C-u prefix would not
544         be honored.
546 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
548         * org.el (org-insert-heading): If buffer does not end with a
549         newline, add one if necessary to insert headline correctly.
551         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
552         paragraphs, not inside.
554         * org.el (org-todo): Quote
555         `org-agenda-headline-snapshot-before-repeat'.
557         * org-exp.el (org-export-as-html): Fully process link descriptions.
558         (org-export-html-format-desc): New function.
559         (org-export-as-html): Collect footnotes into the correct basket.
560         (org-html-protect): No longer protect quotations marks here, this
561         goes wrong.
563         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
564         BEG.
566         * org-compat.el (org-fit-window-to-buffer): New function (not
567         really, a preliminary and incomplete version was present earlier,
568         but not used).
570         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
571         `org-fit-window-to-buffer'.
573         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
575         * org-agenda.el (org-agenda-get-restriction-and-command)
576         (org-fit-agenda-window, org-agenda-convert-date): Use
577         `org-fit-window-to-buffer'.
579         * org-exp.el (org-export-as-html): Process href links through
580         `org-export-html-format-href'.
581         (org-export-html-format-href): New function.
583         * org-agenda.el (org-agenda-todo): Update only the current
584         headline if this is a repeated TODO, marked done for today.
585         (org-agenda-change-all-lines): New argument JUST-THIS, to change
586         only the current line.
588         * org.el (org-todo): Take a snapshot of the headline if the
589         repeater might change it.
591 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
593         * org-publish.el (org-publish-find-title): Remove buffers visited
594         only for extracting the title.
596         * org-exp.el (org-export-html-style)
597         (org-export-html-style-default): Mark style definitions as
598         unparsed CDATA.
600         * org-publish.el (org-publish-validate-link): Function
601         re-introduced.
603 2008-11-02  Charles Sebold  <csebold@gmail.com>
605         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
606         property.
607         (org-plot-quote-timestamp-field): New function.
608         (org-plot-quote-tsv-field): Call timestamp field function when
609         necessary rather than just quoting as a string.
610         (org-plot/gnuplot-to-data): Pass in timefmt property.
611         (org-plot/gnuplot-script): Supports timefmt property.
612         (org-plot/gnuplot): Checks for timestamp column before checking
613         for text index column.
615 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
617         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
619         * org-publish.el (org-publish-org-index): Create a section in the
620         index file.
621         (org-publish-org-index): Stop linking to directories.
623         * org.el (org-emphasis-alist): Use span instead of <u> to
624         underline text.
626         * org-exp.el (org-export-as-html): Make sure <p> is closed before
627         <pre> sections.
629 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
631         * org-jsinfo.el (org-infojs-template): Remove language attribute
632         from script tag.
634 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
636         * org-agenda.el (org-agenda-remove-marked-text): New function.
637         (org-agenda-mark-filtered-text)
638         (org-agenda-unmark-filtered-text): New functions.
639         (org-write-agenda): Remove fltered text.
641         * org.el (org-make-tags-matcher): Give access to TODO "property"
642         without speed penalty.
644 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
646         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
647         option.
648         (org-store-link-props): Make sure adding to the plist works
649         correctly.
651         * org-gnus.el (org-gnus-no-new-news): New function.
652         (org-gnus-follow-link): Allow the article ID to be a message-id,
653         in addition to allowing article numbers.  Message IDs make much
654         more roubust links.
655         (org-gnus-store-link): Use message-id to create link.
657 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
659         * org.el (org-emphasize): Reverse the selection array.
660         (org-emphasis-alist): Set <code> tags for the verbatim
661         environment.
663         * org-remember.el (org-remember-handler): Fix bug with
664         prefix-related changing of the note storage target.
666         * org-exp.el (org-print-icalendar-entries): Make the exported
667         priorities compatible with RFC 2445.
669         * org-clock.el (org-clock-save): Insert time stamp without
670         dependence on time-stamp.el.
672 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
674         * org.el ("saveplace"): If saveplace puts point into an invisible
675         location, make it visible.
676         (org-make-tags-matcher): Allow inactive time stamps in time
677         comparisons.
678         (org-yank-adjusted-subtrees): New option.
679         (org-yank): Incorporate adjusting trees.
680         (org-paste-subtree): New argument FOR-YANK which will cause
681         insertion at point without backing up over white lines, and leave
682         point at the end of the inserted text.  Also if the cursor is
683         at the beginning of a headline, use the same level or the inserted
684         tree.
686         * org-publish.el (org-publish-get-base-files-1): Deal correctly
687         with broken symlinks
689 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
691         * org-exp.el (org-export-select-tags, org-get-current-options):
692         Fix typo.
694 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
696         * org-agenda.el (org-format-agenda-item)
697         (org-agenda-filter-make-matcher): Make sure tags are stored and
698         compared donwcased.
700 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
702         * org.el (org-insert-todo-heading): Fix bug with force-heading
703         argument.
705 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
707         * org-clock.el (org-clock-in-resume): Add a custom option to
708         toggle starting the clock from an open clock line.
709         (org-clock-in): When clocking in to an entry, if
710         `org-clock-in-resume' is set, check if the first clock line is
711         open and if so, start the clock from the time in the clock line.
712         (org-clock-persist): Add a custom option to toggle clock
713         persistence.
714         (org-clock-persist-query-save): Add a custom option to toggle
715         asking the user if they want to save the running clock when
716         exiting.
717         (org-clock-persist-query-resume): Add a custom option to toggle
718         asking the user if they want to resume the saved clock when Emacs
719         is restarted.
720         (org-clock-save): Add a function to save clock data.
721         This includes the contents of `org-clock-history' and the buffer
722         and position of the currently clocked task, if any.
723         (org-clock-load): Add a function to load clock data.
724         This populates `org-clock-history', and resumes the saved clocked
725         task if there is one.
726         (org-clock-persistence-insinuate): Add a method to set up the
727         hooks for clock persistence.
729 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
731         * org-exp.el (org-export-as-ascii): Handle the case that we are
732         publishing from an indirect buffer.
734         * org-table.el (org-table-copy-down): Fix bug with time stamp
735         increment.
737         * org-mouse.el (org-mouse-features): New option.
738         (org-mode-hook): Turn on features depending on
739         `org-mouse-features'.
741         * org.el (org-insert-heading-respect-content): Force heading
742         creation.
743         (org-insert-heading): keep the folding state of the heading before
744         the inserted one.
746 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
748         * org-archive.el (org-archive-to-archive-sibling): Handle top
749         level headlines better.
751 2008-10-21  Bastien Guerry  <bzg@altern.org>
753         * org-export-latex.el (org-export-latex-classes): Added
754         \usepackage{graphicx} to the default list of packages.
756 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
758         * org-agenda.el (org-agenda-filter): Renamed from
759         `org-agenda-filter-tags'.
761 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
763         * org.el (org-entry-properties): Add CATEGORY property, iven if it
764         is not defined as a property in this entry.
765         (org-add-log-note): Mask prefix argument when immediately storing
766         the note.
768         * org-agenda.el (org-agenda-filter-effort-default-operator): New
769         option.
771 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
773         * org.el (org-add-log-setup): Bugfix; code to find insertion point
774         after drawers was skipping ahead one line too many, so notes were
775         inserted after the first note instead of before it.
777 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
779         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
780         New variables.
781         (org-prepare-agenda): Reset the filter tags.
782         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
783         Show filter tags in mode line.
785         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
786         formatter.
788         * org-export-latex.el (org-latex-entities-regexp): New constant.
789         (org-export-as-pdf): Use two calls to `shell-command'.
791 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
793         * org-export-latex.el (org-export-latex-treat-sub-super-char):
794         Honor the {} value of the subsuperscript setting.  Make sure that
795         longer subsuperscripts are typeset in a roman font.
797         * org.el (org-clock-update-time-maybe): Compute negative clock
798         intervals correctly.
800 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
802         * org.el (org-add-log-setup): Respect
803         `org-log-state-notes-insert-after-drawers'.
804         (org-log-state-notes-insert-after-drawers): New option.
805         (org-todo-trigger-tag-changes): New function.
806         (org-todo): Call `org-todo-trigger-tag-changes'.
808 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
810         * org.el (org-add-log-setup): Only skip drawers if the are
811         immediately after the scheduling keywords.
813         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
814         function
815         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
816         call it with the current todo state to get the state to switch to
817         when clocking in.
818         (org-clock-in): Use org-indent-line-function to indent clock lines.
819         (org-clock-find-position): Fix indentation of empty clock drawers.
821 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
823         * org-publish.el (org-publish-org-to): Handle case when
824         org-export-to-pdf does return a file name, not a buffer.
825         (org-publish-org-to-pdf): New function.
827         * org-export-latex.el (org-export-as-pdf)
828         (org-export-as-pdf-and-open): New commands.
830         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
831         forms as ranges.
833         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
834         things in protexted regions.
836 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
838         * org-export-latex.el (org-export-latex-preprocess): Improve
839         quoting of LaTeX environments.
841 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
843         * org.el (org-edit-fixed-width-region): Exclude final newline from
844         picture area.
846         * org-export-latex.el (org-export-latex-subcontent): Add labels to
847         sections, to make internal links work.
848         (org-export-latex-fontify-headline): Do not remove all text
849         properties, to make sure that target properties survive this
850         process.
852         * org-exp.el (org-export-preprocess-string): Change sequence of
853         modifications, to make sure links are prepared before the LaTeX
854         conversions do happen.
856 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
858         * org-attach.el (org-attach-delete-all): Renamed from
859         `org-attch-delete'.  Add a security query before deleting the
860         entire directory.  New optional argument FORCE can overrule the
861         security query.
862         (org-attach-delete-one): New command.
864 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
866         * org-attach.el (org-attach-file-list): Fix bug with directory.
868 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
870         * org.el (org-apps-regexp-alist): New function.
871         (org-file-apps): Add auto-mode to the default value.
872         (org-open-file): Use the new structure of org-file-apps.
874         * org-attach.el (org-attach): Support the new keys.
875         (org-attach-method): New option.
877 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
879         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
880         March.
882         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
883         of the list value o `org-use-tag-inheritance'.
885         * org-attach.el (org-attach-auto-tag): New option.
886         (org-attach-tag, org-attach-untag): New functions.
887         (org-attach-attach, org-attach-new, org-attach-sync): Call
888         `org-attach-tag'.
889         (org-attach-delete): Call `org-attach-untag'.
891 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
893         * org-table.el (orgtbl-self-insert-command): Make this work for
894         the keypad as well.
896 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
898         * org.el (org-add-log-setup): Limit searc for drawers to entry
899         text, not to subtree.
901         * org-clock.el (org-clock-heading-for-remember): New variable.
902         (org-clock-in): Set `org-clock-heading-for-remember'.
904 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
906         * org-remember.el (org-remember-apply-template): Add new
907         expansions: %k, %K for currently clocked task and a link to the
908         currently clocked task, and %< to file notes in the currently
909         clocked task.
911 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
913         * org-export-latex.el (org-export-latex-make-header): Also insert
914         the content of the property :latex-header-extra.
916         * org-exp.el (org-infile-export-plist): Put the content of
917         #+LATEX_HEADER: into the property :latex-header-extra.
919         * org-colview.el (org-columns-get-format-and-top-level): Remove
920         resetting the marker.
922         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
923         Remove resetting the marker.
925         * org.el (org-entry-property-inherited-from): Improve docstring.
926         (org-entry-get-with-inheritance): Reset marker before starting the
927         search.
929         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
931 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
933         * org.el (org-entry-get-multivalued-property)
934         (org-entry-protect-space, org-entry-restore-space): New
935         functions.
936         (org-file-apps-defaults-macosx): Let postscript files be opened by
937         preview.
938         (org-time-stamp-inactive): Call `org-time-stamp'.
939         (org-time-stamp): New argument `inactive'.  Also edit inacive
940         stamps. Convert time stamp type.
941         (org-open-file): Interpret the `default' value for the `command'
942         in `org-file-apps'.
944         * org-id.el (org-id-int-to-b36-one-digit)
945         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
946         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
947         b36.
949 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
951         * org-id.el (org-id-reverse-string): New function.
952         (org-id-new): Use `org-id-reverse-string' to make sure the
953         beginning chars of the ID are mutating fast.  This allows to use a
954         directory structure to spread things better.
955         (org-id-prefix): Changed default to nil.
957         * org-list.el (org-move-item-down, org-move-item-up): Remember and
958         restore the column of the cursor position.
960         * org-remember.el (org-remember-apply-template): Remove properties
961         from `initial'.
963 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
965         * org-wl.el (org-wl-open): Remove useless call to
966         `wl-thread-open-all'.
968         * org-remember.el (org-remember-handler): Fix bug with `bottom'
969         location.
971 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
973         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
974         `org-bbdb-anniversaries'.
976         * org.el (org-get-next-sibling, org-forward-same-level): New
977         functions, similar to the outline versions, but invisible headings
978         are OK.
980 2008-09-25  Bastien Guerry  <bzg@altern.org>
982         * org.el (org-auto-repeat-maybe): Insert a space between
983         the timestamp's type and the timestamp itself.
985 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
987         * org-table.el (org-table-sum): Do not format the result with %g,
988         it does rounding when there are too many digits.
990         * org.el (org-map-entries): Protect the keyword-selecting variables.
992 2008-09-23  Bastien Guerry  <bzg@altern.org>
994         * org-agenda.el (org-agenda-to-appt): Make sure the function check
995         against all agenda files.
997 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
999         * org-list.el: New file, aggregating list functions from org.el
1000         and org-export-latex.el.
1002         * org.el (org-edit-src-region-extra): New option.
1004 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1006         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1007         time before 1am.
1009 2008-09-22  Bastien Guerry  <bzg@altern.org>
1011         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1013 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1015         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1016         hline work correctly.
1017         (org-plot/gnuplot-script): Put commas at the end of each script
1018         line.
1020 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1022         * org.el (org-get-refile-targets): Replace links with their
1023         descriptions
1024         (org-imenu-get-tree): Replace links with their descriptions.
1026         * org-remember.el (org-remember-apply-template): Add a new
1027         expansion for adding properties to remember items.
1029         * org.el (org-add-log-setup): Skip over drawers (properties,
1030         clocks etc) when adding notes.
1032         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1033         items as well as the start and end times.
1035         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1036         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1038         * org-remember.el (org-get-x-clipboard): Use the compat
1039         function to get clipboard values when x-selection-value is
1040         unavailable. Use substring-no-properties instead of
1041         set-text-properties to remove text properties from the clipboard
1042         value.
1044         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1045         modeline clock string, and display the full todo value in the
1046         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1047         the currently clocked task.
1048         (org-clock-string-limit): Add a custom value for the maximum
1049         length of the clock string in the modeline.
1050         (org-clock-mode-map): Add a keymap for the modeline string
1052 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1054         * org-compat.el (org-propertize): New function.
1056 2008-09-20  Bastien Guerry  <bzg@altern.org>
1058         * org-export-latex.el (org-export-latex-tables): protect exported
1059         tables from further special chars conversion.
1060         (org-export-latex-preprocess): Preserve LaTeX environments.
1061         (org-list-parse-list): Parse descriptive lists.
1062         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1063         (org-list-to-texinfo): Export descriptive lists.
1064         (org-quote-chars): Remove.
1065         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1066         (org-export-latex-list-beginning-re): Rename to
1067         `org-list-beginning-re'
1068         (org-list-item-begin): Rename to `org-list-item-beginning'
1070 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1072         * org.el (org-refile): Allow refiling to the last entry in the
1073         buffer.
1074         (org-get-tags-at): Fix bug when inheritance is turned off.
1076 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1078         * org.el (org-indent-line-function): No longer check for src
1079         regions, this is too much overhead.
1081         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1082         matching.
1084         * org.el (org-scan-tags): Make sure that tags matching is not case
1085         sensitive.  TODO keyword matching is case sensitive, however, to
1086         avoid confusion with similar words that are not meant to be
1087         keywords.
1089 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1091         * org.el (org-get-local-tags-at): New function.
1092         (org-get-local-tags): New function.
1094         * org-exp.el (org-export-get-categories): New function.
1096         * org-agenda.el (org-sorting-choice)
1097         (org-agenda-sorting-strategy, org-agenda-get-todos)
1098         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1099         (org-agenda-get-scheduled, org-agenda-get-blocks)
1100         (org-entries-lessp): Implement sorting by TODO state.
1101         (org-cmp-todo-state): New defsubst.
1103         * org-colview.el (org-colview-construct-allowed-dates): New
1104         function.
1105         (org-columns-next-allowed-value): Use
1106         `org-colview-construct-allowed-dates'.
1108         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1109         function.
1110         (org-columns-next-allowed-value): Use
1111         `org-colview-construct-allowed-dates'.
1113 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1115         * org.el (org-protect-slash): New function.
1116         (org-get-refile-targets): Use `org-protect-slash'.
1118         * org-agenda.el (org-global-tags-completion-table): New variable.
1120         * org-exp.el (org-export-handle-export-tags): New function.
1121         (org-export-preprocess-string): Call
1122         `org-export-handle-export-tags'.
1124         * org-plot.el: New file.
1126         * org-publish.el (org-publish-expand-components): Function removed.
1127         (org-publish-expand-projects): Allow components to have components.
1129 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1131         * org.el (org-indent-line-function): Do not indent in regions that
1132         are external source code.
1133         (org-yank-and-fold-if-subtree): New function.
1135         * org-agenda.el (org-agenda-todayp): New function.
1136         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1137         `org-agenda-todayp'.
1139         * org.el (org-insert-heading-respect-content)
1140         (org-insert-todo-heading-respect-content): New commands.
1141         (org-insert-heading-respect-content): New option.
1142         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1144         * org-clock.el (org-clock-find-position): Make sure the note after
1145         the clock line gets moved into the new clock drawer.
1147 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1149         * org-id.el (org-id-new): New option.
1151 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1153         * org-table.el (org-table-copy-down): Avoid overflow during
1154         increment.  Use prefix argument 0 to temporarily disable the
1155         increment.
1157 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1159         * org-exp.el (org-export-as-html): Do not turn on the major mode
1160         if the buffer will be killed anyway.
1161         (org-get-current-options): Exclude the #+TEXT field.
1162         (org-export-as-html): Make sure text before the first headline is
1163         a paragraph.
1165         * org-publish.el (org-publish-org-to): Tell the exporter that this
1166         buffer will be killed, so it is not necessary to do major mode
1167         initialization.
1169         * org-archive.el (org-archive-to-archive-sibling): Show empty
1170         lines after folding the archive sibling.
1172         * org.el (org-log-note-extra): New variable.
1174 2008-09-05  Bastien Guerry  <bzg@altern.org>
1176         * org.el (org-additional-option-like-keywords): Added keywords for
1177         the _QUOTE, _VERSE and _SRC environments.
1179         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1180         exporting _QUOTE and _VERSE environments.
1182 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1184         * org-agenda.el (org-agenda-filter-by-tag): New command.
1186         * org-exp.el (org-get-current-options): Remove angular brackets
1187         from the date entry.
1189         * org.el (org-edit-fixed-width-region): New function.
1190         (org-edit-fixed-width-region): Also try
1191         `org-edit-fixed-width-region'.
1192         (org-edit-fixed-width-region-mode): New option.
1193         (org-activate-code): Only interprete lines starting with colon
1194         plus a space as example lines.
1196         * org-remember.el (org-remember-templates): Add nil instead of
1197         empty strings to fix the length of remember templates.
1199         * org-table.el (org-calc-default-modes): Fix the time format for
1200         calc, from 12 hour to 24 hour clock.
1202 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1204         * org-agenda.el (org-agenda-get-deadlines)
1205         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1206         entries that are pre-warnings of deadlines or reminders.
1208         * org.el (org-sort-entries-or-items): Make numeric and alpha
1209         comparisons ignore any TODO keyword and priority cookie.
1211         * org-remember.el (org-remember-handler): Reinterpretation of the
1212         prefix argument.
1214 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1216         * org-agenda.el (org-agenda-get-scheduled): Use new
1217         `org-scheduled' face.
1219         * org-faces.el (org-scheduled): New face.
1221         * org-wl.el (org-wl-open): Remove incorrect declaration.
1223         * org-gnus.el (org-gnus-store-link): Support for :to information
1224         in gnus links.
1226         * org-exp.el (org-export-as-html): Fixed typo in creator
1227         information.
1228         (org-export-protect-examples): New parameter indent.  Insert extra
1229         spaces only when this parameter is specified.
1230         (org-export-preprocess-string): Call `org-export-protect-examples'
1231         with an indentation parameter when exporting to ASCII.
1233         * org-remember.el (org-remember-templates)
1234         (org-remember-apply-template): Allow the file component to be a
1235         function.
1237         * org.el (org-goto-local-search-headings): Renamed from
1238         `org-goto-local-search-forward-headings'.  Added the possibility
1239         to search backwards.
1241 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1243         * org-export-latex.el (org-export-latex): New customization
1244         group.
1246         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1248 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1250         * org-exp.el (org-html-do-expand): Allow {} to terminate
1251         tex macro
1253 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1255         * org.el (org-buffer-list): Select buffers based on major mode,
1256         not on file name.
1258 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1260         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1261         face property.
1263         * org-colview.el (org-columns-display-here): Use
1264         `org-columns-modify-value-for-display-function'.
1266         * org-colview-xemacs.el (org-columns-display-here): Use
1267         `org-columns-modify-value-for-display-function'.
1269 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1271         * org.el (org-columns-modify-value-for-display-function): New option.
1283         * org-publish.el (org-publish-file): Make sure the directory match
1284         for the publishing directory works correctly.
1286         * org-agenda.el (org-agenda-execute-calendar-command)
1287         (org-agenda-diary-entry): Additional optional argument.
1289 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1291         * org-exp.el (org-export-as-html): Add attributes also in mailto
1292         and ftp links.
1294         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1303 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1305         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1306         sure that calls from `org-export-region-as-html' do not do the
1307         special check for a subtree.
1309 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1311         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1313 2008-07-20  Juri Linkov  <juri@jurta.org>
1315         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1316         new keymap `narrow-map' instead of binding "\C-xns".
1318 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1320         * org.el (org-open-file): Use
1321         `org-open-directory-means-index-dot-org'.
1322         (org-open-directory-means-index-dot-org): New option.
1324 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1326         * org.el (org-make-link-string): Remove link attributes from
1327         description.
1328         (org-open-at-point): Remove link attributes bevore using the path.
1330         * org-exp.el (org-export-as-html): Handle link attributes.
1332         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1334         * org-table.el (org-table-to-lisp): New function.
1336         * org.el (org-narrow-to-subtree): Do not include the final newline
1337         into the narrowed region.
1339         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1340         bug with user-define skipping condition.
1342 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1344         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1346 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1348         * org-exp.el (org-export-html-style-default): Automatic overflow
1349         handling for pre fields.
1350         (org-export-as-ascii, org-export-as-html): Change default format
1351         for time stamp.
1353         * org-table.el (org-table-export): Offer completion for translator
1354         functions, and do not require a heading above the table.
1356         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1357         Cater for the case of a list starting in the first line of the
1358         buffer.
1360 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1362         * org-publish.el (org-publish-find-title): Bug fix.
1363         (org-publish-org-index): Implement new :index-style option.
1365 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1367         * org-publish.el (org-publish-timestamp-filename): Use
1368         SHA1-encoded file names in the timestamp directory.
1370 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1372         * org-publish.el (org-publish-needed-p): Be verbose about files
1373         published and files skipped.
1375         * org-exp.el (org-export-preprocess-string): Swap link
1376         normalization and inernal link targeting.
1378         * org-publish.el (org-publish-needed-p): Create timestamp
1379         directory when it does not exist.
1381 2008-07-04  Bastien Guerry  <bzg@altern.org>
1383         * org-clock.el (org-clock-out-when-done): Doc fix.
1385         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1387         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1388         Ignore case when searching for the COMMENT cookie at export time.
1390 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1392         * org-exp.el (org-get-file-contents)
1393         (org-get-and-remove-property): New functions.
1394         (org-export-handle-include-files): Handle the new prefix options.
1395         (org-export-as-html): Fix the verse environment.
1397 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1399         * org.el (org-time=, org-time<, org-time<=, org-time>)
1400         (org-time>=, org-time<>, org-2ft): New functions.
1401         (org-op-to-function): Also provide for the time testing fucntions.
1403 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1405         * org-exp.el (org-export-html-style-default): New constant.
1407 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1409         * org-exp.el (org-export-html-style-extra): New variable.
1410         (org-export-splice-style): New function.
1412 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-exp.el (org-export-plist-vars, org-export-as-html):
1415         Implement `org-export-creator-info'.
1416         (org-export-creator-info): New option.
1418 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1420         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1421         (org-property-drawer-re, org-clock-drawer-re): New constants.
1423 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1425         * org-exp.el (org-icalendar-use-deadline)
1426         (org-icalendar-use-scheduled): New options.
1427         (org-icalendar-include-todo): Default changed to t.
1428         (org-print-icalendar-entries): Implement better utilization of
1429         scheduling and deadline time stamps.
1430         (org-export-target-internal-links, org-export-as-html): Allow file
1431         lines without the "file:" prefix if the file path is an absolute
1432         path or starts with ".".
1434         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1435         lastweek etc.
1436         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1438 2008-06-18  Glenn Morris  <rgm@gnu.org>
1439         * org.el (org-map-entries): Let-bind `file'.
1441 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1443         * org.el (org-agenda-skip-archived-trees): Docstring now
1444         discourages using this.
1445         (org-scan-tags): Check for org-agenda-archives-mode.
1446         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1447         (org-agenda-files): Functionality of second arg changed.
1449         * org-agenda.el (org-agenda-archives-mode): New variable
1450         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1451         (org-search-view, org-todo-list, org-tags-view)
1452         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1453         `ifmode' argument.
1454         (org-agenda-quit): Reset the archives mode.
1455         (org-agenda-archives-mode): New command.
1456         (org-agenda-set-mode-name): Include archives info.
1458 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1460         * org.el (org-paste-subtree): Make sure the yanked headline is
1461         visible if it was yanked at a visible point.
1462         (org-move-item-up): Fix the bug with moving white space at the end
1463         of the item.
1464         (org-show-empty-lines-in-parent): New function.
1466 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1468         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1470         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1472         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1473         agenda prefix as well.
1475         * org-publish.el (org-publish-org-index): Make a properly indented
1476         list.
1478         * org.el (org-calendar-agenda-action-key): New option.
1479         (org-get-cursor-date): New function.
1480         (org-mark-entry-for-agenda-action): New command.
1481         (org-overriding-default-time): New variable.
1482         (org-read-date): Respect `org-overriding-default-time'.
1484         * org-remember.el (org-remember-apply-template): Respect the
1485         ovverriding default time.
1487         * org-agenda.el (org-agenda-action-marker): New variable.
1488         (org-agenda-action): New command.
1489         (org-agenda-do-action): New function.
1491 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1493         * org.el (org-schedule, org-deadline): Protect scheduled and
1494         deadline tasks against changes that accidently remove the
1495         repeater.  Also show a message with the new date when done.
1497 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1499         * org.el (org-beginning-of-line): Cater for the case when there
1500         are tags but no headline text.
1501         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1502         it set.
1504 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1506         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1507         the return value is nil instead of "nil" when there is no match.
1509         * org-exp.el (org-insert-centered): Use fill-column instead of
1510         80.
1511         (org-export-as-ascii): Use string-width to measure the width of
1512         the heading.
1514         * org.el (org-diary-to-ical-string): No longer kill buffer
1515         FROMBUF, this is now done by the caller.
1517         * org-exp.el (org-print-icalendar-entries): Move the call to
1518         `org-diary-to-ical-string' out of the loop, and kill the buffer
1519         afterwords.
1521         * org-remember.el (org-remember-visit-immediately): Position
1522         cursor after moving to the note.
1523         (org-remember-apply-template): Use a text property to record the
1524         cursor position.
1525         (org-remember-handler): Align tags after pasting the note.
1527 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1529         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1531         * org-agenda.el (org-agenda-open-link): If there is an
1532         org-bbdb-name property in the current line, jump to that bbdb
1533         entry.
1535         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1536         text property, so that the agenda knows where this entry comes
1537         from.
1539         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1540         interaction between clocking-in from the agenda, and  automatic
1541         task state switching.
1543         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1545         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1546         zmacs-region stays after this command in XEmacs.
1548 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1550         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1552         * org-remember.el (org-remember-templates): Fix bug in
1553         customization type definition.
1555         * org.el (org-map-entries): New function.
1557 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1559         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1560         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1562 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1564         * org-remember.el (org-jump-to-target-location): New variable.
1565         (org-remember-apply-template): Set
1566         `org-remember-apply-template' if requested by template.
1567         (org-remember-handler): Start an idle timer to jump to
1568         remember location.
1570         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1572         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1573         file tags.
1574         (org-get-tags-at): Add the content of `org-file-tags'.
1576         * org-exp.el (org-export-handle-comments): Fix bug with several
1577         comment lines after each other.
1578         (org-number-to-roman, org-number-to-counter): New functions.
1579         (org-export-section-number-format): New option.
1581 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1583         * org-exp.el (org-export-protect-examples): Catch the case of a
1584         missing end_example line.
1586         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1587         `org-file-tags' to nil.
1589         * org-colview.el (org-columns-next-allowed-value): Handle next
1590         argument NTH to directly select a value.
1592         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1593         argument NTH to directly select a value.
1595 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1597         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1599 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1601         * org.el (org-columns-ellipses): New option.
1603 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1605         * org-colview.el (org-columns-add-ellipses): New function.
1606         (org-columns-compact-links): New function.
1607         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1608         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1609         when in agenda.
1610         (org-columns-edit-value): Fixed bug with editing values from
1611         agenda column view.
1612         (org-columns-redo): Also redo the agenda itself.
1614 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1616         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1617         option.
1619         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1621         * org-exp.el (org-export-ascii-preprocess): Renamed from
1622         `org-export-ascii-clean-string'.
1623         (org-export-kill-licensed-text)
1624         (org-export-define-heading-targets)
1625         (org-export-handle-invisible-targets)
1626         (org-export-target-internal-links)
1627         (org-export-remove-or-extract-drawers)
1628         (org-export-remove-archived-trees)
1629         (org-export-protect-quoted-subtrees)
1630         (org-export-protect-verbatim, org-export-protect-examples)
1631         (org-export-select-backend-specific-text)
1632         (org-export-mark-blockquote-and-verse)
1633         (org-export-remove-comment-blocks-and-subtrees)
1634         (org-export-handle-comments, org-export-mark-radio-links)
1635         (org-export-remove-special-table-lines)
1636         (org-export-normalize-links)
1637         (org-export-concatenate-multiline-links)
1638         (org-export-concatenate-multiline-emphasis): New functions,
1639         obtained from spliiting the export preprocessor.
1641         * org-table.el (org-table-recalculate): Improve error message if
1642         the row number is invalid.
1644 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1646         * org-archive.el (org-archive-save-context-info): Fix bugs in
1647         customization setup and docstring.
1649         * org-exp.el (org-export-html-style): Changed the size of in the
1650         <pre> element to 90%.
1652 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1654         * org.el (org-find-src-example-start): Function removed.
1655         (org-edit-src-find-region-and-lang): New function.
1657 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1659         * org.el (org-edit-src-exit): New function.
1660         (org-exit-edit-mode): New minor mode.
1662         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1663         comment-like lines from protected examples.
1665         * org.el (org-edit-src-example, org-find-src-example-start)
1666         (org-protect-source-example, org-edit-special): New functions.
1668 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1670         * org-publish.el (org-publish-project-alist): Fix typo in
1671         docstring.
1672         (org-publish-project-alist): Handle :index-title property.
1674 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1676         * org-export-latex.el (org-export-as-latex): Make sure region
1677         bounds are correct.  Parse subtree properties relating to export.
1679         * org-exp.el (org-export-add-options-to-plist): New function.
1680         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1682 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1684         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1685         EXPORT_TITLE.
1687         * org-exp.el (org-export-get-title-from-subtree)
1688         (org-export-as-ascii, org-export-as-html): Make sure the original
1689         region-beginning and region-end are used, even after moving
1690         point.
1691         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1692         property.
1694         * org-remember.el (org-remember-last-stored-marker): New variable.
1695         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1696         (org-remember-handler): Also use marker to remember
1697         last-stored position.
1699         * org.el (org-goto-marker-or-bmk): New function.
1701 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1703         * org.el (org-file-properties): Renamed from `org-local-properties'.
1704         (org-scan-tags): Take file tags into account.
1705         (org-tags-match-list-sublevels): Default changed to t.
1707         * org-exp.el (org-export-as-html): Close paragraph after a
1708         footnote.
1710         * org.el (org-update-parent-todo-statistics): New function.
1712         * org-exp.el (org-icalendar-store-UID): New option.
1713         (org-icalendar-force-UID): Option removed.
1714         (org-print-icalendar-entries): IMplement UIDs.
1716 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1718         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1720 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1722         * org-faces.el (org-column): Document how this face is being used
1723         and why sometimes the background faces shine through.
1725         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1727         * org-publish.el (org-publish-attachment): Create publishing
1728         directory if it does not yet exist.
1730         * org-table.el (org-calc-default-modes): Change default number
1731         format to (float 8).
1733         * org.el (org-olpath-completing-read): New function.
1734         (org-time-clocksum-format): New option.
1735         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1737         * org-clock.el (org-clock-display, org-clock-out)
1738         (org-update-mode-line): Use `org-time-clocksum-format'.
1740         * org-colview-xemacs.el (org-columns-number-to-string): Use
1741         `org-time-clocksum-format'.
1743         * org-colview.el (org-columns-number-to-string): Use
1744         `org-time-clocksum-format'.
1746 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1748         * org-id.el: New file, move from contrib to core.
1750         * org-exp.el (org-icalendar-force-UID): New option.
1752 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1754         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1755         shifted by one day if theere is a date range without an end
1756         time.
1758         * org.el (org-try-structure-completion): New function.
1760 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1762         * org.el (org-set-font-lock-defaults): Improve fontification of
1763         description lists.
1764         (org-insert-item): Handle description lists.
1765         (org-adaptive-fill-function): Improve auto indentation in
1766         description lists.
1768         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1769         Implement VERSE environment.
1770         (org-export-preprocess-string): Implement the COMMENT
1771         environment.
1773         * org-export-latex.el (org-export-latex-preprocess): Implement
1774         VERSE environment.
1776 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1778         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1779         option.
1781 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1783         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1785         * org.el (org-quote-csv-field): New functions.
1787         * org-table.el (org-table-export-default-format): Remove :splice
1788         from default format, we get the same effect by not specifying
1789         :tstart and :tend.
1790         (org-table-export): Improve setup, distinguish better between
1791         interactive and non-interactive use, allow specifying the format
1792         on the fly, better protection against wrong file names.
1793         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1794         and :tend when :splice is omitted.
1796 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1798         * org-clock.el (org-clock-select-task): Make sure the selection
1799         letters are 1-9 and A-Z, no special characters.
1801 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1803         * org-exp.el (org-export-htmlize): New group.
1804         (org-export-htmlize-output-type)
1805         (org-export-htmlize-css-font-prefix): New options.
1806         (org-export-htmlize-region-for-paste): New function.
1807         (org-export-htmlize-generate-css): New command.
1809 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1811         * org/org.el (org-modules, org-format-latex-options):
1812         * org/org-archive.el (org-archive-stamp-time)
1813         (org-archive-save-context-info):
1814         * org/org-faces.el (org-hide):
1815         * org/org-irc.el (org-irc-parse-link):
1816         * org/org-macs.el (org-call-with-arg, org-autoload):
1817         * org/org-mew.el (org-mew-store-link):
1818         * org/org-remember.el (org-remember-store-without-prompt)
1819         (org-remember-templates): Fix typos in docstrings.
1821         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1823         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1824         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1825         (org-bbdb-anniv-split): Fix typos in docstrings.
1827         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1828         (org-publish-use-timestamps-flag): Reflow docstring.
1829         (org-publish-files-alist): Fix typos in docstring.
1831 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1833         * org.el (org-set-visibility-according-to-property): New function.
1834         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1835         and compute the regular expressions, and update font-lock.
1836         (org-property-re): Allow a dash in property names.
1838         * org-archive.el (org-extract-archive-file): Insert the file name
1839         without the path into the format, to allow the location format to
1840         contain a subdirectory.
1842         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1843         of buffer, and the `org-agenda-type' property undefined, use the
1844         value from the character before.
1846         * org.el (org-add-planning-info): Don't let indentation for
1847         would-be timestamp become extra whitespace at the end of headline.
1849 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1851         * org.el (org-remove-double-quotes, org-file-contents): New
1852         functions.
1854         * org-exp.el (org-infile-export-plist): Also parse the
1855         contents of #+SETUPFILE files, recursively.
1857         * org.el (org-set-regexps-and-options): Also parse the
1858         contents of #+SETUPFILE files, recursively.
1860         * org-exp.el (org-export-handle-include-files): New function.
1861         (org-export-preprocess-string): Call
1862         `org-export-handle-include-files'.
1864         * org.el (org-delete-property-globally)
1865         (org-delete-property, org-set-property): Ignore case during
1866         completion.
1867         (org-set-property): Use `org-completing-read' instead of
1868         `completing-read'.
1870         * org.el (org-complete-expand-structure-template): New,
1871         experimental function.
1872         (org-structure-template-alist): New, experimental option.
1873         (org-complete): Call `org-complete-expand-structure-template'.
1875 2008-05-06  Bastien Guerry  <bzg@altern.org>
1877         * org-export-latex.el (org-export-latex-preprocess): Added
1878         support for blockquotes.
1880 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1882         * org.el (org-read-date-analyze): Catch the case where only a
1883         weekday is given.
1885 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1887         * org.el (org-set-font-lock-defaults): Make the description
1888         tag bold.
1890         * org-exp.el (org-export-as-html, org-close-li): Implement
1891         description lists.
1893 2008-05-04  Jason Riedy  <jason@acm.org>
1895         * org-table.el (*orgtbl-default-fmt*): New variable.
1896         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1897         when there is no other fmt available.
1899         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1900         :tend to suppress the appropriate string.
1902         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1903         table.
1905 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1907         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1908         read date.
1910         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1911         New function.
1913         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1914         New function.
1916 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1918         * org-clock.el (org-clock-find-position): Don't include notes
1919         into clock drawer.
1921         * org-archive.el (org-archive-subtree): No longer remove an
1922         extra line after cutting the subtree.  `org-cut-subtree' already
1923         takes care of this.
1925         * org-remember.el (org-remember-handler): Only kill the target
1926         buffer if it does not contain the running clock.
1928         * org.el (org-markers-to-move): New variable.
1929         (org-save-markers-in-region, org-check-and-save-marker)
1930         (org-reinstall-markers-in-region): New function.
1931         (org-move-subtree-down, org-copy-subtree): Remember relative
1932         marker positions before cutting.
1933         (org-move-subtree-down, org-paste-subtree): Restore relative
1934         marker positions after pasting.
1936         * org-remember.el (org-remember-clock-out-on-exit): New option.
1937         (org-remember-finalize): Clock out only if the setting in
1938         `org-remember-clock-out-on-exit' requires it.
1939         (org-remember-handler): Do the cleanup in the buffer, to make sure
1940         that the clock marker remains in tact.
1942 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1944         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1945         (org-clock-in): Make sure that also tasks outside the narrowed
1946         region will be clocked in correctly.
1947         (org-clock-insert-selection-line): Widen the buffer so that we can
1948         find the correct task heading.
1950         * org.el (org-base-buffer): New function.
1952         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1953         and ";" are escaped.
1954         (org-print-icalendar-entries): Also apply
1955         `org-icalendar-cleanup-string' to the headline, not only to the
1956         summary property.
1958 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1960         * org-exp.el (org-export-preprocess-hook): New hook.
1961         (org-export-preprocess-string): Call
1962         `org-export-preprocess-hook'.
1964         * org.el (org-font-lock-hook): New variable.
1965         (org-font-lock-hook): New function.
1966         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1968 ;; Local Variables:
1969 ;; coding: utf-8
1970 ;; add-log-time-zone-rule: t
1971 ;; End:
1973     Copyright (C) 2008  Free Software Foundation, Inc.
1975   This file is part of GNU Emacs.
1977   GNU Emacs is free software: you can redistribute it and/or modify
1978   it under the terms of the GNU General Public License as published by
1979   the Free Software Foundation, either version 3 of the License, or
1980   (at your option) any later version.
1982   GNU Emacs is distributed in the hope that it will be useful,
1983   but WITHOUT ANY WARRANTY; without even the implied warranty of
1984   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1985   GNU General Public License for more details.
1987   You should have received a copy of the GNU General Public License
1988   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1990 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c