New file org-beamer.el
[org-mode.git] / lisp / ChangeLog
blobf220bc494fd80bdbc7b0e6a55aaf71e29ae26768
1 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-beamer.el
4         (org-export-preprocess-before-selecting-backend-code-hook): New
5         file.
7         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
8         (org-export-as-latex): Run
9         `org-export-latex-after-initial-vars-hook'.
10         (org-export-latex-format-toc-function)
11         (org-export-latex-make-header): Call
12         `org-export-latex-format-toc-function'.
14         * org.el (org-fill-template): Make template searches case sensitive.
16         * org-exp.el (org-export): Use "1" as a sign to export only the
17         subtree.
19         * org-colview-xemacs.el (org-columns-edit-value): Use
20         org-unrestricted property.
22         * org-colview.el (org-columns-edit-value):  Use
23         org-unrestricted property.
25         * org.el (org-compute-property-at-point): Set org-unrestricted
26         text property if the list contains ":ETC".
27         (org-insert-property-drawer):  Use
28         org-unrestricted property.
30         * org-exp.el
31         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
32         (org-export-preprocess-string): Run
33         `org-export-preprocess-before-selecting-backend-code-hook'.
35         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
37         * org-latex.el (org-export-region-as-latex): Run
38         `org-export-first-hook'.
40         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
42         * org-docbook.el (org-export-as-docbook): Run
43         `org-export-first-hook'.
45         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
47         * org-exp.el (org-export-first-hook): New hook.
49 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org-list.el (org-previous-item): Exit at the beginning of the
52         buffer.
54         * org-id.el (org-id-locations-save): Only write the id locations
55         if any are defined.
57         * org-archive.el (org-archive-all-done): Make this work in a file
58         with org-odd-levels-only set.
60         * org.el (org-get-refile-targets): Catch the case when a buffer
61         has no file.
63         * org-latex.el (org-export-as-latex): Cleanup forced line ends
64         where they are not needed.
65         (org-export-latex-subcontent): Remove unnecessary newlines.
67 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
69         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
70         (org-export-latex-fontify): Fix regexp bug that takes special
71         care of protecting the right boundary characters in emphasis
72         matches.
73         (org-export-latex-preprocess): Allow multiple arguments to latex
74         macros.
76         * org.el (org-make-link-regexps): Use John Gruber's regexp for
77         urls.
79         * org-macs.el (org-re): Interpret :punct: in regexps.
81         * org-exp.el (org-export-replace-src-segments-and-examples): Also
82         take the final newline after the END line.
84         * org.el (org-clean-visibility-after-subtree-move): Only fix
85         entries that are not entirely invisible already.
86         (org-insert-link): Respect org-link-file-path-type for
87         "docview:" links in addition to "file:" links.
89 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
91         * org-exp.el (org-export-format-source-code-or-example): Avoid
92         additional extra white lines in LaTeX.
94         * org-list.el (org-list-parse-list): Leave empty lines after the
95         list, don't consider them as part of the list.
97         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
98         searches.
100         * org-clock.el (org-clock-select-task): Convert integer to
101         character for XEmacs.
103 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
106         compatible.
108 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
110         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
111         variable.
112         (org-set-tags): Use it.
114 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org-list.el (org-empty-line-terminates-plain-lists): Update
117         docstring.
119         * org.el (org-format-latex): Fix link creation for processed latex
120         snippets.
122 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
124         * org-footnote.el (org-footnote-normalize): Protect replacement
125         text.
127         * org.el (org-inside-latex-macro-p): Save match data.
129 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
131         * org-docview.el: New file.
133 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
135         * org-latex.el (org-export-latex-class-options): New variable.
136         (org-export-latex-set-initial-vars): Use the class options.
138         * org.el (org-forward-same-level): Stop at headings that start
139         with an invisible character.
140         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
142 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org-footnote.el (org-footnote-normalize): Don't take optional
145         arguments in LaTeX macros as footnotes.
147         * org.el (org-inside-latex-macro-p): New function.
149         * org-latex.el (org-latex-to-pdf-process): Change customization
150         group to `org-export-pdf'.
152         * org-agenda.el (org-agenda-get-blocks): Look at time string also
153         on days after the first one.
155         * org.el (org-insert-heading): Also check for item before assuming
156         before-first-heading condition.
158         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
159         (org-export-pdf-logfiles): New option.
160         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
161         (org-export-pdf-logfiles): Fix customization type.
163         * org.el (org-insert-link): Improve error message when there is no
164         default link to select with RET.
166         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
167         parameter list.
169 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-latex.el (org-export-latex-parse-global)
172         (org-export-latex-parse-content)
173         (org-export-latex-parse-subcontent): Use
174         `org-re-search-forward-unprotected'.
175         (org-export-as-pdf): Remove log files produced by XeTeX.
177         * org-macs.el (org-re-search-forward-unprotected): New function.
179 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
181         * org-colview.el (org-agenda-colview-summarize): Sort out some
182         confusion between properties and titles, which resulted in
183         agenda summaries not working if a title was set for a column.
185 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
187         * org-mobile.el (org-mobile-agendas): New option.
188         (org-mobile-sumo-agenda-command): Select the right agendas.
190         * org-latex.el (org-export-latex-format-image): Preserve the
191         original-indentation property.
193 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
195         * org-clock.el (org-clock-insert-selection-line): Catch error when
196         an old tasks no longer exists.
198         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
199         (org-export-as-pdf): Don't remove the old PDF file before making
200         the new one.
202         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
203         (org-mouse-context-menu): Use `org-looking-back'.
205         * org.el (org-cycle-level): Use `org-looking-back'.
207         * org-list.el (org-cycle-item-indentation): Use
208         `org-looking-back'.
210         * org-compat.el (org-looking-back): New function.
212         * org.el (org-insert-heading): Catch before-first-headline when
213         inserting a headline.
215 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
217         * org-latex.el (org-export-latex-format-image): Indent figure
218         environment, so that it does not interrupt plain list.
220         * org.el (org-open-at-point): Allow long link descriptions.
222 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org-html.el (org-export-as-html): Remove empty lines at the
225         beginning of the exported text.
227 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org-protocol.el (org-protocol-remember): Cater for empty title,
230         region, link.
232         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
233         agenda after adding new entry.
234         (org-agenda-get-represented-tags): New function.
235         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
236         to get a list of tags in the agenda.
238         * org-datetree.el (org-datetree-find-day-create): Fix regular
239         expression.
241         * org.el (org-display-outline-path): Use a format specifier for
242         message, to avoid problems with heading containing `%'.
244         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
245         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
246         (org-agenda-fix-displayed-tags): New function.
247         (org-agenda-do-context-action): Just call
248         `org-display-outline-path', without piping the result through
249         `message'.
251         * org-latex.el (org-export-latex-preprocess): Protect secondary
252         footnote references.
254         * org-indent.el (org-indent-initialize): Avoid empty strings as
255         line prefixes.
257         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
258         hat checking for the mark does not throw an error.
259         (org-agenda-diary-entry-in-org-file): Catch the case that there is
260         not `day' text property in the cursor line.
262         * org.el (org-sort-entries-or-items): Make sure that the final
263         entry has a newline before doing the sorting.
265         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
266         property at the beginning of the line.
268         * org.el (org-make-link-string): Don't allow a description with
269         only white space.
271 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
274         (org-agenda-insert-diary-as-top-level): New function.
275         (org-agenda-add-entry-to-org-agenda-diary-file): Call
276         `org-agenda-insert-diary-as-top-level'.
278         * org.el (org-occur-in-agenda-files): Make sure none of the
279         buffers is narrowed.
280         (org-activate-plain-links): Add the face property here.
281         (org-set-font-lock-defaults): Do not add the face to plain links,
282         the activator function does this.
284         * org-habit.el (org-is-habit-p): Add doc string.
286 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
288         * org-archive.el (org-archive-subtree-default-with-confirmation):
289         Autoload.
291         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
292         after match optional (happens at the end of a line...).
294         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
295         for special blocks.
297         * org-faces.el (org-copy-face): Set lisp indentation.
298         (org-quote, org-verse): New faces.
300         * org-agenda.el (org-agenda-remove-date): Remove variable.
302 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
306 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
308         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
309         hash keys to cache and re-use images generated by the
310         org-exp-blocks interface to ditaa and dot.
312 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
314         * org-html.el (org-export-as-html): Move the home/up link into
315         the content div.
317         * org.el (org-export-latex-packages-alist): Option definition
318         moved here from org-latex.el.
320 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
322         * org.el (org-format-latex): Latex images are now saved to files
323         named by the sha1 hash of the latex source text avoiding
324         regeneration of identical images.
326 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org-html.el (org-export-html-home/up-format): Add an ID to the
329         up/home div.
331 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
333         * org-wl.el (org-wl-store-link): Handle the case that
334         `wl-use-petname' is set.
336         * org.el (org-set-effort): Improve prompt.
337         (org-get-outline-path): Widen to get full path.
338         (org-compact-display-after-subtree-move): Function removed.
340         * org-latex.el (org-export-as-latex): Add the :drawers property.
342 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org.el (org-speed-commands-user): Allow documentation headlines.
345         (org-speed-commands-default): Organize the value of this constant
346         with descriptive headlines.
347         (org-print-speed-command): Output the headlines.
349 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org-agenda.el (org-agenda-show-outline-path): New option.
352         (org-agenda-do-context-action): New function.
353         (org-agenda-next-line, org-agenda-previous-line): Use
354         `org-agenda-do-context-action'.
356         * org.el (org-use-speed-commands): Allow function value.
357         (org-speed-commands-default): Make headline motion safe, so that
358         these commands always end on a headline.
359         (org-speed-commands-default): New key `v' for `org-agenda'.
360         (org-speed-move-safe): New function.
361         (org-self-insert-command): Use the function value of
362         `org-use-speed-commands'.
363         (org-get-outline-path): Improve docstring.
364         (org-format-outline-path): New function.
365         (org-display-outline-path): New function.
367 2009-11-12  John Wiegley  <jwiegley@gmail.com>
369         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
370         a string, use that to find the LOGBOOK drawer.
372 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org.el (org-clone-subtree-with-time-shift): Make it work at the
375         end of the buffer.
377         * org-mobile.el (org-mobile-write-checksums): Specify coding
378         system.
379         (org-mobile-timestamp-buffer): Keep local variable/mode line at
380         beginning of buffer.
382         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
384         * org.el (org-block-todo-from-children-or-siblings-or-parent)
385         (org-block-todo-from-checkboxes): Do not block changes to a nil
386         TODO state.
388 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
390         * org-habit.el (org-habit-parse-todo): Indicate which habit is
391         wrongly set up in the error messages.
393         * org-colview.el (org-columns-display-here): Don't try to
394         calculate values if the underlying property is not set.
395         (org-columns-string-to-number): Convert age strings back into
396         fractional days.
397         (org-agenda-colview-summarize): Handle extended summary types
398         properly.
400         * org-colview-xemacs.el (org-columns-display-here): Don't try to
401         calculate values if the underlying property is not set.
402         (org-columns-string-to-number): Convert age strings back into
403         fractional days.
404         (org-agenda-colview-summarize): Handle extended summary types
405         properly.
407 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-exp.el (org-export-format-drawer-function): New variable.
410         (org-export-format-drawer): New function.
411         (org-export-preprocess-string): Pass the backend as a parameter to
412         `org-export-remove-or-extract-drawers'.
413         (org-export-remove-or-extract-drawers): New parameter BACKEND.
415         * org-protocol.el (org-protocol-char-to-string): New defsubst.
417 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
420         message when no block is selected.
422         * org-latex.el (org-export-latex-links): Check for protectedness
423         in the last matched character, not after the match.
425         * org-datetree.el (org-datetree-find-date-create): Respect
426         restriction when KEEP-RESTRICTION is set.
427         (org-datetree-file-entry-under): New function.
428         (org-datetree-cleanup): New command.
430 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
432         * org-src.el (org-edit-src-code): New optional argument context
433         allows calling functions to avoid altering the saved window
434         configuration.
435         (org-edit-src-exit): Do not restore window configuration when this
436         function is used in the context of saving the edit buffer.
438 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
440         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
441         instances to switching to with-current-buffer, because these seem
442         to cause problems - no idea why.
444         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
445         Require diary-lib for (diary-date-display-form).
447         * org.el (org-log-reschedule, org-log-redeadline): New options.
448         (org-log-note-headings): Add templates for rescheduling and
449         deadline changing.
450         (org-startup-options): Add in-buffer settings for logging changing
451         schedule and deadline time stamps.
452         (org-deadline, org-schedule): Check for existing date and arrange
453         for logging if the user requests it.
454         (org-add-log-note): Prepare proper note buffers for rescheduling
455         and deadline changes.
457 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
459         * org-agenda.el (org-agenda-diary-entry-in-org-file)
460         (org-agenda-add-entry-to-org-agenda-diary-file)
461         (org-agenda-insert-diary-make-new-entry): New functions.
462         (org-agenda-diary-entry): Call
463         `org-agenda-diary-entry-in-org-file' when appropriate.
465         * org.el (org-calendar-insert-diary-entry-key): New option.
466         (org-agenda-diary-file): New option.
467         ("calendar"): Install our insertion function in the calendar.
469         * org-remember.el (org-datetree): Require.
470         (org-remember-templates): Add new positioning option.
471         (org-remember-reference-date): New variable.
472         (org-remember-apply-template): Store the reference date in a local
473         variable.
474         (org-remember-handler): Implement date tree positioning of entries.
476         * org-datetree.el: New file.
478         * org-latex.el (org-export-latex-preprocess): Protect targets in
479         verbatim emphasis.
481         * org-html.el (org-export-as-html): Protect targets in verbatim
482         emphasis.
484         * org-docbook.el (org-export-as-docbook): Protect targets in
485         verbatim emphasis.
487 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
489         * org.el (org-link-display-format): Should be literal replacement.
491 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
493         * org-clock.el (org-show-notification): Handle messages that
494         contain a percent character.
496         * org-remember.el (org-remember-apply-template): Turn of partial
497         completion.
499         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
500         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
502         * org.el (org-indent-mode): Define variable already in org.el.
503         (org-unfontify-region): Remove line-prefix and wrap-prefix
504         properties only if org-indent-mode is active.
506 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org-icalendar.el (org-print-icalendar-entries): Save match data
509         around call to verify function.
510         (org-print-icalendar-entries): Add a call to the verification
511         function.
513         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
514         save-restrivtion' form.
516 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
518         * org-exp.el (org-export-format-source-code-or-example): restrict
519         scope of preserve-indentp to the let binding.
520         (org-src): require org-src, since org-src-preserve-indentation is used.
522 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
524         * org-timer.el (org-timer-set-timer): Set variables
525         org-timer-timer[123] correctly.
528         * org-mobile.el (org-mobile-files-alist): Make it work when
529         `agenda-archives' is included in
530         `org-agenda-text-search-extra-files'.
531         (org-mobile-push): Restore agenda after mobile push.
533 2009-11-05  John Wiegley  <jwiegley@gmail.com>
535         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
536         way the amount of idle time is presented in the minibuffer.
538 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-icalendar.el (org-print-icalendar-entries): Use
541         org-icalendar-verify-function only if non-nil.
543         * org.el (org-refile): Refile to clock only if the prefix arg is
544         2.
545         (org-sparse-tree): Fix docstring to be in line with prompt.
546         (org-update-parent-todo-statistics): Call
547         `org-after-todo-statistics-hook' on each level.
549 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
551         * org-remember.el (org-remember-apply-template): Make sure the
552         buffer exists.
554 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org.el (org-tab-ind-state): New variable.
557         (org-cycle-level): New function.
558         (org-cycle-level-after-item/entry-creation): New option.
559         (org-flag-subtree): New function.
560         (org-hide-archived-subtrees): Call `org-flag-subtree'.
561         (org-set-effort): Indexed access.
563         * org-list.el (org-cycle-item-indentation): New function.
565         * org.el (org-refile): Make prefix argument 2 refile to current
566         clock.
567         (org-priority): Interpret action `remove' as call to remove the
568         priority cookie.
570         * org-remember.el (org-remember-apply-template): Don't depend on
571         buffer name being like file name.
573 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
575         * org-clock.el (org-clock-play-sound): Expand file in
576         org-clock-sound, to allow ~ for home.
578         * org-remember.el (org-remember-handler): Set
579         text-before-node-creation even if this already looks like a node,
580         because the string might be needed on non-org-mode target files.
582         * org-agenda.el (org-agenda-open-link): Make this work in agenda
583         clocktables.
584         (org-agenda-switch-to): Follow a link at point if
585         org-return-follows-link' is set and there is nothing else to do in
586         this line.
588 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
590         * org-colview-xemacs.el: Add in changes from org-colview.el
592 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
594         * org-exp-blocks.el: Modify split separator regexp to avoid empty
595         strings.
597 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
599         * org-colview.el (org-columns-new): Make this work with the new
600         operators.
601         (org-columns-store-format): Make this work with the new operators.
603 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org-src.el (org-src-preserve-indentation): Document that this
606         variable is also used during export.
608         * org-exp.el (org-export-format-source-code-or-example): Preserve
609         indentation if a block has a -i option, or if
610         `org-src-preserve-indentation' is set.
612         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
613         indentation if a block has a -i option, or if
614         `org-src-preserve-indentation' is set.
616 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org.el (org-mode-map): Define the new archiving keys.
619         (org-speed-commands-default): Define an archiving key in the speed
620         command map.
621         (org-org-menu): Improve the menu structure concerning archiving.
623         * org-archive.el (org-archive-subtree-default-with-confirmation):
624         New command.
626         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
627         (org-agenda-menu): Add the new archiving commands to the menu.
628         (org-agenda-archive-default)
629         (org-agenda-archive-default-with-confirmation): New commands.
630         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
631         call `org-agenda-archive-with'.
632         (org-agenda-archive-with): New function.
634         * org-table.el (org-table-convert-region): Inert spaces around "|"
635         to avoid line beginnings like "|-1" which will be mistaken as
636         hlines.
638 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
640         * org.el (org-offer-links-in-entry): Return nil if there are no
641         links, t if a link has been selected.
642         (org-open-at-point): Open attachment directory when called in the
643         headline and there are no links in the entry body.
644         (org-speed-commands-default): Add "o" for open-at-point as a speed
645         command.
647         * org-attach.el (org-attach-reveal): Optional prefix arg
648         IF-EXISTS, which avoids creating the attachment directory if it
649         does not yet exist.
651         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
652         MATCH.
654 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org.el ("abbrev"): Work with abbrev tables only after they have
657         been loaded.
659         * org-list.el (org-list-send-list): Fix bug related to match
660         data.
662         * org-latex.el (org-export-latex-fontify): Apply verbatim
663         emphasis.
664         (org-export-latex-make-header): Insert \obeylines if line breaks
665         should be preserved.
667         * org-exp.el (org-export-protect-verbatim): Add an
668         `org-verbatim-emph' property to such text.
670 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
673         (org-print-icalendar-entries): Skip entries where the timestamp is
674         not a deadline and not scheduled, if the user requests that.
676         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
677         before an opening quote.
679         * org-archive.el (org-archive-subtree): Keep archive after
680         archiving something.
682         * org-id.el (org-id-update-id-locations): Add archive files if
683         that is required by `org-id-extra-files'.
685 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
687         * org-src.el (org-src-window-setup): New option.
688         (org-src-switch-to-buffer): New function.
689         (org-edit-src-exit): Add optional argument CONTEXT and use it to
690         restore window configuration.
691         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
692         Call `org-src-switch-to-buffer'.
694         * org.el (org-default-properties): Add STYLE property.
695         (org-files-list): Use the function call to get the files.
696         (org-additional-option-like-keywords): Add SETUPFILE to completion
697         list.
699 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
701         * org-table.el (org-table-convert-region): Correctly interpret
702         quoting in csv import.
704         * org.el (org-icompleting-read): Make iswitchb completion work
705         with lists and tables.
707         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
708         while pushing the mobile agenda.
710 2009-10-25  John Wiegley  <jwiegley@gmail.com>
712         * org-clock.el
713         (org-clock-auto-clock-resolution): Now takes three values: nil, t
714         and `when-no-clock-is-running'.
715         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
716         whether or not to resolve Org buffers on clock in.
718 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
720         * org-colview.el (org-format-time-period): Function to format
721         times in fractional days for display.
722         (org-columns-display-here): Add support for showing a calculated
723         value in place of the property.
724         (org-columns): Set `org-columns-time' to the current time so time
725         difference calculations will work.
726         (org-columns-time): Use to store the current time when column view
727         is displayed, so all time differences will use the same reference
728         point.
729         (org-columns-compile-map): There is now an extra position in each
730         entry specifying the function to use to calculate the displayed
731         value for the non-calculated properties in the column,
732         (org-columns-compute-all): Set `org-columns-time' to the current
733         time so time difference calculations will work.
734         (org-columns-compute): Handle column operators where the values
735         used are calculated from the underlying property.
736         (org-columns-number-to-string): Handle the 'age' column format
737         (org-columns-string-to-number): Correct the function name (was
738         org-column...). Add support for the 'age' column format.
739         (org-columns-compile-format): Support the additional parameter in
740         org-columns-compile-map.
742 2009-10-26  Bastien Guerry  <bzg@altern.org>
744         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
745         variable.
747 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-clock.el (org-clock-has-been-used): New variable.
750         (org-clock-in): Set `org-clock-has-been-used'.
751         (org-clock-save): Save only if clock data has been used or created
752         during this session.
754 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
756         * org-clock.el (org-clock-persist): New value, to store only the
757         clock history.
758         (org-clock-save): Don't save the clock if only the history should
759         be stored.
760         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
761         when restoring a saved clock.
763 2009-10-24  John Wiegley  <jwiegley@gmail.com>
765         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
766         `org-time-clock-use-fractional'.
768         * org.el (org-time-clocksum-use-fractional)
769         (org-time-clocksum-fractional-format): Two new customizable
770         variables which allow the user to select fractional times (1.25
771         instead of 1:25) in the `org-clock-display' report.
773 2009-10-23  John Wiegley  <jwiegley@gmail.com>
775         * org-habit.el (org-habit-build-graph): None of the arguments
776         should be optional.
777         (org-habit-parse-todo, org-habit-deadline)
778         (org-habit-get-priority, org-habit-get-faces)
779         (org-habit-build-graph): Further simplifications by storing all
780         past, scheduled and deadline dates as a number of days past the
781         epoch, and not as times.
783         * org-habit.el (org-habit-warning-face)
784         (org-habit-warning-future-face): Removed because these are no
785         longer used.
786         (org-habit-deadline, org-habit-deadline-repeat): Now always
787         returns a date; computed if there was a scheduled repeater but no
788         deadline repeater.
789         (org-habit-get-priority): Further improvements to the priority
790         algorithm.  In particular, items past due should always appear
791         before items due or not yet due.
792         (org-habit-get-faces): Greatly simplified the logic, now that
793         `org-habit-deadline' always returns a valid time.
795 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
797         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
798         New option.
800         * org.el (org-tag-alist): Fix customization type.
802 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
805         Make sure the regexp search can fail without throwing an error.
806         (org-mobile-apply): Save the inbox buffer after removing
807         successfully applied changes.
809 2009-10-22  John Wiegley  <jwiegley@gmail.com>
811         * org-habit.el (org-habit-build-graph): Fix to the graph building
812         when last DONE date is earlier than `org-habit-preceding-days'.
814         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
815         time is reported after the user comes back (but before they
816         resolve time).
818         * org.el (org-get-repeat): Change so that this function can be
819         called with either `org-scheduled-string' or
820         `org-deadline-string'.
822         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
823         to find the scheduled date.
825         * org-clock.el (org-clock-auto-clock-resolution): Renamed
826         `org-clock-disable-clock-resolution', since negatives don't sound
827         good in customization variables.
828         (org-clock-in): Don't use the auto-resolution logic if the user is
829         clocking into a different task while an active clock is running.
830         This then allows the default behavior of clocking out of the open
831         task and then into the new task.
833         * org-habit.el (org-habit-parse-todo): Generate an error if a
834         habit has a scheduled repeat period < 1.
835         (org-habit-get-faces): Fixes to the way that colors are computed.
836         (org-habit-build-graph): The graph wasn't displaying beyond any
837         day that had two completions in it.
839         * org.el (org-modules): Made this variable more consistent, since
840         it was referring to Org, OrgMode and Org-mode, whereas the docs
841         for the variable always refer to Org-mode.
843 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
845         * org.el (org-repeat-re): The changed org-repeat-re no longer
846         matched simple +2d type repeaters. Fix it so it does.
848 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org-latex.el (org-export-latex-preprocess): Protect the vspace
851         macro in the VERSE environment.
853 2009-10-20  John Wiegley  <jwiegley@gmail.com>
855         * org-habit.el (org-habit-get-priority): A new function that
856         determines the relative priority of a habit, based on how long
857         past its scheduled date it is, and how near the deadline is.
859         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
860         using `org-habit-get-priority'.
862         * org-habit.el (org-habit-build-graph): Start displaying colors
863         from the first scheduled date, if that date is earlier than the
864         first completion date.
866         * org-habit.el: Changed all "color" variables to faces, and made
867         them appropriate for light and dark backgrounds.
869         * org-habit.el (org-habit-duration-to-days): Made this function
870         more general.
871         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
873         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
874         habits, since they don't use DEADLINE anymore.
876         * org.el (org-repeat-re, org-display-custom-time)
877         (org-timestamp-change): Extended to support the new ".+N/N"
878         syntax, used for habits.
880         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
881         variable reference.
883         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
884         modeline when habits are being displayed (if that module is being
885         loaded).
887 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
889         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
890         idle time using the xscreensaver extension.
891         (org-user-idle-seconds): Use X11 idle time if available.
893 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-agenda.el (org-agenda-next-line): New command.
896         (org-agenda-previous-line): New commands.
897         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
898         commands.
899         (org-agenda-follow-mode): Do the follow immediately if the mode is
900         turned on here.
901         (previous-line, next-line): Replace keys with the corresponding
902         org functions.
903         (org-agenda-mode-map): Bind backspace and delete to the scrolling
904         command.
906         * org.el (org-icompleting-read): Turn off partial completion mode
907         for the duration of this completion round.
909         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
910         macros in author lines and similar stuff.
912         * org.el (org-file-tags): Fix docstring.
913         (org-get-buffer-tags): Add the #+FILETAGS tags.
914         ("ecb"): Maks ecb show context after jumping into an Org file.
916 2009-10-20  John Wiegley  <johnw@newartisans.com>
918         * org-agenda.el (org-finalize-agenda): Draw habit consistency
919         graphs after everything else in the buffer has been setup.
921 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
923         * org-mobile.el (org-mobile-apply): Count success and failure.
925         * org.el (org-indent-line-function): Fix regexp replace problem.
927 2009-10-19  John Wiegley  <johnw@newartisans.com>
929         * org-clock.el (org-clock-disable-clock-resolution): New
930         customization variable that disable automatic clock resolution on
931         clock in.
932         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
933         not automatically resolve anything.  This is does not affect
934         idle-time resolution, however, if `org-clock-idle-time' is set.
936 2009-10-19  John Wiegley  <johnw@newartisans.com>
938         * org-habit.el: New file, which implements code to build a "habit
939         consistency graph".
941         * org-agenda.el (org-agenda-get-deadlines)
942         (org-agenda-get-scheduled): Display consistency graphs when
943         outputting habits into the agenda.  The graphs are always relative
944         to the current time.
945         (org-format-agenda-item): Added new parameter `habitp', which
946         indicates whether we are formatting a habit or not.  Do not
947         display "extra" leading information if habitp is true.
949         * org.el (org-repeat-re): Improved regexp to include .+ and ++
950         leaders for repeat strings.
951         (org-get-repeat): Now takes a string parameter `tagline', so the
952         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
954 2009-10-19  John Wiegley  <johnw@newartisans.com>
956         * org-agenda.el (org-agenda-auto-exclude-function): New
957         customization variable for allowing the user to create an "auto
958         exclusion" filter for doing context-aware auto tag filtering.
959         (org-agenda-filter-by-tag): Changes to support the use of
960         `org-agenda-auto-exclude-function'.  See the new manual addition,.
962 2009-10-18  John Wiegley  <johnw@newartisans.com>
964         * org.el (org-files-list): Don't attempt to return a file name for
965         Org buffers which have no associated file.
967         * org-agenda.el (org-agenda-do-action): Fixed a typo.
969 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org-mobile.el (org-mobile-locate-entry): Interpret files
972         relative to org-directory.
973         (org-mobile-inbox-for-pull): Document the best location for this
974         file.
975         (org-mobile-check-setup): Verify `org-directory'.
976         (org-mobile-create-index-file): Sort the files to be listed in
977         index.org.
979 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
981         * org.el (org-fast-tag-selection): Add a way to display a
982         description for a tag group. This is done by adding a string to
983         either the startgroup or endgroup cell.
985 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
987         * org-clock.el (org-clock-resolve, org-resolve-clocks)
988         (org-emacs-idle-seconds): Use `org-float-time' instead of
989         `time-to-seconds'
991 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
994         type.
996         * org.el (org-pre-cycle-hook): Document that `empty' can also be
997         the value of ARG when doing local cycling.
999 2009-10-17  John Wiegley  <johnw@newartisans.com>
1001         * org-clock.el (org-clock-resolve-clock): If keeping or
1002         subtracting time results in a clock out at a time in the past, and
1003         if the resolution occurred due to idleness or invoking `M-x
1004         org-resolve-clocks', remember that past moment in time.  On the
1005         next clock in, the user will be prompted to see if they want to
1006         back-date their new clock to then.
1007         (org-clock-resolve): Do not jump the user to the location of a
1008         dangling clock if the resolution is occuring due to an idle
1009         timeout.  In that case there is typically only one dangling clock,
1010         the active one, and there is no value gained by shuffling their
1011         windows around to show it to them.  Being prompted to resolve an
1012         idle clock should be as inobtrusive as possible.
1013         (org-resolve-clocks-if-idle): New function that resolves only the
1014         currently active clock if the user has exceeded the time returned
1015         by `org-user-idle-seconds', based on the value of
1016         `org-clock-idle-time'.
1017         (org-clock-in): If, after resolving clocks,
1018         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1020         * org-clock.el (org-clock-resolve-clock): New function that
1021         resolves a clock to a specific time, closing or resuming as need
1022         be, and possibly even starting a new clock.
1023         (org-clock-resolve): New function used by `org-resolve-clocks'
1024         that sets up for the call to `org-clock-resolve-clock'.  It
1025         determines the time to resolve to based on a single-character
1026         selection from the user to either keep time, subtract away time or
1027         cancel the clock.
1028         (org-resolve-clocks): New user command which resolves dangling
1029         clocks -- that is, open but not active -- anywhere in the file
1030         list returned by `org-files-list'.
1031         (org-clock-in): Automatically resolve dangling clocks whenever a
1032         user clocks in.
1033         (org-clock-cancel): If the user cancels the solely clock in a
1034         LOGBOOK, remove the empty drawer.
1036         * org-clock.el (org-clock-idle-time): New user customizable option
1037         for detecting whether the user has left a clock idle.  Note: it is
1038         only used in this commit to test whether it's worthwhile to check
1039         OS X to get the Mac user's current idle time.  If the Emacs idle
1040         time is less than the value, the user hasn't been away long enough
1041         to be worth checking (a more expensive test than just getting
1042         Emacs idle time).
1043         (org-user-idle-seconds, org-mac-idle-seconds)
1044         (org-emacs-idle-seconds): This three functions, in conjunction
1045         with the user customization variable `org-clock-idle-time', return
1046         the number of seconds (as a floating point) that the user has been
1047         away from their Emacs (or, if running on OS X, their computer).
1049         * org-clock.el (org-find-open-clocks): New function that returns a
1050         list of all open clocks in the given FILE.  Note that each clock
1051         it returns is a cons cell of the format (MARKER . START-TIME).
1052         This "clock" value is used by several of the new clock module
1053         utility functions.
1054         (org-is-active-clock): New inline function which tests whether the
1055         given clock value is the same as the currently active clock.
1056         Returns non-nil if this is the case.
1057         (org-with-clock-position): New macro that evaluates FORMS with
1058         point in the buffer and at the position of the given clock.
1059         Changes to the current clock are global.
1060         (org-with-clock): New macro that evaluates FORMS with point in the
1061         buffer and at the position of the given clock.  However, changes
1062         to the current clock are local and have no effect on the user's
1063         active clock.  This allows, for example, far any clock to be
1064         cancelled without cancelling the active clock.
1065         (org-clock-clock-in): New inline function that switches the active
1066         clock to the given clock.  If either the argument RESUME, or the
1067         global `org-clock-in-resume', are non-nil, it will resume a clock
1068         that was previously left open.
1069         (org-clock-clock-out): New inline function that clocks out the
1070         given clock value without affecting the currently active clock.
1071         (org-clock-clock-cancel): New inline function that cancels the
1072         given clock value without affecting the currently active clock.
1074         * org-clock.el (org-clock-in): Before creating
1075         `org-clock-mode-line-timer', check to make sure an older timer is
1076         not currently running.
1077         (org-clock-out): Accept new third parameter `at-time', which
1078         permits a clock to be clocked out at a specific time.  Note that
1079         no attempt is made to verify that the clock out time is later than
1080         the clock in time.
1082         * org.el (org-files-list): New utility function for returning a
1083         list of all open org-mode buffers, plus all files used to build
1084         the agenda buffer.  Note that not all the files will necessarily
1085         be visited by a buffer at time of call.
1086         (org-entry-beginning-position): Like the function
1087         `line-beginning-position', this inline function returns the
1088         beginning position of the current heading/entry.
1089         (org-entry-end-position): Like the function `line-end-position',
1090         this inline function returns the end position of the current
1091         heading/entry.
1093 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1096         a header line.
1098 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1100         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1102 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1105         entries that have no tags.
1106         (org-agenda-search-view): New customize group.
1107         (org-agenda-search-view-search-words-only): New option.
1108         (org-search-view): Implement substring search.
1110 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1112         * org.el (org-outline-level): Add doc string.
1114 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1117         variable.
1118         (org-inlinetask-export-handler): Only export inline task if the
1119         user option calls for it.
1121 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1124         END if present.
1126 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-latex.el (org-export-latex-tables): Don't format in
1129         protected regions.
1131 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-src.el (org-edit-src-code)
1134         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1135         macro editing.
1137         * org-agenda.el (org-prefix-category-max-length): New variable.
1138         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1139         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1141 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1143         * org-mobile.el (org-mobile-create-index-file): Improve the
1144         listing of tags and todo keywords.
1146         * org-latex.el (org-export-latex-format-image): New function.
1147         (org-export-latex-links): Use `org-export-latex-format-image'.
1149 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1151         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1152         (org-inlinetask-remove-terminator): New functions.
1153         (org-inlinetask-export-handler): Terminate the description list.
1155         * org-exp.el (org-export-select-backend-specific-text): Remove the
1156         region markers.
1158         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1159         tasks without content.
1161         * org-clock.el: Make sure the clock-in target position does not
1162         move to a different node by widening the buffer.
1164         * org-html.el (org-export-html-format-image): Wrap image into
1165         figure div only when there is a caption.
1167         * org-archive.el (org-archive-mark-done): Change default value to
1168         nil.
1170 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1172         * org.el (org-context): Call `bobp', not `eobp'.
1174         * org-clock.el (org-clock-cancel): Remove quotes from marker
1175         variables.
1177         * org.el (org-read-date-prefer-future): New allowed value `time'.
1178         (org-read-date-analyze): Shift day to tomorrow depending on time
1179         entered and value of `org-read-date-prefer-future'.
1181 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1183         * org.el (org-set-tags-to): New command.
1185         * org-mobile.el (org-mobile-action-alist): Add more options and
1186         update the docstring.
1187         (org-mobile-apply-flags): Parse for and use the data.
1189         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1190         the plist.
1192         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1193         keyword.
1195         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1197 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1199         * org-inlinetask.el (org-inlinetask-export): Option removed.
1200         (org-inlinetask-export-handler): Better export.
1202         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1203         (org-export-as-xoxo): Run the new hook.
1205         * org-html.el (org-export-html-final-hook): New hook.
1206         (org-export-as-html): Run the new hook.
1208         * org-docbook.el (org-export-docbook-final-hook): New hook.
1209         (org-export-as-docbook): Run the new hook.
1211         * org-ascii.el (org-export-ascii-final-hook): New hook.
1212         (org-export-as-ascii): Run the new hook.
1214         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1215         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1217         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1218         space character as the character before the ^/_.
1219         (org-export-latex-final-hook): New hook.
1220         (org-export-as-latex): Run `org-export-latex-final-hook'.
1222 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1224         * org-macs.el (org-if-unprotected-at): Fix docstring.
1226         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1227         text in the prefix (if category is a link).
1229         * org-latex.el (org-export-latex-preprocess): Deal properly with
1230         empty lines in verse environments.
1232         * org.el (org-format-latex-header): Inline fullpage.sty.
1234         * org-footnote.el (org-footnote-create-definition): Reveal context
1235         to add a new footnote definition.
1237         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1238         the index file.
1239         (org-mobile-files): New option.
1240         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1241         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1242         functions.
1243         (org-mobile-push): Start by creating the files lists.
1244         (org-mobile-copy-agenda-files): Move killing the buffer to after
1245         the save-excursion has exited.
1246         (org-mobile-write-checksums): Write checksums also for files in
1247         sub-directories.
1249         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1250         org-table-recalculate when cursor is in TBLFM line.
1252         * org-list.el (org-renumber-ordered-list): Fix cursor position
1253         when bullet length has changed.
1255 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1257         * org.el (org-format-latex): Mention `org-format-latex-options' in
1258         the docstring.
1260 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1262         * org.el (org-agenda-get): New function.
1264         * org-agenda.el (org-agenda-post-command-hook): No longer move
1265         point away from end of line.
1266         (org-agenda-add-entry-text, org-agenda-collect-markers)
1267         (org-finalize-agenda, org-agenda-mark-clocking-task)
1268         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1269         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1270         (org-agenda-compare-effort, org-agenda-filter-apply)
1271         (org-agenda-later, org-agenda-change-time-span)
1272         (org-agenda-post-command-hook, org-agenda-show-priority)
1273         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1274         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1275         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1276         (org-agenda-open-link, org-agenda-copy-local-variable)
1277         (org-agenda-switch-to, org-agenda-check-no-diary)
1278         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1279         (org-agenda-add-note, org-agenda-change-all-lines)
1280         (org-agenda-priority, org-agenda-set-tags)
1281         (org-agenda-set-property, org-agenda-set-effort)
1282         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1283         (org-agenda-show-new-time, org-agenda-date-prompt)
1284         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1285         (org-agenda-clock-in, org-agenda-bulk-mark)
1286         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1287         `org-get-at-bol'.
1289         * org-colview.el (org-columns-display-here)
1290         (org-columns-edit-allowed, org-agenda-columns): Use
1291         `org-get-at-bol'.
1293 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1295         * org.el (org-special-ctrl-a/e): Improve documentation and
1296         customize type.
1297         (org-end-of-line): Don't jump to after the ellipsis.
1298         (org-mode-map): Bind <home> and <end> as well.
1300 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1302         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1303         space after #+ as comments.
1304         (org-open-at-point): Run `org-follow-link-hook' always.
1306         * org-latex.el (org-export-latex-emph-format): Use better commands
1307         to insert special characters in verbatim snippets.
1309 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-faces.el (org-copy-face): New function.  Use it to create
1312         various faces formerly created by using `copy-face'.
1314         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1315         window dedicated.
1316         (org-agenda-quit): Kill the frame containing the agenda window if
1317         that frame was created for the agenda.
1319 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1321         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1322         stamp in the agenda.
1324 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1326         * org-mobile.el (org-mobile-create-index-file): Add the list of
1327         TODO keywords, and the list of drawers to the index file.
1329         * org-agenda.el (org-prepare-agenda): Reset
1330         `org-drawers-for-agenda'.
1331         (org-prepare-agenda): Uniquify list of drawers.
1333         * org.el (org-complex-heading-regexp-format): New variable.
1334         (org-set-regexps-and-options): Define
1335         `org-complex-heading-regexp-format'.
1336         (org-drawers-for-agenda): New variable.
1337         (org-map-entries): Bind `org-drawers-for-agenda'.
1338         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1340         * org-remember.el (org-go-to-remember-target)
1341         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1343 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1345         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1346         problem.
1348         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1349         the capture file, and make it non-configurable.
1351         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1352         always with `invisible-ok'.
1353         (org-store-link): No error when there is nothing to link to in the
1354         agenda.
1356         * org-list.el (org-update-checkbox-count): Insert changed cookie
1357         before the old, to avoid problems with invisibility at the end of
1358         the line.
1359         (org-update-checkbox-count): Insert changed cookie before the old,
1360         to avoid problems with invisibility at the end of the line.
1362         * org.el (org-sort-entries-or-items): Include the final newline.
1363         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1364         lines for fontification.
1365         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1366         (org-prepare-dblock): Store the current indentation of the BEGIN
1367         line.
1368         (org-update-dblock): Apply the indentation of the begin line to
1369         the rest of the block.
1370         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1371         (org-startup-folded): New allowed value `showeverything'.
1372         (org-startup-options): Add STARTUP keyword `showeverything'.
1373         (org-set-startup-visibility): Respect value `showeverything' in
1374         org-startup-folded.
1376 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1378         * org.el (org-closest-date): Fix issue with past preference.
1380         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1382         * org-archive.el (org-archive-set-tag)
1383         (org-archive-subtree-default): New commands.
1385         * org-mobile.el (org-mobile-create-index-file): Fix link to
1386         capture file.
1387         (org-mobile-copy-agenda-files): Create the capture file if it does
1388         not exist.
1390         * org-clock.el (org-clock-clocktable-default-properties): New
1391         option.
1392         (org-clock-report): Use
1393         `org-clock-clocktable-default-properties'.
1395 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1397         * org.el (org-iswitchb-completing-read): Fix typo.
1399         * org-crypt.el: New file.
1401         * org.el: Add an entry for org-crypt.
1403 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1405         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1406         consistency.
1407         (org-batch-store-agenda-views): New function.
1408         (org-mobile-force-id-on-agenda-items): Mention variable.
1409         (org-agenda-title-append): Define variable.
1410         (org-write-agenda): New export to Org files.
1411         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1412         (org-agenda): Allow to keep the restricted file list if a special
1413         variable is bound to t.
1414         (org-agenda): Define a special agenda view for working on flagged
1415         entries.
1416         (org-agenda-get-restriction-and-command): List the new agenda
1417         view.
1418         (org-agenda-show-the-flagging-note): New command.
1419         (org-agenda-mode-map): New key `?' for looking at the flagging
1420         note.
1422         * org.el (org-autoload): Autoload org-mobile.el.
1423         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1425         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1427 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1429         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1430         statements.
1431         (org-table-get-remote-range): Match indented #+TBLNAME
1432         statements.
1434         * org.el (org-convert-to-odd-levels)
1435         (org-convert-to-oddeven-levels): Work also correctly if the file
1436         is in outline-mode.
1438 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org.el (org-store-link): When in agenda buffer, link to
1441         referenced entry.
1442         (org-add-planning-info): Remove spaces at eol.
1444         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1445         property.
1447 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1449         * org-latex.el (org-export-latex-first-lines): Fix problem with
1450         LaTeX export of first line and selected subtree.
1452         * org.el (org-shifttab): Interpret arg differently when using only
1453         odd levels.
1455 2009-09-09  Bastien Guerry  <bzg@altern.org>
1457         * org.el (org-check-agenda-file): Use a more explicit message
1459 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1461         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1462         normal lines.
1464 2009-09-08  Bastien Guerry  <bzg@altern.org>
1466         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1467         prompt in the temporary window.
1469         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1470         prefix for marked entries in the agenda view.
1472 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1474         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1475         a way that prevents any trailing character from being displayed.
1477 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1479         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1480         menu.
1482         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1483         slow regexp match.
1485 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-latex.el (org-export-latex-preprocess): Do not protect in
1488         the LaTeX header.
1490         * org-src.el (org-edit-src-save): Save window setup while saving.
1491         (org-edit-src-code): Use new buffer name construction scheme.
1493 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1495         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1496         variable.
1497         (org-agenda-entry-text-cleanup-hook): New hook.
1498         (org-agenda-get-some-entry-text): Remove matches of
1499         `org-agenda-entry-text-exclude-regexps' and run the hook
1500         `org-agenda-entry-text-cleanup-hook'.
1502         * org.el (org-offer-links-in-entry): New argument ZERO to
1503         implement a link with index zero.
1504         (org-cycle-show-empty-lines): Not keep empty line under header
1505         hidden.
1506         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1507         to nil for special completion.
1508         (org-store-link): Don't error before the first heading.
1510         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1511         `org-offer-links-in-entry'.
1513 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1515         * org-agenda.el (org-agenda-quit): Provide the window argument for
1516         `window-dedicated-p', Emacs 22 needs it.
1517         (org-format-agenda-item): If the category is a link, arrange for
1518         invisible text to replaced with spaces.
1519         (org-compile-prefix-format): Add the extra space.
1520         (org-prefix-category-length): New variable.
1522         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1523         references from TOC lines.
1525         * org.el (org-selected-window): New variable.
1527         * org-table.el (org-table-edit-formulas): Remember the selected
1528         window.
1529         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1530         that was originally selected.
1532         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1533         expansion of a macro for more macro definitions.
1535         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1536         invisibility overlay starts on the newline.
1538 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1540         * org-protocol.el (org-protocol-store-link)
1541         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1543         * org-compat.el (org-float-time): New function.
1545         * org.el (org-clock-update-time-maybe)
1546         (org-sort-entries-or-items, org-do-sort)
1547         (org-evaluate-time-range, org-time-string-to-seconds)
1548         (org-closed-in-range): Use `org-float-time'.
1550         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1551         (org-timer-seconds):  Use `org-float-time'.
1553         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1554         (org-clock-sum, org-dblock-write:clocktable)
1555         (org-clocktable-steps):  Use `org-float-time'.
1557         * org-agenda.el (org-agenda-last-marker-time)
1558         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1560         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1561         function.
1563         * org-exp.el (org-get-file-contents): Only protect lines that
1564         really need it.
1566         * org-html.el (require): Require cl for compilation.
1568         * org.el:  Avoid using `default-major-mode'.
1570         * org-plot.el (require): Require CL only at compile time.
1572         * org-exp.el (require): Require CL only at compile time.
1574         * org-agenda.el (org-agenda-quit): When the agenda window is
1575         dedicated, remove other windows before exiting, so that the frame
1576         really will be killed.
1578         * org-exp.el (org-export-handle-include-files): Reset START and
1579         END for each loop cycle.
1581 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1583         * org.el (org-eval-in-calendar): Use
1584         `org-select-frame-set-input-focus'.
1586         * org-compat.el (org-select-frame-set-input-focus): New function.
1588         * org.el (org-update-statistics-cookies): New function.
1589         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1591 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1593         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1594         after the local variables are set.
1596         * org-latex.el (org-export-latex-protect-amp): New function.
1597         (org-export-latex-links): Protect link ampersands in tables.
1599         * org-exp.el (org-export-select-backend-specific-text): Match in
1600         two steps, to avoid regexp problems.
1602         * org.el (org-offer-links-in-entry): Improve working with many and
1603         duplicate links.
1605         * org-agenda.el (org-agenda-show-1): Make more consistent with
1606         normal cycling.
1607         (org-agenda-cycle-show): Make more consistent with normal cycling.
1609         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1610         website.
1612 2009-08-30  Bastien Guerry  <bzg@altern.org>
1614         * org-latex.el (org-export-latex-first-lines): Bugfix.
1616 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1618         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1619         about new effort.
1621         * org.el (org-set-effort): New function.
1622         (org-mode-map): New key for effort setting command.
1624         * org-agenda.el (org-agenda): Keep window setup when calling
1625         agenda from within agenda window.
1626         (org-agenda-mode-map): New keys for effort setting commands.
1627         (org-agenda-menu): Add effort setting commands to menu.
1628         (org-agenda-set-property, org-agenda-set-effort): New functions.
1630         * org-latex.el (org-export-latex-tables): Fix
1631         `org-table-last-alignment' and `org-table-last-column-widths' if
1632         the first column has been removed.
1634 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1636         * org.el (org-remove-timestamp-with-keyword): Only remove in
1637         entry, not in subtree.
1639         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1640         emacs lisp.
1642         * org.el (org-open-at-point): When on headline, offer all strings
1643         in entry.
1645         * org-remember.el (org-remember-templates): Documentation fix.
1647         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1648         `org-get-last-sibling' instead of the outline versions of these
1649         functions.
1650         (org-get-last-sibling): New function.
1651         (org-refile): Use `org-get-next-sibling' instead of the outline
1652         version of this function.
1653         (org-clean-visibility-after-subtree-move): Use
1654         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1655         outline versions of these functions.
1657 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1659         * org-agenda.el (org-prepare-agenda): When creating a new frame
1660         for the agenda, make the window dedicated.
1662         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1664         * org-table.el (org-table-align): Change the order of reinsertion
1665         and deletion, to avoid problems with overlays following the table.
1667         * org.el (org-parse-time-string): Better error message.
1668         (org-show-subtree): Use org-end-of-subtree.
1670         * org-macs.el (org-goto-line): New defsubst.
1672         * org.el (org-open-file, org-change-tag-in-region)
1673         (org-fast-tag-show-exit): Don't use `goto-line'.
1675         * org-table.el (org-table-align, org-table-insert-column)
1676         (org-table-delete-column, org-table-move-column)
1677         (org-table-sort-lines, org-table-copy-region)
1678         (org-table-paste-rectangle, org-table-wrap-region)
1679         (org-table-get-specials, org-table-rotate-recalc-marks)
1680         (org-table-get-range, org-table-recalculate)
1681         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1682         (org-table-show-reference, org-table-highlight-rectangle): Don't
1683         use `goto-line'.
1685         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1686         (org-edit-src-exit): Don't use `goto-line'.
1688         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1690         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1691         Don't use `goto-line'.
1693         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1695         * org-colview.el (org-columns, org-columns-redo)
1696         (org-agenda-columns): Don't use `goto-line'.
1698         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1699         use `goto-line'.
1701         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1702         (org-agenda-add-entry-text-maxlines): Improve docstring.
1703         (org-agenda-start-with-entry-text-mode): New option.
1704         (org-agenda-entry-text-maxlines): New option.
1705         (org-agenda-entry-text-mode): New variable.
1706         (org-agenda-mode): Set initial value of
1707         `org-agenda-entry-text-mode'.
1708         (org-agenda-mode-map): Add the `E' key.
1709         (org-agenda-menu): Add entry text mode to the menu.
1710         (org-agenda-get-some-entry-text): Fix line count bug.
1711         (org-finalize-agenda): Apply entry text mode if appropriate.
1712         (org-agenda-entry-text-show-here): New function.
1713         (org-agenda-entry-text-show): New function.
1714         (org-agenda-entry-text-hide): New function.
1715         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1716         key menu.
1717         (org-agenda-entry-text-mode): New command.
1718         (org-agenda-set-mode-name): Add entry text mode to the mode line
1719         string.
1720         (org-agenda-undo, org-agenda-get-restriction-and-command)
1721         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1722         `goto-line'.
1724 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1726         * org-clock.el (org-notify): Bugfix.
1728 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1730         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1731         check for after-string.
1733         * org-gnus.el (org-gnus-store-link): Simplify.
1735         * org.el (org-latex-regexps): Don't add extra empty lines for
1736         display formulas.
1738 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1740         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1741         (org-agenda-add-entry-text): Use
1742         `org-agenda-get-some-entry-text'.
1744         * org.el (org-cycle-separator-lines): Update docstring.
1745         (org-cycle-show-empty-lines): Handle negative values for
1746         `org-cycle-show-empty-lines'.
1748         * org-exp.el (org-export-protect-sub-super): New function.
1749         (org-export-normalize-links): Protect the url of plain links from
1750         supscript and superscript processing.
1752         * org-remember.el (org-remember-escaped-%): New function.
1753         (org-remember-apply-template): Use `org-remember-escaped-%' to
1754         detect escaped % signs.
1756 2009-08-23  Bastien Guerry  <bzg@altern.org>
1758         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1759         sound when showing the notification.
1761         * org-clock.el (org-notify): New function.
1762         (org-clock-notify-once-if-expired): Use `org-notify'.
1764         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1765         and `gnus-article-mode' separately.
1766         (gnus-summary-article-header): Fix the declare-function.
1768 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1770         * org-exp.el (org-export-format-source-code-or-example): Translate
1771         language.
1773         * org-src.el (org-src-lang-modes): New variable
1774         (org-edit-src-code): Translate language.
1776         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1777         the new structure of the `org-export-latex-listings-langs'
1778         variable.
1780         * org-latex.el (org-export-latex-listings-langs): Change structure
1781         of the variable from plist to alist.
1783 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1785         * org.el (org-in-commented-line): New function.
1787 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1789         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1791 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1793         * org.el (org-flag-drawer): More useful error.
1795 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1797         * org-remember.el (org-remember-apply-template): Use
1798         org-icompleting-read.
1800         * org-publish.el (org-publish): Use org-icompleting-read.
1802         * org-colview.el (org-columns-edit-value, org-columns-new)
1803         (org-insert-columns-dblock): Use org-icompleting-read.
1805         * org-colview-xemacs.el (org-columns-edit-value)
1806         (org-columns-new, org-insert-columns-dblock): Use
1807         org-icompleting-read.
1809         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1810         org-icompleting-read.
1812 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1814         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1815         (org-version): Return the version text.
1816         (org-org-menu): Add a menu entry for the new bug reporter.
1817         (org-submit-bug-report): New command.
1819         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1820         docstring.
1822         * org.el (org-emphasis-regexp-components): Add "`" to set of
1823         pre-emphasis characters.
1825         * org-latex.el (org-export-latex-classes): Always include the soul
1826         package.
1827         (org-export-latex-emphasis-alist): Use \st for strikethough.
1829         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1830         `indent-code-rigidly' to indent.
1832         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1833         properties only if MATCH really is a string.
1835 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1837         * org-latex.el (org-export-latex-packages-alist): Fix
1838         customization type.
1840         * org.el (org-create-formula-image): Also use
1841         `org-export-latex-packages-alist'.
1843         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1844         (org-export-as-html): Format footnotes correctly.
1846 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1848         * org.el (org-fast-tag-selection): Avoid text properties on tags
1849         in the alist.
1851         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1852         text properties on the match element.
1854 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1856         * org.el (org-set-regexps-and-options): Make sure the list of done
1857         keywords is not invalid.
1859         * org-exp.el (org-export-interpolate-newlines): New function.
1861 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1863         * org.el (org-format-latex): Avoid nested overlays.
1865         * org-latex.el (org-export-latex-listings-langs): Add a few more
1866         languages.
1868         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1869         ignore newlines and space before the first macro argument.
1871         * org-latex.el (org-export-latex-tables): Remove save-excursion
1872         around `org-table-align'.
1874 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org.el (org-export-html-special-string-regexps): Definition
1877         moved into org.el
1879         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1880         in macro calls.
1882 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org-latex.el (org-export-latex-listings)
1885         (org-export-latex-listings-langs): New options.
1887         * org-exp.el (org-export-format-source-code-or-example): Use
1888         listing package if requested by the user.
1890 2009-08-08  Bastien Guerry  <bzg@altern.org>
1892         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1893         command before actually switching to a buffer.
1895 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1897         * org-exp.el (org-get-file-contents): Only quote org lines when
1898         the markup is src or example.
1900         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1901         New option
1902         (org-agenda-get-day-entries): Remember deadline results and pass
1903         them on into the function getting the scheduling information.
1904         (org-agenda-get-scheduled): Accept deadline results as parameters
1905         and maybe skip some entries.
1906         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1908         * org.el (org-insert-heading): When respecting content, do not
1909         convert current line to headline.
1911         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1912         cheeeeeck the hd marker
1913         (org-clock-in): Also set the hd marker.
1914         (org-clock-out): Also set the hd marker.
1915         (org-clock-cancel): Reset markers.
1917         * org.el (org-clock-hd-marker): New marker.
1919         * org-faces.el (org-agenda-clocking): New face.
1921         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1922         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1924         * org.el (org-modules): Add org-track.el.
1926         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1927         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1928         `org-agenda-bulk-marked-p'.
1929         (org-agenda-bulk-toggle): New command.
1931 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1933         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1934         not just the body.
1936         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1937         messages.
1939 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1941         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1942         before gnuplot can read it.
1944 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1946         * org-latex.el (org-export-latex-first-lines): Fix bug with
1947         finding the end of the first lines.
1949         * org.el (org-create-formula-image): Remove the -E option for
1950         dvipng.
1952         * org-exp.el (org-default-export-plist): Respect #+BIND.
1953         (org-export-confirm-letbind): New function.
1955         * org.el (org-paste-subtree): Test the kill ring entry if it is
1956         going to be used.
1957         (org-copy-subtree): Use `org-forward-same-level'.
1958         (org-forward-same-level): Respect the `invisibe-ok' arg for
1959         back-to-heading.
1961 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org.el (org-table-map-tables): Make sure cursor is back at table
1964         beginning after funcall.
1966         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1967         handled before children, and do not error if an entry is not
1968         found, probably because it hase been remove when the parent was
1969         archived or refiled.
1971         * org.el (org-ido-completing-read): Accept straight lists for
1972         completion as well as alists.
1974         * org-html.el (org-export-as-html): Fix parenthesis error in
1975         footnore code.
1977         * org-timer.el (org-timer-cancel-timers): Renamed from
1978         `org-timer-cancel-timers'.
1980         * org.el (org-cycle-internal-local): Fix problem with finding next
1981         invisible line.
1983 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1985         * org-list.el (org-list-send-list): Call
1986         `org-list-goto-true-beginning' instead of
1987         `org-list-find-true-beginning', which does not exist.
1989         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1990         (org-timer-set-timer): Do not assign to heading.
1992         * org-id.el (org-id-open): Quote function name.
1994         * org-macs.el (org-unmodified): Turn off recording undo
1995         information while running inside the macro.
1997         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1998         variable.
1999         (org-indent-mode): Remember and restore value of
2000         org-hide-leading-stars before `org-indent-mode'.
2002         * org-table.el (org-table-export): Also work in file-less
2003         buffers.
2005         * org.el (org-startup-indented): New option.
2006         (org-startup-options): Add new options indent and noindent.
2007         (org-unfontify-region): Remove line-prefix and wrap-prefix
2008         properties.
2009         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2010         hooks.
2011         (org-promote, org-demote): Run the new hooks.
2013         * org-table.el (org-table-align): Replace leading \n as well.
2015         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2016         and `line-wrap' text properties.
2018         * org-compat.el (org-kill-new): New function.
2020         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2021         `line-wrap' text properties.
2023         * org-indent.el: New file.
2025 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2027         * org.el (org-provide-todo-statistics): Tweak docstring.
2029         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2031 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2033         * org-exp.el (org-export-as-org): Insert the "-source" string
2034         before the extension.
2036         * org.el (org-read-date): Make sure the calendar is in the current
2037         frame.
2038         (org-set-emph-re): Remove the ? from the post-match.
2039         (org-emphasis-regexp-components): Add backslash to the
2040         postmatch class.
2041         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2042         optional so that also lines at the end of the buffers will still
2043         be matched as headlines.
2045         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2046         Variable made obsolete.
2047         (org-table-relative-ref-may-cross-hline): New option.
2048         (org-table-find-row-type): Honow the new option
2049         `org-table-relative-ref-may-cross-hline'.
2051 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2053         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2054         on single field if no active region.
2056 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2058         * org-latex.el (org-export-latex-make-header): Only insert title
2059         if one is defined.
2061         * org.el (org-make-options-regexp): Allow empty values.
2063         * org-html.el (org-export-as-html): Move hrule detection to after
2064         plain list handling.
2066 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2068         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2070 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2072         * org.el (org-cycle-internal-local): Improved version of finding
2073         next visible line.
2074         (org-cycle-hide-drawers): Only hide drawers if this is really
2075         necessary.
2076         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2077         org-version of this function in Org-mode.  We use advice to
2078         implement this change, so that future changes to this function in
2079         outline.el wil be handled properly.
2080         (org-forward-same-level, org-backward-same-level): New commands.
2082 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2084         * org.el (org-remove-empty-overlays-at)
2085         (org-clean-visibility-after-subtree-move): New functons.
2086         (org-move-subtree-down): Simplify cleanup of display.
2088 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2090         * org-mac-message.el (org-mac-message-get-links): Improve
2091         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2092         "s".  Fix the return value.
2093         (org-mac-message-insert-flagged): Simplify.
2095         * org.el (org-refile-get-location): Tamper with refile history o
2096         that history contains compete matches instead of the entered
2097         string.
2099 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2101         * org.el (org-store-link): Never store a link to an inline task.
2103         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2105         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2106         inline tasks when positioning footnotes.
2108         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2109         function.
2111         * org.el (org-refile): Remove the END line when archiving an
2112         inline task that does have an END line.
2114         * org-archive.el (org-archive-subtree): Remove the END line when
2115         archiving an inline task that does have an END line.
2117         * org-macs.el (org-with-limited-levels): New macro.
2118         (org-get-limited-outline-regexp): New function.
2120         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2121         that did not enumerate first line.
2122         (org-export-mark-radio-links): Skip matches in links.
2124 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org.el (org-activate-plain-links): Make single-match.
2127         (org-adapt-indentation): Fix docstring.
2129         * org-macs.el (org-unmodified): Turn of modification hooks while
2130         running this macro.
2132 2009-08-02  Bastien Guerry  <bzg@altern.org>
2134         * org.el (org-adapt-indentation): Slightly improve the docstring.
2135         (org-occur): Sends an error when the user inputs an empty string.
2136         (org-priority): Bugfix: the tag alignement should happen within
2137         save-excursion.
2139 2009-07-31  Bastien Guerry  <bzg@altern.org>
2141         * org.el (org-make-link-regexps): Don't exclude parentheses from
2142         `org-plain-link-re'
2143         (org-cycle-internal-local): When locally cycling, switch directly
2144         from CHILDREN to FOLDED if there is no subtree
2145         (org-cycle): Update the docstring to document the new behavior of
2146         `org-cycle-internal-local'.
2148 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2150         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2151         an abbreviated format for days.
2153 2009-07-27  Bastien Guerry  <bzg@altern.org>
2155         * org-protocol.el (org-protocol-default-template-key): New
2156         option.
2158         * org.el (org-refile): Bugfix: save-excursion before reading the
2159         refile target, otherwise cursor moves might confuse `org-refile'.
2161         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2162         footnote reference before the footnote itself.
2164         * org.el (org-toggle-heading): Bugfix: correctly convert list
2165         items before the first headline.
2167         * org-html.el (org-export-html-footnote-format): New option for
2168         formatting the footnote reference.
2169         (org-export-as-html): Use the new option.
2171         * org.el (org-provide-todo-statistics): Allow a list of TODO
2172         keywords to compute statistics against headlines containing a
2173         keyword from this list.
2174         (org-update-parent-todo-statistics): Possibly use the new allowed
2175         value of `org-provide-todo-statistics'.
2177 2009-07-26  Bastien Guerry  <bzg@altern.org>
2179         * org-timer.el: Add autoload cookie.
2181         * org.el (org-occur-link-in-agenda-files): New function.
2183         * org-timer.el (org-timer-last-timer): New variable.
2185         * org-agenda.el (org-agenda-mode-map): New key for
2186         org-timer-set-timer called from the agenda.
2188         * org.el (org-mode-map): New key for org-timer-set-timer.
2190         * org-timer.el (org-timer-reset-timers)
2191         (org-timer-show-remaining-time, org-timer-set-timer): New
2192         functions.
2194         * org-clock.el (org-show-notification): Update the docstring.
2196         * org.el (org-provide-todo-statistics): Allow new value
2197         'all-headlines for this option, which includes entries with no
2198         TODO keywords in the todo statistics.
2199         (org-update-parent-todo-statistics): Possibly use the new
2200         'all-headline value from `org-provide-todo-statistics'.
2202 2009-07-25  Bastien Guerry  <bzg@altern.org>
2204         * org-clock.el (org-dblock-write:clocktable): Add a new option
2205         :timestamp which allows display of timestamps in clock reports.
2207         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2208         list to a subtree, preserving the structure of the list.
2209         (org-set-emph-re): Make the last element optional in the regexp.
2210         This regexp now matches an emphasized string at the end of a line.
2212         * org-list.el (org-list-goto-true-beginning)
2213         (org-list-make-subtree, org-list-make-subtrees): New functions.
2215         * org.el (org-eval-in-calendar): Select the right frame.
2216         (org-save-frame-excursion): Remove this macro.
2218 2009-07-24  Bastien Guerry  <bzg@altern.org>
2220         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2221         trying to find the beginning of a list.
2223         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2224         When present, tell org-get-file-contents not to protect org-like
2225         lines.
2227         * org-id.el (org-id-uuid-program): New option to set the name of
2228         the uuidgen program.
2229         (org-id-method): Use `org-id-uuid-program'.
2230         (org-id-new): Use `org-id-uuid-program'.
2232 2009-07-23  Bastien Guerry  <bzg@altern.org>
2234         * org-exp.el (org-export-number-lines): Allow whitespace in code
2235         references.  Allow the -r switch to remove the references in the
2236         source code even when the lines are not numbered: the labels can
2237         be explicit enough.
2239         * org.el (org-fontify-whole-heading-line): New option.
2240         (org-set-font-lock-defaults): Use the new option.
2242         * org-clock.el (org-show-notification-handler): New option.
2243         (org-show-notification): Use the new option.
2245 2009-07-21  Bastien Guerry  <bzg@altern.org>
2247         * org.el (org-eval-in-calendar): Fix a bug about calendar
2248         navigation when `calendar-setup' value is 'calendar-only.
2250 2009-07-19  Bastien Guerry  <bzg@altern.org>
2252         * org.el (orgstruct++-mode): Fix typo in docstring.
2253         (org-insert-link): Clean up: (or (...)) => (...)
2254         (org-insert-link): Use TAB for stored links completion.
2256 2009-07-18  Bastien Guerry  <bzg@altern.org>
2258         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2259         building the list of targets.
2261         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2262         option.
2263         (org-remember-handler): Use the new option.
2265 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2267         * org.el (org-tags-sort-function): New option for sorting tags.
2268         (org-set-tags): Use the new option to sort tags.
2270         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2271         premature deletion of the data when using org-plot in a script.
2273 2009-07-17  Bastien Guerry  <bzg@altern.org>
2275         * org-clock.el (org-clock-in-prepare-hook): New hook.
2276         (org-clock-in): Use this new hook.
2278 2009-07-16  Bastien Guerry  <bzg@altern.org>
2280         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2281         'reversed for this option to the "true line boundary first"
2282         behavior.
2283         (org-tags-match-list-sublevels): Document the 'indented value for
2284         this variable.
2286         * org-latex.el (org-export-latex-first-lines): Fix problem with
2287         publishing the region.
2289         * org-exp.el (org-export-format-source-code-or-example): Fix
2290         bad line numbering when exporting examples in HTML.
2292         * org-colview.el (org-format-time-period): Formats a time in
2293         fractional days as days, hours, mins, seconds.
2294         (org-columns-display-here): Add special handling for SINCE and
2295         SINCE_IA to format for display.
2297 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2299         * org.el (org-tags-sort-function): Add custom declaration for tags
2300         sorting function.
2301         (org-set-tags): Sort tags if org-tags-sort-function is set
2303 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2305         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2307         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2309         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2310         option.
2312 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2314         * org-publish.el (org-publish-remove-all-timestamps): New function.
2315         (org-publish-all): Remove all timestamp files if `org-publish-all'
2316         is called with a prefix argument.
2318         * org-list.el (org-indent-item): Fix typo.
2319         (org-item-indent-positions): Normalize ordered bullet.
2321         * org-html.el (org-export-html-home/up-format): New option.
2322         (org-export-as-html): Insert the up and HOME links.
2324 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2326         * org-html.el (org-export-as-html): Insert the title into the
2327         option plist.
2328         (org-export-html-insert-plist-item): New function.
2329         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2331         * org-macs.el (org-set-local): Make a local variable, do not make
2332         the variable buffer-local!
2334         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2336         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2338         * org-docbook.el (org-export-as-docbook): Call
2339         `org-install-letbind'.
2341         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2343         * org-exp.el (org-infile-export-plist): Read BIND lines.
2344         (org-install-letbind): New function.
2345         (org-export-as-org, org-export-preprocess-string): Call
2346         `org-install-letbind'.
2348         * org-src.el (org-edit-src-exit): Untabify the example before
2349         returning to Org.
2351         * org-list.el (org-list-demote-modify-bullet): New option.
2352         (org-first-list-item-p): Save point.
2353         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2354         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2355         (org-item-indent-positions): Return bullet types along with
2356         indentation.
2358 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2360         * org.el (org-show-entry): Hide drawers.
2362 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2364         * org-footnote.el (org-footnote-auto-adjust): New option.
2365         (org-footnote-auto-adjust-maybe): New function.
2366         (org-footnote-new, org-footnote-delete): Call
2367         `org-footnote-auto-adjust-maybe'.
2369         * org.el (org-startup-options): Add new footnote-related
2370         keywords.
2372         * org-publish.el (org-publish-timestamp-filename): Additional
2373         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2374         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2375         TRUE-PUB-DIR.  Pass them through to
2376         `org-publish-timestamp-filename'.
2377         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2378         PUB-FUNC, which are included in the hash.
2379         (org-publish-file): Delay timestamp test until the publishing
2380         function is known.
2382 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2384         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2385         setting the deadline.
2387         * org.el (org-read-date-final-answer): New variable.
2388         (org-read-date): Store the final answer string, including the date
2389         from the calendar, for reuse by agenda bulk commands.
2391         * org-publish.el (org-publish-attachment): Fix publishing of
2392         attachments.
2394         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2395         quotation makrs in parenthesis.
2396         (org-remove-initial-hash): New function.
2397         (org-export-latex-preprocess): Fix bug with infinite loop if
2398         environment is not properly closed.
2400         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2401         when indented.
2403         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2404         highlight also when indented.
2406 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2408         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2409         (org-footnote-action): Offer renumbering.
2411         * org.el (org-cycle): Honor the `integrate' value of
2412         org-cycle-include-plain-lists'.
2414         * org-list.el (org-cycle-include-plain-lists): New allowed value
2415         `internal'.  Improve the docstring.
2417         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2418         regexp to work better with LaTeX commands.
2420 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2422         * org-feed.el (org-feed-update): fix problem with non-existing
2423         buffer.
2424         (org-feed-skip-http-headers): New function.
2425         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2426         (org-feed-get-feed): Fix command line arguments for curl.
2428 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2430         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2431         and eps extensions.
2433 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2435         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2436         loaded.
2438         * org.el (org-map-entries): No longer force
2439         `org-tags-match-list-sublevels' to t during a todo-only tags
2440         search.
2442 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2444         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2445         environment.
2446         (org-export-latex-subcontent): Handle user-defined environment.
2448         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2449         the View dispatcher.
2451         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2452         `make-overlay'.
2454         * org-latex.el (org-export-as-pdf): Protect match data during call
2455         to shell-quote-argument.
2457         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2458         (org-agenda-view-mode-dispatch): New function.
2460 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2462         * org-agenda.el (org-agenda-mode): Reset list of marks.
2463         (org-agenda-mode-map): Define new keys for refile and bulk action.
2464         (org-agenda-menu): Add menu itesm for refile and bulk action.
2465         (org-agenda-refile): New function.
2466         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2467         (org-agenda-marked-entries): New variable.
2468         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2469         (org-agenda-remove-all-bulk-action-marks)
2470         (org-agenda-bulk-action): New functions/commands.
2472 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2474         * org-exp.el (org-get-file-contents): Protect org-like lines in
2475         included files.
2476         (org-export-format-source-code-or-example): Remove newlines.
2478         * org-latex.el (org-export-latex-links): Check for no-description
2479         marking.
2481         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2482         argument separator back to comma.
2483         (org-export-normalize-links): Mark links without description.
2485 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2487         * org-exp.el (org-infile-export-plist): Fix bug in macro
2488         processing.
2490         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2491         out.
2492         (org-agenda-highlight-todo): Fix bug with highlighting.
2494 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2496         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2497         new alignment strings.
2499         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2500         command list.
2501         (org-table-align): Check for forced align type.
2503         * org.el (org-self-insert-command): Add yas/expand to command
2504         list.
2506         * org-clock.el (org-clock-in-hook): New hook.
2507         (org-clock-in): Run `org-clock-in-hook.
2508         (org-clock-out-hook): New hook.
2509         (org-clock-out): Run `org-clock-out-hook.
2510         (org-clock-cancel-hook): New hook.
2511         (org-clock-cancel): Run `org-clock-cancel-hook.
2512         (org-clock-goto-hook): New hook.
2513         (org-clock-goto): Run `org-clock-goto-hook.
2515 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2517         * org.el (org-store-link): Better default description for link to
2518         Org-mode headline.
2520         * org-exp.el (org-export-generic): Autoload the generic exporter
2521         function.
2522         (org-export): Implement the `g' key for the generic exporter.
2524 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2526         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2527         and for zbacktab'.
2529         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2531         * org-exp.el (org-infile-export-plist): Get macros also from
2532         #+SETUPFILE.
2534 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2536         * org-colview.el (org-columns-capture-view): Protect vertical bars
2537         in column values.
2538         (org-columns-capture-view): Exclude comment and archived trees.
2540         * org-colview-xemacs.el (org-columns-capture-view): Protect
2541         vertical bars in column values.
2542         (org-columns-capture-view): Exclude comment and archived trees.
2544         * org.el (org-quote-vert): New function.
2546         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2548         * org-exp.el (org-export-format-source-code-or-example): Use
2549         `org-export-latex-verbatim-wrap'.
2551         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2552         time stamps.
2554         * org-html.el (org-export-table-row-tags): New option.
2555         (org-format-org-table-html): Rename `nlines' to `nline', use new
2556         option.
2559 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2561         * org-exp-blocks.el: Declare functions and variables.
2563         * org-remember.el (org-remember-templates): Allow the headline
2564         element to be a function.
2565         (org-remember-apply-template): If the headline is a function, call
2566         it to get the true function.
2568         * org-clock.el (org-clock-menu): New function.
2569         (org-clock-update-mode-line): Update help string.
2570         (org-clock-modify-effort-estimate): New function.
2571         (org-clock-mark-default-task): New function.
2573         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2574         minutes as input.
2575         (org-org-menu): Add new clocking stuff.
2576         (org-clock-is-active): New function.
2578 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2580         * org.el (org-open-non-existing-files): Improve docstring.
2582 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2584         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2585         option.
2586         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2588         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2590         * org-list.el (org-get-checkbox-statistics-face): Use the new
2591         faces.
2593         * org-faces.el (org-checkbox-statistics-todo)
2594         (org-checkbox-statistics-done): New faces.
2596 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2598         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2599         (org-edit-src-exit): Better cursor positioning when returning from
2600         editing.
2602         * org-latex.el (org-export-latex-use-verb): New variable.
2603         (org-export-latex-emph-format): Prefer \texttt over \verb when
2604         org-export-latex-use-verb is set.
2606 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2608         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2609         at normal indentation.
2611         * org-html.el (org-export-html-close-lists-maybe): Also look at
2612         normal indentation.
2614         * org-remember.el (org-remember-handler): Abort remember if the
2615         buffer is empty.
2617         * org-src.el (org-edit-src-content-indentation): New option.
2618         (org-edit-src-exit): Apply extra indentation.
2620         * org-exp.el (org-export-format-source-code-or-example): Run
2621         `org-src-mode-hook'.
2623         * org-src.el (org-src-mode-hook): New variable.
2624         (org-edit-src-code): Run `org-src-mode-hook'.
2626 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2628         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2630         * org-src.el (org-edit-src-get-indentation): New function.
2631         (org-edit-src-code): Base indentation on the begin line.
2633 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2635         * org-gnus.el (org-gnus-store-link): Require message.el in
2636         org-gnus-store-link.
2638 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org-src.el: New file, split out of org.el
2642         * org-docbook.el (org-export-as-docbook): Better indentation
2643         treatment.
2645         * org-macs.el (org-replace-match-keep-properties): New function.
2647         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2648         preprocessing of center and quote and verse blocks.
2650         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2651         (org-export-as-docbook): Close lists when original indentation
2652         mandates it.
2654         * org-html.el (org-export-html-close-lists-maybe): New function.
2655         (org-export-as-html): Close lists when original indentation
2656         mandates it.
2658         * org-list.el (org-list-end): Respect the stored "original"
2659         indentation when determining the end of the list.
2661         * org-exp.el (org-export-replace-src-segments-and-examples):
2662         Remember indentation correctly.
2664 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org-clock.el (org-clock-update-mode-line): Apply face
2667         org-mode-line-clock.
2669         * org-faces.el (org-mode-line-clock): New face.
2671 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2673         * org-gnus.el (org-gnus-store-link): Fix bug where
2674         `org-gnus-store-link' used wrong subject when called in an article
2675         buffer.  Patch provided by fengli AT gmail DOT com.
2677 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2679         * org-exp.el (org-export-format-source-code-or-example): Remember
2680         the original indentation of source code snippets and examples.
2682         * org-latex.el (org-export-as-latex): Relocate the table of
2683         contents.
2685         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2687         * org-agenda.el (org-run-agenda-series): Scope global options also
2688         when creating the agenda buffer.
2690 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2692         * org.el (org-adapt-indentation): Improve documentation.
2693         (org-insert-property-drawer): Respect org-adapt-indentation when
2694         inserting the drawer.
2695         (org-remove-flyspell-overlays-in): New function.
2696         (org-do-emphasis-faces, org-activate-plain-links)
2697         (org-activate-code, org-fontify-meta-lines-and-blocks)
2698         (org-activate-angle-links, org-activate-footnote-links)
2699         (org-activate-bracket-links, org-activate-dates)
2700         (org-activate-target-links, org-activate-tags): Remove flyspell
2701         overlays.
2703 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2705         * org.el (org-edit-src-save): New function.
2707         * org-clock.el (org-clock-out-switch-to-state): New option.
2708         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2710         * org-compat.el (org-compatible-face): Improve macro.
2712         * org.el (org-global-properties-fixed): Add default for
2713         CLOCK_MODELINE_TOTAL.
2715         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2716         andd tend.
2717         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2718         org-clock-sum.
2719         (org-clock-get-sum-start): New function.
2721         * org.el (org-startup-options): New keywords blockhide and
2722         blockshow.
2723         (org-mode): Add new invisibility spec.
2724         (org-set-startup-visibility): Hide block on startup if so
2725         desired.
2726         (org-hide-block-startup): New option.
2727         (org-block-regexp): New constant.
2728         (org-hide-block-overlays): New variable.
2729         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2730         (org-show-block-all, org-hide-block-toggle-maybe)
2731         (org-hide-block-toggle): New functions.
2732         (org-edit-src-exit): Do not quote lines starting with # and no +
2733         behind it.
2734         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2735         entry.
2737 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2739         * org.el (org-buffer-property-keys): Add Effort property for
2740         completion.
2742 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2744         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2745         when retrieving total clocked time in the subtree.
2747         * org.el (org-quoting-blocks): New variable.
2749 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2751         * org-table.el (org-table-store-formulas)
2752         (org-table-get-stored-formulas, org-table-fix-formulas)
2753         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2754         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2756         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2757         indented #+TBLFM line.
2759         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2760         indented #+TBLFM line.
2762         * org-colview.el (org-dblock-write:columnview): Allow indented
2763         #+TBLFM line.
2765         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2766         indented #+TBLFM line.
2768         * org-clock.el (org-dblock-write:clocktable): Allow indented
2769         #+TBLFM line.
2771 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2773         * org-exp.el (org-export-format-source-code-or-example): Make
2774         editing indented blocks work correctly.
2776         * org.el (org-edit-src-nindent): New variable.
2777         (org-edit-src-code, org-edit-fixed-width-region)
2778         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2779         editing indented blocks work correctly.
2781 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2783         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2784         indented blocks.
2785         (org-export-format-source-code-or-example): Fix indentation of
2786         blocks.
2787         (org-export-remove-indentation): New function.
2788         (org-export-select-backend-specific-text): Allow backend-specific
2789         code to be indented.
2790         (org-export-mark-blockquote-verse-center): Allow markers to be
2791         indented.
2793         * org.el (org-fontify-meta-lines): New function.
2794         (org-set-font-lock-defaults): Call the new fontification
2795         function.
2797         * org-faces.el (org-meta-line): New face
2798         (org-block):  New face.
2800 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2802         * org.el (org-treat-insert-todo-heading-as-state-change)
2803         (org-treat-S-cursor-todo-selection-as-state-change): New
2804         variables.
2805         (org-insert-todo-heading): Honor
2806         `org-treat-insert-todo-heading-as-state-change'.
2807         (org-shiftright, org-shiftleft): Honor
2808         `org-treat-S-cursor-todo-selection-as-state-change'.
2809         (org-inhibit-logging): New variable.
2811 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2813         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2814         range for marker position checking.
2816         * org-latex.el (org-export-latex-first-lines): Fix bug when
2817         exporting a region.
2819 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2821         * org-exp.el (org-export-push-to-kill-ring): Protect using
2822         x-set-selection, because that does not always work.
2824         * org-agenda.el (org-agenda-list): Apply the new face
2825         `org-agenda-date-today'.
2827         * org-faces.el (org-agenda-date-today): New face.
2829 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2831         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2832         creating appointments.
2834         * org-latex.el (org-export-latex-low-levels): Fix customization
2835         type.
2837         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2838         priority commands.
2840         * org-agenda.el (org-agenda-priority): Disable priority commands.
2842         * org.el (org-enable-priority-commands): New option.
2844         * org-colview-xemacs.el (org-columns-compute)
2845         (org-columns-number-to-string): Fix problems with empty fields.
2847         * org-colview.el (org-columns-compute)
2848         (org-columns-number-to-string): Fix problems with empty fields.
2850         * org-exp.el (org-export-push-to-kill-ring): New function.
2851         (org-export-copy-to-kill-ring): New option.
2853         * org-latex.el (org-export-as-latex): Call
2854         `org-export-push-to-kill-ring'.
2856         * org-html.el (org-export-as-html): Call
2857         `org-export-push-to-kill-ring'.
2859         * org-docbook.el (org-export-as-docbook): Call
2860         `org-export-push-to-kill-ring'.
2862         * org-ascii.el (org-export-as-ascii): Call
2863         `org-export-push-to-kill-ring'.
2865         * org-exp.el (org-export-show-temporary-export-buffer): New
2866         option.
2868         * org-latex.el (org-export-as-latex): Use
2869         `org-export-show-temporary-export-buffer'.
2871         * org-html.el (org-export-as-html): Use
2872         `org-export-show-temporary-export-buffer'.
2874         * org-docbook.el (org-export-as-docbook): Use
2875         `org-export-show-temporary-export-buffer'.
2877         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2878         `org-export-show-temporary-export-buffer'.
2880         * org-exp.el (org-export-show-temporary-export-buffer): New
2881         option.
2882         (org-export-push-to-kill-ring): New function.
2884         * org-colview.el (org-columns-compile-map): New variable.
2885         (org-columns-new, org-columns-compute)
2886         (org-columns-number-to-string, org-columns-uncompile-format)
2887         (org-columns-compile-format): Implement new operators.
2889 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2891         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2893         * org-html.el (org-export-html-xml-declaration): New option.
2894         (org-export-as-html): Use `org-export-html-xml-declaration'.
2896         * org-list.el (org-update-checkbox-count): Make property
2897         dependent.
2899         * org.el (org-hierarchical-todo-statistics): New option.
2900         (org-update-parent-todo-statistics): Modified to handle recursive
2901         statistics.
2903 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2905         * org-publish.el (org-publish): Make this function behave
2906         correctly in interactive use when called with a prefix argument.
2908         * org.el (org-todo-statistics-hook): New hook.
2909         (org-update-parent-todo-statistics): Use new hook.
2910         (org-log-into-drawer): New function.
2911         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2912         determine if we should be logging into a drawer.
2913         (org-log-into-drawer): Update docstring.
2914         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2916         * org-list.el (org-checkbox-statistics-hook): New hook.
2917         (org-update-checkbox-count-maybe): Use new hook.
2919         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2920         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2921         to kill ring.
2923 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2925         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2926         a line.
2928 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2930         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2931         better bufer-generating mechanism.
2932         (org-edit-src-find-buffer): New function.
2934         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2935         archive tag, this is already done by `org-agenda-skip'.
2936         data while constructing lost of tags.
2938 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2940         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2941         as argument separator in macros.
2943         * org-html.el (org-export-as-html): Add xml declaration.
2945 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2947         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2948         (org-sort-entries-or-items): Run the new hook.
2949         (org-after-refile-insert-hook): New hook.
2950         (org-refile): Run `org-after-refile-insert-hook'.
2952         * org-agenda.el (org-agenda-get-progress): Never take time of day
2953         from headline when displaying progress.
2955         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2956         (org-export-as-latex): Force the correct regexp in the
2957         preprocessor buffer.
2958         (org-export-latex-set-initial-vars): Set
2959         `org-export-latex-complex-heading-re'.
2961         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2962         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2964 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2966         * org-latex.el (org-export-latex-tables-centered): New option.
2967         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2969         * org-exp.el (org-export-as-org): New command.
2970         (org-export-as-org): New command.
2972         * org-publish.el (org-publish-org-to-org): New function.
2974 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2976         * org.el (org-yank): Just call `org-yank-generic'.
2977         (org-yank-generic): New function, containing the formaer
2978         functionality of `org-yank'.
2980         * org-latex.el (org-export-latex-not-done-keywords)
2981         (org-export-latex-done-keywords): New variables.
2982         (org-export-latex-todo-keyword-markup): New option.
2983         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2984         (org-export-latex-keywords-maybe): Apply the TODO markup.
2986 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2988         * org-exp.el (org-infile-export-plist): Add more default macros.
2989         (org-export-preprocess-apply-macros): Process macro arguments.
2991 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2993         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2994         `unblocked'.
2995         (org-print-icalendar-entries): Respect the new value of
2996         `org-icalendar-include-todo'.
2998         * org.el (org-link-try-special-completion)
2999         (org-file-complete-link): New functions.
3000         (org-insert-link): Add special completion support for some link
3001         types.
3003         * org-bbdb.el (org-bbdb-complete-link): New function.
3005 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3007         * org-list.el (org-update-checkbox-count): Allow recursive
3008         statistics.
3009         (org-hierarchical-checkbox-statistics): New option.
3011         * org.el (org-cycle): Remove erraneous space character.
3013         * org-icalendar.el (org-icalendar-timezone): Initialize from
3014         environment.
3016         * org-html.el (org-format-org-table-html): Specify the scope.
3017         (org-format-table-table-html): Specify the scope.
3018         (org-export-table-header-tags): Prepare the scope parameter.
3020 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3022         * org-html.el
3023         (org-export-html-table-use-header-tags-for-first-column): New
3024         option.
3026         * org.el (org-autoload): Fix autoloading of ascii export
3027         functions.
3028         (org-modules): Add org-special-blocks.
3030 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3032         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3033         (org-ical-timezone): New option.
3035         * org-exp.el (org-export-get-coderef-format): Use the description
3036         is present.
3038         * org.el (org-sort-entries-or-items): Improve docstring, and make
3039         better implementation for time sorting.
3041 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3043         * org.el (org-edit-src-persistent-message): New option.
3044         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3045         option.
3047         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3048         patch.
3050         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3051         separate buffer instead of indirect buffer to edit source code.
3052         (org-edit-src-exit): Make this function work with the new setup.
3054         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3055         are properly fontified before shown in the selection menu.
3057         * org.el (org-fontify-like-in-org-mode): New function.
3059         * org-latex.el (org-export-latex-links): Use the property list to
3060         retrieve the default image attributes.
3062         * org-exp.el (org-export-plist-vars): Add a new option.
3064 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3066         * org-exp.el (org-export, org-export-visible): Support ASCII
3067         export to buffer
3068         (org-export-normalize-links): Do not protect the description if it
3069         is explicitly given.
3071         * org-ascii.el (org-export-as-ascii-to-buffer)
3072         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3073         commands.
3074         (org-export-as-ascii): Add all the same parameters that are also
3075         supported by the other export functions.
3077         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3078         org-checklist.el.
3079         (org-reset-checkbox-state-subtree): Call
3080         `org-reset-checkbox-state-subtree'.
3082         * org-remember.el (org-select-remember-template): For the
3083         selection of a valid template.
3085         * org-latex.el (org-export-region-as-latex): Supply the
3086         force-no-subtree argument.
3087         (org-export-as-latex): Provide better limits when exporting the
3088         first line.  When exporting to string, we still want the first
3089         lines.
3090         (org-export-latex-first-lines): New argument END, to force the end
3091         of the region.
3092         (org-export-region-as-latex): Use the property list.
3093         (org-export-as-latex):
3095         * org-colview-xemacs.el (org-columns-remove-overlays)
3096         (org-columns): Fix call to `local-variable-p'.
3098 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3100         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3101         (org-export-as-html): Run the new hook.
3103         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3104         (org-export-latex-preprocess): Run the new hook.
3106         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3107         (org-export-preprocess-string): Run the new hook.
3109 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3111         * org-macs.el (org-check-external-command): New defsubst.
3113         * org.el (org-mode-map): New key for reload.
3114         (org-format-latex): Better error message when external programs
3115         are not available.
3117         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3119         * org.el (org-sort-entries-or-items): Explicit sorting function
3120         for priorities, needed for XEmacs compatibility.
3122         * org-remember.el (org-remember-apply-template): Improve auto-save
3123         behavior.
3125 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3127         * org-latex.el (org-export-latex-preprocess): Also protect
3128         environments ending in a star.
3130         * org-list.el (org-at-item-p): Fix regular expression.
3132 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3134         * org.el (org-end-of-subtree): Improve speed.
3136         * org-agenda.el (org-agenda-get-timestamps)
3137         (org-agenda-get-progress, org-agenda-get-deadlines)
3138         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3139         in particular, wait as long as possible to collect the tags.
3140         (org-stuck-projects): Improve docstring.
3142         * org.el (org-store-link): No errors when getting custom id before
3143         first headline.
3144         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3146 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3148         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3150         * org-protocol.el: Remove dependency on url.el.
3151         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3152         dependency on url.el.
3154         * org-latex.el (org-export-as-pdf): Use
3155         `org-latex-to-pdf-process'.
3157 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3159         * org-latex.el (org-latex-to-pdf-process): New option.
3161         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3162         New option.
3163         (org-agenda-get-timestamps): Honor
3164         `org-agenda-skip-additional-timestamps-same-entry'.
3166         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3167         (org-clock-goto): Find recent task only if
3168         `org-clock-goto-may-find-recent-task' allows it.
3170         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3171         drawers, and drawers that are missing the :END: line.
3173 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3176         clock is running.
3178 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3180         * org.el (org-update-parent-todo-statistics): Check for
3181         STATISTICS_FROM property.
3183         * org-list.el (org-update-checkbox-count): Check for
3184         STATISTICS_FROM property.
3186         * org.el (org-tab-first-hook)
3187         (org-tab-after-check-for-table-hook)
3188         (org-tab-after-check-for-cycling-hook): New hooks.
3189         (org-cycle-internal-global, org-cycle-internal-local): New
3190         functions, split out from `org-cycle'.
3191         (org-cycle): Call the new hooks.
3193 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3195         * org-exp.el (org-export-preprocess-string): Reset the list of
3196         preferred targets for each run of the preprocessor.
3198         * org.el (org-refile-target-verify-function): Improve
3199         documentation.
3200         (org-get-refile-targets): Respect point being moved by the
3201         verification function.
3203         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3204         option.
3205         (org-export-latex-keywords): Use new option.
3207         * org.el (org-rear-nonsticky-at): New defsubst.
3208         (org-activate-plain-links, org-activate-angle-links)
3209         (org-activate-footnote-links, org-activate-bracket-links)
3210         (org-activate-dates, org-activate-target-links)
3211         (org-activate-tags): Place the rear-nonsticky properties at the
3212         correct location.
3214 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3216         * org-protocol.el (server-edit): Declare `server-edit'.
3217         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3218         functions.
3219         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3221         * org.el (org-default-properties): New default properteis for
3222         completion.
3224         * org-exp.el (org-export-add-subtree-options): Add new properties
3225         for subtree export.
3227         * org-docbook.el (org-export-docbook-keywords-markup)
3228         (org-export-docbook-timestamp-markup): New options.
3229         (org-export-docbook-protect-tags): New function.
3231 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3233         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3234         org-refile-target-verify-function for the duration of the command.
3236         * org.el (org-link-to-org-use-id): New possible value
3237         `create-if-interactive-and-no-custom-id'.
3238         (org-store-link): Use custom IDs.
3239         (org-link-search): Find custom ID properties from #link.
3240         (org-default-properties): Add CUSTOM_ID for property completion.
3241         (org-refile-target-verify-function): New option.
3242         (org-goto): Turn off org-refile-target-verify-function
3243         for the duration of the command.
3245 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3247         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3249         * org-exp.el (org-export-preferred-target-alist): New variable.
3250         (org-export-define-heading-targets): Find the new CUSTOM_ID
3251         property.
3252         (org-export-target-internal-links): Target the custom ids when
3253         possible.
3255         * org-latex.el (org-export-latex-preprocess): Better regexp for
3256         matching latex macros with arguments.
3258 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3260         * org-remember.el (org-remember-handler): Allow filing to non-org
3261         files.
3263 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3265         * org-feed.el (org-feed-alist): New keyword options.
3266         (org-feed-update): Use the new options.
3267         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3268         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3269         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3270         functions.
3272         * org-table.el (org-table-fix-formulas): Do not change references
3273         to remote tables.
3274         (org-table-get-remote-range): Convert standard coordinates to RC
3275         format.
3277         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3279 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3281         * org-compat.el (org-sha1-string): Function removed.
3283         * org.el (org-refile-allow-creating-parent-nodes): New option.
3284         (org-refile-get-location): New argument NEW-NODES.
3285         (org-refile): Call `org-refile-get-location' with the new
3286         argument.
3287         (org-refile-get-location): Arrange for adding a new child.
3288         (org-refile-new-child): New function.
3290         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3291         an additional span element.
3293         * org-clock.el: Fix a number of docstrings.
3294         (org-clock-find-position): New argument
3295         FIND-UNCLOSED to make the function find an unclosed clock in the
3296         entry.
3297         (org-clock-in): Call `org-clock-find-position' with the new
3298         argument if we might be resuming a clock.
3300 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3302         * org-latex.el (org-export-latex-display-custom-times): New variable.
3303         (org-export-latex-timestamp-markup): New option.
3304         (org-export-latex-set-initial-vars): Remember the local value of
3305         `org-display-custom-times'.
3306         (org-export-latex-content): Process time stamps.
3307         (org-export-latex-time-stamps): New function.
3309         * org-macs.el (org-maybe-intangible): Add intangible property
3310         again to invisible text.
3312 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3314         * org-exp.el (org-default-export-plist): Handle undefined
3315         variables.
3317 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3319         * org.el (org-sort-entries-or-items): Match TODO keywrds
3320         case-sensitively, when sorting.
3321         (org-priority): Do not match TODO keywords with wrong case.
3323 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3325         * org-feed.el (org-feed-update): Bind the variable
3326         `new-formatted'.
3328         * org-html.el (org-export-as-html): Start paragraphs after literal
3329         examples.
3331         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3332         literal examples.
3334 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3336         * org.el (org-todo): Honor the NOBLOCKING property.
3338         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3339         NOBLOCKING property.
3341         * org.el (org-scan-tags): Fix bug in tag scanner
3343 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3345         * org.el (org-modules): Mark obsolete packages.
3347         * org-html.el: New file, split out from org-exp.el.
3349         * org-icalendar.el: New file, split out from org-exp.el.
3351         * org-xoxo.el: New file, split out from org-exp.el.
3353         * org-ascii.el: New file, split out from org-exp.el.
3355 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3357         * org-compat.el (org-find-library-name): New function.
3359         * org.el (org-pre-cycle-hook): New hook.
3360         (org-cycle): Call the new hook in appropriate places.
3361         (org-reload): Only reload files that have been loaded before.
3363 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3365         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3366         after todo keyword.
3367         (org-todo): When changing TODO state, do matching
3368         case-sensitively.
3369         (org-map-continue-from): New variable.
3370         (org-scan-tags): Respect values in `org-map-continue-from'.
3371         (org-reload): Make XEmacs compatible.
3373 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3375         * org-protocol.el (org-protocol-flatten-greedy): New function.
3376         (org-protocol-flatten): New function.
3378         * org.el (org-open-link-from-string): Pass reference buffer to
3379         `org-open-at-point'.
3380         (org-open-at-point): New optional argument `reference-buffer'.
3382 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3384         * org.el (org-scan-tags): Make tag scan find headline in first
3385         line, 2nd attempt.
3386         (org-get-refile-targets): Add the naked file name.
3387         (org-refile): Store as top-level entry when only file name was
3388         given.
3390         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3392         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3393         Renamed from org-block-todo-from-children-or-siblings, and
3394         enhanced to look for the parent's status as well.
3396         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3397         (org-agenda-get-progress): Add first notes line to log entry if so
3398         desired.
3400 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3402         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3403         (org-agenda-cleanup-fancy-diary): Call the new hook.
3405         * org-remember.el (org-remember-apply-template): Take the default
3406         for the annotation from the :annotation property.
3408         * org-mac-message.el (org-mac-message-get-link): Remove the
3409         quotes.
3410         (org-mac-message-get-link): Return the result.
3412 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3414         * org.el (org-refile-get-location): Add file name only if not
3415         already included in outline path.
3417         * org-faces.el (org-n-level-faces): Fix customization type from
3418         number to integer.
3420         * org-exp.el (org-export-headline-levels): Fix customization type
3421         from number to integer.
3423         * org-agenda.el (org-agenda-confirm-kill)
3424         (org-agenda-custom-commands-local-options)
3425         (org-timeline-show-empty-dates, org-agenda-ndays)
3426         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3427         customization type from number to integer.
3429 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3431         * org-protocol.el: Declare some functions.
3433         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3434         postion before inserting modified headline.
3436         * org-agenda.el (org-agenda-compare-effort): Honor
3437         `org-sort-agenda-noeffort-is-high'.
3438         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3439         (org-agenda-compare-effort): Implement the "?" operator for
3440         finding entries without effort setting.
3442         * org.el (org-extract-attributes-from-string): New function.
3444         * org-exp.el (org-export-splice-attributes): New function.
3446 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3448         * org-mouse.el: XEmacs compatibility fixes
3450         * org-docbook.el (org-export-as-docbook): Process footnotes like
3451         normal text.
3453         * org.el (org-modules): Add org-inlinetasks.el
3454         (org-cycle): Implement limiting level on cycling.
3455         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3456         buffer.
3458         * org-inlinetask.el: New file.
3460         * org.el (org-emphasis-regexp-components): Allow braces in
3461         emphasis pre and post match.
3463         * org-footnote.el (org-footnote-normalize): When only dorting, do
3464         not insert inline notes at the end.
3466         * org-docbook.el (org-id-find-id-file): Add function declaration.
3468         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3470         * org-docbook.el: New file.
3472 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3474         * org.el (org-reftex-citation): New command.
3476 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3478         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3479         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3480         sorting options.
3481         (org-entries-lessp): Apply the new sorting option.
3483         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3484         blocker code, when an older sibling has children.
3486         * org-mac-message.el (org-mac-message-get-link): Improve getting
3487         links from multiple selected messages.
3489 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3491         * org-remember.el (org-remember-finalize): Do not set buffer file
3492         name to nil.
3493         (org-remember-handler): Mark buffer as unmodified.
3494         (org-remember-handler): Delete backup file and show message about
3495         remaining backup files.
3496         (org-remember-auto-remove-backup-files): New option.
3498         * org.el (org-store-link): Use buffer name as link description in
3499         w3-mode buffers.
3500         (org-ido-switchb): Fix argument bug for completion.
3502         * org-remember.el (org-remember-apply-template): Set local
3503         variable `auto-save-visited-file-name' instead of global one.
3505 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3507         * org-feed.el: Re-write.
3509         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3510         (org-agenda-get-todos): Mark file tags as inherited.
3511         (org-agenda-list): Always search diary lines for a time.
3513 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3515         * org-feed.el (org-feed-assume-stable): New option.
3516         (org-feed-before-adding-hook): New hook.
3518         * org-exp.el (org-export-as-html): Close local lists depending on
3519         indentation, also when starting a table.
3521         * org-remember.el (org-remember-backup-directory)
3522         (org-remember-backup-name): New internal variable.
3524 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3526         * org-clock.el (org-clock-out-if-current): Make buffer detection
3527         work in indirect buffers as well.
3529         * org.el (org-emphasis-regexp-components): Add the exxclamation
3530         mark to the post-emphasis characters.
3532 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3534         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3535         (org-read-date): Run the new hook.
3537         * org-mac-message.el (org-mac-flagged-mail): New group.
3538         (org-mac-mail-account): New variable.
3539         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3540         commands.
3542         * org-remember.el (org-remember-backup-directory): New variable.
3543         (org-remember-apply-template): Write file to backup directory.
3545 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3547         * org-mouse.el (org-mouse-todo-menu): New function.
3548         (org-mouse-todo-keywords): Function removed.
3549         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3551         * org-table.el (org-table-beginning-of-field)
3552         (org-table-end-of-field): New commands
3553         (org-table-previous-field, org-table-beginning-of-field): Better
3554         error messages.
3555         (orgtbl-setup): Include `M-a' and `M-e'.
3557         * org.el (org-backward-sentence, org-forward-sentence): New
3558         commands.
3560         * org-colview.el (org-colview-initial-truncate-line-value): New
3561         variable.
3562         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3563         (org-columns): Remember the value of `truncate-lines'.
3565         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3566         New variable.
3567         (org-columns-remove-overlays): Restore the value of
3568         `truncate-lines'.
3569         (org-columns): Remember the value of `truncate-lines'.
3571         * org.el (org-columns-skip-arrchived-trees): New option.
3573         * org-agenda.el (org-agenda-export-html-style): Define color for
3574         org-agenda-done face.
3575         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3576         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3578         * org.el (org-scan-tags): Use the new face.
3580         * org-faces.el (org-agenda-done): New face.
3582         * org.el (org-scan-tags): Test the value org
3583         `org-tags-match-list-sublevels'.
3584         (org-tags-match-list-sublevels): New allowed value: indented.
3586         * org-export-latex.el (org-export-latex-make-header): Apply macros
3587         in header.
3589         * org-exp.el (org-export-apply-macros-in-string): New function.
3591         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3592         with the definition of a checked box.
3594         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3596         * org-export-latex.el (org-export-latex-low-levels): More options
3597         for how to process lower levels in LaTeX.
3598         (org-export-latex-subcontent): Better treatment for lists as a
3599         means of publishing lower levels.
3601 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3603         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3605         * org-faces.el (org-checkbox): New face.
3607         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3608         fragement images if there is an export file.
3610 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3612         * org-agenda.el (org-stuck-projects): Document that the subtree of
3613         projects that are not stuck will now be searched for stuck
3614         sub-projects.
3615         (org-agenda-skip-entry-when-regexp-matches)
3616         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3617         (org-agenda-list-stuck-projects): Use
3618         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3620         * org-export-latex.el (org-export-latex-preprocess): Improve
3621         export of verses.
3623         * org-exp.el (org-export-as-html): Implement centering as a div
3624         rather than a paragraph.  Do a better job with line-end in verse
3625         environments.
3627 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3629         * org.el (org-open-at-point): Fix tags searches by mouse click.
3631 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3633         * org-export-latex.el (org-export-latex-preprocess): Implement the
3634         centering markup.
3636         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3637         from `org-export-mark-blockquote-and-verse'.
3638         (org-export-as-html): Implement the centering markup.
3640         * org-export-latex.el (org-export-latex-tables): Fix vertical
3641         lines in tables.
3643 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3645         * org.el (org-read-date-history): New variable.
3646         (org-read-date): Use new history variable.
3647         (org-toggle-heading): Fix bug when used before first headline.
3648         (org-store-log-note): Remove drawer if empty while note is
3649         aborted.
3650         (org-remove-empty-drawer-at): New function.
3651         (org-check-after-date): New command.
3652         (org-sparse-tree): New sparse tree command "a".
3654         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3656 2009-03-14  Bastien Guerry  <bzg@altern.org>
3658         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3659         column and a space, not only a column.
3661 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3664         defaults for verbose emphasis.
3665         (org-export-latex-emph-format): New function.
3666         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3668         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3669         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3670         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3671         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3672         commands.
3674         * org.el (org-timestamp-change): Move end-time along with start
3675         time.
3677 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3679         * org-exp.el (org-export-target-internal-links)
3680         (org-export-as-html): Protect links specified as #name.
3682 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3684         * org.el (org-clone-subtree-with-time-shift): New command.
3686         * org-export-latex.el (org-export-latex-special-chars)
3687         (org-export-latex-treat-sub-super-char): Fix subscript export.
3689         * org-exp.el (org-create-multibrace-regexp): Do not add
3690         backslashes to the class.
3692 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3694         * org-colview.el (org-columns-map): Better functions for moving up
3695         and down a row, even if `truncate-line' is nil.
3697         * org.el (org-insert-todo-heading): Make sure the keyword is
3698         inserted at the correct position.
3700         * org-publish.el (org-publish-project-alist)
3701         (org-publish-projects, org-publish-org-index): Change default anme
3702         for the index of file names to "sitemap.org".
3704         * org-export-latex.el (org-export-latex-tables): Use
3705         `org-split-string', for Emacs 21 compatibility.
3707 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3709         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3711 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3713         * org-exp.el (org-export-page-description)
3714         (org-export-page-keywords): New variables.
3715         (org-export-plist-vars): Add entries for :keywords and
3716         :description.
3717         (org-infile-export-plist): Parse for new keywords.
3718         (org-get-current-options): Add new keywords
3719         (org-export-as-html): Publish description and keywords.
3721         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3722         option.
3723         (org-agenda-add-entry-text): Honor
3724         `org-agenda-add-entry-text-descriptive-links'.
3726         * org-export-latex.el (org-export-latex-preprocess): Make all
3727         external preprocess functions use a PARAMETER arg.
3729         * org-exp.el (org-export-preprocess-string)
3730         (org-export-select-backend-specific-text)
3731         (org-export-format-source-code-or-example)
3732         (org-format-org-table-html): Support docbook export.
3733         (org-export-preprocess-string): Make all external preprocess
3734         functions use a PARAMETER arg.
3736 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3738         * org-exp.el (org-export-html-style-include-scripts): New option.
3739         (org-export-plist-vars): Add new option
3740         `org-export-html-style-include-scripts'.
3741         (org-export-as-html): Honor new option
3742         `org-export-html-style-include-scripts'.
3743         (org-export-html-scripts, org-export-html-style-default): Fix
3744         xml issues with the Safari browser.
3746 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3748         * org-publish.el (org-publish-attachment): Only copy file when the
3749         directories differ.
3751 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3753         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3754         for clocktable steps.
3756         * org.el (org-additional-option-like-keywords): Add two more
3757         keywords.
3759 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3761         * org-exp.el (org-export-format-source-code-or-example): Mark
3762         temporary buffer unmodified, so that it will be killed even if
3763         mode like message mode has decided to assign a file name.
3765         * org.el (org-scan-tags): Improve tag inheritance.
3766         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3767         case-sensitive.
3768         (org-scan-tags): Use the internal tags list instead of creating it
3769         from scratch.
3770         (org-trust-scanner-tags, org-scanner-tags): New variables.
3771         (org-scan-tags): Set `org-scanner-tags'.
3772         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3773         (org-map-entries): Document the possible speedup using scanner
3774         tags.
3776 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3778         * org.el (org-add-planning-info): Fix bug with looking for keyword
3779         only at column 0.
3781         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3782         option for tags filter preset.
3783         (org-prepare-agenda): Store filter preset as a property on the
3784         filter variable.
3785         (org-finalize-agenda): Call the filter, if there is a preset.
3786         (org-agenda-filter-by-tag): Filter again after clearing the
3787         filter, when there still is a preset.
3788         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3789         Include the preset filter.
3790         (org-agenda-redo): Apply the filter again, also the preset filter.
3792         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3794         * org.el (org-uuidgen-p): New funtion.
3796         * org-agenda.el (org-agenda-fontify-priorities): New default value
3797         `cookies'.
3798         (org-agenda-fontify-priorities): Renamed from
3799         org-fontify-priorities.
3801         * org.el (org-set-font-lock-defaults): Call
3802         `org-font-lock-add-priority-faces'.
3803         (org-font-lock-add-priority-faces): New function.
3805         * org-faces.el: (org-set-tag-faces): New option.
3806         (org-priority-faces): New variable.
3808         * org-exp.el (org-export-as-html): Add a "content" div around the
3809         entire content of the body tag.
3810         (org-export-html-get-bibliography): New function.
3811         (org-export-html-validation-link): New variable.
3812         (org-export-as-html): Add validation link to exported page.
3814         * org.el (org-match-sparse-tree): Renamed from
3815         `org-tags-sparse-tree'.
3816         (org-tags-sparse-tree): New alias.
3818 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3820         * org.el (org-get-valid-level): Catch the case where the level
3821         change is nil.
3823         * org-clock.el (org-clock-find-position): Better indentation of
3824         new clock drawers.
3826 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3828         * org-agenda.el (org-agenda-quit): Delete window only when the
3829         frame-setup was not `current-window'.
3831         * org.el (org-tag-persistent-alist): New option.
3832         (org-startup-options): Add keyword `noptag'.
3833         (org-fast-todo-selection): Handle :newline correctly.
3834         (org-set-tags): Handle :newline correctly.
3835         (org-fast-tag-selection): Handle :newline correctly.
3837 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3839         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3840         outputting it.
3841         (org-export-ascii-push-links): Fix bug with pussing links into the
3842         export buffer.
3844 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3846         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3847         pasting at top level.
3849         * org-bbdb.el: Improve documentation.
3851 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3853         * org-list.el (org-insert-item): Only consider insert empty lines
3854         is `org-empty-line-terminates-plain-lists' is not nil.
3856         * org.el (org-blank-before-new-entry): Mention the dependence on
3857         `org-empty-line-terminates-plain-lists' in the docstring.
3859         * org-publish.el (org-publish-get-project-from-filename): New
3860         optional argument UP.  Only find the top project if UP is set.
3861         (org-publish-current-project): Find the top encloding project.
3863         * org-agenda.el (org-agenda-before-write-hook)
3864         (org-agenda-add-entry-text-maxlines): New options.
3865         (org-write-agenda): Run the new hook in the temporary buffer.
3866         (org-agenda-add-entry-text): New function.
3867         (org-write-agenda): Implement PDF export, using ps2pdf.
3869         * org.el (org-global-properties-fixed, org-global-properties):
3870         Improve documentation string.
3872         * org-exp.el (org-export-ascii-links-to-notes): New option.
3873         (org-export-as-ascii): Handle links better.
3874         (org-export-ascii-wrap, org-export-ascii-push-links): New
3875         functions.
3877 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3879         * org-agenda.el (org-agenda): Make prefix arg optional.
3880         (org-agenda-search-headline-for-time): New option.
3881         (org-format-agenda-item): Honor
3882         `org-agenda-search-headline-for-time'.
3884         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3885         characters.
3887         * org.el (org-self-insert-cluster-for-undo): New option.
3888         (org-self-insert-command): Cluster undo for 20 characters.
3889         (org-self-insert-command-undo-counter): New variable.
3891 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3893         * org-exp.el (org-export-as-html): Fix problem with closing colone
3894         example.
3896 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3898         * org-export-latex.el (org-export-as-latex)
3899         (org-export-latex-first-lines): Avoid modification flag when
3900         adding or removing text properties.
3901         (org-export-latex-fontify): Catch error when org-emph-alist has
3902         entries that are not defined for LaTeX export.
3904         * org.el (orgstruct++-mode): New function.
3905         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3906         (org-context-p): Allow detecting item context after the first line
3907         of an item.
3908         (orgstruct-make-binding): Detect if item-body context should be
3909         seen.
3910         (orgstruct-is-++): New variable.
3911         (org-add-planning-info): Catch the case when there is no planning
3912         info yet and the call does not want to add anything, only maybe
3913         tries to remove something.
3914         (org-special-ctrl-a/e): All value to be a cons cell with separate
3915         settings for `C-a. and `C-e'.
3916         (org-beginning-of-line, org-end-of-line): Honor separate values
3917         for `C-a' and `C-e'.
3919 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3921         * org.el (org-reload): New command.
3923 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3925         * org-exp.el (org-export-htm-get-tag-class-name)
3926         (org-export-htm-get-todo-kwd-class-name): New functions.
3927         (org-export-html-tag-class-prefix)
3928         (org-export-html-todo-kwd-class-prefix): New options.
3929         (org-export-as-html): Call
3930         `org-export-html-get-todo-kwd-class-name'.
3931         (org-html-level-start): Wrap tags into classes.
3932         (org-export-html-get-tag-class-name)
3933         (org-export-html-get-todo-kwd-class-name): New functions.
3935         * org-export-latex.el (org-export-latex-collect-header-macros):
3936         Remove fields that are used anyway.
3937         (org-export-latex-make-header): Insert the options earlier.
3939         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3940         matching.
3942         * org-list.el (org-indent-item): Allow point to be at the end of
3943         the region.
3945         * org.el (org-metaleft, org-metaright): Be more accurate about
3946         detecting a region where commands apply.
3948         * org-compat.el (org-cursor-to-region-beginning): New function.
3950         * org.el (org-priority): Also find invisible heading.
3952         * org-colview-xemacs.el (org-columns-edit-value): No special
3953         treatment for `org-todo' prefix.
3955         * org-colview.el (org-columns-edit-value): No special treatment
3956         for `org-todo' prefix.
3958         * org-remember.el (org-remember-apply-template): Use
3959         `org-completing-read-no-ido'.
3961         * org.el (org-completing-read-no-ido): New function.
3962         (org-make-tags-matcher, org-set-property): Use
3963         `org-completing-read-no-ido'.
3965         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3966         New option.
3967         (org-export-as-latex): Import in-buffer settings as TeX macros.
3968         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3969         (org-export-latex-collect-header-macros): New function.
3971         * org.el (org-refile-get-location): Turn off
3972         `partial-completion-mode'.
3974 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3976         * org.el (org-block-todo-from-checkboxes): Announce that
3977         checkboxes are the culprit.
3978         (org-block-todo-from-children-or-siblings): Call
3979         `org-up-heading-all instead' of `outline-up-heading'.
3981         * org-agenda.el (org-agenda-show-1): Renamed from
3982         `org-agenda-show'.
3983         (org-agenda-show): Re-install the old version for now.
3984         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3985         variable into the blokker hook, so that the checkbox checker can
3986         anounce that it caused the blocking.
3988         * org.el (org-track-ordered-property-with-tag): New option.
3989         (org-toggle-ordered-property): Honor
3990         `org-track-ordered-property-with-tag'.
3991         (org-tag-alist): Add newline options.
3992         (org-set-regexps-and-options): Separate option lines imply a
3993         newline.
3994         (org-set-regexps-and-options, org-assign-fast-keys)
3995         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3996         option.
3997         (org-indent-line-function): Make sure this works even if there is
3998         not `org-drawer-regexp' defined.  This can happen when
3999         orgstruct-mode is used in a non-org buffer.
4001         * org-list.el (org-checkbox-blocked-p): New function.
4002         (org-toggle-checkbox): Check for blocking.
4004         * org.el (org-modules): Add an entry for org-R.el.
4006         * org-agenda.el (org-agenda-todo-ignore-with-date)
4007         (org-agenda-todo-ignore-scheduled)
4008         (org-agenda-todo-ignore-deadlines): Mention the variable
4009         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4011         * org.el (org-get-wdays): Find the warning period also if it is in
4012         the wrong place.
4013         (org-ido-completing-read): Provide the correct arguments to
4014         ido-completing-read and bind `ido-enter-matching-directory' to
4015         nil.
4017 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4019         * org.el (org-olpath-completing-read): Never use ido for this
4020         one.
4022         * org-exp.el (org-export-normalize-links): Use new macro.
4024         * org-macs.el (org-if-unprotected-at): New macro.
4026         * org-agenda.el (org-agenda-show): Allow numerical prefix
4027         arguments to specify how much context should be shown.
4028         (org-agenda-cycle-show): New command, could be bound to SPC in
4029         org-agenda-mode-map.
4031         * org-exp.el (org-html-level-start): Space after section number.
4033 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4035         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4036         property, for sorting.
4037         (org-cmp-todo-state): Get the applicable TODO keywords directly
4038         from the buffer.
4039         (org-run-agenda-series, org-agenda-list, org-search-view)
4040         (org-todo-list, org-tags-view): Only fit agenda window when the
4041         whole series is done.
4043         * org.el (org-scan-tags): Add todo state as property, for sorting.
4045         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4046         `org-agenda-overriding-header' as an option.
4047         (org-agenda-list): Honor org-agenda-overriding-header'.
4049 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4051         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4052         after removing a checkbox.
4054         * org.el (org-show-entry): Make this work correctly also if it is
4055         the last entry in the file.
4056         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4057         falling back to normal, default command.
4058         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4059         item, call the checkbox toggler to get a box.
4061         * org-list.el (org-toggle-checkbox): Make double prefix set the
4062         checkbox to "[-]".
4063         (org-fix-bullet-type): Only replace bullet if it is changed.
4064         (org-renumber-ordered-list): Handle case when first item does not
4065         have a number.
4067         * org.el (org-add-log-setup): Fix positioning when
4068         `org-log-states-order-reversed' is nil.
4070         * org-clock.el (org-clock-in): Fix positioning when
4071         `org-log-states-order-reversed' is nil.
4072         (org-clock-find-position): Fix positioning when
4073         `org-log-states-order-reversed' is nil.
4075 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4077         * org-clock.el (org-clock-into-drawer): Take default from
4078         `org-log-into-drawer'.
4079         (org-clock-find-position): Look for the correct drawer.
4081         * org.el (org-log-into-drawer): Renamed from
4082         `org-log-state-notes-into-drawer'.
4083         (org-log-state-notes-into-drawer): New variable alias.
4084         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4085         CLOCK.
4086         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4088 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4090         * org-agenda.el (org-agenda): Fix docstring.
4092         * org.el ("org-plot"): Help loading org-plot.
4093         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4094         (org-metadown-hook, org-shiftmetaleft-hook)
4095         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4096         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4097         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4098         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4099         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4101         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4102         for selecting files with any (and even without) extension.
4104         * org.el (org-save-all-org-buffers): Also save id locations.
4105         (org-revert-all-org-buffers): Also load id locations.
4107 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4108         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4109         (org-log-state-notes-into-drawer): New option.
4110         (org-add-log-setup): Place the sate note marker into the drawer,
4111         create drawer when necessary.
4112         (org-refile-targets): Document special interpretation of LEVEL
4113         when odd-levels are used.
4115 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4117         * org.el (org-store-log-note): Fix note indentation when adding
4118         notes to end of list.
4120         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4121         class, so that each keyword can get special colors through CSS.
4123         * org-clock.el (org-clock-out): Add another nil for the previous
4124         state into the call to `org-add-log-setup'.
4126         * org.el (org-log-note-previous-state): New variable.
4127         (org-log-note-headings): New %S escape for old state.
4128         (org-todo): Call the note setup with the old state as an
4129         argument.
4130         (org-add-note): Add another nil for the previous state into the
4131         call to `org-add-log-setup'.
4132         (org-add-log-setup): New argument PREV-STATE.
4133         (org-add-log-note): Handle new %S escape.
4134         (org-store-log-note): Handle new %S escape.
4136 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4138         * org-clock.el (org-clock-find-position): Do not swallow an item
4139         less indented than the CLOCK line itself.
4140         (org-clock-in): Push markers to lin after the clock line.
4141         (org-clock-find-position): Handle values of
4142         `org-clock-into-drawer' smaller than 2.
4144         * org-exp.el (org-html-level-start): Add a CSS class to section
4145         numbers.
4146         (org-export-html-toplevel-hlevel): Better documentation of the
4147         influence of this variables on H levels and css classes in
4148         export.
4150 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4152         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4153         timestamp and nottimestamp to the chooe menu.
4155         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4156         (org-revert-all-org-buffers): New command.
4158 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4160         * org.el (org-return): Implement `org-return-follows-link' in the
4161         function org-return.  This is more robust than using the mouse
4162         map, I think.
4163         (org-set-regexps-and-options): Match more general #+TODO lines.
4164         (org-make-options-regexp): New optional argument EXTRA, for an
4165         extra regexp.
4166         (org-tab-follows-link): Mark as deprecated.
4168 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4170         * org-exp.el (org-export-preprocess-string): Remove clock lines
4171         earlier, so that they cannot cotribute to verbatim snippets.
4173 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4175         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4176         for finding drawers.
4177         (org-export-as-ascii, org-export-as-html): Count levels relative
4178         to the subtree header.
4179         (org-get-min-level): New optional argument OFFSET.
4180         (org-export): Make sure point is restored after popping up that
4181         window.
4183         * org.el (org-do-sort): Also take an inactive timestamp if no
4184         active one is found.
4186         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4187         deleting duplicates.
4189         * org-colview.el (org-columns-capture-view): Copy before
4190         deleting duplicates.
4192         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4193         text before first headline.
4195         * org.el (org-format-latex): Do not convert LaTeX fragments in
4196         protected examples.
4198 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4200         * org-exp.el (org-export-html-style-default): Use color values
4201         instead of names for XHTML validation.
4203         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4204         functions.
4205         (org-return-follows-link): Revert making this the default untile
4206         issues are resolved.
4208         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4209         nottimestamp.
4211 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4213         * org.el (org-mode): Make dependence stuff work more reliably.
4214         (org-update-parent-todo-statistics): Fix bug with updating
4215         statistics cookie.
4217         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4218         ~ as verbatim delimiters.
4220         * org-exp.el (org-export-html-format-image): New argument
4221         PAR-OPEN.
4222         (org-export-as-html): Pass par-open to
4223         `org-export-html-format-image'.
4225 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4227         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4228         (org-use-fast-todo-selection, org-tags-column): New default
4229         setting for variables, based on a poll what typical uses use.
4231         * org-agenda.el (org-agenda-sorting-strategy)
4232         (org-agenda-tags-column): New default setting for variables, based
4233         on a poll what typical uses use.
4235 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4237         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4238         blocked entries from setting the blocked tag.
4240         * org-exp.el (org-export-html-footnotes-section): Use a more
4241         consistent id for footnotes.
4243         * org-export-latex.el (org-export-latex-classes): Remove the
4244         a4paper option from the default styles.
4246 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4248         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4249         (org-block-todo-from-checkboxes): New function.
4250         (org-todo): Make tripple prefix arg circumvent blocking.
4252         * org-timer.el (org-timer): Provide the timer feature.
4254         * org.el (org-require-autoloaded-modules): Add a few more files to
4255         the list of autoloaded modules.
4257         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4259 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4261         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4262         drawers that are unprotected.
4263         (org-export-html-format-image): Make sure inlined LaTeX fragment
4264         images remain inlined.
4266         * org.el (org-toggle-ordered-property): New function.
4267         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4268         (org-org-menu): Add menu entries for TODO dependencies.
4270 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4272         * org.el (org-default-properties): Add ORDERED to the default
4273         properties, to get completion support for it.
4275         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4277         * org.el (org-update-parent-todo-statistics): Update more than one
4278         cookie.
4280         * org-agenda.el (org-agenda-get-todos): Start search from correct
4281         position.
4283         * org.el (org-fast-todo-selection): Make sure TODO selection does
4284         not change buffer position.
4286         * org-list.el (org-toggle-checkbox): Implement adding or removing
4287         checkboxes from line or region when called with a prefix
4288         argument.
4290         * org-rmail.el (org-rmail-store-link): Protect the call to
4291         `rmail-narrow-to-non-pruned-header'.
4293         * org-clock.el (org-clock-special-range): Fix week display in
4294         clock tables.
4296         * org-exp.el (org-get-current-options): Fix bug when in indirect
4297         buffer.
4299 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4301         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4302         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4303         (org-agenda-dim-blocked-tasks): New function.
4305         * org.el (org-enforce-todo-dependencies): New option.
4306         (org-block-todo-from-children-or-siblings): New function.
4308         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4310         * org.el (org-todo): Return correct state type even if the blocker
4311         throws an error.
4312         (org-modifier-cursor-error): Renamed from
4313         `org-shiftcursor-error'.
4314         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4315         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4317         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4318         to get real errors from the blocker hook.
4320         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4321         functions.
4322         (org-set-visibility-according-to-property): Turn off the setting
4323         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4324         property.
4326 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4328         * org.el (org-support-shift-select): New option.
4329         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4330         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4331         selection outside contexts.
4333         * org-list.el (org-at-item-bullet-p): New function.
4335         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4336         variables.
4338         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4339         variable.
4340         (org-insert-footnote-reference-near-definition): Remove
4341         unnecessary let form.
4343         * org-export-latex.el (org-export-latex-first-lines): Add
4344         OPT-PLIST parameter.
4345         (org-export-as-latex): Call `org-export-latex-first-lines' with
4346         opt-plits parameter.
4347         (org-export-latex-preprocess): Remove unnecessary variables.
4349         * org-exp.el (org-infile-export-plist)
4350         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4351         (org-export-remove-headline-metadata)
4352         (org-export-get-title-from-subtree, org-get-min-level)
4353         (org-html-do-expand): Remove innecessary let form.
4355         * org-colview-xemacs.el (org-columns-display-here): Remove
4356         unnecessary variables.
4358         * org-colview.el (org-columns-display-here): Remove unnecessary
4359         variables.
4361         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4362         variables.
4364         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4365         unnecessary variables.
4367         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4368         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4369         variables.
4371         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4372         (org-compact-display-after-subtree-move): Remove unnecessary
4373         variables.
4374         (org-edit-fixed-width-region): Remove unnecessary variables.
4375         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4376         (org-olpath-completing-read): Remove unnecessary variable.
4377         (org-auto-repeat-maybe): Remove unnecessary variable.
4378         (org-map-entries): Remove unnecessary variable.
4379         (org-buffer-property-keys, org-imenu-get-tree)
4380         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4382 -----------------------------------------------------------------
4384 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4385         * org-exp.el (org-export-remove-timestamps): Never remove
4386         timestamps from tables.
4388         * org-export-latex.el (org-export-latex-first-lines): Add more
4389         options to the preprocessing of the text before the first
4390         headline.
4392 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4394         * org-faces.el (org-clock-overlay): Make face compatible with
4395         XEmacs.
4397         * org.el (org-yank): Add property for delete-selection mode.
4399         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4401         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4402         variable.
4404         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4405         to `backward-char'.
4407         * org-exp.el (org-export-as-html): Remove the initial space from
4408         colon examples.
4410         * org.el (org-scan-tags): Call
4411         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4413         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4414         customization groups.
4415         (org-agenda-tags-todo-honor-ignore-options): New option.
4416         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4417         New function.
4418         (org-agenda-get-todos): Use
4419         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4421 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4423         * org-exp.el (org-export-format-source-code-or-example): Escape
4424         HTML characters also in examples that anre not treated with
4425         htmlize.  Also, just switch to EXAMPLE processing if we do not
4426         have a good version of htmlize.
4428         * org-rmail.el: Fix copyright notice.
4430         * org.el (org-activate-footnote-links): Improve footnote link
4431         highlighting.
4433         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4434         a footnote definition at the end of the file.
4436         * org-table.el (org-table-get-specials): Add an imagined hline at
4437         the end of the table.  This can be useful for references that want
4438         to go to the end of the table.  Also fix bug when computing last
4439         row constants, in tables that do not start right at the right
4440         margin.
4441         (org-table-eval-formula): Match and replace remove references.
4442         (org-table-formula-substitute-names): Make sure that names inside
4443         a "remote" call are left alone, the will be replaced later when
4444         the remote call is handled.
4445         (org-table-convert-refs-to-rc): Do not convert things that might
4446         look like a reference, but are really part of an ID or namei n a
4447         remote reference.
4448         (org-table-get-remote-range): New function.
4450 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4452         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4454         * org-clock.el (org-clock-put-overlay): Use new face instead of
4455         `secondary-selection'.
4457         * org-faces.el (org-clock-overlay): New face.
4459 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4461         * org-exp.el (org-get-current-options): Include the option for
4462         publishing time stamps.
4464         * org.el (org-toggle-heading): Renamed from
4465         `org-toggel-region-headings'.
4466         No longer needs a region defined, but will use it if there is one.
4467         (org-ctrl-c-star): Simplified, relying more on the internal
4468         workings of `org-toggle-heading'.
4469         (org-toggle-item): Renamed from `org-toggle-region-items'.
4470         No longer needs a region defined, but will use it if there is one.
4471         (org-ctrl-c-minus): Simplified, relying more on the inernal
4472         workings of `org-toggle-item'.
4474         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4475         environment detection.  Also, do real changes only in unprotected
4476         places.
4478 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4480         * org-export-latex.el (org-export-latex-quotation-marks): Use
4481         `org-if-unprotected-1'.
4482         (org-export-latex-set-initial-vars): Check for class definition in
4483         property.
4485         * org-macs.el (org-if-unprotected-1): New macro.
4487 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4489         * org-compat.el (org-count-lines): New function.
4491         * org-exp.el (org-export-format-source-code-or-example): Handle
4492         switches related to text areas.
4494         * org.el (org-activate-footnote-links): Don't allow match inside a
4495         link.
4497         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4499         * org-export-latex.el (org-export-latex-links): Keep a relative
4500         path relative also after export.
4502         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4504         * org.el (org-make-tags-matcher): Never use IDO for completing the
4505         tags matcher match string.
4506         (org-completing-read): Also remove the special biding for "?".
4508         * org-attach.el (org-attach-allow-inheritance): New option.
4509         (org-attach-inherited): New variable.
4510         (org-attach-dir): Handle properties related to the attachment
4511         directory.
4512         (org-attach-check-absolute-path): New function.
4513         (org-attach-set-directory, org-attach-set-inherit): New commands.
4514         (org-attach): Accommodate the new commands in the dispatcher.
4516 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4518         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4519         `window-full-width-p'.
4521         * org-exp.el (org-export-as-html): Only check for images files
4522         that really can be inlined
4524         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4525         list of extensions to be a parameter.
4527         * org-exp.el (org-export-html-inline-image-extensions): New
4528         variable.
4530         * org-agenda.el (org-prepare-agenda): Use
4531         `org-agenda-block-separator'.
4532         (org-agenda-block-separator): New option.
4534 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4536         * org-export-latex.el (org-export-latex-tables): Call
4537         `org-table-clean-before-export' with the new optional argument.
4539         * org-exp.el (org-table-clean-before-export): New optional
4540         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4541         first column.
4543 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4545         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4546         histograms.
4548         * org-colview.el (org-colview-construct-allowed-dates): Better
4549         error catching when a date/time property does not have allowed
4550         values defined.
4552         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4553         Better error catching when a date/time property does not have
4554         allowed values defined.
4556 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4558         * org.el (org-map-entries): Restore point and restriction after
4559         `org-map-entries'.
4561 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4563         * org.el (org-time=, org-time<, org-time<=, org-time>)
4564         (org-time>=, org-time<>): Make sure both values are dates.
4566 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4568         * org-archive.el (org-extract-archive-heading): Allow %s for file
4569         name also in achive location heading.
4571 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4573         * org-archive.el (org-add-archive-files): Uniquify the list before
4574         returning it.
4576 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4578         * org-compat.el (org-fit-window-to-buffer): Use
4579         `window-full-width-p'.
4581         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4582         space after the colon in short examples.
4584         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4585         enforce a space after the colon.  However, we also allow lines
4586         that are *only* a colon.
4587         (org-export-as-html): Enforce the space after the colon in short
4588         examples.
4589         (org-export-preprocess-string): Do the colon example protection
4590         earlier.
4591         (org-export-remove-timestamps): Do not check for protection at the
4592         end of the line.
4594 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4596         * org.el (org-format-latex-options): Add new matcher for single
4597         letters between dollars.
4598         (org-get-header): Function removed.
4599         (org-heading-components): New function.
4601         * org-exp.el (org-export-define-heading-targets): Record ID's also
4602         as alternative targets.
4603         (org-export-as-html): Interpret "id:" links to other files by
4604         preserving the relative path.
4606         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4607         is nil.
4609         * org-exp.el (org-export-normalize-links): Protect the main link,
4610         to avoid special character processing.
4612         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4613         New variable.
4614         (org-export-latex-special-string-regexps): Variable removed.
4615         (org-export-latex-keywords): Use the new regexp.
4617         * org-exp.el (org-export-handle-include-files): Fetch switches and
4618         put them into the BEGIN statement.
4620         * org-timer.el (org-timer-mode-line-string): New variable.
4622         * org-clock.el (org-clock-mode-line-map): Renamed from
4623         `org-clock-mode-map'.
4624         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4625         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4626         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4627         (org-clock-remove-overlays): Renamed from
4628         `org-remove-clock-overlays'.
4630         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4631         and mode line display.
4632         (org-timer-stop): New command.
4633         (org-timer-seconds): Return correct time when timer is paused.
4634         (org-timer-mode-line-timer): New variable.
4635         (org-timer-set-mode-line, org-timer-update-mode-line): New
4636         functions.
4638         * org.el (org-insert-heading):  Handle new value `auto' for
4639         `org-blank-before-new-entry'.
4640         (org-org-menu): Add new items for timer functions.
4642         * org-list.el (org-insert-item): Handle new value `auto' for
4643         `org-blank-before-new-entry'.
4645         * org.el (org-blank-before-new-entry): New value `auto', made
4646         default.
4648 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4650         * org-exp.el (org-export-normalize-links): If the link is also
4651         used as the description, protect the description.
4653 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4655         * org.el (org-closest-date): Fix bug with yearly repeats, in
4656         combination with preference of the past as it is used for deadline
4657         and scheduling search.
4659         * org-exp.el (org-html-handle-time-stamps): No longer check for
4660         the `org-export-with-timestamps' option, because the preprocesser
4661         has taken care of this already.
4663         * org.el (org-entry-properties): Catch the case when this is
4664         called in a non-org-mode file.
4666         * org-export-latex.el (org-export-latex-remove-from-headlines):
4667         Variable made obsolete, also LaTeX export now uses the standard
4668         variables.
4669         (org-export-as-latex): Add the timestamps parameter to the
4670         preprocessor parameter list.
4671         (org-export-latex-content): Export the remaining keywords without
4672         considering to remove them.
4673         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4674         Use bold font instead of tt font for the keywords.
4675         (org-export-latex-fontify-headline): Format headlines, assuming
4676         that all keywords still present should be published.
4677         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4678         publish what ever remains of the time stamps.
4679         (org-export-latex-list-parameters): New option.
4680         (org-export-latex-lists): Pass additional parameters to the list
4681         converter.
4683         * org-exp.el (org-export-preprocess-string): Remove clock lines
4684         and timestamps already in the preprocesor.
4685         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4686         functions.
4687         (org-export-as-ascii, org-export-as-html): Add the timestamps
4688         parameter to the preprocessor parameter list.
4690         * org-list.el (org-list-parse-list): Parse for checkboxes.
4691         (org-list-to-generic): Introduce and handle new parameters :cbon
4692         and :cboff.
4693         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4694         optional parameter PARAMS.
4696         * org-export-latex.el (org-export-latex-special-chars): Fix
4697         problems with interpreting dollar signs.
4698         (org-inside-latex-math-p): New function.
4699         (org-export-latex-preprocess): Protect all the math fragments.
4701         * org.el (org-latex-regexps): Allow a dash after a dollar.
4703         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4704         mark after copying.
4706         * org-agenda.el (org-run-agenda-series): Have series options set
4707         when finalizing the agenda.
4709         * org-exp.el (org-export-format-source-code-or-example): Protect
4710         the converted examples.
4712         * org.el (org-set-regexps-and-options): Fix the regexp
4713         `org-complex-heading-regexp'.
4715 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4717         * org.el (org-edit-src-get-label-format): New function.
4718         (org-coderef-label-format): New option.
4719         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4720         a label format specification and make sure it is used in the edit
4721         buffer.
4722         (org-edit-src-get-label-format): New function.
4723         (org-store-link): Handle new coderef formats.
4724         (org-link-search): Handle new coderef formats.
4726         * org-footnote.el (org-footnote-create-definition)
4727         (org-footnote-goto-local-insertion-point): Make footnote insertion
4728         work correctly when the "Footnotes" headline is the last line in
4729         the buffer.
4731         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4732         the location.
4734 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4736         * org-w3m.el (org-w3m): New customization group.
4737         (org-w3m-deactivate-mark): New option.
4738         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4739         option say not to.
4741 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4743         * org.el (org-set-font-lock-defaults): Trigger footnote
4744         fontification.
4745         (org-activate-footnote-links): New function.
4746         (org-activate-links): New entry `footnote'.
4748         * org-faces.el (org-footnote): New face.
4750 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4752         * org-macs.el (org-re): Handle the [:word:] class.
4754         * org-exp.el (org-export-preprocess-string): Call
4755         `org-export-protect-colon-examples'.
4756         (org-export-protect-colon-examples): Renamed from
4757         `org-export-protect-examples', and scope limited to lines starting
4758         with a colon.
4760 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4762         * org-exp.el (org-export-preprocess-string): Move the preprocess
4763         hook to after turning on Org-mode.
4764         (org-export-preprocess-after-include-files-hook)
4765         (org-export-preprocess-after-tree-selection-hook)
4766         (org-export-preprocess-before-backend-specifics-hook)
4767         (org-export-preprocess-final-hook): New hooks.
4768         (org-export-preprocess-string): Run the new hooks.
4770         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4772         * org-footnote.el: New file.
4774         * org.el (org-footnote): Require footnote code.
4775         (org-startup-options): Add new footnote options.
4776         (org-mode-map): New keybindig for footnotes.
4777         (org-ctrl-c-ctrl-c): Add function at footnotes.
4778         (org-org-menu): New menu entries for footnotes.
4780         * org-export-latex.el (org-export-as-latex): Pass footnote
4781         variable to preprocessor.
4782         (org-export-latex-preprocess): Treat multiple references to a
4783         footnote.
4785         * org-exp.el (org-export-preprocess-string): Call
4786         `org-footnote-normalize'.
4787         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4788         to preprocessor.
4789         (org-export-as-html): Treat multiple references to a footnote.
4791 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4793         * org-export-latex.el (org-export-latex-links): Handle coderef
4794         links.
4796         * org.el (org-bracket-link-analytic-regexp++): New variable.
4797         (org-make-link-regexps): Initialize
4798         `org-bracket-link-analytic-regexp++'.
4799         (org-store-link): Implement special case in edit-src buffer.
4800         (org-insert-link): No use of ide to insert stored links.
4801         (org-link-search): Implement special case for coderefs.
4803         * org-exp.el (org-export-html-scripts): New constant.
4804         (org-export-html-style-default): Add a new style for highlighted
4805         code.
4806         (org-export-code-refs): New variable.
4807         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4808         Call `org-export-replace-src-segments-and-examples'
4809         No longer call `org-export-protect-examples'.
4810         (org-export-target-internal-links): Take care of coderef targets.
4811         (org-export-last-code-line-counter-value): New variable.
4812         (org-export-replace-src-segments-and-examples): Renamed from
4813         `org-export-replace-src-segments', and modified.
4814         (org-export-format-source-code-or-example): Renamed from
4815         `org-export-format-source-code'.
4816         (org-export-number-lines): New function.
4817         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4819 --------------------------------------------------------------------------
4821 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4823         * org-remember.el (org-remember-handler): Safer way to get a new
4824         buffer accessing the target file.
4826         * org.el (org-refile-get-location): Handle case of current buffer
4827         not having a file associated with it.
4829 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4831         * org-table.el (org-table-get-formula): Only ask to overwrite
4832         field formula if there really is one.
4834         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4835         number, by converting these to a string.
4837         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4838         located in a different file.
4840         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4841         org-colview.el.
4843 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4845         * org.el (org-completion-use-ido): Enhance docstring of
4846         `org-completion-use-ido'.
4848         * org-export-latex.el (org-export-latex-make-header): Double the %
4849         in the time stamp format.
4850         (org-export-latex-special-chars): Handle case where there is no
4851         match group 3.
4853 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4855         * org.el (org-get-refile-targets, org-refile-get-location): Use
4856         expanded file name to improve comparison.
4858 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4860         * org.el (org-scan-tags): Rescan for tags, to get the correct
4861         upcase/downcase stuff.  This slows things down for now, but it
4862         works.
4863         (org-mode): Make sure the tag-faces regexp is initialized.
4865         * org-export-latex.el (org-export-latex-links): Fix bug with
4866         undefined label.
4868         * org-table.el (org-table-get-specials): Set
4869         `org-table-current-last-data-line'.
4870         (org-table-current-last-data-line): New variable.
4871         (org-table-insert-column, org-table-delete-column)
4872         (org-table-move-column, org-table-fix-formulas): Call
4873         `org-table-fix-formulas' a second time to fix the $LR references.
4874         (org-table-get-specials): Add the $LR references to the tables.
4875         (org-table-get-formula): Do not offer last-row names as LHS of
4876         formulas.
4878         * org.el (org-store-link): Capture link description from
4879         `org-id-store-link'.
4881         * org-exp.el (org-export-html-format-image): Add the / to the end
4882         of the <img> tag.
4883         (org-export-format-source-code): Surround example by empty lines,
4884         to make sure it will not be inside a paragraph.
4886         * org.el (org-ido-switchb): New function.
4888 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4890         * org-agenda.el (org-agenda-show): New prefix argument
4891         FULL-ENTRY.
4893         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4894         argument.
4896         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4897         `org-agenda-change-all-lines'.
4898         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4899         tags are now retrieved locally.
4901 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4903         * org.el (org-get-outline-path): Fix bug if level is not given.
4904         (org-org-menu): Do not quote function in menu vector.
4906         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4907         name.
4909 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4911         * org.el (org-refile): Avoid refiling to within the region to be
4912         refiled.
4914         * org-export-latex.el (org-export-latex-special-chars): Replace
4915         special characters also in tables.
4917         * org-agenda.el (org-agenda-change-all-lines): New argument
4918         FORCE-TAGS.
4919         (org-agenda-set-tags): Cet the new tags and pass them to
4920         `org-format-agenda-item'.
4922 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4924         * org-export-latex.el (org-export-latex-classes): Add longable as
4925         a default package to all classes.
4926         (org-export-latex-tables): Handle the longtable attribute and the
4927         align attribute.
4929         * org-table.el (orgtbl-to-generic): Handle tables that start with
4930         a hline.
4932         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4933         \verb for colde-like snippets.
4934         (org-export-as-latex): Fix issues with region export.
4936         * org.el (org-up-heading-safe): Speed up function by using a
4937         direct regexp search.
4938         (org-olpa): New variable.
4939         (org-get-outline-path): Speed-up path constructions in cases where
4940         this is possible because the entire hierarchy is scanned anyway.
4941         (org-refile-get-location): Don't compare the truenames of files,
4942         this is too slow.
4943         (org-goto-max-level): New option.
4944         (org-goto): Use `org-goto-max-level'.
4946 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4948         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4949         Strip angle brackets from message-ids in the former and don't do
4950         it in the latter.
4951         (org-gnus-follow-link): Open summary reliable, even if the last
4952         messages were deleted, and handle empty groups, too.
4954 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4956         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4957         instead of \texttt for the =...= and ~===~ emphasis environments.
4958         (org-export-as-latex): Remove any old :org-license-to-kill text
4959         properties.
4960         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4961         (org-export-latex-make-header): Add some hard space after the
4962         table of contents.
4963         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4964         exported text so that it will be excuded in further steps.
4966         * org-table.el (org-table-get-specials): Make @0 reference the
4967         last line in a table.
4968         (org-table-recalculate): Improve docstring.
4970 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4972         * org.el (org-log-done): Fix docstring.
4974 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4976         * org-exp.el (org-export-html-format-image): Fix bugs.
4978         * org-export-latex.el (org-export-latex-tables)
4979         (org-export-latex-links): Implement attribute, label, and caption
4980         handling.
4982         * org-exp.el (org-export-html-style-default): Add style
4983         definitions for the figure div.
4984         (org-export-preprocess-string, org-export-as-html): Implement
4985         attribute, label, and caption handling.
4986         (org-export-attach-captions-and-attributes): New function.
4987         (org-export-html-format-image): New function.
4988         (org-format-org-table-html): Implement attribute, label, and
4989         caption handling.
4991         * org.el (org-find-text-property-in-string): New function.
4992         (org-extract-attributes): Use the property org-attr instead of
4993         org-attrobutes, because this property is now set with the #+ATTR
4994         lines.
4996 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4998         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4999         the case that FROM is nil.
5001         * org.el (org-before-first-heading-p): New function.
5003 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5005         * org-exp.el (org-export-as-html): Do not add a space before
5006         enforces line breaks.
5007         (org-export-as-html): Close paragraph before blockquote and verse
5008         tags.
5010 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5012         * org-id.el (org-id-locations-file): Wrap file name with
5013         `convert-standard-filename'.
5014         (org-id-files): New variable.
5015         (org-id-use-hash): New option.
5016         (org-id-update-id-locations): Also search in all files current
5017         listed in `org-id-files'.  Convert the resulting alist to a hash
5018         if the user customation says so.
5019         (org-id-locations-save): Handle he case if `org-id-locations' is a
5020         hash.
5021         (org-id-locations-load): Convert the alist to a hash.
5022         (org-id-add-location): Handle the hast case.
5023         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5024         exited.
5025         (org-id-hash-to-alist, org-id-alist-to-hash)
5026         (org-id-paste-tracker): New functions.
5028 -------------------------------------------------------------------------
5030 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5032         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5033         bindings of calendar variables.
5035         * org-table.el (org-table-find-row-type): Renamed from
5036         `org-find-row-type'.
5037         (org-table-rewrite-old-row-references): Renamed from
5038         `org-rewrite-old-row-references'.
5039         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5040         (org-table-cleanup-narrow-column-properties): Renamed from
5041         `org-cleanup-narrow-column-properties'.
5043 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5045         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5046         for better error messages.
5047         (org-table-get-descriptor-line): Supply the new arguments to
5048         `org-find-row-type'.
5049         (org-table-error-on-row-ref-crossing-hline): New option.
5051         * org.el (org-target-link-regexp): Make buffer-local.
5052         (org-move-subtree-down): Fix bug with trees at beginning of
5053         buffer.
5055 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5057         * org-faces.el (org-set-tag-faces): New function.
5058         (org-tags-special-faces-re): New variable.
5060         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5062         * org-faces.el (org-tag-faces): New option.
5063         (org-tag): Mention `org-tag-faces' in the docstring.
5065 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5067         * org-exp.el (org-export-html-style-default): Implement new
5068         quoting.
5070         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5072         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5073         command to the `w3m-minor-mode-map'.
5075         * org-archive.el (org-archive-to-archive-sibling): Protect
5076         `this-command' to avoid appending kills during archiving.
5078         * org-exp.el (org-export-with-priority): New variable.
5079         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5080         instead of internal list of strings and properties.
5081         (org-print-icalendar-entries): Retrieve the location property with
5082         inheritance.
5084 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5086         * org-exp.el (org-export-with-todo-keywords): New option.
5087         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5088         line.
5089         (org-default-export-plist, org-export-add-options-to-plist)
5090         (org-export-as-ascii, org-export-as-html): Use the new structure
5091         of `org-export-plist-vars'.
5093         * org.el (org-map-entries): Return all values.
5095 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5097         * org.el (org-matcher-time): Recognize more special values.
5099         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5101 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5103         * org.el (org-tags-exclude-from-inheritance): New option.
5104         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5105         `org-tags-exclude-from-inheritance'.
5107         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5108         (org-format-agenda-item): Add inherited tags to the agenda line
5109         string, and make sure that properties are kept when downcasing the
5110         tags list.
5111         (org-agenda-add-inherited-tags): New function.
5112         (org-downcase-keep-props): New function.
5114         * org.el (org-scan-tags): Mark inherited tags with a text
5115         property.
5116         (org-get-tags-at): Mark inherited tags with a text property.
5117         (org-add-prop-inherited): New function.
5119         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5120         (org-agenda-show-inherited-tags): New option.
5122 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5124         * org.el (org-modules): Add org-w3m to the default modules.
5126         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5127         orgtbl-mode.
5128         (orgtabl-create-or-convert-from-region): New command.
5130         * org-exp.el (org-export-as-ascii): Remove the handling of
5131         targets.
5132         (org-export-ascii-preprocess): Handle targets already in this
5133         function.
5135 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5137         * org-timer.el (org-timer-start-time): Define this variable.
5138         (org-timer-item): Make argument optional.
5140         * org-list.el (org-insert-item): Automatically insert a timer item
5141         if the current list is a timer list.
5143         * org-timer.el: New file.
5145         * org-publish.el (org-publish-org-index): Only exclude the index
5146         file in the main directory from being added to the site-map.
5147         (org-publish-get-project-from-filename): If the current project is
5148         a component, start publishing from the parent project.
5150 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5152         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5154         * org-publish.el (org-publish-org-index): Improve removal of
5155         temporary buffers.
5157         * org-agenda.el (org-get-closed): Re-apply changes
5158         accidentially overwritten by last commit to Emacs.
5160         * org.el (org-outline-path-complete-in-steps): New option.
5161         (org-refile-get-location): Honor
5162         `org-outline-path-complete-in-steps'.
5163         (org-agenda-change-all-lines, org-tags-sparse-tree)
5164         (org-time-string-to-absolute, org-small-year-to-year)
5165         (org-link-escape): Re-apply changes accidentially overwritten
5166         by last commit to Emacs
5168 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5170         * org-clock.el (org-dblock-write:clocktable): Make sure the
5171         clocktable sees the first line.
5172         (org-clock-in): Warn if the clock cannot be resumed.
5174 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5176         * org.el (org-open-at-point): Fix mixup about interactive and
5177         non-interactive elisp links.
5179 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5181         * org-exp.el (org-export-preprocess-string): Allow one comment
5182         line before the first headline to always be included.  This is
5183         to not miss a commented target.
5185         * org-mouse.el (org-mouse-insert-item): Call
5186         `org-indent-to-column' instead of `indent-to', for XEmacs
5187         compatibility.
5189         * org.el (org-refile-targets): Fix customize definition so
5190         that it works also in XEmacs.
5191         (org-fixup-indentation): Call `org-indent-to-column' instead
5192         of `indent-to', for XEmacs compatibility.
5194 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5196         * org-mew.el (org-mew-store-link): Get the correct case folder
5197         for refiled messages.
5199 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5201         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5202         line break indicators.
5204         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5205         ido-completion propts.
5207 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5209         * org-remember.el (org-remember-apply-template): Use
5210         `org-substring-no-properties'.
5212         * org-compat.el (org-substring-no-properties): New function.
5214         * org-remember.el (org-remember-apply-template): Use
5215         `org-substring-no-properties' for compatibility.
5217         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5218         option.
5219         (org-fix-bullet-type): respect
5220         `org-list-two-spaces-after-bullet-regexp'.
5222         * org-clock.el (org-clock-load): Clean up the code.
5224         * org.el (org-adaptive-fill-function): Allow two spaces after
5225         "1." as a list bullet.
5227 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5229         * org-clock.el (org-clock-save, org-clock-load): Check for
5230         live buffers, existing files, and buffer file names to ensure
5231         consistent information.
5232         (org-clock-persist): Make `clock' a special value of this
5233         variable, and improve docstring.
5235         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5236         (org-get-string-indentation): Adapt indentation when the bullet
5237         width changes.
5239 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5241         * org-remember.el (org-remember-finalize): Make interactive.
5242         (org-remember-kill): New command.
5243         (org-remember-finish-immediately): Call `org-remember-finalize'
5244         directly.
5245         (org-remember-finalize): Make `org-remember-finalize' an interactive
5246         function.
5248 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5250         * org-remember.el (org-remember-apply-template): No ido completion
5251         for free prompts in remember templates.
5252         (org-remember-before-finalize-hook): New hook.
5253         (org-remember-mode): New minor mode.
5254         (org-remember-apply-template): Turn on `org-remember-mode'.
5256         * org-id.el (org-id-add-location): Avoid error when no file is
5257         given.
5259         * org-remember.el (org-remember-apply-template): Fix the way how
5260         the list of allowed properties is retrieved from the target file.
5262         * org.el (org-insert-link): Improve file link matching.
5264 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5266         * org-colview.el (org-columns-display-here): New argument
5267         DATELINE, to trigger using the new face.
5268         (org-agenda-colview-summarize): Call `org-columns-display-here'
5269         with the new argument.
5271         * org-faces.el (org-agenda-column-dateline): New face.
5273         * org-publish.el (org-publish-org-index): Use index-title at page
5274         title, not as section.
5276         * org-exp.el (org-export-html-format-desc): Respect the
5277         org-protect property.
5278         (org-export-as-html): Protect image specifiers that are in the
5279         description part of a link.
5281         * org.el (org-sort-entries-or-items, org-completing-read)
5282         (org-refile-get-location, org-olpath-completing-read, org-todo)
5283         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5284         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5285         (org-set-property, org-delete-property)
5286         (org-delete-property-globally): Use `org-ido-completing-read'.
5288         * org-remember.el (org-remember-apply-template): Use
5289         `org-ido-completing-read'.
5291         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5293         * org-colview.el (org-columns-edit-value, org-columns-new)
5294         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5296         * org-colview-xemacs.el (org-columns-edit-value)
5297         (org-columns-new, org-insert-columns-dblock): Use
5298         `org-ido-completing-read'.
5300         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5301         `org-ido-completing-read'.
5303         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5304         `org-ido-completing-read'.
5306         * org.el (org-time-today): New function.
5307         (org-matcher-time): Use `org-time-today'.  Add special treatment
5308         for "<tomorrow>" and "<yesterday>".
5309         (org-ido-completing-read): New function.
5310         (org-completion-use-ido): New option.
5312         * org-exp.el (org-export-format-source-code): Fix bug in require
5313         htmlize code.
5314         (org-export-target-internal-links): Fix bug in search for text
5315         property.
5317 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5319         * org-export-latex.el (org-export-latex-subcontent): Interprete
5320         target aliases as additonal labels.
5322         * org-exp.el (org-export-target-aliases): New variable.
5323         (org-export-preprocess-string)
5324         (org-export-handle-invisible-targets): Fill the alias alist.
5325         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5326         assign an id.
5327         (org-html-level-start): Insert the target aliases as additonal
5328         anchors.
5330         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5331         picture area.
5333 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5335         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5336         when following a link with the mouse from the agenda.
5338         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5339         headlines are created.
5341 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5343         * org-exp.el (org-export-preprocess-string): Reorder so that we
5344         can still see ID properties when we collect targets.
5345         (org-export-target-internal-links): Also store targets for ID's.
5347         * org.el (org-link-translation-function): New option.
5348         (org-open-at-point): Call `org-link-translation-function' if
5349         non-nil.
5350         (org-translate-link): New function.
5351         (org-translate-link-from-planner): New function.
5352         (org-open-at-point): Allow interactive commands in elisp links.
5354         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5355         iCalendar quoting.  The new one seems to caus problems with
5356         applications.
5358         * org.el (org-yank): Set `this-command' to `yank', so that
5359         `yank-pop' will work.
5361 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5363         * org-id.el (org-id-search-archives): New option.
5365         * org.el (org-link-to-org-use-id): New option.
5366         (org-store-link): Use `org-link-to-org-use-id'.
5367         (org-id): Make org-id.el a standard component.
5369 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5371         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5372         hexified version of the tag.
5374         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5375         compliance as far as quoting is concerned.
5377         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5379         * org.el (org-up-heading-safe, org-forward-same-level): Always
5380         call `org-back-to-heading' instead of `outline-back-to-heading'.
5381         (org-back-to-heading): New wrapper around outline-back-to-heading,
5382         with a useful error message telling where the error happened.
5384         * org-list.el (org-update-checkbox-count): Always call
5385         `org-back-to-heading' instead of `outline-back-to-heading'.
5387         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5388         has an `alt' attribute, to ensure XHTML validation.
5390 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5392         * org-publish.el (org-publish-attachment): Allow publishing to
5393         overwrite attachment files.
5395         * org-agenda.el (org-agenda-timerange-leaders): New option.
5396         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5398         * org.el (org-edit-src-exit): Untabify ASCII image before
5399         returning.
5412 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5414         * org.el (org-yank): Make any prefix force normal yanking.
5415         Suppress folding if text would be swallowed into a folded
5416         subtree.
5417         (org-yank-folded-subtrees, org-yank): Docstring updates.
5419         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5420         defined as 0.
5422         * org-exp.el (org-export-language-setup): Add Catalan and
5423         Esperanto language entries.
5425 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5427         * org.el (org-refile): Allow refiling of entire regions.
5429         * org-clock.el (org-clock-time%): New function.
5431         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5432         retrieve property values.
5434 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5436         * org-agenda.el (org-agenda-list): Handle the value `only' of
5437         org-agenda-show-log'.
5438         (org-agenda-log-mode): Interpret a double prefix arg.
5440 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5442         * org-exp.el (org-export-html-footnotes-section): New variable.
5443         (org-export-as-html): Use `org-export-html-footnotes-section' to
5444         insert the footnotes.
5445         (org-export-language-setup): Add "Footnotes" to language words.
5447 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5449         * org.el (org-yank): Fix bug when not inserting a subtree.
5451 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5453         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5454         instead of `vm-beginning-of-message'.
5456         * org.el (org-make-link-regexps): Make sure that links to gnus can
5457         contain brackets.
5459 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5461         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5462         code.
5464         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5465         shell output.
5467         * org.el (org-link-abbrev-alist): Improve customization type.
5469         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5470         functions.
5472         * org-agenda.el (org-agenda-get-progress): Renamed from
5473         `org-get-closed'.  Implement searching for state changes as well.
5474         (org-agenda-log-mode-items): New option.
5475         (org-agenda-log-mode): New option prefix argument, interpreted as
5476         request to show all possible progress info.
5477         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5478         `org-get-closed'.
5479         (org-agenda-set-mode-name): Handle the more complex log mode
5480         settings.
5481         (org-get-closed): New alias, pointing to `org-get-progress'.
5483 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5485         * org.el (org-file-apps-defaults-gnu)
5486         (org-file-apps-defaults-macosx)
5487         (org-file-apps-defaults-windowsnt): Add an entry defining the
5488         system command.
5489         (org-file-apps): Allow `system' as key and value.
5490         (org-open-at-point): Explain the effect of a double prefix arg.
5491         (org-open-file): If the argument `in-emacs' is (16),
5492         i.e. corresponding to a double prefix argument, try to open the
5493         file externally.
5495 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5497         * org.el (org-insert-link): Abbreviate absolute files names in
5498         links.  Also, fix a bug in which the double C-u prefix would not
5499         be honored.
5501 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5503         * org.el (org-insert-heading): If buffer does not end with a
5504         newline, add one if necessary to insert headline correctly.
5506         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5507         paragraphs, not inside.
5509         * org.el (org-todo): Quote
5510         `org-agenda-headline-snapshot-before-repeat'.
5512         * org-exp.el (org-export-as-html): Fully process link descriptions.
5513         (org-export-html-format-desc): New function.
5514         (org-export-as-html): Collect footnotes into the correct basket.
5515         (org-html-protect): No longer protect quotations marks here, this
5516         goes wrong.
5518         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5519         BEG.
5521         * org-compat.el (org-fit-window-to-buffer): New function (not
5522         really, a preliminary and incomplete version was present earlier,
5523         but not used).
5525         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5526         `org-fit-window-to-buffer'.
5528         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5530         * org-agenda.el (org-agenda-get-restriction-and-command)
5531         (org-fit-agenda-window, org-agenda-convert-date): Use
5532         `org-fit-window-to-buffer'.
5534         * org-exp.el (org-export-as-html): Process href links through
5535         `org-export-html-format-href'.
5536         (org-export-html-format-href): New function.
5538         * org-agenda.el (org-agenda-todo): Update only the current
5539         headline if this is a repeated TODO, marked done for today.
5540         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5541         only the current line.
5543         * org.el (org-todo): Take a snapshot of the headline if the
5544         repeater might change it.
5546 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5548         * org-publish.el (org-publish-find-title): Remove buffers visited
5549         only for extracting the title.
5551         * org-exp.el (org-export-html-style)
5552         (org-export-html-style-default): Mark style definitions as
5553         unparsed CDATA.
5555         * org-publish.el (org-publish-validate-link): Function
5556         re-introduced.
5558 2008-11-02  Charles Sebold  <csebold@gmail.com>
5560         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5561         property.
5562         (org-plot-quote-timestamp-field): New function.
5563         (org-plot-quote-tsv-field): Call timestamp field function when
5564         necessary rather than just quoting as a string.
5565         (org-plot/gnuplot-to-data): Pass in timefmt property.
5566         (org-plot/gnuplot-script): Supports timefmt property.
5567         (org-plot/gnuplot): Checks for timestamp column before checking
5568         for text index column.
5570 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5572         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5574         * org-publish.el (org-publish-org-index): Create a section in the
5575         index file.
5576         (org-publish-org-index): Stop linking to directories.
5578         * org.el (org-emphasis-alist): Use span instead of <u> to
5579         underline text.
5581         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5582         <pre> sections.
5584 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5586         * org-jsinfo.el (org-infojs-template): Remove language attribute
5587         from script tag.
5589 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5591         * org-agenda.el (org-agenda-remove-marked-text): New function.
5592         (org-agenda-mark-filtered-text)
5593         (org-agenda-unmark-filtered-text): New functions.
5594         (org-write-agenda): Remove fltered text.
5596         * org.el (org-make-tags-matcher): Give access to TODO "property"
5597         without speed penalty.
5599 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5601         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5602         option.
5603         (org-store-link-props): Make sure adding to the plist works
5604         correctly.
5606         * org-gnus.el (org-gnus-no-new-news): New function.
5607         (org-gnus-follow-link): Allow the article ID to be a message-id,
5608         in addition to allowing article numbers.  Message IDs make much
5609         more roubust links.
5610         (org-gnus-store-link): Use message-id to create link.
5612 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5614         * org.el (org-emphasize): Reverse the selection array.
5615         (org-emphasis-alist): Set <code> tags for the verbatim
5616         environment.
5618         * org-remember.el (org-remember-handler): Fix bug with
5619         prefix-related changing of the note storage target.
5621         * org-exp.el (org-print-icalendar-entries): Make the exported
5622         priorities compatible with RFC 2445.
5624         * org-clock.el (org-clock-save): Insert time stamp without
5625         dependence on time-stamp.el.
5627 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5629         * org.el ("saveplace"): If saveplace puts point into an invisible
5630         location, make it visible.
5631         (org-make-tags-matcher): Allow inactive time stamps in time
5632         comparisons.
5633         (org-yank-adjusted-subtrees): New option.
5634         (org-yank): Incorporate adjusting trees.
5635         (org-paste-subtree): New argument FOR-YANK which will cause
5636         insertion at point without backing up over white lines, and leave
5637         point at the end of the inserted text.  Also if the cursor is
5638         at the beginning of a headline, use the same level or the inserted
5639         tree.
5641         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5642         with broken symlinks
5644 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5646         * org-exp.el (org-export-select-tags, org-get-current-options):
5647         Fix typo.
5649 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5651         * org-agenda.el (org-format-agenda-item)
5652         (org-agenda-filter-make-matcher): Make sure tags are stored and
5653         compared donwcased.
5655 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5657         * org.el (org-insert-todo-heading): Fix bug with force-heading
5658         argument.
5660 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5662         * org-clock.el (org-clock-in-resume): Add a custom option to
5663         toggle starting the clock from an open clock line.
5664         (org-clock-in): When clocking in to an entry, if
5665         `org-clock-in-resume' is set, check if the first clock line is
5666         open and if so, start the clock from the time in the clock line.
5667         (org-clock-persist): Add a custom option to toggle clock
5668         persistence.
5669         (org-clock-persist-query-save): Add a custom option to toggle
5670         asking the user if they want to save the running clock when
5671         exiting.
5672         (org-clock-persist-query-resume): Add a custom option to toggle
5673         asking the user if they want to resume the saved clock when Emacs
5674         is restarted.
5675         (org-clock-save): Add a function to save clock data.
5676         This includes the contents of `org-clock-history' and the buffer
5677         and position of the currently clocked task, if any.
5678         (org-clock-load): Add a function to load clock data.
5679         This populates `org-clock-history', and resumes the saved clocked
5680         task if there is one.
5681         (org-clock-persistence-insinuate): Add a method to set up the
5682         hooks for clock persistence.
5684 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5686         * org-exp.el (org-export-as-ascii): Handle the case that we are
5687         publishing from an indirect buffer.
5689         * org-table.el (org-table-copy-down): Fix bug with time stamp
5690         increment.
5692         * org-mouse.el (org-mouse-features): New option.
5693         (org-mode-hook): Turn on features depending on
5694         `org-mouse-features'.
5696         * org.el (org-insert-heading-respect-content): Force heading
5697         creation.
5698         (org-insert-heading): keep the folding state of the heading before
5699         the inserted one.
5701 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5703         * org-archive.el (org-archive-to-archive-sibling): Handle top
5704         level headlines better.
5706 2008-10-21  Bastien Guerry  <bzg@altern.org>
5708         * org-export-latex.el (org-export-latex-classes): Added
5709         \usepackage{graphicx} to the default list of packages.
5711 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5713         * org-agenda.el (org-agenda-filter): Renamed from
5714         `org-agenda-filter-tags'.
5716 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5718         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5719         is not defined as a property in this entry.
5720         (org-add-log-note): Mask prefix argument when immediately storing
5721         the note.
5723         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5724         option.
5726 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5728         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5729         after drawers was skipping ahead one line too many, so notes were
5730         inserted after the first note instead of before it.
5732 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5734         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5735         New variables.
5736         (org-prepare-agenda): Reset the filter tags.
5737         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5738         Show filter tags in mode line.
5740         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5741         formatter.
5743         * org-export-latex.el (org-latex-entities-regexp): New constant.
5744         (org-export-as-pdf): Use two calls to `shell-command'.
5746 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5748         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5749         Honor the {} value of the subsuperscript setting.  Make sure that
5750         longer subsuperscripts are typeset in a roman font.
5752         * org.el (org-clock-update-time-maybe): Compute negative clock
5753         intervals correctly.
5755 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5757         * org.el (org-add-log-setup): Respect
5758         `org-log-state-notes-insert-after-drawers'.
5759         (org-log-state-notes-insert-after-drawers): New option.
5760         (org-todo-trigger-tag-changes): New function.
5761         (org-todo): Call `org-todo-trigger-tag-changes'.
5763 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5765         * org.el (org-add-log-setup): Only skip drawers if the are
5766         immediately after the scheduling keywords.
5768         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5769         function
5770         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5771         call it with the current todo state to get the state to switch to
5772         when clocking in.
5773         (org-clock-in): Use org-indent-line-function to indent clock lines.
5774         (org-clock-find-position): Fix indentation of empty clock drawers.
5776 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5778         * org-publish.el (org-publish-org-to): Handle case when
5779         org-export-to-pdf does return a file name, not a buffer.
5780         (org-publish-org-to-pdf): New function.
5782         * org-export-latex.el (org-export-as-pdf)
5783         (org-export-as-pdf-and-open): New commands.
5785         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5786         forms as ranges.
5788         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5789         things in protexted regions.
5791 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5793         * org-export-latex.el (org-export-latex-preprocess): Improve
5794         quoting of LaTeX environments.
5796 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5798         * org.el (org-edit-fixed-width-region): Exclude final newline from
5799         picture area.
5801         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5802         sections, to make internal links work.
5803         (org-export-latex-fontify-headline): Do not remove all text
5804         properties, to make sure that target properties survive this
5805         process.
5807         * org-exp.el (org-export-preprocess-string): Change sequence of
5808         modifications, to make sure links are prepared before the LaTeX
5809         conversions do happen.
5811 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5813         * org-attach.el (org-attach-delete-all): Renamed from
5814         `org-attch-delete'.  Add a security query before deleting the
5815         entire directory.  New optional argument FORCE can overrule the
5816         security query.
5817         (org-attach-delete-one): New command.
5819 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5821         * org-attach.el (org-attach-file-list): Fix bug with directory.
5823 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5825         * org.el (org-apps-regexp-alist): New function.
5826         (org-file-apps): Add auto-mode to the default value.
5827         (org-open-file): Use the new structure of org-file-apps.
5829         * org-attach.el (org-attach): Support the new keys.
5830         (org-attach-method): New option.
5832 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5834         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5835         March.
5837         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5838         of the list value o `org-use-tag-inheritance'.
5840         * org-attach.el (org-attach-auto-tag): New option.
5841         (org-attach-tag, org-attach-untag): New functions.
5842         (org-attach-attach, org-attach-new, org-attach-sync): Call
5843         `org-attach-tag'.
5844         (org-attach-delete): Call `org-attach-untag'.
5846 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5848         * org-table.el (orgtbl-self-insert-command): Make this work for
5849         the keypad as well.
5851 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5853         * org.el (org-add-log-setup): Limit searc for drawers to entry
5854         text, not to subtree.
5856         * org-clock.el (org-clock-heading-for-remember): New variable.
5857         (org-clock-in): Set `org-clock-heading-for-remember'.
5859 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5861         * org-remember.el (org-remember-apply-template): Add new
5862         expansions: %k, %K for currently clocked task and a link to the
5863         currently clocked task, and %< to file notes in the currently
5864         clocked task.
5866 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5868         * org-export-latex.el (org-export-latex-make-header): Also insert
5869         the content of the property :latex-header-extra.
5871         * org-exp.el (org-infile-export-plist): Put the content of
5872         #+LATEX_HEADER: into the property :latex-header-extra.
5874         * org-colview.el (org-columns-get-format-and-top-level): Remove
5875         resetting the marker.
5877         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5878         Remove resetting the marker.
5880         * org.el (org-entry-property-inherited-from): Improve docstring.
5881         (org-entry-get-with-inheritance): Reset marker before starting the
5882         search.
5884         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5886 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5888         * org.el (org-entry-get-multivalued-property)
5889         (org-entry-protect-space, org-entry-restore-space): New
5890         functions.
5891         (org-file-apps-defaults-macosx): Let postscript files be opened by
5892         preview.
5893         (org-time-stamp-inactive): Call `org-time-stamp'.
5894         (org-time-stamp): New argument `inactive'.  Also edit inacive
5895         stamps. Convert time stamp type.
5896         (org-open-file): Interpret the `default' value for the `command'
5897         in `org-file-apps'.
5899         * org-id.el (org-id-int-to-b36-one-digit)
5900         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5901         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5902         b36.
5904 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5906         * org-id.el (org-id-reverse-string): New function.
5907         (org-id-new): Use `org-id-reverse-string' to make sure the
5908         beginning chars of the ID are mutating fast.  This allows to use a
5909         directory structure to spread things better.
5910         (org-id-prefix): Changed default to nil.
5912         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5913         restore the column of the cursor position.
5915         * org-remember.el (org-remember-apply-template): Remove properties
5916         from `initial'.
5918 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5920         * org-wl.el (org-wl-open): Remove useless call to
5921         `wl-thread-open-all'.
5923         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5924         location.
5926 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5928         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5929         `org-bbdb-anniversaries'.
5931         * org.el (org-get-next-sibling, org-forward-same-level): New
5932         functions, similar to the outline versions, but invisible headings
5933         are OK.
5935 2008-09-25  Bastien Guerry  <bzg@altern.org>
5937         * org.el (org-auto-repeat-maybe): Insert a space between
5938         the timestamp's type and the timestamp itself.
5940 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5942         * org-table.el (org-table-sum): Do not format the result with %g,
5943         it does rounding when there are too many digits.
5945         * org.el (org-map-entries): Protect the keyword-selecting variables.
5947 2008-09-23  Bastien Guerry  <bzg@altern.org>
5949         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5950         against all agenda files.
5952 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5954         * org-list.el: New file, aggregating list functions from org.el
5955         and org-export-latex.el.
5957         * org.el (org-edit-src-region-extra): New option.
5959 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5961         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5962         time before 1am.
5964 2008-09-22  Bastien Guerry  <bzg@altern.org>
5966         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5968 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5970         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5971         hline work correctly.
5972         (org-plot/gnuplot-script): Put commas at the end of each script
5973         line.
5975 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5977         * org.el (org-get-refile-targets): Replace links with their
5978         descriptions
5979         (org-imenu-get-tree): Replace links with their descriptions.
5981         * org-remember.el (org-remember-apply-template): Add a new
5982         expansion for adding properties to remember items.
5984         * org.el (org-add-log-setup): Skip over drawers (properties,
5985         clocks etc) when adding notes.
5987         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5988         items as well as the start and end times.
5990         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5991         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5993         * org-remember.el (org-get-x-clipboard): Use the compat
5994         function to get clipboard values when x-selection-value is
5995         unavailable. Use substring-no-properties instead of
5996         set-text-properties to remove text properties from the clipboard
5997         value.
5999         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6000         modeline clock string, and display the full todo value in the
6001         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6002         the currently clocked task.
6003         (org-clock-string-limit): Add a custom value for the maximum
6004         length of the clock string in the modeline.
6005         (org-clock-mode-map): Add a keymap for the modeline string
6007 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6009         * org-compat.el (org-propertize): New function.
6011 2008-09-20  Bastien Guerry  <bzg@altern.org>
6013         * org-export-latex.el (org-export-latex-tables): protect exported
6014         tables from further special chars conversion.
6015         (org-export-latex-preprocess): Preserve LaTeX environments.
6016         (org-list-parse-list): Parse descriptive lists.
6017         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6018         (org-list-to-texinfo): Export descriptive lists.
6019         (org-quote-chars): Remove.
6020         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6021         (org-export-latex-list-beginning-re): Rename to
6022         `org-list-beginning-re'
6023         (org-list-item-begin): Rename to `org-list-item-beginning'
6025 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6027         * org.el (org-refile): Allow refiling to the last entry in the
6028         buffer.
6029         (org-get-tags-at): Fix bug when inheritance is turned off.
6031 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6033         * org.el (org-indent-line-function): No longer check for src
6034         regions, this is too much overhead.
6036         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6037         matching.
6039         * org.el (org-scan-tags): Make sure that tags matching is not case
6040         sensitive.  TODO keyword matching is case sensitive, however, to
6041         avoid confusion with similar words that are not meant to be
6042         keywords.
6044 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6046         * org.el (org-get-local-tags-at): New function.
6047         (org-get-local-tags): New function.
6049         * org-exp.el (org-export-get-categories): New function.
6051         * org-agenda.el (org-sorting-choice)
6052         (org-agenda-sorting-strategy, org-agenda-get-todos)
6053         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6054         (org-agenda-get-scheduled, org-agenda-get-blocks)
6055         (org-entries-lessp): Implement sorting by TODO state.
6056         (org-cmp-todo-state): New defsubst.
6058         * org-colview.el (org-colview-construct-allowed-dates): New
6059         function.
6060         (org-columns-next-allowed-value): Use
6061         `org-colview-construct-allowed-dates'.
6063         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6064         function.
6065         (org-columns-next-allowed-value): Use
6066         `org-colview-construct-allowed-dates'.
6068 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6070         * org.el (org-protect-slash): New function.
6071         (org-get-refile-targets): Use `org-protect-slash'.
6073         * org-agenda.el (org-global-tags-completion-table): New variable.
6075         * org-exp.el (org-export-handle-export-tags): New function.
6076         (org-export-preprocess-string): Call
6077         `org-export-handle-export-tags'.
6079         * org-plot.el: New file.
6081         * org-publish.el (org-publish-expand-components): Function removed.
6082         (org-publish-expand-projects): Allow components to have components.
6084 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6086         * org.el (org-indent-line-function): Do not indent in regions that
6087         are external source code.
6088         (org-yank-and-fold-if-subtree): New function.
6090         * org-agenda.el (org-agenda-todayp): New function.
6091         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6092         `org-agenda-todayp'.
6094         * org.el (org-insert-heading-respect-content)
6095         (org-insert-todo-heading-respect-content): New commands.
6096         (org-insert-heading-respect-content): New option.
6097         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6099         * org-clock.el (org-clock-find-position): Make sure the note after
6100         the clock line gets moved into the new clock drawer.
6102 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6104         * org-id.el (org-id-new): New option.
6106 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6108         * org-table.el (org-table-copy-down): Avoid overflow during
6109         increment.  Use prefix argument 0 to temporarily disable the
6110         increment.
6112 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6114         * org-exp.el (org-export-as-html): Do not turn on the major mode
6115         if the buffer will be killed anyway.
6116         (org-get-current-options): Exclude the #+TEXT field.
6117         (org-export-as-html): Make sure text before the first headline is
6118         a paragraph.
6120         * org-publish.el (org-publish-org-to): Tell the exporter that this
6121         buffer will be killed, so it is not necessary to do major mode
6122         initialization.
6124         * org-archive.el (org-archive-to-archive-sibling): Show empty
6125         lines after folding the archive sibling.
6127         * org.el (org-log-note-extra): New variable.
6129 2008-09-05  Bastien Guerry  <bzg@altern.org>
6131         * org.el (org-additional-option-like-keywords): Added keywords for
6132         the _QUOTE, _VERSE and _SRC environments.
6134         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6135         exporting _QUOTE and _VERSE environments.
6137 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6139         * org-agenda.el (org-agenda-filter-by-tag): New command.
6141         * org-exp.el (org-get-current-options): Remove angular brackets
6142         from the date entry.
6144         * org.el (org-edit-fixed-width-region): New function.
6145         (org-edit-fixed-width-region): Also try
6146         `org-edit-fixed-width-region'.
6147         (org-edit-fixed-width-region-mode): New option.
6148         (org-activate-code): Only interprete lines starting with colon
6149         plus a space as example lines.
6151         * org-remember.el (org-remember-templates): Add nil instead of
6152         empty strings to fix the length of remember templates.
6154         * org-table.el (org-calc-default-modes): Fix the time format for
6155         calc, from 12 hour to 24 hour clock.
6157 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6159         * org-agenda.el (org-agenda-get-deadlines)
6160         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6161         entries that are pre-warnings of deadlines or reminders.
6163         * org.el (org-sort-entries-or-items): Make numeric and alpha
6164         comparisons ignore any TODO keyword and priority cookie.
6166         * org-remember.el (org-remember-handler): Reinterpretation of the
6167         prefix argument.
6169 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6171         * org-agenda.el (org-agenda-get-scheduled): Use new
6172         `org-scheduled' face.
6174         * org-faces.el (org-scheduled): New face.
6176         * org-wl.el (org-wl-open): Remove incorrect declaration.
6178         * org-gnus.el (org-gnus-store-link): Support for :to information
6179         in gnus links.
6181         * org-exp.el (org-export-as-html): Fixed typo in creator
6182         information.
6183         (org-export-protect-examples): New parameter indent.  Insert extra
6184         spaces only when this parameter is specified.
6185         (org-export-preprocess-string): Call `org-export-protect-examples'
6186         with an indentation parameter when exporting to ASCII.
6188         * org-remember.el (org-remember-templates)
6189         (org-remember-apply-template): Allow the file component to be a
6190         function.
6192         * org.el (org-goto-local-search-headings): Renamed from
6193         `org-goto-local-search-forward-headings'.  Added the possibility
6194         to search backwards.
6196 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6198         * org-export-latex.el (org-export-latex): New customization
6199         group.
6201         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6203 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6205         * org-exp.el (org-html-do-expand): Allow {} to terminate
6206         tex macro
6208 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6210         * org.el (org-buffer-list): Select buffers based on major mode,
6211         not on file name.
6213 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6215         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6216         face property.
6218         * org-colview.el (org-columns-display-here): Use
6219         `org-columns-modify-value-for-display-function'.
6221         * org-colview-xemacs.el (org-columns-display-here): Use
6222         `org-columns-modify-value-for-display-function'.
6224 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6226         * org.el (org-columns-modify-value-for-display-function): New option.
6238         * org-publish.el (org-publish-file): Make sure the directory match
6239         for the publishing directory works correctly.
6241         * org-agenda.el (org-agenda-execute-calendar-command)
6242         (org-agenda-diary-entry): Additional optional argument.
6244 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6246         * org-exp.el (org-export-as-html): Add attributes also in mailto
6247         and ftp links.
6249         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6258 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6260         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6261         sure that calls from `org-export-region-as-html' do not do the
6262         special check for a subtree.
6264 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6266         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6268 2008-07-20  Juri Linkov  <juri@jurta.org>
6270         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6271         new keymap `narrow-map' instead of binding "\C-xns".
6273 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6275         * org.el (org-open-file): Use
6276         `org-open-directory-means-index-dot-org'.
6277         (org-open-directory-means-index-dot-org): New option.
6279 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6281         * org.el (org-make-link-string): Remove link attributes from
6282         description.
6283         (org-open-at-point): Remove link attributes bevore using the path.
6285         * org-exp.el (org-export-as-html): Handle link attributes.
6287         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6289         * org-table.el (org-table-to-lisp): New function.
6291         * org.el (org-narrow-to-subtree): Do not include the final newline
6292         into the narrowed region.
6294         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6295         bug with user-define skipping condition.
6297 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6299         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6301 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6303         * org-exp.el (org-export-html-style-default): Automatic overflow
6304         handling for pre fields.
6305         (org-export-as-ascii, org-export-as-html): Change default format
6306         for time stamp.
6308         * org-table.el (org-table-export): Offer completion for translator
6309         functions, and do not require a heading above the table.
6311         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6312         Cater for the case of a list starting in the first line of the
6313         buffer.
6315 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6317         * org-publish.el (org-publish-find-title): Bug fix.
6318         (org-publish-org-index): Implement new :index-style option.
6320 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6322         * org-publish.el (org-publish-timestamp-filename): Use
6323         SHA1-encoded file names in the timestamp directory.
6325 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6327         * org-publish.el (org-publish-needed-p): Be verbose about files
6328         published and files skipped.
6330         * org-exp.el (org-export-preprocess-string): Swap link
6331         normalization and inernal link targeting.
6333         * org-publish.el (org-publish-needed-p): Create timestamp
6334         directory when it does not exist.
6336 2008-07-04  Bastien Guerry  <bzg@altern.org>
6338         * org-clock.el (org-clock-out-when-done): Doc fix.
6340         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6342         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6343         Ignore case when searching for the COMMENT cookie at export time.
6345 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6347         * org-exp.el (org-get-file-contents)
6348         (org-get-and-remove-property): New functions.
6349         (org-export-handle-include-files): Handle the new prefix options.
6350         (org-export-as-html): Fix the verse environment.
6352 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6354         * org.el (org-time=, org-time<, org-time<=, org-time>)
6355         (org-time>=, org-time<>, org-2ft): New functions.
6356         (org-op-to-function): Also provide for the time testing fucntions.
6358 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6360         * org-exp.el (org-export-html-style-default): New constant.
6362 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6364         * org-exp.el (org-export-html-style-extra): New variable.
6365         (org-export-splice-style): New function.
6367 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6369         * org-exp.el (org-export-plist-vars, org-export-as-html):
6370         Implement `org-export-creator-info'.
6371         (org-export-creator-info): New option.
6373 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6375         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6376         (org-property-drawer-re, org-clock-drawer-re): New constants.
6378 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6380         * org-exp.el (org-icalendar-use-deadline)
6381         (org-icalendar-use-scheduled): New options.
6382         (org-icalendar-include-todo): Default changed to t.
6383         (org-print-icalendar-entries): Implement better utilization of
6384         scheduling and deadline time stamps.
6385         (org-export-target-internal-links, org-export-as-html): Allow file
6386         lines without the "file:" prefix if the file path is an absolute
6387         path or starts with ".".
6389         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6390         lastweek etc.
6391         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6393 2008-06-18  Glenn Morris  <rgm@gnu.org>
6394         * org.el (org-map-entries): Let-bind `file'.
6396 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6398         * org.el (org-agenda-skip-archived-trees): Docstring now
6399         discourages using this.
6400         (org-scan-tags): Check for org-agenda-archives-mode.
6401         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6402         (org-agenda-files): Functionality of second arg changed.
6404         * org-agenda.el (org-agenda-archives-mode): New variable
6405         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6406         (org-search-view, org-todo-list, org-tags-view)
6407         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6408         `ifmode' argument.
6409         (org-agenda-quit): Reset the archives mode.
6410         (org-agenda-archives-mode): New command.
6411         (org-agenda-set-mode-name): Include archives info.
6413 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6415         * org.el (org-paste-subtree): Make sure the yanked headline is
6416         visible if it was yanked at a visible point.
6417         (org-move-item-up): Fix the bug with moving white space at the end
6418         of the item.
6419         (org-show-empty-lines-in-parent): New function.
6421 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6423         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6425         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6427         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6428         agenda prefix as well.
6430         * org-publish.el (org-publish-org-index): Make a properly indented
6431         list.
6433         * org.el (org-calendar-agenda-action-key): New option.
6434         (org-get-cursor-date): New function.
6435         (org-mark-entry-for-agenda-action): New command.
6436         (org-overriding-default-time): New variable.
6437         (org-read-date): Respect `org-overriding-default-time'.
6439         * org-remember.el (org-remember-apply-template): Respect the
6440         ovverriding default time.
6442         * org-agenda.el (org-agenda-action-marker): New variable.
6443         (org-agenda-action): New command.
6444         (org-agenda-do-action): New function.
6446 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6448         * org.el (org-schedule, org-deadline): Protect scheduled and
6449         deadline tasks against changes that accidently remove the
6450         repeater.  Also show a message with the new date when done.
6452 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6454         * org.el (org-beginning-of-line): Cater for the case when there
6455         are tags but no headline text.
6456         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6457         it set.
6459 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6461         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6462         the return value is nil instead of "nil" when there is no match.
6464         * org-exp.el (org-insert-centered): Use fill-column instead of
6465         80.
6466         (org-export-as-ascii): Use string-width to measure the width of
6467         the heading.
6469         * org.el (org-diary-to-ical-string): No longer kill buffer
6470         FROMBUF, this is now done by the caller.
6472         * org-exp.el (org-print-icalendar-entries): Move the call to
6473         `org-diary-to-ical-string' out of the loop, and kill the buffer
6474         afterwords.
6476         * org-remember.el (org-remember-visit-immediately): Position
6477         cursor after moving to the note.
6478         (org-remember-apply-template): Use a text property to record the
6479         cursor position.
6480         (org-remember-handler): Align tags after pasting the note.
6482 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6484         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6486         * org-agenda.el (org-agenda-open-link): If there is an
6487         org-bbdb-name property in the current line, jump to that bbdb
6488         entry.
6490         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6491         text property, so that the agenda knows where this entry comes
6492         from.
6494         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6495         interaction between clocking-in from the agenda, and  automatic
6496         task state switching.
6498         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6500         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6501         zmacs-region stays after this command in XEmacs.
6503 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6505         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6507         * org-remember.el (org-remember-templates): Fix bug in
6508         customization type definition.
6510         * org.el (org-map-entries): New function.
6512 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6514         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6515         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6517 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6519         * org-remember.el (org-jump-to-target-location): New variable.
6520         (org-remember-apply-template): Set
6521         `org-remember-apply-template' if requested by template.
6522         (org-remember-handler): Start an idle timer to jump to
6523         remember location.
6525         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6527         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6528         file tags.
6529         (org-get-tags-at): Add the content of `org-file-tags'.
6531         * org-exp.el (org-export-handle-comments): Fix bug with several
6532         comment lines after each other.
6533         (org-number-to-roman, org-number-to-counter): New functions.
6534         (org-export-section-number-format): New option.
6536 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6538         * org-exp.el (org-export-protect-examples): Catch the case of a
6539         missing end_example line.
6541         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6542         `org-file-tags' to nil.
6544         * org-colview.el (org-columns-next-allowed-value): Handle next
6545         argument NTH to directly select a value.
6547         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6548         argument NTH to directly select a value.
6550 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6552         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6554 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6556         * org.el (org-columns-ellipses): New option.
6558 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6560         * org-colview.el (org-columns-add-ellipses): New function.
6561         (org-columns-compact-links): New function.
6562         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6563         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6564         when in agenda.
6565         (org-columns-edit-value): Fixed bug with editing values from
6566         agenda column view.
6567         (org-columns-redo): Also redo the agenda itself.
6569 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6571         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6572         option.
6574         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6576         * org-exp.el (org-export-ascii-preprocess): Renamed from
6577         `org-export-ascii-clean-string'.
6578         (org-export-kill-licensed-text)
6579         (org-export-define-heading-targets)
6580         (org-export-handle-invisible-targets)
6581         (org-export-target-internal-links)
6582         (org-export-remove-or-extract-drawers)
6583         (org-export-remove-archived-trees)
6584         (org-export-protect-quoted-subtrees)
6585         (org-export-protect-verbatim, org-export-protect-examples)
6586         (org-export-select-backend-specific-text)
6587         (org-export-mark-blockquote-and-verse)
6588         (org-export-remove-comment-blocks-and-subtrees)
6589         (org-export-handle-comments, org-export-mark-radio-links)
6590         (org-export-remove-special-table-lines)
6591         (org-export-normalize-links)
6592         (org-export-concatenate-multiline-links)
6593         (org-export-concatenate-multiline-emphasis): New functions,
6594         obtained from spliiting the export preprocessor.
6596         * org-table.el (org-table-recalculate): Improve error message if
6597         the row number is invalid.
6599 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6601         * org-archive.el (org-archive-save-context-info): Fix bugs in
6602         customization setup and docstring.
6604         * org-exp.el (org-export-html-style): Changed the size of in the
6605         <pre> element to 90%.
6607 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6609         * org.el (org-find-src-example-start): Function removed.
6610         (org-edit-src-find-region-and-lang): New function.
6612 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6614         * org.el (org-edit-src-exit): New function.
6615         (org-exit-edit-mode): New minor mode.
6617         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6618         comment-like lines from protected examples.
6620         * org.el (org-edit-src-example, org-find-src-example-start)
6621         (org-protect-source-example, org-edit-special): New functions.
6623 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6625         * org-publish.el (org-publish-project-alist): Fix typo in
6626         docstring.
6627         (org-publish-project-alist): Handle :index-title property.
6629 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6631         * org-export-latex.el (org-export-as-latex): Make sure region
6632         bounds are correct.  Parse subtree properties relating to export.
6634         * org-exp.el (org-export-add-options-to-plist): New function.
6635         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6637 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6639         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6640         EXPORT_TITLE.
6642         * org-exp.el (org-export-get-title-from-subtree)
6643         (org-export-as-ascii, org-export-as-html): Make sure the original
6644         region-beginning and region-end are used, even after moving
6645         point.
6646         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6647         property.
6649         * org-remember.el (org-remember-last-stored-marker): New variable.
6650         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6651         (org-remember-handler): Also use marker to remember
6652         last-stored position.
6654         * org.el (org-goto-marker-or-bmk): New function.
6656 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6658         * org.el (org-file-properties): Renamed from `org-local-properties'.
6659         (org-scan-tags): Take file tags into account.
6660         (org-tags-match-list-sublevels): Default changed to t.
6662         * org-exp.el (org-export-as-html): Close paragraph after a
6663         footnote.
6665         * org.el (org-update-parent-todo-statistics): New function.
6667         * org-exp.el (org-icalendar-store-UID): New option.
6668         (org-icalendar-force-UID): Option removed.
6669         (org-print-icalendar-entries): IMplement UIDs.
6671 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6673         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6675 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6677         * org-faces.el (org-column): Document how this face is being used
6678         and why sometimes the background faces shine through.
6680         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6682         * org-publish.el (org-publish-attachment): Create publishing
6683         directory if it does not yet exist.
6685         * org-table.el (org-calc-default-modes): Change default number
6686         format to (float 8).
6688         * org.el (org-olpath-completing-read): New function.
6689         (org-time-clocksum-format): New option.
6690         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6692         * org-clock.el (org-clock-display, org-clock-out)
6693         (org-update-mode-line): Use `org-time-clocksum-format'.
6695         * org-colview-xemacs.el (org-columns-number-to-string): Use
6696         `org-time-clocksum-format'.
6698         * org-colview.el (org-columns-number-to-string): Use
6699         `org-time-clocksum-format'.
6701 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6703         * org-id.el: New file, move from contrib to core.
6705         * org-exp.el (org-icalendar-force-UID): New option.
6707 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6709         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6710         shifted by one day if theere is a date range without an end
6711         time.
6713         * org.el (org-try-structure-completion): New function.
6715 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6717         * org.el (org-set-font-lock-defaults): Improve fontification of
6718         description lists.
6719         (org-insert-item): Handle description lists.
6720         (org-adaptive-fill-function): Improve auto indentation in
6721         description lists.
6723         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6724         Implement VERSE environment.
6725         (org-export-preprocess-string): Implement the COMMENT
6726         environment.
6728         * org-export-latex.el (org-export-latex-preprocess): Implement
6729         VERSE environment.
6731 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6733         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6734         option.
6736 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6738         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6740         * org.el (org-quote-csv-field): New functions.
6742         * org-table.el (org-table-export-default-format): Remove :splice
6743         from default format, we get the same effect by not specifying
6744         :tstart and :tend.
6745         (org-table-export): Improve setup, distinguish better between
6746         interactive and non-interactive use, allow specifying the format
6747         on the fly, better protection against wrong file names.
6748         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6749         and :tend when :splice is omitted.
6751 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6753         * org-clock.el (org-clock-select-task): Make sure the selection
6754         letters are 1-9 and A-Z, no special characters.
6756 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6758         * org-exp.el (org-export-htmlize): New group.
6759         (org-export-htmlize-output-type)
6760         (org-export-htmlize-css-font-prefix): New options.
6761         (org-export-htmlize-region-for-paste): New function.
6762         (org-export-htmlize-generate-css): New command.
6764 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6766         * org/org.el (org-modules, org-format-latex-options):
6767         * org/org-archive.el (org-archive-stamp-time)
6768         (org-archive-save-context-info):
6769         * org/org-faces.el (org-hide):
6770         * org/org-irc.el (org-irc-parse-link):
6771         * org/org-macs.el (org-call-with-arg, org-autoload):
6772         * org/org-mew.el (org-mew-store-link):
6773         * org/org-remember.el (org-remember-store-without-prompt)
6774         (org-remember-templates): Fix typos in docstrings.
6776         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6778         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6779         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6780         (org-bbdb-anniv-split): Fix typos in docstrings.
6782         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6783         (org-publish-use-timestamps-flag): Reflow docstring.
6784         (org-publish-files-alist): Fix typos in docstring.
6786 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6788         * org.el (org-set-visibility-according-to-property): New function.
6789         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6790         and compute the regular expressions, and update font-lock.
6791         (org-property-re): Allow a dash in property names.
6793         * org-archive.el (org-extract-archive-file): Insert the file name
6794         without the path into the format, to allow the location format to
6795         contain a subdirectory.
6797         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6798         of buffer, and the `org-agenda-type' property undefined, use the
6799         value from the character before.
6801         * org.el (org-add-planning-info): Don't let indentation for
6802         would-be timestamp become extra whitespace at the end of headline.
6804 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6806         * org.el (org-remove-double-quotes, org-file-contents): New
6807         functions.
6809         * org-exp.el (org-infile-export-plist): Also parse the
6810         contents of #+SETUPFILE files, recursively.
6812         * org.el (org-set-regexps-and-options): Also parse the
6813         contents of #+SETUPFILE files, recursively.
6815         * org-exp.el (org-export-handle-include-files): New function.
6816         (org-export-preprocess-string): Call
6817         `org-export-handle-include-files'.
6819         * org.el (org-delete-property-globally)
6820         (org-delete-property, org-set-property): Ignore case during
6821         completion.
6822         (org-set-property): Use `org-completing-read' instead of
6823         `completing-read'.
6825         * org.el (org-complete-expand-structure-template): New,
6826         experimental function.
6827         (org-structure-template-alist): New, experimental option.
6828         (org-complete): Call `org-complete-expand-structure-template'.
6830 2008-05-06  Bastien Guerry  <bzg@altern.org>
6832         * org-export-latex.el (org-export-latex-preprocess): Added
6833         support for blockquotes.
6835 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6837         * org.el (org-read-date-analyze): Catch the case where only a
6838         weekday is given.
6840 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6842         * org.el (org-set-font-lock-defaults): Make the description
6843         tag bold.
6845         * org-exp.el (org-export-as-html, org-close-li): Implement
6846         description lists.
6848 2008-05-04  Jason Riedy  <jason@acm.org>
6850         * org-table.el (*orgtbl-default-fmt*): New variable.
6851         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6852         when there is no other fmt available.
6854         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6855         :tend to suppress the appropriate string.
6857         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6858         table.
6860 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6862         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6863         read date.
6865         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6866         New function.
6868         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6869         New function.
6871 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6873         * org-clock.el (org-clock-find-position): Don't include notes
6874         into clock drawer.
6876         * org-archive.el (org-archive-subtree): No longer remove an
6877         extra line after cutting the subtree.  `org-cut-subtree' already
6878         takes care of this.
6880         * org-remember.el (org-remember-handler): Only kill the target
6881         buffer if it does not contain the running clock.
6883         * org.el (org-markers-to-move): New variable.
6884         (org-save-markers-in-region, org-check-and-save-marker)
6885         (org-reinstall-markers-in-region): New function.
6886         (org-move-subtree-down, org-copy-subtree): Remember relative
6887         marker positions before cutting.
6888         (org-move-subtree-down, org-paste-subtree): Restore relative
6889         marker positions after pasting.
6891         * org-remember.el (org-remember-clock-out-on-exit): New option.
6892         (org-remember-finalize): Clock out only if the setting in
6893         `org-remember-clock-out-on-exit' requires it.
6894         (org-remember-handler): Do the cleanup in the buffer, to make sure
6895         that the clock marker remains in tact.
6897 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6899         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6900         (org-clock-in): Make sure that also tasks outside the narrowed
6901         region will be clocked in correctly.
6902         (org-clock-insert-selection-line): Widen the buffer so that we can
6903         find the correct task heading.
6905         * org.el (org-base-buffer): New function.
6907         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6908         and ";" are escaped.
6909         (org-print-icalendar-entries): Also apply
6910         `org-icalendar-cleanup-string' to the headline, not only to the
6911         summary property.
6913 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6915         * org-exp.el (org-export-preprocess-hook): New hook.
6916         (org-export-preprocess-string): Call
6917         `org-export-preprocess-hook'.
6919         * org.el (org-font-lock-hook): New variable.
6920         (org-font-lock-hook): New function.
6921         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6923 ;; Local Variables:
6924 ;; coding: utf-8
6925 ;; add-log-time-zone-rule: t
6926 ;; End:
6928     Copyright (C) 2008  Free Software Foundation, Inc.
6930   This file is part of GNU Emacs.
6932   GNU Emacs is free software: you can redistribute it and/or modify
6933   it under the terms of the GNU General Public License as published by
6934   the Free Software Foundation, either version 3 of the License, or
6935   (at your option) any later version.
6937   GNU Emacs is distributed in the hope that it will be useful,
6938   but WITHOUT ANY WARRANTY; without even the implied warranty of
6939   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6940   GNU General Public License for more details.
6942   You should have received a copy of the GNU General Public License
6943   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6945 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c