Revert "Change the dot in section numbers to underscore, to get valid CSS class names"
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blobf4800f05cac33de6da61d05723e492aee1b57c34
1 2010-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-table.el (org-table-justify-field-maybe): Make sure that
4         inserting a value does not turn a line into a hline.
6 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
9         (org-clock-sum): Add property to selected headlines.
10         (org-dblock-write:clocktable): Make tags matcher.
12         * org.el (org-set-autofill-regexps): XEmacs compatibility.
14         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
15         in latex class definitions
17         * org.el (org-shiftup-hook, org-shiftdown-hook)
18         (org-shiftleft-hook, org-shiftright-hook): New hooks.
20         * org-entities.el (org-entities): Use \land and \lor for logical
21         operators.
23         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
24         indentation commands.
25         (org-hidden-tree-error): New defsubst.
26         (org-metaleft, org-metaright): Check for hidden stuff and throw an
27         error.
28         (org-check-for-hidden): New function.
30         * org-list.el (org-item-re): New function.
31         (org-at-item-p): Use `org-item-re'.
32         (org-end-of-item-text-before-children): New function.
33         (org-outdent-item, org-indent-item): Arrange for leaving the
34         subtree alone.
35         (org-outdent-item-tree, org-indent-item-tree): New argument
36         NO-SUBTREE.
37         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
38         to find the end for processing while ignoring the subtree.
40         * org-publish.el (org-publish-sitemap-sort-alphabetically)
41         (org-publish-sitemap-sort-folders)
42         (org-publish-sitemap-sort-ignore-case): New options.
44 2010-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
48         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
50         * org-publish.el (org-publish-project-alist): Update docstring.
51         (org-publish-file-title-cache): New variable.
52         (org-publish-initialize-files-alist): Initialize
53         `org-publish-initialize-files-alist' to nil.
54         (org-publish-sort-directory-files): New function.
55         (org-publish-projects): Access the new properties.
56         (org-publish-find-title): Use the file title cache.
57         (org-publish-find-title): Build the file title cache.
58         (org-publish-get-base-files-1): Sort files.
59         (org-publish-aux-preprocess): Do not throw an error when before
60         the first headline.  Allow an empty target, meaning to link just
61         to the file.
62         (org-publish-index-generate-theindex.inc): Check if there is
63         actually a target and only then add it to the link.
64         (org-publish-projects): Fix a remaining issue with the last commit
66         * org-html.el (org-export-as-html): Treat verse as open/close
67         paragraph.
68         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
69         and out of lists.
71 2010-04-22  Dan Davison  <davison@stats.ox.ac.uk>
73         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
74         be used in a read-only mode.
75         (org-edit-src-code): Different message in read-only mode
77 2010-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
79         * org-src.el (org-edit-src-find-region-and-lang): Test for
80         table.el as late as possible.
82         * org-colview-xemacs.el: Make sure this file is never loaded into
83         Emacs.  Remove all tests for XEmacs.
85         * org-colview.el: Make sure this file is never loaded into XEmacs.
87         * org-agenda.el (org-highlight, org-unhighlight): Use direct
88         overlay calls.
90         * org.el (org-key): Apply the translations defined in
91         `org-xemacs-key-equivalents'.
93         * org-mouse.el (org-mode-hook): Use `org-defkey'.
95         * org-compat.el (org-xemacs-key-equivalents): New constant.
97 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
99         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
100         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
101         Obey `org-odd-levels-only'.
103         * org-compat.el (org-find-overlays): Use overlays-in/at.
105         * org.el (org-remove-empty-overlays-at)
106         (org-outline-overlay-data, org-hide-block-toggle)
107         (org-format-latex, org-context): Use overlays-in/at.
109         * org-src.el (org-edit-src-exit): Use overlays-in/at.
111         * org-agenda.el (org-agenda-mark-clocking-task)
112         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
113         (org-agenda-entry-text-hide)
114         (org-agenda-fix-tags-filter-overlays-at)
115         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
117         * org-compat.el (org-overlays-at): Function removed.
118         (org-overlays-in): Function removed.
120 2010-04-19  Bastien Guerry  <bzg@altern.org>
122         * org-clock.el (org-clock-set-current): Just return the headline
123         itself, strip the TODO keyword, the priority cookie and the tags.
125 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org-compat.el (org-xemacs-without-invisibility): New macro.
128         (org-xemacs-without-invisibility): New macro.
129         (org-indent-to-column, org-indent-line-to, org-move-to-column):
130         Redefine using the macro `org-xemacs-without-invisibility'.
132         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
134         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
136         * org-compat.el (org-make-overlay, org-delete-overlay)
137         (org-overlay-start, org-overlay-end, org-overlay-put)
138         (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
139         removed.
140         (org-add-to-invisibility-spec): Function removed.
142         * org-html.el (org-export-as-html-and-open): Add argument to
143         kill-buffer.
145         * org-habit.el (require): `calendar' is now required already by
146         org.el on top level.
148         * org-clock.el (require): `calendar' is now required already by
149         org.el on top level.
151         * org-agenda.el (require, org-timeline, org-agenda-list)
152         (org-todo-list, org-agenda-to-appt): `calendar' is now required
153         already by org.el on top level.
155         * org.el (org-export-latex-fix-inputenc): Declare function.
157         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
158         variables.
160         * org.el (calendar): Require calendar now on top level in org.el
161         and define aliases to new variables when needed.
162         (org-read-date, org-goto-calendar): Do not bind obsolete
163         variables.
165         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
166         compilation warning, add comment that this cannot be done with
167         `with-current-buffer'.
169         * org-wl.el (org-wl-open): Use `with-current-buffer'.
171         * org.el (overlay, org-remove-empty-overlays-at)
172         (org-outline-overlay-data, org-set-outline-overlay-data)
173         (org-show-block-all, org-hide-block-toggle)
174         (org-highlight-new-match, org-remove-occur-highlights)
175         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
176         (org-read-date, org-read-date-display, org-eval-in-calendar)
177         (org-format-latex, org-context)
178         (org-speedbar-restriction-lock-overlay)
179         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
181         * org-table.el (org-table-add-rectangle-overlay)
182         (org-table-remove-rectangle-highlight)
183         (org-table-overlay-coordinates)
184         (org-table-toggle-coordinate-overlays): Use the normal overlay
185         API.
187         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
188         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
189         normal overlay API.
191         * org-colview.el (org-columns-new-overlay)
192         (org-columns-display-here, org-columns-remove-overlays)
193         (org-columns-edit-value, org-columns-next-allowed-value)
194         (org-columns-update): Use the normal overlay API.
196         * org-clock.el (org-clock-out, org-clock-cancel)
197         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
198         overlay API.
200         * org-agenda.el (org-agenda-mark-filtered-text)
201         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
202         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
203         (org-agenda-entry-text-hide)
204         (org-agenda-restriction-lock-overlay)
205         (org-agenda-set-restriction-lock)
206         (org-agenda-filter-by-tag-hide-line)
207         (org-agenda-fix-tags-filter-overlays-at)
208         (org-agenda-filter-by-tag-show-all, org-hl)
209         (org-agenda-goto-calendar, org-agenda-bulk-mark)
210         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
212         * org-freemind.el (org-freemind-from-org-mode-node)
213         (org-freemind-from-org-mode, )
214         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
215         interactive-p instead of called-interactively, because this is
216         backward compatible with older Emacsen I still support..
218 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
220         * org-exp.el (org-export-define-heading-targets): Fix bug in
221         regexp finding ID and CUSTOM_ID properties.
223 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
226         from `org-footnote-goto-next-reference'.
228         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
229         org-log-repeat is non-nil, or if there is clocking data in the
230         entry.
232         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
234 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
236         * org.el (org-align-all-tags): New command.
238 2010-04-13  David Maus  <dmaus@ictsoc.de>
240         * org-wl.el (org-wl-link-remove-filter): New customizable
241         variable.  If non-nil, filter conditions are stripped when storing
242         link to message in filter folder.
243         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
244         non-nil, links to shimbun messages are created as web links to
245         message source.
246         (org-wl-nntp-prefer-web-links): New customizable variable.  If
247         non-nil, links to nntp message are created as web links to gmane
248         or googlegroups.
249         (org-wl-namazu-default-index): New customizable variable.
250         Directory of namazu search index that should be used as default
251         when opening a link in a search folder.
252         (org-wl-folder-types): New constant.  Wanderlust folder type
253         indicators.
254         (org-wl-folder-type): New function.  Return type of Wanderlust
255         folder.
256         (org-wl-store-link): Create web links for shimbun or nntp messages
257         and strip filter conditions depending on customizable variables.
258         (org-wl-open): Open namazu search folder for message when called
259         with prefix.
261 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org.el (org-remove-if, org-remove-if-not): New functions.
264         (org-open-file): Use internal remove-if functions.
266 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
268         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
269         (org-file-apps-ex): remove variable.
270         (org-open-file): Integrate org-file-apps-ex functionality back
271         into org-file-apps, and decide whether to match a regexp against
272         the link or the filename using org-file-apps-entry-uses-grouping-p.
274 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
276         * org.el (org-file-apps-ex): new variable.
277         (org-open-file): Before considering org-file-apps, first match the
278         regexps from org-file-apps-ex against the whole link. See
279         docstring of org-file-apps-ex.
281 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org.el (org-export-latex-default-packages-alist): Remove
284         microtype package.
285         (org-todo-repeat-to-state): New variable.
286         (org-auto-repeat-maybe): Allow user-selected target states.
287         (org-default-properties): Add the new property REPEAT_TO_STATE.
289 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org-mobile.el (org-mobile-check-setup): Make sure that there is
292         a binary to compute checksums.
294 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
296         * org.el (org-insert-link): Find the link buffer on visible
297         frames.
298         (org-export-latex-default-packages-alist): hyperref must be loaded
299         late.
301 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org-latex.el (org-export-latex-preprocess): Do not yet protect
304         defined entities - these will be taken care of later.
305         (org-export-latex-special-chars): Post-process entity replacement.
306         (org-export-latex-fontify-headline): Do not yet protect defined
307         entities - these will be taken care of later.
308         (org-export-latex-tables, org-export-latex-links): Format the
309         caption properly.
311         * org-entities.el (org-entities-user): Fix typo.
313         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
315         * org-entities.el (org-entities-user): Improve docstring.
317 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org-entities.el (org-macs): Require org-macs, to be sure that we
320         have `declare-function' defined.
322 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-latex.el (org-export-latex-classes): Update docstring.
326         * org.el (org-format-latex-header): Add cookies to the header.
327         (org-splice-latex-header): Implement placement according to
328         cookies.
330 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org-publish.el (org-publish-aux-preprocess): Control case
333         sensitivity.
335 2010-04-04  Bastien Guerry  <bzg@altern.org>
337         * org.el (org-splice-latex-header): Fix typo.
339 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org-latex.el (org-export-latex-make-header): Use
342         `org-splice-latex-header' to build the header.
343         (org-export-latex-classes): Update docstring.
345         * org.el (org-splice-latex-header): New function.
346         (org-create-formula-image): Use `org-splice-latex-header' to build
347         the header.
349         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
351 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
353         * org.el (org-export-latex-packages-alist)
354         (org-export-latex-default-packages-alist): Fix docstring to
355         reflect the expected structure.
357         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
358         (org-export-docbook-finalize-table): Make use of label for tables.
360 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-attach.el (org-attach-commit): Split on newlines.
364         * org.el (org-export-latex-default-packages-alist): Use list
365         instead of cons for the entries.
367 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
369         * org-entities.el (org-entity-get-representation): Catch the case
370         that there is not entry in the list.
372         * org-mobile.el (org-mobile-use-encryption)
373         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
374         New options.
375         (org-mobile-check-setup): CHeck the encryption setup.
376         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
377         (org-mobile-create-sumo-agenda): Use encryption code.
378         (org-mobile-encrypt-and-move): New function.
379         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
380         functions.
381         (org-mobile-move-capture): Decrypt the capture file.
383         * org.el (org-entities): Require the new file.
384         (org-export-latex-default-packages-alist): New variable.
385         (org-complete): Use new entity code for completion.
386         (org-create-formula-image): Use the new packages variable.
388         * org-latex.el (org-export-latex-classes): Remove the standard
389         packages from the class headers.
390         (org-export-latex-make-header): Use the new package variable.
391         (org-export-latex-special-chars): Better regexp for entities, to
392         support entity name that contain numbers.
393         (org-export-latex-treat-backslash-char): Use the new entity code.
395         * org-html.el (org-html-do-expand): Use the new entity code.
397         * org-exp.el (org-export): Add the new export commands.
398         (org-html-entities): Constant removed.
399         (org-export-visible): Add the new export commands.
401         * org-entities.el: New file.
403         * org-docbook.el (org-docbook-do-expand): Use new entity code.
405         * org-ascii.el (org-export-ascii-entities): New variable.
406         (org-export-as-latin1, org-export-as-latin1-to-buffer)
407         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
408         (org-export-as-encoding): New function.
409         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
410         (org-ascii-replace-entities): New function.
412 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
414         * org-html.el (org-html-level-start): Catch the case that target
415         might be nil.
417 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
419         * org.el (org-appearance): Change Customize group variable name
420         from org-font-lock to org-appearance, and change tag from "Org
421         Font Lock" to "Org Appearance"
422         (org-odd-levels-only): Change Customize group variable name
423         (org-level-color-stars-only): Change Customize group variable name
424         (org-hide-leading-stars): Change Customize group variable name
425         (org-hidden-keywords): Change Customize group variable name
426         (org-fontify-done-headline): Change Customize group variable name
427         (org-fontify-emphasized-text): Change Customize group variable name
428         (org-fontify-whole-heading-line): Change Customize group variable name
429         (org-highlight-latex-fragments-and-specials): Change Customize
430         group variable name
431         (org-hide-emphasis-markers): Change Customize group variable name
432         (org-emphasis-alist): Change Customize group variable name
433         (org-emphasis-regexp-components): Change Customize group variable
434         name
435         (org-modules): Remove mention of org-R
437         * org-faces.el (org-faces): Change Customize group variable name
439 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
441         * org-agenda.el (org-diary-last-run-time): New variable.
442         (org-diary): prepare agenda buffers only if last call was some
443         time ago.
445         * org-html.el (org-export-html-preprocess): Replace \ref macros
446         with a link.
447         (org-format-org-table-html): Add the label as an anchor.
449         * org-docbook.el (org-export-docbook-format-image): Do some
450         formatting on captions.
452         * org-latex.el (org-export-latex-tables, org-export-latex-links):
453         Do some formatting on captions.
455         * org-html.el (org-export-html-format-image)
456         (org-format-org-table-html): Do some formatting on captions.
458 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
460         * org.el (org-hidden-keywords): New customizable variable. This is
461         a list of symbols specifying which of the special keywords #+DATE,
462         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
463         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
464         implementing new faces and hiding behaviour.
466         * org-faces.el (org-document-title): New face for #+TITLE lines
467         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
468         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
470 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org-publish.el (org-publish-sanitize-plist): New function to
473         rename "index" properties to "sitemap".  Do this renaming
474         globally.
475         (org-publish-with-aux-preprocess-maybe): New macro.
476         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
477         macro.
478         (org-publish-aux-preprocess)
479         (org-publish-index-generate-theindex.inc): New function.
481 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
483         * org-table.el (org-table-align): Interpret <N> at fixed width,
484         not as maximum width.
486 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
488         * org-exp.el (org-export-author-info, org-export-email-info): Fix
489         docstrings.
491         * org-beamer.el (org-beamer-select-environment): Renamed from
492         `org-beamer-set-environment-tag'.  Improve docstring.
494         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
495         problem with odd levels.
497         * org-ascii.el (org-export-as-ascii): Export email only if the
498         author wants it.
500         * org-docbook.el (org-export-as-docbook): Export email only if the
501         author wants it.
503         * org-html.el (org-export-as-html): Export email only if the
504         author wants it.
506         * org-exp.el (org-export-email-info): New option.
507         (org-export-plist-vars): Add entry for `org-export-email'.
509 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-table.el (org-table-goto-line): Fix typo.
513 2010-03-25  Mikael Fornius  <mfo@abc.se>
515         * org.el (org-agenda-files): Typo.
516         (org-read-agenda-file-list): Add optional argument to help
517         `org-store-new-agenda-file-list' to remember un-expanded file
518         names.  Expand file names relative to `org-directory'.
519         (org-store-new-agenda-file-list): Keep un-expanded file names when
520         saving, if available.
521         (org-agenda-files): Update documentation.
523 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
526         a buffer with no file name attached.
528         * org.el (org-log-refile): New option.
529         (org-log-note-headings): Add a heading for refiling.
530         (org-startup-options): Add keywords for logging of the refile
531         action.
532         (org-refile): Add logging action.
533         (org-add-log-note): Allow for refiling action.
535         * org-agenda.el (org-agenda-bulk-action): Make sure
536         `org-log-refile' is not `note' during a bulk action.
538 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org.el (org-map-dblocks): Use save-excursion to remember the
541         position.
543         * org-attach.el (org-attach-commit): Remove dependence on xargs.
544         (org-attach-delete-one): Commit after deleting a file.
546         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
547         borders for strike-through emphasis.
549         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
550         handling of odd levels.
552         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
553         and `future' values.
554         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
555         Handle `past' and `future' values.
557         * org.el (org-read-agenda-file-list): Interpret file names
558         relative to org-directory and allow environment variables and
559         "~".
561         * org-latex.el (org-export-latex-special-chars): Allow a
562         parenthesis before an exponent or subscript.
564 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
566         * org-src.el (org-edit-src-exit): When returning from code edit
567         buffer, if code block is hidden, leave point at start of
568         #+begin_src line
570 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org.el (org-insert-heading): Do not remove all spaces if the
573         headline is empty.
575         * org-indent.el (org-indent): Fix group name.
577 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
579         * org-table.el (org-table-goto-column): Fix forcing a non-existing
580         column.
581         (org-table-get, org-table-put, org-table-goto-line)
582         (org-table-current-line): New functions.
584 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
586         * org-crypt.el (org-reveal-start-hook): Add a decryption function
587         to this hook.
588         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
589         docstrings.
591         * org.el (org-point-at-end-of-empty-headline)
592         (org-level-increment, org-get-previous-line-level): New function.
593         (org-cycle-level): Rewritten to be independent of when this
594         function is called.
595         (org-in-regexps-block-p): New function.
596         (org-reveal-start-hook): New hook.
597         (org-reveal): Run new hook.
599 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-latex.el (org-export-latex-keywords): Start a new paragraph
602         after time keywords, do not add "\newline".
604         * org-html.el (org-export-as-html): Avoid double # in href.
606         * org.el (org-refile-get-location): Catch an invalid target
607         specification.
609 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
611         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
612         Make sure the behavior regarding to extracting time is
613         consistent.
615 2010-03-17  Stephen Eglen  <stephen@gnu.org>
617         * org-agenda.el (org-agenda-insert-diary-extract-time): New
618         variable.
619         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
620         variable rather than `org-agenda-search-headline-for-time'.
622 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
626 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
628         * org.el (org-adaptive-fill-regexp-backup): New variable.
629         (org-set-autofill-regexps): Store a backup of
630         `adaptive-fill-regexp'.
631         (org-adaptive-fill-function): Fix filling of comments and ordered
632         lists. If there is no other match, till try adaptive fill.
634 2010-03-15  John Wiegley  <jwiegley@gmail.com>
636         * org-agenda.el (org-agenda-include-deadlines): Added new
637         customization variable to determine whether unscheduled tasks
638         should appear in the agenda solely because of their deadline.
639         Default to true, which was the previous behavior (it just wasn't
640         configurable).
641         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
642         the agenda to show/hide deadline tasks.
643         (org-agenda-menu): Added menu option for show/hide deadlines.
644         (org-agenda-list): Make the agenda list sensitive to the value of
645         `org-agenda-include-deadlines'.
646         (org-agenda-toggle-deadlines): New function to toggle the value of
647         `org-agenda-include-deadlines' and repaint the modeline
648         indicators.
649         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
650         modeline if deadline tasks are being displayed.
652 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
654         * org-table.el (org-table-eval-formula): Replace $# and @# by
655         current column and row number.
657 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
659         * org.el (org-set-property, org-delete-property): Go back to
660         prompting for the property.
662         * org-latex.el (org-export-latex-make-header): Fully process
663         author line.
664         (org-export-latex-fontify-headline): Allow several arguments, not
665         just one.
666         (org-export-latex-fix-inputenc): Catch the error when
667         `latexenc-coding-system-to-inputenc' is not defined.
669         * org-agenda.el (org-agenda-skip-if-todo): New function.
670         (org-agenda-skip-if): Add conditions for TODO keywords.
671         (org-agenda-skip-if): Document the new todo conditions.
673 2010-03-11  Mikael Fornius  <mfo@abc.se>
675         * org.el (org-at-property-p): Check if we are inside a property
676         drawer not just any drawer.
677         (org-set-property, org-delete-property): When cursor is on a
678         property key value pair do not prompt for property name instead
679         use name at cursor.
680         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
681         on the first line of a property drawer.
682         (org-property-end-re): Spell check.
684 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
686         * org-exp.el (org-export-attach-captions-and-attributes): Add the
687         properties to the entire table, in case the first line is
688         removed.
690         * org-archive.el (org-archive-reversed-order): New option.
691         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
692         option `org-archive-reversed-order'.
694 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
696         * org-agenda.el (org-agenda-entry-types): New variable.
697         (org-agenda-list): Use `org-agenda-entry-types'.
698         (org-agenda-custom-commands-local-options): Support for setting
699         `org-agenda-entry-types' as an option.
700         (org-diary): Shift some documentation from here to the variable
701         `org-agenda-entry-types'.
703 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
705         * org-latex.el (org-export-latex-make-header): Apply macros in
706         author field.
708         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
709         (org-clock-select-task, org-clock-notify-once-if-expired)
710         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
711         (org-clock-out-if-current, org-clock-save): Use the new functions.
713 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
715         * org-docbook.el (org-export-as-docbook): Remove unnecessary
716         newline.
717         (org-export-as-docbook): Remove unnecessary newline.
718         (org-export-as-docbook): Fix problem with double footnote
719         reference in one place.
721         * org-exp.el (org-export-format-source-code-or-example): Remove
722         unnecessary newline.
724         * org.el (org-deadline, org-schedule): Allow rescheduling entries
725         with repeaters.
727         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
728         function calls that look like references.
730         * org.el (org-open-at-point): Get link abbreviations from
731         reference buffer.
733 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
735         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
736         as a reference.
738 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
740         * org.el (org-link-unescape): Solve issue with lower-case escapes.
742 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
744         * org-latex.el (org-export-latex-classes): Add
745         \usepackage{latexsym} to all classes.
747 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-html.el (org-export-as-html): Do not allow protected lines
750         into the table of contents.
752         * org-latex.el (org-export-latex-special-chars): Find subsequent
753         occurrences of special characters.
754         (org-export-latex-tables): Do not convert table-like stuff that is
755         protected.
757 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org-list.el (org-toggle-checkbox): No errors when updating
760         checkbox count fails because there is no heading.
762 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
764         * org-clock.el (org-clock-report-include-clocking-task): New
765         option.
766         (org-clock-sum): Add the current clocking task.
768 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org.el (org-cycle): Print a message when in a table.el table.
771         (org-edit-special): Recognize the table.el context.
772         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
774         * org-src.el (org-at-table.el-p): Declare.
775         (org-edit-src-code): Handle a special case for table.el editing.
776         (org-edit-src-find-region-and-lang): Recognize the table.el
777         context.
779         * org-latex.el (org-export-latex-tables): Convert table.el
780         tables.
781         (org-export-latex-convert-table.el-table): New function.
783         * org-html.el (org-html-expand): Fix table.el export.
785         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
786         headings.
788         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
789         table for the id locations.
791         * org.el (org-read-date-analyze): Match American-style dates, like
792         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
793         current year when reading ISO and American dates.
795 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
797         * org.el (org-face-from-face-or-color): New function.
798         (org-get-todo-face, org-font-lock-add-priority-faces)
799         (org-get-tag-face): Use `org-face-from-face-or-color'.
801         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
802         simple colors as values.
803         (org-faces-easy-properties): New option.
805         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
806         restricted, as an agenda mode.
807         (org-agenda-fontify-priorities): Allow simple colors as values.
809 2010-02-25  Bastien Guerry  <bzg@altern.org>
811         * org-timer.el (org-timer-current-timer): Renamed from
812         `org-timer-last-timer'.
813         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
814         (org-timer-cancel-timer, org-timer-show-remaining-time)
815         (org-timer-set-timer): Update to use only one timer.
817         * org.el (org-set-property): Remove useless space in the prompt.
819 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
821         * org-html.el (org-export-html-style-default): Add a default style
822         for textareas.
824         * org-exp.el (org-export-format-source-code-or-example): Fix
825         textarea tag.
827 2010-02-24  Bastien Guerry  <bzg@altern.org>
829         * org-clock.el (org-clock-current-task): New variable to store
830         last clocked in task.
831         (org-clock-set-current, org-clock-delete-current): New functions.
833 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
835         * org-remember.el (org-remember-apply-template): Extend comment.
836         (org-remember-handler): Implement clock sibling filing.
838 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
840         * org-publish.el (org-publish-all, org-publish-current-file)
841         (org-publish-current-project): When called with prefix argument
842         FORCE, also rebuild the validation file list.
844         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
845         section headings.
847 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
849         * org-html.el (org-export-as-html-and-open): Kill product buffer
850         if the user wants that.
852         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
853         if the user wants that.
855         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
856         option.
858         * org-agenda.el (org-batch-agenda-csv): Use the time property
859         instead of the `time-of-day' property.
861 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
863         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
864         (org-timer-pause-hook, org-timer-set-hook)
865         (org-timer-cancel-hook): New hooks.
866         (org-timer-start): Run `org-timer-start-hook'.
867         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
868         (org-timer-stop): Run `org-timer-stop-hook'.
869         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
871 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org.el (org-reveal): Double prefix arg shows the subtree of the
874         parent.
876 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org-agenda.el (org-search-view): Fix bug with searching full
879         words in headlines in search view.
880         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
881         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
882         scheduled (if the user configures it so.
884 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
886         * org.el (org-hide-archived-subtrees): Don't jump to end of
887         subtree if the match was not in a headline.
888         (org-inside-latex-macro-p): Allow more complex arguments.
889         (org-emphasize): Protect against use at end of buffer.
891 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
893         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
894         text properties.
896 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
898         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
899         values.
900         (org-agenda-todo-ignore-scheduled)
901         (org-agenda-todo-ignore-deadlines): More control with different
902         allowed values.
903         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
904         Honor the new option settings.
906 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
908         * org.el (org-get-location): Make sure the selection buffer is
909         shown in the current frame.
911         * org-ascii.el (org-export-ascii-table-widen-columns): New
912         option.
913         (org-export-ascii-preprocess): Realign tables to remove narrowing
914         if `org-export-ascii-table-widen-columns' is set.
916         * org-table.el (org-table-do-narrow): New variable.
917         (org-table-align): Narrow only if `org-table-do-narrow' is t.
919         * org.el (org-deadline, org-schedule): Allow updating if the
920         relevant time stamp does not have a repeater, i.e. do not require
921         that no time stamp has a repeater.
923         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
924         new white space before the tags.
926         * org-latex.el (org-export-as-latex): Do nit require the buffer to
927         be visiting a file when only exporting to a buffer or string.
928         (org-export-latex-fix-inputenc): Only save the buffer is there is
929         a file name attached to it.
931 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
933         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
935 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
937         * org.el (org-fontify-meta-lines-and-blocks): Honor
938         `org-fontify-quote-and-verse-blocks'.
940         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
942 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org.el (org-open-at-point): Also check for text property
945         org-linked-text before offering collected links.
947 2010-02-03  Stephen Eglen  <stephen@gnu.org>
949         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
950         Optionally extract time specification from text and add to the
951         timestamp.
953 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org-exp.el (org-html-entities): Fix typo.
957         * org-latex.el (org-export-latex-make-header): Use \providecommand
958         to make sure the \alert macro is defined.
960         * org.el (org-format-latex-signal-error)
961         (org-create-formula-image): Use `org-format-latex-signal-error'.
963 2010-02-02  Stephen Eglen  <stephen@gnu.org>
965         * org.el (org-store-link): For dired buffers, use
966         default-directory as link name if dired-get-filename returns
967         nil.
969 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org-exp.el (org-export-concatenate-multiline-links): The for
972         protectedness at beginning of match.
974         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
975         AUTO as a coding system, instead default to utf8.
977 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
979         * org.el (org-block-todo-from-children-or-siblings-or-parent)
980         (org-block-todo-from-checkboxes): Respect the local variable
981         value when deciding if blocking should be active.
983         * org-latex.el (org-export-latex-make-header): Define the align
984         macro if it is not yet defined.
986         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
987         `org-insert-heading' with the INVISIBLE-OK argument.
989         * org-mac-message.el (org-mac-message-insert-flagged): Call
990         `org-insert-heading' with the INVISIBLE-OK argument.
992         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
994         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
995         prompt message.
997         * org-html.el (org-html-level-start): Use the
998         `html-container-class' text property to set an additional class
999         for an outline container.
1001         * org-exp.el (org-export-remember-html-container-classes): New
1002         function.
1003         (org-export-preprocess-string): Call
1004         `org-export-remember-html-container-classes'.
1006         * org.el (org-cycle): Mention level cycling in the docstring.
1007         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
1009         * org-remember.el (org-remember-apply-template): Do file insertion
1010         first.
1012 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1014         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
1015         problem with mis-aligned graphs when showing habits.
1017 2010-01-28  Mikael Fornius  <mfo@abc.se>
1019         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
1020         when assigning. Begin using numerical characters when all in name
1021         is used up. This is to spare alphanumeric characters for better
1022         match with other keywords.
1024 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org-exp.el (org-export-preprocess-hook): Improve documentation.
1028         * org-latex.el (org-export-latex-preprocess): More consistent
1029         conversion and protection of the words LaTeX and TeX.
1030         (org-export-latex-fontify-headline, org-export-latex-preprocess):
1031         Allow angle brackets in commands, for beamer.
1033 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1035         * org-clock.el (org-clock-in): Improve the look of the clock line
1036         by formatting links.
1038 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1040         * org-latex.el (org-export-latex-classes): Use AUTO as the place
1041         holder string for the coding system.  And improve the
1042         documentation.
1043         (org-export-latex-fix-inputenc): Only modify the coding system if
1044         it is given by the placeholder AUTO.
1046 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
1048         * org-clock.el (org-task-overrun-text): New option.
1049         (org-task-overrun, org-clock-update-period): New variables.
1050         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
1051         overrun clock.
1052         (org-clock-notify-once-if-expired): Check if clock is overrun.
1054         * org-faces.el: New face `org-mode-line-clock-overrun'.
1056 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
1058         * org.el (org-narrow-to-subtree): Position the end of the narrowed
1059         region before the line with the next heading, to prevent the user
1060         from prepending text to the next headline.
1062 2010-01-20  Stephen Eglen  <stephen@gnu.org>
1064         * org-agenda.el (org-get-time-of-day): Use
1065         org-agenda-time-leading-zero to allow leading zero (rather than
1066         space) for times.
1068 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1070         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1071         org-datetree.el is loaded.
1073         * org-datetree.el: autoload `org-datetree-find-day-create'
1075         * org-latex.el (org-export-latex-hyperref-format): New option.
1076         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
1078 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org-ctags.el (org-ctags-enable): Change order of functions.
1081         (org-ctags-create-tags): Add wildcard to file name expansion.
1083 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org.el (org-entry-properties): Fix some important bugs.
1087 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1089         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
1090         the table is not explicitly given.
1092 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
1095         as value.
1096         (org-clock-out-if-current): Work with the new list value of
1097         `org-clock-out-when-done'.
1098         (org-clock-out, org-clock-out-if-current): Avoid circular logic
1099         between clocking out and state changes.
1101         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
1103         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
1104         accident protect a character that is before a backslash.
1106 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-agenda.el (org-diary-class): Use
1109         `org-order-calendar-date-args'.
1111         * org.el (org-order-calendar-date-args): New function.
1113         * org-exp.el (org-export-target-internal-links): Check for
1114         protectedness after the first bracket.
1116         * org.el (org-entry-properties): Don't match wrong-case TODO
1117         keywords.
1119         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
1120         Document that ARG is passed through to remove the date.
1121         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
1122         not read a date when the user has given a `C-u' prefix.
1124 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1126         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
1127         tags are hidden.
1129 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1131         * org-latex.el (org-export-latex-fix-inputenc): New function.
1132         (org-export-latex-inputenc-alist): New option.
1134         * org-exp.el (org-export): New key SPC to publish enclosing
1135         subtree.
1137 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org-indent.el (org-indent-add-properties): Catch case when there
1140         is no headline in the buffer.
1142 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org-exp.el (org-html-entities): Add checkmark symbol.
1146         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
1147         verbatim code for ASCII export.
1149         * org.el (org-update-statistics-cookies): Also see checkboxes in
1150         ordered lists.
1152 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1154         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
1155         key.
1157         * org-beamer.el (org-beamer-amend-header): Change the location
1158         where `org-beamer-header-extra' is inserted.
1160         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
1161         just for computing this regexp.
1163 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1165         * org-beamer.el (org-beamer-frame-default-options): New option.
1166         (org-beamer-sectioning): Use default options if the user does not
1167         have defined any.
1168         (org-beamer-fix-toc): Put a frame around the table of contents.
1170         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1171         sure case-folding works well when processing comment stuff.
1173         * org-latex.el (org-export-latex-after-save-hook): New hook.
1174         (org-export-as-latex): Run the new hook.
1176 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1178         * org-beamer.el (org-beamer-environments-default): Add the note
1179         environments.
1180         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1181         lines and collect and combine the content.
1182         (org-beamer-after-initial-vars): Check for note tags and make sure
1183         they will be seen like a property.
1185         * org.el (org-offer-links-in-entry): Fix bug when there is a
1186         single link.
1188         * org-exp.el (org-export): Make sure the mark is activated, also
1189         when `transient-mark-mode' is off.
1191         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1192         (org-agenda-search-view-search-words-only): Obsolete variable, is
1193         now an alias for `org-agenda-search-view-always-boolean'.
1194         (org-agenda-search-view-force-full-words): New option.
1195         (org-search-view): Improve docstring, and implement a better logic
1196         for Boolean and phrase searches.
1197         (org-agenda-last-search-view-search-was-boolean): New variable.
1198         (org-agenda-manipulate-query): Consider the type of the last
1199         search when modifying the search string.
1201 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org-latex.el (org-export-as-latex): Do the first letbind in the
1204         right moment.
1206         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1207         these entries.
1209         * org-faces.el (org-agenda-diary): New face.
1211         * org.el (org-make-link-regexps): Allow regexp-special characters
1212         in link types.
1213         (org-open-file): When in-emacs is `system', also force system
1214         opening, like when the value was `(16)'.
1215         (org-update-statistics-cookies): Handle entries without children.
1217         * org-exp.el
1218         (org-export-preprocess-before-normalizing-links-hook): New hook.
1219         (org-export-preprocess-string): Run the new hook.
1221         * org.el (org-offer-links-in-entry): Make RET open all links.
1223         * org-html.el (org-export-as-html): Remove any leftover display
1224         properties in the html file.
1226         * org-wl.el (org-wl-store-link): Work-around for format bug with
1227         text properties.
1229         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1230         invisibility while adding the graphs.
1232 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1234         * org-remember.el (org-select-remember-template): Use C letter to
1235         customize remember templates.
1237         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1238         Move cursor to next visible line.
1240 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1242         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1243         by specifying 0 or 1 for column width.
1244         (org-beamer-column-widths): Make 0 stand for 0.0.
1246 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1248         * org-exp.el (org-export-mark-radio-links): Don't match inside
1249         <<target>>.
1251         * org.el (org-format-latex-header-extra): New variable.
1252         (org-format-latex): Set org-format-latex-header-extra from
1253         in-buffer stuff.
1254         (org-format-latex): Add org-format-latex-header-extra to the
1255         variables on which image creation depends.
1256         (org-create-formula-image): Add the header stuff from in-buffer
1257         settings.
1258         (org-read-date-analyze): Base the analysis for future preference
1259         on NOW, not on the default date.
1261         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1262         for TODO keyword in inline tasks.
1264         * org.el (org-log-note-headings): New headings for removing
1265         deadline or scheduling date.
1266         (org-deadline, org-schedule): Arrange for logging when removing a
1267         date.
1268         (org-add-log-note): Handle deadline and scheduling removal.
1270 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1272         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1274 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org-agenda.el (org-diary-class): New function.
1278 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1280         * org-latex.el (org-export-latex-preprocess): Do process the text
1281         of a radio target.
1283 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-entry-properties): Add TIMESTAMP properties back
1286         in.
1288 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org.el (org-all-time-keywords): New variable.
1291         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1292         (org-entry-blocked-p): New function.
1293         (org-special-properties): Add BLOCKED as a new special property.
1294         (org-entry-properties): New optional argument SPECIFIC, only parse
1295         for this property when it is specified.
1296         (org-entry-get): Pass a SPECIFIC argument to
1297         `org-entry-properties'.
1299         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1301 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org-latex.el (org-export-latex-tables): No forced line end if
1304         there is no caption.
1306 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1308         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1309         package.
1311         * org-latex.el (org-export-latex-tables): Only add a caption when
1312         macro in in longtable environments if one has been defined.
1314         * org-html.el (org-export-as-html): Only take title from buffer if
1315         not exporting body-only.
1317         * org-latex.el (org-export-latex-preprocess): Better version of
1318         the regular expression for protecting LaTeX macros.
1319         (org-export-latex-preprocess): Start searching for macros to
1320         protect from beginning of buffer.
1322         * org-exp.el (org-export-target-internal-links): Check for
1323         protectedness earlier in the string.
1325         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1326         case sensitively.
1328         * org-id.el (org-id-store-link): Match TODO keywords case
1329         sensitively.
1331         * org.el (org-heading-components, org-get-outline-path)
1332         (org-display-outline-path): Match TODO keywords case sensitively.
1334         * org-latex.el (org-export-as-latex): Ignore read-only
1335         properties.
1337         * org-exp.el (org-export-preprocess-string): Remove any
1338         `read-only' properties.
1340         * org-agenda.el (org-agenda-inactive-leader): New option.
1341         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1342         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1343         (org-todo-list): Prompt for matcher if ARG is an empty string.
1345 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1347         * org.el (org-open-link-functions): New hook.
1348         (org-open-at-point): Run `org-open-link-functions'.
1350 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1353         stamps as well.
1355         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1356         (org-mode): Don't do startup visibility if inhibited.
1357         (org-outline-overlay-data, org-set-outline-overlay-data): New
1358         functions.
1359         (org-save-outline-visibility): New macro.
1360         (org-log-note-headings): Document that one should not change the
1361         `state' note format.
1363 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1365         * org.el (org-make-link-regexps): Capture link path into a group.
1367 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1369         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1370         the options plist.
1372 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1374         * org.el (org-startup-with-beamer-mode): New option.
1375         (org-property-changed-functions)
1376         (org-property-allowed-value-functions): New hooks.
1377         (org-entry-put, org-property-get-allowed-values): Run the new
1378         hooks.
1379         (org-property-next-allowed-value): Run the new hooks.
1381         * org-exp.el (org-export-select-backend-specific-text): Add the
1382         special beamer tags.
1384         * org-beamer.el
1385         (org-export-preprocess-before-selecting-backend-code-hook): New
1386         file.
1388         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1389         (org-export-as-latex): Run
1390         `org-export-latex-after-initial-vars-hook'.
1391         (org-export-latex-format-toc-function)
1392         (org-export-latex-make-header): Call
1393         `org-export-latex-format-toc-function'.
1395         * org.el (org-fill-template): Make template searches case sensitive.
1397         * org-exp.el (org-export): Use "1" as a sign to export only the
1398         subtree.
1400         * org-colview-xemacs.el (org-columns-edit-value): Use
1401         org-unrestricted property.
1403         * org-colview.el (org-columns-edit-value):  Use
1404         org-unrestricted property.
1406         * org.el (org-compute-property-at-point): Set org-unrestricted
1407         text property if the list contains ":ETC".
1408         (org-insert-property-drawer):  Use
1409         org-unrestricted property.
1411         * org-exp.el
1412         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1413         (org-export-preprocess-string): Run
1414         `org-export-preprocess-before-selecting-backend-code-hook'.
1416         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1418         * org-latex.el (org-export-region-as-latex): Run
1419         `org-export-first-hook'.
1421         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1423         * org-docbook.el (org-export-as-docbook): Run
1424         `org-export-first-hook'.
1426         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1428         * org-exp.el (org-export-first-hook): New hook.
1430 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1432         * org-list.el (org-previous-item): Exit at the beginning of the
1433         buffer.
1435         * org-id.el (org-id-locations-save): Only write the id locations
1436         if any are defined.
1438         * org-archive.el (org-archive-all-done): Make this work in a file
1439         with org-odd-levels-only set.
1441         * org.el (org-get-refile-targets): Catch the case when a buffer
1442         has no file.
1444         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1445         where they are not needed.
1446         (org-export-latex-subcontent): Remove unnecessary newlines.
1448 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1450         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1451         (org-export-latex-fontify): Fix regexp bug that takes special
1452         care of protecting the right boundary characters in emphasis
1453         matches.
1454         (org-export-latex-preprocess): Allow multiple arguments to latex
1455         macros.
1457         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1458         urls.
1460         * org-macs.el (org-re): Interpret :punct: in regexps.
1462         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1463         take the final newline after the END line.
1465         * org.el (org-clean-visibility-after-subtree-move): Only fix
1466         entries that are not entirely invisible already.
1467         (org-insert-link): Respect org-link-file-path-type for
1468         "docview:" links in addition to "file:" links.
1470 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1472         * org-exp.el (org-export-format-source-code-or-example): Avoid
1473         additional extra white lines in LaTeX.
1475         * org-list.el (org-list-parse-list): Leave empty lines after the
1476         list, don't consider them as part of the list.
1478         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1479         searches.
1481         * org-clock.el (org-clock-select-task): Convert integer to
1482         character for XEmacs.
1484 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1486         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1487         compatible.
1489 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1491         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1492         variable.
1493         (org-set-tags): Use it.
1495 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1497         * org-list.el (org-empty-line-terminates-plain-lists): Update
1498         docstring.
1500         * org.el (org-format-latex): Fix link creation for processed latex
1501         snippets.
1503 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-footnote.el (org-footnote-normalize): Protect replacement
1506         text.
1508         * org.el (org-inside-latex-macro-p): Save match data.
1510 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1512         * org-docview.el: New file.
1514 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1516         * org-latex.el (org-export-latex-class-options): New variable.
1517         (org-export-latex-set-initial-vars): Use the class options.
1519         * org.el (org-forward-same-level): Stop at headings that start
1520         with an invisible character.
1521         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1523 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1525         * org-footnote.el (org-footnote-normalize): Don't take optional
1526         arguments in LaTeX macros as footnotes.
1528         * org.el (org-inside-latex-macro-p): New function.
1530         * org-latex.el (org-latex-to-pdf-process): Change customization
1531         group to `org-export-pdf'.
1533         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1534         on days after the first one.
1536         * org.el (org-insert-heading): Also check for item before assuming
1537         before-first-heading condition.
1539         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1540         (org-export-pdf-logfiles): New option.
1541         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1542         (org-export-pdf-logfiles): Fix customization type.
1544         * org.el (org-insert-link): Improve error message when there is no
1545         default link to select with RET.
1547         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1548         parameter list.
1550 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1552         * org-latex.el (org-export-latex-parse-global)
1553         (org-export-latex-parse-content)
1554         (org-export-latex-parse-subcontent): Use
1555         `org-re-search-forward-unprotected'.
1556         (org-export-as-pdf): Remove log files produced by XeTeX.
1558         * org-macs.el (org-re-search-forward-unprotected): New function.
1560 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1562         * org-colview.el (org-agenda-colview-summarize): Sort out some
1563         confusion between properties and titles, which resulted in
1564         agenda summaries not working if a title was set for a column.
1566 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org-mobile.el (org-mobile-agendas): New option.
1569         (org-mobile-sumo-agenda-command): Select the right agendas.
1571         * org-latex.el (org-export-latex-format-image): Preserve the
1572         original-indentation property.
1574 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1576         * org-clock.el (org-clock-insert-selection-line): Catch error when
1577         an old tasks no longer exists.
1579         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1580         (org-export-as-pdf): Don't remove the old PDF file before making
1581         the new one.
1583         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1584         (org-mouse-context-menu): Use `org-looking-back'.
1586         * org.el (org-cycle-level): Use `org-looking-back'.
1588         * org-list.el (org-cycle-item-indentation): Use
1589         `org-looking-back'.
1591         * org-compat.el (org-looking-back): New function.
1593         * org.el (org-insert-heading): Catch before-first-headline when
1594         inserting a headline.
1596 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1598         * org-latex.el (org-export-latex-format-image): Indent figure
1599         environment, so that it does not interrupt plain list.
1601         * org.el (org-open-at-point): Allow long link descriptions.
1603 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org-html.el (org-export-as-html): Remove empty lines at the
1606         beginning of the exported text.
1607 ;; Local Variables:
1608 ;; coding: utf-8
1609 ;; add-log-time-zone-rule: t
1610 ;; End:
1612     Copyright (C) 2008  Free Software Foundation, Inc.
1614   This file is part of GNU Emacs.
1616   GNU Emacs is free software: you can redistribute it and/or modify
1617   it under the terms of the GNU General Public License as published by
1618   the Free Software Foundation, either version 3 of the License, or
1619   (at your option) any later version.
1621   GNU Emacs is distributed in the hope that it will be useful,
1622   but WITHOUT ANY WARRANTY; without even the implied warranty of
1623   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1624   GNU General Public License for more details.
1626   You should have received a copy of the GNU General Public License
1627   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1629 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c