Added context-aware, tag auto-exclusion (/ RET)
[org-mode.git] / lisp / ChangeLog
blobc4373058a6d8d174220255a5ec34d8a354bd41a6
1 2009-10-19  John Wiegley  <johnw@newartisans.com>
3         * org-agenda.el (org-agenda-auto-exclude-function): New
4         customization variable for allowing the user to create an "auto
5         exclusion" filter for doing context-aware auto tag filtering.
6         (org-agenda-filter-by-tag): Changes to support the use of
7         `org-agenda-auto-exclude-function'.  See the new manual addition,.
9 2009-10-18  John Wiegley  <johnw@newartisans.com>
11         * org.el (org-files-list): Don't attempt to return a file name for
12         Org buffers which have no associated file.
14         * org-agenda.el (org-agenda-do-action): Fixed a typo.
16 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
18         * org-mobile.el (org-mobile-locate-entry): Interpret files
19         relative to org-directory.
20         (org-mobile-inbox-for-pull): Document the best location for this
21         file.
22         (org-mobile-check-setup): Verify `org-directory'.
23         (org-mobile-create-index-file): Sort the files to be listed in
24         index.org.
26 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-clock.el (org-clock-resolve, org-resolve-clocks)
29         (org-emacs-idle-seconds): Use `org-float-time' instead of
30         `time-to-seconds'
32 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
34         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
35         type.
37         * org.el (org-pre-cycle-hook): Document that `empty' can also be
38         the value of ARG when doing local cycling.
40 2009-10-17  John Wiegley  <johnw@newartisans.com>
42         * org-clock.el (org-clock-resolve-clock): If keeping or
43         subtracting time results in a clock out at a time in the past, and
44         if the resolution occurred due to idleness or invoking `M-x
45         org-resolve-clocks', remember that past moment in time.  On the
46         next clock in, the user will be prompted to see if they want to
47         back-date their new clock to then.
48         (org-clock-resolve): Do not jump the user to the location of a
49         dangling clock if the resolution is occuring due to an idle
50         timeout.  In that case there is typically only one dangling clock,
51         the active one, and there is no value gained by shuffling their
52         windows around to show it to them.  Being prompted to resolve an
53         idle clock should be as inobtrusive as possible.
54         (org-resolve-clocks-if-idle): New function that resolves only the
55         currently active clock if the user has exceeded the time returned
56         by `org-user-idle-seconds', based on the value of
57         `org-clock-idle-time'.
58         (org-clock-in): If, after resolving clocks, 
59         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
61         * org-clock.el (org-clock-resolve-clock): New function that
62         resolves a clock to a specific time, closing or resuming as need
63         be, and possibly even starting a new clock.
64         (org-clock-resolve): New function used by `org-resolve-clocks'
65         that sets up for the call to `org-clock-resolve-clock'.  It
66         determines the time to resolve to based on a single-character
67         selection from the user to either keep time, subtract away time or
68         cancel the clock.
69         (org-resolve-clocks): New user command which resolves dangling
70         clocks -- that is, open but not active -- anywhere in the file
71         list returned by `org-files-list'.
72         (org-clock-in): Automatically resolve dangling clocks whenever a
73         user clocks in.
74         (org-clock-cancel): If the user cancels the solely clock in a
75         LOGBOOK, remove the empty drawer.
77         * org-clock.el (org-clock-idle-time): New user customizable option
78         for detecting whether the user has left a clock idle.  Note: it is
79         only used in this commit to test whether it's worthwhile to check
80         OS X to get the Mac user's current idle time.  If the Emacs idle
81         time is less than the value, the user hasn't been away long enough
82         to be worth checking (a more expensive test than just getting
83         Emacs idle time).
84         (org-user-idle-seconds, org-mac-idle-seconds)
85         (org-emacs-idle-seconds): This three functions, in conjunction
86         with the user customization variable `org-clock-idle-time', return
87         the number of seconds (as a floating point) that the user has been
88         away from their Emacs (or, if running on OS X, their computer).
90         * org-clock.el (org-find-open-clocks): New function that returns a
91         list of all open clocks in the given FILE.  Note that each clock
92         it returns is a cons cell of the format (MARKER . START-TIME).
93         This "clock" value is used by several of the new clock module
94         utility functions.
95         (org-is-active-clock): New inline function which tests whether the
96         given clock value is the same as the currently active clock.
97         Returns non-nil if this is the case.
98         (org-with-clock-position): New macro that evaluates FORMS with
99         point in the buffer and at the position of the given clock.
100         Changes to the current clock are global.
101         (org-with-clock): New macro that evaluates FORMS with point in the
102         buffer and at the position of the given clock.  However, changes
103         to the current clock are local and have no effect on the user's
104         active clock.  This allows, for example, far any clock to be
105         cancelled without cancelling the active clock.
106         (org-clock-clock-in): New inline function that switches the active
107         clock to the given clock.  If either the argument RESUME, or the
108         global `org-clock-in-resume', are non-nil, it will resume a clock
109         that was previously left open.
110         (org-clock-clock-out): New inline function that clocks out the
111         given clock value without affecting the currently active clock.
112         (org-clock-clock-cancel): New inline function that cancels the
113         given clock value without affecting the currently active clock.
115         * org-clock.el (org-clock-in): Before creating
116         `org-clock-mode-line-timer', check to make sure an older timer is
117         not currently running.
118         (org-clock-out): Accept new third parameter `at-time', which
119         permits a clock to be clocked out at a specific time.  Note that
120         no attempt is made to verify that the clock out time is later than
121         the clock in time.
123         * org.el (org-files-list): New utility function for returning a
124         list of all open org-mode buffers, plus all files used to build
125         the agenda buffer.  Note that not all the files will necessarily
126         be visited by a buffer at time of call.
127         (org-entry-beginning-position): Like the function
128         `line-beginning-position', this inline function returns the
129         beginning position of the current heading/entry.
130         (org-entry-end-position): Like the function `line-end-position',
131         this inline function returns the end position of the current
132         heading/entry.
134 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
136         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
137         a header line.
139 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
143 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
145         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
146         entries that have no tags.
147         (org-agenda-search-view): New customize group.
148         (org-agenda-search-view-search-words-only): New option.
149         (org-search-view): Implement substring search.
151 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org.el (org-outline-level): Add doc string.
155 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
157         * org-inlinetask.el (org-inlinetask-export): Re-introduce
158         variable.
159         (org-inlinetask-export-handler): Only export inline task if the
160         user option calls for it.
162 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
164         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
165         END if present.
167 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-latex.el (org-export-latex-tables): Don't format in
170         protected regions.
172 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-src.el (org-edit-src-code)
175         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
176         macro editing.
178         * org-agenda.el (org-prefix-category-max-length): New variable.
179         (org-format-agenda-item): Use `org-prefix-category-max-length'.
180         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
182 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-mobile.el (org-mobile-create-index-file): Improve the
185         listing of tags and todo keywords.
187         * org-latex.el (org-export-latex-format-image): New function.
188         (org-export-latex-links): Use `org-export-latex-format-image'.
190 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-inlinetask.el (org-inlinetask-get-current-indentation)
193         (org-inlinetask-remove-terminator): New functions.
194         (org-inlinetask-export-handler): Terminate the description list.
196         * org-exp.el (org-export-select-backend-specific-text): Remove the
197         region markers.
199         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
200         tasks without content.
202         * org-clock.el: Make sure the clock-in target position does not
203         move to a different node by widening the buffer.
205         * org-html.el (org-export-html-format-image): Wrap image into
206         figure div only when there is a caption.
208         * org-archive.el (org-archive-mark-done): Change default value to
209         nil.
211 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
213         * org.el (org-context): Call `bobp', not `eobp'.
215         * org-clock.el (org-clock-cancel): Remove quotes from marker
216         variables.
218         * org.el (org-read-date-prefer-future): New allowed value `time'.
219         (org-read-date-analyze): Shift day to tomorrow depending on time
220         entered and value of `org-read-date-prefer-future'.
222 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org.el (org-set-tags-to): New command.
226         * org-mobile.el (org-mobile-action-alist): Add more options and
227         update the docstring.
228         (org-mobile-apply-flags): Parse for and use the data.
230         * org-latex.el (org-export-latex-set-initial-vars): Also check in
231         the plist.
233         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
234         keyword.
236         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
238 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
240         * org-inlinetask.el (org-inlinetask-export): Option removed.
241         (org-inlinetask-export-handler): Better export.
243         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
244         (org-export-as-xoxo): Run the new hook.
246         * org-html.el (org-export-html-final-hook): New hook.
247         (org-export-as-html): Run the new hook.
249         * org-docbook.el (org-export-docbook-final-hook): New hook.
250         (org-export-as-docbook): Run the new hook.
252         * org-ascii.el (org-export-ascii-final-hook): New hook.
253         (org-export-as-ascii): Run the new hook.
255         * org-mobile.el (org-mobile-create-sumo-agenda): Call
256         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
258         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
259         space character as the character before the ^/_.
260         (org-export-latex-final-hook): New hook.
261         (org-export-as-latex): Run `org-export-latex-final-hook'.
263 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org-macs.el (org-if-unprotected-at): Fix docstring.
267         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
268         text in the prefix (if category is a link).
270         * org-latex.el (org-export-latex-preprocess): Deal properly with
271         empty lines in verse environments.
273         * org.el (org-format-latex-header): Inline fullpage.sty.
275         * org-footnote.el (org-footnote-create-definition): Reveal context
276         to add a new footnote definition.
278         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
279         the index file.
280         (org-mobile-files): New option.
281         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
282         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
283         functions.
284         (org-mobile-push): Start by creating the files lists.
285         (org-mobile-copy-agenda-files): Move killing the buffer to after
286         the save-excursion has exited.
287         (org-mobile-write-checksums): Write checksums also for files in
288         sub-directories.
290         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
291         org-table-recalculate when cursor is in TBLFM line.
293         * org-list.el (org-renumber-ordered-list): Fix cursor position
294         when bullet length has changed.
296 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org.el (org-format-latex): Mention `org-format-latex-options' in
299         the docstring.
301 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org.el (org-agenda-get): New function.
305         * org-agenda.el (org-agenda-post-command-hook): No longer move
306         point away from end of line.
307         (org-agenda-add-entry-text, org-agenda-collect-markers)
308         (org-finalize-agenda, org-agenda-mark-clocking-task)
309         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
310         (org-agenda-entry-text-show, org-agenda-highlight-todo)
311         (org-agenda-compare-effort, org-agenda-filter-apply)
312         (org-agenda-later, org-agenda-change-time-span)
313         (org-agenda-post-command-hook, org-agenda-show-priority)
314         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
315         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
316         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
317         (org-agenda-open-link, org-agenda-copy-local-variable)
318         (org-agenda-switch-to, org-agenda-check-no-diary)
319         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
320         (org-agenda-add-note, org-agenda-change-all-lines)
321         (org-agenda-priority, org-agenda-set-tags)
322         (org-agenda-set-property, org-agenda-set-effort)
323         (org-agenda-toggle-archive-tag, org-agenda-date-later)
324         (org-agenda-show-new-time, org-agenda-date-prompt)
325         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
326         (org-agenda-clock-in, org-agenda-bulk-mark)
327         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
328         `org-get-at-bol'.
330         * org-colview.el (org-columns-display-here)
331         (org-columns-edit-allowed, org-agenda-columns): Use
332         `org-get-at-bol'.
334 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
336         * org.el (org-special-ctrl-a/e): Improve documentation and
337         customize type.
338         (org-end-of-line): Don't jump to after the ellipsis.
339         (org-mode-map): Bind <home> and <end> as well.
341 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
344         space after #+ as comments.
345         (org-open-at-point): Run `org-follow-link-hook' always.
347         * org-latex.el (org-export-latex-emph-format): Use better commands
348         to insert special characters in verbatim snippets.
350 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org-faces.el (org-copy-face): New function.  Use it to create
353         various faces formerly created by using `copy-face'.
355         * org-agenda.el (org-prepare-agenda): Don't officially mark this
356         window dedicated.
357         (org-agenda-quit): Kill the frame containing the agenda window if
358         that frame was created for the agenda.
360 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
363         stamp in the agenda.
365 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org-mobile.el (org-mobile-create-index-file): Add the list of
368         TODO keywords, and the list of drawers to the index file.
370         * org-agenda.el (org-prepare-agenda): Reset
371         `org-drawers-for-agenda'.
372         (org-prepare-agenda): Uniquify list of drawers.
374         * org.el (org-complex-heading-regexp-format): New variable.
375         (org-set-regexps-and-options): Define
376         `org-complex-heading-regexp-format'.
377         (org-drawers-for-agenda): New variable.
378         (org-map-entries): Bind `org-drawers-for-agenda'.
379         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
381         * org-remember.el (org-go-to-remember-target)
382         (org-remember-handler): Use `org-complex-heading-regexp-format'.
384 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
386         * org-agenda.el (org-agenda-highlight-todo): Fix text property
387         problem.
389         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
390         the capture file, and make it non-configurable.
392         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
393         always with `invisible-ok'.
394         (org-store-link): No error when there is nothing to link to in the
395         agenda.
397         * org-list.el (org-update-checkbox-count): Insert changed cookie
398         before the old, to avoid problems with invisibility at the end of
399         the line.
400         (org-update-checkbox-count): Insert changed cookie before the old,
401         to avoid problems with invisibility at the end of the line.
403         * org.el (org-sort-entries-or-items): Include the final newline.
404         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
405         lines for fontification.
406         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
407         (org-prepare-dblock): Store the current indentation of the BEGIN
408         line.
409         (org-update-dblock): Apply the indentation of the begin line to
410         the rest of the block.
411         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
412         (org-startup-folded): New allowed value `showeverything'.
413         (org-startup-options): Add STARTUP keyword `showeverything'.
414         (org-set-startup-visibility): Respect value `showeverything' in
415         org-startup-folded.
417 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org.el (org-closest-date): Fix issue with past preference.
421         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
423         * org-archive.el (org-archive-set-tag)
424         (org-archive-subtree-default): New commands.
426         * org-mobile.el (org-mobile-create-index-file): Fix link to
427         capture file.
428         (org-mobile-copy-agenda-files): Create the capture file if it does
429         not exist.
431         * org-clock.el (org-clock-clocktable-default-properties): New
432         option.
433         (org-clock-report): Use
434         `org-clock-clocktable-default-properties'.
436 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
438         * org.el (org-iswitchb-completing-read): Fix typo.
440         * org-crypt.el: New file.
442         * org.el: Add an entry for org-crypt.
444 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
447         consistency.
448         (org-batch-store-agenda-views): New function.
449         (org-mobile-force-id-on-agenda-items): Mention variable.
450         (org-agenda-title-append): Define variable.
451         (org-write-agenda): New export to Org files.
452         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
453         (org-agenda): Allow to keep the restricted file list if a special
454         variable is bound to t.
455         (org-agenda): Define a special agenda view for working on flagged
456         entries.
457         (org-agenda-get-restriction-and-command): List the new agenda
458         view.
459         (org-agenda-show-the-flagging-note): New command.
460         (org-agenda-mode-map): New key `?' for looking at the flagging
461         note.
463         * org.el (org-autoload): Autoload org-mobile.el.
464         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
466         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
468 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
471         statements.
472         (org-table-get-remote-range): Match indented #+TBLNAME
473         statements.
475         * org.el (org-convert-to-odd-levels)
476         (org-convert-to-oddeven-levels): Work also correctly if the file
477         is in outline-mode.
479 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
481         * org.el (org-store-link): When in agenda buffer, link to
482         referenced entry.
483         (org-add-planning-info): Remove spaces at eol.
485         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
486         property.
488 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-latex.el (org-export-latex-first-lines): Fix problem with
491         LaTeX export of first line and selected subtree.
493         * org.el (org-shifttab): Interpret arg differently when using only
494         odd levels.
496 2009-09-09  Bastien Guerry  <bzg@altern.org>
498         * org.el (org-check-agenda-file): Use a more explicit message
500 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
502         * org-exp.el (org-export-remove-special-table-lines): Don't remove
503         normal lines.
505 2009-09-08  Bastien Guerry  <bzg@altern.org>
507         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
508         prompt in the temporary window.
510         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
511         prefix for marked entries in the agenda view.
513 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
515         * org.el (outline-end-of-subtree): Bugfix: advise this function in
516         a way that prevents any trailing character from being displayed.
518 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
521         menu.
523         * org-exp.el (org-export-remove-special-table-lines): Remove bad
524         slow regexp match.
526 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
528         * org-latex.el (org-export-latex-preprocess): Do not protect in
529         the LaTeX header.
531         * org-src.el (org-edit-src-save): Save window setup while saving.
532         (org-edit-src-code): Use new buffer name construction scheme.
534 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
536         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
537         variable.
538         (org-agenda-entry-text-cleanup-hook): New hook.
539         (org-agenda-get-some-entry-text): Remove matches of
540         `org-agenda-entry-text-exclude-regexps' and run the hook
541         `org-agenda-entry-text-cleanup-hook'.
543         * org.el (org-offer-links-in-entry): New argument ZERO to
544         implement a link with index zero.
545         (org-cycle-show-empty-lines): Not keep empty line under header
546         hidden.
547         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
548         to nil for special completion.
549         (org-store-link): Don't error before the first heading.
551         * org-agenda.el (org-agenda-open-link): Pass the prefix to
552         `org-offer-links-in-entry'.
554 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org-agenda.el (org-agenda-quit): Provide the window argument for
557         `window-dedicated-p', Emacs 22 needs it.
558         (org-format-agenda-item): If the category is a link, arrange for
559         invisible text to replaced with spaces.
560         (org-compile-prefix-format): Add the extra space.
561         (org-prefix-category-length): New variable.
563         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
564         references from TOC lines.
566         * org.el (org-selected-window): New variable.
568         * org-table.el (org-table-edit-formulas): Remember the selected
569         window.
570         (org-table-fedit-finish, org-table-fedit-abort): Select the window
571         that was originally selected.
573         * org-exp.el (org-export-preprocess-apply-macros): Scan the
574         expansion of a macro for more macro definitions.
576         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
577         invisibility overlay starts on the newline.
579 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
581         * org-protocol.el (org-protocol-store-link)
582         (org-protocol-remember, org-protocol-open-source): Add autoloads.
584         * org-compat.el (org-float-time): New function.
586         * org.el (org-clock-update-time-maybe)
587         (org-sort-entries-or-items, org-do-sort)
588         (org-evaluate-time-range, org-time-string-to-seconds)
589         (org-closed-in-range): Use `org-float-time'.
591         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
592         (org-timer-seconds):  Use `org-float-time'.
594         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
595         (org-clock-sum, org-dblock-write:clocktable)
596         (org-clocktable-steps):  Use `org-float-time'.
598         * org-agenda.el (org-agenda-last-marker-time)
599         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
601         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
602         function.
604         * org-exp.el (org-get-file-contents): Only protect lines that
605         really need it.
607         * org-html.el (require): Require cl for compilation.
609         * org.el:  Avoid using `default-major-mode'.
611         * org-plot.el (require): Require CL only at compile time.
613         * org-exp.el (require): Require CL only at compile time.
615         * org-agenda.el (org-agenda-quit): When the agenda window is
616         dedicated, remove other windows before exiting, so that the frame
617         really will be killed.
619         * org-exp.el (org-export-handle-include-files): Reset START and
620         END for each loop cycle.
622 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org.el (org-eval-in-calendar): Use
625         `org-select-frame-set-input-focus'.
627         * org-compat.el (org-select-frame-set-input-focus): New function.
629         * org.el (org-update-statistics-cookies): New function.
630         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
632 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
635         after the local variables are set.
637         * org-latex.el (org-export-latex-protect-amp): New function.
638         (org-export-latex-links): Protect link ampersands in tables.
640         * org-exp.el (org-export-select-backend-specific-text): Match in
641         two steps, to avoid regexp problems.
643         * org.el (org-offer-links-in-entry): Improve working with many and
644         duplicate links.
646         * org-agenda.el (org-agenda-show-1): Make more consistent with
647         normal cycling.
648         (org-agenda-cycle-show): Make more consistent with normal cycling.
650         * org-gnus.el (org-gnus-store-link): Restore the linking to a
651         website.
653 2009-08-30  Bastien Guerry  <bzg@altern.org>
655         * org-latex.el (org-export-latex-first-lines): Bugfix.
657 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
659         * org-clock.el (org-clock-modify-effort-estimate): Emit message
660         about new effort.
662         * org.el (org-set-effort): New function.
663         (org-mode-map): New key for effort setting command.
665         * org-agenda.el (org-agenda): Keep window setup when calling
666         agenda from within agenda window.
667         (org-agenda-mode-map): New keys for effort setting commands.
668         (org-agenda-menu): Add effort setting commands to menu.
669         (org-agenda-set-property, org-agenda-set-effort): New functions.
671         * org-latex.el (org-export-latex-tables): Fix
672         `org-table-last-alignment' and `org-table-last-column-widths' if
673         the first column has been removed.
675 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
677         * org.el (org-remove-timestamp-with-keyword): Only remove in
678         entry, not in subtree.
680         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
681         emacs lisp.
683         * org.el (org-open-at-point): When on headline, offer all strings
684         in entry.
686         * org-remember.el (org-remember-templates): Documentation fix.
688         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
689         `org-get-last-sibling' instead of the outline versions of these
690         functions.
691         (org-get-last-sibling): New function.
692         (org-refile): Use `org-get-next-sibling' instead of the outline
693         version of this function.
694         (org-clean-visibility-after-subtree-move): Use
695         `org-get-next-sibling' and `org-get-last-sibling' instead of the
696         outline versions of these functions.
698 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
700         * org-agenda.el (org-prepare-agenda): When creating a new frame
701         for the agenda, make the window dedicated.
703         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
705         * org-table.el (org-table-align): Change the order of reinsertion
706         and deletion, to avoid problems with overlays following the table.
708         * org.el (org-parse-time-string): Better error message.
709         (org-show-subtree): Use org-end-of-subtree.
711         * org-macs.el (org-goto-line): New defsubst.
713         * org.el (org-open-file, org-change-tag-in-region)
714         (org-fast-tag-show-exit): Don't use `goto-line'.
716         * org-table.el (org-table-align, org-table-insert-column)
717         (org-table-delete-column, org-table-move-column)
718         (org-table-sort-lines, org-table-copy-region)
719         (org-table-paste-rectangle, org-table-wrap-region)
720         (org-table-get-specials, org-table-rotate-recalc-marks)
721         (org-table-get-range, org-table-recalculate)
722         (org-table-edit-formulas, org-table-fedit-convert-buffer)
723         (org-table-show-reference, org-table-highlight-rectangle): Don't
724         use `goto-line'.
726         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
727         (org-edit-src-exit): Don't use `goto-line'.
729         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
731         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
732         Don't use `goto-line'.
734         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
736         * org-colview.el (org-columns, org-columns-redo)
737         (org-agenda-columns): Don't use `goto-line'.
739         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
740         use `goto-line'.
742         * org-agenda.el (org-agenda-mode): Force visual line motion off.
743         (org-agenda-add-entry-text-maxlines): Improve docstring.
744         (org-agenda-start-with-entry-text-mode): New option.
745         (org-agenda-entry-text-maxlines): New option.
746         (org-agenda-entry-text-mode): New variable.
747         (org-agenda-mode): Set initial value of
748         `org-agenda-entry-text-mode'.
749         (org-agenda-mode-map): Add the `E' key.
750         (org-agenda-menu): Add entry text mode to the menu.
751         (org-agenda-get-some-entry-text): Fix line count bug.
752         (org-finalize-agenda): Apply entry text mode if appropriate.
753         (org-agenda-entry-text-show-here): New function.
754         (org-agenda-entry-text-show): New function.
755         (org-agenda-entry-text-hide): New function.
756         (org-agenda-view-mode-dispatch): Add entry text mode to the view
757         key menu.
758         (org-agenda-entry-text-mode): New command.
759         (org-agenda-set-mode-name): Add entry text mode to the mode line
760         string.
761         (org-agenda-undo, org-agenda-get-restriction-and-command)
762         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
763         `goto-line'.
765 2009-08-26  Bernt Hansen  <bernt@norang.ca>
767         * org-clock.el (org-notify): Bugfix.
769 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-agenda.el (org-agenda-open-link): Handle multiple links and
772         check for after-string.
774         * org-gnus.el (org-gnus-store-link): Simplify.
776         * org.el (org-latex-regexps): Don't add extra empty lines for
777         display formulas.
779 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org-agenda.el (org-agenda-get-some-entry-text): New function.
782         (org-agenda-add-entry-text): Use
783         `org-agenda-get-some-entry-text'.
785         * org.el (org-cycle-separator-lines): Update docstring.
786         (org-cycle-show-empty-lines): Handle negative values for
787         `org-cycle-show-empty-lines'.
789         * org-exp.el (org-export-protect-sub-super): New function.
790         (org-export-normalize-links): Protect the url of plain links from
791         supscript and superscript processing.
793         * org-remember.el (org-remember-escaped-%): New function.
794         (org-remember-apply-template): Use `org-remember-escaped-%' to
795         detect escaped % signs.
797 2009-08-23  Bastien Guerry  <bzg@altern.org>
799         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
800         sound when showing the notification.
802         * org-clock.el (org-notify): New function.
803         (org-clock-notify-once-if-expired): Use `org-notify'.
805         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
806         and `gnus-article-mode' separately.
807         (gnus-summary-article-header): Fix the declare-function.
809 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org-exp.el (org-export-format-source-code-or-example): Translate
812         language.
814         * org-src.el (org-src-lang-modes): New variable
815         (org-edit-src-code): Translate language.
817         * org-exp.el (org-export-format-source-code-or-example): Deal wit
818         the new structure of the `org-export-latex-listings-langs'
819         variable.
821         * org-latex.el (org-export-latex-listings-langs): Change structure
822         of the variable from plist to alist.
824 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org.el (org-in-commented-line): New function.
828 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org.el (org-hide-block-toggle): Make folded blocks searchable.
832 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
834         * org.el (org-flag-drawer): More useful error.
836 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
838         * org-remember.el (org-remember-apply-template): Use
839         org-icompleting-read.
841         * org-publish.el (org-publish): Use org-icompleting-read.
843         * org-colview.el (org-columns-edit-value, org-columns-new)
844         (org-insert-columns-dblock): Use org-icompleting-read.
846         * org-colview-xemacs.el (org-columns-edit-value)
847         (org-columns-new, org-insert-columns-dblock): Use
848         org-icompleting-read.
850         * org-attach.el (org-attach-delete-one, org-attach-open): Use
851         org-icompleting-read.
853 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org.el (org-hierarchical-todo-statistics): Improve docstring.
856         (org-version): Return the version text.
857         (org-org-menu): Add a menu entry for the new bug reporter.
858         (org-submit-bug-report): New command.
860         * org-list.el (org-hierarchical-checkbox-statistics): Improve
861         docstring.
863         * org.el (org-emphasis-regexp-components): Add "`" to set of
864         pre-emphasis characters.
866         * org-latex.el (org-export-latex-classes): Always include the soul
867         package.
868         (org-export-latex-emphasis-alist): Use \st for strikethough.
870         * org-exp-blocks.el (org-export-blocks-preprocess): Use
871         `indent-code-rigidly' to indent.
873         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
874         properties only if MATCH really is a string.
876 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org-latex.el (org-export-latex-packages-alist): Fix
879         customization type.
881         * org.el (org-create-formula-image): Also use
882         `org-export-latex-packages-alist'.
884         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
885         (org-export-as-html): Format footnotes correctly.
887 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
889         * org.el (org-fast-tag-selection): Avoid text properties on tags
890         in the alist.
892         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
893         text properties on the match element.
895 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
897         * org.el (org-set-regexps-and-options): Make sure the list of done
898         keywords is not invalid.
900         * org-exp.el (org-export-interpolate-newlines): New function.
902 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org.el (org-format-latex): Avoid nested overlays.
906         * org-latex.el (org-export-latex-listings-langs): Add a few more
907         languages.
909         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
910         ignore newlines and space before the first macro argument.
912         * org-latex.el (org-export-latex-tables): Remove save-excursion
913         around `org-table-align'.
915 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
917         * org.el (org-export-html-special-string-regexps): Definition
918         moved into org.el
920         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
921         in macro calls.
923 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org-latex.el (org-export-latex-listings)
926         (org-export-latex-listings-langs): New options.
928         * org-exp.el (org-export-format-source-code-or-example): Use
929         listing package if requested by the user.
931 2009-08-08  Bastien Guerry  <bzg@altern.org>
933         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
934         command before actually switching to a buffer.
936 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
938         * org-exp.el (org-get-file-contents): Only quote org lines when
939         the markup is src or example.
941         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
942         New option
943         (org-agenda-get-day-entries): Remember deadline results and pass
944         them on into the function getting the scheduling information.
945         (org-agenda-get-scheduled): Accept deadline results as parameters
946         and maybe skip some entries.
947         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
949         * org.el (org-insert-heading): When respecting content, do not
950         convert current line to headline.
952         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
953         cheeeeeck the hd marker
954         (org-clock-in): Also set the hd marker.
955         (org-clock-out): Also set the hd marker.
956         (org-clock-cancel): Reset markers.
958         * org.el (org-clock-hd-marker): New marker.
960         * org-faces.el (org-agenda-clocking): New face.
962         * org-agenda.el (org-agenda-mark-clocking-task): New function.
963         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
965         * org.el (org-modules): Add org-track.el.
967         * org-agenda.el (org-agenda-bulk-marked-p): New function.
968         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
969         `org-agenda-bulk-marked-p'.
970         (org-agenda-bulk-toggle): New command.
972 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
974         * org.el (org-move-subtree-down): Hide subtree if it was folded,
975         not just the body.
977         * org-remember.el (org-remember-finalize): Avoid buffer-modified
978         messages.
996 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
998         * org-latex.el (org-export-latex-first-lines): Fix bug with
999         finding the end of the first lines.
1001         * org.el (org-create-formula-image): Remove the -E option for
1002         dvipng.
1004         * org-exp.el (org-default-export-plist): Respect #+BIND.
1005         (org-export-confirm-letbind): New function.
1007         * org.el (org-paste-subtree): Test the kill ring entry if it is
1008         going to be used.
1009         (org-copy-subtree): Use `org-forward-same-level'.
1010         (org-forward-same-level): Respect the `invisibe-ok' arg for
1011         back-to-heading.
1013 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1015         * org.el (org-table-map-tables): Make sure cursor is back at table
1016         beginning after funcall.
1018         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1019         handled before children, and do not error if an entry is not
1020         found, probably because it hase been remove when the parent was
1021         archived or refiled.
1023         * org.el (org-ido-completing-read): Accept straight lists for
1024         completion as well as alists.
1026         * org-html.el (org-export-as-html): Fix parenthesis error in
1027         footnore code.
1029         * org-timer.el (org-timer-cancel-timers): Renamed from
1030         `org-timer-cancel-timers'.
1032         * org.el (org-cycle-internal-local): Fix problem with finding next
1033         invisible line.
1035 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org-list.el (org-list-send-list): Call
1038         `org-list-goto-true-beginning' instead of
1039         `org-list-find-true-beginning', which does not exist.
1041         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1042         (org-timer-set-timer): Do not assign to heading.
1044         * org-id.el (org-id-open): Quote function name.
1046         * org-macs.el (org-unmodified): Turn off recording undo
1047         information while running inside the macro.
1049         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1050         variable.
1051         (org-indent-mode): Remember and restore value of
1052         org-hide-leading-stars before `org-indent-mode'.
1054         * org-table.el (org-table-export): Also work in file-less
1055         buffers.
1057         * org.el (org-startup-indented): New option.
1058         (org-startup-options): Add new options indent and noindent.
1059         (org-unfontify-region): Remove line-prefix and wrap-prefix
1060         properties.
1061         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1062         hooks.
1063         (org-promote, org-demote): Run the new hooks.
1065         * org-table.el (org-table-align): Replace leading \n as well.
1067         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1068         and `line-wrap' text properties.
1070         * org-compat.el (org-kill-new): New function.
1072         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1073         `line-wrap' text properties.
1075         * org-indent.el: New file.
1077 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1079         * org.el (org-provide-todo-statistics): Tweak docstring.
1081         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1083 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org-exp.el (org-export-as-org): Insert the "-source" string
1086         before the extension.
1088         * org.el (org-read-date): Make sure the calendar is in the current
1089         frame.
1090         (org-set-emph-re): Remove the ? from the post-match.
1091         (org-emphasis-regexp-components): Add backslash to the
1092         postmatch class.
1093         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1094         optional so that also lines at the end of the buffers will still
1095         be matched as headlines.
1097         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1098         Variable made obsolete.
1099         (org-table-relative-ref-may-cross-hline): New option.
1100         (org-table-find-row-type): Honow the new option
1101         `org-table-relative-ref-may-cross-hline'.
1103 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1105         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1106         on single field if no active region.
1108 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1110         * org-latex.el (org-export-latex-make-header): Only insert title
1111         if one is defined.
1113         * org.el (org-make-options-regexp): Allow empty values.
1115         * org-html.el (org-export-as-html): Move hrule detection to after
1116         plain list handling.
1118 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1120         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1122 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1124         * org.el (org-cycle-internal-local): Improved version of finding
1125         next visible line.
1126         (org-cycle-hide-drawers): Only hide drawers if this is really
1127         necessary.
1128         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1129         org-version of this function in Org-mode.  We use advice to
1130         implement this change, so that future changes to this function in
1131         outline.el wil be handled properly.
1132         (org-forward-same-level, org-backward-same-level): New commands.
1134 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1136         * org.el (org-remove-empty-overlays-at)
1137         (org-clean-visibility-after-subtree-move): New functons.
1138         (org-move-subtree-down): Simplify cleanup of display.
1140 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1142         * org-mac-message.el (org-mac-message-get-links): Improve
1143         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1144         "s".  Fix the return value.
1145         (org-mac-message-insert-flagged): Simplify.
1147         * org.el (org-refile-get-location): Tamper with refile history o
1148         that history contains compete matches instead of the entered
1149         string.
1151 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1153         * org.el (org-store-link): Never store a link to an inline task.
1155         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1157         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1158         inline tasks when positioning footnotes.
1160         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1161         function.
1163         * org.el (org-refile): Remove the END line when archiving an
1164         inline task that does have an END line.
1166         * org-archive.el (org-archive-subtree): Remove the END line when
1167         archiving an inline task that does have an END line.
1169         * org-macs.el (org-with-limited-levels): New macro.
1170         (org-get-limited-outline-regexp): New function.
1172         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1173         that did not enumerate first line.
1174         (org-export-mark-radio-links): Skip matches in links.
1176 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1178         * org.el (org-activate-plain-links): Make single-match.
1179         (org-adapt-indentation): Fix docstring.
1181         * org-macs.el (org-unmodified): Turn of modification hooks while
1182         running this macro.
1184 2009-08-02  Bastien Guerry  <bzg@altern.org>
1186         * org.el (org-adapt-indentation): Slightly improve the docstring.
1187         (org-occur): Sends an error when the user inputs an empty string.
1188         (org-priority): Bugfix: the tag alignement should happen within
1189         save-excursion.
1191 2009-07-31  Bastien Guerry  <bzg@altern.org>
1193         * org.el (org-make-link-regexps): Don't exclude parentheses from
1194         `org-plain-link-re'
1195         (org-cycle-internal-local): When locally cycling, switch directly
1196         from CHILDREN to FOLDED if there is no subtree
1197         (org-cycle): Update the docstring to document the new behavior of
1198         `org-cycle-internal-local'.
1200 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1202         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1203         an abbreviated format for days.
1205 2009-07-27  Bastien Guerry  <bzg@altern.org>
1207         * org-protocol.el (org-protocol-default-template-key): New
1208         option.
1210         * org.el (org-refile): Bugfix: save-excursion before reading the
1211         refile target, otherwise cursor moves might confuse `org-refile'.
1213         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1214         footnote reference before the footnote itself.
1216         * org.el (org-toggle-heading): Bugfix: correctly convert list
1217         items before the first headline.
1219         * org-html.el (org-export-html-footnote-format): New option for
1220         formatting the footnote reference.
1221         (org-export-as-html): Use the new option.
1223         * org.el (org-provide-todo-statistics): Allow a list of TODO
1224         keywords to compute statistics against headlines containing a
1225         keyword from this list.
1226         (org-update-parent-todo-statistics): Possibly use the new allowed
1227         value of `org-provide-todo-statistics'.
1229 2009-07-26  Bastien Guerry  <bzg@altern.org>
1231         * org-timer.el: Add autoload cookie.
1233         * org.el (org-occur-link-in-agenda-files): New function.
1235         * org-timer.el (org-timer-last-timer): New variable.
1237         * org-agenda.el (org-agenda-mode-map): New key for
1238         org-timer-set-timer called from the agenda.
1240         * org.el (org-mode-map): New key for org-timer-set-timer.
1242         * org-timer.el (org-timer-reset-timers)
1243         (org-timer-show-remaining-time, org-timer-set-timer): New
1244         functions.
1246         * org-clock.el (org-show-notification): Update the docstring.
1248         * org.el (org-provide-todo-statistics): Allow new value
1249         'all-headlines for this option, which includes entries with no
1250         TODO keywords in the todo statistics.
1251         (org-update-parent-todo-statistics): Possibly use the new
1252         'all-headline value from `org-provide-todo-statistics'.
1254 2009-07-25  Bastien Guerry  <bzg@altern.org>
1256         * org-clock.el (org-dblock-write:clocktable): Add a new option
1257         :timestamp which allows display of timestamps in clock reports.
1259         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1260         list to a subtree, preserving the structure of the list.
1261         (org-set-emph-re): Make the last element optional in the regexp.
1262         This regexp now matches an emphasized string at the end of a line.
1264         * org-list.el (org-list-goto-true-beginning)
1265         (org-list-make-subtree, org-list-make-subtrees): New functions.
1267         * org.el (org-eval-in-calendar): Select the right frame.
1268         (org-save-frame-excursion): Remove this macro.
1270 2009-07-24  Bastien Guerry  <bzg@altern.org>
1272         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1273         trying to find the beginning of a list.
1275         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1276         When present, tell org-get-file-contents not to protect org-like
1277         lines.
1279         * org-id.el (org-id-uuid-program): New option to set the name of
1280         the uuidgen program.
1281         (org-id-method): Use `org-id-uuid-program'.
1282         (org-id-new): Use `org-id-uuid-program'.
1284 2009-07-23  Bastien Guerry  <bzg@altern.org>
1286         * org-exp.el (org-export-number-lines): Allow whitespace in code
1287         references.  Allow the -r switch to remove the references in the
1288         source code even when the lines are not numbered: the labels can
1289         be explicit enough.
1291         * org.el (org-fontify-whole-heading-line): New option.
1292         (org-set-font-lock-defaults): Use the new option.
1294         * org-clock.el (org-show-notification-handler): New option.
1295         (org-show-notification): Use the new option.
1297 2009-07-21  Bastien Guerry  <bzg@altern.org>
1299         * org.el (org-eval-in-calendar): Fix a bug about calendar
1300         navigation when `calendar-setup' value is 'calendar-only.
1302 2009-07-19  Bastien Guerry  <bzg@altern.org>
1304         * org.el (orgstruct++-mode): Fix typo in docstring.
1305         (org-insert-link): Clean up: (or (...)) => (...)
1306         (org-insert-link): Use TAB for stored links completion.
1308 2009-07-18  Bastien Guerry  <bzg@altern.org>
1310         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1311         building the list of targets.
1313         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1314         option.
1315         (org-remember-handler): Use the new option.
1317 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1319         * org.el (org-tags-sort-function): New option for sorting tags.
1320         (org-set-tags): Use the new option to sort tags.
1322         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1323         premature deletion of the data when using org-plot in a script.
1325 2009-07-17  Bastien Guerry  <bzg@altern.org>
1327         * org-clock.el (org-clock-in-prepare-hook): New hook.
1328         (org-clock-in): Use this new hook.
1330 2009-07-16  Bastien Guerry  <bzg@altern.org>
1332         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1333         'reversed for this option to the "true line boundary first"
1334         behavior.
1335         (org-tags-match-list-sublevels): Document the 'indented value for
1336         this variable.
1338         * org-latex.el (org-export-latex-first-lines): Fix problem with
1339         publishing the region.
1341         * org-exp.el (org-export-format-source-code-or-example): Fix
1342         bad line numbering when exporting examples in HTML.
1344 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1346         * org-colview.el (org-format-time-period): Formats a time in
1347         fractional days as days, hours, mins, seconds.
1348         (org-columns-display-here): Add special handling for SINCE and
1349         SINCE_IA to format for display.
1351         * org.el (org-time-since): Add a function to get the time since an
1352         org timestamp.
1353         (org-entry-properties): Add two new special properties: SINCE and
1354         SINCE_IA. These give the time since any active or inactive
1355         timestamp in an entry.
1356         (org-special-properties): Add SINCE, SINCE_IA.
1357         (org-tags-sort-function): Add custom declaration for tags
1358         sorting function.
1359         (org-set-tags): Sort tags if org-tags-sort-function is set
1361 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1363         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1365         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1367         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1368         option.
1370 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org-publish.el (org-publish-remove-all-timestamps): New function.
1373         (org-publish-all): Remove all timestamp files if `org-publish-all'
1374         is called with a prefix argument.
1376         * org-list.el (org-indent-item): Fix typo.
1377         (org-item-indent-positions): Normalize ordered bullet.
1379         * org-html.el (org-export-html-home/up-format): New option.
1380         (org-export-as-html): Insert the up and HOME links.
1382 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org-html.el (org-export-as-html): Insert the title into the
1385         option plist.
1386         (org-export-html-insert-plist-item): New function.
1387         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1389         * org-macs.el (org-set-local): Make a local variable, do not make
1390         the variable buffer-local!
1392         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1394         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1396         * org-docbook.el (org-export-as-docbook): Call
1397         `org-install-letbind'.
1399         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1401         * org-exp.el (org-infile-export-plist): Read BIND lines.
1402         (org-install-letbind): New function.
1403         (org-export-as-org, org-export-preprocess-string): Call
1404         `org-install-letbind'.
1406         * org-src.el (org-edit-src-exit): Untabify the example before
1407         returning to Org.
1409         * org-list.el (org-list-demote-modify-bullet): New option.
1410         (org-first-list-item-p): Save point.
1411         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1412         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1413         (org-item-indent-positions): Return bullet types along with
1414         indentation.
1416 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org.el (org-show-entry): Hide drawers.
1420 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1422         * org-footnote.el (org-footnote-auto-adjust): New option.
1423         (org-footnote-auto-adjust-maybe): New function.
1424         (org-footnote-new, org-footnote-delete): Call
1425         `org-footnote-auto-adjust-maybe'.
1427         * org.el (org-startup-options): Add new footnote-related
1428         keywords.
1430         * org-publish.el (org-publish-timestamp-filename): Additional
1431         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1432         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1433         TRUE-PUB-DIR.  Pass them through to
1434         `org-publish-timestamp-filename'.
1435         (org-publish-update-timestamp): Additional arguments PUB-DIR and
1436         PUB-FUNC, which are included in the hash.
1437         (org-publish-file): Delay timestamp test until the publishing
1438         function is known.
1440 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1443         setting the deadline.
1445         * org.el (org-read-date-final-answer): New variable.
1446         (org-read-date): Store the final answer string, including the date
1447         from the calendar, for reuse by agenda bulk commands.
1449         * org-publish.el (org-publish-attachment): Fix publishing of
1450         attachments.
1452         * org-latex.el (org-export-latex-quotation-marks): Fix export of
1453         quotation makrs in parenthesis.
1454         (org-remove-initial-hash): New function.
1455         (org-export-latex-preprocess): Fix bug with infinite loop if
1456         environment is not properly closed.
1458         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1459         when indented.
1461         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1462         highlight also when indented.
1464 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
1466         * org-footnote.el (org-footnote-renumber-fn:N): New command.
1467         (org-footnote-action): Offer renumbering.
1469         * org.el (org-cycle): Honor the `integrate' value of
1470         org-cycle-include-plain-lists'.
1472         * org-list.el (org-cycle-include-plain-lists): New allowed value
1473         `internal'.  Improve the docstring.
1475         * org.el (org-set-autofill-regexps): Improve the paragraph-start
1476         regexp to work better with LaTeX commands.
1478 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
1480         * org-feed.el (org-feed-update): fix problem with non-existing
1481         buffer.
1482         (org-feed-skip-http-headers): New function.
1483         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1484         (org-feed-get-feed): Fix command line arguments for curl.
1486 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1489         and eps extensions.
1491 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
1493         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1494         loaded.
1496         * org.el (org-map-entries): No longer force
1497         `org-tags-match-list-sublevels' to t during a todo-only tags
1498         search.
1500 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
1502         * org-latex.el (org-export-latex-low-levels): Allow user-defined
1503         environment.
1504         (org-export-latex-subcontent): Handle user-defined environment.
1506         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1507         the View dispatcher.
1509         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1510         `make-overlay'.
1512         * org-latex.el (org-export-as-pdf): Protect match data during call
1513         to shell-quote-argument.
1515         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1516         (org-agenda-view-mode-dispatch): New function.
1518 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-agenda.el (org-agenda-mode): Reset list of marks.
1521         (org-agenda-mode-map): Define new keys for refile and bulk action.
1522         (org-agenda-menu): Add menu itesm for refile and bulk action.
1523         (org-agenda-refile): New function.
1524         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1525         (org-agenda-marked-entries): New variable.
1526         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1527         (org-agenda-remove-all-bulk-action-marks)
1528         (org-agenda-bulk-action): New functions/commands.
1530 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
1532         * org-exp.el (org-get-file-contents): Protect org-like lines in
1533         included files.
1534         (org-export-format-source-code-or-example): Remove newlines.
1536         * org-latex.el (org-export-latex-links): Check for no-description
1537         marking.
1539         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
1540         argument separator back to comma.
1541         (org-export-normalize-links): Mark links without description.
1543 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
1545         * org-exp.el (org-infile-export-plist): Fix bug in macro
1546         processing.
1548         * org-agenda.el (org-agenda-clock-out): Update line after clocking
1549         out.
1550         (org-agenda-highlight-todo): Fix bug with highlighting.
1552 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
1555         new alignment strings.
1557         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
1558         command list.
1559         (org-table-align): Check for forced align type.
1561         * org.el (org-self-insert-command): Add yas/expand to command
1562         list.
1564         * org-clock.el (org-clock-in-hook): New hook.
1565         (org-clock-in): Run `org-clock-in-hook.
1566         (org-clock-out-hook): New hook.
1567         (org-clock-out): Run `org-clock-out-hook.
1568         (org-clock-cancel-hook): New hook.
1569         (org-clock-cancel): Run `org-clock-cancel-hook.
1570         (org-clock-goto-hook): New hook.
1571         (org-clock-goto): Run `org-clock-goto-hook.
1573 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
1575         * org.el (org-store-link): Better default description for link to
1576         Org-mode headline.
1578         * org-exp.el (org-export-generic): Autoload the generic exporter
1579         function.
1580         (org-export): Implement the `g' key for the generic exporter.
1582 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
1584         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
1585         and for zbacktab'.
1587         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
1589         * org-exp.el (org-infile-export-plist): Get macros also from
1590         #+SETUPFILE.
1592 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
1594         * org-colview.el (org-columns-capture-view): Protect vertical bars
1595         in column values.
1596         (org-columns-capture-view): Exclude comment and archived trees.
1598         * org-colview-xemacs.el (org-columns-capture-view): Protect
1599         vertical bars in column values.
1600         (org-columns-capture-view): Exclude comment and archived trees.
1602         * org.el (org-quote-vert): New function.
1604         * org-latex.el (org-export-latex-verbatim-wrap): New option.
1606         * org-exp.el (org-export-format-source-code-or-example): Use
1607         `org-export-latex-verbatim-wrap'.
1609         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
1610         time stamps.
1612         * org-html.el (org-export-table-row-tags): New option.
1613         (org-format-org-table-html): Rename `nlines' to `nline', use new
1614         option.
1617 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org-exp-blocks.el: Declare functions and variables.
1621         * org-remember.el (org-remember-templates): Allow the headline
1622         element to be a function.
1623         (org-remember-apply-template): If the headline is a function, call
1624         it to get the true function.
1626         * org-clock.el (org-clock-menu): New function.
1627         (org-clock-update-mode-line): Update help string.
1628         (org-clock-modify-effort-estimate): New function.
1629         (org-clock-mark-default-task): New function.
1631         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1632         minutes as input.
1633         (org-org-menu): Add new clocking stuff.
1634         (org-clock-is-active): New function.
1636 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1638         * org.el (org-open-non-existing-files): Improve docstring.
1640 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1642         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1643         option.
1644         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1646         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1648         * org-list.el (org-get-checkbox-statistics-face): Use the new
1649         faces.
1651         * org-faces.el (org-checkbox-statistics-todo)
1652         (org-checkbox-statistics-done): New faces.
1654 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1656         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1657         (org-edit-src-exit): Better cursor positioning when returning from
1658         editing.
1660         * org-latex.el (org-export-latex-use-verb): New variable.
1661         (org-export-latex-emph-format): Prefer \texttt over \verb when
1662         org-export-latex-use-verb is set.
1664 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1666         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1667         at normal indentation.
1669         * org-html.el (org-export-html-close-lists-maybe): Also look at
1670         normal indentation.
1672         * org-remember.el (org-remember-handler): Abort remember if the
1673         buffer is empty.
1675         * org-src.el (org-edit-src-content-indentation): New option.
1676         (org-edit-src-exit): Apply extra indentation.
1678         * org-exp.el (org-export-format-source-code-or-example): Run
1679         `org-src-mode-hook'.
1681         * org-src.el (org-src-mode-hook): New variable.
1682         (org-edit-src-code): Run `org-src-mode-hook'.
1684 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1688         * org-src.el (org-edit-src-get-indentation): New function.
1689         (org-edit-src-code): Base indentation on the begin line.
1691 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1693         * org-gnus.el (org-gnus-store-link): Require message.el in
1694         org-gnus-store-link.
1696 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1698         * org-src.el: New file, split out of org.el
1700         * org-docbook.el (org-export-as-docbook): Better indentation
1701         treatment.
1703         * org-macs.el (org-replace-match-keep-properties): New function.
1705         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1706         preprocessing of center and quote and verse blocks.
1708         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1709         (org-export-as-docbook): Close lists when original indentation
1710         mandates it.
1712         * org-html.el (org-export-html-close-lists-maybe): New function.
1713         (org-export-as-html): Close lists when original indentation
1714         mandates it.
1716         * org-list.el (org-list-end): Respect the stored "original"
1717         indentation when determining the end of the list.
1719         * org-exp.el (org-export-replace-src-segments-and-examples):
1720         Remember indentation correctly.
1722 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1724         * org-clock.el (org-clock-update-mode-line): Apply face
1725         org-mode-line-clock.
1727         * org-faces.el (org-mode-line-clock): New face.
1729 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1731         * org-gnus.el (org-gnus-store-link): Fix bug where
1732         `org-gnus-store-link' used wrong subject when called in an article
1733         buffer.  Patch provided by fengli AT gmail DOT com.
1735 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1737         * org-exp.el (org-export-format-source-code-or-example): Remember
1738         the original indentation of source code snippets and examples.
1740         * org-latex.el (org-export-as-latex): Relocate the table of
1741         contents.
1743         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1745         * org-agenda.el (org-run-agenda-series): Scope global options also
1746         when creating the agenda buffer.
1748 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1750         * org.el (org-adapt-indentation): Improve documentation.
1751         (org-insert-property-drawer): Respect org-adapt-indentation when
1752         inserting the drawer.
1753         (org-remove-flyspell-overlays-in): New function.
1754         (org-do-emphasis-faces, org-activate-plain-links)
1755         (org-activate-code, org-fontify-meta-lines-and-blocks)
1756         (org-activate-angle-links, org-activate-footnote-links)
1757         (org-activate-bracket-links, org-activate-dates)
1758         (org-activate-target-links, org-activate-tags): Remove flyspell
1759         overlays.
1761 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1763         * org.el (org-edit-src-save): New function.
1765         * org-clock.el (org-clock-out-switch-to-state): New option.
1766         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1768         * org-compat.el (org-compatible-face): Improve macro.
1770         * org.el (org-global-properties-fixed): Add default for
1771         CLOCK_MODELINE_TOTAL.
1773         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1774         andd tend.
1775         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1776         org-clock-sum.
1777         (org-clock-get-sum-start): New function.
1779         * org.el (org-startup-options): New keywords blockhide and
1780         blockshow.
1781         (org-mode): Add new invisibility spec.
1782         (org-set-startup-visibility): Hide block on startup if so
1783         desired.
1784         (org-hide-block-startup): New option.
1785         (org-block-regexp): New constant.
1786         (org-hide-block-overlays): New variable.
1787         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1788         (org-show-block-all, org-hide-block-toggle-maybe)
1789         (org-hide-block-toggle): New functions.
1790         (org-edit-src-exit): Do not quote lines starting with # and no +
1791         behind it.
1792         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1793         entry.
1795 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1797         * org.el (org-buffer-property-keys): Add Effort property for
1798         completion.
1800 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1803         when retrieving total clocked time in the subtree.
1805         * org.el (org-quoting-blocks): New variable.
1807 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1809         * org-table.el (org-table-store-formulas)
1810         (org-table-get-stored-formulas, org-table-fix-formulas)
1811         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1812         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1814         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1815         indented #+TBLFM line.
1817         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1818         indented #+TBLFM line.
1820         * org-colview.el (org-dblock-write:columnview): Allow indented
1821         #+TBLFM line.
1823         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1824         indented #+TBLFM line.
1826         * org-clock.el (org-dblock-write:clocktable): Allow indented
1827         #+TBLFM line.
1829 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1831         * org-exp.el (org-export-format-source-code-or-example): Make
1832         editing indented blocks work correctly.
1834         * org.el (org-edit-src-nindent): New variable.
1835         (org-edit-src-code, org-edit-fixed-width-region)
1836         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1837         editing indented blocks work correctly.
1839 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1841         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1842         indented blocks.
1843         (org-export-format-source-code-or-example): Fix indentation of
1844         blocks.
1845         (org-export-remove-indentation): New function.
1846         (org-export-select-backend-specific-text): Allow backend-specific
1847         code to be indented.
1848         (org-export-mark-blockquote-verse-center): Allow markers to be
1849         indented.
1851         * org.el (org-fontify-meta-lines): New function.
1852         (org-set-font-lock-defaults): Call the new fontification
1853         function.
1855         * org-faces.el (org-meta-line): New face
1856         (org-block):  New face.
1858 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1860         * org.el (org-treat-insert-todo-heading-as-state-change)
1861         (org-treat-S-cursor-todo-selection-as-state-change): New
1862         variables.
1863         (org-insert-todo-heading): Honor
1864         `org-treat-insert-todo-heading-as-state-change'.
1865         (org-shiftright, org-shiftleft): Honor
1866         `org-treat-S-cursor-todo-selection-as-state-change'.
1867         (org-inhibit-logging): New variable.
1869 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1871         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1872         range for marker position checking.
1874         * org-latex.el (org-export-latex-first-lines): Fix bug when
1875         exporting a region.
1877 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org-exp.el (org-export-push-to-kill-ring): Protect using
1880         x-set-selection, because that does not always work.
1882         * org-agenda.el (org-agenda-list): Apply the new face
1883         `org-agenda-date-today'.
1885         * org-faces.el (org-agenda-date-today): New face.
1887 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1889         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1890         creating appointments.
1892         * org-latex.el (org-export-latex-low-levels): Fix customization
1893         type.
1895         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1896         priority commands.
1898         * org-agenda.el (org-agenda-priority): Disable priority commands.
1900         * org.el (org-enable-priority-commands): New option.
1902         * org-colview-xemacs.el (org-columns-compute)
1903         (org-columns-number-to-string): Fix problems with empty fields.
1905         * org-colview.el (org-columns-compute)
1906         (org-columns-number-to-string): Fix problems with empty fields.
1908         * org-exp.el (org-export-push-to-kill-ring): New function.
1909         (org-export-copy-to-kill-ring): New option.
1911         * org-latex.el (org-export-as-latex): Call
1912         `org-export-push-to-kill-ring'.
1914         * org-html.el (org-export-as-html): Call
1915         `org-export-push-to-kill-ring'.
1917         * org-docbook.el (org-export-as-docbook): Call
1918         `org-export-push-to-kill-ring'.
1920         * org-ascii.el (org-export-as-ascii): Call
1921         `org-export-push-to-kill-ring'.
1923         * org-exp.el (org-export-show-temporary-export-buffer): New
1924         option.
1926         * org-latex.el (org-export-as-latex): Use
1927         `org-export-show-temporary-export-buffer'.
1929         * org-html.el (org-export-as-html): Use
1930         `org-export-show-temporary-export-buffer'.
1932         * org-docbook.el (org-export-as-docbook): Use
1933         `org-export-show-temporary-export-buffer'.
1935         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1936         `org-export-show-temporary-export-buffer'.
1938         * org-exp.el (org-export-show-temporary-export-buffer): New
1939         option.
1940         (org-export-push-to-kill-ring): New function.
1942         * org-colview.el (org-columns-compile-map): New variable.
1943         (org-columns-new, org-columns-compute)
1944         (org-columns-number-to-string, org-columns-uncompile-format)
1945         (org-columns-compile-format): Implement new operators.
1947 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1949         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1951         * org-html.el (org-export-html-xml-declaration): New option.
1952         (org-export-as-html): Use `org-export-html-xml-declaration'.
1954         * org-list.el (org-update-checkbox-count): Make property
1955         dependent.
1957         * org.el (org-hierarchical-todo-statistics): New option.
1958         (org-update-parent-todo-statistics): Modified to handle recursive
1959         statistics.
1961 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org-publish.el (org-publish): Make this function behave
1964         correctly in interactive use when called with a prefix argument.
1966         * org.el (org-todo-statistics-hook): New hook.
1967         (org-update-parent-todo-statistics): Use new hook.
1968         (org-log-into-drawer): New function.
1969         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1970         determine if we should be logging into a drawer.
1971         (org-log-into-drawer): Update docstring.
1972         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1974         * org-list.el (org-checkbox-statistics-hook): New hook.
1975         (org-update-checkbox-count-maybe): Use new hook.
1977         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1978         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1979         to kill ring.
1981 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1984         a line.
1986 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1988         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1989         better bufer-generating mechanism.
1990         (org-edit-src-find-buffer): New function.
1992         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1993         archive tag, this is already done by `org-agenda-skip'.
1994         data while constructing lost of tags.
1996 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1998         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1999         as argument separator in macros.
2001         * org-html.el (org-export-as-html): Add xml declaration.
2003 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2005         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2006         (org-sort-entries-or-items): Run the new hook.
2007         (org-after-refile-insert-hook): New hook.
2008         (org-refile): Run `org-after-refile-insert-hook'.
2010         * org-agenda.el (org-agenda-get-progress): Never take time of day
2011         from headline when displaying progress.
2013         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2014         (org-export-as-latex): Force the correct regexp in the
2015         preprocessor buffer.
2016         (org-export-latex-set-initial-vars): Set
2017         `org-export-latex-complex-heading-re'.
2019         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2020         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2022 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2024         * org-latex.el (org-export-latex-tables-centered): New option.
2025         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2027         * org-exp.el (org-export-as-org): New command.
2028         (org-export-as-org): New command.
2030         * org-publish.el (org-publish-org-to-org): New function.
2032 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2034         * org.el (org-yank): Just call `org-yank-generic'.
2035         (org-yank-generic): New function, containing the formaer
2036         functionality of `org-yank'.
2038         * org-latex.el (org-export-latex-not-done-keywords)
2039         (org-export-latex-done-keywords): New variables.
2040         (org-export-latex-todo-keyword-markup): New option.
2041         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2042         (org-export-latex-keywords-maybe): Apply the TODO markup.
2044 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2046         * org-exp.el (org-infile-export-plist): Add more default macros.
2047         (org-export-preprocess-apply-macros): Process macro arguments.
2049 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2051         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2052         `unblocked'.
2053         (org-print-icalendar-entries): Respect the new value of
2054         `org-icalendar-include-todo'.
2056         * org.el (org-link-try-special-completion)
2057         (org-file-complete-link): New functions.
2058         (org-insert-link): Add special completion support for some link
2059         types.
2061         * org-bbdb.el (org-bbdb-complete-link): New function.
2063 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2065         * org-list.el (org-update-checkbox-count): Allow recursive
2066         statistics.
2067         (org-hierarchical-checkbox-statistics): New option.
2069         * org.el (org-cycle): Remove erraneous space character.
2071         * org-icalendar.el (org-icalendar-timezone): Initialize from
2072         environment.
2074         * org-html.el (org-format-org-table-html): Specify the scope.
2075         (org-format-table-table-html): Specify the scope.
2076         (org-export-table-header-tags): Prepare the scope parameter.
2078 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2080         * org-html.el
2081         (org-export-html-table-use-header-tags-for-first-column): New
2082         option.
2084         * org.el (org-autoload): Fix autoloading of ascii export
2085         functions.
2086         (org-modules): Add org-special-blocks.
2088 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2090         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2091         (org-ical-timezone): New option.
2093         * org-exp.el (org-export-get-coderef-format): Use the description
2094         is present.
2096         * org.el (org-sort-entries-or-items): Improve docstring, and make
2097         better implementation for time sorting.
2099 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2101         * org.el (org-edit-src-persistent-message): New option.
2102         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2103         option.
2105         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2106         patch.
2108         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2109         separate buffer instead of indirect buffer to edit source code.
2110         (org-edit-src-exit): Make this function work with the new setup.
2112         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2113         are properly fontified before shown in the selection menu.
2115         * org.el (org-fontify-like-in-org-mode): New function.
2117         * org-latex.el (org-export-latex-links): Use the property list to
2118         retrieve the default image attributes.
2120         * org-exp.el (org-export-plist-vars): Add a new option.
2122 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2124         * org-exp.el (org-export, org-export-visible): Support ASCII
2125         export to buffer
2126         (org-export-normalize-links): Do not protect the description if it
2127         is explicitly given.
2129         * org-ascii.el (org-export-as-ascii-to-buffer)
2130         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2131         commands.
2132         (org-export-as-ascii): Add all the same parameters that are also
2133         supported by the other export functions.
2135         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2136         org-checklist.el.
2137         (org-reset-checkbox-state-subtree): Call
2138         `org-reset-checkbox-state-subtree'.
2140         * org-remember.el (org-select-remember-template): For the
2141         selection of a valid template.
2143         * org-latex.el (org-export-region-as-latex): Supply the
2144         force-no-subtree argument.
2145         (org-export-as-latex): Provide better limits when exporting the
2146         first line.  When exporting to string, we still want the first
2147         lines.
2148         (org-export-latex-first-lines): New argument END, to force the end
2149         of the region.
2150         (org-export-region-as-latex): Use the property list.
2151         (org-export-as-latex):
2153         * org-colview-xemacs.el (org-columns-remove-overlays)
2154         (org-columns): Fix call to `local-variable-p'.
2156 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2158         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2159         (org-export-as-html): Run the new hook.
2161         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2162         (org-export-latex-preprocess): Run the new hook.
2164         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2165         (org-export-preprocess-string): Run the new hook.
2167 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2169         * org-macs.el (org-check-external-command): New defsubst.
2171         * org.el (org-mode-map): New key for reload.
2172         (org-format-latex): Better error message when external programs
2173         are not available.
2175         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2177         * org.el (org-sort-entries-or-items): Explicit sorting function
2178         for priorities, needed for XEmacs compatibility.
2180         * org-remember.el (org-remember-apply-template): Improve auto-save
2181         behavior.
2183 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2185         * org-latex.el (org-export-latex-preprocess): Also protect
2186         environments ending in a star.
2188         * org-list.el (org-at-item-p): Fix regular expression.
2190 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2192         * org.el (org-end-of-subtree): Improve speed.
2194         * org-agenda.el (org-agenda-get-timestamps)
2195         (org-agenda-get-progress, org-agenda-get-deadlines)
2196         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2197         in particular, wait as long as possible to collect the tags.
2198         (org-stuck-projects): Improve docstring.
2200         * org.el (org-store-link): No errors when getting custom id before
2201         first headline.
2202         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2204 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2208         * org-protocol.el: Remove dependency on url.el.
2209         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2210         dependency on url.el.
2212         * org-latex.el (org-export-as-pdf): Use
2213         `org-latex-to-pdf-process'.
2215 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2217         * org-latex.el (org-latex-to-pdf-process): New option.
2219         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2220         New option.
2221         (org-agenda-get-timestamps): Honor
2222         `org-agenda-skip-additional-timestamps-same-entry'.
2224         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2225         (org-clock-goto): Find recent task only if
2226         `org-clock-goto-may-find-recent-task' allows it.
2228         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2229         drawers, and drawers that are missing the :END: line.
2231 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2233         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2234         clock is running.
2236 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2238         * org.el (org-update-parent-todo-statistics): Check for
2239         STATISTICS_FROM property.
2241         * org-list.el (org-update-checkbox-count): Check for
2242         STATISTICS_FROM property.
2244         * org.el (org-tab-first-hook)
2245         (org-tab-after-check-for-table-hook)
2246         (org-tab-after-check-for-cycling-hook): New hooks.
2247         (org-cycle-internal-global, org-cycle-internal-local): New
2248         functions, split out from `org-cycle'.
2249         (org-cycle): Call the new hooks.
2251 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2253         * org-exp.el (org-export-preprocess-string): Reset the list of
2254         preferred targets for each run of the preprocessor.
2256         * org.el (org-refile-target-verify-function): Improve
2257         documentation.
2258         (org-get-refile-targets): Respect point being moved by the
2259         verification function.
2261         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2262         option.
2263         (org-export-latex-keywords): Use new option.
2265         * org.el (org-rear-nonsticky-at): New defsubst.
2266         (org-activate-plain-links, org-activate-angle-links)
2267         (org-activate-footnote-links, org-activate-bracket-links)
2268         (org-activate-dates, org-activate-target-links)
2269         (org-activate-tags): Place the rear-nonsticky properties at the
2270         correct location.
2272 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2274         * org-protocol.el (server-edit): Declare `server-edit'.
2275         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2276         functions.
2277         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2279         * org.el (org-default-properties): New default properteis for
2280         completion.
2282         * org-exp.el (org-export-add-subtree-options): Add new properties
2283         for subtree export.
2285         * org-docbook.el (org-export-docbook-keywords-markup)
2286         (org-export-docbook-timestamp-markup): New options.
2287         (org-export-docbook-protect-tags): New function.
2289 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2291         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2292         org-refile-target-verify-function for the duration of the command.
2294         * org.el (org-link-to-org-use-id): New possible value
2295         `create-if-interactive-and-no-custom-id'.
2296         (org-store-link): Use custom IDs.
2297         (org-link-search): Find custom ID properties from #link.
2298         (org-default-properties): Add CUSTOM_ID for property completion.
2299         (org-refile-target-verify-function): New option.
2300         (org-goto): Turn off org-refile-target-verify-function
2301         for the duration of the command.
2303 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2305         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2307         * org-exp.el (org-export-preferred-target-alist): New variable.
2308         (org-export-define-heading-targets): Find the new CUSTOM_ID
2309         property.
2310         (org-export-target-internal-links): Target the custom ids when
2311         possible.
2313         * org-latex.el (org-export-latex-preprocess): Better regexp for
2314         matching latex macros with arguments.
2316 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2318         * org-remember.el (org-remember-handler): Allow filing to non-org
2319         files.
2321 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2323         * org-feed.el (org-feed-alist): New keyword options.
2324         (org-feed-update): Use the new options.
2325         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2326         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2327         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2328         functions.
2330         * org-table.el (org-table-fix-formulas): Do not change references
2331         to remote tables.
2332         (org-table-get-remote-range): Convert standard coordinates to RC
2333         format.
2335         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2337 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2339         * org-compat.el (org-sha1-string): Function removed.
2341         * org.el (org-refile-allow-creating-parent-nodes): New option.
2342         (org-refile-get-location): New argument NEW-NODES.
2343         (org-refile): Call `org-refile-get-location' with the new
2344         argument.
2345         (org-refile-get-location): Arrange for adding a new child.
2346         (org-refile-new-child): New function.
2348         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2349         an additional span element.
2351         * org-clock.el: Fix a number of docstrings.
2352         (org-clock-find-position): New argument
2353         FIND-UNCLOSED to make the function find an unclosed clock in the
2354         entry.
2355         (org-clock-in): Call `org-clock-find-position' with the new
2356         argument if we might be resuming a clock.
2358 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2360         * org-latex.el (org-export-latex-display-custom-times): New variable.
2361         (org-export-latex-timestamp-markup): New option.
2362         (org-export-latex-set-initial-vars): Remember the local value of
2363         `org-display-custom-times'.
2364         (org-export-latex-content): Process time stamps.
2365         (org-export-latex-time-stamps): New function.
2367         * org-macs.el (org-maybe-intangible): Add intangible property
2368         again to invisible text.
2370 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2372         * org-exp.el (org-default-export-plist): Handle undefined
2373         variables.
2375 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2377         * org.el (org-sort-entries-or-items): Match TODO keywrds
2378         case-sensitively, when sorting.
2379         (org-priority): Do not match TODO keywords with wrong case.
2381 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2383         * org-feed.el (org-feed-update): Bind the variable
2384         `new-formatted'.
2386         * org-html.el (org-export-as-html): Start paragraphs after literal
2387         examples.
2389         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2390         literal examples.
2392 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2394         * org.el (org-todo): Honor the NOBLOCKING property.
2396         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2397         NOBLOCKING property.
2399         * org.el (org-scan-tags): Fix bug in tag scanner
2401 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2403         * org.el (org-modules): Mark obsolete packages.
2405         * org-html.el: New file, split out from org-exp.el.
2407         * org-icalendar.el: New file, split out from org-exp.el.
2409         * org-xoxo.el: New file, split out from org-exp.el.
2411         * org-ascii.el: New file, split out from org-exp.el.
2413 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2415         * org-compat.el (org-find-library-name): New function.
2417         * org.el (org-pre-cycle-hook): New hook.
2418         (org-cycle): Call the new hook in appropriate places.
2419         (org-reload): Only reload files that have been loaded before.
2421 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2423         * org.el (org-set-font-lock-defaults): Enforxe space or line end
2424         after todo keyword.
2425         (org-todo): When changing TODO state, do matching
2426         case-sensitively.
2427         (org-map-continue-from): New variable.
2428         (org-scan-tags): Respect values in `org-map-continue-from'.
2429         (org-reload): Make XEmacs compatible.
2431 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
2433         * org-protocol.el (org-protocol-flatten-greedy): New function.
2434         (org-protocol-flatten): New function.
2436         * org.el (org-open-link-from-string): Pass reference buffer to
2437         `org-open-at-point'.
2438         (org-open-at-point): New optional argument `reference-buffer'.
2440 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
2442         * org.el (org-scan-tags): Make tag scan find headline in first
2443         line, 2nd attempt.
2444         (org-get-refile-targets): Add the naked file name.
2445         (org-refile): Store as top-level entry when only file name was
2446         given.
2448         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2450         * org.el (org-block-todo-from-children-or-siblings-or-parent):
2451         Renamed from org-block-todo-from-children-or-siblings, and
2452         enhanced to look for the parent's status as well.
2454         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2455         (org-agenda-get-progress): Add first notes line to log entry if so
2456         desired.
2458 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
2460         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2461         (org-agenda-cleanup-fancy-diary): Call the new hook.
2463         * org-remember.el (org-remember-apply-template): Take the default
2464         for the annotation from the :annotation property.
2466         * org-mac-message.el (org-mac-message-get-link): Remove the
2467         quotes.
2468         (org-mac-message-get-link): Return the result.
2470 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2472         * org.el (org-refile-get-location): Add file name only if not
2473         already included in outline path.
2475         * org-faces.el (org-n-level-faces): Fix customization type from
2476         number to integer.
2478         * org-exp.el (org-export-headline-levels): Fix customization type
2479         from number to integer.
2481         * org-agenda.el (org-agenda-confirm-kill)
2482         (org-agenda-custom-commands-local-options)
2483         (org-timeline-show-empty-dates, org-agenda-ndays)
2484         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2485         customization type from number to integer.
2487 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
2489         * org-protocol.el: Declare some functions.
2491         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2492         postion before inserting modified headline.
2494         * org-agenda.el (org-agenda-compare-effort): Honor
2495         `org-sort-agenda-noeffort-is-high'.
2496         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2497         (org-agenda-compare-effort): Implement the "?" operator for
2498         finding entries without effort setting.
2500         * org.el (org-extract-attributes-from-string): New function.
2502         * org-exp.el (org-export-splice-attributes): New function.
2504 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
2506         * org-mouse.el: XEmacs compatibility fixes
2508         * org-docbook.el (org-export-as-docbook): Process footnotes like
2509         normal text.
2511         * org.el (org-modules): Add org-inlinetasks.el
2512         (org-cycle): Implement limiting level on cycling.
2513         (org-move-subtree-down): Fix bug with swapping subtrees at end of
2514         buffer.
2516         * org-inlinetask.el: New file.
2518         * org.el (org-emphasis-regexp-components): Allow braces in
2519         emphasis pre and post match.
2521         * org-footnote.el (org-footnote-normalize): When only dorting, do
2522         not insert inline notes at the end.
2524         * org-docbook.el (org-id-find-id-file): Add function declaration.
2526         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2528         * org-docbook.el: New file.
2530 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
2532         * org.el (org-reftex-citation): New command.
2534 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
2536         * org-agenda.el (org-agenda-cmp-user-defined): New option.
2537         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2538         sorting options.
2539         (org-entries-lessp): Apply the new sorting option.
2541         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2542         blocker code, when an older sibling has children.
2544         * org-mac-message.el (org-mac-message-get-link): Improve getting
2545         links from multiple selected messages.
2547 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
2549         * org-remember.el (org-remember-finalize): Do not set buffer file
2550         name to nil.
2551         (org-remember-handler): Mark buffer as unmodified.
2552         (org-remember-handler): Delete backup file and show message about
2553         remaining backup files.
2554         (org-remember-auto-remove-backup-files): New option.
2556         * org.el (org-store-link): Use buffer name as link description in
2557         w3-mode buffers.
2558         (org-ido-switchb): Fix argument bug for completion.
2560         * org-remember.el (org-remember-apply-template): Set local
2561         variable `auto-save-visited-file-name' instead of global one.
2563 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
2565         * org-feed.el: Re-write.
2567         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
2568         (org-agenda-get-todos): Mark file tags as inherited.
2569         (org-agenda-list): Always search diary lines for a time.
2571 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
2573         * org-feed.el (org-feed-assume-stable): New option.
2574         (org-feed-before-adding-hook): New hook.
2576         * org-exp.el (org-export-as-html): Close local lists depending on
2577         indentation, also when starting a table.
2579         * org-remember.el (org-remember-backup-directory)
2580         (org-remember-backup-name): New internal variable.
2582 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
2584         * org-clock.el (org-clock-out-if-current): Make buffer detection
2585         work in indirect buffers as well.
2587         * org.el (org-emphasis-regexp-components): Add the exxclamation
2588         mark to the post-emphasis characters.
2590 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
2592         * org.el (org-read-date-minibiffer-septup-hook): New hook.
2593         (org-read-date): Run the new hook.
2595         * org-mac-message.el (org-mac-flagged-mail): New group.
2596         (org-mac-mail-account): New variable.
2597         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
2598         commands.
2600         * org-remember.el (org-remember-backup-directory): New variable.
2601         (org-remember-apply-template): Write file to backup directory.
2603 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
2605         * org-mouse.el (org-mouse-todo-menu): New function.
2606         (org-mouse-todo-keywords): Function removed.
2607         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
2609         * org-table.el (org-table-beginning-of-field)
2610         (org-table-end-of-field): New commands
2611         (org-table-previous-field, org-table-beginning-of-field): Better
2612         error messages.
2613         (orgtbl-setup): Include `M-a' and `M-e'.
2615         * org.el (org-backward-sentence, org-forward-sentence): New
2616         commands.
2618         * org-colview.el (org-colview-initial-truncate-line-value): New
2619         variable.
2620         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2621         (org-columns): Remember the value of `truncate-lines'.
2623         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2624         New variable.
2625         (org-columns-remove-overlays): Restore the value of
2626         `truncate-lines'.
2627         (org-columns): Remember the value of `truncate-lines'.
2629         * org.el (org-columns-skip-arrchived-trees): New option.
2631         * org-agenda.el (org-agenda-export-html-style): Define color for
2632         org-agenda-done face.
2633         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2634         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2636         * org.el (org-scan-tags): Use the new face.
2638         * org-faces.el (org-agenda-done): New face.
2640         * org.el (org-scan-tags): Test the value org
2641         `org-tags-match-list-sublevels'.
2642         (org-tags-match-list-sublevels): New allowed value: indented.
2644         * org-export-latex.el (org-export-latex-make-header): Apply macros
2645         in header.
2647         * org-exp.el (org-export-apply-macros-in-string): New function.
2649         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2650         with the definition of a checked box.
2652         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2654         * org-export-latex.el (org-export-latex-low-levels): More options
2655         for how to process lower levels in LaTeX.
2656         (org-export-latex-subcontent): Better treatment for lists as a
2657         means of publishing lower levels.
2659 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2661         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2663         * org-faces.el (org-checkbox): New face.
2665         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2666         fragement images if there is an export file.
2668 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2670         * org-agenda.el (org-stuck-projects): Document that the subtree of
2671         projects that are not stuck will now be searched for stuck
2672         sub-projects.
2673         (org-agenda-skip-entry-when-regexp-matches)
2674         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2675         (org-agenda-list-stuck-projects): Use
2676         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2678         * org-export-latex.el (org-export-latex-preprocess): Improve
2679         export of verses.
2681         * org-exp.el (org-export-as-html): Implement centering as a div
2682         rather than a paragraph.  Do a better job with line-end in verse
2683         environments.
2685 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2687         * org.el (org-open-at-point): Fix tags searches by mouse click.
2689 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2691         * org-export-latex.el (org-export-latex-preprocess): Implement the
2692         centering markup.
2694         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2695         from `org-export-mark-blockquote-and-verse'.
2696         (org-export-as-html): Implement the centering markup.
2698         * org-export-latex.el (org-export-latex-tables): Fix vertical
2699         lines in tables.
2701 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2703         * org.el (org-read-date-history): New variable.
2704         (org-read-date): Use new history variable.
2705         (org-toggle-heading): Fix bug when used before first headline.
2706         (org-store-log-note): Remove drawer if empty while note is
2707         aborted.
2708         (org-remove-empty-drawer-at): New function.
2709         (org-check-after-date): New command.
2710         (org-sparse-tree): New sparse tree command "a".
2712         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2714 2009-03-14  Bastien Guerry  <bzg@altern.org>
2716         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2717         column and a space, not only a column.
2719 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2721         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2722         defaults for verbose emphasis.
2723         (org-export-latex-emph-format): New function.
2724         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2726         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2727         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2728         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2729         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2730         commands.
2732         * org.el (org-timestamp-change): Move end-time along with start
2733         time.
2735 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2737         * org-exp.el (org-export-target-internal-links)
2738         (org-export-as-html): Protect links specified as #name.
2740 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2742         * org.el (org-clone-subtree-with-time-shift): New command.
2744         * org-export-latex.el (org-export-latex-special-chars)
2745         (org-export-latex-treat-sub-super-char): Fix subscript export.
2747         * org-exp.el (org-create-multibrace-regexp): Do not add
2748         backslashes to the class.
2750 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2752         * org-colview.el (org-columns-map): Better functions for moving up
2753         and down a row, even if `truncate-line' is nil.
2755         * org.el (org-insert-todo-heading): Make sure the keyword is
2756         inserted at the correct position.
2758         * org-publish.el (org-publish-project-alist)
2759         (org-publish-projects, org-publish-org-index): Change default anme
2760         for the index of file names to "sitemap.org".
2762         * org-export-latex.el (org-export-latex-tables): Use
2763         `org-split-string', for Emacs 21 compatibility.
2765 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2767         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2769 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2771         * org-exp.el (org-export-page-description)
2772         (org-export-page-keywords): New variables.
2773         (org-export-plist-vars): Add entries for :keywords and
2774         :description.
2775         (org-infile-export-plist): Parse for new keywords.
2776         (org-get-current-options): Add new keywords
2777         (org-export-as-html): Publish description and keywords.
2779         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2780         option.
2781         (org-agenda-add-entry-text): Honor
2782         `org-agenda-add-entry-text-descriptive-links'.
2784         * org-export-latex.el (org-export-latex-preprocess): Make all
2785         external preprocess functions use a PARAMETER arg.
2787         * org-exp.el (org-export-preprocess-string)
2788         (org-export-select-backend-specific-text)
2789         (org-export-format-source-code-or-example)
2790         (org-format-org-table-html): Support docbook export.
2791         (org-export-preprocess-string): Make all external preprocess
2792         functions use a PARAMETER arg.
2794 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2796         * org-exp.el (org-export-html-style-include-scripts): New option.
2797         (org-export-plist-vars): Add new option
2798         `org-export-html-style-include-scripts'.
2799         (org-export-as-html): Honor new option
2800         `org-export-html-style-include-scripts'.
2801         (org-export-html-scripts, org-export-html-style-default): Fix
2802         xml issues with the Safari browser.
2804 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2806         * org-publish.el (org-publish-attachment): Only copy file when the
2807         directories differ.
2809 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2811         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2812         for clocktable steps.
2814         * org.el (org-additional-option-like-keywords): Add two more
2815         keywords.
2817 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org-exp.el (org-export-format-source-code-or-example): Mark
2820         temporary buffer unmodified, so that it will be killed even if
2821         mode like message mode has decided to assign a file name.
2823         * org.el (org-scan-tags): Improve tag inheritance.
2824         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2825         case-sensitive.
2826         (org-scan-tags): Use the internal tags list instead of creating it
2827         from scratch.
2828         (org-trust-scanner-tags, org-scanner-tags): New variables.
2829         (org-scan-tags): Set `org-scanner-tags'.
2830         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2831         (org-map-entries): Document the possible speedup using scanner
2832         tags.
2834 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2836         * org.el (org-add-planning-info): Fix bug with looking for keyword
2837         only at column 0.
2839         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2840         option for tags filter preset.
2841         (org-prepare-agenda): Store filter preset as a property on the
2842         filter variable.
2843         (org-finalize-agenda): Call the filter, if there is a preset.
2844         (org-agenda-filter-by-tag): Filter again after clearing the
2845         filter, when there still is a preset.
2846         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2847         Include the preset filter.
2848         (org-agenda-redo): Apply the filter again, also the preset filter.
2850         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2852         * org.el (org-uuidgen-p): New funtion.
2854         * org-agenda.el (org-agenda-fontify-priorities): New default value
2855         `cookies'.
2856         (org-agenda-fontify-priorities): Renamed from
2857         org-fontify-priorities.
2859         * org.el (org-set-font-lock-defaults): Call
2860         `org-font-lock-add-priority-faces'.
2861         (org-font-lock-add-priority-faces): New function.
2863         * org-faces.el: (org-set-tag-faces): New option.
2864         (org-priority-faces): New variable.
2866         * org-exp.el (org-export-as-html): Add a "content" div around the
2867         entire content of the body tag.
2868         (org-export-html-get-bibliography): New function.
2869         (org-export-html-validation-link): New variable.
2870         (org-export-as-html): Add validation link to exported page.
2872         * org.el (org-match-sparse-tree): Renamed from
2873         `org-tags-sparse-tree'.
2874         (org-tags-sparse-tree): New alias.
2876 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2878         * org.el (org-get-valid-level): Catch the case where the level
2879         change is nil.
2881         * org-clock.el (org-clock-find-position): Better indentation of
2882         new clock drawers.
2884 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2886         * org-agenda.el (org-agenda-quit): Delete window only when the
2887         frame-setup was not `current-window'.
2889         * org.el (org-tag-persistent-alist): New option.
2890         (org-startup-options): Add keyword `noptag'.
2891         (org-fast-todo-selection): Handle :newline correctly.
2892         (org-set-tags): Handle :newline correctly.
2893         (org-fast-tag-selection): Handle :newline correctly.
2895 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2897         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2898         outputting it.
2899         (org-export-ascii-push-links): Fix bug with pussing links into the
2900         export buffer.
2902 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2904         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2905         pasting at top level.
2907         * org-bbdb.el: Improve documentation.
2909 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2911         * org-list.el (org-insert-item): Only consider insert empty lines
2912         is `org-empty-line-terminates-plain-lists' is not nil.
2914         * org.el (org-blank-before-new-entry): Mention the dependence on
2915         `org-empty-line-terminates-plain-lists' in the docstring.
2917         * org-publish.el (org-publish-get-project-from-filename): New
2918         optional argument UP.  Only find the top project if UP is set.
2919         (org-publish-current-project): Find the top encloding project.
2921         * org-agenda.el (org-agenda-before-write-hook)
2922         (org-agenda-add-entry-text-maxlines): New options.
2923         (org-write-agenda): Run the new hook in the temporary buffer.
2924         (org-agenda-add-entry-text): New function.
2925         (org-write-agenda): Implement PDF export, using ps2pdf.
2927         * org.el (org-global-properties-fixed, org-global-properties):
2928         Improve documentation string.
2930         * org-exp.el (org-export-ascii-links-to-notes): New option.
2931         (org-export-as-ascii): Handle links better.
2932         (org-export-ascii-wrap, org-export-ascii-push-links): New
2933         functions.
2935 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2937         * org-agenda.el (org-agenda): Make prefix arg optional.
2938         (org-agenda-search-headline-for-time): New option.
2939         (org-format-agenda-item): Honor
2940         `org-agenda-search-headline-for-time'.
2942         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2943         characters.
2945         * org.el (org-self-insert-cluster-for-undo): New option.
2946         (org-self-insert-command): Cluster undo for 20 characters.
2947         (org-self-insert-command-undo-counter): New variable.
2949 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2951         * org-exp.el (org-export-as-html): Fix problem with closing colone
2952         example.
2954 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2956         * org-export-latex.el (org-export-as-latex)
2957         (org-export-latex-first-lines): Avoid modification flag when
2958         adding or removing text properties.
2959         (org-export-latex-fontify): Catch error when org-emph-alist has
2960         entries that are not defined for LaTeX export.
2962         * org.el (orgstruct++-mode): New function.
2963         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2964         (org-context-p): Allow detecting item context after the first line
2965         of an item.
2966         (orgstruct-make-binding): Detect if item-body context should be
2967         seen.
2968         (orgstruct-is-++): New variable.
2969         (org-add-planning-info): Catch the case when there is no planning
2970         info yet and the call does not want to add anything, only maybe
2971         tries to remove something.
2972         (org-special-ctrl-a/e): All value to be a cons cell with separate
2973         settings for `C-a. and `C-e'.
2974         (org-beginning-of-line, org-end-of-line): Honor separate values
2975         for `C-a' and `C-e'.
2977 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2979         * org.el (org-reload): New command.
2981 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2983         * org-exp.el (org-export-htm-get-tag-class-name)
2984         (org-export-htm-get-todo-kwd-class-name): New functions.
2985         (org-export-html-tag-class-prefix)
2986         (org-export-html-todo-kwd-class-prefix): New options.
2987         (org-export-as-html): Call
2988         `org-export-html-get-todo-kwd-class-name'.
2989         (org-html-level-start): Wrap tags into classes.
2990         (org-export-html-get-tag-class-name)
2991         (org-export-html-get-todo-kwd-class-name): New functions.
2993         * org-export-latex.el (org-export-latex-collect-header-macros):
2994         Remove fields that are used anyway.
2995         (org-export-latex-make-header): Insert the options earlier.
2997         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2998         matching.
3000         * org-list.el (org-indent-item): Allow point to be at the end of
3001         the region.
3003         * org.el (org-metaleft, org-metaright): Be more accurate about
3004         detecting a region where commands apply.
3006         * org-compat.el (org-cursor-to-region-beginning): New function.
3008         * org.el (org-priority): Also find invisible heading.
3010         * org-colview-xemacs.el (org-columns-edit-value): No special
3011         treatment for `org-todo' prefix.
3013         * org-colview.el (org-columns-edit-value): No special treatment
3014         for `org-todo' prefix.
3016         * org-remember.el (org-remember-apply-template): Use
3017         `org-completing-read-no-ido'.
3019         * org.el (org-completing-read-no-ido): New function.
3020         (org-make-tags-matcher, org-set-property): Use
3021         `org-completing-read-no-ido'.
3023         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3024         New option.
3025         (org-export-as-latex): Import in-buffer settings as TeX macros.
3026         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3027         (org-export-latex-collect-header-macros): New function.
3029         * org.el (org-refile-get-location): Turn off
3030         `partial-completion-mode'.
3032 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3034         * org.el (org-block-todo-from-checkboxes): Announce that
3035         checkboxes are the culprit.
3036         (org-block-todo-from-children-or-siblings): Call
3037         `org-up-heading-all instead' of `outline-up-heading'.
3039         * org-agenda.el (org-agenda-show-1): Renamed from
3040         `org-agenda-show'.
3041         (org-agenda-show): Re-install the old version for now.
3042         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3043         variable into the blokker hook, so that the checkbox checker can
3044         anounce that it caused the blocking.
3046         * org.el (org-track-ordered-property-with-tag): New option.
3047         (org-toggle-ordered-property): Honor
3048         `org-track-ordered-property-with-tag'.
3049         (org-tag-alist): Add newline options.
3050         (org-set-regexps-and-options): Separate option lines imply a
3051         newline.
3052         (org-set-regexps-and-options, org-assign-fast-keys)
3053         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3054         option.
3055         (org-indent-line-function): Make sure this works even if there is
3056         not `org-drawer-regexp' defined.  This can happen when
3057         orgstruct-mode is used in a non-org buffer.
3059         * org-list.el (org-checkbox-blocked-p): New function.
3060         (org-toggle-checkbox): Check for blocking.
3062         * org.el (org-modules): Add an entry for org-R.el.
3064         * org-agenda.el (org-agenda-todo-ignore-with-date)
3065         (org-agenda-todo-ignore-scheduled)
3066         (org-agenda-todo-ignore-deadlines): Mention the variable
3067         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3069         * org.el (org-get-wdays): Find the warning period also if it is in
3070         the wrong place.
3071         (org-ido-completing-read): Provide the correct arguments to
3072         ido-completing-read and bind `ido-enter-matching-directory' to
3073         nil.
3075 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3077         * org.el (org-olpath-completing-read): Never use ido for this
3078         one.
3080         * org-exp.el (org-export-normalize-links): Use new macro.
3082         * org-macs.el (org-if-unprotected-at): New macro.
3084         * org-agenda.el (org-agenda-show): Allow numerical prefix
3085         arguments to specify how much context should be shown.
3086         (org-agenda-cycle-show): New command, could be bound to SPC in
3087         org-agenda-mode-map.
3089         * org-exp.el (org-html-level-start): Space after section number.
3091 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3093         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3094         property, for sorting.
3095         (org-cmp-todo-state): Get the applicable TODO keywords directly
3096         from the buffer.
3097         (org-run-agenda-series, org-agenda-list, org-search-view)
3098         (org-todo-list, org-tags-view): Only fit agenda window when the
3099         whole series is done.
3101         * org.el (org-scan-tags): Add todo state as property, for sorting.
3103         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3104         `org-agenda-overriding-header' as an option.
3105         (org-agenda-list): Honor org-agenda-overriding-header'.
3107 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3109         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3110         after removing a checkbox.
3112         * org.el (org-show-entry): Make this work correctly also if it is
3113         the last entry in the file.
3114         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3115         falling back to normal, default command.
3116         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3117         item, call the checkbox toggler to get a box.
3119         * org-list.el (org-toggle-checkbox): Make double prefix set the
3120         checkbox to "[-]".
3121         (org-fix-bullet-type): Only replace bullet if it is changed.
3122         (org-renumber-ordered-list): Handle case when first item does not
3123         have a number.
3125         * org.el (org-add-log-setup): Fix positioning when
3126         `org-log-states-order-reversed' is nil.
3128         * org-clock.el (org-clock-in): Fix positioning when
3129         `org-log-states-order-reversed' is nil.
3130         (org-clock-find-position): Fix positioning when
3131         `org-log-states-order-reversed' is nil.
3133 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3135         * org-clock.el (org-clock-into-drawer): Take default from
3136         `org-log-into-drawer'.
3137         (org-clock-find-position): Look for the correct drawer.
3139         * org.el (org-log-into-drawer): Renamed from
3140         `org-log-state-notes-into-drawer'.
3141         (org-log-state-notes-into-drawer): New variable alias.
3142         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3143         CLOCK.
3144         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3146 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3148         * org-agenda.el (org-agenda): Fix docstring.
3150         * org.el ("org-plot"): Help loading org-plot.
3151         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3152         (org-metadown-hook, org-shiftmetaleft-hook)
3153         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3154         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3155         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3156         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3157         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3159         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3160         for selecting files with any (and even without) extension.
3162         * org.el (org-save-all-org-buffers): Also save id locations.
3163         (org-revert-all-org-buffers): Also load id locations.
3165 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3166         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3167         (org-log-state-notes-into-drawer): New option.
3168         (org-add-log-setup): Place the sate note marker into the drawer,
3169         create drawer when necessary.
3170         (org-refile-targets): Document special interpretation of LEVEL
3171         when odd-levels are used.
3173 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * org.el (org-store-log-note): Fix note indentation when adding
3176         notes to end of list.
3178         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3179         class, so that each keyword can get special colors through CSS.
3181         * org-clock.el (org-clock-out): Add another nil for the previous
3182         state into the call to `org-add-log-setup'.
3184         * org.el (org-log-note-previous-state): New variable.
3185         (org-log-note-headings): New %S escape for old state.
3186         (org-todo): Call the note setup with the old state as an
3187         argument.
3188         (org-add-note): Add another nil for the previous state into the
3189         call to `org-add-log-setup'.
3190         (org-add-log-setup): New argument PREV-STATE.
3191         (org-add-log-note): Handle new %S escape.
3192         (org-store-log-note): Handle new %S escape.
3194 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3196         * org-clock.el (org-clock-find-position): Do not swallow an item
3197         less indented than the CLOCK line itself.
3198         (org-clock-in): Push markers to lin after the clock line.
3199         (org-clock-find-position): Handle values of
3200         `org-clock-into-drawer' smaller than 2.
3202         * org-exp.el (org-html-level-start): Add a CSS class to section
3203         numbers.
3204         (org-export-html-toplevel-hlevel): Better documentation of the
3205         influence of this variables on H levels and css classes in
3206         export.
3208 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3210         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3211         timestamp and nottimestamp to the chooe menu.
3213         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3214         (org-revert-all-org-buffers): New command.
3216 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3218         * org.el (org-return): Implement `org-return-follows-link' in the
3219         function org-return.  This is more robust than using the mouse
3220         map, I think.
3221         (org-set-regexps-and-options): Match more general #+TODO lines.
3222         (org-make-options-regexp): New optional argument EXTRA, for an
3223         extra regexp.
3224         (org-tab-follows-link): Mark as deprecated.
3226 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3228         * org-exp.el (org-export-preprocess-string): Remove clock lines
3229         earlier, so that they cannot cotribute to verbatim snippets.
3231 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3233         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3234         for finding drawers.
3235         (org-export-as-ascii, org-export-as-html): Count levels relative
3236         to the subtree header.
3237         (org-get-min-level): New optional argument OFFSET.
3238         (org-export): Make sure point is restored after popping up that
3239         window.
3241         * org.el (org-do-sort): Also take an inactive timestamp if no
3242         active one is found.
3244         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3245         deleting duplicates.
3247         * org-colview.el (org-columns-capture-view): Copy before
3248         deleting duplicates.
3250         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3251         text before first headline.
3253         * org.el (org-format-latex): Do not convert LaTeX fragments in
3254         protected examples.
3256 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3258         * org-exp.el (org-export-html-style-default): Use color values
3259         instead of names for XHTML validation.
3261         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3262         functions.
3263         (org-return-follows-link): Revert making this the default untile
3264         issues are resolved.
3266         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3267         nottimestamp.
3269 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3271         * org.el (org-mode): Make dependence stuff work more reliably.
3272         (org-update-parent-todo-statistics): Fix bug with updating
3273         statistics cookie.
3275         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3276         ~ as verbatim delimiters.
3278         * org-exp.el (org-export-html-format-image): New argument
3279         PAR-OPEN.
3280         (org-export-as-html): Pass par-open to
3281         `org-export-html-format-image'.
3283 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
3285         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3286         (org-use-fast-todo-selection, org-tags-column): New default
3287         setting for variables, based on a poll what typical uses use.
3289         * org-agenda.el (org-agenda-sorting-strategy)
3290         (org-agenda-tags-column): New default setting for variables, based
3291         on a poll what typical uses use.
3293 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3295         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3296         blocked entries from setting the blocked tag.
3298         * org-exp.el (org-export-html-footnotes-section): Use a more
3299         consistent id for footnotes.
3301         * org-export-latex.el (org-export-latex-classes): Remove the
3302         a4paper option from the default styles.
3304 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3306         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3307         (org-block-todo-from-checkboxes): New function.
3308         (org-todo): Make tripple prefix arg circumvent blocking.
3310         * org-timer.el (org-timer): Provide the timer feature.
3312         * org.el (org-require-autoloaded-modules): Add a few more files to
3313         the list of autoloaded modules.
3315         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3317 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3319         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3320         drawers that are unprotected.
3321         (org-export-html-format-image): Make sure inlined LaTeX fragment
3322         images remain inlined.
3324         * org.el (org-toggle-ordered-property): New function.
3325         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3326         (org-org-menu): Add menu entries for TODO dependencies.
3328 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3330         * org.el (org-default-properties): Add ORDERED to the default
3331         properties, to get completion support for it.
3333         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3335         * org.el (org-update-parent-todo-statistics): Update more than one
3336         cookie.
3338         * org-agenda.el (org-agenda-get-todos): Start search from correct
3339         position.
3341         * org.el (org-fast-todo-selection): Make sure TODO selection does
3342         not change buffer position.
3344         * org-list.el (org-toggle-checkbox): Implement adding or removing
3345         checkboxes from line or region when called with a prefix
3346         argument.
3348         * org-rmail.el (org-rmail-store-link): Protect the call to
3349         `rmail-narrow-to-non-pruned-header'.
3351         * org-clock.el (org-clock-special-range): Fix week display in
3352         clock tables.
3354         * org-exp.el (org-get-current-options): Fix bug when in indirect
3355         buffer.
3357 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3359         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3360         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3361         (org-agenda-dim-blocked-tasks): New function.
3363         * org.el (org-enforce-todo-dependencies): New option.
3364         (org-block-todo-from-children-or-siblings): New function.
3366         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3368         * org.el (org-todo): Return correct state type even if the blocker
3369         throws an error.
3370         (org-modifier-cursor-error): Renamed from
3371         `org-shiftcursor-error'.
3372         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3373         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3375         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3376         to get real errors from the blocker hook.
3378         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3379         functions.
3380         (org-set-visibility-according-to-property): Turn off the setting
3381         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3382         property.
3384 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3386         * org.el (org-support-shift-select): New option.
3387         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3388         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3389         selection outside contexts.
3391         * org-list.el (org-at-item-bullet-p): New function.
3393         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3394         variables.
3396         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3397         variable.
3398         (org-insert-footnote-reference-near-definition): Remove
3399         unnecessary let form.
3401         * org-export-latex.el (org-export-latex-first-lines): Add
3402         OPT-PLIST parameter.
3403         (org-export-as-latex): Call `org-export-latex-first-lines' with
3404         opt-plits parameter.
3405         (org-export-latex-preprocess): Remove unnecessary variables.
3407         * org-exp.el (org-infile-export-plist)
3408         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3409         (org-export-remove-headline-metadata)
3410         (org-export-get-title-from-subtree, org-get-min-level)
3411         (org-html-do-expand): Remove innecessary let form.
3413         * org-colview-xemacs.el (org-columns-display-here): Remove
3414         unnecessary variables.
3416         * org-colview.el (org-columns-display-here): Remove unnecessary
3417         variables.
3419         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3420         variables.
3422         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3423         unnecessary variables.
3425         * org-agenda.el (org-search-view, org-agenda-get-blocks)
3426         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3427         variables.
3429         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3430         (org-compact-display-after-subtree-move): Remove unnecessary
3431         variables.
3432         (org-edit-fixed-width-region): Remove unnecessary variables.
3433         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3434         (org-olpath-completing-read): Remove unnecessary variable.
3435         (org-auto-repeat-maybe): Remove unnecessary variable.
3436         (org-map-entries): Remove unnecessary variable.
3437         (org-buffer-property-keys, org-imenu-get-tree)
3438         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3440 -----------------------------------------------------------------
3442 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3443         * org-exp.el (org-export-remove-timestamps): Never remove
3444         timestamps from tables.
3446         * org-export-latex.el (org-export-latex-first-lines): Add more
3447         options to the preprocessing of the text before the first
3448         headline.
3450 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
3452         * org-faces.el (org-clock-overlay): Make face compatible with
3453         XEmacs.
3455         * org.el (org-yank): Add property for delete-selection mode.
3457         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3459         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3460         variable.
3462         * org-table.el (org-table-insert-hline): Fix typo in fuction call
3463         to `backward-char'.
3465         * org-exp.el (org-export-as-html): Remove the initial space from
3466         colon examples.
3468         * org.el (org-scan-tags): Call
3469         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3471         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3472         customization groups.
3473         (org-agenda-tags-todo-honor-ignore-options): New option.
3474         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3475         New function.
3476         (org-agenda-get-todos): Use
3477         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3479 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3481         * org-exp.el (org-export-format-source-code-or-example): Escape
3482         HTML characters also in examples that anre not treated with
3483         htmlize.  Also, just switch to EXAMPLE processing if we do not
3484         have a good version of htmlize.
3486         * org-rmail.el: Fix copyright notice.
3488         * org.el (org-activate-footnote-links): Improve footnote link
3489         highlighting.
3491         * org-footnote.el (org-footnote-normalize): Fix finding the end of
3492         a footnote definition at the end of the file.
3494         * org-table.el (org-table-get-specials): Add an imagined hline at
3495         the end of the table.  This can be useful for references that want
3496         to go to the end of the table.  Also fix bug when computing last
3497         row constants, in tables that do not start right at the right
3498         margin.
3499         (org-table-eval-formula): Match and replace remove references.
3500         (org-table-formula-substitute-names): Make sure that names inside
3501         a "remote" call are left alone, the will be replaced later when
3502         the remote call is handled.
3503         (org-table-convert-refs-to-rc): Do not convert things that might
3504         look like a reference, but are really part of an ID or namei n a
3505         remote reference.
3506         (org-table-get-remote-range): New function.
3508 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
3510         * org-faces.el (org-clock-overlay): Fix bug in face definition.
3512         * org-clock.el (org-clock-put-overlay): Use new face instead of
3513         `secondary-selection'.
3515         * org-faces.el (org-clock-overlay): New face.
3517 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3519         * org-exp.el (org-get-current-options): Include the option for
3520         publishing time stamps.
3522         * org.el (org-toggle-heading): Renamed from
3523         `org-toggel-region-headings'.
3524         No longer needs a region defined, but will use it if there is one.
3525         (org-ctrl-c-star): Simplified, relying more on the internal
3526         workings of `org-toggle-heading'.
3527         (org-toggle-item): Renamed from `org-toggle-region-items'.
3528         No longer needs a region defined, but will use it if there is one.
3529         (org-ctrl-c-minus): Simplified, relying more on the inernal
3530         workings of `org-toggle-item'.
3532         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3533         environment detection.  Also, do real changes only in unprotected
3534         places.
3536 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
3538         * org-export-latex.el (org-export-latex-quotation-marks): Use
3539         `org-if-unprotected-1'.
3540         (org-export-latex-set-initial-vars): Check for class definition in
3541         property.
3543         * org-macs.el (org-if-unprotected-1): New macro.
3545 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
3547         * org-compat.el (org-count-lines): New function.
3549         * org-exp.el (org-export-format-source-code-or-example): Handle
3550         switches related to text areas.
3552         * org.el (org-activate-footnote-links): Don't allow match inside a
3553         link.
3555         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
3557         * org-export-latex.el (org-export-latex-links): Keep a relative
3558         path relative also after export.
3560         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
3562         * org.el (org-make-tags-matcher): Never use IDO for completing the
3563         tags matcher match string.
3564         (org-completing-read): Also remove the special biding for "?".
3566         * org-attach.el (org-attach-allow-inheritance): New option.
3567         (org-attach-inherited): New variable.
3568         (org-attach-dir): Handle properties related to the attachment
3569         directory.
3570         (org-attach-check-absolute-path): New function.
3571         (org-attach-set-directory, org-attach-set-inherit): New commands.
3572         (org-attach): Accommodate the new commands in the dispatcher.
3574 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
3576         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3577         `window-full-width-p'.
3579         * org-exp.el (org-export-as-html): Only check for images files
3580         that really can be inlined
3582         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3583         list of extensions to be a parameter.
3585         * org-exp.el (org-export-html-inline-image-extensions): New
3586         variable.
3588         * org-agenda.el (org-prepare-agenda): Use
3589         `org-agenda-block-separator'.
3590         (org-agenda-block-separator): New option.
3592 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
3594         * org-export-latex.el (org-export-latex-tables): Call
3595         `org-table-clean-before-export' with the new optional argument.
3597         * org-exp.el (org-table-clean-before-export): New optional
3598         parameter MAYBE-QUOTED, allows for quoted characters like \# in
3599         first column.
3601 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
3603         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3604         histograms.
3606         * org-colview.el (org-colview-construct-allowed-dates): Better
3607         error catching when a date/time property does not have allowed
3608         values defined.
3610         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3611         Better error catching when a date/time property does not have
3612         allowed values defined.
3614 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3616         * org.el (org-map-entries): Restore point and restriction after
3617         `org-map-entries'.
3619 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3621         * org.el (org-time=, org-time<, org-time<=, org-time>)
3622         (org-time>=, org-time<>): Make sure both values are dates.
3624 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3626         * org-archive.el (org-extract-archive-heading): Allow %s for file
3627         name also in achive location heading.
3629 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3631         * org-archive.el (org-add-archive-files): Uniquify the list before
3632         returning it.
3634 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3636         * org-compat.el (org-fit-window-to-buffer): Use
3637         `window-full-width-p'.
3639         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3640         space after the colon in short examples.
3642         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3643         enforce a space after the colon.  However, we also allow lines
3644         that are *only* a colon.
3645         (org-export-as-html): Enforce the space after the colon in short
3646         examples.
3647         (org-export-preprocess-string): Do the colon example protection
3648         earlier.
3649         (org-export-remove-timestamps): Do not check for protection at the
3650         end of the line.
3652 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3654         * org.el (org-format-latex-options): Add new matcher for single
3655         letters between dollars.
3656         (org-get-header): Function removed.
3657         (org-heading-components): New function.
3659         * org-exp.el (org-export-define-heading-targets): Record ID's also
3660         as alternative targets.
3661         (org-export-as-html): Interpret "id:" links to other files by
3662         preserving the relative path.
3664         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3665         is nil.
3667         * org-exp.el (org-export-normalize-links): Protect the main link,
3668         to avoid special character processing.
3670         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3671         New variable.
3672         (org-export-latex-special-string-regexps): Variable removed.
3673         (org-export-latex-keywords): Use the new regexp.
3675         * org-exp.el (org-export-handle-include-files): Fetch switches and
3676         put them into the BEGIN statement.
3678         * org-timer.el (org-timer-mode-line-string): New variable.
3680         * org-clock.el (org-clock-mode-line-map): Renamed from
3681         `org-clock-mode-map'.
3682         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3683         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3684         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3685         (org-clock-remove-overlays): Renamed from
3686         `org-remove-clock-overlays'.
3688         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3689         and mode line display.
3690         (org-timer-stop): New command.
3691         (org-timer-seconds): Return correct time when timer is paused.
3692         (org-timer-mode-line-timer): New variable.
3693         (org-timer-set-mode-line, org-timer-update-mode-line): New
3694         functions.
3696         * org.el (org-insert-heading):  Handle new value `auto' for
3697         `org-blank-before-new-entry'.
3698         (org-org-menu): Add new items for timer functions.
3700         * org-list.el (org-insert-item): Handle new value `auto' for
3701         `org-blank-before-new-entry'.
3703         * org.el (org-blank-before-new-entry): New value `auto', made
3704         default.
3706 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org-exp.el (org-export-normalize-links): If the link is also
3709         used as the description, protect the description.
3711 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3713         * org.el (org-closest-date): Fix bug with yearly repeats, in
3714         combination with preference of the past as it is used for deadline
3715         and scheduling search.
3717         * org-exp.el (org-html-handle-time-stamps): No longer check for
3718         the `org-export-with-timestamps' option, because the preprocesser
3719         has taken care of this already.
3721         * org.el (org-entry-properties): Catch the case when this is
3722         called in a non-org-mode file.
3724         * org-export-latex.el (org-export-latex-remove-from-headlines):
3725         Variable made obsolete, also LaTeX export now uses the standard
3726         variables.
3727         (org-export-as-latex): Add the timestamps parameter to the
3728         preprocessor parameter list.
3729         (org-export-latex-content): Export the remaining keywords without
3730         considering to remove them.
3731         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3732         Use bold font instead of tt font for the keywords.
3733         (org-export-latex-fontify-headline): Format headlines, assuming
3734         that all keywords still present should be published.
3735         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3736         publish what ever remains of the time stamps.
3737         (org-export-latex-list-parameters): New option.
3738         (org-export-latex-lists): Pass additional parameters to the list
3739         converter.
3741         * org-exp.el (org-export-preprocess-string): Remove clock lines
3742         and timestamps already in the preprocesor.
3743         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3744         functions.
3745         (org-export-as-ascii, org-export-as-html): Add the timestamps
3746         parameter to the preprocessor parameter list.
3748         * org-list.el (org-list-parse-list): Parse for checkboxes.
3749         (org-list-to-generic): Introduce and handle new parameters :cbon
3750         and :cboff.
3751         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3752         optional parameter PARAMS.
3754         * org-export-latex.el (org-export-latex-special-chars): Fix
3755         problems with interpreting dollar signs.
3756         (org-inside-latex-math-p): New function.
3757         (org-export-latex-preprocess): Protect all the math fragments.
3759         * org.el (org-latex-regexps): Allow a dash after a dollar.
3761         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3762         mark after copying.
3764         * org-agenda.el (org-run-agenda-series): Have series options set
3765         when finalizing the agenda.
3767         * org-exp.el (org-export-format-source-code-or-example): Protect
3768         the converted examples.
3770         * org.el (org-set-regexps-and-options): Fix the regexp
3771         `org-complex-heading-regexp'.
3773 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3775         * org.el (org-edit-src-get-label-format): New function.
3776         (org-coderef-label-format): New option.
3777         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3778         a label format specification and make sure it is used in the edit
3779         buffer.
3780         (org-edit-src-get-label-format): New function.
3781         (org-store-link): Handle new coderef formats.
3782         (org-link-search): Handle new coderef formats.
3784         * org-footnote.el (org-footnote-create-definition)
3785         (org-footnote-goto-local-insertion-point): Make footnote insertion
3786         work correctly when the "Footnotes" headline is the last line in
3787         the buffer.
3789         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3790         the location.
3792 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3794         * org-w3m.el (org-w3m): New customization group.
3795         (org-w3m-deactivate-mark): New option.
3796         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3797         option say not to.
3799 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3801         * org.el (org-set-font-lock-defaults): Trigger footnote
3802         fontification.
3803         (org-activate-footnote-links): New function.
3804         (org-activate-links): New entry `footnote'.
3806         * org-faces.el (org-footnote): New face.
3808 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3810         * org-macs.el (org-re): Handle the [:word:] class.
3812         * org-exp.el (org-export-preprocess-string): Call
3813         `org-export-protect-colon-examples'.
3814         (org-export-protect-colon-examples): Renamed from
3815         `org-export-protect-examples', and scope limited to lines starting
3816         with a colon.
3818 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3820         * org-exp.el (org-export-preprocess-string): Move the preprocess
3821         hook to after turning on Org-mode.
3822         (org-export-preprocess-after-include-files-hook)
3823         (org-export-preprocess-after-tree-selection-hook)
3824         (org-export-preprocess-before-backend-specifics-hook)
3825         (org-export-preprocess-final-hook): New hooks.
3826         (org-export-preprocess-string): Run the new hooks.
3828         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3830         * org-footnote.el: New file.
3832         * org.el (org-footnote): Require footnote code.
3833         (org-startup-options): Add new footnote options.
3834         (org-mode-map): New keybindig for footnotes.
3835         (org-ctrl-c-ctrl-c): Add function at footnotes.
3836         (org-org-menu): New menu entries for footnotes.
3838         * org-export-latex.el (org-export-as-latex): Pass footnote
3839         variable to preprocessor.
3840         (org-export-latex-preprocess): Treat multiple references to a
3841         footnote.
3843         * org-exp.el (org-export-preprocess-string): Call
3844         `org-footnote-normalize'.
3845         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3846         to preprocessor.
3847         (org-export-as-html): Treat multiple references to a footnote.
3849 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3851         * org-export-latex.el (org-export-latex-links): Handle coderef
3852         links.
3854         * org.el (org-bracket-link-analytic-regexp++): New variable.
3855         (org-make-link-regexps): Initialize
3856         `org-bracket-link-analytic-regexp++'.
3857         (org-store-link): Implement special case in edit-src buffer.
3858         (org-insert-link): No use of ide to insert stored links.
3859         (org-link-search): Implement special case for coderefs.
3861         * org-exp.el (org-export-html-scripts): New constant.
3862         (org-export-html-style-default): Add a new style for highlighted
3863         code.
3864         (org-export-code-refs): New variable.
3865         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3866         Call `org-export-replace-src-segments-and-examples'
3867         No longer call `org-export-protect-examples'.
3868         (org-export-target-internal-links): Take care of coderef targets.
3869         (org-export-last-code-line-counter-value): New variable.
3870         (org-export-replace-src-segments-and-examples): Renamed from
3871         `org-export-replace-src-segments', and modified.
3872         (org-export-format-source-code-or-example): Renamed from
3873         `org-export-format-source-code'.
3874         (org-export-number-lines): New function.
3875         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3877 --------------------------------------------------------------------------
3879 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3881         * org-remember.el (org-remember-handler): Safer way to get a new
3882         buffer accessing the target file.
3884         * org.el (org-refile-get-location): Handle case of current buffer
3885         not having a file associated with it.
3887 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3889         * org-table.el (org-table-get-formula): Only ask to overwrite
3890         field formula if there really is one.
3892         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3893         number, by converting these to a string.
3895         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3896         located in a different file.
3898         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3899         org-colview.el.
3901 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3903         * org.el (org-completion-use-ido): Enhance docstring of
3904         `org-completion-use-ido'.
3906         * org-export-latex.el (org-export-latex-make-header): Double the %
3907         in the time stamp format.
3908         (org-export-latex-special-chars): Handle case where there is no
3909         match group 3.
3911 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3913         * org.el (org-get-refile-targets, org-refile-get-location): Use
3914         expanded file name to improve comparison.
3916 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3918         * org.el (org-scan-tags): Rescan for tags, to get the correct
3919         upcase/downcase stuff.  This slows things down for now, but it
3920         works.
3921         (org-mode): Make sure the tag-faces regexp is initialized.
3923         * org-export-latex.el (org-export-latex-links): Fix bug with
3924         undefined label.
3926         * org-table.el (org-table-get-specials): Set
3927         `org-table-current-last-data-line'.
3928         (org-table-current-last-data-line): New variable.
3929         (org-table-insert-column, org-table-delete-column)
3930         (org-table-move-column, org-table-fix-formulas): Call
3931         `org-table-fix-formulas' a second time to fix the $LR references.
3932         (org-table-get-specials): Add the $LR references to the tables.
3933         (org-table-get-formula): Do not offer last-row names as LHS of
3934         formulas.
3936         * org.el (org-store-link): Capture link description from
3937         `org-id-store-link'.
3939         * org-exp.el (org-export-html-format-image): Add the / to the end
3940         of the <img> tag.
3941         (org-export-format-source-code): Surround example by empty lines,
3942         to make sure it will not be inside a paragraph.
3944         * org.el (org-ido-switchb): New function.
3946 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3948         * org-agenda.el (org-agenda-show): New prefix argument
3949         FULL-ENTRY.
3951         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3952         argument.
3954         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3955         `org-agenda-change-all-lines'.
3956         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3957         tags are now retrieved locally.
3959 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3961         * org.el (org-get-outline-path): Fix bug if level is not given.
3962         (org-org-menu): Do not quote function in menu vector.
3964         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3965         name.
3967 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3969         * org.el (org-refile): Avoid refiling to within the region to be
3970         refiled.
3972         * org-export-latex.el (org-export-latex-special-chars): Replace
3973         special characters also in tables.
3975         * org-agenda.el (org-agenda-change-all-lines): New argument
3976         FORCE-TAGS.
3977         (org-agenda-set-tags): Cet the new tags and pass them to
3978         `org-format-agenda-item'.
3980 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3982         * org-export-latex.el (org-export-latex-classes): Add longable as
3983         a default package to all classes.
3984         (org-export-latex-tables): Handle the longtable attribute and the
3985         align attribute.
3987         * org-table.el (orgtbl-to-generic): Handle tables that start with
3988         a hline.
3990         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3991         \verb for colde-like snippets.
3992         (org-export-as-latex): Fix issues with region export.
3994         * org.el (org-up-heading-safe): Speed up function by using a
3995         direct regexp search.
3996         (org-olpa): New variable.
3997         (org-get-outline-path): Speed-up path constructions in cases where
3998         this is possible because the entire hierarchy is scanned anyway.
3999         (org-refile-get-location): Don't compare the truenames of files,
4000         this is too slow.
4001         (org-goto-max-level): New option.
4002         (org-goto): Use `org-goto-max-level'.
4004 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4006         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4007         Strip angle brackets from message-ids in the former and don't do
4008         it in the latter.
4009         (org-gnus-follow-link): Open summary reliable, even if the last
4010         messages were deleted, and handle empty groups, too.
4012 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4014         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4015         instead of \texttt for the =...= and ~===~ emphasis environments.
4016         (org-export-as-latex): Remove any old :org-license-to-kill text
4017         properties.
4018         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4019         (org-export-latex-make-header): Add some hard space after the
4020         table of contents.
4021         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4022         exported text so that it will be excuded in further steps.
4024         * org-table.el (org-table-get-specials): Make @0 reference the
4025         last line in a table.
4026         (org-table-recalculate): Improve docstring.
4028 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4030         * org.el (org-log-done): Fix docstring.
4032 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4034         * org-exp.el (org-export-html-format-image): Fix bugs.
4036         * org-export-latex.el (org-export-latex-tables)
4037         (org-export-latex-links): Implement attribute, label, and caption
4038         handling.
4040         * org-exp.el (org-export-html-style-default): Add style
4041         definitions for the figure div.
4042         (org-export-preprocess-string, org-export-as-html): Implement
4043         attribute, label, and caption handling.
4044         (org-export-attach-captions-and-attributes): New function.
4045         (org-export-html-format-image): New function.
4046         (org-format-org-table-html): Implement attribute, label, and
4047         caption handling.
4049         * org.el (org-find-text-property-in-string): New function.
4050         (org-extract-attributes): Use the property org-attr instead of
4051         org-attrobutes, because this property is now set with the #+ATTR
4052         lines.
4054 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4056         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4057         the case that FROM is nil.
4059         * org.el (org-before-first-heading-p): New function.
4061 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4063         * org-exp.el (org-export-as-html): Do not add a space before
4064         enforces line breaks.
4065         (org-export-as-html): Close paragraph before blockquote and verse
4066         tags.
4068 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4070         * org-id.el (org-id-locations-file): Wrap file name with
4071         `convert-standard-filename'.
4072         (org-id-files): New variable.
4073         (org-id-use-hash): New option.
4074         (org-id-update-id-locations): Also search in all files current
4075         listed in `org-id-files'.  Convert the resulting alist to a hash
4076         if the user customation says so.
4077         (org-id-locations-save): Handle he case if `org-id-locations' is a
4078         hash.
4079         (org-id-locations-load): Convert the alist to a hash.
4080         (org-id-add-location): Handle the hast case.
4081         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4082         exited.
4083         (org-id-hash-to-alist, org-id-alist-to-hash)
4084         (org-id-paste-tracker): New functions.
4086 -------------------------------------------------------------------------
4088 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4090         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4091         bindings of calendar variables.
4093         * org-table.el (org-table-find-row-type): Renamed from
4094         `org-find-row-type'.
4095         (org-table-rewrite-old-row-references): Renamed from
4096         `org-rewrite-old-row-references'.
4097         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4098         (org-table-cleanup-narrow-column-properties): Renamed from
4099         `org-cleanup-narrow-column-properties'.
4101 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4103         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4104         for better error messages.
4105         (org-table-get-descriptor-line): Supply the new arguments to
4106         `org-find-row-type'.
4107         (org-table-error-on-row-ref-crossing-hline): New option.
4109         * org.el (org-target-link-regexp): Make buffer-local.
4110         (org-move-subtree-down): Fix bug with trees at beginning of
4111         buffer.
4113 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4115         * org-faces.el (org-set-tag-faces): New function.
4116         (org-tags-special-faces-re): New variable.
4118         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4120         * org-faces.el (org-tag-faces): New option.
4121         (org-tag): Mention `org-tag-faces' in the docstring.
4123 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4125         * org-exp.el (org-export-html-style-default): Implement new
4126         quoting.
4128         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4130         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4131         command to the `w3m-minor-mode-map'.
4133         * org-archive.el (org-archive-to-archive-sibling): Protect
4134         `this-command' to avoid appending kills during archiving.
4136         * org-exp.el (org-export-with-priority): New variable.
4137         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4138         instead of internal list of strings and properties.
4139         (org-print-icalendar-entries): Retrieve the location property with
4140         inheritance.
4142 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4144         * org-exp.el (org-export-with-todo-keywords): New option.
4145         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4146         line.
4147         (org-default-export-plist, org-export-add-options-to-plist)
4148         (org-export-as-ascii, org-export-as-html): Use the new structure
4149         of `org-export-plist-vars'.
4151         * org.el (org-map-entries): Return all values.
4153 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4155         * org.el (org-matcher-time): Recognize more special values.
4157         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4159 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4161         * org.el (org-tags-exclude-from-inheritance): New option.
4162         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4163         `org-tags-exclude-from-inheritance'.
4165         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4166         (org-format-agenda-item): Add inherited tags to the agenda line
4167         string, and make sure that properties are kept when downcasing the
4168         tags list.
4169         (org-agenda-add-inherited-tags): New function.
4170         (org-downcase-keep-props): New function.
4172         * org.el (org-scan-tags): Mark inherited tags with a text
4173         property.
4174         (org-get-tags-at): Mark inherited tags with a text property.
4175         (org-add-prop-inherited): New function.
4177         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4178         (org-agenda-show-inherited-tags): New option.
4180 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4182         * org.el (org-modules): Add org-w3m to the default modules.
4184         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4185         orgtbl-mode.
4186         (orgtabl-create-or-convert-from-region): New command.
4188         * org-exp.el (org-export-as-ascii): Remove the handling of
4189         targets.
4190         (org-export-ascii-preprocess): Handle targets already in this
4191         function.
4193 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4195         * org-timer.el (org-timer-start-time): Define this variable.
4196         (org-timer-item): Make argument optional.
4198         * org-list.el (org-insert-item): Automatically insert a timer item
4199         if the current list is a timer list.
4201         * org-timer.el: New file.
4203         * org-publish.el (org-publish-org-index): Only exclude the index
4204         file in the main directory from being added to the site-map.
4205         (org-publish-get-project-from-filename): If the current project is
4206         a component, start publishing from the parent project.
4208 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4210         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4212         * org-publish.el (org-publish-org-index): Improve removal of
4213         temporary buffers.
4215         * org-agenda.el (org-get-closed): Re-apply changes
4216         accidentially overwritten by last commit to Emacs.
4218         * org.el (org-outline-path-complete-in-steps): New option.
4219         (org-refile-get-location): Honor
4220         `org-outline-path-complete-in-steps'.
4221         (org-agenda-change-all-lines, org-tags-sparse-tree)
4222         (org-time-string-to-absolute, org-small-year-to-year)
4223         (org-link-escape): Re-apply changes accidentially overwritten
4224         by last commit to Emacs.
4226 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4228         * org-clock.el (org-dblock-write:clocktable): Make sure the
4229         clocktable sees the first line.
4230         (org-clock-in): Warn if the clock cannot be resumed.
4232 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4234         * org.el (org-open-at-point): Fix mixup about interactive and
4235         non-interactive elisp links.
4237 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4239         * org-exp.el (org-export-preprocess-string): Allow one comment
4240         line before the first headline to always be included.  This is
4241         to not miss a commented target.
4243         * org-mouse.el (org-mouse-insert-item): Call
4244         `org-indent-to-column' instead of `indent-to', for XEmacs
4245         compatibility.
4247         * org.el (org-refile-targets): Fix customize definition so
4248         that it works also in XEmacs.
4249         (org-fixup-indentation): Call `org-indent-to-column' instead
4250         of `indent-to', for XEmacs compatibility.
4252 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4254         * org-mew.el (org-mew-store-link): Get the correct case folder
4255         for refiled messages.
4257 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4259         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4260         line break indicators.
4262         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4263         ido-completion propts.
4265 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4267         * org-remember.el (org-remember-apply-template): Use
4268         `org-substring-no-properties'.
4270         * org-compat.el (org-substring-no-properties): New function.
4272         * org-remember.el (org-remember-apply-template): Use
4273         `org-substring-no-properties' for compatibility.
4275         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4276         option.
4277         (org-fix-bullet-type): respect
4278         `org-list-two-spaces-after-bullet-regexp'.
4280         * org-clock.el (org-clock-load): Clean up the code.
4282         * org.el (org-adaptive-fill-function): Allow two spaces after
4283         "1." as a list bullet.
4285 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4287         * org-clock.el (org-clock-save, org-clock-load): Check for
4288         live buffers, existing files, and buffer file names to ensure
4289         consistent information.
4290         (org-clock-persist): Make `clock' a special value of this
4291         variable, and improve docstring.
4293         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4294         (org-get-string-indentation): Adapt indentation when the bullet
4295         width changes.
4297 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4299         * org-remember.el (org-remember-finalize): Make interactive.
4300         (org-remember-kill): New command.
4301         (org-remember-finish-immediately): Call `org-remember-finalize'
4302         directly.
4303         (org-remember-finalize): Make `org-remember-finalize' an interactive
4304         function.
4306 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4308         * org-remember.el (org-remember-apply-template): No ido completion
4309         for free prompts in remember templates.
4310         (org-remember-before-finalize-hook): New hook.
4311         (org-remember-mode): New minor mode.
4312         (org-remember-apply-template): Turn on `org-remember-mode'.
4314         * org-id.el (org-id-add-location): Avoid error when no file is
4315         given.
4317         * org-remember.el (org-remember-apply-template): Fix the way how
4318         the list of allowed properties is retrieved from the target file.
4320         * org.el (org-insert-link): Improve file link matching.
4322 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4324         * org-colview.el (org-columns-display-here): New argument
4325         DATELINE, to trigger using the new face.
4326         (org-agenda-colview-summarize): Call `org-columns-display-here'
4327         with the new argument.
4329         * org-faces.el (org-agenda-column-dateline): New face.
4331         * org-publish.el (org-publish-org-index): Use index-title at page
4332         title, not as section.
4334         * org-exp.el (org-export-html-format-desc): Respect the
4335         org-protect property.
4336         (org-export-as-html): Protect image specifiers that are in the
4337         description part of a link.
4339         * org.el (org-sort-entries-or-items, org-completing-read)
4340         (org-refile-get-location, org-olpath-completing-read, org-todo)
4341         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4342         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4343         (org-set-property, org-delete-property)
4344         (org-delete-property-globally): Use `org-ido-completing-read'.
4346         * org-remember.el (org-remember-apply-template): Use
4347         `org-ido-completing-read'.
4349         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4351         * org-colview.el (org-columns-edit-value, org-columns-new)
4352         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4354         * org-colview-xemacs.el (org-columns-edit-value)
4355         (org-columns-new, org-insert-columns-dblock): Use
4356         `org-ido-completing-read'.
4358         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4359         `org-ido-completing-read'.
4361         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4362         `org-ido-completing-read'.
4364         * org.el (org-time-today): New function.
4365         (org-matcher-time): Use `org-time-today'.  Add special treatment
4366         for "<tomorrow>" and "<yesterday>".
4367         (org-ido-completing-read): New function.
4368         (org-completion-use-ido): New option.
4370         * org-exp.el (org-export-format-source-code): Fix bug in require
4371         htmlize code.
4372         (org-export-target-internal-links): Fix bug in search for text
4373         property.
4375 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4377         * org-export-latex.el (org-export-latex-subcontent): Interprete
4378         target aliases as additonal labels.
4380         * org-exp.el (org-export-target-aliases): New variable.
4381         (org-export-preprocess-string)
4382         (org-export-handle-invisible-targets): Fill the alias alist.
4383         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4384         assign an id.
4385         (org-html-level-start): Insert the target aliases as additonal
4386         anchors.
4388         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4389         picture area.
4391 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4393         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4394         when following a link with the mouse from the agenda.
4396         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4397         headlines are created.
4399 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4401         * org-exp.el (org-export-preprocess-string): Reorder so that we
4402         can still see ID properties when we collect targets.
4403         (org-export-target-internal-links): Also store targets for ID's.
4405         * org.el (org-link-translation-function): New option.
4406         (org-open-at-point): Call `org-link-translation-function' if
4407         non-nil.
4408         (org-translate-link): New function.
4409         (org-translate-link-from-planner): New function.
4410         (org-open-at-point): Allow interactive commands in elisp links.
4412         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4413         iCalendar quoting.  The new one seems to caus problems with
4414         applications.
4416         * org.el (org-yank): Set `this-command' to `yank', so that
4417         `yank-pop' will work.
4419 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4421         * org-id.el (org-id-search-archives): New option.
4423         * org.el (org-link-to-org-use-id): New option.
4424         (org-store-link): Use `org-link-to-org-use-id'.
4425         (org-id): Make org-id.el a standard component.
4427 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4429         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4430         hexified version of the tag.
4432         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4433         compliance as far as quoting is concerned.
4435         * org-vm.el (org-vm-follow-link): Require `vm-search'.
4437         * org.el (org-up-heading-safe, org-forward-same-level): Always
4438         call `org-back-to-heading' instead of `outline-back-to-heading'.
4439         (org-back-to-heading): New wrapper around outline-back-to-heading,
4440         with a useful error message telling where the error happened.
4442         * org-list.el (org-update-checkbox-count): Always call
4443         `org-back-to-heading' instead of `outline-back-to-heading'.
4445         * org-exp.el (org-export-as-html): Make sure that each <img> tag
4446         has an `alt' attribute, to ensure XHTML validation.
4448 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
4450         * org-publish.el (org-publish-attachment): Allow publishing to
4451         overwrite attachment files.
4453         * org-agenda.el (org-agenda-timerange-leaders): New option.
4454         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4456         * org.el (org-edit-src-exit): Untabify ASCII image before
4457         returning.
4470 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4472         * org.el (org-yank): Make any prefix force normal yanking.
4473         Suppress folding if text would be swallowed into a folded
4474         subtree.
4475         (org-yank-folded-subtrees, org-yank): Docstring updates.
4477         * org-agenda.el (org-agenda-compare-effort): Treat no effort
4478         defined as 0.
4480         * org-exp.el (org-export-language-setup): Add Catalan and
4481         Esperanto language entries.
4483 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4485         * org.el (org-refile): Allow refiling of entire regions.
4487         * org-clock.el (org-clock-time%): New function.
4489         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4490         retrieve property values.
4492 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
4494         * org-agenda.el (org-agenda-list): Handle the value `only' of
4495         org-agenda-show-log'.
4496         (org-agenda-log-mode): Interpret a double prefix arg.
4498 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
4500         * org-exp.el (org-export-html-footnotes-section): New variable.
4501         (org-export-as-html): Use `org-export-html-footnotes-section' to
4502         insert the footnotes.
4503         (org-export-language-setup): Add "Footnotes" to language words.
4505 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
4507         * org.el (org-yank): Fix bug when not inserting a subtree.
4509 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
4511         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4512         instead of `vm-beginning-of-message'.
4514         * org.el (org-make-link-regexps): Make sure that links to gnus can
4515         contain brackets.
4517 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
4519         * org-attach.el (org-attach-dir): Remove duplicate ID creation
4520         code.
4522         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4523         shell output.
4525         * org.el (org-link-abbrev-alist): Improve customization type.
4527         * org-attach.el (org-attach-expand-link, org-attach-expand): New
4528         functions.
4530         * org-agenda.el (org-agenda-get-progress): Renamed from
4531         `org-get-closed'.  Implement searching for state changes as well.
4532         (org-agenda-log-mode-items): New option.
4533         (org-agenda-log-mode): New option prefix argument, interpreted as
4534         request to show all possible progress info.
4535         (org-agenda-get-day-entries): Call `org-get-progress' instead of
4536         `org-get-closed'.
4537         (org-agenda-set-mode-name): Handle the more complex log mode
4538         settings.
4539         (org-get-closed): New alias, pointing to `org-get-progress'.
4541 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
4543         * org.el (org-file-apps-defaults-gnu)
4544         (org-file-apps-defaults-macosx)
4545         (org-file-apps-defaults-windowsnt): Add an entry defining the
4546         system command.
4547         (org-file-apps): Allow `system' as key and value.
4548         (org-open-at-point): Explain the effect of a double prefix arg.
4549         (org-open-file): If the argument `in-emacs' is (16),
4550         i.e. corresponding to a double prefix argument, try to open the
4551         file externally.
4553 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
4555         * org.el (org-insert-link): Abbreviate absolute files names in
4556         links.  Also, fix a bug in which the double C-u prefix would not
4557         be honored.
4559 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
4561         * org.el (org-insert-heading): If buffer does not end with a
4562         newline, add one if necessary to insert headline correctly.
4564         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
4565         paragraphs, not inside.
4567         * org.el (org-todo): Quote
4568         `org-agenda-headline-snapshot-before-repeat'.
4570         * org-exp.el (org-export-as-html): Fully process link descriptions.
4571         (org-export-html-format-desc): New function.
4572         (org-export-as-html): Collect footnotes into the correct basket.
4573         (org-html-protect): No longer protect quotations marks here, this
4574         goes wrong.
4576         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4577         BEG.
4579         * org-compat.el (org-fit-window-to-buffer): New function (not
4580         really, a preliminary and incomplete version was present earlier,
4581         but not used).
4583         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4584         `org-fit-window-to-buffer'.
4586         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4588         * org-agenda.el (org-agenda-get-restriction-and-command)
4589         (org-fit-agenda-window, org-agenda-convert-date): Use
4590         `org-fit-window-to-buffer'.
4592         * org-exp.el (org-export-as-html): Process href links through
4593         `org-export-html-format-href'.
4594         (org-export-html-format-href): New function.
4596         * org-agenda.el (org-agenda-todo): Update only the current
4597         headline if this is a repeated TODO, marked done for today.
4598         (org-agenda-change-all-lines): New argument JUST-THIS, to change
4599         only the current line.
4601         * org.el (org-todo): Take a snapshot of the headline if the
4602         repeater might change it.
4604 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4606         * org-publish.el (org-publish-find-title): Remove buffers visited
4607         only for extracting the title.
4609         * org-exp.el (org-export-html-style)
4610         (org-export-html-style-default): Mark style definitions as
4611         unparsed CDATA.
4613         * org-publish.el (org-publish-validate-link): Function
4614         re-introduced.
4616 2008-11-02  Charles Sebold  <csebold@gmail.com>
4618         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4619         property.
4620         (org-plot-quote-timestamp-field): New function.
4621         (org-plot-quote-tsv-field): Call timestamp field function when
4622         necessary rather than just quoting as a string.
4623         (org-plot/gnuplot-to-data): Pass in timefmt property.
4624         (org-plot/gnuplot-script): Supports timefmt property.
4625         (org-plot/gnuplot): Checks for timestamp column before checking
4626         for text index column.
4628 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4630         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4632         * org-publish.el (org-publish-org-index): Create a section in the
4633         index file.
4634         (org-publish-org-index): Stop linking to directories.
4636         * org.el (org-emphasis-alist): Use span instead of <u> to
4637         underline text.
4639         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4640         <pre> sections.
4642 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4644         * org-jsinfo.el (org-infojs-template): Remove language attribute
4645         from script tag.
4647 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4649         * org-agenda.el (org-agenda-remove-marked-text): New function.
4650         (org-agenda-mark-filtered-text)
4651         (org-agenda-unmark-filtered-text): New functions.
4652         (org-write-agenda): Remove fltered text.
4654         * org.el (org-make-tags-matcher): Give access to TODO "property"
4655         without speed penalty.
4657 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4659         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4660         option.
4661         (org-store-link-props): Make sure adding to the plist works
4662         correctly.
4664         * org-gnus.el (org-gnus-no-new-news): New function.
4665         (org-gnus-follow-link): Allow the article ID to be a message-id,
4666         in addition to allowing article numbers.  Message IDs make much
4667         more roubust links.
4668         (org-gnus-store-link): Use message-id to create link.
4670 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4672         * org.el (org-emphasize): Reverse the selection array.
4673         (org-emphasis-alist): Set <code> tags for the verbatim
4674         environment.
4676         * org-remember.el (org-remember-handler): Fix bug with
4677         prefix-related changing of the note storage target.
4679         * org-exp.el (org-print-icalendar-entries): Make the exported
4680         priorities compatible with RFC 2445.
4682         * org-clock.el (org-clock-save): Insert time stamp without
4683         dependence on time-stamp.el.
4685 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4687         * org.el ("saveplace"): If saveplace puts point into an invisible
4688         location, make it visible.
4689         (org-make-tags-matcher): Allow inactive time stamps in time
4690         comparisons.
4691         (org-yank-adjusted-subtrees): New option.
4692         (org-yank): Incorporate adjusting trees.
4693         (org-paste-subtree): New argument FOR-YANK which will cause
4694         insertion at point without backing up over white lines, and leave
4695         point at the end of the inserted text.  Also if the cursor is
4696         at the beginning of a headline, use the same level or the inserted
4697         tree.
4699         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4700         with broken symlinks
4702 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4704         * org-exp.el (org-export-select-tags, org-get-current-options):
4705         Fix typo.
4707 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4709         * org-agenda.el (org-format-agenda-item)
4710         (org-agenda-filter-make-matcher): Make sure tags are stored and
4711         compared donwcased.
4713 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4715         * org.el (org-insert-todo-heading): Fix bug with force-heading
4716         argument.
4718 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4720         * org-clock.el (org-clock-in-resume): Add a custom option to
4721         toggle starting the clock from an open clock line.
4722         (org-clock-in): When clocking in to an entry, if
4723         `org-clock-in-resume' is set, check if the first clock line is
4724         open and if so, start the clock from the time in the clock line.
4725         (org-clock-persist): Add a custom option to toggle clock
4726         persistence.
4727         (org-clock-persist-query-save): Add a custom option to toggle
4728         asking the user if they want to save the running clock when
4729         exiting.
4730         (org-clock-persist-query-resume): Add a custom option to toggle
4731         asking the user if they want to resume the saved clock when Emacs
4732         is restarted.
4733         (org-clock-save): Add a function to save clock data.
4734         This includes the contents of `org-clock-history' and the buffer
4735         and position of the currently clocked task, if any.
4736         (org-clock-load): Add a function to load clock data.
4737         This populates `org-clock-history', and resumes the saved clocked
4738         task if there is one.
4739         (org-clock-persistence-insinuate): Add a method to set up the
4740         hooks for clock persistence.
4742 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4744         * org-exp.el (org-export-as-ascii): Handle the case that we are
4745         publishing from an indirect buffer.
4747         * org-table.el (org-table-copy-down): Fix bug with time stamp
4748         increment.
4750         * org-mouse.el (org-mouse-features): New option.
4751         (org-mode-hook): Turn on features depending on
4752         `org-mouse-features'.
4754         * org.el (org-insert-heading-respect-content): Force heading
4755         creation.
4756         (org-insert-heading): keep the folding state of the heading before
4757         the inserted one.
4759 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4761         * org-archive.el (org-archive-to-archive-sibling): Handle top
4762         level headlines better.
4764 2008-10-21  Bastien Guerry  <bzg@altern.org>
4766         * org-export-latex.el (org-export-latex-classes): Added
4767         \usepackage{graphicx} to the default list of packages.
4769 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4771         * org-agenda.el (org-agenda-filter): Renamed from
4772         `org-agenda-filter-tags'.
4774 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4776         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4777         is not defined as a property in this entry.
4778         (org-add-log-note): Mask prefix argument when immediately storing
4779         the note.
4781         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4782         option.
4784 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4786         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4787         after drawers was skipping ahead one line too many, so notes were
4788         inserted after the first note instead of before it.
4790 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4792         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4793         New variables.
4794         (org-prepare-agenda): Reset the filter tags.
4795         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4796         Show filter tags in mode line.
4798         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4799         formatter.
4801         * org-export-latex.el (org-latex-entities-regexp): New constant.
4802         (org-export-as-pdf): Use two calls to `shell-command'.
4804 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4806         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4807         Honor the {} value of the subsuperscript setting.  Make sure that
4808         longer subsuperscripts are typeset in a roman font.
4810         * org.el (org-clock-update-time-maybe): Compute negative clock
4811         intervals correctly.
4813 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4815         * org.el (org-add-log-setup): Respect
4816         `org-log-state-notes-insert-after-drawers'.
4817         (org-log-state-notes-insert-after-drawers): New option.
4818         (org-todo-trigger-tag-changes): New function.
4819         (org-todo): Call `org-todo-trigger-tag-changes'.
4821 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4823         * org.el (org-add-log-setup): Only skip drawers if the are
4824         immediately after the scheduling keywords.
4826         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4827         function
4828         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4829         call it with the current todo state to get the state to switch to
4830         when clocking in.
4831         (org-clock-in): Use org-indent-line-function to indent clock lines.
4832         (org-clock-find-position): Fix indentation of empty clock drawers.
4834 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4836         * org-publish.el (org-publish-org-to): Handle case when
4837         org-export-to-pdf does return a file name, not a buffer.
4838         (org-publish-org-to-pdf): New function.
4840         * org-export-latex.el (org-export-as-pdf)
4841         (org-export-as-pdf-and-open): New commands.
4843         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4844         forms as ranges.
4846         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4847         things in protexted regions.
4849 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4851         * org-export-latex.el (org-export-latex-preprocess): Improve
4852         quoting of LaTeX environments.
4854 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4856         * org.el (org-edit-fixed-width-region): Exclude final newline from
4857         picture area.
4859         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4860         sections, to make internal links work.
4861         (org-export-latex-fontify-headline): Do not remove all text
4862         properties, to make sure that target properties survive this
4863         process.
4865         * org-exp.el (org-export-preprocess-string): Change sequence of
4866         modifications, to make sure links are prepared before the LaTeX
4867         conversions do happen.
4869 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4871         * org-attach.el (org-attach-delete-all): Renamed from
4872         `org-attch-delete'.  Add a security query before deleting the
4873         entire directory.  New optional argument FORCE can overrule the
4874         security query.
4875         (org-attach-delete-one): New command.
4877 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4879         * org-attach.el (org-attach-file-list): Fix bug with directory.
4881 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4883         * org.el (org-apps-regexp-alist): New function.
4884         (org-file-apps): Add auto-mode to the default value.
4885         (org-open-file): Use the new structure of org-file-apps.
4887         * org-attach.el (org-attach): Support the new keys.
4888         (org-attach-method): New option.
4890 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4892         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4893         March.
4895         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4896         of the list value o `org-use-tag-inheritance'.
4898         * org-attach.el (org-attach-auto-tag): New option.
4899         (org-attach-tag, org-attach-untag): New functions.
4900         (org-attach-attach, org-attach-new, org-attach-sync): Call
4901         `org-attach-tag'.
4902         (org-attach-delete): Call `org-attach-untag'.
4904 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4906         * org-table.el (orgtbl-self-insert-command): Make this work for
4907         the keypad as well.
4909 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4911         * org.el (org-add-log-setup): Limit searc for drawers to entry
4912         text, not to subtree.
4914         * org-clock.el (org-clock-heading-for-remember): New variable.
4915         (org-clock-in): Set `org-clock-heading-for-remember'.
4917 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4919         * org-remember.el (org-remember-apply-template): Add new
4920         expansions: %k, %K for currently clocked task and a link to the
4921         currently clocked task, and %< to file notes in the currently
4922         clocked task.
4924 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4926         * org-export-latex.el (org-export-latex-make-header): Also insert
4927         the content of the property :latex-header-extra.
4929         * org-exp.el (org-infile-export-plist): Put the content of
4930         #+LATEX_HEADER: into the property :latex-header-extra.
4932         * org-colview.el (org-columns-get-format-and-top-level): Remove
4933         resetting the marker.
4935         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4936         Remove resetting the marker.
4938         * org.el (org-entry-property-inherited-from): Improve docstring.
4939         (org-entry-get-with-inheritance): Reset marker before starting the
4940         search.
4942         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4944 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4946         * org.el (org-entry-get-multivalued-property)
4947         (org-entry-protect-space, org-entry-restore-space): New
4948         functions.
4949         (org-file-apps-defaults-macosx): Let postscript files be opened by
4950         preview.
4951         (org-time-stamp-inactive): Call `org-time-stamp'.
4952         (org-time-stamp): New argument `inactive'.  Also edit inacive
4953         stamps. Convert time stamp type.
4954         (org-open-file): Interpret the `default' value for the `command'
4955         in `org-file-apps'.
4957         * org-id.el (org-id-int-to-b36-one-digit)
4958         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4959         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4960         b36.
4962 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4964         * org-id.el (org-id-reverse-string): New function.
4965         (org-id-new): Use `org-id-reverse-string' to make sure the
4966         beginning chars of the ID are mutating fast.  This allows to use a
4967         directory structure to spread things better.
4968         (org-id-prefix): Changed default to nil.
4970         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4971         restore the column of the cursor position.
4973         * org-remember.el (org-remember-apply-template): Remove properties
4974         from `initial'.
4976 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4978         * org-wl.el (org-wl-open): Remove useless call to
4979         `wl-thread-open-all'.
4981         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4982         location.
4984 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4986         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4987         `org-bbdb-anniversaries'.
4989         * org.el (org-get-next-sibling, org-forward-same-level): New
4990         functions, similar to the outline versions, but invisible headings
4991         are OK.
4993 2008-09-25  Bastien Guerry  <bzg@altern.org>
4995         * org.el (org-auto-repeat-maybe): Insert a space between
4996         the timestamp's type and the timestamp itself.
4998 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5000         * org-table.el (org-table-sum): Do not format the result with %g,
5001         it does rounding when there are too many digits.
5003         * org.el (org-map-entries): Protect the keyword-selecting variables.
5005 2008-09-23  Bastien Guerry  <bzg@altern.org>
5007         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5008         against all agenda files.
5010 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5012         * org-list.el: New file, aggregating list functions from org.el
5013         and org-export-latex.el.
5015         * org.el (org-edit-src-region-extra): New option.
5017 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5019         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5020         time before 1am.
5022 2008-09-22  Bastien Guerry  <bzg@altern.org>
5024         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5026 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5028         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5029         hline work correctly.
5030         (org-plot/gnuplot-script): Put commas at the end of each script
5031         line.
5033 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5035         * org.el (org-get-refile-targets): Replace links with their
5036         descriptions
5037         (org-imenu-get-tree): Replace links with their descriptions.
5039         * org-remember.el (org-remember-apply-template): Add a new
5040         expansion for adding properties to remember items.
5042         * org.el (org-add-log-setup): Skip over drawers (properties,
5043         clocks etc) when adding notes.
5045         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5046         items as well as the start and end times.
5048         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5049         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5051         * org-remember.el (org-get-x-clipboard): Use the compat
5052         function to get clipboard values when x-selection-value is
5053         unavailable. Use substring-no-properties instead of
5054         set-text-properties to remove text properties from the clipboard
5055         value.
5057         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5058         modeline clock string, and display the full todo value in the
5059         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5060         the currently clocked task.
5061         (org-clock-string-limit): Add a custom value for the maximum
5062         length of the clock string in the modeline.
5063         (org-clock-mode-map): Add a keymap for the modeline string
5065 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5067         * org-compat.el (org-propertize): New function.
5069 2008-09-20  Bastien Guerry  <bzg@altern.org>
5071         * org-export-latex.el (org-export-latex-tables): protect exported
5072         tables from further special chars conversion.
5073         (org-export-latex-preprocess): Preserve LaTeX environments.
5074         (org-list-parse-list): Parse descriptive lists.
5075         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5076         (org-list-to-texinfo): Export descriptive lists.
5077         (org-quote-chars): Remove.
5078         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5079         (org-export-latex-list-beginning-re): Rename to
5080         `org-list-beginning-re'
5081         (org-list-item-begin): Rename to `org-list-item-beginning'
5083 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5085         * org.el (org-refile): Allow refiling to the last entry in the
5086         buffer.
5087         (org-get-tags-at): Fix bug when inheritance is turned off.
5089 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5091         * org.el (org-indent-line-function): No longer check for src
5092         regions, this is too much overhead.
5094         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5095         matching.
5097         * org.el (org-scan-tags): Make sure that tags matching is not case
5098         sensitive.  TODO keyword matching is case sensitive, however, to
5099         avoid confusion with similar words that are not meant to be
5100         keywords.
5102 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5104         * org.el (org-get-local-tags-at): New function.
5105         (org-get-local-tags): New function.
5107         * org-exp.el (org-export-get-categories): New function.
5109         * org-agenda.el (org-sorting-choice)
5110         (org-agenda-sorting-strategy, org-agenda-get-todos)
5111         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5112         (org-agenda-get-scheduled, org-agenda-get-blocks)
5113         (org-entries-lessp): Implement sorting by TODO state.
5114         (org-cmp-todo-state): New defsubst.
5116         * org-colview.el (org-colview-construct-allowed-dates): New
5117         function.
5118         (org-columns-next-allowed-value): Use
5119         `org-colview-construct-allowed-dates'.
5121         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5122         function.
5123         (org-columns-next-allowed-value): Use
5124         `org-colview-construct-allowed-dates'.
5126 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5128         * org.el (org-protect-slash): New function.
5129         (org-get-refile-targets): Use `org-protect-slash'.
5131         * org-agenda.el (org-global-tags-completion-table): New variable.
5133         * org-exp.el (org-export-handle-export-tags): New function.
5134         (org-export-preprocess-string): Call
5135         `org-export-handle-export-tags'.
5137         * org-plot.el: New file.
5139         * org-publish.el (org-publish-expand-components): Function removed.
5140         (org-publish-expand-projects): Allow components to have components.
5142 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5144         * org.el (org-indent-line-function): Do not indent in regions that
5145         are external source code.
5146         (org-yank-and-fold-if-subtree): New function.
5148         * org-agenda.el (org-agenda-todayp): New function.
5149         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5150         `org-agenda-todayp'.
5152         * org.el (org-insert-heading-respect-content)
5153         (org-insert-todo-heading-respect-content): New commands.
5154         (org-insert-heading-respect-content): New option.
5155         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5157         * org-clock.el (org-clock-find-position): Make sure the note after
5158         the clock line gets moved into the new clock drawer.
5160 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5162         * org-id.el (org-id-new): New option.
5164 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5166         * org-table.el (org-table-copy-down): Avoid overflow during
5167         increment.  Use prefix argument 0 to temporarily disable the
5168         increment.
5170 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5172         * org-exp.el (org-export-as-html): Do not turn on the major mode
5173         if the buffer will be killed anyway.
5174         (org-get-current-options): Exclude the #+TEXT field.
5175         (org-export-as-html): Make sure text before the first headline is
5176         a paragraph.
5178         * org-publish.el (org-publish-org-to): Tell the exporter that this
5179         buffer will be killed, so it is not necessary to do major mode
5180         initialization.
5182         * org-archive.el (org-archive-to-archive-sibling): Show empty
5183         lines after folding the archive sibling.
5185         * org.el (org-log-note-extra): New variable.
5187 2008-09-05  Bastien Guerry  <bzg@altern.org>
5189         * org.el (org-additional-option-like-keywords): Added keywords for
5190         the _QUOTE, _VERSE and _SRC environments.
5192         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5193         exporting _QUOTE and _VERSE environments.
5195 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5197         * org-agenda.el (org-agenda-filter-by-tag): New command.
5199         * org-exp.el (org-get-current-options): Remove angular brackets
5200         from the date entry.
5202         * org.el (org-edit-fixed-width-region): New function.
5203         (org-edit-fixed-width-region): Also try
5204         `org-edit-fixed-width-region'.
5205         (org-edit-fixed-width-region-mode): New option.
5206         (org-activate-code): Only interprete lines starting with colon
5207         plus a space as example lines.
5209         * org-remember.el (org-remember-templates): Add nil instead of
5210         empty strings to fix the length of remember templates.
5212         * org-table.el (org-calc-default-modes): Fix the time format for
5213         calc, from 12 hour to 24 hour clock.
5215 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5217         * org-agenda.el (org-agenda-get-deadlines)
5218         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5219         entries that are pre-warnings of deadlines or reminders.
5221         * org.el (org-sort-entries-or-items): Make numeric and alpha
5222         comparisons ignore any TODO keyword and priority cookie.
5224         * org-remember.el (org-remember-handler): Reinterpretation of the
5225         prefix argument.
5227 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5229         * org-agenda.el (org-agenda-get-scheduled): Use new
5230         `org-scheduled' face.
5232         * org-faces.el (org-scheduled): New face.
5234         * org-wl.el (org-wl-open): Remove incorrect declaration.
5236         * org-gnus.el (org-gnus-store-link): Support for :to information
5237         in gnus links.
5239         * org-exp.el (org-export-as-html): Fixed typo in creator
5240         information.
5241         (org-export-protect-examples): New parameter indent.  Insert extra
5242         spaces only when this parameter is specified.
5243         (org-export-preprocess-string): Call `org-export-protect-examples'
5244         with an indentation parameter when exporting to ASCII.
5246         * org-remember.el (org-remember-templates)
5247         (org-remember-apply-template): Allow the file component to be a
5248         function.
5250         * org.el (org-goto-local-search-headings): Renamed from
5251         `org-goto-local-search-forward-headings'.  Added the possibility
5252         to search backwards.
5254 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5256         * org-export-latex.el (org-export-latex): New customization
5257         group.
5259         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5261 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5263         * org-exp.el (org-html-do-expand): Allow {} to terminate
5264         tex macro
5266 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5268         * org.el (org-buffer-list): Select buffers based on major mode,
5269         not on file name.
5271 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5273         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5274         face property.
5276         * org-colview.el (org-columns-display-here): Use
5277         `org-columns-modify-value-for-display-function'.
5279         * org-colview-xemacs.el (org-columns-display-here): Use
5280         `org-columns-modify-value-for-display-function'.
5282 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5284         * org.el (org-columns-modify-value-for-display-function): New option.
5296         * org-publish.el (org-publish-file): Make sure the directory match
5297         for the publishing directory works correctly.
5299         * org-agenda.el (org-agenda-execute-calendar-command)
5300         (org-agenda-diary-entry): Additional optional argument.
5302 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5304         * org-exp.el (org-export-as-html): Add attributes also in mailto
5305         and ftp links.
5307         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5316 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5318         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5319         sure that calls from `org-export-region-as-html' do not do the
5320         special check for a subtree.
5322 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5324         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5326 2008-07-20  Juri Linkov  <juri@jurta.org>
5328         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5329         new keymap `narrow-map' instead of binding "\C-xns".
5331 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5333         * org.el (org-open-file): Use
5334         `org-open-directory-means-index-dot-org'.
5335         (org-open-directory-means-index-dot-org): New option.
5337 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5339         * org.el (org-make-link-string): Remove link attributes from
5340         description.
5341         (org-open-at-point): Remove link attributes bevore using the path.
5343         * org-exp.el (org-export-as-html): Handle link attributes.
5345         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5347         * org-table.el (org-table-to-lisp): New function.
5349         * org.el (org-narrow-to-subtree): Do not include the final newline
5350         into the narrowed region.
5352         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5353         bug with user-define skipping condition.
5355 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5357         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5359 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5361         * org-exp.el (org-export-html-style-default): Automatic overflow
5362         handling for pre fields.
5363         (org-export-as-ascii, org-export-as-html): Change default format
5364         for time stamp.
5366         * org-table.el (org-table-export): Offer completion for translator
5367         functions, and do not require a heading above the table.
5369         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5370         Cater for the case of a list starting in the first line of the
5371         buffer.
5373 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5375         * org-publish.el (org-publish-find-title): Bug fix.
5376         (org-publish-org-index): Implement new :index-style option.
5378 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5380         * org-publish.el (org-publish-timestamp-filename): Use
5381         SHA1-encoded file names in the timestamp directory.
5383 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5385         * org-publish.el (org-publish-needed-p): Be verbose about files
5386         published and files skipped.
5388         * org-exp.el (org-export-preprocess-string): Swap link
5389         normalization and inernal link targeting.
5391         * org-publish.el (org-publish-needed-p): Create timestamp
5392         directory when it does not exist.
5394 2008-07-04  Bastien Guerry  <bzg@altern.org>
5396         * org-clock.el (org-clock-out-when-done): Doc fix.
5398         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5400         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5401         Ignore case when searching for the COMMENT cookie at export time.
5403 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5405         * org-exp.el (org-get-file-contents)
5406         (org-get-and-remove-property): New functions.
5407         (org-export-handle-include-files): Handle the new prefix options.
5408         (org-export-as-html): Fix the verse environment.
5410 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5412         * org.el (org-time=, org-time<, org-time<=, org-time>)
5413         (org-time>=, org-time<>, org-2ft): New functions.
5414         (org-op-to-function): Also provide for the time testing fucntions.
5416 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5418         * org-exp.el (org-export-html-style-default): New constant.
5420 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5422         * org-exp.el (org-export-html-style-extra): New variable.
5423         (org-export-splice-style): New function.
5425 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
5427         * org-exp.el (org-export-plist-vars, org-export-as-html):
5428         Implement `org-export-creator-info'.
5429         (org-export-creator-info): New option.
5431 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
5433         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5434         (org-property-drawer-re, org-clock-drawer-re): New constants.
5436 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
5438         * org-exp.el (org-icalendar-use-deadline)
5439         (org-icalendar-use-scheduled): New options.
5440         (org-icalendar-include-todo): Default changed to t.
5441         (org-print-icalendar-entries): Implement better utilization of
5442         scheduling and deadline time stamps.
5443         (org-export-target-internal-links, org-export-as-html): Allow file
5444         lines without the "file:" prefix if the file path is an absolute
5445         path or starts with ".".
5447         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5448         lastweek etc.
5449         (org-clock-special-range): Also undertand yesterday, lastweek etc.
5451 2008-06-18  Glenn Morris  <rgm@gnu.org>
5452         * org.el (org-map-entries): Let-bind `file'.
5454 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
5456         * org.el (org-agenda-skip-archived-trees): Docstring now
5457         discourages using this.
5458         (org-scan-tags): Check for org-agenda-archives-mode.
5459         (org-map-entries): Make sure org-agenda-archives-mode is nil.
5460         (org-agenda-files): Functionality of second arg changed.
5462         * org-agenda.el (org-agenda-archives-mode): New variable
5463         (org-write-agenda, org-prepare-agenda, org-agenda-list)
5464         (org-search-view, org-todo-list, org-tags-view)
5465         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5466         `ifmode' argument.
5467         (org-agenda-quit): Reset the archives mode.
5468         (org-agenda-archives-mode): New command.
5469         (org-agenda-set-mode-name): Include archives info.
5471 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
5473         * org.el (org-paste-subtree): Make sure the yanked headline is
5474         visible if it was yanked at a visible point.
5475         (org-move-item-up): Fix the bug with moving white space at the end
5476         of the item.
5477         (org-show-empty-lines-in-parent): New function.
5479 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
5481         * org-colview.el (org-columns-next-allowed-value): Bug fix.
5483         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5485         * org-agenda.el (org-agenda-get-closed): Get the end time into the
5486         agenda prefix as well.
5488         * org-publish.el (org-publish-org-index): Make a properly indented
5489         list.
5491         * org.el (org-calendar-agenda-action-key): New option.
5492         (org-get-cursor-date): New function.
5493         (org-mark-entry-for-agenda-action): New command.
5494         (org-overriding-default-time): New variable.
5495         (org-read-date): Respect `org-overriding-default-time'.
5497         * org-remember.el (org-remember-apply-template): Respect the
5498         ovverriding default time.
5500         * org-agenda.el (org-agenda-action-marker): New variable.
5501         (org-agenda-action): New command.
5502         (org-agenda-do-action): New function.
5504 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5506         * org.el (org-schedule, org-deadline): Protect scheduled and
5507         deadline tasks against changes that accidently remove the
5508         repeater.  Also show a message with the new date when done.
5510 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5512         * org.el (org-beginning-of-line): Cater for the case when there
5513         are tags but no headline text.
5514         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5515         it set.
5517 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
5519         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5520         the return value is nil instead of "nil" when there is no match.
5522         * org-exp.el (org-insert-centered): Use fill-column instead of
5523         80.
5524         (org-export-as-ascii): Use string-width to measure the width of
5525         the heading.
5527         * org.el (org-diary-to-ical-string): No longer kill buffer
5528         FROMBUF, this is now done by the caller.
5530         * org-exp.el (org-print-icalendar-entries): Move the call to
5531         `org-diary-to-ical-string' out of the loop, and kill the buffer
5532         afterwords.
5534         * org-remember.el (org-remember-visit-immediately): Position
5535         cursor after moving to the note.
5536         (org-remember-apply-template): Use a text property to record the
5537         cursor position.
5538         (org-remember-handler): Align tags after pasting the note.
5540 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
5542         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5544         * org-agenda.el (org-agenda-open-link): If there is an
5545         org-bbdb-name property in the current line, jump to that bbdb
5546         entry.
5548         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
5549         text property, so that the agenda knows where this entry comes
5550         from.
5552         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
5553         interaction between clocking-in from the agenda, and  automatic
5554         task state switching.
5556         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
5558         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
5559         zmacs-region stays after this command in XEmacs.
5561 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
5563         * org.el (org-scan-tags): Allow new values for ACTION parameter.
5565         * org-remember.el (org-remember-templates): Fix bug in
5566         customization type definition.
5568         * org.el (org-map-entries): New function.
5570 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
5572         * org-agenda.el (org-agenda-skip-comment-trees): New option.
5573         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5575 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
5577         * org-remember.el (org-jump-to-target-location): New variable.
5578         (org-remember-apply-template): Set
5579         `org-remember-apply-template' if requested by template.
5580         (org-remember-handler): Start an idle timer to jump to
5581         remember location.
5583         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5585         * org.el (org-set-regexps-and-options): Fix bug with parsing of
5586         file tags.
5587         (org-get-tags-at): Add the content of `org-file-tags'.
5589         * org-exp.el (org-export-handle-comments): Fix bug with several
5590         comment lines after each other.
5591         (org-number-to-roman, org-number-to-counter): New functions.
5592         (org-export-section-number-format): New option.
5594 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
5596         * org-exp.el (org-export-protect-examples): Catch the case of a
5597         missing end_example line.
5599         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5600         `org-file-tags' to nil.
5602         * org-colview.el (org-columns-next-allowed-value): Handle next
5603         argument NTH to directly select a value.
5605         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5606         argument NTH to directly select a value.
5608 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
5610         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5612 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5614         * org.el (org-columns-ellipses): New option.
5616 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5618         * org-colview.el (org-columns-add-ellipses): New function.
5619         (org-columns-compact-links): New function.
5620         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5621         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5622         when in agenda.
5623         (org-columns-edit-value): Fixed bug with editing values from
5624         agenda column view.
5625         (org-columns-redo): Also redo the agenda itself.
5627 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5629         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5630         option.
5632         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5634         * org-exp.el (org-export-ascii-preprocess): Renamed from
5635         `org-export-ascii-clean-string'.
5636         (org-export-kill-licensed-text)
5637         (org-export-define-heading-targets)
5638         (org-export-handle-invisible-targets)
5639         (org-export-target-internal-links)
5640         (org-export-remove-or-extract-drawers)
5641         (org-export-remove-archived-trees)
5642         (org-export-protect-quoted-subtrees)
5643         (org-export-protect-verbatim, org-export-protect-examples)
5644         (org-export-select-backend-specific-text)
5645         (org-export-mark-blockquote-and-verse)
5646         (org-export-remove-comment-blocks-and-subtrees)
5647         (org-export-handle-comments, org-export-mark-radio-links)
5648         (org-export-remove-special-table-lines)
5649         (org-export-normalize-links)
5650         (org-export-concatenate-multiline-links)
5651         (org-export-concatenate-multiline-emphasis): New functions,
5652         obtained from spliiting the export preprocessor.
5654         * org-table.el (org-table-recalculate): Improve error message if
5655         the row number is invalid.
5657 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5659         * org-archive.el (org-archive-save-context-info): Fix bugs in
5660         customization setup and docstring.
5662         * org-exp.el (org-export-html-style): Changed the size of in the
5663         <pre> element to 90%.
5665 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5667         * org.el (org-find-src-example-start): Function removed.
5668         (org-edit-src-find-region-and-lang): New function.
5670 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5672         * org.el (org-edit-src-exit): New function.
5673         (org-exit-edit-mode): New minor mode.
5675         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5676         comment-like lines from protected examples.
5678         * org.el (org-edit-src-example, org-find-src-example-start)
5679         (org-protect-source-example, org-edit-special): New functions.
5681 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5683         * org-publish.el (org-publish-project-alist): Fix typo in
5684         docstring.
5685         (org-publish-project-alist): Handle :index-title property.
5687 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5689         * org-export-latex.el (org-export-as-latex): Make sure region
5690         bounds are correct.  Parse subtree properties relating to export.
5692         * org-exp.el (org-export-add-options-to-plist): New function.
5693         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5695 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5697         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5698         EXPORT_TITLE.
5700         * org-exp.el (org-export-get-title-from-subtree)
5701         (org-export-as-ascii, org-export-as-html): Make sure the original
5702         region-beginning and region-end are used, even after moving
5703         point.
5704         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5705         property.
5707         * org-remember.el (org-remember-last-stored-marker): New variable.
5708         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5709         (org-remember-handler): Also use marker to remember
5710         last-stored position.
5712         * org.el (org-goto-marker-or-bmk): New function.
5714 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5716         * org.el (org-file-properties): Renamed from `org-local-properties'.
5717         (org-scan-tags): Take file tags into account.
5718         (org-tags-match-list-sublevels): Default changed to t.
5720         * org-exp.el (org-export-as-html): Close paragraph after a
5721         footnote.
5723         * org.el (org-update-parent-todo-statistics): New function.
5725         * org-exp.el (org-icalendar-store-UID): New option.
5726         (org-icalendar-force-UID): Option removed.
5727         (org-print-icalendar-entries): IMplement UIDs.
5729 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5731         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5733 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5735         * org-faces.el (org-column): Document how this face is being used
5736         and why sometimes the background faces shine through.
5738         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5740         * org-publish.el (org-publish-attachment): Create publishing
5741         directory if it does not yet exist.
5743         * org-table.el (org-calc-default-modes): Change default number
5744         format to (float 8).
5746         * org.el (org-olpath-completing-read): New function.
5747         (org-time-clocksum-format): New option.
5748         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5750         * org-clock.el (org-clock-display, org-clock-out)
5751         (org-update-mode-line): Use `org-time-clocksum-format'.
5753         * org-colview-xemacs.el (org-columns-number-to-string): Use
5754         `org-time-clocksum-format'.
5756         * org-colview.el (org-columns-number-to-string): Use
5757         `org-time-clocksum-format'.
5759 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5761         * org-id.el: New file, move from contrib to core.
5763         * org-exp.el (org-icalendar-force-UID): New option.
5765 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5767         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5768         shifted by one day if theere is a date range without an end
5769         time.
5771         * org.el (org-try-structure-completion): New function.
5773 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5775         * org.el (org-set-font-lock-defaults): Improve fontification of
5776         description lists.
5777         (org-insert-item): Handle description lists.
5778         (org-adaptive-fill-function): Improve auto indentation in
5779         description lists.
5781         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5782         Implement VERSE environment.
5783         (org-export-preprocess-string): Implement the COMMENT
5784         environment.
5786         * org-export-latex.el (org-export-latex-preprocess): Implement
5787         VERSE environment.
5789 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5791         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5792         option.
5794 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5796         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5798         * org.el (org-quote-csv-field): New functions.
5800         * org-table.el (org-table-export-default-format): Remove :splice
5801         from default format, we get the same effect by not specifying
5802         :tstart and :tend.
5803         (org-table-export): Improve setup, distinguish better between
5804         interactive and non-interactive use, allow specifying the format
5805         on the fly, better protection against wrong file names.
5806         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5807         and :tend when :splice is omitted.
5809 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5811         * org-clock.el (org-clock-select-task): Make sure the selection
5812         letters are 1-9 and A-Z, no special characters.
5814 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5816         * org-exp.el (org-export-htmlize): New group.
5817         (org-export-htmlize-output-type)
5818         (org-export-htmlize-css-font-prefix): New options.
5819         (org-export-htmlize-region-for-paste): New function.
5820         (org-export-htmlize-generate-css): New command.
5822 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5824         * org/org.el (org-modules, org-format-latex-options):
5825         * org/org-archive.el (org-archive-stamp-time)
5826         (org-archive-save-context-info):
5827         * org/org-faces.el (org-hide):
5828         * org/org-irc.el (org-irc-parse-link):
5829         * org/org-macs.el (org-call-with-arg, org-autoload):
5830         * org/org-mew.el (org-mew-store-link):
5831         * org/org-remember.el (org-remember-store-without-prompt)
5832         (org-remember-templates): Fix typos in docstrings.
5834         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5836         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5837         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5838         (org-bbdb-anniv-split): Fix typos in docstrings.
5840         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5841         (org-publish-use-timestamps-flag): Reflow docstring.
5842         (org-publish-files-alist): Fix typos in docstring.
5844 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5846         * org.el (org-set-visibility-according-to-property): New function.
5847         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5848         and compute the regular expressions, and update font-lock.
5849         (org-property-re): Allow a dash in property names.
5851         * org-archive.el (org-extract-archive-file): Insert the file name
5852         without the path into the format, to allow the location format to
5853         contain a subdirectory.
5855         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5856         of buffer, and the `org-agenda-type' property undefined, use the
5857         value from the character before.
5859         * org.el (org-add-planning-info): Don't let indentation for
5860         would-be timestamp become extra whitespace at the end of headline.
5862 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5864         * org.el (org-remove-double-quotes, org-file-contents): New
5865         functions.
5867         * org-exp.el (org-infile-export-plist): Also parse the
5868         contents of #+SETUPFILE files, recursively.
5870         * org.el (org-set-regexps-and-options): Also parse the
5871         contents of #+SETUPFILE files, recursively.
5873         * org-exp.el (org-export-handle-include-files): New function.
5874         (org-export-preprocess-string): Call
5875         `org-export-handle-include-files'.
5877         * org.el (org-delete-property-globally)
5878         (org-delete-property, org-set-property): Ignore case during
5879         completion.
5880         (org-set-property): Use `org-completing-read' instead of
5881         `completing-read'.
5883         * org.el (org-complete-expand-structure-template): New,
5884         experimental function.
5885         (org-structure-template-alist): New, experimental option.
5886         (org-complete): Call `org-complete-expand-structure-template'.
5888 2008-05-06  Bastien Guerry  <bzg@altern.org>
5890         * org-export-latex.el (org-export-latex-preprocess): Added
5891         support for blockquotes.
5893 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5895         * org.el (org-read-date-analyze): Catch the case where only a
5896         weekday is given.
5898 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5900         * org.el (org-set-font-lock-defaults): Make the description
5901         tag bold.
5903         * org-exp.el (org-export-as-html, org-close-li): Implement
5904         description lists.
5906 2008-05-04  Jason Riedy  <jason@acm.org>
5908         * org-table.el (*orgtbl-default-fmt*): New variable.
5909         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5910         when there is no other fmt available.
5912         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5913         :tend to suppress the appropriate string.
5915         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5916         table.
5918 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5920         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5921         read date.
5923         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5924         New function.
5926         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5927         New function.
5929 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5931         * org-clock.el (org-clock-find-position): Don't include notes
5932         into clock drawer.
5934         * org-archive.el (org-archive-subtree): No longer remove an
5935         extra line after cutting the subtree.  `org-cut-subtree' already
5936         takes care of this.
5938         * org-remember.el (org-remember-handler): Only kill the target
5939         buffer if it does not contain the running clock.
5941         * org.el (org-markers-to-move): New variable.
5942         (org-save-markers-in-region, org-check-and-save-marker)
5943         (org-reinstall-markers-in-region): New function.
5944         (org-move-subtree-down, org-copy-subtree): Remember relative
5945         marker positions before cutting.
5946         (org-move-subtree-down, org-paste-subtree): Restore relative
5947         marker positions after pasting.
5949         * org-remember.el (org-remember-clock-out-on-exit): New option.
5950         (org-remember-finalize): Clock out only if the setting in
5951         `org-remember-clock-out-on-exit' requires it.
5952         (org-remember-handler): Do the cleanup in the buffer, to make sure
5953         that the clock marker remains in tact.
5955 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5957         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5958         (org-clock-in): Make sure that also tasks outside the narrowed
5959         region will be clocked in correctly.
5960         (org-clock-insert-selection-line): Widen the buffer so that we can
5961         find the correct task heading.
5963         * org.el (org-base-buffer): New function.
5965         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5966         and ";" are escaped.
5967         (org-print-icalendar-entries): Also apply
5968         `org-icalendar-cleanup-string' to the headline, not only to the
5969         summary property.
5971 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5973         * org-exp.el (org-export-preprocess-hook): New hook.
5974         (org-export-preprocess-string): Call
5975         `org-export-preprocess-hook'.
5977         * org.el (org-font-lock-hook): New variable.
5978         (org-font-lock-hook): New function.
5979         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5981 ;; Local Variables:
5982 ;; coding: utf-8
5983 ;; add-log-time-zone-rule: t
5984 ;; End:
5986     Copyright (C) 2008  Free Software Foundation, Inc.
5988   This file is part of GNU Emacs.
5990   GNU Emacs is free software: you can redistribute it and/or modify
5991   it under the terms of the GNU General Public License as published by
5992   the Free Software Foundation, either version 3 of the License, or
5993   (at your option) any later version.
5995   GNU Emacs is distributed in the hope that it will be useful,
5996   but WITHOUT ANY WARRANTY; without even the implied warranty of
5997   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5998   GNU General Public License for more details.
6000   You should have received a copy of the GNU General Public License
6001   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6003 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c