Footnotes: Allow "-" and "_" in footnote names.
[org-mode/org-mode-NeilSmithlineMods.git] / lisp / ChangeLog
blobed4f4b9541226abfcc5b0c5f942ef36510fc4c43
1 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-macs.el (org-re): Handle the [:word:] class.
5         * org-exp.el (org-export-preprocess-string): Call
6         `org-export-protect-colon-examples'.
7         (org-export-protect-colon-examples): Renamed from
8         `org-export-protect-examples', and scope limited to lines starting
9         with a colon.
11 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org-exp.el (org-export-preprocess-string): Move the preprocess
14         hook to after turning on Org-mode.
15         (org-export-preprocess-after-include-files-hook)
16         (org-export-preprocess-after-tree-selection-hook)
17         (org-export-preprocess-before-backend-specifics-hook)
18         (org-export-preprocess-final-hook): New hooks.
19         (org-export-preprocess-string): Run the new hooks.
21         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23         * org-footnote.el: New file.
25         * org.el (org-footnote): Require footnote code.
26         (org-startup-options): Add new footnote options.
27         (org-mode-map): New keybindig for footnotes.
28         (org-ctrl-c-ctrl-c): Add function at footnotes.
29         (org-org-menu): New menu entries for footnotes.
31         * org-export-latex.el (org-export-as-latex): Pass footnote
32         variable to preprocessor.
33         (org-export-latex-preprocess): Treat multiple references to a
34         footnote.
36         * org-exp.el (org-export-preprocess-string): Call
37         `org-footnote-normalize'.
38         (org-export-as-ascii, org-export-as-html): Pass footnote variable
39         to preprocessor.
40         (org-export-as-html): Treat multiple references to a footnote.
42 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
44         * org-export-latex.el (org-export-latex-links): Handle coderef
45         links.
47         * org.el (org-bracket-link-analytic-regexp++): New variable.
48         (org-make-link-regexps): Initialize
49         `org-bracket-link-analytic-regexp++'.
50         (org-store-link): Implement special case in edit-src buffer.
51         (org-insert-link): No use of ide to insert stored links.
52         (org-link-search): Implement special case for coderefs.
54         * org-exp.el (org-export-html-scripts): New constant.
55         (org-export-html-style-default): Add a new style for highlighted
56         code.
57         (org-export-code-refs): New variable.
58         (org-export-preprocess-string): Initialize `org-export-code-refs'.
59         Call `org-export-replace-src-segments-and-examples'
60         No longer call `org-export-protect-examples'.
61         (org-export-target-internal-links): Take care of coderef targets.
62         (org-export-last-code-line-counter-value): New variable.
63         (org-export-replace-src-segments-and-examples): Renamed from
64         `org-export-replace-src-segments', and modified.
65         (org-export-format-source-code-or-example): Renamed from
66         `org-export-format-source-code'.
67         (org-export-number-lines): New function.
68         (org-export-as-ascii, org-export-as-html): Handle coderef links.
70 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-remember.el (org-remember-handler): Safer way to get a new
73         buffer accessing the target file.
75         * org.el (org-refile-get-location): Handle case of current buffer
76         not having a file associated with it.
78 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-table.el (org-table-get-formula): Only ask to overwrite
81         field formula if there really is one.
83         * org-id.el (org-id-find): Allow the ID to be a symbol or a
84         number, by converting these to a string.
86         * org-colview.el (org-dblock-write:columnview): Allow ID to be
87         located in a different file.
89         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
90         org-colview.el.
92 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
94         * org.el (org-completion-use-ido): Enhance docstring of
95         `org-completion-use-ido'.
97         * org-export-latex.el (org-export-latex-make-header): Double the %
98         in the time stamp format.
99         (org-export-latex-special-chars): Handle case where there is no
100         match group 3.
102 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
104         * org.el (org-get-refile-targets, org-refile-get-location): Use
105         expanded file name to improve comparison.
107 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org.el (org-scan-tags): Rescan for tags, to get the correct
110         upcase/downcase stuff.  This slows things down for now, but it
111         works.
112         (org-mode): Make sure the tag-faces regexp is initialized.
114         * org-export-latex.el (org-export-latex-links): Fix bug with
115         undefined label.
117         * org-table.el (org-table-get-specials): Set
118         `org-table-current-last-data-line'.
119         (org-table-current-last-data-line): New variable.
120         (org-table-insert-column, org-table-delete-column)
121         (org-table-move-column, org-table-fix-formulas): Call
122         `org-table-fix-formulas' a second time to fix the $LR references.
123         (org-table-get-specials): Add the $LR references to the tables.
124         (org-table-get-formula): Do not offer last-row names as LHS of
125         formulas.
127         * org.el (org-store-link): Capture link description from
128         `org-id-store-link'.
130         * org-exp.el (org-export-html-format-image): Add the / to the end
131         of the <img> tag.
132         (org-export-format-source-code): Surround example by empty lines,
133         to make sure it will not be inside a paragraph.
135         * org.el (org-ido-switchb): New function.
137 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org-agenda.el (org-agenda-show): New prefix argument
140         FULL-ENTRY.
142         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
143         argument.
145         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
146         `org-agenda-change-all-lines'.
147         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
148         tags are now retrieved locally.
150 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
152         * org.el (org-get-outline-path): Fix bug if level is not given.
153         (org-org-menu): Do not quote function in menu vector.
155         * org-agenda.el (org-finalize-agenda): Fix typo with variable
156         name.
158 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org.el (org-refile): Avoid refiling to within the region to be
161         refiled.
163         * org-export-latex.el (org-export-latex-special-chars): Replace
164         special characters also in tables.
166         * org-agenda.el (org-agenda-change-all-lines): New argument
167         FORCE-TAGS.
168         (org-agenda-set-tags): Cet the new tags and pass them to
169         `org-format-agenda-item'.
171 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
173         * org-export-latex.el (org-export-latex-classes): Add longable as
174         a default package to all classes.
175         (org-export-latex-tables): Handle the longtable attribute and the
176         align attribute.
178         * org-table.el (orgtbl-to-generic): Handle tables that start with
179         a hline.
181         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
182         \verb for colde-like snippets.
183         (org-export-as-latex): Fix issues with region export.
185         * org.el (org-up-heading-safe): Speed up function by using a
186         direct regexp search.
187         (org-olpa): New variable.
188         (org-get-outline-path): Speed-up path constructions in cases where
189         this is possible because the entire hierarchy is scanned anyway.
190         (org-refile-get-location): Don't compare the truenames of files,
191         this is too slow.
192         (org-goto-max-level): New option.
193         (org-goto): Use `org-goto-max-level'.
195 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
197         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
198         Strip angle brackets from message-ids in the former and don't do
199         it in the latter.
200         (org-gnus-follow-link): Open summary reliable, even if the last
201         messages were deleted, and handle empty groups, too.
203 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
206         instead of \texttt for the =...= and ~===~ emphasis environments.
207         (org-export-as-latex): Remove any old :org-license-to-kill text
208         properties.
209         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
210         (org-export-latex-make-header): Add some hard space after the
211         table of contents.
212         (org-export-latex-first-lines): Accept RBEG argument.  Mark
213         exported text so that it will be excuded in further steps.
215         * org-table.el (org-table-get-specials): Make @0 reference the
216         last line in a table.
217         (org-table-recalculate): Improve docstring.
219 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
221         * org.el (org-log-done): Fix docstring.
223 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-exp.el (org-export-html-format-image): Fix bugs.
227         * org-export-latex.el (org-export-latex-tables)
228         (org-export-latex-links): Implement attribute, label, and caption
229         handling.
231         * org-exp.el (org-export-html-style-default): Add style
232         definitions for the figure div.
233         (org-export-preprocess-string, org-export-as-html): Implement
234         attribute, label, and caption handling.
235         (org-export-attach-captions-and-attributes): New function.
236         (org-export-html-format-image): New function.
237         (org-format-org-table-html): Implement attribute, label, and
238         caption handling.
240         * org.el (org-find-text-property-in-string): New function.
241         (org-extract-attributes): Use the property org-attr instead of
242         org-attrobutes, because this property is now set with the #+ATTR
243         lines.
245 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
247         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
248         the case that FROM is nil.
250         * org.el (org-before-first-heading-p): New function.
252 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org-exp.el (org-export-as-html): Do not add a space before
255         enforces line breaks.
256         (org-export-as-html): Close paragraph before blockquote and verse
257         tags.
259 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
261         * org-id.el (org-id-locations-file): Wrap file name with
262         `convert-standard-filename'.
263         (org-id-files): New variable.
264         (org-id-use-hash): New option.
265         (org-id-update-id-locations): Also search in all files current
266         listed in `org-id-files'.  Convert the resulting alist to a hash
267         if the user customation says so.
268         (org-id-locations-save): Handle he case if `org-id-locations' is a
269         hash.
270         (org-id-locations-load): Convert the alist to a hash.
271         (org-id-add-location): Handle the hast case.
272         (kill-emacs-hook): Make sure id locations are saved when Emacs is
273         exited.
274         (org-id-hash-to-alist, org-id-alist-to-hash)
275         (org-id-paste-tracker): New functions.
277 -------------------------------------------------------------------------
279 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
282         bindings of calendar variables.
284         * org-table.el (org-table-find-row-type): Renamed from
285         `org-find-row-type'.
286         (org-table-rewrite-old-row-references): Renamed from
287         `org-rewrite-old-row-references'.
288         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
289         (org-table-cleanup-narrow-column-properties): Renamed from
290         `org-cleanup-narrow-column-properties'.
292 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
295         for better error messages.
296         (org-table-get-descriptor-line): Supply the new arguments to
297         `org-find-row-type'.
298         (org-table-error-on-row-ref-crossing-hline): New option.
300         * org.el (org-target-link-regexp): Make buffer-local.
301         (org-move-subtree-down): Fix bug with trees at beginning of
302         buffer.
304 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-faces.el (org-set-tag-faces): New function.
307         (org-tags-special-faces-re): New variable.
309         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
311         * org-faces.el (org-tag-faces): New option.
312         (org-tag): Mention `org-tag-faces' in the docstring.
314 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
316         * org-exp.el (org-export-html-style-default): Implement new
317         quoting.
319         * org-jsinfo.el (org-infojs-template): Implement new quoting.
321         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
322         command to the `w3m-minor-mode-map'.
324         * org-archive.el (org-archive-to-archive-sibling): Protect
325         `this-command' to avoid appending kills during archiving.
327         * org-exp.el (org-export-with-priority): New variable.
328         (org-export-add-options-to-plist): Use `org-export-plist-vars'
329         instead of internal list of strings and properties.
330         (org-print-icalendar-entries): Retrieve the location property with
331         inheritance.
333 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org-exp.el (org-export-with-todo-keywords): New option.
336         (org-export-plist-vars): Include also the keys for the #+OPTIONS
337         line.
338         (org-default-export-plist, org-export-add-options-to-plist)
339         (org-export-as-ascii, org-export-as-html): Use the new structure
340         of `org-export-plist-vars'.
342         * org.el (org-map-entries): Return all values.
344 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
346         * org.el (org-matcher-time): Recognize more special values.
348         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
350 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org.el (org-tags-exclude-from-inheritance): New option.
353         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
354         `org-tags-exclude-from-inheritance'.
356         * org-agenda.el (org-agenda-show-inherited-tags): New option.
357         (org-format-agenda-item): Add inherited tags to the agenda line
358         string, and make sure that properties are kept when downcasing the
359         tags list.
360         (org-agenda-add-inherited-tags): New function.
361         (org-downcase-keep-props): New function.
363         * org.el (org-scan-tags): Mark inherited tags with a text
364         property.
365         (org-get-tags-at): Mark inherited tags with a text property.
366         (org-add-prop-inherited): New function.
368         * org-agenda.el (org-agenda-add-inherited-tags): New function.
369         (org-agenda-show-inherited-tags): New option.
371 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
373         * org.el (org-modules): Add org-w3m to the default modules.
375         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
376         orgtbl-mode.
377         (orgtabl-create-or-convert-from-region): New command.
379         * org-exp.el (org-export-as-ascii): Remove the handling of
380         targets.
381         (org-export-ascii-preprocess): Handle targets already in this
382         function.
384 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
386         * org-timer.el (org-timer-start-time): Define this variable.
387         (org-timer-item): Make argument optional.
389         * org-list.el (org-insert-item): Automatically insert a timer item
390         if the current list is a timer list.
392         * org-timer.el: New file.
394         * org-publish.el (org-publish-org-index): Only exclude the index
395         file in the main directory from being added to the site-map.
396         (org-publish-get-project-from-filename): If the current project is
397         a component, start publishing from the parent project.
399 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
401         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
403         * org-publish.el (org-publish-org-index): Improve removal of
404         temporary buffers.
406         * org-agenda.el (org-get-closed): Re-apply changes
407         accidentially overwritten by last commit to Emacs.
409         * org.el (org-outline-path-complete-in-steps): New option.
410         (org-refile-get-location): Honor
411         `org-outline-path-complete-in-steps'.
412         (org-agenda-change-all-lines, org-tags-sparse-tree)
413         (org-time-string-to-absolute, org-small-year-to-year)
414         (org-link-escape): Re-apply changes accidentially overwritten
415         by last commit to Emacs.
417 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org-clock.el (org-dblock-write:clocktable): Make sure the
420         clocktable sees the first line.
421         (org-clock-in): Warn if the clock cannot be resumed.
423 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
425         * org.el (org-open-at-point): Fix mixup about interactive and
426         non-interactive elisp links.
428 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org-exp.el (org-export-preprocess-string): Allow one comment
431         line before the first headline to always be included.  This is
432         to not miss a commented target.
434         * org-mouse.el (org-mouse-insert-item): Call
435         `org-indent-to-column' instead of `indent-to', for XEmacs
436         compatibility.
438         * org.el (org-refile-targets): Fix customize definition so
439         that it works also in XEmacs.
440         (org-fixup-indentation): Call `org-indent-to-column' instead
441         of `indent-to', for XEmacs compatibility.
443 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
445         * org-mew.el (org-mew-store-link): Get the correct case folder
446         for refiled messages.
448 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
450         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
451         line break indicators.
453         * org.el (org-ido-completing-read): Remove the "i:" prefix for
454         ido-completion propts.
456 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
458         * org-remember.el (org-remember-apply-template): Use
459         `org-substring-no-properties'.
461         * org-compat.el (org-substring-no-properties): New function.
463         * org-remember.el (org-remember-apply-template): Use
464         `org-substring-no-properties' for compatibility.
466         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
467         option.
468         (org-fix-bullet-type): respect
469         `org-list-two-spaces-after-bullet-regexp'.
471         * org-clock.el (org-clock-load): Clean up the code.
473         * org.el (org-adaptive-fill-function): Allow two spaces after
474         "1." as a list bullet.
476 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org-clock.el (org-clock-save, org-clock-load): Check for
479         live buffers, existing files, and buffer file names to ensure
480         consistent information.
481         (org-clock-persist): Make `clock' a special value of this
482         variable, and improve docstring.
484         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
485         (org-get-string-indentation): Adapt indentation when the bullet
486         width changes.
488 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-remember.el (org-remember-finalize): Make interactive.
491         (org-remember-kill): New command.
492         (org-remember-finish-immediately): Call `org-remember-finalize'
493         directly.
494         (org-remember-finalize): Make `org-remember-finalize' an interactive
495         function.
497 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
499         * org-remember.el (org-remember-apply-template): No ido completion
500         for free prompts in remember templates.
501         (org-remember-before-finalize-hook): New hook.
502         (org-remember-mode): New minor mode.
503         (org-remember-apply-template): Turn on `org-remember-mode'.
505         * org-id.el (org-id-add-location): Avoid error when no file is
506         given.
508         * org-remember.el (org-remember-apply-template): Fix the way how
509         the list of allowed properties is retrieved from the target file.
511         * org.el (org-insert-link): Improve file link matching.
513 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org-colview.el (org-columns-display-here): New argument
516         DATELINE, to trigger using the new face.
517         (org-agenda-colview-summarize): Call `org-columns-display-here'
518         with the new argument.
520         * org-faces.el (org-agenda-column-dateline): New face.
522         * org-publish.el (org-publish-org-index): Use index-title at page
523         title, not as section.
525         * org-exp.el (org-export-html-format-desc): Respect the
526         org-protect property.
527         (org-export-as-html): Protect image specifiers that are in the
528         description part of a link.
530         * org.el (org-sort-entries-or-items, org-completing-read)
531         (org-refile-get-location, org-olpath-completing-read, org-todo)
532         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
533         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
534         (org-set-property, org-delete-property)
535         (org-delete-property-globally): Use `org-ido-completing-read'.
537         * org-remember.el (org-remember-apply-template): Use
538         `org-ido-completing-read'.
540         * org-publish.el (org-publish): Use `org-ido-completing-read'.
542         * org-colview.el (org-columns-edit-value, org-columns-new)
543         (org-insert-columns-dblock): Use `org-ido-completing-read'.
545         * org-colview-xemacs.el (org-columns-edit-value)
546         (org-columns-new, org-insert-columns-dblock): Use
547         `org-ido-completing-read'.
549         * org-attach.el (org-attach-delete-one, org-attach-open): Use
550         `org-ido-completing-read'.
552         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
553         `org-ido-completing-read'.
555         * org.el (org-time-today): New function.
556         (org-matcher-time): Use `org-time-today'.  Add special treatment
557         for "<tomorrow>" and "<yesterday>".
558         (org-ido-completing-read): New function.
559         (org-completion-use-ido): New option.
561         * org-exp.el (org-export-format-source-code): Fix bug in require
562         htmlize code.
563         (org-export-target-internal-links): Fix bug in search for text
564         property.
566 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org-export-latex.el (org-export-latex-subcontent): Interprete
569         target aliases as additonal labels.
571         * org-exp.el (org-export-target-aliases): New variable.
572         (org-export-preprocess-string)
573         (org-export-handle-invisible-targets): Fill the alias alist.
574         (org-export-as-html): Remove the &nbsp; from the anchor, and also
575         assign an id.
576         (org-html-level-start): Insert the target aliases as additonal
577         anchors.
579         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
580         picture area.
582 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org.el (org-open-at-mouse): Ensure correct link abbreviations
585         when following a link with the mouse from the agenda.
587         * org-exp.el (org-export-as-html): Avoid lone </div> when no
588         headlines are created.
590 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
592         * org-exp.el (org-export-preprocess-string): Reorder so that we
593         can still see ID properties when we collect targets.
594         (org-export-target-internal-links): Also store targets for ID's.
596         * org.el (org-link-translation-function): New option.
597         (org-open-at-point): Call `org-link-translation-function' if
598         non-nil.
599         (org-translate-link): New function.
600         (org-translate-link-from-planner): New function.
601         (org-open-at-point): Allow interactive commands in elisp links.
603         * org-exp.el (org-icalendar-cleanup-string): Restore the old
604         iCalendar quoting.  The new one seems to caus problems with
605         applications.
607         * org.el (org-yank): Set `this-command' to `yank', so that
608         `yank-pop' will work.
610 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
612         * org-id.el (org-id-search-archives): New option.
614         * org.el (org-link-to-org-use-id): New option.
615         (org-store-link): Use `org-link-to-org-use-id'.
616         (org-id): Make org-id.el a standard component.
618 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
620         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
621         hexified version of the tag.
623         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
624         compliance as far as quoting is concerned.
626         * org-vm.el (org-vm-follow-link): Require `vm-search'.
628         * org.el (org-up-heading-safe, org-forward-same-level): Always
629         call `org-back-to-heading' instead of `outline-back-to-heading'.
630         (org-back-to-heading): New wrapper around outline-back-to-heading,
631         with a useful error message telling where the error happened.
633         * org-list.el (org-update-checkbox-count): Always call
634         `org-back-to-heading' instead of `outline-back-to-heading'.
636         * org-exp.el (org-export-as-html): Make sure that each <img> tag
637         has an `alt' attribute, to ensure XHTML validation.
639 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
641         * org-publish.el (org-publish-attachment): Allow publishing to
642         overwrite attachment files.
644         * org-agenda.el (org-agenda-timerange-leaders): New option.
645         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
647         * org.el (org-edit-src-exit): Untabify ASCII image before
648         returning.
661 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
663         * org.el (org-yank): Make any prefix force normal yanking.
664         Suppress folding if text would be swallowed into a folded
665         subtree.
666         (org-yank-folded-subtrees, org-yank): Docstring updates.
668         * org-agenda.el (org-agenda-compare-effort): Treat no effort
669         defined as 0.
671         * org-exp.el (org-export-language-setup): Add Catalan and
672         Esperanto language entries.
674 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
676         * org.el (org-refile): Allow refiling of entire regions.
678         * org-clock.el (org-clock-time%): New function.
680         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
681         retrieve property values.
683 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-agenda.el (org-agenda-list): Handle the value `only' of
686         org-agenda-show-log'.
687         (org-agenda-log-mode): Interpret a double prefix arg.
689 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org-exp.el (org-export-html-footnotes-section): New variable.
692         (org-export-as-html): Use `org-export-html-footnotes-section' to
693         insert the footnotes.
694         (org-export-language-setup): Add "Footnotes" to language words.
696 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
698         * org.el (org-yank): Fix bug when not inserting a subtree.
700 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
703         instead of `vm-beginning-of-message'.
705         * org.el (org-make-link-regexps): Make sure that links to gnus can
706         contain brackets.
708 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org-attach.el (org-attach-dir): Remove duplicate ID creation
711         code.
713         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
714         shell output.
716         * org.el (org-link-abbrev-alist): Improve customization type.
718         * org-attach.el (org-attach-expand-link, org-attach-expand): New
719         functions.
721         * org-agenda.el (org-agenda-get-progress): Renamed from
722         `org-get-closed'.  Implement searching for state changes as well.
723         (org-agenda-log-mode-items): New option.
724         (org-agenda-log-mode): New option prefix argument, interpreted as
725         request to show all possible progress info.
726         (org-agenda-get-day-entries): Call `org-get-progress' instead of
727         `org-get-closed'.
728         (org-agenda-set-mode-name): Handle the more complex log mode
729         settings.
730         (org-get-closed): New alias, pointing to `org-get-progress'.
732 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
734         * org.el (org-file-apps-defaults-gnu)
735         (org-file-apps-defaults-macosx)
736         (org-file-apps-defaults-windowsnt): Add an entry defining the
737         system command.
738         (org-file-apps): Allow `system' as key and value.
739         (org-open-at-point): Explain the effect of a double prefix arg.
740         (org-open-file): If the argument `in-emacs' is (16),
741         i.e. corresponding to a double prefix argument, try to open the
742         file externally.
744 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
746         * org.el (org-insert-link): Abbreviate absolute files names in
747         links.  Also, fix a bug in which the double C-u prefix would not
748         be honored.
750 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
752         * org.el (org-insert-heading): If buffer does not end with a
753         newline, add one if necessary to insert headline correctly.
755         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
756         paragraphs, not inside.
758         * org.el (org-todo): Quote
759         `org-agenda-headline-snapshot-before-repeat'.
761         * org-exp.el (org-export-as-html): Fully process link descriptions.
762         (org-export-html-format-desc): New function.
763         (org-export-as-html): Collect footnotes into the correct basket.
764         (org-html-protect): No longer protect quotations marks here, this
765         goes wrong.
767         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
768         BEG.
770         * org-compat.el (org-fit-window-to-buffer): New function (not
771         really, a preliminary and incomplete version was present earlier,
772         but not used).
774         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
775         `org-fit-window-to-buffer'.
777         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
779         * org-agenda.el (org-agenda-get-restriction-and-command)
780         (org-fit-agenda-window, org-agenda-convert-date): Use
781         `org-fit-window-to-buffer'.
783         * org-exp.el (org-export-as-html): Process href links through
784         `org-export-html-format-href'.
785         (org-export-html-format-href): New function.
787         * org-agenda.el (org-agenda-todo): Update only the current
788         headline if this is a repeated TODO, marked done for today.
789         (org-agenda-change-all-lines): New argument JUST-THIS, to change
790         only the current line.
792         * org.el (org-todo): Take a snapshot of the headline if the
793         repeater might change it.
795 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
797         * org-publish.el (org-publish-find-title): Remove buffers visited
798         only for extracting the title.
800         * org-exp.el (org-export-html-style)
801         (org-export-html-style-default): Mark style definitions as
802         unparsed CDATA.
804         * org-publish.el (org-publish-validate-link): Function
805         re-introduced.
807 2008-11-02  Charles Sebold  <csebold@gmail.com>
809         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
810         property.
811         (org-plot-quote-timestamp-field): New function.
812         (org-plot-quote-tsv-field): Call timestamp field function when
813         necessary rather than just quoting as a string.
814         (org-plot/gnuplot-to-data): Pass in timefmt property.
815         (org-plot/gnuplot-script): Supports timefmt property.
816         (org-plot/gnuplot): Checks for timestamp column before checking
817         for text index column.
819 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
821         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
823         * org-publish.el (org-publish-org-index): Create a section in the
824         index file.
825         (org-publish-org-index): Stop linking to directories.
827         * org.el (org-emphasis-alist): Use span instead of <u> to
828         underline text.
830         * org-exp.el (org-export-as-html): Make sure <p> is closed before
831         <pre> sections.
833 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
835         * org-jsinfo.el (org-infojs-template): Remove language attribute
836         from script tag.
838 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
840         * org-agenda.el (org-agenda-remove-marked-text): New function.
841         (org-agenda-mark-filtered-text)
842         (org-agenda-unmark-filtered-text): New functions.
843         (org-write-agenda): Remove fltered text.
845         * org.el (org-make-tags-matcher): Give access to TODO "property"
846         without speed penalty.
848 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
850         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
851         option.
852         (org-store-link-props): Make sure adding to the plist works
853         correctly.
855         * org-gnus.el (org-gnus-no-new-news): New function.
856         (org-gnus-follow-link): Allow the article ID to be a message-id,
857         in addition to allowing article numbers.  Message IDs make much
858         more roubust links.
859         (org-gnus-store-link): Use message-id to create link.
861 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
863         * org.el (org-emphasize): Reverse the selection array.
864         (org-emphasis-alist): Set <code> tags for the verbatim
865         environment.
867         * org-remember.el (org-remember-handler): Fix bug with
868         prefix-related changing of the note storage target.
870         * org-exp.el (org-print-icalendar-entries): Make the exported
871         priorities compatible with RFC 2445.
873         * org-clock.el (org-clock-save): Insert time stamp without
874         dependence on time-stamp.el.
876 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
878         * org.el ("saveplace"): If saveplace puts point into an invisible
879         location, make it visible.
880         (org-make-tags-matcher): Allow inactive time stamps in time
881         comparisons.
882         (org-yank-adjusted-subtrees): New option.
883         (org-yank): Incorporate adjusting trees.
884         (org-paste-subtree): New argument FOR-YANK which will cause
885         insertion at point without backing up over white lines, and leave
886         point at the end of the inserted text.  Also if the cursor is
887         at the beginning of a headline, use the same level or the inserted
888         tree.
890         * org-publish.el (org-publish-get-base-files-1): Deal correctly
891         with broken symlinks
893 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
895         * org-exp.el (org-export-select-tags, org-get-current-options):
896         Fix typo.
898 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
900         * org-agenda.el (org-format-agenda-item)
901         (org-agenda-filter-make-matcher): Make sure tags are stored and
902         compared donwcased.
904 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
906         * org.el (org-insert-todo-heading): Fix bug with force-heading
907         argument.
909 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
911         * org-clock.el (org-clock-in-resume): Add a custom option to
912         toggle starting the clock from an open clock line.
913         (org-clock-in): When clocking in to an entry, if
914         `org-clock-in-resume' is set, check if the first clock line is
915         open and if so, start the clock from the time in the clock line.
916         (org-clock-persist): Add a custom option to toggle clock
917         persistence.
918         (org-clock-persist-query-save): Add a custom option to toggle
919         asking the user if they want to save the running clock when
920         exiting.
921         (org-clock-persist-query-resume): Add a custom option to toggle
922         asking the user if they want to resume the saved clock when Emacs
923         is restarted.
924         (org-clock-save): Add a function to save clock data.
925         This includes the contents of `org-clock-history' and the buffer
926         and position of the currently clocked task, if any.
927         (org-clock-load): Add a function to load clock data.
928         This populates `org-clock-history', and resumes the saved clocked
929         task if there is one.
930         (org-clock-persistence-insinuate): Add a method to set up the
931         hooks for clock persistence.
933 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
935         * org-exp.el (org-export-as-ascii): Handle the case that we are
936         publishing from an indirect buffer.
938         * org-table.el (org-table-copy-down): Fix bug with time stamp
939         increment.
941         * org-mouse.el (org-mouse-features): New option.
942         (org-mode-hook): Turn on features depending on
943         `org-mouse-features'.
945         * org.el (org-insert-heading-respect-content): Force heading
946         creation.
947         (org-insert-heading): keep the folding state of the heading before
948         the inserted one.
950 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
952         * org-archive.el (org-archive-to-archive-sibling): Handle top
953         level headlines better.
955 2008-10-21  Bastien Guerry  <bzg@altern.org>
957         * org-export-latex.el (org-export-latex-classes): Added
958         \usepackage{graphicx} to the default list of packages.
960 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
962         * org-agenda.el (org-agenda-filter): Renamed from
963         `org-agenda-filter-tags'.
965 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
967         * org.el (org-entry-properties): Add CATEGORY property, iven if it
968         is not defined as a property in this entry.
969         (org-add-log-note): Mask prefix argument when immediately storing
970         the note.
972         * org-agenda.el (org-agenda-filter-effort-default-operator): New
973         option.
975 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
977         * org.el (org-add-log-setup): Bugfix; code to find insertion point
978         after drawers was skipping ahead one line too many, so notes were
979         inserted after the first note instead of before it.
981 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
983         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
984         New variables.
985         (org-prepare-agenda): Reset the filter tags.
986         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
987         Show filter tags in mode line.
989         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
990         formatter.
992         * org-export-latex.el (org-latex-entities-regexp): New constant.
993         (org-export-as-pdf): Use two calls to `shell-command'.
995 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
997         * org-export-latex.el (org-export-latex-treat-sub-super-char):
998         Honor the {} value of the subsuperscript setting.  Make sure that
999         longer subsuperscripts are typeset in a roman font.
1001         * org.el (org-clock-update-time-maybe): Compute negative clock
1002         intervals correctly.
1004 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1006         * org.el (org-add-log-setup): Respect
1007         `org-log-state-notes-insert-after-drawers'.
1008         (org-log-state-notes-insert-after-drawers): New option.
1009         (org-todo-trigger-tag-changes): New function.
1010         (org-todo): Call `org-todo-trigger-tag-changes'.
1012 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1014         * org.el (org-add-log-setup): Only skip drawers if the are
1015         immediately after the scheduling keywords.
1017         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1018         function
1019         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1020         call it with the current todo state to get the state to switch to
1021         when clocking in.
1022         (org-clock-in): Use org-indent-line-function to indent clock lines.
1023         (org-clock-find-position): Fix indentation of empty clock drawers.
1025 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1027         * org-publish.el (org-publish-org-to): Handle case when
1028         org-export-to-pdf does return a file name, not a buffer.
1029         (org-publish-org-to-pdf): New function.
1031         * org-export-latex.el (org-export-as-pdf)
1032         (org-export-as-pdf-and-open): New commands.
1034         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1035         forms as ranges.
1037         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1038         things in protexted regions.
1040 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1042         * org-export-latex.el (org-export-latex-preprocess): Improve
1043         quoting of LaTeX environments.
1045 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1047         * org.el (org-edit-fixed-width-region): Exclude final newline from
1048         picture area.
1050         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1051         sections, to make internal links work.
1052         (org-export-latex-fontify-headline): Do not remove all text
1053         properties, to make sure that target properties survive this
1054         process.
1056         * org-exp.el (org-export-preprocess-string): Change sequence of
1057         modifications, to make sure links are prepared before the LaTeX
1058         conversions do happen.
1060 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1062         * org-attach.el (org-attach-delete-all): Renamed from
1063         `org-attch-delete'.  Add a security query before deleting the
1064         entire directory.  New optional argument FORCE can overrule the
1065         security query.
1066         (org-attach-delete-one): New command.
1068 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1070         * org-attach.el (org-attach-file-list): Fix bug with directory.
1072 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1074         * org.el (org-apps-regexp-alist): New function.
1075         (org-file-apps): Add auto-mode to the default value.
1076         (org-open-file): Use the new structure of org-file-apps.
1078         * org-attach.el (org-attach): Support the new keys.
1079         (org-attach-method): New option.
1081 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1083         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1084         March.
1086         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1087         of the list value o `org-use-tag-inheritance'.
1089         * org-attach.el (org-attach-auto-tag): New option.
1090         (org-attach-tag, org-attach-untag): New functions.
1091         (org-attach-attach, org-attach-new, org-attach-sync): Call
1092         `org-attach-tag'.
1093         (org-attach-delete): Call `org-attach-untag'.
1095 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1097         * org-table.el (orgtbl-self-insert-command): Make this work for
1098         the keypad as well.
1100 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1102         * org.el (org-add-log-setup): Limit searc for drawers to entry
1103         text, not to subtree.
1105         * org-clock.el (org-clock-heading-for-remember): New variable.
1106         (org-clock-in): Set `org-clock-heading-for-remember'.
1108 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1110         * org-remember.el (org-remember-apply-template): Add new
1111         expansions: %k, %K for currently clocked task and a link to the
1112         currently clocked task, and %< to file notes in the currently
1113         clocked task.
1115 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1117         * org-export-latex.el (org-export-latex-make-header): Also insert
1118         the content of the property :latex-header-extra.
1120         * org-exp.el (org-infile-export-plist): Put the content of
1121         #+LATEX_HEADER: into the property :latex-header-extra.
1123         * org-colview.el (org-columns-get-format-and-top-level): Remove
1124         resetting the marker.
1126         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1127         Remove resetting the marker.
1129         * org.el (org-entry-property-inherited-from): Improve docstring.
1130         (org-entry-get-with-inheritance): Reset marker before starting the
1131         search.
1133         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1135 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1137         * org.el (org-entry-get-multivalued-property)
1138         (org-entry-protect-space, org-entry-restore-space): New
1139         functions.
1140         (org-file-apps-defaults-macosx): Let postscript files be opened by
1141         preview.
1142         (org-time-stamp-inactive): Call `org-time-stamp'.
1143         (org-time-stamp): New argument `inactive'.  Also edit inacive
1144         stamps. Convert time stamp type.
1145         (org-open-file): Interpret the `default' value for the `command'
1146         in `org-file-apps'.
1148         * org-id.el (org-id-int-to-b36-one-digit)
1149         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1150         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1151         b36.
1153 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1155         * org-id.el (org-id-reverse-string): New function.
1156         (org-id-new): Use `org-id-reverse-string' to make sure the
1157         beginning chars of the ID are mutating fast.  This allows to use a
1158         directory structure to spread things better.
1159         (org-id-prefix): Changed default to nil.
1161         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1162         restore the column of the cursor position.
1164         * org-remember.el (org-remember-apply-template): Remove properties
1165         from `initial'.
1167 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1169         * org-wl.el (org-wl-open): Remove useless call to
1170         `wl-thread-open-all'.
1172         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1173         location.
1175 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1177         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1178         `org-bbdb-anniversaries'.
1180         * org.el (org-get-next-sibling, org-forward-same-level): New
1181         functions, similar to the outline versions, but invisible headings
1182         are OK.
1184 2008-09-25  Bastien Guerry  <bzg@altern.org>
1186         * org.el (org-auto-repeat-maybe): Insert a space between
1187         the timestamp's type and the timestamp itself.
1189 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1191         * org-table.el (org-table-sum): Do not format the result with %g,
1192         it does rounding when there are too many digits.
1194         * org.el (org-map-entries): Protect the keyword-selecting variables.
1196 2008-09-23  Bastien Guerry  <bzg@altern.org>
1198         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1199         against all agenda files.
1201 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1203         * org-list.el: New file, aggregating list functions from org.el
1204         and org-export-latex.el.
1206         * org.el (org-edit-src-region-extra): New option.
1208 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1210         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1211         time before 1am.
1213 2008-09-22  Bastien Guerry  <bzg@altern.org>
1215         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1217 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1219         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1220         hline work correctly.
1221         (org-plot/gnuplot-script): Put commas at the end of each script
1222         line.
1224 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1226         * org.el (org-get-refile-targets): Replace links with their
1227         descriptions
1228         (org-imenu-get-tree): Replace links with their descriptions.
1230         * org-remember.el (org-remember-apply-template): Add a new
1231         expansion for adding properties to remember items.
1233         * org.el (org-add-log-setup): Skip over drawers (properties,
1234         clocks etc) when adding notes.
1236         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1237         items as well as the start and end times.
1239         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1240         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1242         * org-remember.el (org-get-x-clipboard): Use the compat
1243         function to get clipboard values when x-selection-value is
1244         unavailable. Use substring-no-properties instead of
1245         set-text-properties to remove text properties from the clipboard
1246         value.
1248         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1249         modeline clock string, and display the full todo value in the
1250         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1251         the currently clocked task.
1252         (org-clock-string-limit): Add a custom value for the maximum
1253         length of the clock string in the modeline.
1254         (org-clock-mode-map): Add a keymap for the modeline string
1256 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1258         * org-compat.el (org-propertize): New function.
1260 2008-09-20  Bastien Guerry  <bzg@altern.org>
1262         * org-export-latex.el (org-export-latex-tables): protect exported
1263         tables from further special chars conversion.
1264         (org-export-latex-preprocess): Preserve LaTeX environments.
1265         (org-list-parse-list): Parse descriptive lists.
1266         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1267         (org-list-to-texinfo): Export descriptive lists.
1268         (org-quote-chars): Remove.
1269         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1270         (org-export-latex-list-beginning-re): Rename to
1271         `org-list-beginning-re'
1272         (org-list-item-begin): Rename to `org-list-item-beginning'
1274 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1276         * org.el (org-refile): Allow refiling to the last entry in the
1277         buffer.
1278         (org-get-tags-at): Fix bug when inheritance is turned off.
1280 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1282         * org.el (org-indent-line-function): No longer check for src
1283         regions, this is too much overhead.
1285         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1286         matching.
1288         * org.el (org-scan-tags): Make sure that tags matching is not case
1289         sensitive.  TODO keyword matching is case sensitive, however, to
1290         avoid confusion with similar words that are not meant to be
1291         keywords.
1293 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1295         * org.el (org-get-local-tags-at): New function.
1296         (org-get-local-tags): New function.
1298         * org-exp.el (org-export-get-categories): New function.
1300         * org-agenda.el (org-sorting-choice)
1301         (org-agenda-sorting-strategy, org-agenda-get-todos)
1302         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1303         (org-agenda-get-scheduled, org-agenda-get-blocks)
1304         (org-entries-lessp): Implement sorting by TODO state.
1305         (org-cmp-todo-state): New defsubst.
1307         * org-colview.el (org-colview-construct-allowed-dates): New
1308         function.
1309         (org-columns-next-allowed-value): Use
1310         `org-colview-construct-allowed-dates'.
1312         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1313         function.
1314         (org-columns-next-allowed-value): Use
1315         `org-colview-construct-allowed-dates'.
1317 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1319         * org.el (org-protect-slash): New function.
1320         (org-get-refile-targets): Use `org-protect-slash'.
1322         * org-agenda.el (org-global-tags-completion-table): New variable.
1324         * org-exp.el (org-export-handle-export-tags): New function.
1325         (org-export-preprocess-string): Call
1326         `org-export-handle-export-tags'.
1328         * org-plot.el: New file.
1330         * org-publish.el (org-publish-expand-components): Function removed.
1331         (org-publish-expand-projects): Allow components to have components.
1333 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1335         * org.el (org-indent-line-function): Do not indent in regions that
1336         are external source code.
1337         (org-yank-and-fold-if-subtree): New function.
1339         * org-agenda.el (org-agenda-todayp): New function.
1340         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1341         `org-agenda-todayp'.
1343         * org.el (org-insert-heading-respect-content)
1344         (org-insert-todo-heading-respect-content): New commands.
1345         (org-insert-heading-respect-content): New option.
1346         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1348         * org-clock.el (org-clock-find-position): Make sure the note after
1349         the clock line gets moved into the new clock drawer.
1351 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1353         * org-id.el (org-id-new): New option.
1355 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1357         * org-table.el (org-table-copy-down): Avoid overflow during
1358         increment.  Use prefix argument 0 to temporarily disable the
1359         increment.
1361 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1363         * org-exp.el (org-export-as-html): Do not turn on the major mode
1364         if the buffer will be killed anyway.
1365         (org-get-current-options): Exclude the #+TEXT field.
1366         (org-export-as-html): Make sure text before the first headline is
1367         a paragraph.
1369         * org-publish.el (org-publish-org-to): Tell the exporter that this
1370         buffer will be killed, so it is not necessary to do major mode
1371         initialization.
1373         * org-archive.el (org-archive-to-archive-sibling): Show empty
1374         lines after folding the archive sibling.
1376         * org.el (org-log-note-extra): New variable.
1378 2008-09-05  Bastien Guerry  <bzg@altern.org>
1380         * org.el (org-additional-option-like-keywords): Added keywords for
1381         the _QUOTE, _VERSE and _SRC environments.
1383         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1384         exporting _QUOTE and _VERSE environments.
1386 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1388         * org-agenda.el (org-agenda-filter-by-tag): New command.
1390         * org-exp.el (org-get-current-options): Remove angular brackets
1391         from the date entry.
1393         * org.el (org-edit-fixed-width-region): New function.
1394         (org-edit-fixed-width-region): Also try
1395         `org-edit-fixed-width-region'.
1396         (org-edit-fixed-width-region-mode): New option.
1397         (org-activate-code): Only interprete lines starting with colon
1398         plus a space as example lines.
1400         * org-remember.el (org-remember-templates): Add nil instead of
1401         empty strings to fix the length of remember templates.
1403         * org-table.el (org-calc-default-modes): Fix the time format for
1404         calc, from 12 hour to 24 hour clock.
1406 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1408         * org-agenda.el (org-agenda-get-deadlines)
1409         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1410         entries that are pre-warnings of deadlines or reminders.
1412         * org.el (org-sort-entries-or-items): Make numeric and alpha
1413         comparisons ignore any TODO keyword and priority cookie.
1415         * org-remember.el (org-remember-handler): Reinterpretation of the
1416         prefix argument.
1418 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1420         * org-agenda.el (org-agenda-get-scheduled): Use new
1421         `org-scheduled' face.
1423         * org-faces.el (org-scheduled): New face.
1425         * org-wl.el (org-wl-open): Remove incorrect declaration.
1427         * org-gnus.el (org-gnus-store-link): Support for :to information
1428         in gnus links.
1430         * org-exp.el (org-export-as-html): Fixed typo in creator
1431         information.
1432         (org-export-protect-examples): New parameter indent.  Insert extra
1433         spaces only when this parameter is specified.
1434         (org-export-preprocess-string): Call `org-export-protect-examples'
1435         with an indentation parameter when exporting to ASCII.
1437         * org-remember.el (org-remember-templates)
1438         (org-remember-apply-template): Allow the file component to be a
1439         function.
1441         * org.el (org-goto-local-search-headings): Renamed from
1442         `org-goto-local-search-forward-headings'.  Added the possibility
1443         to search backwards.
1445 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1447         * org-export-latex.el (org-export-latex): New customization
1448         group.
1450         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1452 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1454         * org-exp.el (org-html-do-expand): Allow {} to terminate
1455         tex macro
1457 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1459         * org.el (org-buffer-list): Select buffers based on major mode,
1460         not on file name.
1462 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1464         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1465         face property.
1467         * org-colview.el (org-columns-display-here): Use
1468         `org-columns-modify-value-for-display-function'.
1470         * org-colview-xemacs.el (org-columns-display-here): Use
1471         `org-columns-modify-value-for-display-function'.
1473 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1475         * org.el (org-columns-modify-value-for-display-function): New option.
1487         * org-publish.el (org-publish-file): Make sure the directory match
1488         for the publishing directory works correctly.
1490         * org-agenda.el (org-agenda-execute-calendar-command)
1491         (org-agenda-diary-entry): Additional optional argument.
1493 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1495         * org-exp.el (org-export-as-html): Add attributes also in mailto
1496         and ftp links.
1498         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1507 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1509         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1510         sure that calls from `org-export-region-as-html' do not do the
1511         special check for a subtree.
1513 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1515         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1517 2008-07-20  Juri Linkov  <juri@jurta.org>
1519         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1520         new keymap `narrow-map' instead of binding "\C-xns".
1522 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1524         * org.el (org-open-file): Use
1525         `org-open-directory-means-index-dot-org'.
1526         (org-open-directory-means-index-dot-org): New option.
1528 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1530         * org.el (org-make-link-string): Remove link attributes from
1531         description.
1532         (org-open-at-point): Remove link attributes bevore using the path.
1534         * org-exp.el (org-export-as-html): Handle link attributes.
1536         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1538         * org-table.el (org-table-to-lisp): New function.
1540         * org.el (org-narrow-to-subtree): Do not include the final newline
1541         into the narrowed region.
1543         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1544         bug with user-define skipping condition.
1546 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1548         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1550 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1552         * org-exp.el (org-export-html-style-default): Automatic overflow
1553         handling for pre fields.
1554         (org-export-as-ascii, org-export-as-html): Change default format
1555         for time stamp.
1557         * org-table.el (org-table-export): Offer completion for translator
1558         functions, and do not require a heading above the table.
1560         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1561         Cater for the case of a list starting in the first line of the
1562         buffer.
1564 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1566         * org-publish.el (org-publish-find-title): Bug fix.
1567         (org-publish-org-index): Implement new :index-style option.
1569 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1571         * org-publish.el (org-publish-timestamp-filename): Use
1572         SHA1-encoded file names in the timestamp directory.
1574 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1576         * org-publish.el (org-publish-needed-p): Be verbose about files
1577         published and files skipped.
1579         * org-exp.el (org-export-preprocess-string): Swap link
1580         normalization and inernal link targeting.
1582         * org-publish.el (org-publish-needed-p): Create timestamp
1583         directory when it does not exist.
1585 2008-07-04  Bastien Guerry  <bzg@altern.org>
1587         * org-clock.el (org-clock-out-when-done): Doc fix.
1589         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1591         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1592         Ignore case when searching for the COMMENT cookie at export time.
1594 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1596         * org-exp.el (org-get-file-contents)
1597         (org-get-and-remove-property): New functions.
1598         (org-export-handle-include-files): Handle the new prefix options.
1599         (org-export-as-html): Fix the verse environment.
1601 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1603         * org.el (org-time=, org-time<, org-time<=, org-time>)
1604         (org-time>=, org-time<>, org-2ft): New functions.
1605         (org-op-to-function): Also provide for the time testing fucntions.
1607 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1609         * org-exp.el (org-export-html-style-default): New constant.
1611 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1613         * org-exp.el (org-export-html-style-extra): New variable.
1614         (org-export-splice-style): New function.
1616 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1618         * org-exp.el (org-export-plist-vars, org-export-as-html):
1619         Implement `org-export-creator-info'.
1620         (org-export-creator-info): New option.
1622 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1624         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1625         (org-property-drawer-re, org-clock-drawer-re): New constants.
1627 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1629         * org-exp.el (org-icalendar-use-deadline)
1630         (org-icalendar-use-scheduled): New options.
1631         (org-icalendar-include-todo): Default changed to t.
1632         (org-print-icalendar-entries): Implement better utilization of
1633         scheduling and deadline time stamps.
1634         (org-export-target-internal-links, org-export-as-html): Allow file
1635         lines without the "file:" prefix if the file path is an absolute
1636         path or starts with ".".
1638         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1639         lastweek etc.
1640         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1642 2008-06-18  Glenn Morris  <rgm@gnu.org>
1643         * org.el (org-map-entries): Let-bind `file'.
1645 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1647         * org.el (org-agenda-skip-archived-trees): Docstring now
1648         discourages using this.
1649         (org-scan-tags): Check for org-agenda-archives-mode.
1650         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1651         (org-agenda-files): Functionality of second arg changed.
1653         * org-agenda.el (org-agenda-archives-mode): New variable
1654         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1655         (org-search-view, org-todo-list, org-tags-view)
1656         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1657         `ifmode' argument.
1658         (org-agenda-quit): Reset the archives mode.
1659         (org-agenda-archives-mode): New command.
1660         (org-agenda-set-mode-name): Include archives info.
1662 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1664         * org.el (org-paste-subtree): Make sure the yanked headline is
1665         visible if it was yanked at a visible point.
1666         (org-move-item-up): Fix the bug with moving white space at the end
1667         of the item.
1668         (org-show-empty-lines-in-parent): New function.
1670 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1672         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1674         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1676         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1677         agenda prefix as well.
1679         * org-publish.el (org-publish-org-index): Make a properly indented
1680         list.
1682         * org.el (org-calendar-agenda-action-key): New option.
1683         (org-get-cursor-date): New function.
1684         (org-mark-entry-for-agenda-action): New command.
1685         (org-overriding-default-time): New variable.
1686         (org-read-date): Respect `org-overriding-default-time'.
1688         * org-remember.el (org-remember-apply-template): Respect the
1689         ovverriding default time.
1691         * org-agenda.el (org-agenda-action-marker): New variable.
1692         (org-agenda-action): New command.
1693         (org-agenda-do-action): New function.
1695 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1697         * org.el (org-schedule, org-deadline): Protect scheduled and
1698         deadline tasks against changes that accidently remove the
1699         repeater.  Also show a message with the new date when done.
1701 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1703         * org.el (org-beginning-of-line): Cater for the case when there
1704         are tags but no headline text.
1705         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1706         it set.
1708 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1710         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1711         the return value is nil instead of "nil" when there is no match.
1713         * org-exp.el (org-insert-centered): Use fill-column instead of
1714         80.
1715         (org-export-as-ascii): Use string-width to measure the width of
1716         the heading.
1718         * org.el (org-diary-to-ical-string): No longer kill buffer
1719         FROMBUF, this is now done by the caller.
1721         * org-exp.el (org-print-icalendar-entries): Move the call to
1722         `org-diary-to-ical-string' out of the loop, and kill the buffer
1723         afterwords.
1725         * org-remember.el (org-remember-visit-immediately): Position
1726         cursor after moving to the note.
1727         (org-remember-apply-template): Use a text property to record the
1728         cursor position.
1729         (org-remember-handler): Align tags after pasting the note.
1731 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1733         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1735         * org-agenda.el (org-agenda-open-link): If there is an
1736         org-bbdb-name property in the current line, jump to that bbdb
1737         entry.
1739         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1740         text property, so that the agenda knows where this entry comes
1741         from.
1743         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1744         interaction between clocking-in from the agenda, and  automatic
1745         task state switching.
1747         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1749         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1750         zmacs-region stays after this command in XEmacs.
1752 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1754         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1756         * org-remember.el (org-remember-templates): Fix bug in
1757         customization type definition.
1759         * org.el (org-map-entries): New function.
1761 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1763         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1764         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1766 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1768         * org-remember.el (org-jump-to-target-location): New variable.
1769         (org-remember-apply-template): Set
1770         `org-remember-apply-template' if requested by template.
1771         (org-remember-handler): Start an idle timer to jump to
1772         remember location.
1774         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1776         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1777         file tags.
1778         (org-get-tags-at): Add the content of `org-file-tags'.
1780         * org-exp.el (org-export-handle-comments): Fix bug with several
1781         comment lines after each other.
1782         (org-number-to-roman, org-number-to-counter): New functions.
1783         (org-export-section-number-format): New option.
1785 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1787         * org-exp.el (org-export-protect-examples): Catch the case of a
1788         missing end_example line.
1790         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1791         `org-file-tags' to nil.
1793         * org-colview.el (org-columns-next-allowed-value): Handle next
1794         argument NTH to directly select a value.
1796         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1797         argument NTH to directly select a value.
1799 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1801         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1803 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1805         * org.el (org-columns-ellipses): New option.
1807 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1809         * org-colview.el (org-columns-add-ellipses): New function.
1810         (org-columns-compact-links): New function.
1811         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1812         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1813         when in agenda.
1814         (org-columns-edit-value): Fixed bug with editing values from
1815         agenda column view.
1816         (org-columns-redo): Also redo the agenda itself.
1818 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1820         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1821         option.
1823         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1825         * org-exp.el (org-export-ascii-preprocess): Renamed from
1826         `org-export-ascii-clean-string'.
1827         (org-export-kill-licensed-text)
1828         (org-export-define-heading-targets)
1829         (org-export-handle-invisible-targets)
1830         (org-export-target-internal-links)
1831         (org-export-remove-or-extract-drawers)
1832         (org-export-remove-archived-trees)
1833         (org-export-protect-quoted-subtrees)
1834         (org-export-protect-verbatim, org-export-protect-examples)
1835         (org-export-select-backend-specific-text)
1836         (org-export-mark-blockquote-and-verse)
1837         (org-export-remove-comment-blocks-and-subtrees)
1838         (org-export-handle-comments, org-export-mark-radio-links)
1839         (org-export-remove-special-table-lines)
1840         (org-export-normalize-links)
1841         (org-export-concatenate-multiline-links)
1842         (org-export-concatenate-multiline-emphasis): New functions,
1843         obtained from spliiting the export preprocessor.
1845         * org-table.el (org-table-recalculate): Improve error message if
1846         the row number is invalid.
1848 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1850         * org-archive.el (org-archive-save-context-info): Fix bugs in
1851         customization setup and docstring.
1853         * org-exp.el (org-export-html-style): Changed the size of in the
1854         <pre> element to 90%.
1856 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1858         * org.el (org-find-src-example-start): Function removed.
1859         (org-edit-src-find-region-and-lang): New function.
1861 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1863         * org.el (org-edit-src-exit): New function.
1864         (org-exit-edit-mode): New minor mode.
1866         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1867         comment-like lines from protected examples.
1869         * org.el (org-edit-src-example, org-find-src-example-start)
1870         (org-protect-source-example, org-edit-special): New functions.
1872 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1874         * org-publish.el (org-publish-project-alist): Fix typo in
1875         docstring.
1876         (org-publish-project-alist): Handle :index-title property.
1878 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1880         * org-export-latex.el (org-export-as-latex): Make sure region
1881         bounds are correct.  Parse subtree properties relating to export.
1883         * org-exp.el (org-export-add-options-to-plist): New function.
1884         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1886 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1888         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1889         EXPORT_TITLE.
1891         * org-exp.el (org-export-get-title-from-subtree)
1892         (org-export-as-ascii, org-export-as-html): Make sure the original
1893         region-beginning and region-end are used, even after moving
1894         point.
1895         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1896         property.
1898         * org-remember.el (org-remember-last-stored-marker): New variable.
1899         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1900         (org-remember-handler): Also use marker to remember
1901         last-stored position.
1903         * org.el (org-goto-marker-or-bmk): New function.
1905 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1907         * org.el (org-file-properties): Renamed from `org-local-properties'.
1908         (org-scan-tags): Take file tags into account.
1909         (org-tags-match-list-sublevels): Default changed to t.
1911         * org-exp.el (org-export-as-html): Close paragraph after a
1912         footnote.
1914         * org.el (org-update-parent-todo-statistics): New function.
1916         * org-exp.el (org-icalendar-store-UID): New option.
1917         (org-icalendar-force-UID): Option removed.
1918         (org-print-icalendar-entries): IMplement UIDs.
1920 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1922         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1924 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1926         * org-faces.el (org-column): Document how this face is being used
1927         and why sometimes the background faces shine through.
1929         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1931         * org-publish.el (org-publish-attachment): Create publishing
1932         directory if it does not yet exist.
1934         * org-table.el (org-calc-default-modes): Change default number
1935         format to (float 8).
1937         * org.el (org-olpath-completing-read): New function.
1938         (org-time-clocksum-format): New option.
1939         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1941         * org-clock.el (org-clock-display, org-clock-out)
1942         (org-update-mode-line): Use `org-time-clocksum-format'.
1944         * org-colview-xemacs.el (org-columns-number-to-string): Use
1945         `org-time-clocksum-format'.
1947         * org-colview.el (org-columns-number-to-string): Use
1948         `org-time-clocksum-format'.
1950 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1952         * org-id.el: New file, move from contrib to core.
1954         * org-exp.el (org-icalendar-force-UID): New option.
1956 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1958         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1959         shifted by one day if theere is a date range without an end
1960         time.
1962         * org.el (org-try-structure-completion): New function.
1964 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1966         * org.el (org-set-font-lock-defaults): Improve fontification of
1967         description lists.
1968         (org-insert-item): Handle description lists.
1969         (org-adaptive-fill-function): Improve auto indentation in
1970         description lists.
1972         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1973         Implement VERSE environment.
1974         (org-export-preprocess-string): Implement the COMMENT
1975         environment.
1977         * org-export-latex.el (org-export-latex-preprocess): Implement
1978         VERSE environment.
1980 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1982         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1983         option.
1985 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1987         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1989         * org.el (org-quote-csv-field): New functions.
1991         * org-table.el (org-table-export-default-format): Remove :splice
1992         from default format, we get the same effect by not specifying
1993         :tstart and :tend.
1994         (org-table-export): Improve setup, distinguish better between
1995         interactive and non-interactive use, allow specifying the format
1996         on the fly, better protection against wrong file names.
1997         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1998         and :tend when :splice is omitted.
2000 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2002         * org-clock.el (org-clock-select-task): Make sure the selection
2003         letters are 1-9 and A-Z, no special characters.
2005 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2007         * org-exp.el (org-export-htmlize): New group.
2008         (org-export-htmlize-output-type)
2009         (org-export-htmlize-css-font-prefix): New options.
2010         (org-export-htmlize-region-for-paste): New function.
2011         (org-export-htmlize-generate-css): New command.
2013 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2015         * org/org.el (org-modules, org-format-latex-options):
2016         * org/org-archive.el (org-archive-stamp-time)
2017         (org-archive-save-context-info):
2018         * org/org-faces.el (org-hide):
2019         * org/org-irc.el (org-irc-parse-link):
2020         * org/org-macs.el (org-call-with-arg, org-autoload):
2021         * org/org-mew.el (org-mew-store-link):
2022         * org/org-remember.el (org-remember-store-without-prompt)
2023         (org-remember-templates): Fix typos in docstrings.
2025         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2027         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2028         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2029         (org-bbdb-anniv-split): Fix typos in docstrings.
2031         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2032         (org-publish-use-timestamps-flag): Reflow docstring.
2033         (org-publish-files-alist): Fix typos in docstring.
2035 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2037         * org.el (org-set-visibility-according-to-property): New function.
2038         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2039         and compute the regular expressions, and update font-lock.
2040         (org-property-re): Allow a dash in property names.
2042         * org-archive.el (org-extract-archive-file): Insert the file name
2043         without the path into the format, to allow the location format to
2044         contain a subdirectory.
2046         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2047         of buffer, and the `org-agenda-type' property undefined, use the
2048         value from the character before.
2050         * org.el (org-add-planning-info): Don't let indentation for
2051         would-be timestamp become extra whitespace at the end of headline.
2053 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2055         * org.el (org-remove-double-quotes, org-file-contents): New
2056         functions.
2058         * org-exp.el (org-infile-export-plist): Also parse the
2059         contents of #+SETUPFILE files, recursively.
2061         * org.el (org-set-regexps-and-options): Also parse the
2062         contents of #+SETUPFILE files, recursively.
2064         * org-exp.el (org-export-handle-include-files): New function.
2065         (org-export-preprocess-string): Call
2066         `org-export-handle-include-files'.
2068         * org.el (org-delete-property-globally)
2069         (org-delete-property, org-set-property): Ignore case during
2070         completion.
2071         (org-set-property): Use `org-completing-read' instead of
2072         `completing-read'.
2074         * org.el (org-complete-expand-structure-template): New,
2075         experimental function.
2076         (org-structure-template-alist): New, experimental option.
2077         (org-complete): Call `org-complete-expand-structure-template'.
2079 2008-05-06  Bastien Guerry  <bzg@altern.org>
2081         * org-export-latex.el (org-export-latex-preprocess): Added
2082         support for blockquotes.
2084 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2086         * org.el (org-read-date-analyze): Catch the case where only a
2087         weekday is given.
2089 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2091         * org.el (org-set-font-lock-defaults): Make the description
2092         tag bold.
2094         * org-exp.el (org-export-as-html, org-close-li): Implement
2095         description lists.
2097 2008-05-04  Jason Riedy  <jason@acm.org>
2099         * org-table.el (*orgtbl-default-fmt*): New variable.
2100         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2101         when there is no other fmt available.
2103         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2104         :tend to suppress the appropriate string.
2106         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2107         table.
2109 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2111         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2112         read date.
2114         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2115         New function.
2117         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2118         New function.
2120 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2122         * org-clock.el (org-clock-find-position): Don't include notes
2123         into clock drawer.
2125         * org-archive.el (org-archive-subtree): No longer remove an
2126         extra line after cutting the subtree.  `org-cut-subtree' already
2127         takes care of this.
2129         * org-remember.el (org-remember-handler): Only kill the target
2130         buffer if it does not contain the running clock.
2132         * org.el (org-markers-to-move): New variable.
2133         (org-save-markers-in-region, org-check-and-save-marker)
2134         (org-reinstall-markers-in-region): New function.
2135         (org-move-subtree-down, org-copy-subtree): Remember relative
2136         marker positions before cutting.
2137         (org-move-subtree-down, org-paste-subtree): Restore relative
2138         marker positions after pasting.
2140         * org-remember.el (org-remember-clock-out-on-exit): New option.
2141         (org-remember-finalize): Clock out only if the setting in
2142         `org-remember-clock-out-on-exit' requires it.
2143         (org-remember-handler): Do the cleanup in the buffer, to make sure
2144         that the clock marker remains in tact.
2146 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2148         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2149         (org-clock-in): Make sure that also tasks outside the narrowed
2150         region will be clocked in correctly.
2151         (org-clock-insert-selection-line): Widen the buffer so that we can
2152         find the correct task heading.
2154         * org.el (org-base-buffer): New function.
2156         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2157         and ";" are escaped.
2158         (org-print-icalendar-entries): Also apply
2159         `org-icalendar-cleanup-string' to the headline, not only to the
2160         summary property.
2162 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2164         * org-exp.el (org-export-preprocess-hook): New hook.
2165         (org-export-preprocess-string): Call
2166         `org-export-preprocess-hook'.
2168         * org.el (org-font-lock-hook): New variable.
2169         (org-font-lock-hook): New function.
2170         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2172 ;; Local Variables:
2173 ;; coding: utf-8
2174 ;; add-log-time-zone-rule: t
2175 ;; End:
2177     Copyright (C) 2008  Free Software Foundation, Inc.
2179   This file is part of GNU Emacs.
2181   GNU Emacs is free software: you can redistribute it and/or modify
2182   it under the terms of the GNU General Public License as published by
2183   the Free Software Foundation, either version 3 of the License, or
2184   (at your option) any later version.
2186   GNU Emacs is distributed in the hope that it will be useful,
2187   but WITHOUT ANY WARRANTY; without even the implied warranty of
2188   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2189   GNU General Public License for more details.
2191   You should have received a copy of the GNU General Public License
2192   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2194 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c