Add tags matching to clock tables
[org-mode.git] / lisp / ChangeLog
blobea730e309ff4b77d0862ac37c5ca5c620e62c981
1 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4         (org-clock-sum): Add property to selected headlines.
5         (org-dblock-write:clocktable): Make tags matcher.
7         * org.el (org-set-autofill-regexps): XEmacs compatibility.
9         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
10         in latex class definitions
12         * org.el (org-shiftup-hook, org-shiftdown-hook)
13         (org-shiftleft-hook, org-shiftright-hook): New hooks.
15         * org-entities.el (org-entities): Use \land and \lor for logical
16         operators.
18         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
19         indentation commands.
20         (org-hidden-tree-error): New defsubst.
21         (org-metaleft, org-metaright): Check for hidden stuff and throw an
22         error.
23         (org-check-for-hidden): New function.
25         * org-list.el (org-item-re): New function.
26         (org-at-item-p): Use `org-item-re'.
27         (org-end-of-item-text-before-children): New function.
28         (org-outdent-item, org-indent-item): Arrange for leaving the
29         subtree alone.
30         (org-outdent-item-tree, org-indent-item-tree): New argument
31         NO-SUBTREE.
32         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
33         to find the end for processing while ignoring the subtree.
35         * org-publish.el (org-publish-sitemap-sort-alphabetically)
36         (org-publish-sitemap-sort-folders)
37         (org-publish-sitemap-sort-ignore-case): New options.
39 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
43         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
45         * org-publish.el (org-publish-project-alist): Update docstring.
46         (org-publish-file-title-cache): New variable.
47         (org-publish-initialize-files-alist): Initialize
48         `org-publish-initialize-files-alist' to nil.
49         (org-publish-sort-directory-files): New function.
50         (org-publish-projects): Access the new properties.
51         (org-publish-find-title): Use the file title cache.
52         (org-publish-find-title): Build the file title cache.
53         (org-publish-get-base-files-1): Sort files.
54         (org-publish-aux-preprocess): Do not throw an error when before
55         the first headline.  Allow an empty target, meaning to link just
56         to the file.
57         (org-publish-index-generate-theindex.inc): Check if there is
58         actually a target and only then add it to the link.
59         (org-publish-projects): Fix a remaining issue with the last commit
61         * org-html.el (org-export-as-html): Treat verse as open/close
62         paragraph.
63         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
64         and out of lists.
66 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
68         * org-src.el (org-edit-src-find-region-and-lang): Test for
69         table.el as late as possible.
71         * org-colview-xemacs.el: Make sure this file is never loaded into
72         Emacs.  Remove all tests for XEmacs.
74         * org-colview.el: Make sure this file is never loaded into XEmacs.
76         * org-agenda.el (org-highlight, org-unhighlight): Use direct
77         overlay calls.
79         * org.el (org-key): Apply the translations defined in
80         `org-xemacs-key-equivalents'.
82         * org-mouse.el (org-mode-hook): Use `org-defkey'.
84         * org-compat.el (org-xemacs-key-equivalents): New constant.
86 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
89         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
90         Obey `org-odd-levels-only'.
92         * org-compat.el (org-find-overlays): Use overlays-in/at.
94         * org.el (org-remove-empty-overlays-at)
95         (org-outline-overlay-data, org-hide-block-toggle)
96         (org-format-latex, org-context): Use overlays-in/at.
98         * org-src.el (org-edit-src-exit): Use overlays-in/at.
100         * org-agenda.el (org-agenda-mark-clocking-task)
101         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
102         (org-agenda-entry-text-hide)
103         (org-agenda-fix-tags-filter-overlays-at)
104         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
106         * org-compat.el (org-overlays-at): Function removed.
107         (org-overlays-in): Function removed.
109 2010-04-19  Bastien Guerry  <bzg@altern.org>
111         * org-clock.el (org-clock-set-current): Just return the headline
112         itself, strip the TODO keyword, the priority cookie and the tags.
114 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org-compat.el (org-xemacs-without-invisibility): New macro.
117         (org-xemacs-without-invisibility): New macro.
118         (org-indent-to-column, org-indent-line-to, org-move-to-column):
119         Redefine using the macro `org-xemacs-without-invisibility'.
121         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
123         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
125         * org-compat.el (org-make-overlay, org-delete-overlay)
126         (org-overlay-start, org-overlay-end, org-overlay-put)
127         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
128         removed.
129         (org-add-to-invisibility-spec): Function removed.
131         * org-html.el (org-export-as-html-and-open): Add argument to
132         kill-buffer.
134         * org-habit.el (require): `calendar' is now required already by
135         org.el on top level.
137         * org-clock.el (require): `calendar' is now required already by
138         org.el on top level.
140         * org-agenda.el (require, org-timeline, org-agenda-list)
141         (org-todo-list, org-agenda-to-appt): `calendar' is now required
142         already by org.el on top level.
144         * org.el (org-export-latex-fix-inputenc): Declare function.
146         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
147         variables.
149         * org.el (calendar): Require calendar now on top level in org.el
150         and define aliases to new variables when needed.
151         (org-read-date, org-goto-calendar): Do not bind obsolete
152         variables.
154         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
155         compilation warning, add comment that this cannot be done with
156         `with-current-buffer'.
158         * org-wl.el (org-wl-open): Use `with-current-buffer'.
160         * org.el (overlay, org-remove-empty-overlays-at)
161         (org-outline-overlay-data, org-set-outline-overlay-data)
162         (org-show-block-all, org-hide-block-toggle)
163         (org-highlight-new-match, org-remove-occur-highlights)
164         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
165         (org-read-date, org-read-date-display, org-eval-in-calendar)
166         (org-format-latex, org-context)
167         (org-speedbar-restriction-lock-overlay)
168         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
170         * org-table.el (org-table-add-rectangle-overlay)
171         (org-table-remove-rectangle-highlight)
172         (org-table-overlay-coordinates)
173         (org-table-toggle-coordinate-overlays): Use the normal overlay
174         API.
176         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
177         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
178         normal overlay API.
180         * org-colview.el (org-columns-new-overlay)
181         (org-columns-display-here, org-columns-remove-overlays)
182         (org-columns-edit-value, org-columns-next-allowed-value)
183         (org-columns-update): Use the normal overlay API.
185         * org-clock.el (org-clock-out, org-clock-cancel)
186         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
187         overlay API.
189         * org-agenda.el (org-agenda-mark-filtered-text)
190         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
191         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
192         (org-agenda-entry-text-hide)
193         (org-agenda-restriction-lock-overlay)
194         (org-agenda-set-restriction-lock)
195         (org-agenda-filter-by-tag-hide-line)
196         (org-agenda-fix-tags-filter-overlays-at)
197         (org-agenda-filter-by-tag-show-all, org-hl)
198         (org-agenda-goto-calendar, org-agenda-bulk-mark)
199         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
201         * org-freemind.el (org-freemind-from-org-mode-node)
202         (org-freemind-from-org-mode, )
203         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
204         interactive-p instead of called-interactively, because this is
205         backward compatible with older Emacsen I still support..
207 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-exp.el (org-export-define-heading-targets): Fix bug in
210         regexp finding ID and CUSTOM_ID properties.
212 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
215         from `org-footnote-goto-next-reference'.
217         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
218         org-log-repeat is non-nil, or if there is clocking data in the
219         entry.
221         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
223 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org.el (org-align-all-tags): New command.
227 2010-04-13  David Maus  <dmaus@ictsoc.de>
229         * org-wl.el (org-wl-link-remove-filter): New customizable
230         variable.  If non-nil, filter conditions are stripped when storing
231         link to message in filter folder.
232         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
233         non-nil, links to shimbun messages are created as web links to
234         message source.
235         (org-wl-nntp-prefer-web-links): New customizable variable.  If
236         non-nil, links to nntp message are created as web links to gmane
237         or googlegroups.
238         (org-wl-namazu-default-index): New customizable variable.
239         Directory of namazu search index that should be used as default
240         when opening a link in a search folder.
241         (org-wl-folder-types): New constant.  Wanderlust folder type
242         indicators.
243         (org-wl-folder-type): New function.  Return type of Wanderlust
244         folder.
245         (org-wl-store-link): Create web links for shimbun or nntp messages
246         and strip filter conditions depending on customizable variables.
247         (org-wl-open): Open namazu search folder for message when called
248         with prefix.
250 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org.el (org-remove-if, org-remove-if-not): New functions.
253         (org-open-file): Use internal remove-if functions.
255 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
257         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
258         (org-file-apps-ex): remove variable.
259         (org-open-file): Integrate org-file-apps-ex functionality back
260         into org-file-apps, and decide whether to match a regexp against
261         the link or the filename using org-file-apps-entry-uses-grouping-p.
263 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
265         * org.el (org-file-apps-ex): new variable.
266         (org-open-file): Before considering org-file-apps, first match the
267         regexps from org-file-apps-ex against the whole link. See
268         docstring of org-file-apps-ex.
270 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
272         * org.el (org-export-latex-default-packages-alist): Remove
273         microtype package.
274         (org-todo-repeat-to-state): New variable.
275         (org-auto-repeat-maybe): Allow user-selected target states.
276         (org-default-properties): Add the new property REPEAT_TO_STATE.
278 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-mobile.el (org-mobile-check-setup): Make sure that there is
281         a binary to compute checksums.
283 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org.el (org-insert-link): Find the link buffer on visible
286         frames.
287         (org-export-latex-default-packages-alist): hyperref must be loaded
288         late.
290 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
292         * org-latex.el (org-export-latex-preprocess): Do not yet protect
293         defined entities - these will be taken care of later.
294         (org-export-latex-special-chars): Post-process entity replacement.
295         (org-export-latex-fontify-headline): Do not yet protect defined
296         entities - these will be taken care of later.
297         (org-export-latex-tables, org-export-latex-links): Format the
298         caption properly.
300         * org-entities.el (org-entities-user): Fix typo.
302         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
304         * org-entities.el (org-entities-user): Improve docstring.
306 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-entities.el (org-macs): Require org-macs, to be sure that we
309         have `declare-function' defined.
311 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-latex.el (org-export-latex-classes): Update docstring.
315         * org.el (org-format-latex-header): Add cookies to the header.
316         (org-splice-latex-header): Implement placement according to
317         cookies.
319 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org-publish.el (org-publish-aux-preprocess): Control case
322         sensitivity.
324 2010-04-04  Bastien Guerry  <bzg@altern.org>
326         * org.el (org-splice-latex-header): Fix typo.
328 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-latex.el (org-export-latex-make-header): Use
331         `org-splice-latex-header' to build the header.
332         (org-export-latex-classes): Update docstring.
334         * org.el (org-splice-latex-header): New function.
335         (org-create-formula-image): Use `org-splice-latex-header' to build
336         the header.
338         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
340 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org.el (org-export-latex-packages-alist)
343         (org-export-latex-default-packages-alist): Fix docstring to
344         reflect the expected structure.
346         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
347         (org-export-docbook-finalize-table): Make use of label for tables.
349 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org-attach.el (org-attach-commit): Split on newlines.
353         * org.el (org-export-latex-default-packages-alist): Use list
354         instead of cons for the entries.
356 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-entities.el (org-entity-get-representation): Catch the case
359         that there is not entry in the list.
361         * org-mobile.el (org-mobile-use-encryption)
362         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
363         New options.
364         (org-mobile-check-setup): CHeck the encryption setup.
365         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
366         (org-mobile-create-sumo-agenda): Use encryption code.
367         (org-mobile-encrypt-and-move): New function.
368         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
369         functions.
370         (org-mobile-move-capture): Decrypt the capture file.
372         * org.el (org-entities): Require the new file.
373         (org-export-latex-default-packages-alist): New variable.
374         (org-complete): Use new entity code for completion.
375         (org-create-formula-image): Use the new packages variable.
377         * org-latex.el (org-export-latex-classes): Remove the standard
378         packages from the class headers.
379         (org-export-latex-make-header): Use the new package variable.
380         (org-export-latex-special-chars): Better regexp for entities, to
381         support entity name that contain numbers.
382         (org-export-latex-treat-backslash-char): Use the new entity code.
384         * org-html.el (org-html-do-expand): Use the new entity code.
386         * org-exp.el (org-export): Add the new export commands.
387         (org-html-entities): Constant removed.
388         (org-export-visible): Add the new export commands.
390         * org-entities.el: New file.
392         * org-docbook.el (org-docbook-do-expand): Use new entity code.
394         * org-ascii.el (org-export-ascii-entities): New variable.
395         (org-export-as-latin1, org-export-as-latin1-to-buffer)
396         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
397         (org-export-as-encoding): New function.
398         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
399         (org-ascii-replace-entities): New function.
401 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-html.el (org-html-level-start): Catch the case that target
404         might be nil.
406 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
408         * org.el (org-appearance): Change Customize group variable name
409         from org-font-lock to org-appearance, and change tag from "Org
410         Font Lock" to "Org Appearance"
411         (org-odd-levels-only): Change Customize group variable name
412         (org-level-color-stars-only): Change Customize group variable name
413         (org-hide-leading-stars): Change Customize group variable name
414         (org-hidden-keywords): Change Customize group variable name
415         (org-fontify-done-headline): Change Customize group variable name
416         (org-fontify-emphasized-text): Change Customize group variable name
417         (org-fontify-whole-heading-line): Change Customize group variable name
418         (org-highlight-latex-fragments-and-specials): Change Customize
419         group variable name
420         (org-hide-emphasis-markers): Change Customize group variable name
421         (org-emphasis-alist): Change Customize group variable name
422         (org-emphasis-regexp-components): Change Customize group variable
423         name
424         (org-modules): Remove mention of org-R
426         * org-faces.el (org-faces): Change Customize group variable name
428 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org-agenda.el (org-diary-last-run-time): New variable.
431         (org-diary): prepare agenda buffers only if last call was some
432         time ago.
434         * org-html.el (org-export-html-preprocess): Replace \ref macros
435         with a link.
436         (org-format-org-table-html): Add the label as an anchor.
438         * org-docbook.el (org-export-docbook-format-image): Do some
439         formatting on captions.
441         * org-latex.el (org-export-latex-tables, org-export-latex-links):
442         Do some formatting on captions.
444         * org-html.el (org-export-html-format-image)
445         (org-format-org-table-html): Do some formatting on captions.
447 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
449         * org.el (org-hidden-keywords): New customizable variable. This is
450         a list of symbols specifying which of the special keywords #+DATE,
451         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
452         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
453         implementing new faces and hiding behaviour.
455         * org-faces.el (org-document-title): New face for #+TITLE lines
456         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
457         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
459 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
461         * org-publish.el (org-publish-sanitize-plist): New function to
462         rename "index" properties to "sitemap".  Do this renaming
463         globally.
464         (org-publish-with-aux-preprocess-maybe): New macro.
465         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
466         macro.
467         (org-publish-aux-preprocess)
468         (org-publish-index-generate-theindex.inc): New function.
470 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org-table.el (org-table-align): Interpret <N> at fixed width,
473         not as maximum width.
475 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
477         * org-exp.el (org-export-author-info, org-export-email-info): Fix
478         docstrings.
480         * org-beamer.el (org-beamer-select-environment): Renamed from
481         `org-beamer-set-environment-tag'.  Improve docstring.
483         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
484         problem with odd levels.
486         * org-ascii.el (org-export-as-ascii): Export email only if the
487         author wants it.
489         * org-docbook.el (org-export-as-docbook): Export email only if the
490         author wants it.
492         * org-html.el (org-export-as-html): Export email only if the
493         author wants it.
495         * org-exp.el (org-export-email-info): New option.
496         (org-export-plist-vars): Add entry for `org-export-email'.
498 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
500         * org-table.el (org-table-goto-line): Fix typo.
502 2010-03-25  Mikael Fornius  <mfo@abc.se>
504         * org.el (org-agenda-files): Typo.
505         (org-read-agenda-file-list): Add optional argument to help
506         `org-store-new-agenda-file-list' to remember un-expanded file
507         names.  Expand file names relative to `org-directory'.
508         (org-store-new-agenda-file-list): Keep un-expanded file names when
509         saving, if available.
510         (org-agenda-files): Update documentation.
512 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
515         a buffer with no file name attached.
517         * org.el (org-log-refile): New option.
518         (org-log-note-headings): Add a heading for refiling.
519         (org-startup-options): Add keywords for logging of the refile
520         action.
521         (org-refile): Add logging action.
522         (org-add-log-note): Allow for refiling action.
524         * org-agenda.el (org-agenda-bulk-action): Make sure
525         `org-log-refile' is not `note' during a bulk action.
527 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
529         * org.el (org-map-dblocks): Use save-excursion to remember the
530         position.
532         * org-attach.el (org-attach-commit): Remove dependence on xargs.
533         (org-attach-delete-one): Commit after deleting a file.
535         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
536         borders for strike-through emphasis.
538         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
539         handling of odd levels.
541         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
542         and `future' values.
543         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
544         Handle `past' and `future' values.
546         * org.el (org-read-agenda-file-list): Interpret file names
547         relative to org-directory and allow environment variables and
548         "~".
550         * org-latex.el (org-export-latex-special-chars): Allow a
551         parenthesis before an exponent or subscript.
553 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
555         * org-src.el (org-edit-src-exit): When returning from code edit
556         buffer, if code block is hidden, leave point at start of
557         #+begin_src line
559 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
561         * org.el (org-insert-heading): Do not remove all spaces if the
562         headline is empty.
564         * org-indent.el (org-indent): Fix group name.
566 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org-table.el (org-table-goto-column): Fix forcing a non-existing
569         column.
570         (org-table-get, org-table-put, org-table-goto-line)
571         (org-table-current-line): New functions.
573 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
575         * org-crypt.el (org-reveal-start-hook): Add a decryption function
576         to this hook.
577         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
578         docstrings.
580         * org.el (org-point-at-end-of-empty-headline)
581         (org-level-increment, org-get-previous-line-level): New function.
582         (org-cycle-level): Rewritten to be independent of when this
583         function is called.
584         (org-in-regexps-block-p): New function.
585         (org-reveal-start-hook): New hook.
586         (org-reveal): Run new hook.
588 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org-latex.el (org-export-latex-keywords): Start a new paragraph
591         after time keywords, do not add "\newline".
593         * org-html.el (org-export-as-html): Avoid double # in href.
595         * org.el (org-refile-get-location): Catch an invalid target
596         specification.
598 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
601         Make sure the behavior regarding to extracting time is
602         consistent.
604 2010-03-17  Stephen Eglen  <stephen@gnu.org>
606         * org-agenda.el (org-agenda-insert-diary-extract-time): New
607         variable.
608         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
609         variable rather than `org-agenda-search-headline-for-time'.
611 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
615 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
617         * org.el (org-adaptive-fill-regexp-backup): New variable.
618         (org-set-autofill-regexps): Store a backup of
619         `adaptive-fill-regexp'.
620         (org-adaptive-fill-function): Fix filling of comments and ordered
621         lists. If there is no other match, till try adaptive fill.
623 2010-03-15  John Wiegley  <jwiegley@gmail.com>
625         * org-agenda.el (org-agenda-include-deadlines): Added new
626         customization variable to determine whether unscheduled tasks
627         should appear in the agenda solely because of their deadline.
628         Default to true, which was the previous behavior (it just wasn't
629         configurable).
630         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
631         the agenda to show/hide deadline tasks.
632         (org-agenda-menu): Added menu option for show/hide deadlines.
633         (org-agenda-list): Make the agenda list sensitive to the value of
634         `org-agenda-include-deadlines'.
635         (org-agenda-toggle-deadlines): New function to toggle the value of
636         `org-agenda-include-deadlines' and repaint the modeline
637         indicators.
638         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
639         modeline if deadline tasks are being displayed.
641 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org-table.el (org-table-eval-formula): Replace $# and @# by
644         current column and row number.
646 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org.el (org-set-property, org-delete-property): Go back to
649         prompting for the property.
651         * org-latex.el (org-export-latex-make-header): Fully process
652         author line.
653         (org-export-latex-fontify-headline): Allow several arguments, not
654         just one.
655         (org-export-latex-fix-inputenc): Catch the error when
656         `latexenc-coding-system-to-inputenc' is not defined.
658         * org-agenda.el (org-agenda-skip-if-todo): New function.
659         (org-agenda-skip-if): Add conditions for TODO keywords.
660         (org-agenda-skip-if): Document the new todo conditions.
662 2010-03-11  Mikael Fornius  <mfo@abc.se>
664         * org.el (org-at-property-p): Check if we are inside a property
665         drawer not just any drawer.
666         (org-set-property, org-delete-property): When cursor is on a
667         property key value pair do not prompt for property name instead
668         use name at cursor.
669         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
670         on the first line of a property drawer.
671         (org-property-end-re): Spell check.
673 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-exp.el (org-export-attach-captions-and-attributes): Add the
676         properties to the entire table, in case the first line is
677         removed.
679         * org-archive.el (org-archive-reversed-order): New option.
680         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
681         option `org-archive-reversed-order'.
683 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-agenda.el (org-agenda-entry-types): New variable.
686         (org-agenda-list): Use `org-agenda-entry-types'.
687         (org-agenda-custom-commands-local-options): Support for setting
688         `org-agenda-entry-types' as an option.
689         (org-diary): Shift some documentation from here to the variable
690         `org-agenda-entry-types'.
692 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
694         * org-latex.el (org-export-latex-make-header): Apply macros in
695         author field.
697         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
698         (org-clock-select-task, org-clock-notify-once-if-expired)
699         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
700         (org-clock-out-if-current, org-clock-save): Use the new functions.
702 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
704         * org-docbook.el (org-export-as-docbook): Remove unnecessary
705         newline.
706         (org-export-as-docbook): Remove unnecessary newline.
707         (org-export-as-docbook): Fix problem with double footnote
708         reference in one place.
710         * org-exp.el (org-export-format-source-code-or-example): Remove
711         unnecessary newline.
713         * org.el (org-deadline, org-schedule): Allow rescheduling entries
714         with repeaters.
716         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
717         function calls that look like references.
719         * org.el (org-open-at-point): Get link abbreviations from
720         reference buffer.
722 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
724         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
725         as a reference.
727 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
729         * org.el (org-link-unescape): Solve issue with lower-case escapes.
731 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
733         * org-latex.el (org-export-latex-classes): Add
734         \usepackage{latexsym} to all classes.
736 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org-html.el (org-export-as-html): Do not allow protected lines
739         into the table of contents.
741         * org-latex.el (org-export-latex-special-chars): Find subsequent
742         occurrences of special characters.
743         (org-export-latex-tables): Do not convert table-like stuff that is
744         protected.
746 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
748         * org-list.el (org-toggle-checkbox): No errors when updating
749         checkbox count fails because there is no heading.
751 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
753         * org-clock.el (org-clock-report-include-clocking-task): New
754         option.
755         (org-clock-sum): Add the current clocking task.
757 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org.el (org-cycle): Print a message when in a table.el table.
760         (org-edit-special): Recognize the table.el context.
761         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
763         * org-src.el (org-at-table.el-p): Declare.
764         (org-edit-src-code): Handle a special case for table.el editing.
765         (org-edit-src-find-region-and-lang): Recognize the table.el
766         context.
768         * org-latex.el (org-export-latex-tables): Convert table.el
769         tables.
770         (org-export-latex-convert-table.el-table): New function.
772         * org-html.el (org-html-expand): Fix table.el export.
774         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
775         headings.
777         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
778         table for the id locations.
780         * org.el (org-read-date-analyze): Match American-style dates, like
781         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
782         current year when reading ISO and American dates.
784 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org.el (org-face-from-face-or-color): New function.
787         (org-get-todo-face, org-font-lock-add-priority-faces)
788         (org-get-tag-face): Use `org-face-from-face-or-color'.
790         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
791         simple colors as values.
792         (org-faces-easy-properties): New option.
794         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
795         restricted, as an agenda mode.
796         (org-agenda-fontify-priorities): Allow simple colors as values.
798 2010-02-25  Bastien Guerry  <bzg@altern.org>
800         * org-timer.el (org-timer-current-timer): Renamed from
801         `org-timer-last-timer'.
802         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
803         (org-timer-cancel-timer, org-timer-show-remaining-time)
804         (org-timer-set-timer): Update to use only one timer.
806         * org.el (org-set-property): Remove useless space in the prompt.
808 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
810         * org-html.el (org-export-html-style-default): Add a default style
811         for textareas.
813         * org-exp.el (org-export-format-source-code-or-example): Fix
814         textarea tag.
816 2010-02-24  Bastien Guerry  <bzg@altern.org>
818         * org-clock.el (org-clock-current-task): New variable to store
819         last clocked in task.
820         (org-clock-set-current, org-clock-delete-current): New functions.
822 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
824         * org-remember.el (org-remember-apply-template): Extend comment.
825         (org-remember-handler): Implement clock sibling filing.
827 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
829         * org-publish.el (org-publish-all, org-publish-current-file)
830         (org-publish-current-project): When called with prefix argument
831         FORCE, also rebuild the validation file list.
833         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
834         section headings.
836 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
838         * org-html.el (org-export-as-html-and-open): Kill product buffer
839         if the user wants that.
841         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
842         if the user wants that.
844         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
845         option.
847         * org-agenda.el (org-batch-agenda-csv): Use the time property
848         instead of the `time-of-day' property.
850 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
853         (org-timer-pause-hook, org-timer-set-hook)
854         (org-timer-cancel-hook): New hooks.
855         (org-timer-start): Run `org-timer-start-hook'.
856         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
857         (org-timer-stop): Run `org-timer-stop-hook'.
858         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
860 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org.el (org-reveal): Double prefix arg shows the subtree of the
863         parent.
865 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-agenda.el (org-search-view): Fix bug with searching full
868         words in headlines in search view.
869         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
870         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
871         scheduled (if the user configures it so.
873 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
875         * org.el (org-hide-archived-subtrees): Don't jump to end of
876         subtree if the match was not in a headline.
877         (org-inside-latex-macro-p): Allow more complex arguments.
878         (org-emphasize): Protect against use at end of buffer.
880 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
882         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
883         text properties.
885 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
887         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
888         values.
889         (org-agenda-todo-ignore-scheduled)
890         (org-agenda-todo-ignore-deadlines): More control with different
891         allowed values.
892         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
893         Honor the new option settings.
895 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
897         * org.el (org-get-location): Make sure the selection buffer is
898         shown in the current frame.
900         * org-ascii.el (org-export-ascii-table-widen-columns): New
901         option.
902         (org-export-ascii-preprocess): Realign tables to remove narrowing
903         if `org-export-ascii-table-widen-columns' is set.
905         * org-table.el (org-table-do-narrow): New variable.
906         (org-table-align): Narrow only if `org-table-do-narrow' is t.
908         * org.el (org-deadline, org-schedule): Allow updating if the
909         relevant time stamp does not have a repeater, i.e. do not require
910         that no time stamp has a repeater.
912         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
913         new white space before the tags.
915         * org-latex.el (org-export-as-latex): Do nit require the buffer to
916         be visiting a file when only exporting to a buffer or string.
917         (org-export-latex-fix-inputenc): Only save the buffer is there is
918         a file name attached to it.
920 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
922         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
924 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
926         * org.el (org-fontify-meta-lines-and-blocks): Honor
927         `org-fontify-quote-and-verse-blocks'.
929         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
931 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
933         * org.el (org-open-at-point): Also check for text property
934         org-linked-text before offering collected links.
936 2010-02-03  Stephen Eglen  <stephen@gnu.org>
938         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
939         Optionally extract time specification from text and add to the
940         timestamp.
942 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org-exp.el (org-html-entities): Fix typo.
946         * org-latex.el (org-export-latex-make-header): Use \providecommand
947         to make sure the \alert macro is defined.
949         * org.el (org-format-latex-signal-error)
950         (org-create-formula-image): Use `org-format-latex-signal-error'.
952 2010-02-02  Stephen Eglen  <stephen@gnu.org>
954         * org.el (org-store-link): For dired buffers, use
955         default-directory as link name if dired-get-filename returns
956         nil.
958 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
960         * org-exp.el (org-export-concatenate-multiline-links): The for
961         protectedness at beginning of match.
963         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
964         AUTO as a coding system, instead default to utf8.
966 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
968         * org.el (org-block-todo-from-children-or-siblings-or-parent)
969         (org-block-todo-from-checkboxes): Respect the local variable
970         value when deciding if blocking should be active.
972         * org-latex.el (org-export-latex-make-header): Define the align
973         macro if it is not yet defined.
975         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
976         `org-insert-heading' with the INVISIBLE-OK argument.
978         * org-mac-message.el (org-mac-message-insert-flagged): Call
979         `org-insert-heading' with the INVISIBLE-OK argument.
981         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
983         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
984         prompt message.
986         * org-html.el (org-html-level-start): Use the
987         `html-container-class' text property to set an additional class
988         for an outline container.
990         * org-exp.el (org-export-remember-html-container-classes): New
991         function.
992         (org-export-preprocess-string): Call
993         `org-export-remember-html-container-classes'.
995         * org.el (org-cycle): Mention level cycling in the docstring.
996         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
998         * org-remember.el (org-remember-apply-template): Do file insertion
999         first.
1001 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1003         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1004         problem with mis-aligned graphs when showing habits.
1006 2010-01-28  Mikael Fornius  <mfo@abc.se>
1008         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1009         when assigning. Begin using numerical characters when all in name
1010         is used up. This is to spare alphanumeric characters for better
1011         match with other keywords.
1013 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1015         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1017         * org-latex.el (org-export-latex-preprocess): More consistent
1018         conversion and protection of the words LaTeX and TeX.
1019         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1020         Allow angle brackets in commands, for beamer.
1022 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1024         * org-clock.el (org-clock-in): Improve the look of the clock line
1025         by formatting links.
1027 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1029         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1030         holder string for the coding system.  And improve the
1031         documentation.
1032         (org-export-latex-fix-inputenc): Only modify the coding system if
1033         it is given by the placeholder AUTO.
1035 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org-clock.el (org-task-overrun-text): New option.
1038         (org-task-overrun, org-clock-update-period): New variables.
1039         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1040         overrun clock.
1041         (org-clock-notify-once-if-expired): Check if clock is overrun.
1043         * org-faces.el: New face `org-mode-line-clock-overrun'.
1045 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1047         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1048         region before the line with the next heading, to prevent the user
1049         from prepending text to the next headline.
1051 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1053         * org-agenda.el (org-get-time-of-day): Use
1054         org-agenda-time-leading-zero to allow leading zero (rather than
1055         space) for times.
1057 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1059         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1060         org-datetree.el is loaded.
1062         * org-datetree.el: autoload `org-datetree-find-day-create'
1064         * org-latex.el (org-export-latex-hyperref-format): New option.
1065         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1067 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1069         * org-ctags.el (org-ctags-enable): Change order of functions.
1070         (org-ctags-create-tags): Add wildcard to file name expansion.
1072 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org.el (org-entry-properties): Fix some important bugs.
1076 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1078         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1079         the table is not explicitly given.
1081 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1083         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1084         as value.
1085         (org-clock-out-if-current): Work with the new list value of
1086         `org-clock-out-when-done'.
1087         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1088         between clocking out and state changes.
1090         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1092         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1093         accident protect a character that is before a backslash.
1095 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1097         * org-agenda.el (org-diary-class): Use
1098         `org-order-calendar-date-args'.
1100         * org.el (org-order-calendar-date-args): New function.
1102         * org-exp.el (org-export-target-internal-links): Check for
1103         protectedness after the first bracket.
1105         * org.el (org-entry-properties): Don't match wrong-case TODO
1106         keywords.
1108         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1109         Document that ARG is passed through to remove the date.
1110         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1111         not read a date when the user has given a `C-u' prefix.
1113 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1115         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1116         tags are hidden.
1118 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1120         * org-latex.el (org-export-latex-fix-inputenc): New function.
1121         (org-export-latex-inputenc-alist): New option.
1123         * org-exp.el (org-export): New key SPC to publish enclosing
1124         subtree.
1126 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-indent.el (org-indent-add-properties): Catch case when there
1129         is no headline in the buffer.
1131 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-exp.el (org-html-entities): Add checkmark symbol.
1135         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1136         verbatim code for ASCII export.
1138         * org.el (org-update-statistics-cookies): Also see checkboxes in
1139         ordered lists.
1141 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1143         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1144         key.
1146         * org-beamer.el (org-beamer-amend-header): Change the location
1147         where `org-beamer-header-extra' is inserted.
1149         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1150         just for computing this regexp.
1152 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1154         * org-beamer.el (org-beamer-frame-default-options): New option.
1155         (org-beamer-sectioning): Use default options if the user does not
1156         have defined any.
1157         (org-beamer-fix-toc): Put a frame around the table of contents.
1159         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1160         sure case-folding works well when processing comment stuff.
1162         * org-latex.el (org-export-latex-after-save-hook): New hook.
1163         (org-export-as-latex): Run the new hook.
1165 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1167         * org-beamer.el (org-beamer-environments-default): Add the note
1168         environments.
1169         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1170         lines and collect and combine the content.
1171         (org-beamer-after-initial-vars): Check for note tags and make sure
1172         they will be seen like a property.
1174         * org.el (org-offer-links-in-entry): Fix bug when there is a
1175         single link.
1177         * org-exp.el (org-export): Make sure the mark is activated, also
1178         when `transient-mark-mode' is off.
1180         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1181         (org-agenda-search-view-search-words-only): Obsolete variable, is
1182         now an alias for `org-agenda-search-view-always-boolean'.
1183         (org-agenda-search-view-force-full-words): New option.
1184         (org-search-view): Improve docstring, and implement a better logic
1185         for Boolean and phrase searches.
1186         (org-agenda-last-search-view-search-was-boolean): New variable.
1187         (org-agenda-manipulate-query): Consider the type of the last
1188         search when modifying the search string.
1190 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-latex.el (org-export-as-latex): Do the first letbind in the
1193         right moment.
1195         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1196         these entries.
1198         * org-faces.el (org-agenda-diary): New face.
1200         * org.el (org-make-link-regexps): Allow regexp-special characters
1201         in link types.
1202         (org-open-file): When in-emacs is `system', also force system
1203         opening, like when the value was `(16)'.
1204         (org-update-statistics-cookies): Handle entries without children.
1206         * org-exp.el
1207         (org-export-preprocess-before-normalizing-links-hook): New hook.
1208         (org-export-preprocess-string): Run the new hook.
1210         * org.el (org-offer-links-in-entry): Make RET open all links.
1212         * org-html.el (org-export-as-html): Remove any leftover display
1213         properties in the html file.
1215         * org-wl.el (org-wl-store-link): Work-around for format bug with
1216         text properties.
1218         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1219         invisibility while adding the graphs.
1221 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1223         * org-remember.el (org-select-remember-template): Use C letter to
1224         customize remember templates.
1226         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1227         Move cursor to next visible line.
1229 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1231         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1232         by specifying 0 or 1 for column width.
1233         (org-beamer-column-widths): Make 0 stand for 0.0.
1235 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1237         * org-exp.el (org-export-mark-radio-links): Don't match inside
1238         <<target>>.
1240         * org.el (org-format-latex-header-extra): New variable.
1241         (org-format-latex): Set org-format-latex-header-extra from
1242         in-buffer stuff.
1243         (org-format-latex): Add org-format-latex-header-extra to the
1244         variables on which image creation depends.
1245         (org-create-formula-image): Add the header stuff from in-buffer
1246         settings.
1247         (org-read-date-analyze): Base the analysis for future preference
1248         on NOW, not on the default date.
1250         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1251         for TODO keyword in inline tasks.
1253         * org.el (org-log-note-headings): New headings for removing
1254         deadline or scheduling date.
1255         (org-deadline, org-schedule): Arrange for logging when removing a
1256         date.
1257         (org-add-log-note): Handle deadline and scheduling removal.
1259 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1263 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1265         * org-agenda.el (org-diary-class): New function.
1267 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-latex.el (org-export-latex-preprocess): Do process the text
1270         of a radio target.
1272 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1274         * org.el (org-entry-properties): Add TIMESTAMP properties back
1275         in.
1277 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1279         * org.el (org-all-time-keywords): New variable.
1280         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1281         (org-entry-blocked-p): New function.
1282         (org-special-properties): Add BLOCKED as a new special property.
1283         (org-entry-properties): New optional argument SPECIFIC, only parse
1284         for this property when it is specified.
1285         (org-entry-get): Pass a SPECIFIC argument to
1286         `org-entry-properties'.
1288         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1290 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1292         * org-latex.el (org-export-latex-tables): No forced line end if
1293         there is no caption.
1295 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1298         package.
1300         * org-latex.el (org-export-latex-tables): Only add a caption when
1301         macro in in longtable environments if one has been defined.
1303         * org-html.el (org-export-as-html): Only take title from buffer if
1304         not exporting body-only.
1306         * org-latex.el (org-export-latex-preprocess): Better version of
1307         the regular expression for protecting LaTeX macros.
1308         (org-export-latex-preprocess): Start searching for macros to
1309         protect from beginning of buffer.
1311         * org-exp.el (org-export-target-internal-links): Check for
1312         protectedness earlier in the string.
1314         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1315         case sensitively.
1317         * org-id.el (org-id-store-link): Match TODO keywords case
1318         sensitively.
1320         * org.el (org-heading-components, org-get-outline-path)
1321         (org-display-outline-path): Match TODO keywords case sensitively.
1323         * org-latex.el (org-export-as-latex): Ignore read-only
1324         properties.
1326         * org-exp.el (org-export-preprocess-string): Remove any
1327         `read-only' properties.
1329         * org-agenda.el (org-agenda-inactive-leader): New option.
1330         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1331         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1332         (org-todo-list): Prompt for matcher if ARG is an empty string.
1334 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1336         * org.el (org-open-link-functions): New hook.
1337         (org-open-at-point): Run `org-open-link-functions'.
1339 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1341         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1342         stamps as well.
1344         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1345         (org-mode): Don't do startup visibility if inhibited.
1346         (org-outline-overlay-data, org-set-outline-overlay-data): New
1347         functions.
1348         (org-save-outline-visibility): New macro.
1349         (org-log-note-headings): Document that one should not change the
1350         `state' note format.
1352 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org.el (org-make-link-regexps): Capture link path into a group.
1356 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1359         the options plist.
1361 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1363         * org.el (org-startup-with-beamer-mode): New option.
1364         (org-property-changed-functions)
1365         (org-property-allowed-value-functions): New hooks.
1366         (org-entry-put, org-property-get-allowed-values): Run the new
1367         hooks.
1368         (org-property-next-allowed-value): Run the new hooks.
1370         * org-exp.el (org-export-select-backend-specific-text): Add the
1371         special beamer tags.
1373         * org-beamer.el
1374         (org-export-preprocess-before-selecting-backend-code-hook): New
1375         file.
1377         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1378         (org-export-as-latex): Run
1379         `org-export-latex-after-initial-vars-hook'.
1380         (org-export-latex-format-toc-function)
1381         (org-export-latex-make-header): Call
1382         `org-export-latex-format-toc-function'.
1384         * org.el (org-fill-template): Make template searches case sensitive.
1386         * org-exp.el (org-export): Use "1" as a sign to export only the
1387         subtree.
1389         * org-colview-xemacs.el (org-columns-edit-value): Use
1390         org-unrestricted property.
1392         * org-colview.el (org-columns-edit-value):  Use
1393         org-unrestricted property.
1395         * org.el (org-compute-property-at-point): Set org-unrestricted
1396         text property if the list contains ":ETC".
1397         (org-insert-property-drawer):  Use
1398         org-unrestricted property.
1400         * org-exp.el
1401         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1402         (org-export-preprocess-string): Run
1403         `org-export-preprocess-before-selecting-backend-code-hook'.
1405         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1407         * org-latex.el (org-export-region-as-latex): Run
1408         `org-export-first-hook'.
1410         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1412         * org-docbook.el (org-export-as-docbook): Run
1413         `org-export-first-hook'.
1415         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1417         * org-exp.el (org-export-first-hook): New hook.
1419 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1421         * org-list.el (org-previous-item): Exit at the beginning of the
1422         buffer.
1424         * org-id.el (org-id-locations-save): Only write the id locations
1425         if any are defined.
1427         * org-archive.el (org-archive-all-done): Make this work in a file
1428         with org-odd-levels-only set.
1430         * org.el (org-get-refile-targets): Catch the case when a buffer
1431         has no file.
1433         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1434         where they are not needed.
1435         (org-export-latex-subcontent): Remove unnecessary newlines.
1437 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1439         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1440         (org-export-latex-fontify): Fix regexp bug that takes special
1441         care of protecting the right boundary characters in emphasis
1442         matches.
1443         (org-export-latex-preprocess): Allow multiple arguments to latex
1444         macros.
1446         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1447         urls.
1449         * org-macs.el (org-re): Interpret :punct: in regexps.
1451         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1452         take the final newline after the END line.
1454         * org.el (org-clean-visibility-after-subtree-move): Only fix
1455         entries that are not entirely invisible already.
1456         (org-insert-link): Respect org-link-file-path-type for
1457         "docview:" links in addition to "file:" links.
1459 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1461         * org-exp.el (org-export-format-source-code-or-example): Avoid
1462         additional extra white lines in LaTeX.
1464         * org-list.el (org-list-parse-list): Leave empty lines after the
1465         list, don't consider them as part of the list.
1467         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1468         searches.
1470         * org-clock.el (org-clock-select-task): Convert integer to
1471         character for XEmacs.
1473 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1476         compatible.
1478 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1480         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1481         variable.
1482         (org-set-tags): Use it.
1484 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1486         * org-list.el (org-empty-line-terminates-plain-lists): Update
1487         docstring.
1489         * org.el (org-format-latex): Fix link creation for processed latex
1490         snippets.
1492 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1494         * org-footnote.el (org-footnote-normalize): Protect replacement
1495         text.
1497         * org.el (org-inside-latex-macro-p): Save match data.
1499 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1501         * org-docview.el: New file.
1503 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-latex.el (org-export-latex-class-options): New variable.
1506         (org-export-latex-set-initial-vars): Use the class options.
1508         * org.el (org-forward-same-level): Stop at headings that start
1509         with an invisible character.
1510         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1512 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1514         * org-footnote.el (org-footnote-normalize): Don't take optional
1515         arguments in LaTeX macros as footnotes.
1517         * org.el (org-inside-latex-macro-p): New function.
1519         * org-latex.el (org-latex-to-pdf-process): Change customization
1520         group to `org-export-pdf'.
1522         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1523         on days after the first one.
1525         * org.el (org-insert-heading): Also check for item before assuming
1526         before-first-heading condition.
1528         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1529         (org-export-pdf-logfiles): New option.
1530         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1531         (org-export-pdf-logfiles): Fix customization type.
1533         * org.el (org-insert-link): Improve error message when there is no
1534         default link to select with RET.
1536         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1537         parameter list.
1539 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-latex.el (org-export-latex-parse-global)
1542         (org-export-latex-parse-content)
1543         (org-export-latex-parse-subcontent): Use
1544         `org-re-search-forward-unprotected'.
1545         (org-export-as-pdf): Remove log files produced by XeTeX.
1547         * org-macs.el (org-re-search-forward-unprotected): New function.
1549 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1551         * org-colview.el (org-agenda-colview-summarize): Sort out some
1552         confusion between properties and titles, which resulted in
1553         agenda summaries not working if a title was set for a column.
1555 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1557         * org-mobile.el (org-mobile-agendas): New option.
1558         (org-mobile-sumo-agenda-command): Select the right agendas.
1560         * org-latex.el (org-export-latex-format-image): Preserve the
1561         original-indentation property.
1563 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1565         * org-clock.el (org-clock-insert-selection-line): Catch error when
1566         an old tasks no longer exists.
1568         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1569         (org-export-as-pdf): Don't remove the old PDF file before making
1570         the new one.
1572         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1573         (org-mouse-context-menu): Use `org-looking-back'.
1575         * org.el (org-cycle-level): Use `org-looking-back'.
1577         * org-list.el (org-cycle-item-indentation): Use
1578         `org-looking-back'.
1580         * org-compat.el (org-looking-back): New function.
1582         * org.el (org-insert-heading): Catch before-first-headline when
1583         inserting a headline.
1585 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1587         * org-latex.el (org-export-latex-format-image): Indent figure
1588         environment, so that it does not interrupt plain list.
1590         * org.el (org-open-at-point): Allow long link descriptions.
1592 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1594         * org-html.el (org-export-as-html): Remove empty lines at the
1595         beginning of the exported text.
1596 ;; Local Variables:
1597 ;; coding: utf-8
1598 ;; add-log-time-zone-rule: t
1599 ;; End:
1601     Copyright (C) 2008  Free Software Foundation, Inc.
1603   This file is part of GNU Emacs.
1605   GNU Emacs is free software: you can redistribute it and/or modify
1606   it under the terms of the GNU General Public License as published by
1607   the Free Software Foundation, either version 3 of the License, or
1608   (at your option) any later version.
1610   GNU Emacs is distributed in the hope that it will be useful,
1611   but WITHOUT ANY WARRANTY; without even the implied warranty of
1612   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1613   GNU General Public License for more details.
1615   You should have received a copy of the GNU General Public License
1616   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1618 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c