Add new parameter to the `org-clock-out' command
[org-mode.git] / lisp / ChangeLog
blobf3c1fa4f668e5b0d0a1bed63e30adcd1016070c8
1 2009-10-17  John Wiegley  <johnw@newartisans.com>
3         * org-clock.el (org-clock-in): Before creating
4         `org-clock-mode-line-timer', check to make sure an older timer is
5         not currently running.
6         (org-clock-out): Accept new third parameter `at-time', which
7         permits a clock to be clocked out at a specific time.  Note that
8         no attempt is made to verify that the clock out time is later than
9         the clock in time.
11         * org.el (org-files-list): New utility function for returning a
12         list of all open org-mode buffers, plus all files used to build
13         the agenda buffer.  Note that not all the files will necessarily
14         be visited by a buffer at time of call.
15         (org-entry-beginning-position): Like the function
16         `line-beginning-position', this inline function returns the
17         beginning position of the current heading/entry.
18         (org-entry-end-position): Like the function `line-end-position',
19         this inline function returns the end position of the current
20         heading/entry.
22 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
25         a header line.
27 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
29         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
31 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
34         entries that have no tags.
35         (org-agenda-search-view): New customize group.
36         (org-agenda-search-view-search-words-only): New option.
37         (org-search-view): Implement substring search.
39 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org.el (org-outline-level): Add doc string.
43 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-inlinetask.el (org-inlinetask-export): Re-introduce
46         variable.
47         (org-inlinetask-export-handler): Only export inline task if the
48         user option calls for it.
50 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
53         END if present.
55 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-latex.el (org-export-latex-tables): Don't format in
58         protected regions.
60 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
62         * org-src.el (org-edit-src-code)
63         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
64         macro editing.
66         * org-agenda.el (org-prefix-category-max-length): New variable.
67         (org-format-agenda-item): Use `org-prefix-category-max-length'.
68         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
70 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-mobile.el (org-mobile-create-index-file): Improve the
73         listing of tags and todo keywords.
75         * org-latex.el (org-export-latex-format-image): New function.
76         (org-export-latex-links): Use `org-export-latex-format-image'.
78 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-inlinetask.el (org-inlinetask-get-current-indentation)
81         (org-inlinetask-remove-terminator): New functions.
82         (org-inlinetask-export-handler): Terminate the description list.
84         * org-exp.el (org-export-select-backend-specific-text): Remove the
85         region markers.
87         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
88         tasks without content.
90         * org-clock.el: Make sure the clock-in target position does not
91         move to a different node by widening the buffer.
93         * org-html.el (org-export-html-format-image): Wrap image into
94         figure div only when there is a caption.
96         * org-archive.el (org-archive-mark-done): Change default value to
97         nil.
99 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
101         * org.el (org-context): Call `bobp', not `eobp'.
103         * org-clock.el (org-clock-cancel): Remove quotes from marker
104         variables.
106         * org.el (org-read-date-prefer-future): New allowed value `time'.
107         (org-read-date-analyze): Shift day to tomorrow depending on time
108         entered and value of `org-read-date-prefer-future'.
110 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org.el (org-set-tags-to): New command.
114         * org-mobile.el (org-mobile-action-alist): Add more options and
115         update the docstring.
116         (org-mobile-apply-flags): Parse for and use the data.
118         * org-latex.el (org-export-latex-set-initial-vars): Also check in
119         the plist.
121         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
122         keyword.
124         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
126 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org-inlinetask.el (org-inlinetask-export): Option removed.
129         (org-inlinetask-export-handler): Better export.
131         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
132         (org-export-as-xoxo): Run the new hook.
134         * org-html.el (org-export-html-final-hook): New hook.
135         (org-export-as-html): Run the new hook.
137         * org-docbook.el (org-export-docbook-final-hook): New hook.
138         (org-export-as-docbook): Run the new hook.
140         * org-ascii.el (org-export-ascii-final-hook): New hook.
141         (org-export-as-ascii): Run the new hook.
143         * org-mobile.el (org-mobile-create-sumo-agenda): Call
144         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
146         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
147         space character as the character before the ^/_.
148         (org-export-latex-final-hook): New hook.
149         (org-export-as-latex): Run `org-export-latex-final-hook'.
151 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org-macs.el (org-if-unprotected-at): Fix docstring.
155         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
156         text in the prefix (if category is a link).
158         * org-latex.el (org-export-latex-preprocess): Deal properly with
159         empty lines in verse environments.
161         * org.el (org-format-latex-header): Inline fullpage.sty.
163         * org-footnote.el (org-footnote-create-definition): Reveal context
164         to add a new footnote definition.
166         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
167         the index file.
168         (org-mobile-files): New option.
169         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
170         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
171         functions.
172         (org-mobile-push): Start by creating the files lists.
173         (org-mobile-copy-agenda-files): Move killing the buffer to after
174         the save-excursion has exited.
175         (org-mobile-write-checksums): Write checksums also for files in
176         sub-directories.
178         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
179         org-table-recalculate when cursor is in TBLFM line.
181         * org-list.el (org-renumber-ordered-list): Fix cursor position
182         when bullet length has changed.
184 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
186         * org.el (org-format-latex): Mention `org-format-latex-options' in
187         the docstring.
189 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org.el (org-agenda-get): New function.
193         * org-agenda.el (org-agenda-post-command-hook): No longer move
194         point away from end of line.
195         (org-agenda-add-entry-text, org-agenda-collect-markers)
196         (org-finalize-agenda, org-agenda-mark-clocking-task)
197         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
198         (org-agenda-entry-text-show, org-agenda-highlight-todo)
199         (org-agenda-compare-effort, org-agenda-filter-apply)
200         (org-agenda-later, org-agenda-change-time-span)
201         (org-agenda-post-command-hook, org-agenda-show-priority)
202         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
203         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
204         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
205         (org-agenda-open-link, org-agenda-copy-local-variable)
206         (org-agenda-switch-to, org-agenda-check-no-diary)
207         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
208         (org-agenda-add-note, org-agenda-change-all-lines)
209         (org-agenda-priority, org-agenda-set-tags)
210         (org-agenda-set-property, org-agenda-set-effort)
211         (org-agenda-toggle-archive-tag, org-agenda-date-later)
212         (org-agenda-show-new-time, org-agenda-date-prompt)
213         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
214         (org-agenda-clock-in, org-agenda-bulk-mark)
215         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
216         `org-get-at-bol'.
218         * org-colview.el (org-columns-display-here)
219         (org-columns-edit-allowed, org-agenda-columns): Use
220         `org-get-at-bol'.
222 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org.el (org-special-ctrl-a/e): Improve documentation and
225         customize type.
226         (org-end-of-line): Don't jump to after the ellipsis.
227         (org-mode-map): Bind <home> and <end> as well.
229 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
232         space after #+ as comments.
233         (org-open-at-point): Run `org-follow-link-hook' always.
235         * org-latex.el (org-export-latex-emph-format): Use better commands
236         to insert special characters in verbatim snippets.
238 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
240         * org-faces.el (org-copy-face): New function.  Use it to create
241         various faces formerly created by using `copy-face'.
243         * org-agenda.el (org-prepare-agenda): Don't officially mark this
244         window dedicated.
245         (org-agenda-quit): Kill the frame containing the agenda window if
246         that frame was created for the agenda.
248 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
250         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
251         stamp in the agenda.
253 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
255         * org-mobile.el (org-mobile-create-index-file): Add the list of
256         TODO keywords, and the list of drawers to the index file.
258         * org-agenda.el (org-prepare-agenda): Reset
259         `org-drawers-for-agenda'.
260         (org-prepare-agenda): Uniquify list of drawers.
262         * org.el (org-complex-heading-regexp-format): New variable.
263         (org-set-regexps-and-options): Define
264         `org-complex-heading-regexp-format'.
265         (org-drawers-for-agenda): New variable.
266         (org-map-entries): Bind `org-drawers-for-agenda'.
267         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
269         * org-remember.el (org-go-to-remember-target)
270         (org-remember-handler): Use `org-complex-heading-regexp-format'.
272 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org-agenda.el (org-agenda-highlight-todo): Fix text property
275         problem.
277         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
278         the capture file, and make it non-configurable.
280         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
281         always with `invisible-ok'.
282         (org-store-link): No error when there is nothing to link to in the
283         agenda.
285         * org-list.el (org-update-checkbox-count): Insert changed cookie
286         before the old, to avoid problems with invisibility at the end of
287         the line.
288         (org-update-checkbox-count): Insert changed cookie before the old,
289         to avoid problems with invisibility at the end of the line.
291         * org.el (org-sort-entries-or-items): Include the final newline.
292         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
293         lines for fontification.
294         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
295         (org-prepare-dblock): Store the current indentation of the BEGIN
296         line.
297         (org-update-dblock): Apply the indentation of the begin line to
298         the rest of the block.
299         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
300         (org-startup-folded): New allowed value `showeverything'.
301         (org-startup-options): Add STARTUP keyword `showeverything'.
302         (org-set-startup-visibility): Respect value `showeverything' in
303         org-startup-folded.
305 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
307         * org.el (org-closest-date): Fix issue with past preference.
309         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
311         * org-archive.el (org-archive-set-tag)
312         (org-archive-subtree-default): New commands.
314         * org-mobile.el (org-mobile-create-index-file): Fix link to
315         capture file.
316         (org-mobile-copy-agenda-files): Create the capture file if it does
317         not exist.
319         * org-clock.el (org-clock-clocktable-default-properties): New
320         option.
321         (org-clock-report): Use
322         `org-clock-clocktable-default-properties'.
324 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org.el (org-iswitchb-completing-read): Fix typo.
328         * org-crypt.el: New file.
330         * org.el: Add an entry for org-crypt.
332 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
335         consistency.
336         (org-batch-store-agenda-views): New function.
337         (org-mobile-force-id-on-agenda-items): Mention variable.
338         (org-agenda-title-append): Define variable.
339         (org-write-agenda): New export to Org files.
340         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
341         (org-agenda): Allow to keep the restricted file list if a special
342         variable is bound to t.
343         (org-agenda): Define a special agenda view for working on flagged
344         entries.
345         (org-agenda-get-restriction-and-command): List the new agenda
346         view.
347         (org-agenda-show-the-flagging-note): New command.
348         (org-agenda-mode-map): New key `?' for looking at the flagging
349         note.
351         * org.el (org-autoload): Autoload org-mobile.el.
352         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
354         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
356 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
359         statements.
360         (org-table-get-remote-range): Match indented #+TBLNAME
361         statements.
363         * org.el (org-convert-to-odd-levels)
364         (org-convert-to-oddeven-levels): Work also correctly if the file
365         is in outline-mode.
367 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
369         * org.el (org-store-link): When in agenda buffer, link to
370         referenced entry.
371         (org-add-planning-info): Remove spaces at eol.
373         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
374         property.
376 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
378         * org-latex.el (org-export-latex-first-lines): Fix problem with
379         LaTeX export of first line and selected subtree.
381         * org.el (org-shifttab): Interpret arg differently when using only
382         odd levels.
384 2009-09-09  Bastien Guerry  <bzg@altern.org>
386         * org.el (org-check-agenda-file): Use a more explicit message
388 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
390         * org-exp.el (org-export-remove-special-table-lines): Don't remove
391         normal lines.
393 2009-09-08  Bastien Guerry  <bzg@altern.org>
395         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
396         prompt in the temporary window.
398         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
399         prefix for marked entries in the agenda view.
401 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
403         * org.el (outline-end-of-subtree): Bugfix: advise this function in
404         a way that prevents any trailing character from being displayed.
406 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
409         menu.
411         * org-exp.el (org-export-remove-special-table-lines): Remove bad
412         slow regexp match.
414 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org-latex.el (org-export-latex-preprocess): Do not protect in
417         the LaTeX header.
419         * org-src.el (org-edit-src-save): Save window setup while saving.
420         (org-edit-src-code): Use new buffer name construction scheme.
422 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
425         variable.
426         (org-agenda-entry-text-cleanup-hook): New hook.
427         (org-agenda-get-some-entry-text): Remove matches of
428         `org-agenda-entry-text-exclude-regexps' and run the hook
429         `org-agenda-entry-text-cleanup-hook'.
431         * org.el (org-offer-links-in-entry): New argument ZERO to
432         implement a link with index zero.
433         (org-cycle-show-empty-lines): Not keep empty line under header
434         hidden.
435         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
436         to nil for special completion.
437         (org-store-link): Don't error before the first heading.
439         * org-agenda.el (org-agenda-open-link): Pass the prefix to
440         `org-offer-links-in-entry'.
442 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
444         * org-agenda.el (org-agenda-quit): Provide the window argument for
445         `window-dedicated-p', Emacs 22 needs it.
446         (org-format-agenda-item): If the category is a link, arrange for
447         invisible text to replaced with spaces.
448         (org-compile-prefix-format): Add the extra space.
449         (org-prefix-category-length): New variable.
451         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
452         references from TOC lines.
454         * org.el (org-selected-window): New variable.
456         * org-table.el (org-table-edit-formulas): Remember the selected
457         window.
458         (org-table-fedit-finish, org-table-fedit-abort): Select the window
459         that was originally selected.
461         * org-exp.el (org-export-preprocess-apply-macros): Scan the
462         expansion of a macro for more macro definitions.
464         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
465         invisibility overlay starts on the newline.
467 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
469         * org-protocol.el (org-protocol-store-link)
470         (org-protocol-remember, org-protocol-open-source): Add autoloads.
472         * org-compat.el (org-float-time): New function.
474         * org.el (org-clock-update-time-maybe)
475         (org-sort-entries-or-items, org-do-sort)
476         (org-evaluate-time-range, org-time-string-to-seconds)
477         (org-closed-in-range): Use `org-float-time'.
479         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
480         (org-timer-seconds):  Use `org-float-time'.
482         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
483         (org-clock-sum, org-dblock-write:clocktable)
484         (org-clocktable-steps):  Use `org-float-time'.
486         * org-agenda.el (org-agenda-last-marker-time)
487         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
489         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
490         function.
492         * org-exp.el (org-get-file-contents): Only protect lines that
493         really need it.
495         * org-html.el (require): Require cl for compilation.
497         * org.el:  Avoid using `default-major-mode'.
499         * org-plot.el (require): Require CL only at compile time.
501         * org-exp.el (require): Require CL only at compile time.
503         * org-agenda.el (org-agenda-quit): When the agenda window is
504         dedicated, remove other windows before exiting, so that the frame
505         really will be killed.
507         * org-exp.el (org-export-handle-include-files): Reset START and
508         END for each loop cycle.
510 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
512         * org.el (org-eval-in-calendar): Use
513         `org-select-frame-set-input-focus'.
515         * org-compat.el (org-select-frame-set-input-focus): New function.
517         * org.el (org-update-statistics-cookies): New function.
518         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
520 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
522         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
523         after the local variables are set.
525         * org-latex.el (org-export-latex-protect-amp): New function.
526         (org-export-latex-links): Protect link ampersands in tables.
528         * org-exp.el (org-export-select-backend-specific-text): Match in
529         two steps, to avoid regexp problems.
531         * org.el (org-offer-links-in-entry): Improve working with many and
532         duplicate links.
534         * org-agenda.el (org-agenda-show-1): Make more consistent with
535         normal cycling.
536         (org-agenda-cycle-show): Make more consistent with normal cycling.
538         * org-gnus.el (org-gnus-store-link): Restore the linking to a
539         website.
541 2009-08-30  Bastien Guerry  <bzg@altern.org>
543         * org-latex.el (org-export-latex-first-lines): Bugfix.
545 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org-clock.el (org-clock-modify-effort-estimate): Emit message
548         about new effort.
550         * org.el (org-set-effort): New function.
551         (org-mode-map): New key for effort setting command.
553         * org-agenda.el (org-agenda): Keep window setup when calling
554         agenda from within agenda window.
555         (org-agenda-mode-map): New keys for effort setting commands.
556         (org-agenda-menu): Add effort setting commands to menu.
557         (org-agenda-set-property, org-agenda-set-effort): New functions.
559         * org-latex.el (org-export-latex-tables): Fix
560         `org-table-last-alignment' and `org-table-last-column-widths' if
561         the first column has been removed.
563 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
565         * org.el (org-remove-timestamp-with-keyword): Only remove in
566         entry, not in subtree.
568         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
569         emacs lisp.
571         * org.el (org-open-at-point): When on headline, offer all strings
572         in entry.
574         * org-remember.el (org-remember-templates): Documentation fix.
576         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
577         `org-get-last-sibling' instead of the outline versions of these
578         functions.
579         (org-get-last-sibling): New function.
580         (org-refile): Use `org-get-next-sibling' instead of the outline
581         version of this function.
582         (org-clean-visibility-after-subtree-move): Use
583         `org-get-next-sibling' and `org-get-last-sibling' instead of the
584         outline versions of these functions.
586 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
588         * org-agenda.el (org-prepare-agenda): When creating a new frame
589         for the agenda, make the window dedicated.
591         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
593         * org-table.el (org-table-align): Change the order of reinsertion
594         and deletion, to avoid problems with overlays following the table.
596         * org.el (org-parse-time-string): Better error message.
597         (org-show-subtree): Use org-end-of-subtree.
599         * org-macs.el (org-goto-line): New defsubst.
601         * org.el (org-open-file, org-change-tag-in-region)
602         (org-fast-tag-show-exit): Don't use `goto-line'.
604         * org-table.el (org-table-align, org-table-insert-column)
605         (org-table-delete-column, org-table-move-column)
606         (org-table-sort-lines, org-table-copy-region)
607         (org-table-paste-rectangle, org-table-wrap-region)
608         (org-table-get-specials, org-table-rotate-recalc-marks)
609         (org-table-get-range, org-table-recalculate)
610         (org-table-edit-formulas, org-table-fedit-convert-buffer)
611         (org-table-show-reference, org-table-highlight-rectangle): Don't
612         use `goto-line'.
614         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
615         (org-edit-src-exit): Don't use `goto-line'.
617         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
619         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
620         Don't use `goto-line'.
622         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
624         * org-colview.el (org-columns, org-columns-redo)
625         (org-agenda-columns): Don't use `goto-line'.
627         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
628         use `goto-line'.
630         * org-agenda.el (org-agenda-mode): Force visual line motion off.
631         (org-agenda-add-entry-text-maxlines): Improve docstring.
632         (org-agenda-start-with-entry-text-mode): New option.
633         (org-agenda-entry-text-maxlines): New option.
634         (org-agenda-entry-text-mode): New variable.
635         (org-agenda-mode): Set initial value of
636         `org-agenda-entry-text-mode'.
637         (org-agenda-mode-map): Add the `E' key.
638         (org-agenda-menu): Add entry text mode to the menu.
639         (org-agenda-get-some-entry-text): Fix line count bug.
640         (org-finalize-agenda): Apply entry text mode if appropriate.
641         (org-agenda-entry-text-show-here): New function.
642         (org-agenda-entry-text-show): New function.
643         (org-agenda-entry-text-hide): New function.
644         (org-agenda-view-mode-dispatch): Add entry text mode to the view
645         key menu.
646         (org-agenda-entry-text-mode): New command.
647         (org-agenda-set-mode-name): Add entry text mode to the mode line
648         string.
649         (org-agenda-undo, org-agenda-get-restriction-and-command)
650         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
651         `goto-line'.
653 2009-08-26  Bernt Hansen  <bernt@norang.ca>
655         * org-clock.el (org-notify): Bugfix.
657 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
659         * org-agenda.el (org-agenda-open-link): Handle multiple links and
660         check for after-string.
662         * org-gnus.el (org-gnus-store-link): Simplify.
664         * org.el (org-latex-regexps): Don't add extra empty lines for
665         display formulas.
667 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
669         * org-agenda.el (org-agenda-get-some-entry-text): New function.
670         (org-agenda-add-entry-text): Use
671         `org-agenda-get-some-entry-text'.
673         * org.el (org-cycle-separator-lines): Update docstring.
674         (org-cycle-show-empty-lines): Handle negative values for
675         `org-cycle-show-empty-lines'.
677         * org-exp.el (org-export-protect-sub-super): New function.
678         (org-export-normalize-links): Protect the url of plain links from
679         supscript and superscript processing.
681         * org-remember.el (org-remember-escaped-%): New function.
682         (org-remember-apply-template): Use `org-remember-escaped-%' to
683         detect escaped % signs.
685 2009-08-23  Bastien Guerry  <bzg@altern.org>
687         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
688         sound when showing the notification.
690         * org-clock.el (org-notify): New function.
691         (org-clock-notify-once-if-expired): Use `org-notify'.
693         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
694         and `gnus-article-mode' separately.
695         (gnus-summary-article-header): Fix the declare-function.
697 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
699         * org-exp.el (org-export-format-source-code-or-example): Translate
700         language.
702         * org-src.el (org-src-lang-modes): New variable
703         (org-edit-src-code): Translate language.
705         * org-exp.el (org-export-format-source-code-or-example): Deal wit
706         the new structure of the `org-export-latex-listings-langs'
707         variable.
709         * org-latex.el (org-export-latex-listings-langs): Change structure
710         of the variable from plist to alist.
712 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org.el (org-in-commented-line): New function.
716 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
718         * org.el (org-hide-block-toggle): Make folded blocks searchable.
720 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
722         * org.el (org-flag-drawer): More useful error.
724 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
726         * org-remember.el (org-remember-apply-template): Use
727         org-icompleting-read.
729         * org-publish.el (org-publish): Use org-icompleting-read.
731         * org-colview.el (org-columns-edit-value, org-columns-new)
732         (org-insert-columns-dblock): Use org-icompleting-read.
734         * org-colview-xemacs.el (org-columns-edit-value)
735         (org-columns-new, org-insert-columns-dblock): Use
736         org-icompleting-read.
738         * org-attach.el (org-attach-delete-one, org-attach-open): Use
739         org-icompleting-read.
741 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org.el (org-hierarchical-todo-statistics): Improve docstring.
744         (org-version): Return the version text.
745         (org-org-menu): Add a menu entry for the new bug reporter.
746         (org-submit-bug-report): New command.
748         * org-list.el (org-hierarchical-checkbox-statistics): Improve
749         docstring.
751         * org.el (org-emphasis-regexp-components): Add "`" to set of
752         pre-emphasis characters.
754         * org-latex.el (org-export-latex-classes): Always include the soul
755         package.
756         (org-export-latex-emphasis-alist): Use \st for strikethough.
758         * org-exp-blocks.el (org-export-blocks-preprocess): Use
759         `indent-code-rigidly' to indent.
761         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
762         properties only if MATCH really is a string.
764 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
766         * org-latex.el (org-export-latex-packages-alist): Fix
767         customization type.
769         * org.el (org-create-formula-image): Also use
770         `org-export-latex-packages-alist'.
772         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
773         (org-export-as-html): Format footnotes correctly.
775 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org.el (org-fast-tag-selection): Avoid text properties on tags
778         in the alist.
780         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
781         text properties on the match element.
783 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
785         * org.el (org-set-regexps-and-options): Make sure the list of done
786         keywords is not invalid.
788         * org-exp.el (org-export-interpolate-newlines): New function.
790 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
792         * org.el (org-format-latex): Avoid nested overlays.
794         * org-latex.el (org-export-latex-listings-langs): Add a few more
795         languages.
797         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
798         ignore newlines and space before the first macro argument.
800         * org-latex.el (org-export-latex-tables): Remove save-excursion
801         around `org-table-align'.
803 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
805         * org.el (org-export-html-special-string-regexps): Definition
806         moved into org.el
808         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
809         in macro calls.
811 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org-latex.el (org-export-latex-listings)
814         (org-export-latex-listings-langs): New options.
816         * org-exp.el (org-export-format-source-code-or-example): Use
817         listing package if requested by the user.
819 2009-08-08  Bastien Guerry  <bzg@altern.org>
821         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
822         command before actually switching to a buffer.
824 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org-exp.el (org-get-file-contents): Only quote org lines when
827         the markup is src or example.
829         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
830         New option
831         (org-agenda-get-day-entries): Remember deadline results and pass
832         them on into the function getting the scheduling information.
833         (org-agenda-get-scheduled): Accept deadline results as parameters
834         and maybe skip some entries.
835         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
837         * org.el (org-insert-heading): When respecting content, do not
838         convert current line to headline.
840         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
841         cheeeeeck the hd marker
842         (org-clock-in): Also set the hd marker.
843         (org-clock-out): Also set the hd marker.
844         (org-clock-cancel): Reset markers.
846         * org.el (org-clock-hd-marker): New marker.
848         * org-faces.el (org-agenda-clocking): New face.
850         * org-agenda.el (org-agenda-mark-clocking-task): New function.
851         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
853         * org.el (org-modules): Add org-track.el.
855         * org-agenda.el (org-agenda-bulk-marked-p): New function.
856         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
857         `org-agenda-bulk-marked-p'.
858         (org-agenda-bulk-toggle): New command.
860 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org.el (org-move-subtree-down): Hide subtree if it was folded,
863         not just the body.
865         * org-remember.el (org-remember-finalize): Avoid buffer-modified
866         messages.
884 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
886         * org-latex.el (org-export-latex-first-lines): Fix bug with
887         finding the end of the first lines.
889         * org.el (org-create-formula-image): Remove the -E option for
890         dvipng.
892         * org-exp.el (org-default-export-plist): Respect #+BIND.
893         (org-export-confirm-letbind): New function.
895         * org.el (org-paste-subtree): Test the kill ring entry if it is
896         going to be used.
897         (org-copy-subtree): Use `org-forward-same-level'.
898         (org-forward-same-level): Respect the `invisibe-ok' arg for
899         back-to-heading.
901 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
903         * org.el (org-table-map-tables): Make sure cursor is back at table
904         beginning after funcall.
906         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
907         handled before children, and do not error if an entry is not
908         found, probably because it hase been remove when the parent was
909         archived or refiled.
911         * org.el (org-ido-completing-read): Accept straight lists for
912         completion as well as alists.
914         * org-html.el (org-export-as-html): Fix parenthesis error in
915         footnore code.
917         * org-timer.el (org-timer-cancel-timers): Renamed from
918         `org-timer-cancel-timers'.
920         * org.el (org-cycle-internal-local): Fix problem with finding next
921         invisible line.
923 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org-list.el (org-list-send-list): Call
926         `org-list-goto-true-beginning' instead of
927         `org-list-find-true-beginning', which does not exist.
929         * org-timer.el (org-timer-reset-timers): Use `mapc'.
930         (org-timer-set-timer): Do not assign to heading.
932         * org-id.el (org-id-open): Quote function name.
934         * org-macs.el (org-unmodified): Turn off recording undo
935         information while running inside the macro.
937         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
938         variable.
939         (org-indent-mode): Remember and restore value of
940         org-hide-leading-stars before `org-indent-mode'.
942         * org-table.el (org-table-export): Also work in file-less
943         buffers.
945         * org.el (org-startup-indented): New option.
946         (org-startup-options): Add new options indent and noindent.
947         (org-unfontify-region): Remove line-prefix and wrap-prefix
948         properties.
949         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
950         hooks.
951         (org-promote, org-demote): Run the new hooks.
953         * org-table.el (org-table-align): Replace leading \n as well.
955         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
956         and `line-wrap' text properties.
958         * org-compat.el (org-kill-new): New function.
960         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
961         `line-wrap' text properties.
963         * org-indent.el: New file.
965 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
967         * org.el (org-provide-todo-statistics): Tweak docstring.
969         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
971 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
973         * org-exp.el (org-export-as-org): Insert the "-source" string
974         before the extension.
976         * org.el (org-read-date): Make sure the calendar is in the current
977         frame.
978         (org-set-emph-re): Remove the ? from the post-match.
979         (org-emphasis-regexp-components): Add backslash to the
980         postmatch class.
981         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
982         optional so that also lines at the end of the buffers will still
983         be matched as headlines.
985         * org-table.el (org-table-error-on-row-ref-crossing-hline):
986         Variable made obsolete.
987         (org-table-relative-ref-may-cross-hline): New option.
988         (org-table-find-row-type): Honow the new option
989         `org-table-relative-ref-may-cross-hline'.
991 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org-table.el (org-table-cut-region, org-table-copy-region): Work
994         on single field if no active region.
996 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
998         * org-latex.el (org-export-latex-make-header): Only insert title
999         if one is defined.
1001         * org.el (org-make-options-regexp): Allow empty values.
1003         * org-html.el (org-export-as-html): Move hrule detection to after
1004         plain list handling.
1006 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1010 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1012         * org.el (org-cycle-internal-local): Improved version of finding
1013         next visible line.
1014         (org-cycle-hide-drawers): Only hide drawers if this is really
1015         necessary.
1016         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1017         org-version of this function in Org-mode.  We use advice to
1018         implement this change, so that future changes to this function in
1019         outline.el wil be handled properly.
1020         (org-forward-same-level, org-backward-same-level): New commands.
1022 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org.el (org-remove-empty-overlays-at)
1025         (org-clean-visibility-after-subtree-move): New functons.
1026         (org-move-subtree-down): Simplify cleanup of display.
1028 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1030         * org-mac-message.el (org-mac-message-get-links): Improve
1031         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1032         "s".  Fix the return value.
1033         (org-mac-message-insert-flagged): Simplify.
1035         * org.el (org-refile-get-location): Tamper with refile history o
1036         that history contains compete matches instead of the entered
1037         string.
1039 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1041         * org.el (org-store-link): Never store a link to an inline task.
1043         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1045         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1046         inline tasks when positioning footnotes.
1048         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1049         function.
1051         * org.el (org-refile): Remove the END line when archiving an
1052         inline task that does have an END line.
1054         * org-archive.el (org-archive-subtree): Remove the END line when
1055         archiving an inline task that does have an END line.
1057         * org-macs.el (org-with-limited-levels): New macro.
1058         (org-get-limited-outline-regexp): New function.
1060         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1061         that did not enumerate first line.
1062         (org-export-mark-radio-links): Skip matches in links.
1064 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1066         * org.el (org-activate-plain-links): Make single-match.
1067         (org-adapt-indentation): Fix docstring.
1069         * org-macs.el (org-unmodified): Turn of modification hooks while
1070         running this macro.
1072 2009-08-02  Bastien Guerry  <bzg@altern.org>
1074         * org.el (org-adapt-indentation): Slightly improve the docstring.
1075         (org-occur): Sends an error when the user inputs an empty string.
1076         (org-priority): Bugfix: the tag alignement should happen within
1077         save-excursion.
1079 2009-07-31  Bastien Guerry  <bzg@altern.org>
1081         * org.el (org-make-link-regexps): Don't exclude parentheses from
1082         `org-plain-link-re'
1083         (org-cycle-internal-local): When locally cycling, switch directly
1084         from CHILDREN to FOLDED if there is no subtree
1085         (org-cycle): Update the docstring to document the new behavior of
1086         `org-cycle-internal-local'.
1088 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1090         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1091         an abbreviated format for days.
1093 2009-07-27  Bastien Guerry  <bzg@altern.org>
1095         * org-protocol.el (org-protocol-default-template-key): New
1096         option.
1098         * org.el (org-refile): Bugfix: save-excursion before reading the
1099         refile target, otherwise cursor moves might confuse `org-refile'.
1101         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1102         footnote reference before the footnote itself.
1104         * org.el (org-toggle-heading): Bugfix: correctly convert list
1105         items before the first headline.
1107         * org-html.el (org-export-html-footnote-format): New option for
1108         formatting the footnote reference.
1109         (org-export-as-html): Use the new option.
1111         * org.el (org-provide-todo-statistics): Allow a list of TODO
1112         keywords to compute statistics against headlines containing a
1113         keyword from this list.
1114         (org-update-parent-todo-statistics): Possibly use the new allowed
1115         value of `org-provide-todo-statistics'.
1117 2009-07-26  Bastien Guerry  <bzg@altern.org>
1119         * org-timer.el: Add autoload cookie.
1121         * org.el (org-occur-link-in-agenda-files): New function.
1123         * org-timer.el (org-timer-last-timer): New variable.
1125         * org-agenda.el (org-agenda-mode-map): New key for
1126         org-timer-set-timer called from the agenda.
1128         * org.el (org-mode-map): New key for org-timer-set-timer.
1130         * org-timer.el (org-timer-reset-timers)
1131         (org-timer-show-remaining-time, org-timer-set-timer): New
1132         functions.
1134         * org-clock.el (org-show-notification): Update the docstring.
1136         * org.el (org-provide-todo-statistics): Allow new value
1137         'all-headlines for this option, which includes entries with no
1138         TODO keywords in the todo statistics.
1139         (org-update-parent-todo-statistics): Possibly use the new
1140         'all-headline value from `org-provide-todo-statistics'.
1142 2009-07-25  Bastien Guerry  <bzg@altern.org>
1144         * org-clock.el (org-dblock-write:clocktable): Add a new option
1145         :timestamp which allows display of timestamps in clock reports.
1147         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1148         list to a subtree, preserving the structure of the list.
1149         (org-set-emph-re): Make the last element optional in the regexp.
1150         This regexp now matches an emphasized string at the end of a line.
1152         * org-list.el (org-list-goto-true-beginning)
1153         (org-list-make-subtree, org-list-make-subtrees): New functions.
1155         * org.el (org-eval-in-calendar): Select the right frame.
1156         (org-save-frame-excursion): Remove this macro.
1158 2009-07-24  Bastien Guerry  <bzg@altern.org>
1160         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1161         trying to find the beginning of a list.
1163         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1164         When present, tell org-get-file-contents not to protect org-like
1165         lines.
1167         * org-id.el (org-id-uuid-program): New option to set the name of
1168         the uuidgen program.
1169         (org-id-method): Use `org-id-uuid-program'.
1170         (org-id-new): Use `org-id-uuid-program'.
1172 2009-07-23  Bastien Guerry  <bzg@altern.org>
1174         * org-exp.el (org-export-number-lines): Allow whitespace in code
1175         references.  Allow the -r switch to remove the references in the
1176         source code even when the lines are not numbered: the labels can
1177         be explicit enough.
1179         * org.el (org-fontify-whole-heading-line): New option.
1180         (org-set-font-lock-defaults): Use the new option.
1182         * org-clock.el (org-show-notification-handler): New option.
1183         (org-show-notification): Use the new option.
1185 2009-07-21  Bastien Guerry  <bzg@altern.org>
1187         * org.el (org-eval-in-calendar): Fix a bug about calendar
1188         navigation when `calendar-setup' value is 'calendar-only.
1190 2009-07-19  Bastien Guerry  <bzg@altern.org>
1192         * org.el (orgstruct++-mode): Fix typo in docstring.
1193         (org-insert-link): Clean up: (or (...)) => (...)
1194         (org-insert-link): Use TAB for stored links completion.
1196 2009-07-18  Bastien Guerry  <bzg@altern.org>
1198         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1199         building the list of targets.
1201         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1202         option.
1203         (org-remember-handler): Use the new option.
1205 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1207         * org.el (org-tags-sort-function): New option for sorting tags.
1208         (org-set-tags): Use the new option to sort tags.
1210         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1211         premature deletion of the data when using org-plot in a script.
1213 2009-07-17  Bastien Guerry  <bzg@altern.org>
1215         * org-clock.el (org-clock-in-prepare-hook): New hook.
1216         (org-clock-in): Use this new hook.
1218 2009-07-16  Bastien Guerry  <bzg@altern.org>
1220         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1221         'reversed for this option to the "true line boundary first"
1222         behavior.
1223         (org-tags-match-list-sublevels): Document the 'indented value for
1224         this variable.
1226         * org-latex.el (org-export-latex-first-lines): Fix problem with
1227         publishing the region.
1229         * org-exp.el (org-export-format-source-code-or-example): Fix
1230         bad line numbering when exporting examples in HTML.
1232 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1234         * org-colview.el (org-format-time-period): Formats a time in
1235         fractional days as days, hours, mins, seconds.
1236         (org-columns-display-here): Add special handling for SINCE and
1237         SINCE_IA to format for display.
1239         * org.el (org-time-since): Add a function to get the time since an
1240         org timestamp.
1241         (org-entry-properties): Add two new special properties: SINCE and
1242         SINCE_IA. These give the time since any active or inactive
1243         timestamp in an entry.
1244         (org-special-properties): Add SINCE, SINCE_IA.
1245         (org-tags-sort-function): Add custom declaration for tags
1246         sorting function.
1247         (org-set-tags): Sort tags if org-tags-sort-function is set
1249 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1251         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1253         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1255         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1256         option.
1258 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1260         * org-publish.el (org-publish-remove-all-timestamps): New function.
1261         (org-publish-all): Remove all timestamp files if `org-publish-all'
1262         is called with a prefix argument.
1264         * org-list.el (org-indent-item): Fix typo.
1265         (org-item-indent-positions): Normalize ordered bullet.
1267         * org-html.el (org-export-html-home/up-format): New option.
1268         (org-export-as-html): Insert the up and HOME links.
1270 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org-html.el (org-export-as-html): Insert the title into the
1273         option plist.
1274         (org-export-html-insert-plist-item): New function.
1275         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1277         * org-macs.el (org-set-local): Make a local variable, do not make
1278         the variable buffer-local!
1280         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1282         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1284         * org-docbook.el (org-export-as-docbook): Call
1285         `org-install-letbind'.
1287         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1289         * org-exp.el (org-infile-export-plist): Read BIND lines.
1290         (org-install-letbind): New function.
1291         (org-export-as-org, org-export-preprocess-string): Call
1292         `org-install-letbind'.
1294         * org-src.el (org-edit-src-exit): Untabify the example before
1295         returning to Org.
1297         * org-list.el (org-list-demote-modify-bullet): New option.
1298         (org-first-list-item-p): Save point.
1299         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1300         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1301         (org-item-indent-positions): Return bullet types along with
1302         indentation.
1304 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org.el (org-show-entry): Hide drawers.
1308 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1310         * org-footnote.el (org-footnote-auto-adjust): New option.
1311         (org-footnote-auto-adjust-maybe): New function.
1312         (org-footnote-new, org-footnote-delete): Call
1313         `org-footnote-auto-adjust-maybe'.
1315         * org.el (org-startup-options): Add new footnote-related
1316         keywords.
1318         * org-publish.el (org-publish-timestamp-filename): Additional
1319         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1320         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1321         TRUE-PUB-DIR.  Pass them through to
1322         `org-publish-timestamp-filename'.
1323         (org-publish-update-timestamp): Additional arguments PUB-DIR and
1324         PUB-FUNC, which are included in the hash.
1325         (org-publish-file): Delay timestamp test until the publishing
1326         function is known.
1328 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1331         setting the deadline.
1333         * org.el (org-read-date-final-answer): New variable.
1334         (org-read-date): Store the final answer string, including the date
1335         from the calendar, for reuse by agenda bulk commands.
1337         * org-publish.el (org-publish-attachment): Fix publishing of
1338         attachments.
1340         * org-latex.el (org-export-latex-quotation-marks): Fix export of
1341         quotation makrs in parenthesis.
1342         (org-remove-initial-hash): New function.
1343         (org-export-latex-preprocess): Fix bug with infinite loop if
1344         environment is not properly closed.
1346         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1347         when indented.
1349         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1350         highlight also when indented.
1352 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org-footnote.el (org-footnote-renumber-fn:N): New command.
1355         (org-footnote-action): Offer renumbering.
1357         * org.el (org-cycle): Honor the `integrate' value of
1358         org-cycle-include-plain-lists'.
1360         * org-list.el (org-cycle-include-plain-lists): New allowed value
1361         `internal'.  Improve the docstring.
1363         * org.el (org-set-autofill-regexps): Improve the paragraph-start
1364         regexp to work better with LaTeX commands.
1366 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
1368         * org-feed.el (org-feed-update): fix problem with non-existing
1369         buffer.
1370         (org-feed-skip-http-headers): New function.
1371         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1372         (org-feed-get-feed): Fix command line arguments for curl.
1374 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
1376         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1377         and eps extensions.
1379 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1382         loaded.
1384         * org.el (org-map-entries): No longer force
1385         `org-tags-match-list-sublevels' to t during a todo-only tags
1386         search.
1388 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org-latex.el (org-export-latex-low-levels): Allow user-defined
1391         environment.
1392         (org-export-latex-subcontent): Handle user-defined environment.
1394         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1395         the View dispatcher.
1397         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1398         `make-overlay'.
1400         * org-latex.el (org-export-as-pdf): Protect match data during call
1401         to shell-quote-argument.
1403         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1404         (org-agenda-view-mode-dispatch): New function.
1406 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-agenda.el (org-agenda-mode): Reset list of marks.
1409         (org-agenda-mode-map): Define new keys for refile and bulk action.
1410         (org-agenda-menu): Add menu itesm for refile and bulk action.
1411         (org-agenda-refile): New function.
1412         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1413         (org-agenda-marked-entries): New variable.
1414         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1415         (org-agenda-remove-all-bulk-action-marks)
1416         (org-agenda-bulk-action): New functions/commands.
1418 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
1420         * org-exp.el (org-get-file-contents): Protect org-like lines in
1421         included files.
1422         (org-export-format-source-code-or-example): Remove newlines.
1424         * org-latex.el (org-export-latex-links): Check for no-description
1425         marking.
1427         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
1428         argument separator back to comma.
1429         (org-export-normalize-links): Mark links without description.
1431 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
1433         * org-exp.el (org-infile-export-plist): Fix bug in macro
1434         processing.
1436         * org-agenda.el (org-agenda-clock-out): Update line after clocking
1437         out.
1438         (org-agenda-highlight-todo): Fix bug with highlighting.
1440 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
1443         new alignment strings.
1445         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
1446         command list.
1447         (org-table-align): Check for forced align type.
1449         * org.el (org-self-insert-command): Add yas/expand to command
1450         list.
1452         * org-clock.el (org-clock-in-hook): New hook.
1453         (org-clock-in): Run `org-clock-in-hook.
1454         (org-clock-out-hook): New hook.
1455         (org-clock-out): Run `org-clock-out-hook.
1456         (org-clock-cancel-hook): New hook.
1457         (org-clock-cancel): Run `org-clock-cancel-hook.
1458         (org-clock-goto-hook): New hook.
1459         (org-clock-goto): Run `org-clock-goto-hook.
1461 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
1463         * org.el (org-store-link): Better default description for link to
1464         Org-mode headline.
1466         * org-exp.el (org-export-generic): Autoload the generic exporter
1467         function.
1468         (org-export): Implement the `g' key for the generic exporter.
1470 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
1472         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
1473         and for zbacktab'.
1475         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
1477         * org-exp.el (org-infile-export-plist): Get macros also from
1478         #+SETUPFILE.
1480 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
1482         * org-colview.el (org-columns-capture-view): Protect vertical bars
1483         in column values.
1484         (org-columns-capture-view): Exclude comment and archived trees.
1486         * org-colview-xemacs.el (org-columns-capture-view): Protect
1487         vertical bars in column values.
1488         (org-columns-capture-view): Exclude comment and archived trees.
1490         * org.el (org-quote-vert): New function.
1492         * org-latex.el (org-export-latex-verbatim-wrap): New option.
1494         * org-exp.el (org-export-format-source-code-or-example): Use
1495         `org-export-latex-verbatim-wrap'.
1497         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
1498         time stamps.
1500         * org-html.el (org-export-table-row-tags): New option.
1501         (org-format-org-table-html): Rename `nlines' to `nline', use new
1502         option.
1505 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1507         * org-exp-blocks.el: Declare functions and variables.
1509         * org-remember.el (org-remember-templates): Allow the headline
1510         element to be a function.
1511         (org-remember-apply-template): If the headline is a function, call
1512         it to get the true function.
1514         * org-clock.el (org-clock-menu): New function.
1515         (org-clock-update-mode-line): Update help string.
1516         (org-clock-modify-effort-estimate): New function.
1517         (org-clock-mark-default-task): New function.
1519         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1520         minutes as input.
1521         (org-org-menu): Add new clocking stuff.
1522         (org-clock-is-active): New function.
1524 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1526         * org.el (org-open-non-existing-files): Improve docstring.
1528 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1530         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1531         option.
1532         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1534         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1536         * org-list.el (org-get-checkbox-statistics-face): Use the new
1537         faces.
1539         * org-faces.el (org-checkbox-statistics-todo)
1540         (org-checkbox-statistics-done): New faces.
1542 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1544         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1545         (org-edit-src-exit): Better cursor positioning when returning from
1546         editing.
1548         * org-latex.el (org-export-latex-use-verb): New variable.
1549         (org-export-latex-emph-format): Prefer \texttt over \verb when
1550         org-export-latex-use-verb is set.
1552 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1555         at normal indentation.
1557         * org-html.el (org-export-html-close-lists-maybe): Also look at
1558         normal indentation.
1560         * org-remember.el (org-remember-handler): Abort remember if the
1561         buffer is empty.
1563         * org-src.el (org-edit-src-content-indentation): New option.
1564         (org-edit-src-exit): Apply extra indentation.
1566         * org-exp.el (org-export-format-source-code-or-example): Run
1567         `org-src-mode-hook'.
1569         * org-src.el (org-src-mode-hook): New variable.
1570         (org-edit-src-code): Run `org-src-mode-hook'.
1572 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1576         * org-src.el (org-edit-src-get-indentation): New function.
1577         (org-edit-src-code): Base indentation on the begin line.
1579 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1581         * org-gnus.el (org-gnus-store-link): Require message.el in
1582         org-gnus-store-link.
1584 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1586         * org-src.el: New file, split out of org.el
1588         * org-docbook.el (org-export-as-docbook): Better indentation
1589         treatment.
1591         * org-macs.el (org-replace-match-keep-properties): New function.
1593         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1594         preprocessing of center and quote and verse blocks.
1596         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1597         (org-export-as-docbook): Close lists when original indentation
1598         mandates it.
1600         * org-html.el (org-export-html-close-lists-maybe): New function.
1601         (org-export-as-html): Close lists when original indentation
1602         mandates it.
1604         * org-list.el (org-list-end): Respect the stored "original"
1605         indentation when determining the end of the list.
1607         * org-exp.el (org-export-replace-src-segments-and-examples):
1608         Remember indentation correctly.
1610 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1612         * org-clock.el (org-clock-update-mode-line): Apply face
1613         org-mode-line-clock.
1615         * org-faces.el (org-mode-line-clock): New face.
1617 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1619         * org-gnus.el (org-gnus-store-link): Fix bug where
1620         `org-gnus-store-link' used wrong subject when called in an article
1621         buffer.  Patch provided by fengli AT gmail DOT com.
1623 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org-exp.el (org-export-format-source-code-or-example): Remember
1626         the original indentation of source code snippets and examples.
1628         * org-latex.el (org-export-as-latex): Relocate the table of
1629         contents.
1631         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1633         * org-agenda.el (org-run-agenda-series): Scope global options also
1634         when creating the agenda buffer.
1636 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1638         * org.el (org-adapt-indentation): Improve documentation.
1639         (org-insert-property-drawer): Respect org-adapt-indentation when
1640         inserting the drawer.
1641         (org-remove-flyspell-overlays-in): New function.
1642         (org-do-emphasis-faces, org-activate-plain-links)
1643         (org-activate-code, org-fontify-meta-lines-and-blocks)
1644         (org-activate-angle-links, org-activate-footnote-links)
1645         (org-activate-bracket-links, org-activate-dates)
1646         (org-activate-target-links, org-activate-tags): Remove flyspell
1647         overlays.
1649 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1651         * org.el (org-edit-src-save): New function.
1653         * org-clock.el (org-clock-out-switch-to-state): New option.
1654         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1656         * org-compat.el (org-compatible-face): Improve macro.
1658         * org.el (org-global-properties-fixed): Add default for
1659         CLOCK_MODELINE_TOTAL.
1661         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1662         andd tend.
1663         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1664         org-clock-sum.
1665         (org-clock-get-sum-start): New function.
1667         * org.el (org-startup-options): New keywords blockhide and
1668         blockshow.
1669         (org-mode): Add new invisibility spec.
1670         (org-set-startup-visibility): Hide block on startup if so
1671         desired.
1672         (org-hide-block-startup): New option.
1673         (org-block-regexp): New constant.
1674         (org-hide-block-overlays): New variable.
1675         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1676         (org-show-block-all, org-hide-block-toggle-maybe)
1677         (org-hide-block-toggle): New functions.
1678         (org-edit-src-exit): Do not quote lines starting with # and no +
1679         behind it.
1680         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1681         entry.
1683 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1685         * org.el (org-buffer-property-keys): Add Effort property for
1686         completion.
1688 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1690         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1691         when retrieving total clocked time in the subtree.
1693         * org.el (org-quoting-blocks): New variable.
1695 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1697         * org-table.el (org-table-store-formulas)
1698         (org-table-get-stored-formulas, org-table-fix-formulas)
1699         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1700         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1702         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1703         indented #+TBLFM line.
1705         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1706         indented #+TBLFM line.
1708         * org-colview.el (org-dblock-write:columnview): Allow indented
1709         #+TBLFM line.
1711         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1712         indented #+TBLFM line.
1714         * org-clock.el (org-dblock-write:clocktable): Allow indented
1715         #+TBLFM line.
1717 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1719         * org-exp.el (org-export-format-source-code-or-example): Make
1720         editing indented blocks work correctly.
1722         * org.el (org-edit-src-nindent): New variable.
1723         (org-edit-src-code, org-edit-fixed-width-region)
1724         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1725         editing indented blocks work correctly.
1727 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1729         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1730         indented blocks.
1731         (org-export-format-source-code-or-example): Fix indentation of
1732         blocks.
1733         (org-export-remove-indentation): New function.
1734         (org-export-select-backend-specific-text): Allow backend-specific
1735         code to be indented.
1736         (org-export-mark-blockquote-verse-center): Allow markers to be
1737         indented.
1739         * org.el (org-fontify-meta-lines): New function.
1740         (org-set-font-lock-defaults): Call the new fontification
1741         function.
1743         * org-faces.el (org-meta-line): New face
1744         (org-block):  New face.
1746 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1748         * org.el (org-treat-insert-todo-heading-as-state-change)
1749         (org-treat-S-cursor-todo-selection-as-state-change): New
1750         variables.
1751         (org-insert-todo-heading): Honor
1752         `org-treat-insert-todo-heading-as-state-change'.
1753         (org-shiftright, org-shiftleft): Honor
1754         `org-treat-S-cursor-todo-selection-as-state-change'.
1755         (org-inhibit-logging): New variable.
1757 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1760         range for marker position checking.
1762         * org-latex.el (org-export-latex-first-lines): Fix bug when
1763         exporting a region.
1765 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1767         * org-exp.el (org-export-push-to-kill-ring): Protect using
1768         x-set-selection, because that does not always work.
1770         * org-agenda.el (org-agenda-list): Apply the new face
1771         `org-agenda-date-today'.
1773         * org-faces.el (org-agenda-date-today): New face.
1775 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1777         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1778         creating appointments.
1780         * org-latex.el (org-export-latex-low-levels): Fix customization
1781         type.
1783         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1784         priority commands.
1786         * org-agenda.el (org-agenda-priority): Disable priority commands.
1788         * org.el (org-enable-priority-commands): New option.
1790         * org-colview-xemacs.el (org-columns-compute)
1791         (org-columns-number-to-string): Fix problems with empty fields.
1793         * org-colview.el (org-columns-compute)
1794         (org-columns-number-to-string): Fix problems with empty fields.
1796         * org-exp.el (org-export-push-to-kill-ring): New function.
1797         (org-export-copy-to-kill-ring): New option.
1799         * org-latex.el (org-export-as-latex): Call
1800         `org-export-push-to-kill-ring'.
1802         * org-html.el (org-export-as-html): Call
1803         `org-export-push-to-kill-ring'.
1805         * org-docbook.el (org-export-as-docbook): Call
1806         `org-export-push-to-kill-ring'.
1808         * org-ascii.el (org-export-as-ascii): Call
1809         `org-export-push-to-kill-ring'.
1811         * org-exp.el (org-export-show-temporary-export-buffer): New
1812         option.
1814         * org-latex.el (org-export-as-latex): Use
1815         `org-export-show-temporary-export-buffer'.
1817         * org-html.el (org-export-as-html): Use
1818         `org-export-show-temporary-export-buffer'.
1820         * org-docbook.el (org-export-as-docbook): Use
1821         `org-export-show-temporary-export-buffer'.
1823         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1824         `org-export-show-temporary-export-buffer'.
1826         * org-exp.el (org-export-show-temporary-export-buffer): New
1827         option.
1828         (org-export-push-to-kill-ring): New function.
1830         * org-colview.el (org-columns-compile-map): New variable.
1831         (org-columns-new, org-columns-compute)
1832         (org-columns-number-to-string, org-columns-uncompile-format)
1833         (org-columns-compile-format): Implement new operators.
1835 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1837         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1839         * org-html.el (org-export-html-xml-declaration): New option.
1840         (org-export-as-html): Use `org-export-html-xml-declaration'.
1842         * org-list.el (org-update-checkbox-count): Make property
1843         dependent.
1845         * org.el (org-hierarchical-todo-statistics): New option.
1846         (org-update-parent-todo-statistics): Modified to handle recursive
1847         statistics.
1849 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1851         * org-publish.el (org-publish): Make this function behave
1852         correctly in interactive use when called with a prefix argument.
1854         * org.el (org-todo-statistics-hook): New hook.
1855         (org-update-parent-todo-statistics): Use new hook.
1856         (org-log-into-drawer): New function.
1857         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1858         determine if we should be logging into a drawer.
1859         (org-log-into-drawer): Update docstring.
1860         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1862         * org-list.el (org-checkbox-statistics-hook): New hook.
1863         (org-update-checkbox-count-maybe): Use new hook.
1865         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1866         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1867         to kill ring.
1869 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1871         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1872         a line.
1874 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1877         better bufer-generating mechanism.
1878         (org-edit-src-find-buffer): New function.
1880         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1881         archive tag, this is already done by `org-agenda-skip'.
1882         data while constructing lost of tags.
1884 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1886         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1887         as argument separator in macros.
1889         * org-html.el (org-export-as-html): Add xml declaration.
1891 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1893         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1894         (org-sort-entries-or-items): Run the new hook.
1895         (org-after-refile-insert-hook): New hook.
1896         (org-refile): Run `org-after-refile-insert-hook'.
1898         * org-agenda.el (org-agenda-get-progress): Never take time of day
1899         from headline when displaying progress.
1901         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1902         (org-export-as-latex): Force the correct regexp in the
1903         preprocessor buffer.
1904         (org-export-latex-set-initial-vars): Set
1905         `org-export-latex-complex-heading-re'.
1907         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1908         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1910 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1912         * org-latex.el (org-export-latex-tables-centered): New option.
1913         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1915         * org-exp.el (org-export-as-org): New command.
1916         (org-export-as-org): New command.
1918         * org-publish.el (org-publish-org-to-org): New function.
1920 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1922         * org.el (org-yank): Just call `org-yank-generic'.
1923         (org-yank-generic): New function, containing the formaer
1924         functionality of `org-yank'.
1926         * org-latex.el (org-export-latex-not-done-keywords)
1927         (org-export-latex-done-keywords): New variables.
1928         (org-export-latex-todo-keyword-markup): New option.
1929         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1930         (org-export-latex-keywords-maybe): Apply the TODO markup.
1932 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1934         * org-exp.el (org-infile-export-plist): Add more default macros.
1935         (org-export-preprocess-apply-macros): Process macro arguments.
1937 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1939         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1940         `unblocked'.
1941         (org-print-icalendar-entries): Respect the new value of
1942         `org-icalendar-include-todo'.
1944         * org.el (org-link-try-special-completion)
1945         (org-file-complete-link): New functions.
1946         (org-insert-link): Add special completion support for some link
1947         types.
1949         * org-bbdb.el (org-bbdb-complete-link): New function.
1951 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1953         * org-list.el (org-update-checkbox-count): Allow recursive
1954         statistics.
1955         (org-hierarchical-checkbox-statistics): New option.
1957         * org.el (org-cycle): Remove erraneous space character.
1959         * org-icalendar.el (org-icalendar-timezone): Initialize from
1960         environment.
1962         * org-html.el (org-format-org-table-html): Specify the scope.
1963         (org-format-table-table-html): Specify the scope.
1964         (org-export-table-header-tags): Prepare the scope parameter.
1966 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1968         * org-html.el
1969         (org-export-html-table-use-header-tags-for-first-column): New
1970         option.
1972         * org.el (org-autoload): Fix autoloading of ascii export
1973         functions.
1974         (org-modules): Add org-special-blocks.
1976 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1978         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1979         (org-ical-timezone): New option.
1981         * org-exp.el (org-export-get-coderef-format): Use the description
1982         is present.
1984         * org.el (org-sort-entries-or-items): Improve docstring, and make
1985         better implementation for time sorting.
1987 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1989         * org.el (org-edit-src-persistent-message): New option.
1990         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1991         option.
1993         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1994         patch.
1996         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1997         separate buffer instead of indirect buffer to edit source code.
1998         (org-edit-src-exit): Make this function work with the new setup.
2000         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2001         are properly fontified before shown in the selection menu.
2003         * org.el (org-fontify-like-in-org-mode): New function.
2005         * org-latex.el (org-export-latex-links): Use the property list to
2006         retrieve the default image attributes.
2008         * org-exp.el (org-export-plist-vars): Add a new option.
2010 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2012         * org-exp.el (org-export, org-export-visible): Support ASCII
2013         export to buffer
2014         (org-export-normalize-links): Do not protect the description if it
2015         is explicitly given.
2017         * org-ascii.el (org-export-as-ascii-to-buffer)
2018         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2019         commands.
2020         (org-export-as-ascii): Add all the same parameters that are also
2021         supported by the other export functions.
2023         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2024         org-checklist.el.
2025         (org-reset-checkbox-state-subtree): Call
2026         `org-reset-checkbox-state-subtree'.
2028         * org-remember.el (org-select-remember-template): For the
2029         selection of a valid template.
2031         * org-latex.el (org-export-region-as-latex): Supply the
2032         force-no-subtree argument.
2033         (org-export-as-latex): Provide better limits when exporting the
2034         first line.  When exporting to string, we still want the first
2035         lines.
2036         (org-export-latex-first-lines): New argument END, to force the end
2037         of the region.
2038         (org-export-region-as-latex): Use the property list.
2039         (org-export-as-latex):
2041         * org-colview-xemacs.el (org-columns-remove-overlays)
2042         (org-columns): Fix call to `local-variable-p'.
2044 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2046         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2047         (org-export-as-html): Run the new hook.
2049         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2050         (org-export-latex-preprocess): Run the new hook.
2052         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2053         (org-export-preprocess-string): Run the new hook.
2055 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2057         * org-macs.el (org-check-external-command): New defsubst.
2059         * org.el (org-mode-map): New key for reload.
2060         (org-format-latex): Better error message when external programs
2061         are not available.
2063         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2065         * org.el (org-sort-entries-or-items): Explicit sorting function
2066         for priorities, needed for XEmacs compatibility.
2068         * org-remember.el (org-remember-apply-template): Improve auto-save
2069         behavior.
2071 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2073         * org-latex.el (org-export-latex-preprocess): Also protect
2074         environments ending in a star.
2076         * org-list.el (org-at-item-p): Fix regular expression.
2078 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2080         * org.el (org-end-of-subtree): Improve speed.
2082         * org-agenda.el (org-agenda-get-timestamps)
2083         (org-agenda-get-progress, org-agenda-get-deadlines)
2084         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2085         in particular, wait as long as possible to collect the tags.
2086         (org-stuck-projects): Improve docstring.
2088         * org.el (org-store-link): No errors when getting custom id before
2089         first headline.
2090         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2092 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2094         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2096         * org-protocol.el: Remove dependency on url.el.
2097         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2098         dependency on url.el.
2100         * org-latex.el (org-export-as-pdf): Use
2101         `org-latex-to-pdf-process'.
2103 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2105         * org-latex.el (org-latex-to-pdf-process): New option.
2107         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2108         New option.
2109         (org-agenda-get-timestamps): Honor
2110         `org-agenda-skip-additional-timestamps-same-entry'.
2112         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2113         (org-clock-goto): Find recent task only if
2114         `org-clock-goto-may-find-recent-task' allows it.
2116         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2117         drawers, and drawers that are missing the :END: line.
2119 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2121         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2122         clock is running.
2124 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org.el (org-update-parent-todo-statistics): Check for
2127         STATISTICS_FROM property.
2129         * org-list.el (org-update-checkbox-count): Check for
2130         STATISTICS_FROM property.
2132         * org.el (org-tab-first-hook)
2133         (org-tab-after-check-for-table-hook)
2134         (org-tab-after-check-for-cycling-hook): New hooks.
2135         (org-cycle-internal-global, org-cycle-internal-local): New
2136         functions, split out from `org-cycle'.
2137         (org-cycle): Call the new hooks.
2139 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2141         * org-exp.el (org-export-preprocess-string): Reset the list of
2142         preferred targets for each run of the preprocessor.
2144         * org.el (org-refile-target-verify-function): Improve
2145         documentation.
2146         (org-get-refile-targets): Respect point being moved by the
2147         verification function.
2149         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2150         option.
2151         (org-export-latex-keywords): Use new option.
2153         * org.el (org-rear-nonsticky-at): New defsubst.
2154         (org-activate-plain-links, org-activate-angle-links)
2155         (org-activate-footnote-links, org-activate-bracket-links)
2156         (org-activate-dates, org-activate-target-links)
2157         (org-activate-tags): Place the rear-nonsticky properties at the
2158         correct location.
2160 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2162         * org-protocol.el (server-edit): Declare `server-edit'.
2163         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2164         functions.
2165         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2167         * org.el (org-default-properties): New default properteis for
2168         completion.
2170         * org-exp.el (org-export-add-subtree-options): Add new properties
2171         for subtree export.
2173         * org-docbook.el (org-export-docbook-keywords-markup)
2174         (org-export-docbook-timestamp-markup): New options.
2175         (org-export-docbook-protect-tags): New function.
2177 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2179         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2180         org-refile-target-verify-function for the duration of the command.
2182         * org.el (org-link-to-org-use-id): New possible value
2183         `create-if-interactive-and-no-custom-id'.
2184         (org-store-link): Use custom IDs.
2185         (org-link-search): Find custom ID properties from #link.
2186         (org-default-properties): Add CUSTOM_ID for property completion.
2187         (org-refile-target-verify-function): New option.
2188         (org-goto): Turn off org-refile-target-verify-function
2189         for the duration of the command.
2191 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2193         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2195         * org-exp.el (org-export-preferred-target-alist): New variable.
2196         (org-export-define-heading-targets): Find the new CUSTOM_ID
2197         property.
2198         (org-export-target-internal-links): Target the custom ids when
2199         possible.
2201         * org-latex.el (org-export-latex-preprocess): Better regexp for
2202         matching latex macros with arguments.
2204 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org-remember.el (org-remember-handler): Allow filing to non-org
2207         files.
2209 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2211         * org-feed.el (org-feed-alist): New keyword options.
2212         (org-feed-update): Use the new options.
2213         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2214         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2215         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2216         functions.
2218         * org-table.el (org-table-fix-formulas): Do not change references
2219         to remote tables.
2220         (org-table-get-remote-range): Convert standard coordinates to RC
2221         format.
2223         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2225 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2227         * org-compat.el (org-sha1-string): Function removed.
2229         * org.el (org-refile-allow-creating-parent-nodes): New option.
2230         (org-refile-get-location): New argument NEW-NODES.
2231         (org-refile): Call `org-refile-get-location' with the new
2232         argument.
2233         (org-refile-get-location): Arrange for adding a new child.
2234         (org-refile-new-child): New function.
2236         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2237         an additional span element.
2239         * org-clock.el: Fix a number of docstrings.
2240         (org-clock-find-position): New argument
2241         FIND-UNCLOSED to make the function find an unclosed clock in the
2242         entry.
2243         (org-clock-in): Call `org-clock-find-position' with the new
2244         argument if we might be resuming a clock.
2246 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org-latex.el (org-export-latex-display-custom-times): New variable.
2249         (org-export-latex-timestamp-markup): New option.
2250         (org-export-latex-set-initial-vars): Remember the local value of
2251         `org-display-custom-times'.
2252         (org-export-latex-content): Process time stamps.
2253         (org-export-latex-time-stamps): New function.
2255         * org-macs.el (org-maybe-intangible): Add intangible property
2256         again to invisible text.
2258 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2260         * org-exp.el (org-default-export-plist): Handle undefined
2261         variables.
2263 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2265         * org.el (org-sort-entries-or-items): Match TODO keywrds
2266         case-sensitively, when sorting.
2267         (org-priority): Do not match TODO keywords with wrong case.
2269 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org-feed.el (org-feed-update): Bind the variable
2272         `new-formatted'.
2274         * org-html.el (org-export-as-html): Start paragraphs after literal
2275         examples.
2277         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2278         literal examples.
2280 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2282         * org.el (org-todo): Honor the NOBLOCKING property.
2284         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2285         NOBLOCKING property.
2287         * org.el (org-scan-tags): Fix bug in tag scanner
2289 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2291         * org.el (org-modules): Mark obsolete packages.
2293         * org-html.el: New file, split out from org-exp.el.
2295         * org-icalendar.el: New file, split out from org-exp.el.
2297         * org-xoxo.el: New file, split out from org-exp.el.
2299         * org-ascii.el: New file, split out from org-exp.el.
2301 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org-compat.el (org-find-library-name): New function.
2305         * org.el (org-pre-cycle-hook): New hook.
2306         (org-cycle): Call the new hook in appropriate places.
2307         (org-reload): Only reload files that have been loaded before.
2309 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2311         * org.el (org-set-font-lock-defaults): Enforxe space or line end
2312         after todo keyword.
2313         (org-todo): When changing TODO state, do matching
2314         case-sensitively.
2315         (org-map-continue-from): New variable.
2316         (org-scan-tags): Respect values in `org-map-continue-from'.
2317         (org-reload): Make XEmacs compatible.
2319 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
2321         * org-protocol.el (org-protocol-flatten-greedy): New function.
2322         (org-protocol-flatten): New function.
2324         * org.el (org-open-link-from-string): Pass reference buffer to
2325         `org-open-at-point'.
2326         (org-open-at-point): New optional argument `reference-buffer'.
2328 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
2330         * org.el (org-scan-tags): Make tag scan find headline in first
2331         line, 2nd attempt.
2332         (org-get-refile-targets): Add the naked file name.
2333         (org-refile): Store as top-level entry when only file name was
2334         given.
2336         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2338         * org.el (org-block-todo-from-children-or-siblings-or-parent):
2339         Renamed from org-block-todo-from-children-or-siblings, and
2340         enhanced to look for the parent's status as well.
2342         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2343         (org-agenda-get-progress): Add first notes line to log entry if so
2344         desired.
2346 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
2348         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2349         (org-agenda-cleanup-fancy-diary): Call the new hook.
2351         * org-remember.el (org-remember-apply-template): Take the default
2352         for the annotation from the :annotation property.
2354         * org-mac-message.el (org-mac-message-get-link): Remove the
2355         quotes.
2356         (org-mac-message-get-link): Return the result.
2358 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2360         * org.el (org-refile-get-location): Add file name only if not
2361         already included in outline path.
2363         * org-faces.el (org-n-level-faces): Fix customization type from
2364         number to integer.
2366         * org-exp.el (org-export-headline-levels): Fix customization type
2367         from number to integer.
2369         * org-agenda.el (org-agenda-confirm-kill)
2370         (org-agenda-custom-commands-local-options)
2371         (org-timeline-show-empty-dates, org-agenda-ndays)
2372         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2373         customization type from number to integer.
2375 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
2377         * org-protocol.el: Declare some functions.
2379         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2380         postion before inserting modified headline.
2382         * org-agenda.el (org-agenda-compare-effort): Honor
2383         `org-sort-agenda-noeffort-is-high'.
2384         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2385         (org-agenda-compare-effort): Implement the "?" operator for
2386         finding entries without effort setting.
2388         * org.el (org-extract-attributes-from-string): New function.
2390         * org-exp.el (org-export-splice-attributes): New function.
2392 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
2394         * org-mouse.el: XEmacs compatibility fixes
2396         * org-docbook.el (org-export-as-docbook): Process footnotes like
2397         normal text.
2399         * org.el (org-modules): Add org-inlinetasks.el
2400         (org-cycle): Implement limiting level on cycling.
2401         (org-move-subtree-down): Fix bug with swapping subtrees at end of
2402         buffer.
2404         * org-inlinetask.el: New file.
2406         * org.el (org-emphasis-regexp-components): Allow braces in
2407         emphasis pre and post match.
2409         * org-footnote.el (org-footnote-normalize): When only dorting, do
2410         not insert inline notes at the end.
2412         * org-docbook.el (org-id-find-id-file): Add function declaration.
2414         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2416         * org-docbook.el: New file.
2418 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
2420         * org.el (org-reftex-citation): New command.
2422 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
2424         * org-agenda.el (org-agenda-cmp-user-defined): New option.
2425         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2426         sorting options.
2427         (org-entries-lessp): Apply the new sorting option.
2429         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2430         blocker code, when an older sibling has children.
2432         * org-mac-message.el (org-mac-message-get-link): Improve getting
2433         links from multiple selected messages.
2435 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
2437         * org-remember.el (org-remember-finalize): Do not set buffer file
2438         name to nil.
2439         (org-remember-handler): Mark buffer as unmodified.
2440         (org-remember-handler): Delete backup file and show message about
2441         remaining backup files.
2442         (org-remember-auto-remove-backup-files): New option.
2444         * org.el (org-store-link): Use buffer name as link description in
2445         w3-mode buffers.
2446         (org-ido-switchb): Fix argument bug for completion.
2448         * org-remember.el (org-remember-apply-template): Set local
2449         variable `auto-save-visited-file-name' instead of global one.
2451 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
2453         * org-feed.el: Re-write.
2455         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
2456         (org-agenda-get-todos): Mark file tags as inherited.
2457         (org-agenda-list): Always search diary lines for a time.
2459 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
2461         * org-feed.el (org-feed-assume-stable): New option.
2462         (org-feed-before-adding-hook): New hook.
2464         * org-exp.el (org-export-as-html): Close local lists depending on
2465         indentation, also when starting a table.
2467         * org-remember.el (org-remember-backup-directory)
2468         (org-remember-backup-name): New internal variable.
2470 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
2472         * org-clock.el (org-clock-out-if-current): Make buffer detection
2473         work in indirect buffers as well.
2475         * org.el (org-emphasis-regexp-components): Add the exxclamation
2476         mark to the post-emphasis characters.
2478 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
2480         * org.el (org-read-date-minibiffer-septup-hook): New hook.
2481         (org-read-date): Run the new hook.
2483         * org-mac-message.el (org-mac-flagged-mail): New group.
2484         (org-mac-mail-account): New variable.
2485         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
2486         commands.
2488         * org-remember.el (org-remember-backup-directory): New variable.
2489         (org-remember-apply-template): Write file to backup directory.
2491 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
2493         * org-mouse.el (org-mouse-todo-menu): New function.
2494         (org-mouse-todo-keywords): Function removed.
2495         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
2497         * org-table.el (org-table-beginning-of-field)
2498         (org-table-end-of-field): New commands
2499         (org-table-previous-field, org-table-beginning-of-field): Better
2500         error messages.
2501         (orgtbl-setup): Include `M-a' and `M-e'.
2503         * org.el (org-backward-sentence, org-forward-sentence): New
2504         commands.
2506         * org-colview.el (org-colview-initial-truncate-line-value): New
2507         variable.
2508         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2509         (org-columns): Remember the value of `truncate-lines'.
2511         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2512         New variable.
2513         (org-columns-remove-overlays): Restore the value of
2514         `truncate-lines'.
2515         (org-columns): Remember the value of `truncate-lines'.
2517         * org.el (org-columns-skip-arrchived-trees): New option.
2519         * org-agenda.el (org-agenda-export-html-style): Define color for
2520         org-agenda-done face.
2521         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2522         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2524         * org.el (org-scan-tags): Use the new face.
2526         * org-faces.el (org-agenda-done): New face.
2528         * org.el (org-scan-tags): Test the value org
2529         `org-tags-match-list-sublevels'.
2530         (org-tags-match-list-sublevels): New allowed value: indented.
2532         * org-export-latex.el (org-export-latex-make-header): Apply macros
2533         in header.
2535         * org-exp.el (org-export-apply-macros-in-string): New function.
2537         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2538         with the definition of a checked box.
2540         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2542         * org-export-latex.el (org-export-latex-low-levels): More options
2543         for how to process lower levels in LaTeX.
2544         (org-export-latex-subcontent): Better treatment for lists as a
2545         means of publishing lower levels.
2547 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2549         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2551         * org-faces.el (org-checkbox): New face.
2553         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2554         fragement images if there is an export file.
2556 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2558         * org-agenda.el (org-stuck-projects): Document that the subtree of
2559         projects that are not stuck will now be searched for stuck
2560         sub-projects.
2561         (org-agenda-skip-entry-when-regexp-matches)
2562         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2563         (org-agenda-list-stuck-projects): Use
2564         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2566         * org-export-latex.el (org-export-latex-preprocess): Improve
2567         export of verses.
2569         * org-exp.el (org-export-as-html): Implement centering as a div
2570         rather than a paragraph.  Do a better job with line-end in verse
2571         environments.
2573 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2575         * org.el (org-open-at-point): Fix tags searches by mouse click.
2577 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2579         * org-export-latex.el (org-export-latex-preprocess): Implement the
2580         centering markup.
2582         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2583         from `org-export-mark-blockquote-and-verse'.
2584         (org-export-as-html): Implement the centering markup.
2586         * org-export-latex.el (org-export-latex-tables): Fix vertical
2587         lines in tables.
2589 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2591         * org.el (org-read-date-history): New variable.
2592         (org-read-date): Use new history variable.
2593         (org-toggle-heading): Fix bug when used before first headline.
2594         (org-store-log-note): Remove drawer if empty while note is
2595         aborted.
2596         (org-remove-empty-drawer-at): New function.
2597         (org-check-after-date): New command.
2598         (org-sparse-tree): New sparse tree command "a".
2600         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2602 2009-03-14  Bastien Guerry  <bzg@altern.org>
2604         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2605         column and a space, not only a column.
2607 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2609         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2610         defaults for verbose emphasis.
2611         (org-export-latex-emph-format): New function.
2612         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2614         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2615         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2616         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2617         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2618         commands.
2620         * org.el (org-timestamp-change): Move end-time along with start
2621         time.
2623 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2625         * org-exp.el (org-export-target-internal-links)
2626         (org-export-as-html): Protect links specified as #name.
2628 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2630         * org.el (org-clone-subtree-with-time-shift): New command.
2632         * org-export-latex.el (org-export-latex-special-chars)
2633         (org-export-latex-treat-sub-super-char): Fix subscript export.
2635         * org-exp.el (org-create-multibrace-regexp): Do not add
2636         backslashes to the class.
2638 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org-colview.el (org-columns-map): Better functions for moving up
2641         and down a row, even if `truncate-line' is nil.
2643         * org.el (org-insert-todo-heading): Make sure the keyword is
2644         inserted at the correct position.
2646         * org-publish.el (org-publish-project-alist)
2647         (org-publish-projects, org-publish-org-index): Change default anme
2648         for the index of file names to "sitemap.org".
2650         * org-export-latex.el (org-export-latex-tables): Use
2651         `org-split-string', for Emacs 21 compatibility.
2653 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2655         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2657 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2659         * org-exp.el (org-export-page-description)
2660         (org-export-page-keywords): New variables.
2661         (org-export-plist-vars): Add entries for :keywords and
2662         :description.
2663         (org-infile-export-plist): Parse for new keywords.
2664         (org-get-current-options): Add new keywords
2665         (org-export-as-html): Publish description and keywords.
2667         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2668         option.
2669         (org-agenda-add-entry-text): Honor
2670         `org-agenda-add-entry-text-descriptive-links'.
2672         * org-export-latex.el (org-export-latex-preprocess): Make all
2673         external preprocess functions use a PARAMETER arg.
2675         * org-exp.el (org-export-preprocess-string)
2676         (org-export-select-backend-specific-text)
2677         (org-export-format-source-code-or-example)
2678         (org-format-org-table-html): Support docbook export.
2679         (org-export-preprocess-string): Make all external preprocess
2680         functions use a PARAMETER arg.
2682 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2684         * org-exp.el (org-export-html-style-include-scripts): New option.
2685         (org-export-plist-vars): Add new option
2686         `org-export-html-style-include-scripts'.
2687         (org-export-as-html): Honor new option
2688         `org-export-html-style-include-scripts'.
2689         (org-export-html-scripts, org-export-html-style-default): Fix
2690         xml issues with the Safari browser.
2692 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2694         * org-publish.el (org-publish-attachment): Only copy file when the
2695         directories differ.
2697 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2699         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2700         for clocktable steps.
2702         * org.el (org-additional-option-like-keywords): Add two more
2703         keywords.
2705 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2707         * org-exp.el (org-export-format-source-code-or-example): Mark
2708         temporary buffer unmodified, so that it will be killed even if
2709         mode like message mode has decided to assign a file name.
2711         * org.el (org-scan-tags): Improve tag inheritance.
2712         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2713         case-sensitive.
2714         (org-scan-tags): Use the internal tags list instead of creating it
2715         from scratch.
2716         (org-trust-scanner-tags, org-scanner-tags): New variables.
2717         (org-scan-tags): Set `org-scanner-tags'.
2718         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2719         (org-map-entries): Document the possible speedup using scanner
2720         tags.
2722 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2724         * org.el (org-add-planning-info): Fix bug with looking for keyword
2725         only at column 0.
2727         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2728         option for tags filter preset.
2729         (org-prepare-agenda): Store filter preset as a property on the
2730         filter variable.
2731         (org-finalize-agenda): Call the filter, if there is a preset.
2732         (org-agenda-filter-by-tag): Filter again after clearing the
2733         filter, when there still is a preset.
2734         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2735         Include the preset filter.
2736         (org-agenda-redo): Apply the filter again, also the preset filter.
2738         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2740         * org.el (org-uuidgen-p): New funtion.
2742         * org-agenda.el (org-agenda-fontify-priorities): New default value
2743         `cookies'.
2744         (org-agenda-fontify-priorities): Renamed from
2745         org-fontify-priorities.
2747         * org.el (org-set-font-lock-defaults): Call
2748         `org-font-lock-add-priority-faces'.
2749         (org-font-lock-add-priority-faces): New function.
2751         * org-faces.el: (org-set-tag-faces): New option.
2752         (org-priority-faces): New variable.
2754         * org-exp.el (org-export-as-html): Add a "content" div around the
2755         entire content of the body tag.
2756         (org-export-html-get-bibliography): New function.
2757         (org-export-html-validation-link): New variable.
2758         (org-export-as-html): Add validation link to exported page.
2760         * org.el (org-match-sparse-tree): Renamed from
2761         `org-tags-sparse-tree'.
2762         (org-tags-sparse-tree): New alias.
2764 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2766         * org.el (org-get-valid-level): Catch the case where the level
2767         change is nil.
2769         * org-clock.el (org-clock-find-position): Better indentation of
2770         new clock drawers.
2772 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2774         * org-agenda.el (org-agenda-quit): Delete window only when the
2775         frame-setup was not `current-window'.
2777         * org.el (org-tag-persistent-alist): New option.
2778         (org-startup-options): Add keyword `noptag'.
2779         (org-fast-todo-selection): Handle :newline correctly.
2780         (org-set-tags): Handle :newline correctly.
2781         (org-fast-tag-selection): Handle :newline correctly.
2783 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2785         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2786         outputting it.
2787         (org-export-ascii-push-links): Fix bug with pussing links into the
2788         export buffer.
2790 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2792         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2793         pasting at top level.
2795         * org-bbdb.el: Improve documentation.
2797 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2799         * org-list.el (org-insert-item): Only consider insert empty lines
2800         is `org-empty-line-terminates-plain-lists' is not nil.
2802         * org.el (org-blank-before-new-entry): Mention the dependence on
2803         `org-empty-line-terminates-plain-lists' in the docstring.
2805         * org-publish.el (org-publish-get-project-from-filename): New
2806         optional argument UP.  Only find the top project if UP is set.
2807         (org-publish-current-project): Find the top encloding project.
2809         * org-agenda.el (org-agenda-before-write-hook)
2810         (org-agenda-add-entry-text-maxlines): New options.
2811         (org-write-agenda): Run the new hook in the temporary buffer.
2812         (org-agenda-add-entry-text): New function.
2813         (org-write-agenda): Implement PDF export, using ps2pdf.
2815         * org.el (org-global-properties-fixed, org-global-properties):
2816         Improve documentation string.
2818         * org-exp.el (org-export-ascii-links-to-notes): New option.
2819         (org-export-as-ascii): Handle links better.
2820         (org-export-ascii-wrap, org-export-ascii-push-links): New
2821         functions.
2823 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2825         * org-agenda.el (org-agenda): Make prefix arg optional.
2826         (org-agenda-search-headline-for-time): New option.
2827         (org-format-agenda-item): Honor
2828         `org-agenda-search-headline-for-time'.
2830         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2831         characters.
2833         * org.el (org-self-insert-cluster-for-undo): New option.
2834         (org-self-insert-command): Cluster undo for 20 characters.
2835         (org-self-insert-command-undo-counter): New variable.
2837 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2839         * org-exp.el (org-export-as-html): Fix problem with closing colone
2840         example.
2842 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2844         * org-export-latex.el (org-export-as-latex)
2845         (org-export-latex-first-lines): Avoid modification flag when
2846         adding or removing text properties.
2847         (org-export-latex-fontify): Catch error when org-emph-alist has
2848         entries that are not defined for LaTeX export.
2850         * org.el (orgstruct++-mode): New function.
2851         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2852         (org-context-p): Allow detecting item context after the first line
2853         of an item.
2854         (orgstruct-make-binding): Detect if item-body context should be
2855         seen.
2856         (orgstruct-is-++): New variable.
2857         (org-add-planning-info): Catch the case when there is no planning
2858         info yet and the call does not want to add anything, only maybe
2859         tries to remove something.
2860         (org-special-ctrl-a/e): All value to be a cons cell with separate
2861         settings for `C-a. and `C-e'.
2862         (org-beginning-of-line, org-end-of-line): Honor separate values
2863         for `C-a' and `C-e'.
2865 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2867         * org.el (org-reload): New command.
2869 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2871         * org-exp.el (org-export-htm-get-tag-class-name)
2872         (org-export-htm-get-todo-kwd-class-name): New functions.
2873         (org-export-html-tag-class-prefix)
2874         (org-export-html-todo-kwd-class-prefix): New options.
2875         (org-export-as-html): Call
2876         `org-export-html-get-todo-kwd-class-name'.
2877         (org-html-level-start): Wrap tags into classes.
2878         (org-export-html-get-tag-class-name)
2879         (org-export-html-get-todo-kwd-class-name): New functions.
2881         * org-export-latex.el (org-export-latex-collect-header-macros):
2882         Remove fields that are used anyway.
2883         (org-export-latex-make-header): Insert the options earlier.
2885         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2886         matching.
2888         * org-list.el (org-indent-item): Allow point to be at the end of
2889         the region.
2891         * org.el (org-metaleft, org-metaright): Be more accurate about
2892         detecting a region where commands apply.
2894         * org-compat.el (org-cursor-to-region-beginning): New function.
2896         * org.el (org-priority): Also find invisible heading.
2898         * org-colview-xemacs.el (org-columns-edit-value): No special
2899         treatment for `org-todo' prefix.
2901         * org-colview.el (org-columns-edit-value): No special treatment
2902         for `org-todo' prefix.
2904         * org-remember.el (org-remember-apply-template): Use
2905         `org-completing-read-no-ido'.
2907         * org.el (org-completing-read-no-ido): New function.
2908         (org-make-tags-matcher, org-set-property): Use
2909         `org-completing-read-no-ido'.
2911         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2912         New option.
2913         (org-export-as-latex): Import in-buffer settings as TeX macros.
2914         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2915         (org-export-latex-collect-header-macros): New function.
2917         * org.el (org-refile-get-location): Turn off
2918         `partial-completion-mode'.
2920 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2922         * org.el (org-block-todo-from-checkboxes): Announce that
2923         checkboxes are the culprit.
2924         (org-block-todo-from-children-or-siblings): Call
2925         `org-up-heading-all instead' of `outline-up-heading'.
2927         * org-agenda.el (org-agenda-show-1): Renamed from
2928         `org-agenda-show'.
2929         (org-agenda-show): Re-install the old version for now.
2930         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2931         variable into the blokker hook, so that the checkbox checker can
2932         anounce that it caused the blocking.
2934         * org.el (org-track-ordered-property-with-tag): New option.
2935         (org-toggle-ordered-property): Honor
2936         `org-track-ordered-property-with-tag'.
2937         (org-tag-alist): Add newline options.
2938         (org-set-regexps-and-options): Separate option lines imply a
2939         newline.
2940         (org-set-regexps-and-options, org-assign-fast-keys)
2941         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2942         option.
2943         (org-indent-line-function): Make sure this works even if there is
2944         not `org-drawer-regexp' defined.  This can happen when
2945         orgstruct-mode is used in a non-org buffer.
2947         * org-list.el (org-checkbox-blocked-p): New function.
2948         (org-toggle-checkbox): Check for blocking.
2950         * org.el (org-modules): Add an entry for org-R.el.
2952         * org-agenda.el (org-agenda-todo-ignore-with-date)
2953         (org-agenda-todo-ignore-scheduled)
2954         (org-agenda-todo-ignore-deadlines): Mention the variable
2955         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2957         * org.el (org-get-wdays): Find the warning period also if it is in
2958         the wrong place.
2959         (org-ido-completing-read): Provide the correct arguments to
2960         ido-completing-read and bind `ido-enter-matching-directory' to
2961         nil.
2963 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2965         * org.el (org-olpath-completing-read): Never use ido for this
2966         one.
2968         * org-exp.el (org-export-normalize-links): Use new macro.
2970         * org-macs.el (org-if-unprotected-at): New macro.
2972         * org-agenda.el (org-agenda-show): Allow numerical prefix
2973         arguments to specify how much context should be shown.
2974         (org-agenda-cycle-show): New command, could be bound to SPC in
2975         org-agenda-mode-map.
2977         * org-exp.el (org-html-level-start): Space after section number.
2979 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2981         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2982         property, for sorting.
2983         (org-cmp-todo-state): Get the applicable TODO keywords directly
2984         from the buffer.
2985         (org-run-agenda-series, org-agenda-list, org-search-view)
2986         (org-todo-list, org-tags-view): Only fit agenda window when the
2987         whole series is done.
2989         * org.el (org-scan-tags): Add todo state as property, for sorting.
2991         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2992         `org-agenda-overriding-header' as an option.
2993         (org-agenda-list): Honor org-agenda-overriding-header'.
2995 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2997         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2998         after removing a checkbox.
3000         * org.el (org-show-entry): Make this work correctly also if it is
3001         the last entry in the file.
3002         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3003         falling back to normal, default command.
3004         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3005         item, call the checkbox toggler to get a box.
3007         * org-list.el (org-toggle-checkbox): Make double prefix set the
3008         checkbox to "[-]".
3009         (org-fix-bullet-type): Only replace bullet if it is changed.
3010         (org-renumber-ordered-list): Handle case when first item does not
3011         have a number.
3013         * org.el (org-add-log-setup): Fix positioning when
3014         `org-log-states-order-reversed' is nil.
3016         * org-clock.el (org-clock-in): Fix positioning when
3017         `org-log-states-order-reversed' is nil.
3018         (org-clock-find-position): Fix positioning when
3019         `org-log-states-order-reversed' is nil.
3021 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3023         * org-clock.el (org-clock-into-drawer): Take default from
3024         `org-log-into-drawer'.
3025         (org-clock-find-position): Look for the correct drawer.
3027         * org.el (org-log-into-drawer): Renamed from
3028         `org-log-state-notes-into-drawer'.
3029         (org-log-state-notes-into-drawer): New variable alias.
3030         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3031         CLOCK.
3032         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3034 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org-agenda.el (org-agenda): Fix docstring.
3038         * org.el ("org-plot"): Help loading org-plot.
3039         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3040         (org-metadown-hook, org-shiftmetaleft-hook)
3041         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3042         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3043         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3044         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3045         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3047         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3048         for selecting files with any (and even without) extension.
3050         * org.el (org-save-all-org-buffers): Also save id locations.
3051         (org-revert-all-org-buffers): Also load id locations.
3053 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3054         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3055         (org-log-state-notes-into-drawer): New option.
3056         (org-add-log-setup): Place the sate note marker into the drawer,
3057         create drawer when necessary.
3058         (org-refile-targets): Document special interpretation of LEVEL
3059         when odd-levels are used.
3061 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3063         * org.el (org-store-log-note): Fix note indentation when adding
3064         notes to end of list.
3066         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3067         class, so that each keyword can get special colors through CSS.
3069         * org-clock.el (org-clock-out): Add another nil for the previous
3070         state into the call to `org-add-log-setup'.
3072         * org.el (org-log-note-previous-state): New variable.
3073         (org-log-note-headings): New %S escape for old state.
3074         (org-todo): Call the note setup with the old state as an
3075         argument.
3076         (org-add-note): Add another nil for the previous state into the
3077         call to `org-add-log-setup'.
3078         (org-add-log-setup): New argument PREV-STATE.
3079         (org-add-log-note): Handle new %S escape.
3080         (org-store-log-note): Handle new %S escape.
3082 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3084         * org-clock.el (org-clock-find-position): Do not swallow an item
3085         less indented than the CLOCK line itself.
3086         (org-clock-in): Push markers to lin after the clock line.
3087         (org-clock-find-position): Handle values of
3088         `org-clock-into-drawer' smaller than 2.
3090         * org-exp.el (org-html-level-start): Add a CSS class to section
3091         numbers.
3092         (org-export-html-toplevel-hlevel): Better documentation of the
3093         influence of this variables on H levels and css classes in
3094         export.
3096 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3098         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3099         timestamp and nottimestamp to the chooe menu.
3101         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3102         (org-revert-all-org-buffers): New command.
3104 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3106         * org.el (org-return): Implement `org-return-follows-link' in the
3107         function org-return.  This is more robust than using the mouse
3108         map, I think.
3109         (org-set-regexps-and-options): Match more general #+TODO lines.
3110         (org-make-options-regexp): New optional argument EXTRA, for an
3111         extra regexp.
3112         (org-tab-follows-link): Mark as deprecated.
3114 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3116         * org-exp.el (org-export-preprocess-string): Remove clock lines
3117         earlier, so that they cannot cotribute to verbatim snippets.
3119 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3121         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3122         for finding drawers.
3123         (org-export-as-ascii, org-export-as-html): Count levels relative
3124         to the subtree header.
3125         (org-get-min-level): New optional argument OFFSET.
3126         (org-export): Make sure point is restored after popping up that
3127         window.
3129         * org.el (org-do-sort): Also take an inactive timestamp if no
3130         active one is found.
3132         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3133         deleting duplicates.
3135         * org-colview.el (org-columns-capture-view): Copy before
3136         deleting duplicates.
3138         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3139         text before first headline.
3141         * org.el (org-format-latex): Do not convert LaTeX fragments in
3142         protected examples.
3144 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3146         * org-exp.el (org-export-html-style-default): Use color values
3147         instead of names for XHTML validation.
3149         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3150         functions.
3151         (org-return-follows-link): Revert making this the default untile
3152         issues are resolved.
3154         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3155         nottimestamp.
3157 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3159         * org.el (org-mode): Make dependence stuff work more reliably.
3160         (org-update-parent-todo-statistics): Fix bug with updating
3161         statistics cookie.
3163         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3164         ~ as verbatim delimiters.
3166         * org-exp.el (org-export-html-format-image): New argument
3167         PAR-OPEN.
3168         (org-export-as-html): Pass par-open to
3169         `org-export-html-format-image'.
3171 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
3173         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3174         (org-use-fast-todo-selection, org-tags-column): New default
3175         setting for variables, based on a poll what typical uses use.
3177         * org-agenda.el (org-agenda-sorting-strategy)
3178         (org-agenda-tags-column): New default setting for variables, based
3179         on a poll what typical uses use.
3181 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3183         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3184         blocked entries from setting the blocked tag.
3186         * org-exp.el (org-export-html-footnotes-section): Use a more
3187         consistent id for footnotes.
3189         * org-export-latex.el (org-export-latex-classes): Remove the
3190         a4paper option from the default styles.
3192 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3194         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3195         (org-block-todo-from-checkboxes): New function.
3196         (org-todo): Make tripple prefix arg circumvent blocking.
3198         * org-timer.el (org-timer): Provide the timer feature.
3200         * org.el (org-require-autoloaded-modules): Add a few more files to
3201         the list of autoloaded modules.
3203         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3205 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3207         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3208         drawers that are unprotected.
3209         (org-export-html-format-image): Make sure inlined LaTeX fragment
3210         images remain inlined.
3212         * org.el (org-toggle-ordered-property): New function.
3213         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3214         (org-org-menu): Add menu entries for TODO dependencies.
3216 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3218         * org.el (org-default-properties): Add ORDERED to the default
3219         properties, to get completion support for it.
3221         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3223         * org.el (org-update-parent-todo-statistics): Update more than one
3224         cookie.
3226         * org-agenda.el (org-agenda-get-todos): Start search from correct
3227         position.
3229         * org.el (org-fast-todo-selection): Make sure TODO selection does
3230         not change buffer position.
3232         * org-list.el (org-toggle-checkbox): Implement adding or removing
3233         checkboxes from line or region when called with a prefix
3234         argument.
3236         * org-rmail.el (org-rmail-store-link): Protect the call to
3237         `rmail-narrow-to-non-pruned-header'.
3239         * org-clock.el (org-clock-special-range): Fix week display in
3240         clock tables.
3242         * org-exp.el (org-get-current-options): Fix bug when in indirect
3243         buffer.
3245 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3247         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3248         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3249         (org-agenda-dim-blocked-tasks): New function.
3251         * org.el (org-enforce-todo-dependencies): New option.
3252         (org-block-todo-from-children-or-siblings): New function.
3254         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3256         * org.el (org-todo): Return correct state type even if the blocker
3257         throws an error.
3258         (org-modifier-cursor-error): Renamed from
3259         `org-shiftcursor-error'.
3260         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3261         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3263         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3264         to get real errors from the blocker hook.
3266         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3267         functions.
3268         (org-set-visibility-according-to-property): Turn off the setting
3269         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3270         property.
3272 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3274         * org.el (org-support-shift-select): New option.
3275         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3276         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3277         selection outside contexts.
3279         * org-list.el (org-at-item-bullet-p): New function.
3281         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3282         variables.
3284         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3285         variable.
3286         (org-insert-footnote-reference-near-definition): Remove
3287         unnecessary let form.
3289         * org-export-latex.el (org-export-latex-first-lines): Add
3290         OPT-PLIST parameter.
3291         (org-export-as-latex): Call `org-export-latex-first-lines' with
3292         opt-plits parameter.
3293         (org-export-latex-preprocess): Remove unnecessary variables.
3295         * org-exp.el (org-infile-export-plist)
3296         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3297         (org-export-remove-headline-metadata)
3298         (org-export-get-title-from-subtree, org-get-min-level)
3299         (org-html-do-expand): Remove innecessary let form.
3301         * org-colview-xemacs.el (org-columns-display-here): Remove
3302         unnecessary variables.
3304         * org-colview.el (org-columns-display-here): Remove unnecessary
3305         variables.
3307         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3308         variables.
3310         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3311         unnecessary variables.
3313         * org-agenda.el (org-search-view, org-agenda-get-blocks)
3314         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3315         variables.
3317         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3318         (org-compact-display-after-subtree-move): Remove unnecessary
3319         variables.
3320         (org-edit-fixed-width-region): Remove unnecessary variables.
3321         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3322         (org-olpath-completing-read): Remove unnecessary variable.
3323         (org-auto-repeat-maybe): Remove unnecessary variable.
3324         (org-map-entries): Remove unnecessary variable.
3325         (org-buffer-property-keys, org-imenu-get-tree)
3326         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3328 -----------------------------------------------------------------
3330 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3331         * org-exp.el (org-export-remove-timestamps): Never remove
3332         timestamps from tables.
3334         * org-export-latex.el (org-export-latex-first-lines): Add more
3335         options to the preprocessing of the text before the first
3336         headline.
3338 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
3340         * org-faces.el (org-clock-overlay): Make face compatible with
3341         XEmacs.
3343         * org.el (org-yank): Add property for delete-selection mode.
3345         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3347         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3348         variable.
3350         * org-table.el (org-table-insert-hline): Fix typo in fuction call
3351         to `backward-char'.
3353         * org-exp.el (org-export-as-html): Remove the initial space from
3354         colon examples.
3356         * org.el (org-scan-tags): Call
3357         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3359         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3360         customization groups.
3361         (org-agenda-tags-todo-honor-ignore-options): New option.
3362         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3363         New function.
3364         (org-agenda-get-todos): Use
3365         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3367 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3369         * org-exp.el (org-export-format-source-code-or-example): Escape
3370         HTML characters also in examples that anre not treated with
3371         htmlize.  Also, just switch to EXAMPLE processing if we do not
3372         have a good version of htmlize.
3374         * org-rmail.el: Fix copyright notice.
3376         * org.el (org-activate-footnote-links): Improve footnote link
3377         highlighting.
3379         * org-footnote.el (org-footnote-normalize): Fix finding the end of
3380         a footnote definition at the end of the file.
3382         * org-table.el (org-table-get-specials): Add an imagined hline at
3383         the end of the table.  This can be useful for references that want
3384         to go to the end of the table.  Also fix bug when computing last
3385         row constants, in tables that do not start right at the right
3386         margin.
3387         (org-table-eval-formula): Match and replace remove references.
3388         (org-table-formula-substitute-names): Make sure that names inside
3389         a "remote" call are left alone, the will be replaced later when
3390         the remote call is handled.
3391         (org-table-convert-refs-to-rc): Do not convert things that might
3392         look like a reference, but are really part of an ID or namei n a
3393         remote reference.
3394         (org-table-get-remote-range): New function.
3396 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
3398         * org-faces.el (org-clock-overlay): Fix bug in face definition.
3400         * org-clock.el (org-clock-put-overlay): Use new face instead of
3401         `secondary-selection'.
3403         * org-faces.el (org-clock-overlay): New face.
3405 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3407         * org-exp.el (org-get-current-options): Include the option for
3408         publishing time stamps.
3410         * org.el (org-toggle-heading): Renamed from
3411         `org-toggel-region-headings'.
3412         No longer needs a region defined, but will use it if there is one.
3413         (org-ctrl-c-star): Simplified, relying more on the internal
3414         workings of `org-toggle-heading'.
3415         (org-toggle-item): Renamed from `org-toggle-region-items'.
3416         No longer needs a region defined, but will use it if there is one.
3417         (org-ctrl-c-minus): Simplified, relying more on the inernal
3418         workings of `org-toggle-item'.
3420         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3421         environment detection.  Also, do real changes only in unprotected
3422         places.
3424 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
3426         * org-export-latex.el (org-export-latex-quotation-marks): Use
3427         `org-if-unprotected-1'.
3428         (org-export-latex-set-initial-vars): Check for class definition in
3429         property.
3431         * org-macs.el (org-if-unprotected-1): New macro.
3433 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
3435         * org-compat.el (org-count-lines): New function.
3437         * org-exp.el (org-export-format-source-code-or-example): Handle
3438         switches related to text areas.
3440         * org.el (org-activate-footnote-links): Don't allow match inside a
3441         link.
3443         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
3445         * org-export-latex.el (org-export-latex-links): Keep a relative
3446         path relative also after export.
3448         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
3450         * org.el (org-make-tags-matcher): Never use IDO for completing the
3451         tags matcher match string.
3452         (org-completing-read): Also remove the special biding for "?".
3454         * org-attach.el (org-attach-allow-inheritance): New option.
3455         (org-attach-inherited): New variable.
3456         (org-attach-dir): Handle properties related to the attachment
3457         directory.
3458         (org-attach-check-absolute-path): New function.
3459         (org-attach-set-directory, org-attach-set-inherit): New commands.
3460         (org-attach): Accommodate the new commands in the dispatcher.
3462 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
3464         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3465         `window-full-width-p'.
3467         * org-exp.el (org-export-as-html): Only check for images files
3468         that really can be inlined
3470         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3471         list of extensions to be a parameter.
3473         * org-exp.el (org-export-html-inline-image-extensions): New
3474         variable.
3476         * org-agenda.el (org-prepare-agenda): Use
3477         `org-agenda-block-separator'.
3478         (org-agenda-block-separator): New option.
3480 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
3482         * org-export-latex.el (org-export-latex-tables): Call
3483         `org-table-clean-before-export' with the new optional argument.
3485         * org-exp.el (org-table-clean-before-export): New optional
3486         parameter MAYBE-QUOTED, allows for quoted characters like \# in
3487         first column.
3489 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
3491         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3492         histograms.
3494         * org-colview.el (org-colview-construct-allowed-dates): Better
3495         error catching when a date/time property does not have allowed
3496         values defined.
3498         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3499         Better error catching when a date/time property does not have
3500         allowed values defined.
3502 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3504         * org.el (org-map-entries): Restore point and restriction after
3505         `org-map-entries'.
3507 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3509         * org.el (org-time=, org-time<, org-time<=, org-time>)
3510         (org-time>=, org-time<>): Make sure both values are dates.
3512 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3514         * org-archive.el (org-extract-archive-heading): Allow %s for file
3515         name also in achive location heading.
3517 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3519         * org-archive.el (org-add-archive-files): Uniquify the list before
3520         returning it.
3522 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3524         * org-compat.el (org-fit-window-to-buffer): Use
3525         `window-full-width-p'.
3527         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3528         space after the colon in short examples.
3530         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3531         enforce a space after the colon.  However, we also allow lines
3532         that are *only* a colon.
3533         (org-export-as-html): Enforce the space after the colon in short
3534         examples.
3535         (org-export-preprocess-string): Do the colon example protection
3536         earlier.
3537         (org-export-remove-timestamps): Do not check for protection at the
3538         end of the line.
3540 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3542         * org.el (org-format-latex-options): Add new matcher for single
3543         letters between dollars.
3544         (org-get-header): Function removed.
3545         (org-heading-components): New function.
3547         * org-exp.el (org-export-define-heading-targets): Record ID's also
3548         as alternative targets.
3549         (org-export-as-html): Interpret "id:" links to other files by
3550         preserving the relative path.
3552         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3553         is nil.
3555         * org-exp.el (org-export-normalize-links): Protect the main link,
3556         to avoid special character processing.
3558         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3559         New variable.
3560         (org-export-latex-special-string-regexps): Variable removed.
3561         (org-export-latex-keywords): Use the new regexp.
3563         * org-exp.el (org-export-handle-include-files): Fetch switches and
3564         put them into the BEGIN statement.
3566         * org-timer.el (org-timer-mode-line-string): New variable.
3568         * org-clock.el (org-clock-mode-line-map): Renamed from
3569         `org-clock-mode-map'.
3570         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3571         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3572         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3573         (org-clock-remove-overlays): Renamed from
3574         `org-remove-clock-overlays'.
3576         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3577         and mode line display.
3578         (org-timer-stop): New command.
3579         (org-timer-seconds): Return correct time when timer is paused.
3580         (org-timer-mode-line-timer): New variable.
3581         (org-timer-set-mode-line, org-timer-update-mode-line): New
3582         functions.
3584         * org.el (org-insert-heading):  Handle new value `auto' for
3585         `org-blank-before-new-entry'.
3586         (org-org-menu): Add new items for timer functions.
3588         * org-list.el (org-insert-item): Handle new value `auto' for
3589         `org-blank-before-new-entry'.
3591         * org.el (org-blank-before-new-entry): New value `auto', made
3592         default.
3594 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3596         * org-exp.el (org-export-normalize-links): If the link is also
3597         used as the description, protect the description.
3599 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3601         * org.el (org-closest-date): Fix bug with yearly repeats, in
3602         combination with preference of the past as it is used for deadline
3603         and scheduling search.
3605         * org-exp.el (org-html-handle-time-stamps): No longer check for
3606         the `org-export-with-timestamps' option, because the preprocesser
3607         has taken care of this already.
3609         * org.el (org-entry-properties): Catch the case when this is
3610         called in a non-org-mode file.
3612         * org-export-latex.el (org-export-latex-remove-from-headlines):
3613         Variable made obsolete, also LaTeX export now uses the standard
3614         variables.
3615         (org-export-as-latex): Add the timestamps parameter to the
3616         preprocessor parameter list.
3617         (org-export-latex-content): Export the remaining keywords without
3618         considering to remove them.
3619         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3620         Use bold font instead of tt font for the keywords.
3621         (org-export-latex-fontify-headline): Format headlines, assuming
3622         that all keywords still present should be published.
3623         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3624         publish what ever remains of the time stamps.
3625         (org-export-latex-list-parameters): New option.
3626         (org-export-latex-lists): Pass additional parameters to the list
3627         converter.
3629         * org-exp.el (org-export-preprocess-string): Remove clock lines
3630         and timestamps already in the preprocesor.
3631         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3632         functions.
3633         (org-export-as-ascii, org-export-as-html): Add the timestamps
3634         parameter to the preprocessor parameter list.
3636         * org-list.el (org-list-parse-list): Parse for checkboxes.
3637         (org-list-to-generic): Introduce and handle new parameters :cbon
3638         and :cboff.
3639         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3640         optional parameter PARAMS.
3642         * org-export-latex.el (org-export-latex-special-chars): Fix
3643         problems with interpreting dollar signs.
3644         (org-inside-latex-math-p): New function.
3645         (org-export-latex-preprocess): Protect all the math fragments.
3647         * org.el (org-latex-regexps): Allow a dash after a dollar.
3649         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3650         mark after copying.
3652         * org-agenda.el (org-run-agenda-series): Have series options set
3653         when finalizing the agenda.
3655         * org-exp.el (org-export-format-source-code-or-example): Protect
3656         the converted examples.
3658         * org.el (org-set-regexps-and-options): Fix the regexp
3659         `org-complex-heading-regexp'.
3661 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org.el (org-edit-src-get-label-format): New function.
3664         (org-coderef-label-format): New option.
3665         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3666         a label format specification and make sure it is used in the edit
3667         buffer.
3668         (org-edit-src-get-label-format): New function.
3669         (org-store-link): Handle new coderef formats.
3670         (org-link-search): Handle new coderef formats.
3672         * org-footnote.el (org-footnote-create-definition)
3673         (org-footnote-goto-local-insertion-point): Make footnote insertion
3674         work correctly when the "Footnotes" headline is the last line in
3675         the buffer.
3677         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3678         the location.
3680 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3682         * org-w3m.el (org-w3m): New customization group.
3683         (org-w3m-deactivate-mark): New option.
3684         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3685         option say not to.
3687 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3689         * org.el (org-set-font-lock-defaults): Trigger footnote
3690         fontification.
3691         (org-activate-footnote-links): New function.
3692         (org-activate-links): New entry `footnote'.
3694         * org-faces.el (org-footnote): New face.
3696 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3698         * org-macs.el (org-re): Handle the [:word:] class.
3700         * org-exp.el (org-export-preprocess-string): Call
3701         `org-export-protect-colon-examples'.
3702         (org-export-protect-colon-examples): Renamed from
3703         `org-export-protect-examples', and scope limited to lines starting
3704         with a colon.
3706 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org-exp.el (org-export-preprocess-string): Move the preprocess
3709         hook to after turning on Org-mode.
3710         (org-export-preprocess-after-include-files-hook)
3711         (org-export-preprocess-after-tree-selection-hook)
3712         (org-export-preprocess-before-backend-specifics-hook)
3713         (org-export-preprocess-final-hook): New hooks.
3714         (org-export-preprocess-string): Run the new hooks.
3716         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3718         * org-footnote.el: New file.
3720         * org.el (org-footnote): Require footnote code.
3721         (org-startup-options): Add new footnote options.
3722         (org-mode-map): New keybindig for footnotes.
3723         (org-ctrl-c-ctrl-c): Add function at footnotes.
3724         (org-org-menu): New menu entries for footnotes.
3726         * org-export-latex.el (org-export-as-latex): Pass footnote
3727         variable to preprocessor.
3728         (org-export-latex-preprocess): Treat multiple references to a
3729         footnote.
3731         * org-exp.el (org-export-preprocess-string): Call
3732         `org-footnote-normalize'.
3733         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3734         to preprocessor.
3735         (org-export-as-html): Treat multiple references to a footnote.
3737 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3739         * org-export-latex.el (org-export-latex-links): Handle coderef
3740         links.
3742         * org.el (org-bracket-link-analytic-regexp++): New variable.
3743         (org-make-link-regexps): Initialize
3744         `org-bracket-link-analytic-regexp++'.
3745         (org-store-link): Implement special case in edit-src buffer.
3746         (org-insert-link): No use of ide to insert stored links.
3747         (org-link-search): Implement special case for coderefs.
3749         * org-exp.el (org-export-html-scripts): New constant.
3750         (org-export-html-style-default): Add a new style for highlighted
3751         code.
3752         (org-export-code-refs): New variable.
3753         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3754         Call `org-export-replace-src-segments-and-examples'
3755         No longer call `org-export-protect-examples'.
3756         (org-export-target-internal-links): Take care of coderef targets.
3757         (org-export-last-code-line-counter-value): New variable.
3758         (org-export-replace-src-segments-and-examples): Renamed from
3759         `org-export-replace-src-segments', and modified.
3760         (org-export-format-source-code-or-example): Renamed from
3761         `org-export-format-source-code'.
3762         (org-export-number-lines): New function.
3763         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3765 --------------------------------------------------------------------------
3767 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3769         * org-remember.el (org-remember-handler): Safer way to get a new
3770         buffer accessing the target file.
3772         * org.el (org-refile-get-location): Handle case of current buffer
3773         not having a file associated with it.
3775 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3777         * org-table.el (org-table-get-formula): Only ask to overwrite
3778         field formula if there really is one.
3780         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3781         number, by converting these to a string.
3783         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3784         located in a different file.
3786         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3787         org-colview.el.
3789 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3791         * org.el (org-completion-use-ido): Enhance docstring of
3792         `org-completion-use-ido'.
3794         * org-export-latex.el (org-export-latex-make-header): Double the %
3795         in the time stamp format.
3796         (org-export-latex-special-chars): Handle case where there is no
3797         match group 3.
3799 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3801         * org.el (org-get-refile-targets, org-refile-get-location): Use
3802         expanded file name to improve comparison.
3804 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3806         * org.el (org-scan-tags): Rescan for tags, to get the correct
3807         upcase/downcase stuff.  This slows things down for now, but it
3808         works.
3809         (org-mode): Make sure the tag-faces regexp is initialized.
3811         * org-export-latex.el (org-export-latex-links): Fix bug with
3812         undefined label.
3814         * org-table.el (org-table-get-specials): Set
3815         `org-table-current-last-data-line'.
3816         (org-table-current-last-data-line): New variable.
3817         (org-table-insert-column, org-table-delete-column)
3818         (org-table-move-column, org-table-fix-formulas): Call
3819         `org-table-fix-formulas' a second time to fix the $LR references.
3820         (org-table-get-specials): Add the $LR references to the tables.
3821         (org-table-get-formula): Do not offer last-row names as LHS of
3822         formulas.
3824         * org.el (org-store-link): Capture link description from
3825         `org-id-store-link'.
3827         * org-exp.el (org-export-html-format-image): Add the / to the end
3828         of the <img> tag.
3829         (org-export-format-source-code): Surround example by empty lines,
3830         to make sure it will not be inside a paragraph.
3832         * org.el (org-ido-switchb): New function.
3834 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3836         * org-agenda.el (org-agenda-show): New prefix argument
3837         FULL-ENTRY.
3839         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3840         argument.
3842         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3843         `org-agenda-change-all-lines'.
3844         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3845         tags are now retrieved locally.
3847 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3849         * org.el (org-get-outline-path): Fix bug if level is not given.
3850         (org-org-menu): Do not quote function in menu vector.
3852         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3853         name.
3855 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3857         * org.el (org-refile): Avoid refiling to within the region to be
3858         refiled.
3860         * org-export-latex.el (org-export-latex-special-chars): Replace
3861         special characters also in tables.
3863         * org-agenda.el (org-agenda-change-all-lines): New argument
3864         FORCE-TAGS.
3865         (org-agenda-set-tags): Cet the new tags and pass them to
3866         `org-format-agenda-item'.
3868 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3870         * org-export-latex.el (org-export-latex-classes): Add longable as
3871         a default package to all classes.
3872         (org-export-latex-tables): Handle the longtable attribute and the
3873         align attribute.
3875         * org-table.el (orgtbl-to-generic): Handle tables that start with
3876         a hline.
3878         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3879         \verb for colde-like snippets.
3880         (org-export-as-latex): Fix issues with region export.
3882         * org.el (org-up-heading-safe): Speed up function by using a
3883         direct regexp search.
3884         (org-olpa): New variable.
3885         (org-get-outline-path): Speed-up path constructions in cases where
3886         this is possible because the entire hierarchy is scanned anyway.
3887         (org-refile-get-location): Don't compare the truenames of files,
3888         this is too slow.
3889         (org-goto-max-level): New option.
3890         (org-goto): Use `org-goto-max-level'.
3892 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3894         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3895         Strip angle brackets from message-ids in the former and don't do
3896         it in the latter.
3897         (org-gnus-follow-link): Open summary reliable, even if the last
3898         messages were deleted, and handle empty groups, too.
3900 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3902         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3903         instead of \texttt for the =...= and ~===~ emphasis environments.
3904         (org-export-as-latex): Remove any old :org-license-to-kill text
3905         properties.
3906         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3907         (org-export-latex-make-header): Add some hard space after the
3908         table of contents.
3909         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3910         exported text so that it will be excuded in further steps.
3912         * org-table.el (org-table-get-specials): Make @0 reference the
3913         last line in a table.
3914         (org-table-recalculate): Improve docstring.
3916 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3918         * org.el (org-log-done): Fix docstring.
3920 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3922         * org-exp.el (org-export-html-format-image): Fix bugs.
3924         * org-export-latex.el (org-export-latex-tables)
3925         (org-export-latex-links): Implement attribute, label, and caption
3926         handling.
3928         * org-exp.el (org-export-html-style-default): Add style
3929         definitions for the figure div.
3930         (org-export-preprocess-string, org-export-as-html): Implement
3931         attribute, label, and caption handling.
3932         (org-export-attach-captions-and-attributes): New function.
3933         (org-export-html-format-image): New function.
3934         (org-format-org-table-html): Implement attribute, label, and
3935         caption handling.
3937         * org.el (org-find-text-property-in-string): New function.
3938         (org-extract-attributes): Use the property org-attr instead of
3939         org-attrobutes, because this property is now set with the #+ATTR
3940         lines.
3942 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3944         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3945         the case that FROM is nil.
3947         * org.el (org-before-first-heading-p): New function.
3949 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3951         * org-exp.el (org-export-as-html): Do not add a space before
3952         enforces line breaks.
3953         (org-export-as-html): Close paragraph before blockquote and verse
3954         tags.
3956 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3958         * org-id.el (org-id-locations-file): Wrap file name with
3959         `convert-standard-filename'.
3960         (org-id-files): New variable.
3961         (org-id-use-hash): New option.
3962         (org-id-update-id-locations): Also search in all files current
3963         listed in `org-id-files'.  Convert the resulting alist to a hash
3964         if the user customation says so.
3965         (org-id-locations-save): Handle he case if `org-id-locations' is a
3966         hash.
3967         (org-id-locations-load): Convert the alist to a hash.
3968         (org-id-add-location): Handle the hast case.
3969         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3970         exited.
3971         (org-id-hash-to-alist, org-id-alist-to-hash)
3972         (org-id-paste-tracker): New functions.
3974 -------------------------------------------------------------------------
3976 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3978         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3979         bindings of calendar variables.
3981         * org-table.el (org-table-find-row-type): Renamed from
3982         `org-find-row-type'.
3983         (org-table-rewrite-old-row-references): Renamed from
3984         `org-rewrite-old-row-references'.
3985         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3986         (org-table-cleanup-narrow-column-properties): Renamed from
3987         `org-cleanup-narrow-column-properties'.
3989 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3991         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3992         for better error messages.
3993         (org-table-get-descriptor-line): Supply the new arguments to
3994         `org-find-row-type'.
3995         (org-table-error-on-row-ref-crossing-hline): New option.
3997         * org.el (org-target-link-regexp): Make buffer-local.
3998         (org-move-subtree-down): Fix bug with trees at beginning of
3999         buffer.
4001 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4003         * org-faces.el (org-set-tag-faces): New function.
4004         (org-tags-special-faces-re): New variable.
4006         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4008         * org-faces.el (org-tag-faces): New option.
4009         (org-tag): Mention `org-tag-faces' in the docstring.
4011 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4013         * org-exp.el (org-export-html-style-default): Implement new
4014         quoting.
4016         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4018         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4019         command to the `w3m-minor-mode-map'.
4021         * org-archive.el (org-archive-to-archive-sibling): Protect
4022         `this-command' to avoid appending kills during archiving.
4024         * org-exp.el (org-export-with-priority): New variable.
4025         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4026         instead of internal list of strings and properties.
4027         (org-print-icalendar-entries): Retrieve the location property with
4028         inheritance.
4030 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4032         * org-exp.el (org-export-with-todo-keywords): New option.
4033         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4034         line.
4035         (org-default-export-plist, org-export-add-options-to-plist)
4036         (org-export-as-ascii, org-export-as-html): Use the new structure
4037         of `org-export-plist-vars'.
4039         * org.el (org-map-entries): Return all values.
4041 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4043         * org.el (org-matcher-time): Recognize more special values.
4045         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4047 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4049         * org.el (org-tags-exclude-from-inheritance): New option.
4050         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4051         `org-tags-exclude-from-inheritance'.
4053         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4054         (org-format-agenda-item): Add inherited tags to the agenda line
4055         string, and make sure that properties are kept when downcasing the
4056         tags list.
4057         (org-agenda-add-inherited-tags): New function.
4058         (org-downcase-keep-props): New function.
4060         * org.el (org-scan-tags): Mark inherited tags with a text
4061         property.
4062         (org-get-tags-at): Mark inherited tags with a text property.
4063         (org-add-prop-inherited): New function.
4065         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4066         (org-agenda-show-inherited-tags): New option.
4068 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4070         * org.el (org-modules): Add org-w3m to the default modules.
4072         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4073         orgtbl-mode.
4074         (orgtabl-create-or-convert-from-region): New command.
4076         * org-exp.el (org-export-as-ascii): Remove the handling of
4077         targets.
4078         (org-export-ascii-preprocess): Handle targets already in this
4079         function.
4081 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4083         * org-timer.el (org-timer-start-time): Define this variable.
4084         (org-timer-item): Make argument optional.
4086         * org-list.el (org-insert-item): Automatically insert a timer item
4087         if the current list is a timer list.
4089         * org-timer.el: New file.
4091         * org-publish.el (org-publish-org-index): Only exclude the index
4092         file in the main directory from being added to the site-map.
4093         (org-publish-get-project-from-filename): If the current project is
4094         a component, start publishing from the parent project.
4096 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4098         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4100         * org-publish.el (org-publish-org-index): Improve removal of
4101         temporary buffers.
4103         * org-agenda.el (org-get-closed): Re-apply changes
4104         accidentially overwritten by last commit to Emacs.
4106         * org.el (org-outline-path-complete-in-steps): New option.
4107         (org-refile-get-location): Honor
4108         `org-outline-path-complete-in-steps'.
4109         (org-agenda-change-all-lines, org-tags-sparse-tree)
4110         (org-time-string-to-absolute, org-small-year-to-year)
4111         (org-link-escape): Re-apply changes accidentially overwritten
4112         by last commit to Emacs.
4114 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4116         * org-clock.el (org-dblock-write:clocktable): Make sure the
4117         clocktable sees the first line.
4118         (org-clock-in): Warn if the clock cannot be resumed.
4120 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4122         * org.el (org-open-at-point): Fix mixup about interactive and
4123         non-interactive elisp links.
4125 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4127         * org-exp.el (org-export-preprocess-string): Allow one comment
4128         line before the first headline to always be included.  This is
4129         to not miss a commented target.
4131         * org-mouse.el (org-mouse-insert-item): Call
4132         `org-indent-to-column' instead of `indent-to', for XEmacs
4133         compatibility.
4135         * org.el (org-refile-targets): Fix customize definition so
4136         that it works also in XEmacs.
4137         (org-fixup-indentation): Call `org-indent-to-column' instead
4138         of `indent-to', for XEmacs compatibility.
4140 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4142         * org-mew.el (org-mew-store-link): Get the correct case folder
4143         for refiled messages.
4145 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4147         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4148         line break indicators.
4150         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4151         ido-completion propts.
4153 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4155         * org-remember.el (org-remember-apply-template): Use
4156         `org-substring-no-properties'.
4158         * org-compat.el (org-substring-no-properties): New function.
4160         * org-remember.el (org-remember-apply-template): Use
4161         `org-substring-no-properties' for compatibility.
4163         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4164         option.
4165         (org-fix-bullet-type): respect
4166         `org-list-two-spaces-after-bullet-regexp'.
4168         * org-clock.el (org-clock-load): Clean up the code.
4170         * org.el (org-adaptive-fill-function): Allow two spaces after
4171         "1." as a list bullet.
4173 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4175         * org-clock.el (org-clock-save, org-clock-load): Check for
4176         live buffers, existing files, and buffer file names to ensure
4177         consistent information.
4178         (org-clock-persist): Make `clock' a special value of this
4179         variable, and improve docstring.
4181         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4182         (org-get-string-indentation): Adapt indentation when the bullet
4183         width changes.
4185 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4187         * org-remember.el (org-remember-finalize): Make interactive.
4188         (org-remember-kill): New command.
4189         (org-remember-finish-immediately): Call `org-remember-finalize'
4190         directly.
4191         (org-remember-finalize): Make `org-remember-finalize' an interactive
4192         function.
4194 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4196         * org-remember.el (org-remember-apply-template): No ido completion
4197         for free prompts in remember templates.
4198         (org-remember-before-finalize-hook): New hook.
4199         (org-remember-mode): New minor mode.
4200         (org-remember-apply-template): Turn on `org-remember-mode'.
4202         * org-id.el (org-id-add-location): Avoid error when no file is
4203         given.
4205         * org-remember.el (org-remember-apply-template): Fix the way how
4206         the list of allowed properties is retrieved from the target file.
4208         * org.el (org-insert-link): Improve file link matching.
4210 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4212         * org-colview.el (org-columns-display-here): New argument
4213         DATELINE, to trigger using the new face.
4214         (org-agenda-colview-summarize): Call `org-columns-display-here'
4215         with the new argument.
4217         * org-faces.el (org-agenda-column-dateline): New face.
4219         * org-publish.el (org-publish-org-index): Use index-title at page
4220         title, not as section.
4222         * org-exp.el (org-export-html-format-desc): Respect the
4223         org-protect property.
4224         (org-export-as-html): Protect image specifiers that are in the
4225         description part of a link.
4227         * org.el (org-sort-entries-or-items, org-completing-read)
4228         (org-refile-get-location, org-olpath-completing-read, org-todo)
4229         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4230         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4231         (org-set-property, org-delete-property)
4232         (org-delete-property-globally): Use `org-ido-completing-read'.
4234         * org-remember.el (org-remember-apply-template): Use
4235         `org-ido-completing-read'.
4237         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4239         * org-colview.el (org-columns-edit-value, org-columns-new)
4240         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4242         * org-colview-xemacs.el (org-columns-edit-value)
4243         (org-columns-new, org-insert-columns-dblock): Use
4244         `org-ido-completing-read'.
4246         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4247         `org-ido-completing-read'.
4249         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4250         `org-ido-completing-read'.
4252         * org.el (org-time-today): New function.
4253         (org-matcher-time): Use `org-time-today'.  Add special treatment
4254         for "<tomorrow>" and "<yesterday>".
4255         (org-ido-completing-read): New function.
4256         (org-completion-use-ido): New option.
4258         * org-exp.el (org-export-format-source-code): Fix bug in require
4259         htmlize code.
4260         (org-export-target-internal-links): Fix bug in search for text
4261         property.
4263 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4265         * org-export-latex.el (org-export-latex-subcontent): Interprete
4266         target aliases as additonal labels.
4268         * org-exp.el (org-export-target-aliases): New variable.
4269         (org-export-preprocess-string)
4270         (org-export-handle-invisible-targets): Fill the alias alist.
4271         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4272         assign an id.
4273         (org-html-level-start): Insert the target aliases as additonal
4274         anchors.
4276         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4277         picture area.
4279 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4281         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4282         when following a link with the mouse from the agenda.
4284         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4285         headlines are created.
4287 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4289         * org-exp.el (org-export-preprocess-string): Reorder so that we
4290         can still see ID properties when we collect targets.
4291         (org-export-target-internal-links): Also store targets for ID's.
4293         * org.el (org-link-translation-function): New option.
4294         (org-open-at-point): Call `org-link-translation-function' if
4295         non-nil.
4296         (org-translate-link): New function.
4297         (org-translate-link-from-planner): New function.
4298         (org-open-at-point): Allow interactive commands in elisp links.
4300         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4301         iCalendar quoting.  The new one seems to caus problems with
4302         applications.
4304         * org.el (org-yank): Set `this-command' to `yank', so that
4305         `yank-pop' will work.
4307 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4309         * org-id.el (org-id-search-archives): New option.
4311         * org.el (org-link-to-org-use-id): New option.
4312         (org-store-link): Use `org-link-to-org-use-id'.
4313         (org-id): Make org-id.el a standard component.
4315 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4317         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4318         hexified version of the tag.
4320         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4321         compliance as far as quoting is concerned.
4323         * org-vm.el (org-vm-follow-link): Require `vm-search'.
4325         * org.el (org-up-heading-safe, org-forward-same-level): Always
4326         call `org-back-to-heading' instead of `outline-back-to-heading'.
4327         (org-back-to-heading): New wrapper around outline-back-to-heading,
4328         with a useful error message telling where the error happened.
4330         * org-list.el (org-update-checkbox-count): Always call
4331         `org-back-to-heading' instead of `outline-back-to-heading'.
4333         * org-exp.el (org-export-as-html): Make sure that each <img> tag
4334         has an `alt' attribute, to ensure XHTML validation.
4336 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
4338         * org-publish.el (org-publish-attachment): Allow publishing to
4339         overwrite attachment files.
4341         * org-agenda.el (org-agenda-timerange-leaders): New option.
4342         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4344         * org.el (org-edit-src-exit): Untabify ASCII image before
4345         returning.
4358 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4360         * org.el (org-yank): Make any prefix force normal yanking.
4361         Suppress folding if text would be swallowed into a folded
4362         subtree.
4363         (org-yank-folded-subtrees, org-yank): Docstring updates.
4365         * org-agenda.el (org-agenda-compare-effort): Treat no effort
4366         defined as 0.
4368         * org-exp.el (org-export-language-setup): Add Catalan and
4369         Esperanto language entries.
4371 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4373         * org.el (org-refile): Allow refiling of entire regions.
4375         * org-clock.el (org-clock-time%): New function.
4377         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4378         retrieve property values.
4380 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
4382         * org-agenda.el (org-agenda-list): Handle the value `only' of
4383         org-agenda-show-log'.
4384         (org-agenda-log-mode): Interpret a double prefix arg.
4386 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
4388         * org-exp.el (org-export-html-footnotes-section): New variable.
4389         (org-export-as-html): Use `org-export-html-footnotes-section' to
4390         insert the footnotes.
4391         (org-export-language-setup): Add "Footnotes" to language words.
4393 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
4395         * org.el (org-yank): Fix bug when not inserting a subtree.
4397 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
4399         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4400         instead of `vm-beginning-of-message'.
4402         * org.el (org-make-link-regexps): Make sure that links to gnus can
4403         contain brackets.
4405 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
4407         * org-attach.el (org-attach-dir): Remove duplicate ID creation
4408         code.
4410         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4411         shell output.
4413         * org.el (org-link-abbrev-alist): Improve customization type.
4415         * org-attach.el (org-attach-expand-link, org-attach-expand): New
4416         functions.
4418         * org-agenda.el (org-agenda-get-progress): Renamed from
4419         `org-get-closed'.  Implement searching for state changes as well.
4420         (org-agenda-log-mode-items): New option.
4421         (org-agenda-log-mode): New option prefix argument, interpreted as
4422         request to show all possible progress info.
4423         (org-agenda-get-day-entries): Call `org-get-progress' instead of
4424         `org-get-closed'.
4425         (org-agenda-set-mode-name): Handle the more complex log mode
4426         settings.
4427         (org-get-closed): New alias, pointing to `org-get-progress'.
4429 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
4431         * org.el (org-file-apps-defaults-gnu)
4432         (org-file-apps-defaults-macosx)
4433         (org-file-apps-defaults-windowsnt): Add an entry defining the
4434         system command.
4435         (org-file-apps): Allow `system' as key and value.
4436         (org-open-at-point): Explain the effect of a double prefix arg.
4437         (org-open-file): If the argument `in-emacs' is (16),
4438         i.e. corresponding to a double prefix argument, try to open the
4439         file externally.
4441 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
4443         * org.el (org-insert-link): Abbreviate absolute files names in
4444         links.  Also, fix a bug in which the double C-u prefix would not
4445         be honored.
4447 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
4449         * org.el (org-insert-heading): If buffer does not end with a
4450         newline, add one if necessary to insert headline correctly.
4452         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
4453         paragraphs, not inside.
4455         * org.el (org-todo): Quote
4456         `org-agenda-headline-snapshot-before-repeat'.
4458         * org-exp.el (org-export-as-html): Fully process link descriptions.
4459         (org-export-html-format-desc): New function.
4460         (org-export-as-html): Collect footnotes into the correct basket.
4461         (org-html-protect): No longer protect quotations marks here, this
4462         goes wrong.
4464         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4465         BEG.
4467         * org-compat.el (org-fit-window-to-buffer): New function (not
4468         really, a preliminary and incomplete version was present earlier,
4469         but not used).
4471         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4472         `org-fit-window-to-buffer'.
4474         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4476         * org-agenda.el (org-agenda-get-restriction-and-command)
4477         (org-fit-agenda-window, org-agenda-convert-date): Use
4478         `org-fit-window-to-buffer'.
4480         * org-exp.el (org-export-as-html): Process href links through
4481         `org-export-html-format-href'.
4482         (org-export-html-format-href): New function.
4484         * org-agenda.el (org-agenda-todo): Update only the current
4485         headline if this is a repeated TODO, marked done for today.
4486         (org-agenda-change-all-lines): New argument JUST-THIS, to change
4487         only the current line.
4489         * org.el (org-todo): Take a snapshot of the headline if the
4490         repeater might change it.
4492 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4494         * org-publish.el (org-publish-find-title): Remove buffers visited
4495         only for extracting the title.
4497         * org-exp.el (org-export-html-style)
4498         (org-export-html-style-default): Mark style definitions as
4499         unparsed CDATA.
4501         * org-publish.el (org-publish-validate-link): Function
4502         re-introduced.
4504 2008-11-02  Charles Sebold  <csebold@gmail.com>
4506         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4507         property.
4508         (org-plot-quote-timestamp-field): New function.
4509         (org-plot-quote-tsv-field): Call timestamp field function when
4510         necessary rather than just quoting as a string.
4511         (org-plot/gnuplot-to-data): Pass in timefmt property.
4512         (org-plot/gnuplot-script): Supports timefmt property.
4513         (org-plot/gnuplot): Checks for timestamp column before checking
4514         for text index column.
4516 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4518         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4520         * org-publish.el (org-publish-org-index): Create a section in the
4521         index file.
4522         (org-publish-org-index): Stop linking to directories.
4524         * org.el (org-emphasis-alist): Use span instead of <u> to
4525         underline text.
4527         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4528         <pre> sections.
4530 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4532         * org-jsinfo.el (org-infojs-template): Remove language attribute
4533         from script tag.
4535 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4537         * org-agenda.el (org-agenda-remove-marked-text): New function.
4538         (org-agenda-mark-filtered-text)
4539         (org-agenda-unmark-filtered-text): New functions.
4540         (org-write-agenda): Remove fltered text.
4542         * org.el (org-make-tags-matcher): Give access to TODO "property"
4543         without speed penalty.
4545 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4547         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4548         option.
4549         (org-store-link-props): Make sure adding to the plist works
4550         correctly.
4552         * org-gnus.el (org-gnus-no-new-news): New function.
4553         (org-gnus-follow-link): Allow the article ID to be a message-id,
4554         in addition to allowing article numbers.  Message IDs make much
4555         more roubust links.
4556         (org-gnus-store-link): Use message-id to create link.
4558 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4560         * org.el (org-emphasize): Reverse the selection array.
4561         (org-emphasis-alist): Set <code> tags for the verbatim
4562         environment.
4564         * org-remember.el (org-remember-handler): Fix bug with
4565         prefix-related changing of the note storage target.
4567         * org-exp.el (org-print-icalendar-entries): Make the exported
4568         priorities compatible with RFC 2445.
4570         * org-clock.el (org-clock-save): Insert time stamp without
4571         dependence on time-stamp.el.
4573 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4575         * org.el ("saveplace"): If saveplace puts point into an invisible
4576         location, make it visible.
4577         (org-make-tags-matcher): Allow inactive time stamps in time
4578         comparisons.
4579         (org-yank-adjusted-subtrees): New option.
4580         (org-yank): Incorporate adjusting trees.
4581         (org-paste-subtree): New argument FOR-YANK which will cause
4582         insertion at point without backing up over white lines, and leave
4583         point at the end of the inserted text.  Also if the cursor is
4584         at the beginning of a headline, use the same level or the inserted
4585         tree.
4587         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4588         with broken symlinks
4590 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4592         * org-exp.el (org-export-select-tags, org-get-current-options):
4593         Fix typo.
4595 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4597         * org-agenda.el (org-format-agenda-item)
4598         (org-agenda-filter-make-matcher): Make sure tags are stored and
4599         compared donwcased.
4601 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4603         * org.el (org-insert-todo-heading): Fix bug with force-heading
4604         argument.
4606 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4608         * org-clock.el (org-clock-in-resume): Add a custom option to
4609         toggle starting the clock from an open clock line.
4610         (org-clock-in): When clocking in to an entry, if
4611         `org-clock-in-resume' is set, check if the first clock line is
4612         open and if so, start the clock from the time in the clock line.
4613         (org-clock-persist): Add a custom option to toggle clock
4614         persistence.
4615         (org-clock-persist-query-save): Add a custom option to toggle
4616         asking the user if they want to save the running clock when
4617         exiting.
4618         (org-clock-persist-query-resume): Add a custom option to toggle
4619         asking the user if they want to resume the saved clock when Emacs
4620         is restarted.
4621         (org-clock-save): Add a function to save clock data.
4622         This includes the contents of `org-clock-history' and the buffer
4623         and position of the currently clocked task, if any.
4624         (org-clock-load): Add a function to load clock data.
4625         This populates `org-clock-history', and resumes the saved clocked
4626         task if there is one.
4627         (org-clock-persistence-insinuate): Add a method to set up the
4628         hooks for clock persistence.
4630 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4632         * org-exp.el (org-export-as-ascii): Handle the case that we are
4633         publishing from an indirect buffer.
4635         * org-table.el (org-table-copy-down): Fix bug with time stamp
4636         increment.
4638         * org-mouse.el (org-mouse-features): New option.
4639         (org-mode-hook): Turn on features depending on
4640         `org-mouse-features'.
4642         * org.el (org-insert-heading-respect-content): Force heading
4643         creation.
4644         (org-insert-heading): keep the folding state of the heading before
4645         the inserted one.
4647 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4649         * org-archive.el (org-archive-to-archive-sibling): Handle top
4650         level headlines better.
4652 2008-10-21  Bastien Guerry  <bzg@altern.org>
4654         * org-export-latex.el (org-export-latex-classes): Added
4655         \usepackage{graphicx} to the default list of packages.
4657 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4659         * org-agenda.el (org-agenda-filter): Renamed from
4660         `org-agenda-filter-tags'.
4662 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4664         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4665         is not defined as a property in this entry.
4666         (org-add-log-note): Mask prefix argument when immediately storing
4667         the note.
4669         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4670         option.
4672 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4674         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4675         after drawers was skipping ahead one line too many, so notes were
4676         inserted after the first note instead of before it.
4678 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4680         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4681         New variables.
4682         (org-prepare-agenda): Reset the filter tags.
4683         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4684         Show filter tags in mode line.
4686         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4687         formatter.
4689         * org-export-latex.el (org-latex-entities-regexp): New constant.
4690         (org-export-as-pdf): Use two calls to `shell-command'.
4692 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4694         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4695         Honor the {} value of the subsuperscript setting.  Make sure that
4696         longer subsuperscripts are typeset in a roman font.
4698         * org.el (org-clock-update-time-maybe): Compute negative clock
4699         intervals correctly.
4701 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4703         * org.el (org-add-log-setup): Respect
4704         `org-log-state-notes-insert-after-drawers'.
4705         (org-log-state-notes-insert-after-drawers): New option.
4706         (org-todo-trigger-tag-changes): New function.
4707         (org-todo): Call `org-todo-trigger-tag-changes'.
4709 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4711         * org.el (org-add-log-setup): Only skip drawers if the are
4712         immediately after the scheduling keywords.
4714         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4715         function
4716         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4717         call it with the current todo state to get the state to switch to
4718         when clocking in.
4719         (org-clock-in): Use org-indent-line-function to indent clock lines.
4720         (org-clock-find-position): Fix indentation of empty clock drawers.
4722 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4724         * org-publish.el (org-publish-org-to): Handle case when
4725         org-export-to-pdf does return a file name, not a buffer.
4726         (org-publish-org-to-pdf): New function.
4728         * org-export-latex.el (org-export-as-pdf)
4729         (org-export-as-pdf-and-open): New commands.
4731         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4732         forms as ranges.
4734         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4735         things in protexted regions.
4737 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4739         * org-export-latex.el (org-export-latex-preprocess): Improve
4740         quoting of LaTeX environments.
4742 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4744         * org.el (org-edit-fixed-width-region): Exclude final newline from
4745         picture area.
4747         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4748         sections, to make internal links work.
4749         (org-export-latex-fontify-headline): Do not remove all text
4750         properties, to make sure that target properties survive this
4751         process.
4753         * org-exp.el (org-export-preprocess-string): Change sequence of
4754         modifications, to make sure links are prepared before the LaTeX
4755         conversions do happen.
4757 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4759         * org-attach.el (org-attach-delete-all): Renamed from
4760         `org-attch-delete'.  Add a security query before deleting the
4761         entire directory.  New optional argument FORCE can overrule the
4762         security query.
4763         (org-attach-delete-one): New command.
4765 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4767         * org-attach.el (org-attach-file-list): Fix bug with directory.
4769 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4771         * org.el (org-apps-regexp-alist): New function.
4772         (org-file-apps): Add auto-mode to the default value.
4773         (org-open-file): Use the new structure of org-file-apps.
4775         * org-attach.el (org-attach): Support the new keys.
4776         (org-attach-method): New option.
4778 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4780         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4781         March.
4783         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4784         of the list value o `org-use-tag-inheritance'.
4786         * org-attach.el (org-attach-auto-tag): New option.
4787         (org-attach-tag, org-attach-untag): New functions.
4788         (org-attach-attach, org-attach-new, org-attach-sync): Call
4789         `org-attach-tag'.
4790         (org-attach-delete): Call `org-attach-untag'.
4792 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4794         * org-table.el (orgtbl-self-insert-command): Make this work for
4795         the keypad as well.
4797 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4799         * org.el (org-add-log-setup): Limit searc for drawers to entry
4800         text, not to subtree.
4802         * org-clock.el (org-clock-heading-for-remember): New variable.
4803         (org-clock-in): Set `org-clock-heading-for-remember'.
4805 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4807         * org-remember.el (org-remember-apply-template): Add new
4808         expansions: %k, %K for currently clocked task and a link to the
4809         currently clocked task, and %< to file notes in the currently
4810         clocked task.
4812 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4814         * org-export-latex.el (org-export-latex-make-header): Also insert
4815         the content of the property :latex-header-extra.
4817         * org-exp.el (org-infile-export-plist): Put the content of
4818         #+LATEX_HEADER: into the property :latex-header-extra.
4820         * org-colview.el (org-columns-get-format-and-top-level): Remove
4821         resetting the marker.
4823         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4824         Remove resetting the marker.
4826         * org.el (org-entry-property-inherited-from): Improve docstring.
4827         (org-entry-get-with-inheritance): Reset marker before starting the
4828         search.
4830         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4832 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4834         * org.el (org-entry-get-multivalued-property)
4835         (org-entry-protect-space, org-entry-restore-space): New
4836         functions.
4837         (org-file-apps-defaults-macosx): Let postscript files be opened by
4838         preview.
4839         (org-time-stamp-inactive): Call `org-time-stamp'.
4840         (org-time-stamp): New argument `inactive'.  Also edit inacive
4841         stamps. Convert time stamp type.
4842         (org-open-file): Interpret the `default' value for the `command'
4843         in `org-file-apps'.
4845         * org-id.el (org-id-int-to-b36-one-digit)
4846         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4847         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4848         b36.
4850 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4852         * org-id.el (org-id-reverse-string): New function.
4853         (org-id-new): Use `org-id-reverse-string' to make sure the
4854         beginning chars of the ID are mutating fast.  This allows to use a
4855         directory structure to spread things better.
4856         (org-id-prefix): Changed default to nil.
4858         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4859         restore the column of the cursor position.
4861         * org-remember.el (org-remember-apply-template): Remove properties
4862         from `initial'.
4864 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4866         * org-wl.el (org-wl-open): Remove useless call to
4867         `wl-thread-open-all'.
4869         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4870         location.
4872 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4874         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4875         `org-bbdb-anniversaries'.
4877         * org.el (org-get-next-sibling, org-forward-same-level): New
4878         functions, similar to the outline versions, but invisible headings
4879         are OK.
4881 2008-09-25  Bastien Guerry  <bzg@altern.org>
4883         * org.el (org-auto-repeat-maybe): Insert a space between
4884         the timestamp's type and the timestamp itself.
4886 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4888         * org-table.el (org-table-sum): Do not format the result with %g,
4889         it does rounding when there are too many digits.
4891         * org.el (org-map-entries): Protect the keyword-selecting variables.
4893 2008-09-23  Bastien Guerry  <bzg@altern.org>
4895         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4896         against all agenda files.
4898 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4900         * org-list.el: New file, aggregating list functions from org.el
4901         and org-export-latex.el.
4903         * org.el (org-edit-src-region-extra): New option.
4905 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4907         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4908         time before 1am.
4910 2008-09-22  Bastien Guerry  <bzg@altern.org>
4912         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4914 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4916         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4917         hline work correctly.
4918         (org-plot/gnuplot-script): Put commas at the end of each script
4919         line.
4921 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4923         * org.el (org-get-refile-targets): Replace links with their
4924         descriptions
4925         (org-imenu-get-tree): Replace links with their descriptions.
4927         * org-remember.el (org-remember-apply-template): Add a new
4928         expansion for adding properties to remember items.
4930         * org.el (org-add-log-setup): Skip over drawers (properties,
4931         clocks etc) when adding notes.
4933         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4934         items as well as the start and end times.
4936         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4937         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4939         * org-remember.el (org-get-x-clipboard): Use the compat
4940         function to get clipboard values when x-selection-value is
4941         unavailable. Use substring-no-properties instead of
4942         set-text-properties to remove text properties from the clipboard
4943         value.
4945         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4946         modeline clock string, and display the full todo value in the
4947         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4948         the currently clocked task.
4949         (org-clock-string-limit): Add a custom value for the maximum
4950         length of the clock string in the modeline.
4951         (org-clock-mode-map): Add a keymap for the modeline string
4953 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4955         * org-compat.el (org-propertize): New function.
4957 2008-09-20  Bastien Guerry  <bzg@altern.org>
4959         * org-export-latex.el (org-export-latex-tables): protect exported
4960         tables from further special chars conversion.
4961         (org-export-latex-preprocess): Preserve LaTeX environments.
4962         (org-list-parse-list): Parse descriptive lists.
4963         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4964         (org-list-to-texinfo): Export descriptive lists.
4965         (org-quote-chars): Remove.
4966         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4967         (org-export-latex-list-beginning-re): Rename to
4968         `org-list-beginning-re'
4969         (org-list-item-begin): Rename to `org-list-item-beginning'
4971 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4973         * org.el (org-refile): Allow refiling to the last entry in the
4974         buffer.
4975         (org-get-tags-at): Fix bug when inheritance is turned off.
4977 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4979         * org.el (org-indent-line-function): No longer check for src
4980         regions, this is too much overhead.
4982         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4983         matching.
4985         * org.el (org-scan-tags): Make sure that tags matching is not case
4986         sensitive.  TODO keyword matching is case sensitive, however, to
4987         avoid confusion with similar words that are not meant to be
4988         keywords.
4990 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4992         * org.el (org-get-local-tags-at): New function.
4993         (org-get-local-tags): New function.
4995         * org-exp.el (org-export-get-categories): New function.
4997         * org-agenda.el (org-sorting-choice)
4998         (org-agenda-sorting-strategy, org-agenda-get-todos)
4999         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5000         (org-agenda-get-scheduled, org-agenda-get-blocks)
5001         (org-entries-lessp): Implement sorting by TODO state.
5002         (org-cmp-todo-state): New defsubst.
5004         * org-colview.el (org-colview-construct-allowed-dates): New
5005         function.
5006         (org-columns-next-allowed-value): Use
5007         `org-colview-construct-allowed-dates'.
5009         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5010         function.
5011         (org-columns-next-allowed-value): Use
5012         `org-colview-construct-allowed-dates'.
5014 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5016         * org.el (org-protect-slash): New function.
5017         (org-get-refile-targets): Use `org-protect-slash'.
5019         * org-agenda.el (org-global-tags-completion-table): New variable.
5021         * org-exp.el (org-export-handle-export-tags): New function.
5022         (org-export-preprocess-string): Call
5023         `org-export-handle-export-tags'.
5025         * org-plot.el: New file.
5027         * org-publish.el (org-publish-expand-components): Function removed.
5028         (org-publish-expand-projects): Allow components to have components.
5030 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5032         * org.el (org-indent-line-function): Do not indent in regions that
5033         are external source code.
5034         (org-yank-and-fold-if-subtree): New function.
5036         * org-agenda.el (org-agenda-todayp): New function.
5037         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5038         `org-agenda-todayp'.
5040         * org.el (org-insert-heading-respect-content)
5041         (org-insert-todo-heading-respect-content): New commands.
5042         (org-insert-heading-respect-content): New option.
5043         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5045         * org-clock.el (org-clock-find-position): Make sure the note after
5046         the clock line gets moved into the new clock drawer.
5048 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5050         * org-id.el (org-id-new): New option.
5052 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5054         * org-table.el (org-table-copy-down): Avoid overflow during
5055         increment.  Use prefix argument 0 to temporarily disable the
5056         increment.
5058 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5060         * org-exp.el (org-export-as-html): Do not turn on the major mode
5061         if the buffer will be killed anyway.
5062         (org-get-current-options): Exclude the #+TEXT field.
5063         (org-export-as-html): Make sure text before the first headline is
5064         a paragraph.
5066         * org-publish.el (org-publish-org-to): Tell the exporter that this
5067         buffer will be killed, so it is not necessary to do major mode
5068         initialization.
5070         * org-archive.el (org-archive-to-archive-sibling): Show empty
5071         lines after folding the archive sibling.
5073         * org.el (org-log-note-extra): New variable.
5075 2008-09-05  Bastien Guerry  <bzg@altern.org>
5077         * org.el (org-additional-option-like-keywords): Added keywords for
5078         the _QUOTE, _VERSE and _SRC environments.
5080         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5081         exporting _QUOTE and _VERSE environments.
5083 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5085         * org-agenda.el (org-agenda-filter-by-tag): New command.
5087         * org-exp.el (org-get-current-options): Remove angular brackets
5088         from the date entry.
5090         * org.el (org-edit-fixed-width-region): New function.
5091         (org-edit-fixed-width-region): Also try
5092         `org-edit-fixed-width-region'.
5093         (org-edit-fixed-width-region-mode): New option.
5094         (org-activate-code): Only interprete lines starting with colon
5095         plus a space as example lines.
5097         * org-remember.el (org-remember-templates): Add nil instead of
5098         empty strings to fix the length of remember templates.
5100         * org-table.el (org-calc-default-modes): Fix the time format for
5101         calc, from 12 hour to 24 hour clock.
5103 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5105         * org-agenda.el (org-agenda-get-deadlines)
5106         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5107         entries that are pre-warnings of deadlines or reminders.
5109         * org.el (org-sort-entries-or-items): Make numeric and alpha
5110         comparisons ignore any TODO keyword and priority cookie.
5112         * org-remember.el (org-remember-handler): Reinterpretation of the
5113         prefix argument.
5115 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5117         * org-agenda.el (org-agenda-get-scheduled): Use new
5118         `org-scheduled' face.
5120         * org-faces.el (org-scheduled): New face.
5122         * org-wl.el (org-wl-open): Remove incorrect declaration.
5124         * org-gnus.el (org-gnus-store-link): Support for :to information
5125         in gnus links.
5127         * org-exp.el (org-export-as-html): Fixed typo in creator
5128         information.
5129         (org-export-protect-examples): New parameter indent.  Insert extra
5130         spaces only when this parameter is specified.
5131         (org-export-preprocess-string): Call `org-export-protect-examples'
5132         with an indentation parameter when exporting to ASCII.
5134         * org-remember.el (org-remember-templates)
5135         (org-remember-apply-template): Allow the file component to be a
5136         function.
5138         * org.el (org-goto-local-search-headings): Renamed from
5139         `org-goto-local-search-forward-headings'.  Added the possibility
5140         to search backwards.
5142 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5144         * org-export-latex.el (org-export-latex): New customization
5145         group.
5147         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5149 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5151         * org-exp.el (org-html-do-expand): Allow {} to terminate
5152         tex macro
5154 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5156         * org.el (org-buffer-list): Select buffers based on major mode,
5157         not on file name.
5159 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5161         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5162         face property.
5164         * org-colview.el (org-columns-display-here): Use
5165         `org-columns-modify-value-for-display-function'.
5167         * org-colview-xemacs.el (org-columns-display-here): Use
5168         `org-columns-modify-value-for-display-function'.
5170 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5172         * org.el (org-columns-modify-value-for-display-function): New option.
5184         * org-publish.el (org-publish-file): Make sure the directory match
5185         for the publishing directory works correctly.
5187         * org-agenda.el (org-agenda-execute-calendar-command)
5188         (org-agenda-diary-entry): Additional optional argument.
5190 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5192         * org-exp.el (org-export-as-html): Add attributes also in mailto
5193         and ftp links.
5195         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5204 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5206         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5207         sure that calls from `org-export-region-as-html' do not do the
5208         special check for a subtree.
5210 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5212         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5214 2008-07-20  Juri Linkov  <juri@jurta.org>
5216         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5217         new keymap `narrow-map' instead of binding "\C-xns".
5219 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5221         * org.el (org-open-file): Use
5222         `org-open-directory-means-index-dot-org'.
5223         (org-open-directory-means-index-dot-org): New option.
5225 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5227         * org.el (org-make-link-string): Remove link attributes from
5228         description.
5229         (org-open-at-point): Remove link attributes bevore using the path.
5231         * org-exp.el (org-export-as-html): Handle link attributes.
5233         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5235         * org-table.el (org-table-to-lisp): New function.
5237         * org.el (org-narrow-to-subtree): Do not include the final newline
5238         into the narrowed region.
5240         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5241         bug with user-define skipping condition.
5243 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5245         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5247 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5249         * org-exp.el (org-export-html-style-default): Automatic overflow
5250         handling for pre fields.
5251         (org-export-as-ascii, org-export-as-html): Change default format
5252         for time stamp.
5254         * org-table.el (org-table-export): Offer completion for translator
5255         functions, and do not require a heading above the table.
5257         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5258         Cater for the case of a list starting in the first line of the
5259         buffer.
5261 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5263         * org-publish.el (org-publish-find-title): Bug fix.
5264         (org-publish-org-index): Implement new :index-style option.
5266 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5268         * org-publish.el (org-publish-timestamp-filename): Use
5269         SHA1-encoded file names in the timestamp directory.
5271 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5273         * org-publish.el (org-publish-needed-p): Be verbose about files
5274         published and files skipped.
5276         * org-exp.el (org-export-preprocess-string): Swap link
5277         normalization and inernal link targeting.
5279         * org-publish.el (org-publish-needed-p): Create timestamp
5280         directory when it does not exist.
5282 2008-07-04  Bastien Guerry  <bzg@altern.org>
5284         * org-clock.el (org-clock-out-when-done): Doc fix.
5286         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5288         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5289         Ignore case when searching for the COMMENT cookie at export time.
5291 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5293         * org-exp.el (org-get-file-contents)
5294         (org-get-and-remove-property): New functions.
5295         (org-export-handle-include-files): Handle the new prefix options.
5296         (org-export-as-html): Fix the verse environment.
5298 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5300         * org.el (org-time=, org-time<, org-time<=, org-time>)
5301         (org-time>=, org-time<>, org-2ft): New functions.
5302         (org-op-to-function): Also provide for the time testing fucntions.
5304 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5306         * org-exp.el (org-export-html-style-default): New constant.
5308 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5310         * org-exp.el (org-export-html-style-extra): New variable.
5311         (org-export-splice-style): New function.
5313 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
5315         * org-exp.el (org-export-plist-vars, org-export-as-html):
5316         Implement `org-export-creator-info'.
5317         (org-export-creator-info): New option.
5319 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
5321         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5322         (org-property-drawer-re, org-clock-drawer-re): New constants.
5324 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
5326         * org-exp.el (org-icalendar-use-deadline)
5327         (org-icalendar-use-scheduled): New options.
5328         (org-icalendar-include-todo): Default changed to t.
5329         (org-print-icalendar-entries): Implement better utilization of
5330         scheduling and deadline time stamps.
5331         (org-export-target-internal-links, org-export-as-html): Allow file
5332         lines without the "file:" prefix if the file path is an absolute
5333         path or starts with ".".
5335         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5336         lastweek etc.
5337         (org-clock-special-range): Also undertand yesterday, lastweek etc.
5339 2008-06-18  Glenn Morris  <rgm@gnu.org>
5340         * org.el (org-map-entries): Let-bind `file'.
5342 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
5344         * org.el (org-agenda-skip-archived-trees): Docstring now
5345         discourages using this.
5346         (org-scan-tags): Check for org-agenda-archives-mode.
5347         (org-map-entries): Make sure org-agenda-archives-mode is nil.
5348         (org-agenda-files): Functionality of second arg changed.
5350         * org-agenda.el (org-agenda-archives-mode): New variable
5351         (org-write-agenda, org-prepare-agenda, org-agenda-list)
5352         (org-search-view, org-todo-list, org-tags-view)
5353         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5354         `ifmode' argument.
5355         (org-agenda-quit): Reset the archives mode.
5356         (org-agenda-archives-mode): New command.
5357         (org-agenda-set-mode-name): Include archives info.
5359 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
5361         * org.el (org-paste-subtree): Make sure the yanked headline is
5362         visible if it was yanked at a visible point.
5363         (org-move-item-up): Fix the bug with moving white space at the end
5364         of the item.
5365         (org-show-empty-lines-in-parent): New function.
5367 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
5369         * org-colview.el (org-columns-next-allowed-value): Bug fix.
5371         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5373         * org-agenda.el (org-agenda-get-closed): Get the end time into the
5374         agenda prefix as well.
5376         * org-publish.el (org-publish-org-index): Make a properly indented
5377         list.
5379         * org.el (org-calendar-agenda-action-key): New option.
5380         (org-get-cursor-date): New function.
5381         (org-mark-entry-for-agenda-action): New command.
5382         (org-overriding-default-time): New variable.
5383         (org-read-date): Respect `org-overriding-default-time'.
5385         * org-remember.el (org-remember-apply-template): Respect the
5386         ovverriding default time.
5388         * org-agenda.el (org-agenda-action-marker): New variable.
5389         (org-agenda-action): New command.
5390         (org-agenda-do-action): New function.
5392 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5394         * org.el (org-schedule, org-deadline): Protect scheduled and
5395         deadline tasks against changes that accidently remove the
5396         repeater.  Also show a message with the new date when done.
5398 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5400         * org.el (org-beginning-of-line): Cater for the case when there
5401         are tags but no headline text.
5402         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5403         it set.
5405 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
5407         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5408         the return value is nil instead of "nil" when there is no match.
5410         * org-exp.el (org-insert-centered): Use fill-column instead of
5411         80.
5412         (org-export-as-ascii): Use string-width to measure the width of
5413         the heading.
5415         * org.el (org-diary-to-ical-string): No longer kill buffer
5416         FROMBUF, this is now done by the caller.
5418         * org-exp.el (org-print-icalendar-entries): Move the call to
5419         `org-diary-to-ical-string' out of the loop, and kill the buffer
5420         afterwords.
5422         * org-remember.el (org-remember-visit-immediately): Position
5423         cursor after moving to the note.
5424         (org-remember-apply-template): Use a text property to record the
5425         cursor position.
5426         (org-remember-handler): Align tags after pasting the note.
5428 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
5430         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5432         * org-agenda.el (org-agenda-open-link): If there is an
5433         org-bbdb-name property in the current line, jump to that bbdb
5434         entry.
5436         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
5437         text property, so that the agenda knows where this entry comes
5438         from.
5440         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
5441         interaction between clocking-in from the agenda, and  automatic
5442         task state switching.
5444         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
5446         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
5447         zmacs-region stays after this command in XEmacs.
5449 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
5451         * org.el (org-scan-tags): Allow new values for ACTION parameter.
5453         * org-remember.el (org-remember-templates): Fix bug in
5454         customization type definition.
5456         * org.el (org-map-entries): New function.
5458 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
5460         * org-agenda.el (org-agenda-skip-comment-trees): New option.
5461         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5463 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
5465         * org-remember.el (org-jump-to-target-location): New variable.
5466         (org-remember-apply-template): Set
5467         `org-remember-apply-template' if requested by template.
5468         (org-remember-handler): Start an idle timer to jump to
5469         remember location.
5471         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5473         * org.el (org-set-regexps-and-options): Fix bug with parsing of
5474         file tags.
5475         (org-get-tags-at): Add the content of `org-file-tags'.
5477         * org-exp.el (org-export-handle-comments): Fix bug with several
5478         comment lines after each other.
5479         (org-number-to-roman, org-number-to-counter): New functions.
5480         (org-export-section-number-format): New option.
5482 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
5484         * org-exp.el (org-export-protect-examples): Catch the case of a
5485         missing end_example line.
5487         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5488         `org-file-tags' to nil.
5490         * org-colview.el (org-columns-next-allowed-value): Handle next
5491         argument NTH to directly select a value.
5493         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5494         argument NTH to directly select a value.
5496 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
5498         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5500 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5502         * org.el (org-columns-ellipses): New option.
5504 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5506         * org-colview.el (org-columns-add-ellipses): New function.
5507         (org-columns-compact-links): New function.
5508         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5509         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5510         when in agenda.
5511         (org-columns-edit-value): Fixed bug with editing values from
5512         agenda column view.
5513         (org-columns-redo): Also redo the agenda itself.
5515 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5517         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5518         option.
5520         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5522         * org-exp.el (org-export-ascii-preprocess): Renamed from
5523         `org-export-ascii-clean-string'.
5524         (org-export-kill-licensed-text)
5525         (org-export-define-heading-targets)
5526         (org-export-handle-invisible-targets)
5527         (org-export-target-internal-links)
5528         (org-export-remove-or-extract-drawers)
5529         (org-export-remove-archived-trees)
5530         (org-export-protect-quoted-subtrees)
5531         (org-export-protect-verbatim, org-export-protect-examples)
5532         (org-export-select-backend-specific-text)
5533         (org-export-mark-blockquote-and-verse)
5534         (org-export-remove-comment-blocks-and-subtrees)
5535         (org-export-handle-comments, org-export-mark-radio-links)
5536         (org-export-remove-special-table-lines)
5537         (org-export-normalize-links)
5538         (org-export-concatenate-multiline-links)
5539         (org-export-concatenate-multiline-emphasis): New functions,
5540         obtained from spliiting the export preprocessor.
5542         * org-table.el (org-table-recalculate): Improve error message if
5543         the row number is invalid.
5545 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5547         * org-archive.el (org-archive-save-context-info): Fix bugs in
5548         customization setup and docstring.
5550         * org-exp.el (org-export-html-style): Changed the size of in the
5551         <pre> element to 90%.
5553 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5555         * org.el (org-find-src-example-start): Function removed.
5556         (org-edit-src-find-region-and-lang): New function.
5558 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5560         * org.el (org-edit-src-exit): New function.
5561         (org-exit-edit-mode): New minor mode.
5563         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5564         comment-like lines from protected examples.
5566         * org.el (org-edit-src-example, org-find-src-example-start)
5567         (org-protect-source-example, org-edit-special): New functions.
5569 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5571         * org-publish.el (org-publish-project-alist): Fix typo in
5572         docstring.
5573         (org-publish-project-alist): Handle :index-title property.
5575 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5577         * org-export-latex.el (org-export-as-latex): Make sure region
5578         bounds are correct.  Parse subtree properties relating to export.
5580         * org-exp.el (org-export-add-options-to-plist): New function.
5581         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5583 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5585         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5586         EXPORT_TITLE.
5588         * org-exp.el (org-export-get-title-from-subtree)
5589         (org-export-as-ascii, org-export-as-html): Make sure the original
5590         region-beginning and region-end are used, even after moving
5591         point.
5592         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5593         property.
5595         * org-remember.el (org-remember-last-stored-marker): New variable.
5596         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5597         (org-remember-handler): Also use marker to remember
5598         last-stored position.
5600         * org.el (org-goto-marker-or-bmk): New function.
5602 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5604         * org.el (org-file-properties): Renamed from `org-local-properties'.
5605         (org-scan-tags): Take file tags into account.
5606         (org-tags-match-list-sublevels): Default changed to t.
5608         * org-exp.el (org-export-as-html): Close paragraph after a
5609         footnote.
5611         * org.el (org-update-parent-todo-statistics): New function.
5613         * org-exp.el (org-icalendar-store-UID): New option.
5614         (org-icalendar-force-UID): Option removed.
5615         (org-print-icalendar-entries): IMplement UIDs.
5617 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5619         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5621 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5623         * org-faces.el (org-column): Document how this face is being used
5624         and why sometimes the background faces shine through.
5626         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5628         * org-publish.el (org-publish-attachment): Create publishing
5629         directory if it does not yet exist.
5631         * org-table.el (org-calc-default-modes): Change default number
5632         format to (float 8).
5634         * org.el (org-olpath-completing-read): New function.
5635         (org-time-clocksum-format): New option.
5636         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5638         * org-clock.el (org-clock-display, org-clock-out)
5639         (org-update-mode-line): Use `org-time-clocksum-format'.
5641         * org-colview-xemacs.el (org-columns-number-to-string): Use
5642         `org-time-clocksum-format'.
5644         * org-colview.el (org-columns-number-to-string): Use
5645         `org-time-clocksum-format'.
5647 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5649         * org-id.el: New file, move from contrib to core.
5651         * org-exp.el (org-icalendar-force-UID): New option.
5653 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5655         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5656         shifted by one day if theere is a date range without an end
5657         time.
5659         * org.el (org-try-structure-completion): New function.
5661 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5663         * org.el (org-set-font-lock-defaults): Improve fontification of
5664         description lists.
5665         (org-insert-item): Handle description lists.
5666         (org-adaptive-fill-function): Improve auto indentation in
5667         description lists.
5669         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5670         Implement VERSE environment.
5671         (org-export-preprocess-string): Implement the COMMENT
5672         environment.
5674         * org-export-latex.el (org-export-latex-preprocess): Implement
5675         VERSE environment.
5677 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5679         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5680         option.
5682 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5684         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5686         * org.el (org-quote-csv-field): New functions.
5688         * org-table.el (org-table-export-default-format): Remove :splice
5689         from default format, we get the same effect by not specifying
5690         :tstart and :tend.
5691         (org-table-export): Improve setup, distinguish better between
5692         interactive and non-interactive use, allow specifying the format
5693         on the fly, better protection against wrong file names.
5694         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5695         and :tend when :splice is omitted.
5697 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5699         * org-clock.el (org-clock-select-task): Make sure the selection
5700         letters are 1-9 and A-Z, no special characters.
5702 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5704         * org-exp.el (org-export-htmlize): New group.
5705         (org-export-htmlize-output-type)
5706         (org-export-htmlize-css-font-prefix): New options.
5707         (org-export-htmlize-region-for-paste): New function.
5708         (org-export-htmlize-generate-css): New command.
5710 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5712         * org/org.el (org-modules, org-format-latex-options):
5713         * org/org-archive.el (org-archive-stamp-time)
5714         (org-archive-save-context-info):
5715         * org/org-faces.el (org-hide):
5716         * org/org-irc.el (org-irc-parse-link):
5717         * org/org-macs.el (org-call-with-arg, org-autoload):
5718         * org/org-mew.el (org-mew-store-link):
5719         * org/org-remember.el (org-remember-store-without-prompt)
5720         (org-remember-templates): Fix typos in docstrings.
5722         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5724         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5725         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5726         (org-bbdb-anniv-split): Fix typos in docstrings.
5728         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5729         (org-publish-use-timestamps-flag): Reflow docstring.
5730         (org-publish-files-alist): Fix typos in docstring.
5732 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5734         * org.el (org-set-visibility-according-to-property): New function.
5735         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5736         and compute the regular expressions, and update font-lock.
5737         (org-property-re): Allow a dash in property names.
5739         * org-archive.el (org-extract-archive-file): Insert the file name
5740         without the path into the format, to allow the location format to
5741         contain a subdirectory.
5743         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5744         of buffer, and the `org-agenda-type' property undefined, use the
5745         value from the character before.
5747         * org.el (org-add-planning-info): Don't let indentation for
5748         would-be timestamp become extra whitespace at the end of headline.
5750 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5752         * org.el (org-remove-double-quotes, org-file-contents): New
5753         functions.
5755         * org-exp.el (org-infile-export-plist): Also parse the
5756         contents of #+SETUPFILE files, recursively.
5758         * org.el (org-set-regexps-and-options): Also parse the
5759         contents of #+SETUPFILE files, recursively.
5761         * org-exp.el (org-export-handle-include-files): New function.
5762         (org-export-preprocess-string): Call
5763         `org-export-handle-include-files'.
5765         * org.el (org-delete-property-globally)
5766         (org-delete-property, org-set-property): Ignore case during
5767         completion.
5768         (org-set-property): Use `org-completing-read' instead of
5769         `completing-read'.
5771         * org.el (org-complete-expand-structure-template): New,
5772         experimental function.
5773         (org-structure-template-alist): New, experimental option.
5774         (org-complete): Call `org-complete-expand-structure-template'.
5776 2008-05-06  Bastien Guerry  <bzg@altern.org>
5778         * org-export-latex.el (org-export-latex-preprocess): Added
5779         support for blockquotes.
5781 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5783         * org.el (org-read-date-analyze): Catch the case where only a
5784         weekday is given.
5786 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5788         * org.el (org-set-font-lock-defaults): Make the description
5789         tag bold.
5791         * org-exp.el (org-export-as-html, org-close-li): Implement
5792         description lists.
5794 2008-05-04  Jason Riedy  <jason@acm.org>
5796         * org-table.el (*orgtbl-default-fmt*): New variable.
5797         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5798         when there is no other fmt available.
5800         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5801         :tend to suppress the appropriate string.
5803         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5804         table.
5806 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5808         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5809         read date.
5811         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5812         New function.
5814         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5815         New function.
5817 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5819         * org-clock.el (org-clock-find-position): Don't include notes
5820         into clock drawer.
5822         * org-archive.el (org-archive-subtree): No longer remove an
5823         extra line after cutting the subtree.  `org-cut-subtree' already
5824         takes care of this.
5826         * org-remember.el (org-remember-handler): Only kill the target
5827         buffer if it does not contain the running clock.
5829         * org.el (org-markers-to-move): New variable.
5830         (org-save-markers-in-region, org-check-and-save-marker)
5831         (org-reinstall-markers-in-region): New function.
5832         (org-move-subtree-down, org-copy-subtree): Remember relative
5833         marker positions before cutting.
5834         (org-move-subtree-down, org-paste-subtree): Restore relative
5835         marker positions after pasting.
5837         * org-remember.el (org-remember-clock-out-on-exit): New option.
5838         (org-remember-finalize): Clock out only if the setting in
5839         `org-remember-clock-out-on-exit' requires it.
5840         (org-remember-handler): Do the cleanup in the buffer, to make sure
5841         that the clock marker remains in tact.
5843 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5845         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5846         (org-clock-in): Make sure that also tasks outside the narrowed
5847         region will be clocked in correctly.
5848         (org-clock-insert-selection-line): Widen the buffer so that we can
5849         find the correct task heading.
5851         * org.el (org-base-buffer): New function.
5853         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5854         and ";" are escaped.
5855         (org-print-icalendar-entries): Also apply
5856         `org-icalendar-cleanup-string' to the headline, not only to the
5857         summary property.
5859 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5861         * org-exp.el (org-export-preprocess-hook): New hook.
5862         (org-export-preprocess-string): Call
5863         `org-export-preprocess-hook'.
5865         * org.el (org-font-lock-hook): New variable.
5866         (org-font-lock-hook): New function.
5867         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5869 ;; Local Variables:
5870 ;; coding: utf-8
5871 ;; add-log-time-zone-rule: t
5872 ;; End:
5874     Copyright (C) 2008  Free Software Foundation, Inc.
5876   This file is part of GNU Emacs.
5878   GNU Emacs is free software: you can redistribute it and/or modify
5879   it under the terms of the GNU General Public License as published by
5880   the Free Software Foundation, either version 3 of the License, or
5881   (at your option) any later version.
5883   GNU Emacs is distributed in the hope that it will be useful,
5884   but WITHOUT ANY WARRANTY; without even the implied warranty of
5885   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5886   GNU General Public License for more details.
5888   You should have received a copy of the GNU General Public License
5889   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5891 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c