LaTeX export: Set coding system only if the class specifies AUTO for it
[rgr-org-mode.git] / lisp / ChangeLog
blob44b03f99891b43e7b6f8dc8f87056dbda6359fbc
1 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-latex.el (org-export-latex-classes): Use AUTO as the place
4         holder string for the coding system.  And improve the
5         documentation.
6         (org-export-latex-fix-inputenc): Only modify the coding system if
7         it is given by the placeholder AUTO.
9 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-clock.el (org-task-overrun-text): New option.
12         (org-task-overrun, org-clock-update-period): New variables.
13         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
14         overrun clock.
15         (org-clock-notify-once-if-expired): Check if clock is overrun.
17         * org-faces.el: New face `org-mode-line-clock-overrun'.
19 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
21         * org.el (org-narrow-to-subtree): Position the end of the narrowed
22         region before the line with the next heading, to prevent the user
23         from prepending text to the next headline.
25 2010-01-20  Stephen Eglen  <stephen@gnu.org>
27         * org-agenda.el (org-get-time-of-day): Use
28         org-agenda-time-leading-zero to allow leading zero (rather than
29         space) for times.
31 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
34         org-datetree.el is loaded.
36         * org-datetree.el: autoload `org-datetree-find-day-create'
38         * org-latex.el (org-export-latex-hyperref-format): New option.
39         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
41 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
43         * org-ctags.el (org-ctags-enable): Change order of functions.
44         (org-ctags-create-tags): Add wildcard to file name expansion.
46 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
48         * org.el (org-entry-properties): Fix some important bugs.
50 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
53         the table is not explicitly given.
55 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
58         as value.
59         (org-clock-out-if-current): Work with the new list value of
60         `org-clock-out-when-done'.
61         (org-clock-out, org-clock-out-if-current): Avoid circular logic
62         between clocking out and state changes.
64         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
66         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
67         accident protect a character that is before a backslash.
69 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
71         * org-agenda.el (org-diary-class): Use
72         `org-order-calendar-date-args'.
74         * org.el (org-order-calendar-date-args): New function.
76         * org-exp.el (org-export-target-internal-links): Check for
77         protectedness after the first bracket.
79         * org.el (org-entry-properties): Don't match wrong-case TODO
80         keywords.
82         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
83         Document that ARG is passed through to remove the date.
84         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
85         not read a date when the user has given a `C-u' prefix.
87 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
90         tags are hidden.
92 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
94         * org-latex.el (org-export-latex-fix-inputenc): New function.
95         (org-export-latex-inputenc-alist): New option.
97         * org-exp.el (org-export): New key SPC to publish enclosing
98         subtree.
100 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
102         * org-indent.el (org-indent-add-properties): Catch case when there
103         is no headline in the buffer.
105 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
107         * org-exp.el (org-html-entities): Add checkmark symbol.
109         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
110         verbatim code for ASCII export.
112         * org.el (org-update-statistics-cookies): Also see checkboxes in
113         ordered lists.
115 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
118         key.
120         * org-beamer.el (org-beamer-amend-header): Change the location
121         where `org-beamer-header-extra' is inserted.
123         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
124         just for computing this regexp.
126 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org-beamer.el (org-beamer-frame-default-options): New option.
129         (org-beamer-sectioning): Use default options if the user does not
130         have defined any.
131         (org-beamer-fix-toc): Put a frame around the table of contents.
133         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
134         sure case-folding works well when processing comment stuff.
136         * org-latex.el (org-export-latex-after-save-hook): New hook.
137         (org-export-as-latex): Run the new hook.
139 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-beamer.el (org-beamer-environments-default): Add the note
142         environments.
143         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
144         lines and collect and combine the content.
145         (org-beamer-after-initial-vars): Check for note tags and make sure
146         they will be seen like a property.
148         * org.el (org-offer-links-in-entry): Fix bug when there is a
149         single link.
151         * org-exp.el (org-export): Make sure the mark is activated, also
152         when `transient-mark-mode' is off.
154         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
155         (org-agenda-search-view-search-words-only): Obsolete variable, is
156         now an alias for `org-agenda-search-view-always-boolean'.
157         (org-agenda-search-view-force-full-words): New option.
158         (org-search-view): Improve docstring, and implement a better logic
159         for Boolean and phrase searches.
160         (org-agenda-last-search-view-search-was-boolean): New variable.
161         (org-agenda-manipulate-query): Consider the type of the last
162         search when modifying the search string.
164 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
166         * org-latex.el (org-export-as-latex): Do the first letbind in the
167         right moment.
169         * org-agenda.el (org-get-entries-from-diary): Add the new face to
170         these entries.
172         * org-faces.el (org-agenda-diary): New face.
174         * org.el (org-make-link-regexps): Allow regexp-special characters
175         in link types.
176         (org-open-file): When in-emacs is `system', also force system
177         opening, like when the value was `(16)'.
178         (org-update-statistics-cookies): Handle entries without children.
180         * org-exp.el
181         (org-export-preprocess-before-normalizing-links-hook): New hook.
182         (org-export-preprocess-string): Run the new hook.
184         * org.el (org-offer-links-in-entry): Make RET open all links.
186         * org-html.el (org-export-as-html): Remove any left-over display
187         properties in the html file.
189         * org-wl.el (org-wl-store-link): Work-around for format bug with
190         text properties.
192         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
193         invisibility while adding the graphs.
195 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
197         * org-remember.el (org-select-remember-template): Use C letter to
198         customize remember templates.
200         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
201         Move cursor to next visible line.
203 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-beamer.el (org-beamer-sectioning): Leave columns environment
206         by specifying 0 or 1 for column width.
207         (org-beamer-column-widths): Make 0 stand for 0.0.
209 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-exp.el (org-export-mark-radio-links): Don't match inside
212         <<target>>.
214         * org.el (org-format-latex-header-extra): New variable.
215         (org-format-latex): Set org-format-latex-header-extra from
216         in-buffer stuff.
217         (org-format-latex): Add org-format-latex-header-extra to the
218         variables on which image creation depends.
219         (org-create-formula-image): Add the header stuff from in-buffer
220         settings.
221         (org-read-date-analyze): Base the analysis for future preference
222         on NOW, not on the default date.
224         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
225         for TODO keyword in inline tasks.
227         * org.el (org-log-note-headings): New headings for removing
228         deadline or scheduling date.
229         (org-deadline, org-schedule): Arrange for logging when removing a
230         date.
231         (org-add-log-note): Handle deadline and scheduling removal.
233 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
237 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
239         * org-agenda.el (org-diary-class): New function.
241 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
243         * org-latex.el (org-export-latex-preprocess): Do process the text
244         of a radio target.
246 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
248         * org.el (org-entry-properties): Add TIMESTAMP properties back
249         in.
251 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
253         * org.el (org-all-time-keywords): New variable.
254         (org-set-regexps-and-options): Set `org-all-time-keywords'.
255         (org-entry-blocked-p): New function.
256         (org-special-properties): Add BLOCKED as a new special property.
257         (org-entry-properties): New optional argument SPECIFIC, only parse
258         for this property when it is specified.
259         (org-entry-get): Pass a SPECIFIC argument to
260         `org-entry-properties'.
262         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
264 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org-latex.el (org-export-latex-tables): No forced line end if
267         there is no caption.
269 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
272         package.
274         * org-latex.el (org-export-latex-tables): Only add a caption when
275         macro in in longtable environments if one has been defined.
277         * org-html.el (org-export-as-html): Only take title from buffer if
278         not exporting body-only.
280         * org-latex.el (org-export-latex-preprocess): Better version of
281         the regular expression for protecting LaTeX macros.
282         (org-export-latex-preprocess): Start searching for macros to
283         protect from beginning of buffer.
285         * org-exp.el (org-export-target-internal-links): Check for
286         protectedness earlier in the string.
288         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
289         case sensitively.
291         * org-id.el (org-id-store-link): Match TODO keywords case
292         sensitively.
294         * org.el (org-heading-components, org-get-outline-path)
295         (org-display-outline-path): Match TODO keywords case sensitively.
297         * org-latex.el (org-export-as-latex): Ignore read-only
298         properties.
300         * org-exp.el (org-export-preprocess-string): Remove any
301         `read-only' properties.
303         * org-agenda.el (org-agenda-inactive-leader): New option.
304         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
305         (org-tags-view): Prompt for matcher if MATCH is an empty string.
306         (org-todo-list): Prompt for matcher if ARG is an empty string.
308 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
310         * org.el (org-open-link-functions): New hook.
311         (org-open-at-point): Run `org-open-link-functions'.
313 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
316         stamps as well.
318         * org.el (org-inhibit-startup-visibility-stuff): New variable.
319         (org-mode): Don't do startup visibility if inhibited.
320         (org-outline-overlay-data, org-set-outline-overlay-data): New
321         functions.
322         (org-save-outline-visibility): New macro.
323         (org-log-note-headings): Document that one should not change the
324         `state' note format.
326 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org.el (org-make-link-regexps): Capture link path into a group.
330 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
333         the options plist.
335 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
337         * org.el (org-startup-with-beamer-mode): New option.
338         (org-property-changed-functions)
339         (org-property-allowed-value-functions): New hooks.
340         (org-entry-put, org-property-get-allowed-values): Run the new
341         hooks.
342         (org-property-next-allowed-value): Run the new hooks.
344         * org-exp.el (org-export-select-backend-specific-text): Add the
345         special beamer tags.
347         * org-beamer.el
348         (org-export-preprocess-before-selecting-backend-code-hook): New
349         file.
351         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
352         (org-export-as-latex): Run
353         `org-export-latex-after-initial-vars-hook'.
354         (org-export-latex-format-toc-function)
355         (org-export-latex-make-header): Call
356         `org-export-latex-format-toc-function'.
358         * org.el (org-fill-template): Make template searches case sensitive.
360         * org-exp.el (org-export): Use "1" as a sign to export only the
361         subtree.
363         * org-colview-xemacs.el (org-columns-edit-value): Use
364         org-unrestricted property.
366         * org-colview.el (org-columns-edit-value):  Use
367         org-unrestricted property.
369         * org.el (org-compute-property-at-point): Set org-unrestricted
370         text property if the list contains ":ETC".
371         (org-insert-property-drawer):  Use
372         org-unrestricted property.
374         * org-exp.el
375         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
376         (org-export-preprocess-string): Run
377         `org-export-preprocess-before-selecting-backend-code-hook'.
379         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
381         * org-latex.el (org-export-region-as-latex): Run
382         `org-export-first-hook'.
384         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
386         * org-docbook.el (org-export-as-docbook): Run
387         `org-export-first-hook'.
389         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
391         * org-exp.el (org-export-first-hook): New hook.
393 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org-list.el (org-previous-item): Exit at the beginning of the
396         buffer.
398         * org-id.el (org-id-locations-save): Only write the id locations
399         if any are defined.
401         * org-archive.el (org-archive-all-done): Make this work in a file
402         with org-odd-levels-only set.
404         * org.el (org-get-refile-targets): Catch the case when a buffer
405         has no file.
407         * org-latex.el (org-export-as-latex): Cleanup forced line ends
408         where they are not needed.
409         (org-export-latex-subcontent): Remove unnecessary newlines.
411 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
413         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
414         (org-export-latex-fontify): Fix regexp bug that takes special
415         care of protecting the right boundary characters in emphasis
416         matches.
417         (org-export-latex-preprocess): Allow multiple arguments to latex
418         macros.
420         * org.el (org-make-link-regexps): Use John Gruber's regexp for
421         urls.
423         * org-macs.el (org-re): Interpret :punct: in regexps.
425         * org-exp.el (org-export-replace-src-segments-and-examples): Also
426         take the final newline after the END line.
428         * org.el (org-clean-visibility-after-subtree-move): Only fix
429         entries that are not entirely invisible already.
430         (org-insert-link): Respect org-link-file-path-type for
431         "docview:" links in addition to "file:" links.
433 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
435         * org-exp.el (org-export-format-source-code-or-example): Avoid
436         additional extra white lines in LaTeX.
438         * org-list.el (org-list-parse-list): Leave empty lines after the
439         list, don't consider them as part of the list.
441         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
442         searches.
444         * org-clock.el (org-clock-select-task): Convert integer to
445         character for XEmacs.
447 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
450         compatible.
452 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
454         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
455         variable.
456         (org-set-tags): Use it.
458 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org-list.el (org-empty-line-terminates-plain-lists): Update
461         docstring.
463         * org.el (org-format-latex): Fix link creation for processed latex
464         snippets.
466 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
468         * org-footnote.el (org-footnote-normalize): Protect replacement
469         text.
471         * org.el (org-inside-latex-macro-p): Save match data.
473 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
475         * org-docview.el: New file.
477 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org-latex.el (org-export-latex-class-options): New variable.
480         (org-export-latex-set-initial-vars): Use the class options.
482         * org.el (org-forward-same-level): Stop at headings that start
483         with an invisible character.
484         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
486 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
488         * org-footnote.el (org-footnote-normalize): Don't take optional
489         arguments in LaTeX macros as footnotes.
491         * org.el (org-inside-latex-macro-p): New function.
493         * org-latex.el (org-latex-to-pdf-process): Change customization
494         group to `org-export-pdf'.
496         * org-agenda.el (org-agenda-get-blocks): Look at time string also
497         on days after the first one.
499         * org.el (org-insert-heading): Also check for item before assuming
500         before-first-heading condition.
502         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
503         (org-export-pdf-logfiles): New option.
504         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
505         (org-export-pdf-logfiles): Fix customization type.
507         * org.el (org-insert-link): Improve error message when there is no
508         default link to select with RET.
510         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
511         parameter list.
513 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org-latex.el (org-export-latex-parse-global)
516         (org-export-latex-parse-content)
517         (org-export-latex-parse-subcontent): Use
518         `org-re-search-forward-unprotected'.
519         (org-export-as-pdf): Remove log files produced by XeTeX.
521         * org-macs.el (org-re-search-forward-unprotected): New function.
523 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
525         * org-colview.el (org-agenda-colview-summarize): Sort out some
526         confusion between properties and titles, which resulted in
527         agenda summaries not working if a title was set for a column.
529 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org-mobile.el (org-mobile-agendas): New option.
532         (org-mobile-sumo-agenda-command): Select the right agendas.
534         * org-latex.el (org-export-latex-format-image): Preserve the
535         original-indentation property.
537 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
539         * org-clock.el (org-clock-insert-selection-line): Catch error when
540         an old tasks no longer exists.
542         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
543         (org-export-as-pdf): Don't remove the old PDF file before making
544         the new one.
546         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
547         (org-mouse-context-menu): Use `org-looking-back'.
549         * org.el (org-cycle-level): Use `org-looking-back'.
551         * org-list.el (org-cycle-item-indentation): Use
552         `org-looking-back'.
554         * org-compat.el (org-looking-back): New function.
556         * org.el (org-insert-heading): Catch before-first-headline when
557         inserting a headline.
559 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
561         * org-latex.el (org-export-latex-format-image): Indent figure
562         environment, so that it does not interrupt plain list.
564         * org.el (org-open-at-point): Allow long link descriptions.
566 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org-html.el (org-export-as-html): Remove empty lines at the
569         beginning of the exported text.
571 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-protocol.el (org-protocol-remember): Cater for empty title,
574         region, link.
576         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
577         agenda after adding new entry.
578         (org-agenda-get-represented-tags): New function.
579         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
580         to get a list of tags in the agenda.
582         * org-datetree.el (org-datetree-find-day-create): Fix regular
583         expression.
585         * org.el (org-display-outline-path): Use a format specifier for
586         message, to avoid problems with heading containing `%'.
588         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
589         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
590         (org-agenda-fix-displayed-tags): New function.
591         (org-agenda-do-context-action): Just call
592         `org-display-outline-path', without piping the result through
593         `message'.
595         * org-latex.el (org-export-latex-preprocess): Protect secondary
596         footnote references.
598         * org-indent.el (org-indent-initialize): Avoid empty strings as
599         line prefixes.
601         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
602         hat checking for the mark does not throw an error.
603         (org-agenda-diary-entry-in-org-file): Catch the case that there is
604         not `day' text property in the cursor line.
606         * org.el (org-sort-entries-or-items): Make sure that the final
607         entry has a newline before doing the sorting.
609         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
610         property at the beginning of the line.
612         * org.el (org-make-link-string): Don't allow a description with
613         only white space.
615 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
617         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
618         (org-agenda-insert-diary-as-top-level): New function.
619         (org-agenda-add-entry-to-org-agenda-diary-file): Call
620         `org-agenda-insert-diary-as-top-level'.
622         * org.el (org-occur-in-agenda-files): Make sure none of the
623         buffers is narrowed.
624         (org-activate-plain-links): Add the face property here.
625         (org-set-font-lock-defaults): Do not add the face to plain links,
626         the activator function does this.
628         * org-habit.el (org-is-habit-p): Add doc string.
630 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-archive.el (org-archive-subtree-default-with-confirmation):
633         Autoload.
635         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
636         after match optional (happens at the end of a line...).
638         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
639         for special blocks.
641         * org-faces.el (org-copy-face): Set lisp indentation.
642         (org-quote, org-verse): New faces.
644         * org-agenda.el (org-agenda-remove-date): Remove variable.
646 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
650 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
652         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
653         hash keys to cache and re-use images generated by the
654         org-exp-blocks interface to ditaa and dot.
656 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org-html.el (org-export-as-html): Move the home/up link into
659         the content div.
661         * org.el (org-export-latex-packages-alist): Option definition
662         moved here from org-latex.el.
664 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
666         * org.el (org-format-latex): Latex images are now saved to files
667         named by the sha1 hash of the latex source text avoiding
668         regeneration of identical images.
670 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-html.el (org-export-html-home/up-format): Add an ID to the
673         up/home div.
675 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
677         * org-wl.el (org-wl-store-link): Handle the case that
678         `wl-use-petname' is set.
680         * org.el (org-set-effort): Improve prompt.
681         (org-get-outline-path): Widen to get full path.
682         (org-compact-display-after-subtree-move): Function removed.
684         * org-latex.el (org-export-as-latex): Add the :drawers property.
686 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
688         * org.el (org-speed-commands-user): Allow documentation headlines.
689         (org-speed-commands-default): Organize the value of this constant
690         with descriptive headlines.
691         (org-print-speed-command): Output the headlines.
693 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-agenda.el (org-agenda-show-outline-path): New option.
696         (org-agenda-do-context-action): New function.
697         (org-agenda-next-line, org-agenda-previous-line): Use
698         `org-agenda-do-context-action'.
700         * org.el (org-use-speed-commands): Allow function value.
701         (org-speed-commands-default): Make headline motion safe, so that
702         these commands always end on a headline.
703         (org-speed-commands-default): New key `v' for `org-agenda'.
704         (org-speed-move-safe): New function.
705         (org-self-insert-command): Use the function value of
706         `org-use-speed-commands'.
707         (org-get-outline-path): Improve docstring.
708         (org-format-outline-path): New function.
709         (org-display-outline-path): New function.
711 2009-11-12  John Wiegley  <jwiegley@gmail.com>
713         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
714         a string, use that to find the LOGBOOK drawer.
716 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
718         * org.el (org-clone-subtree-with-time-shift): Make it work at the
719         end of the buffer.
721         * org-mobile.el (org-mobile-write-checksums): Specify coding
722         system.
723         (org-mobile-timestamp-buffer): Keep local variable/mode line at
724         beginning of buffer.
726         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
728         * org.el (org-block-todo-from-children-or-siblings-or-parent)
729         (org-block-todo-from-checkboxes): Do not block changes to a nil
730         TODO state.
732 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
734         * org-habit.el (org-habit-parse-todo): Indicate which habit is
735         wrongly set up in the error messages.
737         * org-colview.el (org-columns-display-here): Don't try to
738         calculate values if the underlying property is not set.
739         (org-columns-string-to-number): Convert age strings back into
740         fractional days.
741         (org-agenda-colview-summarize): Handle extended summary types
742         properly.
744         * org-colview-xemacs.el (org-columns-display-here): Don't try to
745         calculate values if the underlying property is not set.
746         (org-columns-string-to-number): Convert age strings back into
747         fractional days.
748         (org-agenda-colview-summarize): Handle extended summary types
749         properly.
751 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
753         * org-exp.el (org-export-format-drawer-function): New variable.
754         (org-export-format-drawer): New function.
755         (org-export-preprocess-string): Pass the backend as a parameter to
756         `org-export-remove-or-extract-drawers'.
757         (org-export-remove-or-extract-drawers): New parameter BACKEND.
759         * org-protocol.el (org-protocol-char-to-string): New defsubst.
761 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
763         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
764         message when no block is selected.
766         * org-latex.el (org-export-latex-links): Check for protectedness
767         in the last matched character, not after the match.
769         * org-datetree.el (org-datetree-find-date-create): Respect
770         restriction when KEEP-RESTRICTION is set.
771         (org-datetree-file-entry-under): New function.
772         (org-datetree-cleanup): New command.
774 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
776         * org-src.el (org-edit-src-code): New optional argument context
777         allows calling functions to avoid altering the saved window
778         configuration.
779         (org-edit-src-exit): Do not restore window configuration when this
780         function is used in the context of saving the edit buffer.
782 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
784         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
785         instances to switching to with-current-buffer, because these seem
786         to cause problems - no idea why.
788         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
789         Require diary-lib for (diary-date-display-form).
791         * org.el (org-log-reschedule, org-log-redeadline): New options.
792         (org-log-note-headings): Add templates for rescheduling and
793         deadline changing.
794         (org-startup-options): Add in-buffer settings for logging changing
795         schedule and deadline time stamps.
796         (org-deadline, org-schedule): Check for existing date and arrange
797         for logging if the user requests it.
798         (org-add-log-note): Prepare proper note buffers for rescheduling
799         and deadline changes.
801 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
803         * org-agenda.el (org-agenda-diary-entry-in-org-file)
804         (org-agenda-add-entry-to-org-agenda-diary-file)
805         (org-agenda-insert-diary-make-new-entry): New functions.
806         (org-agenda-diary-entry): Call
807         `org-agenda-diary-entry-in-org-file' when appropriate.
809         * org.el (org-calendar-insert-diary-entry-key): New option.
810         (org-agenda-diary-file): New option.
811         ("calendar"): Install our insertion function in the calendar.
813         * org-remember.el (org-datetree): Require.
814         (org-remember-templates): Add new positioning option.
815         (org-remember-reference-date): New variable.
816         (org-remember-apply-template): Store the reference date in a local
817         variable.
818         (org-remember-handler): Implement date tree positioning of entries.
820         * org-datetree.el: New file.
822         * org-latex.el (org-export-latex-preprocess): Protect targets in
823         verbatim emphasis.
825         * org-html.el (org-export-as-html): Protect targets in verbatim
826         emphasis.
828         * org-docbook.el (org-export-as-docbook): Protect targets in
829         verbatim emphasis.
831 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
833         * org.el (org-link-display-format): Should be literal replacement.
835 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
837         * org-clock.el (org-show-notification): Handle messages that
838         contain a percent character.
840         * org-remember.el (org-remember-apply-template): Turn of partial
841         completion.
843         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
844         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
846         * org.el (org-indent-mode): Define variable already in org.el.
847         (org-unfontify-region): Remove line-prefix and wrap-prefix
848         properties only if org-indent-mode is active.
850 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-icalendar.el (org-print-icalendar-entries): Save match data
853         around call to verify function.
854         (org-print-icalendar-entries): Add a call to the verification
855         function.
857         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
858         save-restrivtion' form.
860 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
862         * org-exp.el (org-export-format-source-code-or-example): restrict
863         scope of preserve-indentp to the let binding.
864         (org-src): require org-src, since org-src-preserve-indentation is used.
866 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
868         * org-timer.el (org-timer-set-timer): Set variables
869         org-timer-timer[123] correctly.
872         * org-mobile.el (org-mobile-files-alist): Make it work when
873         `agenda-archives' is included in
874         `org-agenda-text-search-extra-files'.
875         (org-mobile-push): Restore agenda after mobile push.
877 2009-11-05  John Wiegley  <jwiegley@gmail.com>
879         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
880         way the amount of idle time is presented in the minibuffer.
882 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
884         * org-icalendar.el (org-print-icalendar-entries): Use
885         org-icalendar-verify-function only if non-nil.
887         * org.el (org-refile): Refile to clock only if the prefix arg is
888         2.
889         (org-sparse-tree): Fix docstring to be in line with prompt.
890         (org-update-parent-todo-statistics): Call
891         `org-after-todo-statistics-hook' on each level.
893 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-remember.el (org-remember-apply-template): Make sure the
896         buffer exists.
898 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
900         * org.el (org-tab-ind-state): New variable.
901         (org-cycle-level): New function.
902         (org-cycle-level-after-item/entry-creation): New option.
903         (org-flag-subtree): New function.
904         (org-hide-archived-subtrees): Call `org-flag-subtree'.
905         (org-set-effort): Indexed access.
907         * org-list.el (org-cycle-item-indentation): New function.
909         * org.el (org-refile): Make prefix argument 2 refile to current
910         clock.
911         (org-priority): Interpret action `remove' as call to remove the
912         priority cookie.
914         * org-remember.el (org-remember-apply-template): Don't depend on
915         buffer name being like file name.
917 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
919         * org-clock.el (org-clock-play-sound): Expand file in
920         org-clock-sound, to allow ~ for home.
922         * org-remember.el (org-remember-handler): Set
923         text-before-node-creation even if this already looks like a node,
924         because the string might be needed on non-org-mode target files.
926         * org-agenda.el (org-agenda-open-link): Make this work in agenda
927         clocktables.
928         (org-agenda-switch-to): Follow a link at point if
929         org-return-follows-link' is set and there is nothing else to do in
930         this line.
932 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
934         * org-colview-xemacs.el: Add in changes from org-colview.el
936 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
938         * org-exp-blocks.el: Modify split separator regexp to avoid empty
939         strings.
941 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
943         * org-colview.el (org-columns-new): Make this work with the new
944         operators.
945         (org-columns-store-format): Make this work with the new operators.
947 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
949         * org-src.el (org-src-preserve-indentation): Document that this
950         variable is also used during export.
952         * org-exp.el (org-export-format-source-code-or-example): Preserve
953         indentation if a block has a -i option, or if
954         `org-src-preserve-indentation' is set.
956         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
957         indentation if a block has a -i option, or if
958         `org-src-preserve-indentation' is set.
960 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
962         * org.el (org-mode-map): Define the new archiving keys.
963         (org-speed-commands-default): Define an archiving key in the speed
964         command map.
965         (org-org-menu): Improve the menu structure concerning archiving.
967         * org-archive.el (org-archive-subtree-default-with-confirmation):
968         New command.
970         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
971         (org-agenda-menu): Add the new archiving commands to the menu.
972         (org-agenda-archive-default)
973         (org-agenda-archive-default-with-confirmation): New commands.
974         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
975         call `org-agenda-archive-with'.
976         (org-agenda-archive-with): New function.
978         * org-table.el (org-table-convert-region): Inert spaces around "|"
979         to avoid line beginnings like "|-1" which will be mistaken as
980         hlines.
982 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org.el (org-offer-links-in-entry): Return nil if there are no
985         links, t if a link has been selected.
986         (org-open-at-point): Open attachment directory when called in the
987         headline and there are no links in the entry body.
988         (org-speed-commands-default): Add "o" for open-at-point as a speed
989         command.
991         * org-attach.el (org-attach-reveal): Optional prefix arg
992         IF-EXISTS, which avoids creating the attachment directory if it
993         does not yet exist.
995         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
996         MATCH.
998 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1000         * org.el ("abbrev"): Work with abbrev tables only after they have
1001         been loaded.
1003         * org-list.el (org-list-send-list): Fix bug related to match
1004         data.
1006         * org-latex.el (org-export-latex-fontify): Apply verbatim
1007         emphasis.
1008         (org-export-latex-make-header): Insert \obeylines if line breaks
1009         should be preserved.
1011         * org-exp.el (org-export-protect-verbatim): Add an
1012         `org-verbatim-emph' property to such text.
1014 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1017         (org-print-icalendar-entries): Skip entries where the timestamp is
1018         not a deadline and not scheduled, if the user requests that.
1020         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1021         before an opening quote.
1023         * org-archive.el (org-archive-subtree): Keep archive after
1024         archiving something.
1026         * org-id.el (org-id-update-id-locations): Add archive files if
1027         that is required by `org-id-extra-files'.
1029 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org-src.el (org-src-window-setup): New option.
1032         (org-src-switch-to-buffer): New function.
1033         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1034         restore window configuration.
1035         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1036         Call `org-src-switch-to-buffer'.
1038         * org.el (org-default-properties): Add STYLE property.
1039         (org-files-list): Use the function call to get the files.
1040         (org-additional-option-like-keywords): Add SETUPFILE to completion
1041         list.
1043 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-table.el (org-table-convert-region): Correctly interpret
1046         quoting in csv import.
1048         * org.el (org-icompleting-read): Make iswitchb completion work
1049         with lists and tables.
1051         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1052         while pushing the mobile agenda.
1054 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1056         * org-clock.el
1057         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1058         and `when-no-clock-is-running'.
1059         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1060         whether or not to resolve Org buffers on clock in.
1062 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1064         * org-colview.el (org-format-time-period): Function to format
1065         times in fractional days for display.
1066         (org-columns-display-here): Add support for showing a calculated
1067         value in place of the property.
1068         (org-columns): Set `org-columns-time' to the current time so time
1069         difference calculations will work.
1070         (org-columns-time): Use to store the current time when column view
1071         is displayed, so all time differences will use the same reference
1072         point.
1073         (org-columns-compile-map): There is now an extra position in each
1074         entry specifying the function to use to calculate the displayed
1075         value for the non-calculated properties in the column,
1076         (org-columns-compute-all): Set `org-columns-time' to the current
1077         time so time difference calculations will work.
1078         (org-columns-compute): Handle column operators where the values
1079         used are calculated from the underlying property.
1080         (org-columns-number-to-string): Handle the 'age' column format
1081         (org-columns-string-to-number): Correct the function name (was
1082         org-column...). Add support for the 'age' column format.
1083         (org-columns-compile-format): Support the additional parameter in
1084         org-columns-compile-map.
1086 2009-10-26  Bastien Guerry  <bzg@altern.org>
1088         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1089         variable.
1091 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org-clock.el (org-clock-has-been-used): New variable.
1094         (org-clock-in): Set `org-clock-has-been-used'.
1095         (org-clock-save): Save only if clock data has been used or created
1096         during this session.
1098 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1100         * org-clock.el (org-clock-persist): New value, to store only the
1101         clock history.
1102         (org-clock-save): Don't save the clock if only the history should
1103         be stored.
1104         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1105         when restoring a saved clock.
1107 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1109         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1110         `org-time-clock-use-fractional'.
1112         * org.el (org-time-clocksum-use-fractional)
1113         (org-time-clocksum-fractional-format): Two new customizable
1114         variables which allow the user to select fractional times (1.25
1115         instead of 1:25) in the `org-clock-display' report.
1117 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1119         * org-habit.el (org-habit-build-graph): None of the arguments
1120         should be optional.
1121         (org-habit-parse-todo, org-habit-deadline)
1122         (org-habit-get-priority, org-habit-get-faces)
1123         (org-habit-build-graph): Further simplifications by storing all
1124         past, scheduled and deadline dates as a number of days past the
1125         epoch, and not as times.
1127         * org-habit.el (org-habit-warning-face)
1128         (org-habit-warning-future-face): Removed because these are no
1129         longer used.
1130         (org-habit-deadline, org-habit-deadline-repeat): Now always
1131         returns a date; computed if there was a scheduled repeater but no
1132         deadline repeater.
1133         (org-habit-get-priority): Further improvements to the priority
1134         algorithm.  In particular, items past due should always appear
1135         before items due or not yet due.
1136         (org-habit-get-faces): Greatly simplified the logic, now that
1137         `org-habit-deadline' always returns a valid time.
1139 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1141         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1142         New option.
1144         * org.el (org-tag-alist): Fix customization type.
1146 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1149         Make sure the regexp search can fail without throwing an error.
1150         (org-mobile-apply): Save the inbox buffer after removing
1151         successfully applied changes.
1153 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1155         * org-habit.el (org-habit-build-graph): Fix to the graph building
1156         when last DONE date is earlier than `org-habit-preceding-days'.
1158         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1159         time is reported after the user comes back (but before they
1160         resolve time).
1162         * org.el (org-get-repeat): Change so that this function can be
1163         called with either `org-scheduled-string' or
1164         `org-deadline-string'.
1166         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1167         to find the scheduled date.
1169         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1170         `org-clock-disable-clock-resolution', since negatives don't sound
1171         good in customization variables.
1172         (org-clock-in): Don't use the auto-resolution logic if the user is
1173         clocking into a different task while an active clock is running.
1174         This then allows the default behavior of clocking out of the open
1175         task and then into the new task.
1177         * org-habit.el (org-habit-parse-todo): Generate an error if a
1178         habit has a scheduled repeat period < 1.
1179         (org-habit-get-faces): Fixes to the way that colors are computed.
1180         (org-habit-build-graph): The graph wasn't displaying beyond any
1181         day that had two completions in it.
1183         * org.el (org-modules): Made this variable more consistent, since
1184         it was referring to Org, OrgMode and Org-mode, whereas the docs
1185         for the variable always refer to Org-mode.
1187 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1189         * org.el (org-repeat-re): The changed org-repeat-re no longer
1190         matched simple +2d type repeaters. Fix it so it does.
1192 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1194         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1195         macro in the VERSE environment.
1197 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1199         * org-habit.el (org-habit-get-priority): A new function that
1200         determines the relative priority of a habit, based on how long
1201         past its scheduled date it is, and how near the deadline is.
1203         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1204         using `org-habit-get-priority'.
1206         * org-habit.el (org-habit-build-graph): Start displaying colors
1207         from the first scheduled date, if that date is earlier than the
1208         first completion date.
1210         * org-habit.el: Changed all "color" variables to faces, and made
1211         them appropriate for light and dark backgrounds.
1213         * org-habit.el (org-habit-duration-to-days): Made this function
1214         more general.
1215         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1217         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1218         habits, since they don't use DEADLINE anymore.
1220         * org.el (org-repeat-re, org-display-custom-time)
1221         (org-timestamp-change): Extended to support the new ".+N/N"
1222         syntax, used for habits.
1224         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1225         variable reference.
1227         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1228         modeline when habits are being displayed (if that module is being
1229         loaded).
1231 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1233         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1234         idle time using the xscreensaver extension.
1235         (org-user-idle-seconds): Use X11 idle time if available.
1237 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-agenda.el (org-agenda-next-line): New command.
1240         (org-agenda-previous-line): New commands.
1241         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1242         commands.
1243         (org-agenda-follow-mode): Do the follow immediately if the mode is
1244         turned on here.
1245         (previous-line, next-line): Replace keys with the corresponding
1246         org functions.
1247         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1248         command.
1250         * org.el (org-icompleting-read): Turn off partial completion mode
1251         for the duration of this completion round.
1253         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1254         macros in author lines and similar stuff.
1256         * org.el (org-file-tags): Fix docstring.
1257         (org-get-buffer-tags): Add the #+FILETAGS tags.
1258         ("ecb"): Maks ecb show context after jumping into an Org file.
1260 2009-10-20  John Wiegley  <johnw@newartisans.com>
1262         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1263         graphs after everything else in the buffer has been setup.
1265 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1267         * org-mobile.el (org-mobile-apply): Count success and failure.
1269         * org.el (org-indent-line-function): Fix regexp replace problem.
1271 2009-10-19  John Wiegley  <johnw@newartisans.com>
1273         * org-clock.el (org-clock-disable-clock-resolution): New
1274         customization variable that disable automatic clock resolution on
1275         clock in.
1276         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1277         not automatically resolve anything.  This is does not affect
1278         idle-time resolution, however, if `org-clock-idle-time' is set.
1280 2009-10-19  John Wiegley  <johnw@newartisans.com>
1282         * org-habit.el: New file, which implements code to build a "habit
1283         consistency graph".
1285         * org-agenda.el (org-agenda-get-deadlines)
1286         (org-agenda-get-scheduled): Display consistency graphs when
1287         outputting habits into the agenda.  The graphs are always relative
1288         to the current time.
1289         (org-format-agenda-item): Added new parameter `habitp', which
1290         indicates whether we are formatting a habit or not.  Do not
1291         display "extra" leading information if habitp is true.
1293         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1294         leaders for repeat strings.
1295         (org-get-repeat): Now takes a string parameter `tagline', so the
1296         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1298 2009-10-19  John Wiegley  <johnw@newartisans.com>
1300         * org-agenda.el (org-agenda-auto-exclude-function): New
1301         customization variable for allowing the user to create an "auto
1302         exclusion" filter for doing context-aware auto tag filtering.
1303         (org-agenda-filter-by-tag): Changes to support the use of
1304         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1306 2009-10-18  John Wiegley  <johnw@newartisans.com>
1308         * org.el (org-files-list): Don't attempt to return a file name for
1309         Org buffers which have no associated file.
1311         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1313 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-mobile.el (org-mobile-locate-entry): Interpret files
1316         relative to org-directory.
1317         (org-mobile-inbox-for-pull): Document the best location for this
1318         file.
1319         (org-mobile-check-setup): Verify `org-directory'.
1320         (org-mobile-create-index-file): Sort the files to be listed in
1321         index.org.
1323 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1325         * org.el (org-fast-tag-selection): Add a way to display a
1326         description for a tag group. This is done by adding a string to
1327         either the startgroup or endgroup cell.
1329 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1331         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1332         (org-emacs-idle-seconds): Use `org-float-time' instead of
1333         `time-to-seconds'
1335 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1338         type.
1340         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1341         the value of ARG when doing local cycling.
1343 2009-10-17  John Wiegley  <johnw@newartisans.com>
1345         * org-clock.el (org-clock-resolve-clock): If keeping or
1346         subtracting time results in a clock out at a time in the past, and
1347         if the resolution occurred due to idleness or invoking `M-x
1348         org-resolve-clocks', remember that past moment in time.  On the
1349         next clock in, the user will be prompted to see if they want to
1350         back-date their new clock to then.
1351         (org-clock-resolve): Do not jump the user to the location of a
1352         dangling clock if the resolution is occuring due to an idle
1353         timeout.  In that case there is typically only one dangling clock,
1354         the active one, and there is no value gained by shuffling their
1355         windows around to show it to them.  Being prompted to resolve an
1356         idle clock should be as inobtrusive as possible.
1357         (org-resolve-clocks-if-idle): New function that resolves only the
1358         currently active clock if the user has exceeded the time returned
1359         by `org-user-idle-seconds', based on the value of
1360         `org-clock-idle-time'.
1361         (org-clock-in): If, after resolving clocks,
1362         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1364         * org-clock.el (org-clock-resolve-clock): New function that
1365         resolves a clock to a specific time, closing or resuming as need
1366         be, and possibly even starting a new clock.
1367         (org-clock-resolve): New function used by `org-resolve-clocks'
1368         that sets up for the call to `org-clock-resolve-clock'.  It
1369         determines the time to resolve to based on a single-character
1370         selection from the user to either keep time, subtract away time or
1371         cancel the clock.
1372         (org-resolve-clocks): New user command which resolves dangling
1373         clocks -- that is, open but not active -- anywhere in the file
1374         list returned by `org-files-list'.
1375         (org-clock-in): Automatically resolve dangling clocks whenever a
1376         user clocks in.
1377         (org-clock-cancel): If the user cancels the solely clock in a
1378         LOGBOOK, remove the empty drawer.
1380         * org-clock.el (org-clock-idle-time): New user customizable option
1381         for detecting whether the user has left a clock idle.  Note: it is
1382         only used in this commit to test whether it's worthwhile to check
1383         OS X to get the Mac user's current idle time.  If the Emacs idle
1384         time is less than the value, the user hasn't been away long enough
1385         to be worth checking (a more expensive test than just getting
1386         Emacs idle time).
1387         (org-user-idle-seconds, org-mac-idle-seconds)
1388         (org-emacs-idle-seconds): This three functions, in conjunction
1389         with the user customization variable `org-clock-idle-time', return
1390         the number of seconds (as a floating point) that the user has been
1391         away from their Emacs (or, if running on OS X, their computer).
1393         * org-clock.el (org-find-open-clocks): New function that returns a
1394         list of all open clocks in the given FILE.  Note that each clock
1395         it returns is a cons cell of the format (MARKER . START-TIME).
1396         This "clock" value is used by several of the new clock module
1397         utility functions.
1398         (org-is-active-clock): New inline function which tests whether the
1399         given clock value is the same as the currently active clock.
1400         Returns non-nil if this is the case.
1401         (org-with-clock-position): New macro that evaluates FORMS with
1402         point in the buffer and at the position of the given clock.
1403         Changes to the current clock are global.
1404         (org-with-clock): New macro that evaluates FORMS with point in the
1405         buffer and at the position of the given clock.  However, changes
1406         to the current clock are local and have no effect on the user's
1407         active clock.  This allows, for example, far any clock to be
1408         cancelled without cancelling the active clock.
1409         (org-clock-clock-in): New inline function that switches the active
1410         clock to the given clock.  If either the argument RESUME, or the
1411         global `org-clock-in-resume', are non-nil, it will resume a clock
1412         that was previously left open.
1413         (org-clock-clock-out): New inline function that clocks out the
1414         given clock value without affecting the currently active clock.
1415         (org-clock-clock-cancel): New inline function that cancels the
1416         given clock value without affecting the currently active clock.
1418         * org-clock.el (org-clock-in): Before creating
1419         `org-clock-mode-line-timer', check to make sure an older timer is
1420         not currently running.
1421         (org-clock-out): Accept new third parameter `at-time', which
1422         permits a clock to be clocked out at a specific time.  Note that
1423         no attempt is made to verify that the clock out time is later than
1424         the clock in time.
1426         * org.el (org-files-list): New utility function for returning a
1427         list of all open org-mode buffers, plus all files used to build
1428         the agenda buffer.  Note that not all the files will necessarily
1429         be visited by a buffer at time of call.
1430         (org-entry-beginning-position): Like the function
1431         `line-beginning-position', this inline function returns the
1432         beginning position of the current heading/entry.
1433         (org-entry-end-position): Like the function `line-end-position',
1434         this inline function returns the end position of the current
1435         heading/entry.
1437 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1439         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1440         a header line.
1442 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1444         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1446 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1448         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1449         entries that have no tags.
1450         (org-agenda-search-view): New customize group.
1451         (org-agenda-search-view-search-words-only): New option.
1452         (org-search-view): Implement substring search.
1454 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org.el (org-outline-level): Add doc string.
1458 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1460         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1461         variable.
1462         (org-inlinetask-export-handler): Only export inline task if the
1463         user option calls for it.
1465 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1468         END if present.
1470 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1472         * org-latex.el (org-export-latex-tables): Don't format in
1473         protected regions.
1475 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1477         * org-src.el (org-edit-src-code)
1478         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1479         macro editing.
1481         * org-agenda.el (org-prefix-category-max-length): New variable.
1482         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1483         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1485 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-mobile.el (org-mobile-create-index-file): Improve the
1488         listing of tags and todo keywords.
1490         * org-latex.el (org-export-latex-format-image): New function.
1491         (org-export-latex-links): Use `org-export-latex-format-image'.
1493 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1495         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1496         (org-inlinetask-remove-terminator): New functions.
1497         (org-inlinetask-export-handler): Terminate the description list.
1499         * org-exp.el (org-export-select-backend-specific-text): Remove the
1500         region markers.
1502         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1503         tasks without content.
1505         * org-clock.el: Make sure the clock-in target position does not
1506         move to a different node by widening the buffer.
1508         * org-html.el (org-export-html-format-image): Wrap image into
1509         figure div only when there is a caption.
1511         * org-archive.el (org-archive-mark-done): Change default value to
1512         nil.
1514 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1516         * org.el (org-context): Call `bobp', not `eobp'.
1518         * org-clock.el (org-clock-cancel): Remove quotes from marker
1519         variables.
1521         * org.el (org-read-date-prefer-future): New allowed value `time'.
1522         (org-read-date-analyze): Shift day to tomorrow depending on time
1523         entered and value of `org-read-date-prefer-future'.
1525 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1527         * org.el (org-set-tags-to): New command.
1529         * org-mobile.el (org-mobile-action-alist): Add more options and
1530         update the docstring.
1531         (org-mobile-apply-flags): Parse for and use the data.
1533         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1534         the plist.
1536         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1537         keyword.
1539         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1541 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org-inlinetask.el (org-inlinetask-export): Option removed.
1544         (org-inlinetask-export-handler): Better export.
1546         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1547         (org-export-as-xoxo): Run the new hook.
1549         * org-html.el (org-export-html-final-hook): New hook.
1550         (org-export-as-html): Run the new hook.
1552         * org-docbook.el (org-export-docbook-final-hook): New hook.
1553         (org-export-as-docbook): Run the new hook.
1555         * org-ascii.el (org-export-ascii-final-hook): New hook.
1556         (org-export-as-ascii): Run the new hook.
1558         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1559         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1561         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1562         space character as the character before the ^/_.
1563         (org-export-latex-final-hook): New hook.
1564         (org-export-as-latex): Run `org-export-latex-final-hook'.
1566 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org-macs.el (org-if-unprotected-at): Fix docstring.
1570         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1571         text in the prefix (if category is a link).
1573         * org-latex.el (org-export-latex-preprocess): Deal properly with
1574         empty lines in verse environments.
1576         * org.el (org-format-latex-header): Inline fullpage.sty.
1578         * org-footnote.el (org-footnote-create-definition): Reveal context
1579         to add a new footnote definition.
1581         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1582         the index file.
1583         (org-mobile-files): New option.
1584         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1585         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1586         functions.
1587         (org-mobile-push): Start by creating the files lists.
1588         (org-mobile-copy-agenda-files): Move killing the buffer to after
1589         the save-excursion has exited.
1590         (org-mobile-write-checksums): Write checksums also for files in
1591         sub-directories.
1593         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1594         org-table-recalculate when cursor is in TBLFM line.
1596         * org-list.el (org-renumber-ordered-list): Fix cursor position
1597         when bullet length has changed.
1599 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org.el (org-format-latex): Mention `org-format-latex-options' in
1602         the docstring.
1604 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org.el (org-agenda-get): New function.
1608         * org-agenda.el (org-agenda-post-command-hook): No longer move
1609         point away from end of line.
1610         (org-agenda-add-entry-text, org-agenda-collect-markers)
1611         (org-finalize-agenda, org-agenda-mark-clocking-task)
1612         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1613         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1614         (org-agenda-compare-effort, org-agenda-filter-apply)
1615         (org-agenda-later, org-agenda-change-time-span)
1616         (org-agenda-post-command-hook, org-agenda-show-priority)
1617         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1618         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1619         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1620         (org-agenda-open-link, org-agenda-copy-local-variable)
1621         (org-agenda-switch-to, org-agenda-check-no-diary)
1622         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1623         (org-agenda-add-note, org-agenda-change-all-lines)
1624         (org-agenda-priority, org-agenda-set-tags)
1625         (org-agenda-set-property, org-agenda-set-effort)
1626         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1627         (org-agenda-show-new-time, org-agenda-date-prompt)
1628         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1629         (org-agenda-clock-in, org-agenda-bulk-mark)
1630         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1631         `org-get-at-bol'.
1633         * org-colview.el (org-columns-display-here)
1634         (org-columns-edit-allowed, org-agenda-columns): Use
1635         `org-get-at-bol'.
1637 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1639         * org.el (org-special-ctrl-a/e): Improve documentation and
1640         customize type.
1641         (org-end-of-line): Don't jump to after the ellipsis.
1642         (org-mode-map): Bind <home> and <end> as well.
1644 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1646         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1647         space after #+ as comments.
1648         (org-open-at-point): Run `org-follow-link-hook' always.
1650         * org-latex.el (org-export-latex-emph-format): Use better commands
1651         to insert special characters in verbatim snippets.
1653 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1655         * org-faces.el (org-copy-face): New function.  Use it to create
1656         various faces formerly created by using `copy-face'.
1658         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1659         window dedicated.
1660         (org-agenda-quit): Kill the frame containing the agenda window if
1661         that frame was created for the agenda.
1663 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1665         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1666         stamp in the agenda.
1668 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-mobile.el (org-mobile-create-index-file): Add the list of
1671         TODO keywords, and the list of drawers to the index file.
1673         * org-agenda.el (org-prepare-agenda): Reset
1674         `org-drawers-for-agenda'.
1675         (org-prepare-agenda): Uniquify list of drawers.
1677         * org.el (org-complex-heading-regexp-format): New variable.
1678         (org-set-regexps-and-options): Define
1679         `org-complex-heading-regexp-format'.
1680         (org-drawers-for-agenda): New variable.
1681         (org-map-entries): Bind `org-drawers-for-agenda'.
1682         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1684         * org-remember.el (org-go-to-remember-target)
1685         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1687 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1689         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1690         problem.
1692         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1693         the capture file, and make it non-configurable.
1695         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1696         always with `invisible-ok'.
1697         (org-store-link): No error when there is nothing to link to in the
1698         agenda.
1700         * org-list.el (org-update-checkbox-count): Insert changed cookie
1701         before the old, to avoid problems with invisibility at the end of
1702         the line.
1703         (org-update-checkbox-count): Insert changed cookie before the old,
1704         to avoid problems with invisibility at the end of the line.
1706         * org.el (org-sort-entries-or-items): Include the final newline.
1707         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1708         lines for fontification.
1709         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1710         (org-prepare-dblock): Store the current indentation of the BEGIN
1711         line.
1712         (org-update-dblock): Apply the indentation of the begin line to
1713         the rest of the block.
1714         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1715         (org-startup-folded): New allowed value `showeverything'.
1716         (org-startup-options): Add STARTUP keyword `showeverything'.
1717         (org-set-startup-visibility): Respect value `showeverything' in
1718         org-startup-folded.
1720 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1722         * org.el (org-closest-date): Fix issue with past preference.
1724         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1726         * org-archive.el (org-archive-set-tag)
1727         (org-archive-subtree-default): New commands.
1729         * org-mobile.el (org-mobile-create-index-file): Fix link to
1730         capture file.
1731         (org-mobile-copy-agenda-files): Create the capture file if it does
1732         not exist.
1734         * org-clock.el (org-clock-clocktable-default-properties): New
1735         option.
1736         (org-clock-report): Use
1737         `org-clock-clocktable-default-properties'.
1739 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1741         * org.el (org-iswitchb-completing-read): Fix typo.
1743         * org-crypt.el: New file.
1745         * org.el: Add an entry for org-crypt.
1747 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1750         consistency.
1751         (org-batch-store-agenda-views): New function.
1752         (org-mobile-force-id-on-agenda-items): Mention variable.
1753         (org-agenda-title-append): Define variable.
1754         (org-write-agenda): New export to Org files.
1755         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1756         (org-agenda): Allow to keep the restricted file list if a special
1757         variable is bound to t.
1758         (org-agenda): Define a special agenda view for working on flagged
1759         entries.
1760         (org-agenda-get-restriction-and-command): List the new agenda
1761         view.
1762         (org-agenda-show-the-flagging-note): New command.
1763         (org-agenda-mode-map): New key `?' for looking at the flagging
1764         note.
1766         * org.el (org-autoload): Autoload org-mobile.el.
1767         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1769         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1771 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1773         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1774         statements.
1775         (org-table-get-remote-range): Match indented #+TBLNAME
1776         statements.
1778         * org.el (org-convert-to-odd-levels)
1779         (org-convert-to-oddeven-levels): Work also correctly if the file
1780         is in outline-mode.
1782 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1784         * org.el (org-store-link): When in agenda buffer, link to
1785         referenced entry.
1786         (org-add-planning-info): Remove spaces at eol.
1788         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1789         property.
1791 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org-latex.el (org-export-latex-first-lines): Fix problem with
1794         LaTeX export of first line and selected subtree.
1796         * org.el (org-shifttab): Interpret arg differently when using only
1797         odd levels.
1799 2009-09-09  Bastien Guerry  <bzg@altern.org>
1801         * org.el (org-check-agenda-file): Use a more explicit message
1803 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1805         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1806         normal lines.
1808 2009-09-08  Bastien Guerry  <bzg@altern.org>
1810         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1811         prompt in the temporary window.
1813         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1814         prefix for marked entries in the agenda view.
1816 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1818         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1819         a way that prevents any trailing character from being displayed.
1821 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1823         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1824         menu.
1826         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1827         slow regexp match.
1829 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1831         * org-latex.el (org-export-latex-preprocess): Do not protect in
1832         the LaTeX header.
1834         * org-src.el (org-edit-src-save): Save window setup while saving.
1835         (org-edit-src-code): Use new buffer name construction scheme.
1837 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1839         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1840         variable.
1841         (org-agenda-entry-text-cleanup-hook): New hook.
1842         (org-agenda-get-some-entry-text): Remove matches of
1843         `org-agenda-entry-text-exclude-regexps' and run the hook
1844         `org-agenda-entry-text-cleanup-hook'.
1846         * org.el (org-offer-links-in-entry): New argument ZERO to
1847         implement a link with index zero.
1848         (org-cycle-show-empty-lines): Not keep empty line under header
1849         hidden.
1850         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1851         to nil for special completion.
1852         (org-store-link): Don't error before the first heading.
1854         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1855         `org-offer-links-in-entry'.
1857 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1859         * org-agenda.el (org-agenda-quit): Provide the window argument for
1860         `window-dedicated-p', Emacs 22 needs it.
1861         (org-format-agenda-item): If the category is a link, arrange for
1862         invisible text to replaced with spaces.
1863         (org-compile-prefix-format): Add the extra space.
1864         (org-prefix-category-length): New variable.
1866         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1867         references from TOC lines.
1869         * org.el (org-selected-window): New variable.
1871         * org-table.el (org-table-edit-formulas): Remember the selected
1872         window.
1873         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1874         that was originally selected.
1876         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1877         expansion of a macro for more macro definitions.
1879         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1880         invisibility overlay starts on the newline.
1882 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org-protocol.el (org-protocol-store-link)
1885         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1887         * org-compat.el (org-float-time): New function.
1889         * org.el (org-clock-update-time-maybe)
1890         (org-sort-entries-or-items, org-do-sort)
1891         (org-evaluate-time-range, org-time-string-to-seconds)
1892         (org-closed-in-range): Use `org-float-time'.
1894         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1895         (org-timer-seconds):  Use `org-float-time'.
1897         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1898         (org-clock-sum, org-dblock-write:clocktable)
1899         (org-clocktable-steps):  Use `org-float-time'.
1901         * org-agenda.el (org-agenda-last-marker-time)
1902         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1904         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1905         function.
1907         * org-exp.el (org-get-file-contents): Only protect lines that
1908         really need it.
1910         * org-html.el (require): Require cl for compilation.
1912         * org.el:  Avoid using `default-major-mode'.
1914         * org-plot.el (require): Require CL only at compile time.
1916         * org-exp.el (require): Require CL only at compile time.
1918         * org-agenda.el (org-agenda-quit): When the agenda window is
1919         dedicated, remove other windows before exiting, so that the frame
1920         really will be killed.
1922         * org-exp.el (org-export-handle-include-files): Reset START and
1923         END for each loop cycle.
1925 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1927         * org.el (org-eval-in-calendar): Use
1928         `org-select-frame-set-input-focus'.
1930         * org-compat.el (org-select-frame-set-input-focus): New function.
1932         * org.el (org-update-statistics-cookies): New function.
1933         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1935 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1937         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1938         after the local variables are set.
1940         * org-latex.el (org-export-latex-protect-amp): New function.
1941         (org-export-latex-links): Protect link ampersands in tables.
1943         * org-exp.el (org-export-select-backend-specific-text): Match in
1944         two steps, to avoid regexp problems.
1946         * org.el (org-offer-links-in-entry): Improve working with many and
1947         duplicate links.
1949         * org-agenda.el (org-agenda-show-1): Make more consistent with
1950         normal cycling.
1951         (org-agenda-cycle-show): Make more consistent with normal cycling.
1953         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1954         website.
1956 2009-08-30  Bastien Guerry  <bzg@altern.org>
1958         * org-latex.el (org-export-latex-first-lines): Bugfix.
1960 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1962         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1963         about new effort.
1965         * org.el (org-set-effort): New function.
1966         (org-mode-map): New key for effort setting command.
1968         * org-agenda.el (org-agenda): Keep window setup when calling
1969         agenda from within agenda window.
1970         (org-agenda-mode-map): New keys for effort setting commands.
1971         (org-agenda-menu): Add effort setting commands to menu.
1972         (org-agenda-set-property, org-agenda-set-effort): New functions.
1974         * org-latex.el (org-export-latex-tables): Fix
1975         `org-table-last-alignment' and `org-table-last-column-widths' if
1976         the first column has been removed.
1978 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1980         * org.el (org-remove-timestamp-with-keyword): Only remove in
1981         entry, not in subtree.
1983         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1984         emacs lisp.
1986         * org.el (org-open-at-point): When on headline, offer all strings
1987         in entry.
1989         * org-remember.el (org-remember-templates): Documentation fix.
1991         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1992         `org-get-last-sibling' instead of the outline versions of these
1993         functions.
1994         (org-get-last-sibling): New function.
1995         (org-refile): Use `org-get-next-sibling' instead of the outline
1996         version of this function.
1997         (org-clean-visibility-after-subtree-move): Use
1998         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1999         outline versions of these functions.
2001 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org-agenda.el (org-prepare-agenda): When creating a new frame
2004         for the agenda, make the window dedicated.
2006         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2008         * org-table.el (org-table-align): Change the order of reinsertion
2009         and deletion, to avoid problems with overlays following the table.
2011         * org.el (org-parse-time-string): Better error message.
2012         (org-show-subtree): Use org-end-of-subtree.
2014         * org-macs.el (org-goto-line): New defsubst.
2016         * org.el (org-open-file, org-change-tag-in-region)
2017         (org-fast-tag-show-exit): Don't use `goto-line'.
2019         * org-table.el (org-table-align, org-table-insert-column)
2020         (org-table-delete-column, org-table-move-column)
2021         (org-table-sort-lines, org-table-copy-region)
2022         (org-table-paste-rectangle, org-table-wrap-region)
2023         (org-table-get-specials, org-table-rotate-recalc-marks)
2024         (org-table-get-range, org-table-recalculate)
2025         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2026         (org-table-show-reference, org-table-highlight-rectangle): Don't
2027         use `goto-line'.
2029         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2030         (org-edit-src-exit): Don't use `goto-line'.
2032         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2034         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2035         Don't use `goto-line'.
2037         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2039         * org-colview.el (org-columns, org-columns-redo)
2040         (org-agenda-columns): Don't use `goto-line'.
2042         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2043         use `goto-line'.
2045         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2046         (org-agenda-add-entry-text-maxlines): Improve docstring.
2047         (org-agenda-start-with-entry-text-mode): New option.
2048         (org-agenda-entry-text-maxlines): New option.
2049         (org-agenda-entry-text-mode): New variable.
2050         (org-agenda-mode): Set initial value of
2051         `org-agenda-entry-text-mode'.
2052         (org-agenda-mode-map): Add the `E' key.
2053         (org-agenda-menu): Add entry text mode to the menu.
2054         (org-agenda-get-some-entry-text): Fix line count bug.
2055         (org-finalize-agenda): Apply entry text mode if appropriate.
2056         (org-agenda-entry-text-show-here): New function.
2057         (org-agenda-entry-text-show): New function.
2058         (org-agenda-entry-text-hide): New function.
2059         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2060         key menu.
2061         (org-agenda-entry-text-mode): New command.
2062         (org-agenda-set-mode-name): Add entry text mode to the mode line
2063         string.
2064         (org-agenda-undo, org-agenda-get-restriction-and-command)
2065         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2066         `goto-line'.
2068 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2070         * org-clock.el (org-notify): Bugfix.
2072 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2074         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2075         check for after-string.
2077         * org-gnus.el (org-gnus-store-link): Simplify.
2079         * org.el (org-latex-regexps): Don't add extra empty lines for
2080         display formulas.
2082 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2084         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2085         (org-agenda-add-entry-text): Use
2086         `org-agenda-get-some-entry-text'.
2088         * org.el (org-cycle-separator-lines): Update docstring.
2089         (org-cycle-show-empty-lines): Handle negative values for
2090         `org-cycle-show-empty-lines'.
2092         * org-exp.el (org-export-protect-sub-super): New function.
2093         (org-export-normalize-links): Protect the url of plain links from
2094         supscript and superscript processing.
2096         * org-remember.el (org-remember-escaped-%): New function.
2097         (org-remember-apply-template): Use `org-remember-escaped-%' to
2098         detect escaped % signs.
2100 2009-08-23  Bastien Guerry  <bzg@altern.org>
2102         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2103         sound when showing the notification.
2105         * org-clock.el (org-notify): New function.
2106         (org-clock-notify-once-if-expired): Use `org-notify'.
2108         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2109         and `gnus-article-mode' separately.
2110         (gnus-summary-article-header): Fix the declare-function.
2112 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2114         * org-exp.el (org-export-format-source-code-or-example): Translate
2115         language.
2117         * org-src.el (org-src-lang-modes): New variable
2118         (org-edit-src-code): Translate language.
2120         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2121         the new structure of the `org-export-latex-listings-langs'
2122         variable.
2124         * org-latex.el (org-export-latex-listings-langs): Change structure
2125         of the variable from plist to alist.
2127 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2129         * org.el (org-in-commented-line): New function.
2131 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2133         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2135 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2137         * org.el (org-flag-drawer): More useful error.
2139 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2141         * org-remember.el (org-remember-apply-template): Use
2142         org-icompleting-read.
2144         * org-publish.el (org-publish): Use org-icompleting-read.
2146         * org-colview.el (org-columns-edit-value, org-columns-new)
2147         (org-insert-columns-dblock): Use org-icompleting-read.
2149         * org-colview-xemacs.el (org-columns-edit-value)
2150         (org-columns-new, org-insert-columns-dblock): Use
2151         org-icompleting-read.
2153         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2154         org-icompleting-read.
2156 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2158         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2159         (org-version): Return the version text.
2160         (org-org-menu): Add a menu entry for the new bug reporter.
2161         (org-submit-bug-report): New command.
2163         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2164         docstring.
2166         * org.el (org-emphasis-regexp-components): Add "`" to set of
2167         pre-emphasis characters.
2169         * org-latex.el (org-export-latex-classes): Always include the soul
2170         package.
2171         (org-export-latex-emphasis-alist): Use \st for strikethough.
2173         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2174         `indent-code-rigidly' to indent.
2176         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2177         properties only if MATCH really is a string.
2179 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2181         * org-latex.el (org-export-latex-packages-alist): Fix
2182         customization type.
2184         * org.el (org-create-formula-image): Also use
2185         `org-export-latex-packages-alist'.
2187         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2188         (org-export-as-html): Format footnotes correctly.
2190 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2192         * org.el (org-fast-tag-selection): Avoid text properties on tags
2193         in the alist.
2195         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2196         text properties on the match element.
2198 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org.el (org-set-regexps-and-options): Make sure the list of done
2201         keywords is not invalid.
2203         * org-exp.el (org-export-interpolate-newlines): New function.
2205 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2207         * org.el (org-format-latex): Avoid nested overlays.
2209         * org-latex.el (org-export-latex-listings-langs): Add a few more
2210         languages.
2212         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2213         ignore newlines and space before the first macro argument.
2215         * org-latex.el (org-export-latex-tables): Remove save-excursion
2216         around `org-table-align'.
2218 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2220         * org.el (org-export-html-special-string-regexps): Definition
2221         moved into org.el
2223         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2224         in macro calls.
2226 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2228         * org-latex.el (org-export-latex-listings)
2229         (org-export-latex-listings-langs): New options.
2231         * org-exp.el (org-export-format-source-code-or-example): Use
2232         listing package if requested by the user.
2234 2009-08-08  Bastien Guerry  <bzg@altern.org>
2236         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2237         command before actually switching to a buffer.
2239 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2241         * org-exp.el (org-get-file-contents): Only quote org lines when
2242         the markup is src or example.
2244         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2245         New option
2246         (org-agenda-get-day-entries): Remember deadline results and pass
2247         them on into the function getting the scheduling information.
2248         (org-agenda-get-scheduled): Accept deadline results as parameters
2249         and maybe skip some entries.
2250         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2252         * org.el (org-insert-heading): When respecting content, do not
2253         convert current line to headline.
2255         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2256         cheeeeeck the hd marker
2257         (org-clock-in): Also set the hd marker.
2258         (org-clock-out): Also set the hd marker.
2259         (org-clock-cancel): Reset markers.
2261         * org.el (org-clock-hd-marker): New marker.
2263         * org-faces.el (org-agenda-clocking): New face.
2265         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2266         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2268         * org.el (org-modules): Add org-track.el.
2270         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2271         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2272         `org-agenda-bulk-marked-p'.
2273         (org-agenda-bulk-toggle): New command.
2275 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2277         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2278         not just the body.
2280         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2281         messages.
2283 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2285         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2286         before gnuplot can read it.
2288 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2290         * org-latex.el (org-export-latex-first-lines): Fix bug with
2291         finding the end of the first lines.
2293         * org.el (org-create-formula-image): Remove the -E option for
2294         dvipng.
2296         * org-exp.el (org-default-export-plist): Respect #+BIND.
2297         (org-export-confirm-letbind): New function.
2299         * org.el (org-paste-subtree): Test the kill ring entry if it is
2300         going to be used.
2301         (org-copy-subtree): Use `org-forward-same-level'.
2302         (org-forward-same-level): Respect the `invisibe-ok' arg for
2303         back-to-heading.
2305 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2307         * org.el (org-table-map-tables): Make sure cursor is back at table
2308         beginning after funcall.
2310         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2311         handled before children, and do not error if an entry is not
2312         found, probably because it hase been remove when the parent was
2313         archived or refiled.
2315         * org.el (org-ido-completing-read): Accept straight lists for
2316         completion as well as alists.
2318         * org-html.el (org-export-as-html): Fix parenthesis error in
2319         footnore code.
2321         * org-timer.el (org-timer-cancel-timers): Renamed from
2322         `org-timer-cancel-timers'.
2324         * org.el (org-cycle-internal-local): Fix problem with finding next
2325         invisible line.
2327 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2329         * org-list.el (org-list-send-list): Call
2330         `org-list-goto-true-beginning' instead of
2331         `org-list-find-true-beginning', which does not exist.
2333         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2334         (org-timer-set-timer): Do not assign to heading.
2336         * org-id.el (org-id-open): Quote function name.
2338         * org-macs.el (org-unmodified): Turn off recording undo
2339         information while running inside the macro.
2341         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2342         variable.
2343         (org-indent-mode): Remember and restore value of
2344         org-hide-leading-stars before `org-indent-mode'.
2346         * org-table.el (org-table-export): Also work in file-less
2347         buffers.
2349         * org.el (org-startup-indented): New option.
2350         (org-startup-options): Add new options indent and noindent.
2351         (org-unfontify-region): Remove line-prefix and wrap-prefix
2352         properties.
2353         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2354         hooks.
2355         (org-promote, org-demote): Run the new hooks.
2357         * org-table.el (org-table-align): Replace leading \n as well.
2359         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2360         and `line-wrap' text properties.
2362         * org-compat.el (org-kill-new): New function.
2364         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2365         `line-wrap' text properties.
2367         * org-indent.el: New file.
2369 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2371         * org.el (org-provide-todo-statistics): Tweak docstring.
2373         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2375 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2377         * org-exp.el (org-export-as-org): Insert the "-source" string
2378         before the extension.
2380         * org.el (org-read-date): Make sure the calendar is in the current
2381         frame.
2382         (org-set-emph-re): Remove the ? from the post-match.
2383         (org-emphasis-regexp-components): Add backslash to the
2384         postmatch class.
2385         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2386         optional so that also lines at the end of the buffers will still
2387         be matched as headlines.
2389         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2390         Variable made obsolete.
2391         (org-table-relative-ref-may-cross-hline): New option.
2392         (org-table-find-row-type): Honow the new option
2393         `org-table-relative-ref-may-cross-hline'.
2395 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2397         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2398         on single field if no active region.
2400 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2402         * org-latex.el (org-export-latex-make-header): Only insert title
2403         if one is defined.
2405         * org.el (org-make-options-regexp): Allow empty values.
2407         * org-html.el (org-export-as-html): Move hrule detection to after
2408         plain list handling.
2410 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2412         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2414 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2416         * org.el (org-cycle-internal-local): Improved version of finding
2417         next visible line.
2418         (org-cycle-hide-drawers): Only hide drawers if this is really
2419         necessary.
2420         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2421         org-version of this function in Org-mode.  We use advice to
2422         implement this change, so that future changes to this function in
2423         outline.el wil be handled properly.
2424         (org-forward-same-level, org-backward-same-level): New commands.
2426 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2428         * org.el (org-remove-empty-overlays-at)
2429         (org-clean-visibility-after-subtree-move): New functons.
2430         (org-move-subtree-down): Simplify cleanup of display.
2432 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2434         * org-mac-message.el (org-mac-message-get-links): Improve
2435         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2436         "s".  Fix the return value.
2437         (org-mac-message-insert-flagged): Simplify.
2439         * org.el (org-refile-get-location): Tamper with refile history o
2440         that history contains compete matches instead of the entered
2441         string.
2443 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2445         * org.el (org-store-link): Never store a link to an inline task.
2447         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2449         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2450         inline tasks when positioning footnotes.
2452         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2453         function.
2455         * org.el (org-refile): Remove the END line when archiving an
2456         inline task that does have an END line.
2458         * org-archive.el (org-archive-subtree): Remove the END line when
2459         archiving an inline task that does have an END line.
2461         * org-macs.el (org-with-limited-levels): New macro.
2462         (org-get-limited-outline-regexp): New function.
2464         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2465         that did not enumerate first line.
2466         (org-export-mark-radio-links): Skip matches in links.
2468 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2470         * org.el (org-activate-plain-links): Make single-match.
2471         (org-adapt-indentation): Fix docstring.
2473         * org-macs.el (org-unmodified): Turn of modification hooks while
2474         running this macro.
2476 2009-08-02  Bastien Guerry  <bzg@altern.org>
2478         * org.el (org-adapt-indentation): Slightly improve the docstring.
2479         (org-occur): Sends an error when the user inputs an empty string.
2480         (org-priority): Bugfix: the tag alignement should happen within
2481         save-excursion.
2483 2009-07-31  Bastien Guerry  <bzg@altern.org>
2485         * org.el (org-make-link-regexps): Don't exclude parentheses from
2486         `org-plain-link-re'
2487         (org-cycle-internal-local): When locally cycling, switch directly
2488         from CHILDREN to FOLDED if there is no subtree
2489         (org-cycle): Update the docstring to document the new behavior of
2490         `org-cycle-internal-local'.
2492 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2494         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2495         an abbreviated format for days.
2497 2009-07-27  Bastien Guerry  <bzg@altern.org>
2499         * org-protocol.el (org-protocol-default-template-key): New
2500         option.
2502         * org.el (org-refile): Bugfix: save-excursion before reading the
2503         refile target, otherwise cursor moves might confuse `org-refile'.
2505         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2506         footnote reference before the footnote itself.
2508         * org.el (org-toggle-heading): Bugfix: correctly convert list
2509         items before the first headline.
2511         * org-html.el (org-export-html-footnote-format): New option for
2512         formatting the footnote reference.
2513         (org-export-as-html): Use the new option.
2515         * org.el (org-provide-todo-statistics): Allow a list of TODO
2516         keywords to compute statistics against headlines containing a
2517         keyword from this list.
2518         (org-update-parent-todo-statistics): Possibly use the new allowed
2519         value of `org-provide-todo-statistics'.
2521 2009-07-26  Bastien Guerry  <bzg@altern.org>
2523         * org-timer.el: Add autoload cookie.
2525         * org.el (org-occur-link-in-agenda-files): New function.
2527         * org-timer.el (org-timer-last-timer): New variable.
2529         * org-agenda.el (org-agenda-mode-map): New key for
2530         org-timer-set-timer called from the agenda.
2532         * org.el (org-mode-map): New key for org-timer-set-timer.
2534         * org-timer.el (org-timer-reset-timers)
2535         (org-timer-show-remaining-time, org-timer-set-timer): New
2536         functions.
2538         * org-clock.el (org-show-notification): Update the docstring.
2540         * org.el (org-provide-todo-statistics): Allow new value
2541         'all-headlines for this option, which includes entries with no
2542         TODO keywords in the todo statistics.
2543         (org-update-parent-todo-statistics): Possibly use the new
2544         'all-headline value from `org-provide-todo-statistics'.
2546 2009-07-25  Bastien Guerry  <bzg@altern.org>
2548         * org-clock.el (org-dblock-write:clocktable): Add a new option
2549         :timestamp which allows display of timestamps in clock reports.
2551         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2552         list to a subtree, preserving the structure of the list.
2553         (org-set-emph-re): Make the last element optional in the regexp.
2554         This regexp now matches an emphasized string at the end of a line.
2556         * org-list.el (org-list-goto-true-beginning)
2557         (org-list-make-subtree, org-list-make-subtrees): New functions.
2559         * org.el (org-eval-in-calendar): Select the right frame.
2560         (org-save-frame-excursion): Remove this macro.
2562 2009-07-24  Bastien Guerry  <bzg@altern.org>
2564         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2565         trying to find the beginning of a list.
2567         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2568         When present, tell org-get-file-contents not to protect org-like
2569         lines.
2571         * org-id.el (org-id-uuid-program): New option to set the name of
2572         the uuidgen program.
2573         (org-id-method): Use `org-id-uuid-program'.
2574         (org-id-new): Use `org-id-uuid-program'.
2576 2009-07-23  Bastien Guerry  <bzg@altern.org>
2578         * org-exp.el (org-export-number-lines): Allow whitespace in code
2579         references.  Allow the -r switch to remove the references in the
2580         source code even when the lines are not numbered: the labels can
2581         be explicit enough.
2583         * org.el (org-fontify-whole-heading-line): New option.
2584         (org-set-font-lock-defaults): Use the new option.
2586         * org-clock.el (org-show-notification-handler): New option.
2587         (org-show-notification): Use the new option.
2589 2009-07-21  Bastien Guerry  <bzg@altern.org>
2591         * org.el (org-eval-in-calendar): Fix a bug about calendar
2592         navigation when `calendar-setup' value is 'calendar-only.
2594 2009-07-19  Bastien Guerry  <bzg@altern.org>
2596         * org.el (orgstruct++-mode): Fix typo in docstring.
2597         (org-insert-link): Clean up: (or (...)) => (...)
2598         (org-insert-link): Use TAB for stored links completion.
2600 2009-07-18  Bastien Guerry  <bzg@altern.org>
2602         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2603         building the list of targets.
2605         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2606         option.
2607         (org-remember-handler): Use the new option.
2609 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2611         * org.el (org-tags-sort-function): New option for sorting tags.
2612         (org-set-tags): Use the new option to sort tags.
2614         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2615         premature deletion of the data when using org-plot in a script.
2617 2009-07-17  Bastien Guerry  <bzg@altern.org>
2619         * org-clock.el (org-clock-in-prepare-hook): New hook.
2620         (org-clock-in): Use this new hook.
2622 2009-07-16  Bastien Guerry  <bzg@altern.org>
2624         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2625         'reversed for this option to the "true line boundary first"
2626         behavior.
2627         (org-tags-match-list-sublevels): Document the 'indented value for
2628         this variable.
2630         * org-latex.el (org-export-latex-first-lines): Fix problem with
2631         publishing the region.
2633         * org-exp.el (org-export-format-source-code-or-example): Fix
2634         bad line numbering when exporting examples in HTML.
2636         * org-colview.el (org-format-time-period): Formats a time in
2637         fractional days as days, hours, mins, seconds.
2638         (org-columns-display-here): Add special handling for SINCE and
2639         SINCE_IA to format for display.
2641 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2643         * org.el (org-tags-sort-function): Add custom declaration for tags
2644         sorting function.
2645         (org-set-tags): Sort tags if org-tags-sort-function is set
2647 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2649         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2651         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2653         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2654         option.
2656 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2658         * org-publish.el (org-publish-remove-all-timestamps): New function.
2659         (org-publish-all): Remove all timestamp files if `org-publish-all'
2660         is called with a prefix argument.
2662         * org-list.el (org-indent-item): Fix typo.
2663         (org-item-indent-positions): Normalize ordered bullet.
2665         * org-html.el (org-export-html-home/up-format): New option.
2666         (org-export-as-html): Insert the up and HOME links.
2668 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2670         * org-html.el (org-export-as-html): Insert the title into the
2671         option plist.
2672         (org-export-html-insert-plist-item): New function.
2673         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2675         * org-macs.el (org-set-local): Make a local variable, do not make
2676         the variable buffer-local!
2678         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2680         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2682         * org-docbook.el (org-export-as-docbook): Call
2683         `org-install-letbind'.
2685         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2687         * org-exp.el (org-infile-export-plist): Read BIND lines.
2688         (org-install-letbind): New function.
2689         (org-export-as-org, org-export-preprocess-string): Call
2690         `org-install-letbind'.
2692         * org-src.el (org-edit-src-exit): Untabify the example before
2693         returning to Org.
2695         * org-list.el (org-list-demote-modify-bullet): New option.
2696         (org-first-list-item-p): Save point.
2697         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2698         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2699         (org-item-indent-positions): Return bullet types along with
2700         indentation.
2702 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2704         * org.el (org-show-entry): Hide drawers.
2706 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2708         * org-footnote.el (org-footnote-auto-adjust): New option.
2709         (org-footnote-auto-adjust-maybe): New function.
2710         (org-footnote-new, org-footnote-delete): Call
2711         `org-footnote-auto-adjust-maybe'.
2713         * org.el (org-startup-options): Add new footnote-related
2714         keywords.
2716         * org-publish.el (org-publish-timestamp-filename): Additional
2717         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2718         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2719         TRUE-PUB-DIR.  Pass them through to
2720         `org-publish-timestamp-filename'.
2721         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2722         PUB-FUNC, which are included in the hash.
2723         (org-publish-file): Delay timestamp test until the publishing
2724         function is known.
2726 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2728         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2729         setting the deadline.
2731         * org.el (org-read-date-final-answer): New variable.
2732         (org-read-date): Store the final answer string, including the date
2733         from the calendar, for reuse by agenda bulk commands.
2735         * org-publish.el (org-publish-attachment): Fix publishing of
2736         attachments.
2738         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2739         quotation makrs in parenthesis.
2740         (org-remove-initial-hash): New function.
2741         (org-export-latex-preprocess): Fix bug with infinite loop if
2742         environment is not properly closed.
2744         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2745         when indented.
2747         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2748         highlight also when indented.
2750 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2752         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2753         (org-footnote-action): Offer renumbering.
2755         * org.el (org-cycle): Honor the `integrate' value of
2756         org-cycle-include-plain-lists'.
2758         * org-list.el (org-cycle-include-plain-lists): New allowed value
2759         `internal'.  Improve the docstring.
2761         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2762         regexp to work better with LaTeX commands.
2764 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2766         * org-feed.el (org-feed-update): fix problem with non-existing
2767         buffer.
2768         (org-feed-skip-http-headers): New function.
2769         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2770         (org-feed-get-feed): Fix command line arguments for curl.
2772 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2774         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2775         and eps extensions.
2777 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2779         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2780         loaded.
2782         * org.el (org-map-entries): No longer force
2783         `org-tags-match-list-sublevels' to t during a todo-only tags
2784         search.
2786 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2788         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2789         environment.
2790         (org-export-latex-subcontent): Handle user-defined environment.
2792         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2793         the View dispatcher.
2795         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2796         `make-overlay'.
2798         * org-latex.el (org-export-as-pdf): Protect match data during call
2799         to shell-quote-argument.
2801         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2802         (org-agenda-view-mode-dispatch): New function.
2804 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2806         * org-agenda.el (org-agenda-mode): Reset list of marks.
2807         (org-agenda-mode-map): Define new keys for refile and bulk action.
2808         (org-agenda-menu): Add menu itesm for refile and bulk action.
2809         (org-agenda-refile): New function.
2810         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2811         (org-agenda-marked-entries): New variable.
2812         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2813         (org-agenda-remove-all-bulk-action-marks)
2814         (org-agenda-bulk-action): New functions/commands.
2816 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2818         * org-exp.el (org-get-file-contents): Protect org-like lines in
2819         included files.
2820         (org-export-format-source-code-or-example): Remove newlines.
2822         * org-latex.el (org-export-latex-links): Check for no-description
2823         marking.
2825         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2826         argument separator back to comma.
2827         (org-export-normalize-links): Mark links without description.
2829 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2831         * org-exp.el (org-infile-export-plist): Fix bug in macro
2832         processing.
2834         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2835         out.
2836         (org-agenda-highlight-todo): Fix bug with highlighting.
2838 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2840         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2841         new alignment strings.
2843         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2844         command list.
2845         (org-table-align): Check for forced align type.
2847         * org.el (org-self-insert-command): Add yas/expand to command
2848         list.
2850         * org-clock.el (org-clock-in-hook): New hook.
2851         (org-clock-in): Run `org-clock-in-hook.
2852         (org-clock-out-hook): New hook.
2853         (org-clock-out): Run `org-clock-out-hook.
2854         (org-clock-cancel-hook): New hook.
2855         (org-clock-cancel): Run `org-clock-cancel-hook.
2856         (org-clock-goto-hook): New hook.
2857         (org-clock-goto): Run `org-clock-goto-hook.
2859 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2861         * org.el (org-store-link): Better default description for link to
2862         Org-mode headline.
2864         * org-exp.el (org-export-generic): Autoload the generic exporter
2865         function.
2866         (org-export): Implement the `g' key for the generic exporter.
2868 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2870         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2871         and for zbacktab'.
2873         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2875         * org-exp.el (org-infile-export-plist): Get macros also from
2876         #+SETUPFILE.
2878 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2880         * org-colview.el (org-columns-capture-view): Protect vertical bars
2881         in column values.
2882         (org-columns-capture-view): Exclude comment and archived trees.
2884         * org-colview-xemacs.el (org-columns-capture-view): Protect
2885         vertical bars in column values.
2886         (org-columns-capture-view): Exclude comment and archived trees.
2888         * org.el (org-quote-vert): New function.
2890         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2892         * org-exp.el (org-export-format-source-code-or-example): Use
2893         `org-export-latex-verbatim-wrap'.
2895         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2896         time stamps.
2898         * org-html.el (org-export-table-row-tags): New option.
2899         (org-format-org-table-html): Rename `nlines' to `nline', use new
2900         option.
2903 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2905         * org-exp-blocks.el: Declare functions and variables.
2907         * org-remember.el (org-remember-templates): Allow the headline
2908         element to be a function.
2909         (org-remember-apply-template): If the headline is a function, call
2910         it to get the true function.
2912         * org-clock.el (org-clock-menu): New function.
2913         (org-clock-update-mode-line): Update help string.
2914         (org-clock-modify-effort-estimate): New function.
2915         (org-clock-mark-default-task): New function.
2917         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2918         minutes as input.
2919         (org-org-menu): Add new clocking stuff.
2920         (org-clock-is-active): New function.
2922 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2924         * org.el (org-open-non-existing-files): Improve docstring.
2926 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2928         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2929         option.
2930         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2932         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2934         * org-list.el (org-get-checkbox-statistics-face): Use the new
2935         faces.
2937         * org-faces.el (org-checkbox-statistics-todo)
2938         (org-checkbox-statistics-done): New faces.
2940 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2942         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2943         (org-edit-src-exit): Better cursor positioning when returning from
2944         editing.
2946         * org-latex.el (org-export-latex-use-verb): New variable.
2947         (org-export-latex-emph-format): Prefer \texttt over \verb when
2948         org-export-latex-use-verb is set.
2950 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2952         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2953         at normal indentation.
2955         * org-html.el (org-export-html-close-lists-maybe): Also look at
2956         normal indentation.
2958         * org-remember.el (org-remember-handler): Abort remember if the
2959         buffer is empty.
2961         * org-src.el (org-edit-src-content-indentation): New option.
2962         (org-edit-src-exit): Apply extra indentation.
2964         * org-exp.el (org-export-format-source-code-or-example): Run
2965         `org-src-mode-hook'.
2967         * org-src.el (org-src-mode-hook): New variable.
2968         (org-edit-src-code): Run `org-src-mode-hook'.
2970 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2972         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2974         * org-src.el (org-edit-src-get-indentation): New function.
2975         (org-edit-src-code): Base indentation on the begin line.
2977 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2979         * org-gnus.el (org-gnus-store-link): Require message.el in
2980         org-gnus-store-link.
2982 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2984         * org-src.el: New file, split out of org.el
2986         * org-docbook.el (org-export-as-docbook): Better indentation
2987         treatment.
2989         * org-macs.el (org-replace-match-keep-properties): New function.
2991         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2992         preprocessing of center and quote and verse blocks.
2994         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2995         (org-export-as-docbook): Close lists when original indentation
2996         mandates it.
2998         * org-html.el (org-export-html-close-lists-maybe): New function.
2999         (org-export-as-html): Close lists when original indentation
3000         mandates it.
3002         * org-list.el (org-list-end): Respect the stored "original"
3003         indentation when determining the end of the list.
3005         * org-exp.el (org-export-replace-src-segments-and-examples):
3006         Remember indentation correctly.
3008 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3010         * org-clock.el (org-clock-update-mode-line): Apply face
3011         org-mode-line-clock.
3013         * org-faces.el (org-mode-line-clock): New face.
3015 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3017         * org-gnus.el (org-gnus-store-link): Fix bug where
3018         `org-gnus-store-link' used wrong subject when called in an article
3019         buffer.  Patch provided by fengli AT gmail DOT com.
3021 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3023         * org-exp.el (org-export-format-source-code-or-example): Remember
3024         the original indentation of source code snippets and examples.
3026         * org-latex.el (org-export-as-latex): Relocate the table of
3027         contents.
3029         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3031         * org-agenda.el (org-run-agenda-series): Scope global options also
3032         when creating the agenda buffer.
3034 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org.el (org-adapt-indentation): Improve documentation.
3037         (org-insert-property-drawer): Respect org-adapt-indentation when
3038         inserting the drawer.
3039         (org-remove-flyspell-overlays-in): New function.
3040         (org-do-emphasis-faces, org-activate-plain-links)
3041         (org-activate-code, org-fontify-meta-lines-and-blocks)
3042         (org-activate-angle-links, org-activate-footnote-links)
3043         (org-activate-bracket-links, org-activate-dates)
3044         (org-activate-target-links, org-activate-tags): Remove flyspell
3045         overlays.
3047 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3049         * org.el (org-edit-src-save): New function.
3051         * org-clock.el (org-clock-out-switch-to-state): New option.
3052         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3054         * org-compat.el (org-compatible-face): Improve macro.
3056         * org.el (org-global-properties-fixed): Add default for
3057         CLOCK_MODELINE_TOTAL.
3059         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3060         andd tend.
3061         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3062         org-clock-sum.
3063         (org-clock-get-sum-start): New function.
3065         * org.el (org-startup-options): New keywords blockhide and
3066         blockshow.
3067         (org-mode): Add new invisibility spec.
3068         (org-set-startup-visibility): Hide block on startup if so
3069         desired.
3070         (org-hide-block-startup): New option.
3071         (org-block-regexp): New constant.
3072         (org-hide-block-overlays): New variable.
3073         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3074         (org-show-block-all, org-hide-block-toggle-maybe)
3075         (org-hide-block-toggle): New functions.
3076         (org-edit-src-exit): Do not quote lines starting with # and no +
3077         behind it.
3078         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3079         entry.
3081 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3083         * org.el (org-buffer-property-keys): Add Effort property for
3084         completion.
3086 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3088         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3089         when retrieving total clocked time in the subtree.
3091         * org.el (org-quoting-blocks): New variable.
3093 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3095         * org-table.el (org-table-store-formulas)
3096         (org-table-get-stored-formulas, org-table-fix-formulas)
3097         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3098         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3100         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3101         indented #+TBLFM line.
3103         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3104         indented #+TBLFM line.
3106         * org-colview.el (org-dblock-write:columnview): Allow indented
3107         #+TBLFM line.
3109         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3110         indented #+TBLFM line.
3112         * org-clock.el (org-dblock-write:clocktable): Allow indented
3113         #+TBLFM line.
3115 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3117         * org-exp.el (org-export-format-source-code-or-example): Make
3118         editing indented blocks work correctly.
3120         * org.el (org-edit-src-nindent): New variable.
3121         (org-edit-src-code, org-edit-fixed-width-region)
3122         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3123         editing indented blocks work correctly.
3125 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3127         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3128         indented blocks.
3129         (org-export-format-source-code-or-example): Fix indentation of
3130         blocks.
3131         (org-export-remove-indentation): New function.
3132         (org-export-select-backend-specific-text): Allow backend-specific
3133         code to be indented.
3134         (org-export-mark-blockquote-verse-center): Allow markers to be
3135         indented.
3137         * org.el (org-fontify-meta-lines): New function.
3138         (org-set-font-lock-defaults): Call the new fontification
3139         function.
3141         * org-faces.el (org-meta-line): New face
3142         (org-block):  New face.
3144 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3146         * org.el (org-treat-insert-todo-heading-as-state-change)
3147         (org-treat-S-cursor-todo-selection-as-state-change): New
3148         variables.
3149         (org-insert-todo-heading): Honor
3150         `org-treat-insert-todo-heading-as-state-change'.
3151         (org-shiftright, org-shiftleft): Honor
3152         `org-treat-S-cursor-todo-selection-as-state-change'.
3153         (org-inhibit-logging): New variable.
3155 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3157         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3158         range for marker position checking.
3160         * org-latex.el (org-export-latex-first-lines): Fix bug when
3161         exporting a region.
3163 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3165         * org-exp.el (org-export-push-to-kill-ring): Protect using
3166         x-set-selection, because that does not always work.
3168         * org-agenda.el (org-agenda-list): Apply the new face
3169         `org-agenda-date-today'.
3171         * org-faces.el (org-agenda-date-today): New face.
3173 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3176         creating appointments.
3178         * org-latex.el (org-export-latex-low-levels): Fix customization
3179         type.
3181         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3182         priority commands.
3184         * org-agenda.el (org-agenda-priority): Disable priority commands.
3186         * org.el (org-enable-priority-commands): New option.
3188         * org-colview-xemacs.el (org-columns-compute)
3189         (org-columns-number-to-string): Fix problems with empty fields.
3191         * org-colview.el (org-columns-compute)
3192         (org-columns-number-to-string): Fix problems with empty fields.
3194         * org-exp.el (org-export-push-to-kill-ring): New function.
3195         (org-export-copy-to-kill-ring): New option.
3197         * org-latex.el (org-export-as-latex): Call
3198         `org-export-push-to-kill-ring'.
3200         * org-html.el (org-export-as-html): Call
3201         `org-export-push-to-kill-ring'.
3203         * org-docbook.el (org-export-as-docbook): Call
3204         `org-export-push-to-kill-ring'.
3206         * org-ascii.el (org-export-as-ascii): Call
3207         `org-export-push-to-kill-ring'.
3209         * org-exp.el (org-export-show-temporary-export-buffer): New
3210         option.
3212         * org-latex.el (org-export-as-latex): Use
3213         `org-export-show-temporary-export-buffer'.
3215         * org-html.el (org-export-as-html): Use
3216         `org-export-show-temporary-export-buffer'.
3218         * org-docbook.el (org-export-as-docbook): Use
3219         `org-export-show-temporary-export-buffer'.
3221         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3222         `org-export-show-temporary-export-buffer'.
3224         * org-exp.el (org-export-show-temporary-export-buffer): New
3225         option.
3226         (org-export-push-to-kill-ring): New function.
3228         * org-colview.el (org-columns-compile-map): New variable.
3229         (org-columns-new, org-columns-compute)
3230         (org-columns-number-to-string, org-columns-uncompile-format)
3231         (org-columns-compile-format): Implement new operators.
3233 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3235         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3237         * org-html.el (org-export-html-xml-declaration): New option.
3238         (org-export-as-html): Use `org-export-html-xml-declaration'.
3240         * org-list.el (org-update-checkbox-count): Make property
3241         dependent.
3243         * org.el (org-hierarchical-todo-statistics): New option.
3244         (org-update-parent-todo-statistics): Modified to handle recursive
3245         statistics.
3247 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3249         * org-publish.el (org-publish): Make this function behave
3250         correctly in interactive use when called with a prefix argument.
3252         * org.el (org-todo-statistics-hook): New hook.
3253         (org-update-parent-todo-statistics): Use new hook.
3254         (org-log-into-drawer): New function.
3255         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3256         determine if we should be logging into a drawer.
3257         (org-log-into-drawer): Update docstring.
3258         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3260         * org-list.el (org-checkbox-statistics-hook): New hook.
3261         (org-update-checkbox-count-maybe): Use new hook.
3263         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3264         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3265         to kill ring.
3267 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3269         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3270         a line.
3272 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3274         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3275         better bufer-generating mechanism.
3276         (org-edit-src-find-buffer): New function.
3278         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3279         archive tag, this is already done by `org-agenda-skip'.
3280         data while constructing lost of tags.
3282 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3284         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3285         as argument separator in macros.
3287         * org-html.el (org-export-as-html): Add xml declaration.
3289 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3291         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3292         (org-sort-entries-or-items): Run the new hook.
3293         (org-after-refile-insert-hook): New hook.
3294         (org-refile): Run `org-after-refile-insert-hook'.
3296         * org-agenda.el (org-agenda-get-progress): Never take time of day
3297         from headline when displaying progress.
3299         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3300         (org-export-as-latex): Force the correct regexp in the
3301         preprocessor buffer.
3302         (org-export-latex-set-initial-vars): Set
3303         `org-export-latex-complex-heading-re'.
3305         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3306         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3308 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3310         * org-latex.el (org-export-latex-tables-centered): New option.
3311         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3313         * org-exp.el (org-export-as-org): New command.
3314         (org-export-as-org): New command.
3316         * org-publish.el (org-publish-org-to-org): New function.
3318 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3320         * org.el (org-yank): Just call `org-yank-generic'.
3321         (org-yank-generic): New function, containing the formaer
3322         functionality of `org-yank'.
3324         * org-latex.el (org-export-latex-not-done-keywords)
3325         (org-export-latex-done-keywords): New variables.
3326         (org-export-latex-todo-keyword-markup): New option.
3327         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3328         (org-export-latex-keywords-maybe): Apply the TODO markup.
3330 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3332         * org-exp.el (org-infile-export-plist): Add more default macros.
3333         (org-export-preprocess-apply-macros): Process macro arguments.
3335 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3337         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3338         `unblocked'.
3339         (org-print-icalendar-entries): Respect the new value of
3340         `org-icalendar-include-todo'.
3342         * org.el (org-link-try-special-completion)
3343         (org-file-complete-link): New functions.
3344         (org-insert-link): Add special completion support for some link
3345         types.
3347         * org-bbdb.el (org-bbdb-complete-link): New function.
3349 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3351         * org-list.el (org-update-checkbox-count): Allow recursive
3352         statistics.
3353         (org-hierarchical-checkbox-statistics): New option.
3355         * org.el (org-cycle): Remove erraneous space character.
3357         * org-icalendar.el (org-icalendar-timezone): Initialize from
3358         environment.
3360         * org-html.el (org-format-org-table-html): Specify the scope.
3361         (org-format-table-table-html): Specify the scope.
3362         (org-export-table-header-tags): Prepare the scope parameter.
3364 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3366         * org-html.el
3367         (org-export-html-table-use-header-tags-for-first-column): New
3368         option.
3370         * org.el (org-autoload): Fix autoloading of ascii export
3371         functions.
3372         (org-modules): Add org-special-blocks.
3374 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3376         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3377         (org-ical-timezone): New option.
3379         * org-exp.el (org-export-get-coderef-format): Use the description
3380         is present.
3382         * org.el (org-sort-entries-or-items): Improve docstring, and make
3383         better implementation for time sorting.
3385 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3387         * org.el (org-edit-src-persistent-message): New option.
3388         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3389         option.
3391         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3392         patch.
3394         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3395         separate buffer instead of indirect buffer to edit source code.
3396         (org-edit-src-exit): Make this function work with the new setup.
3398         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3399         are properly fontified before shown in the selection menu.
3401         * org.el (org-fontify-like-in-org-mode): New function.
3403         * org-latex.el (org-export-latex-links): Use the property list to
3404         retrieve the default image attributes.
3406         * org-exp.el (org-export-plist-vars): Add a new option.
3408 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3410         * org-exp.el (org-export, org-export-visible): Support ASCII
3411         export to buffer
3412         (org-export-normalize-links): Do not protect the description if it
3413         is explicitly given.
3415         * org-ascii.el (org-export-as-ascii-to-buffer)
3416         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3417         commands.
3418         (org-export-as-ascii): Add all the same parameters that are also
3419         supported by the other export functions.
3421         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3422         org-checklist.el.
3423         (org-reset-checkbox-state-subtree): Call
3424         `org-reset-checkbox-state-subtree'.
3426         * org-remember.el (org-select-remember-template): For the
3427         selection of a valid template.
3429         * org-latex.el (org-export-region-as-latex): Supply the
3430         force-no-subtree argument.
3431         (org-export-as-latex): Provide better limits when exporting the
3432         first line.  When exporting to string, we still want the first
3433         lines.
3434         (org-export-latex-first-lines): New argument END, to force the end
3435         of the region.
3436         (org-export-region-as-latex): Use the property list.
3437         (org-export-as-latex):
3439         * org-colview-xemacs.el (org-columns-remove-overlays)
3440         (org-columns): Fix call to `local-variable-p'.
3442 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3444         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3445         (org-export-as-html): Run the new hook.
3447         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3448         (org-export-latex-preprocess): Run the new hook.
3450         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3451         (org-export-preprocess-string): Run the new hook.
3453 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3455         * org-macs.el (org-check-external-command): New defsubst.
3457         * org.el (org-mode-map): New key for reload.
3458         (org-format-latex): Better error message when external programs
3459         are not available.
3461         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3463         * org.el (org-sort-entries-or-items): Explicit sorting function
3464         for priorities, needed for XEmacs compatibility.
3466         * org-remember.el (org-remember-apply-template): Improve auto-save
3467         behavior.
3469 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3471         * org-latex.el (org-export-latex-preprocess): Also protect
3472         environments ending in a star.
3474         * org-list.el (org-at-item-p): Fix regular expression.
3476 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3478         * org.el (org-end-of-subtree): Improve speed.
3480         * org-agenda.el (org-agenda-get-timestamps)
3481         (org-agenda-get-progress, org-agenda-get-deadlines)
3482         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3483         in particular, wait as long as possible to collect the tags.
3484         (org-stuck-projects): Improve docstring.
3486         * org.el (org-store-link): No errors when getting custom id before
3487         first headline.
3488         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3490 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3492         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3494         * org-protocol.el: Remove dependency on url.el.
3495         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3496         dependency on url.el.
3498         * org-latex.el (org-export-as-pdf): Use
3499         `org-latex-to-pdf-process'.
3501 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3503         * org-latex.el (org-latex-to-pdf-process): New option.
3505         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3506         New option.
3507         (org-agenda-get-timestamps): Honor
3508         `org-agenda-skip-additional-timestamps-same-entry'.
3510         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3511         (org-clock-goto): Find recent task only if
3512         `org-clock-goto-may-find-recent-task' allows it.
3514         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3515         drawers, and drawers that are missing the :END: line.
3517 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3519         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3520         clock is running.
3522 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3524         * org.el (org-update-parent-todo-statistics): Check for
3525         STATISTICS_FROM property.
3527         * org-list.el (org-update-checkbox-count): Check for
3528         STATISTICS_FROM property.
3530         * org.el (org-tab-first-hook)
3531         (org-tab-after-check-for-table-hook)
3532         (org-tab-after-check-for-cycling-hook): New hooks.
3533         (org-cycle-internal-global, org-cycle-internal-local): New
3534         functions, split out from `org-cycle'.
3535         (org-cycle): Call the new hooks.
3537 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3539         * org-exp.el (org-export-preprocess-string): Reset the list of
3540         preferred targets for each run of the preprocessor.
3542         * org.el (org-refile-target-verify-function): Improve
3543         documentation.
3544         (org-get-refile-targets): Respect point being moved by the
3545         verification function.
3547         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3548         option.
3549         (org-export-latex-keywords): Use new option.
3551         * org.el (org-rear-nonsticky-at): New defsubst.
3552         (org-activate-plain-links, org-activate-angle-links)
3553         (org-activate-footnote-links, org-activate-bracket-links)
3554         (org-activate-dates, org-activate-target-links)
3555         (org-activate-tags): Place the rear-nonsticky properties at the
3556         correct location.
3558 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3560         * org-protocol.el (server-edit): Declare `server-edit'.
3561         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3562         functions.
3563         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3565         * org.el (org-default-properties): New default properteis for
3566         completion.
3568         * org-exp.el (org-export-add-subtree-options): Add new properties
3569         for subtree export.
3571         * org-docbook.el (org-export-docbook-keywords-markup)
3572         (org-export-docbook-timestamp-markup): New options.
3573         (org-export-docbook-protect-tags): New function.
3575 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3577         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3578         org-refile-target-verify-function for the duration of the command.
3580         * org.el (org-link-to-org-use-id): New possible value
3581         `create-if-interactive-and-no-custom-id'.
3582         (org-store-link): Use custom IDs.
3583         (org-link-search): Find custom ID properties from #link.
3584         (org-default-properties): Add CUSTOM_ID for property completion.
3585         (org-refile-target-verify-function): New option.
3586         (org-goto): Turn off org-refile-target-verify-function
3587         for the duration of the command.
3589 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3591         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3593         * org-exp.el (org-export-preferred-target-alist): New variable.
3594         (org-export-define-heading-targets): Find the new CUSTOM_ID
3595         property.
3596         (org-export-target-internal-links): Target the custom ids when
3597         possible.
3599         * org-latex.el (org-export-latex-preprocess): Better regexp for
3600         matching latex macros with arguments.
3602 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3604         * org-remember.el (org-remember-handler): Allow filing to non-org
3605         files.
3607 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3609         * org-feed.el (org-feed-alist): New keyword options.
3610         (org-feed-update): Use the new options.
3611         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3612         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3613         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3614         functions.
3616         * org-table.el (org-table-fix-formulas): Do not change references
3617         to remote tables.
3618         (org-table-get-remote-range): Convert standard coordinates to RC
3619         format.
3621         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3623 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3625         * org-compat.el (org-sha1-string): Function removed.
3627         * org.el (org-refile-allow-creating-parent-nodes): New option.
3628         (org-refile-get-location): New argument NEW-NODES.
3629         (org-refile): Call `org-refile-get-location' with the new
3630         argument.
3631         (org-refile-get-location): Arrange for adding a new child.
3632         (org-refile-new-child): New function.
3634         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3635         an additional span element.
3637         * org-clock.el: Fix a number of docstrings.
3638         (org-clock-find-position): New argument
3639         FIND-UNCLOSED to make the function find an unclosed clock in the
3640         entry.
3641         (org-clock-in): Call `org-clock-find-position' with the new
3642         argument if we might be resuming a clock.
3644 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3646         * org-latex.el (org-export-latex-display-custom-times): New variable.
3647         (org-export-latex-timestamp-markup): New option.
3648         (org-export-latex-set-initial-vars): Remember the local value of
3649         `org-display-custom-times'.
3650         (org-export-latex-content): Process time stamps.
3651         (org-export-latex-time-stamps): New function.
3653         * org-macs.el (org-maybe-intangible): Add intangible property
3654         again to invisible text.
3656 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3658         * org-exp.el (org-default-export-plist): Handle undefined
3659         variables.
3661 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org.el (org-sort-entries-or-items): Match TODO keywrds
3664         case-sensitively, when sorting.
3665         (org-priority): Do not match TODO keywords with wrong case.
3667 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3669         * org-feed.el (org-feed-update): Bind the variable
3670         `new-formatted'.
3672         * org-html.el (org-export-as-html): Start paragraphs after literal
3673         examples.
3675         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3676         literal examples.
3678 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3680         * org.el (org-todo): Honor the NOBLOCKING property.
3682         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3683         NOBLOCKING property.
3685         * org.el (org-scan-tags): Fix bug in tag scanner
3687 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3689         * org.el (org-modules): Mark obsolete packages.
3691         * org-html.el: New file, split out from org-exp.el.
3693         * org-icalendar.el: New file, split out from org-exp.el.
3695         * org-xoxo.el: New file, split out from org-exp.el.
3697         * org-ascii.el: New file, split out from org-exp.el.
3699 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3701         * org-compat.el (org-find-library-name): New function.
3703         * org.el (org-pre-cycle-hook): New hook.
3704         (org-cycle): Call the new hook in appropriate places.
3705         (org-reload): Only reload files that have been loaded before.
3707 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3709         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3710         after todo keyword.
3711         (org-todo): When changing TODO state, do matching
3712         case-sensitively.
3713         (org-map-continue-from): New variable.
3714         (org-scan-tags): Respect values in `org-map-continue-from'.
3715         (org-reload): Make XEmacs compatible.
3717 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3719         * org-protocol.el (org-protocol-flatten-greedy): New function.
3720         (org-protocol-flatten): New function.
3722         * org.el (org-open-link-from-string): Pass reference buffer to
3723         `org-open-at-point'.
3724         (org-open-at-point): New optional argument `reference-buffer'.
3726 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3728         * org.el (org-scan-tags): Make tag scan find headline in first
3729         line, 2nd attempt.
3730         (org-get-refile-targets): Add the naked file name.
3731         (org-refile): Store as top-level entry when only file name was
3732         given.
3734         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3736         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3737         Renamed from org-block-todo-from-children-or-siblings, and
3738         enhanced to look for the parent's status as well.
3740         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3741         (org-agenda-get-progress): Add first notes line to log entry if so
3742         desired.
3744 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3746         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3747         (org-agenda-cleanup-fancy-diary): Call the new hook.
3749         * org-remember.el (org-remember-apply-template): Take the default
3750         for the annotation from the :annotation property.
3752         * org-mac-message.el (org-mac-message-get-link): Remove the
3753         quotes.
3754         (org-mac-message-get-link): Return the result.
3756 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3758         * org.el (org-refile-get-location): Add file name only if not
3759         already included in outline path.
3761         * org-faces.el (org-n-level-faces): Fix customization type from
3762         number to integer.
3764         * org-exp.el (org-export-headline-levels): Fix customization type
3765         from number to integer.
3767         * org-agenda.el (org-agenda-confirm-kill)
3768         (org-agenda-custom-commands-local-options)
3769         (org-timeline-show-empty-dates, org-agenda-ndays)
3770         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3771         customization type from number to integer.
3773 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3775         * org-protocol.el: Declare some functions.
3777         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3778         postion before inserting modified headline.
3780         * org-agenda.el (org-agenda-compare-effort): Honor
3781         `org-sort-agenda-noeffort-is-high'.
3782         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3783         (org-agenda-compare-effort): Implement the "?" operator for
3784         finding entries without effort setting.
3786         * org.el (org-extract-attributes-from-string): New function.
3788         * org-exp.el (org-export-splice-attributes): New function.
3790 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3792         * org-mouse.el: XEmacs compatibility fixes
3794         * org-docbook.el (org-export-as-docbook): Process footnotes like
3795         normal text.
3797         * org.el (org-modules): Add org-inlinetasks.el
3798         (org-cycle): Implement limiting level on cycling.
3799         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3800         buffer.
3802         * org-inlinetask.el: New file.
3804         * org.el (org-emphasis-regexp-components): Allow braces in
3805         emphasis pre and post match.
3807         * org-footnote.el (org-footnote-normalize): When only dorting, do
3808         not insert inline notes at the end.
3810         * org-docbook.el (org-id-find-id-file): Add function declaration.
3812         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3814         * org-docbook.el: New file.
3816 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3818         * org.el (org-reftex-citation): New command.
3820 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3822         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3823         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3824         sorting options.
3825         (org-entries-lessp): Apply the new sorting option.
3827         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3828         blocker code, when an older sibling has children.
3830         * org-mac-message.el (org-mac-message-get-link): Improve getting
3831         links from multiple selected messages.
3833 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3835         * org-remember.el (org-remember-finalize): Do not set buffer file
3836         name to nil.
3837         (org-remember-handler): Mark buffer as unmodified.
3838         (org-remember-handler): Delete backup file and show message about
3839         remaining backup files.
3840         (org-remember-auto-remove-backup-files): New option.
3842         * org.el (org-store-link): Use buffer name as link description in
3843         w3-mode buffers.
3844         (org-ido-switchb): Fix argument bug for completion.
3846         * org-remember.el (org-remember-apply-template): Set local
3847         variable `auto-save-visited-file-name' instead of global one.
3849 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3851         * org-feed.el: Re-write.
3853         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3854         (org-agenda-get-todos): Mark file tags as inherited.
3855         (org-agenda-list): Always search diary lines for a time.
3857 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3859         * org-feed.el (org-feed-assume-stable): New option.
3860         (org-feed-before-adding-hook): New hook.
3862         * org-exp.el (org-export-as-html): Close local lists depending on
3863         indentation, also when starting a table.
3865         * org-remember.el (org-remember-backup-directory)
3866         (org-remember-backup-name): New internal variable.
3868 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3870         * org-clock.el (org-clock-out-if-current): Make buffer detection
3871         work in indirect buffers as well.
3873         * org.el (org-emphasis-regexp-components): Add the exxclamation
3874         mark to the post-emphasis characters.
3876 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3878         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3879         (org-read-date): Run the new hook.
3881         * org-mac-message.el (org-mac-flagged-mail): New group.
3882         (org-mac-mail-account): New variable.
3883         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3884         commands.
3886         * org-remember.el (org-remember-backup-directory): New variable.
3887         (org-remember-apply-template): Write file to backup directory.
3889 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3891         * org-mouse.el (org-mouse-todo-menu): New function.
3892         (org-mouse-todo-keywords): Function removed.
3893         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3895         * org-table.el (org-table-beginning-of-field)
3896         (org-table-end-of-field): New commands
3897         (org-table-previous-field, org-table-beginning-of-field): Better
3898         error messages.
3899         (orgtbl-setup): Include `M-a' and `M-e'.
3901         * org.el (org-backward-sentence, org-forward-sentence): New
3902         commands.
3904         * org-colview.el (org-colview-initial-truncate-line-value): New
3905         variable.
3906         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3907         (org-columns): Remember the value of `truncate-lines'.
3909         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3910         New variable.
3911         (org-columns-remove-overlays): Restore the value of
3912         `truncate-lines'.
3913         (org-columns): Remember the value of `truncate-lines'.
3915         * org.el (org-columns-skip-arrchived-trees): New option.
3917         * org-agenda.el (org-agenda-export-html-style): Define color for
3918         org-agenda-done face.
3919         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3920         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3922         * org.el (org-scan-tags): Use the new face.
3924         * org-faces.el (org-agenda-done): New face.
3926         * org.el (org-scan-tags): Test the value org
3927         `org-tags-match-list-sublevels'.
3928         (org-tags-match-list-sublevels): New allowed value: indented.
3930         * org-export-latex.el (org-export-latex-make-header): Apply macros
3931         in header.
3933         * org-exp.el (org-export-apply-macros-in-string): New function.
3935         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3936         with the definition of a checked box.
3938         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3940         * org-export-latex.el (org-export-latex-low-levels): More options
3941         for how to process lower levels in LaTeX.
3942         (org-export-latex-subcontent): Better treatment for lists as a
3943         means of publishing lower levels.
3945 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3947         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3949         * org-faces.el (org-checkbox): New face.
3951         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3952         fragement images if there is an export file.
3954 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3956         * org-agenda.el (org-stuck-projects): Document that the subtree of
3957         projects that are not stuck will now be searched for stuck
3958         sub-projects.
3959         (org-agenda-skip-entry-when-regexp-matches)
3960         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3961         (org-agenda-list-stuck-projects): Use
3962         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3964         * org-export-latex.el (org-export-latex-preprocess): Improve
3965         export of verses.
3967         * org-exp.el (org-export-as-html): Implement centering as a div
3968         rather than a paragraph.  Do a better job with line-end in verse
3969         environments.
3971 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3973         * org.el (org-open-at-point): Fix tags searches by mouse click.
3975 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3977         * org-export-latex.el (org-export-latex-preprocess): Implement the
3978         centering markup.
3980         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3981         from `org-export-mark-blockquote-and-verse'.
3982         (org-export-as-html): Implement the centering markup.
3984         * org-export-latex.el (org-export-latex-tables): Fix vertical
3985         lines in tables.
3987 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3989         * org.el (org-read-date-history): New variable.
3990         (org-read-date): Use new history variable.
3991         (org-toggle-heading): Fix bug when used before first headline.
3992         (org-store-log-note): Remove drawer if empty while note is
3993         aborted.
3994         (org-remove-empty-drawer-at): New function.
3995         (org-check-after-date): New command.
3996         (org-sparse-tree): New sparse tree command "a".
3998         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4000 2009-03-14  Bastien Guerry  <bzg@altern.org>
4002         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4003         column and a space, not only a column.
4005 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4007         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4008         defaults for verbose emphasis.
4009         (org-export-latex-emph-format): New function.
4010         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4012         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4013         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4014         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4015         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4016         commands.
4018         * org.el (org-timestamp-change): Move end-time along with start
4019         time.
4021 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4023         * org-exp.el (org-export-target-internal-links)
4024         (org-export-as-html): Protect links specified as #name.
4026 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4028         * org.el (org-clone-subtree-with-time-shift): New command.
4030         * org-export-latex.el (org-export-latex-special-chars)
4031         (org-export-latex-treat-sub-super-char): Fix subscript export.
4033         * org-exp.el (org-create-multibrace-regexp): Do not add
4034         backslashes to the class.
4036 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4038         * org-colview.el (org-columns-map): Better functions for moving up
4039         and down a row, even if `truncate-line' is nil.
4041         * org.el (org-insert-todo-heading): Make sure the keyword is
4042         inserted at the correct position.
4044         * org-publish.el (org-publish-project-alist)
4045         (org-publish-projects, org-publish-org-index): Change default anme
4046         for the index of file names to "sitemap.org".
4048         * org-export-latex.el (org-export-latex-tables): Use
4049         `org-split-string', for Emacs 21 compatibility.
4051 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4053         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4055 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4057         * org-exp.el (org-export-page-description)
4058         (org-export-page-keywords): New variables.
4059         (org-export-plist-vars): Add entries for :keywords and
4060         :description.
4061         (org-infile-export-plist): Parse for new keywords.
4062         (org-get-current-options): Add new keywords
4063         (org-export-as-html): Publish description and keywords.
4065         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4066         option.
4067         (org-agenda-add-entry-text): Honor
4068         `org-agenda-add-entry-text-descriptive-links'.
4070         * org-export-latex.el (org-export-latex-preprocess): Make all
4071         external preprocess functions use a PARAMETER arg.
4073         * org-exp.el (org-export-preprocess-string)
4074         (org-export-select-backend-specific-text)
4075         (org-export-format-source-code-or-example)
4076         (org-format-org-table-html): Support docbook export.
4077         (org-export-preprocess-string): Make all external preprocess
4078         functions use a PARAMETER arg.
4080 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4082         * org-exp.el (org-export-html-style-include-scripts): New option.
4083         (org-export-plist-vars): Add new option
4084         `org-export-html-style-include-scripts'.
4085         (org-export-as-html): Honor new option
4086         `org-export-html-style-include-scripts'.
4087         (org-export-html-scripts, org-export-html-style-default): Fix
4088         xml issues with the Safari browser.
4090 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4092         * org-publish.el (org-publish-attachment): Only copy file when the
4093         directories differ.
4095 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4097         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4098         for clocktable steps.
4100         * org.el (org-additional-option-like-keywords): Add two more
4101         keywords.
4103 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4105         * org-exp.el (org-export-format-source-code-or-example): Mark
4106         temporary buffer unmodified, so that it will be killed even if
4107         mode like message mode has decided to assign a file name.
4109         * org.el (org-scan-tags): Improve tag inheritance.
4110         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4111         case-sensitive.
4112         (org-scan-tags): Use the internal tags list instead of creating it
4113         from scratch.
4114         (org-trust-scanner-tags, org-scanner-tags): New variables.
4115         (org-scan-tags): Set `org-scanner-tags'.
4116         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4117         (org-map-entries): Document the possible speedup using scanner
4118         tags.
4120 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4122         * org.el (org-add-planning-info): Fix bug with looking for keyword
4123         only at column 0.
4125         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4126         option for tags filter preset.
4127         (org-prepare-agenda): Store filter preset as a property on the
4128         filter variable.
4129         (org-finalize-agenda): Call the filter, if there is a preset.
4130         (org-agenda-filter-by-tag): Filter again after clearing the
4131         filter, when there still is a preset.
4132         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4133         Include the preset filter.
4134         (org-agenda-redo): Apply the filter again, also the preset filter.
4136         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4138         * org.el (org-uuidgen-p): New funtion.
4140         * org-agenda.el (org-agenda-fontify-priorities): New default value
4141         `cookies'.
4142         (org-agenda-fontify-priorities): Renamed from
4143         org-fontify-priorities.
4145         * org.el (org-set-font-lock-defaults): Call
4146         `org-font-lock-add-priority-faces'.
4147         (org-font-lock-add-priority-faces): New function.
4149         * org-faces.el: (org-set-tag-faces): New option.
4150         (org-priority-faces): New variable.
4152         * org-exp.el (org-export-as-html): Add a "content" div around the
4153         entire content of the body tag.
4154         (org-export-html-get-bibliography): New function.
4155         (org-export-html-validation-link): New variable.
4156         (org-export-as-html): Add validation link to exported page.
4158         * org.el (org-match-sparse-tree): Renamed from
4159         `org-tags-sparse-tree'.
4160         (org-tags-sparse-tree): New alias.
4162 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4164         * org.el (org-get-valid-level): Catch the case where the level
4165         change is nil.
4167         * org-clock.el (org-clock-find-position): Better indentation of
4168         new clock drawers.
4170 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4172         * org-agenda.el (org-agenda-quit): Delete window only when the
4173         frame-setup was not `current-window'.
4175         * org.el (org-tag-persistent-alist): New option.
4176         (org-startup-options): Add keyword `noptag'.
4177         (org-fast-todo-selection): Handle :newline correctly.
4178         (org-set-tags): Handle :newline correctly.
4179         (org-fast-tag-selection): Handle :newline correctly.
4181 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4183         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4184         outputting it.
4185         (org-export-ascii-push-links): Fix bug with pussing links into the
4186         export buffer.
4188 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4190         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4191         pasting at top level.
4193         * org-bbdb.el: Improve documentation.
4195 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4197         * org-list.el (org-insert-item): Only consider insert empty lines
4198         is `org-empty-line-terminates-plain-lists' is not nil.
4200         * org.el (org-blank-before-new-entry): Mention the dependence on
4201         `org-empty-line-terminates-plain-lists' in the docstring.
4203         * org-publish.el (org-publish-get-project-from-filename): New
4204         optional argument UP.  Only find the top project if UP is set.
4205         (org-publish-current-project): Find the top encloding project.
4207         * org-agenda.el (org-agenda-before-write-hook)
4208         (org-agenda-add-entry-text-maxlines): New options.
4209         (org-write-agenda): Run the new hook in the temporary buffer.
4210         (org-agenda-add-entry-text): New function.
4211         (org-write-agenda): Implement PDF export, using ps2pdf.
4213         * org.el (org-global-properties-fixed, org-global-properties):
4214         Improve documentation string.
4216         * org-exp.el (org-export-ascii-links-to-notes): New option.
4217         (org-export-as-ascii): Handle links better.
4218         (org-export-ascii-wrap, org-export-ascii-push-links): New
4219         functions.
4221 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4223         * org-agenda.el (org-agenda): Make prefix arg optional.
4224         (org-agenda-search-headline-for-time): New option.
4225         (org-format-agenda-item): Honor
4226         `org-agenda-search-headline-for-time'.
4228         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4229         characters.
4231         * org.el (org-self-insert-cluster-for-undo): New option.
4232         (org-self-insert-command): Cluster undo for 20 characters.
4233         (org-self-insert-command-undo-counter): New variable.
4235 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4237         * org-exp.el (org-export-as-html): Fix problem with closing colone
4238         example.
4240 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4242         * org-export-latex.el (org-export-as-latex)
4243         (org-export-latex-first-lines): Avoid modification flag when
4244         adding or removing text properties.
4245         (org-export-latex-fontify): Catch error when org-emph-alist has
4246         entries that are not defined for LaTeX export.
4248         * org.el (orgstruct++-mode): New function.
4249         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4250         (org-context-p): Allow detecting item context after the first line
4251         of an item.
4252         (orgstruct-make-binding): Detect if item-body context should be
4253         seen.
4254         (orgstruct-is-++): New variable.
4255         (org-add-planning-info): Catch the case when there is no planning
4256         info yet and the call does not want to add anything, only maybe
4257         tries to remove something.
4258         (org-special-ctrl-a/e): All value to be a cons cell with separate
4259         settings for `C-a. and `C-e'.
4260         (org-beginning-of-line, org-end-of-line): Honor separate values
4261         for `C-a' and `C-e'.
4263 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4265         * org.el (org-reload): New command.
4267 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4269         * org-exp.el (org-export-htm-get-tag-class-name)
4270         (org-export-htm-get-todo-kwd-class-name): New functions.
4271         (org-export-html-tag-class-prefix)
4272         (org-export-html-todo-kwd-class-prefix): New options.
4273         (org-export-as-html): Call
4274         `org-export-html-get-todo-kwd-class-name'.
4275         (org-html-level-start): Wrap tags into classes.
4276         (org-export-html-get-tag-class-name)
4277         (org-export-html-get-todo-kwd-class-name): New functions.
4279         * org-export-latex.el (org-export-latex-collect-header-macros):
4280         Remove fields that are used anyway.
4281         (org-export-latex-make-header): Insert the options earlier.
4283         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4284         matching.
4286         * org-list.el (org-indent-item): Allow point to be at the end of
4287         the region.
4289         * org.el (org-metaleft, org-metaright): Be more accurate about
4290         detecting a region where commands apply.
4292         * org-compat.el (org-cursor-to-region-beginning): New function.
4294         * org.el (org-priority): Also find invisible heading.
4296         * org-colview-xemacs.el (org-columns-edit-value): No special
4297         treatment for `org-todo' prefix.
4299         * org-colview.el (org-columns-edit-value): No special treatment
4300         for `org-todo' prefix.
4302         * org-remember.el (org-remember-apply-template): Use
4303         `org-completing-read-no-ido'.
4305         * org.el (org-completing-read-no-ido): New function.
4306         (org-make-tags-matcher, org-set-property): Use
4307         `org-completing-read-no-ido'.
4309         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4310         New option.
4311         (org-export-as-latex): Import in-buffer settings as TeX macros.
4312         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4313         (org-export-latex-collect-header-macros): New function.
4315         * org.el (org-refile-get-location): Turn off
4316         `partial-completion-mode'.
4318 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4320         * org.el (org-block-todo-from-checkboxes): Announce that
4321         checkboxes are the culprit.
4322         (org-block-todo-from-children-or-siblings): Call
4323         `org-up-heading-all instead' of `outline-up-heading'.
4325         * org-agenda.el (org-agenda-show-1): Renamed from
4326         `org-agenda-show'.
4327         (org-agenda-show): Re-install the old version for now.
4328         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4329         variable into the blokker hook, so that the checkbox checker can
4330         anounce that it caused the blocking.
4332         * org.el (org-track-ordered-property-with-tag): New option.
4333         (org-toggle-ordered-property): Honor
4334         `org-track-ordered-property-with-tag'.
4335         (org-tag-alist): Add newline options.
4336         (org-set-regexps-and-options): Separate option lines imply a
4337         newline.
4338         (org-set-regexps-and-options, org-assign-fast-keys)
4339         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4340         option.
4341         (org-indent-line-function): Make sure this works even if there is
4342         not `org-drawer-regexp' defined.  This can happen when
4343         orgstruct-mode is used in a non-org buffer.
4345         * org-list.el (org-checkbox-blocked-p): New function.
4346         (org-toggle-checkbox): Check for blocking.
4348         * org.el (org-modules): Add an entry for org-R.el.
4350         * org-agenda.el (org-agenda-todo-ignore-with-date)
4351         (org-agenda-todo-ignore-scheduled)
4352         (org-agenda-todo-ignore-deadlines): Mention the variable
4353         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4355         * org.el (org-get-wdays): Find the warning period also if it is in
4356         the wrong place.
4357         (org-ido-completing-read): Provide the correct arguments to
4358         ido-completing-read and bind `ido-enter-matching-directory' to
4359         nil.
4361 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4363         * org.el (org-olpath-completing-read): Never use ido for this
4364         one.
4366         * org-exp.el (org-export-normalize-links): Use new macro.
4368         * org-macs.el (org-if-unprotected-at): New macro.
4370         * org-agenda.el (org-agenda-show): Allow numerical prefix
4371         arguments to specify how much context should be shown.
4372         (org-agenda-cycle-show): New command, could be bound to SPC in
4373         org-agenda-mode-map.
4375         * org-exp.el (org-html-level-start): Space after section number.
4377 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4379         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4380         property, for sorting.
4381         (org-cmp-todo-state): Get the applicable TODO keywords directly
4382         from the buffer.
4383         (org-run-agenda-series, org-agenda-list, org-search-view)
4384         (org-todo-list, org-tags-view): Only fit agenda window when the
4385         whole series is done.
4387         * org.el (org-scan-tags): Add todo state as property, for sorting.
4389         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4390         `org-agenda-overriding-header' as an option.
4391         (org-agenda-list): Honor org-agenda-overriding-header'.
4393 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4395         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4396         after removing a checkbox.
4398         * org.el (org-show-entry): Make this work correctly also if it is
4399         the last entry in the file.
4400         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4401         falling back to normal, default command.
4402         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4403         item, call the checkbox toggler to get a box.
4405         * org-list.el (org-toggle-checkbox): Make double prefix set the
4406         checkbox to "[-]".
4407         (org-fix-bullet-type): Only replace bullet if it is changed.
4408         (org-renumber-ordered-list): Handle case when first item does not
4409         have a number.
4411         * org.el (org-add-log-setup): Fix positioning when
4412         `org-log-states-order-reversed' is nil.
4414         * org-clock.el (org-clock-in): Fix positioning when
4415         `org-log-states-order-reversed' is nil.
4416         (org-clock-find-position): Fix positioning when
4417         `org-log-states-order-reversed' is nil.
4419 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4421         * org-clock.el (org-clock-into-drawer): Take default from
4422         `org-log-into-drawer'.
4423         (org-clock-find-position): Look for the correct drawer.
4425         * org.el (org-log-into-drawer): Renamed from
4426         `org-log-state-notes-into-drawer'.
4427         (org-log-state-notes-into-drawer): New variable alias.
4428         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4429         CLOCK.
4430         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4432 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4434         * org-agenda.el (org-agenda): Fix docstring.
4436         * org.el ("org-plot"): Help loading org-plot.
4437         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4438         (org-metadown-hook, org-shiftmetaleft-hook)
4439         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4440         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4441         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4442         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4443         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4445         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4446         for selecting files with any (and even without) extension.
4448         * org.el (org-save-all-org-buffers): Also save id locations.
4449         (org-revert-all-org-buffers): Also load id locations.
4451 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4452         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4453         (org-log-state-notes-into-drawer): New option.
4454         (org-add-log-setup): Place the sate note marker into the drawer,
4455         create drawer when necessary.
4456         (org-refile-targets): Document special interpretation of LEVEL
4457         when odd-levels are used.
4459 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4461         * org.el (org-store-log-note): Fix note indentation when adding
4462         notes to end of list.
4464         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4465         class, so that each keyword can get special colors through CSS.
4467         * org-clock.el (org-clock-out): Add another nil for the previous
4468         state into the call to `org-add-log-setup'.
4470         * org.el (org-log-note-previous-state): New variable.
4471         (org-log-note-headings): New %S escape for old state.
4472         (org-todo): Call the note setup with the old state as an
4473         argument.
4474         (org-add-note): Add another nil for the previous state into the
4475         call to `org-add-log-setup'.
4476         (org-add-log-setup): New argument PREV-STATE.
4477         (org-add-log-note): Handle new %S escape.
4478         (org-store-log-note): Handle new %S escape.
4480 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4482         * org-clock.el (org-clock-find-position): Do not swallow an item
4483         less indented than the CLOCK line itself.
4484         (org-clock-in): Push markers to lin after the clock line.
4485         (org-clock-find-position): Handle values of
4486         `org-clock-into-drawer' smaller than 2.
4488         * org-exp.el (org-html-level-start): Add a CSS class to section
4489         numbers.
4490         (org-export-html-toplevel-hlevel): Better documentation of the
4491         influence of this variables on H levels and css classes in
4492         export.
4494 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4496         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4497         timestamp and nottimestamp to the chooe menu.
4499         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4500         (org-revert-all-org-buffers): New command.
4502 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4504         * org.el (org-return): Implement `org-return-follows-link' in the
4505         function org-return.  This is more robust than using the mouse
4506         map, I think.
4507         (org-set-regexps-and-options): Match more general #+TODO lines.
4508         (org-make-options-regexp): New optional argument EXTRA, for an
4509         extra regexp.
4510         (org-tab-follows-link): Mark as deprecated.
4512 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4514         * org-exp.el (org-export-preprocess-string): Remove clock lines
4515         earlier, so that they cannot cotribute to verbatim snippets.
4517 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4519         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4520         for finding drawers.
4521         (org-export-as-ascii, org-export-as-html): Count levels relative
4522         to the subtree header.
4523         (org-get-min-level): New optional argument OFFSET.
4524         (org-export): Make sure point is restored after popping up that
4525         window.
4527         * org.el (org-do-sort): Also take an inactive timestamp if no
4528         active one is found.
4530         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4531         deleting duplicates.
4533         * org-colview.el (org-columns-capture-view): Copy before
4534         deleting duplicates.
4536         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4537         text before first headline.
4539         * org.el (org-format-latex): Do not convert LaTeX fragments in
4540         protected examples.
4542 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4544         * org-exp.el (org-export-html-style-default): Use color values
4545         instead of names for XHTML validation.
4547         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4548         functions.
4549         (org-return-follows-link): Revert making this the default untile
4550         issues are resolved.
4552         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4553         nottimestamp.
4555 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4557         * org.el (org-mode): Make dependence stuff work more reliably.
4558         (org-update-parent-todo-statistics): Fix bug with updating
4559         statistics cookie.
4561         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4562         ~ as verbatim delimiters.
4564         * org-exp.el (org-export-html-format-image): New argument
4565         PAR-OPEN.
4566         (org-export-as-html): Pass par-open to
4567         `org-export-html-format-image'.
4569 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4571         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4572         (org-use-fast-todo-selection, org-tags-column): New default
4573         setting for variables, based on a poll what typical uses use.
4575         * org-agenda.el (org-agenda-sorting-strategy)
4576         (org-agenda-tags-column): New default setting for variables, based
4577         on a poll what typical uses use.
4579 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4581         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4582         blocked entries from setting the blocked tag.
4584         * org-exp.el (org-export-html-footnotes-section): Use a more
4585         consistent id for footnotes.
4587         * org-export-latex.el (org-export-latex-classes): Remove the
4588         a4paper option from the default styles.
4590 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4592         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4593         (org-block-todo-from-checkboxes): New function.
4594         (org-todo): Make tripple prefix arg circumvent blocking.
4596         * org-timer.el (org-timer): Provide the timer feature.
4598         * org.el (org-require-autoloaded-modules): Add a few more files to
4599         the list of autoloaded modules.
4601         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4603 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4605         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4606         drawers that are unprotected.
4607         (org-export-html-format-image): Make sure inlined LaTeX fragment
4608         images remain inlined.
4610         * org.el (org-toggle-ordered-property): New function.
4611         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4612         (org-org-menu): Add menu entries for TODO dependencies.
4614 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4616         * org.el (org-default-properties): Add ORDERED to the default
4617         properties, to get completion support for it.
4619         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4621         * org.el (org-update-parent-todo-statistics): Update more than one
4622         cookie.
4624         * org-agenda.el (org-agenda-get-todos): Start search from correct
4625         position.
4627         * org.el (org-fast-todo-selection): Make sure TODO selection does
4628         not change buffer position.
4630         * org-list.el (org-toggle-checkbox): Implement adding or removing
4631         checkboxes from line or region when called with a prefix
4632         argument.
4634         * org-rmail.el (org-rmail-store-link): Protect the call to
4635         `rmail-narrow-to-non-pruned-header'.
4637         * org-clock.el (org-clock-special-range): Fix week display in
4638         clock tables.
4640         * org-exp.el (org-get-current-options): Fix bug when in indirect
4641         buffer.
4643 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4645         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4646         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4647         (org-agenda-dim-blocked-tasks): New function.
4649         * org.el (org-enforce-todo-dependencies): New option.
4650         (org-block-todo-from-children-or-siblings): New function.
4652         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4654         * org.el (org-todo): Return correct state type even if the blocker
4655         throws an error.
4656         (org-modifier-cursor-error): Renamed from
4657         `org-shiftcursor-error'.
4658         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4659         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4661         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4662         to get real errors from the blocker hook.
4664         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4665         functions.
4666         (org-set-visibility-according-to-property): Turn off the setting
4667         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4668         property.
4670 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4672         * org.el (org-support-shift-select): New option.
4673         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4674         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4675         selection outside contexts.
4677         * org-list.el (org-at-item-bullet-p): New function.
4679         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4680         variables.
4682         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4683         variable.
4684         (org-insert-footnote-reference-near-definition): Remove
4685         unnecessary let form.
4687         * org-export-latex.el (org-export-latex-first-lines): Add
4688         OPT-PLIST parameter.
4689         (org-export-as-latex): Call `org-export-latex-first-lines' with
4690         opt-plits parameter.
4691         (org-export-latex-preprocess): Remove unnecessary variables.
4693         * org-exp.el (org-infile-export-plist)
4694         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4695         (org-export-remove-headline-metadata)
4696         (org-export-get-title-from-subtree, org-get-min-level)
4697         (org-html-do-expand): Remove innecessary let form.
4699         * org-colview-xemacs.el (org-columns-display-here): Remove
4700         unnecessary variables.
4702         * org-colview.el (org-columns-display-here): Remove unnecessary
4703         variables.
4705         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4706         variables.
4708         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4709         unnecessary variables.
4711         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4712         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4713         variables.
4715         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4716         (org-compact-display-after-subtree-move): Remove unnecessary
4717         variables.
4718         (org-edit-fixed-width-region): Remove unnecessary variables.
4719         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4720         (org-olpath-completing-read): Remove unnecessary variable.
4721         (org-auto-repeat-maybe): Remove unnecessary variable.
4722         (org-map-entries): Remove unnecessary variable.
4723         (org-buffer-property-keys, org-imenu-get-tree)
4724         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4726 -----------------------------------------------------------------
4728 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4729         * org-exp.el (org-export-remove-timestamps): Never remove
4730         timestamps from tables.
4732         * org-export-latex.el (org-export-latex-first-lines): Add more
4733         options to the preprocessing of the text before the first
4734         headline.
4736 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4738         * org-faces.el (org-clock-overlay): Make face compatible with
4739         XEmacs.
4741         * org.el (org-yank): Add property for delete-selection mode.
4743         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4745         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4746         variable.
4748         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4749         to `backward-char'.
4751         * org-exp.el (org-export-as-html): Remove the initial space from
4752         colon examples.
4754         * org.el (org-scan-tags): Call
4755         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4757         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4758         customization groups.
4759         (org-agenda-tags-todo-honor-ignore-options): New option.
4760         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4761         New function.
4762         (org-agenda-get-todos): Use
4763         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4765 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4767         * org-exp.el (org-export-format-source-code-or-example): Escape
4768         HTML characters also in examples that anre not treated with
4769         htmlize.  Also, just switch to EXAMPLE processing if we do not
4770         have a good version of htmlize.
4772         * org-rmail.el: Fix copyright notice.
4774         * org.el (org-activate-footnote-links): Improve footnote link
4775         highlighting.
4777         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4778         a footnote definition at the end of the file.
4780         * org-table.el (org-table-get-specials): Add an imagined hline at
4781         the end of the table.  This can be useful for references that want
4782         to go to the end of the table.  Also fix bug when computing last
4783         row constants, in tables that do not start right at the right
4784         margin.
4785         (org-table-eval-formula): Match and replace remove references.
4786         (org-table-formula-substitute-names): Make sure that names inside
4787         a "remote" call are left alone, the will be replaced later when
4788         the remote call is handled.
4789         (org-table-convert-refs-to-rc): Do not convert things that might
4790         look like a reference, but are really part of an ID or namei n a
4791         remote reference.
4792         (org-table-get-remote-range): New function.
4794 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4796         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4798         * org-clock.el (org-clock-put-overlay): Use new face instead of
4799         `secondary-selection'.
4801         * org-faces.el (org-clock-overlay): New face.
4803 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4805         * org-exp.el (org-get-current-options): Include the option for
4806         publishing time stamps.
4808         * org.el (org-toggle-heading): Renamed from
4809         `org-toggel-region-headings'.
4810         No longer needs a region defined, but will use it if there is one.
4811         (org-ctrl-c-star): Simplified, relying more on the internal
4812         workings of `org-toggle-heading'.
4813         (org-toggle-item): Renamed from `org-toggle-region-items'.
4814         No longer needs a region defined, but will use it if there is one.
4815         (org-ctrl-c-minus): Simplified, relying more on the inernal
4816         workings of `org-toggle-item'.
4818         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4819         environment detection.  Also, do real changes only in unprotected
4820         places.
4822 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4824         * org-export-latex.el (org-export-latex-quotation-marks): Use
4825         `org-if-unprotected-1'.
4826         (org-export-latex-set-initial-vars): Check for class definition in
4827         property.
4829         * org-macs.el (org-if-unprotected-1): New macro.
4831 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4833         * org-compat.el (org-count-lines): New function.
4835         * org-exp.el (org-export-format-source-code-or-example): Handle
4836         switches related to text areas.
4838         * org.el (org-activate-footnote-links): Don't allow match inside a
4839         link.
4841         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4843         * org-export-latex.el (org-export-latex-links): Keep a relative
4844         path relative also after export.
4846         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4848         * org.el (org-make-tags-matcher): Never use IDO for completing the
4849         tags matcher match string.
4850         (org-completing-read): Also remove the special biding for "?".
4852         * org-attach.el (org-attach-allow-inheritance): New option.
4853         (org-attach-inherited): New variable.
4854         (org-attach-dir): Handle properties related to the attachment
4855         directory.
4856         (org-attach-check-absolute-path): New function.
4857         (org-attach-set-directory, org-attach-set-inherit): New commands.
4858         (org-attach): Accommodate the new commands in the dispatcher.
4860 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4862         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4863         `window-full-width-p'.
4865         * org-exp.el (org-export-as-html): Only check for images files
4866         that really can be inlined
4868         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4869         list of extensions to be a parameter.
4871         * org-exp.el (org-export-html-inline-image-extensions): New
4872         variable.
4874         * org-agenda.el (org-prepare-agenda): Use
4875         `org-agenda-block-separator'.
4876         (org-agenda-block-separator): New option.
4878 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4880         * org-export-latex.el (org-export-latex-tables): Call
4881         `org-table-clean-before-export' with the new optional argument.
4883         * org-exp.el (org-table-clean-before-export): New optional
4884         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4885         first column.
4887 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4889         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4890         histograms.
4892         * org-colview.el (org-colview-construct-allowed-dates): Better
4893         error catching when a date/time property does not have allowed
4894         values defined.
4896         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4897         Better error catching when a date/time property does not have
4898         allowed values defined.
4900 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4902         * org.el (org-map-entries): Restore point and restriction after
4903         `org-map-entries'.
4905 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4907         * org.el (org-time=, org-time<, org-time<=, org-time>)
4908         (org-time>=, org-time<>): Make sure both values are dates.
4910 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4912         * org-archive.el (org-extract-archive-heading): Allow %s for file
4913         name also in achive location heading.
4915 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4917         * org-archive.el (org-add-archive-files): Uniquify the list before
4918         returning it.
4920 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4922         * org-compat.el (org-fit-window-to-buffer): Use
4923         `window-full-width-p'.
4925         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4926         space after the colon in short examples.
4928         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4929         enforce a space after the colon.  However, we also allow lines
4930         that are *only* a colon.
4931         (org-export-as-html): Enforce the space after the colon in short
4932         examples.
4933         (org-export-preprocess-string): Do the colon example protection
4934         earlier.
4935         (org-export-remove-timestamps): Do not check for protection at the
4936         end of the line.
4938 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4940         * org.el (org-format-latex-options): Add new matcher for single
4941         letters between dollars.
4942         (org-get-header): Function removed.
4943         (org-heading-components): New function.
4945         * org-exp.el (org-export-define-heading-targets): Record ID's also
4946         as alternative targets.
4947         (org-export-as-html): Interpret "id:" links to other files by
4948         preserving the relative path.
4950         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4951         is nil.
4953         * org-exp.el (org-export-normalize-links): Protect the main link,
4954         to avoid special character processing.
4956         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4957         New variable.
4958         (org-export-latex-special-string-regexps): Variable removed.
4959         (org-export-latex-keywords): Use the new regexp.
4961         * org-exp.el (org-export-handle-include-files): Fetch switches and
4962         put them into the BEGIN statement.
4964         * org-timer.el (org-timer-mode-line-string): New variable.
4966         * org-clock.el (org-clock-mode-line-map): Renamed from
4967         `org-clock-mode-map'.
4968         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4969         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4970         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4971         (org-clock-remove-overlays): Renamed from
4972         `org-remove-clock-overlays'.
4974         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4975         and mode line display.
4976         (org-timer-stop): New command.
4977         (org-timer-seconds): Return correct time when timer is paused.
4978         (org-timer-mode-line-timer): New variable.
4979         (org-timer-set-mode-line, org-timer-update-mode-line): New
4980         functions.
4982         * org.el (org-insert-heading):  Handle new value `auto' for
4983         `org-blank-before-new-entry'.
4984         (org-org-menu): Add new items for timer functions.
4986         * org-list.el (org-insert-item): Handle new value `auto' for
4987         `org-blank-before-new-entry'.
4989         * org.el (org-blank-before-new-entry): New value `auto', made
4990         default.
4992 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4994         * org-exp.el (org-export-normalize-links): If the link is also
4995         used as the description, protect the description.
4997 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4999         * org.el (org-closest-date): Fix bug with yearly repeats, in
5000         combination with preference of the past as it is used for deadline
5001         and scheduling search.
5003         * org-exp.el (org-html-handle-time-stamps): No longer check for
5004         the `org-export-with-timestamps' option, because the preprocesser
5005         has taken care of this already.
5007         * org.el (org-entry-properties): Catch the case when this is
5008         called in a non-org-mode file.
5010         * org-export-latex.el (org-export-latex-remove-from-headlines):
5011         Variable made obsolete, also LaTeX export now uses the standard
5012         variables.
5013         (org-export-as-latex): Add the timestamps parameter to the
5014         preprocessor parameter list.
5015         (org-export-latex-content): Export the remaining keywords without
5016         considering to remove them.
5017         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5018         Use bold font instead of tt font for the keywords.
5019         (org-export-latex-fontify-headline): Format headlines, assuming
5020         that all keywords still present should be published.
5021         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5022         publish what ever remains of the time stamps.
5023         (org-export-latex-list-parameters): New option.
5024         (org-export-latex-lists): Pass additional parameters to the list
5025         converter.
5027         * org-exp.el (org-export-preprocess-string): Remove clock lines
5028         and timestamps already in the preprocesor.
5029         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5030         functions.
5031         (org-export-as-ascii, org-export-as-html): Add the timestamps
5032         parameter to the preprocessor parameter list.
5034         * org-list.el (org-list-parse-list): Parse for checkboxes.
5035         (org-list-to-generic): Introduce and handle new parameters :cbon
5036         and :cboff.
5037         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5038         optional parameter PARAMS.
5040         * org-export-latex.el (org-export-latex-special-chars): Fix
5041         problems with interpreting dollar signs.
5042         (org-inside-latex-math-p): New function.
5043         (org-export-latex-preprocess): Protect all the math fragments.
5045         * org.el (org-latex-regexps): Allow a dash after a dollar.
5047         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5048         mark after copying.
5050         * org-agenda.el (org-run-agenda-series): Have series options set
5051         when finalizing the agenda.
5053         * org-exp.el (org-export-format-source-code-or-example): Protect
5054         the converted examples.
5056         * org.el (org-set-regexps-and-options): Fix the regexp
5057         `org-complex-heading-regexp'.
5059 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5061         * org.el (org-edit-src-get-label-format): New function.
5062         (org-coderef-label-format): New option.
5063         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5064         a label format specification and make sure it is used in the edit
5065         buffer.
5066         (org-edit-src-get-label-format): New function.
5067         (org-store-link): Handle new coderef formats.
5068         (org-link-search): Handle new coderef formats.
5070         * org-footnote.el (org-footnote-create-definition)
5071         (org-footnote-goto-local-insertion-point): Make footnote insertion
5072         work correctly when the "Footnotes" headline is the last line in
5073         the buffer.
5075         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5076         the location.
5078 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5080         * org-w3m.el (org-w3m): New customization group.
5081         (org-w3m-deactivate-mark): New option.
5082         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5083         option say not to.
5085 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5087         * org.el (org-set-font-lock-defaults): Trigger footnote
5088         fontification.
5089         (org-activate-footnote-links): New function.
5090         (org-activate-links): New entry `footnote'.
5092         * org-faces.el (org-footnote): New face.
5094 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5096         * org-macs.el (org-re): Handle the [:word:] class.
5098         * org-exp.el (org-export-preprocess-string): Call
5099         `org-export-protect-colon-examples'.
5100         (org-export-protect-colon-examples): Renamed from
5101         `org-export-protect-examples', and scope limited to lines starting
5102         with a colon.
5104 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5106         * org-exp.el (org-export-preprocess-string): Move the preprocess
5107         hook to after turning on Org-mode.
5108         (org-export-preprocess-after-include-files-hook)
5109         (org-export-preprocess-after-tree-selection-hook)
5110         (org-export-preprocess-before-backend-specifics-hook)
5111         (org-export-preprocess-final-hook): New hooks.
5112         (org-export-preprocess-string): Run the new hooks.
5114         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5116         * org-footnote.el: New file.
5118         * org.el (org-footnote): Require footnote code.
5119         (org-startup-options): Add new footnote options.
5120         (org-mode-map): New keybindig for footnotes.
5121         (org-ctrl-c-ctrl-c): Add function at footnotes.
5122         (org-org-menu): New menu entries for footnotes.
5124         * org-export-latex.el (org-export-as-latex): Pass footnote
5125         variable to preprocessor.
5126         (org-export-latex-preprocess): Treat multiple references to a
5127         footnote.
5129         * org-exp.el (org-export-preprocess-string): Call
5130         `org-footnote-normalize'.
5131         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5132         to preprocessor.
5133         (org-export-as-html): Treat multiple references to a footnote.
5135 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5137         * org-export-latex.el (org-export-latex-links): Handle coderef
5138         links.
5140         * org.el (org-bracket-link-analytic-regexp++): New variable.
5141         (org-make-link-regexps): Initialize
5142         `org-bracket-link-analytic-regexp++'.
5143         (org-store-link): Implement special case in edit-src buffer.
5144         (org-insert-link): No use of ide to insert stored links.
5145         (org-link-search): Implement special case for coderefs.
5147         * org-exp.el (org-export-html-scripts): New constant.
5148         (org-export-html-style-default): Add a new style for highlighted
5149         code.
5150         (org-export-code-refs): New variable.
5151         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5152         Call `org-export-replace-src-segments-and-examples'
5153         No longer call `org-export-protect-examples'.
5154         (org-export-target-internal-links): Take care of coderef targets.
5155         (org-export-last-code-line-counter-value): New variable.
5156         (org-export-replace-src-segments-and-examples): Renamed from
5157         `org-export-replace-src-segments', and modified.
5158         (org-export-format-source-code-or-example): Renamed from
5159         `org-export-format-source-code'.
5160         (org-export-number-lines): New function.
5161         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5163 --------------------------------------------------------------------------
5165 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5167         * org-remember.el (org-remember-handler): Safer way to get a new
5168         buffer accessing the target file.
5170         * org.el (org-refile-get-location): Handle case of current buffer
5171         not having a file associated with it.
5173 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5175         * org-table.el (org-table-get-formula): Only ask to overwrite
5176         field formula if there really is one.
5178         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5179         number, by converting these to a string.
5181         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5182         located in a different file.
5184         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5185         org-colview.el.
5187 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5189         * org.el (org-completion-use-ido): Enhance docstring of
5190         `org-completion-use-ido'.
5192         * org-export-latex.el (org-export-latex-make-header): Double the %
5193         in the time stamp format.
5194         (org-export-latex-special-chars): Handle case where there is no
5195         match group 3.
5197 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5199         * org.el (org-get-refile-targets, org-refile-get-location): Use
5200         expanded file name to improve comparison.
5202 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5204         * org.el (org-scan-tags): Rescan for tags, to get the correct
5205         upcase/downcase stuff.  This slows things down for now, but it
5206         works.
5207         (org-mode): Make sure the tag-faces regexp is initialized.
5209         * org-export-latex.el (org-export-latex-links): Fix bug with
5210         undefined label.
5212         * org-table.el (org-table-get-specials): Set
5213         `org-table-current-last-data-line'.
5214         (org-table-current-last-data-line): New variable.
5215         (org-table-insert-column, org-table-delete-column)
5216         (org-table-move-column, org-table-fix-formulas): Call
5217         `org-table-fix-formulas' a second time to fix the $LR references.
5218         (org-table-get-specials): Add the $LR references to the tables.
5219         (org-table-get-formula): Do not offer last-row names as LHS of
5220         formulas.
5222         * org.el (org-store-link): Capture link description from
5223         `org-id-store-link'.
5225         * org-exp.el (org-export-html-format-image): Add the / to the end
5226         of the <img> tag.
5227         (org-export-format-source-code): Surround example by empty lines,
5228         to make sure it will not be inside a paragraph.
5230         * org.el (org-ido-switchb): New function.
5232 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5234         * org-agenda.el (org-agenda-show): New prefix argument
5235         FULL-ENTRY.
5237         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5238         argument.
5240         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5241         `org-agenda-change-all-lines'.
5242         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5243         tags are now retrieved locally.
5245 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5247         * org.el (org-get-outline-path): Fix bug if level is not given.
5248         (org-org-menu): Do not quote function in menu vector.
5250         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5251         name.
5253 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5255         * org.el (org-refile): Avoid refiling to within the region to be
5256         refiled.
5258         * org-export-latex.el (org-export-latex-special-chars): Replace
5259         special characters also in tables.
5261         * org-agenda.el (org-agenda-change-all-lines): New argument
5262         FORCE-TAGS.
5263         (org-agenda-set-tags): Cet the new tags and pass them to
5264         `org-format-agenda-item'.
5266 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5268         * org-export-latex.el (org-export-latex-classes): Add longable as
5269         a default package to all classes.
5270         (org-export-latex-tables): Handle the longtable attribute and the
5271         align attribute.
5273         * org-table.el (orgtbl-to-generic): Handle tables that start with
5274         a hline.
5276         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5277         \verb for colde-like snippets.
5278         (org-export-as-latex): Fix issues with region export.
5280         * org.el (org-up-heading-safe): Speed up function by using a
5281         direct regexp search.
5282         (org-olpa): New variable.
5283         (org-get-outline-path): Speed-up path constructions in cases where
5284         this is possible because the entire hierarchy is scanned anyway.
5285         (org-refile-get-location): Don't compare the truenames of files,
5286         this is too slow.
5287         (org-goto-max-level): New option.
5288         (org-goto): Use `org-goto-max-level'.
5290 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5292         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5293         Strip angle brackets from message-ids in the former and don't do
5294         it in the latter.
5295         (org-gnus-follow-link): Open summary reliable, even if the last
5296         messages were deleted, and handle empty groups, too.
5298 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5300         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5301         instead of \texttt for the =...= and ~===~ emphasis environments.
5302         (org-export-as-latex): Remove any old :org-license-to-kill text
5303         properties.
5304         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5305         (org-export-latex-make-header): Add some hard space after the
5306         table of contents.
5307         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5308         exported text so that it will be excuded in further steps.
5310         * org-table.el (org-table-get-specials): Make @0 reference the
5311         last line in a table.
5312         (org-table-recalculate): Improve docstring.
5314 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5316         * org.el (org-log-done): Fix docstring.
5318 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5320         * org-exp.el (org-export-html-format-image): Fix bugs.
5322         * org-export-latex.el (org-export-latex-tables)
5323         (org-export-latex-links): Implement attribute, label, and caption
5324         handling.
5326         * org-exp.el (org-export-html-style-default): Add style
5327         definitions for the figure div.
5328         (org-export-preprocess-string, org-export-as-html): Implement
5329         attribute, label, and caption handling.
5330         (org-export-attach-captions-and-attributes): New function.
5331         (org-export-html-format-image): New function.
5332         (org-format-org-table-html): Implement attribute, label, and
5333         caption handling.
5335         * org.el (org-find-text-property-in-string): New function.
5336         (org-extract-attributes): Use the property org-attr instead of
5337         org-attrobutes, because this property is now set with the #+ATTR
5338         lines.
5340 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5342         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5343         the case that FROM is nil.
5345         * org.el (org-before-first-heading-p): New function.
5347 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5349         * org-exp.el (org-export-as-html): Do not add a space before
5350         enforces line breaks.
5351         (org-export-as-html): Close paragraph before blockquote and verse
5352         tags.
5354 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5356         * org-id.el (org-id-locations-file): Wrap file name with
5357         `convert-standard-filename'.
5358         (org-id-files): New variable.
5359         (org-id-use-hash): New option.
5360         (org-id-update-id-locations): Also search in all files current
5361         listed in `org-id-files'.  Convert the resulting alist to a hash
5362         if the user customation says so.
5363         (org-id-locations-save): Handle he case if `org-id-locations' is a
5364         hash.
5365         (org-id-locations-load): Convert the alist to a hash.
5366         (org-id-add-location): Handle the hast case.
5367         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5368         exited.
5369         (org-id-hash-to-alist, org-id-alist-to-hash)
5370         (org-id-paste-tracker): New functions.
5372 -------------------------------------------------------------------------
5374 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5376         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5377         bindings of calendar variables.
5379         * org-table.el (org-table-find-row-type): Renamed from
5380         `org-find-row-type'.
5381         (org-table-rewrite-old-row-references): Renamed from
5382         `org-rewrite-old-row-references'.
5383         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5384         (org-table-cleanup-narrow-column-properties): Renamed from
5385         `org-cleanup-narrow-column-properties'.
5387 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5389         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5390         for better error messages.
5391         (org-table-get-descriptor-line): Supply the new arguments to
5392         `org-find-row-type'.
5393         (org-table-error-on-row-ref-crossing-hline): New option.
5395         * org.el (org-target-link-regexp): Make buffer-local.
5396         (org-move-subtree-down): Fix bug with trees at beginning of
5397         buffer.
5399 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5401         * org-faces.el (org-set-tag-faces): New function.
5402         (org-tags-special-faces-re): New variable.
5404         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5406         * org-faces.el (org-tag-faces): New option.
5407         (org-tag): Mention `org-tag-faces' in the docstring.
5409 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5411         * org-exp.el (org-export-html-style-default): Implement new
5412         quoting.
5414         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5416         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5417         command to the `w3m-minor-mode-map'.
5419         * org-archive.el (org-archive-to-archive-sibling): Protect
5420         `this-command' to avoid appending kills during archiving.
5422         * org-exp.el (org-export-with-priority): New variable.
5423         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5424         instead of internal list of strings and properties.
5425         (org-print-icalendar-entries): Retrieve the location property with
5426         inheritance.
5428 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5430         * org-exp.el (org-export-with-todo-keywords): New option.
5431         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5432         line.
5433         (org-default-export-plist, org-export-add-options-to-plist)
5434         (org-export-as-ascii, org-export-as-html): Use the new structure
5435         of `org-export-plist-vars'.
5437         * org.el (org-map-entries): Return all values.
5439 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5441         * org.el (org-matcher-time): Recognize more special values.
5443         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5445 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5447         * org.el (org-tags-exclude-from-inheritance): New option.
5448         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5449         `org-tags-exclude-from-inheritance'.
5451         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5452         (org-format-agenda-item): Add inherited tags to the agenda line
5453         string, and make sure that properties are kept when downcasing the
5454         tags list.
5455         (org-agenda-add-inherited-tags): New function.
5456         (org-downcase-keep-props): New function.
5458         * org.el (org-scan-tags): Mark inherited tags with a text
5459         property.
5460         (org-get-tags-at): Mark inherited tags with a text property.
5461         (org-add-prop-inherited): New function.
5463         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5464         (org-agenda-show-inherited-tags): New option.
5466 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5468         * org.el (org-modules): Add org-w3m to the default modules.
5470         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5471         orgtbl-mode.
5472         (orgtabl-create-or-convert-from-region): New command.
5474         * org-exp.el (org-export-as-ascii): Remove the handling of
5475         targets.
5476         (org-export-ascii-preprocess): Handle targets already in this
5477         function.
5479 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5481         * org-timer.el (org-timer-start-time): Define this variable.
5482         (org-timer-item): Make argument optional.
5484         * org-list.el (org-insert-item): Automatically insert a timer item
5485         if the current list is a timer list.
5487         * org-timer.el: New file.
5489         * org-publish.el (org-publish-org-index): Only exclude the index
5490         file in the main directory from being added to the site-map.
5491         (org-publish-get-project-from-filename): If the current project is
5492         a component, start publishing from the parent project.
5494 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5496         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5498         * org-publish.el (org-publish-org-index): Improve removal of
5499         temporary buffers.
5501         * org-agenda.el (org-get-closed): Re-apply changes
5502         accidentially overwritten by last commit to Emacs.
5504         * org.el (org-outline-path-complete-in-steps): New option.
5505         (org-refile-get-location): Honor
5506         `org-outline-path-complete-in-steps'.
5507         (org-agenda-change-all-lines, org-tags-sparse-tree)
5508         (org-time-string-to-absolute, org-small-year-to-year)
5509         (org-link-escape): Re-apply changes accidentially overwritten
5510         by last commit to Emacs
5512 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5514         * org-clock.el (org-dblock-write:clocktable): Make sure the
5515         clocktable sees the first line.
5516         (org-clock-in): Warn if the clock cannot be resumed.
5518 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5520         * org.el (org-open-at-point): Fix mixup about interactive and
5521         non-interactive elisp links.
5523 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5525         * org-exp.el (org-export-preprocess-string): Allow one comment
5526         line before the first headline to always be included.  This is
5527         to not miss a commented target.
5529         * org-mouse.el (org-mouse-insert-item): Call
5530         `org-indent-to-column' instead of `indent-to', for XEmacs
5531         compatibility.
5533         * org.el (org-refile-targets): Fix customize definition so
5534         that it works also in XEmacs.
5535         (org-fixup-indentation): Call `org-indent-to-column' instead
5536         of `indent-to', for XEmacs compatibility.
5538 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5540         * org-mew.el (org-mew-store-link): Get the correct case folder
5541         for refiled messages.
5543 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5545         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5546         line break indicators.
5548         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5549         ido-completion propts.
5551 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5553         * org-remember.el (org-remember-apply-template): Use
5554         `org-substring-no-properties'.
5556         * org-compat.el (org-substring-no-properties): New function.
5558         * org-remember.el (org-remember-apply-template): Use
5559         `org-substring-no-properties' for compatibility.
5561         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5562         option.
5563         (org-fix-bullet-type): respect
5564         `org-list-two-spaces-after-bullet-regexp'.
5566         * org-clock.el (org-clock-load): Clean up the code.
5568         * org.el (org-adaptive-fill-function): Allow two spaces after
5569         "1." as a list bullet.
5571 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5573         * org-clock.el (org-clock-save, org-clock-load): Check for
5574         live buffers, existing files, and buffer file names to ensure
5575         consistent information.
5576         (org-clock-persist): Make `clock' a special value of this
5577         variable, and improve docstring.
5579         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5580         (org-get-string-indentation): Adapt indentation when the bullet
5581         width changes.
5583 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5585         * org-remember.el (org-remember-finalize): Make interactive.
5586         (org-remember-kill): New command.
5587         (org-remember-finish-immediately): Call `org-remember-finalize'
5588         directly.
5589         (org-remember-finalize): Make `org-remember-finalize' an interactive
5590         function.
5592 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5594         * org-remember.el (org-remember-apply-template): No ido completion
5595         for free prompts in remember templates.
5596         (org-remember-before-finalize-hook): New hook.
5597         (org-remember-mode): New minor mode.
5598         (org-remember-apply-template): Turn on `org-remember-mode'.
5600         * org-id.el (org-id-add-location): Avoid error when no file is
5601         given.
5603         * org-remember.el (org-remember-apply-template): Fix the way how
5604         the list of allowed properties is retrieved from the target file.
5606         * org.el (org-insert-link): Improve file link matching.
5608 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5610         * org-colview.el (org-columns-display-here): New argument
5611         DATELINE, to trigger using the new face.
5612         (org-agenda-colview-summarize): Call `org-columns-display-here'
5613         with the new argument.
5615         * org-faces.el (org-agenda-column-dateline): New face.
5617         * org-publish.el (org-publish-org-index): Use index-title at page
5618         title, not as section.
5620         * org-exp.el (org-export-html-format-desc): Respect the
5621         org-protect property.
5622         (org-export-as-html): Protect image specifiers that are in the
5623         description part of a link.
5625         * org.el (org-sort-entries-or-items, org-completing-read)
5626         (org-refile-get-location, org-olpath-completing-read, org-todo)
5627         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5628         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5629         (org-set-property, org-delete-property)
5630         (org-delete-property-globally): Use `org-ido-completing-read'.
5632         * org-remember.el (org-remember-apply-template): Use
5633         `org-ido-completing-read'.
5635         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5637         * org-colview.el (org-columns-edit-value, org-columns-new)
5638         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5640         * org-colview-xemacs.el (org-columns-edit-value)
5641         (org-columns-new, org-insert-columns-dblock): Use
5642         `org-ido-completing-read'.
5644         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5645         `org-ido-completing-read'.
5647         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5648         `org-ido-completing-read'.
5650         * org.el (org-time-today): New function.
5651         (org-matcher-time): Use `org-time-today'.  Add special treatment
5652         for "<tomorrow>" and "<yesterday>".
5653         (org-ido-completing-read): New function.
5654         (org-completion-use-ido): New option.
5656         * org-exp.el (org-export-format-source-code): Fix bug in require
5657         htmlize code.
5658         (org-export-target-internal-links): Fix bug in search for text
5659         property.
5661 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5663         * org-export-latex.el (org-export-latex-subcontent): Interprete
5664         target aliases as additonal labels.
5666         * org-exp.el (org-export-target-aliases): New variable.
5667         (org-export-preprocess-string)
5668         (org-export-handle-invisible-targets): Fill the alias alist.
5669         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5670         assign an id.
5671         (org-html-level-start): Insert the target aliases as additonal
5672         anchors.
5674         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5675         picture area.
5677 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5679         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5680         when following a link with the mouse from the agenda.
5682         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5683         headlines are created.
5685 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5687         * org-exp.el (org-export-preprocess-string): Reorder so that we
5688         can still see ID properties when we collect targets.
5689         (org-export-target-internal-links): Also store targets for ID's.
5691         * org.el (org-link-translation-function): New option.
5692         (org-open-at-point): Call `org-link-translation-function' if
5693         non-nil.
5694         (org-translate-link): New function.
5695         (org-translate-link-from-planner): New function.
5696         (org-open-at-point): Allow interactive commands in elisp links.
5698         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5699         iCalendar quoting.  The new one seems to caus problems with
5700         applications.
5702         * org.el (org-yank): Set `this-command' to `yank', so that
5703         `yank-pop' will work.
5705 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5707         * org-id.el (org-id-search-archives): New option.
5709         * org.el (org-link-to-org-use-id): New option.
5710         (org-store-link): Use `org-link-to-org-use-id'.
5711         (org-id): Make org-id.el a standard component.
5713 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5715         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5716         hexified version of the tag.
5718         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5719         compliance as far as quoting is concerned.
5721         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5723         * org.el (org-up-heading-safe, org-forward-same-level): Always
5724         call `org-back-to-heading' instead of `outline-back-to-heading'.
5725         (org-back-to-heading): New wrapper around outline-back-to-heading,
5726         with a useful error message telling where the error happened.
5728         * org-list.el (org-update-checkbox-count): Always call
5729         `org-back-to-heading' instead of `outline-back-to-heading'.
5731         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5732         has an `alt' attribute, to ensure XHTML validation.
5734 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5736         * org-publish.el (org-publish-attachment): Allow publishing to
5737         overwrite attachment files.
5739         * org-agenda.el (org-agenda-timerange-leaders): New option.
5740         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5742         * org.el (org-edit-src-exit): Untabify ASCII image before
5743         returning.
5756 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5758         * org.el (org-yank): Make any prefix force normal yanking.
5759         Suppress folding if text would be swallowed into a folded
5760         subtree.
5761         (org-yank-folded-subtrees, org-yank): Docstring updates.
5763         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5764         defined as 0.
5766         * org-exp.el (org-export-language-setup): Add Catalan and
5767         Esperanto language entries.
5769 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5771         * org.el (org-refile): Allow refiling of entire regions.
5773         * org-clock.el (org-clock-time%): New function.
5775         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5776         retrieve property values.
5778 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5780         * org-agenda.el (org-agenda-list): Handle the value `only' of
5781         org-agenda-show-log'.
5782         (org-agenda-log-mode): Interpret a double prefix arg.
5784 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5786         * org-exp.el (org-export-html-footnotes-section): New variable.
5787         (org-export-as-html): Use `org-export-html-footnotes-section' to
5788         insert the footnotes.
5789         (org-export-language-setup): Add "Footnotes" to language words.
5791 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5793         * org.el (org-yank): Fix bug when not inserting a subtree.
5795 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5797         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5798         instead of `vm-beginning-of-message'.
5800         * org.el (org-make-link-regexps): Make sure that links to gnus can
5801         contain brackets.
5803 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5805         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5806         code.
5808         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5809         shell output.
5811         * org.el (org-link-abbrev-alist): Improve customization type.
5813         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5814         functions.
5816         * org-agenda.el (org-agenda-get-progress): Renamed from
5817         `org-get-closed'.  Implement searching for state changes as well.
5818         (org-agenda-log-mode-items): New option.
5819         (org-agenda-log-mode): New option prefix argument, interpreted as
5820         request to show all possible progress info.
5821         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5822         `org-get-closed'.
5823         (org-agenda-set-mode-name): Handle the more complex log mode
5824         settings.
5825         (org-get-closed): New alias, pointing to `org-get-progress'.
5827 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5829         * org.el (org-file-apps-defaults-gnu)
5830         (org-file-apps-defaults-macosx)
5831         (org-file-apps-defaults-windowsnt): Add an entry defining the
5832         system command.
5833         (org-file-apps): Allow `system' as key and value.
5834         (org-open-at-point): Explain the effect of a double prefix arg.
5835         (org-open-file): If the argument `in-emacs' is (16),
5836         i.e. corresponding to a double prefix argument, try to open the
5837         file externally.
5839 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5841         * org.el (org-insert-link): Abbreviate absolute files names in
5842         links.  Also, fix a bug in which the double C-u prefix would not
5843         be honored.
5845 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5847         * org.el (org-insert-heading): If buffer does not end with a
5848         newline, add one if necessary to insert headline correctly.
5850         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5851         paragraphs, not inside.
5853         * org.el (org-todo): Quote
5854         `org-agenda-headline-snapshot-before-repeat'.
5856         * org-exp.el (org-export-as-html): Fully process link descriptions.
5857         (org-export-html-format-desc): New function.
5858         (org-export-as-html): Collect footnotes into the correct basket.
5859         (org-html-protect): No longer protect quotations marks here, this
5860         goes wrong.
5862         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5863         BEG.
5865         * org-compat.el (org-fit-window-to-buffer): New function (not
5866         really, a preliminary and incomplete version was present earlier,
5867         but not used).
5869         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5870         `org-fit-window-to-buffer'.
5872         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5874         * org-agenda.el (org-agenda-get-restriction-and-command)
5875         (org-fit-agenda-window, org-agenda-convert-date): Use
5876         `org-fit-window-to-buffer'.
5878         * org-exp.el (org-export-as-html): Process href links through
5879         `org-export-html-format-href'.
5880         (org-export-html-format-href): New function.
5882         * org-agenda.el (org-agenda-todo): Update only the current
5883         headline if this is a repeated TODO, marked done for today.
5884         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5885         only the current line.
5887         * org.el (org-todo): Take a snapshot of the headline if the
5888         repeater might change it.
5890 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5892         * org-publish.el (org-publish-find-title): Remove buffers visited
5893         only for extracting the title.
5895         * org-exp.el (org-export-html-style)
5896         (org-export-html-style-default): Mark style definitions as
5897         unparsed CDATA.
5899         * org-publish.el (org-publish-validate-link): Function
5900         re-introduced.
5902 2008-11-02  Charles Sebold  <csebold@gmail.com>
5904         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5905         property.
5906         (org-plot-quote-timestamp-field): New function.
5907         (org-plot-quote-tsv-field): Call timestamp field function when
5908         necessary rather than just quoting as a string.
5909         (org-plot/gnuplot-to-data): Pass in timefmt property.
5910         (org-plot/gnuplot-script): Supports timefmt property.
5911         (org-plot/gnuplot): Checks for timestamp column before checking
5912         for text index column.
5914 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5916         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5918         * org-publish.el (org-publish-org-index): Create a section in the
5919         index file.
5920         (org-publish-org-index): Stop linking to directories.
5922         * org.el (org-emphasis-alist): Use span instead of <u> to
5923         underline text.
5925         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5926         <pre> sections.
5928 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5930         * org-jsinfo.el (org-infojs-template): Remove language attribute
5931         from script tag.
5933 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5935         * org-agenda.el (org-agenda-remove-marked-text): New function.
5936         (org-agenda-mark-filtered-text)
5937         (org-agenda-unmark-filtered-text): New functions.
5938         (org-write-agenda): Remove fltered text.
5940         * org.el (org-make-tags-matcher): Give access to TODO "property"
5941         without speed penalty.
5943 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5945         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5946         option.
5947         (org-store-link-props): Make sure adding to the plist works
5948         correctly.
5950         * org-gnus.el (org-gnus-no-new-news): New function.
5951         (org-gnus-follow-link): Allow the article ID to be a message-id,
5952         in addition to allowing article numbers.  Message IDs make much
5953         more roubust links.
5954         (org-gnus-store-link): Use message-id to create link.
5956 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5958         * org.el (org-emphasize): Reverse the selection array.
5959         (org-emphasis-alist): Set <code> tags for the verbatim
5960         environment.
5962         * org-remember.el (org-remember-handler): Fix bug with
5963         prefix-related changing of the note storage target.
5965         * org-exp.el (org-print-icalendar-entries): Make the exported
5966         priorities compatible with RFC 2445.
5968         * org-clock.el (org-clock-save): Insert time stamp without
5969         dependence on time-stamp.el.
5971 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5973         * org.el ("saveplace"): If saveplace puts point into an invisible
5974         location, make it visible.
5975         (org-make-tags-matcher): Allow inactive time stamps in time
5976         comparisons.
5977         (org-yank-adjusted-subtrees): New option.
5978         (org-yank): Incorporate adjusting trees.
5979         (org-paste-subtree): New argument FOR-YANK which will cause
5980         insertion at point without backing up over white lines, and leave
5981         point at the end of the inserted text.  Also if the cursor is
5982         at the beginning of a headline, use the same level or the inserted
5983         tree.
5985         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5986         with broken symlinks
5988 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5990         * org-exp.el (org-export-select-tags, org-get-current-options):
5991         Fix typo.
5993 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5995         * org-agenda.el (org-format-agenda-item)
5996         (org-agenda-filter-make-matcher): Make sure tags are stored and
5997         compared donwcased.
5999 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6001         * org.el (org-insert-todo-heading): Fix bug with force-heading
6002         argument.
6004 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6006         * org-clock.el (org-clock-in-resume): Add a custom option to
6007         toggle starting the clock from an open clock line.
6008         (org-clock-in): When clocking in to an entry, if
6009         `org-clock-in-resume' is set, check if the first clock line is
6010         open and if so, start the clock from the time in the clock line.
6011         (org-clock-persist): Add a custom option to toggle clock
6012         persistence.
6013         (org-clock-persist-query-save): Add a custom option to toggle
6014         asking the user if they want to save the running clock when
6015         exiting.
6016         (org-clock-persist-query-resume): Add a custom option to toggle
6017         asking the user if they want to resume the saved clock when Emacs
6018         is restarted.
6019         (org-clock-save): Add a function to save clock data.
6020         This includes the contents of `org-clock-history' and the buffer
6021         and position of the currently clocked task, if any.
6022         (org-clock-load): Add a function to load clock data.
6023         This populates `org-clock-history', and resumes the saved clocked
6024         task if there is one.
6025         (org-clock-persistence-insinuate): Add a method to set up the
6026         hooks for clock persistence.
6028 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6030         * org-exp.el (org-export-as-ascii): Handle the case that we are
6031         publishing from an indirect buffer.
6033         * org-table.el (org-table-copy-down): Fix bug with time stamp
6034         increment.
6036         * org-mouse.el (org-mouse-features): New option.
6037         (org-mode-hook): Turn on features depending on
6038         `org-mouse-features'.
6040         * org.el (org-insert-heading-respect-content): Force heading
6041         creation.
6042         (org-insert-heading): keep the folding state of the heading before
6043         the inserted one.
6045 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6047         * org-archive.el (org-archive-to-archive-sibling): Handle top
6048         level headlines better.
6050 2008-10-21  Bastien Guerry  <bzg@altern.org>
6052         * org-export-latex.el (org-export-latex-classes): Added
6053         \usepackage{graphicx} to the default list of packages.
6055 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6057         * org-agenda.el (org-agenda-filter): Renamed from
6058         `org-agenda-filter-tags'.
6060 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6062         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6063         is not defined as a property in this entry.
6064         (org-add-log-note): Mask prefix argument when immediately storing
6065         the note.
6067         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6068         option.
6070 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6072         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6073         after drawers was skipping ahead one line too many, so notes were
6074         inserted after the first note instead of before it.
6076 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6078         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6079         New variables.
6080         (org-prepare-agenda): Reset the filter tags.
6081         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6082         Show filter tags in mode line.
6084         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6085         formatter.
6087         * org-export-latex.el (org-latex-entities-regexp): New constant.
6088         (org-export-as-pdf): Use two calls to `shell-command'.
6090 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6092         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6093         Honor the {} value of the subsuperscript setting.  Make sure that
6094         longer subsuperscripts are typeset in a roman font.
6096         * org.el (org-clock-update-time-maybe): Compute negative clock
6097         intervals correctly.
6099 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6101         * org.el (org-add-log-setup): Respect
6102         `org-log-state-notes-insert-after-drawers'.
6103         (org-log-state-notes-insert-after-drawers): New option.
6104         (org-todo-trigger-tag-changes): New function.
6105         (org-todo): Call `org-todo-trigger-tag-changes'.
6107 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6109         * org.el (org-add-log-setup): Only skip drawers if the are
6110         immediately after the scheduling keywords.
6112         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6113         function
6114         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6115         call it with the current todo state to get the state to switch to
6116         when clocking in.
6117         (org-clock-in): Use org-indent-line-function to indent clock lines.
6118         (org-clock-find-position): Fix indentation of empty clock drawers.
6120 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6122         * org-publish.el (org-publish-org-to): Handle case when
6123         org-export-to-pdf does return a file name, not a buffer.
6124         (org-publish-org-to-pdf): New function.
6126         * org-export-latex.el (org-export-as-pdf)
6127         (org-export-as-pdf-and-open): New commands.
6129         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6130         forms as ranges.
6132         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6133         things in protexted regions.
6135 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6137         * org-export-latex.el (org-export-latex-preprocess): Improve
6138         quoting of LaTeX environments.
6140 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6142         * org.el (org-edit-fixed-width-region): Exclude final newline from
6143         picture area.
6145         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6146         sections, to make internal links work.
6147         (org-export-latex-fontify-headline): Do not remove all text
6148         properties, to make sure that target properties survive this
6149         process.
6151         * org-exp.el (org-export-preprocess-string): Change sequence of
6152         modifications, to make sure links are prepared before the LaTeX
6153         conversions do happen.
6155 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6157         * org-attach.el (org-attach-delete-all): Renamed from
6158         `org-attch-delete'.  Add a security query before deleting the
6159         entire directory.  New optional argument FORCE can overrule the
6160         security query.
6161         (org-attach-delete-one): New command.
6163 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6165         * org-attach.el (org-attach-file-list): Fix bug with directory.
6167 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6169         * org.el (org-apps-regexp-alist): New function.
6170         (org-file-apps): Add auto-mode to the default value.
6171         (org-open-file): Use the new structure of org-file-apps.
6173         * org-attach.el (org-attach): Support the new keys.
6174         (org-attach-method): New option.
6176 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6178         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6179         March.
6181         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6182         of the list value o `org-use-tag-inheritance'.
6184         * org-attach.el (org-attach-auto-tag): New option.
6185         (org-attach-tag, org-attach-untag): New functions.
6186         (org-attach-attach, org-attach-new, org-attach-sync): Call
6187         `org-attach-tag'.
6188         (org-attach-delete): Call `org-attach-untag'.
6190 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6192         * org-table.el (orgtbl-self-insert-command): Make this work for
6193         the keypad as well.
6195 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6197         * org.el (org-add-log-setup): Limit searc for drawers to entry
6198         text, not to subtree.
6200         * org-clock.el (org-clock-heading-for-remember): New variable.
6201         (org-clock-in): Set `org-clock-heading-for-remember'.
6203 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6205         * org-remember.el (org-remember-apply-template): Add new
6206         expansions: %k, %K for currently clocked task and a link to the
6207         currently clocked task, and %< to file notes in the currently
6208         clocked task.
6210 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6212         * org-export-latex.el (org-export-latex-make-header): Also insert
6213         the content of the property :latex-header-extra.
6215         * org-exp.el (org-infile-export-plist): Put the content of
6216         #+LATEX_HEADER: into the property :latex-header-extra.
6218         * org-colview.el (org-columns-get-format-and-top-level): Remove
6219         resetting the marker.
6221         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6222         Remove resetting the marker.
6224         * org.el (org-entry-property-inherited-from): Improve docstring.
6225         (org-entry-get-with-inheritance): Reset marker before starting the
6226         search.
6228         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6230 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6232         * org.el (org-entry-get-multivalued-property)
6233         (org-entry-protect-space, org-entry-restore-space): New
6234         functions.
6235         (org-file-apps-defaults-macosx): Let postscript files be opened by
6236         preview.
6237         (org-time-stamp-inactive): Call `org-time-stamp'.
6238         (org-time-stamp): New argument `inactive'.  Also edit inacive
6239         stamps. Convert time stamp type.
6240         (org-open-file): Interpret the `default' value for the `command'
6241         in `org-file-apps'.
6243         * org-id.el (org-id-int-to-b36-one-digit)
6244         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6245         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6246         b36.
6248 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6250         * org-id.el (org-id-reverse-string): New function.
6251         (org-id-new): Use `org-id-reverse-string' to make sure the
6252         beginning chars of the ID are mutating fast.  This allows to use a
6253         directory structure to spread things better.
6254         (org-id-prefix): Changed default to nil.
6256         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6257         restore the column of the cursor position.
6259         * org-remember.el (org-remember-apply-template): Remove properties
6260         from `initial'.
6262 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6264         * org-wl.el (org-wl-open): Remove useless call to
6265         `wl-thread-open-all'.
6267         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6268         location.
6270 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6272         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6273         `org-bbdb-anniversaries'.
6275         * org.el (org-get-next-sibling, org-forward-same-level): New
6276         functions, similar to the outline versions, but invisible headings
6277         are OK.
6279 2008-09-25  Bastien Guerry  <bzg@altern.org>
6281         * org.el (org-auto-repeat-maybe): Insert a space between
6282         the timestamp's type and the timestamp itself.
6284 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6286         * org-table.el (org-table-sum): Do not format the result with %g,
6287         it does rounding when there are too many digits.
6289         * org.el (org-map-entries): Protect the keyword-selecting variables.
6291 2008-09-23  Bastien Guerry  <bzg@altern.org>
6293         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6294         against all agenda files.
6296 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6298         * org-list.el: New file, aggregating list functions from org.el
6299         and org-export-latex.el.
6301         * org.el (org-edit-src-region-extra): New option.
6303 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6305         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6306         time before 1am.
6308 2008-09-22  Bastien Guerry  <bzg@altern.org>
6310         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6312 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6314         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6315         hline work correctly.
6316         (org-plot/gnuplot-script): Put commas at the end of each script
6317         line.
6319 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6321         * org.el (org-get-refile-targets): Replace links with their
6322         descriptions
6323         (org-imenu-get-tree): Replace links with their descriptions.
6325         * org-remember.el (org-remember-apply-template): Add a new
6326         expansion for adding properties to remember items.
6328         * org.el (org-add-log-setup): Skip over drawers (properties,
6329         clocks etc) when adding notes.
6331         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6332         items as well as the start and end times.
6334         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6335         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6337         * org-remember.el (org-get-x-clipboard): Use the compat
6338         function to get clipboard values when x-selection-value is
6339         unavailable. Use substring-no-properties instead of
6340         set-text-properties to remove text properties from the clipboard
6341         value.
6343         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6344         modeline clock string, and display the full todo value in the
6345         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6346         the currently clocked task.
6347         (org-clock-string-limit): Add a custom value for the maximum
6348         length of the clock string in the modeline.
6349         (org-clock-mode-map): Add a keymap for the modeline string
6351 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6353         * org-compat.el (org-propertize): New function.
6355 2008-09-20  Bastien Guerry  <bzg@altern.org>
6357         * org-export-latex.el (org-export-latex-tables): protect exported
6358         tables from further special chars conversion.
6359         (org-export-latex-preprocess): Preserve LaTeX environments.
6360         (org-list-parse-list): Parse descriptive lists.
6361         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6362         (org-list-to-texinfo): Export descriptive lists.
6363         (org-quote-chars): Remove.
6364         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6365         (org-export-latex-list-beginning-re): Rename to
6366         `org-list-beginning-re'
6367         (org-list-item-begin): Rename to `org-list-item-beginning'
6369 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6371         * org.el (org-refile): Allow refiling to the last entry in the
6372         buffer.
6373         (org-get-tags-at): Fix bug when inheritance is turned off.
6375 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6377         * org.el (org-indent-line-function): No longer check for src
6378         regions, this is too much overhead.
6380         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6381         matching.
6383         * org.el (org-scan-tags): Make sure that tags matching is not case
6384         sensitive.  TODO keyword matching is case sensitive, however, to
6385         avoid confusion with similar words that are not meant to be
6386         keywords.
6388 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6390         * org.el (org-get-local-tags-at): New function.
6391         (org-get-local-tags): New function.
6393         * org-exp.el (org-export-get-categories): New function.
6395         * org-agenda.el (org-sorting-choice)
6396         (org-agenda-sorting-strategy, org-agenda-get-todos)
6397         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6398         (org-agenda-get-scheduled, org-agenda-get-blocks)
6399         (org-entries-lessp): Implement sorting by TODO state.
6400         (org-cmp-todo-state): New defsubst.
6402         * org-colview.el (org-colview-construct-allowed-dates): New
6403         function.
6404         (org-columns-next-allowed-value): Use
6405         `org-colview-construct-allowed-dates'.
6407         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6408         function.
6409         (org-columns-next-allowed-value): Use
6410         `org-colview-construct-allowed-dates'.
6412 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6414         * org.el (org-protect-slash): New function.
6415         (org-get-refile-targets): Use `org-protect-slash'.
6417         * org-agenda.el (org-global-tags-completion-table): New variable.
6419         * org-exp.el (org-export-handle-export-tags): New function.
6420         (org-export-preprocess-string): Call
6421         `org-export-handle-export-tags'.
6423         * org-plot.el: New file.
6425         * org-publish.el (org-publish-expand-components): Function removed.
6426         (org-publish-expand-projects): Allow components to have components.
6428 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6430         * org.el (org-indent-line-function): Do not indent in regions that
6431         are external source code.
6432         (org-yank-and-fold-if-subtree): New function.
6434         * org-agenda.el (org-agenda-todayp): New function.
6435         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6436         `org-agenda-todayp'.
6438         * org.el (org-insert-heading-respect-content)
6439         (org-insert-todo-heading-respect-content): New commands.
6440         (org-insert-heading-respect-content): New option.
6441         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6443         * org-clock.el (org-clock-find-position): Make sure the note after
6444         the clock line gets moved into the new clock drawer.
6446 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6448         * org-id.el (org-id-new): New option.
6450 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6452         * org-table.el (org-table-copy-down): Avoid overflow during
6453         increment.  Use prefix argument 0 to temporarily disable the
6454         increment.
6456 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6458         * org-exp.el (org-export-as-html): Do not turn on the major mode
6459         if the buffer will be killed anyway.
6460         (org-get-current-options): Exclude the #+TEXT field.
6461         (org-export-as-html): Make sure text before the first headline is
6462         a paragraph.
6464         * org-publish.el (org-publish-org-to): Tell the exporter that this
6465         buffer will be killed, so it is not necessary to do major mode
6466         initialization.
6468         * org-archive.el (org-archive-to-archive-sibling): Show empty
6469         lines after folding the archive sibling.
6471         * org.el (org-log-note-extra): New variable.
6473 2008-09-05  Bastien Guerry  <bzg@altern.org>
6475         * org.el (org-additional-option-like-keywords): Added keywords for
6476         the _QUOTE, _VERSE and _SRC environments.
6478         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6479         exporting _QUOTE and _VERSE environments.
6481 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6483         * org-agenda.el (org-agenda-filter-by-tag): New command.
6485         * org-exp.el (org-get-current-options): Remove angular brackets
6486         from the date entry.
6488         * org.el (org-edit-fixed-width-region): New function.
6489         (org-edit-fixed-width-region): Also try
6490         `org-edit-fixed-width-region'.
6491         (org-edit-fixed-width-region-mode): New option.
6492         (org-activate-code): Only interprete lines starting with colon
6493         plus a space as example lines.
6495         * org-remember.el (org-remember-templates): Add nil instead of
6496         empty strings to fix the length of remember templates.
6498         * org-table.el (org-calc-default-modes): Fix the time format for
6499         calc, from 12 hour to 24 hour clock.
6501 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6503         * org-agenda.el (org-agenda-get-deadlines)
6504         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6505         entries that are pre-warnings of deadlines or reminders.
6507         * org.el (org-sort-entries-or-items): Make numeric and alpha
6508         comparisons ignore any TODO keyword and priority cookie.
6510         * org-remember.el (org-remember-handler): Reinterpretation of the
6511         prefix argument.
6513 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6515         * org-agenda.el (org-agenda-get-scheduled): Use new
6516         `org-scheduled' face.
6518         * org-faces.el (org-scheduled): New face.
6520         * org-wl.el (org-wl-open): Remove incorrect declaration.
6522         * org-gnus.el (org-gnus-store-link): Support for :to information
6523         in gnus links.
6525         * org-exp.el (org-export-as-html): Fixed typo in creator
6526         information.
6527         (org-export-protect-examples): New parameter indent.  Insert extra
6528         spaces only when this parameter is specified.
6529         (org-export-preprocess-string): Call `org-export-protect-examples'
6530         with an indentation parameter when exporting to ASCII.
6532         * org-remember.el (org-remember-templates)
6533         (org-remember-apply-template): Allow the file component to be a
6534         function.
6536         * org.el (org-goto-local-search-headings): Renamed from
6537         `org-goto-local-search-forward-headings'.  Added the possibility
6538         to search backwards.
6540 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6542         * org-export-latex.el (org-export-latex): New customization
6543         group.
6545         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6547 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6549         * org-exp.el (org-html-do-expand): Allow {} to terminate
6550         tex macro
6552 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6554         * org.el (org-buffer-list): Select buffers based on major mode,
6555         not on file name.
6557 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6559         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6560         face property.
6562         * org-colview.el (org-columns-display-here): Use
6563         `org-columns-modify-value-for-display-function'.
6565         * org-colview-xemacs.el (org-columns-display-here): Use
6566         `org-columns-modify-value-for-display-function'.
6568 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6570         * org.el (org-columns-modify-value-for-display-function): New option.
6582         * org-publish.el (org-publish-file): Make sure the directory match
6583         for the publishing directory works correctly.
6585         * org-agenda.el (org-agenda-execute-calendar-command)
6586         (org-agenda-diary-entry): Additional optional argument.
6588 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6590         * org-exp.el (org-export-as-html): Add attributes also in mailto
6591         and ftp links.
6593         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6602 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6604         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6605         sure that calls from `org-export-region-as-html' do not do the
6606         special check for a subtree.
6608 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6610         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6612 2008-07-20  Juri Linkov  <juri@jurta.org>
6614         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6615         new keymap `narrow-map' instead of binding "\C-xns".
6617 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6619         * org.el (org-open-file): Use
6620         `org-open-directory-means-index-dot-org'.
6621         (org-open-directory-means-index-dot-org): New option.
6623 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6625         * org.el (org-make-link-string): Remove link attributes from
6626         description.
6627         (org-open-at-point): Remove link attributes bevore using the path.
6629         * org-exp.el (org-export-as-html): Handle link attributes.
6631         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6633         * org-table.el (org-table-to-lisp): New function.
6635         * org.el (org-narrow-to-subtree): Do not include the final newline
6636         into the narrowed region.
6638         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6639         bug with user-define skipping condition.
6641 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6643         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6645 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6647         * org-exp.el (org-export-html-style-default): Automatic overflow
6648         handling for pre fields.
6649         (org-export-as-ascii, org-export-as-html): Change default format
6650         for time stamp.
6652         * org-table.el (org-table-export): Offer completion for translator
6653         functions, and do not require a heading above the table.
6655         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6656         Cater for the case of a list starting in the first line of the
6657         buffer.
6659 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6661         * org-publish.el (org-publish-find-title): Bug fix.
6662         (org-publish-org-index): Implement new :index-style option.
6664 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6666         * org-publish.el (org-publish-timestamp-filename): Use
6667         SHA1-encoded file names in the timestamp directory.
6669 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6671         * org-publish.el (org-publish-needed-p): Be verbose about files
6672         published and files skipped.
6674         * org-exp.el (org-export-preprocess-string): Swap link
6675         normalization and inernal link targeting.
6677         * org-publish.el (org-publish-needed-p): Create timestamp
6678         directory when it does not exist.
6680 2008-07-04  Bastien Guerry  <bzg@altern.org>
6682         * org-clock.el (org-clock-out-when-done): Doc fix.
6684         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6686         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6687         Ignore case when searching for the COMMENT cookie at export time.
6689 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6691         * org-exp.el (org-get-file-contents)
6692         (org-get-and-remove-property): New functions.
6693         (org-export-handle-include-files): Handle the new prefix options.
6694         (org-export-as-html): Fix the verse environment.
6696 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6698         * org.el (org-time=, org-time<, org-time<=, org-time>)
6699         (org-time>=, org-time<>, org-2ft): New functions.
6700         (org-op-to-function): Also provide for the time testing fucntions.
6702 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6704         * org-exp.el (org-export-html-style-default): New constant.
6706 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6708         * org-exp.el (org-export-html-style-extra): New variable.
6709         (org-export-splice-style): New function.
6711 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6713         * org-exp.el (org-export-plist-vars, org-export-as-html):
6714         Implement `org-export-creator-info'.
6715         (org-export-creator-info): New option.
6717 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6719         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6720         (org-property-drawer-re, org-clock-drawer-re): New constants.
6722 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6724         * org-exp.el (org-icalendar-use-deadline)
6725         (org-icalendar-use-scheduled): New options.
6726         (org-icalendar-include-todo): Default changed to t.
6727         (org-print-icalendar-entries): Implement better utilization of
6728         scheduling and deadline time stamps.
6729         (org-export-target-internal-links, org-export-as-html): Allow file
6730         lines without the "file:" prefix if the file path is an absolute
6731         path or starts with ".".
6733         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6734         lastweek etc.
6735         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6737 2008-06-18  Glenn Morris  <rgm@gnu.org>
6738         * org.el (org-map-entries): Let-bind `file'.
6740 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6742         * org.el (org-agenda-skip-archived-trees): Docstring now
6743         discourages using this.
6744         (org-scan-tags): Check for org-agenda-archives-mode.
6745         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6746         (org-agenda-files): Functionality of second arg changed.
6748         * org-agenda.el (org-agenda-archives-mode): New variable
6749         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6750         (org-search-view, org-todo-list, org-tags-view)
6751         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6752         `ifmode' argument.
6753         (org-agenda-quit): Reset the archives mode.
6754         (org-agenda-archives-mode): New command.
6755         (org-agenda-set-mode-name): Include archives info.
6757 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6759         * org.el (org-paste-subtree): Make sure the yanked headline is
6760         visible if it was yanked at a visible point.
6761         (org-move-item-up): Fix the bug with moving white space at the end
6762         of the item.
6763         (org-show-empty-lines-in-parent): New function.
6765 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6767         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6769         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6771         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6772         agenda prefix as well.
6774         * org-publish.el (org-publish-org-index): Make a properly indented
6775         list.
6777         * org.el (org-calendar-agenda-action-key): New option.
6778         (org-get-cursor-date): New function.
6779         (org-mark-entry-for-agenda-action): New command.
6780         (org-overriding-default-time): New variable.
6781         (org-read-date): Respect `org-overriding-default-time'.
6783         * org-remember.el (org-remember-apply-template): Respect the
6784         ovverriding default time.
6786         * org-agenda.el (org-agenda-action-marker): New variable.
6787         (org-agenda-action): New command.
6788         (org-agenda-do-action): New function.
6790 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6792         * org.el (org-schedule, org-deadline): Protect scheduled and
6793         deadline tasks against changes that accidently remove the
6794         repeater.  Also show a message with the new date when done.
6796 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6798         * org.el (org-beginning-of-line): Cater for the case when there
6799         are tags but no headline text.
6800         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6801         it set.
6803 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6805         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6806         the return value is nil instead of "nil" when there is no match.
6808         * org-exp.el (org-insert-centered): Use fill-column instead of
6809         80.
6810         (org-export-as-ascii): Use string-width to measure the width of
6811         the heading.
6813         * org.el (org-diary-to-ical-string): No longer kill buffer
6814         FROMBUF, this is now done by the caller.
6816         * org-exp.el (org-print-icalendar-entries): Move the call to
6817         `org-diary-to-ical-string' out of the loop, and kill the buffer
6818         afterwords.
6820         * org-remember.el (org-remember-visit-immediately): Position
6821         cursor after moving to the note.
6822         (org-remember-apply-template): Use a text property to record the
6823         cursor position.
6824         (org-remember-handler): Align tags after pasting the note.
6826 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6828         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6830         * org-agenda.el (org-agenda-open-link): If there is an
6831         org-bbdb-name property in the current line, jump to that bbdb
6832         entry.
6834         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6835         text property, so that the agenda knows where this entry comes
6836         from.
6838         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6839         interaction between clocking-in from the agenda, and  automatic
6840         task state switching.
6842         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6844         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6845         zmacs-region stays after this command in XEmacs.
6847 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6849         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6851         * org-remember.el (org-remember-templates): Fix bug in
6852         customization type definition.
6854         * org.el (org-map-entries): New function.
6856 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6858         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6859         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6861 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6863         * org-remember.el (org-jump-to-target-location): New variable.
6864         (org-remember-apply-template): Set
6865         `org-remember-apply-template' if requested by template.
6866         (org-remember-handler): Start an idle timer to jump to
6867         remember location.
6869         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6871         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6872         file tags.
6873         (org-get-tags-at): Add the content of `org-file-tags'.
6875         * org-exp.el (org-export-handle-comments): Fix bug with several
6876         comment lines after each other.
6877         (org-number-to-roman, org-number-to-counter): New functions.
6878         (org-export-section-number-format): New option.
6880 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6882         * org-exp.el (org-export-protect-examples): Catch the case of a
6883         missing end_example line.
6885         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6886         `org-file-tags' to nil.
6888         * org-colview.el (org-columns-next-allowed-value): Handle next
6889         argument NTH to directly select a value.
6891         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6892         argument NTH to directly select a value.
6894 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6896         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6898 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6900         * org.el (org-columns-ellipses): New option.
6902 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6904         * org-colview.el (org-columns-add-ellipses): New function.
6905         (org-columns-compact-links): New function.
6906         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6907         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6908         when in agenda.
6909         (org-columns-edit-value): Fixed bug with editing values from
6910         agenda column view.
6911         (org-columns-redo): Also redo the agenda itself.
6913 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6915         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6916         option.
6918         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6920         * org-exp.el (org-export-ascii-preprocess): Renamed from
6921         `org-export-ascii-clean-string'.
6922         (org-export-kill-licensed-text)
6923         (org-export-define-heading-targets)
6924         (org-export-handle-invisible-targets)
6925         (org-export-target-internal-links)
6926         (org-export-remove-or-extract-drawers)
6927         (org-export-remove-archived-trees)
6928         (org-export-protect-quoted-subtrees)
6929         (org-export-protect-verbatim, org-export-protect-examples)
6930         (org-export-select-backend-specific-text)
6931         (org-export-mark-blockquote-and-verse)
6932         (org-export-remove-comment-blocks-and-subtrees)
6933         (org-export-handle-comments, org-export-mark-radio-links)
6934         (org-export-remove-special-table-lines)
6935         (org-export-normalize-links)
6936         (org-export-concatenate-multiline-links)
6937         (org-export-concatenate-multiline-emphasis): New functions,
6938         obtained from spliiting the export preprocessor.
6940         * org-table.el (org-table-recalculate): Improve error message if
6941         the row number is invalid.
6943 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6945         * org-archive.el (org-archive-save-context-info): Fix bugs in
6946         customization setup and docstring.
6948         * org-exp.el (org-export-html-style): Changed the size of in the
6949         <pre> element to 90%.
6951 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6953         * org.el (org-find-src-example-start): Function removed.
6954         (org-edit-src-find-region-and-lang): New function.
6956 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6958         * org.el (org-edit-src-exit): New function.
6959         (org-exit-edit-mode): New minor mode.
6961         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6962         comment-like lines from protected examples.
6964         * org.el (org-edit-src-example, org-find-src-example-start)
6965         (org-protect-source-example, org-edit-special): New functions.
6967 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6969         * org-publish.el (org-publish-project-alist): Fix typo in
6970         docstring.
6971         (org-publish-project-alist): Handle :index-title property.
6973 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6975         * org-export-latex.el (org-export-as-latex): Make sure region
6976         bounds are correct.  Parse subtree properties relating to export.
6978         * org-exp.el (org-export-add-options-to-plist): New function.
6979         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6981 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6983         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6984         EXPORT_TITLE.
6986         * org-exp.el (org-export-get-title-from-subtree)
6987         (org-export-as-ascii, org-export-as-html): Make sure the original
6988         region-beginning and region-end are used, even after moving
6989         point.
6990         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6991         property.
6993         * org-remember.el (org-remember-last-stored-marker): New variable.
6994         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6995         (org-remember-handler): Also use marker to remember
6996         last-stored position.
6998         * org.el (org-goto-marker-or-bmk): New function.
7000 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7002         * org.el (org-file-properties): Renamed from `org-local-properties'.
7003         (org-scan-tags): Take file tags into account.
7004         (org-tags-match-list-sublevels): Default changed to t.
7006         * org-exp.el (org-export-as-html): Close paragraph after a
7007         footnote.
7009         * org.el (org-update-parent-todo-statistics): New function.
7011         * org-exp.el (org-icalendar-store-UID): New option.
7012         (org-icalendar-force-UID): Option removed.
7013         (org-print-icalendar-entries): IMplement UIDs.
7015 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7017         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7019 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7021         * org-faces.el (org-column): Document how this face is being used
7022         and why sometimes the background faces shine through.
7024         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7026         * org-publish.el (org-publish-attachment): Create publishing
7027         directory if it does not yet exist.
7029         * org-table.el (org-calc-default-modes): Change default number
7030         format to (float 8).
7032         * org.el (org-olpath-completing-read): New function.
7033         (org-time-clocksum-format): New option.
7034         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7036         * org-clock.el (org-clock-display, org-clock-out)
7037         (org-update-mode-line): Use `org-time-clocksum-format'.
7039         * org-colview-xemacs.el (org-columns-number-to-string): Use
7040         `org-time-clocksum-format'.
7042         * org-colview.el (org-columns-number-to-string): Use
7043         `org-time-clocksum-format'.
7045 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7047         * org-id.el: New file, move from contrib to core.
7049         * org-exp.el (org-icalendar-force-UID): New option.
7051 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7053         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7054         shifted by one day if theere is a date range without an end
7055         time.
7057         * org.el (org-try-structure-completion): New function.
7059 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7061         * org.el (org-set-font-lock-defaults): Improve fontification of
7062         description lists.
7063         (org-insert-item): Handle description lists.
7064         (org-adaptive-fill-function): Improve auto indentation in
7065         description lists.
7067         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7068         Implement VERSE environment.
7069         (org-export-preprocess-string): Implement the COMMENT
7070         environment.
7072         * org-export-latex.el (org-export-latex-preprocess): Implement
7073         VERSE environment.
7075 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7077         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7078         option.
7080 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7082         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7084         * org.el (org-quote-csv-field): New functions.
7086         * org-table.el (org-table-export-default-format): Remove :splice
7087         from default format, we get the same effect by not specifying
7088         :tstart and :tend.
7089         (org-table-export): Improve setup, distinguish better between
7090         interactive and non-interactive use, allow specifying the format
7091         on the fly, better protection against wrong file names.
7092         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7093         and :tend when :splice is omitted.
7095 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7097         * org-clock.el (org-clock-select-task): Make sure the selection
7098         letters are 1-9 and A-Z, no special characters.
7100 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7102         * org-exp.el (org-export-htmlize): New group.
7103         (org-export-htmlize-output-type)
7104         (org-export-htmlize-css-font-prefix): New options.
7105         (org-export-htmlize-region-for-paste): New function.
7106         (org-export-htmlize-generate-css): New command.
7108 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7110         * org/org.el (org-modules, org-format-latex-options):
7111         * org/org-archive.el (org-archive-stamp-time)
7112         (org-archive-save-context-info):
7113         * org/org-faces.el (org-hide):
7114         * org/org-irc.el (org-irc-parse-link):
7115         * org/org-macs.el (org-call-with-arg, org-autoload):
7116         * org/org-mew.el (org-mew-store-link):
7117         * org/org-remember.el (org-remember-store-without-prompt)
7118         (org-remember-templates): Fix typos in docstrings.
7120         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7122         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7123         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7124         (org-bbdb-anniv-split): Fix typos in docstrings.
7126         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7127         (org-publish-use-timestamps-flag): Reflow docstring.
7128         (org-publish-files-alist): Fix typos in docstring.
7130 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7132         * org.el (org-set-visibility-according-to-property): New function.
7133         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7134         and compute the regular expressions, and update font-lock.
7135         (org-property-re): Allow a dash in property names.
7137         * org-archive.el (org-extract-archive-file): Insert the file name
7138         without the path into the format, to allow the location format to
7139         contain a subdirectory.
7141         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7142         of buffer, and the `org-agenda-type' property undefined, use the
7143         value from the character before.
7145         * org.el (org-add-planning-info): Don't let indentation for
7146         would-be timestamp become extra whitespace at the end of headline.
7148 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7150         * org.el (org-remove-double-quotes, org-file-contents): New
7151         functions.
7153         * org-exp.el (org-infile-export-plist): Also parse the
7154         contents of #+SETUPFILE files, recursively.
7156         * org.el (org-set-regexps-and-options): Also parse the
7157         contents of #+SETUPFILE files, recursively.
7159         * org-exp.el (org-export-handle-include-files): New function.
7160         (org-export-preprocess-string): Call
7161         `org-export-handle-include-files'.
7163         * org.el (org-delete-property-globally)
7164         (org-delete-property, org-set-property): Ignore case during
7165         completion.
7166         (org-set-property): Use `org-completing-read' instead of
7167         `completing-read'.
7169         * org.el (org-complete-expand-structure-template): New,
7170         experimental function.
7171         (org-structure-template-alist): New, experimental option.
7172         (org-complete): Call `org-complete-expand-structure-template'.
7174 2008-05-06  Bastien Guerry  <bzg@altern.org>
7176         * org-export-latex.el (org-export-latex-preprocess): Added
7177         support for blockquotes.
7179 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7181         * org.el (org-read-date-analyze): Catch the case where only a
7182         weekday is given.
7184 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7186         * org.el (org-set-font-lock-defaults): Make the description
7187         tag bold.
7189         * org-exp.el (org-export-as-html, org-close-li): Implement
7190         description lists.
7192 2008-05-04  Jason Riedy  <jason@acm.org>
7194         * org-table.el (*orgtbl-default-fmt*): New variable.
7195         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7196         when there is no other fmt available.
7198         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7199         :tend to suppress the appropriate string.
7201         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7202         table.
7204 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7206         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7207         read date.
7209         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7210         New function.
7212         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7213         New function.
7215 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7217         * org-clock.el (org-clock-find-position): Don't include notes
7218         into clock drawer.
7220         * org-archive.el (org-archive-subtree): No longer remove an
7221         extra line after cutting the subtree.  `org-cut-subtree' already
7222         takes care of this.
7224         * org-remember.el (org-remember-handler): Only kill the target
7225         buffer if it does not contain the running clock.
7227         * org.el (org-markers-to-move): New variable.
7228         (org-save-markers-in-region, org-check-and-save-marker)
7229         (org-reinstall-markers-in-region): New function.
7230         (org-move-subtree-down, org-copy-subtree): Remember relative
7231         marker positions before cutting.
7232         (org-move-subtree-down, org-paste-subtree): Restore relative
7233         marker positions after pasting.
7235         * org-remember.el (org-remember-clock-out-on-exit): New option.
7236         (org-remember-finalize): Clock out only if the setting in
7237         `org-remember-clock-out-on-exit' requires it.
7238         (org-remember-handler): Do the cleanup in the buffer, to make sure
7239         that the clock marker remains in tact.
7241 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7243         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7244         (org-clock-in): Make sure that also tasks outside the narrowed
7245         region will be clocked in correctly.
7246         (org-clock-insert-selection-line): Widen the buffer so that we can
7247         find the correct task heading.
7249         * org.el (org-base-buffer): New function.
7251         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7252         and ";" are escaped.
7253         (org-print-icalendar-entries): Also apply
7254         `org-icalendar-cleanup-string' to the headline, not only to the
7255         summary property.
7257 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7259         * org-exp.el (org-export-preprocess-hook): New hook.
7260         (org-export-preprocess-string): Call
7261         `org-export-preprocess-hook'.
7263         * org.el (org-font-lock-hook): New variable.
7264         (org-font-lock-hook): New function.
7265         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7267 ;; Local Variables:
7268 ;; coding: utf-8
7269 ;; add-log-time-zone-rule: t
7270 ;; End:
7272     Copyright (C) 2008  Free Software Foundation, Inc.
7274   This file is part of GNU Emacs.
7276   GNU Emacs is free software: you can redistribute it and/or modify
7277   it under the terms of the GNU General Public License as published by
7278   the Free Software Foundation, either version 3 of the License, or
7279   (at your option) any later version.
7281   GNU Emacs is distributed in the hope that it will be useful,
7282   but WITHOUT ANY WARRANTY; without even the implied warranty of
7283   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7284   GNU General Public License for more details.
7286   You should have received a copy of the GNU General Public License
7287   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7289 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c