Finalize the list of changes for 7.01
[org-mode/org-jambu.git] / lisp / ChangeLog
blobf3ca66cf555123881253e19c7f033d939001c1e1
1 2010-06-17  Christian Egli  <christian.egli@sbszh.ch>
3         * org-taskjuggler.el (org-export-as-taskjuggler-and-open): Fix
4         the invocation of start-process-shell-command to avoid
5         warnings in newer Emacsen
7 2010-06-08  Christian Egli  <christian.egli@sbszh.ch>
9         * org-taskjuggler.el (org-export-taskjuggler-old-level):
10         define local variable to avoid compiler warning.
12 2010-06-07  Christian Egli  <christian.egli@sbszh.ch>
14         * org-exp.el (org-export): Added taskjuggler export to the export
15         dispatcher.
17 2010-06-08  Bastien Guerry  <bzg@altern.org>
19         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
21 2010-05-28  Bastien Guerry  <bzg@altern.org>
23         * org-timer.el (org-timer-set-timer): Use a prefix argument.
24         See the docstring of the function.
26 2010-05-24  Bastien Guerry  <bzg@altern.org>
28         * org-timer.el (org-timer-set-timer): Fix bug about cancelling
29         timers.
31 2010-05-22  David Maus  <dmaus@ictsoc.de>
33         * org-w3m.el (org-w3m-copy-for-org-mode)
34         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
35         Get text property directly, not using macro `w3m-anchor'.
37 2010-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
39         * org.el (org-emph-re): Document the match groups.
41 2010-05-20  Bernt Hansen <bernt@norang.ca>
43         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
44         t before calling `org-clock-out', so that that function can
45         know its call context.
47 2010-05-20  Bastien Guerry  <bzg@altern.org>
49         * org-timer.el (org-timer-default-timer): New variable.
50         (org-timer-set-timer): Use the new variable.  Also offer the
51         possibility to replace the current timer by a new one.
53 2010-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org.el (org-kill-note-or-show-branches): Hide subtree before
56         exposing the headings.
58 2010-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org.el (org-add-planning-info): Remove the empty line also
61         if there is no whitespace at all in there.
63         * org-table.el (org-table-align): Fix alignment of strings
64         with invisible characters.
66 2010-05-19  David Maus  <dmaus@ictsoc.de>
68         * org.el (org-refile-cache-get): Return empty list of targets
69         when cache was cleared.
70         (org-clone-subtree-with-time-shift): Maybe create ID property
71         in cloned subtrees.
72         (org-clone-delete-id): New customization variable.
73         (org-clone-subtree-with-time-shift): Use customization
74         variable `org-clone-delete-id'.
75         (org-clone-subtree-with-time-shift): Remove empty property
76         drawer in cloned subtrees.
78 2010-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org.el (org-refile-use-cache): New option.
81         (org-refile-cache, org-refile-markers): New variable.
82         (org-refile-marker, org-refile-cache-clear)
83         (org-refile-cache-check-set, org-refile-cache-put)
84         (org-refile-cache-get): New function.
85         (org-get-refile-targets): Use the refile cache.
87         * org-clock.el (org-clock-sum): Don't include running clock if
88         the time block is wrong.
90 2010-05-16  John Wiegley  <jwiegley@gmail.com>
92         * org-clock.el (org-clock-clock-in, org-clock-in): Added
93         parameter `start-time'.
94         (org-clock-resolve-clock): Added parameter `clock-out-time'.
95         If set, and resolve-to is a past time, then the clock out
96         event occurs at `clock-out-time' rather than at `resolve-to'.
97         In this case, `resolve-to' becomes the clock in time.
98         (org-clock-jump-to-current-clock): Created new global command
99         to reveal the current clock.
100         (org-clock-resolve): Added new commands g/G and j/J, and a
101         help window describing all commands and their meaning.
102         (org-clock-resolve-expert): New customization variable.
103         (org-find-open-clocks): Fixed a bug that caused discovered
104         clocks not to match up with the currently active clock.
105         (org-resolve-clocks): Changed the argument
106         `also-non-dangling-p' to `only-dangling-p', since due to a bug
107         this was the default behavior all along.
109 2010-05-16  David Maus  <dmaus@ictsoc.de>
111         * org-id.el (org-id-uuid): New function.  Return string with
112         random (version 4) UUID.
113         (org-id-method): Make 'uuid the new default value.
114         (org-id-new): Use `org-id-uuid' if call to uuidgen program
115         does not return a UUID.
117 2010-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org-latex.el (org-export-latex-format-image): Add support
120         for multicolumn figures in LaTeX.
122 2010-05-14  David Maus  <dmaus@ictsoc.de>
124         * org.el (org-clone-subtree-with-time-shift): Remove ID
125         property of original subtree in cloned subtrees.
127 2010-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org-exp.el (org-export-format-source-code-or-example):
130         XEmacs compatibility.
132         * org-latex.el (org-export-latex-tables): Accept comma in
133         align string.
135         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
136         (org-export-docbook-xslt-proc-command): Fix docstring.
137         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
138         (org-export-as-docbook-pdf): Improve
139         formatting of the xslt command.
141         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
143         * org.el (org-file-contents): Improve error message.
144         (org-set-regexps-and-options): Remove spaces at both ends.
146 2010-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org-docbook.el (org-export-as-docbook-pdf): Improve
149         formatting of the xslt command.
151 2010-05-13  Sebastian Rose  <sebastian_rose@gmx.de>
153         * org-publish.el (org-publish-cache): Use one big hashmap for
154         each project defined in `org-publish-project-alist'. The
155         hashmap will hold pairs of our timestamp-filenames and
156         timestamps, as well as pairs of source-paths and associated
157         plists for arbitrary values. Currently only the files title is
158         stored there.
160         The caching feature writes the information gathered during
161         publishing to disk and re-loads it from there the next time we
162         publish the same project.  All this information will hence
163         survive a restart of emacs.
165         One cache file per publishing project is used.  The contents of
166         that file is the elisp that fills the new variable
167         `org-publish-cache'.  The cache file is named according to the
168         project with `.cache' added and lives in
169         `org-timestamp-directory'.
171         * org-publish.el (initialize-files-alist): This function and
172         the variable `org-publish-files-alist' are not used anymore in
173         favour of the reloadable cache and the functions for handling
174         it.  Removed.
176         * org-publish.el (org-publish-validate-link) was not used
177         anywhere.  Removed.
179         * org-publish.el (org-publish-get-base-files): Added the
180         variable `sitemap-requested' to avoid sorting where possible.
181         See also end of `org-publish-get-base-files-1'.
183         * org-publish.el (org-publish-get-files): This function is
184         not called anymore. Removed.
186         * org-publish.el (org-publish-get-project-from-filename): does
187         not depend on a list of files anymore. Instead of laoding all
188         files of all, we walk `org-publish-project-alist' until we
189         find a project, where the properties :base-directory, :recursive,
190         :base-extension, :include and :exclude match.
192         * org-publish.el (org-publish-file): takes an additional
193         parameter to avoid superfloues loading and writing of the
194         cache file when used to publish a part of a project.
196 2010-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org.el (org-beginning-of-defun, org-end-of-defun): New
199         functions.
200         (org-mode): Install the `org-beginning-of-defun' and
201         `org-end-of-defun' functions.
202         (org-pretty-entities): New option.
203         (org-toggle-pretty-entities): New command.
204         (org-fontify-entities): New function.
205         (org-startup-options): New keywords for pretty entities.
206         (org-set-font-lock-defaults): Call the pretty entities
207         function.
209         * org-latex.el (org-export-latex-keywords-maybe): Protect the
210         TODO markup.
212 2010-05-13  Mikael Fornius  <mfo@abc.se>
214         * org-habit.el (org-habit-build-graph): Help-echo date when
215         mouse is over stars.
217 2010-05-13  Jan Böker  <jan.boecker@jboecker.de>
219         * org.el (org-file-apps): Improve docstring to reflect
220         grouping matches
222 2010-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org.el (org-set-startup-visibility): Fix empty line display.
226         * org-latex.el (org-export-latex-links): Use the formatting
227         function of the link type, if it is available.
229         * org-table.el (org-table-get-remote-range): Return to
230         original buffer when retrieving remote reference.
232         * org.el (org-display-inline-images): Do the entire buffer,
233         not just the narrowed region.  Clear the cache.
234         (org-display-inline-images): Match mode file paths.
236 2010-05-12  David Maus  <dmaus@ictsoc.de>
238         * org-wl.el (org-wl-store-link-folder): Don't throw error when
239         called on WL folder group.
241 2010-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
243         * org.el (org-replace-escapes): Make sure the cdr is not nil.
244         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
245         (org-mode): Revert comment syntax changes.
247 2010-05-09  Carsten Dominik  <carsten.dominik@gmail.com>
249         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
250         keywords, and `C-c / T' for a specific one.
252 2010-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org.el (org-mode): Fix comment syntax settings.
256         * org-src.el (org-edit-src-allow-write-back-p): Define
257         variable.
259         * org.el (org-inline-image-overlays): New variable.
260         (org-toggle-inline-images, org-display-inline-images)
261         (org-remove-inline-images): New commands.
262         (org-mode-map): Define a key for `org-toggle-inline-images'.
264 2010-05-08  David Maus  <dmaus@ictsoc.de>
266         * org-wl.el (org-wl-message-field): New function.  Return
267         content of header field in message entity.
268         (org-wl-store-link): Call `org-wl-store-link-folder' or
269         `org-wl-store-link-message' depending on major-mode.
270         (org-wl-store-link-folder): New function.  Store link to
271         Wanderlust folder.
272         (org-wl-store-link-message): New function.  Store link to
273         Wanderlust message.
274         (org-wl-store-link-message): Store link to message while
275         visiting message.
276         (org-wl-open): Don't try to jump to message when opening a
277         folder link.
279 2010-05-08  David Maus  <dmaus@ictsoc.de>
281         * org.el (org-replace-escapes): Avoid infinite loop when
282         replace string contains escape sequence it replaces.
284 2010-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
286         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
287         encryption when now key is set.
289 2010-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org-table.el (org-table-recalculate-buffer-tables)
292         (org-table-iterate-buffer-tables): New commands.
294         * org.el (org-check-for-hidden): When there is a region, skip
295         the check.
297 2010-05-02  Dan Davison  <davison@stats.ox.ac.uk>
299         * org-src.el (org-edit-src-code): allow-write-back-p had
300         erroneously been omitted from let binding
302 2010-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-agenda.el (org-sorting-choice): New sorting type alpha.
305         (org-cmp-alpha): New defsubst.
306         (org-em): New defsubst.
307         (org-entries-lessp): Only compute needed comparisons.
309 2010-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org-html.el (org-format-org-table-html): Test all columns
312         for number content.
314 2010-04-28  Christian Egli  <christian.egli@sbszh.ch>
316         * org-taskjuggler.el (org-taskjuggler-find-task-with-id): Do not
317         use the ID property frivolously, i.e. use a property named
318         "task_id" instead as we do not search for ids across files.
319         (org-taskjuggler-resolve-explicit-dependencies): Issue a warning
320         if a dependency cannot be resolved.
321         (org-taskjuggler-open-resource): Add documentation.
323 2010-04-28  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-latex.el (org-export-latex-treat-sub-super-char): Make
326         sure parenthesis matching is consistent.
328         * org-table.el (org-table-colgroup-line-p)
329         (org-table-cookie-line-p): New functions.
331         * org-exp.el (org-table-clean-before-export): Better tests for
332         colgroup and cookie lines.
334 2010-04-27  Carsten Dominik  <carsten.dominik@gmail.com>
336         * org-agenda.el (org-agenda-goto): Push a mark before changing
337         the position.
339         * org-footnote.el (org-footnote): New group.
340         (org-footnote-section)
341         (org-footnote-tag-for-non-org-mode-files): Fix typos.
343         * org-list.el (org-end-of-item-text-before-children): Also do
344         the right thing at the end of a file.
346         * org.el (org-set-packages-alist, org-get-packages-alist): New
347         function.
348         (org-export-latex-default-packages-alist)
349         (org-export-latex-packages-alist): Add extra flag to
350         each package, indicating if it should be used for snippets.
351         (org-create-formula-image): Add the snippet argument.
352         (org-splice-latex-header): New argument SNIPPET-P, pass it
353         through to `org-latex-packages-to-string'.
354         (org-latex-packages-to-string): New argument SNIPPET-P.
356         * org-latex.el (org-export-latex-make-header): Add the snippet
357         argument.
359         * org-docbook.el (org-export-as-docbook): Implement ordered
360         lists starting at some offset.
362 2010-04-26  Carsten Dominik  <carsten.dominik@gmail.com>
364         * org.el (org-link-types, org-open-at-point): Add doi links.
366         * org-ascii.el (org-export-ascii-preprocess): Remove list
367         startcounter cookies.
369         * org-list.el (org-renumber-ordered-list): Respect counter
370         start values.
372         * org-latex.el (org-export-latex-lists): Accept ordered list
373         item offset cookie.
375         * org-html.el (org-export-as-html): Accept ordered list
376         item offset cookie.
378         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
379         which messes up alignment of tags.
381 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
384         the modeline display is removed.
386         * org-exp.el (org-export-format-drawer-function): Fix
387         docstring.
389         * org-agenda.el (org-agenda-refile): New optional argument
390         NO-UPDATE.
391         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
392         is set.
393         (org-agenda-bulk-action): Call the refile command with updates
394         suppressed - but arrange for `org-agenda-redo' to be called at
395         the end.
397         * org.el (org-mode): Make table mapping quiet.
398         (org-table-map-tables): New optional argument QUIETLY.
400         * org-ascii.el (org-export-ascii-preprocess): Make table
401         mapping quiet.
403         * org-html.el (org-export-as-html, org-html-level-start): Change
404         XHTML IDs to not use dots.
406         * org-exp.el (org-export-define-heading-targets): Change
407         XHTML IDs to not use dots.
409         * org-docbook.el (org-export-docbook-level-start): Change
410         XHTML IDs to not use dots.
412         * org-latex.el (org-export-as-latex): Make sure that the
413         result buffer is in latex-mode.
415         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
416         (org-shiftleft-final-hook, org-shiftright-final-hook): New
417         hooks.
419 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-table.el (org-table-justify-field-maybe): Make sure that
422         inserting a value does not turn a line into a hline.
424 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
426         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
427         (org-clock-sum): Add property to selected headlines.
428         (org-dblock-write:clocktable): Make tags matcher.
430         * org.el (org-set-autofill-regexps): XEmacs compatibility.
432         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
433         in latex class definitions
435         * org.el (org-shiftup-hook, org-shiftdown-hook)
436         (org-shiftleft-hook, org-shiftright-hook): New hooks.
438         * org-entities.el (org-entities): Use \land and \lor for logical
439         operators.
441         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
442         indentation commands.
443         (org-hidden-tree-error): New defsubst.
444         (org-metaleft, org-metaright): Check for hidden stuff and throw an
445         error.
446         (org-check-for-hidden): New function.
448         * org-list.el (org-item-re): New function.
449         (org-at-item-p): Use `org-item-re'.
450         (org-end-of-item-text-before-children): New function.
451         (org-outdent-item, org-indent-item): Arrange for leaving the
452         subtree alone.
453         (org-outdent-item-tree, org-indent-item-tree): New argument
454         NO-SUBTREE.
455         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
456         to find the end for processing while ignoring the subtree.
458         * org-publish.el (org-publish-sitemap-sort-alphabetically)
459         (org-publish-sitemap-sort-folders)
460         (org-publish-sitemap-sort-ignore-case): New options.
462 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
464         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
466         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
468         * org-publish.el (org-publish-project-alist): Update docstring.
469         (org-publish-file-title-cache): New variable.
470         (org-publish-initialize-files-alist): Initialize
471         `org-publish-initialize-files-alist' to nil.
472         (org-publish-sort-directory-files): New function.
473         (org-publish-projects): Access the new properties.
474         (org-publish-find-title): Use the file title cache.
475         (org-publish-find-title): Build the file title cache.
476         (org-publish-get-base-files-1): Sort files.
477         (org-publish-aux-preprocess): Do not throw an error when before
478         the first headline.  Allow an empty target, meaning to link just
479         to the file.
480         (org-publish-index-generate-theindex.inc): Check if there is
481         actually a target and only then add it to the link.
482         (org-publish-projects): Fix a remaining issue with the last commit
484         * org-html.el (org-export-as-html): Treat verse as open/close
485         paragraph.
486         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
487         and out of lists.
489 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
491         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
492         be used in a read-only mode.
493         (org-edit-src-code): Different message in read-only mode
495 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org-src.el (org-edit-src-find-region-and-lang): Test for
498         table.el as late as possible.
500         * org-colview-xemacs.el: Make sure this file is never loaded into
501         Emacs.  Remove all tests for XEmacs.
503         * org-colview.el: Make sure this file is never loaded into XEmacs.
505         * org-agenda.el (org-highlight, org-unhighlight): Use direct
506         overlay calls.
508         * org.el (org-key): Apply the translations defined in
509         `org-xemacs-key-equivalents'.
511         * org-mouse.el (org-mode-hook): Use `org-defkey'.
513         * org-compat.el (org-xemacs-key-equivalents): New constant.
515 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
518         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
519         Obey `org-odd-levels-only'.
521         * org-compat.el (org-find-overlays): Use overlays-in/at.
523         * org.el (org-remove-empty-overlays-at)
524         (org-outline-overlay-data, org-hide-block-toggle)
525         (org-format-latex, org-context): Use overlays-in/at.
527         * org-src.el (org-edit-src-exit): Use overlays-in/at.
529         * org-agenda.el (org-agenda-mark-clocking-task)
530         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
531         (org-agenda-entry-text-hide)
532         (org-agenda-fix-tags-filter-overlays-at)
533         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
535         * org-compat.el (org-overlays-at): Function removed.
536         (org-overlays-in): Function removed.
538 2010-04-19  Bastien Guerry  <bzg@altern.org>
540         * org-clock.el (org-clock-set-current): Just return the headline
541         itself, strip the TODO keyword, the priority cookie and the tags.
543 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
545         * org-compat.el (org-xemacs-without-invisibility): New macro.
546         (org-xemacs-without-invisibility): New macro.
547         (org-indent-to-column, org-indent-line-to, org-move-to-column):
548         Redefine using the macro `org-xemacs-without-invisibility'.
550         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
552         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
554         * org-compat.el (org-make-overlay, org-delete-overlay)
555         (org-overlay-start, org-overlay-end, org-overlay-put)
556         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
557         removed.
558         (org-add-to-invisibility-spec): Function removed.
560         * org-html.el (org-export-as-html-and-open): Add argument to
561         kill-buffer.
563         * org-habit.el (require): `calendar' is now required already by
564         org.el on top level.
566         * org-clock.el (require): `calendar' is now required already by
567         org.el on top level.
569         * org-agenda.el (require, org-timeline, org-agenda-list)
570         (org-todo-list, org-agenda-to-appt): `calendar' is now required
571         already by org.el on top level.
573         * org.el (org-export-latex-fix-inputenc): Declare function.
575         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
576         variables.
578         * org.el (calendar): Require calendar now on top level in org.el
579         and define aliases to new variables when needed.
580         (org-read-date, org-goto-calendar): Do not bind obsolete
581         variables.
583         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
584         compilation warning, add comment that this cannot be done with
585         `with-current-buffer'.
587         * org-wl.el (org-wl-open): Use `with-current-buffer'.
589         * org.el (overlay, org-remove-empty-overlays-at)
590         (org-outline-overlay-data, org-set-outline-overlay-data)
591         (org-show-block-all, org-hide-block-toggle)
592         (org-highlight-new-match, org-remove-occur-highlights)
593         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
594         (org-read-date, org-read-date-display, org-eval-in-calendar)
595         (org-format-latex, org-context)
596         (org-speedbar-restriction-lock-overlay)
597         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
599         * org-table.el (org-table-add-rectangle-overlay)
600         (org-table-remove-rectangle-highlight)
601         (org-table-overlay-coordinates)
602         (org-table-toggle-coordinate-overlays): Use the normal overlay
603         API.
605         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
606         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
607         normal overlay API.
609         * org-colview.el (org-columns-new-overlay)
610         (org-columns-display-here, org-columns-remove-overlays)
611         (org-columns-edit-value, org-columns-next-allowed-value)
612         (org-columns-update): Use the normal overlay API.
614         * org-clock.el (org-clock-out, org-clock-cancel)
615         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
616         overlay API.
618         * org-agenda.el (org-agenda-mark-filtered-text)
619         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
620         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
621         (org-agenda-entry-text-hide)
622         (org-agenda-restriction-lock-overlay)
623         (org-agenda-set-restriction-lock)
624         (org-agenda-filter-by-tag-hide-line)
625         (org-agenda-fix-tags-filter-overlays-at)
626         (org-agenda-filter-by-tag-show-all, org-hl)
627         (org-agenda-goto-calendar, org-agenda-bulk-mark)
628         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
630         * org-freemind.el (org-freemind-from-org-mode-node)
631         (org-freemind-from-org-mode, )
632         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
633         interactive-p instead of called-interactively, because this is
634         backward compatible with older Emacsen I still support..
636 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
638         * org-exp.el (org-export-define-heading-targets): Fix bug in
639         regexp finding ID and CUSTOM_ID properties.
641 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
644         from `org-footnote-goto-next-reference'.
646         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
647         org-log-repeat is non-nil, or if there is clocking data in the
648         entry.
650         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
652 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
654         * org.el (org-align-all-tags): New command.
656 2010-04-13  David Maus  <dmaus@ictsoc.de>
658         * org-wl.el (org-wl-link-remove-filter): New customizable
659         variable.  If non-nil, filter conditions are stripped when storing
660         link to message in filter folder.
661         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
662         non-nil, links to shimbun messages are created as web links to
663         message source.
664         (org-wl-nntp-prefer-web-links): New customizable variable.  If
665         non-nil, links to nntp message are created as web links to gmane
666         or googlegroups.
667         (org-wl-namazu-default-index): New customizable variable.
668         Directory of namazu search index that should be used as default
669         when opening a link in a search folder.
670         (org-wl-folder-types): New constant.  Wanderlust folder type
671         indicators.
672         (org-wl-folder-type): New function.  Return type of Wanderlust
673         folder.
674         (org-wl-store-link): Create web links for shimbun or nntp messages
675         and strip filter conditions depending on customizable variables.
676         (org-wl-open): Open namazu search folder for message when called
677         with prefix.
679 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
681         * org.el (org-remove-if, org-remove-if-not): New functions.
682         (org-open-file): Use internal remove-if functions.
684 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
686         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
687         (org-file-apps-ex): remove variable.
688         (org-open-file): Integrate org-file-apps-ex functionality back
689         into org-file-apps, and decide whether to match a regexp against
690         the link or the filename using org-file-apps-entry-uses-grouping-p.
692 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
694         * org.el (org-file-apps-ex): new variable.
695         (org-open-file): Before considering org-file-apps, first match the
696         regexps from org-file-apps-ex against the whole link. See
697         docstring of org-file-apps-ex.
699 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
701         * org.el (org-export-latex-default-packages-alist): Remove
702         microtype package.
703         (org-todo-repeat-to-state): New variable.
704         (org-auto-repeat-maybe): Allow user-selected target states.
705         (org-default-properties): Add the new property REPEAT_TO_STATE.
707 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
709         * org-mobile.el (org-mobile-check-setup): Make sure that there is
710         a binary to compute checksums.
712 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org.el (org-insert-link): Find the link buffer on visible
715         frames.
716         (org-export-latex-default-packages-alist): hyperref must be loaded
717         late.
719 2010-04-07  Christian Egli  <christian.egli@sbszh.ch>
721         * org-taskjuggler.el (org-taskjuggler-tokenize-dependencies): Add
722         support for optional attributes on dependencies.
724 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
726         * org-latex.el (org-export-latex-preprocess): Do not yet protect
727         defined entities - these will be taken care of later.
728         (org-export-latex-special-chars): Post-process entity replacement.
729         (org-export-latex-fontify-headline): Do not yet protect defined
730         entities - these will be taken care of later.
731         (org-export-latex-tables, org-export-latex-links): Format the
732         caption properly.
734         * org-entities.el (org-entities-user): Fix typo.
736         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
738         * org-entities.el (org-entities-user): Improve docstring.
740 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-entities.el (org-macs): Require org-macs, to be sure that we
743         have `declare-function' defined.
745 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-latex.el (org-export-latex-classes): Update docstring.
749         * org.el (org-format-latex-header): Add cookies to the header.
750         (org-splice-latex-header): Implement placement according to
751         cookies.
753 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
755         * org-publish.el (org-publish-aux-preprocess): Control case
756         sensitivity.
758 2010-04-04  Bastien Guerry  <bzg@altern.org>
760         * org.el (org-splice-latex-header): Fix typo.
762 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
764         * org-latex.el (org-export-latex-make-header): Use
765         `org-splice-latex-header' to build the header.
766         (org-export-latex-classes): Update docstring.
768         * org.el (org-splice-latex-header): New function.
769         (org-create-formula-image): Use `org-splice-latex-header' to build
770         the header.
772         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
774 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org.el (org-export-latex-packages-alist)
777         (org-export-latex-default-packages-alist): Fix docstring to
778         reflect the expected structure.
780         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
781         (org-export-docbook-finalize-table): Make use of label for tables.
783 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
785         * org-attach.el (org-attach-commit): Split on newlines.
787         * org.el (org-export-latex-default-packages-alist): Use list
788         instead of cons for the entries.
790 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
792         * org-entities.el (org-entity-get-representation): Catch the case
793         that there is not entry in the list.
795         * org-mobile.el (org-mobile-use-encryption)
796         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
797         New options.
798         (org-mobile-check-setup): CHeck the encryption setup.
799         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
800         (org-mobile-create-sumo-agenda): Use encryption code.
801         (org-mobile-encrypt-and-move): New function.
802         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
803         functions.
804         (org-mobile-move-capture): Decrypt the capture file.
806         * org.el (org-entities): Require the new file.
807         (org-export-latex-default-packages-alist): New variable.
808         (org-complete): Use new entity code for completion.
809         (org-create-formula-image): Use the new packages variable.
811         * org-latex.el (org-export-latex-classes): Remove the standard
812         packages from the class headers.
813         (org-export-latex-make-header): Use the new package variable.
814         (org-export-latex-special-chars): Better regexp for entities, to
815         support entity name that contain numbers.
816         (org-export-latex-treat-backslash-char): Use the new entity code.
818         * org-html.el (org-html-do-expand): Use the new entity code.
820         * org-exp.el (org-export): Add the new export commands.
821         (org-html-entities): Constant removed.
822         (org-export-visible): Add the new export commands.
824         * org-entities.el: New file.
826         * org-docbook.el (org-docbook-do-expand): Use new entity code.
828         * org-ascii.el (org-export-ascii-entities): New variable.
829         (org-export-as-latin1, org-export-as-latin1-to-buffer)
830         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
831         (org-export-as-encoding): New function.
832         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
833         (org-ascii-replace-entities): New function.
835 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
837         * org-html.el (org-html-level-start): Catch the case that target
838         might be nil.
840 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
842         * org.el (org-appearance): Change Customize group variable name
843         from org-font-lock to org-appearance, and change tag from "Org
844         Font Lock" to "Org Appearance"
845         (org-odd-levels-only): Change Customize group variable name
846         (org-level-color-stars-only): Change Customize group variable name
847         (org-hide-leading-stars): Change Customize group variable name
848         (org-hidden-keywords): Change Customize group variable name
849         (org-fontify-done-headline): Change Customize group variable name
850         (org-fontify-emphasized-text): Change Customize group variable name
851         (org-fontify-whole-heading-line): Change Customize group variable name
852         (org-highlight-latex-fragments-and-specials): Change Customize
853         group variable name
854         (org-hide-emphasis-markers): Change Customize group variable name
855         (org-emphasis-alist): Change Customize group variable name
856         (org-emphasis-regexp-components): Change Customize group variable
857         name
858         (org-modules): Remove mention of org-R
860         * org-faces.el (org-faces): Change Customize group variable name
862 2010-03-30  Christian Egli  <christian.egli@sbszh.ch>
864         * org-taskjuggler.el: Added a new exporter to export org-mode
865         projects to taskjuggler files.
867 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-agenda.el (org-diary-last-run-time): New variable.
870         (org-diary): prepare agenda buffers only if last call was some
871         time ago.
873         * org-html.el (org-export-html-preprocess): Replace \ref macros
874         with a link.
875         (org-format-org-table-html): Add the label as an anchor.
877         * org-docbook.el (org-export-docbook-format-image): Do some
878         formatting on captions.
880         * org-latex.el (org-export-latex-tables, org-export-latex-links):
881         Do some formatting on captions.
883         * org-html.el (org-export-html-format-image)
884         (org-format-org-table-html): Do some formatting on captions.
886 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
888         * org.el (org-hidden-keywords): New customizable variable. This is
889         a list of symbols specifying which of the special keywords #+DATE,
890         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
891         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
892         implementing new faces and hiding behaviour.
894         * org-faces.el (org-document-title): New face for #+TITLE lines
895         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
896         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
898 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
900         * org-publish.el (org-publish-sanitize-plist): New function to
901         rename "index" properties to "sitemap".  Do this renaming
902         globally.
903         (org-publish-with-aux-preprocess-maybe): New macro.
904         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
905         macro.
906         (org-publish-aux-preprocess)
907         (org-publish-index-generate-theindex.inc): New function.
909 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org-table.el (org-table-align): Interpret <N> at fixed width,
912         not as maximum width.
914 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org-exp.el (org-export-author-info, org-export-email-info): Fix
917         docstrings.
919         * org-beamer.el (org-beamer-select-environment): Renamed from
920         `org-beamer-set-environment-tag'.  Improve docstring.
922         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
923         problem with odd levels.
925         * org-ascii.el (org-export-as-ascii): Export email only if the
926         author wants it.
928         * org-docbook.el (org-export-as-docbook): Export email only if the
929         author wants it.
931         * org-html.el (org-export-as-html): Export email only if the
932         author wants it.
934         * org-exp.el (org-export-email-info): New option.
935         (org-export-plist-vars): Add entry for `org-export-email'.
937 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
939         * org-table.el (org-table-goto-line): Fix typo.
941 2010-03-25  Mikael Fornius  <mfo@abc.se>
943         * org.el (org-agenda-files): Typo.
944         (org-read-agenda-file-list): Add optional argument to help
945         `org-store-new-agenda-file-list' to remember un-expanded file
946         names.  Expand file names relative to `org-directory'.
947         (org-store-new-agenda-file-list): Keep un-expanded file names when
948         saving, if available.
949         (org-agenda-files): Update documentation.
951 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
953         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
954         a buffer with no file name attached.
956         * org.el (org-log-refile): New option.
957         (org-log-note-headings): Add a heading for refiling.
958         (org-startup-options): Add keywords for logging of the refile
959         action.
960         (org-refile): Add logging action.
961         (org-add-log-note): Allow for refiling action.
963         * org-agenda.el (org-agenda-bulk-action): Make sure
964         `org-log-refile' is not `note' during a bulk action.
966 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
968         * org.el (org-map-dblocks): Use save-excursion to remember the
969         position.
971         * org-attach.el (org-attach-commit): Remove dependence on xargs.
972         (org-attach-delete-one): Commit after deleting a file.
974         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
975         borders for strike-through emphasis.
977         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
978         handling of odd levels.
980         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
981         and `future' values.
982         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
983         Handle `past' and `future' values.
985         * org.el (org-read-agenda-file-list): Interpret file names
986         relative to org-directory and allow environment variables and
987         "~".
989         * org-latex.el (org-export-latex-special-chars): Allow a
990         parenthesis before an exponent or subscript.
992 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
994         * org-src.el (org-edit-src-exit): When returning from code edit
995         buffer, if code block is hidden, leave point at start of
996         #+begin_src line
998 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1000         * org.el (org-insert-heading): Do not remove all spaces if the
1001         headline is empty.
1003         * org-indent.el (org-indent): Fix group name.
1005 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org-table.el (org-table-goto-column): Fix forcing a non-existing
1008         column.
1009         (org-table-get, org-table-put, org-table-goto-line)
1010         (org-table-current-line): New functions.
1012 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1014         * org-crypt.el (org-reveal-start-hook): Add a decryption function
1015         to this hook.
1016         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
1017         docstrings.
1019         * org.el (org-point-at-end-of-empty-headline)
1020         (org-level-increment, org-get-previous-line-level): New function.
1021         (org-cycle-level): Rewritten to be independent of when this
1022         function is called.
1023         (org-in-regexps-block-p): New function.
1024         (org-reveal-start-hook): New hook.
1025         (org-reveal): Run new hook.
1027 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1029         * org-latex.el (org-export-latex-keywords): Start a new paragraph
1030         after time keywords, do not add "\newline".
1032         * org-html.el (org-export-as-html): Avoid double # in href.
1034         * org.el (org-refile-get-location): Catch an invalid target
1035         specification.
1037 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1040         Make sure the behavior regarding to extracting time is
1041         consistent.
1043 2010-03-17  Stephen Eglen  <stephen@gnu.org>
1045         * org-agenda.el (org-agenda-insert-diary-extract-time): New
1046         variable.
1047         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
1048         variable rather than `org-agenda-search-headline-for-time'.
1050 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1052         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
1054 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1056         * org.el (org-adaptive-fill-regexp-backup): New variable.
1057         (org-set-autofill-regexps): Store a backup of
1058         `adaptive-fill-regexp'.
1059         (org-adaptive-fill-function): Fix filling of comments and ordered
1060         lists. If there is no other match, till try adaptive fill.
1062 2010-03-15  John Wiegley  <jwiegley@gmail.com>
1064         * org-agenda.el (org-agenda-include-deadlines): Added new
1065         customization variable to determine whether unscheduled tasks
1066         should appear in the agenda solely because of their deadline.
1067         Default to true, which was the previous behavior (it just wasn't
1068         configurable).
1069         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
1070         the agenda to show/hide deadline tasks.
1071         (org-agenda-menu): Added menu option for show/hide deadlines.
1072         (org-agenda-list): Make the agenda list sensitive to the value of
1073         `org-agenda-include-deadlines'.
1074         (org-agenda-toggle-deadlines): New function to toggle the value of
1075         `org-agenda-include-deadlines' and repaint the modeline
1076         indicators.
1077         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
1078         modeline if deadline tasks are being displayed.
1080 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1082         * org-table.el (org-table-eval-formula): Replace $# and @# by
1083         current column and row number.
1085 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1087         * org.el (org-set-property, org-delete-property): Go back to
1088         prompting for the property.
1090         * org-latex.el (org-export-latex-make-header): Fully process
1091         author line.
1092         (org-export-latex-fontify-headline): Allow several arguments, not
1093         just one.
1094         (org-export-latex-fix-inputenc): Catch the error when
1095         `latexenc-coding-system-to-inputenc' is not defined.
1097         * org-agenda.el (org-agenda-skip-if-todo): New function.
1098         (org-agenda-skip-if): Add conditions for TODO keywords.
1099         (org-agenda-skip-if): Document the new todo conditions.
1101 2010-03-11  Mikael Fornius  <mfo@abc.se>
1103         * org.el (org-at-property-p): Check if we are inside a property
1104         drawer not just any drawer.
1105         (org-set-property, org-delete-property): When cursor is on a
1106         property key value pair do not prompt for property name instead
1107         use name at cursor.
1108         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
1109         on the first line of a property drawer.
1110         (org-property-end-re): Spell check.
1112 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-exp.el (org-export-attach-captions-and-attributes): Add the
1115         properties to the entire table, in case the first line is
1116         removed.
1118         * org-archive.el (org-archive-reversed-order): New option.
1119         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
1120         option `org-archive-reversed-order'.
1122 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1124         * org-agenda.el (org-agenda-entry-types): New variable.
1125         (org-agenda-list): Use `org-agenda-entry-types'.
1126         (org-agenda-custom-commands-local-options): Support for setting
1127         `org-agenda-entry-types' as an option.
1128         (org-diary): Shift some documentation from here to the variable
1129         `org-agenda-entry-types'.
1131 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-latex.el (org-export-latex-make-header): Apply macros in
1134         author field.
1136         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
1137         (org-clock-select-task, org-clock-notify-once-if-expired)
1138         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
1139         (org-clock-out-if-current, org-clock-save): Use the new functions.
1141 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1143         * org-docbook.el (org-export-as-docbook): Remove unnecessary
1144         newline.
1145         (org-export-as-docbook): Remove unnecessary newline.
1146         (org-export-as-docbook): Fix problem with double footnote
1147         reference in one place.
1149         * org-exp.el (org-export-format-source-code-or-example): Remove
1150         unnecessary newline.
1152         * org.el (org-deadline, org-schedule): Allow rescheduling entries
1153         with repeaters.
1155         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
1156         function calls that look like references.
1158         * org.el (org-open-at-point): Get link abbreviations from
1159         reference buffer.
1161 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1163         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
1164         as a reference.
1166 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1168         * org.el (org-link-unescape): Solve issue with lower-case escapes.
1170 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1172         * org-latex.el (org-export-latex-classes): Add
1173         \usepackage{latexsym} to all classes.
1175 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1177         * org-html.el (org-export-as-html): Do not allow protected lines
1178         into the table of contents.
1180         * org-latex.el (org-export-latex-special-chars): Find subsequent
1181         occurrences of special characters.
1182         (org-export-latex-tables): Do not convert table-like stuff that is
1183         protected.
1185 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1187         * org-list.el (org-toggle-checkbox): No errors when updating
1188         checkbox count fails because there is no heading.
1190 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-clock.el (org-clock-report-include-clocking-task): New
1193         option.
1194         (org-clock-sum): Add the current clocking task.
1196 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1198         * org.el (org-cycle): Print a message when in a table.el table.
1199         (org-edit-special): Recognize the table.el context.
1200         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
1202         * org-src.el (org-at-table.el-p): Declare.
1203         (org-edit-src-code): Handle a special case for table.el editing.
1204         (org-edit-src-find-region-and-lang): Recognize the table.el
1205         context.
1207         * org-latex.el (org-export-latex-tables): Convert table.el
1208         tables.
1209         (org-export-latex-convert-table.el-table): New function.
1211         * org-html.el (org-html-expand): Fix table.el export.
1213         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
1214         headings.
1216         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
1217         table for the id locations.
1219         * org.el (org-read-date-analyze): Match American-style dates, like
1220         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
1221         current year when reading ISO and American dates.
1223 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1225         * org.el (org-face-from-face-or-color): New function.
1226         (org-get-todo-face, org-font-lock-add-priority-faces)
1227         (org-get-tag-face): Use `org-face-from-face-or-color'.
1229         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
1230         simple colors as values.
1231         (org-faces-easy-properties): New option.
1233         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
1234         restricted, as an agenda mode.
1235         (org-agenda-fontify-priorities): Allow simple colors as values.
1237 2010-02-25  Bastien Guerry  <bzg@altern.org>
1239         * org-timer.el (org-timer-current-timer): Renamed from
1240         `org-timer-last-timer'.
1241         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
1242         (org-timer-cancel-timer, org-timer-show-remaining-time)
1243         (org-timer-set-timer): Update to use only one timer.
1245         * org.el (org-set-property): Remove useless space in the prompt.
1247 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org-html.el (org-export-html-style-default): Add a default style
1250         for textareas.
1252         * org-exp.el (org-export-format-source-code-or-example): Fix
1253         textarea tag.
1255 2010-02-24  Bastien Guerry  <bzg@altern.org>
1257         * org-clock.el (org-clock-current-task): New variable to store
1258         last clocked in task.
1259         (org-clock-set-current, org-clock-delete-current): New functions.
1261 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1263         * org-remember.el (org-remember-apply-template): Extend comment.
1264         (org-remember-handler): Implement clock sibling filing.
1266 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
1268         * org-publish.el (org-publish-all, org-publish-current-file)
1269         (org-publish-current-project): When called with prefix argument
1270         FORCE, also rebuild the validation file list.
1272         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
1273         section headings.
1275 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1277         * org-html.el (org-export-as-html-and-open): Kill product buffer
1278         if the user wants that.
1280         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
1281         if the user wants that.
1283         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
1284         option.
1286         * org-agenda.el (org-batch-agenda-csv): Use the time property
1287         instead of the `time-of-day' property.
1289 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1291         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
1292         (org-timer-pause-hook, org-timer-set-hook)
1293         (org-timer-cancel-hook): New hooks.
1294         (org-timer-start): Run `org-timer-start-hook'.
1295         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
1296         (org-timer-stop): Run `org-timer-stop-hook'.
1297         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
1299 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1301         * org.el (org-reveal): Double prefix arg shows the subtree of the
1302         parent.
1304 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org-agenda.el (org-search-view): Fix bug with searching full
1307         words in headlines in search view.
1308         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
1309         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
1310         scheduled (if the user configures it so.
1312 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1314         * org.el (org-hide-archived-subtrees): Don't jump to end of
1315         subtree if the match was not in a headline.
1316         (org-inside-latex-macro-p): Allow more complex arguments.
1317         (org-emphasize): Protect against use at end of buffer.
1319 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1321         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
1322         text properties.
1324 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1326         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
1327         values.
1328         (org-agenda-todo-ignore-scheduled)
1329         (org-agenda-todo-ignore-deadlines): More control with different
1330         allowed values.
1331         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1332         Honor the new option settings.
1334 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1336         * org.el (org-get-location): Make sure the selection buffer is
1337         shown in the current frame.
1339         * org-ascii.el (org-export-ascii-table-widen-columns): New
1340         option.
1341         (org-export-ascii-preprocess): Realign tables to remove narrowing
1342         if `org-export-ascii-table-widen-columns' is set.
1344         * org-table.el (org-table-do-narrow): New variable.
1345         (org-table-align): Narrow only if `org-table-do-narrow' is t.
1347         * org.el (org-deadline, org-schedule): Allow updating if the
1348         relevant time stamp does not have a repeater, i.e. do not require
1349         that no time stamp has a repeater.
1351         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
1352         new white space before the tags.
1354         * org-latex.el (org-export-as-latex): Do nit require the buffer to
1355         be visiting a file when only exporting to a buffer or string.
1356         (org-export-latex-fix-inputenc): Only save the buffer is there is
1357         a file name attached to it.
1359 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
1361         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
1363 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
1365         * org.el (org-fontify-meta-lines-and-blocks): Honor
1366         `org-fontify-quote-and-verse-blocks'.
1368         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
1370 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org.el (org-open-at-point): Also check for text property
1373         org-linked-text before offering collected links.
1375 2010-02-03  Stephen Eglen  <stephen@gnu.org>
1377         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1378         Optionally extract time specification from text and add to the
1379         timestamp.
1381 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1383         * org-exp.el (org-html-entities): Fix typo.
1385         * org-latex.el (org-export-latex-make-header): Use \providecommand
1386         to make sure the \alert macro is defined.
1388         * org.el (org-format-latex-signal-error)
1389         (org-create-formula-image): Use `org-format-latex-signal-error'.
1391 2010-02-02  Stephen Eglen  <stephen@gnu.org>
1393         * org.el (org-store-link): For dired buffers, use
1394         default-directory as link name if dired-get-filename returns
1395         nil.
1397 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1399         * org-exp.el (org-export-concatenate-multiline-links): The for
1400         protectedness at beginning of match.
1402         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
1403         AUTO as a coding system, instead default to utf8.
1405 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1408         (org-block-todo-from-checkboxes): Respect the local variable
1409         value when deciding if blocking should be active.
1411         * org-latex.el (org-export-latex-make-header): Define the align
1412         macro if it is not yet defined.
1414         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
1415         `org-insert-heading' with the INVISIBLE-OK argument.
1417         * org-mac-message.el (org-mac-message-insert-flagged): Call
1418         `org-insert-heading' with the INVISIBLE-OK argument.
1420         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1422         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1423         prompt message.
1425         * org-html.el (org-html-level-start): Use the
1426         `html-container-class' text property to set an additional class
1427         for an outline container.
1429         * org-exp.el (org-export-remember-html-container-classes): New
1430         function.
1431         (org-export-preprocess-string): Call
1432         `org-export-remember-html-container-classes'.
1434         * org.el (org-cycle): Mention level cycling in the docstring.
1435         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1437         * org-remember.el (org-remember-apply-template): Do file insertion
1438         first.
1440 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1443         problem with mis-aligned graphs when showing habits.
1445 2010-01-28  Mikael Fornius  <mfo@abc.se>
1447         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1448         when assigning. Begin using numerical characters when all in name
1449         is used up. This is to spare alphanumeric characters for better
1450         match with other keywords.
1452 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1456         * org-latex.el (org-export-latex-preprocess): More consistent
1457         conversion and protection of the words LaTeX and TeX.
1458         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1459         Allow angle brackets in commands, for beamer.
1461 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1463         * org-clock.el (org-clock-in): Improve the look of the clock line
1464         by formatting links.
1466 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1468         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1469         holder string for the coding system.  And improve the
1470         documentation.
1471         (org-export-latex-fix-inputenc): Only modify the coding system if
1472         it is given by the placeholder AUTO.
1474 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1476         * org-clock.el (org-task-overrun-text): New option.
1477         (org-task-overrun, org-clock-update-period): New variables.
1478         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1479         overrun clock.
1480         (org-clock-notify-once-if-expired): Check if clock is overrun.
1482         * org-faces.el: New face `org-mode-line-clock-overrun'.
1484 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1486         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1487         region before the line with the next heading, to prevent the user
1488         from prepending text to the next headline.
1490 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1492         * org-agenda.el (org-get-time-of-day): Use
1493         org-agenda-time-leading-zero to allow leading zero (rather than
1494         space) for times.
1496 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1499         org-datetree.el is loaded.
1501         * org-datetree.el: autoload `org-datetree-find-day-create'
1503         * org-latex.el (org-export-latex-hyperref-format): New option.
1504         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1506 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1508         * org-ctags.el (org-ctags-enable): Change order of functions.
1509         (org-ctags-create-tags): Add wildcard to file name expansion.
1511 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1513         * org.el (org-entry-properties): Fix some important bugs.
1515 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1517         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1518         the table is not explicitly given.
1520 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1523         as value.
1524         (org-clock-out-if-current): Work with the new list value of
1525         `org-clock-out-when-done'.
1526         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1527         between clocking out and state changes.
1529         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1531         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1532         accident protect a character that is before a backslash.
1534 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1536         * org-agenda.el (org-diary-class): Use
1537         `org-order-calendar-date-args'.
1539         * org.el (org-order-calendar-date-args): New function.
1541         * org-exp.el (org-export-target-internal-links): Check for
1542         protectedness after the first bracket.
1544         * org.el (org-entry-properties): Don't match wrong-case TODO
1545         keywords.
1547         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1548         Document that ARG is passed through to remove the date.
1549         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1550         not read a date when the user has given a `C-u' prefix.
1552 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1555         tags are hidden.
1557 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1559         * org-latex.el (org-export-latex-fix-inputenc): New function.
1560         (org-export-latex-inputenc-alist): New option.
1562         * org-exp.el (org-export): New key SPC to publish enclosing
1563         subtree.
1565 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1567         * org-indent.el (org-indent-add-properties): Catch case when there
1568         is no headline in the buffer.
1570 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1572         * org-exp.el (org-html-entities): Add checkmark symbol.
1574         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1575         verbatim code for ASCII export.
1577         * org.el (org-update-statistics-cookies): Also see checkboxes in
1578         ordered lists.
1580 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1583         key.
1585         * org-beamer.el (org-beamer-amend-header): Change the location
1586         where `org-beamer-header-extra' is inserted.
1588         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1589         just for computing this regexp.
1591 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1593         * org-beamer.el (org-beamer-frame-default-options): New option.
1594         (org-beamer-sectioning): Use default options if the user does not
1595         have defined any.
1596         (org-beamer-fix-toc): Put a frame around the table of contents.
1598         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1599         sure case-folding works well when processing comment stuff.
1601         * org-latex.el (org-export-latex-after-save-hook): New hook.
1602         (org-export-as-latex): Run the new hook.
1604 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org-beamer.el (org-beamer-environments-default): Add the note
1607         environments.
1608         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1609         lines and collect and combine the content.
1610         (org-beamer-after-initial-vars): Check for note tags and make sure
1611         they will be seen like a property.
1613         * org.el (org-offer-links-in-entry): Fix bug when there is a
1614         single link.
1616         * org-exp.el (org-export): Make sure the mark is activated, also
1617         when `transient-mark-mode' is off.
1619         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1620         (org-agenda-search-view-search-words-only): Obsolete variable, is
1621         now an alias for `org-agenda-search-view-always-boolean'.
1622         (org-agenda-search-view-force-full-words): New option.
1623         (org-search-view): Improve docstring, and implement a better logic
1624         for Boolean and phrase searches.
1625         (org-agenda-last-search-view-search-was-boolean): New variable.
1626         (org-agenda-manipulate-query): Consider the type of the last
1627         search when modifying the search string.
1629 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1631         * org-latex.el (org-export-as-latex): Do the first letbind in the
1632         right moment.
1634         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1635         these entries.
1637         * org-faces.el (org-agenda-diary): New face.
1639         * org.el (org-make-link-regexps): Allow regexp-special characters
1640         in link types.
1641         (org-open-file): When in-emacs is `system', also force system
1642         opening, like when the value was `(16)'.
1643         (org-update-statistics-cookies): Handle entries without children.
1645         * org-exp.el
1646         (org-export-preprocess-before-normalizing-links-hook): New hook.
1647         (org-export-preprocess-string): Run the new hook.
1649         * org.el (org-offer-links-in-entry): Make RET open all links.
1651         * org-html.el (org-export-as-html): Remove any leftover display
1652         properties in the html file.
1654         * org-wl.el (org-wl-store-link): Work-around for format bug with
1655         text properties.
1657         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1658         invisibility while adding the graphs.
1660 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org-remember.el (org-select-remember-template): Use C letter to
1663         customize remember templates.
1665         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1666         Move cursor to next visible line.
1668 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1671         by specifying 0 or 1 for column width.
1672         (org-beamer-column-widths): Make 0 stand for 0.0.
1674 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1676         * org-exp.el (org-export-mark-radio-links): Don't match inside
1677         <<target>>.
1679         * org.el (org-format-latex-header-extra): New variable.
1680         (org-format-latex): Set org-format-latex-header-extra from
1681         in-buffer stuff.
1682         (org-format-latex): Add org-format-latex-header-extra to the
1683         variables on which image creation depends.
1684         (org-create-formula-image): Add the header stuff from in-buffer
1685         settings.
1686         (org-read-date-analyze): Base the analysis for future preference
1687         on NOW, not on the default date.
1689         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1690         for TODO keyword in inline tasks.
1692         * org.el (org-log-note-headings): New headings for removing
1693         deadline or scheduling date.
1694         (org-deadline, org-schedule): Arrange for logging when removing a
1695         date.
1696         (org-add-log-note): Handle deadline and scheduling removal.
1698 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1700         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1702 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org-agenda.el (org-diary-class): New function.
1706 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org-latex.el (org-export-latex-preprocess): Do process the text
1709         of a radio target.
1711 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1713         * org.el (org-entry-properties): Add TIMESTAMP properties back
1714         in.
1716 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1718         * org.el (org-all-time-keywords): New variable.
1719         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1720         (org-entry-blocked-p): New function.
1721         (org-special-properties): Add BLOCKED as a new special property.
1722         (org-entry-properties): New optional argument SPECIFIC, only parse
1723         for this property when it is specified.
1724         (org-entry-get): Pass a SPECIFIC argument to
1725         `org-entry-properties'.
1727         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1729 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1731         * org-latex.el (org-export-latex-tables): No forced line end if
1732         there is no caption.
1734 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1736         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1737         package.
1739         * org-latex.el (org-export-latex-tables): Only add a caption when
1740         macro in in longtable environments if one has been defined.
1742         * org-html.el (org-export-as-html): Only take title from buffer if
1743         not exporting body-only.
1745         * org-latex.el (org-export-latex-preprocess): Better version of
1746         the regular expression for protecting LaTeX macros.
1747         (org-export-latex-preprocess): Start searching for macros to
1748         protect from beginning of buffer.
1750         * org-exp.el (org-export-target-internal-links): Check for
1751         protectedness earlier in the string.
1753         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1754         case sensitively.
1756         * org-id.el (org-id-store-link): Match TODO keywords case
1757         sensitively.
1759         * org.el (org-heading-components, org-get-outline-path)
1760         (org-display-outline-path): Match TODO keywords case sensitively.
1762         * org-latex.el (org-export-as-latex): Ignore read-only
1763         properties.
1765         * org-exp.el (org-export-preprocess-string): Remove any
1766         `read-only' properties.
1768         * org-agenda.el (org-agenda-inactive-leader): New option.
1769         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1770         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1771         (org-todo-list): Prompt for matcher if ARG is an empty string.
1773 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1775         * org.el (org-open-link-functions): New hook.
1776         (org-open-at-point): Run `org-open-link-functions'.
1778 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1780         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1781         stamps as well.
1783         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1784         (org-mode): Don't do startup visibility if inhibited.
1785         (org-outline-overlay-data, org-set-outline-overlay-data): New
1786         functions.
1787         (org-save-outline-visibility): New macro.
1788         (org-log-note-headings): Document that one should not change the
1789         `state' note format.
1791 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org.el (org-make-link-regexps): Capture link path into a group.
1795 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1797         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1798         the options plist.
1800 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org.el (org-startup-with-beamer-mode): New option.
1803         (org-property-changed-functions)
1804         (org-property-allowed-value-functions): New hooks.
1805         (org-entry-put, org-property-get-allowed-values): Run the new
1806         hooks.
1807         (org-property-next-allowed-value): Run the new hooks.
1809         * org-exp.el (org-export-select-backend-specific-text): Add the
1810         special beamer tags.
1812         * org-beamer.el
1813         (org-export-preprocess-before-selecting-backend-code-hook): New
1814         file.
1816         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1817         (org-export-as-latex): Run
1818         `org-export-latex-after-initial-vars-hook'.
1819         (org-export-latex-format-toc-function)
1820         (org-export-latex-make-header): Call
1821         `org-export-latex-format-toc-function'.
1823         * org.el (org-fill-template): Make template searches case sensitive.
1825         * org-exp.el (org-export): Use "1" as a sign to export only the
1826         subtree.
1828         * org-colview-xemacs.el (org-columns-edit-value): Use
1829         org-unrestricted property.
1831         * org-colview.el (org-columns-edit-value):  Use
1832         org-unrestricted property.
1834         * org.el (org-compute-property-at-point): Set org-unrestricted
1835         text property if the list contains ":ETC".
1836         (org-insert-property-drawer):  Use
1837         org-unrestricted property.
1839         * org-exp.el
1840         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1841         (org-export-preprocess-string): Run
1842         `org-export-preprocess-before-selecting-backend-code-hook'.
1844         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1846         * org-latex.el (org-export-region-as-latex): Run
1847         `org-export-first-hook'.
1849         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1851         * org-docbook.el (org-export-as-docbook): Run
1852         `org-export-first-hook'.
1854         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1856         * org-exp.el (org-export-first-hook): New hook.
1858 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1860         * org-list.el (org-previous-item): Exit at the beginning of the
1861         buffer.
1863         * org-id.el (org-id-locations-save): Only write the id locations
1864         if any are defined.
1866         * org-archive.el (org-archive-all-done): Make this work in a file
1867         with org-odd-levels-only set.
1869         * org.el (org-get-refile-targets): Catch the case when a buffer
1870         has no file.
1872         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1873         where they are not needed.
1874         (org-export-latex-subcontent): Remove unnecessary newlines.
1876 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1878         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1879         (org-export-latex-fontify): Fix regexp bug that takes special
1880         care of protecting the right boundary characters in emphasis
1881         matches.
1882         (org-export-latex-preprocess): Allow multiple arguments to latex
1883         macros.
1885         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1886         urls.
1888         * org-macs.el (org-re): Interpret :punct: in regexps.
1890         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1891         take the final newline after the END line.
1893         * org.el (org-clean-visibility-after-subtree-move): Only fix
1894         entries that are not entirely invisible already.
1895         (org-insert-link): Respect org-link-file-path-type for
1896         "docview:" links in addition to "file:" links.
1898 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1900         * org-exp.el (org-export-format-source-code-or-example): Avoid
1901         additional extra white lines in LaTeX.
1903         * org-list.el (org-list-parse-list): Leave empty lines after the
1904         list, don't consider them as part of the list.
1906         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1907         searches.
1909         * org-clock.el (org-clock-select-task): Convert integer to
1910         character for XEmacs.
1912 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1914         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1915         compatible.
1917 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1919         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1920         variable.
1921         (org-set-tags): Use it.
1923 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1925         * org-list.el (org-empty-line-terminates-plain-lists): Update
1926         docstring.
1928         * org.el (org-format-latex): Fix link creation for processed latex
1929         snippets.
1931 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1933         * org-footnote.el (org-footnote-normalize): Protect replacement
1934         text.
1936         * org.el (org-inside-latex-macro-p): Save match data.
1938 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1940         * org-docview.el: New file.
1942 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1944         * org-latex.el (org-export-latex-class-options): New variable.
1945         (org-export-latex-set-initial-vars): Use the class options.
1947         * org.el (org-forward-same-level): Stop at headings that start
1948         with an invisible character.
1949         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1951 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1953         * org-footnote.el (org-footnote-normalize): Don't take optional
1954         arguments in LaTeX macros as footnotes.
1956         * org.el (org-inside-latex-macro-p): New function.
1958         * org-latex.el (org-latex-to-pdf-process): Change customization
1959         group to `org-export-pdf'.
1961         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1962         on days after the first one.
1964         * org.el (org-insert-heading): Also check for item before assuming
1965         before-first-heading condition.
1967         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1968         (org-export-pdf-logfiles): New option.
1969         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1970         (org-export-pdf-logfiles): Fix customization type.
1972         * org.el (org-insert-link): Improve error message when there is no
1973         default link to select with RET.
1975         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1976         parameter list.
1978 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1980         * org-latex.el (org-export-latex-parse-global)
1981         (org-export-latex-parse-content)
1982         (org-export-latex-parse-subcontent): Use
1983         `org-re-search-forward-unprotected'.
1984         (org-export-as-pdf): Remove log files produced by XeTeX.
1986         * org-macs.el (org-re-search-forward-unprotected): New function.
1988 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1990         * org-colview.el (org-agenda-colview-summarize): Sort out some
1991         confusion between properties and titles, which resulted in
1992         agenda summaries not working if a title was set for a column.
1994 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1996         * org-mobile.el (org-mobile-agendas): New option.
1997         (org-mobile-sumo-agenda-command): Select the right agendas.
1999         * org-latex.el (org-export-latex-format-image): Preserve the
2000         original-indentation property.
2002 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2004         * org-clock.el (org-clock-insert-selection-line): Catch error when
2005         an old tasks no longer exists.
2007         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
2008         (org-export-as-pdf): Don't remove the old PDF file before making
2009         the new one.
2011         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
2012         (org-mouse-context-menu): Use `org-looking-back'.
2014         * org.el (org-cycle-level): Use `org-looking-back'.
2016         * org-list.el (org-cycle-item-indentation): Use
2017         `org-looking-back'.
2019         * org-compat.el (org-looking-back): New function.
2021         * org.el (org-insert-heading): Catch before-first-headline when
2022         inserting a headline.
2024 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2026         * org-latex.el (org-export-latex-format-image): Indent figure
2027         environment, so that it does not interrupt plain list.
2029         * org.el (org-open-at-point): Allow long link descriptions.
2031 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2033         * org-html.el (org-export-as-html): Remove empty lines at the
2034         beginning of the exported text.
2035 ;; Local Variables:
2036 ;; coding: utf-8
2037 ;; add-log-time-zone-rule: t
2038 ;; End:
2040     Copyright (C) 2008  Free Software Foundation, Inc.
2042   This file is part of GNU Emacs.
2044   GNU Emacs is free software: you can redistribute it and/or modify
2045   it under the terms of the GNU General Public License as published by
2046   the Free Software Foundation, either version 3 of the License, or
2047   (at your option) any later version.
2049   GNU Emacs is distributed in the hope that it will be useful,
2050   but WITHOUT ANY WARRANTY; without even the implied warranty of
2051   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2052   GNU General Public License for more details.
2054   You should have received a copy of the GNU General Public License
2055   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2057 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c