Use the normal overlay API, not Org's one
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blobf1baa9059a04800c05e336258e6663399d24444c
1 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (overlay, org-remove-empty-overlays-at)
4         (org-outline-overlay-data, org-set-outline-overlay-data)
5         (org-show-block-all, org-hide-block-toggle)
6         (org-highlight-new-match, org-remove-occur-highlights)
7         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
8         (org-read-date, org-read-date-display, org-eval-in-calendar)
9         (org-format-latex, org-context)
10         (org-speedbar-restriction-lock-overlay)
11         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
13         * org-table.el (org-table-add-rectangle-overlay)
14         (org-table-remove-rectangle-highlight)
15         (org-table-overlay-coordinates)
16         (org-table-toggle-coordinate-overlays): Use the normal overlay
17         API.
19         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
21         normal overlay API.
23         * org-colview.el (org-columns-new-overlay)
24         (org-columns-display-here, org-columns-remove-overlays)
25         (org-columns-edit-value, org-columns-next-allowed-value)
26         (org-columns-update): Use the normal overlay API.
28         * org-clock.el (org-clock-out, org-clock-cancel)
29         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
30         overlay API.
32         * org-agenda.el (org-agenda-mark-filtered-text)
33         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
34         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
35         (org-agenda-entry-text-hide)
36         (org-agenda-restriction-lock-overlay)
37         (org-agenda-set-restriction-lock)
38         (org-agenda-filter-by-tag-hide-line)
39         (org-agenda-fix-tags-filter-overlays-at)
40         (org-agenda-filter-by-tag-show-all, org-hl)
41         (org-agenda-goto-calendar, org-agenda-bulk-mark)
42         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
44         * org-freemind.el (org-freemind-from-org-mode-node)
45         (org-freemind-from-org-mode, )
46         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
47         interactive-p instead of called-interactively, because this is
48         backward compatible with older Emacsen I still support..
50 2010-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-exp.el (org-export-define-heading-targets): Fix bug in
53         regexp finding ID and CUSTOM_ID properties.
55 2010-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-footnote.el (org-footnote-goto-previous-reference): Renamed
58         from `org-footnote-goto-next-reference'.
60         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
61         org-log-repeat is non-nil, or if there is clocking data in the
62         entry.
64         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
66 2010-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
68         * org.el (org-align-all-tags): New command.
70 2010-04-13  David Maus  <dmaus@ictsoc.de>
72         * org-wl.el (org-wl-link-remove-filter): New customizable
73         variable.  If non-nil, filter conditions are stripped when storing
74         link to message in filter folder.
75         (org-wl-shimbun-prefer-web-links): New customizable variable.  If
76         non-nil, links to shimbun messages are created as web links to
77         message source.
78         (org-wl-nntp-prefer-web-links): New customizable variable.  If
79         non-nil, links to nntp message are created as web links to gmane
80         or googlegroups.
81         (org-wl-namazu-default-index): New customizable variable.
82         Directory of namazu search index that should be used as default
83         when opening a link in a search folder.
84         (org-wl-folder-types): New constant.  Wanderlust folder type
85         indicators.
86         (org-wl-folder-type): New function.  Return type of Wanderlust
87         folder.
88         (org-wl-store-link): Create web links for shimbun or nntp messages
89         and strip filter conditions depending on customizable variables.
90         (org-wl-open): Open namazu search folder for message when called
91         with prefix.
93 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
95         * org.el (org-remove-if, org-remove-if-not): New functions.
96         (org-open-file): Use internal remove-if functions.
98 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
100         * org.el (org-file-apps-entry-match-against-dlink-p): new function.
101         (org-file-apps-ex): remove variable.
102         (org-open-file): Integrate org-file-apps-ex functionality back
103         into org-file-apps, and decide whether to match a regexp against
104         the link or the filename using org-file-apps-entry-uses-grouping-p.
106 2010-04-09  Jan Böcker  <jan.boecker@jboecker.de>
108         * org.el (org-file-apps-ex): new variable.
109         (org-open-file): Before considering org-file-apps, first match the
110         regexps from org-file-apps-ex against the whole link. See
111         docstring of org-file-apps-ex.
113 2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org.el (org-export-latex-default-packages-alist): Remove
116         microtype package.
117         (org-todo-repeat-to-state): New variable.
118         (org-auto-repeat-maybe): Allow user-selected target states.
119         (org-default-properties): Add the new property REPEAT_TO_STATE.
121 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
123         * org-mobile.el (org-mobile-check-setup): Make sure that there is
124         a binary to compute checksums.
126 2010-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org.el (org-insert-link): Find the link buffer on visible
129         frames.
130         (org-export-latex-default-packages-alist): hyperref must be loaded
131         late.
133 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
135         * org-latex.el (org-export-latex-preprocess): Do not yet protect
136         defined entities - these will be taken care of later.
137         (org-export-latex-special-chars): Post-process entity replacement.
138         (org-export-latex-fontify-headline): Do not yet protect defined
139         entities - these will be taken care of later.
140         (org-export-latex-tables, org-export-latex-links): Format the
141         caption properly.
143         * org-entities.el (org-entities-user): Fix typo.
145         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
147         * org-entities.el (org-entities-user): Improve docstring.
149 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
151         * org-entities.el (org-macs): Require org-macs, to be sure that we
152         have `declare-function' defined.
154 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-latex.el (org-export-latex-classes): Update docstring.
158         * org.el (org-format-latex-header): Add cookies to the header.
159         (org-splice-latex-header): Implement placement according to
160         cookies.
162 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
164         * org-publish.el (org-publish-aux-preprocess): Control case
165         sensitivity.
167 2010-04-04  Bastien Guerry  <bzg@altern.org>
169         * org.el (org-splice-latex-header): Fix typo.
171 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
173         * org-latex.el (org-export-latex-make-header): Use
174         `org-splice-latex-header' to build the header.
175         (org-export-latex-classes): Update docstring.
177         * org.el (org-splice-latex-header): New function.
178         (org-create-formula-image): Use `org-splice-latex-header' to build
179         the header.
181         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
183 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org.el (org-export-latex-packages-alist)
186         (org-export-latex-default-packages-alist): Fix docstring to
187         reflect the expected structure.
189         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
190         (org-export-docbook-finalize-table): Make use of label for tables.
192 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
194         * org-attach.el (org-attach-commit): Split on newlines.
196         * org.el (org-export-latex-default-packages-alist): Use list
197         instead of cons for the entries.
199 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org-entities.el (org-entity-get-representation): Catch the case
202         that there is not entry in the list.
204         * org-mobile.el (org-mobile-use-encryption)
205         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
206         New options.
207         (org-mobile-check-setup): CHeck the encryption setup.
208         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
209         (org-mobile-create-sumo-agenda): Use encryption code.
210         (org-mobile-encrypt-and-move): New function.
211         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
212         functions.
213         (org-mobile-move-capture): Decrypt the capture file.
215         * org.el (org-entities): Require the new file.
216         (org-export-latex-default-packages-alist): New variable.
217         (org-complete): Use new entity code for completion.
218         (org-create-formula-image): Use the new packages variable.
220         * org-latex.el (org-export-latex-classes): Remove the standard
221         packages from the class headers.
222         (org-export-latex-make-header): Use the new package variable.
223         (org-export-latex-special-chars): Better regexp for entities, to
224         support entity name that contain numbers.
225         (org-export-latex-treat-backslash-char): Use the new entity code.
227         * org-html.el (org-html-do-expand): Use the new entity code.
229         * org-exp.el (org-export): Add the new export commands.
230         (org-html-entities): Constant removed.
231         (org-export-visible): Add the new export commands.
233         * org-entities.el: New file.
235         * org-docbook.el (org-docbook-do-expand): Use new entity code.
237         * org-ascii.el (org-export-ascii-entities): New variable.
238         (org-export-as-latin1, org-export-as-latin1-to-buffer)
239         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
240         (org-export-as-encoding): New function.
241         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
242         (org-ascii-replace-entities): New function.
244 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-html.el (org-html-level-start): Catch the case that target
247         might be nil.
249 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
251         * org.el (org-appearance): Change Customize group variable name
252         from org-font-lock to org-appearance, and change tag from "Org
253         Font Lock" to "Org Appearance"
254         (org-odd-levels-only): Change Customize group variable name
255         (org-level-color-stars-only): Change Customize group variable name
256         (org-hide-leading-stars): Change Customize group variable name
257         (org-hidden-keywords): Change Customize group variable name
258         (org-fontify-done-headline): Change Customize group variable name
259         (org-fontify-emphasized-text): Change Customize group variable name
260         (org-fontify-whole-heading-line): Change Customize group variable name
261         (org-highlight-latex-fragments-and-specials): Change Customize
262         group variable name
263         (org-hide-emphasis-markers): Change Customize group variable name
264         (org-emphasis-alist): Change Customize group variable name
265         (org-emphasis-regexp-components): Change Customize group variable
266         name
267         (org-modules): Remove mention of org-R
269         * org-faces.el (org-faces): Change Customize group variable name
271 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
273         * org-agenda.el (org-diary-last-run-time): New variable.
274         (org-diary): prepare agenda buffers only if last call was some
275         time ago.
277         * org-html.el (org-export-html-preprocess): Replace \ref macros
278         with a link.
279         (org-format-org-table-html): Add the label as an anchor.
281         * org-docbook.el (org-export-docbook-format-image): Do some
282         formatting on captions.
284         * org-latex.el (org-export-latex-tables, org-export-latex-links):
285         Do some formatting on captions.
287         * org-html.el (org-export-html-format-image)
288         (org-format-org-table-html): Do some formatting on captions.
290 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
292         * org.el (org-hidden-keywords): New customizable variable. This is
293         a list of symbols specifying which of the special keywords #+DATE,
294         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
295         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
296         implementing new faces and hiding behaviour.
298         * org-faces.el (org-document-title): New face for #+TITLE lines
299         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
300         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
302 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-publish.el (org-publish-sanitize-plist): New function to
305         rename "index" properties to "sitemap".  Do this renaming
306         globally.
307         (org-publish-with-aux-preprocess-maybe): New macro.
308         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
309         macro.
310         (org-publish-aux-preprocess)
311         (org-publish-index-generate-theindex.inc): New function.
313 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-table.el (org-table-align): Interpret <N> at fixed width,
316         not as maximum width.
318 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
320         * org-exp.el (org-export-author-info, org-export-email-info): Fix
321         docstrings.
323         * org-beamer.el (org-beamer-select-environment): Renamed from
324         `org-beamer-set-environment-tag'.  Improve docstring.
326         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
327         problem with odd levels.
329         * org-ascii.el (org-export-as-ascii): Export email only if the
330         author wants it.
332         * org-docbook.el (org-export-as-docbook): Export email only if the
333         author wants it.
335         * org-html.el (org-export-as-html): Export email only if the
336         author wants it.
338         * org-exp.el (org-export-email-info): New option.
339         (org-export-plist-vars): Add entry for `org-export-email'.
341 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-table.el (org-table-goto-line): Fix typo.
345 2010-03-25  Mikael Fornius  <mfo@abc.se>
347         * org.el (org-agenda-files): Typo.
348         (org-read-agenda-file-list): Add optional argument to help
349         `org-store-new-agenda-file-list' to remember un-expanded file
350         names.  Expand file names relative to `org-directory'.
351         (org-store-new-agenda-file-list): Keep un-expanded file names when
352         saving, if available.
353         (org-agenda-files): Update documentation.
355 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
358         a buffer with no file name attached.
360         * org.el (org-log-refile): New option.
361         (org-log-note-headings): Add a heading for refiling.
362         (org-startup-options): Add keywords for logging of the refile
363         action.
364         (org-refile): Add logging action.
365         (org-add-log-note): Allow for refiling action.
367         * org-agenda.el (org-agenda-bulk-action): Make sure
368         `org-log-refile' is not `note' during a bulk action.
370 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org.el (org-map-dblocks): Use save-excursion to remember the
373         position.
375         * org-attach.el (org-attach-commit): Remove dependence on xargs.
376         (org-attach-delete-one): Commit after deleting a file.
378         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
379         borders for strike-through emphasis.
381         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
382         handling of odd levels.
384         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
385         and `future' values.
386         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
387         Handle `past' and `future' values.
389         * org.el (org-read-agenda-file-list): Interpret file names
390         relative to org-directory and allow environment variables and
391         "~".
393         * org-latex.el (org-export-latex-special-chars): Allow a
394         parenthesis before an exponent or subscript.
396 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
398         * org-src.el (org-edit-src-exit): When returning from code edit
399         buffer, if code block is hidden, leave point at start of
400         #+begin_src line
402 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
404         * org.el (org-insert-heading): Do not remove all spaces if the
405         headline is empty.
407         * org-indent.el (org-indent): Fix group name.
409 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-table.el (org-table-goto-column): Fix forcing a non-existing
412         column.
413         (org-table-get, org-table-put, org-table-goto-line)
414         (org-table-current-line): New functions.
416 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
418         * org-crypt.el (org-reveal-start-hook): Add a decryption function
419         to this hook.
420         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
421         docstrings.
423         * org.el (org-point-at-end-of-empty-headline)
424         (org-level-increment, org-get-previous-line-level): New function.
425         (org-cycle-level): Rewritten to be independent of when this
426         function is called.
427         (org-in-regexps-block-p): New function.
428         (org-reveal-start-hook): New hook.
429         (org-reveal): Run new hook.
431 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-latex.el (org-export-latex-keywords): Start a new paragraph
434         after time keywords, do not add "\newline".
436         * org-html.el (org-export-as-html): Avoid double # in href.
438         * org.el (org-refile-get-location): Catch an invalid target
439         specification.
441 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
443         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
444         Make sure the behavior regarding to extracting time is
445         consistent.
447 2010-03-17  Stephen Eglen  <stephen@gnu.org>
449         * org-agenda.el (org-agenda-insert-diary-extract-time): New
450         variable.
451         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
452         variable rather than `org-agenda-search-headline-for-time'.
454 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
456         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
458 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org.el (org-adaptive-fill-regexp-backup): New variable.
461         (org-set-autofill-regexps): Store a backup of
462         `adaptive-fill-regexp'.
463         (org-adaptive-fill-function): Fix filling of comments and ordered
464         lists. If there is no other match, till try adaptive fill.
466 2010-03-15  John Wiegley  <jwiegley@gmail.com>
468         * org-agenda.el (org-agenda-include-deadlines): Added new
469         customization variable to determine whether unscheduled tasks
470         should appear in the agenda solely because of their deadline.
471         Default to true, which was the previous behavior (it just wasn't
472         configurable).
473         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
474         the agenda to show/hide deadline tasks.
475         (org-agenda-menu): Added menu option for show/hide deadlines.
476         (org-agenda-list): Make the agenda list sensitive to the value of
477         `org-agenda-include-deadlines'.
478         (org-agenda-toggle-deadlines): New function to toggle the value of
479         `org-agenda-include-deadlines' and repaint the modeline
480         indicators.
481         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
482         modeline if deadline tasks are being displayed.
484 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
486         * org-table.el (org-table-eval-formula): Replace $# and @# by
487         current column and row number.
489 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
491         * org.el (org-set-property, org-delete-property): Go back to
492         prompting for the property.
494         * org-latex.el (org-export-latex-make-header): Fully process
495         author line.
496         (org-export-latex-fontify-headline): Allow several arguments, not
497         just one.
498         (org-export-latex-fix-inputenc): Catch the error when
499         `latexenc-coding-system-to-inputenc' is not defined.
501         * org-agenda.el (org-agenda-skip-if-todo): New function.
502         (org-agenda-skip-if): Add conditions for TODO keywords.
503         (org-agenda-skip-if): Document the new todo conditions.
505 2010-03-11  Mikael Fornius  <mfo@abc.se>
507         * org.el (org-at-property-p): Check if we are inside a property
508         drawer not just any drawer.
509         (org-set-property, org-delete-property): When cursor is on a
510         property key value pair do not prompt for property name instead
511         use name at cursor.
512         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
513         on the first line of a property drawer.
514         (org-property-end-re): Spell check.
516 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
518         * org-exp.el (org-export-attach-captions-and-attributes): Add the
519         properties to the entire table, in case the first line is
520         removed.
522         * org-archive.el (org-archive-reversed-order): New option.
523         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
524         option `org-archive-reversed-order'.
526 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
528         * org-agenda.el (org-agenda-entry-types): New variable.
529         (org-agenda-list): Use `org-agenda-entry-types'.
530         (org-agenda-custom-commands-local-options): Support for setting
531         `org-agenda-entry-types' as an option.
532         (org-diary): Shift some documentation from here to the variable
533         `org-agenda-entry-types'.
535 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
537         * org-latex.el (org-export-latex-make-header): Apply macros in
538         author field.
540         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
541         (org-clock-select-task, org-clock-notify-once-if-expired)
542         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
543         (org-clock-out-if-current, org-clock-save): Use the new functions.
545 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org-docbook.el (org-export-as-docbook): Remove unnecessary
548         newline.
549         (org-export-as-docbook): Remove unnecessary newline.
550         (org-export-as-docbook): Fix problem with double footnote
551         reference in one place.
553         * org-exp.el (org-export-format-source-code-or-example): Remove
554         unnecessary newline.
556         * org.el (org-deadline, org-schedule): Allow rescheduling entries
557         with repeaters.
559         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
560         function calls that look like references.
562         * org.el (org-open-at-point): Get link abbreviations from
563         reference buffer.
565 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
567         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
568         as a reference.
570 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org.el (org-link-unescape): Solve issue with lower-case escapes.
574 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
576         * org-latex.el (org-export-latex-classes): Add
577         \usepackage{latexsym} to all classes.
579 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
581         * org-html.el (org-export-as-html): Do not allow protected lines
582         into the table of contents.
584         * org-latex.el (org-export-latex-special-chars): Find subsequent
585         occurrences of special characters.
586         (org-export-latex-tables): Do not convert table-like stuff that is
587         protected.
589 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
591         * org-list.el (org-toggle-checkbox): No errors when updating
592         checkbox count fails because there is no heading.
594 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
596         * org-clock.el (org-clock-report-include-clocking-task): New
597         option.
598         (org-clock-sum): Add the current clocking task.
600 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
602         * org.el (org-cycle): Print a message when in a table.el table.
603         (org-edit-special): Recognize the table.el context.
604         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
606         * org-src.el (org-at-table.el-p): Declare.
607         (org-edit-src-code): Handle a special case for table.el editing.
608         (org-edit-src-find-region-and-lang): Recognize the table.el
609         context.
611         * org-latex.el (org-export-latex-tables): Convert table.el
612         tables.
613         (org-export-latex-convert-table.el-table): New function.
615         * org-html.el (org-html-expand): Fix table.el export.
617         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
618         headings.
620         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
621         table for the id locations.
623         * org.el (org-read-date-analyze): Match American-style dates, like
624         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
625         current year when reading ISO and American dates.
627 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
629         * org.el (org-face-from-face-or-color): New function.
630         (org-get-todo-face, org-font-lock-add-priority-faces)
631         (org-get-tag-face): Use `org-face-from-face-or-color'.
633         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
634         simple colors as values.
635         (org-faces-easy-properties): New option.
637         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
638         restricted, as an agenda mode.
639         (org-agenda-fontify-priorities): Allow simple colors as values.
641 2010-02-25  Bastien Guerry  <bzg@altern.org>
643         * org-timer.el (org-timer-current-timer): Renamed from
644         `org-timer-last-timer'.
645         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
646         (org-timer-cancel-timer, org-timer-show-remaining-time)
647         (org-timer-set-timer): Update to use only one timer.
649         * org.el (org-set-property): Remove useless space in the prompt.
651 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org-html.el (org-export-html-style-default): Add a default style
654         for textareas.
656         * org-exp.el (org-export-format-source-code-or-example): Fix
657         textarea tag.
659 2010-02-24  Bastien Guerry  <bzg@altern.org>
661         * org-clock.el (org-clock-current-task): New variable to store
662         last clocked in task.
663         (org-clock-set-current, org-clock-delete-current): New functions.
665 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
667         * org-remember.el (org-remember-apply-template): Extend comment.
668         (org-remember-handler): Implement clock sibling filing.
670 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-publish.el (org-publish-all, org-publish-current-file)
673         (org-publish-current-project): When called with prefix argument
674         FORCE, also rebuild the validation file list.
676         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
677         section headings.
679 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
681         * org-html.el (org-export-as-html-and-open): Kill product buffer
682         if the user wants that.
684         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
685         if the user wants that.
687         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
688         option.
690         * org-agenda.el (org-batch-agenda-csv): Use the time property
691         instead of the `time-of-day' property.
693 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
696         (org-timer-pause-hook, org-timer-set-hook)
697         (org-timer-cancel-hook): New hooks.
698         (org-timer-start): Run `org-timer-start-hook'.
699         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
700         (org-timer-stop): Run `org-timer-stop-hook'.
701         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
703 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
705         * org.el (org-reveal): Double prefix arg shows the subtree of the
706         parent.
708 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org-agenda.el (org-search-view): Fix bug with searching full
711         words in headlines in search view.
712         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
713         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
714         scheduled (if the user configures it so.
716 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
718         * org.el (org-hide-archived-subtrees): Don't jump to end of
719         subtree if the match was not in a headline.
720         (org-inside-latex-macro-p): Allow more complex arguments.
721         (org-emphasize): Protect against use at end of buffer.
723 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
726         text properties.
728 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
731         values.
732         (org-agenda-todo-ignore-scheduled)
733         (org-agenda-todo-ignore-deadlines): More control with different
734         allowed values.
735         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
736         Honor the new option settings.
738 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
740         * org.el (org-get-location): Make sure the selection buffer is
741         shown in the current frame.
743         * org-ascii.el (org-export-ascii-table-widen-columns): New
744         option.
745         (org-export-ascii-preprocess): Realign tables to remove narrowing
746         if `org-export-ascii-table-widen-columns' is set.
748         * org-table.el (org-table-do-narrow): New variable.
749         (org-table-align): Narrow only if `org-table-do-narrow' is t.
751         * org.el (org-deadline, org-schedule): Allow updating if the
752         relevant time stamp does not have a repeater, i.e. do not require
753         that no time stamp has a repeater.
755         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
756         new white space before the tags.
758         * org-latex.el (org-export-as-latex): Do nit require the buffer to
759         be visiting a file when only exporting to a buffer or string.
760         (org-export-latex-fix-inputenc): Only save the buffer is there is
761         a file name attached to it.
763 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
765         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
767 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
769         * org.el (org-fontify-meta-lines-and-blocks): Honor
770         `org-fontify-quote-and-verse-blocks'.
772         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
774 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org.el (org-open-at-point): Also check for text property
777         org-linked-text before offering collected links.
779 2010-02-03  Stephen Eglen  <stephen@gnu.org>
781         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
782         Optionally extract time specification from text and add to the
783         timestamp.
785 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org-exp.el (org-html-entities): Fix typo.
789         * org-latex.el (org-export-latex-make-header): Use \providecommand
790         to make sure the \alert macro is defined.
792         * org.el (org-format-latex-signal-error)
793         (org-create-formula-image): Use `org-format-latex-signal-error'.
795 2010-02-02  Stephen Eglen  <stephen@gnu.org>
797         * org.el (org-store-link): For dired buffers, use
798         default-directory as link name if dired-get-filename returns
799         nil.
801 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
803         * org-exp.el (org-export-concatenate-multiline-links): The for
804         protectedness at beginning of match.
806         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
807         AUTO as a coding system, instead default to utf8.
809 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org.el (org-block-todo-from-children-or-siblings-or-parent)
812         (org-block-todo-from-checkboxes): Respect the local variable
813         value when deciding if blocking should be active.
815         * org-latex.el (org-export-latex-make-header): Define the align
816         macro if it is not yet defined.
818         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
819         `org-insert-heading' with the INVISIBLE-OK argument.
821         * org-mac-message.el (org-mac-message-insert-flagged): Call
822         `org-insert-heading' with the INVISIBLE-OK argument.
824         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
826         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
827         prompt message.
829         * org-html.el (org-html-level-start): Use the
830         `html-container-class' text property to set an additional class
831         for an outline container.
833         * org-exp.el (org-export-remember-html-container-classes): New
834         function.
835         (org-export-preprocess-string): Call
836         `org-export-remember-html-container-classes'.
838         * org.el (org-cycle): Mention level cycling in the docstring.
839         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
841         * org-remember.el (org-remember-apply-template): Do file insertion
842         first.
844 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
847         problem with mis-aligned graphs when showing habits.
849 2010-01-28  Mikael Fornius  <mfo@abc.se>
851         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
852         when assigning. Begin using numerical characters when all in name
853         is used up. This is to spare alphanumeric characters for better
854         match with other keywords.
856 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
858         * org-exp.el (org-export-preprocess-hook): Improve documentation.
860         * org-latex.el (org-export-latex-preprocess): More consistent
861         conversion and protection of the words LaTeX and TeX.
862         (org-export-latex-fontify-headline, org-export-latex-preprocess):
863         Allow angle brackets in commands, for beamer.
865 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-clock.el (org-clock-in): Improve the look of the clock line
868         by formatting links.
870 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-latex.el (org-export-latex-classes): Use AUTO as the place
873         holder string for the coding system.  And improve the
874         documentation.
875         (org-export-latex-fix-inputenc): Only modify the coding system if
876         it is given by the placeholder AUTO.
878 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
880         * org-clock.el (org-task-overrun-text): New option.
881         (org-task-overrun, org-clock-update-period): New variables.
882         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
883         overrun clock.
884         (org-clock-notify-once-if-expired): Check if clock is overrun.
886         * org-faces.el: New face `org-mode-line-clock-overrun'.
888 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
890         * org.el (org-narrow-to-subtree): Position the end of the narrowed
891         region before the line with the next heading, to prevent the user
892         from prepending text to the next headline.
894 2010-01-20  Stephen Eglen  <stephen@gnu.org>
896         * org-agenda.el (org-get-time-of-day): Use
897         org-agenda-time-leading-zero to allow leading zero (rather than
898         space) for times.
900 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
902         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
903         org-datetree.el is loaded.
905         * org-datetree.el: autoload `org-datetree-find-day-create'
907         * org-latex.el (org-export-latex-hyperref-format): New option.
908         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
910 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
912         * org-ctags.el (org-ctags-enable): Change order of functions.
913         (org-ctags-create-tags): Add wildcard to file name expansion.
915 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
917         * org.el (org-entry-properties): Fix some important bugs.
919 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
922         the table is not explicitly given.
924 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
926         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
927         as value.
928         (org-clock-out-if-current): Work with the new list value of
929         `org-clock-out-when-done'.
930         (org-clock-out, org-clock-out-if-current): Avoid circular logic
931         between clocking out and state changes.
933         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
935         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
936         accident protect a character that is before a backslash.
938 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
940         * org-agenda.el (org-diary-class): Use
941         `org-order-calendar-date-args'.
943         * org.el (org-order-calendar-date-args): New function.
945         * org-exp.el (org-export-target-internal-links): Check for
946         protectedness after the first bracket.
948         * org.el (org-entry-properties): Don't match wrong-case TODO
949         keywords.
951         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
952         Document that ARG is passed through to remove the date.
953         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
954         not read a date when the user has given a `C-u' prefix.
956 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
958         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
959         tags are hidden.
961 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org-latex.el (org-export-latex-fix-inputenc): New function.
964         (org-export-latex-inputenc-alist): New option.
966         * org-exp.el (org-export): New key SPC to publish enclosing
967         subtree.
969 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org-indent.el (org-indent-add-properties): Catch case when there
972         is no headline in the buffer.
974 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
976         * org-exp.el (org-html-entities): Add checkmark symbol.
978         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
979         verbatim code for ASCII export.
981         * org.el (org-update-statistics-cookies): Also see checkboxes in
982         ordered lists.
984 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
986         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
987         key.
989         * org-beamer.el (org-beamer-amend-header): Change the location
990         where `org-beamer-header-extra' is inserted.
992         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
993         just for computing this regexp.
995 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
997         * org-beamer.el (org-beamer-frame-default-options): New option.
998         (org-beamer-sectioning): Use default options if the user does not
999         have defined any.
1000         (org-beamer-fix-toc): Put a frame around the table of contents.
1002         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
1003         sure case-folding works well when processing comment stuff.
1005         * org-latex.el (org-export-latex-after-save-hook): New hook.
1006         (org-export-as-latex): Run the new hook.
1008 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org-beamer.el (org-beamer-environments-default): Add the note
1011         environments.
1012         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
1013         lines and collect and combine the content.
1014         (org-beamer-after-initial-vars): Check for note tags and make sure
1015         they will be seen like a property.
1017         * org.el (org-offer-links-in-entry): Fix bug when there is a
1018         single link.
1020         * org-exp.el (org-export): Make sure the mark is activated, also
1021         when `transient-mark-mode' is off.
1023         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
1024         (org-agenda-search-view-search-words-only): Obsolete variable, is
1025         now an alias for `org-agenda-search-view-always-boolean'.
1026         (org-agenda-search-view-force-full-words): New option.
1027         (org-search-view): Improve docstring, and implement a better logic
1028         for Boolean and phrase searches.
1029         (org-agenda-last-search-view-search-was-boolean): New variable.
1030         (org-agenda-manipulate-query): Consider the type of the last
1031         search when modifying the search string.
1033 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1035         * org-latex.el (org-export-as-latex): Do the first letbind in the
1036         right moment.
1038         * org-agenda.el (org-get-entries-from-diary): Add the new face to
1039         these entries.
1041         * org-faces.el (org-agenda-diary): New face.
1043         * org.el (org-make-link-regexps): Allow regexp-special characters
1044         in link types.
1045         (org-open-file): When in-emacs is `system', also force system
1046         opening, like when the value was `(16)'.
1047         (org-update-statistics-cookies): Handle entries without children.
1049         * org-exp.el
1050         (org-export-preprocess-before-normalizing-links-hook): New hook.
1051         (org-export-preprocess-string): Run the new hook.
1053         * org.el (org-offer-links-in-entry): Make RET open all links.
1055         * org-html.el (org-export-as-html): Remove any leftover display
1056         properties in the html file.
1058         * org-wl.el (org-wl-store-link): Work-around for format bug with
1059         text properties.
1061         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
1062         invisibility while adding the graphs.
1064 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1066         * org-remember.el (org-select-remember-template): Use C letter to
1067         customize remember templates.
1069         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
1070         Move cursor to next visible line.
1072 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org-beamer.el (org-beamer-sectioning): Leave columns environment
1075         by specifying 0 or 1 for column width.
1076         (org-beamer-column-widths): Make 0 stand for 0.0.
1078 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org-exp.el (org-export-mark-radio-links): Don't match inside
1081         <<target>>.
1083         * org.el (org-format-latex-header-extra): New variable.
1084         (org-format-latex): Set org-format-latex-header-extra from
1085         in-buffer stuff.
1086         (org-format-latex): Add org-format-latex-header-extra to the
1087         variables on which image creation depends.
1088         (org-create-formula-image): Add the header stuff from in-buffer
1089         settings.
1090         (org-read-date-analyze): Base the analysis for future preference
1091         on NOW, not on the default date.
1093         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
1094         for TODO keyword in inline tasks.
1096         * org.el (org-log-note-headings): New headings for removing
1097         deadline or scheduling date.
1098         (org-deadline, org-schedule): Arrange for logging when removing a
1099         date.
1100         (org-add-log-note): Handle deadline and scheduling removal.
1102 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
1106 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-agenda.el (org-diary-class): New function.
1110 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
1112         * org-latex.el (org-export-latex-preprocess): Do process the text
1113         of a radio target.
1115 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1117         * org.el (org-entry-properties): Add TIMESTAMP properties back
1118         in.
1120 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1122         * org.el (org-all-time-keywords): New variable.
1123         (org-set-regexps-and-options): Set `org-all-time-keywords'.
1124         (org-entry-blocked-p): New function.
1125         (org-special-properties): Add BLOCKED as a new special property.
1126         (org-entry-properties): New optional argument SPECIFIC, only parse
1127         for this property when it is specified.
1128         (org-entry-get): Pass a SPECIFIC argument to
1129         `org-entry-properties'.
1131         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
1133 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1135         * org-latex.el (org-export-latex-tables): No forced line end if
1136         there is no caption.
1138 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1141         package.
1143         * org-latex.el (org-export-latex-tables): Only add a caption when
1144         macro in in longtable environments if one has been defined.
1146         * org-html.el (org-export-as-html): Only take title from buffer if
1147         not exporting body-only.
1149         * org-latex.el (org-export-latex-preprocess): Better version of
1150         the regular expression for protecting LaTeX macros.
1151         (org-export-latex-preprocess): Start searching for macros to
1152         protect from beginning of buffer.
1154         * org-exp.el (org-export-target-internal-links): Check for
1155         protectedness earlier in the string.
1157         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1158         case sensitively.
1160         * org-id.el (org-id-store-link): Match TODO keywords case
1161         sensitively.
1163         * org.el (org-heading-components, org-get-outline-path)
1164         (org-display-outline-path): Match TODO keywords case sensitively.
1166         * org-latex.el (org-export-as-latex): Ignore read-only
1167         properties.
1169         * org-exp.el (org-export-preprocess-string): Remove any
1170         `read-only' properties.
1172         * org-agenda.el (org-agenda-inactive-leader): New option.
1173         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1174         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1175         (org-todo-list): Prompt for matcher if ARG is an empty string.
1177 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1179         * org.el (org-open-link-functions): New hook.
1180         (org-open-at-point): Run `org-open-link-functions'.
1182 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1184         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1185         stamps as well.
1187         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1188         (org-mode): Don't do startup visibility if inhibited.
1189         (org-outline-overlay-data, org-set-outline-overlay-data): New
1190         functions.
1191         (org-save-outline-visibility): New macro.
1192         (org-log-note-headings): Document that one should not change the
1193         `state' note format.
1195 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org.el (org-make-link-regexps): Capture link path into a group.
1199 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1201         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1202         the options plist.
1204 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1206         * org.el (org-startup-with-beamer-mode): New option.
1207         (org-property-changed-functions)
1208         (org-property-allowed-value-functions): New hooks.
1209         (org-entry-put, org-property-get-allowed-values): Run the new
1210         hooks.
1211         (org-property-next-allowed-value): Run the new hooks.
1213         * org-exp.el (org-export-select-backend-specific-text): Add the
1214         special beamer tags.
1216         * org-beamer.el
1217         (org-export-preprocess-before-selecting-backend-code-hook): New
1218         file.
1220         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1221         (org-export-as-latex): Run
1222         `org-export-latex-after-initial-vars-hook'.
1223         (org-export-latex-format-toc-function)
1224         (org-export-latex-make-header): Call
1225         `org-export-latex-format-toc-function'.
1227         * org.el (org-fill-template): Make template searches case sensitive.
1229         * org-exp.el (org-export): Use "1" as a sign to export only the
1230         subtree.
1232         * org-colview-xemacs.el (org-columns-edit-value): Use
1233         org-unrestricted property.
1235         * org-colview.el (org-columns-edit-value):  Use
1236         org-unrestricted property.
1238         * org.el (org-compute-property-at-point): Set org-unrestricted
1239         text property if the list contains ":ETC".
1240         (org-insert-property-drawer):  Use
1241         org-unrestricted property.
1243         * org-exp.el
1244         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1245         (org-export-preprocess-string): Run
1246         `org-export-preprocess-before-selecting-backend-code-hook'.
1248         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1250         * org-latex.el (org-export-region-as-latex): Run
1251         `org-export-first-hook'.
1253         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1255         * org-docbook.el (org-export-as-docbook): Run
1256         `org-export-first-hook'.
1258         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1260         * org-exp.el (org-export-first-hook): New hook.
1262 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1264         * org-list.el (org-previous-item): Exit at the beginning of the
1265         buffer.
1267         * org-id.el (org-id-locations-save): Only write the id locations
1268         if any are defined.
1270         * org-archive.el (org-archive-all-done): Make this work in a file
1271         with org-odd-levels-only set.
1273         * org.el (org-get-refile-targets): Catch the case when a buffer
1274         has no file.
1276         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1277         where they are not needed.
1278         (org-export-latex-subcontent): Remove unnecessary newlines.
1280 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1282         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1283         (org-export-latex-fontify): Fix regexp bug that takes special
1284         care of protecting the right boundary characters in emphasis
1285         matches.
1286         (org-export-latex-preprocess): Allow multiple arguments to latex
1287         macros.
1289         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1290         urls.
1292         * org-macs.el (org-re): Interpret :punct: in regexps.
1294         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1295         take the final newline after the END line.
1297         * org.el (org-clean-visibility-after-subtree-move): Only fix
1298         entries that are not entirely invisible already.
1299         (org-insert-link): Respect org-link-file-path-type for
1300         "docview:" links in addition to "file:" links.
1302 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1304         * org-exp.el (org-export-format-source-code-or-example): Avoid
1305         additional extra white lines in LaTeX.
1307         * org-list.el (org-list-parse-list): Leave empty lines after the
1308         list, don't consider them as part of the list.
1310         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1311         searches.
1313         * org-clock.el (org-clock-select-task): Convert integer to
1314         character for XEmacs.
1316 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1318         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1319         compatible.
1321 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1323         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1324         variable.
1325         (org-set-tags): Use it.
1327 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1329         * org-list.el (org-empty-line-terminates-plain-lists): Update
1330         docstring.
1332         * org.el (org-format-latex): Fix link creation for processed latex
1333         snippets.
1335 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org-footnote.el (org-footnote-normalize): Protect replacement
1338         text.
1340         * org.el (org-inside-latex-macro-p): Save match data.
1342 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1344         * org-docview.el: New file.
1346 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1348         * org-latex.el (org-export-latex-class-options): New variable.
1349         (org-export-latex-set-initial-vars): Use the class options.
1351         * org.el (org-forward-same-level): Stop at headings that start
1352         with an invisible character.
1353         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1355 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org-footnote.el (org-footnote-normalize): Don't take optional
1358         arguments in LaTeX macros as footnotes.
1360         * org.el (org-inside-latex-macro-p): New function.
1362         * org-latex.el (org-latex-to-pdf-process): Change customization
1363         group to `org-export-pdf'.
1365         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1366         on days after the first one.
1368         * org.el (org-insert-heading): Also check for item before assuming
1369         before-first-heading condition.
1371         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1372         (org-export-pdf-logfiles): New option.
1373         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1374         (org-export-pdf-logfiles): Fix customization type.
1376         * org.el (org-insert-link): Improve error message when there is no
1377         default link to select with RET.
1379         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1380         parameter list.
1382 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org-latex.el (org-export-latex-parse-global)
1385         (org-export-latex-parse-content)
1386         (org-export-latex-parse-subcontent): Use
1387         `org-re-search-forward-unprotected'.
1388         (org-export-as-pdf): Remove log files produced by XeTeX.
1390         * org-macs.el (org-re-search-forward-unprotected): New function.
1392 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1394         * org-colview.el (org-agenda-colview-summarize): Sort out some
1395         confusion between properties and titles, which resulted in
1396         agenda summaries not working if a title was set for a column.
1398 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1400         * org-mobile.el (org-mobile-agendas): New option.
1401         (org-mobile-sumo-agenda-command): Select the right agendas.
1403         * org-latex.el (org-export-latex-format-image): Preserve the
1404         original-indentation property.
1406 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-clock.el (org-clock-insert-selection-line): Catch error when
1409         an old tasks no longer exists.
1411         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1412         (org-export-as-pdf): Don't remove the old PDF file before making
1413         the new one.
1415         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1416         (org-mouse-context-menu): Use `org-looking-back'.
1418         * org.el (org-cycle-level): Use `org-looking-back'.
1420         * org-list.el (org-cycle-item-indentation): Use
1421         `org-looking-back'.
1423         * org-compat.el (org-looking-back): New function.
1425         * org.el (org-insert-heading): Catch before-first-headline when
1426         inserting a headline.
1428 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org-latex.el (org-export-latex-format-image): Indent figure
1431         environment, so that it does not interrupt plain list.
1433         * org.el (org-open-at-point): Allow long link descriptions.
1435 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1437         * org-html.el (org-export-as-html): Remove empty lines at the
1438         beginning of the exported text.
1439 ;; Local Variables:
1440 ;; coding: utf-8
1441 ;; add-log-time-zone-rule: t
1442 ;; End:
1444     Copyright (C) 2008  Free Software Foundation, Inc.
1446   This file is part of GNU Emacs.
1448   GNU Emacs is free software: you can redistribute it and/or modify
1449   it under the terms of the GNU General Public License as published by
1450   the Free Software Foundation, either version 3 of the License, or
1451   (at your option) any later version.
1453   GNU Emacs is distributed in the hope that it will be useful,
1454   but WITHOUT ANY WARRANTY; without even the implied warranty of
1455   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1456   GNU General Public License for more details.
1458   You should have received a copy of the GNU General Public License
1459   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1461 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c