Make body-only export not take the first buffer line for a title
[org-mode.git] / lisp / ChangeLog
blobdad1c3e8e90c298fb1d7aa8e479bfa89a68449ff
1 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-html.el (org-export-as-html): Only take title from buffer if
4         not exporting body-only.
6         * org-latex.el (org-export-latex-preprocess): Better version of
7         the regular expression for protecting LaTeX macros.
8         (org-export-latex-preprocess): Start searching for macros to
9         protect from beginning of buffer.
11         * org-exp.el (org-export-target-internal-links): Check for
12         protectedness earlier in the string.
14         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
15         case sensitively.
17         * org-id.el (org-id-store-link): Match TODO keywords case
18         sensitively.
20         * org.el (org-heading-components, org-get-outline-path)
21         (org-display-outline-path): Match TODO keywords case sensitively.
23         * org-latex.el (org-export-as-latex): Ignore read-only
24         properties.
26         * org-exp.el (org-export-preprocess-string): Remove any
27         `read-only' properties.
29         * org-agenda.el (org-agenda-inactive-leader): New option.
30         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
31         (org-tags-view): Prompt for matcher if MATCH is an empty string.
32         (org-todo-list): Prompt for matcher if ARG is an empty string.
34 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org.el (org-open-link-functions): New hook.
37         (org-open-at-point): Run `org-open-link-functions'.
39 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
42         stamps as well.
44         * org.el (org-inhibit-startup-visibility-stuff): New variable.
45         (org-mode): Don't do startup visibility if inhibited.
46         (org-outline-overlay-data, org-set-outline-overlay-data): New
47         functions.
48         (org-save-outline-visibility): New macro.
49         (org-log-note-headings): Document that one should not change the
50         `state' note format.
52 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org.el (org-make-link-regexps): Capture link path into a group.
56 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
59         the options plist.
61 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
63         * org.el (org-startup-with-beamer-mode): New option.
64         (org-property-changed-functions)
65         (org-property-allowed-value-functions): New hooks.
66         (org-entry-put, org-property-get-allowed-values): Run the new
67         hooks.
68         (org-property-next-allowed-value): Run the new hooks.
70         * org-exp.el (org-export-select-backend-specific-text): Add the
71         special beamer tags.
73         * org-beamer.el
74         (org-export-preprocess-before-selecting-backend-code-hook): New
75         file.
77         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
78         (org-export-as-latex): Run
79         `org-export-latex-after-initial-vars-hook'.
80         (org-export-latex-format-toc-function)
81         (org-export-latex-make-header): Call
82         `org-export-latex-format-toc-function'.
84         * org.el (org-fill-template): Make template searches case sensitive.
86         * org-exp.el (org-export): Use "1" as a sign to export only the
87         subtree.
89         * org-colview-xemacs.el (org-columns-edit-value): Use
90         org-unrestricted property.
92         * org-colview.el (org-columns-edit-value):  Use
93         org-unrestricted property.
95         * org.el (org-compute-property-at-point): Set org-unrestricted
96         text property if the list contains ":ETC".
97         (org-insert-property-drawer):  Use
98         org-unrestricted property.
100         * org-exp.el
101         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
102         (org-export-preprocess-string): Run
103         `org-export-preprocess-before-selecting-backend-code-hook'.
105         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
107         * org-latex.el (org-export-region-as-latex): Run
108         `org-export-first-hook'.
110         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
112         * org-docbook.el (org-export-as-docbook): Run
113         `org-export-first-hook'.
115         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
117         * org-exp.el (org-export-first-hook): New hook.
119 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
121         * org-list.el (org-previous-item): Exit at the beginning of the
122         buffer.
124         * org-id.el (org-id-locations-save): Only write the id locations
125         if any are defined.
127         * org-archive.el (org-archive-all-done): Make this work in a file
128         with org-odd-levels-only set.
130         * org.el (org-get-refile-targets): Catch the case when a buffer
131         has no file.
133         * org-latex.el (org-export-as-latex): Cleanup forced line ends
134         where they are not needed.
135         (org-export-latex-subcontent): Remove unnecessary newlines.
137 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
140         (org-export-latex-fontify): Fix regexp bug that takes special
141         care of protecting the right boundary characters in emphasis
142         matches.
143         (org-export-latex-preprocess): Allow multiple arguments to latex
144         macros.
146         * org.el (org-make-link-regexps): Use John Gruber's regexp for
147         urls.
149         * org-macs.el (org-re): Interpret :punct: in regexps.
151         * org-exp.el (org-export-replace-src-segments-and-examples): Also
152         take the final newline after the END line.
154         * org.el (org-clean-visibility-after-subtree-move): Only fix
155         entries that are not entirely invisible already.
156         (org-insert-link): Respect org-link-file-path-type for
157         "docview:" links in addition to "file:" links.
159 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org-exp.el (org-export-format-source-code-or-example): Avoid
162         additional extra white lines in LaTeX.
164         * org-list.el (org-list-parse-list): Leave empty lines after the
165         list, don't consider them as part of the list.
167         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
168         searches.
170         * org-clock.el (org-clock-select-task): Convert integer to
171         character for XEmacs.
173 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
176         compatible.
178 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
180         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
181         variable.
182         (org-set-tags): Use it.
184 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
186         * org-list.el (org-empty-line-terminates-plain-lists): Update
187         docstring.
189         * org.el (org-format-latex): Fix link creation for processed latex
190         snippets.
192 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
194         * org-footnote.el (org-footnote-normalize): Protect replacement
195         text.
197         * org.el (org-inside-latex-macro-p): Save match data.
199 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
201         * org-docview.el: New file.
203 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-latex.el (org-export-latex-class-options): New variable.
206         (org-export-latex-set-initial-vars): Use the class options.
208         * org.el (org-forward-same-level): Stop at headings that start
209         with an invisible character.
210         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
212 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org-footnote.el (org-footnote-normalize): Don't take optional
215         arguments in LaTeX macros as footnotes.
217         * org.el (org-inside-latex-macro-p): New function.
219         * org-latex.el (org-latex-to-pdf-process): Change customization
220         group to `org-export-pdf'.
222         * org-agenda.el (org-agenda-get-blocks): Look at time string also
223         on days after the first one.
225         * org.el (org-insert-heading): Also check for item before assuming
226         before-first-heading condition.
228         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
229         (org-export-pdf-logfiles): New option.
230         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
231         (org-export-pdf-logfiles): Fix customization type.
233         * org.el (org-insert-link): Improve error message when there is no
234         default link to select with RET.
236         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
237         parameter list.
239 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
241         * org-latex.el (org-export-latex-parse-global)
242         (org-export-latex-parse-content)
243         (org-export-latex-parse-subcontent): Use
244         `org-re-search-forward-unprotected'.
245         (org-export-as-pdf): Remove log files produced by XeTeX.
247         * org-macs.el (org-re-search-forward-unprotected): New function.
249 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
251         * org-colview.el (org-agenda-colview-summarize): Sort out some
252         confusion between properties and titles, which resulted in
253         agenda summaries not working if a title was set for a column.
255 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
257         * org-mobile.el (org-mobile-agendas): New option.
258         (org-mobile-sumo-agenda-command): Select the right agendas.
260         * org-latex.el (org-export-latex-format-image): Preserve the
261         original-indentation property.
263 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-clock.el (org-clock-insert-selection-line): Catch error when
266         an old tasks no longer exists.
268         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
269         (org-export-as-pdf): Don't remove the old PDF file before making
270         the new one.
272         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
273         (org-mouse-context-menu): Use `org-looking-back'.
275         * org.el (org-cycle-level): Use `org-looking-back'.
277         * org-list.el (org-cycle-item-indentation): Use
278         `org-looking-back'.
280         * org-compat.el (org-looking-back): New function.
282         * org.el (org-insert-heading): Catch before-first-headline when
283         inserting a headline.
285 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-latex.el (org-export-latex-format-image): Indent figure
288         environment, so that it does not interrupt plain list.
290         * org.el (org-open-at-point): Allow long link descriptions.
292 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org-html.el (org-export-as-html): Remove empty lines at the
295         beginning of the exported text.
297 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-protocol.el (org-protocol-remember): Cater for empty title,
300         region, link.
302         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
303         agenda after adding new entry.
304         (org-agenda-get-represented-tags): New function.
305         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
306         to get a list of tags in the agenda.
308         * org-datetree.el (org-datetree-find-day-create): Fix regular
309         expression.
311         * org.el (org-display-outline-path): Use a format specifier for
312         message, to avoid problems with heading containing `%'.
314         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
315         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
316         (org-agenda-fix-displayed-tags): New function.
317         (org-agenda-do-context-action): Just call
318         `org-display-outline-path', without piping the result through
319         `message'.
321         * org-latex.el (org-export-latex-preprocess): Protect secondary
322         footnote references.
324         * org-indent.el (org-indent-initialize): Avoid empty strings as
325         line prefixes.
327         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
328         hat checking for the mark does not throw an error.
329         (org-agenda-diary-entry-in-org-file): Catch the case that there is
330         not `day' text property in the cursor line.
332         * org.el (org-sort-entries-or-items): Make sure that the final
333         entry has a newline before doing the sorting.
335         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
336         property at the beginning of the line.
338         * org.el (org-make-link-string): Don't allow a description with
339         only white space.
341 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
344         (org-agenda-insert-diary-as-top-level): New function.
345         (org-agenda-add-entry-to-org-agenda-diary-file): Call
346         `org-agenda-insert-diary-as-top-level'.
348         * org.el (org-occur-in-agenda-files): Make sure none of the
349         buffers is narrowed.
350         (org-activate-plain-links): Add the face property here.
351         (org-set-font-lock-defaults): Do not add the face to plain links,
352         the activator function does this.
354         * org-habit.el (org-is-habit-p): Add doc string.
356 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-archive.el (org-archive-subtree-default-with-confirmation):
359         Autoload.
361         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
362         after match optional (happens at the end of a line...).
364         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
365         for special blocks.
367         * org-faces.el (org-copy-face): Set lisp indentation.
368         (org-quote, org-verse): New faces.
370         * org-agenda.el (org-agenda-remove-date): Remove variable.
372 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
376 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
378         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
379         hash keys to cache and re-use images generated by the
380         org-exp-blocks interface to ditaa and dot.
382 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
384         * org-html.el (org-export-as-html): Move the home/up link into
385         the content div.
387         * org.el (org-export-latex-packages-alist): Option definition
388         moved here from org-latex.el.
390 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
392         * org.el (org-format-latex): Latex images are now saved to files
393         named by the sha1 hash of the latex source text avoiding
394         regeneration of identical images.
396 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
398         * org-html.el (org-export-html-home/up-format): Add an ID to the
399         up/home div.
401 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-wl.el (org-wl-store-link): Handle the case that
404         `wl-use-petname' is set.
406         * org.el (org-set-effort): Improve prompt.
407         (org-get-outline-path): Widen to get full path.
408         (org-compact-display-after-subtree-move): Function removed.
410         * org-latex.el (org-export-as-latex): Add the :drawers property.
412 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
414         * org.el (org-speed-commands-user): Allow documentation headlines.
415         (org-speed-commands-default): Organize the value of this constant
416         with descriptive headlines.
417         (org-print-speed-command): Output the headlines.
419 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-agenda.el (org-agenda-show-outline-path): New option.
422         (org-agenda-do-context-action): New function.
423         (org-agenda-next-line, org-agenda-previous-line): Use
424         `org-agenda-do-context-action'.
426         * org.el (org-use-speed-commands): Allow function value.
427         (org-speed-commands-default): Make headline motion safe, so that
428         these commands always end on a headline.
429         (org-speed-commands-default): New key `v' for `org-agenda'.
430         (org-speed-move-safe): New function.
431         (org-self-insert-command): Use the function value of
432         `org-use-speed-commands'.
433         (org-get-outline-path): Improve docstring.
434         (org-format-outline-path): New function.
435         (org-display-outline-path): New function.
437 2009-11-12  John Wiegley  <jwiegley@gmail.com>
439         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
440         a string, use that to find the LOGBOOK drawer.
442 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
444         * org.el (org-clone-subtree-with-time-shift): Make it work at the
445         end of the buffer.
447         * org-mobile.el (org-mobile-write-checksums): Specify coding
448         system.
449         (org-mobile-timestamp-buffer): Keep local variable/mode line at
450         beginning of buffer.
452         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
454         * org.el (org-block-todo-from-children-or-siblings-or-parent)
455         (org-block-todo-from-checkboxes): Do not block changes to a nil
456         TODO state.
458 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
460         * org-habit.el (org-habit-parse-todo): Indicate which habit is
461         wrongly set up in the error messages.
463         * org-colview.el (org-columns-display-here): Don't try to
464         calculate values if the underlying property is not set.
465         (org-columns-string-to-number): Convert age strings back into
466         fractional days.
467         (org-agenda-colview-summarize): Handle extended summary types
468         properly.
470         * org-colview-xemacs.el (org-columns-display-here): Don't try to
471         calculate values if the underlying property is not set.
472         (org-columns-string-to-number): Convert age strings back into
473         fractional days.
474         (org-agenda-colview-summarize): Handle extended summary types
475         properly.
477 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org-exp.el (org-export-format-drawer-function): New variable.
480         (org-export-format-drawer): New function.
481         (org-export-preprocess-string): Pass the backend as a parameter to
482         `org-export-remove-or-extract-drawers'.
483         (org-export-remove-or-extract-drawers): New parameter BACKEND.
485         * org-protocol.el (org-protocol-char-to-string): New defsubst.
487 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
490         message when no block is selected.
492         * org-latex.el (org-export-latex-links): Check for protectedness
493         in the last matched character, not after the match.
495         * org-datetree.el (org-datetree-find-date-create): Respect
496         restriction when KEEP-RESTRICTION is set.
497         (org-datetree-file-entry-under): New function.
498         (org-datetree-cleanup): New command.
500 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
502         * org-src.el (org-edit-src-code): New optional argument context
503         allows calling functions to avoid altering the saved window
504         configuration.
505         (org-edit-src-exit): Do not restore window configuration when this
506         function is used in the context of saving the edit buffer.
508 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
510         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
511         instances to switching to with-current-buffer, because these seem
512         to cause problems - no idea why.
514         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
515         Require diary-lib for (diary-date-display-form).
517         * org.el (org-log-reschedule, org-log-redeadline): New options.
518         (org-log-note-headings): Add templates for rescheduling and
519         deadline changing.
520         (org-startup-options): Add in-buffer settings for logging changing
521         schedule and deadline time stamps.
522         (org-deadline, org-schedule): Check for existing date and arrange
523         for logging if the user requests it.
524         (org-add-log-note): Prepare proper note buffers for rescheduling
525         and deadline changes.
527 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
529         * org-agenda.el (org-agenda-diary-entry-in-org-file)
530         (org-agenda-add-entry-to-org-agenda-diary-file)
531         (org-agenda-insert-diary-make-new-entry): New functions.
532         (org-agenda-diary-entry): Call
533         `org-agenda-diary-entry-in-org-file' when appropriate.
535         * org.el (org-calendar-insert-diary-entry-key): New option.
536         (org-agenda-diary-file): New option.
537         ("calendar"): Install our insertion function in the calendar.
539         * org-remember.el (org-datetree): Require.
540         (org-remember-templates): Add new positioning option.
541         (org-remember-reference-date): New variable.
542         (org-remember-apply-template): Store the reference date in a local
543         variable.
544         (org-remember-handler): Implement date tree positioning of entries.
546         * org-datetree.el: New file.
548         * org-latex.el (org-export-latex-preprocess): Protect targets in
549         verbatim emphasis.
551         * org-html.el (org-export-as-html): Protect targets in verbatim
552         emphasis.
554         * org-docbook.el (org-export-as-docbook): Protect targets in
555         verbatim emphasis.
557 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
559         * org.el (org-link-display-format): Should be literal replacement.
561 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
563         * org-clock.el (org-show-notification): Handle messages that
564         contain a percent character.
566         * org-remember.el (org-remember-apply-template): Turn of partial
567         completion.
569         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
570         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
572         * org.el (org-indent-mode): Define variable already in org.el.
573         (org-unfontify-region): Remove line-prefix and wrap-prefix
574         properties only if org-indent-mode is active.
576 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-icalendar.el (org-print-icalendar-entries): Save match data
579         around call to verify function.
580         (org-print-icalendar-entries): Add a call to the verification
581         function.
583         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
584         save-restrivtion' form.
586 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
588         * org-exp.el (org-export-format-source-code-or-example): restrict
589         scope of preserve-indentp to the let binding.
590         (org-src): require org-src, since org-src-preserve-indentation is used.
592 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
594         * org-timer.el (org-timer-set-timer): Set variables
595         org-timer-timer[123] correctly.
598         * org-mobile.el (org-mobile-files-alist): Make it work when
599         `agenda-archives' is included in
600         `org-agenda-text-search-extra-files'.
601         (org-mobile-push): Restore agenda after mobile push.
603 2009-11-05  John Wiegley  <jwiegley@gmail.com>
605         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
606         way the amount of idle time is presented in the minibuffer.
608 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
610         * org-icalendar.el (org-print-icalendar-entries): Use
611         org-icalendar-verify-function only if non-nil.
613         * org.el (org-refile): Refile to clock only if the prefix arg is
614         2.
615         (org-sparse-tree): Fix docstring to be in line with prompt.
616         (org-update-parent-todo-statistics): Call
617         `org-after-todo-statistics-hook' on each level.
619 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
621         * org-remember.el (org-remember-apply-template): Make sure the
622         buffer exists.
624 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
626         * org.el (org-tab-ind-state): New variable.
627         (org-cycle-level): New function.
628         (org-cycle-level-after-item/entry-creation): New option.
629         (org-flag-subtree): New function.
630         (org-hide-archived-subtrees): Call `org-flag-subtree'.
631         (org-set-effort): Indexed access.
633         * org-list.el (org-cycle-item-indentation): New function.
635         * org.el (org-refile): Make prefix argument 2 refile to current
636         clock.
637         (org-priority): Interpret action `remove' as call to remove the
638         priority cookie.
640         * org-remember.el (org-remember-apply-template): Don't depend on
641         buffer name being like file name.
643 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org-clock.el (org-clock-play-sound): Expand file in
646         org-clock-sound, to allow ~ for home.
648         * org-remember.el (org-remember-handler): Set
649         text-before-node-creation even if this already looks like a node,
650         because the string might be needed on non-org-mode target files.
652         * org-agenda.el (org-agenda-open-link): Make this work in agenda
653         clocktables.
654         (org-agenda-switch-to): Follow a link at point if
655         org-return-follows-link' is set and there is nothing else to do in
656         this line.
658 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
660         * org-colview-xemacs.el: Add in changes from org-colview.el
662 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
664         * org-exp-blocks.el: Modify split separator regexp to avoid empty
665         strings.
667 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
669         * org-colview.el (org-columns-new): Make this work with the new
670         operators.
671         (org-columns-store-format): Make this work with the new operators.
673 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-src.el (org-src-preserve-indentation): Document that this
676         variable is also used during export.
678         * org-exp.el (org-export-format-source-code-or-example): Preserve
679         indentation if a block has a -i option, or if
680         `org-src-preserve-indentation' is set.
682         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
683         indentation if a block has a -i option, or if
684         `org-src-preserve-indentation' is set.
686 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
688         * org.el (org-mode-map): Define the new archiving keys.
689         (org-speed-commands-default): Define an archiving key in the speed
690         command map.
691         (org-org-menu): Improve the menu structure concerning archiving.
693         * org-archive.el (org-archive-subtree-default-with-confirmation):
694         New command.
696         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
697         (org-agenda-menu): Add the new archiving commands to the menu.
698         (org-agenda-archive-default)
699         (org-agenda-archive-default-with-confirmation): New commands.
700         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
701         call `org-agenda-archive-with'.
702         (org-agenda-archive-with): New function.
704         * org-table.el (org-table-convert-region): Inert spaces around "|"
705         to avoid line beginnings like "|-1" which will be mistaken as
706         hlines.
708 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org.el (org-offer-links-in-entry): Return nil if there are no
711         links, t if a link has been selected.
712         (org-open-at-point): Open attachment directory when called in the
713         headline and there are no links in the entry body.
714         (org-speed-commands-default): Add "o" for open-at-point as a speed
715         command.
717         * org-attach.el (org-attach-reveal): Optional prefix arg
718         IF-EXISTS, which avoids creating the attachment directory if it
719         does not yet exist.
721         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
722         MATCH.
724 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
726         * org.el ("abbrev"): Work with abbrev tables only after they have
727         been loaded.
729         * org-list.el (org-list-send-list): Fix bug related to match
730         data.
732         * org-latex.el (org-export-latex-fontify): Apply verbatim
733         emphasis.
734         (org-export-latex-make-header): Insert \obeylines if line breaks
735         should be preserved.
737         * org-exp.el (org-export-protect-verbatim): Add an
738         `org-verbatim-emph' property to such text.
740 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
743         (org-print-icalendar-entries): Skip entries where the timestamp is
744         not a deadline and not scheduled, if the user requests that.
746         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
747         before an opening quote.
749         * org-archive.el (org-archive-subtree): Keep archive after
750         archiving something.
752         * org-id.el (org-id-update-id-locations): Add archive files if
753         that is required by `org-id-extra-files'.
755 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
757         * org-src.el (org-src-window-setup): New option.
758         (org-src-switch-to-buffer): New function.
759         (org-edit-src-exit): Add optional argument CONTEXT and use it to
760         restore window configuration.
761         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
762         Call `org-src-switch-to-buffer'.
764         * org.el (org-default-properties): Add STYLE property.
765         (org-files-list): Use the function call to get the files.
766         (org-additional-option-like-keywords): Add SETUPFILE to completion
767         list.
769 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-table.el (org-table-convert-region): Correctly interpret
772         quoting in csv import.
774         * org.el (org-icompleting-read): Make iswitchb completion work
775         with lists and tables.
777         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
778         while pushing the mobile agenda.
780 2009-10-25  John Wiegley  <jwiegley@gmail.com>
782         * org-clock.el
783         (org-clock-auto-clock-resolution): Now takes three values: nil, t
784         and `when-no-clock-is-running'.
785         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
786         whether or not to resolve Org buffers on clock in.
788 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
790         * org-colview.el (org-format-time-period): Function to format
791         times in fractional days for display.
792         (org-columns-display-here): Add support for showing a calculated
793         value in place of the property.
794         (org-columns): Set `org-columns-time' to the current time so time
795         difference calculations will work.
796         (org-columns-time): Use to store the current time when column view
797         is displayed, so all time differences will use the same reference
798         point.
799         (org-columns-compile-map): There is now an extra position in each
800         entry specifying the function to use to calculate the displayed
801         value for the non-calculated properties in the column,
802         (org-columns-compute-all): Set `org-columns-time' to the current
803         time so time difference calculations will work.
804         (org-columns-compute): Handle column operators where the values
805         used are calculated from the underlying property.
806         (org-columns-number-to-string): Handle the 'age' column format
807         (org-columns-string-to-number): Correct the function name (was
808         org-column...). Add support for the 'age' column format.
809         (org-columns-compile-format): Support the additional parameter in
810         org-columns-compile-map.
812 2009-10-26  Bastien Guerry  <bzg@altern.org>
814         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
815         variable.
817 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
819         * org-clock.el (org-clock-has-been-used): New variable.
820         (org-clock-in): Set `org-clock-has-been-used'.
821         (org-clock-save): Save only if clock data has been used or created
822         during this session.
824 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org-clock.el (org-clock-persist): New value, to store only the
827         clock history.
828         (org-clock-save): Don't save the clock if only the history should
829         be stored.
830         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
831         when restoring a saved clock.
833 2009-10-24  John Wiegley  <jwiegley@gmail.com>
835         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
836         `org-time-clock-use-fractional'.
838         * org.el (org-time-clocksum-use-fractional)
839         (org-time-clocksum-fractional-format): Two new customizable
840         variables which allow the user to select fractional times (1.25
841         instead of 1:25) in the `org-clock-display' report.
843 2009-10-23  John Wiegley  <jwiegley@gmail.com>
845         * org-habit.el (org-habit-build-graph): None of the arguments
846         should be optional.
847         (org-habit-parse-todo, org-habit-deadline)
848         (org-habit-get-priority, org-habit-get-faces)
849         (org-habit-build-graph): Further simplifications by storing all
850         past, scheduled and deadline dates as a number of days past the
851         epoch, and not as times.
853         * org-habit.el (org-habit-warning-face)
854         (org-habit-warning-future-face): Removed because these are no
855         longer used.
856         (org-habit-deadline, org-habit-deadline-repeat): Now always
857         returns a date; computed if there was a scheduled repeater but no
858         deadline repeater.
859         (org-habit-get-priority): Further improvements to the priority
860         algorithm.  In particular, items past due should always appear
861         before items due or not yet due.
862         (org-habit-get-faces): Greatly simplified the logic, now that
863         `org-habit-deadline' always returns a valid time.
865 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
868         New option.
870         * org.el (org-tag-alist): Fix customization type.
872 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
874         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
875         Make sure the regexp search can fail without throwing an error.
876         (org-mobile-apply): Save the inbox buffer after removing
877         successfully applied changes.
879 2009-10-22  John Wiegley  <jwiegley@gmail.com>
881         * org-habit.el (org-habit-build-graph): Fix to the graph building
882         when last DONE date is earlier than `org-habit-preceding-days'.
884         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
885         time is reported after the user comes back (but before they
886         resolve time).
888         * org.el (org-get-repeat): Change so that this function can be
889         called with either `org-scheduled-string' or
890         `org-deadline-string'.
892         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
893         to find the scheduled date.
895         * org-clock.el (org-clock-auto-clock-resolution): Renamed
896         `org-clock-disable-clock-resolution', since negatives don't sound
897         good in customization variables.
898         (org-clock-in): Don't use the auto-resolution logic if the user is
899         clocking into a different task while an active clock is running.
900         This then allows the default behavior of clocking out of the open
901         task and then into the new task.
903         * org-habit.el (org-habit-parse-todo): Generate an error if a
904         habit has a scheduled repeat period < 1.
905         (org-habit-get-faces): Fixes to the way that colors are computed.
906         (org-habit-build-graph): The graph wasn't displaying beyond any
907         day that had two completions in it.
909         * org.el (org-modules): Made this variable more consistent, since
910         it was referring to Org, OrgMode and Org-mode, whereas the docs
911         for the variable always refer to Org-mode.
913 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
915         * org.el (org-repeat-re): The changed org-repeat-re no longer
916         matched simple +2d type repeaters. Fix it so it does.
918 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
920         * org-latex.el (org-export-latex-preprocess): Protect the vspace
921         macro in the VERSE environment.
923 2009-10-20  John Wiegley  <jwiegley@gmail.com>
925         * org-habit.el (org-habit-get-priority): A new function that
926         determines the relative priority of a habit, based on how long
927         past its scheduled date it is, and how near the deadline is.
929         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
930         using `org-habit-get-priority'.
932         * org-habit.el (org-habit-build-graph): Start displaying colors
933         from the first scheduled date, if that date is earlier than the
934         first completion date.
936         * org-habit.el: Changed all "color" variables to faces, and made
937         them appropriate for light and dark backgrounds.
939         * org-habit.el (org-habit-duration-to-days): Made this function
940         more general.
941         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
943         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
944         habits, since they don't use DEADLINE anymore.
946         * org.el (org-repeat-re, org-display-custom-time)
947         (org-timestamp-change): Extended to support the new ".+N/N"
948         syntax, used for habits.
950         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
951         variable reference.
953         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
954         modeline when habits are being displayed (if that module is being
955         loaded).
957 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
959         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
960         idle time using the xscreensaver extension.
961         (org-user-idle-seconds): Use X11 idle time if available.
963 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
965         * org-agenda.el (org-agenda-next-line): New command.
966         (org-agenda-previous-line): New commands.
967         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
968         commands.
969         (org-agenda-follow-mode): Do the follow immediately if the mode is
970         turned on here.
971         (previous-line, next-line): Replace keys with the corresponding
972         org functions.
973         (org-agenda-mode-map): Bind backspace and delete to the scrolling
974         command.
976         * org.el (org-icompleting-read): Turn off partial completion mode
977         for the duration of this completion round.
979         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
980         macros in author lines and similar stuff.
982         * org.el (org-file-tags): Fix docstring.
983         (org-get-buffer-tags): Add the #+FILETAGS tags.
984         ("ecb"): Maks ecb show context after jumping into an Org file.
986 2009-10-20  John Wiegley  <johnw@newartisans.com>
988         * org-agenda.el (org-finalize-agenda): Draw habit consistency
989         graphs after everything else in the buffer has been setup.
991 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org-mobile.el (org-mobile-apply): Count success and failure.
995         * org.el (org-indent-line-function): Fix regexp replace problem.
997 2009-10-19  John Wiegley  <johnw@newartisans.com>
999         * org-clock.el (org-clock-disable-clock-resolution): New
1000         customization variable that disable automatic clock resolution on
1001         clock in.
1002         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1003         not automatically resolve anything.  This is does not affect
1004         idle-time resolution, however, if `org-clock-idle-time' is set.
1006 2009-10-19  John Wiegley  <johnw@newartisans.com>
1008         * org-habit.el: New file, which implements code to build a "habit
1009         consistency graph".
1011         * org-agenda.el (org-agenda-get-deadlines)
1012         (org-agenda-get-scheduled): Display consistency graphs when
1013         outputting habits into the agenda.  The graphs are always relative
1014         to the current time.
1015         (org-format-agenda-item): Added new parameter `habitp', which
1016         indicates whether we are formatting a habit or not.  Do not
1017         display "extra" leading information if habitp is true.
1019         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1020         leaders for repeat strings.
1021         (org-get-repeat): Now takes a string parameter `tagline', so the
1022         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1024 2009-10-19  John Wiegley  <johnw@newartisans.com>
1026         * org-agenda.el (org-agenda-auto-exclude-function): New
1027         customization variable for allowing the user to create an "auto
1028         exclusion" filter for doing context-aware auto tag filtering.
1029         (org-agenda-filter-by-tag): Changes to support the use of
1030         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1032 2009-10-18  John Wiegley  <johnw@newartisans.com>
1034         * org.el (org-files-list): Don't attempt to return a file name for
1035         Org buffers which have no associated file.
1037         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1039 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1041         * org-mobile.el (org-mobile-locate-entry): Interpret files
1042         relative to org-directory.
1043         (org-mobile-inbox-for-pull): Document the best location for this
1044         file.
1045         (org-mobile-check-setup): Verify `org-directory'.
1046         (org-mobile-create-index-file): Sort the files to be listed in
1047         index.org.
1049 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1051         * org.el (org-fast-tag-selection): Add a way to display a
1052         description for a tag group. This is done by adding a string to
1053         either the startgroup or endgroup cell.
1055 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1057         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1058         (org-emacs-idle-seconds): Use `org-float-time' instead of
1059         `time-to-seconds'
1061 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1063         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1064         type.
1066         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1067         the value of ARG when doing local cycling.
1069 2009-10-17  John Wiegley  <johnw@newartisans.com>
1071         * org-clock.el (org-clock-resolve-clock): If keeping or
1072         subtracting time results in a clock out at a time in the past, and
1073         if the resolution occurred due to idleness or invoking `M-x
1074         org-resolve-clocks', remember that past moment in time.  On the
1075         next clock in, the user will be prompted to see if they want to
1076         back-date their new clock to then.
1077         (org-clock-resolve): Do not jump the user to the location of a
1078         dangling clock if the resolution is occuring due to an idle
1079         timeout.  In that case there is typically only one dangling clock,
1080         the active one, and there is no value gained by shuffling their
1081         windows around to show it to them.  Being prompted to resolve an
1082         idle clock should be as inobtrusive as possible.
1083         (org-resolve-clocks-if-idle): New function that resolves only the
1084         currently active clock if the user has exceeded the time returned
1085         by `org-user-idle-seconds', based on the value of
1086         `org-clock-idle-time'.
1087         (org-clock-in): If, after resolving clocks,
1088         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1090         * org-clock.el (org-clock-resolve-clock): New function that
1091         resolves a clock to a specific time, closing or resuming as need
1092         be, and possibly even starting a new clock.
1093         (org-clock-resolve): New function used by `org-resolve-clocks'
1094         that sets up for the call to `org-clock-resolve-clock'.  It
1095         determines the time to resolve to based on a single-character
1096         selection from the user to either keep time, subtract away time or
1097         cancel the clock.
1098         (org-resolve-clocks): New user command which resolves dangling
1099         clocks -- that is, open but not active -- anywhere in the file
1100         list returned by `org-files-list'.
1101         (org-clock-in): Automatically resolve dangling clocks whenever a
1102         user clocks in.
1103         (org-clock-cancel): If the user cancels the solely clock in a
1104         LOGBOOK, remove the empty drawer.
1106         * org-clock.el (org-clock-idle-time): New user customizable option
1107         for detecting whether the user has left a clock idle.  Note: it is
1108         only used in this commit to test whether it's worthwhile to check
1109         OS X to get the Mac user's current idle time.  If the Emacs idle
1110         time is less than the value, the user hasn't been away long enough
1111         to be worth checking (a more expensive test than just getting
1112         Emacs idle time).
1113         (org-user-idle-seconds, org-mac-idle-seconds)
1114         (org-emacs-idle-seconds): This three functions, in conjunction
1115         with the user customization variable `org-clock-idle-time', return
1116         the number of seconds (as a floating point) that the user has been
1117         away from their Emacs (or, if running on OS X, their computer).
1119         * org-clock.el (org-find-open-clocks): New function that returns a
1120         list of all open clocks in the given FILE.  Note that each clock
1121         it returns is a cons cell of the format (MARKER . START-TIME).
1122         This "clock" value is used by several of the new clock module
1123         utility functions.
1124         (org-is-active-clock): New inline function which tests whether the
1125         given clock value is the same as the currently active clock.
1126         Returns non-nil if this is the case.
1127         (org-with-clock-position): New macro that evaluates FORMS with
1128         point in the buffer and at the position of the given clock.
1129         Changes to the current clock are global.
1130         (org-with-clock): New macro that evaluates FORMS with point in the
1131         buffer and at the position of the given clock.  However, changes
1132         to the current clock are local and have no effect on the user's
1133         active clock.  This allows, for example, far any clock to be
1134         cancelled without cancelling the active clock.
1135         (org-clock-clock-in): New inline function that switches the active
1136         clock to the given clock.  If either the argument RESUME, or the
1137         global `org-clock-in-resume', are non-nil, it will resume a clock
1138         that was previously left open.
1139         (org-clock-clock-out): New inline function that clocks out the
1140         given clock value without affecting the currently active clock.
1141         (org-clock-clock-cancel): New inline function that cancels the
1142         given clock value without affecting the currently active clock.
1144         * org-clock.el (org-clock-in): Before creating
1145         `org-clock-mode-line-timer', check to make sure an older timer is
1146         not currently running.
1147         (org-clock-out): Accept new third parameter `at-time', which
1148         permits a clock to be clocked out at a specific time.  Note that
1149         no attempt is made to verify that the clock out time is later than
1150         the clock in time.
1152         * org.el (org-files-list): New utility function for returning a
1153         list of all open org-mode buffers, plus all files used to build
1154         the agenda buffer.  Note that not all the files will necessarily
1155         be visited by a buffer at time of call.
1156         (org-entry-beginning-position): Like the function
1157         `line-beginning-position', this inline function returns the
1158         beginning position of the current heading/entry.
1159         (org-entry-end-position): Like the function `line-end-position',
1160         this inline function returns the end position of the current
1161         heading/entry.
1163 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1165         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1166         a header line.
1168 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1170         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1172 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1174         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1175         entries that have no tags.
1176         (org-agenda-search-view): New customize group.
1177         (org-agenda-search-view-search-words-only): New option.
1178         (org-search-view): Implement substring search.
1180 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org.el (org-outline-level): Add doc string.
1184 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1187         variable.
1188         (org-inlinetask-export-handler): Only export inline task if the
1189         user option calls for it.
1191 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1194         END if present.
1196 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1198         * org-latex.el (org-export-latex-tables): Don't format in
1199         protected regions.
1201 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org-src.el (org-edit-src-code)
1204         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1205         macro editing.
1207         * org-agenda.el (org-prefix-category-max-length): New variable.
1208         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1209         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1211 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1213         * org-mobile.el (org-mobile-create-index-file): Improve the
1214         listing of tags and todo keywords.
1216         * org-latex.el (org-export-latex-format-image): New function.
1217         (org-export-latex-links): Use `org-export-latex-format-image'.
1219 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1221         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1222         (org-inlinetask-remove-terminator): New functions.
1223         (org-inlinetask-export-handler): Terminate the description list.
1225         * org-exp.el (org-export-select-backend-specific-text): Remove the
1226         region markers.
1228         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1229         tasks without content.
1231         * org-clock.el: Make sure the clock-in target position does not
1232         move to a different node by widening the buffer.
1234         * org-html.el (org-export-html-format-image): Wrap image into
1235         figure div only when there is a caption.
1237         * org-archive.el (org-archive-mark-done): Change default value to
1238         nil.
1240 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org.el (org-context): Call `bobp', not `eobp'.
1244         * org-clock.el (org-clock-cancel): Remove quotes from marker
1245         variables.
1247         * org.el (org-read-date-prefer-future): New allowed value `time'.
1248         (org-read-date-analyze): Shift day to tomorrow depending on time
1249         entered and value of `org-read-date-prefer-future'.
1251 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1253         * org.el (org-set-tags-to): New command.
1255         * org-mobile.el (org-mobile-action-alist): Add more options and
1256         update the docstring.
1257         (org-mobile-apply-flags): Parse for and use the data.
1259         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1260         the plist.
1262         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1263         keyword.
1265         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1267 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-inlinetask.el (org-inlinetask-export): Option removed.
1270         (org-inlinetask-export-handler): Better export.
1272         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1273         (org-export-as-xoxo): Run the new hook.
1275         * org-html.el (org-export-html-final-hook): New hook.
1276         (org-export-as-html): Run the new hook.
1278         * org-docbook.el (org-export-docbook-final-hook): New hook.
1279         (org-export-as-docbook): Run the new hook.
1281         * org-ascii.el (org-export-ascii-final-hook): New hook.
1282         (org-export-as-ascii): Run the new hook.
1284         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1285         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1287         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1288         space character as the character before the ^/_.
1289         (org-export-latex-final-hook): New hook.
1290         (org-export-as-latex): Run `org-export-latex-final-hook'.
1292 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1294         * org-macs.el (org-if-unprotected-at): Fix docstring.
1296         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1297         text in the prefix (if category is a link).
1299         * org-latex.el (org-export-latex-preprocess): Deal properly with
1300         empty lines in verse environments.
1302         * org.el (org-format-latex-header): Inline fullpage.sty.
1304         * org-footnote.el (org-footnote-create-definition): Reveal context
1305         to add a new footnote definition.
1307         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1308         the index file.
1309         (org-mobile-files): New option.
1310         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1311         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1312         functions.
1313         (org-mobile-push): Start by creating the files lists.
1314         (org-mobile-copy-agenda-files): Move killing the buffer to after
1315         the save-excursion has exited.
1316         (org-mobile-write-checksums): Write checksums also for files in
1317         sub-directories.
1319         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1320         org-table-recalculate when cursor is in TBLFM line.
1322         * org-list.el (org-renumber-ordered-list): Fix cursor position
1323         when bullet length has changed.
1325 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1327         * org.el (org-format-latex): Mention `org-format-latex-options' in
1328         the docstring.
1330 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1332         * org.el (org-agenda-get): New function.
1334         * org-agenda.el (org-agenda-post-command-hook): No longer move
1335         point away from end of line.
1336         (org-agenda-add-entry-text, org-agenda-collect-markers)
1337         (org-finalize-agenda, org-agenda-mark-clocking-task)
1338         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1339         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1340         (org-agenda-compare-effort, org-agenda-filter-apply)
1341         (org-agenda-later, org-agenda-change-time-span)
1342         (org-agenda-post-command-hook, org-agenda-show-priority)
1343         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1344         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1345         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1346         (org-agenda-open-link, org-agenda-copy-local-variable)
1347         (org-agenda-switch-to, org-agenda-check-no-diary)
1348         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1349         (org-agenda-add-note, org-agenda-change-all-lines)
1350         (org-agenda-priority, org-agenda-set-tags)
1351         (org-agenda-set-property, org-agenda-set-effort)
1352         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1353         (org-agenda-show-new-time, org-agenda-date-prompt)
1354         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1355         (org-agenda-clock-in, org-agenda-bulk-mark)
1356         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1357         `org-get-at-bol'.
1359         * org-colview.el (org-columns-display-here)
1360         (org-columns-edit-allowed, org-agenda-columns): Use
1361         `org-get-at-bol'.
1363 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1365         * org.el (org-special-ctrl-a/e): Improve documentation and
1366         customize type.
1367         (org-end-of-line): Don't jump to after the ellipsis.
1368         (org-mode-map): Bind <home> and <end> as well.
1370 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1373         space after #+ as comments.
1374         (org-open-at-point): Run `org-follow-link-hook' always.
1376         * org-latex.el (org-export-latex-emph-format): Use better commands
1377         to insert special characters in verbatim snippets.
1379 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org-faces.el (org-copy-face): New function.  Use it to create
1382         various faces formerly created by using `copy-face'.
1384         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1385         window dedicated.
1386         (org-agenda-quit): Kill the frame containing the agenda window if
1387         that frame was created for the agenda.
1389 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1391         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1392         stamp in the agenda.
1394 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1396         * org-mobile.el (org-mobile-create-index-file): Add the list of
1397         TODO keywords, and the list of drawers to the index file.
1399         * org-agenda.el (org-prepare-agenda): Reset
1400         `org-drawers-for-agenda'.
1401         (org-prepare-agenda): Uniquify list of drawers.
1403         * org.el (org-complex-heading-regexp-format): New variable.
1404         (org-set-regexps-and-options): Define
1405         `org-complex-heading-regexp-format'.
1406         (org-drawers-for-agenda): New variable.
1407         (org-map-entries): Bind `org-drawers-for-agenda'.
1408         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1410         * org-remember.el (org-go-to-remember-target)
1411         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1413 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1415         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1416         problem.
1418         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1419         the capture file, and make it non-configurable.
1421         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1422         always with `invisible-ok'.
1423         (org-store-link): No error when there is nothing to link to in the
1424         agenda.
1426         * org-list.el (org-update-checkbox-count): Insert changed cookie
1427         before the old, to avoid problems with invisibility at the end of
1428         the line.
1429         (org-update-checkbox-count): Insert changed cookie before the old,
1430         to avoid problems with invisibility at the end of the line.
1432         * org.el (org-sort-entries-or-items): Include the final newline.
1433         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1434         lines for fontification.
1435         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1436         (org-prepare-dblock): Store the current indentation of the BEGIN
1437         line.
1438         (org-update-dblock): Apply the indentation of the begin line to
1439         the rest of the block.
1440         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1441         (org-startup-folded): New allowed value `showeverything'.
1442         (org-startup-options): Add STARTUP keyword `showeverything'.
1443         (org-set-startup-visibility): Respect value `showeverything' in
1444         org-startup-folded.
1446 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1448         * org.el (org-closest-date): Fix issue with past preference.
1450         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1452         * org-archive.el (org-archive-set-tag)
1453         (org-archive-subtree-default): New commands.
1455         * org-mobile.el (org-mobile-create-index-file): Fix link to
1456         capture file.
1457         (org-mobile-copy-agenda-files): Create the capture file if it does
1458         not exist.
1460         * org-clock.el (org-clock-clocktable-default-properties): New
1461         option.
1462         (org-clock-report): Use
1463         `org-clock-clocktable-default-properties'.
1465 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org.el (org-iswitchb-completing-read): Fix typo.
1469         * org-crypt.el: New file.
1471         * org.el: Add an entry for org-crypt.
1473 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1476         consistency.
1477         (org-batch-store-agenda-views): New function.
1478         (org-mobile-force-id-on-agenda-items): Mention variable.
1479         (org-agenda-title-append): Define variable.
1480         (org-write-agenda): New export to Org files.
1481         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1482         (org-agenda): Allow to keep the restricted file list if a special
1483         variable is bound to t.
1484         (org-agenda): Define a special agenda view for working on flagged
1485         entries.
1486         (org-agenda-get-restriction-and-command): List the new agenda
1487         view.
1488         (org-agenda-show-the-flagging-note): New command.
1489         (org-agenda-mode-map): New key `?' for looking at the flagging
1490         note.
1492         * org.el (org-autoload): Autoload org-mobile.el.
1493         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1495         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1497 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1499         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1500         statements.
1501         (org-table-get-remote-range): Match indented #+TBLNAME
1502         statements.
1504         * org.el (org-convert-to-odd-levels)
1505         (org-convert-to-oddeven-levels): Work also correctly if the file
1506         is in outline-mode.
1508 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org.el (org-store-link): When in agenda buffer, link to
1511         referenced entry.
1512         (org-add-planning-info): Remove spaces at eol.
1514         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1515         property.
1517 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org-latex.el (org-export-latex-first-lines): Fix problem with
1520         LaTeX export of first line and selected subtree.
1522         * org.el (org-shifttab): Interpret arg differently when using only
1523         odd levels.
1525 2009-09-09  Bastien Guerry  <bzg@altern.org>
1527         * org.el (org-check-agenda-file): Use a more explicit message
1529 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1532         normal lines.
1534 2009-09-08  Bastien Guerry  <bzg@altern.org>
1536         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1537         prompt in the temporary window.
1539         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1540         prefix for marked entries in the agenda view.
1542 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1544         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1545         a way that prevents any trailing character from being displayed.
1547 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1549         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1550         menu.
1552         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1553         slow regexp match.
1555 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1557         * org-latex.el (org-export-latex-preprocess): Do not protect in
1558         the LaTeX header.
1560         * org-src.el (org-edit-src-save): Save window setup while saving.
1561         (org-edit-src-code): Use new buffer name construction scheme.
1563 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1565         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1566         variable.
1567         (org-agenda-entry-text-cleanup-hook): New hook.
1568         (org-agenda-get-some-entry-text): Remove matches of
1569         `org-agenda-entry-text-exclude-regexps' and run the hook
1570         `org-agenda-entry-text-cleanup-hook'.
1572         * org.el (org-offer-links-in-entry): New argument ZERO to
1573         implement a link with index zero.
1574         (org-cycle-show-empty-lines): Not keep empty line under header
1575         hidden.
1576         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1577         to nil for special completion.
1578         (org-store-link): Don't error before the first heading.
1580         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1581         `org-offer-links-in-entry'.
1583 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1585         * org-agenda.el (org-agenda-quit): Provide the window argument for
1586         `window-dedicated-p', Emacs 22 needs it.
1587         (org-format-agenda-item): If the category is a link, arrange for
1588         invisible text to replaced with spaces.
1589         (org-compile-prefix-format): Add the extra space.
1590         (org-prefix-category-length): New variable.
1592         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1593         references from TOC lines.
1595         * org.el (org-selected-window): New variable.
1597         * org-table.el (org-table-edit-formulas): Remember the selected
1598         window.
1599         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1600         that was originally selected.
1602         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1603         expansion of a macro for more macro definitions.
1605         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1606         invisibility overlay starts on the newline.
1608 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1610         * org-protocol.el (org-protocol-store-link)
1611         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1613         * org-compat.el (org-float-time): New function.
1615         * org.el (org-clock-update-time-maybe)
1616         (org-sort-entries-or-items, org-do-sort)
1617         (org-evaluate-time-range, org-time-string-to-seconds)
1618         (org-closed-in-range): Use `org-float-time'.
1620         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1621         (org-timer-seconds):  Use `org-float-time'.
1623         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1624         (org-clock-sum, org-dblock-write:clocktable)
1625         (org-clocktable-steps):  Use `org-float-time'.
1627         * org-agenda.el (org-agenda-last-marker-time)
1628         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1630         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1631         function.
1633         * org-exp.el (org-get-file-contents): Only protect lines that
1634         really need it.
1636         * org-html.el (require): Require cl for compilation.
1638         * org.el:  Avoid using `default-major-mode'.
1640         * org-plot.el (require): Require CL only at compile time.
1642         * org-exp.el (require): Require CL only at compile time.
1644         * org-agenda.el (org-agenda-quit): When the agenda window is
1645         dedicated, remove other windows before exiting, so that the frame
1646         really will be killed.
1648         * org-exp.el (org-export-handle-include-files): Reset START and
1649         END for each loop cycle.
1651 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1653         * org.el (org-eval-in-calendar): Use
1654         `org-select-frame-set-input-focus'.
1656         * org-compat.el (org-select-frame-set-input-focus): New function.
1658         * org.el (org-update-statistics-cookies): New function.
1659         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1661 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1663         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1664         after the local variables are set.
1666         * org-latex.el (org-export-latex-protect-amp): New function.
1667         (org-export-latex-links): Protect link ampersands in tables.
1669         * org-exp.el (org-export-select-backend-specific-text): Match in
1670         two steps, to avoid regexp problems.
1672         * org.el (org-offer-links-in-entry): Improve working with many and
1673         duplicate links.
1675         * org-agenda.el (org-agenda-show-1): Make more consistent with
1676         normal cycling.
1677         (org-agenda-cycle-show): Make more consistent with normal cycling.
1679         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1680         website.
1682 2009-08-30  Bastien Guerry  <bzg@altern.org>
1684         * org-latex.el (org-export-latex-first-lines): Bugfix.
1686 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1688         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1689         about new effort.
1691         * org.el (org-set-effort): New function.
1692         (org-mode-map): New key for effort setting command.
1694         * org-agenda.el (org-agenda): Keep window setup when calling
1695         agenda from within agenda window.
1696         (org-agenda-mode-map): New keys for effort setting commands.
1697         (org-agenda-menu): Add effort setting commands to menu.
1698         (org-agenda-set-property, org-agenda-set-effort): New functions.
1700         * org-latex.el (org-export-latex-tables): Fix
1701         `org-table-last-alignment' and `org-table-last-column-widths' if
1702         the first column has been removed.
1704 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org.el (org-remove-timestamp-with-keyword): Only remove in
1707         entry, not in subtree.
1709         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1710         emacs lisp.
1712         * org.el (org-open-at-point): When on headline, offer all strings
1713         in entry.
1715         * org-remember.el (org-remember-templates): Documentation fix.
1717         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1718         `org-get-last-sibling' instead of the outline versions of these
1719         functions.
1720         (org-get-last-sibling): New function.
1721         (org-refile): Use `org-get-next-sibling' instead of the outline
1722         version of this function.
1723         (org-clean-visibility-after-subtree-move): Use
1724         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1725         outline versions of these functions.
1727 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1729         * org-agenda.el (org-prepare-agenda): When creating a new frame
1730         for the agenda, make the window dedicated.
1732         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1734         * org-table.el (org-table-align): Change the order of reinsertion
1735         and deletion, to avoid problems with overlays following the table.
1737         * org.el (org-parse-time-string): Better error message.
1738         (org-show-subtree): Use org-end-of-subtree.
1740         * org-macs.el (org-goto-line): New defsubst.
1742         * org.el (org-open-file, org-change-tag-in-region)
1743         (org-fast-tag-show-exit): Don't use `goto-line'.
1745         * org-table.el (org-table-align, org-table-insert-column)
1746         (org-table-delete-column, org-table-move-column)
1747         (org-table-sort-lines, org-table-copy-region)
1748         (org-table-paste-rectangle, org-table-wrap-region)
1749         (org-table-get-specials, org-table-rotate-recalc-marks)
1750         (org-table-get-range, org-table-recalculate)
1751         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1752         (org-table-show-reference, org-table-highlight-rectangle): Don't
1753         use `goto-line'.
1755         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1756         (org-edit-src-exit): Don't use `goto-line'.
1758         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1760         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1761         Don't use `goto-line'.
1763         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1765         * org-colview.el (org-columns, org-columns-redo)
1766         (org-agenda-columns): Don't use `goto-line'.
1768         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1769         use `goto-line'.
1771         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1772         (org-agenda-add-entry-text-maxlines): Improve docstring.
1773         (org-agenda-start-with-entry-text-mode): New option.
1774         (org-agenda-entry-text-maxlines): New option.
1775         (org-agenda-entry-text-mode): New variable.
1776         (org-agenda-mode): Set initial value of
1777         `org-agenda-entry-text-mode'.
1778         (org-agenda-mode-map): Add the `E' key.
1779         (org-agenda-menu): Add entry text mode to the menu.
1780         (org-agenda-get-some-entry-text): Fix line count bug.
1781         (org-finalize-agenda): Apply entry text mode if appropriate.
1782         (org-agenda-entry-text-show-here): New function.
1783         (org-agenda-entry-text-show): New function.
1784         (org-agenda-entry-text-hide): New function.
1785         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1786         key menu.
1787         (org-agenda-entry-text-mode): New command.
1788         (org-agenda-set-mode-name): Add entry text mode to the mode line
1789         string.
1790         (org-agenda-undo, org-agenda-get-restriction-and-command)
1791         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1792         `goto-line'.
1794 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1796         * org-clock.el (org-notify): Bugfix.
1798 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1800         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1801         check for after-string.
1803         * org-gnus.el (org-gnus-store-link): Simplify.
1805         * org.el (org-latex-regexps): Don't add extra empty lines for
1806         display formulas.
1808 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1810         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1811         (org-agenda-add-entry-text): Use
1812         `org-agenda-get-some-entry-text'.
1814         * org.el (org-cycle-separator-lines): Update docstring.
1815         (org-cycle-show-empty-lines): Handle negative values for
1816         `org-cycle-show-empty-lines'.
1818         * org-exp.el (org-export-protect-sub-super): New function.
1819         (org-export-normalize-links): Protect the url of plain links from
1820         supscript and superscript processing.
1822         * org-remember.el (org-remember-escaped-%): New function.
1823         (org-remember-apply-template): Use `org-remember-escaped-%' to
1824         detect escaped % signs.
1826 2009-08-23  Bastien Guerry  <bzg@altern.org>
1828         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1829         sound when showing the notification.
1831         * org-clock.el (org-notify): New function.
1832         (org-clock-notify-once-if-expired): Use `org-notify'.
1834         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1835         and `gnus-article-mode' separately.
1836         (gnus-summary-article-header): Fix the declare-function.
1838 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1840         * org-exp.el (org-export-format-source-code-or-example): Translate
1841         language.
1843         * org-src.el (org-src-lang-modes): New variable
1844         (org-edit-src-code): Translate language.
1846         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1847         the new structure of the `org-export-latex-listings-langs'
1848         variable.
1850         * org-latex.el (org-export-latex-listings-langs): Change structure
1851         of the variable from plist to alist.
1853 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1855         * org.el (org-in-commented-line): New function.
1857 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1859         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1861 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1863         * org.el (org-flag-drawer): More useful error.
1865 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1867         * org-remember.el (org-remember-apply-template): Use
1868         org-icompleting-read.
1870         * org-publish.el (org-publish): Use org-icompleting-read.
1872         * org-colview.el (org-columns-edit-value, org-columns-new)
1873         (org-insert-columns-dblock): Use org-icompleting-read.
1875         * org-colview-xemacs.el (org-columns-edit-value)
1876         (org-columns-new, org-insert-columns-dblock): Use
1877         org-icompleting-read.
1879         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1880         org-icompleting-read.
1882 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1885         (org-version): Return the version text.
1886         (org-org-menu): Add a menu entry for the new bug reporter.
1887         (org-submit-bug-report): New command.
1889         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1890         docstring.
1892         * org.el (org-emphasis-regexp-components): Add "`" to set of
1893         pre-emphasis characters.
1895         * org-latex.el (org-export-latex-classes): Always include the soul
1896         package.
1897         (org-export-latex-emphasis-alist): Use \st for strikethough.
1899         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1900         `indent-code-rigidly' to indent.
1902         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1903         properties only if MATCH really is a string.
1905 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1907         * org-latex.el (org-export-latex-packages-alist): Fix
1908         customization type.
1910         * org.el (org-create-formula-image): Also use
1911         `org-export-latex-packages-alist'.
1913         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1914         (org-export-as-html): Format footnotes correctly.
1916 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1918         * org.el (org-fast-tag-selection): Avoid text properties on tags
1919         in the alist.
1921         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1922         text properties on the match element.
1924 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1926         * org.el (org-set-regexps-and-options): Make sure the list of done
1927         keywords is not invalid.
1929         * org-exp.el (org-export-interpolate-newlines): New function.
1931 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1933         * org.el (org-format-latex): Avoid nested overlays.
1935         * org-latex.el (org-export-latex-listings-langs): Add a few more
1936         languages.
1938         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1939         ignore newlines and space before the first macro argument.
1941         * org-latex.el (org-export-latex-tables): Remove save-excursion
1942         around `org-table-align'.
1944 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1946         * org.el (org-export-html-special-string-regexps): Definition
1947         moved into org.el
1949         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1950         in macro calls.
1952 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1954         * org-latex.el (org-export-latex-listings)
1955         (org-export-latex-listings-langs): New options.
1957         * org-exp.el (org-export-format-source-code-or-example): Use
1958         listing package if requested by the user.
1960 2009-08-08  Bastien Guerry  <bzg@altern.org>
1962         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1963         command before actually switching to a buffer.
1965 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1967         * org-exp.el (org-get-file-contents): Only quote org lines when
1968         the markup is src or example.
1970         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1971         New option
1972         (org-agenda-get-day-entries): Remember deadline results and pass
1973         them on into the function getting the scheduling information.
1974         (org-agenda-get-scheduled): Accept deadline results as parameters
1975         and maybe skip some entries.
1976         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1978         * org.el (org-insert-heading): When respecting content, do not
1979         convert current line to headline.
1981         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1982         cheeeeeck the hd marker
1983         (org-clock-in): Also set the hd marker.
1984         (org-clock-out): Also set the hd marker.
1985         (org-clock-cancel): Reset markers.
1987         * org.el (org-clock-hd-marker): New marker.
1989         * org-faces.el (org-agenda-clocking): New face.
1991         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1992         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1994         * org.el (org-modules): Add org-track.el.
1996         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1997         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1998         `org-agenda-bulk-marked-p'.
1999         (org-agenda-bulk-toggle): New command.
2001 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2004         not just the body.
2006         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2007         messages.
2009 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2011         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2012         before gnuplot can read it.
2014 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2016         * org-latex.el (org-export-latex-first-lines): Fix bug with
2017         finding the end of the first lines.
2019         * org.el (org-create-formula-image): Remove the -E option for
2020         dvipng.
2022         * org-exp.el (org-default-export-plist): Respect #+BIND.
2023         (org-export-confirm-letbind): New function.
2025         * org.el (org-paste-subtree): Test the kill ring entry if it is
2026         going to be used.
2027         (org-copy-subtree): Use `org-forward-same-level'.
2028         (org-forward-same-level): Respect the `invisibe-ok' arg for
2029         back-to-heading.
2031 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2033         * org.el (org-table-map-tables): Make sure cursor is back at table
2034         beginning after funcall.
2036         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2037         handled before children, and do not error if an entry is not
2038         found, probably because it hase been remove when the parent was
2039         archived or refiled.
2041         * org.el (org-ido-completing-read): Accept straight lists for
2042         completion as well as alists.
2044         * org-html.el (org-export-as-html): Fix parenthesis error in
2045         footnore code.
2047         * org-timer.el (org-timer-cancel-timers): Renamed from
2048         `org-timer-cancel-timers'.
2050         * org.el (org-cycle-internal-local): Fix problem with finding next
2051         invisible line.
2053 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2055         * org-list.el (org-list-send-list): Call
2056         `org-list-goto-true-beginning' instead of
2057         `org-list-find-true-beginning', which does not exist.
2059         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2060         (org-timer-set-timer): Do not assign to heading.
2062         * org-id.el (org-id-open): Quote function name.
2064         * org-macs.el (org-unmodified): Turn off recording undo
2065         information while running inside the macro.
2067         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2068         variable.
2069         (org-indent-mode): Remember and restore value of
2070         org-hide-leading-stars before `org-indent-mode'.
2072         * org-table.el (org-table-export): Also work in file-less
2073         buffers.
2075         * org.el (org-startup-indented): New option.
2076         (org-startup-options): Add new options indent and noindent.
2077         (org-unfontify-region): Remove line-prefix and wrap-prefix
2078         properties.
2079         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2080         hooks.
2081         (org-promote, org-demote): Run the new hooks.
2083         * org-table.el (org-table-align): Replace leading \n as well.
2085         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2086         and `line-wrap' text properties.
2088         * org-compat.el (org-kill-new): New function.
2090         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2091         `line-wrap' text properties.
2093         * org-indent.el: New file.
2095 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2097         * org.el (org-provide-todo-statistics): Tweak docstring.
2099         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2101 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2103         * org-exp.el (org-export-as-org): Insert the "-source" string
2104         before the extension.
2106         * org.el (org-read-date): Make sure the calendar is in the current
2107         frame.
2108         (org-set-emph-re): Remove the ? from the post-match.
2109         (org-emphasis-regexp-components): Add backslash to the
2110         postmatch class.
2111         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2112         optional so that also lines at the end of the buffers will still
2113         be matched as headlines.
2115         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2116         Variable made obsolete.
2117         (org-table-relative-ref-may-cross-hline): New option.
2118         (org-table-find-row-type): Honow the new option
2119         `org-table-relative-ref-may-cross-hline'.
2121 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2123         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2124         on single field if no active region.
2126 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2128         * org-latex.el (org-export-latex-make-header): Only insert title
2129         if one is defined.
2131         * org.el (org-make-options-regexp): Allow empty values.
2133         * org-html.el (org-export-as-html): Move hrule detection to after
2134         plain list handling.
2136 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2138         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2140 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2142         * org.el (org-cycle-internal-local): Improved version of finding
2143         next visible line.
2144         (org-cycle-hide-drawers): Only hide drawers if this is really
2145         necessary.
2146         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2147         org-version of this function in Org-mode.  We use advice to
2148         implement this change, so that future changes to this function in
2149         outline.el wil be handled properly.
2150         (org-forward-same-level, org-backward-same-level): New commands.
2152 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2154         * org.el (org-remove-empty-overlays-at)
2155         (org-clean-visibility-after-subtree-move): New functons.
2156         (org-move-subtree-down): Simplify cleanup of display.
2158 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2160         * org-mac-message.el (org-mac-message-get-links): Improve
2161         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2162         "s".  Fix the return value.
2163         (org-mac-message-insert-flagged): Simplify.
2165         * org.el (org-refile-get-location): Tamper with refile history o
2166         that history contains compete matches instead of the entered
2167         string.
2169 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2171         * org.el (org-store-link): Never store a link to an inline task.
2173         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2175         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2176         inline tasks when positioning footnotes.
2178         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2179         function.
2181         * org.el (org-refile): Remove the END line when archiving an
2182         inline task that does have an END line.
2184         * org-archive.el (org-archive-subtree): Remove the END line when
2185         archiving an inline task that does have an END line.
2187         * org-macs.el (org-with-limited-levels): New macro.
2188         (org-get-limited-outline-regexp): New function.
2190         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2191         that did not enumerate first line.
2192         (org-export-mark-radio-links): Skip matches in links.
2194 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2196         * org.el (org-activate-plain-links): Make single-match.
2197         (org-adapt-indentation): Fix docstring.
2199         * org-macs.el (org-unmodified): Turn of modification hooks while
2200         running this macro.
2202 2009-08-02  Bastien Guerry  <bzg@altern.org>
2204         * org.el (org-adapt-indentation): Slightly improve the docstring.
2205         (org-occur): Sends an error when the user inputs an empty string.
2206         (org-priority): Bugfix: the tag alignement should happen within
2207         save-excursion.
2209 2009-07-31  Bastien Guerry  <bzg@altern.org>
2211         * org.el (org-make-link-regexps): Don't exclude parentheses from
2212         `org-plain-link-re'
2213         (org-cycle-internal-local): When locally cycling, switch directly
2214         from CHILDREN to FOLDED if there is no subtree
2215         (org-cycle): Update the docstring to document the new behavior of
2216         `org-cycle-internal-local'.
2218 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2220         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2221         an abbreviated format for days.
2223 2009-07-27  Bastien Guerry  <bzg@altern.org>
2225         * org-protocol.el (org-protocol-default-template-key): New
2226         option.
2228         * org.el (org-refile): Bugfix: save-excursion before reading the
2229         refile target, otherwise cursor moves might confuse `org-refile'.
2231         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2232         footnote reference before the footnote itself.
2234         * org.el (org-toggle-heading): Bugfix: correctly convert list
2235         items before the first headline.
2237         * org-html.el (org-export-html-footnote-format): New option for
2238         formatting the footnote reference.
2239         (org-export-as-html): Use the new option.
2241         * org.el (org-provide-todo-statistics): Allow a list of TODO
2242         keywords to compute statistics against headlines containing a
2243         keyword from this list.
2244         (org-update-parent-todo-statistics): Possibly use the new allowed
2245         value of `org-provide-todo-statistics'.
2247 2009-07-26  Bastien Guerry  <bzg@altern.org>
2249         * org-timer.el: Add autoload cookie.
2251         * org.el (org-occur-link-in-agenda-files): New function.
2253         * org-timer.el (org-timer-last-timer): New variable.
2255         * org-agenda.el (org-agenda-mode-map): New key for
2256         org-timer-set-timer called from the agenda.
2258         * org.el (org-mode-map): New key for org-timer-set-timer.
2260         * org-timer.el (org-timer-reset-timers)
2261         (org-timer-show-remaining-time, org-timer-set-timer): New
2262         functions.
2264         * org-clock.el (org-show-notification): Update the docstring.
2266         * org.el (org-provide-todo-statistics): Allow new value
2267         'all-headlines for this option, which includes entries with no
2268         TODO keywords in the todo statistics.
2269         (org-update-parent-todo-statistics): Possibly use the new
2270         'all-headline value from `org-provide-todo-statistics'.
2272 2009-07-25  Bastien Guerry  <bzg@altern.org>
2274         * org-clock.el (org-dblock-write:clocktable): Add a new option
2275         :timestamp which allows display of timestamps in clock reports.
2277         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2278         list to a subtree, preserving the structure of the list.
2279         (org-set-emph-re): Make the last element optional in the regexp.
2280         This regexp now matches an emphasized string at the end of a line.
2282         * org-list.el (org-list-goto-true-beginning)
2283         (org-list-make-subtree, org-list-make-subtrees): New functions.
2285         * org.el (org-eval-in-calendar): Select the right frame.
2286         (org-save-frame-excursion): Remove this macro.
2288 2009-07-24  Bastien Guerry  <bzg@altern.org>
2290         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2291         trying to find the beginning of a list.
2293         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2294         When present, tell org-get-file-contents not to protect org-like
2295         lines.
2297         * org-id.el (org-id-uuid-program): New option to set the name of
2298         the uuidgen program.
2299         (org-id-method): Use `org-id-uuid-program'.
2300         (org-id-new): Use `org-id-uuid-program'.
2302 2009-07-23  Bastien Guerry  <bzg@altern.org>
2304         * org-exp.el (org-export-number-lines): Allow whitespace in code
2305         references.  Allow the -r switch to remove the references in the
2306         source code even when the lines are not numbered: the labels can
2307         be explicit enough.
2309         * org.el (org-fontify-whole-heading-line): New option.
2310         (org-set-font-lock-defaults): Use the new option.
2312         * org-clock.el (org-show-notification-handler): New option.
2313         (org-show-notification): Use the new option.
2315 2009-07-21  Bastien Guerry  <bzg@altern.org>
2317         * org.el (org-eval-in-calendar): Fix a bug about calendar
2318         navigation when `calendar-setup' value is 'calendar-only.
2320 2009-07-19  Bastien Guerry  <bzg@altern.org>
2322         * org.el (orgstruct++-mode): Fix typo in docstring.
2323         (org-insert-link): Clean up: (or (...)) => (...)
2324         (org-insert-link): Use TAB for stored links completion.
2326 2009-07-18  Bastien Guerry  <bzg@altern.org>
2328         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2329         building the list of targets.
2331         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2332         option.
2333         (org-remember-handler): Use the new option.
2335 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2337         * org.el (org-tags-sort-function): New option for sorting tags.
2338         (org-set-tags): Use the new option to sort tags.
2340         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2341         premature deletion of the data when using org-plot in a script.
2343 2009-07-17  Bastien Guerry  <bzg@altern.org>
2345         * org-clock.el (org-clock-in-prepare-hook): New hook.
2346         (org-clock-in): Use this new hook.
2348 2009-07-16  Bastien Guerry  <bzg@altern.org>
2350         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2351         'reversed for this option to the "true line boundary first"
2352         behavior.
2353         (org-tags-match-list-sublevels): Document the 'indented value for
2354         this variable.
2356         * org-latex.el (org-export-latex-first-lines): Fix problem with
2357         publishing the region.
2359         * org-exp.el (org-export-format-source-code-or-example): Fix
2360         bad line numbering when exporting examples in HTML.
2362         * org-colview.el (org-format-time-period): Formats a time in
2363         fractional days as days, hours, mins, seconds.
2364         (org-columns-display-here): Add special handling for SINCE and
2365         SINCE_IA to format for display.
2367 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2369         * org.el (org-tags-sort-function): Add custom declaration for tags
2370         sorting function.
2371         (org-set-tags): Sort tags if org-tags-sort-function is set
2373 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2375         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2377         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2379         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2380         option.
2382 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2384         * org-publish.el (org-publish-remove-all-timestamps): New function.
2385         (org-publish-all): Remove all timestamp files if `org-publish-all'
2386         is called with a prefix argument.
2388         * org-list.el (org-indent-item): Fix typo.
2389         (org-item-indent-positions): Normalize ordered bullet.
2391         * org-html.el (org-export-html-home/up-format): New option.
2392         (org-export-as-html): Insert the up and HOME links.
2394 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2396         * org-html.el (org-export-as-html): Insert the title into the
2397         option plist.
2398         (org-export-html-insert-plist-item): New function.
2399         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2401         * org-macs.el (org-set-local): Make a local variable, do not make
2402         the variable buffer-local!
2404         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2406         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2408         * org-docbook.el (org-export-as-docbook): Call
2409         `org-install-letbind'.
2411         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2413         * org-exp.el (org-infile-export-plist): Read BIND lines.
2414         (org-install-letbind): New function.
2415         (org-export-as-org, org-export-preprocess-string): Call
2416         `org-install-letbind'.
2418         * org-src.el (org-edit-src-exit): Untabify the example before
2419         returning to Org.
2421         * org-list.el (org-list-demote-modify-bullet): New option.
2422         (org-first-list-item-p): Save point.
2423         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2424         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2425         (org-item-indent-positions): Return bullet types along with
2426         indentation.
2428 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2430         * org.el (org-show-entry): Hide drawers.
2432 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2434         * org-footnote.el (org-footnote-auto-adjust): New option.
2435         (org-footnote-auto-adjust-maybe): New function.
2436         (org-footnote-new, org-footnote-delete): Call
2437         `org-footnote-auto-adjust-maybe'.
2439         * org.el (org-startup-options): Add new footnote-related
2440         keywords.
2442         * org-publish.el (org-publish-timestamp-filename): Additional
2443         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2444         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2445         TRUE-PUB-DIR.  Pass them through to
2446         `org-publish-timestamp-filename'.
2447         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2448         PUB-FUNC, which are included in the hash.
2449         (org-publish-file): Delay timestamp test until the publishing
2450         function is known.
2452 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2454         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2455         setting the deadline.
2457         * org.el (org-read-date-final-answer): New variable.
2458         (org-read-date): Store the final answer string, including the date
2459         from the calendar, for reuse by agenda bulk commands.
2461         * org-publish.el (org-publish-attachment): Fix publishing of
2462         attachments.
2464         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2465         quotation makrs in parenthesis.
2466         (org-remove-initial-hash): New function.
2467         (org-export-latex-preprocess): Fix bug with infinite loop if
2468         environment is not properly closed.
2470         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2471         when indented.
2473         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2474         highlight also when indented.
2476 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2478         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2479         (org-footnote-action): Offer renumbering.
2481         * org.el (org-cycle): Honor the `integrate' value of
2482         org-cycle-include-plain-lists'.
2484         * org-list.el (org-cycle-include-plain-lists): New allowed value
2485         `internal'.  Improve the docstring.
2487         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2488         regexp to work better with LaTeX commands.
2490 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2492         * org-feed.el (org-feed-update): fix problem with non-existing
2493         buffer.
2494         (org-feed-skip-http-headers): New function.
2495         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2496         (org-feed-get-feed): Fix command line arguments for curl.
2498 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2500         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2501         and eps extensions.
2503 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2505         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2506         loaded.
2508         * org.el (org-map-entries): No longer force
2509         `org-tags-match-list-sublevels' to t during a todo-only tags
2510         search.
2512 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2515         environment.
2516         (org-export-latex-subcontent): Handle user-defined environment.
2518         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2519         the View dispatcher.
2521         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2522         `make-overlay'.
2524         * org-latex.el (org-export-as-pdf): Protect match data during call
2525         to shell-quote-argument.
2527         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2528         (org-agenda-view-mode-dispatch): New function.
2530 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2532         * org-agenda.el (org-agenda-mode): Reset list of marks.
2533         (org-agenda-mode-map): Define new keys for refile and bulk action.
2534         (org-agenda-menu): Add menu itesm for refile and bulk action.
2535         (org-agenda-refile): New function.
2536         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2537         (org-agenda-marked-entries): New variable.
2538         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2539         (org-agenda-remove-all-bulk-action-marks)
2540         (org-agenda-bulk-action): New functions/commands.
2542 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2544         * org-exp.el (org-get-file-contents): Protect org-like lines in
2545         included files.
2546         (org-export-format-source-code-or-example): Remove newlines.
2548         * org-latex.el (org-export-latex-links): Check for no-description
2549         marking.
2551         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2552         argument separator back to comma.
2553         (org-export-normalize-links): Mark links without description.
2555 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2557         * org-exp.el (org-infile-export-plist): Fix bug in macro
2558         processing.
2560         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2561         out.
2562         (org-agenda-highlight-todo): Fix bug with highlighting.
2564 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2566         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2567         new alignment strings.
2569         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2570         command list.
2571         (org-table-align): Check for forced align type.
2573         * org.el (org-self-insert-command): Add yas/expand to command
2574         list.
2576         * org-clock.el (org-clock-in-hook): New hook.
2577         (org-clock-in): Run `org-clock-in-hook.
2578         (org-clock-out-hook): New hook.
2579         (org-clock-out): Run `org-clock-out-hook.
2580         (org-clock-cancel-hook): New hook.
2581         (org-clock-cancel): Run `org-clock-cancel-hook.
2582         (org-clock-goto-hook): New hook.
2583         (org-clock-goto): Run `org-clock-goto-hook.
2585 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2587         * org.el (org-store-link): Better default description for link to
2588         Org-mode headline.
2590         * org-exp.el (org-export-generic): Autoload the generic exporter
2591         function.
2592         (org-export): Implement the `g' key for the generic exporter.
2594 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2597         and for zbacktab'.
2599         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2601         * org-exp.el (org-infile-export-plist): Get macros also from
2602         #+SETUPFILE.
2604 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2606         * org-colview.el (org-columns-capture-view): Protect vertical bars
2607         in column values.
2608         (org-columns-capture-view): Exclude comment and archived trees.
2610         * org-colview-xemacs.el (org-columns-capture-view): Protect
2611         vertical bars in column values.
2612         (org-columns-capture-view): Exclude comment and archived trees.
2614         * org.el (org-quote-vert): New function.
2616         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2618         * org-exp.el (org-export-format-source-code-or-example): Use
2619         `org-export-latex-verbatim-wrap'.
2621         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2622         time stamps.
2624         * org-html.el (org-export-table-row-tags): New option.
2625         (org-format-org-table-html): Rename `nlines' to `nline', use new
2626         option.
2629 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2631         * org-exp-blocks.el: Declare functions and variables.
2633         * org-remember.el (org-remember-templates): Allow the headline
2634         element to be a function.
2635         (org-remember-apply-template): If the headline is a function, call
2636         it to get the true function.
2638         * org-clock.el (org-clock-menu): New function.
2639         (org-clock-update-mode-line): Update help string.
2640         (org-clock-modify-effort-estimate): New function.
2641         (org-clock-mark-default-task): New function.
2643         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2644         minutes as input.
2645         (org-org-menu): Add new clocking stuff.
2646         (org-clock-is-active): New function.
2648 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2650         * org.el (org-open-non-existing-files): Improve docstring.
2652 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2654         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2655         option.
2656         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2658         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2660         * org-list.el (org-get-checkbox-statistics-face): Use the new
2661         faces.
2663         * org-faces.el (org-checkbox-statistics-todo)
2664         (org-checkbox-statistics-done): New faces.
2666 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2668         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2669         (org-edit-src-exit): Better cursor positioning when returning from
2670         editing.
2672         * org-latex.el (org-export-latex-use-verb): New variable.
2673         (org-export-latex-emph-format): Prefer \texttt over \verb when
2674         org-export-latex-use-verb is set.
2676 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2678         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2679         at normal indentation.
2681         * org-html.el (org-export-html-close-lists-maybe): Also look at
2682         normal indentation.
2684         * org-remember.el (org-remember-handler): Abort remember if the
2685         buffer is empty.
2687         * org-src.el (org-edit-src-content-indentation): New option.
2688         (org-edit-src-exit): Apply extra indentation.
2690         * org-exp.el (org-export-format-source-code-or-example): Run
2691         `org-src-mode-hook'.
2693         * org-src.el (org-src-mode-hook): New variable.
2694         (org-edit-src-code): Run `org-src-mode-hook'.
2696 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2698         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2700         * org-src.el (org-edit-src-get-indentation): New function.
2701         (org-edit-src-code): Base indentation on the begin line.
2703 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2705         * org-gnus.el (org-gnus-store-link): Require message.el in
2706         org-gnus-store-link.
2708 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2710         * org-src.el: New file, split out of org.el
2712         * org-docbook.el (org-export-as-docbook): Better indentation
2713         treatment.
2715         * org-macs.el (org-replace-match-keep-properties): New function.
2717         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2718         preprocessing of center and quote and verse blocks.
2720         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2721         (org-export-as-docbook): Close lists when original indentation
2722         mandates it.
2724         * org-html.el (org-export-html-close-lists-maybe): New function.
2725         (org-export-as-html): Close lists when original indentation
2726         mandates it.
2728         * org-list.el (org-list-end): Respect the stored "original"
2729         indentation when determining the end of the list.
2731         * org-exp.el (org-export-replace-src-segments-and-examples):
2732         Remember indentation correctly.
2734 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2736         * org-clock.el (org-clock-update-mode-line): Apply face
2737         org-mode-line-clock.
2739         * org-faces.el (org-mode-line-clock): New face.
2741 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2743         * org-gnus.el (org-gnus-store-link): Fix bug where
2744         `org-gnus-store-link' used wrong subject when called in an article
2745         buffer.  Patch provided by fengli AT gmail DOT com.
2747 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2749         * org-exp.el (org-export-format-source-code-or-example): Remember
2750         the original indentation of source code snippets and examples.
2752         * org-latex.el (org-export-as-latex): Relocate the table of
2753         contents.
2755         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2757         * org-agenda.el (org-run-agenda-series): Scope global options also
2758         when creating the agenda buffer.
2760 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2762         * org.el (org-adapt-indentation): Improve documentation.
2763         (org-insert-property-drawer): Respect org-adapt-indentation when
2764         inserting the drawer.
2765         (org-remove-flyspell-overlays-in): New function.
2766         (org-do-emphasis-faces, org-activate-plain-links)
2767         (org-activate-code, org-fontify-meta-lines-and-blocks)
2768         (org-activate-angle-links, org-activate-footnote-links)
2769         (org-activate-bracket-links, org-activate-dates)
2770         (org-activate-target-links, org-activate-tags): Remove flyspell
2771         overlays.
2773 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2775         * org.el (org-edit-src-save): New function.
2777         * org-clock.el (org-clock-out-switch-to-state): New option.
2778         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2780         * org-compat.el (org-compatible-face): Improve macro.
2782         * org.el (org-global-properties-fixed): Add default for
2783         CLOCK_MODELINE_TOTAL.
2785         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2786         andd tend.
2787         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2788         org-clock-sum.
2789         (org-clock-get-sum-start): New function.
2791         * org.el (org-startup-options): New keywords blockhide and
2792         blockshow.
2793         (org-mode): Add new invisibility spec.
2794         (org-set-startup-visibility): Hide block on startup if so
2795         desired.
2796         (org-hide-block-startup): New option.
2797         (org-block-regexp): New constant.
2798         (org-hide-block-overlays): New variable.
2799         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2800         (org-show-block-all, org-hide-block-toggle-maybe)
2801         (org-hide-block-toggle): New functions.
2802         (org-edit-src-exit): Do not quote lines starting with # and no +
2803         behind it.
2804         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2805         entry.
2807 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2809         * org.el (org-buffer-property-keys): Add Effort property for
2810         completion.
2812 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2814         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2815         when retrieving total clocked time in the subtree.
2817         * org.el (org-quoting-blocks): New variable.
2819 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2821         * org-table.el (org-table-store-formulas)
2822         (org-table-get-stored-formulas, org-table-fix-formulas)
2823         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2824         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2826         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2827         indented #+TBLFM line.
2829         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2830         indented #+TBLFM line.
2832         * org-colview.el (org-dblock-write:columnview): Allow indented
2833         #+TBLFM line.
2835         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2836         indented #+TBLFM line.
2838         * org-clock.el (org-dblock-write:clocktable): Allow indented
2839         #+TBLFM line.
2841 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2843         * org-exp.el (org-export-format-source-code-or-example): Make
2844         editing indented blocks work correctly.
2846         * org.el (org-edit-src-nindent): New variable.
2847         (org-edit-src-code, org-edit-fixed-width-region)
2848         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2849         editing indented blocks work correctly.
2851 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2853         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2854         indented blocks.
2855         (org-export-format-source-code-or-example): Fix indentation of
2856         blocks.
2857         (org-export-remove-indentation): New function.
2858         (org-export-select-backend-specific-text): Allow backend-specific
2859         code to be indented.
2860         (org-export-mark-blockquote-verse-center): Allow markers to be
2861         indented.
2863         * org.el (org-fontify-meta-lines): New function.
2864         (org-set-font-lock-defaults): Call the new fontification
2865         function.
2867         * org-faces.el (org-meta-line): New face
2868         (org-block):  New face.
2870 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2872         * org.el (org-treat-insert-todo-heading-as-state-change)
2873         (org-treat-S-cursor-todo-selection-as-state-change): New
2874         variables.
2875         (org-insert-todo-heading): Honor
2876         `org-treat-insert-todo-heading-as-state-change'.
2877         (org-shiftright, org-shiftleft): Honor
2878         `org-treat-S-cursor-todo-selection-as-state-change'.
2879         (org-inhibit-logging): New variable.
2881 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2883         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2884         range for marker position checking.
2886         * org-latex.el (org-export-latex-first-lines): Fix bug when
2887         exporting a region.
2889 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2891         * org-exp.el (org-export-push-to-kill-ring): Protect using
2892         x-set-selection, because that does not always work.
2894         * org-agenda.el (org-agenda-list): Apply the new face
2895         `org-agenda-date-today'.
2897         * org-faces.el (org-agenda-date-today): New face.
2899 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2901         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2902         creating appointments.
2904         * org-latex.el (org-export-latex-low-levels): Fix customization
2905         type.
2907         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2908         priority commands.
2910         * org-agenda.el (org-agenda-priority): Disable priority commands.
2912         * org.el (org-enable-priority-commands): New option.
2914         * org-colview-xemacs.el (org-columns-compute)
2915         (org-columns-number-to-string): Fix problems with empty fields.
2917         * org-colview.el (org-columns-compute)
2918         (org-columns-number-to-string): Fix problems with empty fields.
2920         * org-exp.el (org-export-push-to-kill-ring): New function.
2921         (org-export-copy-to-kill-ring): New option.
2923         * org-latex.el (org-export-as-latex): Call
2924         `org-export-push-to-kill-ring'.
2926         * org-html.el (org-export-as-html): Call
2927         `org-export-push-to-kill-ring'.
2929         * org-docbook.el (org-export-as-docbook): Call
2930         `org-export-push-to-kill-ring'.
2932         * org-ascii.el (org-export-as-ascii): Call
2933         `org-export-push-to-kill-ring'.
2935         * org-exp.el (org-export-show-temporary-export-buffer): New
2936         option.
2938         * org-latex.el (org-export-as-latex): Use
2939         `org-export-show-temporary-export-buffer'.
2941         * org-html.el (org-export-as-html): Use
2942         `org-export-show-temporary-export-buffer'.
2944         * org-docbook.el (org-export-as-docbook): Use
2945         `org-export-show-temporary-export-buffer'.
2947         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2948         `org-export-show-temporary-export-buffer'.
2950         * org-exp.el (org-export-show-temporary-export-buffer): New
2951         option.
2952         (org-export-push-to-kill-ring): New function.
2954         * org-colview.el (org-columns-compile-map): New variable.
2955         (org-columns-new, org-columns-compute)
2956         (org-columns-number-to-string, org-columns-uncompile-format)
2957         (org-columns-compile-format): Implement new operators.
2959 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2961         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2963         * org-html.el (org-export-html-xml-declaration): New option.
2964         (org-export-as-html): Use `org-export-html-xml-declaration'.
2966         * org-list.el (org-update-checkbox-count): Make property
2967         dependent.
2969         * org.el (org-hierarchical-todo-statistics): New option.
2970         (org-update-parent-todo-statistics): Modified to handle recursive
2971         statistics.
2973 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2975         * org-publish.el (org-publish): Make this function behave
2976         correctly in interactive use when called with a prefix argument.
2978         * org.el (org-todo-statistics-hook): New hook.
2979         (org-update-parent-todo-statistics): Use new hook.
2980         (org-log-into-drawer): New function.
2981         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2982         determine if we should be logging into a drawer.
2983         (org-log-into-drawer): Update docstring.
2984         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2986         * org-list.el (org-checkbox-statistics-hook): New hook.
2987         (org-update-checkbox-count-maybe): Use new hook.
2989         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2990         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2991         to kill ring.
2993 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2996         a line.
2998 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3000         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3001         better bufer-generating mechanism.
3002         (org-edit-src-find-buffer): New function.
3004         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3005         archive tag, this is already done by `org-agenda-skip'.
3006         data while constructing lost of tags.
3008 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3010         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3011         as argument separator in macros.
3013         * org-html.el (org-export-as-html): Add xml declaration.
3015 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3017         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3018         (org-sort-entries-or-items): Run the new hook.
3019         (org-after-refile-insert-hook): New hook.
3020         (org-refile): Run `org-after-refile-insert-hook'.
3022         * org-agenda.el (org-agenda-get-progress): Never take time of day
3023         from headline when displaying progress.
3025         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3026         (org-export-as-latex): Force the correct regexp in the
3027         preprocessor buffer.
3028         (org-export-latex-set-initial-vars): Set
3029         `org-export-latex-complex-heading-re'.
3031         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3032         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3034 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org-latex.el (org-export-latex-tables-centered): New option.
3037         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3039         * org-exp.el (org-export-as-org): New command.
3040         (org-export-as-org): New command.
3042         * org-publish.el (org-publish-org-to-org): New function.
3044 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3046         * org.el (org-yank): Just call `org-yank-generic'.
3047         (org-yank-generic): New function, containing the formaer
3048         functionality of `org-yank'.
3050         * org-latex.el (org-export-latex-not-done-keywords)
3051         (org-export-latex-done-keywords): New variables.
3052         (org-export-latex-todo-keyword-markup): New option.
3053         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3054         (org-export-latex-keywords-maybe): Apply the TODO markup.
3056 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3058         * org-exp.el (org-infile-export-plist): Add more default macros.
3059         (org-export-preprocess-apply-macros): Process macro arguments.
3061 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3063         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3064         `unblocked'.
3065         (org-print-icalendar-entries): Respect the new value of
3066         `org-icalendar-include-todo'.
3068         * org.el (org-link-try-special-completion)
3069         (org-file-complete-link): New functions.
3070         (org-insert-link): Add special completion support for some link
3071         types.
3073         * org-bbdb.el (org-bbdb-complete-link): New function.
3075 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3077         * org-list.el (org-update-checkbox-count): Allow recursive
3078         statistics.
3079         (org-hierarchical-checkbox-statistics): New option.
3081         * org.el (org-cycle): Remove erraneous space character.
3083         * org-icalendar.el (org-icalendar-timezone): Initialize from
3084         environment.
3086         * org-html.el (org-format-org-table-html): Specify the scope.
3087         (org-format-table-table-html): Specify the scope.
3088         (org-export-table-header-tags): Prepare the scope parameter.
3090 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3092         * org-html.el
3093         (org-export-html-table-use-header-tags-for-first-column): New
3094         option.
3096         * org.el (org-autoload): Fix autoloading of ascii export
3097         functions.
3098         (org-modules): Add org-special-blocks.
3100 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3102         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3103         (org-ical-timezone): New option.
3105         * org-exp.el (org-export-get-coderef-format): Use the description
3106         is present.
3108         * org.el (org-sort-entries-or-items): Improve docstring, and make
3109         better implementation for time sorting.
3111 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3113         * org.el (org-edit-src-persistent-message): New option.
3114         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3115         option.
3117         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3118         patch.
3120         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3121         separate buffer instead of indirect buffer to edit source code.
3122         (org-edit-src-exit): Make this function work with the new setup.
3124         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3125         are properly fontified before shown in the selection menu.
3127         * org.el (org-fontify-like-in-org-mode): New function.
3129         * org-latex.el (org-export-latex-links): Use the property list to
3130         retrieve the default image attributes.
3132         * org-exp.el (org-export-plist-vars): Add a new option.
3134 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3136         * org-exp.el (org-export, org-export-visible): Support ASCII
3137         export to buffer
3138         (org-export-normalize-links): Do not protect the description if it
3139         is explicitly given.
3141         * org-ascii.el (org-export-as-ascii-to-buffer)
3142         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3143         commands.
3144         (org-export-as-ascii): Add all the same parameters that are also
3145         supported by the other export functions.
3147         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3148         org-checklist.el.
3149         (org-reset-checkbox-state-subtree): Call
3150         `org-reset-checkbox-state-subtree'.
3152         * org-remember.el (org-select-remember-template): For the
3153         selection of a valid template.
3155         * org-latex.el (org-export-region-as-latex): Supply the
3156         force-no-subtree argument.
3157         (org-export-as-latex): Provide better limits when exporting the
3158         first line.  When exporting to string, we still want the first
3159         lines.
3160         (org-export-latex-first-lines): New argument END, to force the end
3161         of the region.
3162         (org-export-region-as-latex): Use the property list.
3163         (org-export-as-latex):
3165         * org-colview-xemacs.el (org-columns-remove-overlays)
3166         (org-columns): Fix call to `local-variable-p'.
3168 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3170         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3171         (org-export-as-html): Run the new hook.
3173         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3174         (org-export-latex-preprocess): Run the new hook.
3176         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3177         (org-export-preprocess-string): Run the new hook.
3179 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3181         * org-macs.el (org-check-external-command): New defsubst.
3183         * org.el (org-mode-map): New key for reload.
3184         (org-format-latex): Better error message when external programs
3185         are not available.
3187         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3189         * org.el (org-sort-entries-or-items): Explicit sorting function
3190         for priorities, needed for XEmacs compatibility.
3192         * org-remember.el (org-remember-apply-template): Improve auto-save
3193         behavior.
3195 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3197         * org-latex.el (org-export-latex-preprocess): Also protect
3198         environments ending in a star.
3200         * org-list.el (org-at-item-p): Fix regular expression.
3202 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3204         * org.el (org-end-of-subtree): Improve speed.
3206         * org-agenda.el (org-agenda-get-timestamps)
3207         (org-agenda-get-progress, org-agenda-get-deadlines)
3208         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3209         in particular, wait as long as possible to collect the tags.
3210         (org-stuck-projects): Improve docstring.
3212         * org.el (org-store-link): No errors when getting custom id before
3213         first headline.
3214         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3216 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3218         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3220         * org-protocol.el: Remove dependency on url.el.
3221         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3222         dependency on url.el.
3224         * org-latex.el (org-export-as-pdf): Use
3225         `org-latex-to-pdf-process'.
3227 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3229         * org-latex.el (org-latex-to-pdf-process): New option.
3231         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3232         New option.
3233         (org-agenda-get-timestamps): Honor
3234         `org-agenda-skip-additional-timestamps-same-entry'.
3236         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3237         (org-clock-goto): Find recent task only if
3238         `org-clock-goto-may-find-recent-task' allows it.
3240         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3241         drawers, and drawers that are missing the :END: line.
3243 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3245         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3246         clock is running.
3248 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3250         * org.el (org-update-parent-todo-statistics): Check for
3251         STATISTICS_FROM property.
3253         * org-list.el (org-update-checkbox-count): Check for
3254         STATISTICS_FROM property.
3256         * org.el (org-tab-first-hook)
3257         (org-tab-after-check-for-table-hook)
3258         (org-tab-after-check-for-cycling-hook): New hooks.
3259         (org-cycle-internal-global, org-cycle-internal-local): New
3260         functions, split out from `org-cycle'.
3261         (org-cycle): Call the new hooks.
3263 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3265         * org-exp.el (org-export-preprocess-string): Reset the list of
3266         preferred targets for each run of the preprocessor.
3268         * org.el (org-refile-target-verify-function): Improve
3269         documentation.
3270         (org-get-refile-targets): Respect point being moved by the
3271         verification function.
3273         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3274         option.
3275         (org-export-latex-keywords): Use new option.
3277         * org.el (org-rear-nonsticky-at): New defsubst.
3278         (org-activate-plain-links, org-activate-angle-links)
3279         (org-activate-footnote-links, org-activate-bracket-links)
3280         (org-activate-dates, org-activate-target-links)
3281         (org-activate-tags): Place the rear-nonsticky properties at the
3282         correct location.
3284 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3286         * org-protocol.el (server-edit): Declare `server-edit'.
3287         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3288         functions.
3289         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3291         * org.el (org-default-properties): New default properteis for
3292         completion.
3294         * org-exp.el (org-export-add-subtree-options): Add new properties
3295         for subtree export.
3297         * org-docbook.el (org-export-docbook-keywords-markup)
3298         (org-export-docbook-timestamp-markup): New options.
3299         (org-export-docbook-protect-tags): New function.
3301 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3303         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3304         org-refile-target-verify-function for the duration of the command.
3306         * org.el (org-link-to-org-use-id): New possible value
3307         `create-if-interactive-and-no-custom-id'.
3308         (org-store-link): Use custom IDs.
3309         (org-link-search): Find custom ID properties from #link.
3310         (org-default-properties): Add CUSTOM_ID for property completion.
3311         (org-refile-target-verify-function): New option.
3312         (org-goto): Turn off org-refile-target-verify-function
3313         for the duration of the command.
3315 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3317         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3319         * org-exp.el (org-export-preferred-target-alist): New variable.
3320         (org-export-define-heading-targets): Find the new CUSTOM_ID
3321         property.
3322         (org-export-target-internal-links): Target the custom ids when
3323         possible.
3325         * org-latex.el (org-export-latex-preprocess): Better regexp for
3326         matching latex macros with arguments.
3328 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3330         * org-remember.el (org-remember-handler): Allow filing to non-org
3331         files.
3333 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3335         * org-feed.el (org-feed-alist): New keyword options.
3336         (org-feed-update): Use the new options.
3337         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3338         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3339         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3340         functions.
3342         * org-table.el (org-table-fix-formulas): Do not change references
3343         to remote tables.
3344         (org-table-get-remote-range): Convert standard coordinates to RC
3345         format.
3347         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3349 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3351         * org-compat.el (org-sha1-string): Function removed.
3353         * org.el (org-refile-allow-creating-parent-nodes): New option.
3354         (org-refile-get-location): New argument NEW-NODES.
3355         (org-refile): Call `org-refile-get-location' with the new
3356         argument.
3357         (org-refile-get-location): Arrange for adding a new child.
3358         (org-refile-new-child): New function.
3360         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3361         an additional span element.
3363         * org-clock.el: Fix a number of docstrings.
3364         (org-clock-find-position): New argument
3365         FIND-UNCLOSED to make the function find an unclosed clock in the
3366         entry.
3367         (org-clock-in): Call `org-clock-find-position' with the new
3368         argument if we might be resuming a clock.
3370 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3372         * org-latex.el (org-export-latex-display-custom-times): New variable.
3373         (org-export-latex-timestamp-markup): New option.
3374         (org-export-latex-set-initial-vars): Remember the local value of
3375         `org-display-custom-times'.
3376         (org-export-latex-content): Process time stamps.
3377         (org-export-latex-time-stamps): New function.
3379         * org-macs.el (org-maybe-intangible): Add intangible property
3380         again to invisible text.
3382 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3384         * org-exp.el (org-default-export-plist): Handle undefined
3385         variables.
3387 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3389         * org.el (org-sort-entries-or-items): Match TODO keywrds
3390         case-sensitively, when sorting.
3391         (org-priority): Do not match TODO keywords with wrong case.
3393 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3395         * org-feed.el (org-feed-update): Bind the variable
3396         `new-formatted'.
3398         * org-html.el (org-export-as-html): Start paragraphs after literal
3399         examples.
3401         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3402         literal examples.
3404 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3406         * org.el (org-todo): Honor the NOBLOCKING property.
3408         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3409         NOBLOCKING property.
3411         * org.el (org-scan-tags): Fix bug in tag scanner
3413 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3415         * org.el (org-modules): Mark obsolete packages.
3417         * org-html.el: New file, split out from org-exp.el.
3419         * org-icalendar.el: New file, split out from org-exp.el.
3421         * org-xoxo.el: New file, split out from org-exp.el.
3423         * org-ascii.el: New file, split out from org-exp.el.
3425 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3427         * org-compat.el (org-find-library-name): New function.
3429         * org.el (org-pre-cycle-hook): New hook.
3430         (org-cycle): Call the new hook in appropriate places.
3431         (org-reload): Only reload files that have been loaded before.
3433 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3435         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3436         after todo keyword.
3437         (org-todo): When changing TODO state, do matching
3438         case-sensitively.
3439         (org-map-continue-from): New variable.
3440         (org-scan-tags): Respect values in `org-map-continue-from'.
3441         (org-reload): Make XEmacs compatible.
3443 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3445         * org-protocol.el (org-protocol-flatten-greedy): New function.
3446         (org-protocol-flatten): New function.
3448         * org.el (org-open-link-from-string): Pass reference buffer to
3449         `org-open-at-point'.
3450         (org-open-at-point): New optional argument `reference-buffer'.
3452 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3454         * org.el (org-scan-tags): Make tag scan find headline in first
3455         line, 2nd attempt.
3456         (org-get-refile-targets): Add the naked file name.
3457         (org-refile): Store as top-level entry when only file name was
3458         given.
3460         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3462         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3463         Renamed from org-block-todo-from-children-or-siblings, and
3464         enhanced to look for the parent's status as well.
3466         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3467         (org-agenda-get-progress): Add first notes line to log entry if so
3468         desired.
3470 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3472         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3473         (org-agenda-cleanup-fancy-diary): Call the new hook.
3475         * org-remember.el (org-remember-apply-template): Take the default
3476         for the annotation from the :annotation property.
3478         * org-mac-message.el (org-mac-message-get-link): Remove the
3479         quotes.
3480         (org-mac-message-get-link): Return the result.
3482 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3484         * org.el (org-refile-get-location): Add file name only if not
3485         already included in outline path.
3487         * org-faces.el (org-n-level-faces): Fix customization type from
3488         number to integer.
3490         * org-exp.el (org-export-headline-levels): Fix customization type
3491         from number to integer.
3493         * org-agenda.el (org-agenda-confirm-kill)
3494         (org-agenda-custom-commands-local-options)
3495         (org-timeline-show-empty-dates, org-agenda-ndays)
3496         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3497         customization type from number to integer.
3499 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3501         * org-protocol.el: Declare some functions.
3503         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3504         postion before inserting modified headline.
3506         * org-agenda.el (org-agenda-compare-effort): Honor
3507         `org-sort-agenda-noeffort-is-high'.
3508         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3509         (org-agenda-compare-effort): Implement the "?" operator for
3510         finding entries without effort setting.
3512         * org.el (org-extract-attributes-from-string): New function.
3514         * org-exp.el (org-export-splice-attributes): New function.
3516 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3518         * org-mouse.el: XEmacs compatibility fixes
3520         * org-docbook.el (org-export-as-docbook): Process footnotes like
3521         normal text.
3523         * org.el (org-modules): Add org-inlinetasks.el
3524         (org-cycle): Implement limiting level on cycling.
3525         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3526         buffer.
3528         * org-inlinetask.el: New file.
3530         * org.el (org-emphasis-regexp-components): Allow braces in
3531         emphasis pre and post match.
3533         * org-footnote.el (org-footnote-normalize): When only dorting, do
3534         not insert inline notes at the end.
3536         * org-docbook.el (org-id-find-id-file): Add function declaration.
3538         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3540         * org-docbook.el: New file.
3542 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3544         * org.el (org-reftex-citation): New command.
3546 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3548         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3549         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3550         sorting options.
3551         (org-entries-lessp): Apply the new sorting option.
3553         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3554         blocker code, when an older sibling has children.
3556         * org-mac-message.el (org-mac-message-get-link): Improve getting
3557         links from multiple selected messages.
3559 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3561         * org-remember.el (org-remember-finalize): Do not set buffer file
3562         name to nil.
3563         (org-remember-handler): Mark buffer as unmodified.
3564         (org-remember-handler): Delete backup file and show message about
3565         remaining backup files.
3566         (org-remember-auto-remove-backup-files): New option.
3568         * org.el (org-store-link): Use buffer name as link description in
3569         w3-mode buffers.
3570         (org-ido-switchb): Fix argument bug for completion.
3572         * org-remember.el (org-remember-apply-template): Set local
3573         variable `auto-save-visited-file-name' instead of global one.
3575 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3577         * org-feed.el: Re-write.
3579         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3580         (org-agenda-get-todos): Mark file tags as inherited.
3581         (org-agenda-list): Always search diary lines for a time.
3583 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3585         * org-feed.el (org-feed-assume-stable): New option.
3586         (org-feed-before-adding-hook): New hook.
3588         * org-exp.el (org-export-as-html): Close local lists depending on
3589         indentation, also when starting a table.
3591         * org-remember.el (org-remember-backup-directory)
3592         (org-remember-backup-name): New internal variable.
3594 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3596         * org-clock.el (org-clock-out-if-current): Make buffer detection
3597         work in indirect buffers as well.
3599         * org.el (org-emphasis-regexp-components): Add the exxclamation
3600         mark to the post-emphasis characters.
3602 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3604         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3605         (org-read-date): Run the new hook.
3607         * org-mac-message.el (org-mac-flagged-mail): New group.
3608         (org-mac-mail-account): New variable.
3609         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3610         commands.
3612         * org-remember.el (org-remember-backup-directory): New variable.
3613         (org-remember-apply-template): Write file to backup directory.
3615 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3617         * org-mouse.el (org-mouse-todo-menu): New function.
3618         (org-mouse-todo-keywords): Function removed.
3619         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3621         * org-table.el (org-table-beginning-of-field)
3622         (org-table-end-of-field): New commands
3623         (org-table-previous-field, org-table-beginning-of-field): Better
3624         error messages.
3625         (orgtbl-setup): Include `M-a' and `M-e'.
3627         * org.el (org-backward-sentence, org-forward-sentence): New
3628         commands.
3630         * org-colview.el (org-colview-initial-truncate-line-value): New
3631         variable.
3632         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3633         (org-columns): Remember the value of `truncate-lines'.
3635         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3636         New variable.
3637         (org-columns-remove-overlays): Restore the value of
3638         `truncate-lines'.
3639         (org-columns): Remember the value of `truncate-lines'.
3641         * org.el (org-columns-skip-arrchived-trees): New option.
3643         * org-agenda.el (org-agenda-export-html-style): Define color for
3644         org-agenda-done face.
3645         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3646         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3648         * org.el (org-scan-tags): Use the new face.
3650         * org-faces.el (org-agenda-done): New face.
3652         * org.el (org-scan-tags): Test the value org
3653         `org-tags-match-list-sublevels'.
3654         (org-tags-match-list-sublevels): New allowed value: indented.
3656         * org-export-latex.el (org-export-latex-make-header): Apply macros
3657         in header.
3659         * org-exp.el (org-export-apply-macros-in-string): New function.
3661         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3662         with the definition of a checked box.
3664         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3666         * org-export-latex.el (org-export-latex-low-levels): More options
3667         for how to process lower levels in LaTeX.
3668         (org-export-latex-subcontent): Better treatment for lists as a
3669         means of publishing lower levels.
3671 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3673         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3675         * org-faces.el (org-checkbox): New face.
3677         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3678         fragement images if there is an export file.
3680 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3682         * org-agenda.el (org-stuck-projects): Document that the subtree of
3683         projects that are not stuck will now be searched for stuck
3684         sub-projects.
3685         (org-agenda-skip-entry-when-regexp-matches)
3686         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3687         (org-agenda-list-stuck-projects): Use
3688         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3690         * org-export-latex.el (org-export-latex-preprocess): Improve
3691         export of verses.
3693         * org-exp.el (org-export-as-html): Implement centering as a div
3694         rather than a paragraph.  Do a better job with line-end in verse
3695         environments.
3697 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3699         * org.el (org-open-at-point): Fix tags searches by mouse click.
3701 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3703         * org-export-latex.el (org-export-latex-preprocess): Implement the
3704         centering markup.
3706         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3707         from `org-export-mark-blockquote-and-verse'.
3708         (org-export-as-html): Implement the centering markup.
3710         * org-export-latex.el (org-export-latex-tables): Fix vertical
3711         lines in tables.
3713 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3715         * org.el (org-read-date-history): New variable.
3716         (org-read-date): Use new history variable.
3717         (org-toggle-heading): Fix bug when used before first headline.
3718         (org-store-log-note): Remove drawer if empty while note is
3719         aborted.
3720         (org-remove-empty-drawer-at): New function.
3721         (org-check-after-date): New command.
3722         (org-sparse-tree): New sparse tree command "a".
3724         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3726 2009-03-14  Bastien Guerry  <bzg@altern.org>
3728         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3729         column and a space, not only a column.
3731 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3733         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3734         defaults for verbose emphasis.
3735         (org-export-latex-emph-format): New function.
3736         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3738         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3739         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3740         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3741         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3742         commands.
3744         * org.el (org-timestamp-change): Move end-time along with start
3745         time.
3747 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3749         * org-exp.el (org-export-target-internal-links)
3750         (org-export-as-html): Protect links specified as #name.
3752 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3754         * org.el (org-clone-subtree-with-time-shift): New command.
3756         * org-export-latex.el (org-export-latex-special-chars)
3757         (org-export-latex-treat-sub-super-char): Fix subscript export.
3759         * org-exp.el (org-create-multibrace-regexp): Do not add
3760         backslashes to the class.
3762 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3764         * org-colview.el (org-columns-map): Better functions for moving up
3765         and down a row, even if `truncate-line' is nil.
3767         * org.el (org-insert-todo-heading): Make sure the keyword is
3768         inserted at the correct position.
3770         * org-publish.el (org-publish-project-alist)
3771         (org-publish-projects, org-publish-org-index): Change default anme
3772         for the index of file names to "sitemap.org".
3774         * org-export-latex.el (org-export-latex-tables): Use
3775         `org-split-string', for Emacs 21 compatibility.
3777 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3779         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3781 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3783         * org-exp.el (org-export-page-description)
3784         (org-export-page-keywords): New variables.
3785         (org-export-plist-vars): Add entries for :keywords and
3786         :description.
3787         (org-infile-export-plist): Parse for new keywords.
3788         (org-get-current-options): Add new keywords
3789         (org-export-as-html): Publish description and keywords.
3791         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3792         option.
3793         (org-agenda-add-entry-text): Honor
3794         `org-agenda-add-entry-text-descriptive-links'.
3796         * org-export-latex.el (org-export-latex-preprocess): Make all
3797         external preprocess functions use a PARAMETER arg.
3799         * org-exp.el (org-export-preprocess-string)
3800         (org-export-select-backend-specific-text)
3801         (org-export-format-source-code-or-example)
3802         (org-format-org-table-html): Support docbook export.
3803         (org-export-preprocess-string): Make all external preprocess
3804         functions use a PARAMETER arg.
3806 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3808         * org-exp.el (org-export-html-style-include-scripts): New option.
3809         (org-export-plist-vars): Add new option
3810         `org-export-html-style-include-scripts'.
3811         (org-export-as-html): Honor new option
3812         `org-export-html-style-include-scripts'.
3813         (org-export-html-scripts, org-export-html-style-default): Fix
3814         xml issues with the Safari browser.
3816 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3818         * org-publish.el (org-publish-attachment): Only copy file when the
3819         directories differ.
3821 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3823         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3824         for clocktable steps.
3826         * org.el (org-additional-option-like-keywords): Add two more
3827         keywords.
3829 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3831         * org-exp.el (org-export-format-source-code-or-example): Mark
3832         temporary buffer unmodified, so that it will be killed even if
3833         mode like message mode has decided to assign a file name.
3835         * org.el (org-scan-tags): Improve tag inheritance.
3836         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3837         case-sensitive.
3838         (org-scan-tags): Use the internal tags list instead of creating it
3839         from scratch.
3840         (org-trust-scanner-tags, org-scanner-tags): New variables.
3841         (org-scan-tags): Set `org-scanner-tags'.
3842         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3843         (org-map-entries): Document the possible speedup using scanner
3844         tags.
3846 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3848         * org.el (org-add-planning-info): Fix bug with looking for keyword
3849         only at column 0.
3851         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3852         option for tags filter preset.
3853         (org-prepare-agenda): Store filter preset as a property on the
3854         filter variable.
3855         (org-finalize-agenda): Call the filter, if there is a preset.
3856         (org-agenda-filter-by-tag): Filter again after clearing the
3857         filter, when there still is a preset.
3858         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3859         Include the preset filter.
3860         (org-agenda-redo): Apply the filter again, also the preset filter.
3862         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3864         * org.el (org-uuidgen-p): New funtion.
3866         * org-agenda.el (org-agenda-fontify-priorities): New default value
3867         `cookies'.
3868         (org-agenda-fontify-priorities): Renamed from
3869         org-fontify-priorities.
3871         * org.el (org-set-font-lock-defaults): Call
3872         `org-font-lock-add-priority-faces'.
3873         (org-font-lock-add-priority-faces): New function.
3875         * org-faces.el: (org-set-tag-faces): New option.
3876         (org-priority-faces): New variable.
3878         * org-exp.el (org-export-as-html): Add a "content" div around the
3879         entire content of the body tag.
3880         (org-export-html-get-bibliography): New function.
3881         (org-export-html-validation-link): New variable.
3882         (org-export-as-html): Add validation link to exported page.
3884         * org.el (org-match-sparse-tree): Renamed from
3885         `org-tags-sparse-tree'.
3886         (org-tags-sparse-tree): New alias.
3888 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3890         * org.el (org-get-valid-level): Catch the case where the level
3891         change is nil.
3893         * org-clock.el (org-clock-find-position): Better indentation of
3894         new clock drawers.
3896 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3898         * org-agenda.el (org-agenda-quit): Delete window only when the
3899         frame-setup was not `current-window'.
3901         * org.el (org-tag-persistent-alist): New option.
3902         (org-startup-options): Add keyword `noptag'.
3903         (org-fast-todo-selection): Handle :newline correctly.
3904         (org-set-tags): Handle :newline correctly.
3905         (org-fast-tag-selection): Handle :newline correctly.
3907 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3909         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3910         outputting it.
3911         (org-export-ascii-push-links): Fix bug with pussing links into the
3912         export buffer.
3914 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3916         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3917         pasting at top level.
3919         * org-bbdb.el: Improve documentation.
3921 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3923         * org-list.el (org-insert-item): Only consider insert empty lines
3924         is `org-empty-line-terminates-plain-lists' is not nil.
3926         * org.el (org-blank-before-new-entry): Mention the dependence on
3927         `org-empty-line-terminates-plain-lists' in the docstring.
3929         * org-publish.el (org-publish-get-project-from-filename): New
3930         optional argument UP.  Only find the top project if UP is set.
3931         (org-publish-current-project): Find the top encloding project.
3933         * org-agenda.el (org-agenda-before-write-hook)
3934         (org-agenda-add-entry-text-maxlines): New options.
3935         (org-write-agenda): Run the new hook in the temporary buffer.
3936         (org-agenda-add-entry-text): New function.
3937         (org-write-agenda): Implement PDF export, using ps2pdf.
3939         * org.el (org-global-properties-fixed, org-global-properties):
3940         Improve documentation string.
3942         * org-exp.el (org-export-ascii-links-to-notes): New option.
3943         (org-export-as-ascii): Handle links better.
3944         (org-export-ascii-wrap, org-export-ascii-push-links): New
3945         functions.
3947 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3949         * org-agenda.el (org-agenda): Make prefix arg optional.
3950         (org-agenda-search-headline-for-time): New option.
3951         (org-format-agenda-item): Honor
3952         `org-agenda-search-headline-for-time'.
3954         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3955         characters.
3957         * org.el (org-self-insert-cluster-for-undo): New option.
3958         (org-self-insert-command): Cluster undo for 20 characters.
3959         (org-self-insert-command-undo-counter): New variable.
3961 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3963         * org-exp.el (org-export-as-html): Fix problem with closing colone
3964         example.
3966 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3968         * org-export-latex.el (org-export-as-latex)
3969         (org-export-latex-first-lines): Avoid modification flag when
3970         adding or removing text properties.
3971         (org-export-latex-fontify): Catch error when org-emph-alist has
3972         entries that are not defined for LaTeX export.
3974         * org.el (orgstruct++-mode): New function.
3975         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3976         (org-context-p): Allow detecting item context after the first line
3977         of an item.
3978         (orgstruct-make-binding): Detect if item-body context should be
3979         seen.
3980         (orgstruct-is-++): New variable.
3981         (org-add-planning-info): Catch the case when there is no planning
3982         info yet and the call does not want to add anything, only maybe
3983         tries to remove something.
3984         (org-special-ctrl-a/e): All value to be a cons cell with separate
3985         settings for `C-a. and `C-e'.
3986         (org-beginning-of-line, org-end-of-line): Honor separate values
3987         for `C-a' and `C-e'.
3989 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3991         * org.el (org-reload): New command.
3993 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3995         * org-exp.el (org-export-htm-get-tag-class-name)
3996         (org-export-htm-get-todo-kwd-class-name): New functions.
3997         (org-export-html-tag-class-prefix)
3998         (org-export-html-todo-kwd-class-prefix): New options.
3999         (org-export-as-html): Call
4000         `org-export-html-get-todo-kwd-class-name'.
4001         (org-html-level-start): Wrap tags into classes.
4002         (org-export-html-get-tag-class-name)
4003         (org-export-html-get-todo-kwd-class-name): New functions.
4005         * org-export-latex.el (org-export-latex-collect-header-macros):
4006         Remove fields that are used anyway.
4007         (org-export-latex-make-header): Insert the options earlier.
4009         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4010         matching.
4012         * org-list.el (org-indent-item): Allow point to be at the end of
4013         the region.
4015         * org.el (org-metaleft, org-metaright): Be more accurate about
4016         detecting a region where commands apply.
4018         * org-compat.el (org-cursor-to-region-beginning): New function.
4020         * org.el (org-priority): Also find invisible heading.
4022         * org-colview-xemacs.el (org-columns-edit-value): No special
4023         treatment for `org-todo' prefix.
4025         * org-colview.el (org-columns-edit-value): No special treatment
4026         for `org-todo' prefix.
4028         * org-remember.el (org-remember-apply-template): Use
4029         `org-completing-read-no-ido'.
4031         * org.el (org-completing-read-no-ido): New function.
4032         (org-make-tags-matcher, org-set-property): Use
4033         `org-completing-read-no-ido'.
4035         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4036         New option.
4037         (org-export-as-latex): Import in-buffer settings as TeX macros.
4038         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4039         (org-export-latex-collect-header-macros): New function.
4041         * org.el (org-refile-get-location): Turn off
4042         `partial-completion-mode'.
4044 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4046         * org.el (org-block-todo-from-checkboxes): Announce that
4047         checkboxes are the culprit.
4048         (org-block-todo-from-children-or-siblings): Call
4049         `org-up-heading-all instead' of `outline-up-heading'.
4051         * org-agenda.el (org-agenda-show-1): Renamed from
4052         `org-agenda-show'.
4053         (org-agenda-show): Re-install the old version for now.
4054         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4055         variable into the blokker hook, so that the checkbox checker can
4056         anounce that it caused the blocking.
4058         * org.el (org-track-ordered-property-with-tag): New option.
4059         (org-toggle-ordered-property): Honor
4060         `org-track-ordered-property-with-tag'.
4061         (org-tag-alist): Add newline options.
4062         (org-set-regexps-and-options): Separate option lines imply a
4063         newline.
4064         (org-set-regexps-and-options, org-assign-fast-keys)
4065         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4066         option.
4067         (org-indent-line-function): Make sure this works even if there is
4068         not `org-drawer-regexp' defined.  This can happen when
4069         orgstruct-mode is used in a non-org buffer.
4071         * org-list.el (org-checkbox-blocked-p): New function.
4072         (org-toggle-checkbox): Check for blocking.
4074         * org.el (org-modules): Add an entry for org-R.el.
4076         * org-agenda.el (org-agenda-todo-ignore-with-date)
4077         (org-agenda-todo-ignore-scheduled)
4078         (org-agenda-todo-ignore-deadlines): Mention the variable
4079         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4081         * org.el (org-get-wdays): Find the warning period also if it is in
4082         the wrong place.
4083         (org-ido-completing-read): Provide the correct arguments to
4084         ido-completing-read and bind `ido-enter-matching-directory' to
4085         nil.
4087 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4089         * org.el (org-olpath-completing-read): Never use ido for this
4090         one.
4092         * org-exp.el (org-export-normalize-links): Use new macro.
4094         * org-macs.el (org-if-unprotected-at): New macro.
4096         * org-agenda.el (org-agenda-show): Allow numerical prefix
4097         arguments to specify how much context should be shown.
4098         (org-agenda-cycle-show): New command, could be bound to SPC in
4099         org-agenda-mode-map.
4101         * org-exp.el (org-html-level-start): Space after section number.
4103 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4105         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4106         property, for sorting.
4107         (org-cmp-todo-state): Get the applicable TODO keywords directly
4108         from the buffer.
4109         (org-run-agenda-series, org-agenda-list, org-search-view)
4110         (org-todo-list, org-tags-view): Only fit agenda window when the
4111         whole series is done.
4113         * org.el (org-scan-tags): Add todo state as property, for sorting.
4115         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4116         `org-agenda-overriding-header' as an option.
4117         (org-agenda-list): Honor org-agenda-overriding-header'.
4119 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4121         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4122         after removing a checkbox.
4124         * org.el (org-show-entry): Make this work correctly also if it is
4125         the last entry in the file.
4126         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4127         falling back to normal, default command.
4128         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4129         item, call the checkbox toggler to get a box.
4131         * org-list.el (org-toggle-checkbox): Make double prefix set the
4132         checkbox to "[-]".
4133         (org-fix-bullet-type): Only replace bullet if it is changed.
4134         (org-renumber-ordered-list): Handle case when first item does not
4135         have a number.
4137         * org.el (org-add-log-setup): Fix positioning when
4138         `org-log-states-order-reversed' is nil.
4140         * org-clock.el (org-clock-in): Fix positioning when
4141         `org-log-states-order-reversed' is nil.
4142         (org-clock-find-position): Fix positioning when
4143         `org-log-states-order-reversed' is nil.
4145 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4147         * org-clock.el (org-clock-into-drawer): Take default from
4148         `org-log-into-drawer'.
4149         (org-clock-find-position): Look for the correct drawer.
4151         * org.el (org-log-into-drawer): Renamed from
4152         `org-log-state-notes-into-drawer'.
4153         (org-log-state-notes-into-drawer): New variable alias.
4154         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4155         CLOCK.
4156         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4158 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4160         * org-agenda.el (org-agenda): Fix docstring.
4162         * org.el ("org-plot"): Help loading org-plot.
4163         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4164         (org-metadown-hook, org-shiftmetaleft-hook)
4165         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4166         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4167         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4168         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4169         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4171         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4172         for selecting files with any (and even without) extension.
4174         * org.el (org-save-all-org-buffers): Also save id locations.
4175         (org-revert-all-org-buffers): Also load id locations.
4177 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4178         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4179         (org-log-state-notes-into-drawer): New option.
4180         (org-add-log-setup): Place the sate note marker into the drawer,
4181         create drawer when necessary.
4182         (org-refile-targets): Document special interpretation of LEVEL
4183         when odd-levels are used.
4185 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4187         * org.el (org-store-log-note): Fix note indentation when adding
4188         notes to end of list.
4190         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4191         class, so that each keyword can get special colors through CSS.
4193         * org-clock.el (org-clock-out): Add another nil for the previous
4194         state into the call to `org-add-log-setup'.
4196         * org.el (org-log-note-previous-state): New variable.
4197         (org-log-note-headings): New %S escape for old state.
4198         (org-todo): Call the note setup with the old state as an
4199         argument.
4200         (org-add-note): Add another nil for the previous state into the
4201         call to `org-add-log-setup'.
4202         (org-add-log-setup): New argument PREV-STATE.
4203         (org-add-log-note): Handle new %S escape.
4204         (org-store-log-note): Handle new %S escape.
4206 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4208         * org-clock.el (org-clock-find-position): Do not swallow an item
4209         less indented than the CLOCK line itself.
4210         (org-clock-in): Push markers to lin after the clock line.
4211         (org-clock-find-position): Handle values of
4212         `org-clock-into-drawer' smaller than 2.
4214         * org-exp.el (org-html-level-start): Add a CSS class to section
4215         numbers.
4216         (org-export-html-toplevel-hlevel): Better documentation of the
4217         influence of this variables on H levels and css classes in
4218         export.
4220 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4222         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4223         timestamp and nottimestamp to the chooe menu.
4225         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4226         (org-revert-all-org-buffers): New command.
4228 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4230         * org.el (org-return): Implement `org-return-follows-link' in the
4231         function org-return.  This is more robust than using the mouse
4232         map, I think.
4233         (org-set-regexps-and-options): Match more general #+TODO lines.
4234         (org-make-options-regexp): New optional argument EXTRA, for an
4235         extra regexp.
4236         (org-tab-follows-link): Mark as deprecated.
4238 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4240         * org-exp.el (org-export-preprocess-string): Remove clock lines
4241         earlier, so that they cannot cotribute to verbatim snippets.
4243 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4245         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4246         for finding drawers.
4247         (org-export-as-ascii, org-export-as-html): Count levels relative
4248         to the subtree header.
4249         (org-get-min-level): New optional argument OFFSET.
4250         (org-export): Make sure point is restored after popping up that
4251         window.
4253         * org.el (org-do-sort): Also take an inactive timestamp if no
4254         active one is found.
4256         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4257         deleting duplicates.
4259         * org-colview.el (org-columns-capture-view): Copy before
4260         deleting duplicates.
4262         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4263         text before first headline.
4265         * org.el (org-format-latex): Do not convert LaTeX fragments in
4266         protected examples.
4268 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4270         * org-exp.el (org-export-html-style-default): Use color values
4271         instead of names for XHTML validation.
4273         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4274         functions.
4275         (org-return-follows-link): Revert making this the default untile
4276         issues are resolved.
4278         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4279         nottimestamp.
4281 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4283         * org.el (org-mode): Make dependence stuff work more reliably.
4284         (org-update-parent-todo-statistics): Fix bug with updating
4285         statistics cookie.
4287         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4288         ~ as verbatim delimiters.
4290         * org-exp.el (org-export-html-format-image): New argument
4291         PAR-OPEN.
4292         (org-export-as-html): Pass par-open to
4293         `org-export-html-format-image'.
4295 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4297         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4298         (org-use-fast-todo-selection, org-tags-column): New default
4299         setting for variables, based on a poll what typical uses use.
4301         * org-agenda.el (org-agenda-sorting-strategy)
4302         (org-agenda-tags-column): New default setting for variables, based
4303         on a poll what typical uses use.
4305 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4307         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4308         blocked entries from setting the blocked tag.
4310         * org-exp.el (org-export-html-footnotes-section): Use a more
4311         consistent id for footnotes.
4313         * org-export-latex.el (org-export-latex-classes): Remove the
4314         a4paper option from the default styles.
4316 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4318         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4319         (org-block-todo-from-checkboxes): New function.
4320         (org-todo): Make tripple prefix arg circumvent blocking.
4322         * org-timer.el (org-timer): Provide the timer feature.
4324         * org.el (org-require-autoloaded-modules): Add a few more files to
4325         the list of autoloaded modules.
4327         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4329 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4331         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4332         drawers that are unprotected.
4333         (org-export-html-format-image): Make sure inlined LaTeX fragment
4334         images remain inlined.
4336         * org.el (org-toggle-ordered-property): New function.
4337         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4338         (org-org-menu): Add menu entries for TODO dependencies.
4340 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4342         * org.el (org-default-properties): Add ORDERED to the default
4343         properties, to get completion support for it.
4345         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4347         * org.el (org-update-parent-todo-statistics): Update more than one
4348         cookie.
4350         * org-agenda.el (org-agenda-get-todos): Start search from correct
4351         position.
4353         * org.el (org-fast-todo-selection): Make sure TODO selection does
4354         not change buffer position.
4356         * org-list.el (org-toggle-checkbox): Implement adding or removing
4357         checkboxes from line or region when called with a prefix
4358         argument.
4360         * org-rmail.el (org-rmail-store-link): Protect the call to
4361         `rmail-narrow-to-non-pruned-header'.
4363         * org-clock.el (org-clock-special-range): Fix week display in
4364         clock tables.
4366         * org-exp.el (org-get-current-options): Fix bug when in indirect
4367         buffer.
4369 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4371         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4372         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4373         (org-agenda-dim-blocked-tasks): New function.
4375         * org.el (org-enforce-todo-dependencies): New option.
4376         (org-block-todo-from-children-or-siblings): New function.
4378         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4380         * org.el (org-todo): Return correct state type even if the blocker
4381         throws an error.
4382         (org-modifier-cursor-error): Renamed from
4383         `org-shiftcursor-error'.
4384         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4385         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4387         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4388         to get real errors from the blocker hook.
4390         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4391         functions.
4392         (org-set-visibility-according-to-property): Turn off the setting
4393         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4394         property.
4396 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4398         * org.el (org-support-shift-select): New option.
4399         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4400         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4401         selection outside contexts.
4403         * org-list.el (org-at-item-bullet-p): New function.
4405         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4406         variables.
4408         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4409         variable.
4410         (org-insert-footnote-reference-near-definition): Remove
4411         unnecessary let form.
4413         * org-export-latex.el (org-export-latex-first-lines): Add
4414         OPT-PLIST parameter.
4415         (org-export-as-latex): Call `org-export-latex-first-lines' with
4416         opt-plits parameter.
4417         (org-export-latex-preprocess): Remove unnecessary variables.
4419         * org-exp.el (org-infile-export-plist)
4420         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4421         (org-export-remove-headline-metadata)
4422         (org-export-get-title-from-subtree, org-get-min-level)
4423         (org-html-do-expand): Remove innecessary let form.
4425         * org-colview-xemacs.el (org-columns-display-here): Remove
4426         unnecessary variables.
4428         * org-colview.el (org-columns-display-here): Remove unnecessary
4429         variables.
4431         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4432         variables.
4434         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4435         unnecessary variables.
4437         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4438         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4439         variables.
4441         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4442         (org-compact-display-after-subtree-move): Remove unnecessary
4443         variables.
4444         (org-edit-fixed-width-region): Remove unnecessary variables.
4445         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4446         (org-olpath-completing-read): Remove unnecessary variable.
4447         (org-auto-repeat-maybe): Remove unnecessary variable.
4448         (org-map-entries): Remove unnecessary variable.
4449         (org-buffer-property-keys, org-imenu-get-tree)
4450         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4452 -----------------------------------------------------------------
4454 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4455         * org-exp.el (org-export-remove-timestamps): Never remove
4456         timestamps from tables.
4458         * org-export-latex.el (org-export-latex-first-lines): Add more
4459         options to the preprocessing of the text before the first
4460         headline.
4462 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4464         * org-faces.el (org-clock-overlay): Make face compatible with
4465         XEmacs.
4467         * org.el (org-yank): Add property for delete-selection mode.
4469         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4471         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4472         variable.
4474         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4475         to `backward-char'.
4477         * org-exp.el (org-export-as-html): Remove the initial space from
4478         colon examples.
4480         * org.el (org-scan-tags): Call
4481         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4483         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4484         customization groups.
4485         (org-agenda-tags-todo-honor-ignore-options): New option.
4486         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4487         New function.
4488         (org-agenda-get-todos): Use
4489         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4491 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4493         * org-exp.el (org-export-format-source-code-or-example): Escape
4494         HTML characters also in examples that anre not treated with
4495         htmlize.  Also, just switch to EXAMPLE processing if we do not
4496         have a good version of htmlize.
4498         * org-rmail.el: Fix copyright notice.
4500         * org.el (org-activate-footnote-links): Improve footnote link
4501         highlighting.
4503         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4504         a footnote definition at the end of the file.
4506         * org-table.el (org-table-get-specials): Add an imagined hline at
4507         the end of the table.  This can be useful for references that want
4508         to go to the end of the table.  Also fix bug when computing last
4509         row constants, in tables that do not start right at the right
4510         margin.
4511         (org-table-eval-formula): Match and replace remove references.
4512         (org-table-formula-substitute-names): Make sure that names inside
4513         a "remote" call are left alone, the will be replaced later when
4514         the remote call is handled.
4515         (org-table-convert-refs-to-rc): Do not convert things that might
4516         look like a reference, but are really part of an ID or namei n a
4517         remote reference.
4518         (org-table-get-remote-range): New function.
4520 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4522         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4524         * org-clock.el (org-clock-put-overlay): Use new face instead of
4525         `secondary-selection'.
4527         * org-faces.el (org-clock-overlay): New face.
4529 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4531         * org-exp.el (org-get-current-options): Include the option for
4532         publishing time stamps.
4534         * org.el (org-toggle-heading): Renamed from
4535         `org-toggel-region-headings'.
4536         No longer needs a region defined, but will use it if there is one.
4537         (org-ctrl-c-star): Simplified, relying more on the internal
4538         workings of `org-toggle-heading'.
4539         (org-toggle-item): Renamed from `org-toggle-region-items'.
4540         No longer needs a region defined, but will use it if there is one.
4541         (org-ctrl-c-minus): Simplified, relying more on the inernal
4542         workings of `org-toggle-item'.
4544         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4545         environment detection.  Also, do real changes only in unprotected
4546         places.
4548 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4550         * org-export-latex.el (org-export-latex-quotation-marks): Use
4551         `org-if-unprotected-1'.
4552         (org-export-latex-set-initial-vars): Check for class definition in
4553         property.
4555         * org-macs.el (org-if-unprotected-1): New macro.
4557 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4559         * org-compat.el (org-count-lines): New function.
4561         * org-exp.el (org-export-format-source-code-or-example): Handle
4562         switches related to text areas.
4564         * org.el (org-activate-footnote-links): Don't allow match inside a
4565         link.
4567         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4569         * org-export-latex.el (org-export-latex-links): Keep a relative
4570         path relative also after export.
4572         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4574         * org.el (org-make-tags-matcher): Never use IDO for completing the
4575         tags matcher match string.
4576         (org-completing-read): Also remove the special biding for "?".
4578         * org-attach.el (org-attach-allow-inheritance): New option.
4579         (org-attach-inherited): New variable.
4580         (org-attach-dir): Handle properties related to the attachment
4581         directory.
4582         (org-attach-check-absolute-path): New function.
4583         (org-attach-set-directory, org-attach-set-inherit): New commands.
4584         (org-attach): Accommodate the new commands in the dispatcher.
4586 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4588         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4589         `window-full-width-p'.
4591         * org-exp.el (org-export-as-html): Only check for images files
4592         that really can be inlined
4594         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4595         list of extensions to be a parameter.
4597         * org-exp.el (org-export-html-inline-image-extensions): New
4598         variable.
4600         * org-agenda.el (org-prepare-agenda): Use
4601         `org-agenda-block-separator'.
4602         (org-agenda-block-separator): New option.
4604 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4606         * org-export-latex.el (org-export-latex-tables): Call
4607         `org-table-clean-before-export' with the new optional argument.
4609         * org-exp.el (org-table-clean-before-export): New optional
4610         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4611         first column.
4613 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4615         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4616         histograms.
4618         * org-colview.el (org-colview-construct-allowed-dates): Better
4619         error catching when a date/time property does not have allowed
4620         values defined.
4622         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4623         Better error catching when a date/time property does not have
4624         allowed values defined.
4626 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4628         * org.el (org-map-entries): Restore point and restriction after
4629         `org-map-entries'.
4631 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4633         * org.el (org-time=, org-time<, org-time<=, org-time>)
4634         (org-time>=, org-time<>): Make sure both values are dates.
4636 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4638         * org-archive.el (org-extract-archive-heading): Allow %s for file
4639         name also in achive location heading.
4641 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4643         * org-archive.el (org-add-archive-files): Uniquify the list before
4644         returning it.
4646 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4648         * org-compat.el (org-fit-window-to-buffer): Use
4649         `window-full-width-p'.
4651         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4652         space after the colon in short examples.
4654         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4655         enforce a space after the colon.  However, we also allow lines
4656         that are *only* a colon.
4657         (org-export-as-html): Enforce the space after the colon in short
4658         examples.
4659         (org-export-preprocess-string): Do the colon example protection
4660         earlier.
4661         (org-export-remove-timestamps): Do not check for protection at the
4662         end of the line.
4664 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4666         * org.el (org-format-latex-options): Add new matcher for single
4667         letters between dollars.
4668         (org-get-header): Function removed.
4669         (org-heading-components): New function.
4671         * org-exp.el (org-export-define-heading-targets): Record ID's also
4672         as alternative targets.
4673         (org-export-as-html): Interpret "id:" links to other files by
4674         preserving the relative path.
4676         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4677         is nil.
4679         * org-exp.el (org-export-normalize-links): Protect the main link,
4680         to avoid special character processing.
4682         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4683         New variable.
4684         (org-export-latex-special-string-regexps): Variable removed.
4685         (org-export-latex-keywords): Use the new regexp.
4687         * org-exp.el (org-export-handle-include-files): Fetch switches and
4688         put them into the BEGIN statement.
4690         * org-timer.el (org-timer-mode-line-string): New variable.
4692         * org-clock.el (org-clock-mode-line-map): Renamed from
4693         `org-clock-mode-map'.
4694         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4695         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4696         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4697         (org-clock-remove-overlays): Renamed from
4698         `org-remove-clock-overlays'.
4700         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4701         and mode line display.
4702         (org-timer-stop): New command.
4703         (org-timer-seconds): Return correct time when timer is paused.
4704         (org-timer-mode-line-timer): New variable.
4705         (org-timer-set-mode-line, org-timer-update-mode-line): New
4706         functions.
4708         * org.el (org-insert-heading):  Handle new value `auto' for
4709         `org-blank-before-new-entry'.
4710         (org-org-menu): Add new items for timer functions.
4712         * org-list.el (org-insert-item): Handle new value `auto' for
4713         `org-blank-before-new-entry'.
4715         * org.el (org-blank-before-new-entry): New value `auto', made
4716         default.
4718 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4720         * org-exp.el (org-export-normalize-links): If the link is also
4721         used as the description, protect the description.
4723 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4725         * org.el (org-closest-date): Fix bug with yearly repeats, in
4726         combination with preference of the past as it is used for deadline
4727         and scheduling search.
4729         * org-exp.el (org-html-handle-time-stamps): No longer check for
4730         the `org-export-with-timestamps' option, because the preprocesser
4731         has taken care of this already.
4733         * org.el (org-entry-properties): Catch the case when this is
4734         called in a non-org-mode file.
4736         * org-export-latex.el (org-export-latex-remove-from-headlines):
4737         Variable made obsolete, also LaTeX export now uses the standard
4738         variables.
4739         (org-export-as-latex): Add the timestamps parameter to the
4740         preprocessor parameter list.
4741         (org-export-latex-content): Export the remaining keywords without
4742         considering to remove them.
4743         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4744         Use bold font instead of tt font for the keywords.
4745         (org-export-latex-fontify-headline): Format headlines, assuming
4746         that all keywords still present should be published.
4747         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4748         publish what ever remains of the time stamps.
4749         (org-export-latex-list-parameters): New option.
4750         (org-export-latex-lists): Pass additional parameters to the list
4751         converter.
4753         * org-exp.el (org-export-preprocess-string): Remove clock lines
4754         and timestamps already in the preprocesor.
4755         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4756         functions.
4757         (org-export-as-ascii, org-export-as-html): Add the timestamps
4758         parameter to the preprocessor parameter list.
4760         * org-list.el (org-list-parse-list): Parse for checkboxes.
4761         (org-list-to-generic): Introduce and handle new parameters :cbon
4762         and :cboff.
4763         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4764         optional parameter PARAMS.
4766         * org-export-latex.el (org-export-latex-special-chars): Fix
4767         problems with interpreting dollar signs.
4768         (org-inside-latex-math-p): New function.
4769         (org-export-latex-preprocess): Protect all the math fragments.
4771         * org.el (org-latex-regexps): Allow a dash after a dollar.
4773         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4774         mark after copying.
4776         * org-agenda.el (org-run-agenda-series): Have series options set
4777         when finalizing the agenda.
4779         * org-exp.el (org-export-format-source-code-or-example): Protect
4780         the converted examples.
4782         * org.el (org-set-regexps-and-options): Fix the regexp
4783         `org-complex-heading-regexp'.
4785 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4787         * org.el (org-edit-src-get-label-format): New function.
4788         (org-coderef-label-format): New option.
4789         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4790         a label format specification and make sure it is used in the edit
4791         buffer.
4792         (org-edit-src-get-label-format): New function.
4793         (org-store-link): Handle new coderef formats.
4794         (org-link-search): Handle new coderef formats.
4796         * org-footnote.el (org-footnote-create-definition)
4797         (org-footnote-goto-local-insertion-point): Make footnote insertion
4798         work correctly when the "Footnotes" headline is the last line in
4799         the buffer.
4801         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4802         the location.
4804 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4806         * org-w3m.el (org-w3m): New customization group.
4807         (org-w3m-deactivate-mark): New option.
4808         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4809         option say not to.
4811 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4813         * org.el (org-set-font-lock-defaults): Trigger footnote
4814         fontification.
4815         (org-activate-footnote-links): New function.
4816         (org-activate-links): New entry `footnote'.
4818         * org-faces.el (org-footnote): New face.
4820 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4822         * org-macs.el (org-re): Handle the [:word:] class.
4824         * org-exp.el (org-export-preprocess-string): Call
4825         `org-export-protect-colon-examples'.
4826         (org-export-protect-colon-examples): Renamed from
4827         `org-export-protect-examples', and scope limited to lines starting
4828         with a colon.
4830 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4832         * org-exp.el (org-export-preprocess-string): Move the preprocess
4833         hook to after turning on Org-mode.
4834         (org-export-preprocess-after-include-files-hook)
4835         (org-export-preprocess-after-tree-selection-hook)
4836         (org-export-preprocess-before-backend-specifics-hook)
4837         (org-export-preprocess-final-hook): New hooks.
4838         (org-export-preprocess-string): Run the new hooks.
4840         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4842         * org-footnote.el: New file.
4844         * org.el (org-footnote): Require footnote code.
4845         (org-startup-options): Add new footnote options.
4846         (org-mode-map): New keybindig for footnotes.
4847         (org-ctrl-c-ctrl-c): Add function at footnotes.
4848         (org-org-menu): New menu entries for footnotes.
4850         * org-export-latex.el (org-export-as-latex): Pass footnote
4851         variable to preprocessor.
4852         (org-export-latex-preprocess): Treat multiple references to a
4853         footnote.
4855         * org-exp.el (org-export-preprocess-string): Call
4856         `org-footnote-normalize'.
4857         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4858         to preprocessor.
4859         (org-export-as-html): Treat multiple references to a footnote.
4861 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4863         * org-export-latex.el (org-export-latex-links): Handle coderef
4864         links.
4866         * org.el (org-bracket-link-analytic-regexp++): New variable.
4867         (org-make-link-regexps): Initialize
4868         `org-bracket-link-analytic-regexp++'.
4869         (org-store-link): Implement special case in edit-src buffer.
4870         (org-insert-link): No use of ide to insert stored links.
4871         (org-link-search): Implement special case for coderefs.
4873         * org-exp.el (org-export-html-scripts): New constant.
4874         (org-export-html-style-default): Add a new style for highlighted
4875         code.
4876         (org-export-code-refs): New variable.
4877         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4878         Call `org-export-replace-src-segments-and-examples'
4879         No longer call `org-export-protect-examples'.
4880         (org-export-target-internal-links): Take care of coderef targets.
4881         (org-export-last-code-line-counter-value): New variable.
4882         (org-export-replace-src-segments-and-examples): Renamed from
4883         `org-export-replace-src-segments', and modified.
4884         (org-export-format-source-code-or-example): Renamed from
4885         `org-export-format-source-code'.
4886         (org-export-number-lines): New function.
4887         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4889 --------------------------------------------------------------------------
4891 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4893         * org-remember.el (org-remember-handler): Safer way to get a new
4894         buffer accessing the target file.
4896         * org.el (org-refile-get-location): Handle case of current buffer
4897         not having a file associated with it.
4899 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4901         * org-table.el (org-table-get-formula): Only ask to overwrite
4902         field formula if there really is one.
4904         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4905         number, by converting these to a string.
4907         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4908         located in a different file.
4910         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4911         org-colview.el.
4913 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4915         * org.el (org-completion-use-ido): Enhance docstring of
4916         `org-completion-use-ido'.
4918         * org-export-latex.el (org-export-latex-make-header): Double the %
4919         in the time stamp format.
4920         (org-export-latex-special-chars): Handle case where there is no
4921         match group 3.
4923 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4925         * org.el (org-get-refile-targets, org-refile-get-location): Use
4926         expanded file name to improve comparison.
4928 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4930         * org.el (org-scan-tags): Rescan for tags, to get the correct
4931         upcase/downcase stuff.  This slows things down for now, but it
4932         works.
4933         (org-mode): Make sure the tag-faces regexp is initialized.
4935         * org-export-latex.el (org-export-latex-links): Fix bug with
4936         undefined label.
4938         * org-table.el (org-table-get-specials): Set
4939         `org-table-current-last-data-line'.
4940         (org-table-current-last-data-line): New variable.
4941         (org-table-insert-column, org-table-delete-column)
4942         (org-table-move-column, org-table-fix-formulas): Call
4943         `org-table-fix-formulas' a second time to fix the $LR references.
4944         (org-table-get-specials): Add the $LR references to the tables.
4945         (org-table-get-formula): Do not offer last-row names as LHS of
4946         formulas.
4948         * org.el (org-store-link): Capture link description from
4949         `org-id-store-link'.
4951         * org-exp.el (org-export-html-format-image): Add the / to the end
4952         of the <img> tag.
4953         (org-export-format-source-code): Surround example by empty lines,
4954         to make sure it will not be inside a paragraph.
4956         * org.el (org-ido-switchb): New function.
4958 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4960         * org-agenda.el (org-agenda-show): New prefix argument
4961         FULL-ENTRY.
4963         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4964         argument.
4966         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4967         `org-agenda-change-all-lines'.
4968         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4969         tags are now retrieved locally.
4971 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4973         * org.el (org-get-outline-path): Fix bug if level is not given.
4974         (org-org-menu): Do not quote function in menu vector.
4976         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4977         name.
4979 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4981         * org.el (org-refile): Avoid refiling to within the region to be
4982         refiled.
4984         * org-export-latex.el (org-export-latex-special-chars): Replace
4985         special characters also in tables.
4987         * org-agenda.el (org-agenda-change-all-lines): New argument
4988         FORCE-TAGS.
4989         (org-agenda-set-tags): Cet the new tags and pass them to
4990         `org-format-agenda-item'.
4992 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4994         * org-export-latex.el (org-export-latex-classes): Add longable as
4995         a default package to all classes.
4996         (org-export-latex-tables): Handle the longtable attribute and the
4997         align attribute.
4999         * org-table.el (orgtbl-to-generic): Handle tables that start with
5000         a hline.
5002         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5003         \verb for colde-like snippets.
5004         (org-export-as-latex): Fix issues with region export.
5006         * org.el (org-up-heading-safe): Speed up function by using a
5007         direct regexp search.
5008         (org-olpa): New variable.
5009         (org-get-outline-path): Speed-up path constructions in cases where
5010         this is possible because the entire hierarchy is scanned anyway.
5011         (org-refile-get-location): Don't compare the truenames of files,
5012         this is too slow.
5013         (org-goto-max-level): New option.
5014         (org-goto): Use `org-goto-max-level'.
5016 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5018         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5019         Strip angle brackets from message-ids in the former and don't do
5020         it in the latter.
5021         (org-gnus-follow-link): Open summary reliable, even if the last
5022         messages were deleted, and handle empty groups, too.
5024 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5026         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5027         instead of \texttt for the =...= and ~===~ emphasis environments.
5028         (org-export-as-latex): Remove any old :org-license-to-kill text
5029         properties.
5030         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5031         (org-export-latex-make-header): Add some hard space after the
5032         table of contents.
5033         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5034         exported text so that it will be excuded in further steps.
5036         * org-table.el (org-table-get-specials): Make @0 reference the
5037         last line in a table.
5038         (org-table-recalculate): Improve docstring.
5040 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5042         * org.el (org-log-done): Fix docstring.
5044 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5046         * org-exp.el (org-export-html-format-image): Fix bugs.
5048         * org-export-latex.el (org-export-latex-tables)
5049         (org-export-latex-links): Implement attribute, label, and caption
5050         handling.
5052         * org-exp.el (org-export-html-style-default): Add style
5053         definitions for the figure div.
5054         (org-export-preprocess-string, org-export-as-html): Implement
5055         attribute, label, and caption handling.
5056         (org-export-attach-captions-and-attributes): New function.
5057         (org-export-html-format-image): New function.
5058         (org-format-org-table-html): Implement attribute, label, and
5059         caption handling.
5061         * org.el (org-find-text-property-in-string): New function.
5062         (org-extract-attributes): Use the property org-attr instead of
5063         org-attrobutes, because this property is now set with the #+ATTR
5064         lines.
5066 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5068         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5069         the case that FROM is nil.
5071         * org.el (org-before-first-heading-p): New function.
5073 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5075         * org-exp.el (org-export-as-html): Do not add a space before
5076         enforces line breaks.
5077         (org-export-as-html): Close paragraph before blockquote and verse
5078         tags.
5080 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5082         * org-id.el (org-id-locations-file): Wrap file name with
5083         `convert-standard-filename'.
5084         (org-id-files): New variable.
5085         (org-id-use-hash): New option.
5086         (org-id-update-id-locations): Also search in all files current
5087         listed in `org-id-files'.  Convert the resulting alist to a hash
5088         if the user customation says so.
5089         (org-id-locations-save): Handle he case if `org-id-locations' is a
5090         hash.
5091         (org-id-locations-load): Convert the alist to a hash.
5092         (org-id-add-location): Handle the hast case.
5093         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5094         exited.
5095         (org-id-hash-to-alist, org-id-alist-to-hash)
5096         (org-id-paste-tracker): New functions.
5098 -------------------------------------------------------------------------
5100 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5102         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5103         bindings of calendar variables.
5105         * org-table.el (org-table-find-row-type): Renamed from
5106         `org-find-row-type'.
5107         (org-table-rewrite-old-row-references): Renamed from
5108         `org-rewrite-old-row-references'.
5109         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5110         (org-table-cleanup-narrow-column-properties): Renamed from
5111         `org-cleanup-narrow-column-properties'.
5113 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5115         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5116         for better error messages.
5117         (org-table-get-descriptor-line): Supply the new arguments to
5118         `org-find-row-type'.
5119         (org-table-error-on-row-ref-crossing-hline): New option.
5121         * org.el (org-target-link-regexp): Make buffer-local.
5122         (org-move-subtree-down): Fix bug with trees at beginning of
5123         buffer.
5125 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5127         * org-faces.el (org-set-tag-faces): New function.
5128         (org-tags-special-faces-re): New variable.
5130         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5132         * org-faces.el (org-tag-faces): New option.
5133         (org-tag): Mention `org-tag-faces' in the docstring.
5135 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5137         * org-exp.el (org-export-html-style-default): Implement new
5138         quoting.
5140         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5142         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5143         command to the `w3m-minor-mode-map'.
5145         * org-archive.el (org-archive-to-archive-sibling): Protect
5146         `this-command' to avoid appending kills during archiving.
5148         * org-exp.el (org-export-with-priority): New variable.
5149         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5150         instead of internal list of strings and properties.
5151         (org-print-icalendar-entries): Retrieve the location property with
5152         inheritance.
5154 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5156         * org-exp.el (org-export-with-todo-keywords): New option.
5157         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5158         line.
5159         (org-default-export-plist, org-export-add-options-to-plist)
5160         (org-export-as-ascii, org-export-as-html): Use the new structure
5161         of `org-export-plist-vars'.
5163         * org.el (org-map-entries): Return all values.
5165 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5167         * org.el (org-matcher-time): Recognize more special values.
5169         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5171 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5173         * org.el (org-tags-exclude-from-inheritance): New option.
5174         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5175         `org-tags-exclude-from-inheritance'.
5177         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5178         (org-format-agenda-item): Add inherited tags to the agenda line
5179         string, and make sure that properties are kept when downcasing the
5180         tags list.
5181         (org-agenda-add-inherited-tags): New function.
5182         (org-downcase-keep-props): New function.
5184         * org.el (org-scan-tags): Mark inherited tags with a text
5185         property.
5186         (org-get-tags-at): Mark inherited tags with a text property.
5187         (org-add-prop-inherited): New function.
5189         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5190         (org-agenda-show-inherited-tags): New option.
5192 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5194         * org.el (org-modules): Add org-w3m to the default modules.
5196         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5197         orgtbl-mode.
5198         (orgtabl-create-or-convert-from-region): New command.
5200         * org-exp.el (org-export-as-ascii): Remove the handling of
5201         targets.
5202         (org-export-ascii-preprocess): Handle targets already in this
5203         function.
5205 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5207         * org-timer.el (org-timer-start-time): Define this variable.
5208         (org-timer-item): Make argument optional.
5210         * org-list.el (org-insert-item): Automatically insert a timer item
5211         if the current list is a timer list.
5213         * org-timer.el: New file.
5215         * org-publish.el (org-publish-org-index): Only exclude the index
5216         file in the main directory from being added to the site-map.
5217         (org-publish-get-project-from-filename): If the current project is
5218         a component, start publishing from the parent project.
5220 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5222         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5224         * org-publish.el (org-publish-org-index): Improve removal of
5225         temporary buffers.
5227         * org-agenda.el (org-get-closed): Re-apply changes
5228         accidentially overwritten by last commit to Emacs.
5230         * org.el (org-outline-path-complete-in-steps): New option.
5231         (org-refile-get-location): Honor
5232         `org-outline-path-complete-in-steps'.
5233         (org-agenda-change-all-lines, org-tags-sparse-tree)
5234         (org-time-string-to-absolute, org-small-year-to-year)
5235         (org-link-escape): Re-apply changes accidentially overwritten
5236         by last commit to Emacs
5238 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5240         * org-clock.el (org-dblock-write:clocktable): Make sure the
5241         clocktable sees the first line.
5242         (org-clock-in): Warn if the clock cannot be resumed.
5244 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5246         * org.el (org-open-at-point): Fix mixup about interactive and
5247         non-interactive elisp links.
5249 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5251         * org-exp.el (org-export-preprocess-string): Allow one comment
5252         line before the first headline to always be included.  This is
5253         to not miss a commented target.
5255         * org-mouse.el (org-mouse-insert-item): Call
5256         `org-indent-to-column' instead of `indent-to', for XEmacs
5257         compatibility.
5259         * org.el (org-refile-targets): Fix customize definition so
5260         that it works also in XEmacs.
5261         (org-fixup-indentation): Call `org-indent-to-column' instead
5262         of `indent-to', for XEmacs compatibility.
5264 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5266         * org-mew.el (org-mew-store-link): Get the correct case folder
5267         for refiled messages.
5269 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5271         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5272         line break indicators.
5274         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5275         ido-completion propts.
5277 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5279         * org-remember.el (org-remember-apply-template): Use
5280         `org-substring-no-properties'.
5282         * org-compat.el (org-substring-no-properties): New function.
5284         * org-remember.el (org-remember-apply-template): Use
5285         `org-substring-no-properties' for compatibility.
5287         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5288         option.
5289         (org-fix-bullet-type): respect
5290         `org-list-two-spaces-after-bullet-regexp'.
5292         * org-clock.el (org-clock-load): Clean up the code.
5294         * org.el (org-adaptive-fill-function): Allow two spaces after
5295         "1." as a list bullet.
5297 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5299         * org-clock.el (org-clock-save, org-clock-load): Check for
5300         live buffers, existing files, and buffer file names to ensure
5301         consistent information.
5302         (org-clock-persist): Make `clock' a special value of this
5303         variable, and improve docstring.
5305         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5306         (org-get-string-indentation): Adapt indentation when the bullet
5307         width changes.
5309 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5311         * org-remember.el (org-remember-finalize): Make interactive.
5312         (org-remember-kill): New command.
5313         (org-remember-finish-immediately): Call `org-remember-finalize'
5314         directly.
5315         (org-remember-finalize): Make `org-remember-finalize' an interactive
5316         function.
5318 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5320         * org-remember.el (org-remember-apply-template): No ido completion
5321         for free prompts in remember templates.
5322         (org-remember-before-finalize-hook): New hook.
5323         (org-remember-mode): New minor mode.
5324         (org-remember-apply-template): Turn on `org-remember-mode'.
5326         * org-id.el (org-id-add-location): Avoid error when no file is
5327         given.
5329         * org-remember.el (org-remember-apply-template): Fix the way how
5330         the list of allowed properties is retrieved from the target file.
5332         * org.el (org-insert-link): Improve file link matching.
5334 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5336         * org-colview.el (org-columns-display-here): New argument
5337         DATELINE, to trigger using the new face.
5338         (org-agenda-colview-summarize): Call `org-columns-display-here'
5339         with the new argument.
5341         * org-faces.el (org-agenda-column-dateline): New face.
5343         * org-publish.el (org-publish-org-index): Use index-title at page
5344         title, not as section.
5346         * org-exp.el (org-export-html-format-desc): Respect the
5347         org-protect property.
5348         (org-export-as-html): Protect image specifiers that are in the
5349         description part of a link.
5351         * org.el (org-sort-entries-or-items, org-completing-read)
5352         (org-refile-get-location, org-olpath-completing-read, org-todo)
5353         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5354         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5355         (org-set-property, org-delete-property)
5356         (org-delete-property-globally): Use `org-ido-completing-read'.
5358         * org-remember.el (org-remember-apply-template): Use
5359         `org-ido-completing-read'.
5361         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5363         * org-colview.el (org-columns-edit-value, org-columns-new)
5364         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5366         * org-colview-xemacs.el (org-columns-edit-value)
5367         (org-columns-new, org-insert-columns-dblock): Use
5368         `org-ido-completing-read'.
5370         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5371         `org-ido-completing-read'.
5373         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5374         `org-ido-completing-read'.
5376         * org.el (org-time-today): New function.
5377         (org-matcher-time): Use `org-time-today'.  Add special treatment
5378         for "<tomorrow>" and "<yesterday>".
5379         (org-ido-completing-read): New function.
5380         (org-completion-use-ido): New option.
5382         * org-exp.el (org-export-format-source-code): Fix bug in require
5383         htmlize code.
5384         (org-export-target-internal-links): Fix bug in search for text
5385         property.
5387 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5389         * org-export-latex.el (org-export-latex-subcontent): Interprete
5390         target aliases as additonal labels.
5392         * org-exp.el (org-export-target-aliases): New variable.
5393         (org-export-preprocess-string)
5394         (org-export-handle-invisible-targets): Fill the alias alist.
5395         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5396         assign an id.
5397         (org-html-level-start): Insert the target aliases as additonal
5398         anchors.
5400         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5401         picture area.
5403 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5405         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5406         when following a link with the mouse from the agenda.
5408         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5409         headlines are created.
5411 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5413         * org-exp.el (org-export-preprocess-string): Reorder so that we
5414         can still see ID properties when we collect targets.
5415         (org-export-target-internal-links): Also store targets for ID's.
5417         * org.el (org-link-translation-function): New option.
5418         (org-open-at-point): Call `org-link-translation-function' if
5419         non-nil.
5420         (org-translate-link): New function.
5421         (org-translate-link-from-planner): New function.
5422         (org-open-at-point): Allow interactive commands in elisp links.
5424         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5425         iCalendar quoting.  The new one seems to caus problems with
5426         applications.
5428         * org.el (org-yank): Set `this-command' to `yank', so that
5429         `yank-pop' will work.
5431 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5433         * org-id.el (org-id-search-archives): New option.
5435         * org.el (org-link-to-org-use-id): New option.
5436         (org-store-link): Use `org-link-to-org-use-id'.
5437         (org-id): Make org-id.el a standard component.
5439 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5441         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5442         hexified version of the tag.
5444         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5445         compliance as far as quoting is concerned.
5447         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5449         * org.el (org-up-heading-safe, org-forward-same-level): Always
5450         call `org-back-to-heading' instead of `outline-back-to-heading'.
5451         (org-back-to-heading): New wrapper around outline-back-to-heading,
5452         with a useful error message telling where the error happened.
5454         * org-list.el (org-update-checkbox-count): Always call
5455         `org-back-to-heading' instead of `outline-back-to-heading'.
5457         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5458         has an `alt' attribute, to ensure XHTML validation.
5460 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5462         * org-publish.el (org-publish-attachment): Allow publishing to
5463         overwrite attachment files.
5465         * org-agenda.el (org-agenda-timerange-leaders): New option.
5466         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5468         * org.el (org-edit-src-exit): Untabify ASCII image before
5469         returning.
5482 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5484         * org.el (org-yank): Make any prefix force normal yanking.
5485         Suppress folding if text would be swallowed into a folded
5486         subtree.
5487         (org-yank-folded-subtrees, org-yank): Docstring updates.
5489         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5490         defined as 0.
5492         * org-exp.el (org-export-language-setup): Add Catalan and
5493         Esperanto language entries.
5495 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5497         * org.el (org-refile): Allow refiling of entire regions.
5499         * org-clock.el (org-clock-time%): New function.
5501         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5502         retrieve property values.
5504 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5506         * org-agenda.el (org-agenda-list): Handle the value `only' of
5507         org-agenda-show-log'.
5508         (org-agenda-log-mode): Interpret a double prefix arg.
5510 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5512         * org-exp.el (org-export-html-footnotes-section): New variable.
5513         (org-export-as-html): Use `org-export-html-footnotes-section' to
5514         insert the footnotes.
5515         (org-export-language-setup): Add "Footnotes" to language words.
5517 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5519         * org.el (org-yank): Fix bug when not inserting a subtree.
5521 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5523         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5524         instead of `vm-beginning-of-message'.
5526         * org.el (org-make-link-regexps): Make sure that links to gnus can
5527         contain brackets.
5529 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5531         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5532         code.
5534         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5535         shell output.
5537         * org.el (org-link-abbrev-alist): Improve customization type.
5539         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5540         functions.
5542         * org-agenda.el (org-agenda-get-progress): Renamed from
5543         `org-get-closed'.  Implement searching for state changes as well.
5544         (org-agenda-log-mode-items): New option.
5545         (org-agenda-log-mode): New option prefix argument, interpreted as
5546         request to show all possible progress info.
5547         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5548         `org-get-closed'.
5549         (org-agenda-set-mode-name): Handle the more complex log mode
5550         settings.
5551         (org-get-closed): New alias, pointing to `org-get-progress'.
5553 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5555         * org.el (org-file-apps-defaults-gnu)
5556         (org-file-apps-defaults-macosx)
5557         (org-file-apps-defaults-windowsnt): Add an entry defining the
5558         system command.
5559         (org-file-apps): Allow `system' as key and value.
5560         (org-open-at-point): Explain the effect of a double prefix arg.
5561         (org-open-file): If the argument `in-emacs' is (16),
5562         i.e. corresponding to a double prefix argument, try to open the
5563         file externally.
5565 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5567         * org.el (org-insert-link): Abbreviate absolute files names in
5568         links.  Also, fix a bug in which the double C-u prefix would not
5569         be honored.
5571 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5573         * org.el (org-insert-heading): If buffer does not end with a
5574         newline, add one if necessary to insert headline correctly.
5576         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5577         paragraphs, not inside.
5579         * org.el (org-todo): Quote
5580         `org-agenda-headline-snapshot-before-repeat'.
5582         * org-exp.el (org-export-as-html): Fully process link descriptions.
5583         (org-export-html-format-desc): New function.
5584         (org-export-as-html): Collect footnotes into the correct basket.
5585         (org-html-protect): No longer protect quotations marks here, this
5586         goes wrong.
5588         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5589         BEG.
5591         * org-compat.el (org-fit-window-to-buffer): New function (not
5592         really, a preliminary and incomplete version was present earlier,
5593         but not used).
5595         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5596         `org-fit-window-to-buffer'.
5598         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5600         * org-agenda.el (org-agenda-get-restriction-and-command)
5601         (org-fit-agenda-window, org-agenda-convert-date): Use
5602         `org-fit-window-to-buffer'.
5604         * org-exp.el (org-export-as-html): Process href links through
5605         `org-export-html-format-href'.
5606         (org-export-html-format-href): New function.
5608         * org-agenda.el (org-agenda-todo): Update only the current
5609         headline if this is a repeated TODO, marked done for today.
5610         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5611         only the current line.
5613         * org.el (org-todo): Take a snapshot of the headline if the
5614         repeater might change it.
5616 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5618         * org-publish.el (org-publish-find-title): Remove buffers visited
5619         only for extracting the title.
5621         * org-exp.el (org-export-html-style)
5622         (org-export-html-style-default): Mark style definitions as
5623         unparsed CDATA.
5625         * org-publish.el (org-publish-validate-link): Function
5626         re-introduced.
5628 2008-11-02  Charles Sebold  <csebold@gmail.com>
5630         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5631         property.
5632         (org-plot-quote-timestamp-field): New function.
5633         (org-plot-quote-tsv-field): Call timestamp field function when
5634         necessary rather than just quoting as a string.
5635         (org-plot/gnuplot-to-data): Pass in timefmt property.
5636         (org-plot/gnuplot-script): Supports timefmt property.
5637         (org-plot/gnuplot): Checks for timestamp column before checking
5638         for text index column.
5640 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5642         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5644         * org-publish.el (org-publish-org-index): Create a section in the
5645         index file.
5646         (org-publish-org-index): Stop linking to directories.
5648         * org.el (org-emphasis-alist): Use span instead of <u> to
5649         underline text.
5651         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5652         <pre> sections.
5654 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5656         * org-jsinfo.el (org-infojs-template): Remove language attribute
5657         from script tag.
5659 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5661         * org-agenda.el (org-agenda-remove-marked-text): New function.
5662         (org-agenda-mark-filtered-text)
5663         (org-agenda-unmark-filtered-text): New functions.
5664         (org-write-agenda): Remove fltered text.
5666         * org.el (org-make-tags-matcher): Give access to TODO "property"
5667         without speed penalty.
5669 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5671         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5672         option.
5673         (org-store-link-props): Make sure adding to the plist works
5674         correctly.
5676         * org-gnus.el (org-gnus-no-new-news): New function.
5677         (org-gnus-follow-link): Allow the article ID to be a message-id,
5678         in addition to allowing article numbers.  Message IDs make much
5679         more roubust links.
5680         (org-gnus-store-link): Use message-id to create link.
5682 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5684         * org.el (org-emphasize): Reverse the selection array.
5685         (org-emphasis-alist): Set <code> tags for the verbatim
5686         environment.
5688         * org-remember.el (org-remember-handler): Fix bug with
5689         prefix-related changing of the note storage target.
5691         * org-exp.el (org-print-icalendar-entries): Make the exported
5692         priorities compatible with RFC 2445.
5694         * org-clock.el (org-clock-save): Insert time stamp without
5695         dependence on time-stamp.el.
5697 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5699         * org.el ("saveplace"): If saveplace puts point into an invisible
5700         location, make it visible.
5701         (org-make-tags-matcher): Allow inactive time stamps in time
5702         comparisons.
5703         (org-yank-adjusted-subtrees): New option.
5704         (org-yank): Incorporate adjusting trees.
5705         (org-paste-subtree): New argument FOR-YANK which will cause
5706         insertion at point without backing up over white lines, and leave
5707         point at the end of the inserted text.  Also if the cursor is
5708         at the beginning of a headline, use the same level or the inserted
5709         tree.
5711         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5712         with broken symlinks
5714 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5716         * org-exp.el (org-export-select-tags, org-get-current-options):
5717         Fix typo.
5719 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5721         * org-agenda.el (org-format-agenda-item)
5722         (org-agenda-filter-make-matcher): Make sure tags are stored and
5723         compared donwcased.
5725 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5727         * org.el (org-insert-todo-heading): Fix bug with force-heading
5728         argument.
5730 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5732         * org-clock.el (org-clock-in-resume): Add a custom option to
5733         toggle starting the clock from an open clock line.
5734         (org-clock-in): When clocking in to an entry, if
5735         `org-clock-in-resume' is set, check if the first clock line is
5736         open and if so, start the clock from the time in the clock line.
5737         (org-clock-persist): Add a custom option to toggle clock
5738         persistence.
5739         (org-clock-persist-query-save): Add a custom option to toggle
5740         asking the user if they want to save the running clock when
5741         exiting.
5742         (org-clock-persist-query-resume): Add a custom option to toggle
5743         asking the user if they want to resume the saved clock when Emacs
5744         is restarted.
5745         (org-clock-save): Add a function to save clock data.
5746         This includes the contents of `org-clock-history' and the buffer
5747         and position of the currently clocked task, if any.
5748         (org-clock-load): Add a function to load clock data.
5749         This populates `org-clock-history', and resumes the saved clocked
5750         task if there is one.
5751         (org-clock-persistence-insinuate): Add a method to set up the
5752         hooks for clock persistence.
5754 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5756         * org-exp.el (org-export-as-ascii): Handle the case that we are
5757         publishing from an indirect buffer.
5759         * org-table.el (org-table-copy-down): Fix bug with time stamp
5760         increment.
5762         * org-mouse.el (org-mouse-features): New option.
5763         (org-mode-hook): Turn on features depending on
5764         `org-mouse-features'.
5766         * org.el (org-insert-heading-respect-content): Force heading
5767         creation.
5768         (org-insert-heading): keep the folding state of the heading before
5769         the inserted one.
5771 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5773         * org-archive.el (org-archive-to-archive-sibling): Handle top
5774         level headlines better.
5776 2008-10-21  Bastien Guerry  <bzg@altern.org>
5778         * org-export-latex.el (org-export-latex-classes): Added
5779         \usepackage{graphicx} to the default list of packages.
5781 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5783         * org-agenda.el (org-agenda-filter): Renamed from
5784         `org-agenda-filter-tags'.
5786 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5788         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5789         is not defined as a property in this entry.
5790         (org-add-log-note): Mask prefix argument when immediately storing
5791         the note.
5793         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5794         option.
5796 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5798         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5799         after drawers was skipping ahead one line too many, so notes were
5800         inserted after the first note instead of before it.
5802 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5804         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5805         New variables.
5806         (org-prepare-agenda): Reset the filter tags.
5807         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5808         Show filter tags in mode line.
5810         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5811         formatter.
5813         * org-export-latex.el (org-latex-entities-regexp): New constant.
5814         (org-export-as-pdf): Use two calls to `shell-command'.
5816 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5818         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5819         Honor the {} value of the subsuperscript setting.  Make sure that
5820         longer subsuperscripts are typeset in a roman font.
5822         * org.el (org-clock-update-time-maybe): Compute negative clock
5823         intervals correctly.
5825 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5827         * org.el (org-add-log-setup): Respect
5828         `org-log-state-notes-insert-after-drawers'.
5829         (org-log-state-notes-insert-after-drawers): New option.
5830         (org-todo-trigger-tag-changes): New function.
5831         (org-todo): Call `org-todo-trigger-tag-changes'.
5833 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5835         * org.el (org-add-log-setup): Only skip drawers if the are
5836         immediately after the scheduling keywords.
5838         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5839         function
5840         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5841         call it with the current todo state to get the state to switch to
5842         when clocking in.
5843         (org-clock-in): Use org-indent-line-function to indent clock lines.
5844         (org-clock-find-position): Fix indentation of empty clock drawers.
5846 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5848         * org-publish.el (org-publish-org-to): Handle case when
5849         org-export-to-pdf does return a file name, not a buffer.
5850         (org-publish-org-to-pdf): New function.
5852         * org-export-latex.el (org-export-as-pdf)
5853         (org-export-as-pdf-and-open): New commands.
5855         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5856         forms as ranges.
5858         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5859         things in protexted regions.
5861 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5863         * org-export-latex.el (org-export-latex-preprocess): Improve
5864         quoting of LaTeX environments.
5866 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5868         * org.el (org-edit-fixed-width-region): Exclude final newline from
5869         picture area.
5871         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5872         sections, to make internal links work.
5873         (org-export-latex-fontify-headline): Do not remove all text
5874         properties, to make sure that target properties survive this
5875         process.
5877         * org-exp.el (org-export-preprocess-string): Change sequence of
5878         modifications, to make sure links are prepared before the LaTeX
5879         conversions do happen.
5881 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5883         * org-attach.el (org-attach-delete-all): Renamed from
5884         `org-attch-delete'.  Add a security query before deleting the
5885         entire directory.  New optional argument FORCE can overrule the
5886         security query.
5887         (org-attach-delete-one): New command.
5889 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5891         * org-attach.el (org-attach-file-list): Fix bug with directory.
5893 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5895         * org.el (org-apps-regexp-alist): New function.
5896         (org-file-apps): Add auto-mode to the default value.
5897         (org-open-file): Use the new structure of org-file-apps.
5899         * org-attach.el (org-attach): Support the new keys.
5900         (org-attach-method): New option.
5902 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5904         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5905         March.
5907         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5908         of the list value o `org-use-tag-inheritance'.
5910         * org-attach.el (org-attach-auto-tag): New option.
5911         (org-attach-tag, org-attach-untag): New functions.
5912         (org-attach-attach, org-attach-new, org-attach-sync): Call
5913         `org-attach-tag'.
5914         (org-attach-delete): Call `org-attach-untag'.
5916 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5918         * org-table.el (orgtbl-self-insert-command): Make this work for
5919         the keypad as well.
5921 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5923         * org.el (org-add-log-setup): Limit searc for drawers to entry
5924         text, not to subtree.
5926         * org-clock.el (org-clock-heading-for-remember): New variable.
5927         (org-clock-in): Set `org-clock-heading-for-remember'.
5929 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5931         * org-remember.el (org-remember-apply-template): Add new
5932         expansions: %k, %K for currently clocked task and a link to the
5933         currently clocked task, and %< to file notes in the currently
5934         clocked task.
5936 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5938         * org-export-latex.el (org-export-latex-make-header): Also insert
5939         the content of the property :latex-header-extra.
5941         * org-exp.el (org-infile-export-plist): Put the content of
5942         #+LATEX_HEADER: into the property :latex-header-extra.
5944         * org-colview.el (org-columns-get-format-and-top-level): Remove
5945         resetting the marker.
5947         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5948         Remove resetting the marker.
5950         * org.el (org-entry-property-inherited-from): Improve docstring.
5951         (org-entry-get-with-inheritance): Reset marker before starting the
5952         search.
5954         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5956 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5958         * org.el (org-entry-get-multivalued-property)
5959         (org-entry-protect-space, org-entry-restore-space): New
5960         functions.
5961         (org-file-apps-defaults-macosx): Let postscript files be opened by
5962         preview.
5963         (org-time-stamp-inactive): Call `org-time-stamp'.
5964         (org-time-stamp): New argument `inactive'.  Also edit inacive
5965         stamps. Convert time stamp type.
5966         (org-open-file): Interpret the `default' value for the `command'
5967         in `org-file-apps'.
5969         * org-id.el (org-id-int-to-b36-one-digit)
5970         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5971         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5972         b36.
5974 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5976         * org-id.el (org-id-reverse-string): New function.
5977         (org-id-new): Use `org-id-reverse-string' to make sure the
5978         beginning chars of the ID are mutating fast.  This allows to use a
5979         directory structure to spread things better.
5980         (org-id-prefix): Changed default to nil.
5982         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5983         restore the column of the cursor position.
5985         * org-remember.el (org-remember-apply-template): Remove properties
5986         from `initial'.
5988 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5990         * org-wl.el (org-wl-open): Remove useless call to
5991         `wl-thread-open-all'.
5993         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5994         location.
5996 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5998         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5999         `org-bbdb-anniversaries'.
6001         * org.el (org-get-next-sibling, org-forward-same-level): New
6002         functions, similar to the outline versions, but invisible headings
6003         are OK.
6005 2008-09-25  Bastien Guerry  <bzg@altern.org>
6007         * org.el (org-auto-repeat-maybe): Insert a space between
6008         the timestamp's type and the timestamp itself.
6010 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6012         * org-table.el (org-table-sum): Do not format the result with %g,
6013         it does rounding when there are too many digits.
6015         * org.el (org-map-entries): Protect the keyword-selecting variables.
6017 2008-09-23  Bastien Guerry  <bzg@altern.org>
6019         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6020         against all agenda files.
6022 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6024         * org-list.el: New file, aggregating list functions from org.el
6025         and org-export-latex.el.
6027         * org.el (org-edit-src-region-extra): New option.
6029 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6031         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6032         time before 1am.
6034 2008-09-22  Bastien Guerry  <bzg@altern.org>
6036         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6038 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6040         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6041         hline work correctly.
6042         (org-plot/gnuplot-script): Put commas at the end of each script
6043         line.
6045 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6047         * org.el (org-get-refile-targets): Replace links with their
6048         descriptions
6049         (org-imenu-get-tree): Replace links with their descriptions.
6051         * org-remember.el (org-remember-apply-template): Add a new
6052         expansion for adding properties to remember items.
6054         * org.el (org-add-log-setup): Skip over drawers (properties,
6055         clocks etc) when adding notes.
6057         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6058         items as well as the start and end times.
6060         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6061         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6063         * org-remember.el (org-get-x-clipboard): Use the compat
6064         function to get clipboard values when x-selection-value is
6065         unavailable. Use substring-no-properties instead of
6066         set-text-properties to remove text properties from the clipboard
6067         value.
6069         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6070         modeline clock string, and display the full todo value in the
6071         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6072         the currently clocked task.
6073         (org-clock-string-limit): Add a custom value for the maximum
6074         length of the clock string in the modeline.
6075         (org-clock-mode-map): Add a keymap for the modeline string
6077 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6079         * org-compat.el (org-propertize): New function.
6081 2008-09-20  Bastien Guerry  <bzg@altern.org>
6083         * org-export-latex.el (org-export-latex-tables): protect exported
6084         tables from further special chars conversion.
6085         (org-export-latex-preprocess): Preserve LaTeX environments.
6086         (org-list-parse-list): Parse descriptive lists.
6087         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6088         (org-list-to-texinfo): Export descriptive lists.
6089         (org-quote-chars): Remove.
6090         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6091         (org-export-latex-list-beginning-re): Rename to
6092         `org-list-beginning-re'
6093         (org-list-item-begin): Rename to `org-list-item-beginning'
6095 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6097         * org.el (org-refile): Allow refiling to the last entry in the
6098         buffer.
6099         (org-get-tags-at): Fix bug when inheritance is turned off.
6101 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6103         * org.el (org-indent-line-function): No longer check for src
6104         regions, this is too much overhead.
6106         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6107         matching.
6109         * org.el (org-scan-tags): Make sure that tags matching is not case
6110         sensitive.  TODO keyword matching is case sensitive, however, to
6111         avoid confusion with similar words that are not meant to be
6112         keywords.
6114 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6116         * org.el (org-get-local-tags-at): New function.
6117         (org-get-local-tags): New function.
6119         * org-exp.el (org-export-get-categories): New function.
6121         * org-agenda.el (org-sorting-choice)
6122         (org-agenda-sorting-strategy, org-agenda-get-todos)
6123         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6124         (org-agenda-get-scheduled, org-agenda-get-blocks)
6125         (org-entries-lessp): Implement sorting by TODO state.
6126         (org-cmp-todo-state): New defsubst.
6128         * org-colview.el (org-colview-construct-allowed-dates): New
6129         function.
6130         (org-columns-next-allowed-value): Use
6131         `org-colview-construct-allowed-dates'.
6133         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6134         function.
6135         (org-columns-next-allowed-value): Use
6136         `org-colview-construct-allowed-dates'.
6138 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6140         * org.el (org-protect-slash): New function.
6141         (org-get-refile-targets): Use `org-protect-slash'.
6143         * org-agenda.el (org-global-tags-completion-table): New variable.
6145         * org-exp.el (org-export-handle-export-tags): New function.
6146         (org-export-preprocess-string): Call
6147         `org-export-handle-export-tags'.
6149         * org-plot.el: New file.
6151         * org-publish.el (org-publish-expand-components): Function removed.
6152         (org-publish-expand-projects): Allow components to have components.
6154 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6156         * org.el (org-indent-line-function): Do not indent in regions that
6157         are external source code.
6158         (org-yank-and-fold-if-subtree): New function.
6160         * org-agenda.el (org-agenda-todayp): New function.
6161         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6162         `org-agenda-todayp'.
6164         * org.el (org-insert-heading-respect-content)
6165         (org-insert-todo-heading-respect-content): New commands.
6166         (org-insert-heading-respect-content): New option.
6167         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6169         * org-clock.el (org-clock-find-position): Make sure the note after
6170         the clock line gets moved into the new clock drawer.
6172 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6174         * org-id.el (org-id-new): New option.
6176 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6178         * org-table.el (org-table-copy-down): Avoid overflow during
6179         increment.  Use prefix argument 0 to temporarily disable the
6180         increment.
6182 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6184         * org-exp.el (org-export-as-html): Do not turn on the major mode
6185         if the buffer will be killed anyway.
6186         (org-get-current-options): Exclude the #+TEXT field.
6187         (org-export-as-html): Make sure text before the first headline is
6188         a paragraph.
6190         * org-publish.el (org-publish-org-to): Tell the exporter that this
6191         buffer will be killed, so it is not necessary to do major mode
6192         initialization.
6194         * org-archive.el (org-archive-to-archive-sibling): Show empty
6195         lines after folding the archive sibling.
6197         * org.el (org-log-note-extra): New variable.
6199 2008-09-05  Bastien Guerry  <bzg@altern.org>
6201         * org.el (org-additional-option-like-keywords): Added keywords for
6202         the _QUOTE, _VERSE and _SRC environments.
6204         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6205         exporting _QUOTE and _VERSE environments.
6207 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6209         * org-agenda.el (org-agenda-filter-by-tag): New command.
6211         * org-exp.el (org-get-current-options): Remove angular brackets
6212         from the date entry.
6214         * org.el (org-edit-fixed-width-region): New function.
6215         (org-edit-fixed-width-region): Also try
6216         `org-edit-fixed-width-region'.
6217         (org-edit-fixed-width-region-mode): New option.
6218         (org-activate-code): Only interprete lines starting with colon
6219         plus a space as example lines.
6221         * org-remember.el (org-remember-templates): Add nil instead of
6222         empty strings to fix the length of remember templates.
6224         * org-table.el (org-calc-default-modes): Fix the time format for
6225         calc, from 12 hour to 24 hour clock.
6227 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6229         * org-agenda.el (org-agenda-get-deadlines)
6230         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6231         entries that are pre-warnings of deadlines or reminders.
6233         * org.el (org-sort-entries-or-items): Make numeric and alpha
6234         comparisons ignore any TODO keyword and priority cookie.
6236         * org-remember.el (org-remember-handler): Reinterpretation of the
6237         prefix argument.
6239 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6241         * org-agenda.el (org-agenda-get-scheduled): Use new
6242         `org-scheduled' face.
6244         * org-faces.el (org-scheduled): New face.
6246         * org-wl.el (org-wl-open): Remove incorrect declaration.
6248         * org-gnus.el (org-gnus-store-link): Support for :to information
6249         in gnus links.
6251         * org-exp.el (org-export-as-html): Fixed typo in creator
6252         information.
6253         (org-export-protect-examples): New parameter indent.  Insert extra
6254         spaces only when this parameter is specified.
6255         (org-export-preprocess-string): Call `org-export-protect-examples'
6256         with an indentation parameter when exporting to ASCII.
6258         * org-remember.el (org-remember-templates)
6259         (org-remember-apply-template): Allow the file component to be a
6260         function.
6262         * org.el (org-goto-local-search-headings): Renamed from
6263         `org-goto-local-search-forward-headings'.  Added the possibility
6264         to search backwards.
6266 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6268         * org-export-latex.el (org-export-latex): New customization
6269         group.
6271         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6273 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6275         * org-exp.el (org-html-do-expand): Allow {} to terminate
6276         tex macro
6278 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6280         * org.el (org-buffer-list): Select buffers based on major mode,
6281         not on file name.
6283 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6285         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6286         face property.
6288         * org-colview.el (org-columns-display-here): Use
6289         `org-columns-modify-value-for-display-function'.
6291         * org-colview-xemacs.el (org-columns-display-here): Use
6292         `org-columns-modify-value-for-display-function'.
6294 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6296         * org.el (org-columns-modify-value-for-display-function): New option.
6308         * org-publish.el (org-publish-file): Make sure the directory match
6309         for the publishing directory works correctly.
6311         * org-agenda.el (org-agenda-execute-calendar-command)
6312         (org-agenda-diary-entry): Additional optional argument.
6314 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6316         * org-exp.el (org-export-as-html): Add attributes also in mailto
6317         and ftp links.
6319         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6328 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6330         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6331         sure that calls from `org-export-region-as-html' do not do the
6332         special check for a subtree.
6334 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6336         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6338 2008-07-20  Juri Linkov  <juri@jurta.org>
6340         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6341         new keymap `narrow-map' instead of binding "\C-xns".
6343 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6345         * org.el (org-open-file): Use
6346         `org-open-directory-means-index-dot-org'.
6347         (org-open-directory-means-index-dot-org): New option.
6349 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6351         * org.el (org-make-link-string): Remove link attributes from
6352         description.
6353         (org-open-at-point): Remove link attributes bevore using the path.
6355         * org-exp.el (org-export-as-html): Handle link attributes.
6357         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6359         * org-table.el (org-table-to-lisp): New function.
6361         * org.el (org-narrow-to-subtree): Do not include the final newline
6362         into the narrowed region.
6364         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6365         bug with user-define skipping condition.
6367 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6369         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6371 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6373         * org-exp.el (org-export-html-style-default): Automatic overflow
6374         handling for pre fields.
6375         (org-export-as-ascii, org-export-as-html): Change default format
6376         for time stamp.
6378         * org-table.el (org-table-export): Offer completion for translator
6379         functions, and do not require a heading above the table.
6381         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6382         Cater for the case of a list starting in the first line of the
6383         buffer.
6385 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6387         * org-publish.el (org-publish-find-title): Bug fix.
6388         (org-publish-org-index): Implement new :index-style option.
6390 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6392         * org-publish.el (org-publish-timestamp-filename): Use
6393         SHA1-encoded file names in the timestamp directory.
6395 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6397         * org-publish.el (org-publish-needed-p): Be verbose about files
6398         published and files skipped.
6400         * org-exp.el (org-export-preprocess-string): Swap link
6401         normalization and inernal link targeting.
6403         * org-publish.el (org-publish-needed-p): Create timestamp
6404         directory when it does not exist.
6406 2008-07-04  Bastien Guerry  <bzg@altern.org>
6408         * org-clock.el (org-clock-out-when-done): Doc fix.
6410         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6412         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6413         Ignore case when searching for the COMMENT cookie at export time.
6415 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6417         * org-exp.el (org-get-file-contents)
6418         (org-get-and-remove-property): New functions.
6419         (org-export-handle-include-files): Handle the new prefix options.
6420         (org-export-as-html): Fix the verse environment.
6422 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6424         * org.el (org-time=, org-time<, org-time<=, org-time>)
6425         (org-time>=, org-time<>, org-2ft): New functions.
6426         (org-op-to-function): Also provide for the time testing fucntions.
6428 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6430         * org-exp.el (org-export-html-style-default): New constant.
6432 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6434         * org-exp.el (org-export-html-style-extra): New variable.
6435         (org-export-splice-style): New function.
6437 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6439         * org-exp.el (org-export-plist-vars, org-export-as-html):
6440         Implement `org-export-creator-info'.
6441         (org-export-creator-info): New option.
6443 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6445         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6446         (org-property-drawer-re, org-clock-drawer-re): New constants.
6448 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6450         * org-exp.el (org-icalendar-use-deadline)
6451         (org-icalendar-use-scheduled): New options.
6452         (org-icalendar-include-todo): Default changed to t.
6453         (org-print-icalendar-entries): Implement better utilization of
6454         scheduling and deadline time stamps.
6455         (org-export-target-internal-links, org-export-as-html): Allow file
6456         lines without the "file:" prefix if the file path is an absolute
6457         path or starts with ".".
6459         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6460         lastweek etc.
6461         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6463 2008-06-18  Glenn Morris  <rgm@gnu.org>
6464         * org.el (org-map-entries): Let-bind `file'.
6466 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6468         * org.el (org-agenda-skip-archived-trees): Docstring now
6469         discourages using this.
6470         (org-scan-tags): Check for org-agenda-archives-mode.
6471         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6472         (org-agenda-files): Functionality of second arg changed.
6474         * org-agenda.el (org-agenda-archives-mode): New variable
6475         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6476         (org-search-view, org-todo-list, org-tags-view)
6477         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6478         `ifmode' argument.
6479         (org-agenda-quit): Reset the archives mode.
6480         (org-agenda-archives-mode): New command.
6481         (org-agenda-set-mode-name): Include archives info.
6483 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6485         * org.el (org-paste-subtree): Make sure the yanked headline is
6486         visible if it was yanked at a visible point.
6487         (org-move-item-up): Fix the bug with moving white space at the end
6488         of the item.
6489         (org-show-empty-lines-in-parent): New function.
6491 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6493         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6495         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6497         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6498         agenda prefix as well.
6500         * org-publish.el (org-publish-org-index): Make a properly indented
6501         list.
6503         * org.el (org-calendar-agenda-action-key): New option.
6504         (org-get-cursor-date): New function.
6505         (org-mark-entry-for-agenda-action): New command.
6506         (org-overriding-default-time): New variable.
6507         (org-read-date): Respect `org-overriding-default-time'.
6509         * org-remember.el (org-remember-apply-template): Respect the
6510         ovverriding default time.
6512         * org-agenda.el (org-agenda-action-marker): New variable.
6513         (org-agenda-action): New command.
6514         (org-agenda-do-action): New function.
6516 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6518         * org.el (org-schedule, org-deadline): Protect scheduled and
6519         deadline tasks against changes that accidently remove the
6520         repeater.  Also show a message with the new date when done.
6522 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6524         * org.el (org-beginning-of-line): Cater for the case when there
6525         are tags but no headline text.
6526         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6527         it set.
6529 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6531         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6532         the return value is nil instead of "nil" when there is no match.
6534         * org-exp.el (org-insert-centered): Use fill-column instead of
6535         80.
6536         (org-export-as-ascii): Use string-width to measure the width of
6537         the heading.
6539         * org.el (org-diary-to-ical-string): No longer kill buffer
6540         FROMBUF, this is now done by the caller.
6542         * org-exp.el (org-print-icalendar-entries): Move the call to
6543         `org-diary-to-ical-string' out of the loop, and kill the buffer
6544         afterwords.
6546         * org-remember.el (org-remember-visit-immediately): Position
6547         cursor after moving to the note.
6548         (org-remember-apply-template): Use a text property to record the
6549         cursor position.
6550         (org-remember-handler): Align tags after pasting the note.
6552 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6554         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6556         * org-agenda.el (org-agenda-open-link): If there is an
6557         org-bbdb-name property in the current line, jump to that bbdb
6558         entry.
6560         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6561         text property, so that the agenda knows where this entry comes
6562         from.
6564         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6565         interaction between clocking-in from the agenda, and  automatic
6566         task state switching.
6568         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6570         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6571         zmacs-region stays after this command in XEmacs.
6573 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6575         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6577         * org-remember.el (org-remember-templates): Fix bug in
6578         customization type definition.
6580         * org.el (org-map-entries): New function.
6582 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6584         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6585         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6587 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6589         * org-remember.el (org-jump-to-target-location): New variable.
6590         (org-remember-apply-template): Set
6591         `org-remember-apply-template' if requested by template.
6592         (org-remember-handler): Start an idle timer to jump to
6593         remember location.
6595         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6597         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6598         file tags.
6599         (org-get-tags-at): Add the content of `org-file-tags'.
6601         * org-exp.el (org-export-handle-comments): Fix bug with several
6602         comment lines after each other.
6603         (org-number-to-roman, org-number-to-counter): New functions.
6604         (org-export-section-number-format): New option.
6606 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6608         * org-exp.el (org-export-protect-examples): Catch the case of a
6609         missing end_example line.
6611         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6612         `org-file-tags' to nil.
6614         * org-colview.el (org-columns-next-allowed-value): Handle next
6615         argument NTH to directly select a value.
6617         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6618         argument NTH to directly select a value.
6620 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6622         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6624 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6626         * org.el (org-columns-ellipses): New option.
6628 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6630         * org-colview.el (org-columns-add-ellipses): New function.
6631         (org-columns-compact-links): New function.
6632         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6633         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6634         when in agenda.
6635         (org-columns-edit-value): Fixed bug with editing values from
6636         agenda column view.
6637         (org-columns-redo): Also redo the agenda itself.
6639 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6641         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6642         option.
6644         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6646         * org-exp.el (org-export-ascii-preprocess): Renamed from
6647         `org-export-ascii-clean-string'.
6648         (org-export-kill-licensed-text)
6649         (org-export-define-heading-targets)
6650         (org-export-handle-invisible-targets)
6651         (org-export-target-internal-links)
6652         (org-export-remove-or-extract-drawers)
6653         (org-export-remove-archived-trees)
6654         (org-export-protect-quoted-subtrees)
6655         (org-export-protect-verbatim, org-export-protect-examples)
6656         (org-export-select-backend-specific-text)
6657         (org-export-mark-blockquote-and-verse)
6658         (org-export-remove-comment-blocks-and-subtrees)
6659         (org-export-handle-comments, org-export-mark-radio-links)
6660         (org-export-remove-special-table-lines)
6661         (org-export-normalize-links)
6662         (org-export-concatenate-multiline-links)
6663         (org-export-concatenate-multiline-emphasis): New functions,
6664         obtained from spliiting the export preprocessor.
6666         * org-table.el (org-table-recalculate): Improve error message if
6667         the row number is invalid.
6669 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6671         * org-archive.el (org-archive-save-context-info): Fix bugs in
6672         customization setup and docstring.
6674         * org-exp.el (org-export-html-style): Changed the size of in the
6675         <pre> element to 90%.
6677 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6679         * org.el (org-find-src-example-start): Function removed.
6680         (org-edit-src-find-region-and-lang): New function.
6682 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6684         * org.el (org-edit-src-exit): New function.
6685         (org-exit-edit-mode): New minor mode.
6687         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6688         comment-like lines from protected examples.
6690         * org.el (org-edit-src-example, org-find-src-example-start)
6691         (org-protect-source-example, org-edit-special): New functions.
6693 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6695         * org-publish.el (org-publish-project-alist): Fix typo in
6696         docstring.
6697         (org-publish-project-alist): Handle :index-title property.
6699 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6701         * org-export-latex.el (org-export-as-latex): Make sure region
6702         bounds are correct.  Parse subtree properties relating to export.
6704         * org-exp.el (org-export-add-options-to-plist): New function.
6705         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6707 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6709         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6710         EXPORT_TITLE.
6712         * org-exp.el (org-export-get-title-from-subtree)
6713         (org-export-as-ascii, org-export-as-html): Make sure the original
6714         region-beginning and region-end are used, even after moving
6715         point.
6716         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6717         property.
6719         * org-remember.el (org-remember-last-stored-marker): New variable.
6720         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6721         (org-remember-handler): Also use marker to remember
6722         last-stored position.
6724         * org.el (org-goto-marker-or-bmk): New function.
6726 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6728         * org.el (org-file-properties): Renamed from `org-local-properties'.
6729         (org-scan-tags): Take file tags into account.
6730         (org-tags-match-list-sublevels): Default changed to t.
6732         * org-exp.el (org-export-as-html): Close paragraph after a
6733         footnote.
6735         * org.el (org-update-parent-todo-statistics): New function.
6737         * org-exp.el (org-icalendar-store-UID): New option.
6738         (org-icalendar-force-UID): Option removed.
6739         (org-print-icalendar-entries): IMplement UIDs.
6741 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6743         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6745 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6747         * org-faces.el (org-column): Document how this face is being used
6748         and why sometimes the background faces shine through.
6750         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6752         * org-publish.el (org-publish-attachment): Create publishing
6753         directory if it does not yet exist.
6755         * org-table.el (org-calc-default-modes): Change default number
6756         format to (float 8).
6758         * org.el (org-olpath-completing-read): New function.
6759         (org-time-clocksum-format): New option.
6760         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6762         * org-clock.el (org-clock-display, org-clock-out)
6763         (org-update-mode-line): Use `org-time-clocksum-format'.
6765         * org-colview-xemacs.el (org-columns-number-to-string): Use
6766         `org-time-clocksum-format'.
6768         * org-colview.el (org-columns-number-to-string): Use
6769         `org-time-clocksum-format'.
6771 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6773         * org-id.el: New file, move from contrib to core.
6775         * org-exp.el (org-icalendar-force-UID): New option.
6777 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6779         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6780         shifted by one day if theere is a date range without an end
6781         time.
6783         * org.el (org-try-structure-completion): New function.
6785 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6787         * org.el (org-set-font-lock-defaults): Improve fontification of
6788         description lists.
6789         (org-insert-item): Handle description lists.
6790         (org-adaptive-fill-function): Improve auto indentation in
6791         description lists.
6793         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6794         Implement VERSE environment.
6795         (org-export-preprocess-string): Implement the COMMENT
6796         environment.
6798         * org-export-latex.el (org-export-latex-preprocess): Implement
6799         VERSE environment.
6801 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6803         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6804         option.
6806 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6808         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6810         * org.el (org-quote-csv-field): New functions.
6812         * org-table.el (org-table-export-default-format): Remove :splice
6813         from default format, we get the same effect by not specifying
6814         :tstart and :tend.
6815         (org-table-export): Improve setup, distinguish better between
6816         interactive and non-interactive use, allow specifying the format
6817         on the fly, better protection against wrong file names.
6818         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6819         and :tend when :splice is omitted.
6821 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6823         * org-clock.el (org-clock-select-task): Make sure the selection
6824         letters are 1-9 and A-Z, no special characters.
6826 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6828         * org-exp.el (org-export-htmlize): New group.
6829         (org-export-htmlize-output-type)
6830         (org-export-htmlize-css-font-prefix): New options.
6831         (org-export-htmlize-region-for-paste): New function.
6832         (org-export-htmlize-generate-css): New command.
6834 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6836         * org/org.el (org-modules, org-format-latex-options):
6837         * org/org-archive.el (org-archive-stamp-time)
6838         (org-archive-save-context-info):
6839         * org/org-faces.el (org-hide):
6840         * org/org-irc.el (org-irc-parse-link):
6841         * org/org-macs.el (org-call-with-arg, org-autoload):
6842         * org/org-mew.el (org-mew-store-link):
6843         * org/org-remember.el (org-remember-store-without-prompt)
6844         (org-remember-templates): Fix typos in docstrings.
6846         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6848         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6849         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6850         (org-bbdb-anniv-split): Fix typos in docstrings.
6852         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6853         (org-publish-use-timestamps-flag): Reflow docstring.
6854         (org-publish-files-alist): Fix typos in docstring.
6856 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6858         * org.el (org-set-visibility-according-to-property): New function.
6859         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6860         and compute the regular expressions, and update font-lock.
6861         (org-property-re): Allow a dash in property names.
6863         * org-archive.el (org-extract-archive-file): Insert the file name
6864         without the path into the format, to allow the location format to
6865         contain a subdirectory.
6867         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6868         of buffer, and the `org-agenda-type' property undefined, use the
6869         value from the character before.
6871         * org.el (org-add-planning-info): Don't let indentation for
6872         would-be timestamp become extra whitespace at the end of headline.
6874 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6876         * org.el (org-remove-double-quotes, org-file-contents): New
6877         functions.
6879         * org-exp.el (org-infile-export-plist): Also parse the
6880         contents of #+SETUPFILE files, recursively.
6882         * org.el (org-set-regexps-and-options): Also parse the
6883         contents of #+SETUPFILE files, recursively.
6885         * org-exp.el (org-export-handle-include-files): New function.
6886         (org-export-preprocess-string): Call
6887         `org-export-handle-include-files'.
6889         * org.el (org-delete-property-globally)
6890         (org-delete-property, org-set-property): Ignore case during
6891         completion.
6892         (org-set-property): Use `org-completing-read' instead of
6893         `completing-read'.
6895         * org.el (org-complete-expand-structure-template): New,
6896         experimental function.
6897         (org-structure-template-alist): New, experimental option.
6898         (org-complete): Call `org-complete-expand-structure-template'.
6900 2008-05-06  Bastien Guerry  <bzg@altern.org>
6902         * org-export-latex.el (org-export-latex-preprocess): Added
6903         support for blockquotes.
6905 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6907         * org.el (org-read-date-analyze): Catch the case where only a
6908         weekday is given.
6910 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6912         * org.el (org-set-font-lock-defaults): Make the description
6913         tag bold.
6915         * org-exp.el (org-export-as-html, org-close-li): Implement
6916         description lists.
6918 2008-05-04  Jason Riedy  <jason@acm.org>
6920         * org-table.el (*orgtbl-default-fmt*): New variable.
6921         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6922         when there is no other fmt available.
6924         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6925         :tend to suppress the appropriate string.
6927         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6928         table.
6930 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6932         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6933         read date.
6935         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6936         New function.
6938         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6939         New function.
6941 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6943         * org-clock.el (org-clock-find-position): Don't include notes
6944         into clock drawer.
6946         * org-archive.el (org-archive-subtree): No longer remove an
6947         extra line after cutting the subtree.  `org-cut-subtree' already
6948         takes care of this.
6950         * org-remember.el (org-remember-handler): Only kill the target
6951         buffer if it does not contain the running clock.
6953         * org.el (org-markers-to-move): New variable.
6954         (org-save-markers-in-region, org-check-and-save-marker)
6955         (org-reinstall-markers-in-region): New function.
6956         (org-move-subtree-down, org-copy-subtree): Remember relative
6957         marker positions before cutting.
6958         (org-move-subtree-down, org-paste-subtree): Restore relative
6959         marker positions after pasting.
6961         * org-remember.el (org-remember-clock-out-on-exit): New option.
6962         (org-remember-finalize): Clock out only if the setting in
6963         `org-remember-clock-out-on-exit' requires it.
6964         (org-remember-handler): Do the cleanup in the buffer, to make sure
6965         that the clock marker remains in tact.
6967 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6969         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6970         (org-clock-in): Make sure that also tasks outside the narrowed
6971         region will be clocked in correctly.
6972         (org-clock-insert-selection-line): Widen the buffer so that we can
6973         find the correct task heading.
6975         * org.el (org-base-buffer): New function.
6977         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6978         and ";" are escaped.
6979         (org-print-icalendar-entries): Also apply
6980         `org-icalendar-cleanup-string' to the headline, not only to the
6981         summary property.
6983 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6985         * org-exp.el (org-export-preprocess-hook): New hook.
6986         (org-export-preprocess-string): Call
6987         `org-export-preprocess-hook'.
6989         * org.el (org-font-lock-hook): New variable.
6990         (org-font-lock-hook): New function.
6991         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6993 ;; Local Variables:
6994 ;; coding: utf-8
6995 ;; add-log-time-zone-rule: t
6996 ;; End:
6998     Copyright (C) 2008  Free Software Foundation, Inc.
7000   This file is part of GNU Emacs.
7002   GNU Emacs is free software: you can redistribute it and/or modify
7003   it under the terms of the GNU General Public License as published by
7004   the Free Software Foundation, either version 3 of the License, or
7005   (at your option) any later version.
7007   GNU Emacs is distributed in the hope that it will be useful,
7008   but WITHOUT ANY WARRANTY; without even the implied warranty of
7009   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7010   GNU General Public License for more details.
7012   You should have received a copy of the GNU General Public License
7013   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7015 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c