Implement list starter cookies also in Org-mode, and for ASCII export
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob2b57e66b008f31d407a09d751ae373d648624cfb
1 2010-04-26  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-ascii.el (org-export-ascii-preprocess): Remove list
4         startcounter cookies.
6         * org-list.el (org-renumber-ordered-list): Respect counter
7         start values.
9         * org-latex.el (org-export-latex-lists): Accept ordered list
10         item offset cookie.
12         * org-html.el (org-export-as-html): Accept ordered list
13         item offset cookie.
15         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
16         which messes up alignment of tags.
18 2010-04-25  Carsten Dominik  <carsten.dominik@gmail.com>
20         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
21         the modeline display is removed.
23         * org-exp.el (org-export-format-drawer-function): Fix
24         docstring.
26         * org-agenda.el (org-agenda-refile): New optional argument
27         NO-UPDATE.
28         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
29         is set.
30         (org-agenda-bulk-action): Call the refile command with updates
31         suppressed - but arrange for `org-agenda-redo' to be called at
32         the end.
34         * org.el (org-mode): Make table mapping quiet.
35         (org-table-map-tables): New optional argument QUIETLY.
37         * org-ascii.el (org-export-ascii-preprocess): Make table
38         mapping quiet.
40         * org-html.el (org-export-as-html, org-html-level-start): Change
41         XHTML IDs to not use dots.
43         * org-exp.el (org-export-define-heading-targets): Change
44         XHTML IDs to not use dots.
46         * org-docbook.el (org-export-docbook-level-start): Change
47         XHTML IDs to not use dots.
49         * org-latex.el (org-export-as-latex): Make sure that the
50         result buffer is in latex-mode.
52         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
53         (org-shiftleft-final-hook, org-shiftright-final-hook): New
54         hooks.
56 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org-table.el (org-table-justify-field-maybe): Make sure that
59         inserting a value does not turn a line into a hline.
61 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
63         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
64         (org-clock-sum): Add property to selected headlines.
65         (org-dblock-write:clocktable): Make tags matcher.
67         * org.el (org-set-autofill-regexps): XEmacs compatibility.
69         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
70         in latex class definitions
72         * org.el (org-shiftup-hook, org-shiftdown-hook)
73         (org-shiftleft-hook, org-shiftright-hook): New hooks.
75         * org-entities.el (org-entities): Use \land and \lor for logical
76         operators.
78         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
79         indentation commands.
80         (org-hidden-tree-error): New defsubst.
81         (org-metaleft, org-metaright): Check for hidden stuff and throw an
82         error.
83         (org-check-for-hidden): New function.
85         * org-list.el (org-item-re): New function.
86         (org-at-item-p): Use `org-item-re'.
87         (org-end-of-item-text-before-children): New function.
88         (org-outdent-item, org-indent-item): Arrange for leaving the
89         subtree alone.
90         (org-outdent-item-tree, org-indent-item-tree): New argument
91         NO-SUBTREE.
92         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
93         to find the end for processing while ignoring the subtree.
95         * org-publish.el (org-publish-sitemap-sort-alphabetically)
96         (org-publish-sitemap-sort-folders)
97         (org-publish-sitemap-sort-ignore-case): New options.
99 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
101         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
103         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
105         * org-publish.el (org-publish-project-alist): Update docstring.
106         (org-publish-file-title-cache): New variable.
107         (org-publish-initialize-files-alist): Initialize
108         `org-publish-initialize-files-alist' to nil.
109         (org-publish-sort-directory-files): New function.
110         (org-publish-projects): Access the new properties.
111         (org-publish-find-title): Use the file title cache.
112         (org-publish-find-title): Build the file title cache.
113         (org-publish-get-base-files-1): Sort files.
114         (org-publish-aux-preprocess): Do not throw an error when before
115         the first headline.  Allow an empty target, meaning to link just
116         to the file.
117         (org-publish-index-generate-theindex.inc): Check if there is
118         actually a target and only then add it to the link.
119         (org-publish-projects): Fix a remaining issue with the last commit
121         * org-html.el (org-export-as-html): Treat verse as open/close
122         paragraph.
123         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
124         and out of lists.
126 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
128         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
129         be used in a read-only mode.
130         (org-edit-src-code): Different message in read-only mode
132 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
134         * org-src.el (org-edit-src-find-region-and-lang): Test for
135         table.el as late as possible.
137         * org-colview-xemacs.el: Make sure this file is never loaded into
138         Emacs.  Remove all tests for XEmacs.
140         * org-colview.el: Make sure this file is never loaded into XEmacs.
142         * org-agenda.el (org-highlight, org-unhighlight): Use direct
143         overlay calls.
145         * org.el (org-key): Apply the translations defined in
146         `org-xemacs-key-equivalents'.
148         * org-mouse.el (org-mode-hook): Use `org-defkey'.
150         * org-compat.el (org-xemacs-key-equivalents): New constant.
152 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
155         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
156         Obey `org-odd-levels-only'.
158         * org-compat.el (org-find-overlays): Use overlays-in/at.
160         * org.el (org-remove-empty-overlays-at)
161         (org-outline-overlay-data, org-hide-block-toggle)
162         (org-format-latex, org-context): Use overlays-in/at.
164         * org-src.el (org-edit-src-exit): Use overlays-in/at.
166         * org-agenda.el (org-agenda-mark-clocking-task)
167         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
168         (org-agenda-entry-text-hide)
169         (org-agenda-fix-tags-filter-overlays-at)
170         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
172         * org-compat.el (org-overlays-at): Function removed.
173         (org-overlays-in): Function removed.
175 2010-04-19  Bastien Guerry  <bzg@altern.org>
177         * org-clock.el (org-clock-set-current): Just return the headline
178         itself, strip the TODO keyword, the priority cookie and the tags.
180 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-compat.el (org-xemacs-without-invisibility): New macro.
183         (org-xemacs-without-invisibility): New macro.
184         (org-indent-to-column, org-indent-line-to, org-move-to-column):
185         Redefine using the macro `org-xemacs-without-invisibility'.
187         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
189         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
191         * org-compat.el (org-make-overlay, org-delete-overlay)
192         (org-overlay-start, org-overlay-end, org-overlay-put)
193         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
194         removed.
195         (org-add-to-invisibility-spec): Function removed.
197         * org-html.el (org-export-as-html-and-open): Add argument to
198         kill-buffer.
200         * org-habit.el (require): `calendar' is now required already by
201         org.el on top level.
203         * org-clock.el (require): `calendar' is now required already by
204         org.el on top level.
206         * org-agenda.el (require, org-timeline, org-agenda-list)
207         (org-todo-list, org-agenda-to-appt): `calendar' is now required
208         already by org.el on top level.
210         * org.el (org-export-latex-fix-inputenc): Declare function.
212         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
213         variables.
215         * org.el (calendar): Require calendar now on top level in org.el
216         and define aliases to new variables when needed.
217         (org-read-date, org-goto-calendar): Do not bind obsolete
218         variables.
220         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
221         compilation warning, add comment that this cannot be done with
222         `with-current-buffer'.
224         * org-wl.el (org-wl-open): Use `with-current-buffer'.
226         * org.el (overlay, org-remove-empty-overlays-at)
227         (org-outline-overlay-data, org-set-outline-overlay-data)
228         (org-show-block-all, org-hide-block-toggle)
229         (org-highlight-new-match, org-remove-occur-highlights)
230         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
231         (org-read-date, org-read-date-display, org-eval-in-calendar)
232         (org-format-latex, org-context)
233         (org-speedbar-restriction-lock-overlay)
234         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
236         * org-table.el (org-table-add-rectangle-overlay)
237         (org-table-remove-rectangle-highlight)
238         (org-table-overlay-coordinates)
239         (org-table-toggle-coordinate-overlays): Use the normal overlay
240         API.
242         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
243         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
244         normal overlay API.
246         * org-colview.el (org-columns-new-overlay)
247         (org-columns-display-here, org-columns-remove-overlays)
248         (org-columns-edit-value, org-columns-next-allowed-value)
249         (org-columns-update): Use the normal overlay API.
251         * org-clock.el (org-clock-out, org-clock-cancel)
252         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
253         overlay API.
255         * org-agenda.el (org-agenda-mark-filtered-text)
256         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
257         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
258         (org-agenda-entry-text-hide)
259         (org-agenda-restriction-lock-overlay)
260         (org-agenda-set-restriction-lock)
261         (org-agenda-filter-by-tag-hide-line)
262         (org-agenda-fix-tags-filter-overlays-at)
263         (org-agenda-filter-by-tag-show-all, org-hl)
264         (org-agenda-goto-calendar, org-agenda-bulk-mark)
265         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
267         * org-freemind.el (org-freemind-from-org-mode-node)
268         (org-freemind-from-org-mode, )
269         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
270         interactive-p instead of called-interactively, because this is
271         backward compatible with older Emacsen I still support..
273 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
275         * org-exp.el (org-export-define-heading-targets): Fix bug in
276         regexp finding ID and CUSTOM_ID properties.
278 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
281         from `org-footnote-goto-next-reference'.
283         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
284         org-log-repeat is non-nil, or if there is clocking data in the
285         entry.
287         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
289 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org.el (org-align-all-tags): New command.
293 2010-04-13  David Maus  <dmaus@ictsoc.de>
295         * org-wl.el (org-wl-link-remove-filter): New customizable
296         variable.  If non-nil, filter conditions are stripped when storing
297         link to message in filter folder.
298         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
299         non-nil, links to shimbun messages are created as web links to
300         message source.
301         (org-wl-nntp-prefer-web-links): New customizable variable.  If
302         non-nil, links to nntp message are created as web links to gmane
303         or googlegroups.
304         (org-wl-namazu-default-index): New customizable variable.
305         Directory of namazu search index that should be used as default
306         when opening a link in a search folder.
307         (org-wl-folder-types): New constant.  Wanderlust folder type
308         indicators.
309         (org-wl-folder-type): New function.  Return type of Wanderlust
310         folder.
311         (org-wl-store-link): Create web links for shimbun or nntp messages
312         and strip filter conditions depending on customizable variables.
313         (org-wl-open): Open namazu search folder for message when called
314         with prefix.
316 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org.el (org-remove-if, org-remove-if-not): New functions.
319         (org-open-file): Use internal remove-if functions.
321 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
323         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
324         (org-file-apps-ex): remove variable.
325         (org-open-file): Integrate org-file-apps-ex functionality back
326         into org-file-apps, and decide whether to match a regexp against
327         the link or the filename using org-file-apps-entry-uses-grouping-p.
329 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
331         * org.el (org-file-apps-ex): new variable.
332         (org-open-file): Before considering org-file-apps, first match the
333         regexps from org-file-apps-ex against the whole link. See
334         docstring of org-file-apps-ex.
336 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org.el (org-export-latex-default-packages-alist): Remove
339         microtype package.
340         (org-todo-repeat-to-state): New variable.
341         (org-auto-repeat-maybe): Allow user-selected target states.
342         (org-default-properties): Add the new property REPEAT_TO_STATE.
344 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
346         * org-mobile.el (org-mobile-check-setup): Make sure that there is
347         a binary to compute checksums.
349 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org.el (org-insert-link): Find the link buffer on visible
352         frames.
353         (org-export-latex-default-packages-alist): hyperref must be loaded
354         late.
356 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
358         * org-latex.el (org-export-latex-preprocess): Do not yet protect
359         defined entities - these will be taken care of later.
360         (org-export-latex-special-chars): Post-process entity replacement.
361         (org-export-latex-fontify-headline): Do not yet protect defined
362         entities - these will be taken care of later.
363         (org-export-latex-tables, org-export-latex-links): Format the
364         caption properly.
366         * org-entities.el (org-entities-user): Fix typo.
368         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
370         * org-entities.el (org-entities-user): Improve docstring.
372 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org-entities.el (org-macs): Require org-macs, to be sure that we
375         have `declare-function' defined.
377 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-latex.el (org-export-latex-classes): Update docstring.
381         * org.el (org-format-latex-header): Add cookies to the header.
382         (org-splice-latex-header): Implement placement according to
383         cookies.
385 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
387         * org-publish.el (org-publish-aux-preprocess): Control case
388         sensitivity.
390 2010-04-04  Bastien Guerry  <bzg@altern.org>
392         * org.el (org-splice-latex-header): Fix typo.
394 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
396         * org-latex.el (org-export-latex-make-header): Use
397         `org-splice-latex-header' to build the header.
398         (org-export-latex-classes): Update docstring.
400         * org.el (org-splice-latex-header): New function.
401         (org-create-formula-image): Use `org-splice-latex-header' to build
402         the header.
404         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
406 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org.el (org-export-latex-packages-alist)
409         (org-export-latex-default-packages-alist): Fix docstring to
410         reflect the expected structure.
412         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
413         (org-export-docbook-finalize-table): Make use of label for tables.
415 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
417         * org-attach.el (org-attach-commit): Split on newlines.
419         * org.el (org-export-latex-default-packages-alist): Use list
420         instead of cons for the entries.
422 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org-entities.el (org-entity-get-representation): Catch the case
425         that there is not entry in the list.
427         * org-mobile.el (org-mobile-use-encryption)
428         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
429         New options.
430         (org-mobile-check-setup): CHeck the encryption setup.
431         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
432         (org-mobile-create-sumo-agenda): Use encryption code.
433         (org-mobile-encrypt-and-move): New function.
434         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
435         functions.
436         (org-mobile-move-capture): Decrypt the capture file.
438         * org.el (org-entities): Require the new file.
439         (org-export-latex-default-packages-alist): New variable.
440         (org-complete): Use new entity code for completion.
441         (org-create-formula-image): Use the new packages variable.
443         * org-latex.el (org-export-latex-classes): Remove the standard
444         packages from the class headers.
445         (org-export-latex-make-header): Use the new package variable.
446         (org-export-latex-special-chars): Better regexp for entities, to
447         support entity name that contain numbers.
448         (org-export-latex-treat-backslash-char): Use the new entity code.
450         * org-html.el (org-html-do-expand): Use the new entity code.
452         * org-exp.el (org-export): Add the new export commands.
453         (org-html-entities): Constant removed.
454         (org-export-visible): Add the new export commands.
456         * org-entities.el: New file.
458         * org-docbook.el (org-docbook-do-expand): Use new entity code.
460         * org-ascii.el (org-export-ascii-entities): New variable.
461         (org-export-as-latin1, org-export-as-latin1-to-buffer)
462         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
463         (org-export-as-encoding): New function.
464         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
465         (org-ascii-replace-entities): New function.
467 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
469         * org-html.el (org-html-level-start): Catch the case that target
470         might be nil.
472 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
474         * org.el (org-appearance): Change Customize group variable name
475         from org-font-lock to org-appearance, and change tag from "Org
476         Font Lock" to "Org Appearance"
477         (org-odd-levels-only): Change Customize group variable name
478         (org-level-color-stars-only): Change Customize group variable name
479         (org-hide-leading-stars): Change Customize group variable name
480         (org-hidden-keywords): Change Customize group variable name
481         (org-fontify-done-headline): Change Customize group variable name
482         (org-fontify-emphasized-text): Change Customize group variable name
483         (org-fontify-whole-heading-line): Change Customize group variable name
484         (org-highlight-latex-fragments-and-specials): Change Customize
485         group variable name
486         (org-hide-emphasis-markers): Change Customize group variable name
487         (org-emphasis-alist): Change Customize group variable name
488         (org-emphasis-regexp-components): Change Customize group variable
489         name
490         (org-modules): Remove mention of org-R
492         * org-faces.el (org-faces): Change Customize group variable name
494 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
496         * org-agenda.el (org-diary-last-run-time): New variable.
497         (org-diary): prepare agenda buffers only if last call was some
498         time ago.
500         * org-html.el (org-export-html-preprocess): Replace \ref macros
501         with a link.
502         (org-format-org-table-html): Add the label as an anchor.
504         * org-docbook.el (org-export-docbook-format-image): Do some
505         formatting on captions.
507         * org-latex.el (org-export-latex-tables, org-export-latex-links):
508         Do some formatting on captions.
510         * org-html.el (org-export-html-format-image)
511         (org-format-org-table-html): Do some formatting on captions.
513 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
515         * org.el (org-hidden-keywords): New customizable variable. This is
516         a list of symbols specifying which of the special keywords #+DATE,
517         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
518         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
519         implementing new faces and hiding behaviour.
521         * org-faces.el (org-document-title): New face for #+TITLE lines
522         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
523         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
525 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org-publish.el (org-publish-sanitize-plist): New function to
528         rename "index" properties to "sitemap".  Do this renaming
529         globally.
530         (org-publish-with-aux-preprocess-maybe): New macro.
531         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
532         macro.
533         (org-publish-aux-preprocess)
534         (org-publish-index-generate-theindex.inc): New function.
536 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-table.el (org-table-align): Interpret <N> at fixed width,
539         not as maximum width.
541 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org-exp.el (org-export-author-info, org-export-email-info): Fix
544         docstrings.
546         * org-beamer.el (org-beamer-select-environment): Renamed from
547         `org-beamer-set-environment-tag'.  Improve docstring.
549         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
550         problem with odd levels.
552         * org-ascii.el (org-export-as-ascii): Export email only if the
553         author wants it.
555         * org-docbook.el (org-export-as-docbook): Export email only if the
556         author wants it.
558         * org-html.el (org-export-as-html): Export email only if the
559         author wants it.
561         * org-exp.el (org-export-email-info): New option.
562         (org-export-plist-vars): Add entry for `org-export-email'.
564 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-table.el (org-table-goto-line): Fix typo.
568 2010-03-25  Mikael Fornius  <mfo@abc.se>
570         * org.el (org-agenda-files): Typo.
571         (org-read-agenda-file-list): Add optional argument to help
572         `org-store-new-agenda-file-list' to remember un-expanded file
573         names.  Expand file names relative to `org-directory'.
574         (org-store-new-agenda-file-list): Keep un-expanded file names when
575         saving, if available.
576         (org-agenda-files): Update documentation.
578 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
580         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
581         a buffer with no file name attached.
583         * org.el (org-log-refile): New option.
584         (org-log-note-headings): Add a heading for refiling.
585         (org-startup-options): Add keywords for logging of the refile
586         action.
587         (org-refile): Add logging action.
588         (org-add-log-note): Allow for refiling action.
590         * org-agenda.el (org-agenda-bulk-action): Make sure
591         `org-log-refile' is not `note' during a bulk action.
593 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org.el (org-map-dblocks): Use save-excursion to remember the
596         position.
598         * org-attach.el (org-attach-commit): Remove dependence on xargs.
599         (org-attach-delete-one): Commit after deleting a file.
601         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
602         borders for strike-through emphasis.
604         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
605         handling of odd levels.
607         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
608         and `future' values.
609         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
610         Handle `past' and `future' values.
612         * org.el (org-read-agenda-file-list): Interpret file names
613         relative to org-directory and allow environment variables and
614         "~".
616         * org-latex.el (org-export-latex-special-chars): Allow a
617         parenthesis before an exponent or subscript.
619 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
621         * org-src.el (org-edit-src-exit): When returning from code edit
622         buffer, if code block is hidden, leave point at start of
623         #+begin_src line
625 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org.el (org-insert-heading): Do not remove all spaces if the
628         headline is empty.
630         * org-indent.el (org-indent): Fix group name.
632 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-table.el (org-table-goto-column): Fix forcing a non-existing
635         column.
636         (org-table-get, org-table-put, org-table-goto-line)
637         (org-table-current-line): New functions.
639 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
641         * org-crypt.el (org-reveal-start-hook): Add a decryption function
642         to this hook.
643         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
644         docstrings.
646         * org.el (org-point-at-end-of-empty-headline)
647         (org-level-increment, org-get-previous-line-level): New function.
648         (org-cycle-level): Rewritten to be independent of when this
649         function is called.
650         (org-in-regexps-block-p): New function.
651         (org-reveal-start-hook): New hook.
652         (org-reveal): Run new hook.
654 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-latex.el (org-export-latex-keywords): Start a new paragraph
657         after time keywords, do not add "\newline".
659         * org-html.el (org-export-as-html): Avoid double # in href.
661         * org.el (org-refile-get-location): Catch an invalid target
662         specification.
664 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
666         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
667         Make sure the behavior regarding to extracting time is
668         consistent.
670 2010-03-17  Stephen Eglen  <stephen@gnu.org>
672         * org-agenda.el (org-agenda-insert-diary-extract-time): New
673         variable.
674         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
675         variable rather than `org-agenda-search-headline-for-time'.
677 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
679         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
681 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
683         * org.el (org-adaptive-fill-regexp-backup): New variable.
684         (org-set-autofill-regexps): Store a backup of
685         `adaptive-fill-regexp'.
686         (org-adaptive-fill-function): Fix filling of comments and ordered
687         lists. If there is no other match, till try adaptive fill.
689 2010-03-15  John Wiegley  <jwiegley@gmail.com>
691         * org-agenda.el (org-agenda-include-deadlines): Added new
692         customization variable to determine whether unscheduled tasks
693         should appear in the agenda solely because of their deadline.
694         Default to true, which was the previous behavior (it just wasn't
695         configurable).
696         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
697         the agenda to show/hide deadline tasks.
698         (org-agenda-menu): Added menu option for show/hide deadlines.
699         (org-agenda-list): Make the agenda list sensitive to the value of
700         `org-agenda-include-deadlines'.
701         (org-agenda-toggle-deadlines): New function to toggle the value of
702         `org-agenda-include-deadlines' and repaint the modeline
703         indicators.
704         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
705         modeline if deadline tasks are being displayed.
707 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
709         * org-table.el (org-table-eval-formula): Replace $# and @# by
710         current column and row number.
712 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
714         * org.el (org-set-property, org-delete-property): Go back to
715         prompting for the property.
717         * org-latex.el (org-export-latex-make-header): Fully process
718         author line.
719         (org-export-latex-fontify-headline): Allow several arguments, not
720         just one.
721         (org-export-latex-fix-inputenc): Catch the error when
722         `latexenc-coding-system-to-inputenc' is not defined.
724         * org-agenda.el (org-agenda-skip-if-todo): New function.
725         (org-agenda-skip-if): Add conditions for TODO keywords.
726         (org-agenda-skip-if): Document the new todo conditions.
728 2010-03-11  Mikael Fornius  <mfo@abc.se>
730         * org.el (org-at-property-p): Check if we are inside a property
731         drawer not just any drawer.
732         (org-set-property, org-delete-property): When cursor is on a
733         property key value pair do not prompt for property name instead
734         use name at cursor.
735         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
736         on the first line of a property drawer.
737         (org-property-end-re): Spell check.
739 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
741         * org-exp.el (org-export-attach-captions-and-attributes): Add the
742         properties to the entire table, in case the first line is
743         removed.
745         * org-archive.el (org-archive-reversed-order): New option.
746         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
747         option `org-archive-reversed-order'.
749 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
751         * org-agenda.el (org-agenda-entry-types): New variable.
752         (org-agenda-list): Use `org-agenda-entry-types'.
753         (org-agenda-custom-commands-local-options): Support for setting
754         `org-agenda-entry-types' as an option.
755         (org-diary): Shift some documentation from here to the variable
756         `org-agenda-entry-types'.
758 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
760         * org-latex.el (org-export-latex-make-header): Apply macros in
761         author field.
763         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
764         (org-clock-select-task, org-clock-notify-once-if-expired)
765         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
766         (org-clock-out-if-current, org-clock-save): Use the new functions.
768 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-docbook.el (org-export-as-docbook): Remove unnecessary
771         newline.
772         (org-export-as-docbook): Remove unnecessary newline.
773         (org-export-as-docbook): Fix problem with double footnote
774         reference in one place.
776         * org-exp.el (org-export-format-source-code-or-example): Remove
777         unnecessary newline.
779         * org.el (org-deadline, org-schedule): Allow rescheduling entries
780         with repeaters.
782         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
783         function calls that look like references.
785         * org.el (org-open-at-point): Get link abbreviations from
786         reference buffer.
788 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
790         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
791         as a reference.
793 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
795         * org.el (org-link-unescape): Solve issue with lower-case escapes.
797 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org-latex.el (org-export-latex-classes): Add
800         \usepackage{latexsym} to all classes.
802 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org-html.el (org-export-as-html): Do not allow protected lines
805         into the table of contents.
807         * org-latex.el (org-export-latex-special-chars): Find subsequent
808         occurrences of special characters.
809         (org-export-latex-tables): Do not convert table-like stuff that is
810         protected.
812 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
814         * org-list.el (org-toggle-checkbox): No errors when updating
815         checkbox count fails because there is no heading.
817 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
819         * org-clock.el (org-clock-report-include-clocking-task): New
820         option.
821         (org-clock-sum): Add the current clocking task.
823 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
825         * org.el (org-cycle): Print a message when in a table.el table.
826         (org-edit-special): Recognize the table.el context.
827         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
829         * org-src.el (org-at-table.el-p): Declare.
830         (org-edit-src-code): Handle a special case for table.el editing.
831         (org-edit-src-find-region-and-lang): Recognize the table.el
832         context.
834         * org-latex.el (org-export-latex-tables): Convert table.el
835         tables.
836         (org-export-latex-convert-table.el-table): New function.
838         * org-html.el (org-html-expand): Fix table.el export.
840         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
841         headings.
843         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
844         table for the id locations.
846         * org.el (org-read-date-analyze): Match American-style dates, like
847         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
848         current year when reading ISO and American dates.
850 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org.el (org-face-from-face-or-color): New function.
853         (org-get-todo-face, org-font-lock-add-priority-faces)
854         (org-get-tag-face): Use `org-face-from-face-or-color'.
856         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
857         simple colors as values.
858         (org-faces-easy-properties): New option.
860         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
861         restricted, as an agenda mode.
862         (org-agenda-fontify-priorities): Allow simple colors as values.
864 2010-02-25  Bastien Guerry  <bzg@altern.org>
866         * org-timer.el (org-timer-current-timer): Renamed from
867         `org-timer-last-timer'.
868         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
869         (org-timer-cancel-timer, org-timer-show-remaining-time)
870         (org-timer-set-timer): Update to use only one timer.
872         * org.el (org-set-property): Remove useless space in the prompt.
874 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
876         * org-html.el (org-export-html-style-default): Add a default style
877         for textareas.
879         * org-exp.el (org-export-format-source-code-or-example): Fix
880         textarea tag.
882 2010-02-24  Bastien Guerry  <bzg@altern.org>
884         * org-clock.el (org-clock-current-task): New variable to store
885         last clocked in task.
886         (org-clock-set-current, org-clock-delete-current): New functions.
888 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
890         * org-remember.el (org-remember-apply-template): Extend comment.
891         (org-remember-handler): Implement clock sibling filing.
893 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-publish.el (org-publish-all, org-publish-current-file)
896         (org-publish-current-project): When called with prefix argument
897         FORCE, also rebuild the validation file list.
899         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
900         section headings.
902 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org-html.el (org-export-as-html-and-open): Kill product buffer
905         if the user wants that.
907         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
908         if the user wants that.
910         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
911         option.
913         * org-agenda.el (org-batch-agenda-csv): Use the time property
914         instead of the `time-of-day' property.
916 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
919         (org-timer-pause-hook, org-timer-set-hook)
920         (org-timer-cancel-hook): New hooks.
921         (org-timer-start): Run `org-timer-start-hook'.
922         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
923         (org-timer-stop): Run `org-timer-stop-hook'.
924         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
926 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
928         * org.el (org-reveal): Double prefix arg shows the subtree of the
929         parent.
931 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
933         * org-agenda.el (org-search-view): Fix bug with searching full
934         words in headlines in search view.
935         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
936         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
937         scheduled (if the user configures it so.
939 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
941         * org.el (org-hide-archived-subtrees): Don't jump to end of
942         subtree if the match was not in a headline.
943         (org-inside-latex-macro-p): Allow more complex arguments.
944         (org-emphasize): Protect against use at end of buffer.
946 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
949         text properties.
951 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
953         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
954         values.
955         (org-agenda-todo-ignore-scheduled)
956         (org-agenda-todo-ignore-deadlines): More control with different
957         allowed values.
958         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
959         Honor the new option settings.
961 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org.el (org-get-location): Make sure the selection buffer is
964         shown in the current frame.
966         * org-ascii.el (org-export-ascii-table-widen-columns): New
967         option.
968         (org-export-ascii-preprocess): Realign tables to remove narrowing
969         if `org-export-ascii-table-widen-columns' is set.
971         * org-table.el (org-table-do-narrow): New variable.
972         (org-table-align): Narrow only if `org-table-do-narrow' is t.
974         * org.el (org-deadline, org-schedule): Allow updating if the
975         relevant time stamp does not have a repeater, i.e. do not require
976         that no time stamp has a repeater.
978         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
979         new white space before the tags.
981         * org-latex.el (org-export-as-latex): Do nit require the buffer to
982         be visiting a file when only exporting to a buffer or string.
983         (org-export-latex-fix-inputenc): Only save the buffer is there is
984         a file name attached to it.
986 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
988         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
990 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
992         * org.el (org-fontify-meta-lines-and-blocks): Honor
993         `org-fontify-quote-and-verse-blocks'.
995         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
997 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org.el (org-open-at-point): Also check for text property
1000         org-linked-text before offering collected links.
1002 2010-02-03  Stephen Eglen  <stephen@gnu.org>
1004         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1005         Optionally extract time specification from text and add to the
1006         timestamp.
1008 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org-exp.el (org-html-entities): Fix typo.
1012         * org-latex.el (org-export-latex-make-header): Use \providecommand
1013         to make sure the \alert macro is defined.
1015         * org.el (org-format-latex-signal-error)
1016         (org-create-formula-image): Use `org-format-latex-signal-error'.
1018 2010-02-02  Stephen Eglen  <stephen@gnu.org>
1020         * org.el (org-store-link): For dired buffers, use
1021         default-directory as link name if dired-get-filename returns
1022         nil.
1024 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-exp.el (org-export-concatenate-multiline-links): The for
1027         protectedness at beginning of match.
1029         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
1030         AUTO as a coding system, instead default to utf8.
1032 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1034         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1035         (org-block-todo-from-checkboxes): Respect the local variable
1036         value when deciding if blocking should be active.
1038         * org-latex.el (org-export-latex-make-header): Define the align
1039         macro if it is not yet defined.
1041         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
1042         `org-insert-heading' with the INVISIBLE-OK argument.
1044         * org-mac-message.el (org-mac-message-insert-flagged): Call
1045         `org-insert-heading' with the INVISIBLE-OK argument.
1047         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
1049         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
1050         prompt message.
1052         * org-html.el (org-html-level-start): Use the
1053         `html-container-class' text property to set an additional class
1054         for an outline container.
1056         * org-exp.el (org-export-remember-html-container-classes): New
1057         function.
1058         (org-export-preprocess-string): Call
1059         `org-export-remember-html-container-classes'.
1061         * org.el (org-cycle): Mention level cycling in the docstring.
1062         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1064         * org-remember.el (org-remember-apply-template): Do file insertion
1065         first.
1067 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1069         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1070         problem with mis-aligned graphs when showing habits.
1072 2010-01-28  Mikael Fornius  <mfo@abc.se>
1074         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1075         when assigning. Begin using numerical characters when all in name
1076         is used up. This is to spare alphanumeric characters for better
1077         match with other keywords.
1079 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1081         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1083         * org-latex.el (org-export-latex-preprocess): More consistent
1084         conversion and protection of the words LaTeX and TeX.
1085         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1086         Allow angle brackets in commands, for beamer.
1088 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1090         * org-clock.el (org-clock-in): Improve the look of the clock line
1091         by formatting links.
1093 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1096         holder string for the coding system.  And improve the
1097         documentation.
1098         (org-export-latex-fix-inputenc): Only modify the coding system if
1099         it is given by the placeholder AUTO.
1101 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1103         * org-clock.el (org-task-overrun-text): New option.
1104         (org-task-overrun, org-clock-update-period): New variables.
1105         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1106         overrun clock.
1107         (org-clock-notify-once-if-expired): Check if clock is overrun.
1109         * org-faces.el: New face `org-mode-line-clock-overrun'.
1111 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1113         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1114         region before the line with the next heading, to prevent the user
1115         from prepending text to the next headline.
1117 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1119         * org-agenda.el (org-get-time-of-day): Use
1120         org-agenda-time-leading-zero to allow leading zero (rather than
1121         space) for times.
1123 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1125         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1126         org-datetree.el is loaded.
1128         * org-datetree.el: autoload `org-datetree-find-day-create'
1130         * org-latex.el (org-export-latex-hyperref-format): New option.
1131         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1133 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1135         * org-ctags.el (org-ctags-enable): Change order of functions.
1136         (org-ctags-create-tags): Add wildcard to file name expansion.
1138 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org.el (org-entry-properties): Fix some important bugs.
1142 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1145         the table is not explicitly given.
1147 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1150         as value.
1151         (org-clock-out-if-current): Work with the new list value of
1152         `org-clock-out-when-done'.
1153         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1154         between clocking out and state changes.
1156         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1158         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1159         accident protect a character that is before a backslash.
1161 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1163         * org-agenda.el (org-diary-class): Use
1164         `org-order-calendar-date-args'.
1166         * org.el (org-order-calendar-date-args): New function.
1168         * org-exp.el (org-export-target-internal-links): Check for
1169         protectedness after the first bracket.
1171         * org.el (org-entry-properties): Don't match wrong-case TODO
1172         keywords.
1174         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1175         Document that ARG is passed through to remove the date.
1176         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1177         not read a date when the user has given a `C-u' prefix.
1179 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1182         tags are hidden.
1184 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-latex.el (org-export-latex-fix-inputenc): New function.
1187         (org-export-latex-inputenc-alist): New option.
1189         * org-exp.el (org-export): New key SPC to publish enclosing
1190         subtree.
1192 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1194         * org-indent.el (org-indent-add-properties): Catch case when there
1195         is no headline in the buffer.
1197 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1199         * org-exp.el (org-html-entities): Add checkmark symbol.
1201         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1202         verbatim code for ASCII export.
1204         * org.el (org-update-statistics-cookies): Also see checkboxes in
1205         ordered lists.
1207 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1210         key.
1212         * org-beamer.el (org-beamer-amend-header): Change the location
1213         where `org-beamer-header-extra' is inserted.
1215         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1216         just for computing this regexp.
1218 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1220         * org-beamer.el (org-beamer-frame-default-options): New option.
1221         (org-beamer-sectioning): Use default options if the user does not
1222         have defined any.
1223         (org-beamer-fix-toc): Put a frame around the table of contents.
1225         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1226         sure case-folding works well when processing comment stuff.
1228         * org-latex.el (org-export-latex-after-save-hook): New hook.
1229         (org-export-as-latex): Run the new hook.
1231 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1233         * org-beamer.el (org-beamer-environments-default): Add the note
1234         environments.
1235         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1236         lines and collect and combine the content.
1237         (org-beamer-after-initial-vars): Check for note tags and make sure
1238         they will be seen like a property.
1240         * org.el (org-offer-links-in-entry): Fix bug when there is a
1241         single link.
1243         * org-exp.el (org-export): Make sure the mark is activated, also
1244         when `transient-mark-mode' is off.
1246         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1247         (org-agenda-search-view-search-words-only): Obsolete variable, is
1248         now an alias for `org-agenda-search-view-always-boolean'.
1249         (org-agenda-search-view-force-full-words): New option.
1250         (org-search-view): Improve docstring, and implement a better logic
1251         for Boolean and phrase searches.
1252         (org-agenda-last-search-view-search-was-boolean): New variable.
1253         (org-agenda-manipulate-query): Consider the type of the last
1254         search when modifying the search string.
1256 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1258         * org-latex.el (org-export-as-latex): Do the first letbind in the
1259         right moment.
1261         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1262         these entries.
1264         * org-faces.el (org-agenda-diary): New face.
1266         * org.el (org-make-link-regexps): Allow regexp-special characters
1267         in link types.
1268         (org-open-file): When in-emacs is `system', also force system
1269         opening, like when the value was `(16)'.
1270         (org-update-statistics-cookies): Handle entries without children.
1272         * org-exp.el
1273         (org-export-preprocess-before-normalizing-links-hook): New hook.
1274         (org-export-preprocess-string): Run the new hook.
1276         * org.el (org-offer-links-in-entry): Make RET open all links.
1278         * org-html.el (org-export-as-html): Remove any leftover display
1279         properties in the html file.
1281         * org-wl.el (org-wl-store-link): Work-around for format bug with
1282         text properties.
1284         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1285         invisibility while adding the graphs.
1287 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1289         * org-remember.el (org-select-remember-template): Use C letter to
1290         customize remember templates.
1292         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1293         Move cursor to next visible line.
1295 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1298         by specifying 0 or 1 for column width.
1299         (org-beamer-column-widths): Make 0 stand for 0.0.
1301 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org-exp.el (org-export-mark-radio-links): Don't match inside
1304         <<target>>.
1306         * org.el (org-format-latex-header-extra): New variable.
1307         (org-format-latex): Set org-format-latex-header-extra from
1308         in-buffer stuff.
1309         (org-format-latex): Add org-format-latex-header-extra to the
1310         variables on which image creation depends.
1311         (org-create-formula-image): Add the header stuff from in-buffer
1312         settings.
1313         (org-read-date-analyze): Base the analysis for future preference
1314         on NOW, not on the default date.
1316         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1317         for TODO keyword in inline tasks.
1319         * org.el (org-log-note-headings): New headings for removing
1320         deadline or scheduling date.
1321         (org-deadline, org-schedule): Arrange for logging when removing a
1322         date.
1323         (org-add-log-note): Handle deadline and scheduling removal.
1325 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1327         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1329 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1331         * org-agenda.el (org-diary-class): New function.
1333 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1335         * org-latex.el (org-export-latex-preprocess): Do process the text
1336         of a radio target.
1338 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1340         * org.el (org-entry-properties): Add TIMESTAMP properties back
1341         in.
1343 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1345         * org.el (org-all-time-keywords): New variable.
1346         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1347         (org-entry-blocked-p): New function.
1348         (org-special-properties): Add BLOCKED as a new special property.
1349         (org-entry-properties): New optional argument SPECIFIC, only parse
1350         for this property when it is specified.
1351         (org-entry-get): Pass a SPECIFIC argument to
1352         `org-entry-properties'.
1354         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1356 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-latex.el (org-export-latex-tables): No forced line end if
1359         there is no caption.
1361 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1363         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1364         package.
1366         * org-latex.el (org-export-latex-tables): Only add a caption when
1367         macro in in longtable environments if one has been defined.
1369         * org-html.el (org-export-as-html): Only take title from buffer if
1370         not exporting body-only.
1372         * org-latex.el (org-export-latex-preprocess): Better version of
1373         the regular expression for protecting LaTeX macros.
1374         (org-export-latex-preprocess): Start searching for macros to
1375         protect from beginning of buffer.
1377         * org-exp.el (org-export-target-internal-links): Check for
1378         protectedness earlier in the string.
1380         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1381         case sensitively.
1383         * org-id.el (org-id-store-link): Match TODO keywords case
1384         sensitively.
1386         * org.el (org-heading-components, org-get-outline-path)
1387         (org-display-outline-path): Match TODO keywords case sensitively.
1389         * org-latex.el (org-export-as-latex): Ignore read-only
1390         properties.
1392         * org-exp.el (org-export-preprocess-string): Remove any
1393         `read-only' properties.
1395         * org-agenda.el (org-agenda-inactive-leader): New option.
1396         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1397         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1398         (org-todo-list): Prompt for matcher if ARG is an empty string.
1400 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1402         * org.el (org-open-link-functions): New hook.
1403         (org-open-at-point): Run `org-open-link-functions'.
1405 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1408         stamps as well.
1410         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1411         (org-mode): Don't do startup visibility if inhibited.
1412         (org-outline-overlay-data, org-set-outline-overlay-data): New
1413         functions.
1414         (org-save-outline-visibility): New macro.
1415         (org-log-note-headings): Document that one should not change the
1416         `state' note format.
1418 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1420         * org.el (org-make-link-regexps): Capture link path into a group.
1422 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1424         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1425         the options plist.
1427 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1429         * org.el (org-startup-with-beamer-mode): New option.
1430         (org-property-changed-functions)
1431         (org-property-allowed-value-functions): New hooks.
1432         (org-entry-put, org-property-get-allowed-values): Run the new
1433         hooks.
1434         (org-property-next-allowed-value): Run the new hooks.
1436         * org-exp.el (org-export-select-backend-specific-text): Add the
1437         special beamer tags.
1439         * org-beamer.el
1440         (org-export-preprocess-before-selecting-backend-code-hook): New
1441         file.
1443         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1444         (org-export-as-latex): Run
1445         `org-export-latex-after-initial-vars-hook'.
1446         (org-export-latex-format-toc-function)
1447         (org-export-latex-make-header): Call
1448         `org-export-latex-format-toc-function'.
1450         * org.el (org-fill-template): Make template searches case sensitive.
1452         * org-exp.el (org-export): Use "1" as a sign to export only the
1453         subtree.
1455         * org-colview-xemacs.el (org-columns-edit-value): Use
1456         org-unrestricted property.
1458         * org-colview.el (org-columns-edit-value):  Use
1459         org-unrestricted property.
1461         * org.el (org-compute-property-at-point): Set org-unrestricted
1462         text property if the list contains ":ETC".
1463         (org-insert-property-drawer):  Use
1464         org-unrestricted property.
1466         * org-exp.el
1467         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1468         (org-export-preprocess-string): Run
1469         `org-export-preprocess-before-selecting-backend-code-hook'.
1471         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1473         * org-latex.el (org-export-region-as-latex): Run
1474         `org-export-first-hook'.
1476         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1478         * org-docbook.el (org-export-as-docbook): Run
1479         `org-export-first-hook'.
1481         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1483         * org-exp.el (org-export-first-hook): New hook.
1485 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-list.el (org-previous-item): Exit at the beginning of the
1488         buffer.
1490         * org-id.el (org-id-locations-save): Only write the id locations
1491         if any are defined.
1493         * org-archive.el (org-archive-all-done): Make this work in a file
1494         with org-odd-levels-only set.
1496         * org.el (org-get-refile-targets): Catch the case when a buffer
1497         has no file.
1499         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1500         where they are not needed.
1501         (org-export-latex-subcontent): Remove unnecessary newlines.
1503 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1506         (org-export-latex-fontify): Fix regexp bug that takes special
1507         care of protecting the right boundary characters in emphasis
1508         matches.
1509         (org-export-latex-preprocess): Allow multiple arguments to latex
1510         macros.
1512         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1513         urls.
1515         * org-macs.el (org-re): Interpret :punct: in regexps.
1517         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1518         take the final newline after the END line.
1520         * org.el (org-clean-visibility-after-subtree-move): Only fix
1521         entries that are not entirely invisible already.
1522         (org-insert-link): Respect org-link-file-path-type for
1523         "docview:" links in addition to "file:" links.
1525 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1527         * org-exp.el (org-export-format-source-code-or-example): Avoid
1528         additional extra white lines in LaTeX.
1530         * org-list.el (org-list-parse-list): Leave empty lines after the
1531         list, don't consider them as part of the list.
1533         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1534         searches.
1536         * org-clock.el (org-clock-select-task): Convert integer to
1537         character for XEmacs.
1539 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1542         compatible.
1544 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1546         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1547         variable.
1548         (org-set-tags): Use it.
1550 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1552         * org-list.el (org-empty-line-terminates-plain-lists): Update
1553         docstring.
1555         * org.el (org-format-latex): Fix link creation for processed latex
1556         snippets.
1558 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1560         * org-footnote.el (org-footnote-normalize): Protect replacement
1561         text.
1563         * org.el (org-inside-latex-macro-p): Save match data.
1565 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1567         * org-docview.el: New file.
1569 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1571         * org-latex.el (org-export-latex-class-options): New variable.
1572         (org-export-latex-set-initial-vars): Use the class options.
1574         * org.el (org-forward-same-level): Stop at headings that start
1575         with an invisible character.
1576         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1578 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1580         * org-footnote.el (org-footnote-normalize): Don't take optional
1581         arguments in LaTeX macros as footnotes.
1583         * org.el (org-inside-latex-macro-p): New function.
1585         * org-latex.el (org-latex-to-pdf-process): Change customization
1586         group to `org-export-pdf'.
1588         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1589         on days after the first one.
1591         * org.el (org-insert-heading): Also check for item before assuming
1592         before-first-heading condition.
1594         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1595         (org-export-pdf-logfiles): New option.
1596         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1597         (org-export-pdf-logfiles): Fix customization type.
1599         * org.el (org-insert-link): Improve error message when there is no
1600         default link to select with RET.
1602         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1603         parameter list.
1605 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1607         * org-latex.el (org-export-latex-parse-global)
1608         (org-export-latex-parse-content)
1609         (org-export-latex-parse-subcontent): Use
1610         `org-re-search-forward-unprotected'.
1611         (org-export-as-pdf): Remove log files produced by XeTeX.
1613         * org-macs.el (org-re-search-forward-unprotected): New function.
1615 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1617         * org-colview.el (org-agenda-colview-summarize): Sort out some
1618         confusion between properties and titles, which resulted in
1619         agenda summaries not working if a title was set for a column.
1621 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1623         * org-mobile.el (org-mobile-agendas): New option.
1624         (org-mobile-sumo-agenda-command): Select the right agendas.
1626         * org-latex.el (org-export-latex-format-image): Preserve the
1627         original-indentation property.
1629 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1631         * org-clock.el (org-clock-insert-selection-line): Catch error when
1632         an old tasks no longer exists.
1634         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1635         (org-export-as-pdf): Don't remove the old PDF file before making
1636         the new one.
1638         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1639         (org-mouse-context-menu): Use `org-looking-back'.
1641         * org.el (org-cycle-level): Use `org-looking-back'.
1643         * org-list.el (org-cycle-item-indentation): Use
1644         `org-looking-back'.
1646         * org-compat.el (org-looking-back): New function.
1648         * org.el (org-insert-heading): Catch before-first-headline when
1649         inserting a headline.
1651 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1653         * org-latex.el (org-export-latex-format-image): Indent figure
1654         environment, so that it does not interrupt plain list.
1656         * org.el (org-open-at-point): Allow long link descriptions.
1658 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1660         * org-html.el (org-export-as-html): Remove empty lines at the
1661         beginning of the exported text.
1662 ;; Local Variables:
1663 ;; coding: utf-8
1664 ;; add-log-time-zone-rule: t
1665 ;; End:
1667     Copyright (C) 2008  Free Software Foundation, Inc.
1669   This file is part of GNU Emacs.
1671   GNU Emacs is free software: you can redistribute it and/or modify
1672   it under the terms of the GNU General Public License as published by
1673   the Free Software Foundation, either version 3 of the License, or
1674   (at your option) any later version.
1676   GNU Emacs is distributed in the hope that it will be useful,
1677   but WITHOUT ANY WARRANTY; without even the implied warranty of
1678   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1679   GNU General Public License for more details.
1681   You should have received a copy of the GNU General Public License
1682   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1684 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c