Code cleanup and two enhancements for org-wl.el
[org-mode.git] / lisp / ChangeLog
blob3e635d3161dd76fcc785f515e1e3bd91420eed61
1 2010-05-08  David Maus  <dmaus@ictsoc.de>
3         * org-wl.el (org-wl-message-field): New function.  Return
4         content of header field in message entity.
5         (org-wl-store-link): Call `org-wl-store-link-folder' or
6         `org-wl-store-link-message' depending on major-mode.
7         (org-wl-store-link-folder): New function.  Store link to
8         Wanderlust folder.
9         (org-wl-store-link-message): New function.  Store link to
10         Wanderlust message.
11         (org-wl-store-link-message): Store link to message while
12         visiting message.
13         (org-wl-open): Don't try to jump to message when opening a
14         folder link.
16 2010-05-08  David Maus  <dmaus@ictsoc.de>
18         * org.el (org-replace-escapes): Avoid infinite loop when
19         replace string contains escape sequence it replaces.
21 2010-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
23         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
24         encryption when now key is set.
26 2010-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-table.el (org-table-recalculate-buffer-tables)
29         (org-table-iterate-buffer-tables): New commands.
31         * org.el (org-check-for-hidden): When there is a region, skip
32         the check.
34 2010-05-02  Dan Davison  <davison@stats.ox.ac.uk>
36         * org-src.el (org-edit-src-code): allow-write-back-p had
37         erroneously been omitted from let binding
39 2010-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-agenda.el (org-sorting-choice): New sorting type alpha.
42         (org-cmp-alpha): New defsubst.
43         (org-em): New defsubst.
44         (org-entries-lessp): Only compute needed comparisons.
46 2010-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
48         * org-html.el (org-format-org-table-html): Test all columns
49         for number content.
51 2010-04-28  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org-latex.el (org-export-latex-treat-sub-super-char): Make
54         sure parenthesis matching is consistent.
56         * org-table.el (org-table-colgroup-line-p)
57         (org-table-cookie-line-p): New functions.
59         * org-exp.el (org-table-clean-before-export): Better tests for
60         colgroup and cookie lines.
62 2010-04-27  Carsten Dominik  <carsten.dominik@gmail.com>
64         * org-agenda.el (org-agenda-goto): Push a mark before changing
65         the position.
67         * org-footnote.el (org-footnote): New group.
68         (org-footnote-section)
69         (org-footnote-tag-for-non-org-mode-files): Fix typos.
71         * org-list.el (org-end-of-item-text-before-children): Also do
72         the right thing at the end of a file.
74         * org.el (org-set-packages-alist, org-get-packages-alist): New
75         function.
76         (org-export-latex-default-packages-alist)
77         (org-export-latex-packages-alist): Add extra flag to
78         each package, indicating if it should be used for snippets.
79         (org-create-formula-image): Add the snippet argument.
80         (org-splice-latex-header): New argument SNIPPET-P, pass it
81         through to `org-latex-packages-to-string'.
82         (org-latex-packages-to-string): New argument SNIPPET-P.
84         * org-latex.el (org-export-latex-make-header): Add the snippet
85         argument.
87         * org-docbook.el (org-export-as-docbook): Implement ordered
88         lists starting at some offset.
90 2010-04-26  Carsten Dominik  <carsten.dominik@gmail.com>
92         * org.el (org-link-types, org-open-at-point): Add doi links.
94         * org-ascii.el (org-export-ascii-preprocess): Remove list
95         startcounter cookies.
97         * org-list.el (org-renumber-ordered-list): Respect counter
98         start values.
100         * org-latex.el (org-export-latex-lists): Accept ordered list
101         item offset cookie.
103         * org-html.el (org-export-as-html): Accept ordered list
104         item offset cookie.
106         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
107         which messes up alignment of tags.
109 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
111         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
112         the modeline display is removed.
114         * org-exp.el (org-export-format-drawer-function): Fix
115         docstring.
117         * org-agenda.el (org-agenda-refile): New optional argument
118         NO-UPDATE.
119         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
120         is set.
121         (org-agenda-bulk-action): Call the refile command with updates
122         suppressed - but arrange for `org-agenda-redo' to be called at
123         the end.
125         * org.el (org-mode): Make table mapping quiet.
126         (org-table-map-tables): New optional argument QUIETLY.
128         * org-ascii.el (org-export-ascii-preprocess): Make table
129         mapping quiet.
131         * org-html.el (org-export-as-html, org-html-level-start): Change
132         XHTML IDs to not use dots.
134         * org-exp.el (org-export-define-heading-targets): Change
135         XHTML IDs to not use dots.
137         * org-docbook.el (org-export-docbook-level-start): Change
138         XHTML IDs to not use dots.
140         * org-latex.el (org-export-as-latex): Make sure that the
141         result buffer is in latex-mode.
143         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
144         (org-shiftleft-final-hook, org-shiftright-final-hook): New
145         hooks.
147 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org-table.el (org-table-justify-field-maybe): Make sure that
150         inserting a value does not turn a line into a hline.
152 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
155         (org-clock-sum): Add property to selected headlines.
156         (org-dblock-write:clocktable): Make tags matcher.
158         * org.el (org-set-autofill-regexps): XEmacs compatibility.
160         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
161         in latex class definitions
163         * org.el (org-shiftup-hook, org-shiftdown-hook)
164         (org-shiftleft-hook, org-shiftright-hook): New hooks.
166         * org-entities.el (org-entities): Use \land and \lor for logical
167         operators.
169         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
170         indentation commands.
171         (org-hidden-tree-error): New defsubst.
172         (org-metaleft, org-metaright): Check for hidden stuff and throw an
173         error.
174         (org-check-for-hidden): New function.
176         * org-list.el (org-item-re): New function.
177         (org-at-item-p): Use `org-item-re'.
178         (org-end-of-item-text-before-children): New function.
179         (org-outdent-item, org-indent-item): Arrange for leaving the
180         subtree alone.
181         (org-outdent-item-tree, org-indent-item-tree): New argument
182         NO-SUBTREE.
183         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
184         to find the end for processing while ignoring the subtree.
186         * org-publish.el (org-publish-sitemap-sort-alphabetically)
187         (org-publish-sitemap-sort-folders)
188         (org-publish-sitemap-sort-ignore-case): New options.
190 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
194         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
196         * org-publish.el (org-publish-project-alist): Update docstring.
197         (org-publish-file-title-cache): New variable.
198         (org-publish-initialize-files-alist): Initialize
199         `org-publish-initialize-files-alist' to nil.
200         (org-publish-sort-directory-files): New function.
201         (org-publish-projects): Access the new properties.
202         (org-publish-find-title): Use the file title cache.
203         (org-publish-find-title): Build the file title cache.
204         (org-publish-get-base-files-1): Sort files.
205         (org-publish-aux-preprocess): Do not throw an error when before
206         the first headline.  Allow an empty target, meaning to link just
207         to the file.
208         (org-publish-index-generate-theindex.inc): Check if there is
209         actually a target and only then add it to the link.
210         (org-publish-projects): Fix a remaining issue with the last commit
212         * org-html.el (org-export-as-html): Treat verse as open/close
213         paragraph.
214         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
215         and out of lists.
217 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
219         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
220         be used in a read-only mode.
221         (org-edit-src-code): Different message in read-only mode
223 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-src.el (org-edit-src-find-region-and-lang): Test for
226         table.el as late as possible.
228         * org-colview-xemacs.el: Make sure this file is never loaded into
229         Emacs.  Remove all tests for XEmacs.
231         * org-colview.el: Make sure this file is never loaded into XEmacs.
233         * org-agenda.el (org-highlight, org-unhighlight): Use direct
234         overlay calls.
236         * org.el (org-key): Apply the translations defined in
237         `org-xemacs-key-equivalents'.
239         * org-mouse.el (org-mode-hook): Use `org-defkey'.
241         * org-compat.el (org-xemacs-key-equivalents): New constant.
243 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
246         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
247         Obey `org-odd-levels-only'.
249         * org-compat.el (org-find-overlays): Use overlays-in/at.
251         * org.el (org-remove-empty-overlays-at)
252         (org-outline-overlay-data, org-hide-block-toggle)
253         (org-format-latex, org-context): Use overlays-in/at.
255         * org-src.el (org-edit-src-exit): Use overlays-in/at.
257         * org-agenda.el (org-agenda-mark-clocking-task)
258         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
259         (org-agenda-entry-text-hide)
260         (org-agenda-fix-tags-filter-overlays-at)
261         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
263         * org-compat.el (org-overlays-at): Function removed.
264         (org-overlays-in): Function removed.
266 2010-04-19  Bastien Guerry  <bzg@altern.org>
268         * org-clock.el (org-clock-set-current): Just return the headline
269         itself, strip the TODO keyword, the priority cookie and the tags.
271 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-compat.el (org-xemacs-without-invisibility): New macro.
274         (org-xemacs-without-invisibility): New macro.
275         (org-indent-to-column, org-indent-line-to, org-move-to-column):
276         Redefine using the macro `org-xemacs-without-invisibility'.
278         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
280         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
282         * org-compat.el (org-make-overlay, org-delete-overlay)
283         (org-overlay-start, org-overlay-end, org-overlay-put)
284         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
285         removed.
286         (org-add-to-invisibility-spec): Function removed.
288         * org-html.el (org-export-as-html-and-open): Add argument to
289         kill-buffer.
291         * org-habit.el (require): `calendar' is now required already by
292         org.el on top level.
294         * org-clock.el (require): `calendar' is now required already by
295         org.el on top level.
297         * org-agenda.el (require, org-timeline, org-agenda-list)
298         (org-todo-list, org-agenda-to-appt): `calendar' is now required
299         already by org.el on top level.
301         * org.el (org-export-latex-fix-inputenc): Declare function.
303         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
304         variables.
306         * org.el (calendar): Require calendar now on top level in org.el
307         and define aliases to new variables when needed.
308         (org-read-date, org-goto-calendar): Do not bind obsolete
309         variables.
311         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
312         compilation warning, add comment that this cannot be done with
313         `with-current-buffer'.
315         * org-wl.el (org-wl-open): Use `with-current-buffer'.
317         * org.el (overlay, org-remove-empty-overlays-at)
318         (org-outline-overlay-data, org-set-outline-overlay-data)
319         (org-show-block-all, org-hide-block-toggle)
320         (org-highlight-new-match, org-remove-occur-highlights)
321         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
322         (org-read-date, org-read-date-display, org-eval-in-calendar)
323         (org-format-latex, org-context)
324         (org-speedbar-restriction-lock-overlay)
325         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
327         * org-table.el (org-table-add-rectangle-overlay)
328         (org-table-remove-rectangle-highlight)
329         (org-table-overlay-coordinates)
330         (org-table-toggle-coordinate-overlays): Use the normal overlay
331         API.
333         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
334         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
335         normal overlay API.
337         * org-colview.el (org-columns-new-overlay)
338         (org-columns-display-here, org-columns-remove-overlays)
339         (org-columns-edit-value, org-columns-next-allowed-value)
340         (org-columns-update): Use the normal overlay API.
342         * org-clock.el (org-clock-out, org-clock-cancel)
343         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
344         overlay API.
346         * org-agenda.el (org-agenda-mark-filtered-text)
347         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
348         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
349         (org-agenda-entry-text-hide)
350         (org-agenda-restriction-lock-overlay)
351         (org-agenda-set-restriction-lock)
352         (org-agenda-filter-by-tag-hide-line)
353         (org-agenda-fix-tags-filter-overlays-at)
354         (org-agenda-filter-by-tag-show-all, org-hl)
355         (org-agenda-goto-calendar, org-agenda-bulk-mark)
356         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
358         * org-freemind.el (org-freemind-from-org-mode-node)
359         (org-freemind-from-org-mode, )
360         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
361         interactive-p instead of called-interactively, because this is
362         backward compatible with older Emacsen I still support..
364 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
366         * org-exp.el (org-export-define-heading-targets): Fix bug in
367         regexp finding ID and CUSTOM_ID properties.
369 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
372         from `org-footnote-goto-next-reference'.
374         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
375         org-log-repeat is non-nil, or if there is clocking data in the
376         entry.
378         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
380 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
382         * org.el (org-align-all-tags): New command.
384 2010-04-13  David Maus  <dmaus@ictsoc.de>
386         * org-wl.el (org-wl-link-remove-filter): New customizable
387         variable.  If non-nil, filter conditions are stripped when storing
388         link to message in filter folder.
389         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
390         non-nil, links to shimbun messages are created as web links to
391         message source.
392         (org-wl-nntp-prefer-web-links): New customizable variable.  If
393         non-nil, links to nntp message are created as web links to gmane
394         or googlegroups.
395         (org-wl-namazu-default-index): New customizable variable.
396         Directory of namazu search index that should be used as default
397         when opening a link in a search folder.
398         (org-wl-folder-types): New constant.  Wanderlust folder type
399         indicators.
400         (org-wl-folder-type): New function.  Return type of Wanderlust
401         folder.
402         (org-wl-store-link): Create web links for shimbun or nntp messages
403         and strip filter conditions depending on customizable variables.
404         (org-wl-open): Open namazu search folder for message when called
405         with prefix.
407 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org.el (org-remove-if, org-remove-if-not): New functions.
410         (org-open-file): Use internal remove-if functions.
412 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
414         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
415         (org-file-apps-ex): remove variable.
416         (org-open-file): Integrate org-file-apps-ex functionality back
417         into org-file-apps, and decide whether to match a regexp against
418         the link or the filename using org-file-apps-entry-uses-grouping-p.
420 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
422         * org.el (org-file-apps-ex): new variable.
423         (org-open-file): Before considering org-file-apps, first match the
424         regexps from org-file-apps-ex against the whole link. See
425         docstring of org-file-apps-ex.
427 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org.el (org-export-latex-default-packages-alist): Remove
430         microtype package.
431         (org-todo-repeat-to-state): New variable.
432         (org-auto-repeat-maybe): Allow user-selected target states.
433         (org-default-properties): Add the new property REPEAT_TO_STATE.
435 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org-mobile.el (org-mobile-check-setup): Make sure that there is
438         a binary to compute checksums.
440 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org.el (org-insert-link): Find the link buffer on visible
443         frames.
444         (org-export-latex-default-packages-alist): hyperref must be loaded
445         late.
447 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org-latex.el (org-export-latex-preprocess): Do not yet protect
450         defined entities - these will be taken care of later.
451         (org-export-latex-special-chars): Post-process entity replacement.
452         (org-export-latex-fontify-headline): Do not yet protect defined
453         entities - these will be taken care of later.
454         (org-export-latex-tables, org-export-latex-links): Format the
455         caption properly.
457         * org-entities.el (org-entities-user): Fix typo.
459         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
461         * org-entities.el (org-entities-user): Improve docstring.
463 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
465         * org-entities.el (org-macs): Require org-macs, to be sure that we
466         have `declare-function' defined.
468 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org-latex.el (org-export-latex-classes): Update docstring.
472         * org.el (org-format-latex-header): Add cookies to the header.
473         (org-splice-latex-header): Implement placement according to
474         cookies.
476 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org-publish.el (org-publish-aux-preprocess): Control case
479         sensitivity.
481 2010-04-04  Bastien Guerry  <bzg@altern.org>
483         * org.el (org-splice-latex-header): Fix typo.
485 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
487         * org-latex.el (org-export-latex-make-header): Use
488         `org-splice-latex-header' to build the header.
489         (org-export-latex-classes): Update docstring.
491         * org.el (org-splice-latex-header): New function.
492         (org-create-formula-image): Use `org-splice-latex-header' to build
493         the header.
495         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
497 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
499         * org.el (org-export-latex-packages-alist)
500         (org-export-latex-default-packages-alist): Fix docstring to
501         reflect the expected structure.
503         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
504         (org-export-docbook-finalize-table): Make use of label for tables.
506 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org-attach.el (org-attach-commit): Split on newlines.
510         * org.el (org-export-latex-default-packages-alist): Use list
511         instead of cons for the entries.
513 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org-entities.el (org-entity-get-representation): Catch the case
516         that there is not entry in the list.
518         * org-mobile.el (org-mobile-use-encryption)
519         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
520         New options.
521         (org-mobile-check-setup): CHeck the encryption setup.
522         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
523         (org-mobile-create-sumo-agenda): Use encryption code.
524         (org-mobile-encrypt-and-move): New function.
525         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
526         functions.
527         (org-mobile-move-capture): Decrypt the capture file.
529         * org.el (org-entities): Require the new file.
530         (org-export-latex-default-packages-alist): New variable.
531         (org-complete): Use new entity code for completion.
532         (org-create-formula-image): Use the new packages variable.
534         * org-latex.el (org-export-latex-classes): Remove the standard
535         packages from the class headers.
536         (org-export-latex-make-header): Use the new package variable.
537         (org-export-latex-special-chars): Better regexp for entities, to
538         support entity name that contain numbers.
539         (org-export-latex-treat-backslash-char): Use the new entity code.
541         * org-html.el (org-html-do-expand): Use the new entity code.
543         * org-exp.el (org-export): Add the new export commands.
544         (org-html-entities): Constant removed.
545         (org-export-visible): Add the new export commands.
547         * org-entities.el: New file.
549         * org-docbook.el (org-docbook-do-expand): Use new entity code.
551         * org-ascii.el (org-export-ascii-entities): New variable.
552         (org-export-as-latin1, org-export-as-latin1-to-buffer)
553         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
554         (org-export-as-encoding): New function.
555         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
556         (org-ascii-replace-entities): New function.
558 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
560         * org-html.el (org-html-level-start): Catch the case that target
561         might be nil.
563 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
565         * org.el (org-appearance): Change Customize group variable name
566         from org-font-lock to org-appearance, and change tag from "Org
567         Font Lock" to "Org Appearance"
568         (org-odd-levels-only): Change Customize group variable name
569         (org-level-color-stars-only): Change Customize group variable name
570         (org-hide-leading-stars): Change Customize group variable name
571         (org-hidden-keywords): Change Customize group variable name
572         (org-fontify-done-headline): Change Customize group variable name
573         (org-fontify-emphasized-text): Change Customize group variable name
574         (org-fontify-whole-heading-line): Change Customize group variable name
575         (org-highlight-latex-fragments-and-specials): Change Customize
576         group variable name
577         (org-hide-emphasis-markers): Change Customize group variable name
578         (org-emphasis-alist): Change Customize group variable name
579         (org-emphasis-regexp-components): Change Customize group variable
580         name
581         (org-modules): Remove mention of org-R
583         * org-faces.el (org-faces): Change Customize group variable name
585 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
587         * org-agenda.el (org-diary-last-run-time): New variable.
588         (org-diary): prepare agenda buffers only if last call was some
589         time ago.
591         * org-html.el (org-export-html-preprocess): Replace \ref macros
592         with a link.
593         (org-format-org-table-html): Add the label as an anchor.
595         * org-docbook.el (org-export-docbook-format-image): Do some
596         formatting on captions.
598         * org-latex.el (org-export-latex-tables, org-export-latex-links):
599         Do some formatting on captions.
601         * org-html.el (org-export-html-format-image)
602         (org-format-org-table-html): Do some formatting on captions.
604 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
606         * org.el (org-hidden-keywords): New customizable variable. This is
607         a list of symbols specifying which of the special keywords #+DATE,
608         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
609         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
610         implementing new faces and hiding behaviour.
612         * org-faces.el (org-document-title): New face for #+TITLE lines
613         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
614         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
616 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org-publish.el (org-publish-sanitize-plist): New function to
619         rename "index" properties to "sitemap".  Do this renaming
620         globally.
621         (org-publish-with-aux-preprocess-maybe): New macro.
622         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
623         macro.
624         (org-publish-aux-preprocess)
625         (org-publish-index-generate-theindex.inc): New function.
627 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
629         * org-table.el (org-table-align): Interpret <N> at fixed width,
630         not as maximum width.
632 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-exp.el (org-export-author-info, org-export-email-info): Fix
635         docstrings.
637         * org-beamer.el (org-beamer-select-environment): Renamed from
638         `org-beamer-set-environment-tag'.  Improve docstring.
640         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
641         problem with odd levels.
643         * org-ascii.el (org-export-as-ascii): Export email only if the
644         author wants it.
646         * org-docbook.el (org-export-as-docbook): Export email only if the
647         author wants it.
649         * org-html.el (org-export-as-html): Export email only if the
650         author wants it.
652         * org-exp.el (org-export-email-info): New option.
653         (org-export-plist-vars): Add entry for `org-export-email'.
655 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
657         * org-table.el (org-table-goto-line): Fix typo.
659 2010-03-25  Mikael Fornius  <mfo@abc.se>
661         * org.el (org-agenda-files): Typo.
662         (org-read-agenda-file-list): Add optional argument to help
663         `org-store-new-agenda-file-list' to remember un-expanded file
664         names.  Expand file names relative to `org-directory'.
665         (org-store-new-agenda-file-list): Keep un-expanded file names when
666         saving, if available.
667         (org-agenda-files): Update documentation.
669 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
671         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
672         a buffer with no file name attached.
674         * org.el (org-log-refile): New option.
675         (org-log-note-headings): Add a heading for refiling.
676         (org-startup-options): Add keywords for logging of the refile
677         action.
678         (org-refile): Add logging action.
679         (org-add-log-note): Allow for refiling action.
681         * org-agenda.el (org-agenda-bulk-action): Make sure
682         `org-log-refile' is not `note' during a bulk action.
684 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
686         * org.el (org-map-dblocks): Use save-excursion to remember the
687         position.
689         * org-attach.el (org-attach-commit): Remove dependence on xargs.
690         (org-attach-delete-one): Commit after deleting a file.
692         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
693         borders for strike-through emphasis.
695         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
696         handling of odd levels.
698         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
699         and `future' values.
700         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
701         Handle `past' and `future' values.
703         * org.el (org-read-agenda-file-list): Interpret file names
704         relative to org-directory and allow environment variables and
705         "~".
707         * org-latex.el (org-export-latex-special-chars): Allow a
708         parenthesis before an exponent or subscript.
710 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
712         * org-src.el (org-edit-src-exit): When returning from code edit
713         buffer, if code block is hidden, leave point at start of
714         #+begin_src line
716 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
718         * org.el (org-insert-heading): Do not remove all spaces if the
719         headline is empty.
721         * org-indent.el (org-indent): Fix group name.
723 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org-table.el (org-table-goto-column): Fix forcing a non-existing
726         column.
727         (org-table-get, org-table-put, org-table-goto-line)
728         (org-table-current-line): New functions.
730 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
732         * org-crypt.el (org-reveal-start-hook): Add a decryption function
733         to this hook.
734         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
735         docstrings.
737         * org.el (org-point-at-end-of-empty-headline)
738         (org-level-increment, org-get-previous-line-level): New function.
739         (org-cycle-level): Rewritten to be independent of when this
740         function is called.
741         (org-in-regexps-block-p): New function.
742         (org-reveal-start-hook): New hook.
743         (org-reveal): Run new hook.
745 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-latex.el (org-export-latex-keywords): Start a new paragraph
748         after time keywords, do not add "\newline".
750         * org-html.el (org-export-as-html): Avoid double # in href.
752         * org.el (org-refile-get-location): Catch an invalid target
753         specification.
755 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
757         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
758         Make sure the behavior regarding to extracting time is
759         consistent.
761 2010-03-17  Stephen Eglen  <stephen@gnu.org>
763         * org-agenda.el (org-agenda-insert-diary-extract-time): New
764         variable.
765         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
766         variable rather than `org-agenda-search-headline-for-time'.
768 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
772 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
774         * org.el (org-adaptive-fill-regexp-backup): New variable.
775         (org-set-autofill-regexps): Store a backup of
776         `adaptive-fill-regexp'.
777         (org-adaptive-fill-function): Fix filling of comments and ordered
778         lists. If there is no other match, till try adaptive fill.
780 2010-03-15  John Wiegley  <jwiegley@gmail.com>
782         * org-agenda.el (org-agenda-include-deadlines): Added new
783         customization variable to determine whether unscheduled tasks
784         should appear in the agenda solely because of their deadline.
785         Default to true, which was the previous behavior (it just wasn't
786         configurable).
787         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
788         the agenda to show/hide deadline tasks.
789         (org-agenda-menu): Added menu option for show/hide deadlines.
790         (org-agenda-list): Make the agenda list sensitive to the value of
791         `org-agenda-include-deadlines'.
792         (org-agenda-toggle-deadlines): New function to toggle the value of
793         `org-agenda-include-deadlines' and repaint the modeline
794         indicators.
795         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
796         modeline if deadline tasks are being displayed.
798 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
800         * org-table.el (org-table-eval-formula): Replace $# and @# by
801         current column and row number.
803 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
805         * org.el (org-set-property, org-delete-property): Go back to
806         prompting for the property.
808         * org-latex.el (org-export-latex-make-header): Fully process
809         author line.
810         (org-export-latex-fontify-headline): Allow several arguments, not
811         just one.
812         (org-export-latex-fix-inputenc): Catch the error when
813         `latexenc-coding-system-to-inputenc' is not defined.
815         * org-agenda.el (org-agenda-skip-if-todo): New function.
816         (org-agenda-skip-if): Add conditions for TODO keywords.
817         (org-agenda-skip-if): Document the new todo conditions.
819 2010-03-11  Mikael Fornius  <mfo@abc.se>
821         * org.el (org-at-property-p): Check if we are inside a property
822         drawer not just any drawer.
823         (org-set-property, org-delete-property): When cursor is on a
824         property key value pair do not prompt for property name instead
825         use name at cursor.
826         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
827         on the first line of a property drawer.
828         (org-property-end-re): Spell check.
830 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-exp.el (org-export-attach-captions-and-attributes): Add the
833         properties to the entire table, in case the first line is
834         removed.
836         * org-archive.el (org-archive-reversed-order): New option.
837         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
838         option `org-archive-reversed-order'.
840 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
842         * org-agenda.el (org-agenda-entry-types): New variable.
843         (org-agenda-list): Use `org-agenda-entry-types'.
844         (org-agenda-custom-commands-local-options): Support for setting
845         `org-agenda-entry-types' as an option.
846         (org-diary): Shift some documentation from here to the variable
847         `org-agenda-entry-types'.
849 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
851         * org-latex.el (org-export-latex-make-header): Apply macros in
852         author field.
854         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
855         (org-clock-select-task, org-clock-notify-once-if-expired)
856         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
857         (org-clock-out-if-current, org-clock-save): Use the new functions.
859 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
861         * org-docbook.el (org-export-as-docbook): Remove unnecessary
862         newline.
863         (org-export-as-docbook): Remove unnecessary newline.
864         (org-export-as-docbook): Fix problem with double footnote
865         reference in one place.
867         * org-exp.el (org-export-format-source-code-or-example): Remove
868         unnecessary newline.
870         * org.el (org-deadline, org-schedule): Allow rescheduling entries
871         with repeaters.
873         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
874         function calls that look like references.
876         * org.el (org-open-at-point): Get link abbreviations from
877         reference buffer.
879 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
881         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
882         as a reference.
884 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
886         * org.el (org-link-unescape): Solve issue with lower-case escapes.
888 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
890         * org-latex.el (org-export-latex-classes): Add
891         \usepackage{latexsym} to all classes.
893 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-html.el (org-export-as-html): Do not allow protected lines
896         into the table of contents.
898         * org-latex.el (org-export-latex-special-chars): Find subsequent
899         occurrences of special characters.
900         (org-export-latex-tables): Do not convert table-like stuff that is
901         protected.
903 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
905         * org-list.el (org-toggle-checkbox): No errors when updating
906         checkbox count fails because there is no heading.
908 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-clock.el (org-clock-report-include-clocking-task): New
911         option.
912         (org-clock-sum): Add the current clocking task.
914 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org.el (org-cycle): Print a message when in a table.el table.
917         (org-edit-special): Recognize the table.el context.
918         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
920         * org-src.el (org-at-table.el-p): Declare.
921         (org-edit-src-code): Handle a special case for table.el editing.
922         (org-edit-src-find-region-and-lang): Recognize the table.el
923         context.
925         * org-latex.el (org-export-latex-tables): Convert table.el
926         tables.
927         (org-export-latex-convert-table.el-table): New function.
929         * org-html.el (org-html-expand): Fix table.el export.
931         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
932         headings.
934         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
935         table for the id locations.
937         * org.el (org-read-date-analyze): Match American-style dates, like
938         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
939         current year when reading ISO and American dates.
941 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org.el (org-face-from-face-or-color): New function.
944         (org-get-todo-face, org-font-lock-add-priority-faces)
945         (org-get-tag-face): Use `org-face-from-face-or-color'.
947         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
948         simple colors as values.
949         (org-faces-easy-properties): New option.
951         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
952         restricted, as an agenda mode.
953         (org-agenda-fontify-priorities): Allow simple colors as values.
955 2010-02-25  Bastien Guerry  <bzg@altern.org>
957         * org-timer.el (org-timer-current-timer): Renamed from
958         `org-timer-last-timer'.
959         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
960         (org-timer-cancel-timer, org-timer-show-remaining-time)
961         (org-timer-set-timer): Update to use only one timer.
963         * org.el (org-set-property): Remove useless space in the prompt.
965 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
967         * org-html.el (org-export-html-style-default): Add a default style
968         for textareas.
970         * org-exp.el (org-export-format-source-code-or-example): Fix
971         textarea tag.
973 2010-02-24  Bastien Guerry  <bzg@altern.org>
975         * org-clock.el (org-clock-current-task): New variable to store
976         last clocked in task.
977         (org-clock-set-current, org-clock-delete-current): New functions.
979 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
981         * org-remember.el (org-remember-apply-template): Extend comment.
982         (org-remember-handler): Implement clock sibling filing.
984 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org-publish.el (org-publish-all, org-publish-current-file)
987         (org-publish-current-project): When called with prefix argument
988         FORCE, also rebuild the validation file list.
990         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
991         section headings.
993 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
995         * org-html.el (org-export-as-html-and-open): Kill product buffer
996         if the user wants that.
998         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
999         if the user wants that.
1001         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
1002         option.
1004         * org-agenda.el (org-batch-agenda-csv): Use the time property
1005         instead of the `time-of-day' property.
1007 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1009         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
1010         (org-timer-pause-hook, org-timer-set-hook)
1011         (org-timer-cancel-hook): New hooks.
1012         (org-timer-start): Run `org-timer-start-hook'.
1013         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
1014         (org-timer-stop): Run `org-timer-stop-hook'.
1015         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
1017 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1019         * org.el (org-reveal): Double prefix arg shows the subtree of the
1020         parent.
1022 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org-agenda.el (org-search-view): Fix bug with searching full
1025         words in headlines in search view.
1026         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
1027         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
1028         scheduled (if the user configures it so.
1030 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1032         * org.el (org-hide-archived-subtrees): Don't jump to end of
1033         subtree if the match was not in a headline.
1034         (org-inside-latex-macro-p): Allow more complex arguments.
1035         (org-emphasize): Protect against use at end of buffer.
1037 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
1040         text properties.
1042 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1044         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
1045         values.
1046         (org-agenda-todo-ignore-scheduled)
1047         (org-agenda-todo-ignore-deadlines): More control with different
1048         allowed values.
1049         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1050         Honor the new option settings.
1052 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org.el (org-get-location): Make sure the selection buffer is
1055         shown in the current frame.
1057         * org-ascii.el (org-export-ascii-table-widen-columns): New
1058         option.
1059         (org-export-ascii-preprocess): Realign tables to remove narrowing
1060         if `org-export-ascii-table-widen-columns' is set.
1062         * org-table.el (org-table-do-narrow): New variable.
1063         (org-table-align): Narrow only if `org-table-do-narrow' is t.
1065         * org.el (org-deadline, org-schedule): Allow updating if the
1066         relevant time stamp does not have a repeater, i.e. do not require
1067         that no time stamp has a repeater.
1069         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
1070         new white space before the tags.
1072         * org-latex.el (org-export-as-latex): Do nit require the buffer to
1073         be visiting a file when only exporting to a buffer or string.
1074         (org-export-latex-fix-inputenc): Only save the buffer is there is
1075         a file name attached to it.
1077 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
1079         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
1081 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
1083         * org.el (org-fontify-meta-lines-and-blocks): Honor
1084         `org-fontify-quote-and-verse-blocks'.
1086         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
1088 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1090         * org.el (org-open-at-point): Also check for text property
1091         org-linked-text before offering collected links.
1093 2010-02-03  Stephen Eglen  <stephen@gnu.org>
1095         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1096         Optionally extract time specification from text and add to the
1097         timestamp.
1099 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1101         * org-exp.el (org-html-entities): Fix typo.
1103         * org-latex.el (org-export-latex-make-header): Use \providecommand
1104         to make sure the \alert macro is defined.
1106         * org.el (org-format-latex-signal-error)
1107         (org-create-formula-image): Use `org-format-latex-signal-error'.
1109 2010-02-02  Stephen Eglen  <stephen@gnu.org>
1111         * org.el (org-store-link): For dired buffers, use
1112         default-directory as link name if dired-get-filename returns
1113         nil.
1115 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1117         * org-exp.el (org-export-concatenate-multiline-links): The for
1118         protectedness at beginning of match.
1120         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
1121         AUTO as a coding system, instead default to utf8.
1123 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1125         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1126         (org-block-todo-from-checkboxes): Respect the local variable
1127         value when deciding if blocking should be active.
1129         * org-latex.el (org-export-latex-make-header): Define the align
1130         macro if it is not yet defined.
1132         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
1133         `org-insert-heading' with the INVISIBLE-OK argument.
1135         * org-mac-message.el (org-mac-message-insert-flagged): Call
1136         `org-insert-heading' with the INVISIBLE-OK argument.
1138         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1140         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1141         prompt message.
1143         * org-html.el (org-html-level-start): Use the
1144         `html-container-class' text property to set an additional class
1145         for an outline container.
1147         * org-exp.el (org-export-remember-html-container-classes): New
1148         function.
1149         (org-export-preprocess-string): Call
1150         `org-export-remember-html-container-classes'.
1152         * org.el (org-cycle): Mention level cycling in the docstring.
1153         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1155         * org-remember.el (org-remember-apply-template): Do file insertion
1156         first.
1158 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1160         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1161         problem with mis-aligned graphs when showing habits.
1163 2010-01-28  Mikael Fornius  <mfo@abc.se>
1165         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1166         when assigning. Begin using numerical characters when all in name
1167         is used up. This is to spare alphanumeric characters for better
1168         match with other keywords.
1170 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1172         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1174         * org-latex.el (org-export-latex-preprocess): More consistent
1175         conversion and protection of the words LaTeX and TeX.
1176         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1177         Allow angle brackets in commands, for beamer.
1179 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org-clock.el (org-clock-in): Improve the look of the clock line
1182         by formatting links.
1184 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1187         holder string for the coding system.  And improve the
1188         documentation.
1189         (org-export-latex-fix-inputenc): Only modify the coding system if
1190         it is given by the placeholder AUTO.
1192 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1194         * org-clock.el (org-task-overrun-text): New option.
1195         (org-task-overrun, org-clock-update-period): New variables.
1196         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1197         overrun clock.
1198         (org-clock-notify-once-if-expired): Check if clock is overrun.
1200         * org-faces.el: New face `org-mode-line-clock-overrun'.
1202 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1204         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1205         region before the line with the next heading, to prevent the user
1206         from prepending text to the next headline.
1208 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1210         * org-agenda.el (org-get-time-of-day): Use
1211         org-agenda-time-leading-zero to allow leading zero (rather than
1212         space) for times.
1214 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1217         org-datetree.el is loaded.
1219         * org-datetree.el: autoload `org-datetree-find-day-create'
1221         * org-latex.el (org-export-latex-hyperref-format): New option.
1222         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1224 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1226         * org-ctags.el (org-ctags-enable): Change order of functions.
1227         (org-ctags-create-tags): Add wildcard to file name expansion.
1229 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1231         * org.el (org-entry-properties): Fix some important bugs.
1233 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1235         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1236         the table is not explicitly given.
1238 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1240         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1241         as value.
1242         (org-clock-out-if-current): Work with the new list value of
1243         `org-clock-out-when-done'.
1244         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1245         between clocking out and state changes.
1247         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1249         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1250         accident protect a character that is before a backslash.
1252 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-agenda.el (org-diary-class): Use
1255         `org-order-calendar-date-args'.
1257         * org.el (org-order-calendar-date-args): New function.
1259         * org-exp.el (org-export-target-internal-links): Check for
1260         protectedness after the first bracket.
1262         * org.el (org-entry-properties): Don't match wrong-case TODO
1263         keywords.
1265         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1266         Document that ARG is passed through to remove the date.
1267         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1268         not read a date when the user has given a `C-u' prefix.
1270 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1273         tags are hidden.
1275 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1277         * org-latex.el (org-export-latex-fix-inputenc): New function.
1278         (org-export-latex-inputenc-alist): New option.
1280         * org-exp.el (org-export): New key SPC to publish enclosing
1281         subtree.
1283 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org-indent.el (org-indent-add-properties): Catch case when there
1286         is no headline in the buffer.
1288 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-exp.el (org-html-entities): Add checkmark symbol.
1292         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1293         verbatim code for ASCII export.
1295         * org.el (org-update-statistics-cookies): Also see checkboxes in
1296         ordered lists.
1298 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1300         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1301         key.
1303         * org-beamer.el (org-beamer-amend-header): Change the location
1304         where `org-beamer-header-extra' is inserted.
1306         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1307         just for computing this regexp.
1309 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-beamer.el (org-beamer-frame-default-options): New option.
1312         (org-beamer-sectioning): Use default options if the user does not
1313         have defined any.
1314         (org-beamer-fix-toc): Put a frame around the table of contents.
1316         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1317         sure case-folding works well when processing comment stuff.
1319         * org-latex.el (org-export-latex-after-save-hook): New hook.
1320         (org-export-as-latex): Run the new hook.
1322 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1324         * org-beamer.el (org-beamer-environments-default): Add the note
1325         environments.
1326         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1327         lines and collect and combine the content.
1328         (org-beamer-after-initial-vars): Check for note tags and make sure
1329         they will be seen like a property.
1331         * org.el (org-offer-links-in-entry): Fix bug when there is a
1332         single link.
1334         * org-exp.el (org-export): Make sure the mark is activated, also
1335         when `transient-mark-mode' is off.
1337         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1338         (org-agenda-search-view-search-words-only): Obsolete variable, is
1339         now an alias for `org-agenda-search-view-always-boolean'.
1340         (org-agenda-search-view-force-full-words): New option.
1341         (org-search-view): Improve docstring, and implement a better logic
1342         for Boolean and phrase searches.
1343         (org-agenda-last-search-view-search-was-boolean): New variable.
1344         (org-agenda-manipulate-query): Consider the type of the last
1345         search when modifying the search string.
1347 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1349         * org-latex.el (org-export-as-latex): Do the first letbind in the
1350         right moment.
1352         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1353         these entries.
1355         * org-faces.el (org-agenda-diary): New face.
1357         * org.el (org-make-link-regexps): Allow regexp-special characters
1358         in link types.
1359         (org-open-file): When in-emacs is `system', also force system
1360         opening, like when the value was `(16)'.
1361         (org-update-statistics-cookies): Handle entries without children.
1363         * org-exp.el
1364         (org-export-preprocess-before-normalizing-links-hook): New hook.
1365         (org-export-preprocess-string): Run the new hook.
1367         * org.el (org-offer-links-in-entry): Make RET open all links.
1369         * org-html.el (org-export-as-html): Remove any leftover display
1370         properties in the html file.
1372         * org-wl.el (org-wl-store-link): Work-around for format bug with
1373         text properties.
1375         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1376         invisibility while adding the graphs.
1378 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1380         * org-remember.el (org-select-remember-template): Use C letter to
1381         customize remember templates.
1383         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1384         Move cursor to next visible line.
1386 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1388         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1389         by specifying 0 or 1 for column width.
1390         (org-beamer-column-widths): Make 0 stand for 0.0.
1392 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1394         * org-exp.el (org-export-mark-radio-links): Don't match inside
1395         <<target>>.
1397         * org.el (org-format-latex-header-extra): New variable.
1398         (org-format-latex): Set org-format-latex-header-extra from
1399         in-buffer stuff.
1400         (org-format-latex): Add org-format-latex-header-extra to the
1401         variables on which image creation depends.
1402         (org-create-formula-image): Add the header stuff from in-buffer
1403         settings.
1404         (org-read-date-analyze): Base the analysis for future preference
1405         on NOW, not on the default date.
1407         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1408         for TODO keyword in inline tasks.
1410         * org.el (org-log-note-headings): New headings for removing
1411         deadline or scheduling date.
1412         (org-deadline, org-schedule): Arrange for logging when removing a
1413         date.
1414         (org-add-log-note): Handle deadline and scheduling removal.
1416 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1420 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1422         * org-agenda.el (org-diary-class): New function.
1424 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1426         * org-latex.el (org-export-latex-preprocess): Do process the text
1427         of a radio target.
1429 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1431         * org.el (org-entry-properties): Add TIMESTAMP properties back
1432         in.
1434 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1436         * org.el (org-all-time-keywords): New variable.
1437         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1438         (org-entry-blocked-p): New function.
1439         (org-special-properties): Add BLOCKED as a new special property.
1440         (org-entry-properties): New optional argument SPECIFIC, only parse
1441         for this property when it is specified.
1442         (org-entry-get): Pass a SPECIFIC argument to
1443         `org-entry-properties'.
1445         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1447 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1449         * org-latex.el (org-export-latex-tables): No forced line end if
1450         there is no caption.
1452 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1455         package.
1457         * org-latex.el (org-export-latex-tables): Only add a caption when
1458         macro in in longtable environments if one has been defined.
1460         * org-html.el (org-export-as-html): Only take title from buffer if
1461         not exporting body-only.
1463         * org-latex.el (org-export-latex-preprocess): Better version of
1464         the regular expression for protecting LaTeX macros.
1465         (org-export-latex-preprocess): Start searching for macros to
1466         protect from beginning of buffer.
1468         * org-exp.el (org-export-target-internal-links): Check for
1469         protectedness earlier in the string.
1471         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1472         case sensitively.
1474         * org-id.el (org-id-store-link): Match TODO keywords case
1475         sensitively.
1477         * org.el (org-heading-components, org-get-outline-path)
1478         (org-display-outline-path): Match TODO keywords case sensitively.
1480         * org-latex.el (org-export-as-latex): Ignore read-only
1481         properties.
1483         * org-exp.el (org-export-preprocess-string): Remove any
1484         `read-only' properties.
1486         * org-agenda.el (org-agenda-inactive-leader): New option.
1487         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1488         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1489         (org-todo-list): Prompt for matcher if ARG is an empty string.
1491 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1493         * org.el (org-open-link-functions): New hook.
1494         (org-open-at-point): Run `org-open-link-functions'.
1496 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1499         stamps as well.
1501         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1502         (org-mode): Don't do startup visibility if inhibited.
1503         (org-outline-overlay-data, org-set-outline-overlay-data): New
1504         functions.
1505         (org-save-outline-visibility): New macro.
1506         (org-log-note-headings): Document that one should not change the
1507         `state' note format.
1509 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1511         * org.el (org-make-link-regexps): Capture link path into a group.
1513 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1515         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1516         the options plist.
1518 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org.el (org-startup-with-beamer-mode): New option.
1521         (org-property-changed-functions)
1522         (org-property-allowed-value-functions): New hooks.
1523         (org-entry-put, org-property-get-allowed-values): Run the new
1524         hooks.
1525         (org-property-next-allowed-value): Run the new hooks.
1527         * org-exp.el (org-export-select-backend-specific-text): Add the
1528         special beamer tags.
1530         * org-beamer.el
1531         (org-export-preprocess-before-selecting-backend-code-hook): New
1532         file.
1534         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1535         (org-export-as-latex): Run
1536         `org-export-latex-after-initial-vars-hook'.
1537         (org-export-latex-format-toc-function)
1538         (org-export-latex-make-header): Call
1539         `org-export-latex-format-toc-function'.
1541         * org.el (org-fill-template): Make template searches case sensitive.
1543         * org-exp.el (org-export): Use "1" as a sign to export only the
1544         subtree.
1546         * org-colview-xemacs.el (org-columns-edit-value): Use
1547         org-unrestricted property.
1549         * org-colview.el (org-columns-edit-value):  Use
1550         org-unrestricted property.
1552         * org.el (org-compute-property-at-point): Set org-unrestricted
1553         text property if the list contains ":ETC".
1554         (org-insert-property-drawer):  Use
1555         org-unrestricted property.
1557         * org-exp.el
1558         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1559         (org-export-preprocess-string): Run
1560         `org-export-preprocess-before-selecting-backend-code-hook'.
1562         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1564         * org-latex.el (org-export-region-as-latex): Run
1565         `org-export-first-hook'.
1567         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1569         * org-docbook.el (org-export-as-docbook): Run
1570         `org-export-first-hook'.
1572         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1574         * org-exp.el (org-export-first-hook): New hook.
1576 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1578         * org-list.el (org-previous-item): Exit at the beginning of the
1579         buffer.
1581         * org-id.el (org-id-locations-save): Only write the id locations
1582         if any are defined.
1584         * org-archive.el (org-archive-all-done): Make this work in a file
1585         with org-odd-levels-only set.
1587         * org.el (org-get-refile-targets): Catch the case when a buffer
1588         has no file.
1590         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1591         where they are not needed.
1592         (org-export-latex-subcontent): Remove unnecessary newlines.
1594 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1596         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1597         (org-export-latex-fontify): Fix regexp bug that takes special
1598         care of protecting the right boundary characters in emphasis
1599         matches.
1600         (org-export-latex-preprocess): Allow multiple arguments to latex
1601         macros.
1603         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1604         urls.
1606         * org-macs.el (org-re): Interpret :punct: in regexps.
1608         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1609         take the final newline after the END line.
1611         * org.el (org-clean-visibility-after-subtree-move): Only fix
1612         entries that are not entirely invisible already.
1613         (org-insert-link): Respect org-link-file-path-type for
1614         "docview:" links in addition to "file:" links.
1616 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1618         * org-exp.el (org-export-format-source-code-or-example): Avoid
1619         additional extra white lines in LaTeX.
1621         * org-list.el (org-list-parse-list): Leave empty lines after the
1622         list, don't consider them as part of the list.
1624         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1625         searches.
1627         * org-clock.el (org-clock-select-task): Convert integer to
1628         character for XEmacs.
1630 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1632         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1633         compatible.
1635 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1637         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1638         variable.
1639         (org-set-tags): Use it.
1641 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1643         * org-list.el (org-empty-line-terminates-plain-lists): Update
1644         docstring.
1646         * org.el (org-format-latex): Fix link creation for processed latex
1647         snippets.
1649 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1651         * org-footnote.el (org-footnote-normalize): Protect replacement
1652         text.
1654         * org.el (org-inside-latex-macro-p): Save match data.
1656 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1658         * org-docview.el: New file.
1660 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org-latex.el (org-export-latex-class-options): New variable.
1663         (org-export-latex-set-initial-vars): Use the class options.
1665         * org.el (org-forward-same-level): Stop at headings that start
1666         with an invisible character.
1667         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1669 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1671         * org-footnote.el (org-footnote-normalize): Don't take optional
1672         arguments in LaTeX macros as footnotes.
1674         * org.el (org-inside-latex-macro-p): New function.
1676         * org-latex.el (org-latex-to-pdf-process): Change customization
1677         group to `org-export-pdf'.
1679         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1680         on days after the first one.
1682         * org.el (org-insert-heading): Also check for item before assuming
1683         before-first-heading condition.
1685         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1686         (org-export-pdf-logfiles): New option.
1687         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1688         (org-export-pdf-logfiles): Fix customization type.
1690         * org.el (org-insert-link): Improve error message when there is no
1691         default link to select with RET.
1693         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1694         parameter list.
1696 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1698         * org-latex.el (org-export-latex-parse-global)
1699         (org-export-latex-parse-content)
1700         (org-export-latex-parse-subcontent): Use
1701         `org-re-search-forward-unprotected'.
1702         (org-export-as-pdf): Remove log files produced by XeTeX.
1704         * org-macs.el (org-re-search-forward-unprotected): New function.
1706 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1708         * org-colview.el (org-agenda-colview-summarize): Sort out some
1709         confusion between properties and titles, which resulted in
1710         agenda summaries not working if a title was set for a column.
1712 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1714         * org-mobile.el (org-mobile-agendas): New option.
1715         (org-mobile-sumo-agenda-command): Select the right agendas.
1717         * org-latex.el (org-export-latex-format-image): Preserve the
1718         original-indentation property.
1720 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1722         * org-clock.el (org-clock-insert-selection-line): Catch error when
1723         an old tasks no longer exists.
1725         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1726         (org-export-as-pdf): Don't remove the old PDF file before making
1727         the new one.
1729         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1730         (org-mouse-context-menu): Use `org-looking-back'.
1732         * org.el (org-cycle-level): Use `org-looking-back'.
1734         * org-list.el (org-cycle-item-indentation): Use
1735         `org-looking-back'.
1737         * org-compat.el (org-looking-back): New function.
1739         * org.el (org-insert-heading): Catch before-first-headline when
1740         inserting a headline.
1742 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-latex.el (org-export-latex-format-image): Indent figure
1745         environment, so that it does not interrupt plain list.
1747         * org.el (org-open-at-point): Allow long link descriptions.
1749 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1751         * org-html.el (org-export-as-html): Remove empty lines at the
1752         beginning of the exported text.
1753 ;; Local Variables:
1754 ;; coding: utf-8
1755 ;; add-log-time-zone-rule: t
1756 ;; End:
1758     Copyright (C) 2008  Free Software Foundation, Inc.
1760   This file is part of GNU Emacs.
1762   GNU Emacs is free software: you can redistribute it and/or modify
1763   it under the terms of the GNU General Public License as published by
1764   the Free Software Foundation, either version 3 of the License, or
1765   (at your option) any later version.
1767   GNU Emacs is distributed in the hope that it will be useful,
1768   but WITHOUT ANY WARRANTY; without even the implied warranty of
1769   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1770   GNU General Public License for more details.
1772   You should have received a copy of the GNU General Public License
1773   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1775 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c