Re-introduce the org-publish-validate-link function.
[org-mode.git] / lisp / ChangeLog
blob18c3f4c581bd6509c3641b0dd9fec4ddfcacc856
1 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3         * org-publish.el (org-publish-validate-link): Function
4         re-introduced.
6 2008-11-02  Charles Sebold  <csebold@gmail.com>
8         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
9         property.
10         (org-plot-quote-timestamp-field): New function.
11         (org-plot-quote-tsv-field): Call timestamp field function when
12         necessary rather than just quoting as a string.
13         (org-plot/gnuplot-to-data): Pass in timefmt property.
14         (org-plot/gnuplot-script): Supports timefmt property.
15         (org-plot/gnuplot): Checks for timestamp column before checking
16         for text index column.
18 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
20         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
22         * org-publish.el (org-publish-org-index): Create a section in the
23         index file.
24         (org-publish-org-index): Stop linking to directories.
26         * org.el (org-emphasis-alist): Use span instead of <u> to
27         underline text.
29         * org-exp.el (org-export-as-html): Make sure <p> is closed before
30         <pre> sections.
32 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
34         * org-jsinfo.el (org-infojs-template): Remove language attribute
35         from script tag.
37 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
39         * org-agenda.el (org-agenda-remove-marked-text): New function.
40         (org-agenda-mark-filtered-text)
41         (org-agenda-unmark-filtered-text): New functions.
42         (org-write-agenda): Remove fltered text.
44         * org.el (org-make-tags-matcher): Give access to TODO "property"
45         without speed penalty.
47 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
49         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
50         option.
51         (org-store-link-props): Make sure adding to the plist works
52         correctly.
54         * org-gnus.el (org-gnus-no-new-news): New function.
55         (org-gnus-follow-link): Allow the article ID to be a message-id,
56         in addition to allowing article numbers.  Message IDs make much
57         more roubust links.
58         (org-gnus-store-link): Use message-id to create link.
60 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
62         * org.el (org-emphasize): Reverse the selection array.
63         (org-emphasis-alist): Set <code> tags for the verbatim
64         environment.
66         * org-remember.el (org-remember-handler): Fix bug with
67         prefix-related changing of the note storage target.
69         * org-exp.el (org-print-icalendar-entries): Make the exported
70         priorities compatible with RFC 2445.
72         * org-clock.el (org-clock-save): Insert time stamp without
73         dependence on time-stamp.el.
75 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
77         * org.el ("saveplace"): If saveplace puts point into an invisible
78         location, make it visible.
79         (org-make-tags-matcher): Allow inactive time stamps in time
80         comparisons.
81         (org-yank-adjusted-subtrees): New option.
82         (org-yank): Incorporate adjusting trees.
83         (org-paste-subtree): New argument FOR-YANK which will cause
84         insertion at point without backing up over white lines, and leave
85         point at the end of the inserted text.  Also if the cursor is
86         at the beginning of a headline, use the same level or the inserted
87         tree.
89         * org-publish.el (org-publish-get-base-files-1): Deal correctly
90         with broken symlinks
92 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
94         * org-exp.el (org-export-select-tags, org-get-current-options):
95         Fix typo.
97 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
99         * org-compat.el (org-fit-window-to-buffer): New function.
101         * org-agenda.el (org-format-agenda-item)
102         (org-agenda-filter-make-matcher): Make sure tags are stored and
103         compared donwcased.
105 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
107         * org.el (org-insert-todo-heading): Fix bug with force-heading
108         argument.
110 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
112         * org-clock.el (org-clock-in-resume): Add a custom option to
113         toggle starting the clock from an open clock line.
114         (org-clock-in): When clocking in to an entry, if
115         `org-clock-in-resume' is set, check if the first clock line is
116         open and if so, start the clock from the time in the clock line.
117         (org-clock-persist): Add a custom option to toggle clock
118         persistence.
119         (org-clock-persist-query-save): Add a custom option to toggle
120         asking the user if they want to save the running clock when
121         exiting.
122         (org-clock-persist-query-resume): Add a custom option to toggle
123         asking the user if they want to resume the saved clock when Emacs
124         is restarted.
125         (org-clock-save): Add a function to save clock data.
126         This includes the contents of `org-clock-history' and the buffer
127         and position of the currently clocked task, if any.
128         (org-clock-load): Add a function to load clock data.
129         This populates `org-clock-history', and resumes the saved clocked
130         task if there is one.
131         (org-clock-persistence-insinuate): Add a method to set up the
132         hooks for clock persistence.
134 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
136         * org-exp.el (org-export-as-ascii): Handle the case that we are
137         publishing from an indirect buffer.
139         * org-table.el (org-table-copy-down): Fix bug with time stamp
140         increment.
142         * org-mouse.el (org-mouse-features): New option.
143         (org-mode-hook): Turn on features depending on
144         `org-mouse-features'.
146         * org.el (org-insert-heading-respect-content): Force heading
147         creation.
148         (org-insert-heading): keep the folding state of the heading before
149         the inserted one.
151 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
153         * org-archive.el (org-archive-to-archive-sibling): Handle top
154         level headlines better.
156 2008-10-21  Bastien Guerry  <bzg@altern.org>
158         * org-export-latex.el (org-export-latex-classes): Added
159         \usepackage{graphicx} to the default list of packages.
161 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
163         * org-agenda.el (org-agenda-filter): Renamed from
164         `org-agenda-filter-tags'.
166 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
168         * org.el (org-entry-properties): Add CATEGORY property, iven if it
169         is not defined as a property in this entry.
170         (org-add-log-note): Mask prefix argument when immediately storing
171         the note.
173         * org-agenda.el (org-agenda-filter-effort-default-operator): New
174         option.
176 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
178         * org.el (org-add-log-setup): Bugfix; code to find insertion point
179         after drawers was skipping ahead one line too many, so notes were
180         inserted after the first note instead of before it.
182 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
184         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
185         New variables.
186         (org-prepare-agenda): Reset the filter tags.
187         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
188         Show filter tags in mode line.
190         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
191         formatter.
193         * org-export-latex.el (org-latex-entities-regexp): New constant.
194         (org-export-as-pdf): Use two calls to `shell-command'.
196 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
198         * org-export-latex.el (org-export-latex-treat-sub-super-char):
199         Honor the {} value of the subsuperscript setting.  Make sure that
200         longer subsuperscripts are typeset in a roman font.
202         * org.el (org-clock-update-time-maybe): Compute negative clock
203         intervals correctly.
205 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
207         * org.el (org-add-log-setup): Respect
208         `org-log-state-notes-insert-after-drawers'.
209         (org-log-state-notes-insert-after-drawers): New option.
210         (org-todo-trigger-tag-changes): New function.
211         (org-todo): Call `org-todo-trigger-tag-changes'.
213 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
215         * org.el (org-add-log-setup): Only skip drawers if the are
216         immediately after the scheduling keywords.
218         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
219         function
220         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
221         call it with the current todo state to get the state to switch to
222         when clocking in.
223         (org-clock-in): Use org-indent-line-function to indent clock lines.
224         (org-clock-find-position): Fix indentation of empty clock drawers.
226 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
228         * org-publish.el (org-publish-org-to): Handle case when
229         org-export-to-pdf does return a file name, not a buffer.
230         (org-publish-org-to-pdf): New function.
232         * org-export-latex.el (org-export-as-pdf)
233         (org-export-as-pdf-and-open): New commands.
235         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
236         forms as ranges.
238         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
239         things in protexted regions.
241 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
243         * org-export-latex.el (org-export-latex-preprocess): Improve
244         quoting of LaTeX environments.
246 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
248         * org.el (org-edit-fixed-width-region): Exclude final newline from
249         picture area.
251         * org-export-latex.el (org-export-latex-subcontent): Add labels to
252         sections, to make internal links work.
253         (org-export-latex-fontify-headline): Do not remove all text
254         properties, to make sure that target properties survive this
255         process.
257         * org-exp.el (org-export-preprocess-string): Change sequence of
258         modifications, to make sure links are prepared before the LaTeX
259         conversions do happen.
261 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
263         * org-attach.el (org-attach-delete-all): Renamed from
264         `org-attch-delete'.  Add a security query before deleting the
265         entire directory.  New optional argument FORCE can overrule the
266         security query.
267         (org-attach-delete-one): New command.
269 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
271         * org-attach.el (org-attach-file-list): Fix bug with directory.
273 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
275         * org.el (org-apps-regexp-alist): New function.
276         (org-file-apps): Add auto-mode to the default value.
277         (org-open-file): Use the new structure of org-file-apps.
279         * org-attach.el (org-attach): Support the new keys.
280         (org-attach-method): New option.
282 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
284         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
285         March.
287         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
288         of the list value o `org-use-tag-inheritance'.
290         * org-attach.el (org-attach-auto-tag): New option.
291         (org-attach-tag, org-attach-untag): New functions.
292         (org-attach-attach, org-attach-new, org-attach-sync): Call
293         `org-attach-tag'.
294         (org-attach-delete): Call `org-attach-untag'.
296 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
298         * org-table.el (orgtbl-self-insert-command): Make this work for
299         the keypad as well.
301 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
303         * org.el (org-add-log-setup): Limit searc for drawers to entry
304         text, not to subtree.
306         * org-clock.el (org-clock-heading-for-remember): New variable.
307         (org-clock-in): Set `org-clock-heading-for-remember'.
309 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
311         * org-remember.el (org-remember-apply-template): Add new
312         expansions: %k, %K for currently clocked task and a link to the
313         currently clocked task, and %< to file notes in the currently
314         clocked task.
316 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
318         * org-export-latex.el (org-export-latex-make-header): Also insert
319         the content of the property :latex-header-extra.
321         * org-exp.el (org-infile-export-plist): Put the content of
322         #+LATEX_HEADER: into the property :latex-header-extra.
324         * org-colview.el (org-columns-get-format-and-top-level): Remove
325         resetting the marker.
327         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
328         Remove resetting the marker.
330         * org.el (org-entry-property-inherited-from): Improve docstring.
331         (org-entry-get-with-inheritance): Reset marker before starting the
332         search.
334         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
336 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
338         * org.el (org-entry-get-multivalued-property)
339         (org-entry-protect-space, org-entry-restore-space): New
340         functions.
341         (org-file-apps-defaults-macosx): Let postscript files be opened by
342         preview.
343         (org-time-stamp-inactive): Call `org-time-stamp'.
344         (org-time-stamp): New argument `inactive'.  Also edit inacive
345         stamps. Convert time stamp type.
346         (org-open-file): Interpret the `default' value for the `command'
347         in `org-file-apps'.
349         * org-id.el (org-id-int-to-b36-one-digit)
350         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
351         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
352         b36.
354 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
356         * org-id.el (org-id-reverse-string): New function.
357         (org-id-new): Use `org-id-reverse-string' to make sure the
358         beginning chars of the ID are mutating fast.  This allows to use a
359         directory structure to spread things better.
360         (org-id-prefix): Changed default to nil.
362         * org-list.el (org-move-item-down, org-move-item-up): Remember and
363         restore the column of the cursor position.
365         * org-remember.el (org-remember-apply-template): Remove properties
366         from `initial'.
368 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
370         * org-wl.el (org-wl-open): Remove useless call to
371         `wl-thread-open-all'.
373         * org-remember.el (org-remember-handler): Fix bug with `bottom'
374         location.
376 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
378         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
379         `org-bbdb-anniversaries'.
381         * org.el (org-get-next-sibling, org-forward-same-level): New
382         functions, similar to the outline versions, but invisible headings
383         are OK.
385 2008-09-25  Bastien Guerry  <bzg@altern.org>
387         * org.el (org-auto-repeat-maybe): Insert a space between
388         the timestamp's type and the timestamp itself.
390 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
392         * org-table.el (org-table-sum): Do not format the result with %g,
393         it does rounding when there are too many digits.
395         * org.el (org-map-entries): Protect the keyword-selecting variables.
397 2008-09-23  Bastien Guerry  <bzg@altern.org>
399         * org-agenda.el (org-agenda-to-appt): Make sure the function check
400         against all agenda files.
402 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
404         * org-list.el: New file, aggregating list functions from org.el
405         and org-export-latex.el.
407         * org.el (org-edit-src-region-extra): New option.
409 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
411         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
412         time before 1am.
414 2008-09-22  Bastien Guerry  <bzg@altern.org>
416         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
418 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
420         * org-plot.el (org-plot/gnuplot): Make tables starting with a
421         hline work correctly.
422         (org-plot/gnuplot-script): Put commas at the end of each script
423         line.
425 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
427         * org.el (org-get-refile-targets): Replace links with their
428         descriptions
429         (org-imenu-get-tree): Replace links with their descriptions.
431         * org-remember.el (org-remember-apply-template): Add a new
432         expansion for adding properties to remember items.
434         * org.el (org-add-log-setup): Skip over drawers (properties,
435         clocks etc) when adding notes.
437         * org-agenda.el (org-agenda-get-closed): show durations of clocked
438         items as well as the start and end times.
440         * org-compat.el (org-get-x-clipboard-compat): Add a compat
441         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
443         * org-remember.el (org-get-x-clipboard): Use the compat
444         function to get clipboard values when x-selection-value is
445         unavailable. Use substring-no-properties instead of
446         set-text-properties to remove text properties from the clipboard
447         value.
449         * lisp/org-clock.el (org-update-mode-line): Support limiting the
450         modeline clock string, and display the full todo value in the
451         tooltip. Set a local keymap so mouse-3 on the clock string goes to
452         the currently clocked task.
453         (org-clock-string-limit): Add a custom value for the maximum
454         length of the clock string in the modeline.
455         (org-clock-mode-map): Add a keymap for the modeline string
457 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
459         * org-compat.el (org-propertize): New function.
461 2008-09-20  Bastien Guerry  <bzg@altern.org>
463         * org-export-latex.el (org-export-latex-tables): protect exported
464         tables from further special chars conversion.
465         (org-export-latex-preprocess): Preserve LaTeX environments.
466         (org-list-parse-list): Parse descriptive lists.
467         (org-list-to-generic, org-list-to-latex, org-list-to-html)
468         (org-list-to-texinfo): Export descriptive lists.
469         (org-quote-chars): Remove.
470         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
471         (org-export-latex-list-beginning-re): Rename to
472         `org-list-beginning-re'
473         (org-list-item-begin): Rename to `org-list-item-beginning'
475 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
477         * org.el (org-refile): Allow refiling to the last entry in the
478         buffer.
479         (org-get-tags-at): Fix bug when inheritance is turned off.
481 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
483         * org.el (org-indent-line-function): No longer check for src
484         regions, this is too much overhead.
486         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
487         matching.
489         * org.el (org-scan-tags): Make sure that tags matching is not case
490         sensitive.  TODO keyword matching is case sensitive, however, to
491         avoid confusion with similar words that are not meant to be
492         keywords.
494 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
496         * org.el (org-get-local-tags-at): New function.
497         (org-get-local-tags): New function.
499         * org-exp.el (org-export-get-categories): New function.
501         * org-agenda.el (org-sorting-choice)
502         (org-agenda-sorting-strategy, org-agenda-get-todos)
503         (org-agenda-get-timestamps, org-agenda-get-deadlines)
504         (org-agenda-get-scheduled, org-agenda-get-blocks)
505         (org-entries-lessp): Implement sorting by TODO state.
506         (org-cmp-todo-state): New defsubst.
508         * org-colview.el (org-colview-construct-allowed-dates): New
509         function.
510         (org-columns-next-allowed-value): Use
511         `org-colview-construct-allowed-dates'.
513         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
514         function.
515         (org-columns-next-allowed-value): Use
516         `org-colview-construct-allowed-dates'.
518 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
520         * org.el (org-protect-slash): New function.
521         (org-get-refile-targets): Use `org-protect-slash'.
523         * org-agenda.el (org-global-tags-completion-table): New variable.
525         * org-exp.el (org-export-handle-export-tags): New function.
526         (org-export-preprocess-string): Call
527         `org-export-handle-export-tags'.
529         * org-plot.el: New file.
531         * org-publish.el (org-publish-expand-components): Function removed.
532         (org-publish-expand-projects): Allow components to have components.
534 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
536         * org.el (org-indent-line-function): Do not indent in regions that
537         are external source code.
538         (org-yank-and-fold-if-subtree): New function.
540         * org-agenda.el (org-agenda-todayp): New function.
541         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
542         `org-agenda-todayp'.
544         * org.el (org-insert-heading-respect-content)
545         (org-insert-todo-heading-respect-content): New commands.
546         (org-insert-heading-respect-content): New option.
547         (org-insert-heading): Respect `org-insert-heading-respect-content'.
549         * org-clock.el (org-clock-find-position): Make sure the note after
550         the clock line gets moved into the new clock drawer.
552 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
554         * org-id.el (org-id-new): New option.
556 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
558         * org-table.el (org-table-copy-down): Avoid overflow during
559         increment.  Use prefix argument 0 to temporarily disable the
560         increment.
562 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
564         * org-exp.el (org-export-as-html): Do not turn on the major mode
565         if the buffer will be killed anyway.
566         (org-get-current-options): Exclude the #+TEXT field.
567         (org-export-as-html): Make sure text before the first headline is
568         a paragraph.
570         * org-publish.el (org-publish-org-to): Tell the exporter that this
571         buffer will be killed, so it is not necessary to do major mode
572         initialization.
574         * org-archive.el (org-archive-to-archive-sibling): Show empty
575         lines after folding the archive sibling.
577         * org.el (org-log-note-extra): New variable.
579 2008-09-05  Bastien Guerry  <bzg@altern.org>
581         * org.el (org-additional-option-like-keywords): Added keywords for
582         the _QUOTE, _VERSE and _SRC environments.
584         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
585         exporting _QUOTE and _VERSE environments.
587 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
589         * org-agenda.el (org-agenda-filter-by-tag): New command.
591         * org-exp.el (org-get-current-options): Remove angular brackets
592         from the date entry.
594         * org.el (org-edit-fixed-width-region): New function.
595         (org-edit-fixed-width-region): Also try
596         `org-edit-fixed-width-region'.
597         (org-edit-fixed-width-region-mode): New option.
598         (org-activate-code): Only interprete lines starting with colon
599         plus a space as example lines.
601         * org-remember.el (org-remember-templates): Add nil instead of
602         empty strings to fix the length of remember templates.
604         * org-table.el (org-calc-default-modes): Fix the time format for
605         calc, from 12 hour to 24 hour clock.
607 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
609         * org-agenda.el (org-agenda-get-deadlines)
610         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
611         entries that are pre-warnings of deadlines or reminders.
613         * org.el (org-sort-entries-or-items): Make numeric and alpha
614         comparisons ignore any TODO keyword and priority cookie.
616         * org-remember.el (org-remember-handler): Reinterpretation of the
617         prefix argument.
619 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
621         * org-agenda.el (org-agenda-get-scheduled): Use new
622         `org-scheduled' face.
624         * org-faces.el (org-scheduled): New face.
626         * org-wl.el (org-wl-open): Remove incorrect declaration.
628         * org-gnus.el (org-gnus-store-link): Support for :to information
629         in gnus links.
631         * org-exp.el (org-export-as-html): Fixed typo in creator
632         information.
633         (org-export-protect-examples): New parameter indent.  Insert extra
634         spaces only when this parameter is specified.
635         (org-export-preprocess-string): Call `org-export-protect-examples'
636         with an indentation parameter when exporting to ASCII.
638         * org-remember.el (org-remember-templates)
639         (org-remember-apply-template): Allow the file component to be a
640         function.
642         * org.el (org-goto-local-search-headings): Renamed from
643         `org-goto-local-search-forward-headings'.  Added the possibility
644         to search backwards.
646 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
648         * org-export-latex.el (org-export-latex): New customization
649         group.
651         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
653 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
655         * org-exp.el (org-html-do-expand): Allow {} to terminate
656         tex macro
658 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
660         * org.el (org-buffer-list): Select buffers based on major mode,
661         not on file name.
663 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
665         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
666         face property.
668         * org-colview.el (org-columns-display-here): Use
669         `org-columns-modify-value-for-display-function'.
671         * org-colview-xemacs.el (org-columns-display-here): Use
672         `org-columns-modify-value-for-display-function'.
674 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
676         * org.el (org-columns-modify-value-for-display-function): New option.
688         * org-publish.el (org-publish-file): Make sure the directory match
689         for the publishing directory works correctly.
691         * org-agenda.el (org-agenda-execute-calendar-command)
692         (org-agenda-diary-entry): Additional optional argument.
694 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
696         * org-exp.el (org-export-as-html): Add attributes also in mailto
697         and ftp links.
699         * org.el (org-autoload): Add `org-dblock-write:columnview'.
708 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
710         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
711         sure that calls from `org-export-region-as-html' do not do the
712         special check for a subtree.
714 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
716         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
718 2008-07-20  Juri Linkov  <juri@jurta.org>
720         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
721         new keymap `narrow-map' instead of binding "\C-xns".
723 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
725         * org.el (org-open-file): Use
726         `org-open-directory-means-index-dot-org'.
727         (org-open-directory-means-index-dot-org): New option.
729 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
731         * org.el (org-make-link-string): Remove link attributes from
732         description.
733         (org-open-at-point): Remove link attributes bevore using the path.
735         * org-exp.el (org-export-as-html): Handle link attributes.
737         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
739         * org-table.el (org-table-to-lisp): New function.
741         * org.el (org-narrow-to-subtree): Do not include the final newline
742         into the narrowed region.
744         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
745         bug with user-define skipping condition.
747 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
749         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
751 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
753         * org-exp.el (org-export-html-style-default): Automatic overflow
754         handling for pre fields.
755         (org-export-as-ascii, org-export-as-html): Change default format
756         for time stamp.
758         * org-table.el (org-table-export): Offer completion for translator
759         functions, and do not require a heading above the table.
761         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
762         Cater for the case of a list starting in the first line of the
763         buffer.
765 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
767         * org-publish.el (org-publish-find-title): Bug fix.
768         (org-publish-org-index): Implement new :index-style option.
770 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
772         * org-publish.el (org-publish-timestamp-filename): Use
773         SHA1-encoded file names in the timestamp directory.
775 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
777         * org-publish.el (org-publish-needed-p): Be verbose about files
778         published and files skipped.
780         * org-exp.el (org-export-preprocess-string): Swap link
781         normalization and inernal link targeting.
783         * org-publish.el (org-publish-needed-p): Create timestamp
784         directory when it does not exist.
786 2008-07-04  Bastien Guerry  <bzg@altern.org>
788         * org-clock.el (org-clock-out-when-done): Doc fix.
790         * org.el (org-agenda-skip-unavailable-files): Doc fix.
792         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
793         Ignore case when searching for the COMMENT cookie at export time.
795 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
797         * org-exp.el (org-get-file-contents)
798         (org-get-and-remove-property): New functions.
799         (org-export-handle-include-files): Handle the new prefix options.
800         (org-export-as-html): Fix the verse environment.
802 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
804         * org.el (org-time=, org-time<, org-time<=, org-time>)
805         (org-time>=, org-time<>, org-2ft): New functions.
806         (org-op-to-function): Also provide for the time testing fucntions.
808 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
810         * org-exp.el (org-export-html-style-default): New constant.
812 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
814         * org-exp.el (org-export-html-style-extra): New variable.
815         (org-export-splice-style): New function.
817 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
819         * org-exp.el (org-export-plist-vars, org-export-as-html):
820         Implement `org-export-creator-info'.
821         (org-export-creator-info): New option.
823 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
825         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
826         (org-property-drawer-re, org-clock-drawer-re): New constants.
828 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
830         * org-exp.el (org-icalendar-use-deadline)
831         (org-icalendar-use-scheduled): New options.
832         (org-icalendar-include-todo): Default changed to t.
833         (org-print-icalendar-entries): Implement better utilization of
834         scheduling and deadline time stamps.
835         (org-export-target-internal-links, org-export-as-html): Allow file
836         lines without the "file:" prefix if the file path is an absolute
837         path or starts with ".".
839         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
840         lastweek etc.
841         (org-clock-special-range): Also undertand yesterday, lastweek etc.
843 2008-06-18  Glenn Morris  <rgm@gnu.org>
844         * org.el (org-map-entries): Let-bind `file'.
846 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
848         * org.el (org-agenda-skip-archived-trees): Docstring now
849         discourages using this.
850         (org-scan-tags): Check for org-agenda-archives-mode.
851         (org-map-entries): Make sure org-agenda-archives-mode is nil.
852         (org-agenda-files): Functionality of second arg changed.
854         * org-agenda.el (org-agenda-archives-mode): New variable
855         (org-write-agenda, org-prepare-agenda, org-agenda-list)
856         (org-search-view, org-todo-list, org-tags-view)
857         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
858         `ifmode' argument.
859         (org-agenda-quit): Reset the archives mode.
860         (org-agenda-archives-mode): New command.
861         (org-agenda-set-mode-name): Include archives info.
863 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
865         * org.el (org-paste-subtree): Make sure the yanked headline is
866         visible if it was yanked at a visible point.
867         (org-move-item-up): Fix the bug with moving white space at the end
868         of the item.
869         (org-show-empty-lines-in-parent): New function.
871 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
873         * org-colview.el (org-columns-next-allowed-value): Bug fix.
875         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
877         * org-agenda.el (org-agenda-get-closed): Get the end time into the
878         agenda prefix as well.
880         * org-publish.el (org-publish-org-index): Make a properly indented
881         list.
883         * org.el (org-calendar-agenda-action-key): New option.
884         (org-get-cursor-date): New function.
885         (org-mark-entry-for-agenda-action): New command.
886         (org-overriding-default-time): New variable.
887         (org-read-date): Respect `org-overriding-default-time'.
889         * org-remember.el (org-remember-apply-template): Respect the
890         ovverriding default time.
892         * org-agenda.el (org-agenda-action-marker): New variable.
893         (org-agenda-action): New command.
894         (org-agenda-do-action): New function.
896 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
898         * org.el (org-schedule, org-deadline): Protect scheduled and
899         deadline tasks against changes that accidently remove the
900         repeater.  Also show a message with the new date when done.
902 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
904         * org.el (org-beginning-of-line): Cater for the case when there
905         are tags but no headline text.
906         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
907         it set.
909 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
911         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
912         the return value is nil instead of "nil" when there is no match.
914         * org-exp.el (org-insert-centered): Use fill-column instead of
915         80.
916         (org-export-as-ascii): Use string-width to measure the width of
917         the heading.
919         * org.el (org-diary-to-ical-string): No longer kill buffer
920         FROMBUF, this is now done by the caller.
922         * org-exp.el (org-print-icalendar-entries): Move the call to
923         `org-diary-to-ical-string' out of the loop, and kill the buffer
924         afterwords.
926         * org-remember.el (org-remember-visit-immediately): Position
927         cursor after moving to the note.
928         (org-remember-apply-template): Use a text property to record the
929         cursor position.
930         (org-remember-handler): Align tags after pasting the note.
932 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
934         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
936         * org-agenda.el (org-agenda-open-link): If there is an
937         org-bbdb-name property in the current line, jump to that bbdb
938         entry.
940         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
941         text property, so that the agenda knows where this entry comes
942         from.
944         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
945         interaction between clocking-in from the agenda, and  automatic
946         task state switching.
948         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
950         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
951         zmacs-region stays after this command in XEmacs.
953 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
955         * org.el (org-scan-tags): Allow new values for ACTION parameter.
957         * org-remember.el (org-remember-templates): Fix bug in
958         customization type definition.
960         * org.el (org-map-entries): New function.
962 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
964         * org-agenda.el (org-agenda-skip-comment-trees): New option.
965         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
967 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
969         * org-remember.el (org-jump-to-target-location): New variable.
970         (org-remember-apply-template): Set
971         `org-remember-apply-template' if requested by template.
972         (org-remember-handler): Start an idle timer to jump to
973         remember location.
975         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
977         * org.el (org-set-regexps-and-options): Fix bug with parsing of
978         file tags.
979         (org-get-tags-at): Add the content of `org-file-tags'.
981         * org-exp.el (org-export-handle-comments): Fix bug with several
982         comment lines after each other.
983         (org-number-to-roman, org-number-to-counter): New functions.
984         (org-export-section-number-format): New option.
986 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
988         * org-exp.el (org-export-protect-examples): Catch the case of a
989         missing end_example line.
991         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
992         `org-file-tags' to nil.
994         * org-colview.el (org-columns-next-allowed-value): Handle next
995         argument NTH to directly select a value.
997         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
998         argument NTH to directly select a value.
1000 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1002         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1004 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1006         * org.el (org-columns-ellipses): New option.
1008 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1010         * org-colview.el (org-columns-add-ellipses): New function.
1011         (org-columns-compact-links): New function.
1012         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1013         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1014         when in agenda.
1015         (org-columns-edit-value): Fixed bug with editing values from
1016         agenda column view.
1017         (org-columns-redo): Also redo the agenda itself.
1019 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1021         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1022         option.
1024         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1026         * org-exp.el (org-export-ascii-preprocess): Renamed from
1027         `org-export-ascii-clean-string'.
1028         (org-export-kill-licensed-text)
1029         (org-export-define-heading-targets)
1030         (org-export-handle-invisible-targets)
1031         (org-export-target-internal-links)
1032         (org-export-remove-or-extract-drawers)
1033         (org-export-remove-archived-trees)
1034         (org-export-protect-quoted-subtrees)
1035         (org-export-protect-verbatim, org-export-protect-examples)
1036         (org-export-select-backend-specific-text)
1037         (org-export-mark-blockquote-and-verse)
1038         (org-export-remove-comment-blocks-and-subtrees)
1039         (org-export-handle-comments, org-export-mark-radio-links)
1040         (org-export-remove-special-table-lines)
1041         (org-export-normalize-links)
1042         (org-export-concatenate-multiline-links)
1043         (org-export-concatenate-multiline-emphasis): New functions,
1044         obtained from spliiting the export preprocessor.
1046         * org-table.el (org-table-recalculate): Improve error message if
1047         the row number is invalid.
1049 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1051         * org-archive.el (org-archive-save-context-info): Fix bugs in
1052         customization setup and docstring.
1054         * org-exp.el (org-export-html-style): Changed the size of in the
1055         <pre> element to 90%.
1057 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1059         * org.el (org-find-src-example-start): Function removed.
1060         (org-edit-src-find-region-and-lang): New function.
1062 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1064         * org.el (org-edit-src-exit): New function.
1065         (org-exit-edit-mode): New minor mode.
1067         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1068         comment-like lines from protected examples.
1070         * org.el (org-edit-src-example, org-find-src-example-start)
1071         (org-protect-source-example, org-edit-special): New functions.
1073 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1075         * org-publish.el (org-publish-project-alist): Fix typo in
1076         docstring.
1077         (org-publish-project-alist): Handle :index-title property.
1079 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1081         * org-export-latex.el (org-export-as-latex): Make sure region
1082         bounds are correct.  Parse subtree properties relating to export.
1084         * org-exp.el (org-export-add-options-to-plist): New function.
1085         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1087 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1089         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1090         EXPORT_TITLE.
1092         * org-exp.el (org-export-get-title-from-subtree)
1093         (org-export-as-ascii, org-export-as-html): Make sure the original
1094         region-beginning and region-end are used, even after moving
1095         point.
1096         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1097         property.
1099         * org-remember.el (org-remember-last-stored-marker): New variable.
1100         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1101         (org-remember-handler): Also use marker to remember
1102         last-stored position.
1104         * org.el (org-goto-marker-or-bmk): New function.
1106 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1108         * org.el (org-file-properties): Renamed from `org-local-properties'.
1109         (org-scan-tags): Take file tags into account.
1110         (org-tags-match-list-sublevels): Default changed to t.
1112         * org-exp.el (org-export-as-html): Close paragraph after a
1113         footnote.
1115         * org.el (org-update-parent-todo-statistics): New function.
1117         * org-exp.el (org-icalendar-store-UID): New option.
1118         (org-icalendar-force-UID): Option removed.
1119         (org-print-icalendar-entries): IMplement UIDs.
1121 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1123         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1125 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1127         * org-faces.el (org-column): Document how this face is being used
1128         and why sometimes the background faces shine through.
1130         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1132         * org-publish.el (org-publish-attachment): Create publishing
1133         directory if it does not yet exist.
1135         * org-table.el (org-calc-default-modes): Change default number
1136         format to (float 8).
1138         * org.el (org-olpath-completing-read): New function.
1139         (org-time-clocksum-format): New option.
1140         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1142         * org-clock.el (org-clock-display, org-clock-out)
1143         (org-update-mode-line): Use `org-time-clocksum-format'.
1145         * org-colview-xemacs.el (org-columns-number-to-string): Use
1146         `org-time-clocksum-format'.
1148         * org-colview.el (org-columns-number-to-string): Use
1149         `org-time-clocksum-format'.
1151 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1153         * org-id.el: New file, move from contrib to core.
1155         * org-exp.el (org-icalendar-force-UID): New option.
1157 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1159         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1160         shifted by one day if theere is a date range without an end
1161         time.
1163         * org.el (org-try-structure-completion): New function.
1165 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1167         * org.el (org-set-font-lock-defaults): Improve fontification of
1168         description lists.
1169         (org-insert-item): Handle description lists.
1170         (org-adaptive-fill-function): Improve auto indentation in
1171         description lists.
1173         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1174         Implement VERSE environment.
1175         (org-export-preprocess-string): Implement the COMMENT
1176         environment.
1178         * org-export-latex.el (org-export-latex-preprocess): Implement
1179         VERSE environment.
1181 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1183         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1184         option.
1186 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1188         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1190         * org.el (org-quote-csv-field): New functions.
1192         * org-table.el (org-table-export-default-format): Remove :splice
1193         from default format, we get the same effect by not specifying
1194         :tstart and :tend.
1195         (org-table-export): Improve setup, distinguish better between
1196         interactive and non-interactive use, allow specifying the format
1197         on the fly, better protection against wrong file names.
1198         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1199         and :tend when :splice is omitted.
1201 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1203         * org-clock.el (org-clock-select-task): Make sure the selection
1204         letters are 1-9 and A-Z, no special characters.
1206 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1208         * org-exp.el (org-export-htmlize): New group.
1209         (org-export-htmlize-output-type)
1210         (org-export-htmlize-css-font-prefix): New options.
1211         (org-export-htmlize-region-for-paste): New function.
1212         (org-export-htmlize-generate-css): New command.
1214 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1216         * org/org.el (org-modules, org-format-latex-options):
1217         * org/org-archive.el (org-archive-stamp-time)
1218         (org-archive-save-context-info):
1219         * org/org-faces.el (org-hide):
1220         * org/org-irc.el (org-irc-parse-link):
1221         * org/org-macs.el (org-call-with-arg, org-autoload):
1222         * org/org-mew.el (org-mew-store-link):
1223         * org/org-remember.el (org-remember-store-without-prompt)
1224         (org-remember-templates): Fix typos in docstrings.
1226         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1228         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1229         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1230         (org-bbdb-anniv-split): Fix typos in docstrings.
1232         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1233         (org-publish-use-timestamps-flag): Reflow docstring.
1234         (org-publish-files-alist): Fix typos in docstring.
1236 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1238         * org.el (org-set-visibility-according-to-property): New function.
1239         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1240         and compute the regular expressions, and update font-lock.
1241         (org-property-re): Allow a dash in property names.
1243         * org-archive.el (org-extract-archive-file): Insert the file name
1244         without the path into the format, to allow the location format to
1245         contain a subdirectory.
1247         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1248         of buffer, and the `org-agenda-type' property undefined, use the
1249         value from the character before.
1251         * org.el (org-add-planning-info): Don't let indentation for
1252         would-be timestamp become extra whitespace at the end of headline.
1254 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1256         * org.el (org-remove-double-quotes, org-file-contents): New
1257         functions.
1259         * org-exp.el (org-infile-export-plist): Also parse the
1260         contents of #+SETUPFILE files, recursively.
1262         * org.el (org-set-regexps-and-options): Also parse the
1263         contents of #+SETUPFILE files, recursively.
1265         * org-exp.el (org-export-handle-include-files): New function.
1266         (org-export-preprocess-string): Call
1267         `org-export-handle-include-files'.
1269         * org.el (org-delete-property-globally)
1270         (org-delete-property, org-set-property): Ignore case during
1271         completion.
1272         (org-set-property): Use `org-completing-read' instead of
1273         `completing-read'.
1275         * org.el (org-complete-expand-structure-template): New,
1276         experimental function.
1277         (org-structure-template-alist): New, experimental option.
1278         (org-complete): Call `org-complete-expand-structure-template'.
1280 2008-05-06  Bastien Guerry  <bzg@altern.org>
1282         * org-export-latex.el (org-export-latex-preprocess): Added
1283         support for blockquotes.
1285 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1287         * org.el (org-read-date-analyze): Catch the case where only a
1288         weekday is given.
1290 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1292         * org.el (org-set-font-lock-defaults): Make the description
1293         tag bold.
1295         * org-exp.el (org-export-as-html, org-close-li): Implement
1296         description lists.
1298 2008-05-04  Jason Riedy  <jason@acm.org>
1300         * org-table.el (*orgtbl-default-fmt*): New variable.
1301         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1302         when there is no other fmt available.
1304         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1305         :tend to suppress the appropriate string.
1307         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1308         table.
1310 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1312         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1313         read date.
1315         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1316         New function.
1318         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1319         New function.
1321 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1323         * org-clock.el (org-clock-find-position): Don't include notes
1324         into clock drawer.
1326         * org-archive.el (org-archive-subtree): No longer remove an
1327         extra line after cutting the subtree.  `org-cut-subtree' already
1328         takes care of this.
1330         * org-remember.el (org-remember-handler): Only kill the target
1331         buffer if it does not contain the running clock.
1333         * org.el (org-markers-to-move): New variable.
1334         (org-save-markers-in-region, org-check-and-save-marker)
1335         (org-reinstall-markers-in-region): New function.
1336         (org-move-subtree-down, org-copy-subtree): Remember relative
1337         marker positions before cutting.
1338         (org-move-subtree-down, org-paste-subtree): Restore relative
1339         marker positions after pasting.
1341         * org-remember.el (org-remember-clock-out-on-exit): New option.
1342         (org-remember-finalize): Clock out only if the setting in
1343         `org-remember-clock-out-on-exit' requires it.
1344         (org-remember-handler): Do the cleanup in the buffer, to make sure
1345         that the clock marker remains in tact.
1347 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1349         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1350         (org-clock-in): Make sure that also tasks outside the narrowed
1351         region will be clocked in correctly.
1352         (org-clock-insert-selection-line): Widen the buffer so that we can
1353         find the correct task heading.
1355         * org.el (org-base-buffer): New function.
1357         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1358         and ";" are escaped.
1359         (org-print-icalendar-entries): Also apply
1360         `org-icalendar-cleanup-string' to the headline, not only to the
1361         summary property.
1363 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1365         * org-exp.el (org-export-preprocess-hook): New hook.
1366         (org-export-preprocess-string): Call
1367         `org-export-preprocess-hook'.
1369         * org.el (org-font-lock-hook): New variable.
1370         (org-font-lock-hook): New function.
1371         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1373 ;; Local Variables:
1374 ;; coding: utf-8
1375 ;; add-log-time-zone-rule: t
1376 ;; End:
1378     Copyright (C) 2008  Free Software Foundation, Inc.
1380   This file is part of GNU Emacs.
1382   GNU Emacs is free software: you can redistribute it and/or modify
1383   it under the terms of the GNU General Public License as published by
1384   the Free Software Foundation, either version 3 of the License, or
1385   (at your option) any later version.
1387   GNU Emacs is distributed in the hope that it will be useful,
1388   but WITHOUT ANY WARRANTY; without even the implied warranty of
1389   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1390   GNU General Public License for more details.
1392   You should have received a copy of the GNU General Public License
1393   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1395 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c