Make sure clock mode line display is removed when there is not clock
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob9bcbbc67f16e8c3e9d74d8517928d0cacc920704
1 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4         the modeline display is removed.
6         * org-exp.el (org-export-format-drawer-function): Fix
7         docstring.
9         * org-agenda.el (org-agenda-refile): New optional argument
10         NO-UPDATE.
11         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
12         is set.
13         (org-agenda-bulk-action): Call the refile command with updates
14         suppressed - but arrange for `org-agenda-redo' to be called at
15         the end.
17         * org.el (org-mode): Make table mapping quiet.
18         (org-table-map-tables): New optional argument QUIETLY.
20         * org-ascii.el (org-export-ascii-preprocess): Make table
21         mapping quiet.
23         * org-html.el (org-export-as-html, org-html-level-start): Change
24         XHTML IDs to not use dots.
26         * org-exp.el (org-export-define-heading-targets): Change
27         XHTML IDs to not use dots.
29         * org-docbook.el (org-export-docbook-level-start): Change
30         XHTML IDs to not use dots.
32         * org-latex.el (org-export-as-latex): Make sure that the
33         result buffer is in latex-mode.
35         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
36         (org-shiftleft-final-hook, org-shiftright-final-hook): New
37         hooks.
39 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-table.el (org-table-justify-field-maybe): Make sure that
42         inserting a value does not turn a line into a hline.
44 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
47         (org-clock-sum): Add property to selected headlines.
48         (org-dblock-write:clocktable): Make tags matcher.
50         * org.el (org-set-autofill-regexps): XEmacs compatibility.
52         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
53         in latex class definitions
55         * org.el (org-shiftup-hook, org-shiftdown-hook)
56         (org-shiftleft-hook, org-shiftright-hook): New hooks.
58         * org-entities.el (org-entities): Use \land and \lor for logical
59         operators.
61         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
62         indentation commands.
63         (org-hidden-tree-error): New defsubst.
64         (org-metaleft, org-metaright): Check for hidden stuff and throw an
65         error.
66         (org-check-for-hidden): New function.
68         * org-list.el (org-item-re): New function.
69         (org-at-item-p): Use `org-item-re'.
70         (org-end-of-item-text-before-children): New function.
71         (org-outdent-item, org-indent-item): Arrange for leaving the
72         subtree alone.
73         (org-outdent-item-tree, org-indent-item-tree): New argument
74         NO-SUBTREE.
75         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
76         to find the end for processing while ignoring the subtree.
78         * org-publish.el (org-publish-sitemap-sort-alphabetically)
79         (org-publish-sitemap-sort-folders)
80         (org-publish-sitemap-sort-ignore-case): New options.
82 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
86         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
88         * org-publish.el (org-publish-project-alist): Update docstring.
89         (org-publish-file-title-cache): New variable.
90         (org-publish-initialize-files-alist): Initialize
91         `org-publish-initialize-files-alist' to nil.
92         (org-publish-sort-directory-files): New function.
93         (org-publish-projects): Access the new properties.
94         (org-publish-find-title): Use the file title cache.
95         (org-publish-find-title): Build the file title cache.
96         (org-publish-get-base-files-1): Sort files.
97         (org-publish-aux-preprocess): Do not throw an error when before
98         the first headline.  Allow an empty target, meaning to link just
99         to the file.
100         (org-publish-index-generate-theindex.inc): Check if there is
101         actually a target and only then add it to the link.
102         (org-publish-projects): Fix a remaining issue with the last commit
104         * org-html.el (org-export-as-html): Treat verse as open/close
105         paragraph.
106         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
107         and out of lists.
109 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
111         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
112         be used in a read-only mode.
113         (org-edit-src-code): Different message in read-only mode
115 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-src.el (org-edit-src-find-region-and-lang): Test for
118         table.el as late as possible.
120         * org-colview-xemacs.el: Make sure this file is never loaded into
121         Emacs.  Remove all tests for XEmacs.
123         * org-colview.el: Make sure this file is never loaded into XEmacs.
125         * org-agenda.el (org-highlight, org-unhighlight): Use direct
126         overlay calls.
128         * org.el (org-key): Apply the translations defined in
129         `org-xemacs-key-equivalents'.
131         * org-mouse.el (org-mode-hook): Use `org-defkey'.
133         * org-compat.el (org-xemacs-key-equivalents): New constant.
135 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
137         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
138         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
139         Obey `org-odd-levels-only'.
141         * org-compat.el (org-find-overlays): Use overlays-in/at.
143         * org.el (org-remove-empty-overlays-at)
144         (org-outline-overlay-data, org-hide-block-toggle)
145         (org-format-latex, org-context): Use overlays-in/at.
147         * org-src.el (org-edit-src-exit): Use overlays-in/at.
149         * org-agenda.el (org-agenda-mark-clocking-task)
150         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
151         (org-agenda-entry-text-hide)
152         (org-agenda-fix-tags-filter-overlays-at)
153         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
155         * org-compat.el (org-overlays-at): Function removed.
156         (org-overlays-in): Function removed.
158 2010-04-19  Bastien Guerry  <bzg@altern.org>
160         * org-clock.el (org-clock-set-current): Just return the headline
161         itself, strip the TODO keyword, the priority cookie and the tags.
163 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org-compat.el (org-xemacs-without-invisibility): New macro.
166         (org-xemacs-without-invisibility): New macro.
167         (org-indent-to-column, org-indent-line-to, org-move-to-column):
168         Redefine using the macro `org-xemacs-without-invisibility'.
170         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
172         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
174         * org-compat.el (org-make-overlay, org-delete-overlay)
175         (org-overlay-start, org-overlay-end, org-overlay-put)
176         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
177         removed.
178         (org-add-to-invisibility-spec): Function removed.
180         * org-html.el (org-export-as-html-and-open): Add argument to
181         kill-buffer.
183         * org-habit.el (require): `calendar' is now required already by
184         org.el on top level.
186         * org-clock.el (require): `calendar' is now required already by
187         org.el on top level.
189         * org-agenda.el (require, org-timeline, org-agenda-list)
190         (org-todo-list, org-agenda-to-appt): `calendar' is now required
191         already by org.el on top level.
193         * org.el (org-export-latex-fix-inputenc): Declare function.
195         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
196         variables.
198         * org.el (calendar): Require calendar now on top level in org.el
199         and define aliases to new variables when needed.
200         (org-read-date, org-goto-calendar): Do not bind obsolete
201         variables.
203         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
204         compilation warning, add comment that this cannot be done with
205         `with-current-buffer'.
207         * org-wl.el (org-wl-open): Use `with-current-buffer'.
209         * org.el (overlay, org-remove-empty-overlays-at)
210         (org-outline-overlay-data, org-set-outline-overlay-data)
211         (org-show-block-all, org-hide-block-toggle)
212         (org-highlight-new-match, org-remove-occur-highlights)
213         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
214         (org-read-date, org-read-date-display, org-eval-in-calendar)
215         (org-format-latex, org-context)
216         (org-speedbar-restriction-lock-overlay)
217         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
219         * org-table.el (org-table-add-rectangle-overlay)
220         (org-table-remove-rectangle-highlight)
221         (org-table-overlay-coordinates)
222         (org-table-toggle-coordinate-overlays): Use the normal overlay
223         API.
225         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
226         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
227         normal overlay API.
229         * org-colview.el (org-columns-new-overlay)
230         (org-columns-display-here, org-columns-remove-overlays)
231         (org-columns-edit-value, org-columns-next-allowed-value)
232         (org-columns-update): Use the normal overlay API.
234         * org-clock.el (org-clock-out, org-clock-cancel)
235         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
236         overlay API.
238         * org-agenda.el (org-agenda-mark-filtered-text)
239         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
240         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
241         (org-agenda-entry-text-hide)
242         (org-agenda-restriction-lock-overlay)
243         (org-agenda-set-restriction-lock)
244         (org-agenda-filter-by-tag-hide-line)
245         (org-agenda-fix-tags-filter-overlays-at)
246         (org-agenda-filter-by-tag-show-all, org-hl)
247         (org-agenda-goto-calendar, org-agenda-bulk-mark)
248         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
250         * org-freemind.el (org-freemind-from-org-mode-node)
251         (org-freemind-from-org-mode, )
252         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
253         interactive-p instead of called-interactively, because this is
254         backward compatible with older Emacsen I still support..
256 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
258         * org-exp.el (org-export-define-heading-targets): Fix bug in
259         regexp finding ID and CUSTOM_ID properties.
261 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
264         from `org-footnote-goto-next-reference'.
266         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
267         org-log-repeat is non-nil, or if there is clocking data in the
268         entry.
270         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
272 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org.el (org-align-all-tags): New command.
276 2010-04-13  David Maus  <dmaus@ictsoc.de>
278         * org-wl.el (org-wl-link-remove-filter): New customizable
279         variable.  If non-nil, filter conditions are stripped when storing
280         link to message in filter folder.
281         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
282         non-nil, links to shimbun messages are created as web links to
283         message source.
284         (org-wl-nntp-prefer-web-links): New customizable variable.  If
285         non-nil, links to nntp message are created as web links to gmane
286         or googlegroups.
287         (org-wl-namazu-default-index): New customizable variable.
288         Directory of namazu search index that should be used as default
289         when opening a link in a search folder.
290         (org-wl-folder-types): New constant.  Wanderlust folder type
291         indicators.
292         (org-wl-folder-type): New function.  Return type of Wanderlust
293         folder.
294         (org-wl-store-link): Create web links for shimbun or nntp messages
295         and strip filter conditions depending on customizable variables.
296         (org-wl-open): Open namazu search folder for message when called
297         with prefix.
299 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
301         * org.el (org-remove-if, org-remove-if-not): New functions.
302         (org-open-file): Use internal remove-if functions.
304 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
306         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
307         (org-file-apps-ex): remove variable.
308         (org-open-file): Integrate org-file-apps-ex functionality back
309         into org-file-apps, and decide whether to match a regexp against
310         the link or the filename using org-file-apps-entry-uses-grouping-p.
312 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
314         * org.el (org-file-apps-ex): new variable.
315         (org-open-file): Before considering org-file-apps, first match the
316         regexps from org-file-apps-ex against the whole link. See
317         docstring of org-file-apps-ex.
319 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org.el (org-export-latex-default-packages-alist): Remove
322         microtype package.
323         (org-todo-repeat-to-state): New variable.
324         (org-auto-repeat-maybe): Allow user-selected target states.
325         (org-default-properties): Add the new property REPEAT_TO_STATE.
327 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
329         * org-mobile.el (org-mobile-check-setup): Make sure that there is
330         a binary to compute checksums.
332 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-insert-link): Find the link buffer on visible
335         frames.
336         (org-export-latex-default-packages-alist): hyperref must be loaded
337         late.
339 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org-latex.el (org-export-latex-preprocess): Do not yet protect
342         defined entities - these will be taken care of later.
343         (org-export-latex-special-chars): Post-process entity replacement.
344         (org-export-latex-fontify-headline): Do not yet protect defined
345         entities - these will be taken care of later.
346         (org-export-latex-tables, org-export-latex-links): Format the
347         caption properly.
349         * org-entities.el (org-entities-user): Fix typo.
351         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
353         * org-entities.el (org-entities-user): Improve docstring.
355 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org-entities.el (org-macs): Require org-macs, to be sure that we
358         have `declare-function' defined.
360 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-latex.el (org-export-latex-classes): Update docstring.
364         * org.el (org-format-latex-header): Add cookies to the header.
365         (org-splice-latex-header): Implement placement according to
366         cookies.
368 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
370         * org-publish.el (org-publish-aux-preprocess): Control case
371         sensitivity.
373 2010-04-04  Bastien Guerry  <bzg@altern.org>
375         * org.el (org-splice-latex-header): Fix typo.
377 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-latex.el (org-export-latex-make-header): Use
380         `org-splice-latex-header' to build the header.
381         (org-export-latex-classes): Update docstring.
383         * org.el (org-splice-latex-header): New function.
384         (org-create-formula-image): Use `org-splice-latex-header' to build
385         the header.
387         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
389 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org.el (org-export-latex-packages-alist)
392         (org-export-latex-default-packages-alist): Fix docstring to
393         reflect the expected structure.
395         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
396         (org-export-docbook-finalize-table): Make use of label for tables.
398 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
400         * org-attach.el (org-attach-commit): Split on newlines.
402         * org.el (org-export-latex-default-packages-alist): Use list
403         instead of cons for the entries.
405 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
407         * org-entities.el (org-entity-get-representation): Catch the case
408         that there is not entry in the list.
410         * org-mobile.el (org-mobile-use-encryption)
411         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
412         New options.
413         (org-mobile-check-setup): CHeck the encryption setup.
414         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
415         (org-mobile-create-sumo-agenda): Use encryption code.
416         (org-mobile-encrypt-and-move): New function.
417         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
418         functions.
419         (org-mobile-move-capture): Decrypt the capture file.
421         * org.el (org-entities): Require the new file.
422         (org-export-latex-default-packages-alist): New variable.
423         (org-complete): Use new entity code for completion.
424         (org-create-formula-image): Use the new packages variable.
426         * org-latex.el (org-export-latex-classes): Remove the standard
427         packages from the class headers.
428         (org-export-latex-make-header): Use the new package variable.
429         (org-export-latex-special-chars): Better regexp for entities, to
430         support entity name that contain numbers.
431         (org-export-latex-treat-backslash-char): Use the new entity code.
433         * org-html.el (org-html-do-expand): Use the new entity code.
435         * org-exp.el (org-export): Add the new export commands.
436         (org-html-entities): Constant removed.
437         (org-export-visible): Add the new export commands.
439         * org-entities.el: New file.
441         * org-docbook.el (org-docbook-do-expand): Use new entity code.
443         * org-ascii.el (org-export-ascii-entities): New variable.
444         (org-export-as-latin1, org-export-as-latin1-to-buffer)
445         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
446         (org-export-as-encoding): New function.
447         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
448         (org-ascii-replace-entities): New function.
450 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
452         * org-html.el (org-html-level-start): Catch the case that target
453         might be nil.
455 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
457         * org.el (org-appearance): Change Customize group variable name
458         from org-font-lock to org-appearance, and change tag from "Org
459         Font Lock" to "Org Appearance"
460         (org-odd-levels-only): Change Customize group variable name
461         (org-level-color-stars-only): Change Customize group variable name
462         (org-hide-leading-stars): Change Customize group variable name
463         (org-hidden-keywords): Change Customize group variable name
464         (org-fontify-done-headline): Change Customize group variable name
465         (org-fontify-emphasized-text): Change Customize group variable name
466         (org-fontify-whole-heading-line): Change Customize group variable name
467         (org-highlight-latex-fragments-and-specials): Change Customize
468         group variable name
469         (org-hide-emphasis-markers): Change Customize group variable name
470         (org-emphasis-alist): Change Customize group variable name
471         (org-emphasis-regexp-components): Change Customize group variable
472         name
473         (org-modules): Remove mention of org-R
475         * org-faces.el (org-faces): Change Customize group variable name
477 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
479         * org-agenda.el (org-diary-last-run-time): New variable.
480         (org-diary): prepare agenda buffers only if last call was some
481         time ago.
483         * org-html.el (org-export-html-preprocess): Replace \ref macros
484         with a link.
485         (org-format-org-table-html): Add the label as an anchor.
487         * org-docbook.el (org-export-docbook-format-image): Do some
488         formatting on captions.
490         * org-latex.el (org-export-latex-tables, org-export-latex-links):
491         Do some formatting on captions.
493         * org-html.el (org-export-html-format-image)
494         (org-format-org-table-html): Do some formatting on captions.
496 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
498         * org.el (org-hidden-keywords): New customizable variable. This is
499         a list of symbols specifying which of the special keywords #+DATE,
500         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
501         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
502         implementing new faces and hiding behaviour.
504         * org-faces.el (org-document-title): New face for #+TITLE lines
505         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
506         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
508 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
510         * org-publish.el (org-publish-sanitize-plist): New function to
511         rename "index" properties to "sitemap".  Do this renaming
512         globally.
513         (org-publish-with-aux-preprocess-maybe): New macro.
514         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
515         macro.
516         (org-publish-aux-preprocess)
517         (org-publish-index-generate-theindex.inc): New function.
519 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
521         * org-table.el (org-table-align): Interpret <N> at fixed width,
522         not as maximum width.
524 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org-exp.el (org-export-author-info, org-export-email-info): Fix
527         docstrings.
529         * org-beamer.el (org-beamer-select-environment): Renamed from
530         `org-beamer-set-environment-tag'.  Improve docstring.
532         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
533         problem with odd levels.
535         * org-ascii.el (org-export-as-ascii): Export email only if the
536         author wants it.
538         * org-docbook.el (org-export-as-docbook): Export email only if the
539         author wants it.
541         * org-html.el (org-export-as-html): Export email only if the
542         author wants it.
544         * org-exp.el (org-export-email-info): New option.
545         (org-export-plist-vars): Add entry for `org-export-email'.
547 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org-table.el (org-table-goto-line): Fix typo.
551 2010-03-25  Mikael Fornius  <mfo@abc.se>
553         * org.el (org-agenda-files): Typo.
554         (org-read-agenda-file-list): Add optional argument to help
555         `org-store-new-agenda-file-list' to remember un-expanded file
556         names.  Expand file names relative to `org-directory'.
557         (org-store-new-agenda-file-list): Keep un-expanded file names when
558         saving, if available.
559         (org-agenda-files): Update documentation.
561 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
563         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
564         a buffer with no file name attached.
566         * org.el (org-log-refile): New option.
567         (org-log-note-headings): Add a heading for refiling.
568         (org-startup-options): Add keywords for logging of the refile
569         action.
570         (org-refile): Add logging action.
571         (org-add-log-note): Allow for refiling action.
573         * org-agenda.el (org-agenda-bulk-action): Make sure
574         `org-log-refile' is not `note' during a bulk action.
576 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org.el (org-map-dblocks): Use save-excursion to remember the
579         position.
581         * org-attach.el (org-attach-commit): Remove dependence on xargs.
582         (org-attach-delete-one): Commit after deleting a file.
584         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
585         borders for strike-through emphasis.
587         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
588         handling of odd levels.
590         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
591         and `future' values.
592         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
593         Handle `past' and `future' values.
595         * org.el (org-read-agenda-file-list): Interpret file names
596         relative to org-directory and allow environment variables and
597         "~".
599         * org-latex.el (org-export-latex-special-chars): Allow a
600         parenthesis before an exponent or subscript.
602 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
604         * org-src.el (org-edit-src-exit): When returning from code edit
605         buffer, if code block is hidden, leave point at start of
606         #+begin_src line
608 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
610         * org.el (org-insert-heading): Do not remove all spaces if the
611         headline is empty.
613         * org-indent.el (org-indent): Fix group name.
615 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
617         * org-table.el (org-table-goto-column): Fix forcing a non-existing
618         column.
619         (org-table-get, org-table-put, org-table-goto-line)
620         (org-table-current-line): New functions.
622 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-crypt.el (org-reveal-start-hook): Add a decryption function
625         to this hook.
626         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
627         docstrings.
629         * org.el (org-point-at-end-of-empty-headline)
630         (org-level-increment, org-get-previous-line-level): New function.
631         (org-cycle-level): Rewritten to be independent of when this
632         function is called.
633         (org-in-regexps-block-p): New function.
634         (org-reveal-start-hook): New hook.
635         (org-reveal): Run new hook.
637 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
639         * org-latex.el (org-export-latex-keywords): Start a new paragraph
640         after time keywords, do not add "\newline".
642         * org-html.el (org-export-as-html): Avoid double # in href.
644         * org.el (org-refile-get-location): Catch an invalid target
645         specification.
647 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
649         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
650         Make sure the behavior regarding to extracting time is
651         consistent.
653 2010-03-17  Stephen Eglen  <stephen@gnu.org>
655         * org-agenda.el (org-agenda-insert-diary-extract-time): New
656         variable.
657         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
658         variable rather than `org-agenda-search-headline-for-time'.
660 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
662         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
664 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
666         * org.el (org-adaptive-fill-regexp-backup): New variable.
667         (org-set-autofill-regexps): Store a backup of
668         `adaptive-fill-regexp'.
669         (org-adaptive-fill-function): Fix filling of comments and ordered
670         lists. If there is no other match, till try adaptive fill.
672 2010-03-15  John Wiegley  <jwiegley@gmail.com>
674         * org-agenda.el (org-agenda-include-deadlines): Added new
675         customization variable to determine whether unscheduled tasks
676         should appear in the agenda solely because of their deadline.
677         Default to true, which was the previous behavior (it just wasn't
678         configurable).
679         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
680         the agenda to show/hide deadline tasks.
681         (org-agenda-menu): Added menu option for show/hide deadlines.
682         (org-agenda-list): Make the agenda list sensitive to the value of
683         `org-agenda-include-deadlines'.
684         (org-agenda-toggle-deadlines): New function to toggle the value of
685         `org-agenda-include-deadlines' and repaint the modeline
686         indicators.
687         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
688         modeline if deadline tasks are being displayed.
690 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
692         * org-table.el (org-table-eval-formula): Replace $# and @# by
693         current column and row number.
695 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
697         * org.el (org-set-property, org-delete-property): Go back to
698         prompting for the property.
700         * org-latex.el (org-export-latex-make-header): Fully process
701         author line.
702         (org-export-latex-fontify-headline): Allow several arguments, not
703         just one.
704         (org-export-latex-fix-inputenc): Catch the error when
705         `latexenc-coding-system-to-inputenc' is not defined.
707         * org-agenda.el (org-agenda-skip-if-todo): New function.
708         (org-agenda-skip-if): Add conditions for TODO keywords.
709         (org-agenda-skip-if): Document the new todo conditions.
711 2010-03-11  Mikael Fornius  <mfo@abc.se>
713         * org.el (org-at-property-p): Check if we are inside a property
714         drawer not just any drawer.
715         (org-set-property, org-delete-property): When cursor is on a
716         property key value pair do not prompt for property name instead
717         use name at cursor.
718         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
719         on the first line of a property drawer.
720         (org-property-end-re): Spell check.
722 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
724         * org-exp.el (org-export-attach-captions-and-attributes): Add the
725         properties to the entire table, in case the first line is
726         removed.
728         * org-archive.el (org-archive-reversed-order): New option.
729         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
730         option `org-archive-reversed-order'.
732 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
734         * org-agenda.el (org-agenda-entry-types): New variable.
735         (org-agenda-list): Use `org-agenda-entry-types'.
736         (org-agenda-custom-commands-local-options): Support for setting
737         `org-agenda-entry-types' as an option.
738         (org-diary): Shift some documentation from here to the variable
739         `org-agenda-entry-types'.
741 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
743         * org-latex.el (org-export-latex-make-header): Apply macros in
744         author field.
746         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
747         (org-clock-select-task, org-clock-notify-once-if-expired)
748         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
749         (org-clock-out-if-current, org-clock-save): Use the new functions.
751 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
753         * org-docbook.el (org-export-as-docbook): Remove unnecessary
754         newline.
755         (org-export-as-docbook): Remove unnecessary newline.
756         (org-export-as-docbook): Fix problem with double footnote
757         reference in one place.
759         * org-exp.el (org-export-format-source-code-or-example): Remove
760         unnecessary newline.
762         * org.el (org-deadline, org-schedule): Allow rescheduling entries
763         with repeaters.
765         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
766         function calls that look like references.
768         * org.el (org-open-at-point): Get link abbreviations from
769         reference buffer.
771 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
773         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
774         as a reference.
776 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
778         * org.el (org-link-unescape): Solve issue with lower-case escapes.
780 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
782         * org-latex.el (org-export-latex-classes): Add
783         \usepackage{latexsym} to all classes.
785 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org-html.el (org-export-as-html): Do not allow protected lines
788         into the table of contents.
790         * org-latex.el (org-export-latex-special-chars): Find subsequent
791         occurrences of special characters.
792         (org-export-latex-tables): Do not convert table-like stuff that is
793         protected.
795 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
797         * org-list.el (org-toggle-checkbox): No errors when updating
798         checkbox count fails because there is no heading.
800 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org-clock.el (org-clock-report-include-clocking-task): New
803         option.
804         (org-clock-sum): Add the current clocking task.
806 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
808         * org.el (org-cycle): Print a message when in a table.el table.
809         (org-edit-special): Recognize the table.el context.
810         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
812         * org-src.el (org-at-table.el-p): Declare.
813         (org-edit-src-code): Handle a special case for table.el editing.
814         (org-edit-src-find-region-and-lang): Recognize the table.el
815         context.
817         * org-latex.el (org-export-latex-tables): Convert table.el
818         tables.
819         (org-export-latex-convert-table.el-table): New function.
821         * org-html.el (org-html-expand): Fix table.el export.
823         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
824         headings.
826         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
827         table for the id locations.
829         * org.el (org-read-date-analyze): Match American-style dates, like
830         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
831         current year when reading ISO and American dates.
833 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
835         * org.el (org-face-from-face-or-color): New function.
836         (org-get-todo-face, org-font-lock-add-priority-faces)
837         (org-get-tag-face): Use `org-face-from-face-or-color'.
839         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
840         simple colors as values.
841         (org-faces-easy-properties): New option.
843         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
844         restricted, as an agenda mode.
845         (org-agenda-fontify-priorities): Allow simple colors as values.
847 2010-02-25  Bastien Guerry  <bzg@altern.org>
849         * org-timer.el (org-timer-current-timer): Renamed from
850         `org-timer-last-timer'.
851         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
852         (org-timer-cancel-timer, org-timer-show-remaining-time)
853         (org-timer-set-timer): Update to use only one timer.
855         * org.el (org-set-property): Remove useless space in the prompt.
857 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-html.el (org-export-html-style-default): Add a default style
860         for textareas.
862         * org-exp.el (org-export-format-source-code-or-example): Fix
863         textarea tag.
865 2010-02-24  Bastien Guerry  <bzg@altern.org>
867         * org-clock.el (org-clock-current-task): New variable to store
868         last clocked in task.
869         (org-clock-set-current, org-clock-delete-current): New functions.
871 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org-remember.el (org-remember-apply-template): Extend comment.
874         (org-remember-handler): Implement clock sibling filing.
876 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org-publish.el (org-publish-all, org-publish-current-file)
879         (org-publish-current-project): When called with prefix argument
880         FORCE, also rebuild the validation file list.
882         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
883         section headings.
885 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
887         * org-html.el (org-export-as-html-and-open): Kill product buffer
888         if the user wants that.
890         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
891         if the user wants that.
893         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
894         option.
896         * org-agenda.el (org-batch-agenda-csv): Use the time property
897         instead of the `time-of-day' property.
899 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
901         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
902         (org-timer-pause-hook, org-timer-set-hook)
903         (org-timer-cancel-hook): New hooks.
904         (org-timer-start): Run `org-timer-start-hook'.
905         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
906         (org-timer-stop): Run `org-timer-stop-hook'.
907         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
909 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org.el (org-reveal): Double prefix arg shows the subtree of the
912         parent.
914 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org-agenda.el (org-search-view): Fix bug with searching full
917         words in headlines in search view.
918         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
919         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
920         scheduled (if the user configures it so.
922 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
924         * org.el (org-hide-archived-subtrees): Don't jump to end of
925         subtree if the match was not in a headline.
926         (org-inside-latex-macro-p): Allow more complex arguments.
927         (org-emphasize): Protect against use at end of buffer.
929 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
931         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
932         text properties.
934 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
936         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
937         values.
938         (org-agenda-todo-ignore-scheduled)
939         (org-agenda-todo-ignore-deadlines): More control with different
940         allowed values.
941         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
942         Honor the new option settings.
944 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
946         * org.el (org-get-location): Make sure the selection buffer is
947         shown in the current frame.
949         * org-ascii.el (org-export-ascii-table-widen-columns): New
950         option.
951         (org-export-ascii-preprocess): Realign tables to remove narrowing
952         if `org-export-ascii-table-widen-columns' is set.
954         * org-table.el (org-table-do-narrow): New variable.
955         (org-table-align): Narrow only if `org-table-do-narrow' is t.
957         * org.el (org-deadline, org-schedule): Allow updating if the
958         relevant time stamp does not have a repeater, i.e. do not require
959         that no time stamp has a repeater.
961         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
962         new white space before the tags.
964         * org-latex.el (org-export-as-latex): Do nit require the buffer to
965         be visiting a file when only exporting to a buffer or string.
966         (org-export-latex-fix-inputenc): Only save the buffer is there is
967         a file name attached to it.
969 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
971         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
973 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org.el (org-fontify-meta-lines-and-blocks): Honor
976         `org-fontify-quote-and-verse-blocks'.
978         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
980 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
982         * org.el (org-open-at-point): Also check for text property
983         org-linked-text before offering collected links.
985 2010-02-03  Stephen Eglen  <stephen@gnu.org>
987         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
988         Optionally extract time specification from text and add to the
989         timestamp.
991 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org-exp.el (org-html-entities): Fix typo.
995         * org-latex.el (org-export-latex-make-header): Use \providecommand
996         to make sure the \alert macro is defined.
998         * org.el (org-format-latex-signal-error)
999         (org-create-formula-image): Use `org-format-latex-signal-error'.
1001 2010-02-02  Stephen Eglen  <stephen@gnu.org>
1003         * org.el (org-store-link): For dired buffers, use
1004         default-directory as link name if dired-get-filename returns
1005         nil.
1007 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1009         * org-exp.el (org-export-concatenate-multiline-links): The for
1010         protectedness at beginning of match.
1012         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
1013         AUTO as a coding system, instead default to utf8.
1015 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1017         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1018         (org-block-todo-from-checkboxes): Respect the local variable
1019         value when deciding if blocking should be active.
1021         * org-latex.el (org-export-latex-make-header): Define the align
1022         macro if it is not yet defined.
1024         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
1025         `org-insert-heading' with the INVISIBLE-OK argument.
1027         * org-mac-message.el (org-mac-message-insert-flagged): Call
1028         `org-insert-heading' with the INVISIBLE-OK argument.
1030         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1032         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1033         prompt message.
1035         * org-html.el (org-html-level-start): Use the
1036         `html-container-class' text property to set an additional class
1037         for an outline container.
1039         * org-exp.el (org-export-remember-html-container-classes): New
1040         function.
1041         (org-export-preprocess-string): Call
1042         `org-export-remember-html-container-classes'.
1044         * org.el (org-cycle): Mention level cycling in the docstring.
1045         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1047         * org-remember.el (org-remember-apply-template): Do file insertion
1048         first.
1050 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1052         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1053         problem with mis-aligned graphs when showing habits.
1055 2010-01-28  Mikael Fornius  <mfo@abc.se>
1057         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1058         when assigning. Begin using numerical characters when all in name
1059         is used up. This is to spare alphanumeric characters for better
1060         match with other keywords.
1062 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1064         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1066         * org-latex.el (org-export-latex-preprocess): More consistent
1067         conversion and protection of the words LaTeX and TeX.
1068         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1069         Allow angle brackets in commands, for beamer.
1071 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1073         * org-clock.el (org-clock-in): Improve the look of the clock line
1074         by formatting links.
1076 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1078         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1079         holder string for the coding system.  And improve the
1080         documentation.
1081         (org-export-latex-fix-inputenc): Only modify the coding system if
1082         it is given by the placeholder AUTO.
1084 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1086         * org-clock.el (org-task-overrun-text): New option.
1087         (org-task-overrun, org-clock-update-period): New variables.
1088         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1089         overrun clock.
1090         (org-clock-notify-once-if-expired): Check if clock is overrun.
1092         * org-faces.el: New face `org-mode-line-clock-overrun'.
1094 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1096         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1097         region before the line with the next heading, to prevent the user
1098         from prepending text to the next headline.
1100 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1102         * org-agenda.el (org-get-time-of-day): Use
1103         org-agenda-time-leading-zero to allow leading zero (rather than
1104         space) for times.
1106 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1109         org-datetree.el is loaded.
1111         * org-datetree.el: autoload `org-datetree-find-day-create'
1113         * org-latex.el (org-export-latex-hyperref-format): New option.
1114         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1116 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1118         * org-ctags.el (org-ctags-enable): Change order of functions.
1119         (org-ctags-create-tags): Add wildcard to file name expansion.
1121 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org.el (org-entry-properties): Fix some important bugs.
1125 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1127         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1128         the table is not explicitly given.
1130 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1133         as value.
1134         (org-clock-out-if-current): Work with the new list value of
1135         `org-clock-out-when-done'.
1136         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1137         between clocking out and state changes.
1139         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1141         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1142         accident protect a character that is before a backslash.
1144 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1146         * org-agenda.el (org-diary-class): Use
1147         `org-order-calendar-date-args'.
1149         * org.el (org-order-calendar-date-args): New function.
1151         * org-exp.el (org-export-target-internal-links): Check for
1152         protectedness after the first bracket.
1154         * org.el (org-entry-properties): Don't match wrong-case TODO
1155         keywords.
1157         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1158         Document that ARG is passed through to remove the date.
1159         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1160         not read a date when the user has given a `C-u' prefix.
1162 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1164         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1165         tags are hidden.
1167 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1169         * org-latex.el (org-export-latex-fix-inputenc): New function.
1170         (org-export-latex-inputenc-alist): New option.
1172         * org-exp.el (org-export): New key SPC to publish enclosing
1173         subtree.
1175 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1177         * org-indent.el (org-indent-add-properties): Catch case when there
1178         is no headline in the buffer.
1180 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org-exp.el (org-html-entities): Add checkmark symbol.
1184         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1185         verbatim code for ASCII export.
1187         * org.el (org-update-statistics-cookies): Also see checkboxes in
1188         ordered lists.
1190 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1193         key.
1195         * org-beamer.el (org-beamer-amend-header): Change the location
1196         where `org-beamer-header-extra' is inserted.
1198         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1199         just for computing this regexp.
1201 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org-beamer.el (org-beamer-frame-default-options): New option.
1204         (org-beamer-sectioning): Use default options if the user does not
1205         have defined any.
1206         (org-beamer-fix-toc): Put a frame around the table of contents.
1208         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1209         sure case-folding works well when processing comment stuff.
1211         * org-latex.el (org-export-latex-after-save-hook): New hook.
1212         (org-export-as-latex): Run the new hook.
1214 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org-beamer.el (org-beamer-environments-default): Add the note
1217         environments.
1218         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1219         lines and collect and combine the content.
1220         (org-beamer-after-initial-vars): Check for note tags and make sure
1221         they will be seen like a property.
1223         * org.el (org-offer-links-in-entry): Fix bug when there is a
1224         single link.
1226         * org-exp.el (org-export): Make sure the mark is activated, also
1227         when `transient-mark-mode' is off.
1229         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1230         (org-agenda-search-view-search-words-only): Obsolete variable, is
1231         now an alias for `org-agenda-search-view-always-boolean'.
1232         (org-agenda-search-view-force-full-words): New option.
1233         (org-search-view): Improve docstring, and implement a better logic
1234         for Boolean and phrase searches.
1235         (org-agenda-last-search-view-search-was-boolean): New variable.
1236         (org-agenda-manipulate-query): Consider the type of the last
1237         search when modifying the search string.
1239 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1241         * org-latex.el (org-export-as-latex): Do the first letbind in the
1242         right moment.
1244         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1245         these entries.
1247         * org-faces.el (org-agenda-diary): New face.
1249         * org.el (org-make-link-regexps): Allow regexp-special characters
1250         in link types.
1251         (org-open-file): When in-emacs is `system', also force system
1252         opening, like when the value was `(16)'.
1253         (org-update-statistics-cookies): Handle entries without children.
1255         * org-exp.el
1256         (org-export-preprocess-before-normalizing-links-hook): New hook.
1257         (org-export-preprocess-string): Run the new hook.
1259         * org.el (org-offer-links-in-entry): Make RET open all links.
1261         * org-html.el (org-export-as-html): Remove any leftover display
1262         properties in the html file.
1264         * org-wl.el (org-wl-store-link): Work-around for format bug with
1265         text properties.
1267         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1268         invisibility while adding the graphs.
1270 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org-remember.el (org-select-remember-template): Use C letter to
1273         customize remember templates.
1275         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1276         Move cursor to next visible line.
1278 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1280         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1281         by specifying 0 or 1 for column width.
1282         (org-beamer-column-widths): Make 0 stand for 0.0.
1284 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1286         * org-exp.el (org-export-mark-radio-links): Don't match inside
1287         <<target>>.
1289         * org.el (org-format-latex-header-extra): New variable.
1290         (org-format-latex): Set org-format-latex-header-extra from
1291         in-buffer stuff.
1292         (org-format-latex): Add org-format-latex-header-extra to the
1293         variables on which image creation depends.
1294         (org-create-formula-image): Add the header stuff from in-buffer
1295         settings.
1296         (org-read-date-analyze): Base the analysis for future preference
1297         on NOW, not on the default date.
1299         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1300         for TODO keyword in inline tasks.
1302         * org.el (org-log-note-headings): New headings for removing
1303         deadline or scheduling date.
1304         (org-deadline, org-schedule): Arrange for logging when removing a
1305         date.
1306         (org-add-log-note): Handle deadline and scheduling removal.
1308 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1310         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1312 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1314         * org-agenda.el (org-diary-class): New function.
1316 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1318         * org-latex.el (org-export-latex-preprocess): Do process the text
1319         of a radio target.
1321 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1323         * org.el (org-entry-properties): Add TIMESTAMP properties back
1324         in.
1326 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1328         * org.el (org-all-time-keywords): New variable.
1329         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1330         (org-entry-blocked-p): New function.
1331         (org-special-properties): Add BLOCKED as a new special property.
1332         (org-entry-properties): New optional argument SPECIFIC, only parse
1333         for this property when it is specified.
1334         (org-entry-get): Pass a SPECIFIC argument to
1335         `org-entry-properties'.
1337         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1339 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1341         * org-latex.el (org-export-latex-tables): No forced line end if
1342         there is no caption.
1344 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1346         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1347         package.
1349         * org-latex.el (org-export-latex-tables): Only add a caption when
1350         macro in in longtable environments if one has been defined.
1352         * org-html.el (org-export-as-html): Only take title from buffer if
1353         not exporting body-only.
1355         * org-latex.el (org-export-latex-preprocess): Better version of
1356         the regular expression for protecting LaTeX macros.
1357         (org-export-latex-preprocess): Start searching for macros to
1358         protect from beginning of buffer.
1360         * org-exp.el (org-export-target-internal-links): Check for
1361         protectedness earlier in the string.
1363         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1364         case sensitively.
1366         * org-id.el (org-id-store-link): Match TODO keywords case
1367         sensitively.
1369         * org.el (org-heading-components, org-get-outline-path)
1370         (org-display-outline-path): Match TODO keywords case sensitively.
1372         * org-latex.el (org-export-as-latex): Ignore read-only
1373         properties.
1375         * org-exp.el (org-export-preprocess-string): Remove any
1376         `read-only' properties.
1378         * org-agenda.el (org-agenda-inactive-leader): New option.
1379         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1380         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1381         (org-todo-list): Prompt for matcher if ARG is an empty string.
1383 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org.el (org-open-link-functions): New hook.
1386         (org-open-at-point): Run `org-open-link-functions'.
1388 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1391         stamps as well.
1393         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1394         (org-mode): Don't do startup visibility if inhibited.
1395         (org-outline-overlay-data, org-set-outline-overlay-data): New
1396         functions.
1397         (org-save-outline-visibility): New macro.
1398         (org-log-note-headings): Document that one should not change the
1399         `state' note format.
1401 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1403         * org.el (org-make-link-regexps): Capture link path into a group.
1405 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1408         the options plist.
1410 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1412         * org.el (org-startup-with-beamer-mode): New option.
1413         (org-property-changed-functions)
1414         (org-property-allowed-value-functions): New hooks.
1415         (org-entry-put, org-property-get-allowed-values): Run the new
1416         hooks.
1417         (org-property-next-allowed-value): Run the new hooks.
1419         * org-exp.el (org-export-select-backend-specific-text): Add the
1420         special beamer tags.
1422         * org-beamer.el
1423         (org-export-preprocess-before-selecting-backend-code-hook): New
1424         file.
1426         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1427         (org-export-as-latex): Run
1428         `org-export-latex-after-initial-vars-hook'.
1429         (org-export-latex-format-toc-function)
1430         (org-export-latex-make-header): Call
1431         `org-export-latex-format-toc-function'.
1433         * org.el (org-fill-template): Make template searches case sensitive.
1435         * org-exp.el (org-export): Use "1" as a sign to export only the
1436         subtree.
1438         * org-colview-xemacs.el (org-columns-edit-value): Use
1439         org-unrestricted property.
1441         * org-colview.el (org-columns-edit-value):  Use
1442         org-unrestricted property.
1444         * org.el (org-compute-property-at-point): Set org-unrestricted
1445         text property if the list contains ":ETC".
1446         (org-insert-property-drawer):  Use
1447         org-unrestricted property.
1449         * org-exp.el
1450         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1451         (org-export-preprocess-string): Run
1452         `org-export-preprocess-before-selecting-backend-code-hook'.
1454         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1456         * org-latex.el (org-export-region-as-latex): Run
1457         `org-export-first-hook'.
1459         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1461         * org-docbook.el (org-export-as-docbook): Run
1462         `org-export-first-hook'.
1464         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1466         * org-exp.el (org-export-first-hook): New hook.
1468 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1470         * org-list.el (org-previous-item): Exit at the beginning of the
1471         buffer.
1473         * org-id.el (org-id-locations-save): Only write the id locations
1474         if any are defined.
1476         * org-archive.el (org-archive-all-done): Make this work in a file
1477         with org-odd-levels-only set.
1479         * org.el (org-get-refile-targets): Catch the case when a buffer
1480         has no file.
1482         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1483         where they are not needed.
1484         (org-export-latex-subcontent): Remove unnecessary newlines.
1486 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1489         (org-export-latex-fontify): Fix regexp bug that takes special
1490         care of protecting the right boundary characters in emphasis
1491         matches.
1492         (org-export-latex-preprocess): Allow multiple arguments to latex
1493         macros.
1495         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1496         urls.
1498         * org-macs.el (org-re): Interpret :punct: in regexps.
1500         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1501         take the final newline after the END line.
1503         * org.el (org-clean-visibility-after-subtree-move): Only fix
1504         entries that are not entirely invisible already.
1505         (org-insert-link): Respect org-link-file-path-type for
1506         "docview:" links in addition to "file:" links.
1508 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org-exp.el (org-export-format-source-code-or-example): Avoid
1511         additional extra white lines in LaTeX.
1513         * org-list.el (org-list-parse-list): Leave empty lines after the
1514         list, don't consider them as part of the list.
1516         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1517         searches.
1519         * org-clock.el (org-clock-select-task): Convert integer to
1520         character for XEmacs.
1522 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1524         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1525         compatible.
1527 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1529         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1530         variable.
1531         (org-set-tags): Use it.
1533 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org-list.el (org-empty-line-terminates-plain-lists): Update
1536         docstring.
1538         * org.el (org-format-latex): Fix link creation for processed latex
1539         snippets.
1541 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org-footnote.el (org-footnote-normalize): Protect replacement
1544         text.
1546         * org.el (org-inside-latex-macro-p): Save match data.
1548 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1550         * org-docview.el: New file.
1552 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-latex.el (org-export-latex-class-options): New variable.
1555         (org-export-latex-set-initial-vars): Use the class options.
1557         * org.el (org-forward-same-level): Stop at headings that start
1558         with an invisible character.
1559         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1561 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1563         * org-footnote.el (org-footnote-normalize): Don't take optional
1564         arguments in LaTeX macros as footnotes.
1566         * org.el (org-inside-latex-macro-p): New function.
1568         * org-latex.el (org-latex-to-pdf-process): Change customization
1569         group to `org-export-pdf'.
1571         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1572         on days after the first one.
1574         * org.el (org-insert-heading): Also check for item before assuming
1575         before-first-heading condition.
1577         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1578         (org-export-pdf-logfiles): New option.
1579         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1580         (org-export-pdf-logfiles): Fix customization type.
1582         * org.el (org-insert-link): Improve error message when there is no
1583         default link to select with RET.
1585         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1586         parameter list.
1588 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1590         * org-latex.el (org-export-latex-parse-global)
1591         (org-export-latex-parse-content)
1592         (org-export-latex-parse-subcontent): Use
1593         `org-re-search-forward-unprotected'.
1594         (org-export-as-pdf): Remove log files produced by XeTeX.
1596         * org-macs.el (org-re-search-forward-unprotected): New function.
1598 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1600         * org-colview.el (org-agenda-colview-summarize): Sort out some
1601         confusion between properties and titles, which resulted in
1602         agenda summaries not working if a title was set for a column.
1604 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org-mobile.el (org-mobile-agendas): New option.
1607         (org-mobile-sumo-agenda-command): Select the right agendas.
1609         * org-latex.el (org-export-latex-format-image): Preserve the
1610         original-indentation property.
1612 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1614         * org-clock.el (org-clock-insert-selection-line): Catch error when
1615         an old tasks no longer exists.
1617         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1618         (org-export-as-pdf): Don't remove the old PDF file before making
1619         the new one.
1621         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1622         (org-mouse-context-menu): Use `org-looking-back'.
1624         * org.el (org-cycle-level): Use `org-looking-back'.
1626         * org-list.el (org-cycle-item-indentation): Use
1627         `org-looking-back'.
1629         * org-compat.el (org-looking-back): New function.
1631         * org.el (org-insert-heading): Catch before-first-headline when
1632         inserting a headline.
1634 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1636         * org-latex.el (org-export-latex-format-image): Indent figure
1637         environment, so that it does not interrupt plain list.
1639         * org.el (org-open-at-point): Allow long link descriptions.
1641 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1643         * org-html.el (org-export-as-html): Remove empty lines at the
1644         beginning of the exported text.
1645 ;; Local Variables:
1646 ;; coding: utf-8
1647 ;; add-log-time-zone-rule: t
1648 ;; End:
1650     Copyright (C) 2008  Free Software Foundation, Inc.
1652   This file is part of GNU Emacs.
1654   GNU Emacs is free software: you can redistribute it and/or modify
1655   it under the terms of the GNU General Public License as published by
1656   the Free Software Foundation, either version 3 of the License, or
1657   (at your option) any later version.
1659   GNU Emacs is distributed in the hope that it will be useful,
1660   but WITHOUT ANY WARRANTY; without even the implied warranty of
1661   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1662   GNU General Public License for more details.
1664   You should have received a copy of the GNU General Public License
1665   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1667 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c