Four more hooks in the S-cursor commands
[org-mode.git] / lisp / ChangeLog
blob1c0f9c3e8981c77fd3a83b7cd52751726e0a5830
1 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4         (org-shiftleft-final-hook, org-shiftright-final-hook): New
5         hooks.
7 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
9         * org-table.el (org-table-justify-field-maybe): Make sure that
10         inserting a value does not turn a line into a hline.
12 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
14         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
15         (org-clock-sum): Add property to selected headlines.
16         (org-dblock-write:clocktable): Make tags matcher.
18         * org.el (org-set-autofill-regexps): XEmacs compatibility.
20         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
21         in latex class definitions
23         * org.el (org-shiftup-hook, org-shiftdown-hook)
24         (org-shiftleft-hook, org-shiftright-hook): New hooks.
26         * org-entities.el (org-entities): Use \land and \lor for logical
27         operators.
29         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
30         indentation commands.
31         (org-hidden-tree-error): New defsubst.
32         (org-metaleft, org-metaright): Check for hidden stuff and throw an
33         error.
34         (org-check-for-hidden): New function.
36         * org-list.el (org-item-re): New function.
37         (org-at-item-p): Use `org-item-re'.
38         (org-end-of-item-text-before-children): New function.
39         (org-outdent-item, org-indent-item): Arrange for leaving the
40         subtree alone.
41         (org-outdent-item-tree, org-indent-item-tree): New argument
42         NO-SUBTREE.
43         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
44         to find the end for processing while ignoring the subtree.
46         * org-publish.el (org-publish-sitemap-sort-alphabetically)
47         (org-publish-sitemap-sort-folders)
48         (org-publish-sitemap-sort-ignore-case): New options.
50 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
54         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
56         * org-publish.el (org-publish-project-alist): Update docstring.
57         (org-publish-file-title-cache): New variable.
58         (org-publish-initialize-files-alist): Initialize
59         `org-publish-initialize-files-alist' to nil.
60         (org-publish-sort-directory-files): New function.
61         (org-publish-projects): Access the new properties.
62         (org-publish-find-title): Use the file title cache.
63         (org-publish-find-title): Build the file title cache.
64         (org-publish-get-base-files-1): Sort files.
65         (org-publish-aux-preprocess): Do not throw an error when before
66         the first headline.  Allow an empty target, meaning to link just
67         to the file.
68         (org-publish-index-generate-theindex.inc): Check if there is
69         actually a target and only then add it to the link.
70         (org-publish-projects): Fix a remaining issue with the last commit
72         * org-html.el (org-export-as-html): Treat verse as open/close
73         paragraph.
74         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
75         and out of lists.
77 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
79         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
80         be used in a read-only mode.
81         (org-edit-src-code): Different message in read-only mode
83 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
85         * org-src.el (org-edit-src-find-region-and-lang): Test for
86         table.el as late as possible.
88         * org-colview-xemacs.el: Make sure this file is never loaded into
89         Emacs.  Remove all tests for XEmacs.
91         * org-colview.el: Make sure this file is never loaded into XEmacs.
93         * org-agenda.el (org-highlight, org-unhighlight): Use direct
94         overlay calls.
96         * org.el (org-key): Apply the translations defined in
97         `org-xemacs-key-equivalents'.
99         * org-mouse.el (org-mode-hook): Use `org-defkey'.
101         * org-compat.el (org-xemacs-key-equivalents): New constant.
103 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
106         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
107         Obey `org-odd-levels-only'.
109         * org-compat.el (org-find-overlays): Use overlays-in/at.
111         * org.el (org-remove-empty-overlays-at)
112         (org-outline-overlay-data, org-hide-block-toggle)
113         (org-format-latex, org-context): Use overlays-in/at.
115         * org-src.el (org-edit-src-exit): Use overlays-in/at.
117         * org-agenda.el (org-agenda-mark-clocking-task)
118         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
119         (org-agenda-entry-text-hide)
120         (org-agenda-fix-tags-filter-overlays-at)
121         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
123         * org-compat.el (org-overlays-at): Function removed.
124         (org-overlays-in): Function removed.
126 2010-04-19  Bastien Guerry  <bzg@altern.org>
128         * org-clock.el (org-clock-set-current): Just return the headline
129         itself, strip the TODO keyword, the priority cookie and the tags.
131 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org-compat.el (org-xemacs-without-invisibility): New macro.
134         (org-xemacs-without-invisibility): New macro.
135         (org-indent-to-column, org-indent-line-to, org-move-to-column):
136         Redefine using the macro `org-xemacs-without-invisibility'.
138         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
140         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
142         * org-compat.el (org-make-overlay, org-delete-overlay)
143         (org-overlay-start, org-overlay-end, org-overlay-put)
144         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
145         removed.
146         (org-add-to-invisibility-spec): Function removed.
148         * org-html.el (org-export-as-html-and-open): Add argument to
149         kill-buffer.
151         * org-habit.el (require): `calendar' is now required already by
152         org.el on top level.
154         * org-clock.el (require): `calendar' is now required already by
155         org.el on top level.
157         * org-agenda.el (require, org-timeline, org-agenda-list)
158         (org-todo-list, org-agenda-to-appt): `calendar' is now required
159         already by org.el on top level.
161         * org.el (org-export-latex-fix-inputenc): Declare function.
163         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
164         variables.
166         * org.el (calendar): Require calendar now on top level in org.el
167         and define aliases to new variables when needed.
168         (org-read-date, org-goto-calendar): Do not bind obsolete
169         variables.
171         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
172         compilation warning, add comment that this cannot be done with
173         `with-current-buffer'.
175         * org-wl.el (org-wl-open): Use `with-current-buffer'.
177         * org.el (overlay, org-remove-empty-overlays-at)
178         (org-outline-overlay-data, org-set-outline-overlay-data)
179         (org-show-block-all, org-hide-block-toggle)
180         (org-highlight-new-match, org-remove-occur-highlights)
181         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
182         (org-read-date, org-read-date-display, org-eval-in-calendar)
183         (org-format-latex, org-context)
184         (org-speedbar-restriction-lock-overlay)
185         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
187         * org-table.el (org-table-add-rectangle-overlay)
188         (org-table-remove-rectangle-highlight)
189         (org-table-overlay-coordinates)
190         (org-table-toggle-coordinate-overlays): Use the normal overlay
191         API.
193         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
194         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
195         normal overlay API.
197         * org-colview.el (org-columns-new-overlay)
198         (org-columns-display-here, org-columns-remove-overlays)
199         (org-columns-edit-value, org-columns-next-allowed-value)
200         (org-columns-update): Use the normal overlay API.
202         * org-clock.el (org-clock-out, org-clock-cancel)
203         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
204         overlay API.
206         * org-agenda.el (org-agenda-mark-filtered-text)
207         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
208         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
209         (org-agenda-entry-text-hide)
210         (org-agenda-restriction-lock-overlay)
211         (org-agenda-set-restriction-lock)
212         (org-agenda-filter-by-tag-hide-line)
213         (org-agenda-fix-tags-filter-overlays-at)
214         (org-agenda-filter-by-tag-show-all, org-hl)
215         (org-agenda-goto-calendar, org-agenda-bulk-mark)
216         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
218         * org-freemind.el (org-freemind-from-org-mode-node)
219         (org-freemind-from-org-mode, )
220         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
221         interactive-p instead of called-interactively, because this is
222         backward compatible with older Emacsen I still support..
224 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
226         * org-exp.el (org-export-define-heading-targets): Fix bug in
227         regexp finding ID and CUSTOM_ID properties.
229 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
231         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
232         from `org-footnote-goto-next-reference'.
234         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
235         org-log-repeat is non-nil, or if there is clocking data in the
236         entry.
238         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
240 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org.el (org-align-all-tags): New command.
244 2010-04-13  David Maus  <dmaus@ictsoc.de>
246         * org-wl.el (org-wl-link-remove-filter): New customizable
247         variable.  If non-nil, filter conditions are stripped when storing
248         link to message in filter folder.
249         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
250         non-nil, links to shimbun messages are created as web links to
251         message source.
252         (org-wl-nntp-prefer-web-links): New customizable variable.  If
253         non-nil, links to nntp message are created as web links to gmane
254         or googlegroups.
255         (org-wl-namazu-default-index): New customizable variable.
256         Directory of namazu search index that should be used as default
257         when opening a link in a search folder.
258         (org-wl-folder-types): New constant.  Wanderlust folder type
259         indicators.
260         (org-wl-folder-type): New function.  Return type of Wanderlust
261         folder.
262         (org-wl-store-link): Create web links for shimbun or nntp messages
263         and strip filter conditions depending on customizable variables.
264         (org-wl-open): Open namazu search folder for message when called
265         with prefix.
267 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org.el (org-remove-if, org-remove-if-not): New functions.
270         (org-open-file): Use internal remove-if functions.
272 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
274         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
275         (org-file-apps-ex): remove variable.
276         (org-open-file): Integrate org-file-apps-ex functionality back
277         into org-file-apps, and decide whether to match a regexp against
278         the link or the filename using org-file-apps-entry-uses-grouping-p.
280 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
282         * org.el (org-file-apps-ex): new variable.
283         (org-open-file): Before considering org-file-apps, first match the
284         regexps from org-file-apps-ex against the whole link. See
285         docstring of org-file-apps-ex.
287 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org.el (org-export-latex-default-packages-alist): Remove
290         microtype package.
291         (org-todo-repeat-to-state): New variable.
292         (org-auto-repeat-maybe): Allow user-selected target states.
293         (org-default-properties): Add the new property REPEAT_TO_STATE.
295 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org-mobile.el (org-mobile-check-setup): Make sure that there is
298         a binary to compute checksums.
300 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
302         * org.el (org-insert-link): Find the link buffer on visible
303         frames.
304         (org-export-latex-default-packages-alist): hyperref must be loaded
305         late.
307 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-latex.el (org-export-latex-preprocess): Do not yet protect
310         defined entities - these will be taken care of later.
311         (org-export-latex-special-chars): Post-process entity replacement.
312         (org-export-latex-fontify-headline): Do not yet protect defined
313         entities - these will be taken care of later.
314         (org-export-latex-tables, org-export-latex-links): Format the
315         caption properly.
317         * org-entities.el (org-entities-user): Fix typo.
319         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
321         * org-entities.el (org-entities-user): Improve docstring.
323 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-entities.el (org-macs): Require org-macs, to be sure that we
326         have `declare-function' defined.
328 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-latex.el (org-export-latex-classes): Update docstring.
332         * org.el (org-format-latex-header): Add cookies to the header.
333         (org-splice-latex-header): Implement placement according to
334         cookies.
336 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org-publish.el (org-publish-aux-preprocess): Control case
339         sensitivity.
341 2010-04-04  Bastien Guerry  <bzg@altern.org>
343         * org.el (org-splice-latex-header): Fix typo.
345 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-latex.el (org-export-latex-make-header): Use
348         `org-splice-latex-header' to build the header.
349         (org-export-latex-classes): Update docstring.
351         * org.el (org-splice-latex-header): New function.
352         (org-create-formula-image): Use `org-splice-latex-header' to build
353         the header.
355         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
357 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
359         * org.el (org-export-latex-packages-alist)
360         (org-export-latex-default-packages-alist): Fix docstring to
361         reflect the expected structure.
363         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
364         (org-export-docbook-finalize-table): Make use of label for tables.
366 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
368         * org-attach.el (org-attach-commit): Split on newlines.
370         * org.el (org-export-latex-default-packages-alist): Use list
371         instead of cons for the entries.
373 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
375         * org-entities.el (org-entity-get-representation): Catch the case
376         that there is not entry in the list.
378         * org-mobile.el (org-mobile-use-encryption)
379         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
380         New options.
381         (org-mobile-check-setup): CHeck the encryption setup.
382         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
383         (org-mobile-create-sumo-agenda): Use encryption code.
384         (org-mobile-encrypt-and-move): New function.
385         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
386         functions.
387         (org-mobile-move-capture): Decrypt the capture file.
389         * org.el (org-entities): Require the new file.
390         (org-export-latex-default-packages-alist): New variable.
391         (org-complete): Use new entity code for completion.
392         (org-create-formula-image): Use the new packages variable.
394         * org-latex.el (org-export-latex-classes): Remove the standard
395         packages from the class headers.
396         (org-export-latex-make-header): Use the new package variable.
397         (org-export-latex-special-chars): Better regexp for entities, to
398         support entity name that contain numbers.
399         (org-export-latex-treat-backslash-char): Use the new entity code.
401         * org-html.el (org-html-do-expand): Use the new entity code.
403         * org-exp.el (org-export): Add the new export commands.
404         (org-html-entities): Constant removed.
405         (org-export-visible): Add the new export commands.
407         * org-entities.el: New file.
409         * org-docbook.el (org-docbook-do-expand): Use new entity code.
411         * org-ascii.el (org-export-ascii-entities): New variable.
412         (org-export-as-latin1, org-export-as-latin1-to-buffer)
413         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
414         (org-export-as-encoding): New function.
415         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
416         (org-ascii-replace-entities): New function.
418 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
420         * org-html.el (org-html-level-start): Catch the case that target
421         might be nil.
423 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
425         * org.el (org-appearance): Change Customize group variable name
426         from org-font-lock to org-appearance, and change tag from "Org
427         Font Lock" to "Org Appearance"
428         (org-odd-levels-only): Change Customize group variable name
429         (org-level-color-stars-only): Change Customize group variable name
430         (org-hide-leading-stars): Change Customize group variable name
431         (org-hidden-keywords): Change Customize group variable name
432         (org-fontify-done-headline): Change Customize group variable name
433         (org-fontify-emphasized-text): Change Customize group variable name
434         (org-fontify-whole-heading-line): Change Customize group variable name
435         (org-highlight-latex-fragments-and-specials): Change Customize
436         group variable name
437         (org-hide-emphasis-markers): Change Customize group variable name
438         (org-emphasis-alist): Change Customize group variable name
439         (org-emphasis-regexp-components): Change Customize group variable
440         name
441         (org-modules): Remove mention of org-R
443         * org-faces.el (org-faces): Change Customize group variable name
445 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
447         * org-agenda.el (org-diary-last-run-time): New variable.
448         (org-diary): prepare agenda buffers only if last call was some
449         time ago.
451         * org-html.el (org-export-html-preprocess): Replace \ref macros
452         with a link.
453         (org-format-org-table-html): Add the label as an anchor.
455         * org-docbook.el (org-export-docbook-format-image): Do some
456         formatting on captions.
458         * org-latex.el (org-export-latex-tables, org-export-latex-links):
459         Do some formatting on captions.
461         * org-html.el (org-export-html-format-image)
462         (org-format-org-table-html): Do some formatting on captions.
464 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
466         * org.el (org-hidden-keywords): New customizable variable. This is
467         a list of symbols specifying which of the special keywords #+DATE,
468         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
469         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
470         implementing new faces and hiding behaviour.
472         * org-faces.el (org-document-title): New face for #+TITLE lines
473         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
474         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
476 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org-publish.el (org-publish-sanitize-plist): New function to
479         rename "index" properties to "sitemap".  Do this renaming
480         globally.
481         (org-publish-with-aux-preprocess-maybe): New macro.
482         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
483         macro.
484         (org-publish-aux-preprocess)
485         (org-publish-index-generate-theindex.inc): New function.
487 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org-table.el (org-table-align): Interpret <N> at fixed width,
490         not as maximum width.
492 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-exp.el (org-export-author-info, org-export-email-info): Fix
495         docstrings.
497         * org-beamer.el (org-beamer-select-environment): Renamed from
498         `org-beamer-set-environment-tag'.  Improve docstring.
500         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
501         problem with odd levels.
503         * org-ascii.el (org-export-as-ascii): Export email only if the
504         author wants it.
506         * org-docbook.el (org-export-as-docbook): Export email only if the
507         author wants it.
509         * org-html.el (org-export-as-html): Export email only if the
510         author wants it.
512         * org-exp.el (org-export-email-info): New option.
513         (org-export-plist-vars): Add entry for `org-export-email'.
515 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org-table.el (org-table-goto-line): Fix typo.
519 2010-03-25  Mikael Fornius  <mfo@abc.se>
521         * org.el (org-agenda-files): Typo.
522         (org-read-agenda-file-list): Add optional argument to help
523         `org-store-new-agenda-file-list' to remember un-expanded file
524         names.  Expand file names relative to `org-directory'.
525         (org-store-new-agenda-file-list): Keep un-expanded file names when
526         saving, if available.
527         (org-agenda-files): Update documentation.
529 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
532         a buffer with no file name attached.
534         * org.el (org-log-refile): New option.
535         (org-log-note-headings): Add a heading for refiling.
536         (org-startup-options): Add keywords for logging of the refile
537         action.
538         (org-refile): Add logging action.
539         (org-add-log-note): Allow for refiling action.
541         * org-agenda.el (org-agenda-bulk-action): Make sure
542         `org-log-refile' is not `note' during a bulk action.
544 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
546         * org.el (org-map-dblocks): Use save-excursion to remember the
547         position.
549         * org-attach.el (org-attach-commit): Remove dependence on xargs.
550         (org-attach-delete-one): Commit after deleting a file.
552         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
553         borders for strike-through emphasis.
555         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
556         handling of odd levels.
558         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
559         and `future' values.
560         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
561         Handle `past' and `future' values.
563         * org.el (org-read-agenda-file-list): Interpret file names
564         relative to org-directory and allow environment variables and
565         "~".
567         * org-latex.el (org-export-latex-special-chars): Allow a
568         parenthesis before an exponent or subscript.
570 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
572         * org-src.el (org-edit-src-exit): When returning from code edit
573         buffer, if code block is hidden, leave point at start of
574         #+begin_src line
576 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org.el (org-insert-heading): Do not remove all spaces if the
579         headline is empty.
581         * org-indent.el (org-indent): Fix group name.
583 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
585         * org-table.el (org-table-goto-column): Fix forcing a non-existing
586         column.
587         (org-table-get, org-table-put, org-table-goto-line)
588         (org-table-current-line): New functions.
590 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
592         * org-crypt.el (org-reveal-start-hook): Add a decryption function
593         to this hook.
594         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
595         docstrings.
597         * org.el (org-point-at-end-of-empty-headline)
598         (org-level-increment, org-get-previous-line-level): New function.
599         (org-cycle-level): Rewritten to be independent of when this
600         function is called.
601         (org-in-regexps-block-p): New function.
602         (org-reveal-start-hook): New hook.
603         (org-reveal): Run new hook.
605 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org-latex.el (org-export-latex-keywords): Start a new paragraph
608         after time keywords, do not add "\newline".
610         * org-html.el (org-export-as-html): Avoid double # in href.
612         * org.el (org-refile-get-location): Catch an invalid target
613         specification.
615 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
617         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
618         Make sure the behavior regarding to extracting time is
619         consistent.
621 2010-03-17  Stephen Eglen  <stephen@gnu.org>
623         * org-agenda.el (org-agenda-insert-diary-extract-time): New
624         variable.
625         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
626         variable rather than `org-agenda-search-headline-for-time'.
628 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
630         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
632 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org.el (org-adaptive-fill-regexp-backup): New variable.
635         (org-set-autofill-regexps): Store a backup of
636         `adaptive-fill-regexp'.
637         (org-adaptive-fill-function): Fix filling of comments and ordered
638         lists. If there is no other match, till try adaptive fill.
640 2010-03-15  John Wiegley  <jwiegley@gmail.com>
642         * org-agenda.el (org-agenda-include-deadlines): Added new
643         customization variable to determine whether unscheduled tasks
644         should appear in the agenda solely because of their deadline.
645         Default to true, which was the previous behavior (it just wasn't
646         configurable).
647         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
648         the agenda to show/hide deadline tasks.
649         (org-agenda-menu): Added menu option for show/hide deadlines.
650         (org-agenda-list): Make the agenda list sensitive to the value of
651         `org-agenda-include-deadlines'.
652         (org-agenda-toggle-deadlines): New function to toggle the value of
653         `org-agenda-include-deadlines' and repaint the modeline
654         indicators.
655         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
656         modeline if deadline tasks are being displayed.
658 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
660         * org-table.el (org-table-eval-formula): Replace $# and @# by
661         current column and row number.
663 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
665         * org.el (org-set-property, org-delete-property): Go back to
666         prompting for the property.
668         * org-latex.el (org-export-latex-make-header): Fully process
669         author line.
670         (org-export-latex-fontify-headline): Allow several arguments, not
671         just one.
672         (org-export-latex-fix-inputenc): Catch the error when
673         `latexenc-coding-system-to-inputenc' is not defined.
675         * org-agenda.el (org-agenda-skip-if-todo): New function.
676         (org-agenda-skip-if): Add conditions for TODO keywords.
677         (org-agenda-skip-if): Document the new todo conditions.
679 2010-03-11  Mikael Fornius  <mfo@abc.se>
681         * org.el (org-at-property-p): Check if we are inside a property
682         drawer not just any drawer.
683         (org-set-property, org-delete-property): When cursor is on a
684         property key value pair do not prompt for property name instead
685         use name at cursor.
686         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
687         on the first line of a property drawer.
688         (org-property-end-re): Spell check.
690 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
692         * org-exp.el (org-export-attach-captions-and-attributes): Add the
693         properties to the entire table, in case the first line is
694         removed.
696         * org-archive.el (org-archive-reversed-order): New option.
697         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
698         option `org-archive-reversed-order'.
700 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-agenda.el (org-agenda-entry-types): New variable.
703         (org-agenda-list): Use `org-agenda-entry-types'.
704         (org-agenda-custom-commands-local-options): Support for setting
705         `org-agenda-entry-types' as an option.
706         (org-diary): Shift some documentation from here to the variable
707         `org-agenda-entry-types'.
709 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-latex.el (org-export-latex-make-header): Apply macros in
712         author field.
714         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
715         (org-clock-select-task, org-clock-notify-once-if-expired)
716         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
717         (org-clock-out-if-current, org-clock-save): Use the new functions.
719 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org-docbook.el (org-export-as-docbook): Remove unnecessary
722         newline.
723         (org-export-as-docbook): Remove unnecessary newline.
724         (org-export-as-docbook): Fix problem with double footnote
725         reference in one place.
727         * org-exp.el (org-export-format-source-code-or-example): Remove
728         unnecessary newline.
730         * org.el (org-deadline, org-schedule): Allow rescheduling entries
731         with repeaters.
733         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
734         function calls that look like references.
736         * org.el (org-open-at-point): Get link abbreviations from
737         reference buffer.
739 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
741         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
742         as a reference.
744 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org.el (org-link-unescape): Solve issue with lower-case escapes.
748 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-latex.el (org-export-latex-classes): Add
751         \usepackage{latexsym} to all classes.
753 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
755         * org-html.el (org-export-as-html): Do not allow protected lines
756         into the table of contents.
758         * org-latex.el (org-export-latex-special-chars): Find subsequent
759         occurrences of special characters.
760         (org-export-latex-tables): Do not convert table-like stuff that is
761         protected.
763 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org-list.el (org-toggle-checkbox): No errors when updating
766         checkbox count fails because there is no heading.
768 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-clock.el (org-clock-report-include-clocking-task): New
771         option.
772         (org-clock-sum): Add the current clocking task.
774 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org.el (org-cycle): Print a message when in a table.el table.
777         (org-edit-special): Recognize the table.el context.
778         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
780         * org-src.el (org-at-table.el-p): Declare.
781         (org-edit-src-code): Handle a special case for table.el editing.
782         (org-edit-src-find-region-and-lang): Recognize the table.el
783         context.
785         * org-latex.el (org-export-latex-tables): Convert table.el
786         tables.
787         (org-export-latex-convert-table.el-table): New function.
789         * org-html.el (org-html-expand): Fix table.el export.
791         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
792         headings.
794         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
795         table for the id locations.
797         * org.el (org-read-date-analyze): Match American-style dates, like
798         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
799         current year when reading ISO and American dates.
801 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
803         * org.el (org-face-from-face-or-color): New function.
804         (org-get-todo-face, org-font-lock-add-priority-faces)
805         (org-get-tag-face): Use `org-face-from-face-or-color'.
807         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
808         simple colors as values.
809         (org-faces-easy-properties): New option.
811         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
812         restricted, as an agenda mode.
813         (org-agenda-fontify-priorities): Allow simple colors as values.
815 2010-02-25  Bastien Guerry  <bzg@altern.org>
817         * org-timer.el (org-timer-current-timer): Renamed from
818         `org-timer-last-timer'.
819         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
820         (org-timer-cancel-timer, org-timer-show-remaining-time)
821         (org-timer-set-timer): Update to use only one timer.
823         * org.el (org-set-property): Remove useless space in the prompt.
825 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
827         * org-html.el (org-export-html-style-default): Add a default style
828         for textareas.
830         * org-exp.el (org-export-format-source-code-or-example): Fix
831         textarea tag.
833 2010-02-24  Bastien Guerry  <bzg@altern.org>
835         * org-clock.el (org-clock-current-task): New variable to store
836         last clocked in task.
837         (org-clock-set-current, org-clock-delete-current): New functions.
839 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org-remember.el (org-remember-apply-template): Extend comment.
842         (org-remember-handler): Implement clock sibling filing.
844 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org-publish.el (org-publish-all, org-publish-current-file)
847         (org-publish-current-project): When called with prefix argument
848         FORCE, also rebuild the validation file list.
850         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
851         section headings.
853 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org-html.el (org-export-as-html-and-open): Kill product buffer
856         if the user wants that.
858         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
859         if the user wants that.
861         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
862         option.
864         * org-agenda.el (org-batch-agenda-csv): Use the time property
865         instead of the `time-of-day' property.
867 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
870         (org-timer-pause-hook, org-timer-set-hook)
871         (org-timer-cancel-hook): New hooks.
872         (org-timer-start): Run `org-timer-start-hook'.
873         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
874         (org-timer-stop): Run `org-timer-stop-hook'.
875         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
877 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
879         * org.el (org-reveal): Double prefix arg shows the subtree of the
880         parent.
882 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
884         * org-agenda.el (org-search-view): Fix bug with searching full
885         words in headlines in search view.
886         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
887         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
888         scheduled (if the user configures it so.
890 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
892         * org.el (org-hide-archived-subtrees): Don't jump to end of
893         subtree if the match was not in a headline.
894         (org-inside-latex-macro-p): Allow more complex arguments.
895         (org-emphasize): Protect against use at end of buffer.
897 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
899         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
900         text properties.
902 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
905         values.
906         (org-agenda-todo-ignore-scheduled)
907         (org-agenda-todo-ignore-deadlines): More control with different
908         allowed values.
909         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
910         Honor the new option settings.
912 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
914         * org.el (org-get-location): Make sure the selection buffer is
915         shown in the current frame.
917         * org-ascii.el (org-export-ascii-table-widen-columns): New
918         option.
919         (org-export-ascii-preprocess): Realign tables to remove narrowing
920         if `org-export-ascii-table-widen-columns' is set.
922         * org-table.el (org-table-do-narrow): New variable.
923         (org-table-align): Narrow only if `org-table-do-narrow' is t.
925         * org.el (org-deadline, org-schedule): Allow updating if the
926         relevant time stamp does not have a repeater, i.e. do not require
927         that no time stamp has a repeater.
929         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
930         new white space before the tags.
932         * org-latex.el (org-export-as-latex): Do nit require the buffer to
933         be visiting a file when only exporting to a buffer or string.
934         (org-export-latex-fix-inputenc): Only save the buffer is there is
935         a file name attached to it.
937 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
939         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
941 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
943         * org.el (org-fontify-meta-lines-and-blocks): Honor
944         `org-fontify-quote-and-verse-blocks'.
946         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
948 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
950         * org.el (org-open-at-point): Also check for text property
951         org-linked-text before offering collected links.
953 2010-02-03  Stephen Eglen  <stephen@gnu.org>
955         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
956         Optionally extract time specification from text and add to the
957         timestamp.
959 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
961         * org-exp.el (org-html-entities): Fix typo.
963         * org-latex.el (org-export-latex-make-header): Use \providecommand
964         to make sure the \alert macro is defined.
966         * org.el (org-format-latex-signal-error)
967         (org-create-formula-image): Use `org-format-latex-signal-error'.
969 2010-02-02  Stephen Eglen  <stephen@gnu.org>
971         * org.el (org-store-link): For dired buffers, use
972         default-directory as link name if dired-get-filename returns
973         nil.
975 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
977         * org-exp.el (org-export-concatenate-multiline-links): The for
978         protectedness at beginning of match.
980         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
981         AUTO as a coding system, instead default to utf8.
983 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org.el (org-block-todo-from-children-or-siblings-or-parent)
986         (org-block-todo-from-checkboxes): Respect the local variable
987         value when deciding if blocking should be active.
989         * org-latex.el (org-export-latex-make-header): Define the align
990         macro if it is not yet defined.
992         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
993         `org-insert-heading' with the INVISIBLE-OK argument.
995         * org-mac-message.el (org-mac-message-insert-flagged): Call
996         `org-insert-heading' with the INVISIBLE-OK argument.
998         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1000         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1001         prompt message.
1003         * org-html.el (org-html-level-start): Use the
1004         `html-container-class' text property to set an additional class
1005         for an outline container.
1007         * org-exp.el (org-export-remember-html-container-classes): New
1008         function.
1009         (org-export-preprocess-string): Call
1010         `org-export-remember-html-container-classes'.
1012         * org.el (org-cycle): Mention level cycling in the docstring.
1013         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1015         * org-remember.el (org-remember-apply-template): Do file insertion
1016         first.
1018 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1020         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1021         problem with mis-aligned graphs when showing habits.
1023 2010-01-28  Mikael Fornius  <mfo@abc.se>
1025         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1026         when assigning. Begin using numerical characters when all in name
1027         is used up. This is to spare alphanumeric characters for better
1028         match with other keywords.
1030 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1032         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1034         * org-latex.el (org-export-latex-preprocess): More consistent
1035         conversion and protection of the words LaTeX and TeX.
1036         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1037         Allow angle brackets in commands, for beamer.
1039 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1041         * org-clock.el (org-clock-in): Improve the look of the clock line
1042         by formatting links.
1044 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1046         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1047         holder string for the coding system.  And improve the
1048         documentation.
1049         (org-export-latex-fix-inputenc): Only modify the coding system if
1050         it is given by the placeholder AUTO.
1052 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-clock.el (org-task-overrun-text): New option.
1055         (org-task-overrun, org-clock-update-period): New variables.
1056         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1057         overrun clock.
1058         (org-clock-notify-once-if-expired): Check if clock is overrun.
1060         * org-faces.el: New face `org-mode-line-clock-overrun'.
1062 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1064         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1065         region before the line with the next heading, to prevent the user
1066         from prepending text to the next headline.
1068 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1070         * org-agenda.el (org-get-time-of-day): Use
1071         org-agenda-time-leading-zero to allow leading zero (rather than
1072         space) for times.
1074 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1076         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1077         org-datetree.el is loaded.
1079         * org-datetree.el: autoload `org-datetree-find-day-create'
1081         * org-latex.el (org-export-latex-hyperref-format): New option.
1082         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1084 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1086         * org-ctags.el (org-ctags-enable): Change order of functions.
1087         (org-ctags-create-tags): Add wildcard to file name expansion.
1089 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1091         * org.el (org-entry-properties): Fix some important bugs.
1093 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1096         the table is not explicitly given.
1098 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1100         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1101         as value.
1102         (org-clock-out-if-current): Work with the new list value of
1103         `org-clock-out-when-done'.
1104         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1105         between clocking out and state changes.
1107         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1109         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1110         accident protect a character that is before a backslash.
1112 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-agenda.el (org-diary-class): Use
1115         `org-order-calendar-date-args'.
1117         * org.el (org-order-calendar-date-args): New function.
1119         * org-exp.el (org-export-target-internal-links): Check for
1120         protectedness after the first bracket.
1122         * org.el (org-entry-properties): Don't match wrong-case TODO
1123         keywords.
1125         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1126         Document that ARG is passed through to remove the date.
1127         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1128         not read a date when the user has given a `C-u' prefix.
1130 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1133         tags are hidden.
1135 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1137         * org-latex.el (org-export-latex-fix-inputenc): New function.
1138         (org-export-latex-inputenc-alist): New option.
1140         * org-exp.el (org-export): New key SPC to publish enclosing
1141         subtree.
1143 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1145         * org-indent.el (org-indent-add-properties): Catch case when there
1146         is no headline in the buffer.
1148 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1150         * org-exp.el (org-html-entities): Add checkmark symbol.
1152         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1153         verbatim code for ASCII export.
1155         * org.el (org-update-statistics-cookies): Also see checkboxes in
1156         ordered lists.
1158 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1160         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1161         key.
1163         * org-beamer.el (org-beamer-amend-header): Change the location
1164         where `org-beamer-header-extra' is inserted.
1166         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1167         just for computing this regexp.
1169 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1171         * org-beamer.el (org-beamer-frame-default-options): New option.
1172         (org-beamer-sectioning): Use default options if the user does not
1173         have defined any.
1174         (org-beamer-fix-toc): Put a frame around the table of contents.
1176         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1177         sure case-folding works well when processing comment stuff.
1179         * org-latex.el (org-export-latex-after-save-hook): New hook.
1180         (org-export-as-latex): Run the new hook.
1182 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1184         * org-beamer.el (org-beamer-environments-default): Add the note
1185         environments.
1186         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1187         lines and collect and combine the content.
1188         (org-beamer-after-initial-vars): Check for note tags and make sure
1189         they will be seen like a property.
1191         * org.el (org-offer-links-in-entry): Fix bug when there is a
1192         single link.
1194         * org-exp.el (org-export): Make sure the mark is activated, also
1195         when `transient-mark-mode' is off.
1197         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1198         (org-agenda-search-view-search-words-only): Obsolete variable, is
1199         now an alias for `org-agenda-search-view-always-boolean'.
1200         (org-agenda-search-view-force-full-words): New option.
1201         (org-search-view): Improve docstring, and implement a better logic
1202         for Boolean and phrase searches.
1203         (org-agenda-last-search-view-search-was-boolean): New variable.
1204         (org-agenda-manipulate-query): Consider the type of the last
1205         search when modifying the search string.
1207 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org-latex.el (org-export-as-latex): Do the first letbind in the
1210         right moment.
1212         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1213         these entries.
1215         * org-faces.el (org-agenda-diary): New face.
1217         * org.el (org-make-link-regexps): Allow regexp-special characters
1218         in link types.
1219         (org-open-file): When in-emacs is `system', also force system
1220         opening, like when the value was `(16)'.
1221         (org-update-statistics-cookies): Handle entries without children.
1223         * org-exp.el
1224         (org-export-preprocess-before-normalizing-links-hook): New hook.
1225         (org-export-preprocess-string): Run the new hook.
1227         * org.el (org-offer-links-in-entry): Make RET open all links.
1229         * org-html.el (org-export-as-html): Remove any leftover display
1230         properties in the html file.
1232         * org-wl.el (org-wl-store-link): Work-around for format bug with
1233         text properties.
1235         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1236         invisibility while adding the graphs.
1238 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1240         * org-remember.el (org-select-remember-template): Use C letter to
1241         customize remember templates.
1243         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1244         Move cursor to next visible line.
1246 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1248         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1249         by specifying 0 or 1 for column width.
1250         (org-beamer-column-widths): Make 0 stand for 0.0.
1252 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-exp.el (org-export-mark-radio-links): Don't match inside
1255         <<target>>.
1257         * org.el (org-format-latex-header-extra): New variable.
1258         (org-format-latex): Set org-format-latex-header-extra from
1259         in-buffer stuff.
1260         (org-format-latex): Add org-format-latex-header-extra to the
1261         variables on which image creation depends.
1262         (org-create-formula-image): Add the header stuff from in-buffer
1263         settings.
1264         (org-read-date-analyze): Base the analysis for future preference
1265         on NOW, not on the default date.
1267         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1268         for TODO keyword in inline tasks.
1270         * org.el (org-log-note-headings): New headings for removing
1271         deadline or scheduling date.
1272         (org-deadline, org-schedule): Arrange for logging when removing a
1273         date.
1274         (org-add-log-note): Handle deadline and scheduling removal.
1276 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1280 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1282         * org-agenda.el (org-diary-class): New function.
1284 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1286         * org-latex.el (org-export-latex-preprocess): Do process the text
1287         of a radio target.
1289 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1291         * org.el (org-entry-properties): Add TIMESTAMP properties back
1292         in.
1294 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1296         * org.el (org-all-time-keywords): New variable.
1297         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1298         (org-entry-blocked-p): New function.
1299         (org-special-properties): Add BLOCKED as a new special property.
1300         (org-entry-properties): New optional argument SPECIFIC, only parse
1301         for this property when it is specified.
1302         (org-entry-get): Pass a SPECIFIC argument to
1303         `org-entry-properties'.
1305         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1307 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org-latex.el (org-export-latex-tables): No forced line end if
1310         there is no caption.
1312 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1314         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1315         package.
1317         * org-latex.el (org-export-latex-tables): Only add a caption when
1318         macro in in longtable environments if one has been defined.
1320         * org-html.el (org-export-as-html): Only take title from buffer if
1321         not exporting body-only.
1323         * org-latex.el (org-export-latex-preprocess): Better version of
1324         the regular expression for protecting LaTeX macros.
1325         (org-export-latex-preprocess): Start searching for macros to
1326         protect from beginning of buffer.
1328         * org-exp.el (org-export-target-internal-links): Check for
1329         protectedness earlier in the string.
1331         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1332         case sensitively.
1334         * org-id.el (org-id-store-link): Match TODO keywords case
1335         sensitively.
1337         * org.el (org-heading-components, org-get-outline-path)
1338         (org-display-outline-path): Match TODO keywords case sensitively.
1340         * org-latex.el (org-export-as-latex): Ignore read-only
1341         properties.
1343         * org-exp.el (org-export-preprocess-string): Remove any
1344         `read-only' properties.
1346         * org-agenda.el (org-agenda-inactive-leader): New option.
1347         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1348         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1349         (org-todo-list): Prompt for matcher if ARG is an empty string.
1351 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1353         * org.el (org-open-link-functions): New hook.
1354         (org-open-at-point): Run `org-open-link-functions'.
1356 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1359         stamps as well.
1361         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1362         (org-mode): Don't do startup visibility if inhibited.
1363         (org-outline-overlay-data, org-set-outline-overlay-data): New
1364         functions.
1365         (org-save-outline-visibility): New macro.
1366         (org-log-note-headings): Document that one should not change the
1367         `state' note format.
1369 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1371         * org.el (org-make-link-regexps): Capture link path into a group.
1373 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1375         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1376         the options plist.
1378 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1380         * org.el (org-startup-with-beamer-mode): New option.
1381         (org-property-changed-functions)
1382         (org-property-allowed-value-functions): New hooks.
1383         (org-entry-put, org-property-get-allowed-values): Run the new
1384         hooks.
1385         (org-property-next-allowed-value): Run the new hooks.
1387         * org-exp.el (org-export-select-backend-specific-text): Add the
1388         special beamer tags.
1390         * org-beamer.el
1391         (org-export-preprocess-before-selecting-backend-code-hook): New
1392         file.
1394         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1395         (org-export-as-latex): Run
1396         `org-export-latex-after-initial-vars-hook'.
1397         (org-export-latex-format-toc-function)
1398         (org-export-latex-make-header): Call
1399         `org-export-latex-format-toc-function'.
1401         * org.el (org-fill-template): Make template searches case sensitive.
1403         * org-exp.el (org-export): Use "1" as a sign to export only the
1404         subtree.
1406         * org-colview-xemacs.el (org-columns-edit-value): Use
1407         org-unrestricted property.
1409         * org-colview.el (org-columns-edit-value):  Use
1410         org-unrestricted property.
1412         * org.el (org-compute-property-at-point): Set org-unrestricted
1413         text property if the list contains ":ETC".
1414         (org-insert-property-drawer):  Use
1415         org-unrestricted property.
1417         * org-exp.el
1418         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1419         (org-export-preprocess-string): Run
1420         `org-export-preprocess-before-selecting-backend-code-hook'.
1422         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1424         * org-latex.el (org-export-region-as-latex): Run
1425         `org-export-first-hook'.
1427         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1429         * org-docbook.el (org-export-as-docbook): Run
1430         `org-export-first-hook'.
1432         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1434         * org-exp.el (org-export-first-hook): New hook.
1436 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1438         * org-list.el (org-previous-item): Exit at the beginning of the
1439         buffer.
1441         * org-id.el (org-id-locations-save): Only write the id locations
1442         if any are defined.
1444         * org-archive.el (org-archive-all-done): Make this work in a file
1445         with org-odd-levels-only set.
1447         * org.el (org-get-refile-targets): Catch the case when a buffer
1448         has no file.
1450         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1451         where they are not needed.
1452         (org-export-latex-subcontent): Remove unnecessary newlines.
1454 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1456         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1457         (org-export-latex-fontify): Fix regexp bug that takes special
1458         care of protecting the right boundary characters in emphasis
1459         matches.
1460         (org-export-latex-preprocess): Allow multiple arguments to latex
1461         macros.
1463         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1464         urls.
1466         * org-macs.el (org-re): Interpret :punct: in regexps.
1468         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1469         take the final newline after the END line.
1471         * org.el (org-clean-visibility-after-subtree-move): Only fix
1472         entries that are not entirely invisible already.
1473         (org-insert-link): Respect org-link-file-path-type for
1474         "docview:" links in addition to "file:" links.
1476 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1478         * org-exp.el (org-export-format-source-code-or-example): Avoid
1479         additional extra white lines in LaTeX.
1481         * org-list.el (org-list-parse-list): Leave empty lines after the
1482         list, don't consider them as part of the list.
1484         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1485         searches.
1487         * org-clock.el (org-clock-select-task): Convert integer to
1488         character for XEmacs.
1490 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1492         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1493         compatible.
1495 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1497         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1498         variable.
1499         (org-set-tags): Use it.
1501 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1503         * org-list.el (org-empty-line-terminates-plain-lists): Update
1504         docstring.
1506         * org.el (org-format-latex): Fix link creation for processed latex
1507         snippets.
1509 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1511         * org-footnote.el (org-footnote-normalize): Protect replacement
1512         text.
1514         * org.el (org-inside-latex-macro-p): Save match data.
1516 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1518         * org-docview.el: New file.
1520 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-latex.el (org-export-latex-class-options): New variable.
1523         (org-export-latex-set-initial-vars): Use the class options.
1525         * org.el (org-forward-same-level): Stop at headings that start
1526         with an invisible character.
1527         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1529 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org-footnote.el (org-footnote-normalize): Don't take optional
1532         arguments in LaTeX macros as footnotes.
1534         * org.el (org-inside-latex-macro-p): New function.
1536         * org-latex.el (org-latex-to-pdf-process): Change customization
1537         group to `org-export-pdf'.
1539         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1540         on days after the first one.
1542         * org.el (org-insert-heading): Also check for item before assuming
1543         before-first-heading condition.
1545         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1546         (org-export-pdf-logfiles): New option.
1547         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1548         (org-export-pdf-logfiles): Fix customization type.
1550         * org.el (org-insert-link): Improve error message when there is no
1551         default link to select with RET.
1553         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1554         parameter list.
1556 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1558         * org-latex.el (org-export-latex-parse-global)
1559         (org-export-latex-parse-content)
1560         (org-export-latex-parse-subcontent): Use
1561         `org-re-search-forward-unprotected'.
1562         (org-export-as-pdf): Remove log files produced by XeTeX.
1564         * org-macs.el (org-re-search-forward-unprotected): New function.
1566 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1568         * org-colview.el (org-agenda-colview-summarize): Sort out some
1569         confusion between properties and titles, which resulted in
1570         agenda summaries not working if a title was set for a column.
1572 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org-mobile.el (org-mobile-agendas): New option.
1575         (org-mobile-sumo-agenda-command): Select the right agendas.
1577         * org-latex.el (org-export-latex-format-image): Preserve the
1578         original-indentation property.
1580 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org-clock.el (org-clock-insert-selection-line): Catch error when
1583         an old tasks no longer exists.
1585         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1586         (org-export-as-pdf): Don't remove the old PDF file before making
1587         the new one.
1589         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1590         (org-mouse-context-menu): Use `org-looking-back'.
1592         * org.el (org-cycle-level): Use `org-looking-back'.
1594         * org-list.el (org-cycle-item-indentation): Use
1595         `org-looking-back'.
1597         * org-compat.el (org-looking-back): New function.
1599         * org.el (org-insert-heading): Catch before-first-headline when
1600         inserting a headline.
1602 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1604         * org-latex.el (org-export-latex-format-image): Indent figure
1605         environment, so that it does not interrupt plain list.
1607         * org.el (org-open-at-point): Allow long link descriptions.
1609 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-html.el (org-export-as-html): Remove empty lines at the
1612         beginning of the exported text.
1613 ;; Local Variables:
1614 ;; coding: utf-8
1615 ;; add-log-time-zone-rule: t
1616 ;; End:
1618     Copyright (C) 2008  Free Software Foundation, Inc.
1620   This file is part of GNU Emacs.
1622   GNU Emacs is free software: you can redistribute it and/or modify
1623   it under the terms of the GNU General Public License as published by
1624   the Free Software Foundation, either version 3 of the License, or
1625   (at your option) any later version.
1627   GNU Emacs is distributed in the hope that it will be useful,
1628   but WITHOUT ANY WARRANTY; without even the implied warranty of
1629   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1630   GNU General Public License for more details.
1632   You should have received a copy of the GNU General Public License
1633   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1635 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c