Agenda: Speed-up comparing entries when sorting
[org-mode.git] / lisp / ChangeLog
blobaa8d0232f98b582b84e88e19e9b98ce38865fe85
1 2010-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-sorting-choice): New sorting type alpha.
4         (org-cmp-alpha): New defsubst.
5         (org-em): New defsubst.
6         (org-entries-lessp): Only compute needed comparisons.
8 2010-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
10         * org-html.el (org-format-org-table-html): Test all columns
11         for number content.
13 2010-04-28  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-latex.el (org-export-latex-treat-sub-super-char): Make
16         sure parenthesis matching is consistent.
18         * org-table.el (org-table-colgroup-line-p)
19         (org-table-cookie-line-p): New functions.
21         * org-exp.el (org-table-clean-before-export): Better tests for
22         colgroup and cookie lines.
24 2010-04-27  Carsten Dominik  <carsten.dominik@gmail.com>
26         * org-agenda.el (org-agenda-goto): Push a mark before changing
27         the position.
29         * org-footnote.el (org-footnote): New group.
30         (org-footnote-section)
31         (org-footnote-tag-for-non-org-mode-files): Fix typos.
33         * org-list.el (org-end-of-item-text-before-children): Also do
34         the right thing at the end of a file.
36         * org.el (org-set-packages-alist, org-get-packages-alist): New
37         function.
38         (org-export-latex-default-packages-alist)
39         (org-export-latex-packages-alist): Add extra flag to
40         each package, indicating if it should be used for snippets.
41         (org-create-formula-image): Add the snippet argument.
42         (org-splice-latex-header): New argument SNIPPET-P, pass it
43         through to `org-latex-packages-to-string'.
44         (org-latex-packages-to-string): New argument SNIPPET-P.
46         * org-latex.el (org-export-latex-make-header): Add the snippet
47         argument.
49         * org-docbook.el (org-export-as-docbook): Implement ordered
50         lists starting at some offset.
52 2010-04-26  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org.el (org-link-types, org-open-at-point): Add doi links.
56         * org-ascii.el (org-export-ascii-preprocess): Remove list
57         startcounter cookies.
59         * org-list.el (org-renumber-ordered-list): Respect counter
60         start values.
62         * org-latex.el (org-export-latex-lists): Accept ordered list
63         item offset cookie.
65         * org-html.el (org-export-as-html): Accept ordered list
66         item offset cookie.
68         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
69         which messes up alignment of tags.
71 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
73         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
74         the modeline display is removed.
76         * org-exp.el (org-export-format-drawer-function): Fix
77         docstring.
79         * org-agenda.el (org-agenda-refile): New optional argument
80         NO-UPDATE.
81         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
82         is set.
83         (org-agenda-bulk-action): Call the refile command with updates
84         suppressed - but arrange for `org-agenda-redo' to be called at
85         the end.
87         * org.el (org-mode): Make table mapping quiet.
88         (org-table-map-tables): New optional argument QUIETLY.
90         * org-ascii.el (org-export-ascii-preprocess): Make table
91         mapping quiet.
93         * org-html.el (org-export-as-html, org-html-level-start): Change
94         XHTML IDs to not use dots.
96         * org-exp.el (org-export-define-heading-targets): Change
97         XHTML IDs to not use dots.
99         * org-docbook.el (org-export-docbook-level-start): Change
100         XHTML IDs to not use dots.
102         * org-latex.el (org-export-as-latex): Make sure that the
103         result buffer is in latex-mode.
105         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
106         (org-shiftleft-final-hook, org-shiftright-final-hook): New
107         hooks.
109 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
111         * org-table.el (org-table-justify-field-maybe): Make sure that
112         inserting a value does not turn a line into a hline.
114 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
117         (org-clock-sum): Add property to selected headlines.
118         (org-dblock-write:clocktable): Make tags matcher.
120         * org.el (org-set-autofill-regexps): XEmacs compatibility.
122         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
123         in latex class definitions
125         * org.el (org-shiftup-hook, org-shiftdown-hook)
126         (org-shiftleft-hook, org-shiftright-hook): New hooks.
128         * org-entities.el (org-entities): Use \land and \lor for logical
129         operators.
131         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
132         indentation commands.
133         (org-hidden-tree-error): New defsubst.
134         (org-metaleft, org-metaright): Check for hidden stuff and throw an
135         error.
136         (org-check-for-hidden): New function.
138         * org-list.el (org-item-re): New function.
139         (org-at-item-p): Use `org-item-re'.
140         (org-end-of-item-text-before-children): New function.
141         (org-outdent-item, org-indent-item): Arrange for leaving the
142         subtree alone.
143         (org-outdent-item-tree, org-indent-item-tree): New argument
144         NO-SUBTREE.
145         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
146         to find the end for processing while ignoring the subtree.
148         * org-publish.el (org-publish-sitemap-sort-alphabetically)
149         (org-publish-sitemap-sort-folders)
150         (org-publish-sitemap-sort-ignore-case): New options.
152 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
156         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
158         * org-publish.el (org-publish-project-alist): Update docstring.
159         (org-publish-file-title-cache): New variable.
160         (org-publish-initialize-files-alist): Initialize
161         `org-publish-initialize-files-alist' to nil.
162         (org-publish-sort-directory-files): New function.
163         (org-publish-projects): Access the new properties.
164         (org-publish-find-title): Use the file title cache.
165         (org-publish-find-title): Build the file title cache.
166         (org-publish-get-base-files-1): Sort files.
167         (org-publish-aux-preprocess): Do not throw an error when before
168         the first headline.  Allow an empty target, meaning to link just
169         to the file.
170         (org-publish-index-generate-theindex.inc): Check if there is
171         actually a target and only then add it to the link.
172         (org-publish-projects): Fix a remaining issue with the last commit
174         * org-html.el (org-export-as-html): Treat verse as open/close
175         paragraph.
176         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
177         and out of lists.
179 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
181         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
182         be used in a read-only mode.
183         (org-edit-src-code): Different message in read-only mode
185 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
187         * org-src.el (org-edit-src-find-region-and-lang): Test for
188         table.el as late as possible.
190         * org-colview-xemacs.el: Make sure this file is never loaded into
191         Emacs.  Remove all tests for XEmacs.
193         * org-colview.el: Make sure this file is never loaded into XEmacs.
195         * org-agenda.el (org-highlight, org-unhighlight): Use direct
196         overlay calls.
198         * org.el (org-key): Apply the translations defined in
199         `org-xemacs-key-equivalents'.
201         * org-mouse.el (org-mode-hook): Use `org-defkey'.
203         * org-compat.el (org-xemacs-key-equivalents): New constant.
205 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
207         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
208         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
209         Obey `org-odd-levels-only'.
211         * org-compat.el (org-find-overlays): Use overlays-in/at.
213         * org.el (org-remove-empty-overlays-at)
214         (org-outline-overlay-data, org-hide-block-toggle)
215         (org-format-latex, org-context): Use overlays-in/at.
217         * org-src.el (org-edit-src-exit): Use overlays-in/at.
219         * org-agenda.el (org-agenda-mark-clocking-task)
220         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
221         (org-agenda-entry-text-hide)
222         (org-agenda-fix-tags-filter-overlays-at)
223         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
225         * org-compat.el (org-overlays-at): Function removed.
226         (org-overlays-in): Function removed.
228 2010-04-19  Bastien Guerry  <bzg@altern.org>
230         * org-clock.el (org-clock-set-current): Just return the headline
231         itself, strip the TODO keyword, the priority cookie and the tags.
233 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org-compat.el (org-xemacs-without-invisibility): New macro.
236         (org-xemacs-without-invisibility): New macro.
237         (org-indent-to-column, org-indent-line-to, org-move-to-column):
238         Redefine using the macro `org-xemacs-without-invisibility'.
240         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
242         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
244         * org-compat.el (org-make-overlay, org-delete-overlay)
245         (org-overlay-start, org-overlay-end, org-overlay-put)
246         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
247         removed.
248         (org-add-to-invisibility-spec): Function removed.
250         * org-html.el (org-export-as-html-and-open): Add argument to
251         kill-buffer.
253         * org-habit.el (require): `calendar' is now required already by
254         org.el on top level.
256         * org-clock.el (require): `calendar' is now required already by
257         org.el on top level.
259         * org-agenda.el (require, org-timeline, org-agenda-list)
260         (org-todo-list, org-agenda-to-appt): `calendar' is now required
261         already by org.el on top level.
263         * org.el (org-export-latex-fix-inputenc): Declare function.
265         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
266         variables.
268         * org.el (calendar): Require calendar now on top level in org.el
269         and define aliases to new variables when needed.
270         (org-read-date, org-goto-calendar): Do not bind obsolete
271         variables.
273         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
274         compilation warning, add comment that this cannot be done with
275         `with-current-buffer'.
277         * org-wl.el (org-wl-open): Use `with-current-buffer'.
279         * org.el (overlay, org-remove-empty-overlays-at)
280         (org-outline-overlay-data, org-set-outline-overlay-data)
281         (org-show-block-all, org-hide-block-toggle)
282         (org-highlight-new-match, org-remove-occur-highlights)
283         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
284         (org-read-date, org-read-date-display, org-eval-in-calendar)
285         (org-format-latex, org-context)
286         (org-speedbar-restriction-lock-overlay)
287         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
289         * org-table.el (org-table-add-rectangle-overlay)
290         (org-table-remove-rectangle-highlight)
291         (org-table-overlay-coordinates)
292         (org-table-toggle-coordinate-overlays): Use the normal overlay
293         API.
295         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
296         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
297         normal overlay API.
299         * org-colview.el (org-columns-new-overlay)
300         (org-columns-display-here, org-columns-remove-overlays)
301         (org-columns-edit-value, org-columns-next-allowed-value)
302         (org-columns-update): Use the normal overlay API.
304         * org-clock.el (org-clock-out, org-clock-cancel)
305         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
306         overlay API.
308         * org-agenda.el (org-agenda-mark-filtered-text)
309         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
310         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
311         (org-agenda-entry-text-hide)
312         (org-agenda-restriction-lock-overlay)
313         (org-agenda-set-restriction-lock)
314         (org-agenda-filter-by-tag-hide-line)
315         (org-agenda-fix-tags-filter-overlays-at)
316         (org-agenda-filter-by-tag-show-all, org-hl)
317         (org-agenda-goto-calendar, org-agenda-bulk-mark)
318         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
320         * org-freemind.el (org-freemind-from-org-mode-node)
321         (org-freemind-from-org-mode, )
322         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
323         interactive-p instead of called-interactively, because this is
324         backward compatible with older Emacsen I still support..
326 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org-exp.el (org-export-define-heading-targets): Fix bug in
329         regexp finding ID and CUSTOM_ID properties.
331 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
333         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
334         from `org-footnote-goto-next-reference'.
336         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
337         org-log-repeat is non-nil, or if there is clocking data in the
338         entry.
340         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
342 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org.el (org-align-all-tags): New command.
346 2010-04-13  David Maus  <dmaus@ictsoc.de>
348         * org-wl.el (org-wl-link-remove-filter): New customizable
349         variable.  If non-nil, filter conditions are stripped when storing
350         link to message in filter folder.
351         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
352         non-nil, links to shimbun messages are created as web links to
353         message source.
354         (org-wl-nntp-prefer-web-links): New customizable variable.  If
355         non-nil, links to nntp message are created as web links to gmane
356         or googlegroups.
357         (org-wl-namazu-default-index): New customizable variable.
358         Directory of namazu search index that should be used as default
359         when opening a link in a search folder.
360         (org-wl-folder-types): New constant.  Wanderlust folder type
361         indicators.
362         (org-wl-folder-type): New function.  Return type of Wanderlust
363         folder.
364         (org-wl-store-link): Create web links for shimbun or nntp messages
365         and strip filter conditions depending on customizable variables.
366         (org-wl-open): Open namazu search folder for message when called
367         with prefix.
369 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org.el (org-remove-if, org-remove-if-not): New functions.
372         (org-open-file): Use internal remove-if functions.
374 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
376         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
377         (org-file-apps-ex): remove variable.
378         (org-open-file): Integrate org-file-apps-ex functionality back
379         into org-file-apps, and decide whether to match a regexp against
380         the link or the filename using org-file-apps-entry-uses-grouping-p.
382 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
384         * org.el (org-file-apps-ex): new variable.
385         (org-open-file): Before considering org-file-apps, first match the
386         regexps from org-file-apps-ex against the whole link. See
387         docstring of org-file-apps-ex.
389 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org.el (org-export-latex-default-packages-alist): Remove
392         microtype package.
393         (org-todo-repeat-to-state): New variable.
394         (org-auto-repeat-maybe): Allow user-selected target states.
395         (org-default-properties): Add the new property REPEAT_TO_STATE.
397 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org-mobile.el (org-mobile-check-setup): Make sure that there is
400         a binary to compute checksums.
402 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
404         * org.el (org-insert-link): Find the link buffer on visible
405         frames.
406         (org-export-latex-default-packages-alist): hyperref must be loaded
407         late.
409 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-latex.el (org-export-latex-preprocess): Do not yet protect
412         defined entities - these will be taken care of later.
413         (org-export-latex-special-chars): Post-process entity replacement.
414         (org-export-latex-fontify-headline): Do not yet protect defined
415         entities - these will be taken care of later.
416         (org-export-latex-tables, org-export-latex-links): Format the
417         caption properly.
419         * org-entities.el (org-entities-user): Fix typo.
421         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
423         * org-entities.el (org-entities-user): Improve docstring.
425 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
427         * org-entities.el (org-macs): Require org-macs, to be sure that we
428         have `declare-function' defined.
430 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
432         * org-latex.el (org-export-latex-classes): Update docstring.
434         * org.el (org-format-latex-header): Add cookies to the header.
435         (org-splice-latex-header): Implement placement according to
436         cookies.
438 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
440         * org-publish.el (org-publish-aux-preprocess): Control case
441         sensitivity.
443 2010-04-04  Bastien Guerry  <bzg@altern.org>
445         * org.el (org-splice-latex-header): Fix typo.
447 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org-latex.el (org-export-latex-make-header): Use
450         `org-splice-latex-header' to build the header.
451         (org-export-latex-classes): Update docstring.
453         * org.el (org-splice-latex-header): New function.
454         (org-create-formula-image): Use `org-splice-latex-header' to build
455         the header.
457         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
459 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
461         * org.el (org-export-latex-packages-alist)
462         (org-export-latex-default-packages-alist): Fix docstring to
463         reflect the expected structure.
465         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
466         (org-export-docbook-finalize-table): Make use of label for tables.
468 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org-attach.el (org-attach-commit): Split on newlines.
472         * org.el (org-export-latex-default-packages-alist): Use list
473         instead of cons for the entries.
475 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
477         * org-entities.el (org-entity-get-representation): Catch the case
478         that there is not entry in the list.
480         * org-mobile.el (org-mobile-use-encryption)
481         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
482         New options.
483         (org-mobile-check-setup): CHeck the encryption setup.
484         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
485         (org-mobile-create-sumo-agenda): Use encryption code.
486         (org-mobile-encrypt-and-move): New function.
487         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
488         functions.
489         (org-mobile-move-capture): Decrypt the capture file.
491         * org.el (org-entities): Require the new file.
492         (org-export-latex-default-packages-alist): New variable.
493         (org-complete): Use new entity code for completion.
494         (org-create-formula-image): Use the new packages variable.
496         * org-latex.el (org-export-latex-classes): Remove the standard
497         packages from the class headers.
498         (org-export-latex-make-header): Use the new package variable.
499         (org-export-latex-special-chars): Better regexp for entities, to
500         support entity name that contain numbers.
501         (org-export-latex-treat-backslash-char): Use the new entity code.
503         * org-html.el (org-html-do-expand): Use the new entity code.
505         * org-exp.el (org-export): Add the new export commands.
506         (org-html-entities): Constant removed.
507         (org-export-visible): Add the new export commands.
509         * org-entities.el: New file.
511         * org-docbook.el (org-docbook-do-expand): Use new entity code.
513         * org-ascii.el (org-export-ascii-entities): New variable.
514         (org-export-as-latin1, org-export-as-latin1-to-buffer)
515         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
516         (org-export-as-encoding): New function.
517         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
518         (org-ascii-replace-entities): New function.
520 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
522         * org-html.el (org-html-level-start): Catch the case that target
523         might be nil.
525 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
527         * org.el (org-appearance): Change Customize group variable name
528         from org-font-lock to org-appearance, and change tag from "Org
529         Font Lock" to "Org Appearance"
530         (org-odd-levels-only): Change Customize group variable name
531         (org-level-color-stars-only): Change Customize group variable name
532         (org-hide-leading-stars): Change Customize group variable name
533         (org-hidden-keywords): Change Customize group variable name
534         (org-fontify-done-headline): Change Customize group variable name
535         (org-fontify-emphasized-text): Change Customize group variable name
536         (org-fontify-whole-heading-line): Change Customize group variable name
537         (org-highlight-latex-fragments-and-specials): Change Customize
538         group variable name
539         (org-hide-emphasis-markers): Change Customize group variable name
540         (org-emphasis-alist): Change Customize group variable name
541         (org-emphasis-regexp-components): Change Customize group variable
542         name
543         (org-modules): Remove mention of org-R
545         * org-faces.el (org-faces): Change Customize group variable name
547 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org-agenda.el (org-diary-last-run-time): New variable.
550         (org-diary): prepare agenda buffers only if last call was some
551         time ago.
553         * org-html.el (org-export-html-preprocess): Replace \ref macros
554         with a link.
555         (org-format-org-table-html): Add the label as an anchor.
557         * org-docbook.el (org-export-docbook-format-image): Do some
558         formatting on captions.
560         * org-latex.el (org-export-latex-tables, org-export-latex-links):
561         Do some formatting on captions.
563         * org-html.el (org-export-html-format-image)
564         (org-format-org-table-html): Do some formatting on captions.
566 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
568         * org.el (org-hidden-keywords): New customizable variable. This is
569         a list of symbols specifying which of the special keywords #+DATE,
570         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
571         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
572         implementing new faces and hiding behaviour.
574         * org-faces.el (org-document-title): New face for #+TITLE lines
575         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
576         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
578 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
580         * org-publish.el (org-publish-sanitize-plist): New function to
581         rename "index" properties to "sitemap".  Do this renaming
582         globally.
583         (org-publish-with-aux-preprocess-maybe): New macro.
584         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
585         macro.
586         (org-publish-aux-preprocess)
587         (org-publish-index-generate-theindex.inc): New function.
589 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
591         * org-table.el (org-table-align): Interpret <N> at fixed width,
592         not as maximum width.
594 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
596         * org-exp.el (org-export-author-info, org-export-email-info): Fix
597         docstrings.
599         * org-beamer.el (org-beamer-select-environment): Renamed from
600         `org-beamer-set-environment-tag'.  Improve docstring.
602         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
603         problem with odd levels.
605         * org-ascii.el (org-export-as-ascii): Export email only if the
606         author wants it.
608         * org-docbook.el (org-export-as-docbook): Export email only if the
609         author wants it.
611         * org-html.el (org-export-as-html): Export email only if the
612         author wants it.
614         * org-exp.el (org-export-email-info): New option.
615         (org-export-plist-vars): Add entry for `org-export-email'.
617 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org-table.el (org-table-goto-line): Fix typo.
621 2010-03-25  Mikael Fornius  <mfo@abc.se>
623         * org.el (org-agenda-files): Typo.
624         (org-read-agenda-file-list): Add optional argument to help
625         `org-store-new-agenda-file-list' to remember un-expanded file
626         names.  Expand file names relative to `org-directory'.
627         (org-store-new-agenda-file-list): Keep un-expanded file names when
628         saving, if available.
629         (org-agenda-files): Update documentation.
631 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
633         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
634         a buffer with no file name attached.
636         * org.el (org-log-refile): New option.
637         (org-log-note-headings): Add a heading for refiling.
638         (org-startup-options): Add keywords for logging of the refile
639         action.
640         (org-refile): Add logging action.
641         (org-add-log-note): Allow for refiling action.
643         * org-agenda.el (org-agenda-bulk-action): Make sure
644         `org-log-refile' is not `note' during a bulk action.
646 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org.el (org-map-dblocks): Use save-excursion to remember the
649         position.
651         * org-attach.el (org-attach-commit): Remove dependence on xargs.
652         (org-attach-delete-one): Commit after deleting a file.
654         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
655         borders for strike-through emphasis.
657         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
658         handling of odd levels.
660         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
661         and `future' values.
662         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
663         Handle `past' and `future' values.
665         * org.el (org-read-agenda-file-list): Interpret file names
666         relative to org-directory and allow environment variables and
667         "~".
669         * org-latex.el (org-export-latex-special-chars): Allow a
670         parenthesis before an exponent or subscript.
672 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
674         * org-src.el (org-edit-src-exit): When returning from code edit
675         buffer, if code block is hidden, leave point at start of
676         #+begin_src line
678 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
680         * org.el (org-insert-heading): Do not remove all spaces if the
681         headline is empty.
683         * org-indent.el (org-indent): Fix group name.
685 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
687         * org-table.el (org-table-goto-column): Fix forcing a non-existing
688         column.
689         (org-table-get, org-table-put, org-table-goto-line)
690         (org-table-current-line): New functions.
692 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-crypt.el (org-reveal-start-hook): Add a decryption function
695         to this hook.
696         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
697         docstrings.
699         * org.el (org-point-at-end-of-empty-headline)
700         (org-level-increment, org-get-previous-line-level): New function.
701         (org-cycle-level): Rewritten to be independent of when this
702         function is called.
703         (org-in-regexps-block-p): New function.
704         (org-reveal-start-hook): New hook.
705         (org-reveal): Run new hook.
707 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
709         * org-latex.el (org-export-latex-keywords): Start a new paragraph
710         after time keywords, do not add "\newline".
712         * org-html.el (org-export-as-html): Avoid double # in href.
714         * org.el (org-refile-get-location): Catch an invalid target
715         specification.
717 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
719         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
720         Make sure the behavior regarding to extracting time is
721         consistent.
723 2010-03-17  Stephen Eglen  <stephen@gnu.org>
725         * org-agenda.el (org-agenda-insert-diary-extract-time): New
726         variable.
727         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
728         variable rather than `org-agenda-search-headline-for-time'.
730 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
732         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
734 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
736         * org.el (org-adaptive-fill-regexp-backup): New variable.
737         (org-set-autofill-regexps): Store a backup of
738         `adaptive-fill-regexp'.
739         (org-adaptive-fill-function): Fix filling of comments and ordered
740         lists. If there is no other match, till try adaptive fill.
742 2010-03-15  John Wiegley  <jwiegley@gmail.com>
744         * org-agenda.el (org-agenda-include-deadlines): Added new
745         customization variable to determine whether unscheduled tasks
746         should appear in the agenda solely because of their deadline.
747         Default to true, which was the previous behavior (it just wasn't
748         configurable).
749         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
750         the agenda to show/hide deadline tasks.
751         (org-agenda-menu): Added menu option for show/hide deadlines.
752         (org-agenda-list): Make the agenda list sensitive to the value of
753         `org-agenda-include-deadlines'.
754         (org-agenda-toggle-deadlines): New function to toggle the value of
755         `org-agenda-include-deadlines' and repaint the modeline
756         indicators.
757         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
758         modeline if deadline tasks are being displayed.
760 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
762         * org-table.el (org-table-eval-formula): Replace $# and @# by
763         current column and row number.
765 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org.el (org-set-property, org-delete-property): Go back to
768         prompting for the property.
770         * org-latex.el (org-export-latex-make-header): Fully process
771         author line.
772         (org-export-latex-fontify-headline): Allow several arguments, not
773         just one.
774         (org-export-latex-fix-inputenc): Catch the error when
775         `latexenc-coding-system-to-inputenc' is not defined.
777         * org-agenda.el (org-agenda-skip-if-todo): New function.
778         (org-agenda-skip-if): Add conditions for TODO keywords.
779         (org-agenda-skip-if): Document the new todo conditions.
781 2010-03-11  Mikael Fornius  <mfo@abc.se>
783         * org.el (org-at-property-p): Check if we are inside a property
784         drawer not just any drawer.
785         (org-set-property, org-delete-property): When cursor is on a
786         property key value pair do not prompt for property name instead
787         use name at cursor.
788         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
789         on the first line of a property drawer.
790         (org-property-end-re): Spell check.
792 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
794         * org-exp.el (org-export-attach-captions-and-attributes): Add the
795         properties to the entire table, in case the first line is
796         removed.
798         * org-archive.el (org-archive-reversed-order): New option.
799         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
800         option `org-archive-reversed-order'.
802 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org-agenda.el (org-agenda-entry-types): New variable.
805         (org-agenda-list): Use `org-agenda-entry-types'.
806         (org-agenda-custom-commands-local-options): Support for setting
807         `org-agenda-entry-types' as an option.
808         (org-diary): Shift some documentation from here to the variable
809         `org-agenda-entry-types'.
811 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org-latex.el (org-export-latex-make-header): Apply macros in
814         author field.
816         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
817         (org-clock-select-task, org-clock-notify-once-if-expired)
818         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
819         (org-clock-out-if-current, org-clock-save): Use the new functions.
821 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
823         * org-docbook.el (org-export-as-docbook): Remove unnecessary
824         newline.
825         (org-export-as-docbook): Remove unnecessary newline.
826         (org-export-as-docbook): Fix problem with double footnote
827         reference in one place.
829         * org-exp.el (org-export-format-source-code-or-example): Remove
830         unnecessary newline.
832         * org.el (org-deadline, org-schedule): Allow rescheduling entries
833         with repeaters.
835         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
836         function calls that look like references.
838         * org.el (org-open-at-point): Get link abbreviations from
839         reference buffer.
841 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
843         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
844         as a reference.
846 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
848         * org.el (org-link-unescape): Solve issue with lower-case escapes.
850 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-latex.el (org-export-latex-classes): Add
853         \usepackage{latexsym} to all classes.
855 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
857         * org-html.el (org-export-as-html): Do not allow protected lines
858         into the table of contents.
860         * org-latex.el (org-export-latex-special-chars): Find subsequent
861         occurrences of special characters.
862         (org-export-latex-tables): Do not convert table-like stuff that is
863         protected.
865 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-list.el (org-toggle-checkbox): No errors when updating
868         checkbox count fails because there is no heading.
870 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-clock.el (org-clock-report-include-clocking-task): New
873         option.
874         (org-clock-sum): Add the current clocking task.
876 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org.el (org-cycle): Print a message when in a table.el table.
879         (org-edit-special): Recognize the table.el context.
880         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
882         * org-src.el (org-at-table.el-p): Declare.
883         (org-edit-src-code): Handle a special case for table.el editing.
884         (org-edit-src-find-region-and-lang): Recognize the table.el
885         context.
887         * org-latex.el (org-export-latex-tables): Convert table.el
888         tables.
889         (org-export-latex-convert-table.el-table): New function.
891         * org-html.el (org-html-expand): Fix table.el export.
893         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
894         headings.
896         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
897         table for the id locations.
899         * org.el (org-read-date-analyze): Match American-style dates, like
900         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
901         current year when reading ISO and American dates.
903 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
905         * org.el (org-face-from-face-or-color): New function.
906         (org-get-todo-face, org-font-lock-add-priority-faces)
907         (org-get-tag-face): Use `org-face-from-face-or-color'.
909         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
910         simple colors as values.
911         (org-faces-easy-properties): New option.
913         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
914         restricted, as an agenda mode.
915         (org-agenda-fontify-priorities): Allow simple colors as values.
917 2010-02-25  Bastien Guerry  <bzg@altern.org>
919         * org-timer.el (org-timer-current-timer): Renamed from
920         `org-timer-last-timer'.
921         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
922         (org-timer-cancel-timer, org-timer-show-remaining-time)
923         (org-timer-set-timer): Update to use only one timer.
925         * org.el (org-set-property): Remove useless space in the prompt.
927 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org-html.el (org-export-html-style-default): Add a default style
930         for textareas.
932         * org-exp.el (org-export-format-source-code-or-example): Fix
933         textarea tag.
935 2010-02-24  Bastien Guerry  <bzg@altern.org>
937         * org-clock.el (org-clock-current-task): New variable to store
938         last clocked in task.
939         (org-clock-set-current, org-clock-delete-current): New functions.
941 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org-remember.el (org-remember-apply-template): Extend comment.
944         (org-remember-handler): Implement clock sibling filing.
946 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org-publish.el (org-publish-all, org-publish-current-file)
949         (org-publish-current-project): When called with prefix argument
950         FORCE, also rebuild the validation file list.
952         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
953         section headings.
955 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
957         * org-html.el (org-export-as-html-and-open): Kill product buffer
958         if the user wants that.
960         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
961         if the user wants that.
963         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
964         option.
966         * org-agenda.el (org-batch-agenda-csv): Use the time property
967         instead of the `time-of-day' property.
969 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
972         (org-timer-pause-hook, org-timer-set-hook)
973         (org-timer-cancel-hook): New hooks.
974         (org-timer-start): Run `org-timer-start-hook'.
975         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
976         (org-timer-stop): Run `org-timer-stop-hook'.
977         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
979 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
981         * org.el (org-reveal): Double prefix arg shows the subtree of the
982         parent.
984 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org-agenda.el (org-search-view): Fix bug with searching full
987         words in headlines in search view.
988         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
989         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
990         scheduled (if the user configures it so.
992 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
994         * org.el (org-hide-archived-subtrees): Don't jump to end of
995         subtree if the match was not in a headline.
996         (org-inside-latex-macro-p): Allow more complex arguments.
997         (org-emphasize): Protect against use at end of buffer.
999 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
1002         text properties.
1004 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
1007         values.
1008         (org-agenda-todo-ignore-scheduled)
1009         (org-agenda-todo-ignore-deadlines): More control with different
1010         allowed values.
1011         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1012         Honor the new option settings.
1014 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org.el (org-get-location): Make sure the selection buffer is
1017         shown in the current frame.
1019         * org-ascii.el (org-export-ascii-table-widen-columns): New
1020         option.
1021         (org-export-ascii-preprocess): Realign tables to remove narrowing
1022         if `org-export-ascii-table-widen-columns' is set.
1024         * org-table.el (org-table-do-narrow): New variable.
1025         (org-table-align): Narrow only if `org-table-do-narrow' is t.
1027         * org.el (org-deadline, org-schedule): Allow updating if the
1028         relevant time stamp does not have a repeater, i.e. do not require
1029         that no time stamp has a repeater.
1031         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
1032         new white space before the tags.
1034         * org-latex.el (org-export-as-latex): Do nit require the buffer to
1035         be visiting a file when only exporting to a buffer or string.
1036         (org-export-latex-fix-inputenc): Only save the buffer is there is
1037         a file name attached to it.
1039 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
1041         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
1043 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org.el (org-fontify-meta-lines-and-blocks): Honor
1046         `org-fontify-quote-and-verse-blocks'.
1048         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
1050 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1052         * org.el (org-open-at-point): Also check for text property
1053         org-linked-text before offering collected links.
1055 2010-02-03  Stephen Eglen  <stephen@gnu.org>
1057         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1058         Optionally extract time specification from text and add to the
1059         timestamp.
1061 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1063         * org-exp.el (org-html-entities): Fix typo.
1065         * org-latex.el (org-export-latex-make-header): Use \providecommand
1066         to make sure the \alert macro is defined.
1068         * org.el (org-format-latex-signal-error)
1069         (org-create-formula-image): Use `org-format-latex-signal-error'.
1071 2010-02-02  Stephen Eglen  <stephen@gnu.org>
1073         * org.el (org-store-link): For dired buffers, use
1074         default-directory as link name if dired-get-filename returns
1075         nil.
1077 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1079         * org-exp.el (org-export-concatenate-multiline-links): The for
1080         protectedness at beginning of match.
1082         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
1083         AUTO as a coding system, instead default to utf8.
1085 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1087         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1088         (org-block-todo-from-checkboxes): Respect the local variable
1089         value when deciding if blocking should be active.
1091         * org-latex.el (org-export-latex-make-header): Define the align
1092         macro if it is not yet defined.
1094         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
1095         `org-insert-heading' with the INVISIBLE-OK argument.
1097         * org-mac-message.el (org-mac-message-insert-flagged): Call
1098         `org-insert-heading' with the INVISIBLE-OK argument.
1100         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1102         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1103         prompt message.
1105         * org-html.el (org-html-level-start): Use the
1106         `html-container-class' text property to set an additional class
1107         for an outline container.
1109         * org-exp.el (org-export-remember-html-container-classes): New
1110         function.
1111         (org-export-preprocess-string): Call
1112         `org-export-remember-html-container-classes'.
1114         * org.el (org-cycle): Mention level cycling in the docstring.
1115         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1117         * org-remember.el (org-remember-apply-template): Do file insertion
1118         first.
1120 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1122         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1123         problem with mis-aligned graphs when showing habits.
1125 2010-01-28  Mikael Fornius  <mfo@abc.se>
1127         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1128         when assigning. Begin using numerical characters when all in name
1129         is used up. This is to spare alphanumeric characters for better
1130         match with other keywords.
1132 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1134         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1136         * org-latex.el (org-export-latex-preprocess): More consistent
1137         conversion and protection of the words LaTeX and TeX.
1138         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1139         Allow angle brackets in commands, for beamer.
1141 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1143         * org-clock.el (org-clock-in): Improve the look of the clock line
1144         by formatting links.
1146 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1149         holder string for the coding system.  And improve the
1150         documentation.
1151         (org-export-latex-fix-inputenc): Only modify the coding system if
1152         it is given by the placeholder AUTO.
1154 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1156         * org-clock.el (org-task-overrun-text): New option.
1157         (org-task-overrun, org-clock-update-period): New variables.
1158         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1159         overrun clock.
1160         (org-clock-notify-once-if-expired): Check if clock is overrun.
1162         * org-faces.el: New face `org-mode-line-clock-overrun'.
1164 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1166         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1167         region before the line with the next heading, to prevent the user
1168         from prepending text to the next headline.
1170 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1172         * org-agenda.el (org-get-time-of-day): Use
1173         org-agenda-time-leading-zero to allow leading zero (rather than
1174         space) for times.
1176 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1178         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1179         org-datetree.el is loaded.
1181         * org-datetree.el: autoload `org-datetree-find-day-create'
1183         * org-latex.el (org-export-latex-hyperref-format): New option.
1184         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1186 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1188         * org-ctags.el (org-ctags-enable): Change order of functions.
1189         (org-ctags-create-tags): Add wildcard to file name expansion.
1191 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org.el (org-entry-properties): Fix some important bugs.
1195 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1198         the table is not explicitly given.
1200 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1202         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1203         as value.
1204         (org-clock-out-if-current): Work with the new list value of
1205         `org-clock-out-when-done'.
1206         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1207         between clocking out and state changes.
1209         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1211         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1212         accident protect a character that is before a backslash.
1214 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org-agenda.el (org-diary-class): Use
1217         `org-order-calendar-date-args'.
1219         * org.el (org-order-calendar-date-args): New function.
1221         * org-exp.el (org-export-target-internal-links): Check for
1222         protectedness after the first bracket.
1224         * org.el (org-entry-properties): Don't match wrong-case TODO
1225         keywords.
1227         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1228         Document that ARG is passed through to remove the date.
1229         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1230         not read a date when the user has given a `C-u' prefix.
1232 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1234         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1235         tags are hidden.
1237 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-latex.el (org-export-latex-fix-inputenc): New function.
1240         (org-export-latex-inputenc-alist): New option.
1242         * org-exp.el (org-export): New key SPC to publish enclosing
1243         subtree.
1245 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1247         * org-indent.el (org-indent-add-properties): Catch case when there
1248         is no headline in the buffer.
1250 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-exp.el (org-html-entities): Add checkmark symbol.
1254         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1255         verbatim code for ASCII export.
1257         * org.el (org-update-statistics-cookies): Also see checkboxes in
1258         ordered lists.
1260 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1262         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1263         key.
1265         * org-beamer.el (org-beamer-amend-header): Change the location
1266         where `org-beamer-header-extra' is inserted.
1268         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1269         just for computing this regexp.
1271 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1273         * org-beamer.el (org-beamer-frame-default-options): New option.
1274         (org-beamer-sectioning): Use default options if the user does not
1275         have defined any.
1276         (org-beamer-fix-toc): Put a frame around the table of contents.
1278         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1279         sure case-folding works well when processing comment stuff.
1281         * org-latex.el (org-export-latex-after-save-hook): New hook.
1282         (org-export-as-latex): Run the new hook.
1284 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1286         * org-beamer.el (org-beamer-environments-default): Add the note
1287         environments.
1288         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1289         lines and collect and combine the content.
1290         (org-beamer-after-initial-vars): Check for note tags and make sure
1291         they will be seen like a property.
1293         * org.el (org-offer-links-in-entry): Fix bug when there is a
1294         single link.
1296         * org-exp.el (org-export): Make sure the mark is activated, also
1297         when `transient-mark-mode' is off.
1299         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1300         (org-agenda-search-view-search-words-only): Obsolete variable, is
1301         now an alias for `org-agenda-search-view-always-boolean'.
1302         (org-agenda-search-view-force-full-words): New option.
1303         (org-search-view): Improve docstring, and implement a better logic
1304         for Boolean and phrase searches.
1305         (org-agenda-last-search-view-search-was-boolean): New variable.
1306         (org-agenda-manipulate-query): Consider the type of the last
1307         search when modifying the search string.
1309 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-latex.el (org-export-as-latex): Do the first letbind in the
1312         right moment.
1314         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1315         these entries.
1317         * org-faces.el (org-agenda-diary): New face.
1319         * org.el (org-make-link-regexps): Allow regexp-special characters
1320         in link types.
1321         (org-open-file): When in-emacs is `system', also force system
1322         opening, like when the value was `(16)'.
1323         (org-update-statistics-cookies): Handle entries without children.
1325         * org-exp.el
1326         (org-export-preprocess-before-normalizing-links-hook): New hook.
1327         (org-export-preprocess-string): Run the new hook.
1329         * org.el (org-offer-links-in-entry): Make RET open all links.
1331         * org-html.el (org-export-as-html): Remove any leftover display
1332         properties in the html file.
1334         * org-wl.el (org-wl-store-link): Work-around for format bug with
1335         text properties.
1337         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1338         invisibility while adding the graphs.
1340 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1342         * org-remember.el (org-select-remember-template): Use C letter to
1343         customize remember templates.
1345         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1346         Move cursor to next visible line.
1348 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1350         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1351         by specifying 0 or 1 for column width.
1352         (org-beamer-column-widths): Make 0 stand for 0.0.
1354 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1356         * org-exp.el (org-export-mark-radio-links): Don't match inside
1357         <<target>>.
1359         * org.el (org-format-latex-header-extra): New variable.
1360         (org-format-latex): Set org-format-latex-header-extra from
1361         in-buffer stuff.
1362         (org-format-latex): Add org-format-latex-header-extra to the
1363         variables on which image creation depends.
1364         (org-create-formula-image): Add the header stuff from in-buffer
1365         settings.
1366         (org-read-date-analyze): Base the analysis for future preference
1367         on NOW, not on the default date.
1369         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1370         for TODO keyword in inline tasks.
1372         * org.el (org-log-note-headings): New headings for removing
1373         deadline or scheduling date.
1374         (org-deadline, org-schedule): Arrange for logging when removing a
1375         date.
1376         (org-add-log-note): Handle deadline and scheduling removal.
1378 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1380         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1382 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org-agenda.el (org-diary-class): New function.
1386 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1388         * org-latex.el (org-export-latex-preprocess): Do process the text
1389         of a radio target.
1391 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1393         * org.el (org-entry-properties): Add TIMESTAMP properties back
1394         in.
1396 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1398         * org.el (org-all-time-keywords): New variable.
1399         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1400         (org-entry-blocked-p): New function.
1401         (org-special-properties): Add BLOCKED as a new special property.
1402         (org-entry-properties): New optional argument SPECIFIC, only parse
1403         for this property when it is specified.
1404         (org-entry-get): Pass a SPECIFIC argument to
1405         `org-entry-properties'.
1407         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1409 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1411         * org-latex.el (org-export-latex-tables): No forced line end if
1412         there is no caption.
1414 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1416         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1417         package.
1419         * org-latex.el (org-export-latex-tables): Only add a caption when
1420         macro in in longtable environments if one has been defined.
1422         * org-html.el (org-export-as-html): Only take title from buffer if
1423         not exporting body-only.
1425         * org-latex.el (org-export-latex-preprocess): Better version of
1426         the regular expression for protecting LaTeX macros.
1427         (org-export-latex-preprocess): Start searching for macros to
1428         protect from beginning of buffer.
1430         * org-exp.el (org-export-target-internal-links): Check for
1431         protectedness earlier in the string.
1433         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1434         case sensitively.
1436         * org-id.el (org-id-store-link): Match TODO keywords case
1437         sensitively.
1439         * org.el (org-heading-components, org-get-outline-path)
1440         (org-display-outline-path): Match TODO keywords case sensitively.
1442         * org-latex.el (org-export-as-latex): Ignore read-only
1443         properties.
1445         * org-exp.el (org-export-preprocess-string): Remove any
1446         `read-only' properties.
1448         * org-agenda.el (org-agenda-inactive-leader): New option.
1449         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1450         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1451         (org-todo-list): Prompt for matcher if ARG is an empty string.
1453 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1455         * org.el (org-open-link-functions): New hook.
1456         (org-open-at-point): Run `org-open-link-functions'.
1458 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1460         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1461         stamps as well.
1463         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1464         (org-mode): Don't do startup visibility if inhibited.
1465         (org-outline-overlay-data, org-set-outline-overlay-data): New
1466         functions.
1467         (org-save-outline-visibility): New macro.
1468         (org-log-note-headings): Document that one should not change the
1469         `state' note format.
1471 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1473         * org.el (org-make-link-regexps): Capture link path into a group.
1475 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1477         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1478         the options plist.
1480 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1482         * org.el (org-startup-with-beamer-mode): New option.
1483         (org-property-changed-functions)
1484         (org-property-allowed-value-functions): New hooks.
1485         (org-entry-put, org-property-get-allowed-values): Run the new
1486         hooks.
1487         (org-property-next-allowed-value): Run the new hooks.
1489         * org-exp.el (org-export-select-backend-specific-text): Add the
1490         special beamer tags.
1492         * org-beamer.el
1493         (org-export-preprocess-before-selecting-backend-code-hook): New
1494         file.
1496         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1497         (org-export-as-latex): Run
1498         `org-export-latex-after-initial-vars-hook'.
1499         (org-export-latex-format-toc-function)
1500         (org-export-latex-make-header): Call
1501         `org-export-latex-format-toc-function'.
1503         * org.el (org-fill-template): Make template searches case sensitive.
1505         * org-exp.el (org-export): Use "1" as a sign to export only the
1506         subtree.
1508         * org-colview-xemacs.el (org-columns-edit-value): Use
1509         org-unrestricted property.
1511         * org-colview.el (org-columns-edit-value):  Use
1512         org-unrestricted property.
1514         * org.el (org-compute-property-at-point): Set org-unrestricted
1515         text property if the list contains ":ETC".
1516         (org-insert-property-drawer):  Use
1517         org-unrestricted property.
1519         * org-exp.el
1520         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1521         (org-export-preprocess-string): Run
1522         `org-export-preprocess-before-selecting-backend-code-hook'.
1524         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1526         * org-latex.el (org-export-region-as-latex): Run
1527         `org-export-first-hook'.
1529         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1531         * org-docbook.el (org-export-as-docbook): Run
1532         `org-export-first-hook'.
1534         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1536         * org-exp.el (org-export-first-hook): New hook.
1538 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1540         * org-list.el (org-previous-item): Exit at the beginning of the
1541         buffer.
1543         * org-id.el (org-id-locations-save): Only write the id locations
1544         if any are defined.
1546         * org-archive.el (org-archive-all-done): Make this work in a file
1547         with org-odd-levels-only set.
1549         * org.el (org-get-refile-targets): Catch the case when a buffer
1550         has no file.
1552         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1553         where they are not needed.
1554         (org-export-latex-subcontent): Remove unnecessary newlines.
1556 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1558         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1559         (org-export-latex-fontify): Fix regexp bug that takes special
1560         care of protecting the right boundary characters in emphasis
1561         matches.
1562         (org-export-latex-preprocess): Allow multiple arguments to latex
1563         macros.
1565         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1566         urls.
1568         * org-macs.el (org-re): Interpret :punct: in regexps.
1570         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1571         take the final newline after the END line.
1573         * org.el (org-clean-visibility-after-subtree-move): Only fix
1574         entries that are not entirely invisible already.
1575         (org-insert-link): Respect org-link-file-path-type for
1576         "docview:" links in addition to "file:" links.
1578 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1580         * org-exp.el (org-export-format-source-code-or-example): Avoid
1581         additional extra white lines in LaTeX.
1583         * org-list.el (org-list-parse-list): Leave empty lines after the
1584         list, don't consider them as part of the list.
1586         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1587         searches.
1589         * org-clock.el (org-clock-select-task): Convert integer to
1590         character for XEmacs.
1592 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1594         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1595         compatible.
1597 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1599         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1600         variable.
1601         (org-set-tags): Use it.
1603 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org-list.el (org-empty-line-terminates-plain-lists): Update
1606         docstring.
1608         * org.el (org-format-latex): Fix link creation for processed latex
1609         snippets.
1611 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1613         * org-footnote.el (org-footnote-normalize): Protect replacement
1614         text.
1616         * org.el (org-inside-latex-macro-p): Save match data.
1618 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1620         * org-docview.el: New file.
1622 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1624         * org-latex.el (org-export-latex-class-options): New variable.
1625         (org-export-latex-set-initial-vars): Use the class options.
1627         * org.el (org-forward-same-level): Stop at headings that start
1628         with an invisible character.
1629         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1631 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1633         * org-footnote.el (org-footnote-normalize): Don't take optional
1634         arguments in LaTeX macros as footnotes.
1636         * org.el (org-inside-latex-macro-p): New function.
1638         * org-latex.el (org-latex-to-pdf-process): Change customization
1639         group to `org-export-pdf'.
1641         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1642         on days after the first one.
1644         * org.el (org-insert-heading): Also check for item before assuming
1645         before-first-heading condition.
1647         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1648         (org-export-pdf-logfiles): New option.
1649         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1650         (org-export-pdf-logfiles): Fix customization type.
1652         * org.el (org-insert-link): Improve error message when there is no
1653         default link to select with RET.
1655         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1656         parameter list.
1658 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1660         * org-latex.el (org-export-latex-parse-global)
1661         (org-export-latex-parse-content)
1662         (org-export-latex-parse-subcontent): Use
1663         `org-re-search-forward-unprotected'.
1664         (org-export-as-pdf): Remove log files produced by XeTeX.
1666         * org-macs.el (org-re-search-forward-unprotected): New function.
1668 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1670         * org-colview.el (org-agenda-colview-summarize): Sort out some
1671         confusion between properties and titles, which resulted in
1672         agenda summaries not working if a title was set for a column.
1674 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1676         * org-mobile.el (org-mobile-agendas): New option.
1677         (org-mobile-sumo-agenda-command): Select the right agendas.
1679         * org-latex.el (org-export-latex-format-image): Preserve the
1680         original-indentation property.
1682 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1684         * org-clock.el (org-clock-insert-selection-line): Catch error when
1685         an old tasks no longer exists.
1687         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1688         (org-export-as-pdf): Don't remove the old PDF file before making
1689         the new one.
1691         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1692         (org-mouse-context-menu): Use `org-looking-back'.
1694         * org.el (org-cycle-level): Use `org-looking-back'.
1696         * org-list.el (org-cycle-item-indentation): Use
1697         `org-looking-back'.
1699         * org-compat.el (org-looking-back): New function.
1701         * org.el (org-insert-heading): Catch before-first-headline when
1702         inserting a headline.
1704 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org-latex.el (org-export-latex-format-image): Indent figure
1707         environment, so that it does not interrupt plain list.
1709         * org.el (org-open-at-point): Allow long link descriptions.
1711 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1713         * org-html.el (org-export-as-html): Remove empty lines at the
1714         beginning of the exported text.
1715 ;; Local Variables:
1716 ;; coding: utf-8
1717 ;; add-log-time-zone-rule: t
1718 ;; End:
1720     Copyright (C) 2008  Free Software Foundation, Inc.
1722   This file is part of GNU Emacs.
1724   GNU Emacs is free software: you can redistribute it and/or modify
1725   it under the terms of the GNU General Public License as published by
1726   the Free Software Foundation, either version 3 of the License, or
1727   (at your option) any later version.
1729   GNU Emacs is distributed in the hope that it will be useful,
1730   but WITHOUT ANY WARRANTY; without even the implied warranty of
1731   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1732   GNU General Public License for more details.
1734   You should have received a copy of the GNU General Public License
1735   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1737 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c