Fix cursor position when bullet length has changed
[org-mode.git] / lisp / ChangeLog
blob9b6480617978ab71ebfbc46856b604f66d3fa5a4
1 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-list.el (org-renumber-ordered-list): Fix cursor position
4         when bullet length has changed.
6 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org.el (org-format-latex): Mention `org-format-latex-options' in
9         the docstring.
11 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org.el (org-agenda-get): New function.
15         * org-agenda.el (org-agenda-post-command-hook): No longer move
16         point away from end of line.
17         (org-agenda-add-entry-text, org-agenda-collect-markers)
18         (org-finalize-agenda, org-agenda-mark-clocking-task)
19         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20         (org-agenda-entry-text-show, org-agenda-highlight-todo)
21         (org-agenda-compare-effort, org-agenda-filter-apply)
22         (org-agenda-later, org-agenda-change-time-span)
23         (org-agenda-post-command-hook, org-agenda-show-priority)
24         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
25         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
26         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
27         (org-agenda-open-link, org-agenda-copy-local-variable)
28         (org-agenda-switch-to, org-agenda-check-no-diary)
29         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
30         (org-agenda-add-note, org-agenda-change-all-lines)
31         (org-agenda-priority, org-agenda-set-tags)
32         (org-agenda-set-property, org-agenda-set-effort)
33         (org-agenda-toggle-archive-tag, org-agenda-date-later)
34         (org-agenda-show-new-time, org-agenda-date-prompt)
35         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
36         (org-agenda-clock-in, org-agenda-bulk-mark)
37         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
38         `org-get-at-bol'.
40         * org-colview.el (org-columns-display-here)
41         (org-columns-edit-allowed, org-agenda-columns): Use
42         `org-get-at-bol'.
44 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org.el (org-special-ctrl-a/e): Improve documentation and
47         customize type.
48         (org-end-of-line): Don't jump to after the ellipsis.
49         (org-mode-map): Bind <home> and <end> as well.
51 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
54         space after #+ as comments.
55         (org-open-at-point): Run `org-follow-link-hook' always.
57         * org-latex.el (org-export-latex-emph-format): Use better commands
58         to insert special characters in verbatim snippets.
60 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
62         * org-faces.el (org-copy-face): New function.  Use it to create
63         various faces formerly created by using `copy-face'.
65         * org-agenda.el (org-prepare-agenda): Don't officially mark this
66         window dedicated.
67         (org-agenda-quit): Kill the frame containing the agenda window if
68         that frame was created for the agenda.
70 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
73         stamp in the agenda.
75 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-mobile.el (org-mobile-create-index-file): Add the list of
78         TODO keywords, and the list of drawers to the index file.
80         * org-agenda.el (org-prepare-agenda): Reset
81         `org-drawers-for-agenda'.
82         (org-prepare-agenda): Uniquify list of drawers.
84         * org.el (org-complex-heading-regexp-format): New variable.
85         (org-set-regexps-and-options): Define
86         `org-complex-heading-regexp-format'.
87         (org-drawers-for-agenda): New variable.
88         (org-map-entries): Bind `org-drawers-for-agenda'.
89         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
91         * org-remember.el (org-go-to-remember-target)
92         (org-remember-handler): Use `org-complex-heading-regexp-format'.
94 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-agenda.el (org-agenda-highlight-todo): Fix text property
97         problem.
99         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
100         the capture file, and make it non-configurable.
102         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
103         always with `invisible-ok'.
104         (org-store-link): No error when there is nothing to link to in the
105         agenda.
107         * org-list.el (org-update-checkbox-count): Insert changed cookie
108         before the old, to avoid problems with invisibility at the end of
109         the line.
110         (org-update-checkbox-count): Insert changed cookie before the old,
111         to avoid problems with invisibility at the end of the line.
113         * org.el (org-sort-entries-or-items): Include the final newline.
114         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
115         lines for fontification.
116         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
117         (org-prepare-dblock): Store the current indentation of the BEGIN
118         line.
119         (org-update-dblock): Apply the indentation of the begin line to
120         the rest of the block.
121         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
122         (org-startup-folded): New allowed value `showeverything'.
123         (org-startup-options): Add STARTUP keyword `showeverything'.
124         (org-set-startup-visibility): Respect value `showeverything' in
125         org-startup-folded.
127 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org.el (org-closest-date): Fix issue with past preference.
131         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
133         * org-archive.el (org-archive-set-tag)
134         (org-archive-subtree-default): New commands.
136         * org-mobile.el (org-mobile-create-index-file): Fix link to
137         capture file.
138         (org-mobile-copy-agenda-files): Create the capture file if it does
139         not exist.
141         * org-clock.el (org-clock-clocktable-default-properties): New
142         option.
143         (org-clock-report): Use
144         `org-clock-clocktable-default-properties'.
146 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org.el (org-iswitchb-completing-read): Fix typo.
150         * org-crypt.el: New file.
152         * org.el: Add an entry for org-crypt.
154 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
157         consistency.
158         (org-batch-store-agenda-views): New function.
159         (org-mobile-force-id-on-agenda-items): Mention variable.
160         (org-agenda-title-append): Define variable.
161         (org-write-agenda): New export to Org files.
162         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
163         (org-agenda): Allow to keep the restricted file list if a special
164         variable is bound to t.
165         (org-agenda): Define a special agenda view for working on flagged
166         entries.
167         (org-agenda-get-restriction-and-command): List the new agenda
168         view.
169         (org-agenda-show-the-flagging-note): New command.
170         (org-agenda-mode-map): New key `?' for looking at the flagging
171         note.
173         * org.el (org-autoload): Autoload org-mobile.el.
174         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
176         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
178 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
180         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
181         statements.
182         (org-table-get-remote-range): Match indented #+TBLNAME
183         statements.
185         * org.el (org-convert-to-odd-levels)
186         (org-convert-to-oddeven-levels): Work also correctly if the file
187         is in outline-mode.
189 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org.el (org-store-link): When in agenda buffer, link to
192         referenced entry.
193         (org-add-planning-info): Remove spaces at eol.
195         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
196         property.
198 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
200         * org-latex.el (org-export-latex-first-lines): Fix problem with
201         LaTeX export of first line and selected subtree.
203         * org.el (org-shifttab): Interpret arg differently when using only
204         odd levels.
206 2009-09-09  Bastien Guerry  <bzg@altern.org>
208         * org.el (org-check-agenda-file): Use a more explicit message
210 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
212         * org-exp.el (org-export-remove-special-table-lines): Don't remove
213         normal lines.
215 2009-09-08  Bastien Guerry  <bzg@altern.org>
217         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
218         prompt in the temporary window.
220         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
221         prefix for marked entries in the agenda view.
223 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
225         * org.el (outline-end-of-subtree): Bugfix: advise this function in
226         a way that prevents any trailing character from being displayed.
228 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
230         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
231         menu.
233         * org-exp.el (org-export-remove-special-table-lines): Remove bad
234         slow regexp match.
236 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org-latex.el (org-export-latex-preprocess): Do not protect in
239         the LaTeX header.
241         * org-src.el (org-edit-src-save): Save window setup while saving.
242         (org-edit-src-code): Use new buffer name construction scheme.
244 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
247         variable.
248         (org-agenda-entry-text-cleanup-hook): New hook.
249         (org-agenda-get-some-entry-text): Remove matches of
250         `org-agenda-entry-text-exclude-regexps' and run the hook
251         `org-agenda-entry-text-cleanup-hook'.
253         * org.el (org-offer-links-in-entry): New argument ZERO to
254         implement a link with index zero.
255         (org-cycle-show-empty-lines): Not keep empty line under header
256         hidden.
257         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
258         to nil for special completion.
259         (org-store-link): Don't error before the first heading.
261         * org-agenda.el (org-agenda-open-link): Pass the prefix to
262         `org-offer-links-in-entry'.
264 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org-agenda.el (org-agenda-quit): Provide the window argument for
267         `window-dedicated-p', Emacs 22 needs it.
268         (org-format-agenda-item): If the category is a link, arrange for
269         invisible text to replaced with spaces.
270         (org-compile-prefix-format): Add the extra space.
271         (org-prefix-category-length): New variable.
273         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
274         references from TOC lines.
276         * org.el (org-selected-window): New variable.
278         * org-table.el (org-table-edit-formulas): Remember the selected
279         window.
280         (org-table-fedit-finish, org-table-fedit-abort): Select the window
281         that was originally selected.
283         * org-exp.el (org-export-preprocess-apply-macros): Scan the
284         expansion of a macro for more macro definitions.
286         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
287         invisibility overlay starts on the newline.
289 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org-protocol.el (org-protocol-store-link)
292         (org-protocol-remember, org-protocol-open-source): Add autoloads.
294         * org-compat.el (org-float-time): New function.
296         * org.el (org-clock-update-time-maybe)
297         (org-sort-entries-or-items, org-do-sort)
298         (org-evaluate-time-range, org-time-string-to-seconds)
299         (org-closed-in-range): Use `org-float-time'.
301         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
302         (org-timer-seconds):  Use `org-float-time'.
304         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
305         (org-clock-sum, org-dblock-write:clocktable)
306         (org-clocktable-steps):  Use `org-float-time'.
308         * org-agenda.el (org-agenda-last-marker-time)
309         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
311         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
312         function.
314         * org-exp.el (org-get-file-contents): Only protect lines that
315         really need it.
317         * org-html.el (require): Require cl for compilation.
319         * org.el:  Avoid using `default-major-mode'.
321         * org-plot.el (require): Require CL only at compile time.
323         * org-exp.el (require): Require CL only at compile time.
325         * org-agenda.el (org-agenda-quit): When the agenda window is
326         dedicated, remove other windows before exiting, so that the frame
327         really will be killed.
329         * org-exp.el (org-export-handle-include-files): Reset START and
330         END for each loop cycle.
332 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-eval-in-calendar): Use
335         `org-select-frame-set-input-focus'.
337         * org-compat.el (org-select-frame-set-input-focus): New function.
339         * org.el (org-update-statistics-cookies): New function.
340         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
342 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
345         after the local variables are set.
347         * org-latex.el (org-export-latex-protect-amp): New function.
348         (org-export-latex-links): Protect link ampersands in tables.
350         * org-exp.el (org-export-select-backend-specific-text): Match in
351         two steps, to avoid regexp problems.
353         * org.el (org-offer-links-in-entry): Improve working with many and
354         duplicate links.
356         * org-agenda.el (org-agenda-show-1): Make more consistent with
357         normal cycling.
358         (org-agenda-cycle-show): Make more consistent with normal cycling.
360         * org-gnus.el (org-gnus-store-link): Restore the linking to a
361         website.
363 2009-08-30  Bastien Guerry  <bzg@altern.org>
365         * org-latex.el (org-export-latex-first-lines): Bugfix.
367 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
369         * org-clock.el (org-clock-modify-effort-estimate): Emit message
370         about new effort.
372         * org.el (org-set-effort): New function.
373         (org-mode-map): New key for effort setting command.
375         * org-agenda.el (org-agenda): Keep window setup when calling
376         agenda from within agenda window.
377         (org-agenda-mode-map): New keys for effort setting commands.
378         (org-agenda-menu): Add effort setting commands to menu.
379         (org-agenda-set-property, org-agenda-set-effort): New functions.
381         * org-latex.el (org-export-latex-tables): Fix
382         `org-table-last-alignment' and `org-table-last-column-widths' if
383         the first column has been removed.
385 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org.el (org-remove-timestamp-with-keyword): Only remove in
388         entry, not in subtree.
390         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
391         emacs lisp.
393         * org.el (org-open-at-point): When on headline, offer all strings
394         in entry.
396         * org-remember.el (org-remember-templates): Documentation fix.
398         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
399         `org-get-last-sibling' instead of the outline versions of these
400         functions.
401         (org-get-last-sibling): New function.
402         (org-refile): Use `org-get-next-sibling' instead of the outline
403         version of this function.
404         (org-clean-visibility-after-subtree-move): Use
405         `org-get-next-sibling' and `org-get-last-sibling' instead of the
406         outline versions of these functions.
408 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
410         * org-agenda.el (org-prepare-agenda): When creating a new frame
411         for the agenda, make the window dedicated.
413         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
415         * org-table.el (org-table-align): Change the order of reinsertion
416         and deletion, to avoid problems with overlays following the table.
418         * org.el (org-parse-time-string): Better error message.
419         (org-show-subtree): Use org-end-of-subtree.
421         * org-macs.el (org-goto-line): New defsubst.
423         * org.el (org-open-file, org-change-tag-in-region)
424         (org-fast-tag-show-exit): Don't use `goto-line'.
426         * org-table.el (org-table-align, org-table-insert-column)
427         (org-table-delete-column, org-table-move-column)
428         (org-table-sort-lines, org-table-copy-region)
429         (org-table-paste-rectangle, org-table-wrap-region)
430         (org-table-get-specials, org-table-rotate-recalc-marks)
431         (org-table-get-range, org-table-recalculate)
432         (org-table-edit-formulas, org-table-fedit-convert-buffer)
433         (org-table-show-reference, org-table-highlight-rectangle): Don't
434         use `goto-line'.
436         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
437         (org-edit-src-exit): Don't use `goto-line'.
439         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
441         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
442         Don't use `goto-line'.
444         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
446         * org-colview.el (org-columns, org-columns-redo)
447         (org-agenda-columns): Don't use `goto-line'.
449         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
450         use `goto-line'.
452         * org-agenda.el (org-agenda-mode): Force visual line motion off.
453         (org-agenda-add-entry-text-maxlines): Improve docstring.
454         (org-agenda-start-with-entry-text-mode): New option.
455         (org-agenda-entry-text-maxlines): New option.
456         (org-agenda-entry-text-mode): New variable.
457         (org-agenda-mode): Set initial value of
458         `org-agenda-entry-text-mode'.
459         (org-agenda-mode-map): Add the `E' key.
460         (org-agenda-menu): Add entry text mode to the menu.
461         (org-agenda-get-some-entry-text): Fix line count bug.
462         (org-finalize-agenda): Apply entry text mode if appropriate.
463         (org-agenda-entry-text-show-here): New function.
464         (org-agenda-entry-text-show): New function.
465         (org-agenda-entry-text-hide): New function.
466         (org-agenda-view-mode-dispatch): Add entry text mode to the view
467         key menu.
468         (org-agenda-entry-text-mode): New command.
469         (org-agenda-set-mode-name): Add entry text mode to the mode line
470         string.
471         (org-agenda-undo, org-agenda-get-restriction-and-command)
472         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
473         `goto-line'.
475 2009-08-26  Bernt Hansen  <bernt@norang.ca>
477         * org-clock.el (org-notify): Bugfix.
479 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
481         * org-agenda.el (org-agenda-open-link): Handle multiple links and
482         check for after-string.
484         * org-gnus.el (org-gnus-store-link): Simplify.
486         * org.el (org-latex-regexps): Don't add extra empty lines for
487         display formulas.
489 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org-agenda.el (org-agenda-get-some-entry-text): New function.
492         (org-agenda-add-entry-text): Use
493         `org-agenda-get-some-entry-text'.
495         * org.el (org-cycle-separator-lines): Update docstring.
496         (org-cycle-show-empty-lines): Handle negative values for
497         `org-cycle-show-empty-lines'.
499         * org-exp.el (org-export-protect-sub-super): New function.
500         (org-export-normalize-links): Protect the url of plain links from
501         supscript and superscript processing.
503         * org-remember.el (org-remember-escaped-%): New function.
504         (org-remember-apply-template): Use `org-remember-escaped-%' to
505         detect escaped % signs.
507 2009-08-23  Bastien Guerry  <bzg@altern.org>
509         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
510         sound when showing the notification.
512         * org-clock.el (org-notify): New function.
513         (org-clock-notify-once-if-expired): Use `org-notify'.
515         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
516         and `gnus-article-mode' separately.
517         (gnus-summary-article-header): Fix the declare-function.
519 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
521         * org-exp.el (org-export-format-source-code-or-example): Translate
522         language.
524         * org-src.el (org-src-lang-modes): New variable
525         (org-edit-src-code): Translate language.
527         * org-exp.el (org-export-format-source-code-or-example): Deal wit
528         the new structure of the `org-export-latex-listings-langs'
529         variable.
531         * org-latex.el (org-export-latex-listings-langs): Change structure
532         of the variable from plist to alist.
534 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
536         * org.el (org-in-commented-line): New function.
538 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org.el (org-hide-block-toggle): Make folded blocks searchable.
542 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
544         * org.el (org-flag-drawer): More useful error.
546 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
548         * org-remember.el (org-remember-apply-template): Use
549         org-icompleting-read.
551         * org-publish.el (org-publish): Use org-icompleting-read.
553         * org-colview.el (org-columns-edit-value, org-columns-new)
554         (org-insert-columns-dblock): Use org-icompleting-read.
556         * org-colview-xemacs.el (org-columns-edit-value)
557         (org-columns-new, org-insert-columns-dblock): Use
558         org-icompleting-read.
560         * org-attach.el (org-attach-delete-one, org-attach-open): Use
561         org-icompleting-read.
563 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
565         * org.el (org-hierarchical-todo-statistics): Improve docstring.
566         (org-version): Return the version text.
567         (org-org-menu): Add a menu entry for the new bug reporter.
568         (org-submit-bug-report): New command.
570         * org-list.el (org-hierarchical-checkbox-statistics): Improve
571         docstring.
573         * org.el (org-emphasis-regexp-components): Add "`" to set of
574         pre-emphasis characters.
576         * org-latex.el (org-export-latex-classes): Always include the soul
577         package.
578         (org-export-latex-emphasis-alist): Use \st for strikethough.
580         * org-exp-blocks.el (org-export-blocks-preprocess): Use
581         `indent-code-rigidly' to indent.
583         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
584         properties only if MATCH really is a string.
586 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
588         * org-latex.el (org-export-latex-packages-alist): Fix
589         customization type.
591         * org.el (org-create-formula-image): Also use
592         `org-export-latex-packages-alist'.
594         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
595         (org-export-as-html): Format footnotes correctly.
597 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
599         * org.el (org-fast-tag-selection): Avoid text properties on tags
600         in the alist.
602         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
603         text properties on the match element.
605 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org.el (org-set-regexps-and-options): Make sure the list of done
608         keywords is not invalid.
610         * org-exp.el (org-export-interpolate-newlines): New function.
612 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
614         * org.el (org-format-latex): Avoid nested overlays.
616         * org-latex.el (org-export-latex-listings-langs): Add a few more
617         languages.
619         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
620         ignore newlines and space before the first macro argument.
622         * org-latex.el (org-export-latex-tables): Remove save-excursion
623         around `org-table-align'.
625 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org.el (org-export-html-special-string-regexps): Definition
628         moved into org.el
630         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
631         in macro calls.
633 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
635         * org-latex.el (org-export-latex-listings)
636         (org-export-latex-listings-langs): New options.
638         * org-exp.el (org-export-format-source-code-or-example): Use
639         listing package if requested by the user.
641 2009-08-08  Bastien Guerry  <bzg@altern.org>
643         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
644         command before actually switching to a buffer.
646 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org-exp.el (org-get-file-contents): Only quote org lines when
649         the markup is src or example.
651         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
652         New option
653         (org-agenda-get-day-entries): Remember deadline results and pass
654         them on into the function getting the scheduling information.
655         (org-agenda-get-scheduled): Accept deadline results as parameters
656         and maybe skip some entries.
657         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
659         * org.el (org-insert-heading): When respecting content, do not
660         convert current line to headline.
662         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
663         cheeeeeck the hd marker
664         (org-clock-in): Also set the hd marker.
665         (org-clock-out): Also set the hd marker.
666         (org-clock-cancel): Reset markers.
668         * org.el (org-clock-hd-marker): New marker.
670         * org-faces.el (org-agenda-clocking): New face.
672         * org-agenda.el (org-agenda-mark-clocking-task): New function.
673         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
675         * org.el (org-modules): Add org-track.el.
677         * org-agenda.el (org-agenda-bulk-marked-p): New function.
678         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
679         `org-agenda-bulk-marked-p'.
680         (org-agenda-bulk-toggle): New command.
682 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
684         * org.el (org-move-subtree-down): Hide subtree if it was folded,
685         not just the body.
687         * org-remember.el (org-remember-finalize): Avoid buffer-modified
688         messages.
706 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
708         * org-latex.el (org-export-latex-first-lines): Fix bug with
709         finding the end of the first lines.
711         * org.el (org-create-formula-image): Remove the -E option for
712         dvipng.
714         * org-exp.el (org-default-export-plist): Respect #+BIND.
715         (org-export-confirm-letbind): New function.
717         * org.el (org-paste-subtree): Test the kill ring entry if it is
718         going to be used.
719         (org-copy-subtree): Use `org-forward-same-level'.
720         (org-forward-same-level): Respect the `invisibe-ok' arg for
721         back-to-heading.
723 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org.el (org-table-map-tables): Make sure cursor is back at table
726         beginning after funcall.
728         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
729         handled before children, and do not error if an entry is not
730         found, probably because it hase been remove when the parent was
731         archived or refiled.
733         * org.el (org-ido-completing-read): Accept straight lists for
734         completion as well as alists.
736         * org-html.el (org-export-as-html): Fix parenthesis error in
737         footnore code.
739         * org-timer.el (org-timer-cancel-timers): Renamed from
740         `org-timer-cancel-timers'.
742         * org.el (org-cycle-internal-local): Fix problem with finding next
743         invisible line.
745 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-list.el (org-list-send-list): Call
748         `org-list-goto-true-beginning' instead of
749         `org-list-find-true-beginning', which does not exist.
751         * org-timer.el (org-timer-reset-timers): Use `mapc'.
752         (org-timer-set-timer): Do not assign to heading.
754         * org-id.el (org-id-open): Quote function name.
756         * org-macs.el (org-unmodified): Turn off recording undo
757         information while running inside the macro.
759         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
760         variable.
761         (org-indent-mode): Remember and restore value of
762         org-hide-leading-stars before `org-indent-mode'.
764         * org-table.el (org-table-export): Also work in file-less
765         buffers.
767         * org.el (org-startup-indented): New option.
768         (org-startup-options): Add new options indent and noindent.
769         (org-unfontify-region): Remove line-prefix and wrap-prefix
770         properties.
771         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
772         hooks.
773         (org-promote, org-demote): Run the new hooks.
775         * org-table.el (org-table-align): Replace leading \n as well.
777         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
778         and `line-wrap' text properties.
780         * org-compat.el (org-kill-new): New function.
782         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
783         `line-wrap' text properties.
785         * org-indent.el: New file.
787 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
789         * org.el (org-provide-todo-statistics): Tweak docstring.
791         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
793 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
795         * org-exp.el (org-export-as-org): Insert the "-source" string
796         before the extension.
798         * org.el (org-read-date): Make sure the calendar is in the current
799         frame.
800         (org-set-emph-re): Remove the ? from the post-match.
801         (org-emphasis-regexp-components): Add backslash to the
802         postmatch class.
803         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
804         optional so that also lines at the end of the buffers will still
805         be matched as headlines.
807         * org-table.el (org-table-error-on-row-ref-crossing-hline):
808         Variable made obsolete.
809         (org-table-relative-ref-may-cross-hline): New option.
810         (org-table-find-row-type): Honow the new option
811         `org-table-relative-ref-may-cross-hline'.
813 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
815         * org-table.el (org-table-cut-region, org-table-copy-region): Work
816         on single field if no active region.
818 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
820         * org-latex.el (org-export-latex-make-header): Only insert title
821         if one is defined.
823         * org.el (org-make-options-regexp): Allow empty values.
825         * org-html.el (org-export-as-html): Move hrule detection to after
826         plain list handling.
828 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org-html.el (org-format-org-table-html): Fix colgroup tags.
832 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
834         * org.el (org-cycle-internal-local): Improved version of finding
835         next visible line.
836         (org-cycle-hide-drawers): Only hide drawers if this is really
837         necessary.
838         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
839         org-version of this function in Org-mode.  We use advice to
840         implement this change, so that future changes to this function in
841         outline.el wil be handled properly.
842         (org-forward-same-level, org-backward-same-level): New commands.
844 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org.el (org-remove-empty-overlays-at)
847         (org-clean-visibility-after-subtree-move): New functons.
848         (org-move-subtree-down): Simplify cleanup of display.
850 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-mac-message.el (org-mac-message-get-links): Improve
853         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
854         "s".  Fix the return value.
855         (org-mac-message-insert-flagged): Simplify.
857         * org.el (org-refile-get-location): Tamper with refile history o
858         that history contains compete matches instead of the entered
859         string.
861 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
863         * org.el (org-store-link): Never store a link to an inline task.
865         * org-inlinetask.el (org-inlinetask-insert-task): New command.
867         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
868         inline tasks when positioning footnotes.
870         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
871         function.
873         * org.el (org-refile): Remove the END line when archiving an
874         inline task that does have an END line.
876         * org-archive.el (org-archive-subtree): Remove the END line when
877         archiving an inline task that does have an END line.
879         * org-macs.el (org-with-limited-levels): New macro.
880         (org-get-limited-outline-regexp): New function.
882         * org-exp.el (org-export-format-source-code-or-example): Fix bug
883         that did not enumerate first line.
884         (org-export-mark-radio-links): Skip matches in links.
886 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
888         * org.el (org-activate-plain-links): Make single-match.
889         (org-adapt-indentation): Fix docstring.
891         * org-macs.el (org-unmodified): Turn of modification hooks while
892         running this macro.
894 2009-08-02  Bastien Guerry  <bzg@altern.org>
896         * org.el (org-adapt-indentation): Slightly improve the docstring.
897         (org-occur): Sends an error when the user inputs an empty string.
898         (org-priority): Bugfix: the tag alignement should happen within
899         save-excursion.
901 2009-07-31  Bastien Guerry  <bzg@altern.org>
903         * org.el (org-make-link-regexps): Don't exclude parentheses from
904         `org-plain-link-re'
905         (org-cycle-internal-local): When locally cycling, switch directly
906         from CHILDREN to FOLDED if there is no subtree
907         (org-cycle): Update the docstring to document the new behavior of
908         `org-cycle-internal-local'.
910 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
912         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
913         an abbreviated format for days.
915 2009-07-27  Bastien Guerry  <bzg@altern.org>
917         * org-protocol.el (org-protocol-default-template-key): New
918         option.
920         * org.el (org-refile): Bugfix: save-excursion before reading the
921         refile target, otherwise cursor moves might confuse `org-refile'.
923         * org-html.el (org-export-as-html): Bugfix: correctly convert the
924         footnote reference before the footnote itself.
926         * org.el (org-toggle-heading): Bugfix: correctly convert list
927         items before the first headline.
929         * org-html.el (org-export-html-footnote-format): New option for
930         formatting the footnote reference.
931         (org-export-as-html): Use the new option.
933         * org.el (org-provide-todo-statistics): Allow a list of TODO
934         keywords to compute statistics against headlines containing a
935         keyword from this list.
936         (org-update-parent-todo-statistics): Possibly use the new allowed
937         value of `org-provide-todo-statistics'.
939 2009-07-26  Bastien Guerry  <bzg@altern.org>
941         * org-timer.el: Add autoload cookie.
943         * org.el (org-occur-link-in-agenda-files): New function.
945         * org-timer.el (org-timer-last-timer): New variable.
947         * org-agenda.el (org-agenda-mode-map): New key for
948         org-timer-set-timer called from the agenda.
950         * org.el (org-mode-map): New key for org-timer-set-timer.
952         * org-timer.el (org-timer-reset-timers)
953         (org-timer-show-remaining-time, org-timer-set-timer): New
954         functions.
956         * org-clock.el (org-show-notification): Update the docstring.
958         * org.el (org-provide-todo-statistics): Allow new value
959         'all-headlines for this option, which includes entries with no
960         TODO keywords in the todo statistics.
961         (org-update-parent-todo-statistics): Possibly use the new
962         'all-headline value from `org-provide-todo-statistics'.
964 2009-07-25  Bastien Guerry  <bzg@altern.org>
966         * org-clock.el (org-dblock-write:clocktable): Add a new option
967         :timestamp which allows display of timestamps in clock reports.
969         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
970         list to a subtree, preserving the structure of the list.
971         (org-set-emph-re): Make the last element optional in the regexp.
972         This regexp now matches an emphasized string at the end of a line.
974         * org-list.el (org-list-goto-true-beginning)
975         (org-list-make-subtree, org-list-make-subtrees): New functions.
977         * org.el (org-eval-in-calendar): Select the right frame.
978         (org-save-frame-excursion): Remove this macro.
980 2009-07-24  Bastien Guerry  <bzg@altern.org>
982         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
983         trying to find the beginning of a list.
985         * org-exp.el (org-get-file-contents): Use a new argument: markup.
986         When present, tell org-get-file-contents not to protect org-like
987         lines.
989         * org-id.el (org-id-uuid-program): New option to set the name of
990         the uuidgen program.
991         (org-id-method): Use `org-id-uuid-program'.
992         (org-id-new): Use `org-id-uuid-program'.
994 2009-07-23  Bastien Guerry  <bzg@altern.org>
996         * org-exp.el (org-export-number-lines): Allow whitespace in code
997         references.  Allow the -r switch to remove the references in the
998         source code even when the lines are not numbered: the labels can
999         be explicit enough.
1001         * org.el (org-fontify-whole-heading-line): New option.
1002         (org-set-font-lock-defaults): Use the new option.
1004         * org-clock.el (org-show-notification-handler): New option.
1005         (org-show-notification): Use the new option.
1007 2009-07-21  Bastien Guerry  <bzg@altern.org>
1009         * org.el (org-eval-in-calendar): Fix a bug about calendar
1010         navigation when `calendar-setup' value is 'calendar-only.
1012 2009-07-19  Bastien Guerry  <bzg@altern.org>
1014         * org.el (orgstruct++-mode): Fix typo in docstring.
1015         (org-insert-link): Clean up: (or (...)) => (...)
1016         (org-insert-link): Use TAB for stored links completion.
1018 2009-07-18  Bastien Guerry  <bzg@altern.org>
1020         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1021         building the list of targets.
1023         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1024         option.
1025         (org-remember-handler): Use the new option.
1027 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1029         * org.el (org-tags-sort-function): New option for sorting tags.
1030         (org-set-tags): Use the new option to sort tags.
1032         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1033         premature deletion of the data when using org-plot in a script.
1035 2009-07-17  Bastien Guerry  <bzg@altern.org>
1037         * org-clock.el (org-clock-in-prepare-hook): New hook.
1038         (org-clock-in): Use this new hook.
1040 2009-07-16  Bastien Guerry  <bzg@altern.org>
1042         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1043         'reversed for this option to the "true line boundary first"
1044         behavior.
1045         (org-tags-match-list-sublevels): Document the 'indented value for
1046         this variable.
1048         * org-latex.el (org-export-latex-first-lines): Fix problem with
1049         publishing the region.
1051         * org-exp.el (org-export-format-source-code-or-example): Fix
1052         bad line numbering when exporting examples in HTML.
1054 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1056         * org-colview.el (org-format-time-period): Formats a time in
1057         fractional days as days, hours, mins, seconds.
1058         (org-columns-display-here): Add special handling for SINCE and
1059         SINCE_IA to format for display.
1061         * org.el (org-time-since): Add a function to get the time since an
1062         org timestamp.
1063         (org-entry-properties): Add two new special properties: SINCE and
1064         SINCE_IA. These give the time since any active or inactive
1065         timestamp in an entry.
1066         (org-special-properties): Add SINCE, SINCE_IA.
1067         (org-tags-sort-function): Add custom declaration for tags
1068         sorting function.
1069         (org-set-tags): Sort tags if org-tags-sort-function is set
1071 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1073         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1075         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1077         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1078         option.
1080 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1082         * org-publish.el (org-publish-remove-all-timestamps): New function.
1083         (org-publish-all): Remove all timestamp files if `org-publish-all'
1084         is called with a prefix argument.
1086         * org-list.el (org-indent-item): Fix typo.
1087         (org-item-indent-positions): Normalize ordered bullet.
1089         * org-html.el (org-export-html-home/up-format): New option.
1090         (org-export-as-html): Insert the up and HOME links.
1092 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org-html.el (org-export-as-html): Insert the title into the
1095         option plist.
1096         (org-export-html-insert-plist-item): New function.
1097         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1099         * org-macs.el (org-set-local): Make a local variable, do not make
1100         the variable buffer-local!
1102         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1104         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1106         * org-docbook.el (org-export-as-docbook): Call
1107         `org-install-letbind'.
1109         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1111         * org-exp.el (org-infile-export-plist): Read BIND lines.
1112         (org-install-letbind): New function.
1113         (org-export-as-org, org-export-preprocess-string): Call
1114         `org-install-letbind'.
1116         * org-src.el (org-edit-src-exit): Untabify the example before
1117         returning to Org.
1119         * org-list.el (org-list-demote-modify-bullet): New option.
1120         (org-first-list-item-p): Save point.
1121         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1122         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1123         (org-item-indent-positions): Return bullet types along with
1124         indentation.
1126 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org.el (org-show-entry): Hide drawers.
1130 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-footnote.el (org-footnote-auto-adjust): New option.
1133         (org-footnote-auto-adjust-maybe): New function.
1134         (org-footnote-new, org-footnote-delete): Call
1135         `org-footnote-auto-adjust-maybe'.
1137         * org.el (org-startup-options): Add new footnote-related
1138         keywords.
1140         * org-publish.el (org-publish-timestamp-filename): Additional
1141         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1142         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1143         TRUE-PUB-DIR.  Pass them through to
1144         `org-publish-timestamp-filename'.
1145         (org-publish-update-timestamp): Additional arguments PUB-DIR and
1146         PUB-FUNC, which are included in the hash.
1147         (org-publish-file): Delay timestamp test until the publishing
1148         function is known.
1150 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
1152         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1153         setting the deadline.
1155         * org.el (org-read-date-final-answer): New variable.
1156         (org-read-date): Store the final answer string, including the date
1157         from the calendar, for reuse by agenda bulk commands.
1159         * org-publish.el (org-publish-attachment): Fix publishing of
1160         attachments.
1162         * org-latex.el (org-export-latex-quotation-marks): Fix export of
1163         quotation makrs in parenthesis.
1164         (org-remove-initial-hash): New function.
1165         (org-export-latex-preprocess): Fix bug with infinite loop if
1166         environment is not properly closed.
1168         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1169         when indented.
1171         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1172         highlight also when indented.
1174 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org-footnote.el (org-footnote-renumber-fn:N): New command.
1177         (org-footnote-action): Offer renumbering.
1179         * org.el (org-cycle): Honor the `integrate' value of
1180         org-cycle-include-plain-lists'.
1182         * org-list.el (org-cycle-include-plain-lists): New allowed value
1183         `internal'.  Improve the docstring.
1185         * org.el (org-set-autofill-regexps): Improve the paragraph-start
1186         regexp to work better with LaTeX commands.
1188 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
1190         * org-feed.el (org-feed-update): fix problem with non-existing
1191         buffer.
1192         (org-feed-skip-http-headers): New function.
1193         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1194         (org-feed-get-feed): Fix command line arguments for curl.
1196 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
1198         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1199         and eps extensions.
1201 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1204         loaded.
1206         * org.el (org-map-entries): No longer force
1207         `org-tags-match-list-sublevels' to t during a todo-only tags
1208         search.
1210 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
1212         * org-latex.el (org-export-latex-low-levels): Allow user-defined
1213         environment.
1214         (org-export-latex-subcontent): Handle user-defined environment.
1216         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1217         the View dispatcher.
1219         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1220         `make-overlay'.
1222         * org-latex.el (org-export-as-pdf): Protect match data during call
1223         to shell-quote-argument.
1225         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1226         (org-agenda-view-mode-dispatch): New function.
1228 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
1230         * org-agenda.el (org-agenda-mode): Reset list of marks.
1231         (org-agenda-mode-map): Define new keys for refile and bulk action.
1232         (org-agenda-menu): Add menu itesm for refile and bulk action.
1233         (org-agenda-refile): New function.
1234         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1235         (org-agenda-marked-entries): New variable.
1236         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1237         (org-agenda-remove-all-bulk-action-marks)
1238         (org-agenda-bulk-action): New functions/commands.
1240 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org-exp.el (org-get-file-contents): Protect org-like lines in
1243         included files.
1244         (org-export-format-source-code-or-example): Remove newlines.
1246         * org-latex.el (org-export-latex-links): Check for no-description
1247         marking.
1249         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
1250         argument separator back to comma.
1251         (org-export-normalize-links): Mark links without description.
1253 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
1255         * org-exp.el (org-infile-export-plist): Fix bug in macro
1256         processing.
1258         * org-agenda.el (org-agenda-clock-out): Update line after clocking
1259         out.
1260         (org-agenda-highlight-todo): Fix bug with highlighting.
1262 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
1264         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
1265         new alignment strings.
1267         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
1268         command list.
1269         (org-table-align): Check for forced align type.
1271         * org.el (org-self-insert-command): Add yas/expand to command
1272         list.
1274         * org-clock.el (org-clock-in-hook): New hook.
1275         (org-clock-in): Run `org-clock-in-hook.
1276         (org-clock-out-hook): New hook.
1277         (org-clock-out): Run `org-clock-out-hook.
1278         (org-clock-cancel-hook): New hook.
1279         (org-clock-cancel): Run `org-clock-cancel-hook.
1280         (org-clock-goto-hook): New hook.
1281         (org-clock-goto): Run `org-clock-goto-hook.
1283 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-store-link): Better default description for link to
1286         Org-mode headline.
1288         * org-exp.el (org-export-generic): Autoload the generic exporter
1289         function.
1290         (org-export): Implement the `g' key for the generic exporter.
1292 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
1294         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
1295         and for zbacktab'.
1297         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
1299         * org-exp.el (org-infile-export-plist): Get macros also from
1300         #+SETUPFILE.
1302 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
1304         * org-colview.el (org-columns-capture-view): Protect vertical bars
1305         in column values.
1306         (org-columns-capture-view): Exclude comment and archived trees.
1308         * org-colview-xemacs.el (org-columns-capture-view): Protect
1309         vertical bars in column values.
1310         (org-columns-capture-view): Exclude comment and archived trees.
1312         * org.el (org-quote-vert): New function.
1314         * org-latex.el (org-export-latex-verbatim-wrap): New option.
1316         * org-exp.el (org-export-format-source-code-or-example): Use
1317         `org-export-latex-verbatim-wrap'.
1319         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
1320         time stamps.
1322         * org-html.el (org-export-table-row-tags): New option.
1323         (org-format-org-table-html): Rename `nlines' to `nline', use new
1324         option.
1327 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1329         * org-exp-blocks.el: Declare functions and variables.
1331         * org-remember.el (org-remember-templates): Allow the headline
1332         element to be a function.
1333         (org-remember-apply-template): If the headline is a function, call
1334         it to get the true function.
1336         * org-clock.el (org-clock-menu): New function.
1337         (org-clock-update-mode-line): Update help string.
1338         (org-clock-modify-effort-estimate): New function.
1339         (org-clock-mark-default-task): New function.
1341         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1342         minutes as input.
1343         (org-org-menu): Add new clocking stuff.
1344         (org-clock-is-active): New function.
1346 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1348         * org.el (org-open-non-existing-files): Improve docstring.
1350 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1353         option.
1354         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1356         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1358         * org-list.el (org-get-checkbox-statistics-face): Use the new
1359         faces.
1361         * org-faces.el (org-checkbox-statistics-todo)
1362         (org-checkbox-statistics-done): New faces.
1364 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1366         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1367         (org-edit-src-exit): Better cursor positioning when returning from
1368         editing.
1370         * org-latex.el (org-export-latex-use-verb): New variable.
1371         (org-export-latex-emph-format): Prefer \texttt over \verb when
1372         org-export-latex-use-verb is set.
1374 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1376         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1377         at normal indentation.
1379         * org-html.el (org-export-html-close-lists-maybe): Also look at
1380         normal indentation.
1382         * org-remember.el (org-remember-handler): Abort remember if the
1383         buffer is empty.
1385         * org-src.el (org-edit-src-content-indentation): New option.
1386         (org-edit-src-exit): Apply extra indentation.
1388         * org-exp.el (org-export-format-source-code-or-example): Run
1389         `org-src-mode-hook'.
1391         * org-src.el (org-src-mode-hook): New variable.
1392         (org-edit-src-code): Run `org-src-mode-hook'.
1394 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1396         * org.el (org-indent-line-function): Fix indentation of +#end lines.
1398         * org-src.el (org-edit-src-get-indentation): New function.
1399         (org-edit-src-code): Base indentation on the begin line.
1401 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
1403         * org-gnus.el (org-gnus-store-link): Require message.el in
1404         org-gnus-store-link.
1406 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-src.el: New file, split out of org.el
1410         * org-docbook.el (org-export-as-docbook): Better indentation
1411         treatment.
1413         * org-macs.el (org-replace-match-keep-properties): New function.
1415         * org-exp.el (org-export-mark-blockquote-verse-center): Better
1416         preprocessing of center and quote and verse blocks.
1418         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
1419         (org-export-as-docbook): Close lists when original indentation
1420         mandates it.
1422         * org-html.el (org-export-html-close-lists-maybe): New function.
1423         (org-export-as-html): Close lists when original indentation
1424         mandates it.
1426         * org-list.el (org-list-end): Respect the stored "original"
1427         indentation when determining the end of the list.
1429         * org-exp.el (org-export-replace-src-segments-and-examples):
1430         Remember indentation correctly.
1432 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
1434         * org-clock.el (org-clock-update-mode-line): Apply face
1435         org-mode-line-clock.
1437         * org-faces.el (org-mode-line-clock): New face.
1439 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
1441         * org-gnus.el (org-gnus-store-link): Fix bug where
1442         `org-gnus-store-link' used wrong subject when called in an article
1443         buffer.  Patch provided by fengli AT gmail DOT com.
1445 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
1447         * org-exp.el (org-export-format-source-code-or-example): Remember
1448         the original indentation of source code snippets and examples.
1450         * org-latex.el (org-export-as-latex): Relocate the table of
1451         contents.
1453         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
1455         * org-agenda.el (org-run-agenda-series): Scope global options also
1456         when creating the agenda buffer.
1458 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
1460         * org.el (org-adapt-indentation): Improve documentation.
1461         (org-insert-property-drawer): Respect org-adapt-indentation when
1462         inserting the drawer.
1463         (org-remove-flyspell-overlays-in): New function.
1464         (org-do-emphasis-faces, org-activate-plain-links)
1465         (org-activate-code, org-fontify-meta-lines-and-blocks)
1466         (org-activate-angle-links, org-activate-footnote-links)
1467         (org-activate-bracket-links, org-activate-dates)
1468         (org-activate-target-links, org-activate-tags): Remove flyspell
1469         overlays.
1471 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
1473         * org.el (org-edit-src-save): New function.
1475         * org-clock.el (org-clock-out-switch-to-state): New option.
1476         (org-clock-out): Honor `org-clock-out-switch-to-state'.
1478         * org-compat.el (org-compatible-face): Improve macro.
1480         * org.el (org-global-properties-fixed): Add default for
1481         CLOCK_MODELINE_TOTAL.
1483         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
1484         andd tend.
1485         (org-clock-sum-current-item): Optional argument TSTART, pass it to
1486         org-clock-sum.
1487         (org-clock-get-sum-start): New function.
1489         * org.el (org-startup-options): New keywords blockhide and
1490         blockshow.
1491         (org-mode): Add new invisibility spec.
1492         (org-set-startup-visibility): Hide block on startup if so
1493         desired.
1494         (org-hide-block-startup): New option.
1495         (org-block-regexp): New constant.
1496         (org-hide-block-overlays): New variable.
1497         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
1498         (org-show-block-all, org-hide-block-toggle-maybe)
1499         (org-hide-block-toggle): New functions.
1500         (org-edit-src-exit): Do not quote lines starting with # and no +
1501         behind it.
1502         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
1503         entry.
1505 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
1507         * org.el (org-buffer-property-keys): Add Effort property for
1508         completion.
1510 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
1512         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
1513         when retrieving total clocked time in the subtree.
1515         * org.el (org-quoting-blocks): New variable.
1517 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org-table.el (org-table-store-formulas)
1520         (org-table-get-stored-formulas, org-table-fix-formulas)
1521         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
1522         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
1524         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
1525         indented #+TBLFM line.
1527         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
1528         indented #+TBLFM line.
1530         * org-colview.el (org-dblock-write:columnview): Allow indented
1531         #+TBLFM line.
1533         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
1534         indented #+TBLFM line.
1536         * org-clock.el (org-dblock-write:clocktable): Allow indented
1537         #+TBLFM line.
1539 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-exp.el (org-export-format-source-code-or-example): Make
1542         editing indented blocks work correctly.
1544         * org.el (org-edit-src-nindent): New variable.
1545         (org-edit-src-code, org-edit-fixed-width-region)
1546         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
1547         editing indented blocks work correctly.
1549 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
1551         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
1552         indented blocks.
1553         (org-export-format-source-code-or-example): Fix indentation of
1554         blocks.
1555         (org-export-remove-indentation): New function.
1556         (org-export-select-backend-specific-text): Allow backend-specific
1557         code to be indented.
1558         (org-export-mark-blockquote-verse-center): Allow markers to be
1559         indented.
1561         * org.el (org-fontify-meta-lines): New function.
1562         (org-set-font-lock-defaults): Call the new fontification
1563         function.
1565         * org-faces.el (org-meta-line): New face
1566         (org-block):  New face.
1568 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
1570         * org.el (org-treat-insert-todo-heading-as-state-change)
1571         (org-treat-S-cursor-todo-selection-as-state-change): New
1572         variables.
1573         (org-insert-todo-heading): Honor
1574         `org-treat-insert-todo-heading-as-state-change'.
1575         (org-shiftright, org-shiftleft): Honor
1576         `org-treat-S-cursor-todo-selection-as-state-change'.
1577         (org-inhibit-logging): New variable.
1579 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
1582         range for marker position checking.
1584         * org-latex.el (org-export-latex-first-lines): Fix bug when
1585         exporting a region.
1587 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org-exp.el (org-export-push-to-kill-ring): Protect using
1590         x-set-selection, because that does not always work.
1592         * org-agenda.el (org-agenda-list): Apply the new face
1593         `org-agenda-date-today'.
1595         * org-faces.el (org-agenda-date-today): New face.
1597 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
1599         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
1600         creating appointments.
1602         * org-latex.el (org-export-latex-low-levels): Fix customization
1603         type.
1605         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
1606         priority commands.
1608         * org-agenda.el (org-agenda-priority): Disable priority commands.
1610         * org.el (org-enable-priority-commands): New option.
1612         * org-colview-xemacs.el (org-columns-compute)
1613         (org-columns-number-to-string): Fix problems with empty fields.
1615         * org-colview.el (org-columns-compute)
1616         (org-columns-number-to-string): Fix problems with empty fields.
1618         * org-exp.el (org-export-push-to-kill-ring): New function.
1619         (org-export-copy-to-kill-ring): New option.
1621         * org-latex.el (org-export-as-latex): Call
1622         `org-export-push-to-kill-ring'.
1624         * org-html.el (org-export-as-html): Call
1625         `org-export-push-to-kill-ring'.
1627         * org-docbook.el (org-export-as-docbook): Call
1628         `org-export-push-to-kill-ring'.
1630         * org-ascii.el (org-export-as-ascii): Call
1631         `org-export-push-to-kill-ring'.
1633         * org-exp.el (org-export-show-temporary-export-buffer): New
1634         option.
1636         * org-latex.el (org-export-as-latex): Use
1637         `org-export-show-temporary-export-buffer'.
1639         * org-html.el (org-export-as-html): Use
1640         `org-export-show-temporary-export-buffer'.
1642         * org-docbook.el (org-export-as-docbook): Use
1643         `org-export-show-temporary-export-buffer'.
1645         * org-ascii.el (org-export-as-ascii-to-buffer): Use
1646         `org-export-show-temporary-export-buffer'.
1648         * org-exp.el (org-export-show-temporary-export-buffer): New
1649         option.
1650         (org-export-push-to-kill-ring): New function.
1652         * org-colview.el (org-columns-compile-map): New variable.
1653         (org-columns-new, org-columns-compute)
1654         (org-columns-number-to-string, org-columns-uncompile-format)
1655         (org-columns-compile-format): Implement new operators.
1657 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
1659         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
1661         * org-html.el (org-export-html-xml-declaration): New option.
1662         (org-export-as-html): Use `org-export-html-xml-declaration'.
1664         * org-list.el (org-update-checkbox-count): Make property
1665         dependent.
1667         * org.el (org-hierarchical-todo-statistics): New option.
1668         (org-update-parent-todo-statistics): Modified to handle recursive
1669         statistics.
1671 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
1673         * org-publish.el (org-publish): Make this function behave
1674         correctly in interactive use when called with a prefix argument.
1676         * org.el (org-todo-statistics-hook): New hook.
1677         (org-update-parent-todo-statistics): Use new hook.
1678         (org-log-into-drawer): New function.
1679         (org-add-log-setup): Use the new `org-log-into-drawer' function to
1680         determine if we should be logging into a drawer.
1681         (org-log-into-drawer): Update docstring.
1682         (org-default-properties): Add LOG_INTO_DRAWER as a property.
1684         * org-list.el (org-checkbox-statistics-hook): New hook.
1685         (org-update-checkbox-count-maybe): Use new hook.
1687         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
1688         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
1689         to kill ring.
1691 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
1693         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
1694         a line.
1696 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
1698         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
1699         better bufer-generating mechanism.
1700         (org-edit-src-find-buffer): New function.
1702         * org-icalendar.el (org-print-icalendar-entries): Don't check for
1703         archive tag, this is already done by `org-agenda-skip'.
1704         data while constructing lost of tags.
1706 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
1709         as argument separator in macros.
1711         * org-html.el (org-export-as-html): Add xml declaration.
1713 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
1715         * org.el (org-after-sorting-entries-or-items-hook): New hook.
1716         (org-sort-entries-or-items): Run the new hook.
1717         (org-after-refile-insert-hook): New hook.
1718         (org-refile): Run `org-after-refile-insert-hook'.
1720         * org-agenda.el (org-agenda-get-progress): Never take time of day
1721         from headline when displaying progress.
1723         * org-latex.el (org-export-latex-complex-heading-re): New variable.
1724         (org-export-as-latex): Force the correct regexp in the
1725         preprocessor buffer.
1726         (org-export-latex-set-initial-vars): Set
1727         `org-export-latex-complex-heading-re'.
1729         * org-agenda.el (org-agenda-start-with-log-mode): New option.
1730         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
1732 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
1734         * org-latex.el (org-export-latex-tables-centered): New option.
1735         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
1737         * org-exp.el (org-export-as-org): New command.
1738         (org-export-as-org): New command.
1740         * org-publish.el (org-publish-org-to-org): New function.
1742 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org.el (org-yank): Just call `org-yank-generic'.
1745         (org-yank-generic): New function, containing the formaer
1746         functionality of `org-yank'.
1748         * org-latex.el (org-export-latex-not-done-keywords)
1749         (org-export-latex-done-keywords): New variables.
1750         (org-export-latex-todo-keyword-markup): New option.
1751         (org-export-latex-set-initial-vars): Remember the TODO keywords.
1752         (org-export-latex-keywords-maybe): Apply the TODO markup.
1754 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
1756         * org-exp.el (org-infile-export-plist): Add more default macros.
1757         (org-export-preprocess-apply-macros): Process macro arguments.
1759 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
1761         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
1762         `unblocked'.
1763         (org-print-icalendar-entries): Respect the new value of
1764         `org-icalendar-include-todo'.
1766         * org.el (org-link-try-special-completion)
1767         (org-file-complete-link): New functions.
1768         (org-insert-link): Add special completion support for some link
1769         types.
1771         * org-bbdb.el (org-bbdb-complete-link): New function.
1773 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
1775         * org-list.el (org-update-checkbox-count): Allow recursive
1776         statistics.
1777         (org-hierarchical-checkbox-statistics): New option.
1779         * org.el (org-cycle): Remove erraneous space character.
1781         * org-icalendar.el (org-icalendar-timezone): Initialize from
1782         environment.
1784         * org-html.el (org-format-org-table-html): Specify the scope.
1785         (org-format-table-table-html): Specify the scope.
1786         (org-export-table-header-tags): Prepare the scope parameter.
1788 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
1790         * org-html.el
1791         (org-export-html-table-use-header-tags-for-first-column): New
1792         option.
1794         * org.el (org-autoload): Fix autoloading of ascii export
1795         functions.
1796         (org-modules): Add org-special-blocks.
1798 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
1800         * org-icalendar.el (org-start-icalendar-file): Use the new option.
1801         (org-ical-timezone): New option.
1803         * org-exp.el (org-export-get-coderef-format): Use the description
1804         is present.
1806         * org.el (org-sort-entries-or-items): Improve docstring, and make
1807         better implementation for time sorting.
1809 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
1811         * org.el (org-edit-src-persistent-message): New option.
1812         (org-edit-src-code, org-edit-fixed-width-region): Use the new
1813         option.
1815         * org-clock.el (org-clock-insert-selection-line): Fix prefious
1816         patch.
1818         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
1819         separate buffer instead of indirect buffer to edit source code.
1820         (org-edit-src-exit): Make this function work with the new setup.
1822         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
1823         are properly fontified before shown in the selection menu.
1825         * org.el (org-fontify-like-in-org-mode): New function.
1827         * org-latex.el (org-export-latex-links): Use the property list to
1828         retrieve the default image attributes.
1830         * org-exp.el (org-export-plist-vars): Add a new option.
1832 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
1834         * org-exp.el (org-export, org-export-visible): Support ASCII
1835         export to buffer
1836         (org-export-normalize-links): Do not protect the description if it
1837         is explicitly given.
1839         * org-ascii.el (org-export-as-ascii-to-buffer)
1840         (org-replace-region-by-ascii, org-export-region-as-ascii): New
1841         commands.
1842         (org-export-as-ascii): Add all the same parameters that are also
1843         supported by the other export functions.
1845         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
1846         org-checklist.el.
1847         (org-reset-checkbox-state-subtree): Call
1848         `org-reset-checkbox-state-subtree'.
1850         * org-remember.el (org-select-remember-template): For the
1851         selection of a valid template.
1853         * org-latex.el (org-export-region-as-latex): Supply the
1854         force-no-subtree argument.
1855         (org-export-as-latex): Provide better limits when exporting the
1856         first line.  When exporting to string, we still want the first
1857         lines.
1858         (org-export-latex-first-lines): New argument END, to force the end
1859         of the region.
1860         (org-export-region-as-latex): Use the property list.
1861         (org-export-as-latex):
1863         * org-colview-xemacs.el (org-columns-remove-overlays)
1864         (org-columns): Fix call to `local-variable-p'.
1866 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
1868         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
1869         (org-export-as-html): Run the new hook.
1871         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
1872         (org-export-latex-preprocess): Run the new hook.
1874         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
1875         (org-export-preprocess-string): Run the new hook.
1877 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org-macs.el (org-check-external-command): New defsubst.
1881         * org.el (org-mode-map): New key for reload.
1882         (org-format-latex): Better error message when external programs
1883         are not available.
1885         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
1887         * org.el (org-sort-entries-or-items): Explicit sorting function
1888         for priorities, needed for XEmacs compatibility.
1890         * org-remember.el (org-remember-apply-template): Improve auto-save
1891         behavior.
1893 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
1895         * org-latex.el (org-export-latex-preprocess): Also protect
1896         environments ending in a star.
1898         * org-list.el (org-at-item-p): Fix regular expression.
1900 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
1902         * org.el (org-end-of-subtree): Improve speed.
1904         * org-agenda.el (org-agenda-get-timestamps)
1905         (org-agenda-get-progress, org-agenda-get-deadlines)
1906         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
1907         in particular, wait as long as possible to collect the tags.
1908         (org-stuck-projects): Improve docstring.
1910         * org.el (org-store-link): No errors when getting custom id before
1911         first headline.
1912         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
1914 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
1916         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
1918         * org-protocol.el: Remove dependency on url.el.
1919         (org-protocol-unhex-compound, org-protocol-open-source): Remove
1920         dependency on url.el.
1922         * org-latex.el (org-export-as-pdf): Use
1923         `org-latex-to-pdf-process'.
1925 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
1927         * org-latex.el (org-latex-to-pdf-process): New option.
1929         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
1930         New option.
1931         (org-agenda-get-timestamps): Honor
1932         `org-agenda-skip-additional-timestamps-same-entry'.
1934         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
1935         (org-clock-goto): Find recent task only if
1936         `org-clock-goto-may-find-recent-task' allows it.
1938         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
1939         drawers, and drawers that are missing the :END: line.
1941 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1943         * org-clock.el (org-clock-goto): Go to recently clocked task if no
1944         clock is running.
1946 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
1948         * org.el (org-update-parent-todo-statistics): Check for
1949         STATISTICS_FROM property.
1951         * org-list.el (org-update-checkbox-count): Check for
1952         STATISTICS_FROM property.
1954         * org.el (org-tab-first-hook)
1955         (org-tab-after-check-for-table-hook)
1956         (org-tab-after-check-for-cycling-hook): New hooks.
1957         (org-cycle-internal-global, org-cycle-internal-local): New
1958         functions, split out from `org-cycle'.
1959         (org-cycle): Call the new hooks.
1961 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
1963         * org-exp.el (org-export-preprocess-string): Reset the list of
1964         preferred targets for each run of the preprocessor.
1966         * org.el (org-refile-target-verify-function): Improve
1967         documentation.
1968         (org-get-refile-targets): Respect point being moved by the
1969         verification function.
1971         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
1972         option.
1973         (org-export-latex-keywords): Use new option.
1975         * org.el (org-rear-nonsticky-at): New defsubst.
1976         (org-activate-plain-links, org-activate-angle-links)
1977         (org-activate-footnote-links, org-activate-bracket-links)
1978         (org-activate-dates, org-activate-target-links)
1979         (org-activate-tags): Place the rear-nonsticky properties at the
1980         correct location.
1982 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
1984         * org-protocol.el (server-edit): Declare `server-edit'.
1985         (org-protocol-unhex-string, org-protocol-unhex-compound): New
1986         functions.
1987         (org-protocol-check-filename-for-protocol): Call `server-edit'.
1989         * org.el (org-default-properties): New default properteis for
1990         completion.
1992         * org-exp.el (org-export-add-subtree-options): Add new properties
1993         for subtree export.
1995         * org-docbook.el (org-export-docbook-keywords-markup)
1996         (org-export-docbook-timestamp-markup): New options.
1997         (org-export-docbook-protect-tags): New function.
1999 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2001         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2002         org-refile-target-verify-function for the duration of the command.
2004         * org.el (org-link-to-org-use-id): New possible value
2005         `create-if-interactive-and-no-custom-id'.
2006         (org-store-link): Use custom IDs.
2007         (org-link-search): Find custom ID properties from #link.
2008         (org-default-properties): Add CUSTOM_ID for property completion.
2009         (org-refile-target-verify-function): New option.
2010         (org-goto): Turn off org-refile-target-verify-function
2011         for the duration of the command.
2013 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2015         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2017         * org-exp.el (org-export-preferred-target-alist): New variable.
2018         (org-export-define-heading-targets): Find the new CUSTOM_ID
2019         property.
2020         (org-export-target-internal-links): Target the custom ids when
2021         possible.
2023         * org-latex.el (org-export-latex-preprocess): Better regexp for
2024         matching latex macros with arguments.
2026 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2028         * org-remember.el (org-remember-handler): Allow filing to non-org
2029         files.
2031 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2033         * org-feed.el (org-feed-alist): New keyword options.
2034         (org-feed-update): Use the new options.
2035         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2036         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2037         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2038         functions.
2040         * org-table.el (org-table-fix-formulas): Do not change references
2041         to remote tables.
2042         (org-table-get-remote-range): Convert standard coordinates to RC
2043         format.
2045         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2047 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2049         * org-compat.el (org-sha1-string): Function removed.
2051         * org.el (org-refile-allow-creating-parent-nodes): New option.
2052         (org-refile-get-location): New argument NEW-NODES.
2053         (org-refile): Call `org-refile-get-location' with the new
2054         argument.
2055         (org-refile-get-location): Arrange for adding a new child.
2056         (org-refile-new-child): New function.
2058         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2059         an additional span element.
2061         * org-clock.el: Fix a number of docstrings.
2062         (org-clock-find-position): New argument
2063         FIND-UNCLOSED to make the function find an unclosed clock in the
2064         entry.
2065         (org-clock-in): Call `org-clock-find-position' with the new
2066         argument if we might be resuming a clock.
2068 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2070         * org-latex.el (org-export-latex-display-custom-times): New variable.
2071         (org-export-latex-timestamp-markup): New option.
2072         (org-export-latex-set-initial-vars): Remember the local value of
2073         `org-display-custom-times'.
2074         (org-export-latex-content): Process time stamps.
2075         (org-export-latex-time-stamps): New function.
2077         * org-macs.el (org-maybe-intangible): Add intangible property
2078         again to invisible text.
2080 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2082         * org-exp.el (org-default-export-plist): Handle undefined
2083         variables.
2085 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2087         * org.el (org-sort-entries-or-items): Match TODO keywrds
2088         case-sensitively, when sorting.
2089         (org-priority): Do not match TODO keywords with wrong case.
2091 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2093         * org-feed.el (org-feed-update): Bind the variable
2094         `new-formatted'.
2096         * org-html.el (org-export-as-html): Start paragraphs after literal
2097         examples.
2099         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2100         literal examples.
2102 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2104         * org.el (org-todo): Honor the NOBLOCKING property.
2106         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2107         NOBLOCKING property.
2109         * org.el (org-scan-tags): Fix bug in tag scanner
2111 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2113         * org.el (org-modules): Mark obsolete packages.
2115         * org-html.el: New file, split out from org-exp.el.
2117         * org-icalendar.el: New file, split out from org-exp.el.
2119         * org-xoxo.el: New file, split out from org-exp.el.
2121         * org-ascii.el: New file, split out from org-exp.el.
2123 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2125         * org-compat.el (org-find-library-name): New function.
2127         * org.el (org-pre-cycle-hook): New hook.
2128         (org-cycle): Call the new hook in appropriate places.
2129         (org-reload): Only reload files that have been loaded before.
2131 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2133         * org.el (org-set-font-lock-defaults): Enforxe space or line end
2134         after todo keyword.
2135         (org-todo): When changing TODO state, do matching
2136         case-sensitively.
2137         (org-map-continue-from): New variable.
2138         (org-scan-tags): Respect values in `org-map-continue-from'.
2139         (org-reload): Make XEmacs compatible.
2141 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
2143         * org-protocol.el (org-protocol-flatten-greedy): New function.
2144         (org-protocol-flatten): New function.
2146         * org.el (org-open-link-from-string): Pass reference buffer to
2147         `org-open-at-point'.
2148         (org-open-at-point): New optional argument `reference-buffer'.
2150 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
2152         * org.el (org-scan-tags): Make tag scan find headline in first
2153         line, 2nd attempt.
2154         (org-get-refile-targets): Add the naked file name.
2155         (org-refile): Store as top-level entry when only file name was
2156         given.
2158         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2160         * org.el (org-block-todo-from-children-or-siblings-or-parent):
2161         Renamed from org-block-todo-from-children-or-siblings, and
2162         enhanced to look for the parent's status as well.
2164         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2165         (org-agenda-get-progress): Add first notes line to log entry if so
2166         desired.
2168 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
2170         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2171         (org-agenda-cleanup-fancy-diary): Call the new hook.
2173         * org-remember.el (org-remember-apply-template): Take the default
2174         for the annotation from the :annotation property.
2176         * org-mac-message.el (org-mac-message-get-link): Remove the
2177         quotes.
2178         (org-mac-message-get-link): Return the result.
2180 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2182         * org.el (org-refile-get-location): Add file name only if not
2183         already included in outline path.
2185         * org-faces.el (org-n-level-faces): Fix customization type from
2186         number to integer.
2188         * org-exp.el (org-export-headline-levels): Fix customization type
2189         from number to integer.
2191         * org-agenda.el (org-agenda-confirm-kill)
2192         (org-agenda-custom-commands-local-options)
2193         (org-timeline-show-empty-dates, org-agenda-ndays)
2194         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2195         customization type from number to integer.
2197 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
2199         * org-protocol.el: Declare some functions.
2201         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2202         postion before inserting modified headline.
2204         * org-agenda.el (org-agenda-compare-effort): Honor
2205         `org-sort-agenda-noeffort-is-high'.
2206         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2207         (org-agenda-compare-effort): Implement the "?" operator for
2208         finding entries without effort setting.
2210         * org.el (org-extract-attributes-from-string): New function.
2212         * org-exp.el (org-export-splice-attributes): New function.
2214 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
2216         * org-mouse.el: XEmacs compatibility fixes
2218         * org-docbook.el (org-export-as-docbook): Process footnotes like
2219         normal text.
2221         * org.el (org-modules): Add org-inlinetasks.el
2222         (org-cycle): Implement limiting level on cycling.
2223         (org-move-subtree-down): Fix bug with swapping subtrees at end of
2224         buffer.
2226         * org-inlinetask.el: New file.
2228         * org.el (org-emphasis-regexp-components): Allow braces in
2229         emphasis pre and post match.
2231         * org-footnote.el (org-footnote-normalize): When only dorting, do
2232         not insert inline notes at the end.
2234         * org-docbook.el (org-id-find-id-file): Add function declaration.
2236         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2238         * org-docbook.el: New file.
2240 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
2242         * org.el (org-reftex-citation): New command.
2244 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
2246         * org-agenda.el (org-agenda-cmp-user-defined): New option.
2247         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2248         sorting options.
2249         (org-entries-lessp): Apply the new sorting option.
2251         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2252         blocker code, when an older sibling has children.
2254         * org-mac-message.el (org-mac-message-get-link): Improve getting
2255         links from multiple selected messages.
2257 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org-remember.el (org-remember-finalize): Do not set buffer file
2260         name to nil.
2261         (org-remember-handler): Mark buffer as unmodified.
2262         (org-remember-handler): Delete backup file and show message about
2263         remaining backup files.
2264         (org-remember-auto-remove-backup-files): New option.
2266         * org.el (org-store-link): Use buffer name as link description in
2267         w3-mode buffers.
2268         (org-ido-switchb): Fix argument bug for completion.
2270         * org-remember.el (org-remember-apply-template): Set local
2271         variable `auto-save-visited-file-name' instead of global one.
2273 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
2275         * org-feed.el: Re-write.
2277         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
2278         (org-agenda-get-todos): Mark file tags as inherited.
2279         (org-agenda-list): Always search diary lines for a time.
2281 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
2283         * org-feed.el (org-feed-assume-stable): New option.
2284         (org-feed-before-adding-hook): New hook.
2286         * org-exp.el (org-export-as-html): Close local lists depending on
2287         indentation, also when starting a table.
2289         * org-remember.el (org-remember-backup-directory)
2290         (org-remember-backup-name): New internal variable.
2292 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
2294         * org-clock.el (org-clock-out-if-current): Make buffer detection
2295         work in indirect buffers as well.
2297         * org.el (org-emphasis-regexp-components): Add the exxclamation
2298         mark to the post-emphasis characters.
2300 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
2302         * org.el (org-read-date-minibiffer-septup-hook): New hook.
2303         (org-read-date): Run the new hook.
2305         * org-mac-message.el (org-mac-flagged-mail): New group.
2306         (org-mac-mail-account): New variable.
2307         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
2308         commands.
2310         * org-remember.el (org-remember-backup-directory): New variable.
2311         (org-remember-apply-template): Write file to backup directory.
2313 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
2315         * org-mouse.el (org-mouse-todo-menu): New function.
2316         (org-mouse-todo-keywords): Function removed.
2317         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
2319         * org-table.el (org-table-beginning-of-field)
2320         (org-table-end-of-field): New commands
2321         (org-table-previous-field, org-table-beginning-of-field): Better
2322         error messages.
2323         (orgtbl-setup): Include `M-a' and `M-e'.
2325         * org.el (org-backward-sentence, org-forward-sentence): New
2326         commands.
2328         * org-colview.el (org-colview-initial-truncate-line-value): New
2329         variable.
2330         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2331         (org-columns): Remember the value of `truncate-lines'.
2333         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2334         New variable.
2335         (org-columns-remove-overlays): Restore the value of
2336         `truncate-lines'.
2337         (org-columns): Remember the value of `truncate-lines'.
2339         * org.el (org-columns-skip-arrchived-trees): New option.
2341         * org-agenda.el (org-agenda-export-html-style): Define color for
2342         org-agenda-done face.
2343         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2344         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2346         * org.el (org-scan-tags): Use the new face.
2348         * org-faces.el (org-agenda-done): New face.
2350         * org.el (org-scan-tags): Test the value org
2351         `org-tags-match-list-sublevels'.
2352         (org-tags-match-list-sublevels): New allowed value: indented.
2354         * org-export-latex.el (org-export-latex-make-header): Apply macros
2355         in header.
2357         * org-exp.el (org-export-apply-macros-in-string): New function.
2359         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2360         with the definition of a checked box.
2362         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2364         * org-export-latex.el (org-export-latex-low-levels): More options
2365         for how to process lower levels in LaTeX.
2366         (org-export-latex-subcontent): Better treatment for lists as a
2367         means of publishing lower levels.
2369 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2371         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2373         * org-faces.el (org-checkbox): New face.
2375         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2376         fragement images if there is an export file.
2378 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2380         * org-agenda.el (org-stuck-projects): Document that the subtree of
2381         projects that are not stuck will now be searched for stuck
2382         sub-projects.
2383         (org-agenda-skip-entry-when-regexp-matches)
2384         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2385         (org-agenda-list-stuck-projects): Use
2386         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
2388         * org-export-latex.el (org-export-latex-preprocess): Improve
2389         export of verses.
2391         * org-exp.el (org-export-as-html): Implement centering as a div
2392         rather than a paragraph.  Do a better job with line-end in verse
2393         environments.
2395 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
2397         * org.el (org-open-at-point): Fix tags searches by mouse click.
2399 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
2401         * org-export-latex.el (org-export-latex-preprocess): Implement the
2402         centering markup.
2404         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
2405         from `org-export-mark-blockquote-and-verse'.
2406         (org-export-as-html): Implement the centering markup.
2408         * org-export-latex.el (org-export-latex-tables): Fix vertical
2409         lines in tables.
2411 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
2413         * org.el (org-read-date-history): New variable.
2414         (org-read-date): Use new history variable.
2415         (org-toggle-heading): Fix bug when used before first headline.
2416         (org-store-log-note): Remove drawer if empty while note is
2417         aborted.
2418         (org-remove-empty-drawer-at): New function.
2419         (org-check-after-date): New command.
2420         (org-sparse-tree): New sparse tree command "a".
2422         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
2424 2009-03-14  Bastien Guerry  <bzg@altern.org>
2426         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
2427         column and a space, not only a column.
2429 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
2431         * org-export-latex.el (org-export-latex-emphasis-alist): Better
2432         defaults for verbose emphasis.
2433         (org-export-latex-emph-format): New function.
2434         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
2436         * org-agenda.el (org-agenda-menu): Add new commands to menu.
2437         (org-agenda-do-date-later, org-agenda-do-date-earlier)
2438         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
2439         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
2440         commands.
2442         * org.el (org-timestamp-change): Move end-time along with start
2443         time.
2445 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
2447         * org-exp.el (org-export-target-internal-links)
2448         (org-export-as-html): Protect links specified as #name.
2450 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
2452         * org.el (org-clone-subtree-with-time-shift): New command.
2454         * org-export-latex.el (org-export-latex-special-chars)
2455         (org-export-latex-treat-sub-super-char): Fix subscript export.
2457         * org-exp.el (org-create-multibrace-regexp): Do not add
2458         backslashes to the class.
2460 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
2462         * org-colview.el (org-columns-map): Better functions for moving up
2463         and down a row, even if `truncate-line' is nil.
2465         * org.el (org-insert-todo-heading): Make sure the keyword is
2466         inserted at the correct position.
2468         * org-publish.el (org-publish-project-alist)
2469         (org-publish-projects, org-publish-org-index): Change default anme
2470         for the index of file names to "sitemap.org".
2472         * org-export-latex.el (org-export-latex-tables): Use
2473         `org-split-string', for Emacs 21 compatibility.
2475 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
2477         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
2479 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
2481         * org-exp.el (org-export-page-description)
2482         (org-export-page-keywords): New variables.
2483         (org-export-plist-vars): Add entries for :keywords and
2484         :description.
2485         (org-infile-export-plist): Parse for new keywords.
2486         (org-get-current-options): Add new keywords
2487         (org-export-as-html): Publish description and keywords.
2489         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
2490         option.
2491         (org-agenda-add-entry-text): Honor
2492         `org-agenda-add-entry-text-descriptive-links'.
2494         * org-export-latex.el (org-export-latex-preprocess): Make all
2495         external preprocess functions use a PARAMETER arg.
2497         * org-exp.el (org-export-preprocess-string)
2498         (org-export-select-backend-specific-text)
2499         (org-export-format-source-code-or-example)
2500         (org-format-org-table-html): Support docbook export.
2501         (org-export-preprocess-string): Make all external preprocess
2502         functions use a PARAMETER arg.
2504 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
2506         * org-exp.el (org-export-html-style-include-scripts): New option.
2507         (org-export-plist-vars): Add new option
2508         `org-export-html-style-include-scripts'.
2509         (org-export-as-html): Honor new option
2510         `org-export-html-style-include-scripts'.
2511         (org-export-html-scripts, org-export-html-style-default): Fix
2512         xml issues with the Safari browser.
2514 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
2516         * org-publish.el (org-publish-attachment): Only copy file when the
2517         directories differ.
2519 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
2521         * org-clock.el (org-clocktable-steps): Use inactive time stamps
2522         for clocktable steps.
2524         * org.el (org-additional-option-like-keywords): Add two more
2525         keywords.
2527 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
2529         * org-exp.el (org-export-format-source-code-or-example): Mark
2530         temporary buffer unmodified, so that it will be killed even if
2531         mode like message mode has decided to assign a file name.
2533         * org.el (org-scan-tags): Improve tag inheritance.
2534         (org-scan-tags, org-make-tags-matcher): Make tag comparison
2535         case-sensitive.
2536         (org-scan-tags): Use the internal tags list instead of creating it
2537         from scratch.
2538         (org-trust-scanner-tags, org-scanner-tags): New variables.
2539         (org-scan-tags): Set `org-scanner-tags'.
2540         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
2541         (org-map-entries): Document the possible speedup using scanner
2542         tags.
2544 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
2546         * org.el (org-add-planning-info): Fix bug with looking for keyword
2547         only at column 0.
2549         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2550         option for tags filter preset.
2551         (org-prepare-agenda): Store filter preset as a property on the
2552         filter variable.
2553         (org-finalize-agenda): Call the filter, if there is a preset.
2554         (org-agenda-filter-by-tag): Filter again after clearing the
2555         filter, when there still is a preset.
2556         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
2557         Include the preset filter.
2558         (org-agenda-redo): Apply the filter again, also the preset filter.
2560         * org-exp.el (org-export-as-html): Use IDs in the correct way.
2562         * org.el (org-uuidgen-p): New funtion.
2564         * org-agenda.el (org-agenda-fontify-priorities): New default value
2565         `cookies'.
2566         (org-agenda-fontify-priorities): Renamed from
2567         org-fontify-priorities.
2569         * org.el (org-set-font-lock-defaults): Call
2570         `org-font-lock-add-priority-faces'.
2571         (org-font-lock-add-priority-faces): New function.
2573         * org-faces.el: (org-set-tag-faces): New option.
2574         (org-priority-faces): New variable.
2576         * org-exp.el (org-export-as-html): Add a "content" div around the
2577         entire content of the body tag.
2578         (org-export-html-get-bibliography): New function.
2579         (org-export-html-validation-link): New variable.
2580         (org-export-as-html): Add validation link to exported page.
2582         * org.el (org-match-sparse-tree): Renamed from
2583         `org-tags-sparse-tree'.
2584         (org-tags-sparse-tree): New alias.
2586 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
2588         * org.el (org-get-valid-level): Catch the case where the level
2589         change is nil.
2591         * org-clock.el (org-clock-find-position): Better indentation of
2592         new clock drawers.
2594 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org-agenda.el (org-agenda-quit): Delete window only when the
2597         frame-setup was not `current-window'.
2599         * org.el (org-tag-persistent-alist): New option.
2600         (org-startup-options): Add keyword `noptag'.
2601         (org-fast-todo-selection): Handle :newline correctly.
2602         (org-set-tags): Handle :newline correctly.
2603         (org-fast-tag-selection): Handle :newline correctly.
2605 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
2607         * org-exp.el (org-export-as-ascii): Reverse link buffer before
2608         outputting it.
2609         (org-export-ascii-push-links): Fix bug with pussing links into the
2610         export buffer.
2612 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
2614         * org-archive.el (org-archive-subtree): Do not add 1 to level if
2615         pasting at top level.
2617         * org-bbdb.el: Improve documentation.
2619 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
2621         * org-list.el (org-insert-item): Only consider insert empty lines
2622         is `org-empty-line-terminates-plain-lists' is not nil.
2624         * org.el (org-blank-before-new-entry): Mention the dependence on
2625         `org-empty-line-terminates-plain-lists' in the docstring.
2627         * org-publish.el (org-publish-get-project-from-filename): New
2628         optional argument UP.  Only find the top project if UP is set.
2629         (org-publish-current-project): Find the top encloding project.
2631         * org-agenda.el (org-agenda-before-write-hook)
2632         (org-agenda-add-entry-text-maxlines): New options.
2633         (org-write-agenda): Run the new hook in the temporary buffer.
2634         (org-agenda-add-entry-text): New function.
2635         (org-write-agenda): Implement PDF export, using ps2pdf.
2637         * org.el (org-global-properties-fixed, org-global-properties):
2638         Improve documentation string.
2640         * org-exp.el (org-export-ascii-links-to-notes): New option.
2641         (org-export-as-ascii): Handle links better.
2642         (org-export-ascii-wrap, org-export-ascii-push-links): New
2643         functions.
2645 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
2647         * org-agenda.el (org-agenda): Make prefix arg optional.
2648         (org-agenda-search-headline-for-time): New option.
2649         (org-format-agenda-item): Honor
2650         `org-agenda-search-headline-for-time'.
2652         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
2653         characters.
2655         * org.el (org-self-insert-cluster-for-undo): New option.
2656         (org-self-insert-command): Cluster undo for 20 characters.
2657         (org-self-insert-command-undo-counter): New variable.
2659 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
2661         * org-exp.el (org-export-as-html): Fix problem with closing colone
2662         example.
2664 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org-export-latex.el (org-export-as-latex)
2667         (org-export-latex-first-lines): Avoid modification flag when
2668         adding or removing text properties.
2669         (org-export-latex-fontify): Catch error when org-emph-alist has
2670         entries that are not defined for LaTeX export.
2672         * org.el (orgstruct++-mode): New function.
2673         (turn-on-orgstruct++): Call `orgstruct++-mode'.
2674         (org-context-p): Allow detecting item context after the first line
2675         of an item.
2676         (orgstruct-make-binding): Detect if item-body context should be
2677         seen.
2678         (orgstruct-is-++): New variable.
2679         (org-add-planning-info): Catch the case when there is no planning
2680         info yet and the call does not want to add anything, only maybe
2681         tries to remove something.
2682         (org-special-ctrl-a/e): All value to be a cons cell with separate
2683         settings for `C-a. and `C-e'.
2684         (org-beginning-of-line, org-end-of-line): Honor separate values
2685         for `C-a' and `C-e'.
2687 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
2689         * org.el (org-reload): New command.
2691 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
2693         * org-exp.el (org-export-htm-get-tag-class-name)
2694         (org-export-htm-get-todo-kwd-class-name): New functions.
2695         (org-export-html-tag-class-prefix)
2696         (org-export-html-todo-kwd-class-prefix): New options.
2697         (org-export-as-html): Call
2698         `org-export-html-get-todo-kwd-class-name'.
2699         (org-html-level-start): Wrap tags into classes.
2700         (org-export-html-get-tag-class-name)
2701         (org-export-html-get-todo-kwd-class-name): New functions.
2703         * org-export-latex.el (org-export-latex-collect-header-macros):
2704         Remove fields that are used anyway.
2705         (org-export-latex-make-header): Insert the options earlier.
2707         * org-agenda.el (org-agenda-get-progress): Fix bug with state
2708         matching.
2710         * org-list.el (org-indent-item): Allow point to be at the end of
2711         the region.
2713         * org.el (org-metaleft, org-metaright): Be more accurate about
2714         detecting a region where commands apply.
2716         * org-compat.el (org-cursor-to-region-beginning): New function.
2718         * org.el (org-priority): Also find invisible heading.
2720         * org-colview-xemacs.el (org-columns-edit-value): No special
2721         treatment for `org-todo' prefix.
2723         * org-colview.el (org-columns-edit-value): No special treatment
2724         for `org-todo' prefix.
2726         * org-remember.el (org-remember-apply-template): Use
2727         `org-completing-read-no-ido'.
2729         * org.el (org-completing-read-no-ido): New function.
2730         (org-make-tags-matcher, org-set-property): Use
2731         `org-completing-read-no-ido'.
2733         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
2734         New option.
2735         (org-export-as-latex): Import in-buffer settings as TeX macros.
2736         (org-export-latex-make-header): Additional parameter OPT-DEFS.
2737         (org-export-latex-collect-header-macros): New function.
2739         * org.el (org-refile-get-location): Turn off
2740         `partial-completion-mode'.
2742 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
2744         * org.el (org-block-todo-from-checkboxes): Announce that
2745         checkboxes are the culprit.
2746         (org-block-todo-from-children-or-siblings): Call
2747         `org-up-heading-all instead' of `outline-up-heading'.
2749         * org-agenda.el (org-agenda-show-1): Renamed from
2750         `org-agenda-show'.
2751         (org-agenda-show): Re-install the old version for now.
2752         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
2753         variable into the blokker hook, so that the checkbox checker can
2754         anounce that it caused the blocking.
2756         * org.el (org-track-ordered-property-with-tag): New option.
2757         (org-toggle-ordered-property): Honor
2758         `org-track-ordered-property-with-tag'.
2759         (org-tag-alist): Add newline options.
2760         (org-set-regexps-and-options): Separate option lines imply a
2761         newline.
2762         (org-set-regexps-and-options, org-assign-fast-keys)
2763         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
2764         option.
2765         (org-indent-line-function): Make sure this works even if there is
2766         not `org-drawer-regexp' defined.  This can happen when
2767         orgstruct-mode is used in a non-org buffer.
2769         * org-list.el (org-checkbox-blocked-p): New function.
2770         (org-toggle-checkbox): Check for blocking.
2772         * org.el (org-modules): Add an entry for org-R.el.
2774         * org-agenda.el (org-agenda-todo-ignore-with-date)
2775         (org-agenda-todo-ignore-scheduled)
2776         (org-agenda-todo-ignore-deadlines): Mention the variable
2777         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
2779         * org.el (org-get-wdays): Find the warning period also if it is in
2780         the wrong place.
2781         (org-ido-completing-read): Provide the correct arguments to
2782         ido-completing-read and bind `ido-enter-matching-directory' to
2783         nil.
2785 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
2787         * org.el (org-olpath-completing-read): Never use ido for this
2788         one.
2790         * org-exp.el (org-export-normalize-links): Use new macro.
2792         * org-macs.el (org-if-unprotected-at): New macro.
2794         * org-agenda.el (org-agenda-show): Allow numerical prefix
2795         arguments to specify how much context should be shown.
2796         (org-agenda-cycle-show): New command, could be bound to SPC in
2797         org-agenda-mode-map.
2799         * org-exp.el (org-html-level-start): Space after section number.
2801 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
2803         * org-agenda.el (org-agenda-get-sexps): Add todo state as
2804         property, for sorting.
2805         (org-cmp-todo-state): Get the applicable TODO keywords directly
2806         from the buffer.
2807         (org-run-agenda-series, org-agenda-list, org-search-view)
2808         (org-todo-list, org-tags-view): Only fit agenda window when the
2809         whole series is done.
2811         * org.el (org-scan-tags): Add todo state as property, for sorting.
2813         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2814         `org-agenda-overriding-header' as an option.
2815         (org-agenda-list): Honor org-agenda-overriding-header'.
2817 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org-list.el (org-toggle-checkbox): Improve cursor positioning
2820         after removing a checkbox.
2822         * org.el (org-show-entry): Make this work correctly also if it is
2823         the last entry in the file.
2824         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
2825         falling back to normal, default command.
2826         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
2827         item, call the checkbox toggler to get a box.
2829         * org-list.el (org-toggle-checkbox): Make double prefix set the
2830         checkbox to "[-]".
2831         (org-fix-bullet-type): Only replace bullet if it is changed.
2832         (org-renumber-ordered-list): Handle case when first item does not
2833         have a number.
2835         * org.el (org-add-log-setup): Fix positioning when
2836         `org-log-states-order-reversed' is nil.
2838         * org-clock.el (org-clock-in): Fix positioning when
2839         `org-log-states-order-reversed' is nil.
2840         (org-clock-find-position): Fix positioning when
2841         `org-log-states-order-reversed' is nil.
2843 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
2845         * org-clock.el (org-clock-into-drawer): Take default from
2846         `org-log-into-drawer'.
2847         (org-clock-find-position): Look for the correct drawer.
2849         * org.el (org-log-into-drawer): Renamed from
2850         `org-log-state-notes-into-drawer'.
2851         (org-log-state-notes-into-drawer): New variable alias.
2852         (org-add-log-setup): Make drawer name default to LOGBOOK, not
2853         CLOCK.
2854         (org-insert-property-drawer): Also skip LOGBOOK drawers.
2856 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
2858         * org-agenda.el (org-agenda): Fix docstring.
2860         * org.el ("org-plot"): Help loading org-plot.
2861         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
2862         (org-metadown-hook, org-shiftmetaleft-hook)
2863         (org-shiftmetaright-hook, org-shiftmetaup-hook)
2864         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
2865         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
2866         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
2867         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
2869         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
2870         for selecting files with any (and even without) extension.
2872         * org.el (org-save-all-org-buffers): Also save id locations.
2873         (org-revert-all-org-buffers): Also load id locations.
2875 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2876         * org.el (org-drawers): Add LOGBOOK to the default drawers.
2877         (org-log-state-notes-into-drawer): New option.
2878         (org-add-log-setup): Place the sate note marker into the drawer,
2879         create drawer when necessary.
2880         (org-refile-targets): Document special interpretation of LEVEL
2881         when odd-levels are used.
2883 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
2885         * org.el (org-store-log-note): Fix note indentation when adding
2886         notes to end of list.
2888         * org-exp.el (org-export-as-html): Add TODO keyword as extra
2889         class, so that each keyword can get special colors through CSS.
2891         * org-clock.el (org-clock-out): Add another nil for the previous
2892         state into the call to `org-add-log-setup'.
2894         * org.el (org-log-note-previous-state): New variable.
2895         (org-log-note-headings): New %S escape for old state.
2896         (org-todo): Call the note setup with the old state as an
2897         argument.
2898         (org-add-note): Add another nil for the previous state into the
2899         call to `org-add-log-setup'.
2900         (org-add-log-setup): New argument PREV-STATE.
2901         (org-add-log-note): Handle new %S escape.
2902         (org-store-log-note): Handle new %S escape.
2904 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
2906         * org-clock.el (org-clock-find-position): Do not swallow an item
2907         less indented than the CLOCK line itself.
2908         (org-clock-in): Push markers to lin after the clock line.
2909         (org-clock-find-position): Handle values of
2910         `org-clock-into-drawer' smaller than 2.
2912         * org-exp.el (org-html-level-start): Add a CSS class to section
2913         numbers.
2914         (org-export-html-toplevel-hlevel): Better documentation of the
2915         influence of this variables on H levels and css classes in
2916         export.
2918 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
2920         * org-agenda.el (org-agenda-custom-commands-local-options): Add
2921         timestamp and nottimestamp to the chooe menu.
2923         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
2924         (org-revert-all-org-buffers): New command.
2926 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
2928         * org.el (org-return): Implement `org-return-follows-link' in the
2929         function org-return.  This is more robust than using the mouse
2930         map, I think.
2931         (org-set-regexps-and-options): Match more general #+TODO lines.
2932         (org-make-options-regexp): New optional argument EXTRA, for an
2933         extra regexp.
2934         (org-tab-follows-link): Mark as deprecated.
2936 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
2938         * org-exp.el (org-export-preprocess-string): Remove clock lines
2939         earlier, so that they cannot cotribute to verbatim snippets.
2941 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
2943         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
2944         for finding drawers.
2945         (org-export-as-ascii, org-export-as-html): Count levels relative
2946         to the subtree header.
2947         (org-get-min-level): New optional argument OFFSET.
2948         (org-export): Make sure point is restored after popping up that
2949         window.
2951         * org.el (org-do-sort): Also take an inactive timestamp if no
2952         active one is found.
2954         * org-colview-xemacs.el (org-columns-capture-view): Copy before
2955         deleting duplicates.
2957         * org-colview.el (org-columns-capture-view): Copy before
2958         deleting duplicates.
2960         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
2961         text before first headline.
2963         * org.el (org-format-latex): Do not convert LaTeX fragments in
2964         protected examples.
2966 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
2968         * org-exp.el (org-export-html-style-default): Use color values
2969         instead of names for XHTML validation.
2971         * org.el (org-get-scheduled-time, org-get-deadline-time): New
2972         functions.
2973         (org-return-follows-link): Revert making this the default untile
2974         issues are resolved.
2976         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
2977         nottimestamp.
2979 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
2981         * org.el (org-mode): Make dependence stuff work more reliably.
2982         (org-update-parent-todo-statistics): Fix bug with updating
2983         statistics cookie.
2985         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
2986         ~ as verbatim delimiters.
2988         * org-exp.el (org-export-html-format-image): New argument
2989         PAR-OPEN.
2990         (org-export-as-html): Pass par-open to
2991         `org-export-html-format-image'.
2993 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
2996         (org-use-fast-todo-selection, org-tags-column): New default
2997         setting for variables, based on a poll what typical uses use.
2999         * org-agenda.el (org-agenda-sorting-strategy)
3000         (org-agenda-tags-column): New default setting for variables, based
3001         on a poll what typical uses use.
3003 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3005         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3006         blocked entries from setting the blocked tag.
3008         * org-exp.el (org-export-html-footnotes-section): Use a more
3009         consistent id for footnotes.
3011         * org-export-latex.el (org-export-latex-classes): Remove the
3012         a4paper option from the default styles.
3014 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3016         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3017         (org-block-todo-from-checkboxes): New function.
3018         (org-todo): Make tripple prefix arg circumvent blocking.
3020         * org-timer.el (org-timer): Provide the timer feature.
3022         * org.el (org-require-autoloaded-modules): Add a few more files to
3023         the list of autoloaded modules.
3025         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3027 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3029         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3030         drawers that are unprotected.
3031         (org-export-html-format-image): Make sure inlined LaTeX fragment
3032         images remain inlined.
3034         * org.el (org-toggle-ordered-property): New function.
3035         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3036         (org-org-menu): Add menu entries for TODO dependencies.
3038 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3040         * org.el (org-default-properties): Add ORDERED to the default
3041         properties, to get completion support for it.
3043         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3045         * org.el (org-update-parent-todo-statistics): Update more than one
3046         cookie.
3048         * org-agenda.el (org-agenda-get-todos): Start search from correct
3049         position.
3051         * org.el (org-fast-todo-selection): Make sure TODO selection does
3052         not change buffer position.
3054         * org-list.el (org-toggle-checkbox): Implement adding or removing
3055         checkboxes from line or region when called with a prefix
3056         argument.
3058         * org-rmail.el (org-rmail-store-link): Protect the call to
3059         `rmail-narrow-to-non-pruned-header'.
3061         * org-clock.el (org-clock-special-range): Fix week display in
3062         clock tables.
3064         * org-exp.el (org-get-current-options): Fix bug when in indirect
3065         buffer.
3067 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3069         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3070         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3071         (org-agenda-dim-blocked-tasks): New function.
3073         * org.el (org-enforce-todo-dependencies): New option.
3074         (org-block-todo-from-children-or-siblings): New function.
3076         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3078         * org.el (org-todo): Return correct state type even if the blocker
3079         throws an error.
3080         (org-modifier-cursor-error): Renamed from
3081         `org-shiftcursor-error'.
3082         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3083         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3085         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3086         to get real errors from the blocker hook.
3088         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3089         functions.
3090         (org-set-visibility-according-to-property): Turn off the setting
3091         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3092         property.
3094 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3096         * org.el (org-support-shift-select): New option.
3097         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3098         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3099         selection outside contexts.
3101         * org-list.el (org-at-item-bullet-p): New function.
3103         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3104         variables.
3106         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3107         variable.
3108         (org-insert-footnote-reference-near-definition): Remove
3109         unnecessary let form.
3111         * org-export-latex.el (org-export-latex-first-lines): Add
3112         OPT-PLIST parameter.
3113         (org-export-as-latex): Call `org-export-latex-first-lines' with
3114         opt-plits parameter.
3115         (org-export-latex-preprocess): Remove unnecessary variables.
3117         * org-exp.el (org-infile-export-plist)
3118         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3119         (org-export-remove-headline-metadata)
3120         (org-export-get-title-from-subtree, org-get-min-level)
3121         (org-html-do-expand): Remove innecessary let form.
3123         * org-colview-xemacs.el (org-columns-display-here): Remove
3124         unnecessary variables.
3126         * org-colview.el (org-columns-display-here): Remove unnecessary
3127         variables.
3129         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3130         variables.
3132         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3133         unnecessary variables.
3135         * org-agenda.el (org-search-view, org-agenda-get-blocks)
3136         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3137         variables.
3139         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3140         (org-compact-display-after-subtree-move): Remove unnecessary
3141         variables.
3142         (org-edit-fixed-width-region): Remove unnecessary variables.
3143         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3144         (org-olpath-completing-read): Remove unnecessary variable.
3145         (org-auto-repeat-maybe): Remove unnecessary variable.
3146         (org-map-entries): Remove unnecessary variable.
3147         (org-buffer-property-keys, org-imenu-get-tree)
3148         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3150 -----------------------------------------------------------------
3152 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3153         * org-exp.el (org-export-remove-timestamps): Never remove
3154         timestamps from tables.
3156         * org-export-latex.el (org-export-latex-first-lines): Add more
3157         options to the preprocessing of the text before the first
3158         headline.
3160 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
3162         * org-faces.el (org-clock-overlay): Make face compatible with
3163         XEmacs.
3165         * org.el (org-yank): Add property for delete-selection mode.
3167         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3169         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3170         variable.
3172         * org-table.el (org-table-insert-hline): Fix typo in fuction call
3173         to `backward-char'.
3175         * org-exp.el (org-export-as-html): Remove the initial space from
3176         colon examples.
3178         * org.el (org-scan-tags): Call
3179         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3181         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3182         customization groups.
3183         (org-agenda-tags-todo-honor-ignore-options): New option.
3184         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3185         New function.
3186         (org-agenda-get-todos): Use
3187         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3189 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3191         * org-exp.el (org-export-format-source-code-or-example): Escape
3192         HTML characters also in examples that anre not treated with
3193         htmlize.  Also, just switch to EXAMPLE processing if we do not
3194         have a good version of htmlize.
3196         * org-rmail.el: Fix copyright notice.
3198         * org.el (org-activate-footnote-links): Improve footnote link
3199         highlighting.
3201         * org-footnote.el (org-footnote-normalize): Fix finding the end of
3202         a footnote definition at the end of the file.
3204         * org-table.el (org-table-get-specials): Add an imagined hline at
3205         the end of the table.  This can be useful for references that want
3206         to go to the end of the table.  Also fix bug when computing last
3207         row constants, in tables that do not start right at the right
3208         margin.
3209         (org-table-eval-formula): Match and replace remove references.
3210         (org-table-formula-substitute-names): Make sure that names inside
3211         a "remote" call are left alone, the will be replaced later when
3212         the remote call is handled.
3213         (org-table-convert-refs-to-rc): Do not convert things that might
3214         look like a reference, but are really part of an ID or namei n a
3215         remote reference.
3216         (org-table-get-remote-range): New function.
3218 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
3220         * org-faces.el (org-clock-overlay): Fix bug in face definition.
3222         * org-clock.el (org-clock-put-overlay): Use new face instead of
3223         `secondary-selection'.
3225         * org-faces.el (org-clock-overlay): New face.
3227 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3229         * org-exp.el (org-get-current-options): Include the option for
3230         publishing time stamps.
3232         * org.el (org-toggle-heading): Renamed from
3233         `org-toggel-region-headings'.
3234         No longer needs a region defined, but will use it if there is one.
3235         (org-ctrl-c-star): Simplified, relying more on the internal
3236         workings of `org-toggle-heading'.
3237         (org-toggle-item): Renamed from `org-toggle-region-items'.
3238         No longer needs a region defined, but will use it if there is one.
3239         (org-ctrl-c-minus): Simplified, relying more on the inernal
3240         workings of `org-toggle-item'.
3242         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3243         environment detection.  Also, do real changes only in unprotected
3244         places.
3246 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
3248         * org-export-latex.el (org-export-latex-quotation-marks): Use
3249         `org-if-unprotected-1'.
3250         (org-export-latex-set-initial-vars): Check for class definition in
3251         property.
3253         * org-macs.el (org-if-unprotected-1): New macro.
3255 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
3257         * org-compat.el (org-count-lines): New function.
3259         * org-exp.el (org-export-format-source-code-or-example): Handle
3260         switches related to text areas.
3262         * org.el (org-activate-footnote-links): Don't allow match inside a
3263         link.
3265         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
3267         * org-export-latex.el (org-export-latex-links): Keep a relative
3268         path relative also after export.
3270         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
3272         * org.el (org-make-tags-matcher): Never use IDO for completing the
3273         tags matcher match string.
3274         (org-completing-read): Also remove the special biding for "?".
3276         * org-attach.el (org-attach-allow-inheritance): New option.
3277         (org-attach-inherited): New variable.
3278         (org-attach-dir): Handle properties related to the attachment
3279         directory.
3280         (org-attach-check-absolute-path): New function.
3281         (org-attach-set-directory, org-attach-set-inherit): New commands.
3282         (org-attach): Accommodate the new commands in the dispatcher.
3284 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
3286         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3287         `window-full-width-p'.
3289         * org-exp.el (org-export-as-html): Only check for images files
3290         that really can be inlined
3292         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3293         list of extensions to be a parameter.
3295         * org-exp.el (org-export-html-inline-image-extensions): New
3296         variable.
3298         * org-agenda.el (org-prepare-agenda): Use
3299         `org-agenda-block-separator'.
3300         (org-agenda-block-separator): New option.
3302 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
3304         * org-export-latex.el (org-export-latex-tables): Call
3305         `org-table-clean-before-export' with the new optional argument.
3307         * org-exp.el (org-table-clean-before-export): New optional
3308         parameter MAYBE-QUOTED, allows for quoted characters like \# in
3309         first column.
3311 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
3313         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3314         histograms.
3316         * org-colview.el (org-colview-construct-allowed-dates): Better
3317         error catching when a date/time property does not have allowed
3318         values defined.
3320         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3321         Better error catching when a date/time property does not have
3322         allowed values defined.
3324 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3326         * org.el (org-map-entries): Restore point and restriction after
3327         `org-map-entries'.
3329 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3331         * org.el (org-time=, org-time<, org-time<=, org-time>)
3332         (org-time>=, org-time<>): Make sure both values are dates.
3334 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3336         * org-archive.el (org-extract-archive-heading): Allow %s for file
3337         name also in achive location heading.
3339 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3341         * org-archive.el (org-add-archive-files): Uniquify the list before
3342         returning it.
3344 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3346         * org-compat.el (org-fit-window-to-buffer): Use
3347         `window-full-width-p'.
3349         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3350         space after the colon in short examples.
3352         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3353         enforce a space after the colon.  However, we also allow lines
3354         that are *only* a colon.
3355         (org-export-as-html): Enforce the space after the colon in short
3356         examples.
3357         (org-export-preprocess-string): Do the colon example protection
3358         earlier.
3359         (org-export-remove-timestamps): Do not check for protection at the
3360         end of the line.
3362 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3364         * org.el (org-format-latex-options): Add new matcher for single
3365         letters between dollars.
3366         (org-get-header): Function removed.
3367         (org-heading-components): New function.
3369         * org-exp.el (org-export-define-heading-targets): Record ID's also
3370         as alternative targets.
3371         (org-export-as-html): Interpret "id:" links to other files by
3372         preserving the relative path.
3374         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3375         is nil.
3377         * org-exp.el (org-export-normalize-links): Protect the main link,
3378         to avoid special character processing.
3380         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3381         New variable.
3382         (org-export-latex-special-string-regexps): Variable removed.
3383         (org-export-latex-keywords): Use the new regexp.
3385         * org-exp.el (org-export-handle-include-files): Fetch switches and
3386         put them into the BEGIN statement.
3388         * org-timer.el (org-timer-mode-line-string): New variable.
3390         * org-clock.el (org-clock-mode-line-map): Renamed from
3391         `org-clock-mode-map'.
3392         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
3393         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
3394         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
3395         (org-clock-remove-overlays): Renamed from
3396         `org-remove-clock-overlays'.
3398         * org-timer.el (org-timer-pause-or-continue): Implement stopping
3399         and mode line display.
3400         (org-timer-stop): New command.
3401         (org-timer-seconds): Return correct time when timer is paused.
3402         (org-timer-mode-line-timer): New variable.
3403         (org-timer-set-mode-line, org-timer-update-mode-line): New
3404         functions.
3406         * org.el (org-insert-heading):  Handle new value `auto' for
3407         `org-blank-before-new-entry'.
3408         (org-org-menu): Add new items for timer functions.
3410         * org-list.el (org-insert-item): Handle new value `auto' for
3411         `org-blank-before-new-entry'.
3413         * org.el (org-blank-before-new-entry): New value `auto', made
3414         default.
3416 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
3418         * org-exp.el (org-export-normalize-links): If the link is also
3419         used as the description, protect the description.
3421 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
3423         * org.el (org-closest-date): Fix bug with yearly repeats, in
3424         combination with preference of the past as it is used for deadline
3425         and scheduling search.
3427         * org-exp.el (org-html-handle-time-stamps): No longer check for
3428         the `org-export-with-timestamps' option, because the preprocesser
3429         has taken care of this already.
3431         * org.el (org-entry-properties): Catch the case when this is
3432         called in a non-org-mode file.
3434         * org-export-latex.el (org-export-latex-remove-from-headlines):
3435         Variable made obsolete, also LaTeX export now uses the standard
3436         variables.
3437         (org-export-as-latex): Add the timestamps parameter to the
3438         preprocessor parameter list.
3439         (org-export-latex-content): Export the remaining keywords without
3440         considering to remove them.
3441         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3442         Use bold font instead of tt font for the keywords.
3443         (org-export-latex-fontify-headline): Format headlines, assuming
3444         that all keywords still present should be published.
3445         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3446         publish what ever remains of the time stamps.
3447         (org-export-latex-list-parameters): New option.
3448         (org-export-latex-lists): Pass additional parameters to the list
3449         converter.
3451         * org-exp.el (org-export-preprocess-string): Remove clock lines
3452         and timestamps already in the preprocesor.
3453         (org-export-remove-timestamps, org-export-remove-clock-lines): New
3454         functions.
3455         (org-export-as-ascii, org-export-as-html): Add the timestamps
3456         parameter to the preprocessor parameter list.
3458         * org-list.el (org-list-parse-list): Parse for checkboxes.
3459         (org-list-to-generic): Introduce and handle new parameters :cbon
3460         and :cboff.
3461         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3462         optional parameter PARAMS.
3464         * org-export-latex.el (org-export-latex-special-chars): Fix
3465         problems with interpreting dollar signs.
3466         (org-inside-latex-math-p): New function.
3467         (org-export-latex-preprocess): Protect all the math fragments.
3469         * org.el (org-latex-regexps): Allow a dash after a dollar.
3471         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3472         mark after copying.
3474         * org-agenda.el (org-run-agenda-series): Have series options set
3475         when finalizing the agenda.
3477         * org-exp.el (org-export-format-source-code-or-example): Protect
3478         the converted examples.
3480         * org.el (org-set-regexps-and-options): Fix the regexp
3481         `org-complex-heading-regexp'.
3483 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
3485         * org.el (org-edit-src-get-label-format): New function.
3486         (org-coderef-label-format): New option.
3487         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3488         a label format specification and make sure it is used in the edit
3489         buffer.
3490         (org-edit-src-get-label-format): New function.
3491         (org-store-link): Handle new coderef formats.
3492         (org-link-search): Handle new coderef formats.
3494         * org-footnote.el (org-footnote-create-definition)
3495         (org-footnote-goto-local-insertion-point): Make footnote insertion
3496         work correctly when the "Footnotes" headline is the last line in
3497         the buffer.
3499         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3500         the location.
3502 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
3504         * org-w3m.el (org-w3m): New customization group.
3505         (org-w3m-deactivate-mark): New option.
3506         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3507         option say not to.
3509 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
3511         * org.el (org-set-font-lock-defaults): Trigger footnote
3512         fontification.
3513         (org-activate-footnote-links): New function.
3514         (org-activate-links): New entry `footnote'.
3516         * org-faces.el (org-footnote): New face.
3518 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
3520         * org-macs.el (org-re): Handle the [:word:] class.
3522         * org-exp.el (org-export-preprocess-string): Call
3523         `org-export-protect-colon-examples'.
3524         (org-export-protect-colon-examples): Renamed from
3525         `org-export-protect-examples', and scope limited to lines starting
3526         with a colon.
3528 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
3530         * org-exp.el (org-export-preprocess-string): Move the preprocess
3531         hook to after turning on Org-mode.
3532         (org-export-preprocess-after-include-files-hook)
3533         (org-export-preprocess-after-tree-selection-hook)
3534         (org-export-preprocess-before-backend-specifics-hook)
3535         (org-export-preprocess-final-hook): New hooks.
3536         (org-export-preprocess-string): Run the new hooks.
3538         * org.el (org-ctrl-c-minus): Fix indentation for new items.
3540         * org-footnote.el: New file.
3542         * org.el (org-footnote): Require footnote code.
3543         (org-startup-options): Add new footnote options.
3544         (org-mode-map): New keybindig for footnotes.
3545         (org-ctrl-c-ctrl-c): Add function at footnotes.
3546         (org-org-menu): New menu entries for footnotes.
3548         * org-export-latex.el (org-export-as-latex): Pass footnote
3549         variable to preprocessor.
3550         (org-export-latex-preprocess): Treat multiple references to a
3551         footnote.
3553         * org-exp.el (org-export-preprocess-string): Call
3554         `org-footnote-normalize'.
3555         (org-export-as-ascii, org-export-as-html): Pass footnote variable
3556         to preprocessor.
3557         (org-export-as-html): Treat multiple references to a footnote.
3559 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
3561         * org-export-latex.el (org-export-latex-links): Handle coderef
3562         links.
3564         * org.el (org-bracket-link-analytic-regexp++): New variable.
3565         (org-make-link-regexps): Initialize
3566         `org-bracket-link-analytic-regexp++'.
3567         (org-store-link): Implement special case in edit-src buffer.
3568         (org-insert-link): No use of ide to insert stored links.
3569         (org-link-search): Implement special case for coderefs.
3571         * org-exp.el (org-export-html-scripts): New constant.
3572         (org-export-html-style-default): Add a new style for highlighted
3573         code.
3574         (org-export-code-refs): New variable.
3575         (org-export-preprocess-string): Initialize `org-export-code-refs'.
3576         Call `org-export-replace-src-segments-and-examples'
3577         No longer call `org-export-protect-examples'.
3578         (org-export-target-internal-links): Take care of coderef targets.
3579         (org-export-last-code-line-counter-value): New variable.
3580         (org-export-replace-src-segments-and-examples): Renamed from
3581         `org-export-replace-src-segments', and modified.
3582         (org-export-format-source-code-or-example): Renamed from
3583         `org-export-format-source-code'.
3584         (org-export-number-lines): New function.
3585         (org-export-as-ascii, org-export-as-html): Handle coderef links.
3587 --------------------------------------------------------------------------
3589 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3591         * org-remember.el (org-remember-handler): Safer way to get a new
3592         buffer accessing the target file.
3594         * org.el (org-refile-get-location): Handle case of current buffer
3595         not having a file associated with it.
3597 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
3599         * org-table.el (org-table-get-formula): Only ask to overwrite
3600         field formula if there really is one.
3602         * org-id.el (org-id-find): Allow the ID to be a symbol or a
3603         number, by converting these to a string.
3605         * org-colview.el (org-dblock-write:columnview): Allow ID to be
3606         located in a different file.
3608         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
3609         org-colview.el.
3611 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
3613         * org.el (org-completion-use-ido): Enhance docstring of
3614         `org-completion-use-ido'.
3616         * org-export-latex.el (org-export-latex-make-header): Double the %
3617         in the time stamp format.
3618         (org-export-latex-special-chars): Handle case where there is no
3619         match group 3.
3621 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
3623         * org.el (org-get-refile-targets, org-refile-get-location): Use
3624         expanded file name to improve comparison.
3626 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3628         * org.el (org-scan-tags): Rescan for tags, to get the correct
3629         upcase/downcase stuff.  This slows things down for now, but it
3630         works.
3631         (org-mode): Make sure the tag-faces regexp is initialized.
3633         * org-export-latex.el (org-export-latex-links): Fix bug with
3634         undefined label.
3636         * org-table.el (org-table-get-specials): Set
3637         `org-table-current-last-data-line'.
3638         (org-table-current-last-data-line): New variable.
3639         (org-table-insert-column, org-table-delete-column)
3640         (org-table-move-column, org-table-fix-formulas): Call
3641         `org-table-fix-formulas' a second time to fix the $LR references.
3642         (org-table-get-specials): Add the $LR references to the tables.
3643         (org-table-get-formula): Do not offer last-row names as LHS of
3644         formulas.
3646         * org.el (org-store-link): Capture link description from
3647         `org-id-store-link'.
3649         * org-exp.el (org-export-html-format-image): Add the / to the end
3650         of the <img> tag.
3651         (org-export-format-source-code): Surround example by empty lines,
3652         to make sure it will not be inside a paragraph.
3654         * org.el (org-ido-switchb): New function.
3656 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
3658         * org-agenda.el (org-agenda-show): New prefix argument
3659         FULL-ENTRY.
3661         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
3662         argument.
3664         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
3665         `org-agenda-change-all-lines'.
3666         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
3667         tags are now retrieved locally.
3669 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
3671         * org.el (org-get-outline-path): Fix bug if level is not given.
3672         (org-org-menu): Do not quote function in menu vector.
3674         * org-agenda.el (org-finalize-agenda): Fix typo with variable
3675         name.
3677 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
3679         * org.el (org-refile): Avoid refiling to within the region to be
3680         refiled.
3682         * org-export-latex.el (org-export-latex-special-chars): Replace
3683         special characters also in tables.
3685         * org-agenda.el (org-agenda-change-all-lines): New argument
3686         FORCE-TAGS.
3687         (org-agenda-set-tags): Cet the new tags and pass them to
3688         `org-format-agenda-item'.
3690 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
3692         * org-export-latex.el (org-export-latex-classes): Add longable as
3693         a default package to all classes.
3694         (org-export-latex-tables): Handle the longtable attribute and the
3695         align attribute.
3697         * org-table.el (orgtbl-to-generic): Handle tables that start with
3698         a hline.
3700         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
3701         \verb for colde-like snippets.
3702         (org-export-as-latex): Fix issues with region export.
3704         * org.el (org-up-heading-safe): Speed up function by using a
3705         direct regexp search.
3706         (org-olpa): New variable.
3707         (org-get-outline-path): Speed-up path constructions in cases where
3708         this is possible because the entire hierarchy is scanned anyway.
3709         (org-refile-get-location): Don't compare the truenames of files,
3710         this is too slow.
3711         (org-goto-max-level): New option.
3712         (org-goto): Use `org-goto-max-level'.
3714 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
3716         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
3717         Strip angle brackets from message-ids in the former and don't do
3718         it in the latter.
3719         (org-gnus-follow-link): Open summary reliable, even if the last
3720         messages were deleted, and handle empty groups, too.
3722 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
3724         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
3725         instead of \texttt for the =...= and ~===~ emphasis environments.
3726         (org-export-as-latex): Remove any old :org-license-to-kill text
3727         properties.
3728         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
3729         (org-export-latex-make-header): Add some hard space after the
3730         table of contents.
3731         (org-export-latex-first-lines): Accept RBEG argument.  Mark
3732         exported text so that it will be excuded in further steps.
3734         * org-table.el (org-table-get-specials): Make @0 reference the
3735         last line in a table.
3736         (org-table-recalculate): Improve docstring.
3738 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3740         * org.el (org-log-done): Fix docstring.
3742 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
3744         * org-exp.el (org-export-html-format-image): Fix bugs.
3746         * org-export-latex.el (org-export-latex-tables)
3747         (org-export-latex-links): Implement attribute, label, and caption
3748         handling.
3750         * org-exp.el (org-export-html-style-default): Add style
3751         definitions for the figure div.
3752         (org-export-preprocess-string, org-export-as-html): Implement
3753         attribute, label, and caption handling.
3754         (org-export-attach-captions-and-attributes): New function.
3755         (org-export-html-format-image): New function.
3756         (org-format-org-table-html): Implement attribute, label, and
3757         caption handling.
3759         * org.el (org-find-text-property-in-string): New function.
3760         (org-extract-attributes): Use the property org-attr instead of
3761         org-attrobutes, because this property is now set with the #+ATTR
3762         lines.
3764 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
3766         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
3767         the case that FROM is nil.
3769         * org.el (org-before-first-heading-p): New function.
3771 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
3773         * org-exp.el (org-export-as-html): Do not add a space before
3774         enforces line breaks.
3775         (org-export-as-html): Close paragraph before blockquote and verse
3776         tags.
3778 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
3780         * org-id.el (org-id-locations-file): Wrap file name with
3781         `convert-standard-filename'.
3782         (org-id-files): New variable.
3783         (org-id-use-hash): New option.
3784         (org-id-update-id-locations): Also search in all files current
3785         listed in `org-id-files'.  Convert the resulting alist to a hash
3786         if the user customation says so.
3787         (org-id-locations-save): Handle he case if `org-id-locations' is a
3788         hash.
3789         (org-id-locations-load): Convert the alist to a hash.
3790         (org-id-add-location): Handle the hast case.
3791         (kill-emacs-hook): Make sure id locations are saved when Emacs is
3792         exited.
3793         (org-id-hash-to-alist, org-id-alist-to-hash)
3794         (org-id-paste-tracker): New functions.
3796 -------------------------------------------------------------------------
3798 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3800         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
3801         bindings of calendar variables.
3803         * org-table.el (org-table-find-row-type): Renamed from
3804         `org-find-row-type'.
3805         (org-table-rewrite-old-row-references): Renamed from
3806         `org-rewrite-old-row-references'.
3807         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
3808         (org-table-cleanup-narrow-column-properties): Renamed from
3809         `org-cleanup-narrow-column-properties'.
3811 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3813         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
3814         for better error messages.
3815         (org-table-get-descriptor-line): Supply the new arguments to
3816         `org-find-row-type'.
3817         (org-table-error-on-row-ref-crossing-hline): New option.
3819         * org.el (org-target-link-regexp): Make buffer-local.
3820         (org-move-subtree-down): Fix bug with trees at beginning of
3821         buffer.
3823 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
3825         * org-faces.el (org-set-tag-faces): New function.
3826         (org-tags-special-faces-re): New variable.
3828         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
3830         * org-faces.el (org-tag-faces): New option.
3831         (org-tag): Mention `org-tag-faces' in the docstring.
3833 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
3835         * org-exp.el (org-export-html-style-default): Implement new
3836         quoting.
3838         * org-jsinfo.el (org-infojs-template): Implement new quoting.
3840         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
3841         command to the `w3m-minor-mode-map'.
3843         * org-archive.el (org-archive-to-archive-sibling): Protect
3844         `this-command' to avoid appending kills during archiving.
3846         * org-exp.el (org-export-with-priority): New variable.
3847         (org-export-add-options-to-plist): Use `org-export-plist-vars'
3848         instead of internal list of strings and properties.
3849         (org-print-icalendar-entries): Retrieve the location property with
3850         inheritance.
3852 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3854         * org-exp.el (org-export-with-todo-keywords): New option.
3855         (org-export-plist-vars): Include also the keys for the #+OPTIONS
3856         line.
3857         (org-default-export-plist, org-export-add-options-to-plist)
3858         (org-export-as-ascii, org-export-as-html): Use the new structure
3859         of `org-export-plist-vars'.
3861         * org.el (org-map-entries): Return all values.
3863 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
3865         * org.el (org-matcher-time): Recognize more special values.
3867         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
3869 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3871         * org.el (org-tags-exclude-from-inheritance): New option.
3872         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
3873         `org-tags-exclude-from-inheritance'.
3875         * org-agenda.el (org-agenda-show-inherited-tags): New option.
3876         (org-format-agenda-item): Add inherited tags to the agenda line
3877         string, and make sure that properties are kept when downcasing the
3878         tags list.
3879         (org-agenda-add-inherited-tags): New function.
3880         (org-downcase-keep-props): New function.
3882         * org.el (org-scan-tags): Mark inherited tags with a text
3883         property.
3884         (org-get-tags-at): Mark inherited tags with a text property.
3885         (org-add-prop-inherited): New function.
3887         * org-agenda.el (org-agenda-add-inherited-tags): New function.
3888         (org-agenda-show-inherited-tags): New option.
3890 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3892         * org.el (org-modules): Add org-w3m to the default modules.
3894         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
3895         orgtbl-mode.
3896         (orgtabl-create-or-convert-from-region): New command.
3898         * org-exp.el (org-export-as-ascii): Remove the handling of
3899         targets.
3900         (org-export-ascii-preprocess): Handle targets already in this
3901         function.
3903 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3905         * org-timer.el (org-timer-start-time): Define this variable.
3906         (org-timer-item): Make argument optional.
3908         * org-list.el (org-insert-item): Automatically insert a timer item
3909         if the current list is a timer list.
3911         * org-timer.el: New file.
3913         * org-publish.el (org-publish-org-index): Only exclude the index
3914         file in the main directory from being added to the site-map.
3915         (org-publish-get-project-from-filename): If the current project is
3916         a component, start publishing from the parent project.
3918 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
3920         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
3922         * org-publish.el (org-publish-org-index): Improve removal of
3923         temporary buffers.
3925         * org-agenda.el (org-get-closed): Re-apply changes
3926         accidentially overwritten by last commit to Emacs.
3928         * org.el (org-outline-path-complete-in-steps): New option.
3929         (org-refile-get-location): Honor
3930         `org-outline-path-complete-in-steps'.
3931         (org-agenda-change-all-lines, org-tags-sparse-tree)
3932         (org-time-string-to-absolute, org-small-year-to-year)
3933         (org-link-escape): Re-apply changes accidentially overwritten
3934         by last commit to Emacs.
3936 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
3938         * org-clock.el (org-dblock-write:clocktable): Make sure the
3939         clocktable sees the first line.
3940         (org-clock-in): Warn if the clock cannot be resumed.
3942 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
3944         * org.el (org-open-at-point): Fix mixup about interactive and
3945         non-interactive elisp links.
3947 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3949         * org-exp.el (org-export-preprocess-string): Allow one comment
3950         line before the first headline to always be included.  This is
3951         to not miss a commented target.
3953         * org-mouse.el (org-mouse-insert-item): Call
3954         `org-indent-to-column' instead of `indent-to', for XEmacs
3955         compatibility.
3957         * org.el (org-refile-targets): Fix customize definition so
3958         that it works also in XEmacs.
3959         (org-fixup-indentation): Call `org-indent-to-column' instead
3960         of `indent-to', for XEmacs compatibility.
3962 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
3964         * org-mew.el (org-mew-store-link): Get the correct case folder
3965         for refiled messages.
3967 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3969         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
3970         line break indicators.
3972         * org.el (org-ido-completing-read): Remove the "i:" prefix for
3973         ido-completion propts.
3975 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3977         * org-remember.el (org-remember-apply-template): Use
3978         `org-substring-no-properties'.
3980         * org-compat.el (org-substring-no-properties): New function.
3982         * org-remember.el (org-remember-apply-template): Use
3983         `org-substring-no-properties' for compatibility.
3985         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
3986         option.
3987         (org-fix-bullet-type): respect
3988         `org-list-two-spaces-after-bullet-regexp'.
3990         * org-clock.el (org-clock-load): Clean up the code.
3992         * org.el (org-adaptive-fill-function): Allow two spaces after
3993         "1." as a list bullet.
3995 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
3997         * org-clock.el (org-clock-save, org-clock-load): Check for
3998         live buffers, existing files, and buffer file names to ensure
3999         consistent information.
4000         (org-clock-persist): Make `clock' a special value of this
4001         variable, and improve docstring.
4003         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4004         (org-get-string-indentation): Adapt indentation when the bullet
4005         width changes.
4007 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4009         * org-remember.el (org-remember-finalize): Make interactive.
4010         (org-remember-kill): New command.
4011         (org-remember-finish-immediately): Call `org-remember-finalize'
4012         directly.
4013         (org-remember-finalize): Make `org-remember-finalize' an interactive
4014         function.
4016 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4018         * org-remember.el (org-remember-apply-template): No ido completion
4019         for free prompts in remember templates.
4020         (org-remember-before-finalize-hook): New hook.
4021         (org-remember-mode): New minor mode.
4022         (org-remember-apply-template): Turn on `org-remember-mode'.
4024         * org-id.el (org-id-add-location): Avoid error when no file is
4025         given.
4027         * org-remember.el (org-remember-apply-template): Fix the way how
4028         the list of allowed properties is retrieved from the target file.
4030         * org.el (org-insert-link): Improve file link matching.
4032 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4034         * org-colview.el (org-columns-display-here): New argument
4035         DATELINE, to trigger using the new face.
4036         (org-agenda-colview-summarize): Call `org-columns-display-here'
4037         with the new argument.
4039         * org-faces.el (org-agenda-column-dateline): New face.
4041         * org-publish.el (org-publish-org-index): Use index-title at page
4042         title, not as section.
4044         * org-exp.el (org-export-html-format-desc): Respect the
4045         org-protect property.
4046         (org-export-as-html): Protect image specifiers that are in the
4047         description part of a link.
4049         * org.el (org-sort-entries-or-items, org-completing-read)
4050         (org-refile-get-location, org-olpath-completing-read, org-todo)
4051         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4052         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4053         (org-set-property, org-delete-property)
4054         (org-delete-property-globally): Use `org-ido-completing-read'.
4056         * org-remember.el (org-remember-apply-template): Use
4057         `org-ido-completing-read'.
4059         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4061         * org-colview.el (org-columns-edit-value, org-columns-new)
4062         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4064         * org-colview-xemacs.el (org-columns-edit-value)
4065         (org-columns-new, org-insert-columns-dblock): Use
4066         `org-ido-completing-read'.
4068         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4069         `org-ido-completing-read'.
4071         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4072         `org-ido-completing-read'.
4074         * org.el (org-time-today): New function.
4075         (org-matcher-time): Use `org-time-today'.  Add special treatment
4076         for "<tomorrow>" and "<yesterday>".
4077         (org-ido-completing-read): New function.
4078         (org-completion-use-ido): New option.
4080         * org-exp.el (org-export-format-source-code): Fix bug in require
4081         htmlize code.
4082         (org-export-target-internal-links): Fix bug in search for text
4083         property.
4085 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4087         * org-export-latex.el (org-export-latex-subcontent): Interprete
4088         target aliases as additonal labels.
4090         * org-exp.el (org-export-target-aliases): New variable.
4091         (org-export-preprocess-string)
4092         (org-export-handle-invisible-targets): Fill the alias alist.
4093         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4094         assign an id.
4095         (org-html-level-start): Insert the target aliases as additonal
4096         anchors.
4098         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4099         picture area.
4101 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4103         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4104         when following a link with the mouse from the agenda.
4106         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4107         headlines are created.
4109 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4111         * org-exp.el (org-export-preprocess-string): Reorder so that we
4112         can still see ID properties when we collect targets.
4113         (org-export-target-internal-links): Also store targets for ID's.
4115         * org.el (org-link-translation-function): New option.
4116         (org-open-at-point): Call `org-link-translation-function' if
4117         non-nil.
4118         (org-translate-link): New function.
4119         (org-translate-link-from-planner): New function.
4120         (org-open-at-point): Allow interactive commands in elisp links.
4122         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4123         iCalendar quoting.  The new one seems to caus problems with
4124         applications.
4126         * org.el (org-yank): Set `this-command' to `yank', so that
4127         `yank-pop' will work.
4129 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4131         * org-id.el (org-id-search-archives): New option.
4133         * org.el (org-link-to-org-use-id): New option.
4134         (org-store-link): Use `org-link-to-org-use-id'.
4135         (org-id): Make org-id.el a standard component.
4137 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4139         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4140         hexified version of the tag.
4142         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4143         compliance as far as quoting is concerned.
4145         * org-vm.el (org-vm-follow-link): Require `vm-search'.
4147         * org.el (org-up-heading-safe, org-forward-same-level): Always
4148         call `org-back-to-heading' instead of `outline-back-to-heading'.
4149         (org-back-to-heading): New wrapper around outline-back-to-heading,
4150         with a useful error message telling where the error happened.
4152         * org-list.el (org-update-checkbox-count): Always call
4153         `org-back-to-heading' instead of `outline-back-to-heading'.
4155         * org-exp.el (org-export-as-html): Make sure that each <img> tag
4156         has an `alt' attribute, to ensure XHTML validation.
4158 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
4160         * org-publish.el (org-publish-attachment): Allow publishing to
4161         overwrite attachment files.
4163         * org-agenda.el (org-agenda-timerange-leaders): New option.
4164         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4166         * org.el (org-edit-src-exit): Untabify ASCII image before
4167         returning.
4180 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4182         * org.el (org-yank): Make any prefix force normal yanking.
4183         Suppress folding if text would be swallowed into a folded
4184         subtree.
4185         (org-yank-folded-subtrees, org-yank): Docstring updates.
4187         * org-agenda.el (org-agenda-compare-effort): Treat no effort
4188         defined as 0.
4190         * org-exp.el (org-export-language-setup): Add Catalan and
4191         Esperanto language entries.
4193 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4195         * org.el (org-refile): Allow refiling of entire regions.
4197         * org-clock.el (org-clock-time%): New function.
4199         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4200         retrieve property values.
4202 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
4204         * org-agenda.el (org-agenda-list): Handle the value `only' of
4205         org-agenda-show-log'.
4206         (org-agenda-log-mode): Interpret a double prefix arg.
4208 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
4210         * org-exp.el (org-export-html-footnotes-section): New variable.
4211         (org-export-as-html): Use `org-export-html-footnotes-section' to
4212         insert the footnotes.
4213         (org-export-language-setup): Add "Footnotes" to language words.
4215 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
4217         * org.el (org-yank): Fix bug when not inserting a subtree.
4219 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
4221         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4222         instead of `vm-beginning-of-message'.
4224         * org.el (org-make-link-regexps): Make sure that links to gnus can
4225         contain brackets.
4227 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
4229         * org-attach.el (org-attach-dir): Remove duplicate ID creation
4230         code.
4232         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4233         shell output.
4235         * org.el (org-link-abbrev-alist): Improve customization type.
4237         * org-attach.el (org-attach-expand-link, org-attach-expand): New
4238         functions.
4240         * org-agenda.el (org-agenda-get-progress): Renamed from
4241         `org-get-closed'.  Implement searching for state changes as well.
4242         (org-agenda-log-mode-items): New option.
4243         (org-agenda-log-mode): New option prefix argument, interpreted as
4244         request to show all possible progress info.
4245         (org-agenda-get-day-entries): Call `org-get-progress' instead of
4246         `org-get-closed'.
4247         (org-agenda-set-mode-name): Handle the more complex log mode
4248         settings.
4249         (org-get-closed): New alias, pointing to `org-get-progress'.
4251 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
4253         * org.el (org-file-apps-defaults-gnu)
4254         (org-file-apps-defaults-macosx)
4255         (org-file-apps-defaults-windowsnt): Add an entry defining the
4256         system command.
4257         (org-file-apps): Allow `system' as key and value.
4258         (org-open-at-point): Explain the effect of a double prefix arg.
4259         (org-open-file): If the argument `in-emacs' is (16),
4260         i.e. corresponding to a double prefix argument, try to open the
4261         file externally.
4263 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
4265         * org.el (org-insert-link): Abbreviate absolute files names in
4266         links.  Also, fix a bug in which the double C-u prefix would not
4267         be honored.
4269 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
4271         * org.el (org-insert-heading): If buffer does not end with a
4272         newline, add one if necessary to insert headline correctly.
4274         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
4275         paragraphs, not inside.
4277         * org.el (org-todo): Quote
4278         `org-agenda-headline-snapshot-before-repeat'.
4280         * org-exp.el (org-export-as-html): Fully process link descriptions.
4281         (org-export-html-format-desc): New function.
4282         (org-export-as-html): Collect footnotes into the correct basket.
4283         (org-html-protect): No longer protect quotations marks here, this
4284         goes wrong.
4286         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4287         BEG.
4289         * org-compat.el (org-fit-window-to-buffer): New function (not
4290         really, a preliminary and incomplete version was present earlier,
4291         but not used).
4293         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4294         `org-fit-window-to-buffer'.
4296         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4298         * org-agenda.el (org-agenda-get-restriction-and-command)
4299         (org-fit-agenda-window, org-agenda-convert-date): Use
4300         `org-fit-window-to-buffer'.
4302         * org-exp.el (org-export-as-html): Process href links through
4303         `org-export-html-format-href'.
4304         (org-export-html-format-href): New function.
4306         * org-agenda.el (org-agenda-todo): Update only the current
4307         headline if this is a repeated TODO, marked done for today.
4308         (org-agenda-change-all-lines): New argument JUST-THIS, to change
4309         only the current line.
4311         * org.el (org-todo): Take a snapshot of the headline if the
4312         repeater might change it.
4314 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4316         * org-publish.el (org-publish-find-title): Remove buffers visited
4317         only for extracting the title.
4319         * org-exp.el (org-export-html-style)
4320         (org-export-html-style-default): Mark style definitions as
4321         unparsed CDATA.
4323         * org-publish.el (org-publish-validate-link): Function
4324         re-introduced.
4326 2008-11-02  Charles Sebold  <csebold@gmail.com>
4328         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4329         property.
4330         (org-plot-quote-timestamp-field): New function.
4331         (org-plot-quote-tsv-field): Call timestamp field function when
4332         necessary rather than just quoting as a string.
4333         (org-plot/gnuplot-to-data): Pass in timefmt property.
4334         (org-plot/gnuplot-script): Supports timefmt property.
4335         (org-plot/gnuplot): Checks for timestamp column before checking
4336         for text index column.
4338 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4340         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4342         * org-publish.el (org-publish-org-index): Create a section in the
4343         index file.
4344         (org-publish-org-index): Stop linking to directories.
4346         * org.el (org-emphasis-alist): Use span instead of <u> to
4347         underline text.
4349         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4350         <pre> sections.
4352 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4354         * org-jsinfo.el (org-infojs-template): Remove language attribute
4355         from script tag.
4357 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4359         * org-agenda.el (org-agenda-remove-marked-text): New function.
4360         (org-agenda-mark-filtered-text)
4361         (org-agenda-unmark-filtered-text): New functions.
4362         (org-write-agenda): Remove fltered text.
4364         * org.el (org-make-tags-matcher): Give access to TODO "property"
4365         without speed penalty.
4367 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4369         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4370         option.
4371         (org-store-link-props): Make sure adding to the plist works
4372         correctly.
4374         * org-gnus.el (org-gnus-no-new-news): New function.
4375         (org-gnus-follow-link): Allow the article ID to be a message-id,
4376         in addition to allowing article numbers.  Message IDs make much
4377         more roubust links.
4378         (org-gnus-store-link): Use message-id to create link.
4380 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4382         * org.el (org-emphasize): Reverse the selection array.
4383         (org-emphasis-alist): Set <code> tags for the verbatim
4384         environment.
4386         * org-remember.el (org-remember-handler): Fix bug with
4387         prefix-related changing of the note storage target.
4389         * org-exp.el (org-print-icalendar-entries): Make the exported
4390         priorities compatible with RFC 2445.
4392         * org-clock.el (org-clock-save): Insert time stamp without
4393         dependence on time-stamp.el.
4395 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
4397         * org.el ("saveplace"): If saveplace puts point into an invisible
4398         location, make it visible.
4399         (org-make-tags-matcher): Allow inactive time stamps in time
4400         comparisons.
4401         (org-yank-adjusted-subtrees): New option.
4402         (org-yank): Incorporate adjusting trees.
4403         (org-paste-subtree): New argument FOR-YANK which will cause
4404         insertion at point without backing up over white lines, and leave
4405         point at the end of the inserted text.  Also if the cursor is
4406         at the beginning of a headline, use the same level or the inserted
4407         tree.
4409         * org-publish.el (org-publish-get-base-files-1): Deal correctly
4410         with broken symlinks
4412 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
4414         * org-exp.el (org-export-select-tags, org-get-current-options):
4415         Fix typo.
4417 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
4419         * org-agenda.el (org-format-agenda-item)
4420         (org-agenda-filter-make-matcher): Make sure tags are stored and
4421         compared donwcased.
4423 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
4425         * org.el (org-insert-todo-heading): Fix bug with force-heading
4426         argument.
4428 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
4430         * org-clock.el (org-clock-in-resume): Add a custom option to
4431         toggle starting the clock from an open clock line.
4432         (org-clock-in): When clocking in to an entry, if
4433         `org-clock-in-resume' is set, check if the first clock line is
4434         open and if so, start the clock from the time in the clock line.
4435         (org-clock-persist): Add a custom option to toggle clock
4436         persistence.
4437         (org-clock-persist-query-save): Add a custom option to toggle
4438         asking the user if they want to save the running clock when
4439         exiting.
4440         (org-clock-persist-query-resume): Add a custom option to toggle
4441         asking the user if they want to resume the saved clock when Emacs
4442         is restarted.
4443         (org-clock-save): Add a function to save clock data.
4444         This includes the contents of `org-clock-history' and the buffer
4445         and position of the currently clocked task, if any.
4446         (org-clock-load): Add a function to load clock data.
4447         This populates `org-clock-history', and resumes the saved clocked
4448         task if there is one.
4449         (org-clock-persistence-insinuate): Add a method to set up the
4450         hooks for clock persistence.
4452 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
4454         * org-exp.el (org-export-as-ascii): Handle the case that we are
4455         publishing from an indirect buffer.
4457         * org-table.el (org-table-copy-down): Fix bug with time stamp
4458         increment.
4460         * org-mouse.el (org-mouse-features): New option.
4461         (org-mode-hook): Turn on features depending on
4462         `org-mouse-features'.
4464         * org.el (org-insert-heading-respect-content): Force heading
4465         creation.
4466         (org-insert-heading): keep the folding state of the heading before
4467         the inserted one.
4469 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4471         * org-archive.el (org-archive-to-archive-sibling): Handle top
4472         level headlines better.
4474 2008-10-21  Bastien Guerry  <bzg@altern.org>
4476         * org-export-latex.el (org-export-latex-classes): Added
4477         \usepackage{graphicx} to the default list of packages.
4479 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
4481         * org-agenda.el (org-agenda-filter): Renamed from
4482         `org-agenda-filter-tags'.
4484 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
4486         * org.el (org-entry-properties): Add CATEGORY property, iven if it
4487         is not defined as a property in this entry.
4488         (org-add-log-note): Mask prefix argument when immediately storing
4489         the note.
4491         * org-agenda.el (org-agenda-filter-effort-default-operator): New
4492         option.
4494 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
4496         * org.el (org-add-log-setup): Bugfix; code to find insertion point
4497         after drawers was skipping ahead one line too many, so notes were
4498         inserted after the first note instead of before it.
4500 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
4502         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4503         New variables.
4504         (org-prepare-agenda): Reset the filter tags.
4505         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
4506         Show filter tags in mode line.
4508         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
4509         formatter.
4511         * org-export-latex.el (org-latex-entities-regexp): New constant.
4512         (org-export-as-pdf): Use two calls to `shell-command'.
4514 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
4516         * org-export-latex.el (org-export-latex-treat-sub-super-char):
4517         Honor the {} value of the subsuperscript setting.  Make sure that
4518         longer subsuperscripts are typeset in a roman font.
4520         * org.el (org-clock-update-time-maybe): Compute negative clock
4521         intervals correctly.
4523 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
4525         * org.el (org-add-log-setup): Respect
4526         `org-log-state-notes-insert-after-drawers'.
4527         (org-log-state-notes-insert-after-drawers): New option.
4528         (org-todo-trigger-tag-changes): New function.
4529         (org-todo): Call `org-todo-trigger-tag-changes'.
4531 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
4533         * org.el (org-add-log-setup): Only skip drawers if the are
4534         immediately after the scheduling keywords.
4536         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
4537         function
4538         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
4539         call it with the current todo state to get the state to switch to
4540         when clocking in.
4541         (org-clock-in): Use org-indent-line-function to indent clock lines.
4542         (org-clock-find-position): Fix indentation of empty clock drawers.
4544 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
4546         * org-publish.el (org-publish-org-to): Handle case when
4547         org-export-to-pdf does return a file name, not a buffer.
4548         (org-publish-org-to-pdf): New function.
4550         * org-export-latex.el (org-export-as-pdf)
4551         (org-export-as-pdf-and-open): New commands.
4553         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
4554         forms as ranges.
4556         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
4557         things in protexted regions.
4559 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
4561         * org-export-latex.el (org-export-latex-preprocess): Improve
4562         quoting of LaTeX environments.
4564 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
4566         * org.el (org-edit-fixed-width-region): Exclude final newline from
4567         picture area.
4569         * org-export-latex.el (org-export-latex-subcontent): Add labels to
4570         sections, to make internal links work.
4571         (org-export-latex-fontify-headline): Do not remove all text
4572         properties, to make sure that target properties survive this
4573         process.
4575         * org-exp.el (org-export-preprocess-string): Change sequence of
4576         modifications, to make sure links are prepared before the LaTeX
4577         conversions do happen.
4579 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
4581         * org-attach.el (org-attach-delete-all): Renamed from
4582         `org-attch-delete'.  Add a security query before deleting the
4583         entire directory.  New optional argument FORCE can overrule the
4584         security query.
4585         (org-attach-delete-one): New command.
4587 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
4589         * org-attach.el (org-attach-file-list): Fix bug with directory.
4591 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
4593         * org.el (org-apps-regexp-alist): New function.
4594         (org-file-apps): Add auto-mode to the default value.
4595         (org-open-file): Use the new structure of org-file-apps.
4597         * org-attach.el (org-attach): Support the new keys.
4598         (org-attach-method): New option.
4600 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
4602         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
4603         March.
4605         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
4606         of the list value o `org-use-tag-inheritance'.
4608         * org-attach.el (org-attach-auto-tag): New option.
4609         (org-attach-tag, org-attach-untag): New functions.
4610         (org-attach-attach, org-attach-new, org-attach-sync): Call
4611         `org-attach-tag'.
4612         (org-attach-delete): Call `org-attach-untag'.
4614 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
4616         * org-table.el (orgtbl-self-insert-command): Make this work for
4617         the keypad as well.
4619 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
4621         * org.el (org-add-log-setup): Limit searc for drawers to entry
4622         text, not to subtree.
4624         * org-clock.el (org-clock-heading-for-remember): New variable.
4625         (org-clock-in): Set `org-clock-heading-for-remember'.
4627 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
4629         * org-remember.el (org-remember-apply-template): Add new
4630         expansions: %k, %K for currently clocked task and a link to the
4631         currently clocked task, and %< to file notes in the currently
4632         clocked task.
4634 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
4636         * org-export-latex.el (org-export-latex-make-header): Also insert
4637         the content of the property :latex-header-extra.
4639         * org-exp.el (org-infile-export-plist): Put the content of
4640         #+LATEX_HEADER: into the property :latex-header-extra.
4642         * org-colview.el (org-columns-get-format-and-top-level): Remove
4643         resetting the marker.
4645         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
4646         Remove resetting the marker.
4648         * org.el (org-entry-property-inherited-from): Improve docstring.
4649         (org-entry-get-with-inheritance): Reset marker before starting the
4650         search.
4652         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
4654 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
4656         * org.el (org-entry-get-multivalued-property)
4657         (org-entry-protect-space, org-entry-restore-space): New
4658         functions.
4659         (org-file-apps-defaults-macosx): Let postscript files be opened by
4660         preview.
4661         (org-time-stamp-inactive): Call `org-time-stamp'.
4662         (org-time-stamp): New argument `inactive'.  Also edit inacive
4663         stamps. Convert time stamp type.
4664         (org-open-file): Interpret the `default' value for the `command'
4665         in `org-file-apps'.
4667         * org-id.el (org-id-int-to-b36-one-digit)
4668         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4669         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
4670         b36.
4672 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
4674         * org-id.el (org-id-reverse-string): New function.
4675         (org-id-new): Use `org-id-reverse-string' to make sure the
4676         beginning chars of the ID are mutating fast.  This allows to use a
4677         directory structure to spread things better.
4678         (org-id-prefix): Changed default to nil.
4680         * org-list.el (org-move-item-down, org-move-item-up): Remember and
4681         restore the column of the cursor position.
4683         * org-remember.el (org-remember-apply-template): Remove properties
4684         from `initial'.
4686 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
4688         * org-wl.el (org-wl-open): Remove useless call to
4689         `wl-thread-open-all'.
4691         * org-remember.el (org-remember-handler): Fix bug with `bottom'
4692         location.
4694 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
4696         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
4697         `org-bbdb-anniversaries'.
4699         * org.el (org-get-next-sibling, org-forward-same-level): New
4700         functions, similar to the outline versions, but invisible headings
4701         are OK.
4703 2008-09-25  Bastien Guerry  <bzg@altern.org>
4705         * org.el (org-auto-repeat-maybe): Insert a space between
4706         the timestamp's type and the timestamp itself.
4708 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
4710         * org-table.el (org-table-sum): Do not format the result with %g,
4711         it does rounding when there are too many digits.
4713         * org.el (org-map-entries): Protect the keyword-selecting variables.
4715 2008-09-23  Bastien Guerry  <bzg@altern.org>
4717         * org-agenda.el (org-agenda-to-appt): Make sure the function check
4718         against all agenda files.
4720 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
4722         * org-list.el: New file, aggregating list functions from org.el
4723         and org-export-latex.el.
4725         * org.el (org-edit-src-region-extra): New option.
4727 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
4729         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
4730         time before 1am.
4732 2008-09-22  Bastien Guerry  <bzg@altern.org>
4734         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
4736 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
4738         * org-plot.el (org-plot/gnuplot): Make tables starting with a
4739         hline work correctly.
4740         (org-plot/gnuplot-script): Put commas at the end of each script
4741         line.
4743 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
4745         * org.el (org-get-refile-targets): Replace links with their
4746         descriptions
4747         (org-imenu-get-tree): Replace links with their descriptions.
4749         * org-remember.el (org-remember-apply-template): Add a new
4750         expansion for adding properties to remember items.
4752         * org.el (org-add-log-setup): Skip over drawers (properties,
4753         clocks etc) when adding notes.
4755         * org-agenda.el (org-agenda-get-closed): show durations of clocked
4756         items as well as the start and end times.
4758         * org-compat.el (org-get-x-clipboard-compat): Add a compat
4759         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4761         * org-remember.el (org-get-x-clipboard): Use the compat
4762         function to get clipboard values when x-selection-value is
4763         unavailable. Use substring-no-properties instead of
4764         set-text-properties to remove text properties from the clipboard
4765         value.
4767         * lisp/org-clock.el (org-update-mode-line): Support limiting the
4768         modeline clock string, and display the full todo value in the
4769         tooltip. Set a local keymap so mouse-3 on the clock string goes to
4770         the currently clocked task.
4771         (org-clock-string-limit): Add a custom value for the maximum
4772         length of the clock string in the modeline.
4773         (org-clock-mode-map): Add a keymap for the modeline string
4775 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
4777         * org-compat.el (org-propertize): New function.
4779 2008-09-20  Bastien Guerry  <bzg@altern.org>
4781         * org-export-latex.el (org-export-latex-tables): protect exported
4782         tables from further special chars conversion.
4783         (org-export-latex-preprocess): Preserve LaTeX environments.
4784         (org-list-parse-list): Parse descriptive lists.
4785         (org-list-to-generic, org-list-to-latex, org-list-to-html)
4786         (org-list-to-texinfo): Export descriptive lists.
4787         (org-quote-chars): Remove.
4788         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
4789         (org-export-latex-list-beginning-re): Rename to
4790         `org-list-beginning-re'
4791         (org-list-item-begin): Rename to `org-list-item-beginning'
4793 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
4795         * org.el (org-refile): Allow refiling to the last entry in the
4796         buffer.
4797         (org-get-tags-at): Fix bug when inheritance is turned off.
4799 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
4801         * org.el (org-indent-line-function): No longer check for src
4802         regions, this is too much overhead.
4804         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
4805         matching.
4807         * org.el (org-scan-tags): Make sure that tags matching is not case
4808         sensitive.  TODO keyword matching is case sensitive, however, to
4809         avoid confusion with similar words that are not meant to be
4810         keywords.
4812 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
4814         * org.el (org-get-local-tags-at): New function.
4815         (org-get-local-tags): New function.
4817         * org-exp.el (org-export-get-categories): New function.
4819         * org-agenda.el (org-sorting-choice)
4820         (org-agenda-sorting-strategy, org-agenda-get-todos)
4821         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4822         (org-agenda-get-scheduled, org-agenda-get-blocks)
4823         (org-entries-lessp): Implement sorting by TODO state.
4824         (org-cmp-todo-state): New defsubst.
4826         * org-colview.el (org-colview-construct-allowed-dates): New
4827         function.
4828         (org-columns-next-allowed-value): Use
4829         `org-colview-construct-allowed-dates'.
4831         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
4832         function.
4833         (org-columns-next-allowed-value): Use
4834         `org-colview-construct-allowed-dates'.
4836 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
4838         * org.el (org-protect-slash): New function.
4839         (org-get-refile-targets): Use `org-protect-slash'.
4841         * org-agenda.el (org-global-tags-completion-table): New variable.
4843         * org-exp.el (org-export-handle-export-tags): New function.
4844         (org-export-preprocess-string): Call
4845         `org-export-handle-export-tags'.
4847         * org-plot.el: New file.
4849         * org-publish.el (org-publish-expand-components): Function removed.
4850         (org-publish-expand-projects): Allow components to have components.
4852 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
4854         * org.el (org-indent-line-function): Do not indent in regions that
4855         are external source code.
4856         (org-yank-and-fold-if-subtree): New function.
4858         * org-agenda.el (org-agenda-todayp): New function.
4859         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
4860         `org-agenda-todayp'.
4862         * org.el (org-insert-heading-respect-content)
4863         (org-insert-todo-heading-respect-content): New commands.
4864         (org-insert-heading-respect-content): New option.
4865         (org-insert-heading): Respect `org-insert-heading-respect-content'.
4867         * org-clock.el (org-clock-find-position): Make sure the note after
4868         the clock line gets moved into the new clock drawer.
4870 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
4872         * org-id.el (org-id-new): New option.
4874 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
4876         * org-table.el (org-table-copy-down): Avoid overflow during
4877         increment.  Use prefix argument 0 to temporarily disable the
4878         increment.
4880 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
4882         * org-exp.el (org-export-as-html): Do not turn on the major mode
4883         if the buffer will be killed anyway.
4884         (org-get-current-options): Exclude the #+TEXT field.
4885         (org-export-as-html): Make sure text before the first headline is
4886         a paragraph.
4888         * org-publish.el (org-publish-org-to): Tell the exporter that this
4889         buffer will be killed, so it is not necessary to do major mode
4890         initialization.
4892         * org-archive.el (org-archive-to-archive-sibling): Show empty
4893         lines after folding the archive sibling.
4895         * org.el (org-log-note-extra): New variable.
4897 2008-09-05  Bastien Guerry  <bzg@altern.org>
4899         * org.el (org-additional-option-like-keywords): Added keywords for
4900         the _QUOTE, _VERSE and _SRC environments.
4902         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
4903         exporting _QUOTE and _VERSE environments.
4905 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
4907         * org-agenda.el (org-agenda-filter-by-tag): New command.
4909         * org-exp.el (org-get-current-options): Remove angular brackets
4910         from the date entry.
4912         * org.el (org-edit-fixed-width-region): New function.
4913         (org-edit-fixed-width-region): Also try
4914         `org-edit-fixed-width-region'.
4915         (org-edit-fixed-width-region-mode): New option.
4916         (org-activate-code): Only interprete lines starting with colon
4917         plus a space as example lines.
4919         * org-remember.el (org-remember-templates): Add nil instead of
4920         empty strings to fix the length of remember templates.
4922         * org-table.el (org-calc-default-modes): Fix the time format for
4923         calc, from 12 hour to 24 hour clock.
4925 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
4927         * org-agenda.el (org-agenda-get-deadlines)
4928         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
4929         entries that are pre-warnings of deadlines or reminders.
4931         * org.el (org-sort-entries-or-items): Make numeric and alpha
4932         comparisons ignore any TODO keyword and priority cookie.
4934         * org-remember.el (org-remember-handler): Reinterpretation of the
4935         prefix argument.
4937 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
4939         * org-agenda.el (org-agenda-get-scheduled): Use new
4940         `org-scheduled' face.
4942         * org-faces.el (org-scheduled): New face.
4944         * org-wl.el (org-wl-open): Remove incorrect declaration.
4946         * org-gnus.el (org-gnus-store-link): Support for :to information
4947         in gnus links.
4949         * org-exp.el (org-export-as-html): Fixed typo in creator
4950         information.
4951         (org-export-protect-examples): New parameter indent.  Insert extra
4952         spaces only when this parameter is specified.
4953         (org-export-preprocess-string): Call `org-export-protect-examples'
4954         with an indentation parameter when exporting to ASCII.
4956         * org-remember.el (org-remember-templates)
4957         (org-remember-apply-template): Allow the file component to be a
4958         function.
4960         * org.el (org-goto-local-search-headings): Renamed from
4961         `org-goto-local-search-forward-headings'.  Added the possibility
4962         to search backwards.
4964 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
4966         * org-export-latex.el (org-export-latex): New customization
4967         group.
4969         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
4971 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
4973         * org-exp.el (org-html-do-expand): Allow {} to terminate
4974         tex macro
4976 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
4978         * org.el (org-buffer-list): Select buffers based on major mode,
4979         not on file name.
4981 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
4983         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
4984         face property.
4986         * org-colview.el (org-columns-display-here): Use
4987         `org-columns-modify-value-for-display-function'.
4989         * org-colview-xemacs.el (org-columns-display-here): Use
4990         `org-columns-modify-value-for-display-function'.
4992 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4994         * org.el (org-columns-modify-value-for-display-function): New option.
5006         * org-publish.el (org-publish-file): Make sure the directory match
5007         for the publishing directory works correctly.
5009         * org-agenda.el (org-agenda-execute-calendar-command)
5010         (org-agenda-diary-entry): Additional optional argument.
5012 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5014         * org-exp.el (org-export-as-html): Add attributes also in mailto
5015         and ftp links.
5017         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5026 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5028         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5029         sure that calls from `org-export-region-as-html' do not do the
5030         special check for a subtree.
5032 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5034         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5036 2008-07-20  Juri Linkov  <juri@jurta.org>
5038         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5039         new keymap `narrow-map' instead of binding "\C-xns".
5041 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5043         * org.el (org-open-file): Use
5044         `org-open-directory-means-index-dot-org'.
5045         (org-open-directory-means-index-dot-org): New option.
5047 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5049         * org.el (org-make-link-string): Remove link attributes from
5050         description.
5051         (org-open-at-point): Remove link attributes bevore using the path.
5053         * org-exp.el (org-export-as-html): Handle link attributes.
5055         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5057         * org-table.el (org-table-to-lisp): New function.
5059         * org.el (org-narrow-to-subtree): Do not include the final newline
5060         into the narrowed region.
5062         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5063         bug with user-define skipping condition.
5065 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5067         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5069 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5071         * org-exp.el (org-export-html-style-default): Automatic overflow
5072         handling for pre fields.
5073         (org-export-as-ascii, org-export-as-html): Change default format
5074         for time stamp.
5076         * org-table.el (org-table-export): Offer completion for translator
5077         functions, and do not require a heading above the table.
5079         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5080         Cater for the case of a list starting in the first line of the
5081         buffer.
5083 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5085         * org-publish.el (org-publish-find-title): Bug fix.
5086         (org-publish-org-index): Implement new :index-style option.
5088 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5090         * org-publish.el (org-publish-timestamp-filename): Use
5091         SHA1-encoded file names in the timestamp directory.
5093 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5095         * org-publish.el (org-publish-needed-p): Be verbose about files
5096         published and files skipped.
5098         * org-exp.el (org-export-preprocess-string): Swap link
5099         normalization and inernal link targeting.
5101         * org-publish.el (org-publish-needed-p): Create timestamp
5102         directory when it does not exist.
5104 2008-07-04  Bastien Guerry  <bzg@altern.org>
5106         * org-clock.el (org-clock-out-when-done): Doc fix.
5108         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5110         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5111         Ignore case when searching for the COMMENT cookie at export time.
5113 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5115         * org-exp.el (org-get-file-contents)
5116         (org-get-and-remove-property): New functions.
5117         (org-export-handle-include-files): Handle the new prefix options.
5118         (org-export-as-html): Fix the verse environment.
5120 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5122         * org.el (org-time=, org-time<, org-time<=, org-time>)
5123         (org-time>=, org-time<>, org-2ft): New functions.
5124         (org-op-to-function): Also provide for the time testing fucntions.
5126 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5128         * org-exp.el (org-export-html-style-default): New constant.
5130 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5132         * org-exp.el (org-export-html-style-extra): New variable.
5133         (org-export-splice-style): New function.
5135 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
5137         * org-exp.el (org-export-plist-vars, org-export-as-html):
5138         Implement `org-export-creator-info'.
5139         (org-export-creator-info): New option.
5141 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
5143         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5144         (org-property-drawer-re, org-clock-drawer-re): New constants.
5146 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
5148         * org-exp.el (org-icalendar-use-deadline)
5149         (org-icalendar-use-scheduled): New options.
5150         (org-icalendar-include-todo): Default changed to t.
5151         (org-print-icalendar-entries): Implement better utilization of
5152         scheduling and deadline time stamps.
5153         (org-export-target-internal-links, org-export-as-html): Allow file
5154         lines without the "file:" prefix if the file path is an absolute
5155         path or starts with ".".
5157         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5158         lastweek etc.
5159         (org-clock-special-range): Also undertand yesterday, lastweek etc.
5161 2008-06-18  Glenn Morris  <rgm@gnu.org>
5162         * org.el (org-map-entries): Let-bind `file'.
5164 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
5166         * org.el (org-agenda-skip-archived-trees): Docstring now
5167         discourages using this.
5168         (org-scan-tags): Check for org-agenda-archives-mode.
5169         (org-map-entries): Make sure org-agenda-archives-mode is nil.
5170         (org-agenda-files): Functionality of second arg changed.
5172         * org-agenda.el (org-agenda-archives-mode): New variable
5173         (org-write-agenda, org-prepare-agenda, org-agenda-list)
5174         (org-search-view, org-todo-list, org-tags-view)
5175         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5176         `ifmode' argument.
5177         (org-agenda-quit): Reset the archives mode.
5178         (org-agenda-archives-mode): New command.
5179         (org-agenda-set-mode-name): Include archives info.
5181 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
5183         * org.el (org-paste-subtree): Make sure the yanked headline is
5184         visible if it was yanked at a visible point.
5185         (org-move-item-up): Fix the bug with moving white space at the end
5186         of the item.
5187         (org-show-empty-lines-in-parent): New function.
5189 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
5191         * org-colview.el (org-columns-next-allowed-value): Bug fix.
5193         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5195         * org-agenda.el (org-agenda-get-closed): Get the end time into the
5196         agenda prefix as well.
5198         * org-publish.el (org-publish-org-index): Make a properly indented
5199         list.
5201         * org.el (org-calendar-agenda-action-key): New option.
5202         (org-get-cursor-date): New function.
5203         (org-mark-entry-for-agenda-action): New command.
5204         (org-overriding-default-time): New variable.
5205         (org-read-date): Respect `org-overriding-default-time'.
5207         * org-remember.el (org-remember-apply-template): Respect the
5208         ovverriding default time.
5210         * org-agenda.el (org-agenda-action-marker): New variable.
5211         (org-agenda-action): New command.
5212         (org-agenda-do-action): New function.
5214 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5216         * org.el (org-schedule, org-deadline): Protect scheduled and
5217         deadline tasks against changes that accidently remove the
5218         repeater.  Also show a message with the new date when done.
5220 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5222         * org.el (org-beginning-of-line): Cater for the case when there
5223         are tags but no headline text.
5224         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5225         it set.
5227 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
5229         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5230         the return value is nil instead of "nil" when there is no match.
5232         * org-exp.el (org-insert-centered): Use fill-column instead of
5233         80.
5234         (org-export-as-ascii): Use string-width to measure the width of
5235         the heading.
5237         * org.el (org-diary-to-ical-string): No longer kill buffer
5238         FROMBUF, this is now done by the caller.
5240         * org-exp.el (org-print-icalendar-entries): Move the call to
5241         `org-diary-to-ical-string' out of the loop, and kill the buffer
5242         afterwords.
5244         * org-remember.el (org-remember-visit-immediately): Position
5245         cursor after moving to the note.
5246         (org-remember-apply-template): Use a text property to record the
5247         cursor position.
5248         (org-remember-handler): Align tags after pasting the note.
5250 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
5252         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5254         * org-agenda.el (org-agenda-open-link): If there is an
5255         org-bbdb-name property in the current line, jump to that bbdb
5256         entry.
5258         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
5259         text property, so that the agenda knows where this entry comes
5260         from.
5262         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
5263         interaction between clocking-in from the agenda, and  automatic
5264         task state switching.
5266         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
5268         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
5269         zmacs-region stays after this command in XEmacs.
5271 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
5273         * org.el (org-scan-tags): Allow new values for ACTION parameter.
5275         * org-remember.el (org-remember-templates): Fix bug in
5276         customization type definition.
5278         * org.el (org-map-entries): New function.
5280 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
5282         * org-agenda.el (org-agenda-skip-comment-trees): New option.
5283         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5285 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
5287         * org-remember.el (org-jump-to-target-location): New variable.
5288         (org-remember-apply-template): Set
5289         `org-remember-apply-template' if requested by template.
5290         (org-remember-handler): Start an idle timer to jump to
5291         remember location.
5293         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5295         * org.el (org-set-regexps-and-options): Fix bug with parsing of
5296         file tags.
5297         (org-get-tags-at): Add the content of `org-file-tags'.
5299         * org-exp.el (org-export-handle-comments): Fix bug with several
5300         comment lines after each other.
5301         (org-number-to-roman, org-number-to-counter): New functions.
5302         (org-export-section-number-format): New option.
5304 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
5306         * org-exp.el (org-export-protect-examples): Catch the case of a
5307         missing end_example line.
5309         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5310         `org-file-tags' to nil.
5312         * org-colview.el (org-columns-next-allowed-value): Handle next
5313         argument NTH to directly select a value.
5315         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5316         argument NTH to directly select a value.
5318 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
5320         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5322 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5324         * org.el (org-columns-ellipses): New option.
5326 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5328         * org-colview.el (org-columns-add-ellipses): New function.
5329         (org-columns-compact-links): New function.
5330         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5331         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5332         when in agenda.
5333         (org-columns-edit-value): Fixed bug with editing values from
5334         agenda column view.
5335         (org-columns-redo): Also redo the agenda itself.
5337 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5339         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5340         option.
5342         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5344         * org-exp.el (org-export-ascii-preprocess): Renamed from
5345         `org-export-ascii-clean-string'.
5346         (org-export-kill-licensed-text)
5347         (org-export-define-heading-targets)
5348         (org-export-handle-invisible-targets)
5349         (org-export-target-internal-links)
5350         (org-export-remove-or-extract-drawers)
5351         (org-export-remove-archived-trees)
5352         (org-export-protect-quoted-subtrees)
5353         (org-export-protect-verbatim, org-export-protect-examples)
5354         (org-export-select-backend-specific-text)
5355         (org-export-mark-blockquote-and-verse)
5356         (org-export-remove-comment-blocks-and-subtrees)
5357         (org-export-handle-comments, org-export-mark-radio-links)
5358         (org-export-remove-special-table-lines)
5359         (org-export-normalize-links)
5360         (org-export-concatenate-multiline-links)
5361         (org-export-concatenate-multiline-emphasis): New functions,
5362         obtained from spliiting the export preprocessor.
5364         * org-table.el (org-table-recalculate): Improve error message if
5365         the row number is invalid.
5367 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5369         * org-archive.el (org-archive-save-context-info): Fix bugs in
5370         customization setup and docstring.
5372         * org-exp.el (org-export-html-style): Changed the size of in the
5373         <pre> element to 90%.
5375 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5377         * org.el (org-find-src-example-start): Function removed.
5378         (org-edit-src-find-region-and-lang): New function.
5380 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5382         * org.el (org-edit-src-exit): New function.
5383         (org-exit-edit-mode): New minor mode.
5385         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5386         comment-like lines from protected examples.
5388         * org.el (org-edit-src-example, org-find-src-example-start)
5389         (org-protect-source-example, org-edit-special): New functions.
5391 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
5393         * org-publish.el (org-publish-project-alist): Fix typo in
5394         docstring.
5395         (org-publish-project-alist): Handle :index-title property.
5397 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
5399         * org-export-latex.el (org-export-as-latex): Make sure region
5400         bounds are correct.  Parse subtree properties relating to export.
5402         * org-exp.el (org-export-add-options-to-plist): New function.
5403         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5405 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
5407         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5408         EXPORT_TITLE.
5410         * org-exp.el (org-export-get-title-from-subtree)
5411         (org-export-as-ascii, org-export-as-html): Make sure the original
5412         region-beginning and region-end are used, even after moving
5413         point.
5414         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5415         property.
5417         * org-remember.el (org-remember-last-stored-marker): New variable.
5418         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5419         (org-remember-handler): Also use marker to remember
5420         last-stored position.
5422         * org.el (org-goto-marker-or-bmk): New function.
5424 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
5426         * org.el (org-file-properties): Renamed from `org-local-properties'.
5427         (org-scan-tags): Take file tags into account.
5428         (org-tags-match-list-sublevels): Default changed to t.
5430         * org-exp.el (org-export-as-html): Close paragraph after a
5431         footnote.
5433         * org.el (org-update-parent-todo-statistics): New function.
5435         * org-exp.el (org-icalendar-store-UID): New option.
5436         (org-icalendar-force-UID): Option removed.
5437         (org-print-icalendar-entries): IMplement UIDs.
5439 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
5441         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5443 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
5445         * org-faces.el (org-column): Document how this face is being used
5446         and why sometimes the background faces shine through.
5448         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5450         * org-publish.el (org-publish-attachment): Create publishing
5451         directory if it does not yet exist.
5453         * org-table.el (org-calc-default-modes): Change default number
5454         format to (float 8).
5456         * org.el (org-olpath-completing-read): New function.
5457         (org-time-clocksum-format): New option.
5458         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5460         * org-clock.el (org-clock-display, org-clock-out)
5461         (org-update-mode-line): Use `org-time-clocksum-format'.
5463         * org-colview-xemacs.el (org-columns-number-to-string): Use
5464         `org-time-clocksum-format'.
5466         * org-colview.el (org-columns-number-to-string): Use
5467         `org-time-clocksum-format'.
5469 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
5471         * org-id.el: New file, move from contrib to core.
5473         * org-exp.el (org-icalendar-force-UID): New option.
5475 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
5477         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
5478         shifted by one day if theere is a date range without an end
5479         time.
5481         * org.el (org-try-structure-completion): New function.
5483 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
5485         * org.el (org-set-font-lock-defaults): Improve fontification of
5486         description lists.
5487         (org-insert-item): Handle description lists.
5488         (org-adaptive-fill-function): Improve auto indentation in
5489         description lists.
5491         * org-exp.el (org-export-as-html, org-export-preprocess-string):
5492         Implement VERSE environment.
5493         (org-export-preprocess-string): Implement the COMMENT
5494         environment.
5496         * org-export-latex.el (org-export-latex-preprocess): Implement
5497         VERSE environment.
5499 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
5501         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5502         option.
5504 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
5506         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5508         * org.el (org-quote-csv-field): New functions.
5510         * org-table.el (org-table-export-default-format): Remove :splice
5511         from default format, we get the same effect by not specifying
5512         :tstart and :tend.
5513         (org-table-export): Improve setup, distinguish better between
5514         interactive and non-interactive use, allow specifying the format
5515         on the fly, better protection against wrong file names.
5516         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
5517         and :tend when :splice is omitted.
5519 2008-05-09  Bernt Hansen  <bernt@norang.ca>
5521         * org-clock.el (org-clock-select-task): Make sure the selection
5522         letters are 1-9 and A-Z, no special characters.
5524 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
5526         * org-exp.el (org-export-htmlize): New group.
5527         (org-export-htmlize-output-type)
5528         (org-export-htmlize-css-font-prefix): New options.
5529         (org-export-htmlize-region-for-paste): New function.
5530         (org-export-htmlize-generate-css): New command.
5532 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5534         * org/org.el (org-modules, org-format-latex-options):
5535         * org/org-archive.el (org-archive-stamp-time)
5536         (org-archive-save-context-info):
5537         * org/org-faces.el (org-hide):
5538         * org/org-irc.el (org-irc-parse-link):
5539         * org/org-macs.el (org-call-with-arg, org-autoload):
5540         * org/org-mew.el (org-mew-store-link):
5541         * org/org-remember.el (org-remember-store-without-prompt)
5542         (org-remember-templates): Fix typos in docstrings.
5544         * org/org-info.el (org-info-store-link): Remove leftover docstring.
5546         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5547         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5548         (org-bbdb-anniv-split): Fix typos in docstrings.
5550         * org/org-publish.el (org-publish-project-alist): Doc fixes.
5551         (org-publish-use-timestamps-flag): Reflow docstring.
5552         (org-publish-files-alist): Fix typos in docstring.
5554 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
5556         * org.el (org-set-visibility-according-to-property): New function.
5557         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5558         and compute the regular expressions, and update font-lock.
5559         (org-property-re): Allow a dash in property names.
5561         * org-archive.el (org-extract-archive-file): Insert the file name
5562         without the path into the format, to allow the location format to
5563         contain a subdirectory.
5565         * org-agenda.el (org-agenda-post-command-hook): If point is at end
5566         of buffer, and the `org-agenda-type' property undefined, use the
5567         value from the character before.
5569         * org.el (org-add-planning-info): Don't let indentation for
5570         would-be timestamp become extra whitespace at the end of headline.
5572 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
5574         * org.el (org-remove-double-quotes, org-file-contents): New
5575         functions.
5577         * org-exp.el (org-infile-export-plist): Also parse the
5578         contents of #+SETUPFILE files, recursively.
5580         * org.el (org-set-regexps-and-options): Also parse the
5581         contents of #+SETUPFILE files, recursively.
5583         * org-exp.el (org-export-handle-include-files): New function.
5584         (org-export-preprocess-string): Call
5585         `org-export-handle-include-files'.
5587         * org.el (org-delete-property-globally)
5588         (org-delete-property, org-set-property): Ignore case during
5589         completion.
5590         (org-set-property): Use `org-completing-read' instead of
5591         `completing-read'.
5593         * org.el (org-complete-expand-structure-template): New,
5594         experimental function.
5595         (org-structure-template-alist): New, experimental option.
5596         (org-complete): Call `org-complete-expand-structure-template'.
5598 2008-05-06  Bastien Guerry  <bzg@altern.org>
5600         * org-export-latex.el (org-export-latex-preprocess): Added
5601         support for blockquotes.
5603 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
5605         * org.el (org-read-date-analyze): Catch the case where only a
5606         weekday is given.
5608 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
5610         * org.el (org-set-font-lock-defaults): Make the description
5611         tag bold.
5613         * org-exp.el (org-export-as-html, org-close-li): Implement
5614         description lists.
5616 2008-05-04  Jason Riedy  <jason@acm.org>
5618         * org-table.el (*orgtbl-default-fmt*): New variable.
5619         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
5620         when there is no other fmt available.
5622         (orgtbl-to-generic): Allow an explicitly nil :tstart or
5623         :tend to suppress the appropriate string.
5625         (orgtbl-to-orgtbl): New function for translating to another orgtbl
5626         table.
5628 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
5630         * org.el (org-read-date-analyze): "." as an alias for "+0" in
5631         read date.
5633         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
5634         New function.
5636         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
5637         New function.
5639 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
5641         * org-clock.el (org-clock-find-position): Don't include notes
5642         into clock drawer.
5644         * org-archive.el (org-archive-subtree): No longer remove an
5645         extra line after cutting the subtree.  `org-cut-subtree' already
5646         takes care of this.
5648         * org-remember.el (org-remember-handler): Only kill the target
5649         buffer if it does not contain the running clock.
5651         * org.el (org-markers-to-move): New variable.
5652         (org-save-markers-in-region, org-check-and-save-marker)
5653         (org-reinstall-markers-in-region): New function.
5654         (org-move-subtree-down, org-copy-subtree): Remember relative
5655         marker positions before cutting.
5656         (org-move-subtree-down, org-paste-subtree): Restore relative
5657         marker positions after pasting.
5659         * org-remember.el (org-remember-clock-out-on-exit): New option.
5660         (org-remember-finalize): Clock out only if the setting in
5661         `org-remember-clock-out-on-exit' requires it.
5662         (org-remember-handler): Do the cleanup in the buffer, to make sure
5663         that the clock marker remains in tact.
5665 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
5667         * org-clock.el (org-clock-goto): Widen buffer if necessary.
5668         (org-clock-in): Make sure that also tasks outside the narrowed
5669         region will be clocked in correctly.
5670         (org-clock-insert-selection-line): Widen the buffer so that we can
5671         find the correct task heading.
5673         * org.el (org-base-buffer): New function.
5675         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
5676         and ";" are escaped.
5677         (org-print-icalendar-entries): Also apply
5678         `org-icalendar-cleanup-string' to the headline, not only to the
5679         summary property.
5681 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
5683         * org-exp.el (org-export-preprocess-hook): New hook.
5684         (org-export-preprocess-string): Call
5685         `org-export-preprocess-hook'.
5687         * org.el (org-font-lock-hook): New variable.
5688         (org-font-lock-hook): New function.
5689         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
5691 ;; Local Variables:
5692 ;; coding: utf-8
5693 ;; add-log-time-zone-rule: t
5694 ;; End:
5696     Copyright (C) 2008  Free Software Foundation, Inc.
5698   This file is part of GNU Emacs.
5700   GNU Emacs is free software: you can redistribute it and/or modify
5701   it under the terms of the GNU General Public License as published by
5702   the Free Software Foundation, either version 3 of the License, or
5703   (at your option) any later version.
5705   GNU Emacs is distributed in the hope that it will be useful,
5706   but WITHOUT ANY WARRANTY; without even the implied warranty of
5707   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5708   GNU General Public License for more details.
5710   You should have received a copy of the GNU General Public License
5711   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5713 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c