Fix habit alignment problems
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob8666f603a16f09a5932662a2b234edae3eaa5c2e
1 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
4         problem with mis-aligned graphs when showing habits.
6 2010-01-28  Mikael Fornius  <mfo@abc.se>
8         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
9         when assigning. Begin using numerical characters when all in name
10         is used up. This is to spare alphanumeric characters for better
11         match with other keywords.
13 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-exp.el (org-export-preprocess-hook): Improve documentation.
17         * org-latex.el (org-export-latex-preprocess): More consistent
18         conversion and protection of the words LaTeX and TeX.
19         (org-export-latex-fontify-headline, org-export-latex-preprocess):
20         Allow angle brackets in commands, for beamer.
22 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org-clock.el (org-clock-in): Improve the look of the clock line
25         by formatting links.
27 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
29         * org-latex.el (org-export-latex-classes): Use AUTO as the place
30         holder string for the coding system.  And improve the
31         documentation.
32         (org-export-latex-fix-inputenc): Only modify the coding system if
33         it is given by the placeholder AUTO.
35 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
37         * org-clock.el (org-task-overrun-text): New option.
38         (org-task-overrun, org-clock-update-period): New variables.
39         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
40         overrun clock.
41         (org-clock-notify-once-if-expired): Check if clock is overrun.
43         * org-faces.el: New face `org-mode-line-clock-overrun'.
45 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
47         * org.el (org-narrow-to-subtree): Position the end of the narrowed
48         region before the line with the next heading, to prevent the user
49         from prepending text to the next headline.
51 2010-01-20  Stephen Eglen  <stephen@gnu.org>
53         * org-agenda.el (org-get-time-of-day): Use
54         org-agenda-time-leading-zero to allow leading zero (rather than
55         space) for times.
57 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
60         org-datetree.el is loaded.
62         * org-datetree.el: autoload `org-datetree-find-day-create'
64         * org-latex.el (org-export-latex-hyperref-format): New option.
65         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
67 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
69         * org-ctags.el (org-ctags-enable): Change order of functions.
70         (org-ctags-create-tags): Add wildcard to file name expansion.
72 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
74         * org.el (org-entry-properties): Fix some important bugs.
76 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
79         the table is not explicitly given.
81 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
84         as value.
85         (org-clock-out-if-current): Work with the new list value of
86         `org-clock-out-when-done'.
87         (org-clock-out, org-clock-out-if-current): Avoid circular logic
88         between clocking out and state changes.
90         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
92         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
93         accident protect a character that is before a backslash.
95 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org-agenda.el (org-diary-class): Use
98         `org-order-calendar-date-args'.
100         * org.el (org-order-calendar-date-args): New function.
102         * org-exp.el (org-export-target-internal-links): Check for
103         protectedness after the first bracket.
105         * org.el (org-entry-properties): Don't match wrong-case TODO
106         keywords.
108         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
109         Document that ARG is passed through to remove the date.
110         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
111         not read a date when the user has given a `C-u' prefix.
113 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
116         tags are hidden.
118 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org-latex.el (org-export-latex-fix-inputenc): New function.
121         (org-export-latex-inputenc-alist): New option.
123         * org-exp.el (org-export): New key SPC to publish enclosing
124         subtree.
126 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org-indent.el (org-indent-add-properties): Catch case when there
129         is no headline in the buffer.
131 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org-exp.el (org-html-entities): Add checkmark symbol.
135         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
136         verbatim code for ASCII export.
138         * org.el (org-update-statistics-cookies): Also see checkboxes in
139         ordered lists.
141 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
143         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
144         key.
146         * org-beamer.el (org-beamer-amend-header): Change the location
147         where `org-beamer-header-extra' is inserted.
149         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
150         just for computing this regexp.
152 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-beamer.el (org-beamer-frame-default-options): New option.
155         (org-beamer-sectioning): Use default options if the user does not
156         have defined any.
157         (org-beamer-fix-toc): Put a frame around the table of contents.
159         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
160         sure case-folding works well when processing comment stuff.
162         * org-latex.el (org-export-latex-after-save-hook): New hook.
163         (org-export-as-latex): Run the new hook.
165 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
167         * org-beamer.el (org-beamer-environments-default): Add the note
168         environments.
169         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
170         lines and collect and combine the content.
171         (org-beamer-after-initial-vars): Check for note tags and make sure
172         they will be seen like a property.
174         * org.el (org-offer-links-in-entry): Fix bug when there is a
175         single link.
177         * org-exp.el (org-export): Make sure the mark is activated, also
178         when `transient-mark-mode' is off.
180         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
181         (org-agenda-search-view-search-words-only): Obsolete variable, is
182         now an alias for `org-agenda-search-view-always-boolean'.
183         (org-agenda-search-view-force-full-words): New option.
184         (org-search-view): Improve docstring, and implement a better logic
185         for Boolean and phrase searches.
186         (org-agenda-last-search-view-search-was-boolean): New variable.
187         (org-agenda-manipulate-query): Consider the type of the last
188         search when modifying the search string.
190 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-latex.el (org-export-as-latex): Do the first letbind in the
193         right moment.
195         * org-agenda.el (org-get-entries-from-diary): Add the new face to
196         these entries.
198         * org-faces.el (org-agenda-diary): New face.
200         * org.el (org-make-link-regexps): Allow regexp-special characters
201         in link types.
202         (org-open-file): When in-emacs is `system', also force system
203         opening, like when the value was `(16)'.
204         (org-update-statistics-cookies): Handle entries without children.
206         * org-exp.el
207         (org-export-preprocess-before-normalizing-links-hook): New hook.
208         (org-export-preprocess-string): Run the new hook.
210         * org.el (org-offer-links-in-entry): Make RET open all links.
212         * org-html.el (org-export-as-html): Remove any left-over display
213         properties in the html file.
215         * org-wl.el (org-wl-store-link): Work-around for format bug with
216         text properties.
218         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
219         invisibility while adding the graphs.
221 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org-remember.el (org-select-remember-template): Use C letter to
224         customize remember templates.
226         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
227         Move cursor to next visible line.
229 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org-beamer.el (org-beamer-sectioning): Leave columns environment
232         by specifying 0 or 1 for column width.
233         (org-beamer-column-widths): Make 0 stand for 0.0.
235 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
237         * org-exp.el (org-export-mark-radio-links): Don't match inside
238         <<target>>.
240         * org.el (org-format-latex-header-extra): New variable.
241         (org-format-latex): Set org-format-latex-header-extra from
242         in-buffer stuff.
243         (org-format-latex): Add org-format-latex-header-extra to the
244         variables on which image creation depends.
245         (org-create-formula-image): Add the header stuff from in-buffer
246         settings.
247         (org-read-date-analyze): Base the analysis for future preference
248         on NOW, not on the default date.
250         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
251         for TODO keyword in inline tasks.
253         * org.el (org-log-note-headings): New headings for removing
254         deadline or scheduling date.
255         (org-deadline, org-schedule): Arrange for logging when removing a
256         date.
257         (org-add-log-note): Handle deadline and scheduling removal.
259 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
261         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
263 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-agenda.el (org-diary-class): New function.
267 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-latex.el (org-export-latex-preprocess): Do process the text
270         of a radio target.
272 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org.el (org-entry-properties): Add TIMESTAMP properties back
275         in.
277 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
279         * org.el (org-all-time-keywords): New variable.
280         (org-set-regexps-and-options): Set `org-all-time-keywords'.
281         (org-entry-blocked-p): New function.
282         (org-special-properties): Add BLOCKED as a new special property.
283         (org-entry-properties): New optional argument SPECIFIC, only parse
284         for this property when it is specified.
285         (org-entry-get): Pass a SPECIFIC argument to
286         `org-entry-properties'.
288         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
290 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
292         * org-latex.el (org-export-latex-tables): No forced line end if
293         there is no caption.
295 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
298         package.
300         * org-latex.el (org-export-latex-tables): Only add a caption when
301         macro in in longtable environments if one has been defined.
303         * org-html.el (org-export-as-html): Only take title from buffer if
304         not exporting body-only.
306         * org-latex.el (org-export-latex-preprocess): Better version of
307         the regular expression for protecting LaTeX macros.
308         (org-export-latex-preprocess): Start searching for macros to
309         protect from beginning of buffer.
311         * org-exp.el (org-export-target-internal-links): Check for
312         protectedness earlier in the string.
314         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
315         case sensitively.
317         * org-id.el (org-id-store-link): Match TODO keywords case
318         sensitively.
320         * org.el (org-heading-components, org-get-outline-path)
321         (org-display-outline-path): Match TODO keywords case sensitively.
323         * org-latex.el (org-export-as-latex): Ignore read-only
324         properties.
326         * org-exp.el (org-export-preprocess-string): Remove any
327         `read-only' properties.
329         * org-agenda.el (org-agenda-inactive-leader): New option.
330         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
331         (org-tags-view): Prompt for matcher if MATCH is an empty string.
332         (org-todo-list): Prompt for matcher if ARG is an empty string.
334 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
336         * org.el (org-open-link-functions): New hook.
337         (org-open-at-point): Run `org-open-link-functions'.
339 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
342         stamps as well.
344         * org.el (org-inhibit-startup-visibility-stuff): New variable.
345         (org-mode): Don't do startup visibility if inhibited.
346         (org-outline-overlay-data, org-set-outline-overlay-data): New
347         functions.
348         (org-save-outline-visibility): New macro.
349         (org-log-note-headings): Document that one should not change the
350         `state' note format.
352 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
354         * org.el (org-make-link-regexps): Capture link path into a group.
356 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
359         the options plist.
361 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
363         * org.el (org-startup-with-beamer-mode): New option.
364         (org-property-changed-functions)
365         (org-property-allowed-value-functions): New hooks.
366         (org-entry-put, org-property-get-allowed-values): Run the new
367         hooks.
368         (org-property-next-allowed-value): Run the new hooks.
370         * org-exp.el (org-export-select-backend-specific-text): Add the
371         special beamer tags.
373         * org-beamer.el
374         (org-export-preprocess-before-selecting-backend-code-hook): New
375         file.
377         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
378         (org-export-as-latex): Run
379         `org-export-latex-after-initial-vars-hook'.
380         (org-export-latex-format-toc-function)
381         (org-export-latex-make-header): Call
382         `org-export-latex-format-toc-function'.
384         * org.el (org-fill-template): Make template searches case sensitive.
386         * org-exp.el (org-export): Use "1" as a sign to export only the
387         subtree.
389         * org-colview-xemacs.el (org-columns-edit-value): Use
390         org-unrestricted property.
392         * org-colview.el (org-columns-edit-value):  Use
393         org-unrestricted property.
395         * org.el (org-compute-property-at-point): Set org-unrestricted
396         text property if the list contains ":ETC".
397         (org-insert-property-drawer):  Use
398         org-unrestricted property.
400         * org-exp.el
401         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
402         (org-export-preprocess-string): Run
403         `org-export-preprocess-before-selecting-backend-code-hook'.
405         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
407         * org-latex.el (org-export-region-as-latex): Run
408         `org-export-first-hook'.
410         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
412         * org-docbook.el (org-export-as-docbook): Run
413         `org-export-first-hook'.
415         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
417         * org-exp.el (org-export-first-hook): New hook.
419 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-list.el (org-previous-item): Exit at the beginning of the
422         buffer.
424         * org-id.el (org-id-locations-save): Only write the id locations
425         if any are defined.
427         * org-archive.el (org-archive-all-done): Make this work in a file
428         with org-odd-levels-only set.
430         * org.el (org-get-refile-targets): Catch the case when a buffer
431         has no file.
433         * org-latex.el (org-export-as-latex): Cleanup forced line ends
434         where they are not needed.
435         (org-export-latex-subcontent): Remove unnecessary newlines.
437 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
439         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
440         (org-export-latex-fontify): Fix regexp bug that takes special
441         care of protecting the right boundary characters in emphasis
442         matches.
443         (org-export-latex-preprocess): Allow multiple arguments to latex
444         macros.
446         * org.el (org-make-link-regexps): Use John Gruber's regexp for
447         urls.
449         * org-macs.el (org-re): Interpret :punct: in regexps.
451         * org-exp.el (org-export-replace-src-segments-and-examples): Also
452         take the final newline after the END line.
454         * org.el (org-clean-visibility-after-subtree-move): Only fix
455         entries that are not entirely invisible already.
456         (org-insert-link): Respect org-link-file-path-type for
457         "docview:" links in addition to "file:" links.
459 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
461         * org-exp.el (org-export-format-source-code-or-example): Avoid
462         additional extra white lines in LaTeX.
464         * org-list.el (org-list-parse-list): Leave empty lines after the
465         list, don't consider them as part of the list.
467         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
468         searches.
470         * org-clock.el (org-clock-select-task): Convert integer to
471         character for XEmacs.
473 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
475         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
476         compatible.
478 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
480         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
481         variable.
482         (org-set-tags): Use it.
484 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
486         * org-list.el (org-empty-line-terminates-plain-lists): Update
487         docstring.
489         * org.el (org-format-latex): Fix link creation for processed latex
490         snippets.
492 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-footnote.el (org-footnote-normalize): Protect replacement
495         text.
497         * org.el (org-inside-latex-macro-p): Save match data.
499 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
501         * org-docview.el: New file.
503 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org-latex.el (org-export-latex-class-options): New variable.
506         (org-export-latex-set-initial-vars): Use the class options.
508         * org.el (org-forward-same-level): Stop at headings that start
509         with an invisible character.
510         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
512 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org-footnote.el (org-footnote-normalize): Don't take optional
515         arguments in LaTeX macros as footnotes.
517         * org.el (org-inside-latex-macro-p): New function.
519         * org-latex.el (org-latex-to-pdf-process): Change customization
520         group to `org-export-pdf'.
522         * org-agenda.el (org-agenda-get-blocks): Look at time string also
523         on days after the first one.
525         * org.el (org-insert-heading): Also check for item before assuming
526         before-first-heading condition.
528         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
529         (org-export-pdf-logfiles): New option.
530         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
531         (org-export-pdf-logfiles): Fix customization type.
533         * org.el (org-insert-link): Improve error message when there is no
534         default link to select with RET.
536         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
537         parameter list.
539 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
541         * org-latex.el (org-export-latex-parse-global)
542         (org-export-latex-parse-content)
543         (org-export-latex-parse-subcontent): Use
544         `org-re-search-forward-unprotected'.
545         (org-export-as-pdf): Remove log files produced by XeTeX.
547         * org-macs.el (org-re-search-forward-unprotected): New function.
549 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
551         * org-colview.el (org-agenda-colview-summarize): Sort out some
552         confusion between properties and titles, which resulted in
553         agenda summaries not working if a title was set for a column.
555 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org-mobile.el (org-mobile-agendas): New option.
558         (org-mobile-sumo-agenda-command): Select the right agendas.
560         * org-latex.el (org-export-latex-format-image): Preserve the
561         original-indentation property.
563 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
565         * org-clock.el (org-clock-insert-selection-line): Catch error when
566         an old tasks no longer exists.
568         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
569         (org-export-as-pdf): Don't remove the old PDF file before making
570         the new one.
572         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
573         (org-mouse-context-menu): Use `org-looking-back'.
575         * org.el (org-cycle-level): Use `org-looking-back'.
577         * org-list.el (org-cycle-item-indentation): Use
578         `org-looking-back'.
580         * org-compat.el (org-looking-back): New function.
582         * org.el (org-insert-heading): Catch before-first-headline when
583         inserting a headline.
585 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
587         * org-latex.el (org-export-latex-format-image): Indent figure
588         environment, so that it does not interrupt plain list.
590         * org.el (org-open-at-point): Allow long link descriptions.
592 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
594         * org-html.el (org-export-as-html): Remove empty lines at the
595         beginning of the exported text.
597 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
599         * org-protocol.el (org-protocol-remember): Cater for empty title,
600         region, link.
602         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
603         agenda after adding new entry.
604         (org-agenda-get-represented-tags): New function.
605         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
606         to get a list of tags in the agenda.
608         * org-datetree.el (org-datetree-find-day-create): Fix regular
609         expression.
611         * org.el (org-display-outline-path): Use a format specifier for
612         message, to avoid problems with heading containing `%'.
614         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
615         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
616         (org-agenda-fix-displayed-tags): New function.
617         (org-agenda-do-context-action): Just call
618         `org-display-outline-path', without piping the result through
619         `message'.
621         * org-latex.el (org-export-latex-preprocess): Protect secondary
622         footnote references.
624         * org-indent.el (org-indent-initialize): Avoid empty strings as
625         line prefixes.
627         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
628         hat checking for the mark does not throw an error.
629         (org-agenda-diary-entry-in-org-file): Catch the case that there is
630         not `day' text property in the cursor line.
632         * org.el (org-sort-entries-or-items): Make sure that the final
633         entry has a newline before doing the sorting.
635         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
636         property at the beginning of the line.
638         * org.el (org-make-link-string): Don't allow a description with
639         only white space.
641 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
644         (org-agenda-insert-diary-as-top-level): New function.
645         (org-agenda-add-entry-to-org-agenda-diary-file): Call
646         `org-agenda-insert-diary-as-top-level'.
648         * org.el (org-occur-in-agenda-files): Make sure none of the
649         buffers is narrowed.
650         (org-activate-plain-links): Add the face property here.
651         (org-set-font-lock-defaults): Do not add the face to plain links,
652         the activator function does this.
654         * org-habit.el (org-is-habit-p): Add doc string.
656 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org-archive.el (org-archive-subtree-default-with-confirmation):
659         Autoload.
661         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
662         after match optional (happens at the end of a line...).
664         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
665         for special blocks.
667         * org-faces.el (org-copy-face): Set lisp indentation.
668         (org-quote, org-verse): New faces.
670         * org-agenda.el (org-agenda-remove-date): Remove variable.
672 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
674         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
676 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
678         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
679         hash keys to cache and re-use images generated by the
680         org-exp-blocks interface to ditaa and dot.
682 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
684         * org-html.el (org-export-as-html): Move the home/up link into
685         the content div.
687         * org.el (org-export-latex-packages-alist): Option definition
688         moved here from org-latex.el.
690 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
692         * org.el (org-format-latex): Latex images are now saved to files
693         named by the sha1 hash of the latex source text avoiding
694         regeneration of identical images.
696 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
698         * org-html.el (org-export-html-home/up-format): Add an ID to the
699         up/home div.
701 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
703         * org-wl.el (org-wl-store-link): Handle the case that
704         `wl-use-petname' is set.
706         * org.el (org-set-effort): Improve prompt.
707         (org-get-outline-path): Widen to get full path.
708         (org-compact-display-after-subtree-move): Function removed.
710         * org-latex.el (org-export-as-latex): Add the :drawers property.
712 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org.el (org-speed-commands-user): Allow documentation headlines.
715         (org-speed-commands-default): Organize the value of this constant
716         with descriptive headlines.
717         (org-print-speed-command): Output the headlines.
719 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org-agenda.el (org-agenda-show-outline-path): New option.
722         (org-agenda-do-context-action): New function.
723         (org-agenda-next-line, org-agenda-previous-line): Use
724         `org-agenda-do-context-action'.
726         * org.el (org-use-speed-commands): Allow function value.
727         (org-speed-commands-default): Make headline motion safe, so that
728         these commands always end on a headline.
729         (org-speed-commands-default): New key `v' for `org-agenda'.
730         (org-speed-move-safe): New function.
731         (org-self-insert-command): Use the function value of
732         `org-use-speed-commands'.
733         (org-get-outline-path): Improve docstring.
734         (org-format-outline-path): New function.
735         (org-display-outline-path): New function.
737 2009-11-12  John Wiegley  <jwiegley@gmail.com>
739         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
740         a string, use that to find the LOGBOOK drawer.
742 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
744         * org.el (org-clone-subtree-with-time-shift): Make it work at the
745         end of the buffer.
747         * org-mobile.el (org-mobile-write-checksums): Specify coding
748         system.
749         (org-mobile-timestamp-buffer): Keep local variable/mode line at
750         beginning of buffer.
752         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
754         * org.el (org-block-todo-from-children-or-siblings-or-parent)
755         (org-block-todo-from-checkboxes): Do not block changes to a nil
756         TODO state.
758 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
760         * org-habit.el (org-habit-parse-todo): Indicate which habit is
761         wrongly set up in the error messages.
763         * org-colview.el (org-columns-display-here): Don't try to
764         calculate values if the underlying property is not set.
765         (org-columns-string-to-number): Convert age strings back into
766         fractional days.
767         (org-agenda-colview-summarize): Handle extended summary types
768         properly.
770         * org-colview-xemacs.el (org-columns-display-here): Don't try to
771         calculate values if the underlying property is not set.
772         (org-columns-string-to-number): Convert age strings back into
773         fractional days.
774         (org-agenda-colview-summarize): Handle extended summary types
775         properly.
777 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
779         * org-exp.el (org-export-format-drawer-function): New variable.
780         (org-export-format-drawer): New function.
781         (org-export-preprocess-string): Pass the backend as a parameter to
782         `org-export-remove-or-extract-drawers'.
783         (org-export-remove-or-extract-drawers): New parameter BACKEND.
785         * org-protocol.el (org-protocol-char-to-string): New defsubst.
787 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
789         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
790         message when no block is selected.
792         * org-latex.el (org-export-latex-links): Check for protectedness
793         in the last matched character, not after the match.
795         * org-datetree.el (org-datetree-find-date-create): Respect
796         restriction when KEEP-RESTRICTION is set.
797         (org-datetree-file-entry-under): New function.
798         (org-datetree-cleanup): New command.
800 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
802         * org-src.el (org-edit-src-code): New optional argument context
803         allows calling functions to avoid altering the saved window
804         configuration.
805         (org-edit-src-exit): Do not restore window configuration when this
806         function is used in the context of saving the edit buffer.
808 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
810         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
811         instances to switching to with-current-buffer, because these seem
812         to cause problems - no idea why.
814         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
815         Require diary-lib for (diary-date-display-form).
817         * org.el (org-log-reschedule, org-log-redeadline): New options.
818         (org-log-note-headings): Add templates for rescheduling and
819         deadline changing.
820         (org-startup-options): Add in-buffer settings for logging changing
821         schedule and deadline time stamps.
822         (org-deadline, org-schedule): Check for existing date and arrange
823         for logging if the user requests it.
824         (org-add-log-note): Prepare proper note buffers for rescheduling
825         and deadline changes.
827 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
829         * org-agenda.el (org-agenda-diary-entry-in-org-file)
830         (org-agenda-add-entry-to-org-agenda-diary-file)
831         (org-agenda-insert-diary-make-new-entry): New functions.
832         (org-agenda-diary-entry): Call
833         `org-agenda-diary-entry-in-org-file' when appropriate.
835         * org.el (org-calendar-insert-diary-entry-key): New option.
836         (org-agenda-diary-file): New option.
837         ("calendar"): Install our insertion function in the calendar.
839         * org-remember.el (org-datetree): Require.
840         (org-remember-templates): Add new positioning option.
841         (org-remember-reference-date): New variable.
842         (org-remember-apply-template): Store the reference date in a local
843         variable.
844         (org-remember-handler): Implement date tree positioning of entries.
846         * org-datetree.el: New file.
848         * org-latex.el (org-export-latex-preprocess): Protect targets in
849         verbatim emphasis.
851         * org-html.el (org-export-as-html): Protect targets in verbatim
852         emphasis.
854         * org-docbook.el (org-export-as-docbook): Protect targets in
855         verbatim emphasis.
857 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
859         * org.el (org-link-display-format): Should be literal replacement.
861 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
863         * org-clock.el (org-show-notification): Handle messages that
864         contain a percent character.
866         * org-remember.el (org-remember-apply-template): Turn of partial
867         completion.
869         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
870         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
872         * org.el (org-indent-mode): Define variable already in org.el.
873         (org-unfontify-region): Remove line-prefix and wrap-prefix
874         properties only if org-indent-mode is active.
876 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org-icalendar.el (org-print-icalendar-entries): Save match data
879         around call to verify function.
880         (org-print-icalendar-entries): Add a call to the verification
881         function.
883         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
884         save-restrivtion' form.
886 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
888         * org-exp.el (org-export-format-source-code-or-example): restrict
889         scope of preserve-indentp to the let binding.
890         (org-src): require org-src, since org-src-preserve-indentation is used.
892 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
894         * org-timer.el (org-timer-set-timer): Set variables
895         org-timer-timer[123] correctly.
898         * org-mobile.el (org-mobile-files-alist): Make it work when
899         `agenda-archives' is included in
900         `org-agenda-text-search-extra-files'.
901         (org-mobile-push): Restore agenda after mobile push.
903 2009-11-05  John Wiegley  <jwiegley@gmail.com>
905         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
906         way the amount of idle time is presented in the minibuffer.
908 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-icalendar.el (org-print-icalendar-entries): Use
911         org-icalendar-verify-function only if non-nil.
913         * org.el (org-refile): Refile to clock only if the prefix arg is
914         2.
915         (org-sparse-tree): Fix docstring to be in line with prompt.
916         (org-update-parent-todo-statistics): Call
917         `org-after-todo-statistics-hook' on each level.
919 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org-remember.el (org-remember-apply-template): Make sure the
922         buffer exists.
924 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
926         * org.el (org-tab-ind-state): New variable.
927         (org-cycle-level): New function.
928         (org-cycle-level-after-item/entry-creation): New option.
929         (org-flag-subtree): New function.
930         (org-hide-archived-subtrees): Call `org-flag-subtree'.
931         (org-set-effort): Indexed access.
933         * org-list.el (org-cycle-item-indentation): New function.
935         * org.el (org-refile): Make prefix argument 2 refile to current
936         clock.
937         (org-priority): Interpret action `remove' as call to remove the
938         priority cookie.
940         * org-remember.el (org-remember-apply-template): Don't depend on
941         buffer name being like file name.
943 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
945         * org-clock.el (org-clock-play-sound): Expand file in
946         org-clock-sound, to allow ~ for home.
948         * org-remember.el (org-remember-handler): Set
949         text-before-node-creation even if this already looks like a node,
950         because the string might be needed on non-org-mode target files.
952         * org-agenda.el (org-agenda-open-link): Make this work in agenda
953         clocktables.
954         (org-agenda-switch-to): Follow a link at point if
955         org-return-follows-link' is set and there is nothing else to do in
956         this line.
958 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
960         * org-colview-xemacs.el: Add in changes from org-colview.el
962 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
964         * org-exp-blocks.el: Modify split separator regexp to avoid empty
965         strings.
967 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
969         * org-colview.el (org-columns-new): Make this work with the new
970         operators.
971         (org-columns-store-format): Make this work with the new operators.
973 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org-src.el (org-src-preserve-indentation): Document that this
976         variable is also used during export.
978         * org-exp.el (org-export-format-source-code-or-example): Preserve
979         indentation if a block has a -i option, or if
980         `org-src-preserve-indentation' is set.
982         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
983         indentation if a block has a -i option, or if
984         `org-src-preserve-indentation' is set.
986 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
988         * org.el (org-mode-map): Define the new archiving keys.
989         (org-speed-commands-default): Define an archiving key in the speed
990         command map.
991         (org-org-menu): Improve the menu structure concerning archiving.
993         * org-archive.el (org-archive-subtree-default-with-confirmation):
994         New command.
996         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
997         (org-agenda-menu): Add the new archiving commands to the menu.
998         (org-agenda-archive-default)
999         (org-agenda-archive-default-with-confirmation): New commands.
1000         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1001         call `org-agenda-archive-with'.
1002         (org-agenda-archive-with): New function.
1004         * org-table.el (org-table-convert-region): Inert spaces around "|"
1005         to avoid line beginnings like "|-1" which will be mistaken as
1006         hlines.
1008 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org.el (org-offer-links-in-entry): Return nil if there are no
1011         links, t if a link has been selected.
1012         (org-open-at-point): Open attachment directory when called in the
1013         headline and there are no links in the entry body.
1014         (org-speed-commands-default): Add "o" for open-at-point as a speed
1015         command.
1017         * org-attach.el (org-attach-reveal): Optional prefix arg
1018         IF-EXISTS, which avoids creating the attachment directory if it
1019         does not yet exist.
1021         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1022         MATCH.
1024 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org.el ("abbrev"): Work with abbrev tables only after they have
1027         been loaded.
1029         * org-list.el (org-list-send-list): Fix bug related to match
1030         data.
1032         * org-latex.el (org-export-latex-fontify): Apply verbatim
1033         emphasis.
1034         (org-export-latex-make-header): Insert \obeylines if line breaks
1035         should be preserved.
1037         * org-exp.el (org-export-protect-verbatim): Add an
1038         `org-verbatim-emph' property to such text.
1040 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1042         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1043         (org-print-icalendar-entries): Skip entries where the timestamp is
1044         not a deadline and not scheduled, if the user requests that.
1046         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1047         before an opening quote.
1049         * org-archive.el (org-archive-subtree): Keep archive after
1050         archiving something.
1052         * org-id.el (org-id-update-id-locations): Add archive files if
1053         that is required by `org-id-extra-files'.
1055 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1057         * org-src.el (org-src-window-setup): New option.
1058         (org-src-switch-to-buffer): New function.
1059         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1060         restore window configuration.
1061         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1062         Call `org-src-switch-to-buffer'.
1064         * org.el (org-default-properties): Add STYLE property.
1065         (org-files-list): Use the function call to get the files.
1066         (org-additional-option-like-keywords): Add SETUPFILE to completion
1067         list.
1069 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1071         * org-table.el (org-table-convert-region): Correctly interpret
1072         quoting in csv import.
1074         * org.el (org-icompleting-read): Make iswitchb completion work
1075         with lists and tables.
1077         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1078         while pushing the mobile agenda.
1080 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1082         * org-clock.el
1083         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1084         and `when-no-clock-is-running'.
1085         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1086         whether or not to resolve Org buffers on clock in.
1088 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1090         * org-colview.el (org-format-time-period): Function to format
1091         times in fractional days for display.
1092         (org-columns-display-here): Add support for showing a calculated
1093         value in place of the property.
1094         (org-columns): Set `org-columns-time' to the current time so time
1095         difference calculations will work.
1096         (org-columns-time): Use to store the current time when column view
1097         is displayed, so all time differences will use the same reference
1098         point.
1099         (org-columns-compile-map): There is now an extra position in each
1100         entry specifying the function to use to calculate the displayed
1101         value for the non-calculated properties in the column,
1102         (org-columns-compute-all): Set `org-columns-time' to the current
1103         time so time difference calculations will work.
1104         (org-columns-compute): Handle column operators where the values
1105         used are calculated from the underlying property.
1106         (org-columns-number-to-string): Handle the 'age' column format
1107         (org-columns-string-to-number): Correct the function name (was
1108         org-column...). Add support for the 'age' column format.
1109         (org-columns-compile-format): Support the additional parameter in
1110         org-columns-compile-map.
1112 2009-10-26  Bastien Guerry  <bzg@altern.org>
1114         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1115         variable.
1117 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1119         * org-clock.el (org-clock-has-been-used): New variable.
1120         (org-clock-in): Set `org-clock-has-been-used'.
1121         (org-clock-save): Save only if clock data has been used or created
1122         during this session.
1124 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1126         * org-clock.el (org-clock-persist): New value, to store only the
1127         clock history.
1128         (org-clock-save): Don't save the clock if only the history should
1129         be stored.
1130         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1131         when restoring a saved clock.
1133 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1135         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1136         `org-time-clock-use-fractional'.
1138         * org.el (org-time-clocksum-use-fractional)
1139         (org-time-clocksum-fractional-format): Two new customizable
1140         variables which allow the user to select fractional times (1.25
1141         instead of 1:25) in the `org-clock-display' report.
1143 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1145         * org-habit.el (org-habit-build-graph): None of the arguments
1146         should be optional.
1147         (org-habit-parse-todo, org-habit-deadline)
1148         (org-habit-get-priority, org-habit-get-faces)
1149         (org-habit-build-graph): Further simplifications by storing all
1150         past, scheduled and deadline dates as a number of days past the
1151         epoch, and not as times.
1153         * org-habit.el (org-habit-warning-face)
1154         (org-habit-warning-future-face): Removed because these are no
1155         longer used.
1156         (org-habit-deadline, org-habit-deadline-repeat): Now always
1157         returns a date; computed if there was a scheduled repeater but no
1158         deadline repeater.
1159         (org-habit-get-priority): Further improvements to the priority
1160         algorithm.  In particular, items past due should always appear
1161         before items due or not yet due.
1162         (org-habit-get-faces): Greatly simplified the logic, now that
1163         `org-habit-deadline' always returns a valid time.
1165 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1167         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1168         New option.
1170         * org.el (org-tag-alist): Fix customization type.
1172 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1174         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1175         Make sure the regexp search can fail without throwing an error.
1176         (org-mobile-apply): Save the inbox buffer after removing
1177         successfully applied changes.
1179 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1181         * org-habit.el (org-habit-build-graph): Fix to the graph building
1182         when last DONE date is earlier than `org-habit-preceding-days'.
1184         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1185         time is reported after the user comes back (but before they
1186         resolve time).
1188         * org.el (org-get-repeat): Change so that this function can be
1189         called with either `org-scheduled-string' or
1190         `org-deadline-string'.
1192         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1193         to find the scheduled date.
1195         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1196         `org-clock-disable-clock-resolution', since negatives don't sound
1197         good in customization variables.
1198         (org-clock-in): Don't use the auto-resolution logic if the user is
1199         clocking into a different task while an active clock is running.
1200         This then allows the default behavior of clocking out of the open
1201         task and then into the new task.
1203         * org-habit.el (org-habit-parse-todo): Generate an error if a
1204         habit has a scheduled repeat period < 1.
1205         (org-habit-get-faces): Fixes to the way that colors are computed.
1206         (org-habit-build-graph): The graph wasn't displaying beyond any
1207         day that had two completions in it.
1209         * org.el (org-modules): Made this variable more consistent, since
1210         it was referring to Org, OrgMode and Org-mode, whereas the docs
1211         for the variable always refer to Org-mode.
1213 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1215         * org.el (org-repeat-re): The changed org-repeat-re no longer
1216         matched simple +2d type repeaters. Fix it so it does.
1218 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1220         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1221         macro in the VERSE environment.
1223 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1225         * org-habit.el (org-habit-get-priority): A new function that
1226         determines the relative priority of a habit, based on how long
1227         past its scheduled date it is, and how near the deadline is.
1229         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1230         using `org-habit-get-priority'.
1232         * org-habit.el (org-habit-build-graph): Start displaying colors
1233         from the first scheduled date, if that date is earlier than the
1234         first completion date.
1236         * org-habit.el: Changed all "color" variables to faces, and made
1237         them appropriate for light and dark backgrounds.
1239         * org-habit.el (org-habit-duration-to-days): Made this function
1240         more general.
1241         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1243         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1244         habits, since they don't use DEADLINE anymore.
1246         * org.el (org-repeat-re, org-display-custom-time)
1247         (org-timestamp-change): Extended to support the new ".+N/N"
1248         syntax, used for habits.
1250         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1251         variable reference.
1253         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1254         modeline when habits are being displayed (if that module is being
1255         loaded).
1257 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1259         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1260         idle time using the xscreensaver extension.
1261         (org-user-idle-seconds): Use X11 idle time if available.
1263 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org-agenda.el (org-agenda-next-line): New command.
1266         (org-agenda-previous-line): New commands.
1267         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1268         commands.
1269         (org-agenda-follow-mode): Do the follow immediately if the mode is
1270         turned on here.
1271         (previous-line, next-line): Replace keys with the corresponding
1272         org functions.
1273         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1274         command.
1276         * org.el (org-icompleting-read): Turn off partial completion mode
1277         for the duration of this completion round.
1279         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1280         macros in author lines and similar stuff.
1282         * org.el (org-file-tags): Fix docstring.
1283         (org-get-buffer-tags): Add the #+FILETAGS tags.
1284         ("ecb"): Maks ecb show context after jumping into an Org file.
1286 2009-10-20  John Wiegley  <johnw@newartisans.com>
1288         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1289         graphs after everything else in the buffer has been setup.
1291 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1293         * org-mobile.el (org-mobile-apply): Count success and failure.
1295         * org.el (org-indent-line-function): Fix regexp replace problem.
1297 2009-10-19  John Wiegley  <johnw@newartisans.com>
1299         * org-clock.el (org-clock-disable-clock-resolution): New
1300         customization variable that disable automatic clock resolution on
1301         clock in.
1302         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1303         not automatically resolve anything.  This is does not affect
1304         idle-time resolution, however, if `org-clock-idle-time' is set.
1306 2009-10-19  John Wiegley  <johnw@newartisans.com>
1308         * org-habit.el: New file, which implements code to build a "habit
1309         consistency graph".
1311         * org-agenda.el (org-agenda-get-deadlines)
1312         (org-agenda-get-scheduled): Display consistency graphs when
1313         outputting habits into the agenda.  The graphs are always relative
1314         to the current time.
1315         (org-format-agenda-item): Added new parameter `habitp', which
1316         indicates whether we are formatting a habit or not.  Do not
1317         display "extra" leading information if habitp is true.
1319         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1320         leaders for repeat strings.
1321         (org-get-repeat): Now takes a string parameter `tagline', so the
1322         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1324 2009-10-19  John Wiegley  <johnw@newartisans.com>
1326         * org-agenda.el (org-agenda-auto-exclude-function): New
1327         customization variable for allowing the user to create an "auto
1328         exclusion" filter for doing context-aware auto tag filtering.
1329         (org-agenda-filter-by-tag): Changes to support the use of
1330         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1332 2009-10-18  John Wiegley  <johnw@newartisans.com>
1334         * org.el (org-files-list): Don't attempt to return a file name for
1335         Org buffers which have no associated file.
1337         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1339 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1341         * org-mobile.el (org-mobile-locate-entry): Interpret files
1342         relative to org-directory.
1343         (org-mobile-inbox-for-pull): Document the best location for this
1344         file.
1345         (org-mobile-check-setup): Verify `org-directory'.
1346         (org-mobile-create-index-file): Sort the files to be listed in
1347         index.org.
1349 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1351         * org.el (org-fast-tag-selection): Add a way to display a
1352         description for a tag group. This is done by adding a string to
1353         either the startgroup or endgroup cell.
1355 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1358         (org-emacs-idle-seconds): Use `org-float-time' instead of
1359         `time-to-seconds'
1361 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1363         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1364         type.
1366         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1367         the value of ARG when doing local cycling.
1369 2009-10-17  John Wiegley  <johnw@newartisans.com>
1371         * org-clock.el (org-clock-resolve-clock): If keeping or
1372         subtracting time results in a clock out at a time in the past, and
1373         if the resolution occurred due to idleness or invoking `M-x
1374         org-resolve-clocks', remember that past moment in time.  On the
1375         next clock in, the user will be prompted to see if they want to
1376         back-date their new clock to then.
1377         (org-clock-resolve): Do not jump the user to the location of a
1378         dangling clock if the resolution is occuring due to an idle
1379         timeout.  In that case there is typically only one dangling clock,
1380         the active one, and there is no value gained by shuffling their
1381         windows around to show it to them.  Being prompted to resolve an
1382         idle clock should be as inobtrusive as possible.
1383         (org-resolve-clocks-if-idle): New function that resolves only the
1384         currently active clock if the user has exceeded the time returned
1385         by `org-user-idle-seconds', based on the value of
1386         `org-clock-idle-time'.
1387         (org-clock-in): If, after resolving clocks,
1388         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1390         * org-clock.el (org-clock-resolve-clock): New function that
1391         resolves a clock to a specific time, closing or resuming as need
1392         be, and possibly even starting a new clock.
1393         (org-clock-resolve): New function used by `org-resolve-clocks'
1394         that sets up for the call to `org-clock-resolve-clock'.  It
1395         determines the time to resolve to based on a single-character
1396         selection from the user to either keep time, subtract away time or
1397         cancel the clock.
1398         (org-resolve-clocks): New user command which resolves dangling
1399         clocks -- that is, open but not active -- anywhere in the file
1400         list returned by `org-files-list'.
1401         (org-clock-in): Automatically resolve dangling clocks whenever a
1402         user clocks in.
1403         (org-clock-cancel): If the user cancels the solely clock in a
1404         LOGBOOK, remove the empty drawer.
1406         * org-clock.el (org-clock-idle-time): New user customizable option
1407         for detecting whether the user has left a clock idle.  Note: it is
1408         only used in this commit to test whether it's worthwhile to check
1409         OS X to get the Mac user's current idle time.  If the Emacs idle
1410         time is less than the value, the user hasn't been away long enough
1411         to be worth checking (a more expensive test than just getting
1412         Emacs idle time).
1413         (org-user-idle-seconds, org-mac-idle-seconds)
1414         (org-emacs-idle-seconds): This three functions, in conjunction
1415         with the user customization variable `org-clock-idle-time', return
1416         the number of seconds (as a floating point) that the user has been
1417         away from their Emacs (or, if running on OS X, their computer).
1419         * org-clock.el (org-find-open-clocks): New function that returns a
1420         list of all open clocks in the given FILE.  Note that each clock
1421         it returns is a cons cell of the format (MARKER . START-TIME).
1422         This "clock" value is used by several of the new clock module
1423         utility functions.
1424         (org-is-active-clock): New inline function which tests whether the
1425         given clock value is the same as the currently active clock.
1426         Returns non-nil if this is the case.
1427         (org-with-clock-position): New macro that evaluates FORMS with
1428         point in the buffer and at the position of the given clock.
1429         Changes to the current clock are global.
1430         (org-with-clock): New macro that evaluates FORMS with point in the
1431         buffer and at the position of the given clock.  However, changes
1432         to the current clock are local and have no effect on the user's
1433         active clock.  This allows, for example, far any clock to be
1434         cancelled without cancelling the active clock.
1435         (org-clock-clock-in): New inline function that switches the active
1436         clock to the given clock.  If either the argument RESUME, or the
1437         global `org-clock-in-resume', are non-nil, it will resume a clock
1438         that was previously left open.
1439         (org-clock-clock-out): New inline function that clocks out the
1440         given clock value without affecting the currently active clock.
1441         (org-clock-clock-cancel): New inline function that cancels the
1442         given clock value without affecting the currently active clock.
1444         * org-clock.el (org-clock-in): Before creating
1445         `org-clock-mode-line-timer', check to make sure an older timer is
1446         not currently running.
1447         (org-clock-out): Accept new third parameter `at-time', which
1448         permits a clock to be clocked out at a specific time.  Note that
1449         no attempt is made to verify that the clock out time is later than
1450         the clock in time.
1452         * org.el (org-files-list): New utility function for returning a
1453         list of all open org-mode buffers, plus all files used to build
1454         the agenda buffer.  Note that not all the files will necessarily
1455         be visited by a buffer at time of call.
1456         (org-entry-beginning-position): Like the function
1457         `line-beginning-position', this inline function returns the
1458         beginning position of the current heading/entry.
1459         (org-entry-end-position): Like the function `line-end-position',
1460         this inline function returns the end position of the current
1461         heading/entry.
1463 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1465         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1466         a header line.
1468 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1470         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1472 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1475         entries that have no tags.
1476         (org-agenda-search-view): New customize group.
1477         (org-agenda-search-view-search-words-only): New option.
1478         (org-search-view): Implement substring search.
1480 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1482         * org.el (org-outline-level): Add doc string.
1484 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1486         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1487         variable.
1488         (org-inlinetask-export-handler): Only export inline task if the
1489         user option calls for it.
1491 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1493         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1494         END if present.
1496 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-latex.el (org-export-latex-tables): Don't format in
1499         protected regions.
1501 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1503         * org-src.el (org-edit-src-code)
1504         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1505         macro editing.
1507         * org-agenda.el (org-prefix-category-max-length): New variable.
1508         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1509         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1511 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1513         * org-mobile.el (org-mobile-create-index-file): Improve the
1514         listing of tags and todo keywords.
1516         * org-latex.el (org-export-latex-format-image): New function.
1517         (org-export-latex-links): Use `org-export-latex-format-image'.
1519 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1521         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1522         (org-inlinetask-remove-terminator): New functions.
1523         (org-inlinetask-export-handler): Terminate the description list.
1525         * org-exp.el (org-export-select-backend-specific-text): Remove the
1526         region markers.
1528         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1529         tasks without content.
1531         * org-clock.el: Make sure the clock-in target position does not
1532         move to a different node by widening the buffer.
1534         * org-html.el (org-export-html-format-image): Wrap image into
1535         figure div only when there is a caption.
1537         * org-archive.el (org-archive-mark-done): Change default value to
1538         nil.
1540 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1542         * org.el (org-context): Call `bobp', not `eobp'.
1544         * org-clock.el (org-clock-cancel): Remove quotes from marker
1545         variables.
1547         * org.el (org-read-date-prefer-future): New allowed value `time'.
1548         (org-read-date-analyze): Shift day to tomorrow depending on time
1549         entered and value of `org-read-date-prefer-future'.
1551 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1553         * org.el (org-set-tags-to): New command.
1555         * org-mobile.el (org-mobile-action-alist): Add more options and
1556         update the docstring.
1557         (org-mobile-apply-flags): Parse for and use the data.
1559         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1560         the plist.
1562         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1563         keyword.
1565         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1567 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1569         * org-inlinetask.el (org-inlinetask-export): Option removed.
1570         (org-inlinetask-export-handler): Better export.
1572         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1573         (org-export-as-xoxo): Run the new hook.
1575         * org-html.el (org-export-html-final-hook): New hook.
1576         (org-export-as-html): Run the new hook.
1578         * org-docbook.el (org-export-docbook-final-hook): New hook.
1579         (org-export-as-docbook): Run the new hook.
1581         * org-ascii.el (org-export-ascii-final-hook): New hook.
1582         (org-export-as-ascii): Run the new hook.
1584         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1585         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1587         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1588         space character as the character before the ^/_.
1589         (org-export-latex-final-hook): New hook.
1590         (org-export-as-latex): Run `org-export-latex-final-hook'.
1592 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1594         * org-macs.el (org-if-unprotected-at): Fix docstring.
1596         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1597         text in the prefix (if category is a link).
1599         * org-latex.el (org-export-latex-preprocess): Deal properly with
1600         empty lines in verse environments.
1602         * org.el (org-format-latex-header): Inline fullpage.sty.
1604         * org-footnote.el (org-footnote-create-definition): Reveal context
1605         to add a new footnote definition.
1607         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1608         the index file.
1609         (org-mobile-files): New option.
1610         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1611         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1612         functions.
1613         (org-mobile-push): Start by creating the files lists.
1614         (org-mobile-copy-agenda-files): Move killing the buffer to after
1615         the save-excursion has exited.
1616         (org-mobile-write-checksums): Write checksums also for files in
1617         sub-directories.
1619         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1620         org-table-recalculate when cursor is in TBLFM line.
1622         * org-list.el (org-renumber-ordered-list): Fix cursor position
1623         when bullet length has changed.
1625 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1627         * org.el (org-format-latex): Mention `org-format-latex-options' in
1628         the docstring.
1630 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1632         * org.el (org-agenda-get): New function.
1634         * org-agenda.el (org-agenda-post-command-hook): No longer move
1635         point away from end of line.
1636         (org-agenda-add-entry-text, org-agenda-collect-markers)
1637         (org-finalize-agenda, org-agenda-mark-clocking-task)
1638         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1639         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1640         (org-agenda-compare-effort, org-agenda-filter-apply)
1641         (org-agenda-later, org-agenda-change-time-span)
1642         (org-agenda-post-command-hook, org-agenda-show-priority)
1643         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1644         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1645         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1646         (org-agenda-open-link, org-agenda-copy-local-variable)
1647         (org-agenda-switch-to, org-agenda-check-no-diary)
1648         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1649         (org-agenda-add-note, org-agenda-change-all-lines)
1650         (org-agenda-priority, org-agenda-set-tags)
1651         (org-agenda-set-property, org-agenda-set-effort)
1652         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1653         (org-agenda-show-new-time, org-agenda-date-prompt)
1654         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1655         (org-agenda-clock-in, org-agenda-bulk-mark)
1656         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1657         `org-get-at-bol'.
1659         * org-colview.el (org-columns-display-here)
1660         (org-columns-edit-allowed, org-agenda-columns): Use
1661         `org-get-at-bol'.
1663 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1665         * org.el (org-special-ctrl-a/e): Improve documentation and
1666         customize type.
1667         (org-end-of-line): Don't jump to after the ellipsis.
1668         (org-mode-map): Bind <home> and <end> as well.
1670 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1672         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1673         space after #+ as comments.
1674         (org-open-at-point): Run `org-follow-link-hook' always.
1676         * org-latex.el (org-export-latex-emph-format): Use better commands
1677         to insert special characters in verbatim snippets.
1679 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1681         * org-faces.el (org-copy-face): New function.  Use it to create
1682         various faces formerly created by using `copy-face'.
1684         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1685         window dedicated.
1686         (org-agenda-quit): Kill the frame containing the agenda window if
1687         that frame was created for the agenda.
1689 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1691         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1692         stamp in the agenda.
1694 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1696         * org-mobile.el (org-mobile-create-index-file): Add the list of
1697         TODO keywords, and the list of drawers to the index file.
1699         * org-agenda.el (org-prepare-agenda): Reset
1700         `org-drawers-for-agenda'.
1701         (org-prepare-agenda): Uniquify list of drawers.
1703         * org.el (org-complex-heading-regexp-format): New variable.
1704         (org-set-regexps-and-options): Define
1705         `org-complex-heading-regexp-format'.
1706         (org-drawers-for-agenda): New variable.
1707         (org-map-entries): Bind `org-drawers-for-agenda'.
1708         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1710         * org-remember.el (org-go-to-remember-target)
1711         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1713 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1715         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1716         problem.
1718         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1719         the capture file, and make it non-configurable.
1721         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1722         always with `invisible-ok'.
1723         (org-store-link): No error when there is nothing to link to in the
1724         agenda.
1726         * org-list.el (org-update-checkbox-count): Insert changed cookie
1727         before the old, to avoid problems with invisibility at the end of
1728         the line.
1729         (org-update-checkbox-count): Insert changed cookie before the old,
1730         to avoid problems with invisibility at the end of the line.
1732         * org.el (org-sort-entries-or-items): Include the final newline.
1733         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1734         lines for fontification.
1735         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1736         (org-prepare-dblock): Store the current indentation of the BEGIN
1737         line.
1738         (org-update-dblock): Apply the indentation of the begin line to
1739         the rest of the block.
1740         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1741         (org-startup-folded): New allowed value `showeverything'.
1742         (org-startup-options): Add STARTUP keyword `showeverything'.
1743         (org-set-startup-visibility): Respect value `showeverything' in
1744         org-startup-folded.
1746 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1748         * org.el (org-closest-date): Fix issue with past preference.
1750         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1752         * org-archive.el (org-archive-set-tag)
1753         (org-archive-subtree-default): New commands.
1755         * org-mobile.el (org-mobile-create-index-file): Fix link to
1756         capture file.
1757         (org-mobile-copy-agenda-files): Create the capture file if it does
1758         not exist.
1760         * org-clock.el (org-clock-clocktable-default-properties): New
1761         option.
1762         (org-clock-report): Use
1763         `org-clock-clocktable-default-properties'.
1765 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1767         * org.el (org-iswitchb-completing-read): Fix typo.
1769         * org-crypt.el: New file.
1771         * org.el: Add an entry for org-crypt.
1773 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1775         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1776         consistency.
1777         (org-batch-store-agenda-views): New function.
1778         (org-mobile-force-id-on-agenda-items): Mention variable.
1779         (org-agenda-title-append): Define variable.
1780         (org-write-agenda): New export to Org files.
1781         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1782         (org-agenda): Allow to keep the restricted file list if a special
1783         variable is bound to t.
1784         (org-agenda): Define a special agenda view for working on flagged
1785         entries.
1786         (org-agenda-get-restriction-and-command): List the new agenda
1787         view.
1788         (org-agenda-show-the-flagging-note): New command.
1789         (org-agenda-mode-map): New key `?' for looking at the flagging
1790         note.
1792         * org.el (org-autoload): Autoload org-mobile.el.
1793         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1795         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1797 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1799         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1800         statements.
1801         (org-table-get-remote-range): Match indented #+TBLNAME
1802         statements.
1804         * org.el (org-convert-to-odd-levels)
1805         (org-convert-to-oddeven-levels): Work also correctly if the file
1806         is in outline-mode.
1808 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1810         * org.el (org-store-link): When in agenda buffer, link to
1811         referenced entry.
1812         (org-add-planning-info): Remove spaces at eol.
1814         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1815         property.
1817 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org-latex.el (org-export-latex-first-lines): Fix problem with
1820         LaTeX export of first line and selected subtree.
1822         * org.el (org-shifttab): Interpret arg differently when using only
1823         odd levels.
1825 2009-09-09  Bastien Guerry  <bzg@altern.org>
1827         * org.el (org-check-agenda-file): Use a more explicit message
1829 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1831         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1832         normal lines.
1834 2009-09-08  Bastien Guerry  <bzg@altern.org>
1836         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1837         prompt in the temporary window.
1839         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1840         prefix for marked entries in the agenda view.
1842 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1844         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1845         a way that prevents any trailing character from being displayed.
1847 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1849         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1850         menu.
1852         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1853         slow regexp match.
1855 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1857         * org-latex.el (org-export-latex-preprocess): Do not protect in
1858         the LaTeX header.
1860         * org-src.el (org-edit-src-save): Save window setup while saving.
1861         (org-edit-src-code): Use new buffer name construction scheme.
1863 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1865         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1866         variable.
1867         (org-agenda-entry-text-cleanup-hook): New hook.
1868         (org-agenda-get-some-entry-text): Remove matches of
1869         `org-agenda-entry-text-exclude-regexps' and run the hook
1870         `org-agenda-entry-text-cleanup-hook'.
1872         * org.el (org-offer-links-in-entry): New argument ZERO to
1873         implement a link with index zero.
1874         (org-cycle-show-empty-lines): Not keep empty line under header
1875         hidden.
1876         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1877         to nil for special completion.
1878         (org-store-link): Don't error before the first heading.
1880         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1881         `org-offer-links-in-entry'.
1883 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1885         * org-agenda.el (org-agenda-quit): Provide the window argument for
1886         `window-dedicated-p', Emacs 22 needs it.
1887         (org-format-agenda-item): If the category is a link, arrange for
1888         invisible text to replaced with spaces.
1889         (org-compile-prefix-format): Add the extra space.
1890         (org-prefix-category-length): New variable.
1892         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1893         references from TOC lines.
1895         * org.el (org-selected-window): New variable.
1897         * org-table.el (org-table-edit-formulas): Remember the selected
1898         window.
1899         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1900         that was originally selected.
1902         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1903         expansion of a macro for more macro definitions.
1905         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1906         invisibility overlay starts on the newline.
1908 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1910         * org-protocol.el (org-protocol-store-link)
1911         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1913         * org-compat.el (org-float-time): New function.
1915         * org.el (org-clock-update-time-maybe)
1916         (org-sort-entries-or-items, org-do-sort)
1917         (org-evaluate-time-range, org-time-string-to-seconds)
1918         (org-closed-in-range): Use `org-float-time'.
1920         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1921         (org-timer-seconds):  Use `org-float-time'.
1923         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1924         (org-clock-sum, org-dblock-write:clocktable)
1925         (org-clocktable-steps):  Use `org-float-time'.
1927         * org-agenda.el (org-agenda-last-marker-time)
1928         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1930         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1931         function.
1933         * org-exp.el (org-get-file-contents): Only protect lines that
1934         really need it.
1936         * org-html.el (require): Require cl for compilation.
1938         * org.el:  Avoid using `default-major-mode'.
1940         * org-plot.el (require): Require CL only at compile time.
1942         * org-exp.el (require): Require CL only at compile time.
1944         * org-agenda.el (org-agenda-quit): When the agenda window is
1945         dedicated, remove other windows before exiting, so that the frame
1946         really will be killed.
1948         * org-exp.el (org-export-handle-include-files): Reset START and
1949         END for each loop cycle.
1951 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1953         * org.el (org-eval-in-calendar): Use
1954         `org-select-frame-set-input-focus'.
1956         * org-compat.el (org-select-frame-set-input-focus): New function.
1958         * org.el (org-update-statistics-cookies): New function.
1959         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1961 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1964         after the local variables are set.
1966         * org-latex.el (org-export-latex-protect-amp): New function.
1967         (org-export-latex-links): Protect link ampersands in tables.
1969         * org-exp.el (org-export-select-backend-specific-text): Match in
1970         two steps, to avoid regexp problems.
1972         * org.el (org-offer-links-in-entry): Improve working with many and
1973         duplicate links.
1975         * org-agenda.el (org-agenda-show-1): Make more consistent with
1976         normal cycling.
1977         (org-agenda-cycle-show): Make more consistent with normal cycling.
1979         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1980         website.
1982 2009-08-30  Bastien Guerry  <bzg@altern.org>
1984         * org-latex.el (org-export-latex-first-lines): Bugfix.
1986 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1988         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1989         about new effort.
1991         * org.el (org-set-effort): New function.
1992         (org-mode-map): New key for effort setting command.
1994         * org-agenda.el (org-agenda): Keep window setup when calling
1995         agenda from within agenda window.
1996         (org-agenda-mode-map): New keys for effort setting commands.
1997         (org-agenda-menu): Add effort setting commands to menu.
1998         (org-agenda-set-property, org-agenda-set-effort): New functions.
2000         * org-latex.el (org-export-latex-tables): Fix
2001         `org-table-last-alignment' and `org-table-last-column-widths' if
2002         the first column has been removed.
2004 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2006         * org.el (org-remove-timestamp-with-keyword): Only remove in
2007         entry, not in subtree.
2009         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2010         emacs lisp.
2012         * org.el (org-open-at-point): When on headline, offer all strings
2013         in entry.
2015         * org-remember.el (org-remember-templates): Documentation fix.
2017         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2018         `org-get-last-sibling' instead of the outline versions of these
2019         functions.
2020         (org-get-last-sibling): New function.
2021         (org-refile): Use `org-get-next-sibling' instead of the outline
2022         version of this function.
2023         (org-clean-visibility-after-subtree-move): Use
2024         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2025         outline versions of these functions.
2027 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2029         * org-agenda.el (org-prepare-agenda): When creating a new frame
2030         for the agenda, make the window dedicated.
2032         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2034         * org-table.el (org-table-align): Change the order of reinsertion
2035         and deletion, to avoid problems with overlays following the table.
2037         * org.el (org-parse-time-string): Better error message.
2038         (org-show-subtree): Use org-end-of-subtree.
2040         * org-macs.el (org-goto-line): New defsubst.
2042         * org.el (org-open-file, org-change-tag-in-region)
2043         (org-fast-tag-show-exit): Don't use `goto-line'.
2045         * org-table.el (org-table-align, org-table-insert-column)
2046         (org-table-delete-column, org-table-move-column)
2047         (org-table-sort-lines, org-table-copy-region)
2048         (org-table-paste-rectangle, org-table-wrap-region)
2049         (org-table-get-specials, org-table-rotate-recalc-marks)
2050         (org-table-get-range, org-table-recalculate)
2051         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2052         (org-table-show-reference, org-table-highlight-rectangle): Don't
2053         use `goto-line'.
2055         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2056         (org-edit-src-exit): Don't use `goto-line'.
2058         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2060         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2061         Don't use `goto-line'.
2063         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2065         * org-colview.el (org-columns, org-columns-redo)
2066         (org-agenda-columns): Don't use `goto-line'.
2068         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2069         use `goto-line'.
2071         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2072         (org-agenda-add-entry-text-maxlines): Improve docstring.
2073         (org-agenda-start-with-entry-text-mode): New option.
2074         (org-agenda-entry-text-maxlines): New option.
2075         (org-agenda-entry-text-mode): New variable.
2076         (org-agenda-mode): Set initial value of
2077         `org-agenda-entry-text-mode'.
2078         (org-agenda-mode-map): Add the `E' key.
2079         (org-agenda-menu): Add entry text mode to the menu.
2080         (org-agenda-get-some-entry-text): Fix line count bug.
2081         (org-finalize-agenda): Apply entry text mode if appropriate.
2082         (org-agenda-entry-text-show-here): New function.
2083         (org-agenda-entry-text-show): New function.
2084         (org-agenda-entry-text-hide): New function.
2085         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2086         key menu.
2087         (org-agenda-entry-text-mode): New command.
2088         (org-agenda-set-mode-name): Add entry text mode to the mode line
2089         string.
2090         (org-agenda-undo, org-agenda-get-restriction-and-command)
2091         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2092         `goto-line'.
2094 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2096         * org-clock.el (org-notify): Bugfix.
2098 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2100         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2101         check for after-string.
2103         * org-gnus.el (org-gnus-store-link): Simplify.
2105         * org.el (org-latex-regexps): Don't add extra empty lines for
2106         display formulas.
2108 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2110         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2111         (org-agenda-add-entry-text): Use
2112         `org-agenda-get-some-entry-text'.
2114         * org.el (org-cycle-separator-lines): Update docstring.
2115         (org-cycle-show-empty-lines): Handle negative values for
2116         `org-cycle-show-empty-lines'.
2118         * org-exp.el (org-export-protect-sub-super): New function.
2119         (org-export-normalize-links): Protect the url of plain links from
2120         supscript and superscript processing.
2122         * org-remember.el (org-remember-escaped-%): New function.
2123         (org-remember-apply-template): Use `org-remember-escaped-%' to
2124         detect escaped % signs.
2126 2009-08-23  Bastien Guerry  <bzg@altern.org>
2128         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2129         sound when showing the notification.
2131         * org-clock.el (org-notify): New function.
2132         (org-clock-notify-once-if-expired): Use `org-notify'.
2134         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2135         and `gnus-article-mode' separately.
2136         (gnus-summary-article-header): Fix the declare-function.
2138 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2140         * org-exp.el (org-export-format-source-code-or-example): Translate
2141         language.
2143         * org-src.el (org-src-lang-modes): New variable
2144         (org-edit-src-code): Translate language.
2146         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2147         the new structure of the `org-export-latex-listings-langs'
2148         variable.
2150         * org-latex.el (org-export-latex-listings-langs): Change structure
2151         of the variable from plist to alist.
2153 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2155         * org.el (org-in-commented-line): New function.
2157 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2159         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2161 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2163         * org.el (org-flag-drawer): More useful error.
2165 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2167         * org-remember.el (org-remember-apply-template): Use
2168         org-icompleting-read.
2170         * org-publish.el (org-publish): Use org-icompleting-read.
2172         * org-colview.el (org-columns-edit-value, org-columns-new)
2173         (org-insert-columns-dblock): Use org-icompleting-read.
2175         * org-colview-xemacs.el (org-columns-edit-value)
2176         (org-columns-new, org-insert-columns-dblock): Use
2177         org-icompleting-read.
2179         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2180         org-icompleting-read.
2182 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2184         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2185         (org-version): Return the version text.
2186         (org-org-menu): Add a menu entry for the new bug reporter.
2187         (org-submit-bug-report): New command.
2189         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2190         docstring.
2192         * org.el (org-emphasis-regexp-components): Add "`" to set of
2193         pre-emphasis characters.
2195         * org-latex.el (org-export-latex-classes): Always include the soul
2196         package.
2197         (org-export-latex-emphasis-alist): Use \st for strikethough.
2199         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2200         `indent-code-rigidly' to indent.
2202         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2203         properties only if MATCH really is a string.
2205 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2207         * org-latex.el (org-export-latex-packages-alist): Fix
2208         customization type.
2210         * org.el (org-create-formula-image): Also use
2211         `org-export-latex-packages-alist'.
2213         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2214         (org-export-as-html): Format footnotes correctly.
2216 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2218         * org.el (org-fast-tag-selection): Avoid text properties on tags
2219         in the alist.
2221         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2222         text properties on the match element.
2224 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2226         * org.el (org-set-regexps-and-options): Make sure the list of done
2227         keywords is not invalid.
2229         * org-exp.el (org-export-interpolate-newlines): New function.
2231 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2233         * org.el (org-format-latex): Avoid nested overlays.
2235         * org-latex.el (org-export-latex-listings-langs): Add a few more
2236         languages.
2238         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2239         ignore newlines and space before the first macro argument.
2241         * org-latex.el (org-export-latex-tables): Remove save-excursion
2242         around `org-table-align'.
2244 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2246         * org.el (org-export-html-special-string-regexps): Definition
2247         moved into org.el
2249         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2250         in macro calls.
2252 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2254         * org-latex.el (org-export-latex-listings)
2255         (org-export-latex-listings-langs): New options.
2257         * org-exp.el (org-export-format-source-code-or-example): Use
2258         listing package if requested by the user.
2260 2009-08-08  Bastien Guerry  <bzg@altern.org>
2262         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2263         command before actually switching to a buffer.
2265 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2267         * org-exp.el (org-get-file-contents): Only quote org lines when
2268         the markup is src or example.
2270         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2271         New option
2272         (org-agenda-get-day-entries): Remember deadline results and pass
2273         them on into the function getting the scheduling information.
2274         (org-agenda-get-scheduled): Accept deadline results as parameters
2275         and maybe skip some entries.
2276         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2278         * org.el (org-insert-heading): When respecting content, do not
2279         convert current line to headline.
2281         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2282         cheeeeeck the hd marker
2283         (org-clock-in): Also set the hd marker.
2284         (org-clock-out): Also set the hd marker.
2285         (org-clock-cancel): Reset markers.
2287         * org.el (org-clock-hd-marker): New marker.
2289         * org-faces.el (org-agenda-clocking): New face.
2291         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2292         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2294         * org.el (org-modules): Add org-track.el.
2296         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2297         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2298         `org-agenda-bulk-marked-p'.
2299         (org-agenda-bulk-toggle): New command.
2301 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2304         not just the body.
2306         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2307         messages.
2309 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2311         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2312         before gnuplot can read it.
2314 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org-latex.el (org-export-latex-first-lines): Fix bug with
2317         finding the end of the first lines.
2319         * org.el (org-create-formula-image): Remove the -E option for
2320         dvipng.
2322         * org-exp.el (org-default-export-plist): Respect #+BIND.
2323         (org-export-confirm-letbind): New function.
2325         * org.el (org-paste-subtree): Test the kill ring entry if it is
2326         going to be used.
2327         (org-copy-subtree): Use `org-forward-same-level'.
2328         (org-forward-same-level): Respect the `invisibe-ok' arg for
2329         back-to-heading.
2331 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2333         * org.el (org-table-map-tables): Make sure cursor is back at table
2334         beginning after funcall.
2336         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2337         handled before children, and do not error if an entry is not
2338         found, probably because it hase been remove when the parent was
2339         archived or refiled.
2341         * org.el (org-ido-completing-read): Accept straight lists for
2342         completion as well as alists.
2344         * org-html.el (org-export-as-html): Fix parenthesis error in
2345         footnore code.
2347         * org-timer.el (org-timer-cancel-timers): Renamed from
2348         `org-timer-cancel-timers'.
2350         * org.el (org-cycle-internal-local): Fix problem with finding next
2351         invisible line.
2353 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2355         * org-list.el (org-list-send-list): Call
2356         `org-list-goto-true-beginning' instead of
2357         `org-list-find-true-beginning', which does not exist.
2359         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2360         (org-timer-set-timer): Do not assign to heading.
2362         * org-id.el (org-id-open): Quote function name.
2364         * org-macs.el (org-unmodified): Turn off recording undo
2365         information while running inside the macro.
2367         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2368         variable.
2369         (org-indent-mode): Remember and restore value of
2370         org-hide-leading-stars before `org-indent-mode'.
2372         * org-table.el (org-table-export): Also work in file-less
2373         buffers.
2375         * org.el (org-startup-indented): New option.
2376         (org-startup-options): Add new options indent and noindent.
2377         (org-unfontify-region): Remove line-prefix and wrap-prefix
2378         properties.
2379         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2380         hooks.
2381         (org-promote, org-demote): Run the new hooks.
2383         * org-table.el (org-table-align): Replace leading \n as well.
2385         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2386         and `line-wrap' text properties.
2388         * org-compat.el (org-kill-new): New function.
2390         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2391         `line-wrap' text properties.
2393         * org-indent.el: New file.
2395 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2397         * org.el (org-provide-todo-statistics): Tweak docstring.
2399         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2401 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2403         * org-exp.el (org-export-as-org): Insert the "-source" string
2404         before the extension.
2406         * org.el (org-read-date): Make sure the calendar is in the current
2407         frame.
2408         (org-set-emph-re): Remove the ? from the post-match.
2409         (org-emphasis-regexp-components): Add backslash to the
2410         postmatch class.
2411         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2412         optional so that also lines at the end of the buffers will still
2413         be matched as headlines.
2415         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2416         Variable made obsolete.
2417         (org-table-relative-ref-may-cross-hline): New option.
2418         (org-table-find-row-type): Honow the new option
2419         `org-table-relative-ref-may-cross-hline'.
2421 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2423         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2424         on single field if no active region.
2426 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2428         * org-latex.el (org-export-latex-make-header): Only insert title
2429         if one is defined.
2431         * org.el (org-make-options-regexp): Allow empty values.
2433         * org-html.el (org-export-as-html): Move hrule detection to after
2434         plain list handling.
2436 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2438         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2440 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2442         * org.el (org-cycle-internal-local): Improved version of finding
2443         next visible line.
2444         (org-cycle-hide-drawers): Only hide drawers if this is really
2445         necessary.
2446         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2447         org-version of this function in Org-mode.  We use advice to
2448         implement this change, so that future changes to this function in
2449         outline.el wil be handled properly.
2450         (org-forward-same-level, org-backward-same-level): New commands.
2452 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2454         * org.el (org-remove-empty-overlays-at)
2455         (org-clean-visibility-after-subtree-move): New functons.
2456         (org-move-subtree-down): Simplify cleanup of display.
2458 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2460         * org-mac-message.el (org-mac-message-get-links): Improve
2461         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2462         "s".  Fix the return value.
2463         (org-mac-message-insert-flagged): Simplify.
2465         * org.el (org-refile-get-location): Tamper with refile history o
2466         that history contains compete matches instead of the entered
2467         string.
2469 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2471         * org.el (org-store-link): Never store a link to an inline task.
2473         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2475         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2476         inline tasks when positioning footnotes.
2478         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2479         function.
2481         * org.el (org-refile): Remove the END line when archiving an
2482         inline task that does have an END line.
2484         * org-archive.el (org-archive-subtree): Remove the END line when
2485         archiving an inline task that does have an END line.
2487         * org-macs.el (org-with-limited-levels): New macro.
2488         (org-get-limited-outline-regexp): New function.
2490         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2491         that did not enumerate first line.
2492         (org-export-mark-radio-links): Skip matches in links.
2494 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2496         * org.el (org-activate-plain-links): Make single-match.
2497         (org-adapt-indentation): Fix docstring.
2499         * org-macs.el (org-unmodified): Turn of modification hooks while
2500         running this macro.
2502 2009-08-02  Bastien Guerry  <bzg@altern.org>
2504         * org.el (org-adapt-indentation): Slightly improve the docstring.
2505         (org-occur): Sends an error when the user inputs an empty string.
2506         (org-priority): Bugfix: the tag alignement should happen within
2507         save-excursion.
2509 2009-07-31  Bastien Guerry  <bzg@altern.org>
2511         * org.el (org-make-link-regexps): Don't exclude parentheses from
2512         `org-plain-link-re'
2513         (org-cycle-internal-local): When locally cycling, switch directly
2514         from CHILDREN to FOLDED if there is no subtree
2515         (org-cycle): Update the docstring to document the new behavior of
2516         `org-cycle-internal-local'.
2518 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2520         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2521         an abbreviated format for days.
2523 2009-07-27  Bastien Guerry  <bzg@altern.org>
2525         * org-protocol.el (org-protocol-default-template-key): New
2526         option.
2528         * org.el (org-refile): Bugfix: save-excursion before reading the
2529         refile target, otherwise cursor moves might confuse `org-refile'.
2531         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2532         footnote reference before the footnote itself.
2534         * org.el (org-toggle-heading): Bugfix: correctly convert list
2535         items before the first headline.
2537         * org-html.el (org-export-html-footnote-format): New option for
2538         formatting the footnote reference.
2539         (org-export-as-html): Use the new option.
2541         * org.el (org-provide-todo-statistics): Allow a list of TODO
2542         keywords to compute statistics against headlines containing a
2543         keyword from this list.
2544         (org-update-parent-todo-statistics): Possibly use the new allowed
2545         value of `org-provide-todo-statistics'.
2547 2009-07-26  Bastien Guerry  <bzg@altern.org>
2549         * org-timer.el: Add autoload cookie.
2551         * org.el (org-occur-link-in-agenda-files): New function.
2553         * org-timer.el (org-timer-last-timer): New variable.
2555         * org-agenda.el (org-agenda-mode-map): New key for
2556         org-timer-set-timer called from the agenda.
2558         * org.el (org-mode-map): New key for org-timer-set-timer.
2560         * org-timer.el (org-timer-reset-timers)
2561         (org-timer-show-remaining-time, org-timer-set-timer): New
2562         functions.
2564         * org-clock.el (org-show-notification): Update the docstring.
2566         * org.el (org-provide-todo-statistics): Allow new value
2567         'all-headlines for this option, which includes entries with no
2568         TODO keywords in the todo statistics.
2569         (org-update-parent-todo-statistics): Possibly use the new
2570         'all-headline value from `org-provide-todo-statistics'.
2572 2009-07-25  Bastien Guerry  <bzg@altern.org>
2574         * org-clock.el (org-dblock-write:clocktable): Add a new option
2575         :timestamp which allows display of timestamps in clock reports.
2577         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2578         list to a subtree, preserving the structure of the list.
2579         (org-set-emph-re): Make the last element optional in the regexp.
2580         This regexp now matches an emphasized string at the end of a line.
2582         * org-list.el (org-list-goto-true-beginning)
2583         (org-list-make-subtree, org-list-make-subtrees): New functions.
2585         * org.el (org-eval-in-calendar): Select the right frame.
2586         (org-save-frame-excursion): Remove this macro.
2588 2009-07-24  Bastien Guerry  <bzg@altern.org>
2590         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2591         trying to find the beginning of a list.
2593         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2594         When present, tell org-get-file-contents not to protect org-like
2595         lines.
2597         * org-id.el (org-id-uuid-program): New option to set the name of
2598         the uuidgen program.
2599         (org-id-method): Use `org-id-uuid-program'.
2600         (org-id-new): Use `org-id-uuid-program'.
2602 2009-07-23  Bastien Guerry  <bzg@altern.org>
2604         * org-exp.el (org-export-number-lines): Allow whitespace in code
2605         references.  Allow the -r switch to remove the references in the
2606         source code even when the lines are not numbered: the labels can
2607         be explicit enough.
2609         * org.el (org-fontify-whole-heading-line): New option.
2610         (org-set-font-lock-defaults): Use the new option.
2612         * org-clock.el (org-show-notification-handler): New option.
2613         (org-show-notification): Use the new option.
2615 2009-07-21  Bastien Guerry  <bzg@altern.org>
2617         * org.el (org-eval-in-calendar): Fix a bug about calendar
2618         navigation when `calendar-setup' value is 'calendar-only.
2620 2009-07-19  Bastien Guerry  <bzg@altern.org>
2622         * org.el (orgstruct++-mode): Fix typo in docstring.
2623         (org-insert-link): Clean up: (or (...)) => (...)
2624         (org-insert-link): Use TAB for stored links completion.
2626 2009-07-18  Bastien Guerry  <bzg@altern.org>
2628         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2629         building the list of targets.
2631         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2632         option.
2633         (org-remember-handler): Use the new option.
2635 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2637         * org.el (org-tags-sort-function): New option for sorting tags.
2638         (org-set-tags): Use the new option to sort tags.
2640         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2641         premature deletion of the data when using org-plot in a script.
2643 2009-07-17  Bastien Guerry  <bzg@altern.org>
2645         * org-clock.el (org-clock-in-prepare-hook): New hook.
2646         (org-clock-in): Use this new hook.
2648 2009-07-16  Bastien Guerry  <bzg@altern.org>
2650         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2651         'reversed for this option to the "true line boundary first"
2652         behavior.
2653         (org-tags-match-list-sublevels): Document the 'indented value for
2654         this variable.
2656         * org-latex.el (org-export-latex-first-lines): Fix problem with
2657         publishing the region.
2659         * org-exp.el (org-export-format-source-code-or-example): Fix
2660         bad line numbering when exporting examples in HTML.
2662         * org-colview.el (org-format-time-period): Formats a time in
2663         fractional days as days, hours, mins, seconds.
2664         (org-columns-display-here): Add special handling for SINCE and
2665         SINCE_IA to format for display.
2667 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2669         * org.el (org-tags-sort-function): Add custom declaration for tags
2670         sorting function.
2671         (org-set-tags): Sort tags if org-tags-sort-function is set
2673 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2675         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2677         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2679         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2680         option.
2682 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2684         * org-publish.el (org-publish-remove-all-timestamps): New function.
2685         (org-publish-all): Remove all timestamp files if `org-publish-all'
2686         is called with a prefix argument.
2688         * org-list.el (org-indent-item): Fix typo.
2689         (org-item-indent-positions): Normalize ordered bullet.
2691         * org-html.el (org-export-html-home/up-format): New option.
2692         (org-export-as-html): Insert the up and HOME links.
2694 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2696         * org-html.el (org-export-as-html): Insert the title into the
2697         option plist.
2698         (org-export-html-insert-plist-item): New function.
2699         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2701         * org-macs.el (org-set-local): Make a local variable, do not make
2702         the variable buffer-local!
2704         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2706         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2708         * org-docbook.el (org-export-as-docbook): Call
2709         `org-install-letbind'.
2711         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2713         * org-exp.el (org-infile-export-plist): Read BIND lines.
2714         (org-install-letbind): New function.
2715         (org-export-as-org, org-export-preprocess-string): Call
2716         `org-install-letbind'.
2718         * org-src.el (org-edit-src-exit): Untabify the example before
2719         returning to Org.
2721         * org-list.el (org-list-demote-modify-bullet): New option.
2722         (org-first-list-item-p): Save point.
2723         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2724         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2725         (org-item-indent-positions): Return bullet types along with
2726         indentation.
2728 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2730         * org.el (org-show-entry): Hide drawers.
2732 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2734         * org-footnote.el (org-footnote-auto-adjust): New option.
2735         (org-footnote-auto-adjust-maybe): New function.
2736         (org-footnote-new, org-footnote-delete): Call
2737         `org-footnote-auto-adjust-maybe'.
2739         * org.el (org-startup-options): Add new footnote-related
2740         keywords.
2742         * org-publish.el (org-publish-timestamp-filename): Additional
2743         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2744         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2745         TRUE-PUB-DIR.  Pass them through to
2746         `org-publish-timestamp-filename'.
2747         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2748         PUB-FUNC, which are included in the hash.
2749         (org-publish-file): Delay timestamp test until the publishing
2750         function is known.
2752 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2754         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2755         setting the deadline.
2757         * org.el (org-read-date-final-answer): New variable.
2758         (org-read-date): Store the final answer string, including the date
2759         from the calendar, for reuse by agenda bulk commands.
2761         * org-publish.el (org-publish-attachment): Fix publishing of
2762         attachments.
2764         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2765         quotation makrs in parenthesis.
2766         (org-remove-initial-hash): New function.
2767         (org-export-latex-preprocess): Fix bug with infinite loop if
2768         environment is not properly closed.
2770         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2771         when indented.
2773         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2774         highlight also when indented.
2776 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2778         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2779         (org-footnote-action): Offer renumbering.
2781         * org.el (org-cycle): Honor the `integrate' value of
2782         org-cycle-include-plain-lists'.
2784         * org-list.el (org-cycle-include-plain-lists): New allowed value
2785         `internal'.  Improve the docstring.
2787         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2788         regexp to work better with LaTeX commands.
2790 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2792         * org-feed.el (org-feed-update): fix problem with non-existing
2793         buffer.
2794         (org-feed-skip-http-headers): New function.
2795         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2796         (org-feed-get-feed): Fix command line arguments for curl.
2798 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2800         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2801         and eps extensions.
2803 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2805         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2806         loaded.
2808         * org.el (org-map-entries): No longer force
2809         `org-tags-match-list-sublevels' to t during a todo-only tags
2810         search.
2812 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2814         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2815         environment.
2816         (org-export-latex-subcontent): Handle user-defined environment.
2818         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2819         the View dispatcher.
2821         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2822         `make-overlay'.
2824         * org-latex.el (org-export-as-pdf): Protect match data during call
2825         to shell-quote-argument.
2827         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2828         (org-agenda-view-mode-dispatch): New function.
2830 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2832         * org-agenda.el (org-agenda-mode): Reset list of marks.
2833         (org-agenda-mode-map): Define new keys for refile and bulk action.
2834         (org-agenda-menu): Add menu itesm for refile and bulk action.
2835         (org-agenda-refile): New function.
2836         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2837         (org-agenda-marked-entries): New variable.
2838         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2839         (org-agenda-remove-all-bulk-action-marks)
2840         (org-agenda-bulk-action): New functions/commands.
2842 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2844         * org-exp.el (org-get-file-contents): Protect org-like lines in
2845         included files.
2846         (org-export-format-source-code-or-example): Remove newlines.
2848         * org-latex.el (org-export-latex-links): Check for no-description
2849         marking.
2851         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2852         argument separator back to comma.
2853         (org-export-normalize-links): Mark links without description.
2855 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2857         * org-exp.el (org-infile-export-plist): Fix bug in macro
2858         processing.
2860         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2861         out.
2862         (org-agenda-highlight-todo): Fix bug with highlighting.
2864 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2866         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2867         new alignment strings.
2869         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2870         command list.
2871         (org-table-align): Check for forced align type.
2873         * org.el (org-self-insert-command): Add yas/expand to command
2874         list.
2876         * org-clock.el (org-clock-in-hook): New hook.
2877         (org-clock-in): Run `org-clock-in-hook.
2878         (org-clock-out-hook): New hook.
2879         (org-clock-out): Run `org-clock-out-hook.
2880         (org-clock-cancel-hook): New hook.
2881         (org-clock-cancel): Run `org-clock-cancel-hook.
2882         (org-clock-goto-hook): New hook.
2883         (org-clock-goto): Run `org-clock-goto-hook.
2885 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2887         * org.el (org-store-link): Better default description for link to
2888         Org-mode headline.
2890         * org-exp.el (org-export-generic): Autoload the generic exporter
2891         function.
2892         (org-export): Implement the `g' key for the generic exporter.
2894 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2896         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2897         and for zbacktab'.
2899         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2901         * org-exp.el (org-infile-export-plist): Get macros also from
2902         #+SETUPFILE.
2904 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2906         * org-colview.el (org-columns-capture-view): Protect vertical bars
2907         in column values.
2908         (org-columns-capture-view): Exclude comment and archived trees.
2910         * org-colview-xemacs.el (org-columns-capture-view): Protect
2911         vertical bars in column values.
2912         (org-columns-capture-view): Exclude comment and archived trees.
2914         * org.el (org-quote-vert): New function.
2916         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2918         * org-exp.el (org-export-format-source-code-or-example): Use
2919         `org-export-latex-verbatim-wrap'.
2921         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2922         time stamps.
2924         * org-html.el (org-export-table-row-tags): New option.
2925         (org-format-org-table-html): Rename `nlines' to `nline', use new
2926         option.
2929 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2931         * org-exp-blocks.el: Declare functions and variables.
2933         * org-remember.el (org-remember-templates): Allow the headline
2934         element to be a function.
2935         (org-remember-apply-template): If the headline is a function, call
2936         it to get the true function.
2938         * org-clock.el (org-clock-menu): New function.
2939         (org-clock-update-mode-line): Update help string.
2940         (org-clock-modify-effort-estimate): New function.
2941         (org-clock-mark-default-task): New function.
2943         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2944         minutes as input.
2945         (org-org-menu): Add new clocking stuff.
2946         (org-clock-is-active): New function.
2948 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2950         * org.el (org-open-non-existing-files): Improve docstring.
2952 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2954         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2955         option.
2956         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2958         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2960         * org-list.el (org-get-checkbox-statistics-face): Use the new
2961         faces.
2963         * org-faces.el (org-checkbox-statistics-todo)
2964         (org-checkbox-statistics-done): New faces.
2966 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2968         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2969         (org-edit-src-exit): Better cursor positioning when returning from
2970         editing.
2972         * org-latex.el (org-export-latex-use-verb): New variable.
2973         (org-export-latex-emph-format): Prefer \texttt over \verb when
2974         org-export-latex-use-verb is set.
2976 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2978         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2979         at normal indentation.
2981         * org-html.el (org-export-html-close-lists-maybe): Also look at
2982         normal indentation.
2984         * org-remember.el (org-remember-handler): Abort remember if the
2985         buffer is empty.
2987         * org-src.el (org-edit-src-content-indentation): New option.
2988         (org-edit-src-exit): Apply extra indentation.
2990         * org-exp.el (org-export-format-source-code-or-example): Run
2991         `org-src-mode-hook'.
2993         * org-src.el (org-src-mode-hook): New variable.
2994         (org-edit-src-code): Run `org-src-mode-hook'.
2996 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2998         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3000         * org-src.el (org-edit-src-get-indentation): New function.
3001         (org-edit-src-code): Base indentation on the begin line.
3003 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3005         * org-gnus.el (org-gnus-store-link): Require message.el in
3006         org-gnus-store-link.
3008 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3010         * org-src.el: New file, split out of org.el
3012         * org-docbook.el (org-export-as-docbook): Better indentation
3013         treatment.
3015         * org-macs.el (org-replace-match-keep-properties): New function.
3017         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3018         preprocessing of center and quote and verse blocks.
3020         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3021         (org-export-as-docbook): Close lists when original indentation
3022         mandates it.
3024         * org-html.el (org-export-html-close-lists-maybe): New function.
3025         (org-export-as-html): Close lists when original indentation
3026         mandates it.
3028         * org-list.el (org-list-end): Respect the stored "original"
3029         indentation when determining the end of the list.
3031         * org-exp.el (org-export-replace-src-segments-and-examples):
3032         Remember indentation correctly.
3034 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org-clock.el (org-clock-update-mode-line): Apply face
3037         org-mode-line-clock.
3039         * org-faces.el (org-mode-line-clock): New face.
3041 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3043         * org-gnus.el (org-gnus-store-link): Fix bug where
3044         `org-gnus-store-link' used wrong subject when called in an article
3045         buffer.  Patch provided by fengli AT gmail DOT com.
3047 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3049         * org-exp.el (org-export-format-source-code-or-example): Remember
3050         the original indentation of source code snippets and examples.
3052         * org-latex.el (org-export-as-latex): Relocate the table of
3053         contents.
3055         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3057         * org-agenda.el (org-run-agenda-series): Scope global options also
3058         when creating the agenda buffer.
3060 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3062         * org.el (org-adapt-indentation): Improve documentation.
3063         (org-insert-property-drawer): Respect org-adapt-indentation when
3064         inserting the drawer.
3065         (org-remove-flyspell-overlays-in): New function.
3066         (org-do-emphasis-faces, org-activate-plain-links)
3067         (org-activate-code, org-fontify-meta-lines-and-blocks)
3068         (org-activate-angle-links, org-activate-footnote-links)
3069         (org-activate-bracket-links, org-activate-dates)
3070         (org-activate-target-links, org-activate-tags): Remove flyspell
3071         overlays.
3073 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3075         * org.el (org-edit-src-save): New function.
3077         * org-clock.el (org-clock-out-switch-to-state): New option.
3078         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3080         * org-compat.el (org-compatible-face): Improve macro.
3082         * org.el (org-global-properties-fixed): Add default for
3083         CLOCK_MODELINE_TOTAL.
3085         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3086         andd tend.
3087         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3088         org-clock-sum.
3089         (org-clock-get-sum-start): New function.
3091         * org.el (org-startup-options): New keywords blockhide and
3092         blockshow.
3093         (org-mode): Add new invisibility spec.
3094         (org-set-startup-visibility): Hide block on startup if so
3095         desired.
3096         (org-hide-block-startup): New option.
3097         (org-block-regexp): New constant.
3098         (org-hide-block-overlays): New variable.
3099         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3100         (org-show-block-all, org-hide-block-toggle-maybe)
3101         (org-hide-block-toggle): New functions.
3102         (org-edit-src-exit): Do not quote lines starting with # and no +
3103         behind it.
3104         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3105         entry.
3107 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3109         * org.el (org-buffer-property-keys): Add Effort property for
3110         completion.
3112 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3114         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3115         when retrieving total clocked time in the subtree.
3117         * org.el (org-quoting-blocks): New variable.
3119 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3121         * org-table.el (org-table-store-formulas)
3122         (org-table-get-stored-formulas, org-table-fix-formulas)
3123         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3124         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3126         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3127         indented #+TBLFM line.
3129         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3130         indented #+TBLFM line.
3132         * org-colview.el (org-dblock-write:columnview): Allow indented
3133         #+TBLFM line.
3135         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3136         indented #+TBLFM line.
3138         * org-clock.el (org-dblock-write:clocktable): Allow indented
3139         #+TBLFM line.
3141 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3143         * org-exp.el (org-export-format-source-code-or-example): Make
3144         editing indented blocks work correctly.
3146         * org.el (org-edit-src-nindent): New variable.
3147         (org-edit-src-code, org-edit-fixed-width-region)
3148         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3149         editing indented blocks work correctly.
3151 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3153         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3154         indented blocks.
3155         (org-export-format-source-code-or-example): Fix indentation of
3156         blocks.
3157         (org-export-remove-indentation): New function.
3158         (org-export-select-backend-specific-text): Allow backend-specific
3159         code to be indented.
3160         (org-export-mark-blockquote-verse-center): Allow markers to be
3161         indented.
3163         * org.el (org-fontify-meta-lines): New function.
3164         (org-set-font-lock-defaults): Call the new fontification
3165         function.
3167         * org-faces.el (org-meta-line): New face
3168         (org-block):  New face.
3170 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3172         * org.el (org-treat-insert-todo-heading-as-state-change)
3173         (org-treat-S-cursor-todo-selection-as-state-change): New
3174         variables.
3175         (org-insert-todo-heading): Honor
3176         `org-treat-insert-todo-heading-as-state-change'.
3177         (org-shiftright, org-shiftleft): Honor
3178         `org-treat-S-cursor-todo-selection-as-state-change'.
3179         (org-inhibit-logging): New variable.
3181 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3183         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3184         range for marker position checking.
3186         * org-latex.el (org-export-latex-first-lines): Fix bug when
3187         exporting a region.
3189 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3191         * org-exp.el (org-export-push-to-kill-ring): Protect using
3192         x-set-selection, because that does not always work.
3194         * org-agenda.el (org-agenda-list): Apply the new face
3195         `org-agenda-date-today'.
3197         * org-faces.el (org-agenda-date-today): New face.
3199 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3201         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3202         creating appointments.
3204         * org-latex.el (org-export-latex-low-levels): Fix customization
3205         type.
3207         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3208         priority commands.
3210         * org-agenda.el (org-agenda-priority): Disable priority commands.
3212         * org.el (org-enable-priority-commands): New option.
3214         * org-colview-xemacs.el (org-columns-compute)
3215         (org-columns-number-to-string): Fix problems with empty fields.
3217         * org-colview.el (org-columns-compute)
3218         (org-columns-number-to-string): Fix problems with empty fields.
3220         * org-exp.el (org-export-push-to-kill-ring): New function.
3221         (org-export-copy-to-kill-ring): New option.
3223         * org-latex.el (org-export-as-latex): Call
3224         `org-export-push-to-kill-ring'.
3226         * org-html.el (org-export-as-html): Call
3227         `org-export-push-to-kill-ring'.
3229         * org-docbook.el (org-export-as-docbook): Call
3230         `org-export-push-to-kill-ring'.
3232         * org-ascii.el (org-export-as-ascii): Call
3233         `org-export-push-to-kill-ring'.
3235         * org-exp.el (org-export-show-temporary-export-buffer): New
3236         option.
3238         * org-latex.el (org-export-as-latex): Use
3239         `org-export-show-temporary-export-buffer'.
3241         * org-html.el (org-export-as-html): Use
3242         `org-export-show-temporary-export-buffer'.
3244         * org-docbook.el (org-export-as-docbook): Use
3245         `org-export-show-temporary-export-buffer'.
3247         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3248         `org-export-show-temporary-export-buffer'.
3250         * org-exp.el (org-export-show-temporary-export-buffer): New
3251         option.
3252         (org-export-push-to-kill-ring): New function.
3254         * org-colview.el (org-columns-compile-map): New variable.
3255         (org-columns-new, org-columns-compute)
3256         (org-columns-number-to-string, org-columns-uncompile-format)
3257         (org-columns-compile-format): Implement new operators.
3259 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3261         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3263         * org-html.el (org-export-html-xml-declaration): New option.
3264         (org-export-as-html): Use `org-export-html-xml-declaration'.
3266         * org-list.el (org-update-checkbox-count): Make property
3267         dependent.
3269         * org.el (org-hierarchical-todo-statistics): New option.
3270         (org-update-parent-todo-statistics): Modified to handle recursive
3271         statistics.
3273 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3275         * org-publish.el (org-publish): Make this function behave
3276         correctly in interactive use when called with a prefix argument.
3278         * org.el (org-todo-statistics-hook): New hook.
3279         (org-update-parent-todo-statistics): Use new hook.
3280         (org-log-into-drawer): New function.
3281         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3282         determine if we should be logging into a drawer.
3283         (org-log-into-drawer): Update docstring.
3284         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3286         * org-list.el (org-checkbox-statistics-hook): New hook.
3287         (org-update-checkbox-count-maybe): Use new hook.
3289         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3290         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3291         to kill ring.
3293 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3295         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3296         a line.
3298 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3300         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3301         better bufer-generating mechanism.
3302         (org-edit-src-find-buffer): New function.
3304         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3305         archive tag, this is already done by `org-agenda-skip'.
3306         data while constructing lost of tags.
3308 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3310         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3311         as argument separator in macros.
3313         * org-html.el (org-export-as-html): Add xml declaration.
3315 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3317         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3318         (org-sort-entries-or-items): Run the new hook.
3319         (org-after-refile-insert-hook): New hook.
3320         (org-refile): Run `org-after-refile-insert-hook'.
3322         * org-agenda.el (org-agenda-get-progress): Never take time of day
3323         from headline when displaying progress.
3325         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3326         (org-export-as-latex): Force the correct regexp in the
3327         preprocessor buffer.
3328         (org-export-latex-set-initial-vars): Set
3329         `org-export-latex-complex-heading-re'.
3331         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3332         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3334 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3336         * org-latex.el (org-export-latex-tables-centered): New option.
3337         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3339         * org-exp.el (org-export-as-org): New command.
3340         (org-export-as-org): New command.
3342         * org-publish.el (org-publish-org-to-org): New function.
3344 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3346         * org.el (org-yank): Just call `org-yank-generic'.
3347         (org-yank-generic): New function, containing the formaer
3348         functionality of `org-yank'.
3350         * org-latex.el (org-export-latex-not-done-keywords)
3351         (org-export-latex-done-keywords): New variables.
3352         (org-export-latex-todo-keyword-markup): New option.
3353         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3354         (org-export-latex-keywords-maybe): Apply the TODO markup.
3356 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3358         * org-exp.el (org-infile-export-plist): Add more default macros.
3359         (org-export-preprocess-apply-macros): Process macro arguments.
3361 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3363         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3364         `unblocked'.
3365         (org-print-icalendar-entries): Respect the new value of
3366         `org-icalendar-include-todo'.
3368         * org.el (org-link-try-special-completion)
3369         (org-file-complete-link): New functions.
3370         (org-insert-link): Add special completion support for some link
3371         types.
3373         * org-bbdb.el (org-bbdb-complete-link): New function.
3375 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3377         * org-list.el (org-update-checkbox-count): Allow recursive
3378         statistics.
3379         (org-hierarchical-checkbox-statistics): New option.
3381         * org.el (org-cycle): Remove erraneous space character.
3383         * org-icalendar.el (org-icalendar-timezone): Initialize from
3384         environment.
3386         * org-html.el (org-format-org-table-html): Specify the scope.
3387         (org-format-table-table-html): Specify the scope.
3388         (org-export-table-header-tags): Prepare the scope parameter.
3390 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3392         * org-html.el
3393         (org-export-html-table-use-header-tags-for-first-column): New
3394         option.
3396         * org.el (org-autoload): Fix autoloading of ascii export
3397         functions.
3398         (org-modules): Add org-special-blocks.
3400 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3402         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3403         (org-ical-timezone): New option.
3405         * org-exp.el (org-export-get-coderef-format): Use the description
3406         is present.
3408         * org.el (org-sort-entries-or-items): Improve docstring, and make
3409         better implementation for time sorting.
3411 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3413         * org.el (org-edit-src-persistent-message): New option.
3414         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3415         option.
3417         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3418         patch.
3420         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3421         separate buffer instead of indirect buffer to edit source code.
3422         (org-edit-src-exit): Make this function work with the new setup.
3424         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3425         are properly fontified before shown in the selection menu.
3427         * org.el (org-fontify-like-in-org-mode): New function.
3429         * org-latex.el (org-export-latex-links): Use the property list to
3430         retrieve the default image attributes.
3432         * org-exp.el (org-export-plist-vars): Add a new option.
3434 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3436         * org-exp.el (org-export, org-export-visible): Support ASCII
3437         export to buffer
3438         (org-export-normalize-links): Do not protect the description if it
3439         is explicitly given.
3441         * org-ascii.el (org-export-as-ascii-to-buffer)
3442         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3443         commands.
3444         (org-export-as-ascii): Add all the same parameters that are also
3445         supported by the other export functions.
3447         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3448         org-checklist.el.
3449         (org-reset-checkbox-state-subtree): Call
3450         `org-reset-checkbox-state-subtree'.
3452         * org-remember.el (org-select-remember-template): For the
3453         selection of a valid template.
3455         * org-latex.el (org-export-region-as-latex): Supply the
3456         force-no-subtree argument.
3457         (org-export-as-latex): Provide better limits when exporting the
3458         first line.  When exporting to string, we still want the first
3459         lines.
3460         (org-export-latex-first-lines): New argument END, to force the end
3461         of the region.
3462         (org-export-region-as-latex): Use the property list.
3463         (org-export-as-latex):
3465         * org-colview-xemacs.el (org-columns-remove-overlays)
3466         (org-columns): Fix call to `local-variable-p'.
3468 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3470         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3471         (org-export-as-html): Run the new hook.
3473         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3474         (org-export-latex-preprocess): Run the new hook.
3476         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3477         (org-export-preprocess-string): Run the new hook.
3479 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3481         * org-macs.el (org-check-external-command): New defsubst.
3483         * org.el (org-mode-map): New key for reload.
3484         (org-format-latex): Better error message when external programs
3485         are not available.
3487         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3489         * org.el (org-sort-entries-or-items): Explicit sorting function
3490         for priorities, needed for XEmacs compatibility.
3492         * org-remember.el (org-remember-apply-template): Improve auto-save
3493         behavior.
3495 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3497         * org-latex.el (org-export-latex-preprocess): Also protect
3498         environments ending in a star.
3500         * org-list.el (org-at-item-p): Fix regular expression.
3502 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3504         * org.el (org-end-of-subtree): Improve speed.
3506         * org-agenda.el (org-agenda-get-timestamps)
3507         (org-agenda-get-progress, org-agenda-get-deadlines)
3508         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3509         in particular, wait as long as possible to collect the tags.
3510         (org-stuck-projects): Improve docstring.
3512         * org.el (org-store-link): No errors when getting custom id before
3513         first headline.
3514         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3516 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3518         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3520         * org-protocol.el: Remove dependency on url.el.
3521         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3522         dependency on url.el.
3524         * org-latex.el (org-export-as-pdf): Use
3525         `org-latex-to-pdf-process'.
3527 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3529         * org-latex.el (org-latex-to-pdf-process): New option.
3531         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3532         New option.
3533         (org-agenda-get-timestamps): Honor
3534         `org-agenda-skip-additional-timestamps-same-entry'.
3536         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3537         (org-clock-goto): Find recent task only if
3538         `org-clock-goto-may-find-recent-task' allows it.
3540         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3541         drawers, and drawers that are missing the :END: line.
3543 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3545         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3546         clock is running.
3548 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3550         * org.el (org-update-parent-todo-statistics): Check for
3551         STATISTICS_FROM property.
3553         * org-list.el (org-update-checkbox-count): Check for
3554         STATISTICS_FROM property.
3556         * org.el (org-tab-first-hook)
3557         (org-tab-after-check-for-table-hook)
3558         (org-tab-after-check-for-cycling-hook): New hooks.
3559         (org-cycle-internal-global, org-cycle-internal-local): New
3560         functions, split out from `org-cycle'.
3561         (org-cycle): Call the new hooks.
3563 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3565         * org-exp.el (org-export-preprocess-string): Reset the list of
3566         preferred targets for each run of the preprocessor.
3568         * org.el (org-refile-target-verify-function): Improve
3569         documentation.
3570         (org-get-refile-targets): Respect point being moved by the
3571         verification function.
3573         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3574         option.
3575         (org-export-latex-keywords): Use new option.
3577         * org.el (org-rear-nonsticky-at): New defsubst.
3578         (org-activate-plain-links, org-activate-angle-links)
3579         (org-activate-footnote-links, org-activate-bracket-links)
3580         (org-activate-dates, org-activate-target-links)
3581         (org-activate-tags): Place the rear-nonsticky properties at the
3582         correct location.
3584 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3586         * org-protocol.el (server-edit): Declare `server-edit'.
3587         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3588         functions.
3589         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3591         * org.el (org-default-properties): New default properteis for
3592         completion.
3594         * org-exp.el (org-export-add-subtree-options): Add new properties
3595         for subtree export.
3597         * org-docbook.el (org-export-docbook-keywords-markup)
3598         (org-export-docbook-timestamp-markup): New options.
3599         (org-export-docbook-protect-tags): New function.
3601 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3603         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3604         org-refile-target-verify-function for the duration of the command.
3606         * org.el (org-link-to-org-use-id): New possible value
3607         `create-if-interactive-and-no-custom-id'.
3608         (org-store-link): Use custom IDs.
3609         (org-link-search): Find custom ID properties from #link.
3610         (org-default-properties): Add CUSTOM_ID for property completion.
3611         (org-refile-target-verify-function): New option.
3612         (org-goto): Turn off org-refile-target-verify-function
3613         for the duration of the command.
3615 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3617         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3619         * org-exp.el (org-export-preferred-target-alist): New variable.
3620         (org-export-define-heading-targets): Find the new CUSTOM_ID
3621         property.
3622         (org-export-target-internal-links): Target the custom ids when
3623         possible.
3625         * org-latex.el (org-export-latex-preprocess): Better regexp for
3626         matching latex macros with arguments.
3628 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3630         * org-remember.el (org-remember-handler): Allow filing to non-org
3631         files.
3633 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3635         * org-feed.el (org-feed-alist): New keyword options.
3636         (org-feed-update): Use the new options.
3637         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3638         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3639         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3640         functions.
3642         * org-table.el (org-table-fix-formulas): Do not change references
3643         to remote tables.
3644         (org-table-get-remote-range): Convert standard coordinates to RC
3645         format.
3647         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3649 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3651         * org-compat.el (org-sha1-string): Function removed.
3653         * org.el (org-refile-allow-creating-parent-nodes): New option.
3654         (org-refile-get-location): New argument NEW-NODES.
3655         (org-refile): Call `org-refile-get-location' with the new
3656         argument.
3657         (org-refile-get-location): Arrange for adding a new child.
3658         (org-refile-new-child): New function.
3660         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3661         an additional span element.
3663         * org-clock.el: Fix a number of docstrings.
3664         (org-clock-find-position): New argument
3665         FIND-UNCLOSED to make the function find an unclosed clock in the
3666         entry.
3667         (org-clock-in): Call `org-clock-find-position' with the new
3668         argument if we might be resuming a clock.
3670 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3672         * org-latex.el (org-export-latex-display-custom-times): New variable.
3673         (org-export-latex-timestamp-markup): New option.
3674         (org-export-latex-set-initial-vars): Remember the local value of
3675         `org-display-custom-times'.
3676         (org-export-latex-content): Process time stamps.
3677         (org-export-latex-time-stamps): New function.
3679         * org-macs.el (org-maybe-intangible): Add intangible property
3680         again to invisible text.
3682 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3684         * org-exp.el (org-default-export-plist): Handle undefined
3685         variables.
3687 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3689         * org.el (org-sort-entries-or-items): Match TODO keywrds
3690         case-sensitively, when sorting.
3691         (org-priority): Do not match TODO keywords with wrong case.
3693 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3695         * org-feed.el (org-feed-update): Bind the variable
3696         `new-formatted'.
3698         * org-html.el (org-export-as-html): Start paragraphs after literal
3699         examples.
3701         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3702         literal examples.
3704 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3706         * org.el (org-todo): Honor the NOBLOCKING property.
3708         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3709         NOBLOCKING property.
3711         * org.el (org-scan-tags): Fix bug in tag scanner
3713 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3715         * org.el (org-modules): Mark obsolete packages.
3717         * org-html.el: New file, split out from org-exp.el.
3719         * org-icalendar.el: New file, split out from org-exp.el.
3721         * org-xoxo.el: New file, split out from org-exp.el.
3723         * org-ascii.el: New file, split out from org-exp.el.
3725 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3727         * org-compat.el (org-find-library-name): New function.
3729         * org.el (org-pre-cycle-hook): New hook.
3730         (org-cycle): Call the new hook in appropriate places.
3731         (org-reload): Only reload files that have been loaded before.
3733 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3735         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3736         after todo keyword.
3737         (org-todo): When changing TODO state, do matching
3738         case-sensitively.
3739         (org-map-continue-from): New variable.
3740         (org-scan-tags): Respect values in `org-map-continue-from'.
3741         (org-reload): Make XEmacs compatible.
3743 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3745         * org-protocol.el (org-protocol-flatten-greedy): New function.
3746         (org-protocol-flatten): New function.
3748         * org.el (org-open-link-from-string): Pass reference buffer to
3749         `org-open-at-point'.
3750         (org-open-at-point): New optional argument `reference-buffer'.
3752 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3754         * org.el (org-scan-tags): Make tag scan find headline in first
3755         line, 2nd attempt.
3756         (org-get-refile-targets): Add the naked file name.
3757         (org-refile): Store as top-level entry when only file name was
3758         given.
3760         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3762         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3763         Renamed from org-block-todo-from-children-or-siblings, and
3764         enhanced to look for the parent's status as well.
3766         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3767         (org-agenda-get-progress): Add first notes line to log entry if so
3768         desired.
3770 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3772         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3773         (org-agenda-cleanup-fancy-diary): Call the new hook.
3775         * org-remember.el (org-remember-apply-template): Take the default
3776         for the annotation from the :annotation property.
3778         * org-mac-message.el (org-mac-message-get-link): Remove the
3779         quotes.
3780         (org-mac-message-get-link): Return the result.
3782 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3784         * org.el (org-refile-get-location): Add file name only if not
3785         already included in outline path.
3787         * org-faces.el (org-n-level-faces): Fix customization type from
3788         number to integer.
3790         * org-exp.el (org-export-headline-levels): Fix customization type
3791         from number to integer.
3793         * org-agenda.el (org-agenda-confirm-kill)
3794         (org-agenda-custom-commands-local-options)
3795         (org-timeline-show-empty-dates, org-agenda-ndays)
3796         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3797         customization type from number to integer.
3799 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3801         * org-protocol.el: Declare some functions.
3803         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3804         postion before inserting modified headline.
3806         * org-agenda.el (org-agenda-compare-effort): Honor
3807         `org-sort-agenda-noeffort-is-high'.
3808         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3809         (org-agenda-compare-effort): Implement the "?" operator for
3810         finding entries without effort setting.
3812         * org.el (org-extract-attributes-from-string): New function.
3814         * org-exp.el (org-export-splice-attributes): New function.
3816 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3818         * org-mouse.el: XEmacs compatibility fixes
3820         * org-docbook.el (org-export-as-docbook): Process footnotes like
3821         normal text.
3823         * org.el (org-modules): Add org-inlinetasks.el
3824         (org-cycle): Implement limiting level on cycling.
3825         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3826         buffer.
3828         * org-inlinetask.el: New file.
3830         * org.el (org-emphasis-regexp-components): Allow braces in
3831         emphasis pre and post match.
3833         * org-footnote.el (org-footnote-normalize): When only dorting, do
3834         not insert inline notes at the end.
3836         * org-docbook.el (org-id-find-id-file): Add function declaration.
3838         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3840         * org-docbook.el: New file.
3842 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3844         * org.el (org-reftex-citation): New command.
3846 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3848         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3849         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3850         sorting options.
3851         (org-entries-lessp): Apply the new sorting option.
3853         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3854         blocker code, when an older sibling has children.
3856         * org-mac-message.el (org-mac-message-get-link): Improve getting
3857         links from multiple selected messages.
3859 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3861         * org-remember.el (org-remember-finalize): Do not set buffer file
3862         name to nil.
3863         (org-remember-handler): Mark buffer as unmodified.
3864         (org-remember-handler): Delete backup file and show message about
3865         remaining backup files.
3866         (org-remember-auto-remove-backup-files): New option.
3868         * org.el (org-store-link): Use buffer name as link description in
3869         w3-mode buffers.
3870         (org-ido-switchb): Fix argument bug for completion.
3872         * org-remember.el (org-remember-apply-template): Set local
3873         variable `auto-save-visited-file-name' instead of global one.
3875 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3877         * org-feed.el: Re-write.
3879         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3880         (org-agenda-get-todos): Mark file tags as inherited.
3881         (org-agenda-list): Always search diary lines for a time.
3883 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3885         * org-feed.el (org-feed-assume-stable): New option.
3886         (org-feed-before-adding-hook): New hook.
3888         * org-exp.el (org-export-as-html): Close local lists depending on
3889         indentation, also when starting a table.
3891         * org-remember.el (org-remember-backup-directory)
3892         (org-remember-backup-name): New internal variable.
3894 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3896         * org-clock.el (org-clock-out-if-current): Make buffer detection
3897         work in indirect buffers as well.
3899         * org.el (org-emphasis-regexp-components): Add the exxclamation
3900         mark to the post-emphasis characters.
3902 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3904         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3905         (org-read-date): Run the new hook.
3907         * org-mac-message.el (org-mac-flagged-mail): New group.
3908         (org-mac-mail-account): New variable.
3909         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3910         commands.
3912         * org-remember.el (org-remember-backup-directory): New variable.
3913         (org-remember-apply-template): Write file to backup directory.
3915 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3917         * org-mouse.el (org-mouse-todo-menu): New function.
3918         (org-mouse-todo-keywords): Function removed.
3919         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3921         * org-table.el (org-table-beginning-of-field)
3922         (org-table-end-of-field): New commands
3923         (org-table-previous-field, org-table-beginning-of-field): Better
3924         error messages.
3925         (orgtbl-setup): Include `M-a' and `M-e'.
3927         * org.el (org-backward-sentence, org-forward-sentence): New
3928         commands.
3930         * org-colview.el (org-colview-initial-truncate-line-value): New
3931         variable.
3932         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3933         (org-columns): Remember the value of `truncate-lines'.
3935         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3936         New variable.
3937         (org-columns-remove-overlays): Restore the value of
3938         `truncate-lines'.
3939         (org-columns): Remember the value of `truncate-lines'.
3941         * org.el (org-columns-skip-arrchived-trees): New option.
3943         * org-agenda.el (org-agenda-export-html-style): Define color for
3944         org-agenda-done face.
3945         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3946         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3948         * org.el (org-scan-tags): Use the new face.
3950         * org-faces.el (org-agenda-done): New face.
3952         * org.el (org-scan-tags): Test the value org
3953         `org-tags-match-list-sublevels'.
3954         (org-tags-match-list-sublevels): New allowed value: indented.
3956         * org-export-latex.el (org-export-latex-make-header): Apply macros
3957         in header.
3959         * org-exp.el (org-export-apply-macros-in-string): New function.
3961         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3962         with the definition of a checked box.
3964         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3966         * org-export-latex.el (org-export-latex-low-levels): More options
3967         for how to process lower levels in LaTeX.
3968         (org-export-latex-subcontent): Better treatment for lists as a
3969         means of publishing lower levels.
3971 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3973         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3975         * org-faces.el (org-checkbox): New face.
3977         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3978         fragement images if there is an export file.
3980 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3982         * org-agenda.el (org-stuck-projects): Document that the subtree of
3983         projects that are not stuck will now be searched for stuck
3984         sub-projects.
3985         (org-agenda-skip-entry-when-regexp-matches)
3986         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3987         (org-agenda-list-stuck-projects): Use
3988         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3990         * org-export-latex.el (org-export-latex-preprocess): Improve
3991         export of verses.
3993         * org-exp.el (org-export-as-html): Implement centering as a div
3994         rather than a paragraph.  Do a better job with line-end in verse
3995         environments.
3997 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3999         * org.el (org-open-at-point): Fix tags searches by mouse click.
4001 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4003         * org-export-latex.el (org-export-latex-preprocess): Implement the
4004         centering markup.
4006         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4007         from `org-export-mark-blockquote-and-verse'.
4008         (org-export-as-html): Implement the centering markup.
4010         * org-export-latex.el (org-export-latex-tables): Fix vertical
4011         lines in tables.
4013 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4015         * org.el (org-read-date-history): New variable.
4016         (org-read-date): Use new history variable.
4017         (org-toggle-heading): Fix bug when used before first headline.
4018         (org-store-log-note): Remove drawer if empty while note is
4019         aborted.
4020         (org-remove-empty-drawer-at): New function.
4021         (org-check-after-date): New command.
4022         (org-sparse-tree): New sparse tree command "a".
4024         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4026 2009-03-14  Bastien Guerry  <bzg@altern.org>
4028         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4029         column and a space, not only a column.
4031 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4033         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4034         defaults for verbose emphasis.
4035         (org-export-latex-emph-format): New function.
4036         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4038         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4039         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4040         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4041         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4042         commands.
4044         * org.el (org-timestamp-change): Move end-time along with start
4045         time.
4047 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4049         * org-exp.el (org-export-target-internal-links)
4050         (org-export-as-html): Protect links specified as #name.
4052 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4054         * org.el (org-clone-subtree-with-time-shift): New command.
4056         * org-export-latex.el (org-export-latex-special-chars)
4057         (org-export-latex-treat-sub-super-char): Fix subscript export.
4059         * org-exp.el (org-create-multibrace-regexp): Do not add
4060         backslashes to the class.
4062 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4064         * org-colview.el (org-columns-map): Better functions for moving up
4065         and down a row, even if `truncate-line' is nil.
4067         * org.el (org-insert-todo-heading): Make sure the keyword is
4068         inserted at the correct position.
4070         * org-publish.el (org-publish-project-alist)
4071         (org-publish-projects, org-publish-org-index): Change default anme
4072         for the index of file names to "sitemap.org".
4074         * org-export-latex.el (org-export-latex-tables): Use
4075         `org-split-string', for Emacs 21 compatibility.
4077 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4079         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4081 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4083         * org-exp.el (org-export-page-description)
4084         (org-export-page-keywords): New variables.
4085         (org-export-plist-vars): Add entries for :keywords and
4086         :description.
4087         (org-infile-export-plist): Parse for new keywords.
4088         (org-get-current-options): Add new keywords
4089         (org-export-as-html): Publish description and keywords.
4091         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4092         option.
4093         (org-agenda-add-entry-text): Honor
4094         `org-agenda-add-entry-text-descriptive-links'.
4096         * org-export-latex.el (org-export-latex-preprocess): Make all
4097         external preprocess functions use a PARAMETER arg.
4099         * org-exp.el (org-export-preprocess-string)
4100         (org-export-select-backend-specific-text)
4101         (org-export-format-source-code-or-example)
4102         (org-format-org-table-html): Support docbook export.
4103         (org-export-preprocess-string): Make all external preprocess
4104         functions use a PARAMETER arg.
4106 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4108         * org-exp.el (org-export-html-style-include-scripts): New option.
4109         (org-export-plist-vars): Add new option
4110         `org-export-html-style-include-scripts'.
4111         (org-export-as-html): Honor new option
4112         `org-export-html-style-include-scripts'.
4113         (org-export-html-scripts, org-export-html-style-default): Fix
4114         xml issues with the Safari browser.
4116 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4118         * org-publish.el (org-publish-attachment): Only copy file when the
4119         directories differ.
4121 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4123         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4124         for clocktable steps.
4126         * org.el (org-additional-option-like-keywords): Add two more
4127         keywords.
4129 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4131         * org-exp.el (org-export-format-source-code-or-example): Mark
4132         temporary buffer unmodified, so that it will be killed even if
4133         mode like message mode has decided to assign a file name.
4135         * org.el (org-scan-tags): Improve tag inheritance.
4136         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4137         case-sensitive.
4138         (org-scan-tags): Use the internal tags list instead of creating it
4139         from scratch.
4140         (org-trust-scanner-tags, org-scanner-tags): New variables.
4141         (org-scan-tags): Set `org-scanner-tags'.
4142         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4143         (org-map-entries): Document the possible speedup using scanner
4144         tags.
4146 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4148         * org.el (org-add-planning-info): Fix bug with looking for keyword
4149         only at column 0.
4151         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4152         option for tags filter preset.
4153         (org-prepare-agenda): Store filter preset as a property on the
4154         filter variable.
4155         (org-finalize-agenda): Call the filter, if there is a preset.
4156         (org-agenda-filter-by-tag): Filter again after clearing the
4157         filter, when there still is a preset.
4158         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4159         Include the preset filter.
4160         (org-agenda-redo): Apply the filter again, also the preset filter.
4162         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4164         * org.el (org-uuidgen-p): New funtion.
4166         * org-agenda.el (org-agenda-fontify-priorities): New default value
4167         `cookies'.
4168         (org-agenda-fontify-priorities): Renamed from
4169         org-fontify-priorities.
4171         * org.el (org-set-font-lock-defaults): Call
4172         `org-font-lock-add-priority-faces'.
4173         (org-font-lock-add-priority-faces): New function.
4175         * org-faces.el: (org-set-tag-faces): New option.
4176         (org-priority-faces): New variable.
4178         * org-exp.el (org-export-as-html): Add a "content" div around the
4179         entire content of the body tag.
4180         (org-export-html-get-bibliography): New function.
4181         (org-export-html-validation-link): New variable.
4182         (org-export-as-html): Add validation link to exported page.
4184         * org.el (org-match-sparse-tree): Renamed from
4185         `org-tags-sparse-tree'.
4186         (org-tags-sparse-tree): New alias.
4188 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4190         * org.el (org-get-valid-level): Catch the case where the level
4191         change is nil.
4193         * org-clock.el (org-clock-find-position): Better indentation of
4194         new clock drawers.
4196 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4198         * org-agenda.el (org-agenda-quit): Delete window only when the
4199         frame-setup was not `current-window'.
4201         * org.el (org-tag-persistent-alist): New option.
4202         (org-startup-options): Add keyword `noptag'.
4203         (org-fast-todo-selection): Handle :newline correctly.
4204         (org-set-tags): Handle :newline correctly.
4205         (org-fast-tag-selection): Handle :newline correctly.
4207 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4209         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4210         outputting it.
4211         (org-export-ascii-push-links): Fix bug with pussing links into the
4212         export buffer.
4214 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4216         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4217         pasting at top level.
4219         * org-bbdb.el: Improve documentation.
4221 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4223         * org-list.el (org-insert-item): Only consider insert empty lines
4224         is `org-empty-line-terminates-plain-lists' is not nil.
4226         * org.el (org-blank-before-new-entry): Mention the dependence on
4227         `org-empty-line-terminates-plain-lists' in the docstring.
4229         * org-publish.el (org-publish-get-project-from-filename): New
4230         optional argument UP.  Only find the top project if UP is set.
4231         (org-publish-current-project): Find the top encloding project.
4233         * org-agenda.el (org-agenda-before-write-hook)
4234         (org-agenda-add-entry-text-maxlines): New options.
4235         (org-write-agenda): Run the new hook in the temporary buffer.
4236         (org-agenda-add-entry-text): New function.
4237         (org-write-agenda): Implement PDF export, using ps2pdf.
4239         * org.el (org-global-properties-fixed, org-global-properties):
4240         Improve documentation string.
4242         * org-exp.el (org-export-ascii-links-to-notes): New option.
4243         (org-export-as-ascii): Handle links better.
4244         (org-export-ascii-wrap, org-export-ascii-push-links): New
4245         functions.
4247 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4249         * org-agenda.el (org-agenda): Make prefix arg optional.
4250         (org-agenda-search-headline-for-time): New option.
4251         (org-format-agenda-item): Honor
4252         `org-agenda-search-headline-for-time'.
4254         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4255         characters.
4257         * org.el (org-self-insert-cluster-for-undo): New option.
4258         (org-self-insert-command): Cluster undo for 20 characters.
4259         (org-self-insert-command-undo-counter): New variable.
4261 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4263         * org-exp.el (org-export-as-html): Fix problem with closing colone
4264         example.
4266 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4268         * org-export-latex.el (org-export-as-latex)
4269         (org-export-latex-first-lines): Avoid modification flag when
4270         adding or removing text properties.
4271         (org-export-latex-fontify): Catch error when org-emph-alist has
4272         entries that are not defined for LaTeX export.
4274         * org.el (orgstruct++-mode): New function.
4275         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4276         (org-context-p): Allow detecting item context after the first line
4277         of an item.
4278         (orgstruct-make-binding): Detect if item-body context should be
4279         seen.
4280         (orgstruct-is-++): New variable.
4281         (org-add-planning-info): Catch the case when there is no planning
4282         info yet and the call does not want to add anything, only maybe
4283         tries to remove something.
4284         (org-special-ctrl-a/e): All value to be a cons cell with separate
4285         settings for `C-a. and `C-e'.
4286         (org-beginning-of-line, org-end-of-line): Honor separate values
4287         for `C-a' and `C-e'.
4289 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4291         * org.el (org-reload): New command.
4293 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4295         * org-exp.el (org-export-htm-get-tag-class-name)
4296         (org-export-htm-get-todo-kwd-class-name): New functions.
4297         (org-export-html-tag-class-prefix)
4298         (org-export-html-todo-kwd-class-prefix): New options.
4299         (org-export-as-html): Call
4300         `org-export-html-get-todo-kwd-class-name'.
4301         (org-html-level-start): Wrap tags into classes.
4302         (org-export-html-get-tag-class-name)
4303         (org-export-html-get-todo-kwd-class-name): New functions.
4305         * org-export-latex.el (org-export-latex-collect-header-macros):
4306         Remove fields that are used anyway.
4307         (org-export-latex-make-header): Insert the options earlier.
4309         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4310         matching.
4312         * org-list.el (org-indent-item): Allow point to be at the end of
4313         the region.
4315         * org.el (org-metaleft, org-metaright): Be more accurate about
4316         detecting a region where commands apply.
4318         * org-compat.el (org-cursor-to-region-beginning): New function.
4320         * org.el (org-priority): Also find invisible heading.
4322         * org-colview-xemacs.el (org-columns-edit-value): No special
4323         treatment for `org-todo' prefix.
4325         * org-colview.el (org-columns-edit-value): No special treatment
4326         for `org-todo' prefix.
4328         * org-remember.el (org-remember-apply-template): Use
4329         `org-completing-read-no-ido'.
4331         * org.el (org-completing-read-no-ido): New function.
4332         (org-make-tags-matcher, org-set-property): Use
4333         `org-completing-read-no-ido'.
4335         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4336         New option.
4337         (org-export-as-latex): Import in-buffer settings as TeX macros.
4338         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4339         (org-export-latex-collect-header-macros): New function.
4341         * org.el (org-refile-get-location): Turn off
4342         `partial-completion-mode'.
4344 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4346         * org.el (org-block-todo-from-checkboxes): Announce that
4347         checkboxes are the culprit.
4348         (org-block-todo-from-children-or-siblings): Call
4349         `org-up-heading-all instead' of `outline-up-heading'.
4351         * org-agenda.el (org-agenda-show-1): Renamed from
4352         `org-agenda-show'.
4353         (org-agenda-show): Re-install the old version for now.
4354         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4355         variable into the blokker hook, so that the checkbox checker can
4356         anounce that it caused the blocking.
4358         * org.el (org-track-ordered-property-with-tag): New option.
4359         (org-toggle-ordered-property): Honor
4360         `org-track-ordered-property-with-tag'.
4361         (org-tag-alist): Add newline options.
4362         (org-set-regexps-and-options): Separate option lines imply a
4363         newline.
4364         (org-set-regexps-and-options, org-assign-fast-keys)
4365         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4366         option.
4367         (org-indent-line-function): Make sure this works even if there is
4368         not `org-drawer-regexp' defined.  This can happen when
4369         orgstruct-mode is used in a non-org buffer.
4371         * org-list.el (org-checkbox-blocked-p): New function.
4372         (org-toggle-checkbox): Check for blocking.
4374         * org.el (org-modules): Add an entry for org-R.el.
4376         * org-agenda.el (org-agenda-todo-ignore-with-date)
4377         (org-agenda-todo-ignore-scheduled)
4378         (org-agenda-todo-ignore-deadlines): Mention the variable
4379         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4381         * org.el (org-get-wdays): Find the warning period also if it is in
4382         the wrong place.
4383         (org-ido-completing-read): Provide the correct arguments to
4384         ido-completing-read and bind `ido-enter-matching-directory' to
4385         nil.
4387 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4389         * org.el (org-olpath-completing-read): Never use ido for this
4390         one.
4392         * org-exp.el (org-export-normalize-links): Use new macro.
4394         * org-macs.el (org-if-unprotected-at): New macro.
4396         * org-agenda.el (org-agenda-show): Allow numerical prefix
4397         arguments to specify how much context should be shown.
4398         (org-agenda-cycle-show): New command, could be bound to SPC in
4399         org-agenda-mode-map.
4401         * org-exp.el (org-html-level-start): Space after section number.
4403 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4405         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4406         property, for sorting.
4407         (org-cmp-todo-state): Get the applicable TODO keywords directly
4408         from the buffer.
4409         (org-run-agenda-series, org-agenda-list, org-search-view)
4410         (org-todo-list, org-tags-view): Only fit agenda window when the
4411         whole series is done.
4413         * org.el (org-scan-tags): Add todo state as property, for sorting.
4415         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4416         `org-agenda-overriding-header' as an option.
4417         (org-agenda-list): Honor org-agenda-overriding-header'.
4419 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4421         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4422         after removing a checkbox.
4424         * org.el (org-show-entry): Make this work correctly also if it is
4425         the last entry in the file.
4426         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4427         falling back to normal, default command.
4428         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4429         item, call the checkbox toggler to get a box.
4431         * org-list.el (org-toggle-checkbox): Make double prefix set the
4432         checkbox to "[-]".
4433         (org-fix-bullet-type): Only replace bullet if it is changed.
4434         (org-renumber-ordered-list): Handle case when first item does not
4435         have a number.
4437         * org.el (org-add-log-setup): Fix positioning when
4438         `org-log-states-order-reversed' is nil.
4440         * org-clock.el (org-clock-in): Fix positioning when
4441         `org-log-states-order-reversed' is nil.
4442         (org-clock-find-position): Fix positioning when
4443         `org-log-states-order-reversed' is nil.
4445 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4447         * org-clock.el (org-clock-into-drawer): Take default from
4448         `org-log-into-drawer'.
4449         (org-clock-find-position): Look for the correct drawer.
4451         * org.el (org-log-into-drawer): Renamed from
4452         `org-log-state-notes-into-drawer'.
4453         (org-log-state-notes-into-drawer): New variable alias.
4454         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4455         CLOCK.
4456         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4458 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4460         * org-agenda.el (org-agenda): Fix docstring.
4462         * org.el ("org-plot"): Help loading org-plot.
4463         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4464         (org-metadown-hook, org-shiftmetaleft-hook)
4465         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4466         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4467         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4468         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4469         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4471         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4472         for selecting files with any (and even without) extension.
4474         * org.el (org-save-all-org-buffers): Also save id locations.
4475         (org-revert-all-org-buffers): Also load id locations.
4477 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4478         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4479         (org-log-state-notes-into-drawer): New option.
4480         (org-add-log-setup): Place the sate note marker into the drawer,
4481         create drawer when necessary.
4482         (org-refile-targets): Document special interpretation of LEVEL
4483         when odd-levels are used.
4485 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4487         * org.el (org-store-log-note): Fix note indentation when adding
4488         notes to end of list.
4490         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4491         class, so that each keyword can get special colors through CSS.
4493         * org-clock.el (org-clock-out): Add another nil for the previous
4494         state into the call to `org-add-log-setup'.
4496         * org.el (org-log-note-previous-state): New variable.
4497         (org-log-note-headings): New %S escape for old state.
4498         (org-todo): Call the note setup with the old state as an
4499         argument.
4500         (org-add-note): Add another nil for the previous state into the
4501         call to `org-add-log-setup'.
4502         (org-add-log-setup): New argument PREV-STATE.
4503         (org-add-log-note): Handle new %S escape.
4504         (org-store-log-note): Handle new %S escape.
4506 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4508         * org-clock.el (org-clock-find-position): Do not swallow an item
4509         less indented than the CLOCK line itself.
4510         (org-clock-in): Push markers to lin after the clock line.
4511         (org-clock-find-position): Handle values of
4512         `org-clock-into-drawer' smaller than 2.
4514         * org-exp.el (org-html-level-start): Add a CSS class to section
4515         numbers.
4516         (org-export-html-toplevel-hlevel): Better documentation of the
4517         influence of this variables on H levels and css classes in
4518         export.
4520 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4522         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4523         timestamp and nottimestamp to the chooe menu.
4525         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4526         (org-revert-all-org-buffers): New command.
4528 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4530         * org.el (org-return): Implement `org-return-follows-link' in the
4531         function org-return.  This is more robust than using the mouse
4532         map, I think.
4533         (org-set-regexps-and-options): Match more general #+TODO lines.
4534         (org-make-options-regexp): New optional argument EXTRA, for an
4535         extra regexp.
4536         (org-tab-follows-link): Mark as deprecated.
4538 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4540         * org-exp.el (org-export-preprocess-string): Remove clock lines
4541         earlier, so that they cannot cotribute to verbatim snippets.
4543 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4545         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4546         for finding drawers.
4547         (org-export-as-ascii, org-export-as-html): Count levels relative
4548         to the subtree header.
4549         (org-get-min-level): New optional argument OFFSET.
4550         (org-export): Make sure point is restored after popping up that
4551         window.
4553         * org.el (org-do-sort): Also take an inactive timestamp if no
4554         active one is found.
4556         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4557         deleting duplicates.
4559         * org-colview.el (org-columns-capture-view): Copy before
4560         deleting duplicates.
4562         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4563         text before first headline.
4565         * org.el (org-format-latex): Do not convert LaTeX fragments in
4566         protected examples.
4568 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4570         * org-exp.el (org-export-html-style-default): Use color values
4571         instead of names for XHTML validation.
4573         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4574         functions.
4575         (org-return-follows-link): Revert making this the default untile
4576         issues are resolved.
4578         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4579         nottimestamp.
4581 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4583         * org.el (org-mode): Make dependence stuff work more reliably.
4584         (org-update-parent-todo-statistics): Fix bug with updating
4585         statistics cookie.
4587         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4588         ~ as verbatim delimiters.
4590         * org-exp.el (org-export-html-format-image): New argument
4591         PAR-OPEN.
4592         (org-export-as-html): Pass par-open to
4593         `org-export-html-format-image'.
4595 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4597         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4598         (org-use-fast-todo-selection, org-tags-column): New default
4599         setting for variables, based on a poll what typical uses use.
4601         * org-agenda.el (org-agenda-sorting-strategy)
4602         (org-agenda-tags-column): New default setting for variables, based
4603         on a poll what typical uses use.
4605 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4607         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4608         blocked entries from setting the blocked tag.
4610         * org-exp.el (org-export-html-footnotes-section): Use a more
4611         consistent id for footnotes.
4613         * org-export-latex.el (org-export-latex-classes): Remove the
4614         a4paper option from the default styles.
4616 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4618         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4619         (org-block-todo-from-checkboxes): New function.
4620         (org-todo): Make tripple prefix arg circumvent blocking.
4622         * org-timer.el (org-timer): Provide the timer feature.
4624         * org.el (org-require-autoloaded-modules): Add a few more files to
4625         the list of autoloaded modules.
4627         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4629 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4631         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4632         drawers that are unprotected.
4633         (org-export-html-format-image): Make sure inlined LaTeX fragment
4634         images remain inlined.
4636         * org.el (org-toggle-ordered-property): New function.
4637         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4638         (org-org-menu): Add menu entries for TODO dependencies.
4640 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4642         * org.el (org-default-properties): Add ORDERED to the default
4643         properties, to get completion support for it.
4645         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4647         * org.el (org-update-parent-todo-statistics): Update more than one
4648         cookie.
4650         * org-agenda.el (org-agenda-get-todos): Start search from correct
4651         position.
4653         * org.el (org-fast-todo-selection): Make sure TODO selection does
4654         not change buffer position.
4656         * org-list.el (org-toggle-checkbox): Implement adding or removing
4657         checkboxes from line or region when called with a prefix
4658         argument.
4660         * org-rmail.el (org-rmail-store-link): Protect the call to
4661         `rmail-narrow-to-non-pruned-header'.
4663         * org-clock.el (org-clock-special-range): Fix week display in
4664         clock tables.
4666         * org-exp.el (org-get-current-options): Fix bug when in indirect
4667         buffer.
4669 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4671         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4672         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4673         (org-agenda-dim-blocked-tasks): New function.
4675         * org.el (org-enforce-todo-dependencies): New option.
4676         (org-block-todo-from-children-or-siblings): New function.
4678         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4680         * org.el (org-todo): Return correct state type even if the blocker
4681         throws an error.
4682         (org-modifier-cursor-error): Renamed from
4683         `org-shiftcursor-error'.
4684         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4685         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4687         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4688         to get real errors from the blocker hook.
4690         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4691         functions.
4692         (org-set-visibility-according-to-property): Turn off the setting
4693         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4694         property.
4696 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4698         * org.el (org-support-shift-select): New option.
4699         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4700         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4701         selection outside contexts.
4703         * org-list.el (org-at-item-bullet-p): New function.
4705         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4706         variables.
4708         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4709         variable.
4710         (org-insert-footnote-reference-near-definition): Remove
4711         unnecessary let form.
4713         * org-export-latex.el (org-export-latex-first-lines): Add
4714         OPT-PLIST parameter.
4715         (org-export-as-latex): Call `org-export-latex-first-lines' with
4716         opt-plits parameter.
4717         (org-export-latex-preprocess): Remove unnecessary variables.
4719         * org-exp.el (org-infile-export-plist)
4720         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4721         (org-export-remove-headline-metadata)
4722         (org-export-get-title-from-subtree, org-get-min-level)
4723         (org-html-do-expand): Remove innecessary let form.
4725         * org-colview-xemacs.el (org-columns-display-here): Remove
4726         unnecessary variables.
4728         * org-colview.el (org-columns-display-here): Remove unnecessary
4729         variables.
4731         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4732         variables.
4734         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4735         unnecessary variables.
4737         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4738         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4739         variables.
4741         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4742         (org-compact-display-after-subtree-move): Remove unnecessary
4743         variables.
4744         (org-edit-fixed-width-region): Remove unnecessary variables.
4745         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4746         (org-olpath-completing-read): Remove unnecessary variable.
4747         (org-auto-repeat-maybe): Remove unnecessary variable.
4748         (org-map-entries): Remove unnecessary variable.
4749         (org-buffer-property-keys, org-imenu-get-tree)
4750         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4752 -----------------------------------------------------------------
4754 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4755         * org-exp.el (org-export-remove-timestamps): Never remove
4756         timestamps from tables.
4758         * org-export-latex.el (org-export-latex-first-lines): Add more
4759         options to the preprocessing of the text before the first
4760         headline.
4762 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4764         * org-faces.el (org-clock-overlay): Make face compatible with
4765         XEmacs.
4767         * org.el (org-yank): Add property for delete-selection mode.
4769         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4771         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4772         variable.
4774         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4775         to `backward-char'.
4777         * org-exp.el (org-export-as-html): Remove the initial space from
4778         colon examples.
4780         * org.el (org-scan-tags): Call
4781         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4783         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4784         customization groups.
4785         (org-agenda-tags-todo-honor-ignore-options): New option.
4786         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4787         New function.
4788         (org-agenda-get-todos): Use
4789         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4791 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4793         * org-exp.el (org-export-format-source-code-or-example): Escape
4794         HTML characters also in examples that anre not treated with
4795         htmlize.  Also, just switch to EXAMPLE processing if we do not
4796         have a good version of htmlize.
4798         * org-rmail.el: Fix copyright notice.
4800         * org.el (org-activate-footnote-links): Improve footnote link
4801         highlighting.
4803         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4804         a footnote definition at the end of the file.
4806         * org-table.el (org-table-get-specials): Add an imagined hline at
4807         the end of the table.  This can be useful for references that want
4808         to go to the end of the table.  Also fix bug when computing last
4809         row constants, in tables that do not start right at the right
4810         margin.
4811         (org-table-eval-formula): Match and replace remove references.
4812         (org-table-formula-substitute-names): Make sure that names inside
4813         a "remote" call are left alone, the will be replaced later when
4814         the remote call is handled.
4815         (org-table-convert-refs-to-rc): Do not convert things that might
4816         look like a reference, but are really part of an ID or namei n a
4817         remote reference.
4818         (org-table-get-remote-range): New function.
4820 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4822         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4824         * org-clock.el (org-clock-put-overlay): Use new face instead of
4825         `secondary-selection'.
4827         * org-faces.el (org-clock-overlay): New face.
4829 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4831         * org-exp.el (org-get-current-options): Include the option for
4832         publishing time stamps.
4834         * org.el (org-toggle-heading): Renamed from
4835         `org-toggel-region-headings'.
4836         No longer needs a region defined, but will use it if there is one.
4837         (org-ctrl-c-star): Simplified, relying more on the internal
4838         workings of `org-toggle-heading'.
4839         (org-toggle-item): Renamed from `org-toggle-region-items'.
4840         No longer needs a region defined, but will use it if there is one.
4841         (org-ctrl-c-minus): Simplified, relying more on the inernal
4842         workings of `org-toggle-item'.
4844         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4845         environment detection.  Also, do real changes only in unprotected
4846         places.
4848 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4850         * org-export-latex.el (org-export-latex-quotation-marks): Use
4851         `org-if-unprotected-1'.
4852         (org-export-latex-set-initial-vars): Check for class definition in
4853         property.
4855         * org-macs.el (org-if-unprotected-1): New macro.
4857 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4859         * org-compat.el (org-count-lines): New function.
4861         * org-exp.el (org-export-format-source-code-or-example): Handle
4862         switches related to text areas.
4864         * org.el (org-activate-footnote-links): Don't allow match inside a
4865         link.
4867         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4869         * org-export-latex.el (org-export-latex-links): Keep a relative
4870         path relative also after export.
4872         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4874         * org.el (org-make-tags-matcher): Never use IDO for completing the
4875         tags matcher match string.
4876         (org-completing-read): Also remove the special biding for "?".
4878         * org-attach.el (org-attach-allow-inheritance): New option.
4879         (org-attach-inherited): New variable.
4880         (org-attach-dir): Handle properties related to the attachment
4881         directory.
4882         (org-attach-check-absolute-path): New function.
4883         (org-attach-set-directory, org-attach-set-inherit): New commands.
4884         (org-attach): Accommodate the new commands in the dispatcher.
4886 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4888         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4889         `window-full-width-p'.
4891         * org-exp.el (org-export-as-html): Only check for images files
4892         that really can be inlined
4894         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4895         list of extensions to be a parameter.
4897         * org-exp.el (org-export-html-inline-image-extensions): New
4898         variable.
4900         * org-agenda.el (org-prepare-agenda): Use
4901         `org-agenda-block-separator'.
4902         (org-agenda-block-separator): New option.
4904 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4906         * org-export-latex.el (org-export-latex-tables): Call
4907         `org-table-clean-before-export' with the new optional argument.
4909         * org-exp.el (org-table-clean-before-export): New optional
4910         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4911         first column.
4913 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4915         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4916         histograms.
4918         * org-colview.el (org-colview-construct-allowed-dates): Better
4919         error catching when a date/time property does not have allowed
4920         values defined.
4922         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4923         Better error catching when a date/time property does not have
4924         allowed values defined.
4926 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4928         * org.el (org-map-entries): Restore point and restriction after
4929         `org-map-entries'.
4931 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4933         * org.el (org-time=, org-time<, org-time<=, org-time>)
4934         (org-time>=, org-time<>): Make sure both values are dates.
4936 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4938         * org-archive.el (org-extract-archive-heading): Allow %s for file
4939         name also in achive location heading.
4941 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4943         * org-archive.el (org-add-archive-files): Uniquify the list before
4944         returning it.
4946 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4948         * org-compat.el (org-fit-window-to-buffer): Use
4949         `window-full-width-p'.
4951         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4952         space after the colon in short examples.
4954         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4955         enforce a space after the colon.  However, we also allow lines
4956         that are *only* a colon.
4957         (org-export-as-html): Enforce the space after the colon in short
4958         examples.
4959         (org-export-preprocess-string): Do the colon example protection
4960         earlier.
4961         (org-export-remove-timestamps): Do not check for protection at the
4962         end of the line.
4964 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4966         * org.el (org-format-latex-options): Add new matcher for single
4967         letters between dollars.
4968         (org-get-header): Function removed.
4969         (org-heading-components): New function.
4971         * org-exp.el (org-export-define-heading-targets): Record ID's also
4972         as alternative targets.
4973         (org-export-as-html): Interpret "id:" links to other files by
4974         preserving the relative path.
4976         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4977         is nil.
4979         * org-exp.el (org-export-normalize-links): Protect the main link,
4980         to avoid special character processing.
4982         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4983         New variable.
4984         (org-export-latex-special-string-regexps): Variable removed.
4985         (org-export-latex-keywords): Use the new regexp.
4987         * org-exp.el (org-export-handle-include-files): Fetch switches and
4988         put them into the BEGIN statement.
4990         * org-timer.el (org-timer-mode-line-string): New variable.
4992         * org-clock.el (org-clock-mode-line-map): Renamed from
4993         `org-clock-mode-map'.
4994         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4995         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4996         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4997         (org-clock-remove-overlays): Renamed from
4998         `org-remove-clock-overlays'.
5000         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5001         and mode line display.
5002         (org-timer-stop): New command.
5003         (org-timer-seconds): Return correct time when timer is paused.
5004         (org-timer-mode-line-timer): New variable.
5005         (org-timer-set-mode-line, org-timer-update-mode-line): New
5006         functions.
5008         * org.el (org-insert-heading):  Handle new value `auto' for
5009         `org-blank-before-new-entry'.
5010         (org-org-menu): Add new items for timer functions.
5012         * org-list.el (org-insert-item): Handle new value `auto' for
5013         `org-blank-before-new-entry'.
5015         * org.el (org-blank-before-new-entry): New value `auto', made
5016         default.
5018 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5020         * org-exp.el (org-export-normalize-links): If the link is also
5021         used as the description, protect the description.
5023 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5025         * org.el (org-closest-date): Fix bug with yearly repeats, in
5026         combination with preference of the past as it is used for deadline
5027         and scheduling search.
5029         * org-exp.el (org-html-handle-time-stamps): No longer check for
5030         the `org-export-with-timestamps' option, because the preprocesser
5031         has taken care of this already.
5033         * org.el (org-entry-properties): Catch the case when this is
5034         called in a non-org-mode file.
5036         * org-export-latex.el (org-export-latex-remove-from-headlines):
5037         Variable made obsolete, also LaTeX export now uses the standard
5038         variables.
5039         (org-export-as-latex): Add the timestamps parameter to the
5040         preprocessor parameter list.
5041         (org-export-latex-content): Export the remaining keywords without
5042         considering to remove them.
5043         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5044         Use bold font instead of tt font for the keywords.
5045         (org-export-latex-fontify-headline): Format headlines, assuming
5046         that all keywords still present should be published.
5047         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5048         publish what ever remains of the time stamps.
5049         (org-export-latex-list-parameters): New option.
5050         (org-export-latex-lists): Pass additional parameters to the list
5051         converter.
5053         * org-exp.el (org-export-preprocess-string): Remove clock lines
5054         and timestamps already in the preprocesor.
5055         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5056         functions.
5057         (org-export-as-ascii, org-export-as-html): Add the timestamps
5058         parameter to the preprocessor parameter list.
5060         * org-list.el (org-list-parse-list): Parse for checkboxes.
5061         (org-list-to-generic): Introduce and handle new parameters :cbon
5062         and :cboff.
5063         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5064         optional parameter PARAMS.
5066         * org-export-latex.el (org-export-latex-special-chars): Fix
5067         problems with interpreting dollar signs.
5068         (org-inside-latex-math-p): New function.
5069         (org-export-latex-preprocess): Protect all the math fragments.
5071         * org.el (org-latex-regexps): Allow a dash after a dollar.
5073         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5074         mark after copying.
5076         * org-agenda.el (org-run-agenda-series): Have series options set
5077         when finalizing the agenda.
5079         * org-exp.el (org-export-format-source-code-or-example): Protect
5080         the converted examples.
5082         * org.el (org-set-regexps-and-options): Fix the regexp
5083         `org-complex-heading-regexp'.
5085 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5087         * org.el (org-edit-src-get-label-format): New function.
5088         (org-coderef-label-format): New option.
5089         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5090         a label format specification and make sure it is used in the edit
5091         buffer.
5092         (org-edit-src-get-label-format): New function.
5093         (org-store-link): Handle new coderef formats.
5094         (org-link-search): Handle new coderef formats.
5096         * org-footnote.el (org-footnote-create-definition)
5097         (org-footnote-goto-local-insertion-point): Make footnote insertion
5098         work correctly when the "Footnotes" headline is the last line in
5099         the buffer.
5101         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5102         the location.
5104 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5106         * org-w3m.el (org-w3m): New customization group.
5107         (org-w3m-deactivate-mark): New option.
5108         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5109         option say not to.
5111 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5113         * org.el (org-set-font-lock-defaults): Trigger footnote
5114         fontification.
5115         (org-activate-footnote-links): New function.
5116         (org-activate-links): New entry `footnote'.
5118         * org-faces.el (org-footnote): New face.
5120 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5122         * org-macs.el (org-re): Handle the [:word:] class.
5124         * org-exp.el (org-export-preprocess-string): Call
5125         `org-export-protect-colon-examples'.
5126         (org-export-protect-colon-examples): Renamed from
5127         `org-export-protect-examples', and scope limited to lines starting
5128         with a colon.
5130 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5132         * org-exp.el (org-export-preprocess-string): Move the preprocess
5133         hook to after turning on Org-mode.
5134         (org-export-preprocess-after-include-files-hook)
5135         (org-export-preprocess-after-tree-selection-hook)
5136         (org-export-preprocess-before-backend-specifics-hook)
5137         (org-export-preprocess-final-hook): New hooks.
5138         (org-export-preprocess-string): Run the new hooks.
5140         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5142         * org-footnote.el: New file.
5144         * org.el (org-footnote): Require footnote code.
5145         (org-startup-options): Add new footnote options.
5146         (org-mode-map): New keybindig for footnotes.
5147         (org-ctrl-c-ctrl-c): Add function at footnotes.
5148         (org-org-menu): New menu entries for footnotes.
5150         * org-export-latex.el (org-export-as-latex): Pass footnote
5151         variable to preprocessor.
5152         (org-export-latex-preprocess): Treat multiple references to a
5153         footnote.
5155         * org-exp.el (org-export-preprocess-string): Call
5156         `org-footnote-normalize'.
5157         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5158         to preprocessor.
5159         (org-export-as-html): Treat multiple references to a footnote.
5161 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5163         * org-export-latex.el (org-export-latex-links): Handle coderef
5164         links.
5166         * org.el (org-bracket-link-analytic-regexp++): New variable.
5167         (org-make-link-regexps): Initialize
5168         `org-bracket-link-analytic-regexp++'.
5169         (org-store-link): Implement special case in edit-src buffer.
5170         (org-insert-link): No use of ide to insert stored links.
5171         (org-link-search): Implement special case for coderefs.
5173         * org-exp.el (org-export-html-scripts): New constant.
5174         (org-export-html-style-default): Add a new style for highlighted
5175         code.
5176         (org-export-code-refs): New variable.
5177         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5178         Call `org-export-replace-src-segments-and-examples'
5179         No longer call `org-export-protect-examples'.
5180         (org-export-target-internal-links): Take care of coderef targets.
5181         (org-export-last-code-line-counter-value): New variable.
5182         (org-export-replace-src-segments-and-examples): Renamed from
5183         `org-export-replace-src-segments', and modified.
5184         (org-export-format-source-code-or-example): Renamed from
5185         `org-export-format-source-code'.
5186         (org-export-number-lines): New function.
5187         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5189 --------------------------------------------------------------------------
5191 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5193         * org-remember.el (org-remember-handler): Safer way to get a new
5194         buffer accessing the target file.
5196         * org.el (org-refile-get-location): Handle case of current buffer
5197         not having a file associated with it.
5199 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5201         * org-table.el (org-table-get-formula): Only ask to overwrite
5202         field formula if there really is one.
5204         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5205         number, by converting these to a string.
5207         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5208         located in a different file.
5210         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5211         org-colview.el.
5213 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5215         * org.el (org-completion-use-ido): Enhance docstring of
5216         `org-completion-use-ido'.
5218         * org-export-latex.el (org-export-latex-make-header): Double the %
5219         in the time stamp format.
5220         (org-export-latex-special-chars): Handle case where there is no
5221         match group 3.
5223 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5225         * org.el (org-get-refile-targets, org-refile-get-location): Use
5226         expanded file name to improve comparison.
5228 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5230         * org.el (org-scan-tags): Rescan for tags, to get the correct
5231         upcase/downcase stuff.  This slows things down for now, but it
5232         works.
5233         (org-mode): Make sure the tag-faces regexp is initialized.
5235         * org-export-latex.el (org-export-latex-links): Fix bug with
5236         undefined label.
5238         * org-table.el (org-table-get-specials): Set
5239         `org-table-current-last-data-line'.
5240         (org-table-current-last-data-line): New variable.
5241         (org-table-insert-column, org-table-delete-column)
5242         (org-table-move-column, org-table-fix-formulas): Call
5243         `org-table-fix-formulas' a second time to fix the $LR references.
5244         (org-table-get-specials): Add the $LR references to the tables.
5245         (org-table-get-formula): Do not offer last-row names as LHS of
5246         formulas.
5248         * org.el (org-store-link): Capture link description from
5249         `org-id-store-link'.
5251         * org-exp.el (org-export-html-format-image): Add the / to the end
5252         of the <img> tag.
5253         (org-export-format-source-code): Surround example by empty lines,
5254         to make sure it will not be inside a paragraph.
5256         * org.el (org-ido-switchb): New function.
5258 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5260         * org-agenda.el (org-agenda-show): New prefix argument
5261         FULL-ENTRY.
5263         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5264         argument.
5266         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5267         `org-agenda-change-all-lines'.
5268         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5269         tags are now retrieved locally.
5271 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5273         * org.el (org-get-outline-path): Fix bug if level is not given.
5274         (org-org-menu): Do not quote function in menu vector.
5276         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5277         name.
5279 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5281         * org.el (org-refile): Avoid refiling to within the region to be
5282         refiled.
5284         * org-export-latex.el (org-export-latex-special-chars): Replace
5285         special characters also in tables.
5287         * org-agenda.el (org-agenda-change-all-lines): New argument
5288         FORCE-TAGS.
5289         (org-agenda-set-tags): Cet the new tags and pass them to
5290         `org-format-agenda-item'.
5292 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5294         * org-export-latex.el (org-export-latex-classes): Add longable as
5295         a default package to all classes.
5296         (org-export-latex-tables): Handle the longtable attribute and the
5297         align attribute.
5299         * org-table.el (orgtbl-to-generic): Handle tables that start with
5300         a hline.
5302         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5303         \verb for colde-like snippets.
5304         (org-export-as-latex): Fix issues with region export.
5306         * org.el (org-up-heading-safe): Speed up function by using a
5307         direct regexp search.
5308         (org-olpa): New variable.
5309         (org-get-outline-path): Speed-up path constructions in cases where
5310         this is possible because the entire hierarchy is scanned anyway.
5311         (org-refile-get-location): Don't compare the truenames of files,
5312         this is too slow.
5313         (org-goto-max-level): New option.
5314         (org-goto): Use `org-goto-max-level'.
5316 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5318         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5319         Strip angle brackets from message-ids in the former and don't do
5320         it in the latter.
5321         (org-gnus-follow-link): Open summary reliable, even if the last
5322         messages were deleted, and handle empty groups, too.
5324 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5326         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5327         instead of \texttt for the =...= and ~===~ emphasis environments.
5328         (org-export-as-latex): Remove any old :org-license-to-kill text
5329         properties.
5330         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5331         (org-export-latex-make-header): Add some hard space after the
5332         table of contents.
5333         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5334         exported text so that it will be excuded in further steps.
5336         * org-table.el (org-table-get-specials): Make @0 reference the
5337         last line in a table.
5338         (org-table-recalculate): Improve docstring.
5340 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5342         * org.el (org-log-done): Fix docstring.
5344 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5346         * org-exp.el (org-export-html-format-image): Fix bugs.
5348         * org-export-latex.el (org-export-latex-tables)
5349         (org-export-latex-links): Implement attribute, label, and caption
5350         handling.
5352         * org-exp.el (org-export-html-style-default): Add style
5353         definitions for the figure div.
5354         (org-export-preprocess-string, org-export-as-html): Implement
5355         attribute, label, and caption handling.
5356         (org-export-attach-captions-and-attributes): New function.
5357         (org-export-html-format-image): New function.
5358         (org-format-org-table-html): Implement attribute, label, and
5359         caption handling.
5361         * org.el (org-find-text-property-in-string): New function.
5362         (org-extract-attributes): Use the property org-attr instead of
5363         org-attrobutes, because this property is now set with the #+ATTR
5364         lines.
5366 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5368         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5369         the case that FROM is nil.
5371         * org.el (org-before-first-heading-p): New function.
5373 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5375         * org-exp.el (org-export-as-html): Do not add a space before
5376         enforces line breaks.
5377         (org-export-as-html): Close paragraph before blockquote and verse
5378         tags.
5380 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5382         * org-id.el (org-id-locations-file): Wrap file name with
5383         `convert-standard-filename'.
5384         (org-id-files): New variable.
5385         (org-id-use-hash): New option.
5386         (org-id-update-id-locations): Also search in all files current
5387         listed in `org-id-files'.  Convert the resulting alist to a hash
5388         if the user customation says so.
5389         (org-id-locations-save): Handle he case if `org-id-locations' is a
5390         hash.
5391         (org-id-locations-load): Convert the alist to a hash.
5392         (org-id-add-location): Handle the hast case.
5393         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5394         exited.
5395         (org-id-hash-to-alist, org-id-alist-to-hash)
5396         (org-id-paste-tracker): New functions.
5398 -------------------------------------------------------------------------
5400 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5402         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5403         bindings of calendar variables.
5405         * org-table.el (org-table-find-row-type): Renamed from
5406         `org-find-row-type'.
5407         (org-table-rewrite-old-row-references): Renamed from
5408         `org-rewrite-old-row-references'.
5409         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5410         (org-table-cleanup-narrow-column-properties): Renamed from
5411         `org-cleanup-narrow-column-properties'.
5413 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5415         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5416         for better error messages.
5417         (org-table-get-descriptor-line): Supply the new arguments to
5418         `org-find-row-type'.
5419         (org-table-error-on-row-ref-crossing-hline): New option.
5421         * org.el (org-target-link-regexp): Make buffer-local.
5422         (org-move-subtree-down): Fix bug with trees at beginning of
5423         buffer.
5425 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5427         * org-faces.el (org-set-tag-faces): New function.
5428         (org-tags-special-faces-re): New variable.
5430         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5432         * org-faces.el (org-tag-faces): New option.
5433         (org-tag): Mention `org-tag-faces' in the docstring.
5435 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5437         * org-exp.el (org-export-html-style-default): Implement new
5438         quoting.
5440         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5442         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5443         command to the `w3m-minor-mode-map'.
5445         * org-archive.el (org-archive-to-archive-sibling): Protect
5446         `this-command' to avoid appending kills during archiving.
5448         * org-exp.el (org-export-with-priority): New variable.
5449         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5450         instead of internal list of strings and properties.
5451         (org-print-icalendar-entries): Retrieve the location property with
5452         inheritance.
5454 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5456         * org-exp.el (org-export-with-todo-keywords): New option.
5457         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5458         line.
5459         (org-default-export-plist, org-export-add-options-to-plist)
5460         (org-export-as-ascii, org-export-as-html): Use the new structure
5461         of `org-export-plist-vars'.
5463         * org.el (org-map-entries): Return all values.
5465 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5467         * org.el (org-matcher-time): Recognize more special values.
5469         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5471 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5473         * org.el (org-tags-exclude-from-inheritance): New option.
5474         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5475         `org-tags-exclude-from-inheritance'.
5477         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5478         (org-format-agenda-item): Add inherited tags to the agenda line
5479         string, and make sure that properties are kept when downcasing the
5480         tags list.
5481         (org-agenda-add-inherited-tags): New function.
5482         (org-downcase-keep-props): New function.
5484         * org.el (org-scan-tags): Mark inherited tags with a text
5485         property.
5486         (org-get-tags-at): Mark inherited tags with a text property.
5487         (org-add-prop-inherited): New function.
5489         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5490         (org-agenda-show-inherited-tags): New option.
5492 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5494         * org.el (org-modules): Add org-w3m to the default modules.
5496         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5497         orgtbl-mode.
5498         (orgtabl-create-or-convert-from-region): New command.
5500         * org-exp.el (org-export-as-ascii): Remove the handling of
5501         targets.
5502         (org-export-ascii-preprocess): Handle targets already in this
5503         function.
5505 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5507         * org-timer.el (org-timer-start-time): Define this variable.
5508         (org-timer-item): Make argument optional.
5510         * org-list.el (org-insert-item): Automatically insert a timer item
5511         if the current list is a timer list.
5513         * org-timer.el: New file.
5515         * org-publish.el (org-publish-org-index): Only exclude the index
5516         file in the main directory from being added to the site-map.
5517         (org-publish-get-project-from-filename): If the current project is
5518         a component, start publishing from the parent project.
5520 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5522         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5524         * org-publish.el (org-publish-org-index): Improve removal of
5525         temporary buffers.
5527         * org-agenda.el (org-get-closed): Re-apply changes
5528         accidentially overwritten by last commit to Emacs.
5530         * org.el (org-outline-path-complete-in-steps): New option.
5531         (org-refile-get-location): Honor
5532         `org-outline-path-complete-in-steps'.
5533         (org-agenda-change-all-lines, org-tags-sparse-tree)
5534         (org-time-string-to-absolute, org-small-year-to-year)
5535         (org-link-escape): Re-apply changes accidentially overwritten
5536         by last commit to Emacs
5538 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5540         * org-clock.el (org-dblock-write:clocktable): Make sure the
5541         clocktable sees the first line.
5542         (org-clock-in): Warn if the clock cannot be resumed.
5544 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5546         * org.el (org-open-at-point): Fix mixup about interactive and
5547         non-interactive elisp links.
5549 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5551         * org-exp.el (org-export-preprocess-string): Allow one comment
5552         line before the first headline to always be included.  This is
5553         to not miss a commented target.
5555         * org-mouse.el (org-mouse-insert-item): Call
5556         `org-indent-to-column' instead of `indent-to', for XEmacs
5557         compatibility.
5559         * org.el (org-refile-targets): Fix customize definition so
5560         that it works also in XEmacs.
5561         (org-fixup-indentation): Call `org-indent-to-column' instead
5562         of `indent-to', for XEmacs compatibility.
5564 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5566         * org-mew.el (org-mew-store-link): Get the correct case folder
5567         for refiled messages.
5569 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5571         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5572         line break indicators.
5574         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5575         ido-completion propts.
5577 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5579         * org-remember.el (org-remember-apply-template): Use
5580         `org-substring-no-properties'.
5582         * org-compat.el (org-substring-no-properties): New function.
5584         * org-remember.el (org-remember-apply-template): Use
5585         `org-substring-no-properties' for compatibility.
5587         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5588         option.
5589         (org-fix-bullet-type): respect
5590         `org-list-two-spaces-after-bullet-regexp'.
5592         * org-clock.el (org-clock-load): Clean up the code.
5594         * org.el (org-adaptive-fill-function): Allow two spaces after
5595         "1." as a list bullet.
5597 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5599         * org-clock.el (org-clock-save, org-clock-load): Check for
5600         live buffers, existing files, and buffer file names to ensure
5601         consistent information.
5602         (org-clock-persist): Make `clock' a special value of this
5603         variable, and improve docstring.
5605         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5606         (org-get-string-indentation): Adapt indentation when the bullet
5607         width changes.
5609 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5611         * org-remember.el (org-remember-finalize): Make interactive.
5612         (org-remember-kill): New command.
5613         (org-remember-finish-immediately): Call `org-remember-finalize'
5614         directly.
5615         (org-remember-finalize): Make `org-remember-finalize' an interactive
5616         function.
5618 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5620         * org-remember.el (org-remember-apply-template): No ido completion
5621         for free prompts in remember templates.
5622         (org-remember-before-finalize-hook): New hook.
5623         (org-remember-mode): New minor mode.
5624         (org-remember-apply-template): Turn on `org-remember-mode'.
5626         * org-id.el (org-id-add-location): Avoid error when no file is
5627         given.
5629         * org-remember.el (org-remember-apply-template): Fix the way how
5630         the list of allowed properties is retrieved from the target file.
5632         * org.el (org-insert-link): Improve file link matching.
5634 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5636         * org-colview.el (org-columns-display-here): New argument
5637         DATELINE, to trigger using the new face.
5638         (org-agenda-colview-summarize): Call `org-columns-display-here'
5639         with the new argument.
5641         * org-faces.el (org-agenda-column-dateline): New face.
5643         * org-publish.el (org-publish-org-index): Use index-title at page
5644         title, not as section.
5646         * org-exp.el (org-export-html-format-desc): Respect the
5647         org-protect property.
5648         (org-export-as-html): Protect image specifiers that are in the
5649         description part of a link.
5651         * org.el (org-sort-entries-or-items, org-completing-read)
5652         (org-refile-get-location, org-olpath-completing-read, org-todo)
5653         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5654         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5655         (org-set-property, org-delete-property)
5656         (org-delete-property-globally): Use `org-ido-completing-read'.
5658         * org-remember.el (org-remember-apply-template): Use
5659         `org-ido-completing-read'.
5661         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5663         * org-colview.el (org-columns-edit-value, org-columns-new)
5664         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5666         * org-colview-xemacs.el (org-columns-edit-value)
5667         (org-columns-new, org-insert-columns-dblock): Use
5668         `org-ido-completing-read'.
5670         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5671         `org-ido-completing-read'.
5673         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5674         `org-ido-completing-read'.
5676         * org.el (org-time-today): New function.
5677         (org-matcher-time): Use `org-time-today'.  Add special treatment
5678         for "<tomorrow>" and "<yesterday>".
5679         (org-ido-completing-read): New function.
5680         (org-completion-use-ido): New option.
5682         * org-exp.el (org-export-format-source-code): Fix bug in require
5683         htmlize code.
5684         (org-export-target-internal-links): Fix bug in search for text
5685         property.
5687 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5689         * org-export-latex.el (org-export-latex-subcontent): Interprete
5690         target aliases as additonal labels.
5692         * org-exp.el (org-export-target-aliases): New variable.
5693         (org-export-preprocess-string)
5694         (org-export-handle-invisible-targets): Fill the alias alist.
5695         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5696         assign an id.
5697         (org-html-level-start): Insert the target aliases as additonal
5698         anchors.
5700         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5701         picture area.
5703 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5705         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5706         when following a link with the mouse from the agenda.
5708         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5709         headlines are created.
5711 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5713         * org-exp.el (org-export-preprocess-string): Reorder so that we
5714         can still see ID properties when we collect targets.
5715         (org-export-target-internal-links): Also store targets for ID's.
5717         * org.el (org-link-translation-function): New option.
5718         (org-open-at-point): Call `org-link-translation-function' if
5719         non-nil.
5720         (org-translate-link): New function.
5721         (org-translate-link-from-planner): New function.
5722         (org-open-at-point): Allow interactive commands in elisp links.
5724         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5725         iCalendar quoting.  The new one seems to caus problems with
5726         applications.
5728         * org.el (org-yank): Set `this-command' to `yank', so that
5729         `yank-pop' will work.
5731 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5733         * org-id.el (org-id-search-archives): New option.
5735         * org.el (org-link-to-org-use-id): New option.
5736         (org-store-link): Use `org-link-to-org-use-id'.
5737         (org-id): Make org-id.el a standard component.
5739 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5741         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5742         hexified version of the tag.
5744         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5745         compliance as far as quoting is concerned.
5747         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5749         * org.el (org-up-heading-safe, org-forward-same-level): Always
5750         call `org-back-to-heading' instead of `outline-back-to-heading'.
5751         (org-back-to-heading): New wrapper around outline-back-to-heading,
5752         with a useful error message telling where the error happened.
5754         * org-list.el (org-update-checkbox-count): Always call
5755         `org-back-to-heading' instead of `outline-back-to-heading'.
5757         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5758         has an `alt' attribute, to ensure XHTML validation.
5760 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5762         * org-publish.el (org-publish-attachment): Allow publishing to
5763         overwrite attachment files.
5765         * org-agenda.el (org-agenda-timerange-leaders): New option.
5766         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5768         * org.el (org-edit-src-exit): Untabify ASCII image before
5769         returning.
5782 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5784         * org.el (org-yank): Make any prefix force normal yanking.
5785         Suppress folding if text would be swallowed into a folded
5786         subtree.
5787         (org-yank-folded-subtrees, org-yank): Docstring updates.
5789         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5790         defined as 0.
5792         * org-exp.el (org-export-language-setup): Add Catalan and
5793         Esperanto language entries.
5795 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5797         * org.el (org-refile): Allow refiling of entire regions.
5799         * org-clock.el (org-clock-time%): New function.
5801         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5802         retrieve property values.
5804 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5806         * org-agenda.el (org-agenda-list): Handle the value `only' of
5807         org-agenda-show-log'.
5808         (org-agenda-log-mode): Interpret a double prefix arg.
5810 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5812         * org-exp.el (org-export-html-footnotes-section): New variable.
5813         (org-export-as-html): Use `org-export-html-footnotes-section' to
5814         insert the footnotes.
5815         (org-export-language-setup): Add "Footnotes" to language words.
5817 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5819         * org.el (org-yank): Fix bug when not inserting a subtree.
5821 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5823         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5824         instead of `vm-beginning-of-message'.
5826         * org.el (org-make-link-regexps): Make sure that links to gnus can
5827         contain brackets.
5829 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5831         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5832         code.
5834         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5835         shell output.
5837         * org.el (org-link-abbrev-alist): Improve customization type.
5839         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5840         functions.
5842         * org-agenda.el (org-agenda-get-progress): Renamed from
5843         `org-get-closed'.  Implement searching for state changes as well.
5844         (org-agenda-log-mode-items): New option.
5845         (org-agenda-log-mode): New option prefix argument, interpreted as
5846         request to show all possible progress info.
5847         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5848         `org-get-closed'.
5849         (org-agenda-set-mode-name): Handle the more complex log mode
5850         settings.
5851         (org-get-closed): New alias, pointing to `org-get-progress'.
5853 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5855         * org.el (org-file-apps-defaults-gnu)
5856         (org-file-apps-defaults-macosx)
5857         (org-file-apps-defaults-windowsnt): Add an entry defining the
5858         system command.
5859         (org-file-apps): Allow `system' as key and value.
5860         (org-open-at-point): Explain the effect of a double prefix arg.
5861         (org-open-file): If the argument `in-emacs' is (16),
5862         i.e. corresponding to a double prefix argument, try to open the
5863         file externally.
5865 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5867         * org.el (org-insert-link): Abbreviate absolute files names in
5868         links.  Also, fix a bug in which the double C-u prefix would not
5869         be honored.
5871 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5873         * org.el (org-insert-heading): If buffer does not end with a
5874         newline, add one if necessary to insert headline correctly.
5876         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5877         paragraphs, not inside.
5879         * org.el (org-todo): Quote
5880         `org-agenda-headline-snapshot-before-repeat'.
5882         * org-exp.el (org-export-as-html): Fully process link descriptions.
5883         (org-export-html-format-desc): New function.
5884         (org-export-as-html): Collect footnotes into the correct basket.
5885         (org-html-protect): No longer protect quotations marks here, this
5886         goes wrong.
5888         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5889         BEG.
5891         * org-compat.el (org-fit-window-to-buffer): New function (not
5892         really, a preliminary and incomplete version was present earlier,
5893         but not used).
5895         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5896         `org-fit-window-to-buffer'.
5898         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5900         * org-agenda.el (org-agenda-get-restriction-and-command)
5901         (org-fit-agenda-window, org-agenda-convert-date): Use
5902         `org-fit-window-to-buffer'.
5904         * org-exp.el (org-export-as-html): Process href links through
5905         `org-export-html-format-href'.
5906         (org-export-html-format-href): New function.
5908         * org-agenda.el (org-agenda-todo): Update only the current
5909         headline if this is a repeated TODO, marked done for today.
5910         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5911         only the current line.
5913         * org.el (org-todo): Take a snapshot of the headline if the
5914         repeater might change it.
5916 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5918         * org-publish.el (org-publish-find-title): Remove buffers visited
5919         only for extracting the title.
5921         * org-exp.el (org-export-html-style)
5922         (org-export-html-style-default): Mark style definitions as
5923         unparsed CDATA.
5925         * org-publish.el (org-publish-validate-link): Function
5926         re-introduced.
5928 2008-11-02  Charles Sebold  <csebold@gmail.com>
5930         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5931         property.
5932         (org-plot-quote-timestamp-field): New function.
5933         (org-plot-quote-tsv-field): Call timestamp field function when
5934         necessary rather than just quoting as a string.
5935         (org-plot/gnuplot-to-data): Pass in timefmt property.
5936         (org-plot/gnuplot-script): Supports timefmt property.
5937         (org-plot/gnuplot): Checks for timestamp column before checking
5938         for text index column.
5940 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5942         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5944         * org-publish.el (org-publish-org-index): Create a section in the
5945         index file.
5946         (org-publish-org-index): Stop linking to directories.
5948         * org.el (org-emphasis-alist): Use span instead of <u> to
5949         underline text.
5951         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5952         <pre> sections.
5954 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5956         * org-jsinfo.el (org-infojs-template): Remove language attribute
5957         from script tag.
5959 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5961         * org-agenda.el (org-agenda-remove-marked-text): New function.
5962         (org-agenda-mark-filtered-text)
5963         (org-agenda-unmark-filtered-text): New functions.
5964         (org-write-agenda): Remove fltered text.
5966         * org.el (org-make-tags-matcher): Give access to TODO "property"
5967         without speed penalty.
5969 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5971         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5972         option.
5973         (org-store-link-props): Make sure adding to the plist works
5974         correctly.
5976         * org-gnus.el (org-gnus-no-new-news): New function.
5977         (org-gnus-follow-link): Allow the article ID to be a message-id,
5978         in addition to allowing article numbers.  Message IDs make much
5979         more roubust links.
5980         (org-gnus-store-link): Use message-id to create link.
5982 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5984         * org.el (org-emphasize): Reverse the selection array.
5985         (org-emphasis-alist): Set <code> tags for the verbatim
5986         environment.
5988         * org-remember.el (org-remember-handler): Fix bug with
5989         prefix-related changing of the note storage target.
5991         * org-exp.el (org-print-icalendar-entries): Make the exported
5992         priorities compatible with RFC 2445.
5994         * org-clock.el (org-clock-save): Insert time stamp without
5995         dependence on time-stamp.el.
5997 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5999         * org.el ("saveplace"): If saveplace puts point into an invisible
6000         location, make it visible.
6001         (org-make-tags-matcher): Allow inactive time stamps in time
6002         comparisons.
6003         (org-yank-adjusted-subtrees): New option.
6004         (org-yank): Incorporate adjusting trees.
6005         (org-paste-subtree): New argument FOR-YANK which will cause
6006         insertion at point without backing up over white lines, and leave
6007         point at the end of the inserted text.  Also if the cursor is
6008         at the beginning of a headline, use the same level or the inserted
6009         tree.
6011         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6012         with broken symlinks
6014 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6016         * org-exp.el (org-export-select-tags, org-get-current-options):
6017         Fix typo.
6019 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6021         * org-agenda.el (org-format-agenda-item)
6022         (org-agenda-filter-make-matcher): Make sure tags are stored and
6023         compared donwcased.
6025 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6027         * org.el (org-insert-todo-heading): Fix bug with force-heading
6028         argument.
6030 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6032         * org-clock.el (org-clock-in-resume): Add a custom option to
6033         toggle starting the clock from an open clock line.
6034         (org-clock-in): When clocking in to an entry, if
6035         `org-clock-in-resume' is set, check if the first clock line is
6036         open and if so, start the clock from the time in the clock line.
6037         (org-clock-persist): Add a custom option to toggle clock
6038         persistence.
6039         (org-clock-persist-query-save): Add a custom option to toggle
6040         asking the user if they want to save the running clock when
6041         exiting.
6042         (org-clock-persist-query-resume): Add a custom option to toggle
6043         asking the user if they want to resume the saved clock when Emacs
6044         is restarted.
6045         (org-clock-save): Add a function to save clock data.
6046         This includes the contents of `org-clock-history' and the buffer
6047         and position of the currently clocked task, if any.
6048         (org-clock-load): Add a function to load clock data.
6049         This populates `org-clock-history', and resumes the saved clocked
6050         task if there is one.
6051         (org-clock-persistence-insinuate): Add a method to set up the
6052         hooks for clock persistence.
6054 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6056         * org-exp.el (org-export-as-ascii): Handle the case that we are
6057         publishing from an indirect buffer.
6059         * org-table.el (org-table-copy-down): Fix bug with time stamp
6060         increment.
6062         * org-mouse.el (org-mouse-features): New option.
6063         (org-mode-hook): Turn on features depending on
6064         `org-mouse-features'.
6066         * org.el (org-insert-heading-respect-content): Force heading
6067         creation.
6068         (org-insert-heading): keep the folding state of the heading before
6069         the inserted one.
6071 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6073         * org-archive.el (org-archive-to-archive-sibling): Handle top
6074         level headlines better.
6076 2008-10-21  Bastien Guerry  <bzg@altern.org>
6078         * org-export-latex.el (org-export-latex-classes): Added
6079         \usepackage{graphicx} to the default list of packages.
6081 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6083         * org-agenda.el (org-agenda-filter): Renamed from
6084         `org-agenda-filter-tags'.
6086 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6088         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6089         is not defined as a property in this entry.
6090         (org-add-log-note): Mask prefix argument when immediately storing
6091         the note.
6093         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6094         option.
6096 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6098         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6099         after drawers was skipping ahead one line too many, so notes were
6100         inserted after the first note instead of before it.
6102 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6104         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6105         New variables.
6106         (org-prepare-agenda): Reset the filter tags.
6107         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6108         Show filter tags in mode line.
6110         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6111         formatter.
6113         * org-export-latex.el (org-latex-entities-regexp): New constant.
6114         (org-export-as-pdf): Use two calls to `shell-command'.
6116 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6118         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6119         Honor the {} value of the subsuperscript setting.  Make sure that
6120         longer subsuperscripts are typeset in a roman font.
6122         * org.el (org-clock-update-time-maybe): Compute negative clock
6123         intervals correctly.
6125 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6127         * org.el (org-add-log-setup): Respect
6128         `org-log-state-notes-insert-after-drawers'.
6129         (org-log-state-notes-insert-after-drawers): New option.
6130         (org-todo-trigger-tag-changes): New function.
6131         (org-todo): Call `org-todo-trigger-tag-changes'.
6133 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6135         * org.el (org-add-log-setup): Only skip drawers if the are
6136         immediately after the scheduling keywords.
6138         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6139         function
6140         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6141         call it with the current todo state to get the state to switch to
6142         when clocking in.
6143         (org-clock-in): Use org-indent-line-function to indent clock lines.
6144         (org-clock-find-position): Fix indentation of empty clock drawers.
6146 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6148         * org-publish.el (org-publish-org-to): Handle case when
6149         org-export-to-pdf does return a file name, not a buffer.
6150         (org-publish-org-to-pdf): New function.
6152         * org-export-latex.el (org-export-as-pdf)
6153         (org-export-as-pdf-and-open): New commands.
6155         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6156         forms as ranges.
6158         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6159         things in protexted regions.
6161 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6163         * org-export-latex.el (org-export-latex-preprocess): Improve
6164         quoting of LaTeX environments.
6166 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6168         * org.el (org-edit-fixed-width-region): Exclude final newline from
6169         picture area.
6171         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6172         sections, to make internal links work.
6173         (org-export-latex-fontify-headline): Do not remove all text
6174         properties, to make sure that target properties survive this
6175         process.
6177         * org-exp.el (org-export-preprocess-string): Change sequence of
6178         modifications, to make sure links are prepared before the LaTeX
6179         conversions do happen.
6181 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6183         * org-attach.el (org-attach-delete-all): Renamed from
6184         `org-attch-delete'.  Add a security query before deleting the
6185         entire directory.  New optional argument FORCE can overrule the
6186         security query.
6187         (org-attach-delete-one): New command.
6189 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6191         * org-attach.el (org-attach-file-list): Fix bug with directory.
6193 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6195         * org.el (org-apps-regexp-alist): New function.
6196         (org-file-apps): Add auto-mode to the default value.
6197         (org-open-file): Use the new structure of org-file-apps.
6199         * org-attach.el (org-attach): Support the new keys.
6200         (org-attach-method): New option.
6202 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6204         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6205         March.
6207         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6208         of the list value o `org-use-tag-inheritance'.
6210         * org-attach.el (org-attach-auto-tag): New option.
6211         (org-attach-tag, org-attach-untag): New functions.
6212         (org-attach-attach, org-attach-new, org-attach-sync): Call
6213         `org-attach-tag'.
6214         (org-attach-delete): Call `org-attach-untag'.
6216 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6218         * org-table.el (orgtbl-self-insert-command): Make this work for
6219         the keypad as well.
6221 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6223         * org.el (org-add-log-setup): Limit searc for drawers to entry
6224         text, not to subtree.
6226         * org-clock.el (org-clock-heading-for-remember): New variable.
6227         (org-clock-in): Set `org-clock-heading-for-remember'.
6229 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6231         * org-remember.el (org-remember-apply-template): Add new
6232         expansions: %k, %K for currently clocked task and a link to the
6233         currently clocked task, and %< to file notes in the currently
6234         clocked task.
6236 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6238         * org-export-latex.el (org-export-latex-make-header): Also insert
6239         the content of the property :latex-header-extra.
6241         * org-exp.el (org-infile-export-plist): Put the content of
6242         #+LATEX_HEADER: into the property :latex-header-extra.
6244         * org-colview.el (org-columns-get-format-and-top-level): Remove
6245         resetting the marker.
6247         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6248         Remove resetting the marker.
6250         * org.el (org-entry-property-inherited-from): Improve docstring.
6251         (org-entry-get-with-inheritance): Reset marker before starting the
6252         search.
6254         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6256 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6258         * org.el (org-entry-get-multivalued-property)
6259         (org-entry-protect-space, org-entry-restore-space): New
6260         functions.
6261         (org-file-apps-defaults-macosx): Let postscript files be opened by
6262         preview.
6263         (org-time-stamp-inactive): Call `org-time-stamp'.
6264         (org-time-stamp): New argument `inactive'.  Also edit inacive
6265         stamps. Convert time stamp type.
6266         (org-open-file): Interpret the `default' value for the `command'
6267         in `org-file-apps'.
6269         * org-id.el (org-id-int-to-b36-one-digit)
6270         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6271         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6272         b36.
6274 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6276         * org-id.el (org-id-reverse-string): New function.
6277         (org-id-new): Use `org-id-reverse-string' to make sure the
6278         beginning chars of the ID are mutating fast.  This allows to use a
6279         directory structure to spread things better.
6280         (org-id-prefix): Changed default to nil.
6282         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6283         restore the column of the cursor position.
6285         * org-remember.el (org-remember-apply-template): Remove properties
6286         from `initial'.
6288 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6290         * org-wl.el (org-wl-open): Remove useless call to
6291         `wl-thread-open-all'.
6293         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6294         location.
6296 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6298         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6299         `org-bbdb-anniversaries'.
6301         * org.el (org-get-next-sibling, org-forward-same-level): New
6302         functions, similar to the outline versions, but invisible headings
6303         are OK.
6305 2008-09-25  Bastien Guerry  <bzg@altern.org>
6307         * org.el (org-auto-repeat-maybe): Insert a space between
6308         the timestamp's type and the timestamp itself.
6310 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6312         * org-table.el (org-table-sum): Do not format the result with %g,
6313         it does rounding when there are too many digits.
6315         * org.el (org-map-entries): Protect the keyword-selecting variables.
6317 2008-09-23  Bastien Guerry  <bzg@altern.org>
6319         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6320         against all agenda files.
6322 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6324         * org-list.el: New file, aggregating list functions from org.el
6325         and org-export-latex.el.
6327         * org.el (org-edit-src-region-extra): New option.
6329 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6331         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6332         time before 1am.
6334 2008-09-22  Bastien Guerry  <bzg@altern.org>
6336         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6338 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6340         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6341         hline work correctly.
6342         (org-plot/gnuplot-script): Put commas at the end of each script
6343         line.
6345 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6347         * org.el (org-get-refile-targets): Replace links with their
6348         descriptions
6349         (org-imenu-get-tree): Replace links with their descriptions.
6351         * org-remember.el (org-remember-apply-template): Add a new
6352         expansion for adding properties to remember items.
6354         * org.el (org-add-log-setup): Skip over drawers (properties,
6355         clocks etc) when adding notes.
6357         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6358         items as well as the start and end times.
6360         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6361         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6363         * org-remember.el (org-get-x-clipboard): Use the compat
6364         function to get clipboard values when x-selection-value is
6365         unavailable. Use substring-no-properties instead of
6366         set-text-properties to remove text properties from the clipboard
6367         value.
6369         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6370         modeline clock string, and display the full todo value in the
6371         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6372         the currently clocked task.
6373         (org-clock-string-limit): Add a custom value for the maximum
6374         length of the clock string in the modeline.
6375         (org-clock-mode-map): Add a keymap for the modeline string
6377 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6379         * org-compat.el (org-propertize): New function.
6381 2008-09-20  Bastien Guerry  <bzg@altern.org>
6383         * org-export-latex.el (org-export-latex-tables): protect exported
6384         tables from further special chars conversion.
6385         (org-export-latex-preprocess): Preserve LaTeX environments.
6386         (org-list-parse-list): Parse descriptive lists.
6387         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6388         (org-list-to-texinfo): Export descriptive lists.
6389         (org-quote-chars): Remove.
6390         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6391         (org-export-latex-list-beginning-re): Rename to
6392         `org-list-beginning-re'
6393         (org-list-item-begin): Rename to `org-list-item-beginning'
6395 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6397         * org.el (org-refile): Allow refiling to the last entry in the
6398         buffer.
6399         (org-get-tags-at): Fix bug when inheritance is turned off.
6401 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6403         * org.el (org-indent-line-function): No longer check for src
6404         regions, this is too much overhead.
6406         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6407         matching.
6409         * org.el (org-scan-tags): Make sure that tags matching is not case
6410         sensitive.  TODO keyword matching is case sensitive, however, to
6411         avoid confusion with similar words that are not meant to be
6412         keywords.
6414 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6416         * org.el (org-get-local-tags-at): New function.
6417         (org-get-local-tags): New function.
6419         * org-exp.el (org-export-get-categories): New function.
6421         * org-agenda.el (org-sorting-choice)
6422         (org-agenda-sorting-strategy, org-agenda-get-todos)
6423         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6424         (org-agenda-get-scheduled, org-agenda-get-blocks)
6425         (org-entries-lessp): Implement sorting by TODO state.
6426         (org-cmp-todo-state): New defsubst.
6428         * org-colview.el (org-colview-construct-allowed-dates): New
6429         function.
6430         (org-columns-next-allowed-value): Use
6431         `org-colview-construct-allowed-dates'.
6433         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6434         function.
6435         (org-columns-next-allowed-value): Use
6436         `org-colview-construct-allowed-dates'.
6438 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6440         * org.el (org-protect-slash): New function.
6441         (org-get-refile-targets): Use `org-protect-slash'.
6443         * org-agenda.el (org-global-tags-completion-table): New variable.
6445         * org-exp.el (org-export-handle-export-tags): New function.
6446         (org-export-preprocess-string): Call
6447         `org-export-handle-export-tags'.
6449         * org-plot.el: New file.
6451         * org-publish.el (org-publish-expand-components): Function removed.
6452         (org-publish-expand-projects): Allow components to have components.
6454 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6456         * org.el (org-indent-line-function): Do not indent in regions that
6457         are external source code.
6458         (org-yank-and-fold-if-subtree): New function.
6460         * org-agenda.el (org-agenda-todayp): New function.
6461         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6462         `org-agenda-todayp'.
6464         * org.el (org-insert-heading-respect-content)
6465         (org-insert-todo-heading-respect-content): New commands.
6466         (org-insert-heading-respect-content): New option.
6467         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6469         * org-clock.el (org-clock-find-position): Make sure the note after
6470         the clock line gets moved into the new clock drawer.
6472 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6474         * org-id.el (org-id-new): New option.
6476 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6478         * org-table.el (org-table-copy-down): Avoid overflow during
6479         increment.  Use prefix argument 0 to temporarily disable the
6480         increment.
6482 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6484         * org-exp.el (org-export-as-html): Do not turn on the major mode
6485         if the buffer will be killed anyway.
6486         (org-get-current-options): Exclude the #+TEXT field.
6487         (org-export-as-html): Make sure text before the first headline is
6488         a paragraph.
6490         * org-publish.el (org-publish-org-to): Tell the exporter that this
6491         buffer will be killed, so it is not necessary to do major mode
6492         initialization.
6494         * org-archive.el (org-archive-to-archive-sibling): Show empty
6495         lines after folding the archive sibling.
6497         * org.el (org-log-note-extra): New variable.
6499 2008-09-05  Bastien Guerry  <bzg@altern.org>
6501         * org.el (org-additional-option-like-keywords): Added keywords for
6502         the _QUOTE, _VERSE and _SRC environments.
6504         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6505         exporting _QUOTE and _VERSE environments.
6507 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6509         * org-agenda.el (org-agenda-filter-by-tag): New command.
6511         * org-exp.el (org-get-current-options): Remove angular brackets
6512         from the date entry.
6514         * org.el (org-edit-fixed-width-region): New function.
6515         (org-edit-fixed-width-region): Also try
6516         `org-edit-fixed-width-region'.
6517         (org-edit-fixed-width-region-mode): New option.
6518         (org-activate-code): Only interprete lines starting with colon
6519         plus a space as example lines.
6521         * org-remember.el (org-remember-templates): Add nil instead of
6522         empty strings to fix the length of remember templates.
6524         * org-table.el (org-calc-default-modes): Fix the time format for
6525         calc, from 12 hour to 24 hour clock.
6527 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6529         * org-agenda.el (org-agenda-get-deadlines)
6530         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6531         entries that are pre-warnings of deadlines or reminders.
6533         * org.el (org-sort-entries-or-items): Make numeric and alpha
6534         comparisons ignore any TODO keyword and priority cookie.
6536         * org-remember.el (org-remember-handler): Reinterpretation of the
6537         prefix argument.
6539 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6541         * org-agenda.el (org-agenda-get-scheduled): Use new
6542         `org-scheduled' face.
6544         * org-faces.el (org-scheduled): New face.
6546         * org-wl.el (org-wl-open): Remove incorrect declaration.
6548         * org-gnus.el (org-gnus-store-link): Support for :to information
6549         in gnus links.
6551         * org-exp.el (org-export-as-html): Fixed typo in creator
6552         information.
6553         (org-export-protect-examples): New parameter indent.  Insert extra
6554         spaces only when this parameter is specified.
6555         (org-export-preprocess-string): Call `org-export-protect-examples'
6556         with an indentation parameter when exporting to ASCII.
6558         * org-remember.el (org-remember-templates)
6559         (org-remember-apply-template): Allow the file component to be a
6560         function.
6562         * org.el (org-goto-local-search-headings): Renamed from
6563         `org-goto-local-search-forward-headings'.  Added the possibility
6564         to search backwards.
6566 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6568         * org-export-latex.el (org-export-latex): New customization
6569         group.
6571         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6573 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6575         * org-exp.el (org-html-do-expand): Allow {} to terminate
6576         tex macro
6578 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6580         * org.el (org-buffer-list): Select buffers based on major mode,
6581         not on file name.
6583 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6585         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6586         face property.
6588         * org-colview.el (org-columns-display-here): Use
6589         `org-columns-modify-value-for-display-function'.
6591         * org-colview-xemacs.el (org-columns-display-here): Use
6592         `org-columns-modify-value-for-display-function'.
6594 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6596         * org.el (org-columns-modify-value-for-display-function): New option.
6608         * org-publish.el (org-publish-file): Make sure the directory match
6609         for the publishing directory works correctly.
6611         * org-agenda.el (org-agenda-execute-calendar-command)
6612         (org-agenda-diary-entry): Additional optional argument.
6614 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6616         * org-exp.el (org-export-as-html): Add attributes also in mailto
6617         and ftp links.
6619         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6628 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6630         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6631         sure that calls from `org-export-region-as-html' do not do the
6632         special check for a subtree.
6634 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6636         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6638 2008-07-20  Juri Linkov  <juri@jurta.org>
6640         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6641         new keymap `narrow-map' instead of binding "\C-xns".
6643 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6645         * org.el (org-open-file): Use
6646         `org-open-directory-means-index-dot-org'.
6647         (org-open-directory-means-index-dot-org): New option.
6649 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6651         * org.el (org-make-link-string): Remove link attributes from
6652         description.
6653         (org-open-at-point): Remove link attributes bevore using the path.
6655         * org-exp.el (org-export-as-html): Handle link attributes.
6657         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6659         * org-table.el (org-table-to-lisp): New function.
6661         * org.el (org-narrow-to-subtree): Do not include the final newline
6662         into the narrowed region.
6664         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6665         bug with user-define skipping condition.
6667 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6669         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6671 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6673         * org-exp.el (org-export-html-style-default): Automatic overflow
6674         handling for pre fields.
6675         (org-export-as-ascii, org-export-as-html): Change default format
6676         for time stamp.
6678         * org-table.el (org-table-export): Offer completion for translator
6679         functions, and do not require a heading above the table.
6681         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6682         Cater for the case of a list starting in the first line of the
6683         buffer.
6685 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6687         * org-publish.el (org-publish-find-title): Bug fix.
6688         (org-publish-org-index): Implement new :index-style option.
6690 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6692         * org-publish.el (org-publish-timestamp-filename): Use
6693         SHA1-encoded file names in the timestamp directory.
6695 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6697         * org-publish.el (org-publish-needed-p): Be verbose about files
6698         published and files skipped.
6700         * org-exp.el (org-export-preprocess-string): Swap link
6701         normalization and inernal link targeting.
6703         * org-publish.el (org-publish-needed-p): Create timestamp
6704         directory when it does not exist.
6706 2008-07-04  Bastien Guerry  <bzg@altern.org>
6708         * org-clock.el (org-clock-out-when-done): Doc fix.
6710         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6712         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6713         Ignore case when searching for the COMMENT cookie at export time.
6715 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6717         * org-exp.el (org-get-file-contents)
6718         (org-get-and-remove-property): New functions.
6719         (org-export-handle-include-files): Handle the new prefix options.
6720         (org-export-as-html): Fix the verse environment.
6722 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6724         * org.el (org-time=, org-time<, org-time<=, org-time>)
6725         (org-time>=, org-time<>, org-2ft): New functions.
6726         (org-op-to-function): Also provide for the time testing fucntions.
6728 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6730         * org-exp.el (org-export-html-style-default): New constant.
6732 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6734         * org-exp.el (org-export-html-style-extra): New variable.
6735         (org-export-splice-style): New function.
6737 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6739         * org-exp.el (org-export-plist-vars, org-export-as-html):
6740         Implement `org-export-creator-info'.
6741         (org-export-creator-info): New option.
6743 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6745         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6746         (org-property-drawer-re, org-clock-drawer-re): New constants.
6748 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6750         * org-exp.el (org-icalendar-use-deadline)
6751         (org-icalendar-use-scheduled): New options.
6752         (org-icalendar-include-todo): Default changed to t.
6753         (org-print-icalendar-entries): Implement better utilization of
6754         scheduling and deadline time stamps.
6755         (org-export-target-internal-links, org-export-as-html): Allow file
6756         lines without the "file:" prefix if the file path is an absolute
6757         path or starts with ".".
6759         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6760         lastweek etc.
6761         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6763 2008-06-18  Glenn Morris  <rgm@gnu.org>
6764         * org.el (org-map-entries): Let-bind `file'.
6766 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6768         * org.el (org-agenda-skip-archived-trees): Docstring now
6769         discourages using this.
6770         (org-scan-tags): Check for org-agenda-archives-mode.
6771         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6772         (org-agenda-files): Functionality of second arg changed.
6774         * org-agenda.el (org-agenda-archives-mode): New variable
6775         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6776         (org-search-view, org-todo-list, org-tags-view)
6777         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6778         `ifmode' argument.
6779         (org-agenda-quit): Reset the archives mode.
6780         (org-agenda-archives-mode): New command.
6781         (org-agenda-set-mode-name): Include archives info.
6783 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6785         * org.el (org-paste-subtree): Make sure the yanked headline is
6786         visible if it was yanked at a visible point.
6787         (org-move-item-up): Fix the bug with moving white space at the end
6788         of the item.
6789         (org-show-empty-lines-in-parent): New function.
6791 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6793         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6795         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6797         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6798         agenda prefix as well.
6800         * org-publish.el (org-publish-org-index): Make a properly indented
6801         list.
6803         * org.el (org-calendar-agenda-action-key): New option.
6804         (org-get-cursor-date): New function.
6805         (org-mark-entry-for-agenda-action): New command.
6806         (org-overriding-default-time): New variable.
6807         (org-read-date): Respect `org-overriding-default-time'.
6809         * org-remember.el (org-remember-apply-template): Respect the
6810         ovverriding default time.
6812         * org-agenda.el (org-agenda-action-marker): New variable.
6813         (org-agenda-action): New command.
6814         (org-agenda-do-action): New function.
6816 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6818         * org.el (org-schedule, org-deadline): Protect scheduled and
6819         deadline tasks against changes that accidently remove the
6820         repeater.  Also show a message with the new date when done.
6822 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6824         * org.el (org-beginning-of-line): Cater for the case when there
6825         are tags but no headline text.
6826         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6827         it set.
6829 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6831         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6832         the return value is nil instead of "nil" when there is no match.
6834         * org-exp.el (org-insert-centered): Use fill-column instead of
6835         80.
6836         (org-export-as-ascii): Use string-width to measure the width of
6837         the heading.
6839         * org.el (org-diary-to-ical-string): No longer kill buffer
6840         FROMBUF, this is now done by the caller.
6842         * org-exp.el (org-print-icalendar-entries): Move the call to
6843         `org-diary-to-ical-string' out of the loop, and kill the buffer
6844         afterwords.
6846         * org-remember.el (org-remember-visit-immediately): Position
6847         cursor after moving to the note.
6848         (org-remember-apply-template): Use a text property to record the
6849         cursor position.
6850         (org-remember-handler): Align tags after pasting the note.
6852 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6854         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6856         * org-agenda.el (org-agenda-open-link): If there is an
6857         org-bbdb-name property in the current line, jump to that bbdb
6858         entry.
6860         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6861         text property, so that the agenda knows where this entry comes
6862         from.
6864         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6865         interaction between clocking-in from the agenda, and  automatic
6866         task state switching.
6868         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6870         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6871         zmacs-region stays after this command in XEmacs.
6873 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6875         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6877         * org-remember.el (org-remember-templates): Fix bug in
6878         customization type definition.
6880         * org.el (org-map-entries): New function.
6882 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6884         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6885         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6887 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6889         * org-remember.el (org-jump-to-target-location): New variable.
6890         (org-remember-apply-template): Set
6891         `org-remember-apply-template' if requested by template.
6892         (org-remember-handler): Start an idle timer to jump to
6893         remember location.
6895         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6897         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6898         file tags.
6899         (org-get-tags-at): Add the content of `org-file-tags'.
6901         * org-exp.el (org-export-handle-comments): Fix bug with several
6902         comment lines after each other.
6903         (org-number-to-roman, org-number-to-counter): New functions.
6904         (org-export-section-number-format): New option.
6906 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6908         * org-exp.el (org-export-protect-examples): Catch the case of a
6909         missing end_example line.
6911         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6912         `org-file-tags' to nil.
6914         * org-colview.el (org-columns-next-allowed-value): Handle next
6915         argument NTH to directly select a value.
6917         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6918         argument NTH to directly select a value.
6920 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6922         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6924 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6926         * org.el (org-columns-ellipses): New option.
6928 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6930         * org-colview.el (org-columns-add-ellipses): New function.
6931         (org-columns-compact-links): New function.
6932         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6933         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6934         when in agenda.
6935         (org-columns-edit-value): Fixed bug with editing values from
6936         agenda column view.
6937         (org-columns-redo): Also redo the agenda itself.
6939 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6941         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6942         option.
6944         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6946         * org-exp.el (org-export-ascii-preprocess): Renamed from
6947         `org-export-ascii-clean-string'.
6948         (org-export-kill-licensed-text)
6949         (org-export-define-heading-targets)
6950         (org-export-handle-invisible-targets)
6951         (org-export-target-internal-links)
6952         (org-export-remove-or-extract-drawers)
6953         (org-export-remove-archived-trees)
6954         (org-export-protect-quoted-subtrees)
6955         (org-export-protect-verbatim, org-export-protect-examples)
6956         (org-export-select-backend-specific-text)
6957         (org-export-mark-blockquote-and-verse)
6958         (org-export-remove-comment-blocks-and-subtrees)
6959         (org-export-handle-comments, org-export-mark-radio-links)
6960         (org-export-remove-special-table-lines)
6961         (org-export-normalize-links)
6962         (org-export-concatenate-multiline-links)
6963         (org-export-concatenate-multiline-emphasis): New functions,
6964         obtained from spliiting the export preprocessor.
6966         * org-table.el (org-table-recalculate): Improve error message if
6967         the row number is invalid.
6969 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6971         * org-archive.el (org-archive-save-context-info): Fix bugs in
6972         customization setup and docstring.
6974         * org-exp.el (org-export-html-style): Changed the size of in the
6975         <pre> element to 90%.
6977 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6979         * org.el (org-find-src-example-start): Function removed.
6980         (org-edit-src-find-region-and-lang): New function.
6982 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6984         * org.el (org-edit-src-exit): New function.
6985         (org-exit-edit-mode): New minor mode.
6987         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6988         comment-like lines from protected examples.
6990         * org.el (org-edit-src-example, org-find-src-example-start)
6991         (org-protect-source-example, org-edit-special): New functions.
6993 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6995         * org-publish.el (org-publish-project-alist): Fix typo in
6996         docstring.
6997         (org-publish-project-alist): Handle :index-title property.
6999 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7001         * org-export-latex.el (org-export-as-latex): Make sure region
7002         bounds are correct.  Parse subtree properties relating to export.
7004         * org-exp.el (org-export-add-options-to-plist): New function.
7005         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7007 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7009         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7010         EXPORT_TITLE.
7012         * org-exp.el (org-export-get-title-from-subtree)
7013         (org-export-as-ascii, org-export-as-html): Make sure the original
7014         region-beginning and region-end are used, even after moving
7015         point.
7016         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7017         property.
7019         * org-remember.el (org-remember-last-stored-marker): New variable.
7020         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7021         (org-remember-handler): Also use marker to remember
7022         last-stored position.
7024         * org.el (org-goto-marker-or-bmk): New function.
7026 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7028         * org.el (org-file-properties): Renamed from `org-local-properties'.
7029         (org-scan-tags): Take file tags into account.
7030         (org-tags-match-list-sublevels): Default changed to t.
7032         * org-exp.el (org-export-as-html): Close paragraph after a
7033         footnote.
7035         * org.el (org-update-parent-todo-statistics): New function.
7037         * org-exp.el (org-icalendar-store-UID): New option.
7038         (org-icalendar-force-UID): Option removed.
7039         (org-print-icalendar-entries): IMplement UIDs.
7041 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7043         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7045 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7047         * org-faces.el (org-column): Document how this face is being used
7048         and why sometimes the background faces shine through.
7050         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7052         * org-publish.el (org-publish-attachment): Create publishing
7053         directory if it does not yet exist.
7055         * org-table.el (org-calc-default-modes): Change default number
7056         format to (float 8).
7058         * org.el (org-olpath-completing-read): New function.
7059         (org-time-clocksum-format): New option.
7060         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7062         * org-clock.el (org-clock-display, org-clock-out)
7063         (org-update-mode-line): Use `org-time-clocksum-format'.
7065         * org-colview-xemacs.el (org-columns-number-to-string): Use
7066         `org-time-clocksum-format'.
7068         * org-colview.el (org-columns-number-to-string): Use
7069         `org-time-clocksum-format'.
7071 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7073         * org-id.el: New file, move from contrib to core.
7075         * org-exp.el (org-icalendar-force-UID): New option.
7077 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7079         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7080         shifted by one day if theere is a date range without an end
7081         time.
7083         * org.el (org-try-structure-completion): New function.
7085 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7087         * org.el (org-set-font-lock-defaults): Improve fontification of
7088         description lists.
7089         (org-insert-item): Handle description lists.
7090         (org-adaptive-fill-function): Improve auto indentation in
7091         description lists.
7093         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7094         Implement VERSE environment.
7095         (org-export-preprocess-string): Implement the COMMENT
7096         environment.
7098         * org-export-latex.el (org-export-latex-preprocess): Implement
7099         VERSE environment.
7101 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7103         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7104         option.
7106 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7108         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7110         * org.el (org-quote-csv-field): New functions.
7112         * org-table.el (org-table-export-default-format): Remove :splice
7113         from default format, we get the same effect by not specifying
7114         :tstart and :tend.
7115         (org-table-export): Improve setup, distinguish better between
7116         interactive and non-interactive use, allow specifying the format
7117         on the fly, better protection against wrong file names.
7118         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7119         and :tend when :splice is omitted.
7121 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7123         * org-clock.el (org-clock-select-task): Make sure the selection
7124         letters are 1-9 and A-Z, no special characters.
7126 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7128         * org-exp.el (org-export-htmlize): New group.
7129         (org-export-htmlize-output-type)
7130         (org-export-htmlize-css-font-prefix): New options.
7131         (org-export-htmlize-region-for-paste): New function.
7132         (org-export-htmlize-generate-css): New command.
7134 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7136         * org/org.el (org-modules, org-format-latex-options):
7137         * org/org-archive.el (org-archive-stamp-time)
7138         (org-archive-save-context-info):
7139         * org/org-faces.el (org-hide):
7140         * org/org-irc.el (org-irc-parse-link):
7141         * org/org-macs.el (org-call-with-arg, org-autoload):
7142         * org/org-mew.el (org-mew-store-link):
7143         * org/org-remember.el (org-remember-store-without-prompt)
7144         (org-remember-templates): Fix typos in docstrings.
7146         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7148         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7149         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7150         (org-bbdb-anniv-split): Fix typos in docstrings.
7152         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7153         (org-publish-use-timestamps-flag): Reflow docstring.
7154         (org-publish-files-alist): Fix typos in docstring.
7156 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7158         * org.el (org-set-visibility-according-to-property): New function.
7159         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7160         and compute the regular expressions, and update font-lock.
7161         (org-property-re): Allow a dash in property names.
7163         * org-archive.el (org-extract-archive-file): Insert the file name
7164         without the path into the format, to allow the location format to
7165         contain a subdirectory.
7167         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7168         of buffer, and the `org-agenda-type' property undefined, use the
7169         value from the character before.
7171         * org.el (org-add-planning-info): Don't let indentation for
7172         would-be timestamp become extra whitespace at the end of headline.
7174 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7176         * org.el (org-remove-double-quotes, org-file-contents): New
7177         functions.
7179         * org-exp.el (org-infile-export-plist): Also parse the
7180         contents of #+SETUPFILE files, recursively.
7182         * org.el (org-set-regexps-and-options): Also parse the
7183         contents of #+SETUPFILE files, recursively.
7185         * org-exp.el (org-export-handle-include-files): New function.
7186         (org-export-preprocess-string): Call
7187         `org-export-handle-include-files'.
7189         * org.el (org-delete-property-globally)
7190         (org-delete-property, org-set-property): Ignore case during
7191         completion.
7192         (org-set-property): Use `org-completing-read' instead of
7193         `completing-read'.
7195         * org.el (org-complete-expand-structure-template): New,
7196         experimental function.
7197         (org-structure-template-alist): New, experimental option.
7198         (org-complete): Call `org-complete-expand-structure-template'.
7200 2008-05-06  Bastien Guerry  <bzg@altern.org>
7202         * org-export-latex.el (org-export-latex-preprocess): Added
7203         support for blockquotes.
7205 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7207         * org.el (org-read-date-analyze): Catch the case where only a
7208         weekday is given.
7210 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7212         * org.el (org-set-font-lock-defaults): Make the description
7213         tag bold.
7215         * org-exp.el (org-export-as-html, org-close-li): Implement
7216         description lists.
7218 2008-05-04  Jason Riedy  <jason@acm.org>
7220         * org-table.el (*orgtbl-default-fmt*): New variable.
7221         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7222         when there is no other fmt available.
7224         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7225         :tend to suppress the appropriate string.
7227         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7228         table.
7230 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7232         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7233         read date.
7235         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7236         New function.
7238         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7239         New function.
7241 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7243         * org-clock.el (org-clock-find-position): Don't include notes
7244         into clock drawer.
7246         * org-archive.el (org-archive-subtree): No longer remove an
7247         extra line after cutting the subtree.  `org-cut-subtree' already
7248         takes care of this.
7250         * org-remember.el (org-remember-handler): Only kill the target
7251         buffer if it does not contain the running clock.
7253         * org.el (org-markers-to-move): New variable.
7254         (org-save-markers-in-region, org-check-and-save-marker)
7255         (org-reinstall-markers-in-region): New function.
7256         (org-move-subtree-down, org-copy-subtree): Remember relative
7257         marker positions before cutting.
7258         (org-move-subtree-down, org-paste-subtree): Restore relative
7259         marker positions after pasting.
7261         * org-remember.el (org-remember-clock-out-on-exit): New option.
7262         (org-remember-finalize): Clock out only if the setting in
7263         `org-remember-clock-out-on-exit' requires it.
7264         (org-remember-handler): Do the cleanup in the buffer, to make sure
7265         that the clock marker remains in tact.
7267 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7269         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7270         (org-clock-in): Make sure that also tasks outside the narrowed
7271         region will be clocked in correctly.
7272         (org-clock-insert-selection-line): Widen the buffer so that we can
7273         find the correct task heading.
7275         * org.el (org-base-buffer): New function.
7277         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7278         and ";" are escaped.
7279         (org-print-icalendar-entries): Also apply
7280         `org-icalendar-cleanup-string' to the headline, not only to the
7281         summary property.
7283 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7285         * org-exp.el (org-export-preprocess-hook): New hook.
7286         (org-export-preprocess-string): Call
7287         `org-export-preprocess-hook'.
7289         * org.el (org-font-lock-hook): New variable.
7290         (org-font-lock-hook): New function.
7291         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7293 ;; Local Variables:
7294 ;; coding: utf-8
7295 ;; add-log-time-zone-rule: t
7296 ;; End:
7298     Copyright (C) 2008  Free Software Foundation, Inc.
7300   This file is part of GNU Emacs.
7302   GNU Emacs is free software: you can redistribute it and/or modify
7303   it under the terms of the GNU General Public License as published by
7304   the Free Software Foundation, either version 3 of the License, or
7305   (at your option) any later version.
7307   GNU Emacs is distributed in the hope that it will be useful,
7308   but WITHOUT ANY WARRANTY; without even the implied warranty of
7309   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7310   GNU General Public License for more details.
7312   You should have received a copy of the GNU General Public License
7313   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7315 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c